From adbbf45743f663aa0ecb66e1acdc7506bf74c12e Mon Sep 17 00:00:00 2001 From: Antonin Delpeuch Date: Sun, 26 Oct 2025 10:08:52 +0100 Subject: [PATCH 1/2] fix: make `_declaration_statement` nodes queryable Fixes #292. --- grammar.js | 1 - 1 file changed, 1 deletion(-) diff --git a/grammar.js b/grammar.js index 33ae72b..2046eff 100644 --- a/grammar.js +++ b/grammar.js @@ -94,7 +94,6 @@ module.exports = grammar({ $._tokens, $._field_identifier, $._non_special_token, - $._declaration_statement, $._reserved_identifier, $._expression_ending_with_block, ], From 98a69ff9a6d9b78fb5d513e7ec98b6d8d188e38e Mon Sep 17 00:00:00 2001 From: Antonin Delpeuch Date: Sun, 26 Oct 2025 10:10:05 +0100 Subject: [PATCH 2/2] chore: tree-sitter generate --- src/grammar.json | 1 - src/parser.c | 197960 ++++++++++++++++++++++---------------------- 2 files changed, 99088 insertions(+), 98873 deletions(-) diff --git a/src/grammar.json b/src/grammar.json index f345735..d7e9354 100644 --- a/src/grammar.json +++ b/src/grammar.json @@ -9732,7 +9732,6 @@ "_tokens", "_field_identifier", "_non_special_token", - "_declaration_statement", "_reserved_identifier", "_expression_ending_with_block" ], diff --git a/src/parser.c b/src/parser.c index 533552b..860b6b3 100644 --- a/src/parser.c +++ b/src/parser.c @@ -1,4 +1,4 @@ -/* Automatically @generated by tree-sitter v0.25.10 */ +/* Automatically @generated by tree-sitter v0.25.8 */ #include "tree_sitter/parser.h" @@ -7,9 +7,9 @@ #endif #define LANGUAGE_VERSION 15 -#define STATE_COUNT 3825 -#define LARGE_STATE_COUNT 1064 -#define SYMBOL_COUNT 351 +#define STATE_COUNT 3827 +#define LARGE_STATE_COUNT 1065 +#define SYMBOL_COUNT 352 #define ALIAS_COUNT 4 #define TOKEN_COUNT 157 #define EXTERNAL_TOKEN_COUNT 10 @@ -17,7 +17,7 @@ #define MAX_ALIAS_SEQUENCE_LENGTH 10 #define MAX_RESERVED_WORD_SET_SIZE 0 #define PRODUCTION_ID_COUNT 295 -#define SUPERTYPE_COUNT 5 +#define SUPERTYPE_COUNT 6 enum ts_symbol_identifiers { sym_identifier = 1, @@ -180,200 +180,201 @@ enum ts_symbol_identifiers { sym__statement = 158, sym_empty_statement = 159, sym_expression_statement = 160, - sym_macro_definition = 161, - sym_macro_rule = 162, - sym__token_pattern = 163, - sym_token_tree_pattern = 164, - sym_token_binding_pattern = 165, - sym_token_repetition_pattern = 166, - sym_fragment_specifier = 167, - sym_token_tree = 168, - sym_token_repetition = 169, - sym_attribute_item = 170, - sym_inner_attribute_item = 171, - sym_attribute = 172, - sym_mod_item = 173, - sym_foreign_mod_item = 174, - sym_declaration_list = 175, - sym_struct_item = 176, - sym_union_item = 177, - sym_enum_item = 178, - sym_enum_variant_list = 179, - sym_enum_variant = 180, - sym_field_declaration_list = 181, - sym_field_declaration = 182, - sym_ordered_field_declaration_list = 183, - sym_extern_crate_declaration = 184, - sym_const_item = 185, - sym_static_item = 186, - sym_type_item = 187, - sym_function_item = 188, - sym_function_signature_item = 189, - sym_function_modifiers = 190, - sym_where_clause = 191, - sym_where_predicate = 192, - sym_impl_item = 193, - sym_trait_item = 194, - sym_associated_type = 195, - sym_trait_bounds = 196, - sym_higher_ranked_trait_bound = 197, - sym_removed_trait_bound = 198, - sym_type_parameters = 199, - sym_const_parameter = 200, - sym_type_parameter = 201, - sym_lifetime_parameter = 202, - sym_let_declaration = 203, - sym_use_declaration = 204, - sym__use_clause = 205, - sym_scoped_use_list = 206, - sym_use_list = 207, - sym_use_as_clause = 208, - sym_use_wildcard = 209, - sym_parameters = 210, - sym_self_parameter = 211, - sym_variadic_parameter = 212, - sym_parameter = 213, - sym_extern_modifier = 214, - sym_visibility_modifier = 215, - sym__type = 216, - sym_bracketed_type = 217, - sym_qualified_type = 218, - sym_lifetime = 219, - sym_array_type = 220, - sym_for_lifetimes = 221, - sym_function_type = 222, - sym_tuple_type = 223, - sym_unit_type = 224, - sym_generic_function = 225, - sym_generic_type = 226, - sym_generic_type_with_turbofish = 227, - sym_bounded_type = 228, - sym_use_bounds = 229, - sym_type_arguments = 230, - sym_type_binding = 231, - sym_reference_type = 232, - sym_pointer_type = 233, - sym_never_type = 234, - sym_abstract_type = 235, - sym_dynamic_type = 236, - sym__expression_except_range = 237, - sym__expression = 238, - sym_macro_invocation = 239, - sym_delim_token_tree = 240, - sym__delim_tokens = 241, - sym__non_delim_token = 242, - sym_scoped_identifier = 243, - sym_scoped_type_identifier_in_expression_position = 244, - sym_scoped_type_identifier = 245, - sym_range_expression = 246, - sym_unary_expression = 247, - sym_try_expression = 248, - sym_reference_expression = 249, - sym_binary_expression = 250, - sym_assignment_expression = 251, - sym_compound_assignment_expr = 252, - sym_type_cast_expression = 253, - sym_return_expression = 254, - sym_yield_expression = 255, - sym_call_expression = 256, - sym_arguments = 257, - sym_array_expression = 258, - sym_parenthesized_expression = 259, - sym_tuple_expression = 260, - sym_unit_expression = 261, - sym_struct_expression = 262, - sym_field_initializer_list = 263, - sym_shorthand_field_initializer = 264, - sym_field_initializer = 265, - sym_base_field_initializer = 266, - sym_if_expression = 267, - sym_let_condition = 268, - sym__let_chain = 269, - sym__condition = 270, - sym_else_clause = 271, - sym_match_expression = 272, - sym_match_block = 273, - sym_match_arm = 274, - sym_last_match_arm = 275, - sym_match_pattern = 276, - sym_while_expression = 277, - sym_loop_expression = 278, - sym_for_expression = 279, - sym_const_block = 280, - sym_closure_expression = 281, - sym_closure_parameters = 282, - sym_label = 283, - sym_break_expression = 284, - sym_continue_expression = 285, - sym_index_expression = 286, - sym_await_expression = 287, - sym_field_expression = 288, - sym_unsafe_block = 289, - sym_async_block = 290, - sym_gen_block = 291, - sym_try_block = 292, - sym_block = 293, - sym__pattern = 294, - sym_generic_pattern = 295, - sym_tuple_pattern = 296, - sym_slice_pattern = 297, - sym_tuple_struct_pattern = 298, - sym_struct_pattern = 299, - sym_field_pattern = 300, - sym_remaining_field_pattern = 301, - sym_mut_pattern = 302, - sym_range_pattern = 303, - sym_ref_pattern = 304, - sym_captured_pattern = 305, - sym_reference_pattern = 306, - sym_or_pattern = 307, - sym__literal = 308, - sym__literal_pattern = 309, - sym_negative_literal = 310, - sym_string_literal = 311, - sym_raw_string_literal = 312, - sym_boolean_literal = 313, - sym_line_comment = 314, - sym__line_doc_comment_marker = 315, - sym__inner_line_doc_comment_marker = 316, - sym__outer_line_doc_comment_marker = 317, - sym_block_comment = 318, - sym__block_doc_comment_marker = 319, - aux_sym_source_file_repeat1 = 320, - aux_sym_macro_definition_repeat1 = 321, - aux_sym_token_tree_pattern_repeat1 = 322, - aux_sym_token_tree_repeat1 = 323, - aux_sym__non_special_token_repeat1 = 324, - aux_sym_declaration_list_repeat1 = 325, - aux_sym_enum_variant_list_repeat1 = 326, - aux_sym_enum_variant_list_repeat2 = 327, - aux_sym_field_declaration_list_repeat1 = 328, - aux_sym_ordered_field_declaration_list_repeat1 = 329, - aux_sym_function_modifiers_repeat1 = 330, - aux_sym_where_clause_repeat1 = 331, - aux_sym_trait_bounds_repeat1 = 332, - aux_sym_type_parameters_repeat1 = 333, - aux_sym_use_list_repeat1 = 334, - aux_sym_parameters_repeat1 = 335, - aux_sym_for_lifetimes_repeat1 = 336, - aux_sym_tuple_type_repeat1 = 337, - aux_sym_use_bounds_repeat1 = 338, - aux_sym_type_arguments_repeat1 = 339, - aux_sym_delim_token_tree_repeat1 = 340, - aux_sym_arguments_repeat1 = 341, - aux_sym_tuple_expression_repeat1 = 342, - aux_sym_field_initializer_list_repeat1 = 343, - aux_sym_match_block_repeat1 = 344, - aux_sym_match_arm_repeat1 = 345, - aux_sym_closure_parameters_repeat1 = 346, - aux_sym_tuple_pattern_repeat1 = 347, - aux_sym_slice_pattern_repeat1 = 348, - aux_sym_struct_pattern_repeat1 = 349, - aux_sym_string_literal_repeat1 = 350, - alias_sym_field_identifier = 351, - alias_sym_let_chain = 352, - alias_sym_shorthand_field_identifier = 353, - alias_sym_type_identifier = 354, + sym__declaration_statement = 161, + sym_macro_definition = 162, + sym_macro_rule = 163, + sym__token_pattern = 164, + sym_token_tree_pattern = 165, + sym_token_binding_pattern = 166, + sym_token_repetition_pattern = 167, + sym_fragment_specifier = 168, + sym_token_tree = 169, + sym_token_repetition = 170, + sym_attribute_item = 171, + sym_inner_attribute_item = 172, + sym_attribute = 173, + sym_mod_item = 174, + sym_foreign_mod_item = 175, + sym_declaration_list = 176, + sym_struct_item = 177, + sym_union_item = 178, + sym_enum_item = 179, + sym_enum_variant_list = 180, + sym_enum_variant = 181, + sym_field_declaration_list = 182, + sym_field_declaration = 183, + sym_ordered_field_declaration_list = 184, + sym_extern_crate_declaration = 185, + sym_const_item = 186, + sym_static_item = 187, + sym_type_item = 188, + sym_function_item = 189, + sym_function_signature_item = 190, + sym_function_modifiers = 191, + sym_where_clause = 192, + sym_where_predicate = 193, + sym_impl_item = 194, + sym_trait_item = 195, + sym_associated_type = 196, + sym_trait_bounds = 197, + sym_higher_ranked_trait_bound = 198, + sym_removed_trait_bound = 199, + sym_type_parameters = 200, + sym_const_parameter = 201, + sym_type_parameter = 202, + sym_lifetime_parameter = 203, + sym_let_declaration = 204, + sym_use_declaration = 205, + sym__use_clause = 206, + sym_scoped_use_list = 207, + sym_use_list = 208, + sym_use_as_clause = 209, + sym_use_wildcard = 210, + sym_parameters = 211, + sym_self_parameter = 212, + sym_variadic_parameter = 213, + sym_parameter = 214, + sym_extern_modifier = 215, + sym_visibility_modifier = 216, + sym__type = 217, + sym_bracketed_type = 218, + sym_qualified_type = 219, + sym_lifetime = 220, + sym_array_type = 221, + sym_for_lifetimes = 222, + sym_function_type = 223, + sym_tuple_type = 224, + sym_unit_type = 225, + sym_generic_function = 226, + sym_generic_type = 227, + sym_generic_type_with_turbofish = 228, + sym_bounded_type = 229, + sym_use_bounds = 230, + sym_type_arguments = 231, + sym_type_binding = 232, + sym_reference_type = 233, + sym_pointer_type = 234, + sym_never_type = 235, + sym_abstract_type = 236, + sym_dynamic_type = 237, + sym__expression_except_range = 238, + sym__expression = 239, + sym_macro_invocation = 240, + sym_delim_token_tree = 241, + sym__delim_tokens = 242, + sym__non_delim_token = 243, + sym_scoped_identifier = 244, + sym_scoped_type_identifier_in_expression_position = 245, + sym_scoped_type_identifier = 246, + sym_range_expression = 247, + sym_unary_expression = 248, + sym_try_expression = 249, + sym_reference_expression = 250, + sym_binary_expression = 251, + sym_assignment_expression = 252, + sym_compound_assignment_expr = 253, + sym_type_cast_expression = 254, + sym_return_expression = 255, + sym_yield_expression = 256, + sym_call_expression = 257, + sym_arguments = 258, + sym_array_expression = 259, + sym_parenthesized_expression = 260, + sym_tuple_expression = 261, + sym_unit_expression = 262, + sym_struct_expression = 263, + sym_field_initializer_list = 264, + sym_shorthand_field_initializer = 265, + sym_field_initializer = 266, + sym_base_field_initializer = 267, + sym_if_expression = 268, + sym_let_condition = 269, + sym__let_chain = 270, + sym__condition = 271, + sym_else_clause = 272, + sym_match_expression = 273, + sym_match_block = 274, + sym_match_arm = 275, + sym_last_match_arm = 276, + sym_match_pattern = 277, + sym_while_expression = 278, + sym_loop_expression = 279, + sym_for_expression = 280, + sym_const_block = 281, + sym_closure_expression = 282, + sym_closure_parameters = 283, + sym_label = 284, + sym_break_expression = 285, + sym_continue_expression = 286, + sym_index_expression = 287, + sym_await_expression = 288, + sym_field_expression = 289, + sym_unsafe_block = 290, + sym_async_block = 291, + sym_gen_block = 292, + sym_try_block = 293, + sym_block = 294, + sym__pattern = 295, + sym_generic_pattern = 296, + sym_tuple_pattern = 297, + sym_slice_pattern = 298, + sym_tuple_struct_pattern = 299, + sym_struct_pattern = 300, + sym_field_pattern = 301, + sym_remaining_field_pattern = 302, + sym_mut_pattern = 303, + sym_range_pattern = 304, + sym_ref_pattern = 305, + sym_captured_pattern = 306, + sym_reference_pattern = 307, + sym_or_pattern = 308, + sym__literal = 309, + sym__literal_pattern = 310, + sym_negative_literal = 311, + sym_string_literal = 312, + sym_raw_string_literal = 313, + sym_boolean_literal = 314, + sym_line_comment = 315, + sym__line_doc_comment_marker = 316, + sym__inner_line_doc_comment_marker = 317, + sym__outer_line_doc_comment_marker = 318, + sym_block_comment = 319, + sym__block_doc_comment_marker = 320, + aux_sym_source_file_repeat1 = 321, + aux_sym_macro_definition_repeat1 = 322, + aux_sym_token_tree_pattern_repeat1 = 323, + aux_sym_token_tree_repeat1 = 324, + aux_sym__non_special_token_repeat1 = 325, + aux_sym_declaration_list_repeat1 = 326, + aux_sym_enum_variant_list_repeat1 = 327, + aux_sym_enum_variant_list_repeat2 = 328, + aux_sym_field_declaration_list_repeat1 = 329, + aux_sym_ordered_field_declaration_list_repeat1 = 330, + aux_sym_function_modifiers_repeat1 = 331, + aux_sym_where_clause_repeat1 = 332, + aux_sym_trait_bounds_repeat1 = 333, + aux_sym_type_parameters_repeat1 = 334, + aux_sym_use_list_repeat1 = 335, + aux_sym_parameters_repeat1 = 336, + aux_sym_for_lifetimes_repeat1 = 337, + aux_sym_tuple_type_repeat1 = 338, + aux_sym_use_bounds_repeat1 = 339, + aux_sym_type_arguments_repeat1 = 340, + aux_sym_delim_token_tree_repeat1 = 341, + aux_sym_arguments_repeat1 = 342, + aux_sym_tuple_expression_repeat1 = 343, + aux_sym_field_initializer_list_repeat1 = 344, + aux_sym_match_block_repeat1 = 345, + aux_sym_match_arm_repeat1 = 346, + aux_sym_closure_parameters_repeat1 = 347, + aux_sym_tuple_pattern_repeat1 = 348, + aux_sym_slice_pattern_repeat1 = 349, + aux_sym_struct_pattern_repeat1 = 350, + aux_sym_string_literal_repeat1 = 351, + alias_sym_field_identifier = 352, + alias_sym_let_chain = 353, + alias_sym_shorthand_field_identifier = 354, + alias_sym_type_identifier = 355, }; static const char * const ts_symbol_names[] = { @@ -538,6 +539,7 @@ static const char * const ts_symbol_names[] = { [sym__statement] = "_statement", [sym_empty_statement] = "empty_statement", [sym_expression_statement] = "expression_statement", + [sym__declaration_statement] = "_declaration_statement", [sym_macro_definition] = "macro_definition", [sym_macro_rule] = "macro_rule", [sym__token_pattern] = "_token_pattern", @@ -896,6 +898,7 @@ static const TSSymbol ts_symbol_map[] = { [sym__statement] = sym__statement, [sym_empty_statement] = sym_empty_statement, [sym_expression_statement] = sym_expression_statement, + [sym__declaration_statement] = sym__declaration_statement, [sym_macro_definition] = sym_macro_definition, [sym_macro_rule] = sym_macro_rule, [sym__token_pattern] = sym__token_pattern, @@ -1737,6 +1740,11 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, + [sym__declaration_statement] = { + .visible = false, + .named = true, + .supertype = true, + }, [sym_macro_definition] = { .visible = true, .named = true, @@ -4017,175 +4025,175 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [5] = 5, [6] = 6, [7] = 7, - [8] = 8, - [9] = 3, - [10] = 2, + [8] = 2, + [9] = 9, + [10] = 3, [11] = 11, - [12] = 7, - [13] = 8, - [14] = 3, - [15] = 2, - [16] = 11, - [17] = 8, + [12] = 6, + [13] = 11, + [14] = 9, + [15] = 3, + [16] = 6, + [17] = 9, [18] = 3, - [19] = 2, - [20] = 11, - [21] = 8, + [19] = 11, + [20] = 6, + [21] = 9, [22] = 3, - [23] = 2, - [24] = 11, - [25] = 8, + [23] = 11, + [24] = 6, + [25] = 9, [26] = 3, - [27] = 2, - [28] = 11, - [29] = 8, + [27] = 11, + [28] = 6, + [29] = 9, [30] = 3, - [31] = 2, - [32] = 11, - [33] = 8, + [31] = 11, + [32] = 6, + [33] = 9, [34] = 11, [35] = 35, [36] = 36, [37] = 37, [38] = 38, - [39] = 37, + [39] = 39, [40] = 40, - [41] = 40, - [42] = 42, + [41] = 36, + [42] = 39, [43] = 35, - [44] = 35, - [45] = 36, - [46] = 42, - [47] = 38, - [48] = 40, - [49] = 37, - [50] = 40, - [51] = 35, - [52] = 37, - [53] = 42, - [54] = 42, - [55] = 37, - [56] = 37, - [57] = 40, + [44] = 36, + [45] = 39, + [46] = 35, + [47] = 35, + [48] = 37, + [49] = 40, + [50] = 38, + [51] = 39, + [52] = 36, + [53] = 38, + [54] = 37, + [55] = 40, + [56] = 38, + [57] = 39, [58] = 37, [59] = 40, [60] = 36, - [61] = 40, - [62] = 40, - [63] = 38, - [64] = 37, - [65] = 38, + [61] = 39, + [62] = 36, + [63] = 39, + [64] = 36, + [65] = 39, [66] = 36, [67] = 67, [68] = 68, [69] = 69, - [70] = 68, - [71] = 69, + [70] = 70, + [71] = 71, [72] = 72, [73] = 73, [74] = 74, [75] = 75, - [76] = 75, - [77] = 72, - [78] = 73, - [79] = 74, - [80] = 80, - [81] = 81, - [82] = 82, - [83] = 83, + [76] = 76, + [77] = 77, + [78] = 72, + [79] = 68, + [80] = 74, + [81] = 75, + [82] = 76, + [83] = 77, [84] = 84, [85] = 85, [86] = 86, - [87] = 87, + [87] = 86, [88] = 88, [89] = 89, - [90] = 90, + [90] = 88, [91] = 91, [92] = 92, [93] = 93, [94] = 94, - [95] = 94, - [96] = 86, - [97] = 87, - [98] = 84, - [99] = 84, + [95] = 89, + [96] = 96, + [97] = 97, + [98] = 98, + [99] = 85, [100] = 100, - [101] = 85, - [102] = 88, - [103] = 89, - [104] = 90, - [105] = 94, - [106] = 86, - [107] = 87, - [108] = 100, - [109] = 100, - [110] = 85, - [111] = 100, - [112] = 91, - [113] = 94, - [114] = 86, - [115] = 87, - [116] = 84, - [117] = 100, - [118] = 85, - [119] = 92, - [120] = 94, - [121] = 86, - [122] = 94, - [123] = 86, - [124] = 87, - [125] = 87, - [126] = 100, - [127] = 85, - [128] = 93, - [129] = 129, - [130] = 85, - [131] = 131, - [132] = 84, - [133] = 84, + [101] = 84, + [102] = 91, + [103] = 96, + [104] = 97, + [105] = 86, + [106] = 88, + [107] = 100, + [108] = 92, + [109] = 93, + [110] = 94, + [111] = 111, + [112] = 86, + [113] = 88, + [114] = 89, + [115] = 92, + [116] = 93, + [117] = 94, + [118] = 92, + [119] = 86, + [120] = 88, + [121] = 89, + [122] = 93, + [123] = 92, + [124] = 93, + [125] = 94, + [126] = 94, + [127] = 86, + [128] = 88, + [129] = 89, + [130] = 92, + [131] = 93, + [132] = 94, + [133] = 89, [134] = 134, [135] = 135, [136] = 136, - [137] = 137, - [138] = 136, - [139] = 135, - [140] = 134, - [141] = 137, + [137] = 135, + [138] = 134, + [139] = 139, + [140] = 136, + [141] = 139, [142] = 142, [143] = 143, [144] = 144, [145] = 145, [146] = 146, - [147] = 142, + [147] = 147, [148] = 148, [149] = 149, [150] = 150, [151] = 151, - [152] = 150, + [152] = 151, [153] = 153, - [154] = 154, + [154] = 146, [155] = 155, - [156] = 154, - [157] = 144, - [158] = 146, - [159] = 149, - [160] = 151, + [156] = 156, + [157] = 143, + [158] = 147, + [159] = 156, + [160] = 142, [161] = 161, - [162] = 155, - [163] = 143, - [164] = 164, - [165] = 165, - [166] = 165, - [167] = 143, - [168] = 148, - [169] = 165, - [170] = 143, - [171] = 148, - [172] = 165, + [162] = 162, + [163] = 144, + [164] = 142, + [165] = 153, + [166] = 148, + [167] = 155, + [168] = 144, + [169] = 150, + [170] = 148, + [171] = 144, + [172] = 142, [173] = 148, [174] = 174, [175] = 175, - [176] = 176, + [176] = 145, [177] = 177, [178] = 178, [179] = 179, @@ -4202,206 +4210,206 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [190] = 190, [191] = 191, [192] = 192, - [193] = 161, + [193] = 193, [194] = 194, [195] = 195, [196] = 196, [197] = 197, - [198] = 187, - [199] = 196, + [198] = 194, + [199] = 199, [200] = 200, [201] = 201, [202] = 202, - [203] = 203, + [203] = 178, [204] = 204, - [205] = 205, + [205] = 204, [206] = 206, [207] = 207, [208] = 208, [209] = 209, - [210] = 209, + [210] = 210, [211] = 211, - [212] = 207, - [213] = 213, - [214] = 213, - [215] = 215, - [216] = 216, - [217] = 217, - [218] = 218, - [219] = 219, - [220] = 209, - [221] = 218, - [222] = 219, + [212] = 179, + [213] = 185, + [214] = 214, + [215] = 190, + [216] = 192, + [217] = 206, + [218] = 193, + [219] = 210, + [220] = 183, + [221] = 221, + [222] = 222, [223] = 223, - [224] = 211, - [225] = 223, - [226] = 188, - [227] = 191, - [228] = 209, - [229] = 211, - [230] = 211, - [231] = 192, - [232] = 176, - [233] = 203, - [234] = 213, - [235] = 174, - [236] = 219, + [224] = 214, + [225] = 214, + [226] = 204, + [227] = 206, + [228] = 228, + [229] = 210, + [230] = 230, + [231] = 214, + [232] = 204, + [233] = 206, + [234] = 210, + [235] = 210, + [236] = 214, [237] = 237, [238] = 238, - [239] = 213, - [240] = 215, - [241] = 241, - [242] = 209, - [243] = 211, - [244] = 238, - [245] = 216, - [246] = 246, - [247] = 237, - [248] = 219, - [249] = 207, - [250] = 216, - [251] = 219, - [252] = 217, - [253] = 213, + [239] = 239, + [240] = 240, + [241] = 209, + [242] = 211, + [243] = 243, + [244] = 240, + [245] = 243, + [246] = 237, + [247] = 238, + [248] = 243, + [249] = 238, + [250] = 206, + [251] = 207, + [252] = 208, + [253] = 204, [254] = 254, - [255] = 255, + [255] = 254, [256] = 256, - [257] = 254, - [258] = 255, - [259] = 256, - [260] = 255, - [261] = 261, - [262] = 256, - [263] = 254, - [264] = 254, - [265] = 261, - [266] = 261, + [257] = 256, + [258] = 258, + [259] = 259, + [260] = 258, + [261] = 256, + [262] = 254, + [263] = 259, + [264] = 258, + [265] = 259, + [266] = 254, [267] = 267, [268] = 268, [269] = 269, [270] = 270, [271] = 271, - [272] = 272, + [272] = 268, [273] = 273, [274] = 274, [275] = 275, [276] = 276, [277] = 277, - [278] = 278, - [279] = 279, + [278] = 273, + [279] = 275, [280] = 280, [281] = 281, [282] = 282, [283] = 283, [284] = 284, - [285] = 285, - [286] = 268, + [285] = 267, + [286] = 286, [287] = 269, - [288] = 288, - [289] = 270, - [290] = 290, - [291] = 271, - [292] = 292, - [293] = 293, - [294] = 294, + [288] = 270, + [289] = 273, + [290] = 271, + [291] = 276, + [292] = 268, + [293] = 280, + [294] = 281, [295] = 295, - [296] = 296, - [297] = 270, - [298] = 298, - [299] = 270, - [300] = 270, - [301] = 270, - [302] = 302, - [303] = 303, - [304] = 304, - [305] = 302, - [306] = 306, + [296] = 271, + [297] = 297, + [298] = 271, + [299] = 299, + [300] = 300, + [301] = 271, + [302] = 275, + [303] = 280, + [304] = 271, + [305] = 281, + [306] = 282, [307] = 307, - [308] = 308, - [309] = 309, - [310] = 310, - [311] = 277, - [312] = 278, - [313] = 279, - [314] = 280, - [315] = 281, - [316] = 282, - [317] = 283, - [318] = 318, - [319] = 319, - [320] = 320, + [308] = 282, + [309] = 283, + [310] = 284, + [311] = 311, + [312] = 286, + [313] = 313, + [314] = 269, + [315] = 283, + [316] = 270, + [317] = 317, + [318] = 284, + [319] = 274, + [320] = 313, [321] = 321, - [322] = 322, - [323] = 267, + [322] = 271, + [323] = 307, [324] = 324, - [325] = 319, - [326] = 285, - [327] = 327, + [325] = 325, + [326] = 326, + [327] = 274, [328] = 328, [329] = 329, - [330] = 284, - [331] = 302, - [332] = 285, - [333] = 268, - [334] = 269, - [335] = 275, - [336] = 302, - [337] = 270, - [338] = 275, - [339] = 277, - [340] = 319, - [341] = 278, - [342] = 279, - [343] = 280, - [344] = 281, - [345] = 282, - [346] = 283, - [347] = 284, - [348] = 285, - [349] = 268, - [350] = 269, - [351] = 351, - [352] = 270, - [353] = 271, + [330] = 286, + [331] = 331, + [332] = 332, + [333] = 333, + [334] = 307, + [335] = 267, + [336] = 273, + [337] = 268, + [338] = 313, + [339] = 275, + [340] = 280, + [341] = 281, + [342] = 282, + [343] = 283, + [344] = 344, + [345] = 345, + [346] = 346, + [347] = 347, + [348] = 348, + [349] = 349, + [350] = 284, + [351] = 267, + [352] = 274, + [353] = 353, [354] = 354, - [355] = 351, + [355] = 286, [356] = 356, [357] = 357, [358] = 358, - [359] = 359, - [360] = 271, - [361] = 275, - [362] = 359, - [363] = 310, - [364] = 356, - [365] = 272, - [366] = 295, - [367] = 277, - [368] = 318, - [369] = 324, - [370] = 354, - [371] = 273, - [372] = 276, - [373] = 292, - [374] = 296, - [375] = 306, - [376] = 308, - [377] = 309, - [378] = 278, - [379] = 327, - [380] = 279, - [381] = 359, - [382] = 280, - [383] = 272, - [384] = 281, - [385] = 324, - [386] = 296, - [387] = 282, - [388] = 359, - [389] = 283, - [390] = 272, - [391] = 284, - [392] = 296, + [359] = 269, + [360] = 270, + [361] = 361, + [362] = 362, + [363] = 363, + [364] = 364, + [365] = 317, + [366] = 277, + [367] = 332, + [368] = 353, + [369] = 364, + [370] = 370, + [371] = 297, + [372] = 311, + [373] = 295, + [374] = 321, + [375] = 325, + [376] = 329, + [377] = 333, + [378] = 346, + [379] = 348, + [380] = 349, + [381] = 358, + [382] = 363, + [383] = 307, + [384] = 317, + [385] = 385, + [386] = 353, + [387] = 271, + [388] = 311, + [389] = 333, + [390] = 317, + [391] = 353, + [392] = 333, [393] = 393, [394] = 394, [395] = 395, @@ -4409,7 +4417,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [397] = 397, [398] = 398, [399] = 399, - [400] = 400, + [400] = 228, [401] = 401, [402] = 402, [403] = 403, @@ -4422,101 +4430,101 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [410] = 410, [411] = 411, [412] = 412, - [413] = 208, - [414] = 414, + [413] = 413, + [414] = 230, [415] = 415, [416] = 416, [417] = 417, [418] = 418, - [419] = 419, - [420] = 206, + [419] = 412, + [420] = 420, [421] = 421, - [422] = 422, + [422] = 412, [423] = 423, - [424] = 418, - [425] = 418, + [424] = 424, + [425] = 425, [426] = 426, [427] = 427, - [428] = 410, + [428] = 401, [429] = 429, [430] = 430, [431] = 431, - [432] = 431, - [433] = 430, - [434] = 431, - [435] = 435, - [436] = 436, - [437] = 436, - [438] = 435, - [439] = 430, + [432] = 432, + [433] = 433, + [434] = 430, + [435] = 433, + [436] = 433, + [437] = 431, + [438] = 432, + [439] = 432, [440] = 440, [441] = 440, [442] = 442, [443] = 443, [444] = 444, - [445] = 445, - [446] = 445, + [445] = 444, + [446] = 444, [447] = 447, - [448] = 447, - [449] = 444, - [450] = 445, - [451] = 444, - [452] = 444, - [453] = 447, - [454] = 445, + [448] = 448, + [449] = 447, + [450] = 448, + [451] = 448, + [452] = 448, + [453] = 444, + [454] = 447, [455] = 447, [456] = 456, - [457] = 457, - [458] = 457, - [459] = 457, - [460] = 457, + [457] = 456, + [458] = 456, + [459] = 456, + [460] = 460, [461] = 461, [462] = 461, - [463] = 290, + [463] = 361, [464] = 461, [465] = 461, - [466] = 466, - [467] = 466, - [468] = 466, - [469] = 395, - [470] = 396, - [471] = 398, - [472] = 394, - [473] = 397, - [474] = 466, - [475] = 409, + [466] = 394, + [467] = 398, + [468] = 468, + [469] = 396, + [470] = 468, + [471] = 468, + [472] = 395, + [473] = 468, + [474] = 397, + [475] = 406, [476] = 476, - [477] = 402, - [478] = 422, - [479] = 479, - [480] = 427, - [481] = 411, - [482] = 421, - [483] = 406, - [484] = 399, - [485] = 400, - [486] = 486, - [487] = 423, - [488] = 407, - [489] = 489, - [490] = 404, - [491] = 426, - [492] = 408, - [493] = 415, - [494] = 414, - [495] = 476, - [496] = 405, - [497] = 416, - [498] = 401, + [477] = 409, + [478] = 402, + [479] = 427, + [480] = 415, + [481] = 416, + [482] = 482, + [483] = 482, + [484] = 410, + [485] = 399, + [486] = 424, + [487] = 408, + [488] = 426, + [489] = 405, + [490] = 417, + [491] = 423, + [492] = 421, + [493] = 493, + [494] = 411, + [495] = 495, + [496] = 404, + [497] = 413, + [498] = 418, [499] = 499, [500] = 500, - [501] = 500, - [502] = 499, - [503] = 503, + [501] = 501, + [502] = 502, + [503] = 500, [504] = 504, - [505] = 505, - [506] = 506, - [507] = 507, + [505] = 499, + [506] = 502, + [507] = 504, [508] = 508, [509] = 509, [510] = 510, @@ -4611,7 +4619,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [599] = 599, [600] = 600, [601] = 601, - [602] = 602, + [602] = 397, [603] = 603, [604] = 604, [605] = 605, @@ -4624,13 +4632,13 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [612] = 612, [613] = 613, [614] = 614, - [615] = 615, + [615] = 398, [616] = 616, [617] = 617, - [618] = 618, + [618] = 394, [619] = 619, - [620] = 620, - [621] = 621, + [620] = 395, + [621] = 396, [622] = 622, [623] = 623, [624] = 624, @@ -4665,7 +4673,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [653] = 653, [654] = 654, [655] = 655, - [656] = 395, + [656] = 656, [657] = 657, [658] = 658, [659] = 659, @@ -4676,16 +4684,16 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [664] = 664, [665] = 665, [666] = 666, - [667] = 397, + [667] = 667, [668] = 668, [669] = 669, [670] = 670, - [671] = 398, + [671] = 671, [672] = 672, [673] = 673, [674] = 674, - [675] = 394, - [676] = 396, + [675] = 675, + [676] = 676, [677] = 677, [678] = 678, [679] = 679, @@ -4703,7 +4711,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [691] = 691, [692] = 692, [693] = 693, - [694] = 615, + [694] = 694, [695] = 695, [696] = 696, [697] = 697, @@ -4729,7 +4737,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [717] = 717, [718] = 718, [719] = 719, - [720] = 701, + [720] = 720, [721] = 721, [722] = 722, [723] = 723, @@ -4809,29 +4817,29 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [797] = 797, [798] = 798, [799] = 799, - [800] = 797, + [800] = 798, [801] = 801, - [802] = 798, + [802] = 802, [803] = 803, - [804] = 799, - [805] = 805, + [804] = 802, + [805] = 801, [806] = 806, [807] = 807, [808] = 808, [809] = 809, [810] = 810, - [811] = 809, - [812] = 810, + [811] = 811, + [812] = 812, [813] = 813, - [814] = 814, - [815] = 807, - [816] = 808, - [817] = 805, - [818] = 806, + [814] = 808, + [815] = 810, + [816] = 811, + [817] = 812, + [818] = 813, [819] = 819, [820] = 820, - [821] = 821, - [822] = 821, + [821] = 807, + [822] = 822, [823] = 823, [824] = 824, [825] = 825, @@ -4839,63 +4847,63 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [827] = 827, [828] = 828, [829] = 829, - [830] = 826, + [830] = 830, [831] = 831, - [832] = 832, + [832] = 831, [833] = 833, - [834] = 821, - [835] = 827, - [836] = 828, - [837] = 837, + [834] = 827, + [835] = 835, + [836] = 836, + [837] = 826, [838] = 838, - [839] = 829, + [839] = 825, [840] = 840, - [841] = 824, + [841] = 841, [842] = 833, - [843] = 840, + [843] = 829, [844] = 844, - [845] = 832, - [846] = 837, - [847] = 847, - [848] = 848, + [845] = 822, + [846] = 830, + [847] = 836, + [848] = 823, [849] = 844, - [850] = 848, - [851] = 821, - [852] = 848, - [853] = 848, - [854] = 854, - [855] = 854, - [856] = 856, - [857] = 854, - [858] = 854, - [859] = 854, + [850] = 823, + [851] = 844, + [852] = 823, + [853] = 844, + [854] = 828, + [855] = 855, + [856] = 855, + [857] = 855, + [858] = 855, + [859] = 855, [860] = 860, [861] = 861, - [862] = 861, + [862] = 862, [863] = 863, [864] = 864, - [865] = 865, + [865] = 864, [866] = 866, - [867] = 861, + [867] = 862, [868] = 864, [869] = 869, [870] = 870, [871] = 871, - [872] = 864, - [873] = 865, - [874] = 871, - [875] = 871, - [876] = 876, - [877] = 863, - [878] = 878, - [879] = 860, - [880] = 863, - [881] = 861, - [882] = 863, - [883] = 861, + [872] = 870, + [873] = 862, + [874] = 869, + [875] = 875, + [876] = 864, + [877] = 877, + [878] = 870, + [879] = 862, + [880] = 864, + [881] = 863, + [882] = 869, + [883] = 862, [884] = 884, - [885] = 863, - [886] = 886, + [885] = 885, + [886] = 885, [887] = 887, [888] = 888, [889] = 889, @@ -4906,12 +4914,12 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [894] = 894, [895] = 895, [896] = 896, - [897] = 887, + [897] = 897, [898] = 898, [899] = 899, [900] = 900, [901] = 901, - [902] = 886, + [902] = 902, [903] = 903, [904] = 904, [905] = 905, @@ -4923,185 +4931,185 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [911] = 911, [912] = 912, [913] = 913, - [914] = 914, + [914] = 887, [915] = 915, [916] = 916, [917] = 917, [918] = 918, [919] = 919, [920] = 920, - [921] = 921, + [921] = 900, [922] = 922, [923] = 923, [924] = 924, - [925] = 917, + [925] = 925, [926] = 926, - [927] = 927, - [928] = 928, - [929] = 929, - [930] = 907, - [931] = 931, + [927] = 902, + [928] = 909, + [929] = 913, + [930] = 887, + [931] = 922, [932] = 932, - [933] = 933, - [934] = 934, - [935] = 935, + [933] = 896, + [934] = 898, + [935] = 899, [936] = 936, - [937] = 937, + [937] = 925, [938] = 938, - [939] = 939, - [940] = 917, + [939] = 888, + [940] = 940, [941] = 941, - [942] = 918, + [942] = 942, [943] = 943, - [944] = 894, + [944] = 944, [945] = 945, [946] = 946, - [947] = 895, - [948] = 887, - [949] = 886, - [950] = 906, + [947] = 947, + [948] = 948, + [949] = 949, + [950] = 950, [951] = 951, - [952] = 903, + [952] = 952, [953] = 953, [954] = 954, - [955] = 918, - [956] = 935, + [955] = 955, + [956] = 956, [957] = 957, - [958] = 936, - [959] = 943, - [960] = 907, - [961] = 923, - [962] = 921, - [963] = 929, - [964] = 907, - [965] = 905, - [966] = 931, - [967] = 967, - [968] = 922, - [969] = 907, + [958] = 958, + [959] = 959, + [960] = 960, + [961] = 961, + [962] = 962, + [963] = 963, + [964] = 964, + [965] = 951, + [966] = 918, + [967] = 919, + [968] = 968, + [969] = 900, [970] = 970, [971] = 971, - [972] = 972, + [972] = 918, [973] = 919, - [974] = 927, - [975] = 933, - [976] = 953, - [977] = 931, - [978] = 978, - [979] = 896, - [980] = 898, - [981] = 920, + [974] = 888, + [975] = 951, + [976] = 940, + [977] = 918, + [978] = 919, + [979] = 889, + [980] = 900, + [981] = 902, [982] = 982, - [983] = 935, - [984] = 936, - [985] = 894, - [986] = 943, - [987] = 895, - [988] = 922, - [989] = 887, - [990] = 886, - [991] = 906, - [992] = 932, - [993] = 993, - [994] = 888, - [995] = 889, - [996] = 904, - [997] = 928, - [998] = 998, - [999] = 998, + [983] = 909, + [984] = 913, + [985] = 887, + [986] = 922, + [987] = 987, + [988] = 988, + [989] = 902, + [990] = 910, + [991] = 913, + [992] = 992, + [993] = 896, + [994] = 898, + [995] = 899, + [996] = 888, + [997] = 951, + [998] = 889, + [999] = 910, [1000] = 1000, - [1001] = 926, - [1002] = 1002, - [1003] = 893, - [1004] = 901, - [1005] = 935, - [1006] = 936, - [1007] = 943, - [1008] = 1008, - [1009] = 1009, - [1010] = 911, - [1011] = 913, + [1001] = 925, + [1002] = 938, + [1003] = 903, + [1004] = 945, + [1005] = 918, + [1006] = 919, + [1007] = 904, + [1008] = 906, + [1009] = 950, + [1010] = 959, + [1011] = 971, [1012] = 1012, - [1013] = 899, - [1014] = 900, - [1015] = 1015, - [1016] = 934, - [1017] = 938, - [1018] = 951, - [1019] = 957, - [1020] = 970, - [1021] = 1021, - [1022] = 891, - [1023] = 892, - [1024] = 920, - [1025] = 945, - [1026] = 946, - [1027] = 954, - [1028] = 894, - [1029] = 967, - [1030] = 982, - [1031] = 1008, - [1032] = 1002, - [1033] = 924, - [1034] = 1034, - [1035] = 920, - [1036] = 923, - [1037] = 993, - [1038] = 978, - [1039] = 895, - [1040] = 922, - [1041] = 887, - [1042] = 1021, - [1043] = 929, - [1044] = 906, - [1045] = 971, - [1046] = 1046, - [1047] = 1000, - [1048] = 1048, - [1049] = 1009, - [1050] = 917, - [1051] = 919, - [1052] = 918, - [1053] = 931, - [1054] = 929, - [1055] = 894, - [1056] = 972, - [1057] = 929, - [1058] = 1058, - [1059] = 518, - [1060] = 1060, + [1013] = 905, + [1014] = 923, + [1015] = 902, + [1016] = 909, + [1017] = 910, + [1018] = 913, + [1019] = 922, + [1020] = 932, + [1021] = 949, + [1022] = 952, + [1023] = 953, + [1024] = 956, + [1025] = 968, + [1026] = 988, + [1027] = 890, + [1028] = 907, + [1029] = 911, + [1030] = 936, + [1031] = 944, + [1032] = 896, + [1033] = 898, + [1034] = 899, + [1035] = 908, + [1036] = 924, + [1037] = 926, + [1038] = 941, + [1039] = 943, + [1040] = 958, + [1041] = 960, + [1042] = 961, + [1043] = 962, + [1044] = 970, + [1045] = 992, + [1046] = 894, + [1047] = 895, + [1048] = 925, + [1049] = 963, + [1050] = 964, + [1051] = 987, + [1052] = 1000, + [1053] = 891, + [1054] = 897, + [1055] = 1055, + [1056] = 938, + [1057] = 1012, + [1058] = 1055, + [1059] = 1059, + [1060] = 613, [1061] = 1061, [1062] = 1062, [1063] = 1063, - [1064] = 518, - [1065] = 1065, + [1064] = 1064, + [1065] = 613, [1066] = 1066, [1067] = 1067, [1068] = 1068, - [1069] = 395, - [1070] = 1070, - [1071] = 1071, + [1069] = 1069, + [1070] = 420, + [1071] = 407, [1072] = 1072, - [1073] = 412, - [1074] = 398, - [1075] = 394, - [1076] = 208, + [1073] = 1073, + [1074] = 1074, + [1075] = 228, + [1076] = 230, [1077] = 1077, - [1078] = 396, - [1079] = 417, - [1080] = 1080, - [1081] = 397, - [1082] = 206, - [1083] = 1083, - [1084] = 559, + [1078] = 397, + [1079] = 1079, + [1080] = 398, + [1081] = 394, + [1082] = 395, + [1083] = 396, + [1084] = 696, [1085] = 1085, - [1086] = 1058, - [1087] = 682, + [1086] = 770, + [1087] = 654, [1088] = 1088, - [1089] = 1089, - [1090] = 748, - [1091] = 617, - [1092] = 520, + [1089] = 579, + [1090] = 1059, + [1091] = 1091, + [1092] = 725, [1093] = 1093, [1094] = 1094, [1095] = 1095, @@ -5116,380 +5124,380 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1104] = 1104, [1105] = 1105, [1106] = 1106, - [1107] = 674, - [1108] = 1108, - [1109] = 645, - [1110] = 648, - [1111] = 649, - [1112] = 650, - [1113] = 653, - [1114] = 654, - [1115] = 655, - [1116] = 663, - [1117] = 673, - [1118] = 678, - [1119] = 679, - [1120] = 681, - [1121] = 703, - [1122] = 704, - [1123] = 719, - [1124] = 725, - [1125] = 604, - [1126] = 605, - [1127] = 606, - [1128] = 607, - [1129] = 608, - [1130] = 609, - [1131] = 610, - [1132] = 611, - [1133] = 612, - [1134] = 613, - [1135] = 618, - [1136] = 619, - [1137] = 620, - [1138] = 621, - [1139] = 622, - [1140] = 623, - [1141] = 624, - [1142] = 625, - [1143] = 626, - [1144] = 627, - [1145] = 628, - [1146] = 629, - [1147] = 630, - [1148] = 631, - [1149] = 632, - [1150] = 633, - [1151] = 635, - [1152] = 637, - [1153] = 638, - [1154] = 639, - [1155] = 640, - [1156] = 641, - [1157] = 642, - [1158] = 643, - [1159] = 646, - [1160] = 647, - [1161] = 651, - [1162] = 652, - [1163] = 657, - [1164] = 658, - [1165] = 659, - [1166] = 660, - [1167] = 661, - [1168] = 662, - [1169] = 664, - [1170] = 665, - [1171] = 666, - [1172] = 668, - [1173] = 669, - [1174] = 670, - [1175] = 672, - [1176] = 677, - [1177] = 680, - [1178] = 683, - [1179] = 684, - [1180] = 685, - [1181] = 686, - [1182] = 687, - [1183] = 688, - [1184] = 689, - [1185] = 690, - [1186] = 691, - [1187] = 692, - [1188] = 693, - [1189] = 695, - [1190] = 696, - [1191] = 697, - [1192] = 698, - [1193] = 699, - [1194] = 700, - [1195] = 702, - [1196] = 705, - [1197] = 706, - [1198] = 707, - [1199] = 708, - [1200] = 709, - [1201] = 710, - [1202] = 711, - [1203] = 712, - [1204] = 713, - [1205] = 714, - [1206] = 715, - [1207] = 716, - [1208] = 721, - [1209] = 722, - [1210] = 726, - [1211] = 727, - [1212] = 728, - [1213] = 729, - [1214] = 730, - [1215] = 731, - [1216] = 732, - [1217] = 733, - [1218] = 734, - [1219] = 735, - [1220] = 736, - [1221] = 737, - [1222] = 738, - [1223] = 739, - [1224] = 740, - [1225] = 741, - [1226] = 742, - [1227] = 743, - [1228] = 744, - [1229] = 745, - [1230] = 747, - [1231] = 749, - [1232] = 750, - [1233] = 751, - [1234] = 752, - [1235] = 753, - [1236] = 754, - [1237] = 755, - [1238] = 756, - [1239] = 757, - [1240] = 758, - [1241] = 759, - [1242] = 760, - [1243] = 761, - [1244] = 762, - [1245] = 763, - [1246] = 764, - [1247] = 765, - [1248] = 766, - [1249] = 767, - [1250] = 768, - [1251] = 769, - [1252] = 770, - [1253] = 771, - [1254] = 772, - [1255] = 773, - [1256] = 774, - [1257] = 775, - [1258] = 776, - [1259] = 777, - [1260] = 778, - [1261] = 779, - [1262] = 780, - [1263] = 781, - [1264] = 782, - [1265] = 783, - [1266] = 784, - [1267] = 785, - [1268] = 786, - [1269] = 504, - [1270] = 505, - [1271] = 506, - [1272] = 507, - [1273] = 508, - [1274] = 509, - [1275] = 510, - [1276] = 511, - [1277] = 512, - [1278] = 513, - [1279] = 514, - [1280] = 515, - [1281] = 516, - [1282] = 517, - [1283] = 519, - [1284] = 521, - [1285] = 522, - [1286] = 523, - [1287] = 524, - [1288] = 525, - [1289] = 526, - [1290] = 527, - [1291] = 528, - [1292] = 529, - [1293] = 530, - [1294] = 531, - [1295] = 532, - [1296] = 533, - [1297] = 534, - [1298] = 787, - [1299] = 536, - [1300] = 537, - [1301] = 538, - [1302] = 539, - [1303] = 540, - [1304] = 541, - [1305] = 542, - [1306] = 543, - [1307] = 544, - [1308] = 545, - [1309] = 546, - [1310] = 547, - [1311] = 548, - [1312] = 549, - [1313] = 550, - [1314] = 551, - [1315] = 503, - [1316] = 552, - [1317] = 553, - [1318] = 554, - [1319] = 555, - [1320] = 556, - [1321] = 557, - [1322] = 558, - [1323] = 560, - [1324] = 561, - [1325] = 562, - [1326] = 563, - [1327] = 564, - [1328] = 565, - [1329] = 566, - [1330] = 567, - [1331] = 568, - [1332] = 569, - [1333] = 570, - [1334] = 571, - [1335] = 572, - [1336] = 573, - [1337] = 574, - [1338] = 575, - [1339] = 576, - [1340] = 577, - [1341] = 578, - [1342] = 579, - [1343] = 580, - [1344] = 581, - [1345] = 582, - [1346] = 583, - [1347] = 584, - [1348] = 585, - [1349] = 586, - [1350] = 587, - [1351] = 588, - [1352] = 589, - [1353] = 590, - [1354] = 591, - [1355] = 592, - [1356] = 593, - [1357] = 594, - [1358] = 595, - [1359] = 596, - [1360] = 597, - [1361] = 598, - [1362] = 599, - [1363] = 600, - [1364] = 601, - [1365] = 602, - [1366] = 603, - [1367] = 1367, - [1368] = 518, - [1369] = 1369, - [1370] = 1370, - [1371] = 651, - [1372] = 518, - [1373] = 518, - [1374] = 1374, - [1375] = 1108, - [1376] = 1376, - [1377] = 1377, - [1378] = 1378, - [1379] = 1379, - [1380] = 1108, - [1381] = 1381, - [1382] = 1382, - [1383] = 1108, - [1384] = 535, - [1385] = 1385, - [1386] = 1060, - [1387] = 1067, - [1388] = 614, - [1389] = 634, - [1390] = 1390, - [1391] = 1066, - [1392] = 1068, - [1393] = 724, - [1394] = 1394, - [1395] = 1395, - [1396] = 1396, + [1107] = 1107, + [1108] = 652, + [1109] = 728, + [1110] = 1067, + [1111] = 729, + [1112] = 730, + [1113] = 613, + [1114] = 731, + [1115] = 732, + [1116] = 1116, + [1117] = 733, + [1118] = 734, + [1119] = 735, + [1120] = 736, + [1121] = 737, + [1122] = 738, + [1123] = 739, + [1124] = 740, + [1125] = 741, + [1126] = 614, + [1127] = 742, + [1128] = 743, + [1129] = 744, + [1130] = 745, + [1131] = 625, + [1132] = 674, + [1133] = 686, + [1134] = 695, + [1135] = 532, + [1136] = 746, + [1137] = 533, + [1138] = 747, + [1139] = 1139, + [1140] = 543, + [1141] = 544, + [1142] = 748, + [1143] = 545, + [1144] = 546, + [1145] = 547, + [1146] = 548, + [1147] = 550, + [1148] = 749, + [1149] = 750, + [1150] = 552, + [1151] = 559, + [1152] = 751, + [1153] = 752, + [1154] = 560, + [1155] = 753, + [1156] = 712, + [1157] = 1157, + [1158] = 758, + [1159] = 759, + [1160] = 760, + [1161] = 761, + [1162] = 762, + [1163] = 643, + [1164] = 647, + [1165] = 648, + [1166] = 650, + [1167] = 709, + [1168] = 763, + [1169] = 764, + [1170] = 687, + [1171] = 765, + [1172] = 766, + [1173] = 688, + [1174] = 689, + [1175] = 690, + [1176] = 691, + [1177] = 1139, + [1178] = 767, + [1179] = 697, + [1180] = 700, + [1181] = 720, + [1182] = 721, + [1183] = 723, + [1184] = 754, + [1185] = 755, + [1186] = 756, + [1187] = 757, + [1188] = 768, + [1189] = 535, + [1190] = 510, + [1191] = 511, + [1192] = 525, + [1193] = 526, + [1194] = 531, + [1195] = 534, + [1196] = 536, + [1197] = 537, + [1198] = 538, + [1199] = 539, + [1200] = 540, + [1201] = 541, + [1202] = 542, + [1203] = 769, + [1204] = 549, + [1205] = 551, + [1206] = 1206, + [1207] = 713, + [1208] = 771, + [1209] = 613, + [1210] = 1210, + [1211] = 1211, + [1212] = 772, + [1213] = 773, + [1214] = 774, + [1215] = 1139, + [1216] = 557, + [1217] = 775, + [1218] = 558, + [1219] = 1219, + [1220] = 561, + [1221] = 563, + [1222] = 564, + [1223] = 565, + [1224] = 566, + [1225] = 776, + [1226] = 567, + [1227] = 568, + [1228] = 569, + [1229] = 570, + [1230] = 571, + [1231] = 572, + [1232] = 573, + [1233] = 574, + [1234] = 575, + [1235] = 576, + [1236] = 578, + [1237] = 557, + [1238] = 580, + [1239] = 581, + [1240] = 582, + [1241] = 583, + [1242] = 584, + [1243] = 585, + [1244] = 586, + [1245] = 587, + [1246] = 588, + [1247] = 589, + [1248] = 590, + [1249] = 591, + [1250] = 592, + [1251] = 593, + [1252] = 594, + [1253] = 595, + [1254] = 596, + [1255] = 597, + [1256] = 599, + [1257] = 600, + [1258] = 601, + [1259] = 603, + [1260] = 604, + [1261] = 605, + [1262] = 606, + [1263] = 607, + [1264] = 710, + [1265] = 609, + [1266] = 610, + [1267] = 611, + [1268] = 777, + [1269] = 612, + [1270] = 616, + [1271] = 1271, + [1272] = 778, + [1273] = 624, + [1274] = 626, + [1275] = 627, + [1276] = 628, + [1277] = 629, + [1278] = 630, + [1279] = 631, + [1280] = 632, + [1281] = 1281, + [1282] = 633, + [1283] = 779, + [1284] = 634, + [1285] = 780, + [1286] = 635, + [1287] = 636, + [1288] = 508, + [1289] = 781, + [1290] = 638, + [1291] = 639, + [1292] = 640, + [1293] = 782, + [1294] = 1294, + [1295] = 641, + [1296] = 1296, + [1297] = 783, + [1298] = 642, + [1299] = 784, + [1300] = 785, + [1301] = 1301, + [1302] = 644, + [1303] = 786, + [1304] = 556, + [1305] = 787, + [1306] = 645, + [1307] = 651, + [1308] = 637, + [1309] = 655, + [1310] = 653, + [1311] = 656, + [1312] = 553, + [1313] = 554, + [1314] = 1314, + [1315] = 657, + [1316] = 622, + [1317] = 577, + [1318] = 646, + [1319] = 1061, + [1320] = 788, + [1321] = 661, + [1322] = 1068, + [1323] = 673, + [1324] = 658, + [1325] = 659, + [1326] = 509, + [1327] = 512, + [1328] = 513, + [1329] = 514, + [1330] = 515, + [1331] = 516, + [1332] = 517, + [1333] = 518, + [1334] = 660, + [1335] = 555, + [1336] = 519, + [1337] = 562, + [1338] = 662, + [1339] = 520, + [1340] = 521, + [1341] = 663, + [1342] = 613, + [1343] = 522, + [1344] = 523, + [1345] = 524, + [1346] = 527, + [1347] = 528, + [1348] = 529, + [1349] = 530, + [1350] = 664, + [1351] = 714, + [1352] = 665, + [1353] = 666, + [1354] = 715, + [1355] = 716, + [1356] = 717, + [1357] = 667, + [1358] = 718, + [1359] = 719, + [1360] = 722, + [1361] = 668, + [1362] = 724, + [1363] = 669, + [1364] = 670, + [1365] = 671, + [1366] = 672, + [1367] = 675, + [1368] = 711, + [1369] = 676, + [1370] = 677, + [1371] = 678, + [1372] = 679, + [1373] = 680, + [1374] = 681, + [1375] = 682, + [1376] = 683, + [1377] = 684, + [1378] = 685, + [1379] = 1069, + [1380] = 693, + [1381] = 694, + [1382] = 698, + [1383] = 699, + [1384] = 701, + [1385] = 726, + [1386] = 702, + [1387] = 727, + [1388] = 703, + [1389] = 1139, + [1390] = 704, + [1391] = 705, + [1392] = 706, + [1393] = 707, + [1394] = 708, + [1395] = 608, + [1396] = 1072, [1397] = 1397, [1398] = 1398, [1399] = 1399, [1400] = 1400, [1401] = 1401, [1402] = 1402, - [1403] = 1403, + [1403] = 440, [1404] = 1404, [1405] = 1405, [1406] = 1406, - [1407] = 1072, + [1407] = 1407, [1408] = 1408, [1409] = 1409, - [1410] = 1410, + [1410] = 1066, [1411] = 1411, [1412] = 1412, [1413] = 1413, - [1414] = 1072, + [1414] = 1414, [1415] = 1415, - [1416] = 1416, + [1416] = 1072, [1417] = 1417, [1418] = 1418, [1419] = 1419, [1420] = 1420, [1421] = 1421, [1422] = 1422, - [1423] = 440, + [1423] = 1423, [1424] = 1424, [1425] = 1425, [1426] = 1426, - [1427] = 290, + [1427] = 1427, [1428] = 1428, [1429] = 1429, [1430] = 1430, [1431] = 1431, [1432] = 1432, - [1433] = 1065, + [1433] = 1433, [1434] = 1434, [1435] = 1435, - [1436] = 1436, - [1437] = 1437, - [1438] = 1438, + [1436] = 361, + [1437] = 416, + [1438] = 398, [1439] = 1439, [1440] = 1440, [1441] = 1441, - [1442] = 188, - [1443] = 206, + [1442] = 1442, + [1443] = 1443, [1444] = 1444, - [1445] = 406, - [1446] = 426, - [1447] = 401, - [1448] = 407, + [1445] = 1445, + [1446] = 193, + [1447] = 1447, + [1448] = 1448, [1449] = 1449, [1450] = 1450, [1451] = 1451, - [1452] = 405, - [1453] = 404, - [1454] = 1454, - [1455] = 1455, - [1456] = 1456, + [1452] = 1452, + [1453] = 1453, + [1454] = 406, + [1455] = 407, + [1456] = 408, [1457] = 1457, - [1458] = 1458, - [1459] = 1072, - [1460] = 1460, + [1458] = 417, + [1459] = 418, + [1460] = 420, [1461] = 1461, - [1462] = 1462, + [1462] = 394, [1463] = 1463, [1464] = 1464, [1465] = 1465, - [1466] = 192, + [1466] = 1466, [1467] = 1467, - [1468] = 1468, + [1468] = 185, [1469] = 1469, [1470] = 1470, [1471] = 1471, - [1472] = 1472, - [1473] = 1473, - [1474] = 191, - [1475] = 417, - [1476] = 398, - [1477] = 1477, - [1478] = 1478, + [1472] = 228, + [1473] = 404, + [1474] = 413, + [1475] = 1475, + [1476] = 1476, + [1477] = 427, + [1478] = 397, [1479] = 1479, - [1480] = 400, + [1480] = 1480, [1481] = 1481, [1482] = 1482, [1483] = 1483, @@ -5498,29 +5506,29 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1486] = 1486, [1487] = 1487, [1488] = 1488, - [1489] = 174, - [1490] = 1490, - [1491] = 422, - [1492] = 1492, - [1493] = 1493, - [1494] = 1494, + [1489] = 230, + [1490] = 415, + [1491] = 1491, + [1492] = 399, + [1493] = 395, + [1494] = 424, [1495] = 1495, [1496] = 1496, - [1497] = 427, + [1497] = 1497, [1498] = 1498, [1499] = 1499, - [1500] = 416, + [1500] = 1500, [1501] = 1501, [1502] = 1502, [1503] = 1503, [1504] = 1504, - [1505] = 1505, - [1506] = 1506, + [1505] = 190, + [1506] = 405, [1507] = 1507, [1508] = 1508, - [1509] = 402, - [1510] = 409, - [1511] = 203, + [1509] = 396, + [1510] = 423, + [1511] = 426, [1512] = 1512, [1513] = 1513, [1514] = 1514, @@ -5529,33 +5537,33 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1517] = 1517, [1518] = 1518, [1519] = 1519, - [1520] = 208, - [1521] = 1521, - [1522] = 1522, + [1520] = 411, + [1521] = 402, + [1522] = 421, [1523] = 1523, [1524] = 1524, - [1525] = 396, - [1526] = 395, + [1525] = 1525, + [1526] = 409, [1527] = 1527, [1528] = 1528, - [1529] = 412, + [1529] = 1529, [1530] = 1530, [1531] = 1531, - [1532] = 408, - [1533] = 411, - [1534] = 399, - [1535] = 414, - [1536] = 415, - [1537] = 421, + [1532] = 192, + [1533] = 1533, + [1534] = 1534, + [1535] = 1535, + [1536] = 1072, + [1537] = 1537, [1538] = 1538, - [1539] = 1539, + [1539] = 410, [1540] = 1540, [1541] = 1541, [1542] = 1542, - [1543] = 397, + [1543] = 179, [1544] = 1544, - [1545] = 394, - [1546] = 423, + [1545] = 1545, + [1546] = 1546, [1547] = 1547, [1548] = 1548, [1549] = 1549, @@ -5572,20 +5580,20 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1560] = 1560, [1561] = 1561, [1562] = 1562, - [1563] = 1563, + [1563] = 1072, [1564] = 1564, [1565] = 1565, - [1566] = 1072, - [1567] = 1567, - [1568] = 1561, + [1566] = 1566, + [1567] = 1561, + [1568] = 1568, [1569] = 1072, - [1570] = 1562, - [1571] = 1559, - [1572] = 1572, - [1573] = 1080, + [1570] = 1570, + [1571] = 1571, + [1572] = 1560, + [1573] = 1570, [1574] = 1574, [1575] = 1575, - [1576] = 1576, + [1576] = 1281, [1577] = 1577, [1578] = 1578, [1579] = 1579, @@ -5594,623 +5602,623 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1582] = 1582, [1583] = 1583, [1584] = 1584, - [1585] = 1585, - [1586] = 1586, - [1587] = 1070, - [1588] = 1374, - [1589] = 1385, + [1585] = 1077, + [1586] = 1079, + [1587] = 1587, + [1588] = 1074, + [1589] = 1589, [1590] = 1590, [1591] = 1591, [1592] = 1592, [1593] = 1593, [1594] = 1594, - [1595] = 1595, - [1596] = 1071, + [1595] = 1211, + [1596] = 1596, [1597] = 1597, - [1598] = 1088, - [1599] = 1374, - [1600] = 1385, - [1601] = 1374, - [1602] = 1385, - [1603] = 1603, - [1604] = 1096, - [1605] = 1405, - [1606] = 1603, + [1598] = 1598, + [1599] = 1211, + [1600] = 1281, + [1601] = 1281, + [1602] = 1211, + [1603] = 1091, + [1604] = 1604, + [1605] = 1605, + [1606] = 1402, [1607] = 1402, - [1608] = 1418, - [1609] = 1098, - [1610] = 1094, - [1611] = 1425, - [1612] = 1102, - [1613] = 1522, - [1614] = 1524, - [1615] = 1106, - [1616] = 1425, - [1617] = 1402, - [1618] = 1603, - [1619] = 1101, - [1620] = 1522, - [1621] = 1104, - [1622] = 1524, - [1623] = 1405, - [1624] = 1603, - [1625] = 1093, - [1626] = 1418, - [1627] = 1627, - [1628] = 1493, - [1629] = 1627, - [1630] = 1379, - [1631] = 1505, - [1632] = 1632, - [1633] = 1493, - [1634] = 1399, - [1635] = 1367, - [1636] = 1636, - [1637] = 1558, - [1638] = 1632, - [1639] = 1557, - [1640] = 1401, - [1641] = 1400, - [1642] = 1522, + [1608] = 1605, + [1609] = 1435, + [1610] = 1605, + [1611] = 1102, + [1612] = 1398, + [1613] = 1101, + [1614] = 1100, + [1615] = 1104, + [1616] = 1107, + [1617] = 1554, + [1618] = 1399, + [1619] = 1105, + [1620] = 1398, + [1621] = 1605, + [1622] = 1399, + [1623] = 1435, + [1624] = 1096, + [1625] = 1553, + [1626] = 1106, + [1627] = 1553, + [1628] = 1554, + [1629] = 1629, + [1630] = 1554, + [1631] = 1417, + [1632] = 1294, + [1633] = 1483, + [1634] = 1314, + [1635] = 1451, + [1636] = 1423, + [1637] = 1427, + [1638] = 1430, + [1639] = 1639, + [1640] = 1432, + [1641] = 1417, + [1642] = 1553, [1643] = 1643, - [1644] = 1524, - [1645] = 1416, - [1646] = 1627, - [1647] = 1419, - [1648] = 1400, - [1649] = 1643, - [1650] = 290, - [1651] = 1651, - [1652] = 1377, - [1653] = 1632, - [1654] = 1390, - [1655] = 1505, - [1656] = 1627, - [1657] = 1636, - [1658] = 1632, - [1659] = 1403, - [1660] = 1558, - [1661] = 1574, - [1662] = 1395, - [1663] = 1396, - [1664] = 1398, - [1665] = 1586, - [1666] = 1411, - [1667] = 1667, - [1668] = 1575, - [1669] = 1584, - [1670] = 1670, - [1671] = 1557, - [1672] = 1412, - [1673] = 1409, - [1674] = 1424, - [1675] = 395, - [1676] = 1592, - [1677] = 1413, - [1678] = 1417, - [1679] = 397, - [1680] = 1667, - [1681] = 1404, - [1682] = 1426, - [1683] = 1577, - [1684] = 1434, - [1685] = 1394, - [1686] = 1582, - [1687] = 1410, - [1688] = 1688, - [1689] = 398, - [1690] = 1591, - [1691] = 1578, - [1692] = 1572, - [1693] = 394, - [1694] = 1579, - [1695] = 1415, - [1696] = 1696, - [1697] = 1585, - [1698] = 1670, - [1699] = 1576, - [1700] = 1581, - [1701] = 1590, - [1702] = 1406, - [1703] = 1594, - [1704] = 1704, - [1705] = 1429, - [1706] = 1595, - [1707] = 1707, - [1708] = 396, - [1709] = 1432, - [1710] = 1580, - [1711] = 1593, - [1712] = 1408, - [1713] = 1420, - [1714] = 1714, - [1715] = 1421, - [1716] = 1422, - [1717] = 1428, - [1718] = 1430, - [1719] = 1707, - [1720] = 1431, - [1721] = 1583, - [1722] = 1460, - [1723] = 1723, - [1724] = 408, - [1725] = 1725, - [1726] = 399, - [1727] = 414, - [1728] = 415, - [1729] = 421, - [1730] = 1730, - [1731] = 1490, - [1732] = 1585, - [1733] = 1551, + [1644] = 361, + [1645] = 1271, + [1646] = 1483, + [1647] = 1210, + [1648] = 1648, + [1649] = 1629, + [1650] = 1650, + [1651] = 1648, + [1652] = 1643, + [1653] = 1639, + [1654] = 1643, + [1655] = 1639, + [1656] = 1643, + [1657] = 1639, + [1658] = 1568, + [1659] = 1562, + [1660] = 1451, + [1661] = 1400, + [1662] = 1405, + [1663] = 1424, + [1664] = 1583, + [1665] = 1406, + [1666] = 397, + [1667] = 398, + [1668] = 394, + [1669] = 395, + [1670] = 396, + [1671] = 1671, + [1672] = 1562, + [1673] = 1425, + [1674] = 1429, + [1675] = 1582, + [1676] = 1676, + [1677] = 1407, + [1678] = 1426, + [1679] = 1408, + [1680] = 1584, + [1681] = 1592, + [1682] = 1578, + [1683] = 1590, + [1684] = 1597, + [1685] = 1418, + [1686] = 1589, + [1687] = 1574, + [1688] = 1428, + [1689] = 1415, + [1690] = 1419, + [1691] = 1676, + [1692] = 1431, + [1693] = 1693, + [1694] = 1694, + [1695] = 1593, + [1696] = 1598, + [1697] = 1420, + [1698] = 1591, + [1699] = 1409, + [1700] = 1594, + [1701] = 1421, + [1702] = 1433, + [1703] = 1575, + [1704] = 1577, + [1705] = 1705, + [1706] = 1579, + [1707] = 1422, + [1708] = 1580, + [1709] = 1596, + [1710] = 1414, + [1711] = 1711, + [1712] = 1401, + [1713] = 1587, + [1714] = 1581, + [1715] = 1404, + [1716] = 1411, + [1717] = 1568, + [1718] = 1412, + [1719] = 1693, + [1720] = 1434, + [1721] = 1413, + [1722] = 1722, + [1723] = 1722, + [1724] = 421, + [1725] = 1449, + [1726] = 1452, + [1727] = 1457, + [1728] = 1463, + [1729] = 1729, + [1730] = 1470, + [1731] = 1731, + [1732] = 1475, + [1733] = 1476, [1734] = 1734, - [1735] = 427, - [1736] = 1592, - [1737] = 1591, - [1738] = 416, - [1739] = 400, - [1740] = 402, - [1741] = 1578, - [1742] = 1579, - [1743] = 1580, - [1744] = 1581, - [1745] = 1575, - [1746] = 1574, - [1747] = 1577, - [1748] = 1582, - [1749] = 1583, - [1750] = 1584, - [1751] = 1572, - [1752] = 1492, - [1753] = 1496, - [1754] = 1593, - [1755] = 406, - [1756] = 407, - [1757] = 409, - [1758] = 1527, - [1759] = 1456, - [1760] = 1540, - [1761] = 426, - [1762] = 401, - [1763] = 404, - [1764] = 1586, - [1765] = 423, - [1766] = 405, - [1767] = 422, - [1768] = 188, + [1735] = 1515, + [1736] = 1519, + [1737] = 1523, + [1738] = 1524, + [1739] = 1527, + [1740] = 1528, + [1741] = 1529, + [1742] = 1742, + [1743] = 1534, + [1744] = 1744, + [1745] = 1541, + [1746] = 1542, + [1747] = 1546, + [1748] = 1748, + [1749] = 1548, + [1750] = 1550, + [1751] = 1551, + [1752] = 1552, + [1753] = 1555, + [1754] = 1491, + [1755] = 1496, + [1756] = 1495, + [1757] = 1461, + [1758] = 1758, + [1759] = 1453, + [1760] = 1760, + [1761] = 1504, + [1762] = 1441, + [1763] = 1518, + [1764] = 1538, + [1765] = 1544, + [1766] = 1545, + [1767] = 1767, + [1768] = 1547, [1769] = 1769, - [1770] = 191, - [1771] = 411, - [1772] = 192, - [1773] = 1528, - [1774] = 1585, - [1775] = 203, - [1776] = 1592, - [1777] = 417, - [1778] = 174, - [1779] = 412, - [1780] = 1461, - [1781] = 1593, - [1782] = 1530, - [1783] = 1586, - [1784] = 208, - [1785] = 206, - [1786] = 1786, - [1787] = 1787, - [1788] = 1788, - [1789] = 1789, - [1790] = 1494, - [1791] = 1791, - [1792] = 1792, - [1793] = 1769, - [1794] = 1495, - [1795] = 1730, - [1796] = 1585, - [1797] = 1797, - [1798] = 1555, - [1799] = 1799, - [1800] = 1800, - [1801] = 1801, - [1802] = 1802, - [1803] = 1502, - [1804] = 1549, - [1805] = 1805, - [1806] = 1465, - [1807] = 1550, - [1808] = 1065, - [1809] = 1809, - [1810] = 1499, - [1811] = 1788, - [1812] = 1515, - [1813] = 1797, - [1814] = 1444, - [1815] = 1815, - [1816] = 1816, - [1817] = 1468, - [1818] = 1485, - [1819] = 1819, - [1820] = 1820, - [1821] = 1821, - [1822] = 1469, - [1823] = 1449, - [1824] = 1800, - [1825] = 1504, - [1826] = 1769, - [1827] = 1592, - [1828] = 1591, - [1829] = 1576, - [1830] = 1590, - [1831] = 1730, - [1832] = 1594, - [1833] = 1595, - [1834] = 1799, - [1835] = 1820, - [1836] = 1836, + [1770] = 1549, + [1771] = 1771, + [1772] = 1487, + [1773] = 1773, + [1774] = 1498, + [1775] = 1592, + [1776] = 1583, + [1777] = 1578, + [1778] = 1443, + [1779] = 1444, + [1780] = 1066, + [1781] = 1439, + [1782] = 1448, + [1783] = 1450, + [1784] = 1590, + [1785] = 1596, + [1786] = 1587, + [1787] = 1597, + [1788] = 1507, + [1789] = 1584, + [1790] = 1589, + [1791] = 1593, + [1792] = 1598, + [1793] = 1591, + [1794] = 1594, + [1795] = 1575, + [1796] = 1577, + [1797] = 1579, + [1798] = 1580, + [1799] = 1581, + [1800] = 1516, + [1801] = 1464, + [1802] = 1465, + [1803] = 1517, + [1804] = 1469, + [1805] = 1525, + [1806] = 1471, + [1807] = 1582, + [1808] = 1479, + [1809] = 1481, + [1810] = 1482, + [1811] = 1530, + [1812] = 1484, + [1813] = 1485, + [1814] = 1486, + [1815] = 1531, + [1816] = 1488, + [1817] = 1574, + [1818] = 1558, + [1819] = 1497, + [1820] = 1535, + [1821] = 1499, + [1822] = 1500, + [1823] = 1501, + [1824] = 1502, + [1825] = 1503, + [1826] = 1537, + [1827] = 1512, + [1828] = 1513, + [1829] = 1514, + [1830] = 1830, + [1831] = 1540, + [1832] = 440, + [1833] = 423, + [1834] = 402, + [1835] = 409, + [1836] = 410, [1837] = 1837, - [1838] = 1521, - [1839] = 1498, - [1840] = 1464, - [1841] = 1788, - [1842] = 1578, - [1843] = 1579, - [1844] = 1580, - [1845] = 1816, - [1846] = 440, - [1847] = 1575, - [1848] = 1574, - [1849] = 1577, - [1850] = 1582, - [1851] = 1583, - [1852] = 1769, - [1853] = 1815, - [1854] = 1730, - [1855] = 1799, - [1856] = 1584, - [1857] = 1572, - [1858] = 1450, - [1859] = 1451, - [1860] = 1788, - [1861] = 1487, - [1862] = 1816, - [1863] = 1488, - [1864] = 1819, - [1865] = 1769, - [1866] = 1799, - [1867] = 1805, - [1868] = 1788, - [1869] = 1816, - [1870] = 1556, - [1871] = 1769, - [1872] = 1799, - [1873] = 1508, - [1874] = 1503, - [1875] = 1788, - [1876] = 1816, - [1877] = 1769, - [1878] = 1799, - [1879] = 1788, - [1880] = 1501, - [1881] = 1816, - [1882] = 1809, - [1883] = 1593, + [1838] = 1838, + [1839] = 1839, + [1840] = 1583, + [1841] = 1445, + [1842] = 406, + [1843] = 1596, + [1844] = 1587, + [1845] = 408, + [1846] = 417, + [1847] = 418, + [1848] = 1584, + [1849] = 1589, + [1850] = 1593, + [1851] = 1591, + [1852] = 1594, + [1853] = 1575, + [1854] = 1577, + [1855] = 1579, + [1856] = 1580, + [1857] = 1581, + [1858] = 1466, + [1859] = 1467, + [1860] = 1582, + [1861] = 404, + [1862] = 413, + [1863] = 427, + [1864] = 1480, + [1865] = 1533, + [1866] = 415, + [1867] = 416, + [1868] = 399, + [1869] = 1574, + [1870] = 424, + [1871] = 405, + [1872] = 411, + [1873] = 179, + [1874] = 185, + [1875] = 426, + [1876] = 190, + [1877] = 1583, + [1878] = 192, + [1879] = 1596, + [1880] = 407, + [1881] = 193, + [1882] = 420, + [1883] = 1582, [1884] = 1884, - [1885] = 1513, - [1886] = 1517, - [1887] = 1816, - [1888] = 1523, - [1889] = 1470, - [1890] = 1531, - [1891] = 1791, - [1892] = 1514, - [1893] = 1542, - [1894] = 1507, - [1895] = 1472, - [1896] = 1516, - [1897] = 1454, - [1898] = 1547, - [1899] = 1457, - [1900] = 1548, - [1901] = 1462, - [1902] = 1463, - [1903] = 1473, - [1904] = 1471, - [1905] = 1799, - [1906] = 1552, - [1907] = 1478, - [1908] = 1486, - [1909] = 1441, - [1910] = 1576, - [1911] = 1519, - [1912] = 1590, - [1913] = 1884, - [1914] = 1455, - [1915] = 1586, - [1916] = 1916, - [1917] = 1594, - [1918] = 1595, - [1919] = 1553, - [1920] = 1467, - [1921] = 1554, - [1922] = 1477, - [1923] = 1479, - [1924] = 1924, - [1925] = 1436, - [1926] = 1482, - [1927] = 1437, - [1928] = 1506, - [1929] = 1438, - [1930] = 1435, - [1931] = 1512, - [1932] = 1439, - [1933] = 1440, - [1934] = 1518, - [1935] = 1935, - [1936] = 1544, - [1937] = 1481, - [1938] = 1538, - [1939] = 1539, - [1940] = 1541, - [1941] = 1483, - [1942] = 1484, - [1943] = 1792, - [1944] = 1944, - [1945] = 1458, - [1946] = 1581, + [1885] = 1574, + [1886] = 228, + [1887] = 230, + [1888] = 1888, + [1889] = 1889, + [1890] = 1734, + [1891] = 1556, + [1892] = 1838, + [1893] = 1888, + [1894] = 1557, + [1895] = 1742, + [1896] = 1748, + [1897] = 1767, + [1898] = 1889, + [1899] = 1769, + [1900] = 1900, + [1901] = 1901, + [1902] = 1884, + [1903] = 1903, + [1904] = 1904, + [1905] = 1905, + [1906] = 1830, + [1907] = 1889, + [1908] = 1592, + [1909] = 1578, + [1910] = 1734, + [1911] = 1590, + [1912] = 1597, + [1913] = 1838, + [1914] = 1767, + [1915] = 1903, + [1916] = 1903, + [1917] = 1889, + [1918] = 1734, + [1919] = 1838, + [1920] = 1447, + [1921] = 1767, + [1922] = 1904, + [1923] = 1903, + [1924] = 1889, + [1925] = 1838, + [1926] = 1767, + [1927] = 1903, + [1928] = 1889, + [1929] = 1838, + [1930] = 1767, + [1931] = 1903, + [1932] = 1889, + [1933] = 1838, + [1934] = 1767, + [1935] = 1903, + [1936] = 1936, + [1937] = 1508, + [1938] = 1440, + [1939] = 1939, + [1940] = 1760, + [1941] = 1941, + [1942] = 1942, + [1943] = 1943, + [1944] = 1936, + [1945] = 1905, + [1946] = 1442, [1947] = 1947, - [1948] = 1948, + [1948] = 1598, [1949] = 1949, [1950] = 1950, - [1951] = 1947, + [1951] = 1951, [1952] = 1952, [1953] = 1953, [1954] = 1954, [1955] = 1955, [1956] = 1956, - [1957] = 1949, + [1957] = 1957, [1958] = 1958, - [1959] = 1959, - [1960] = 1960, + [1959] = 1731, + [1960] = 1744, [1961] = 1961, - [1962] = 1958, - [1963] = 1963, - [1964] = 1837, - [1965] = 1954, + [1962] = 1953, + [1963] = 1952, + [1964] = 1951, + [1965] = 1965, [1966] = 1966, [1967] = 1967, [1968] = 1968, - [1969] = 1959, + [1969] = 1954, [1970] = 1970, - [1971] = 1955, + [1971] = 1971, [1972] = 1972, - [1973] = 1967, - [1974] = 1950, - [1975] = 1948, - [1976] = 1956, - [1977] = 1935, - [1978] = 1978, - [1979] = 1961, - [1980] = 1801, - [1981] = 1968, - [1982] = 1947, - [1983] = 1983, - [1984] = 1983, - [1985] = 1978, - [1986] = 1970, - [1987] = 1987, + [1973] = 1972, + [1974] = 1974, + [1975] = 1967, + [1976] = 1966, + [1977] = 1949, + [1978] = 1971, + [1979] = 1970, + [1980] = 1980, + [1981] = 1958, + [1982] = 1958, + [1983] = 1839, + [1984] = 1950, + [1985] = 1968, + [1986] = 1955, + [1987] = 1980, [1988] = 1988, [1989] = 1989, [1990] = 1990, - [1991] = 1990, + [1991] = 1991, [1992] = 1992, - [1993] = 1990, - [1994] = 1992, - [1995] = 1992, + [1993] = 1992, + [1994] = 1994, + [1995] = 1994, [1996] = 1992, - [1997] = 1992, + [1997] = 1994, [1998] = 1992, - [1999] = 1999, - [2000] = 1999, - [2001] = 174, - [2002] = 192, - [2003] = 2003, - [2004] = 1101, - [2005] = 1106, - [2006] = 1102, - [2007] = 1104, - [2008] = 1104, - [2009] = 1106, - [2010] = 1419, - [2011] = 1401, - [2012] = 1416, - [2013] = 1399, - [2014] = 1070, - [2015] = 1102, - [2016] = 1071, - [2017] = 1080, - [2018] = 1101, - [2019] = 1377, - [2020] = 1390, - [2021] = 1379, - [2022] = 1367, - [2023] = 2023, - [2024] = 1088, - [2025] = 1429, - [2026] = 1431, - [2027] = 1098, + [1999] = 1992, + [2000] = 1992, + [2001] = 2001, + [2002] = 2001, + [2003] = 190, + [2004] = 193, + [2005] = 1101, + [2006] = 1107, + [2007] = 1100, + [2008] = 2008, + [2009] = 1104, + [2010] = 1432, + [2011] = 1100, + [2012] = 1107, + [2013] = 1427, + [2014] = 1423, + [2015] = 1101, + [2016] = 1430, + [2017] = 1077, + [2018] = 1104, + [2019] = 1074, + [2020] = 1079, + [2021] = 1418, + [2022] = 1294, + [2023] = 1210, + [2024] = 1271, + [2025] = 1091, + [2026] = 2026, + [2027] = 1314, [2028] = 2028, - [2029] = 1430, - [2030] = 2030, - [2031] = 1093, - [2032] = 1094, - [2033] = 1428, + [2029] = 1409, + [2030] = 1408, + [2031] = 1407, + [2032] = 1106, + [2033] = 2028, [2034] = 2034, - [2035] = 2030, + [2035] = 2035, [2036] = 1096, - [2037] = 2037, - [2038] = 1421, - [2039] = 1567, - [2040] = 208, - [2041] = 1403, - [2042] = 1413, - [2043] = 2037, - [2044] = 1432, - [2045] = 206, - [2046] = 417, - [2047] = 2047, - [2048] = 1417, - [2049] = 412, - [2050] = 2037, - [2051] = 1422, - [2052] = 1426, - [2053] = 2053, - [2054] = 1404, - [2055] = 2028, - [2056] = 1411, - [2057] = 1420, - [2058] = 1406, - [2059] = 1487, - [2060] = 1564, - [2061] = 2061, - [2062] = 2062, - [2063] = 2028, - [2064] = 1436, - [2065] = 1563, - [2066] = 1556, - [2067] = 1547, - [2068] = 1554, - [2069] = 1441, - [2070] = 1531, - [2071] = 1439, - [2072] = 1548, - [2073] = 1550, - [2074] = 1485, - [2075] = 1523, - [2076] = 1440, - [2077] = 1527, - [2078] = 1488, - [2079] = 1530, - [2080] = 1456, - [2081] = 1492, - [2082] = 1538, - [2083] = 1539, - [2084] = 1528, - [2085] = 1541, - [2086] = 1496, - [2087] = 1553, - [2088] = 1438, - [2089] = 1499, - [2090] = 1552, - [2091] = 1503, - [2092] = 1551, - [2093] = 1549, - [2094] = 1437, - [2095] = 1560, - [2096] = 1542, - [2097] = 2097, - [2098] = 1415, - [2099] = 1434, - [2100] = 1394, - [2101] = 1395, - [2102] = 1396, - [2103] = 1398, - [2104] = 191, - [2105] = 1408, - [2106] = 203, - [2107] = 2107, - [2108] = 1102, - [2109] = 2109, - [2110] = 2110, - [2111] = 2111, - [2112] = 1101, - [2113] = 1102, - [2114] = 1101, - [2115] = 1101, - [2116] = 2116, - [2117] = 1106, - [2118] = 2118, + [2037] = 1102, + [2038] = 1105, + [2039] = 230, + [2040] = 1405, + [2041] = 1425, + [2042] = 1406, + [2043] = 1419, + [2044] = 1404, + [2045] = 2045, + [2046] = 228, + [2047] = 1431, + [2048] = 2045, + [2049] = 1559, + [2050] = 1412, + [2051] = 1424, + [2052] = 2052, + [2053] = 1433, + [2054] = 407, + [2055] = 1428, + [2056] = 2034, + [2057] = 2057, + [2058] = 420, + [2059] = 1413, + [2060] = 2045, + [2061] = 1484, + [2062] = 1487, + [2063] = 1469, + [2064] = 1512, + [2065] = 1465, + [2066] = 1513, + [2067] = 1466, + [2068] = 1467, + [2069] = 1498, + [2070] = 1565, + [2071] = 1566, + [2072] = 1486, + [2073] = 2073, + [2074] = 1533, + [2075] = 1514, + [2076] = 2076, + [2077] = 1471, + [2078] = 1443, + [2079] = 2034, + [2080] = 1444, + [2081] = 1445, + [2082] = 1448, + [2083] = 1479, + [2084] = 1480, + [2085] = 1564, + [2086] = 1450, + [2087] = 1558, + [2088] = 1497, + [2089] = 1481, + [2090] = 1499, + [2091] = 1500, + [2092] = 1501, + [2093] = 1502, + [2094] = 1503, + [2095] = 1485, + [2096] = 1464, + [2097] = 1482, + [2098] = 1488, + [2099] = 1426, + [2100] = 185, + [2101] = 2101, + [2102] = 2102, + [2103] = 192, + [2104] = 1422, + [2105] = 1421, + [2106] = 1415, + [2107] = 1414, + [2108] = 1411, + [2109] = 1420, + [2110] = 1100, + [2111] = 1104, + [2112] = 1107, + [2113] = 1101, + [2114] = 2008, + [2115] = 2115, + [2116] = 1104, + [2117] = 1100, + [2118] = 1101, [2119] = 1104, - [2120] = 1104, - [2121] = 1102, - [2122] = 1106, - [2123] = 2003, - [2124] = 1106, - [2125] = 1104, - [2126] = 2126, - [2127] = 2126, + [2120] = 2120, + [2121] = 2121, + [2122] = 2122, + [2123] = 1107, + [2124] = 2124, + [2125] = 1101, + [2126] = 1107, + [2127] = 1100, [2128] = 2128, [2129] = 2129, - [2130] = 2128, - [2131] = 2129, - [2132] = 2132, - [2133] = 2133, + [2130] = 2130, + [2131] = 2131, + [2132] = 2131, + [2133] = 2130, [2134] = 2134, - [2135] = 2135, - [2136] = 398, - [2137] = 2137, + [2135] = 2129, + [2136] = 2136, + [2137] = 398, [2138] = 2138, [2139] = 2139, - [2140] = 2139, - [2141] = 1070, + [2140] = 2140, + [2141] = 2141, [2142] = 2142, - [2143] = 1106, - [2144] = 2144, + [2143] = 2143, + [2144] = 1101, [2145] = 2145, - [2146] = 1101, - [2147] = 2147, - [2148] = 2148, - [2149] = 2149, - [2150] = 1102, - [2151] = 1104, - [2152] = 394, - [2153] = 1080, - [2154] = 2154, + [2146] = 1100, + [2147] = 396, + [2148] = 1104, + [2149] = 1077, + [2150] = 2150, + [2151] = 2151, + [2152] = 2152, + [2153] = 2152, + [2154] = 1107, [2155] = 2155, [2156] = 2156, - [2157] = 395, + [2157] = 2157, [2158] = 2158, - [2159] = 2034, - [2160] = 396, - [2161] = 2138, - [2162] = 2162, + [2159] = 2159, + [2160] = 2136, + [2161] = 2161, + [2162] = 397, [2163] = 2163, [2164] = 2164, - [2165] = 2165, - [2166] = 2166, - [2167] = 2165, - [2168] = 2168, - [2169] = 1071, - [2170] = 2156, - [2171] = 2155, + [2165] = 2035, + [2166] = 395, + [2167] = 2167, + [2168] = 394, + [2169] = 1074, + [2170] = 2164, + [2171] = 1079, [2172] = 2172, - [2173] = 2173, - [2174] = 2174, - [2175] = 2135, + [2173] = 2163, + [2174] = 2151, + [2175] = 2175, [2176] = 2176, - [2177] = 2134, - [2178] = 397, - [2179] = 2172, - [2180] = 2180, + [2177] = 2167, + [2178] = 2175, + [2179] = 2179, + [2180] = 2172, [2181] = 2181, [2182] = 2182, [2183] = 2183, [2184] = 2184, [2185] = 2185, - [2186] = 2183, - [2187] = 2034, + [2186] = 2186, + [2187] = 1091, [2188] = 2188, [2189] = 2189, [2190] = 2190, [2191] = 2191, [2192] = 2192, - [2193] = 2193, + [2193] = 2182, [2194] = 2194, [2195] = 2195, - [2196] = 2195, + [2196] = 2194, [2197] = 2197, [2198] = 2198, - [2199] = 2195, - [2200] = 2047, - [2201] = 1088, + [2199] = 2199, + [2200] = 2199, + [2201] = 2199, [2202] = 2202, [2203] = 2203, [2204] = 2204, @@ -6220,138 +6228,138 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [2208] = 2208, [2209] = 2209, [2210] = 2210, - [2211] = 2034, + [2211] = 2035, [2212] = 2212, [2213] = 2213, [2214] = 2214, [2215] = 2215, - [2216] = 2195, + [2216] = 2216, [2217] = 2217, - [2218] = 411, - [2219] = 2195, + [2218] = 2218, + [2219] = 2219, [2220] = 2220, [2221] = 2221, [2222] = 2222, [2223] = 2223, - [2224] = 2224, + [2224] = 2184, [2225] = 2225, - [2226] = 2226, + [2226] = 2199, [2227] = 2227, - [2228] = 2228, - [2229] = 2223, + [2228] = 2035, + [2229] = 426, [2230] = 2230, [2231] = 2231, - [2232] = 2208, - [2233] = 2213, - [2234] = 2234, - [2235] = 1094, - [2236] = 2047, - [2237] = 1377, - [2238] = 2238, - [2239] = 2239, - [2240] = 2240, + [2232] = 2212, + [2233] = 2233, + [2234] = 2199, + [2235] = 2235, + [2236] = 2052, + [2237] = 2237, + [2238] = 2237, + [2239] = 1105, + [2240] = 1106, [2241] = 2241, [2242] = 2242, - [2243] = 2239, + [2243] = 2243, [2244] = 2244, [2245] = 2245, - [2246] = 2246, - [2247] = 2246, - [2248] = 2047, + [2246] = 1294, + [2247] = 1314, + [2248] = 2248, [2249] = 2249, - [2250] = 2250, + [2250] = 2035, [2251] = 2251, - [2252] = 2252, + [2252] = 2052, [2253] = 2253, - [2254] = 2239, - [2255] = 2255, - [2256] = 2238, - [2257] = 2252, - [2258] = 2258, - [2259] = 2255, + [2254] = 1271, + [2255] = 1210, + [2256] = 2256, + [2257] = 2257, + [2258] = 2253, + [2259] = 2259, [2260] = 2260, - [2261] = 2261, - [2262] = 2034, - [2263] = 1096, - [2264] = 2241, - [2265] = 2242, - [2266] = 2249, - [2267] = 2267, - [2268] = 1098, - [2269] = 1367, - [2270] = 2240, - [2271] = 1379, - [2272] = 2272, - [2273] = 2260, - [2274] = 2251, - [2275] = 2261, - [2276] = 2250, - [2277] = 2267, - [2278] = 1093, - [2279] = 2279, - [2280] = 1390, - [2281] = 2258, - [2282] = 2282, - [2283] = 2240, - [2284] = 2284, - [2285] = 2285, - [2286] = 2286, - [2287] = 2253, + [2261] = 2242, + [2262] = 2262, + [2263] = 2263, + [2264] = 2243, + [2265] = 2259, + [2266] = 2266, + [2267] = 2262, + [2268] = 2245, + [2269] = 2263, + [2270] = 2052, + [2271] = 2271, + [2272] = 2256, + [2273] = 2273, + [2274] = 2274, + [2275] = 2271, + [2276] = 2257, + [2277] = 2251, + [2278] = 2248, + [2279] = 1102, + [2280] = 2280, + [2281] = 2273, + [2282] = 1096, + [2283] = 2241, + [2284] = 2241, + [2285] = 2274, + [2286] = 2256, + [2287] = 2287, [2288] = 2288, [2289] = 2289, [2290] = 2290, [2291] = 2291, [2292] = 2292, [2293] = 2293, - [2294] = 2294, + [2294] = 2291, [2295] = 2295, [2296] = 2296, - [2297] = 2297, - [2298] = 2298, + [2297] = 2293, + [2298] = 2052, [2299] = 2299, [2300] = 2300, [2301] = 2301, [2302] = 2302, [2303] = 2303, [2304] = 2304, - [2305] = 2305, - [2306] = 2304, + [2305] = 2302, + [2306] = 2306, [2307] = 2307, - [2308] = 2296, + [2308] = 2300, [2309] = 2309, - [2310] = 2293, - [2311] = 2301, - [2312] = 2312, - [2313] = 2312, + [2310] = 2307, + [2311] = 2311, + [2312] = 2304, + [2313] = 2313, [2314] = 2314, [2315] = 2315, [2316] = 2316, [2317] = 2317, - [2318] = 2292, - [2319] = 2294, - [2320] = 2314, - [2321] = 2298, - [2322] = 2305, - [2323] = 2302, - [2324] = 2303, - [2325] = 2325, - [2326] = 2315, - [2327] = 2047, + [2318] = 2318, + [2319] = 2319, + [2320] = 2320, + [2321] = 2315, + [2322] = 2322, + [2323] = 2323, + [2324] = 2324, + [2325] = 2313, + [2326] = 2326, + [2327] = 2326, [2328] = 2328, - [2329] = 2328, - [2330] = 2289, - [2331] = 2331, - [2332] = 2332, - [2333] = 2333, - [2334] = 2334, - [2335] = 2309, - [2336] = 2336, - [2337] = 2316, - [2338] = 2307, - [2339] = 2317, - [2340] = 2295, + [2329] = 2329, + [2330] = 2314, + [2331] = 2323, + [2332] = 2311, + [2333] = 2295, + [2334] = 2290, + [2335] = 2303, + [2336] = 2329, + [2337] = 2309, + [2338] = 2338, + [2339] = 2338, + [2340] = 2306, [2341] = 2341, - [2342] = 2097, + [2342] = 2324, [2343] = 2343, [2344] = 2344, [2345] = 2345, @@ -6359,569 +6367,569 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [2347] = 2347, [2348] = 2348, [2349] = 2349, - [2350] = 2350, - [2351] = 2351, + [2350] = 2344, + [2351] = 2344, [2352] = 2352, - [2353] = 2341, + [2353] = 2353, [2354] = 2354, [2355] = 2355, [2356] = 2356, - [2357] = 2357, + [2357] = 2344, [2358] = 2358, [2359] = 2359, - [2360] = 2360, - [2361] = 2355, + [2360] = 2102, + [2361] = 2361, [2362] = 2362, [2363] = 2363, - [2364] = 2355, - [2365] = 2351, + [2364] = 2344, + [2365] = 2365, [2366] = 2366, [2367] = 2367, - [2368] = 2352, - [2369] = 2369, - [2370] = 2370, + [2368] = 2347, + [2369] = 2354, + [2370] = 2345, [2371] = 2371, - [2372] = 2355, - [2373] = 2347, - [2374] = 2348, - [2375] = 2350, - [2376] = 2371, + [2372] = 2372, + [2373] = 2373, + [2374] = 2346, + [2375] = 2375, + [2376] = 2376, [2377] = 2377, [2378] = 2378, - [2379] = 2379, + [2379] = 2376, [2380] = 2380, - [2381] = 2359, - [2382] = 2360, - [2383] = 2363, - [2384] = 2370, - [2385] = 2366, - [2386] = 2367, - [2387] = 2387, - [2388] = 2388, - [2389] = 2389, - [2390] = 2349, - [2391] = 2354, - [2392] = 2345, - [2393] = 2346, - [2394] = 2394, + [2381] = 2355, + [2382] = 2382, + [2383] = 2383, + [2384] = 2384, + [2385] = 2385, + [2386] = 2386, + [2387] = 2371, + [2388] = 2361, + [2389] = 2362, + [2390] = 2348, + [2391] = 2343, + [2392] = 2392, + [2393] = 2358, + [2394] = 2365, [2395] = 2395, - [2396] = 2357, - [2397] = 2367, - [2398] = 2343, - [2399] = 2399, - [2400] = 2394, - [2401] = 2362, - [2402] = 2344, - [2403] = 2403, - [2404] = 2355, - [2405] = 2405, - [2406] = 2406, - [2407] = 2107, - [2408] = 191, + [2396] = 2372, + [2397] = 2343, + [2398] = 2398, + [2399] = 2349, + [2400] = 2356, + [2401] = 2353, + [2402] = 2382, + [2403] = 2386, + [2404] = 2395, + [2405] = 2380, + [2406] = 2385, + [2407] = 2407, + [2408] = 2408, [2409] = 2409, - [2410] = 192, - [2411] = 203, - [2412] = 174, + [2410] = 2410, + [2411] = 2115, + [2412] = 2412, [2413] = 2413, [2414] = 2414, - [2415] = 2415, - [2416] = 2416, + [2415] = 1421, + [2416] = 2410, [2417] = 2417, [2418] = 2418, [2419] = 2419, - [2420] = 2406, - [2421] = 2421, - [2422] = 2409, - [2423] = 2423, - [2424] = 2424, + [2420] = 2420, + [2421] = 2418, + [2422] = 2420, + [2423] = 1414, + [2424] = 2410, [2425] = 2425, [2426] = 2426, - [2427] = 2427, + [2427] = 2414, [2428] = 2428, - [2429] = 2429, + [2429] = 2408, [2430] = 2430, - [2431] = 2431, - [2432] = 1415, + [2431] = 2430, + [2432] = 2418, [2433] = 2433, - [2434] = 2434, - [2435] = 2431, - [2436] = 2436, - [2437] = 2437, - [2438] = 2434, - [2439] = 2431, + [2434] = 2418, + [2435] = 1411, + [2436] = 1415, + [2437] = 1422, + [2438] = 2438, + [2439] = 2101, [2440] = 2440, - [2441] = 2116, - [2442] = 2433, + [2441] = 2441, + [2442] = 2442, [2443] = 2443, - [2444] = 2437, - [2445] = 2436, + [2444] = 2444, + [2445] = 2440, [2446] = 2446, - [2447] = 2110, - [2448] = 2431, - [2449] = 2449, - [2450] = 2431, - [2451] = 1395, - [2452] = 2452, - [2453] = 1396, - [2454] = 1398, - [2455] = 2455, + [2447] = 2447, + [2448] = 2448, + [2449] = 1426, + [2450] = 2450, + [2451] = 2451, + [2452] = 2442, + [2453] = 2453, + [2454] = 2454, + [2455] = 2438, [2456] = 2456, - [2457] = 1434, - [2458] = 1408, + [2457] = 2440, + [2458] = 2458, [2459] = 2459, - [2460] = 2423, - [2461] = 2461, - [2462] = 2424, - [2463] = 2414, - [2464] = 2415, - [2465] = 1394, - [2466] = 2449, - [2467] = 2426, - [2468] = 2430, - [2469] = 2443, - [2470] = 2470, - [2471] = 2452, + [2460] = 2414, + [2461] = 2426, + [2462] = 2443, + [2463] = 2450, + [2464] = 2464, + [2465] = 2465, + [2466] = 2466, + [2467] = 2467, + [2468] = 2459, + [2469] = 2410, + [2470] = 2450, + [2471] = 2433, [2472] = 2472, - [2473] = 2456, - [2474] = 2474, - [2475] = 2475, - [2476] = 2433, - [2477] = 2433, - [2478] = 2449, - [2479] = 2436, - [2480] = 2405, - [2481] = 2429, - [2482] = 2482, - [2483] = 2483, - [2484] = 2475, - [2485] = 2427, - [2486] = 2486, - [2487] = 2446, - [2488] = 2474, - [2489] = 2416, - [2490] = 2417, - [2491] = 2418, + [2473] = 2412, + [2474] = 2446, + [2475] = 2414, + [2476] = 2456, + [2477] = 2418, + [2478] = 2478, + [2479] = 2479, + [2480] = 2480, + [2481] = 2453, + [2482] = 1420, + [2483] = 2425, + [2484] = 2454, + [2485] = 2485, + [2486] = 2418, + [2487] = 2479, + [2488] = 2488, + [2489] = 2489, + [2490] = 2121, + [2491] = 185, [2492] = 2419, - [2493] = 2431, - [2494] = 2436, - [2495] = 2474, - [2496] = 2440, - [2497] = 2497, - [2498] = 2498, - [2499] = 2499, - [2500] = 2500, - [2501] = 2483, - [2502] = 2500, - [2503] = 2472, - [2504] = 2504, - [2505] = 2459, - [2506] = 2425, - [2507] = 2499, - [2508] = 2504, - [2509] = 2413, - [2510] = 2428, - [2511] = 2511, - [2512] = 1065, + [2493] = 2413, + [2494] = 190, + [2495] = 2495, + [2496] = 192, + [2497] = 2472, + [2498] = 193, + [2499] = 2417, + [2500] = 2441, + [2501] = 2485, + [2502] = 2488, + [2503] = 2503, + [2504] = 2428, + [2505] = 2447, + [2506] = 2464, + [2507] = 2480, + [2508] = 2478, + [2509] = 2503, + [2510] = 2409, + [2511] = 2451, + [2512] = 2467, [2513] = 2513, [2514] = 2514, [2515] = 2515, [2516] = 2516, [2517] = 2517, - [2518] = 2517, + [2518] = 2518, [2519] = 2519, - [2520] = 2520, + [2520] = 1103, [2521] = 2521, [2522] = 2522, [2523] = 2523, [2524] = 2524, [2525] = 2525, - [2526] = 2133, - [2527] = 2132, + [2526] = 2526, + [2527] = 2527, [2528] = 2528, - [2529] = 1399, - [2530] = 2519, - [2531] = 2513, - [2532] = 2528, - [2533] = 2533, + [2529] = 2529, + [2530] = 2530, + [2531] = 2531, + [2532] = 1094, + [2533] = 2527, [2534] = 2534, [2535] = 2535, [2536] = 2536, [2537] = 2537, - [2538] = 1401, - [2539] = 2533, + [2538] = 2531, + [2539] = 2527, [2540] = 2540, - [2541] = 1416, - [2542] = 1419, - [2543] = 2511, - [2544] = 2544, - [2545] = 2545, + [2541] = 2541, + [2542] = 2542, + [2543] = 2543, + [2544] = 2134, + [2545] = 2537, [2546] = 2546, [2547] = 2547, - [2548] = 2534, + [2548] = 2548, [2549] = 2549, [2550] = 2550, - [2551] = 2551, - [2552] = 2552, - [2553] = 2553, + [2551] = 2519, + [2552] = 2549, + [2553] = 1427, [2554] = 2554, - [2555] = 2514, + [2555] = 2555, [2556] = 2556, - [2557] = 1097, - [2558] = 2516, + [2557] = 2528, + [2558] = 1430, [2559] = 2559, [2560] = 2560, - [2561] = 2561, - [2562] = 2562, - [2563] = 2562, - [2564] = 2564, + [2561] = 2541, + [2562] = 1432, + [2563] = 2563, + [2564] = 2536, [2565] = 2565, [2566] = 2566, - [2567] = 2567, - [2568] = 2567, - [2569] = 2517, - [2570] = 2519, - [2571] = 2564, - [2572] = 2519, + [2567] = 2560, + [2568] = 2514, + [2569] = 2569, + [2570] = 2522, + [2571] = 2571, + [2572] = 2572, [2573] = 2573, [2574] = 2574, - [2575] = 2513, - [2576] = 2559, - [2577] = 2577, - [2578] = 2578, - [2579] = 2560, - [2580] = 2517, + [2575] = 2575, + [2576] = 2531, + [2577] = 2526, + [2578] = 2559, + [2579] = 2579, + [2580] = 2580, [2581] = 2581, - [2582] = 2533, - [2583] = 1103, - [2584] = 2584, - [2585] = 2585, - [2586] = 2586, - [2587] = 2587, - [2588] = 2547, + [2582] = 2582, + [2583] = 2534, + [2584] = 2516, + [2585] = 2535, + [2586] = 2527, + [2587] = 2523, + [2588] = 2531, [2589] = 2589, [2590] = 2590, - [2591] = 2567, - [2592] = 2520, - [2593] = 2566, - [2594] = 2550, + [2591] = 2525, + [2592] = 2128, + [2593] = 2522, + [2594] = 2594, [2595] = 2595, [2596] = 2596, - [2597] = 1099, - [2598] = 2598, - [2599] = 2549, + [2597] = 2554, + [2598] = 2540, + [2599] = 1066, [2600] = 2600, [2601] = 2601, - [2602] = 2602, - [2603] = 2603, + [2602] = 2569, + [2603] = 2580, [2604] = 2604, - [2605] = 2605, - [2606] = 2606, - [2607] = 2577, - [2608] = 2522, + [2605] = 1095, + [2606] = 2535, + [2607] = 2607, + [2608] = 2594, [2609] = 2609, - [2610] = 2567, - [2611] = 2611, - [2612] = 2553, - [2613] = 1100, - [2614] = 2544, - [2615] = 2578, - [2616] = 2561, - [2617] = 2523, - [2618] = 2556, - [2619] = 2559, - [2620] = 2577, + [2610] = 2546, + [2611] = 2565, + [2612] = 1423, + [2613] = 2530, + [2614] = 2548, + [2615] = 2565, + [2616] = 2514, + [2617] = 2528, + [2618] = 2618, + [2619] = 2619, + [2620] = 1097, [2621] = 2621, - [2622] = 2622, + [2622] = 2514, [2623] = 2623, [2624] = 2624, - [2625] = 2163, + [2625] = 2625, [2626] = 2626, [2627] = 2627, [2628] = 2628, [2629] = 2629, [2630] = 2630, - [2631] = 2142, + [2631] = 2631, [2632] = 2632, - [2633] = 2154, - [2634] = 181, + [2633] = 2633, + [2634] = 2634, [2635] = 2635, [2636] = 2636, [2637] = 2637, - [2638] = 2637, - [2639] = 2621, + [2638] = 2638, + [2639] = 2639, [2640] = 2640, - [2641] = 2162, + [2641] = 2641, [2642] = 2642, [2643] = 2643, [2644] = 2644, [2645] = 2645, [2646] = 2646, - [2647] = 2635, - [2648] = 2648, - [2649] = 2649, + [2647] = 2647, + [2648] = 2632, + [2649] = 2639, [2650] = 2650, [2651] = 2651, [2652] = 2652, [2653] = 2653, - [2654] = 2654, - [2655] = 2655, + [2654] = 2640, + [2655] = 2319, [2656] = 2656, - [2657] = 2657, + [2657] = 2642, [2658] = 2658, - [2659] = 2630, - [2660] = 2660, - [2661] = 2646, - [2662] = 2627, + [2659] = 2659, + [2660] = 2625, + [2661] = 2626, + [2662] = 2629, [2663] = 2663, - [2664] = 2636, - [2665] = 2665, - [2666] = 2666, + [2664] = 2664, + [2665] = 2624, + [2666] = 2628, [2667] = 2667, - [2668] = 2623, + [2668] = 2668, [2669] = 2669, - [2670] = 2645, - [2671] = 2621, + [2670] = 2670, + [2671] = 2667, [2672] = 2672, [2673] = 2673, [2674] = 2674, [2675] = 2675, [2676] = 2676, [2677] = 2677, - [2678] = 2174, + [2678] = 2678, [2679] = 2679, - [2680] = 2626, + [2680] = 2627, [2681] = 2681, - [2682] = 2673, - [2683] = 2672, - [2684] = 2674, - [2685] = 2677, - [2686] = 2623, + [2682] = 2682, + [2683] = 2683, + [2684] = 2684, + [2685] = 2685, + [2686] = 2643, [2687] = 2687, - [2688] = 2688, - [2689] = 2689, - [2690] = 2637, - [2691] = 2621, - [2692] = 2640, + [2688] = 2684, + [2689] = 2685, + [2690] = 2690, + [2691] = 2691, + [2692] = 2668, [2693] = 2693, - [2694] = 2642, - [2695] = 2643, - [2696] = 2627, - [2697] = 2697, - [2698] = 2650, - [2699] = 2651, + [2694] = 2646, + [2695] = 2695, + [2696] = 2696, + [2697] = 2634, + [2698] = 2635, + [2699] = 2699, [2700] = 2652, - [2701] = 2654, - [2702] = 2655, - [2703] = 2656, - [2704] = 2630, - [2705] = 2660, - [2706] = 2663, - [2707] = 2666, - [2708] = 2629, - [2709] = 2658, - [2710] = 2623, - [2711] = 2642, - [2712] = 2643, - [2713] = 2676, - [2714] = 2637, - [2715] = 2715, - [2716] = 2673, - [2717] = 2626, - [2718] = 2640, - [2719] = 2672, - [2720] = 2720, - [2721] = 2640, + [2701] = 2669, + [2702] = 2678, + [2703] = 2670, + [2704] = 2693, + [2705] = 2705, + [2706] = 2706, + [2707] = 2663, + [2708] = 2708, + [2709] = 2709, + [2710] = 2710, + [2711] = 2143, + [2712] = 2145, + [2713] = 2150, + [2714] = 2714, + [2715] = 2630, + [2716] = 2157, + [2717] = 2717, + [2718] = 2675, + [2719] = 2682, + [2720] = 2705, + [2721] = 2721, [2722] = 2722, - [2723] = 2642, - [2724] = 2643, + [2723] = 2723, + [2724] = 2724, [2725] = 2725, - [2726] = 2650, - [2727] = 2655, - [2728] = 2656, - [2729] = 2630, - [2730] = 2660, - [2731] = 2663, - [2732] = 2666, - [2733] = 2733, - [2734] = 2642, + [2726] = 2684, + [2727] = 2685, + [2728] = 2728, + [2729] = 2729, + [2730] = 2138, + [2731] = 2139, + [2732] = 2140, + [2733] = 2142, + [2734] = 2734, [2735] = 2735, - [2736] = 2640, - [2737] = 2643, - [2738] = 2655, - [2739] = 2640, - [2740] = 2663, - [2741] = 2666, - [2742] = 2687, - [2743] = 2688, - [2744] = 2644, - [2745] = 2663, - [2746] = 2663, - [2747] = 2666, - [2748] = 2650, - [2749] = 2622, - [2750] = 2629, - [2751] = 2751, - [2752] = 2752, - [2753] = 2753, - [2754] = 2754, - [2755] = 2755, - [2756] = 2752, - [2757] = 2757, - [2758] = 2758, - [2759] = 2757, - [2760] = 2648, - [2761] = 2761, - [2762] = 2164, - [2763] = 2763, - [2764] = 2635, - [2765] = 2765, - [2766] = 2766, + [2736] = 2706, + [2737] = 2735, + [2738] = 2738, + [2739] = 2690, + [2740] = 2740, + [2741] = 2741, + [2742] = 2643, + [2743] = 2644, + [2744] = 2645, + [2745] = 2647, + [2746] = 2632, + [2747] = 2639, + [2748] = 2722, + [2749] = 2640, + [2750] = 2750, + [2751] = 2656, + [2752] = 2642, + [2753] = 2658, + [2754] = 2659, + [2755] = 2625, + [2756] = 2626, + [2757] = 2629, + [2758] = 2663, + [2759] = 2667, + [2760] = 2668, + [2761] = 2670, + [2762] = 2741, + [2763] = 2672, + [2764] = 2673, + [2765] = 2674, + [2766] = 2723, [2767] = 2767, - [2768] = 2166, - [2769] = 2665, - [2770] = 2770, - [2771] = 2650, - [2772] = 2772, - [2773] = 2666, - [2774] = 2651, - [2775] = 2652, - [2776] = 2772, - [2777] = 2144, - [2778] = 2649, - [2779] = 2779, - [2780] = 2780, - [2781] = 2628, - [2782] = 2782, - [2783] = 2654, - [2784] = 2655, - [2785] = 2656, - [2786] = 2786, - [2787] = 2667, - [2788] = 2788, - [2789] = 2687, - [2790] = 2657, - [2791] = 2651, - [2792] = 2658, - [2793] = 2688, - [2794] = 2644, - [2795] = 2674, - [2796] = 2796, + [2768] = 2646, + [2769] = 2708, + [2770] = 2693, + [2771] = 2658, + [2772] = 2708, + [2773] = 2709, + [2774] = 2710, + [2775] = 2728, + [2776] = 2729, + [2777] = 2643, + [2778] = 2644, + [2779] = 2645, + [2780] = 2647, + [2781] = 2632, + [2782] = 2672, + [2783] = 2656, + [2784] = 2642, + [2785] = 2658, + [2786] = 2659, + [2787] = 2625, + [2788] = 2626, + [2789] = 2667, + [2790] = 2668, + [2791] = 2672, + [2792] = 2674, + [2793] = 2793, + [2794] = 2683, + [2795] = 2738, + [2796] = 2693, [2797] = 2797, - [2798] = 2626, - [2799] = 2799, - [2800] = 2755, - [2801] = 2801, - [2802] = 2677, - [2803] = 2803, - [2804] = 2669, - [2805] = 2145, - [2806] = 2806, - [2807] = 2807, - [2808] = 2693, - [2809] = 2697, - [2810] = 2722, - [2811] = 2763, - [2812] = 2812, - [2813] = 2630, - [2814] = 2660, - [2815] = 2815, - [2816] = 2646, - [2817] = 2786, - [2818] = 2788, - [2819] = 2733, - [2820] = 2803, - [2821] = 2806, - [2822] = 2654, - [2823] = 2735, + [2798] = 2798, + [2799] = 2645, + [2800] = 197, + [2801] = 2647, + [2802] = 2632, + [2803] = 2656, + [2804] = 2625, + [2805] = 2626, + [2806] = 2667, + [2807] = 2668, + [2808] = 2672, + [2809] = 2674, + [2810] = 2810, + [2811] = 2811, + [2812] = 2673, + [2813] = 2645, + [2814] = 2625, + [2815] = 2672, + [2816] = 2674, + [2817] = 2817, + [2818] = 2674, + [2819] = 2709, + [2820] = 2679, + [2821] = 2672, + [2822] = 2674, + [2823] = 2710, [2824] = 2824, - [2825] = 2815, - [2826] = 2799, - [2827] = 2827, - [2828] = 2652, - [2829] = 2635, - [2830] = 2635, - [2831] = 2831, + [2825] = 2825, + [2826] = 2653, + [2827] = 2734, + [2828] = 2828, + [2829] = 2829, + [2830] = 2798, + [2831] = 2724, [2832] = 2832, - [2833] = 2663, - [2834] = 2752, - [2835] = 2168, - [2836] = 2665, - [2837] = 2763, - [2838] = 2655, - [2839] = 2666, - [2840] = 2753, - [2841] = 2656, + [2833] = 2691, + [2834] = 2834, + [2835] = 2695, + [2836] = 2623, + [2837] = 2728, + [2838] = 2644, + [2839] = 2839, + [2840] = 2729, + [2841] = 2683, [2842] = 2842, [2843] = 2843, - [2844] = 2844, - [2845] = 2752, - [2846] = 2780, - [2847] = 2763, + [2844] = 2681, + [2845] = 2633, + [2846] = 2636, + [2847] = 2847, [2848] = 2848, - [2849] = 2657, + [2849] = 2676, [2850] = 2850, [2851] = 2851, - [2852] = 2842, - [2853] = 2844, - [2854] = 2854, - [2855] = 2752, - [2856] = 2850, - [2857] = 2824, - [2858] = 2858, - [2859] = 2851, - [2860] = 2860, - [2861] = 2827, - [2862] = 2148, - [2863] = 2863, - [2864] = 2149, - [2865] = 2660, - [2866] = 2797, - [2867] = 2770, - [2868] = 2848, - [2869] = 2858, - [2870] = 2870, - [2871] = 2871, - [2872] = 2854, - [2873] = 180, - [2874] = 2874, - [2875] = 2860, - [2876] = 2758, - [2877] = 2665, - [2878] = 2878, - [2879] = 2632, - [2880] = 2863, - [2881] = 2297, - [2882] = 2882, - [2883] = 2883, - [2884] = 188, + [2852] = 2852, + [2853] = 2850, + [2854] = 2824, + [2855] = 2851, + [2856] = 2640, + [2857] = 2176, + [2858] = 2640, + [2859] = 2141, + [2860] = 2181, + [2861] = 2653, + [2862] = 2158, + [2863] = 2843, + [2864] = 2724, + [2865] = 2696, + [2866] = 2653, + [2867] = 2867, + [2868] = 2653, + [2869] = 2724, + [2870] = 2659, + [2871] = 2656, + [2872] = 196, + [2873] = 2645, + [2874] = 2867, + [2875] = 2852, + [2876] = 2848, + [2877] = 2638, + [2878] = 2828, + [2879] = 2687, + [2880] = 2647, + [2881] = 2881, + [2882] = 2673, + [2883] = 2683, + [2884] = 2884, [2885] = 2885, [2886] = 2886, - [2887] = 2887, - [2888] = 2888, - [2889] = 2225, + [2887] = 2222, + [2888] = 2183, + [2889] = 2889, [2890] = 2890, - [2891] = 2891, - [2892] = 2212, + [2891] = 2210, + [2892] = 2892, [2893] = 2893, [2894] = 2894, [2895] = 2895, [2896] = 2896, - [2897] = 2204, + [2897] = 2897, [2898] = 2898, [2899] = 2899, [2900] = 2900, - [2901] = 2193, + [2901] = 2901, [2902] = 2902, - [2903] = 2209, + [2903] = 2903, [2904] = 2904, [2905] = 2905, [2906] = 2906, - [2907] = 2907, + [2907] = 2886, [2908] = 2908, [2909] = 2909, [2910] = 2910, [2911] = 2911, - [2912] = 2912, + [2912] = 2906, [2913] = 2913, [2914] = 2914, [2915] = 2915, @@ -6929,286 +6937,286 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [2917] = 2917, [2918] = 2918, [2919] = 2919, - [2920] = 2920, + [2920] = 179, [2921] = 2921, - [2922] = 2912, + [2922] = 2186, [2923] = 2923, [2924] = 2924, [2925] = 2925, - [2926] = 2222, - [2927] = 2927, + [2926] = 2926, + [2927] = 2188, [2928] = 2928, - [2929] = 2189, - [2930] = 2190, - [2931] = 2191, + [2929] = 2929, + [2930] = 2930, + [2931] = 2931, [2932] = 2932, - [2933] = 2933, + [2933] = 2929, [2934] = 2934, - [2935] = 2935, + [2935] = 2192, [2936] = 2936, [2937] = 2937, - [2938] = 2895, - [2939] = 2899, + [2938] = 2938, + [2939] = 2939, [2940] = 2940, - [2941] = 2906, - [2942] = 2182, + [2941] = 2941, + [2942] = 2942, [2943] = 2943, - [2944] = 2924, - [2945] = 2945, - [2946] = 2940, - [2947] = 2947, - [2948] = 2948, - [2949] = 2949, - [2950] = 2950, - [2951] = 2951, + [2944] = 2944, + [2945] = 2944, + [2946] = 2946, + [2947] = 2942, + [2948] = 2944, + [2949] = 2913, + [2950] = 2913, + [2951] = 2921, [2952] = 2952, - [2953] = 2953, + [2953] = 2921, [2954] = 2954, [2955] = 2955, - [2956] = 2956, + [2956] = 2941, [2957] = 2957, [2958] = 2958, [2959] = 2959, - [2960] = 2947, + [2960] = 2911, [2961] = 2961, - [2962] = 2962, - [2963] = 2948, + [2962] = 2952, + [2963] = 2899, [2964] = 2964, - [2965] = 2882, - [2966] = 2920, + [2965] = 2965, + [2966] = 2197, [2967] = 2967, [2968] = 2968, - [2969] = 2964, - [2970] = 2885, + [2969] = 2969, + [2970] = 2970, [2971] = 2971, [2972] = 2972, [2973] = 2973, - [2974] = 2974, + [2974] = 2936, [2975] = 2975, - [2976] = 2910, + [2976] = 2976, [2977] = 2977, [2978] = 2978, [2979] = 2979, [2980] = 2980, [2981] = 2981, [2982] = 2982, - [2983] = 2983, - [2984] = 2984, + [2983] = 2977, + [2984] = 2929, [2985] = 2985, - [2986] = 2950, - [2987] = 2951, + [2986] = 2986, + [2987] = 2987, [2988] = 2988, - [2989] = 2989, - [2990] = 2990, - [2991] = 2991, - [2992] = 2992, + [2989] = 2900, + [2990] = 2937, + [2991] = 2941, + [2992] = 426, [2993] = 2993, - [2994] = 2908, - [2995] = 2918, - [2996] = 2933, - [2997] = 2943, - [2998] = 2972, - [2999] = 2923, - [3000] = 3000, - [3001] = 3001, - [3002] = 3002, + [2994] = 2994, + [2995] = 2985, + [2996] = 2961, + [2997] = 2930, + [2998] = 2998, + [2999] = 2916, + [3000] = 2939, + [3001] = 2957, + [3002] = 2958, [3003] = 3003, [3004] = 3004, - [3005] = 2967, - [3006] = 2230, - [3007] = 2205, - [3008] = 2990, + [3005] = 2884, + [3006] = 2932, + [3007] = 3007, + [3008] = 3008, [3009] = 3009, - [3010] = 2206, + [3010] = 3010, [3011] = 3011, - [3012] = 2231, - [3013] = 3013, - [3014] = 3014, - [3015] = 2886, - [3016] = 411, - [3017] = 3017, - [3018] = 3018, - [3019] = 3019, - [3020] = 2188, - [3021] = 2954, - [3022] = 3019, - [3023] = 2228, - [3024] = 3013, - [3025] = 2955, - [3026] = 2888, + [3012] = 2957, + [3013] = 2929, + [3014] = 2958, + [3015] = 3015, + [3016] = 3016, + [3017] = 2885, + [3018] = 2892, + [3019] = 2894, + [3020] = 2964, + [3021] = 2208, + [3022] = 3022, + [3023] = 3023, + [3024] = 2911, + [3025] = 3025, + [3026] = 2189, [3027] = 3027, - [3028] = 3028, - [3029] = 2991, + [3028] = 2884, + [3029] = 2952, [3030] = 3030, - [3031] = 2888, - [3032] = 2956, - [3033] = 2891, - [3034] = 2893, - [3035] = 2894, + [3031] = 2970, + [3032] = 3032, + [3033] = 3033, + [3034] = 2965, + [3035] = 3035, [3036] = 3036, - [3037] = 2217, - [3038] = 2227, - [3039] = 2184, - [3040] = 2935, - [3041] = 2936, - [3042] = 2194, - [3043] = 2198, - [3044] = 2202, - [3045] = 2924, - [3046] = 2925, - [3047] = 2940, - [3048] = 2947, - [3049] = 2948, - [3050] = 2971, - [3051] = 2971, - [3052] = 2974, + [3037] = 3037, + [3038] = 3038, + [3039] = 2967, + [3040] = 2980, + [3041] = 3041, + [3042] = 2965, + [3043] = 3010, + [3044] = 3044, + [3045] = 3045, + [3046] = 2967, + [3047] = 2217, + [3048] = 2219, + [3049] = 2191, + [3050] = 2195, + [3051] = 2225, + [3052] = 2235, [3053] = 3053, [3054] = 3054, - [3055] = 2915, - [3056] = 3056, + [3055] = 3007, + [3056] = 2979, [3057] = 3057, - [3058] = 3019, + [3058] = 3058, [3059] = 3059, - [3060] = 3027, - [3061] = 2215, + [3060] = 3060, + [3061] = 3061, [3062] = 3062, - [3063] = 2957, - [3064] = 2891, + [3063] = 3063, + [3064] = 3064, [3065] = 3065, - [3066] = 2935, - [3067] = 2936, + [3066] = 3066, + [3067] = 3067, [3068] = 3068, - [3069] = 2971, + [3069] = 3069, [3070] = 3070, - [3071] = 3071, - [3072] = 3072, - [3073] = 3019, - [3074] = 3027, + [3071] = 2981, + [3072] = 2939, + [3073] = 2931, + [3074] = 2929, [3075] = 3075, - [3076] = 3076, - [3077] = 3077, - [3078] = 3078, - [3079] = 2958, - [3080] = 3000, - [3081] = 2974, - [3082] = 3082, - [3083] = 3083, - [3084] = 3084, + [3076] = 3061, + [3077] = 2925, + [3078] = 2971, + [3079] = 3079, + [3080] = 3080, + [3081] = 2986, + [3082] = 2895, + [3083] = 2982, + [3084] = 2987, [3085] = 3085, - [3086] = 3001, - [3087] = 3087, - [3088] = 3011, - [3089] = 2893, - [3090] = 2894, - [3091] = 3091, - [3092] = 2959, - [3093] = 3019, - [3094] = 2911, - [3095] = 3095, - [3096] = 3096, - [3097] = 2977, - [3098] = 3082, - [3099] = 3099, - [3100] = 3057, + [3086] = 3086, + [3087] = 2941, + [3088] = 3088, + [3089] = 2955, + [3090] = 2896, + [3091] = 2938, + [3092] = 2926, + [3093] = 2993, + [3094] = 3094, + [3095] = 2215, + [3096] = 2223, + [3097] = 3097, + [3098] = 3098, + [3099] = 2198, + [3100] = 3100, [3101] = 3101, [3102] = 3102, - [3103] = 3014, - [3104] = 3104, - [3105] = 2978, - [3106] = 2979, - [3107] = 3107, + [3103] = 3103, + [3104] = 2908, + [3105] = 3044, + [3106] = 2205, + [3107] = 2972, [3108] = 3108, - [3109] = 3075, - [3110] = 2181, - [3111] = 2220, - [3112] = 2185, - [3113] = 2214, - [3114] = 2221, - [3115] = 2192, - [3116] = 2896, - [3117] = 2989, - [3118] = 2981, - [3119] = 3119, - [3120] = 2982, - [3121] = 3030, - [3122] = 3122, + [3109] = 3045, + [3110] = 2914, + [3111] = 3111, + [3112] = 3112, + [3113] = 3113, + [3114] = 3114, + [3115] = 2973, + [3116] = 2227, + [3117] = 2230, + [3118] = 3118, + [3119] = 3058, + [3120] = 3120, + [3121] = 3121, + [3122] = 2954, [3123] = 3123, - [3124] = 3013, - [3125] = 2898, - [3126] = 3126, - [3127] = 2983, - [3128] = 3128, - [3129] = 3129, + [3124] = 3008, + [3125] = 3125, + [3126] = 2943, + [3127] = 3059, + [3128] = 2957, + [3129] = 2958, [3130] = 3130, - [3131] = 3027, - [3132] = 3132, + [3131] = 3131, + [3132] = 2975, [3133] = 3133, - [3134] = 3101, - [3135] = 3135, + [3134] = 2884, + [3135] = 3015, [3136] = 3136, - [3137] = 3137, - [3138] = 2917, - [3139] = 3139, - [3140] = 3140, - [3141] = 2984, - [3142] = 3057, + [3137] = 2218, + [3138] = 3103, + [3139] = 2202, + [3140] = 2971, + [3141] = 2190, + [3142] = 3022, [3143] = 3143, - [3144] = 3144, - [3145] = 2932, - [3146] = 2962, - [3147] = 2988, + [3144] = 2221, + [3145] = 3100, + [3146] = 3146, + [3147] = 3147, [3148] = 3148, - [3149] = 2980, - [3150] = 3102, + [3149] = 3149, + [3150] = 3150, [3151] = 3151, - [3152] = 2203, - [3153] = 2226, - [3154] = 2180, - [3155] = 2234, - [3156] = 3036, - [3157] = 3157, - [3158] = 3158, - [3159] = 3159, + [3152] = 3108, + [3153] = 3153, + [3154] = 2203, + [3155] = 3112, + [3156] = 3156, + [3157] = 2942, + [3158] = 2910, + [3159] = 2909, [3160] = 3160, - [3161] = 3161, - [3162] = 2904, - [3163] = 3163, - [3164] = 2905, - [3165] = 2953, - [3166] = 3166, - [3167] = 3167, - [3168] = 2907, - [3169] = 2961, - [3170] = 3170, - [3171] = 3171, + [3161] = 3133, + [3162] = 2231, + [3163] = 2204, + [3164] = 2207, + [3165] = 3123, + [3166] = 2213, + [3167] = 2214, + [3168] = 3125, + [3169] = 3149, + [3170] = 2216, + [3171] = 2220, [3172] = 3172, [3173] = 3173, - [3174] = 3174, - [3175] = 3175, - [3176] = 3176, - [3177] = 2935, - [3178] = 3167, - [3179] = 2207, - [3180] = 3076, - [3181] = 2210, - [3182] = 3018, - [3183] = 3099, - [3184] = 2936, - [3185] = 3148, - [3186] = 3119, - [3187] = 3161, - [3188] = 3188, - [3189] = 3163, - [3190] = 3129, - [3191] = 3173, - [3192] = 3192, - [3193] = 2937, + [3174] = 2209, + [3175] = 3118, + [3176] = 3148, + [3177] = 3035, + [3178] = 3178, + [3179] = 3143, + [3180] = 2903, + [3181] = 3063, + [3182] = 3182, + [3183] = 2940, + [3184] = 3184, + [3185] = 2890, + [3186] = 2978, + [3187] = 3182, + [3188] = 3068, + [3189] = 3102, + [3190] = 2233, + [3191] = 2904, + [3192] = 3064, + [3193] = 3193, [3194] = 3194, [3195] = 3195, - [3196] = 3196, + [3196] = 3007, [3197] = 3197, [3198] = 3198, - [3199] = 3199, + [3199] = 1445, [3200] = 3200, [3201] = 3201, [3202] = 3202, @@ -7220,12 +7228,12 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [3208] = 3208, [3209] = 3209, [3210] = 3210, - [3211] = 3198, + [3211] = 3211, [3212] = 3212, [3213] = 3213, - [3214] = 3196, + [3214] = 3214, [3215] = 3215, - [3216] = 3216, + [3216] = 3208, [3217] = 3217, [3218] = 3218, [3219] = 3219, @@ -7236,607 +7244,610 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [3224] = 3224, [3225] = 3225, [3226] = 3226, - [3227] = 3201, + [3227] = 3206, [3228] = 3228, - [3229] = 3222, + [3229] = 3228, [3230] = 3230, - [3231] = 3231, + [3231] = 3209, [3232] = 3232, - [3233] = 3233, + [3233] = 3226, [3234] = 3234, - [3235] = 3235, + [3235] = 3215, [3236] = 3236, [3237] = 3237, [3238] = 3238, - [3239] = 3239, - [3240] = 3240, + [3239] = 3236, + [3240] = 3210, [3241] = 3241, - [3242] = 3204, + [3242] = 3242, [3243] = 3243, [3244] = 3244, [3245] = 3245, [3246] = 3246, [3247] = 3247, - [3248] = 3244, + [3248] = 3207, [3249] = 3249, [3250] = 3250, [3251] = 3251, [3252] = 3252, [3253] = 3253, - [3254] = 3196, - [3255] = 1492, - [3256] = 1496, - [3257] = 3201, + [3254] = 3242, + [3255] = 3208, + [3256] = 3256, + [3257] = 3256, [3258] = 3258, - [3259] = 3204, - [3260] = 3205, - [3261] = 3206, + [3259] = 3258, + [3260] = 3260, + [3261] = 3261, [3262] = 3262, - [3263] = 1456, - [3264] = 3205, - [3265] = 3216, - [3266] = 3233, - [3267] = 3204, - [3268] = 3268, - [3269] = 3202, - [3270] = 3270, - [3271] = 3271, - [3272] = 3250, - [3273] = 3273, - [3274] = 3210, + [3263] = 3263, + [3264] = 3264, + [3265] = 3201, + [3266] = 3260, + [3267] = 3215, + [3268] = 3206, + [3269] = 3208, + [3270] = 3211, + [3271] = 3209, + [3272] = 3210, + [3273] = 3218, + [3274] = 3274, [3275] = 3275, - [3276] = 3276, - [3277] = 3244, - [3278] = 3253, + [3276] = 3218, + [3277] = 3277, + [3278] = 3278, [3279] = 3279, [3280] = 3280, - [3281] = 3250, - [3282] = 3197, - [3283] = 3196, - [3284] = 3284, - [3285] = 1551, - [3286] = 3204, + [3281] = 3281, + [3282] = 3282, + [3283] = 3278, + [3284] = 3241, + [3285] = 3285, + [3286] = 3286, [3287] = 3287, - [3288] = 3205, - [3289] = 3206, + [3288] = 3288, + [3289] = 3256, [3290] = 3290, - [3291] = 3291, - [3292] = 3292, - [3293] = 3216, - [3294] = 3294, + [3291] = 3217, + [3292] = 3214, + [3293] = 3260, + [3294] = 1466, [3295] = 3295, - [3296] = 3296, + [3296] = 3201, [3297] = 3297, - [3298] = 3298, - [3299] = 3235, - [3300] = 3250, - [3301] = 3122, - [3302] = 3128, - [3303] = 3204, - [3304] = 3205, - [3305] = 3206, + [3298] = 1467, + [3299] = 3208, + [3300] = 3209, + [3301] = 3210, + [3302] = 3278, + [3303] = 3244, + [3304] = 3234, + [3305] = 3278, [3306] = 3306, [3307] = 3307, - [3308] = 3250, - [3309] = 3250, - [3310] = 3204, - [3311] = 3205, - [3312] = 3206, - [3313] = 3196, - [3314] = 3314, - [3315] = 3315, + [3308] = 3308, + [3309] = 3260, + [3310] = 3307, + [3311] = 3311, + [3312] = 3208, + [3313] = 3209, + [3314] = 3210, + [3315] = 3274, [3316] = 3316, - [3317] = 3206, - [3318] = 3250, - [3319] = 3204, - [3320] = 3205, - [3321] = 3206, - [3322] = 3250, - [3323] = 3205, - [3324] = 3206, - [3325] = 3250, - [3326] = 3205, - [3327] = 3206, - [3328] = 3250, - [3329] = 3205, - [3330] = 3206, - [3331] = 3250, - [3332] = 3205, - [3333] = 3206, - [3334] = 3224, - [3335] = 3335, - [3336] = 3336, - [3337] = 3212, - [3338] = 3338, - [3339] = 3339, - [3340] = 1527, - [3341] = 3341, - [3342] = 3342, - [3343] = 3275, - [3344] = 1420, - [3345] = 1421, - [3346] = 3335, - [3347] = 3200, - [3348] = 3348, - [3349] = 3201, - [3350] = 3350, - [3351] = 3202, - [3352] = 3352, - [3353] = 3247, - [3354] = 3354, - [3355] = 3199, - [3356] = 3280, - [3357] = 3268, + [3317] = 3246, + [3318] = 3251, + [3319] = 3253, + [3320] = 3320, + [3321] = 3321, + [3322] = 3322, + [3323] = 3208, + [3324] = 3324, + [3325] = 3222, + [3326] = 3260, + [3327] = 3327, + [3328] = 3208, + [3329] = 3209, + [3330] = 3210, + [3331] = 3331, + [3332] = 2928, + [3333] = 3333, + [3334] = 3260, + [3335] = 3208, + [3336] = 3209, + [3337] = 3210, + [3338] = 3260, + [3339] = 3209, + [3340] = 3210, + [3341] = 3260, + [3342] = 3209, + [3343] = 3210, + [3344] = 3260, + [3345] = 3209, + [3346] = 3210, + [3347] = 3260, + [3348] = 3209, + [3349] = 3210, + [3350] = 1480, + [3351] = 2959, + [3352] = 3220, + [3353] = 3221, + [3354] = 3316, + [3355] = 3355, + [3356] = 3205, + [3357] = 3321, [3358] = 3358, - [3359] = 3359, - [3360] = 3221, - [3361] = 3361, - [3362] = 3195, + [3359] = 3277, + [3360] = 1404, + [3361] = 1405, + [3362] = 3362, [3363] = 3363, - [3364] = 3364, - [3365] = 3275, + [3364] = 3209, + [3365] = 3365, [3366] = 3366, - [3367] = 3367, - [3368] = 3363, - [3369] = 3213, - [3370] = 3237, + [3367] = 3245, + [3368] = 3368, + [3369] = 3363, + [3370] = 1533, [3371] = 3371, - [3372] = 3372, + [3372] = 3201, [3373] = 3373, - [3374] = 3220, - [3375] = 3204, - [3376] = 3225, - [3377] = 3314, - [3378] = 3236, - [3379] = 3239, - [3380] = 3241, - [3381] = 3290, - [3382] = 3205, - [3383] = 3206, - [3384] = 3245, - [3385] = 3366, + [3374] = 3222, + [3375] = 3375, + [3376] = 3376, + [3377] = 3377, + [3378] = 3378, + [3379] = 3379, + [3380] = 3380, + [3381] = 3381, + [3382] = 3382, + [3383] = 3201, + [3384] = 3384, + [3385] = 3385, [3386] = 3386, - [3387] = 3292, - [3388] = 3388, - [3389] = 3210, - [3390] = 3336, - [3391] = 3354, - [3392] = 3372, - [3393] = 3373, - [3394] = 3394, - [3395] = 3395, - [3396] = 3212, - [3397] = 3230, - [3398] = 3217, + [3387] = 3387, + [3388] = 3250, + [3389] = 3389, + [3390] = 3390, + [3391] = 3391, + [3392] = 3327, + [3393] = 3393, + [3394] = 3362, + [3395] = 3287, + [3396] = 3363, + [3397] = 3397, + [3398] = 3398, [3399] = 3399, [3400] = 3400, - [3401] = 3401, - [3402] = 3401, - [3403] = 3216, - [3404] = 3404, - [3405] = 3386, - [3406] = 3406, - [3407] = 3407, - [3408] = 3352, - [3409] = 3409, - [3410] = 3410, - [3411] = 3216, - [3412] = 3338, - [3413] = 3273, - [3414] = 3367, - [3415] = 3415, + [3401] = 3308, + [3402] = 3208, + [3403] = 3403, + [3404] = 3256, + [3405] = 3232, + [3406] = 3238, + [3407] = 3249, + [3408] = 3252, + [3409] = 3382, + [3410] = 3262, + [3411] = 3411, + [3412] = 3205, + [3413] = 3264, + [3414] = 3414, + [3415] = 3280, [3416] = 3416, - [3417] = 3417, - [3418] = 3219, - [3419] = 3341, - [3420] = 3207, - [3421] = 3421, - [3422] = 1420, - [3423] = 1421, - [3424] = 3342, - [3425] = 3335, - [3426] = 3246, - [3427] = 3221, - [3428] = 3204, - [3429] = 3228, - [3430] = 3217, - [3431] = 3406, - [3432] = 3270, - [3433] = 3433, - [3434] = 3341, - [3435] = 3245, - [3436] = 3335, - [3437] = 3437, - [3438] = 3438, - [3439] = 3409, - [3440] = 3440, - [3441] = 3404, - [3442] = 3341, - [3443] = 3335, - [3444] = 3361, - [3445] = 3287, - [3446] = 3244, - [3447] = 3447, - [3448] = 3275, - [3449] = 3364, - [3450] = 3348, + [3417] = 3219, + [3418] = 3206, + [3419] = 3419, + [3420] = 3260, + [3421] = 3207, + [3422] = 3230, + [3423] = 3331, + [3424] = 3286, + [3425] = 3425, + [3426] = 3375, + [3427] = 3379, + [3428] = 3210, + [3429] = 3429, + [3430] = 3290, + [3431] = 3288, + [3432] = 3217, + [3433] = 3366, + [3434] = 3403, + [3435] = 3321, + [3436] = 3436, + [3437] = 1404, + [3438] = 1405, + [3439] = 3226, + [3440] = 3362, + [3441] = 3387, + [3442] = 3375, + [3443] = 3443, + [3444] = 3237, + [3445] = 3321, + [3446] = 3362, + [3447] = 3224, + [3448] = 3200, + [3449] = 3321, + [3450] = 3362, [3451] = 3451, - [3452] = 3358, - [3453] = 3221, - [3454] = 3210, - [3455] = 3455, - [3456] = 3456, - [3457] = 3204, - [3458] = 3231, - [3459] = 3447, - [3460] = 3200, - [3461] = 3451, - [3462] = 3243, - [3463] = 3240, - [3464] = 3464, - [3465] = 3226, - [3466] = 3224, - [3467] = 3438, - [3468] = 3268, - [3469] = 3284, - [3470] = 3250, - [3471] = 3407, - [3472] = 3204, - [3473] = 3275, - [3474] = 3252, - [3475] = 3410, - [3476] = 3361, - [3477] = 3348, - [3478] = 3252, - [3479] = 3348, - [3480] = 3252, - [3481] = 3341, - [3482] = 3197, - [3483] = 3209, - [3484] = 3197, - [3485] = 3485, - [3486] = 3456, - [3487] = 3262, - [3488] = 3212, - [3489] = 3447, - [3490] = 3271, - [3491] = 3294, - [3492] = 3359, - [3493] = 3297, - [3494] = 3224, - [3495] = 3314, - [3496] = 3496, - [3497] = 3244, - [3498] = 3455, - [3499] = 3499, - [3500] = 3500, + [3452] = 3451, + [3453] = 3411, + [3454] = 3202, + [3455] = 3203, + [3456] = 3204, + [3457] = 3277, + [3458] = 3208, + [3459] = 3285, + [3460] = 3389, + [3461] = 3365, + [3462] = 3373, + [3463] = 3250, + [3464] = 3375, + [3465] = 3215, + [3466] = 3466, + [3467] = 3467, + [3468] = 3212, + [3469] = 3443, + [3470] = 3256, + [3471] = 3371, + [3472] = 3390, + [3473] = 3473, + [3474] = 3391, + [3475] = 3208, + [3476] = 3419, + [3477] = 3477, + [3478] = 3333, + [3479] = 3245, + [3480] = 3400, + [3481] = 3481, + [3482] = 3260, + [3483] = 3376, + [3484] = 3393, + [3485] = 3277, + [3486] = 3451, + [3487] = 3285, + [3488] = 3400, + [3489] = 3285, + [3490] = 3400, + [3491] = 3287, + [3492] = 3287, + [3493] = 3378, + [3494] = 3477, + [3495] = 3218, + [3496] = 3277, + [3497] = 3429, + [3498] = 3226, + [3499] = 3473, + [3500] = 3278, [3501] = 3501, [3502] = 3502, - [3503] = 177, + [3503] = 3501, [3504] = 3504, [3505] = 3505, - [3506] = 3500, + [3506] = 3506, [3507] = 3507, [3508] = 3508, [3509] = 3509, [3510] = 3510, [3511] = 3511, - [3512] = 3512, + [3512] = 3507, [3513] = 3513, [3514] = 3514, - [3515] = 3500, + [3515] = 3515, [3516] = 3516, [3517] = 3517, [3518] = 3518, [3519] = 3519, - [3520] = 3517, - [3521] = 3508, + [3520] = 3520, + [3521] = 3521, [3522] = 3522, [3523] = 3523, [3524] = 3524, [3525] = 3525, [3526] = 3526, - [3527] = 3527, + [3527] = 3511, [3528] = 3528, [3529] = 3529, - [3530] = 3505, + [3530] = 3530, [3531] = 3531, [3532] = 3532, - [3533] = 3531, - [3534] = 3534, - [3535] = 3516, + [3533] = 3533, + [3534] = 3517, + [3535] = 3501, [3536] = 3536, [3537] = 3537, [3538] = 3538, [3539] = 3539, - [3540] = 3536, + [3540] = 3540, [3541] = 3541, [3542] = 3542, [3543] = 3543, - [3544] = 3505, + [3544] = 3544, [3545] = 3545, [3546] = 3546, - [3547] = 3517, - [3548] = 3539, - [3549] = 3525, + [3547] = 3547, + [3548] = 3548, + [3549] = 3549, [3550] = 3550, [3551] = 3551, [3552] = 3552, - [3553] = 3553, + [3553] = 3509, [3554] = 3554, [3555] = 3555, - [3556] = 3526, + [3556] = 3556, [3557] = 3557, [3558] = 3558, [3559] = 3559, [3560] = 3560, [3561] = 3561, - [3562] = 3562, - [3563] = 3541, - [3564] = 3504, + [3562] = 3549, + [3563] = 3563, + [3564] = 3564, [3565] = 3565, [3566] = 3566, [3567] = 3567, - [3568] = 3568, + [3568] = 3515, [3569] = 3569, - [3570] = 3570, - [3571] = 3513, - [3572] = 3572, + [3570] = 3509, + [3571] = 3571, + [3572] = 3546, [3573] = 3573, [3574] = 3574, [3575] = 3575, - [3576] = 3504, - [3577] = 3504, - [3578] = 3578, + [3576] = 3520, + [3577] = 3577, + [3578] = 3523, [3579] = 3579, [3580] = 3580, - [3581] = 3581, + [3581] = 3505, [3582] = 3582, - [3583] = 3543, - [3584] = 3537, - [3585] = 3585, + [3583] = 3574, + [3584] = 3584, + [3585] = 3531, [3586] = 3586, - [3587] = 3580, + [3587] = 3587, [3588] = 3588, - [3589] = 3509, - [3590] = 3590, - [3591] = 3529, - [3592] = 3592, - [3593] = 3536, + [3589] = 3519, + [3590] = 3506, + [3591] = 3522, + [3592] = 3569, + [3593] = 3593, [3594] = 3594, - [3595] = 3595, + [3595] = 3525, [3596] = 3596, [3597] = 3597, - [3598] = 3598, - [3599] = 3578, - [3600] = 3579, + [3598] = 3579, + [3599] = 3599, + [3600] = 3575, [3601] = 3601, - [3602] = 3581, - [3603] = 3536, - [3604] = 3604, - [3605] = 3605, + [3602] = 3523, + [3603] = 3533, + [3604] = 3593, + [3605] = 3599, [3606] = 3606, [3607] = 3607, - [3608] = 3555, + [3608] = 3608, [3609] = 3609, [3610] = 3610, [3611] = 3611, [3612] = 3612, - [3613] = 3613, + [3613] = 3611, [3614] = 3614, [3615] = 3615, - [3616] = 3578, - [3617] = 3553, - [3618] = 3566, - [3619] = 3554, - [3620] = 3518, + [3616] = 3616, + [3617] = 3617, + [3618] = 3618, + [3619] = 3542, + [3620] = 3599, [3621] = 3621, - [3622] = 3527, + [3622] = 3622, [3623] = 3623, - [3624] = 3514, + [3624] = 3624, [3625] = 3625, - [3626] = 3626, - [3627] = 3625, - [3628] = 3601, + [3626] = 3546, + [3627] = 184, + [3628] = 3628, [3629] = 3629, [3630] = 3630, - [3631] = 3596, - [3632] = 3502, + [3631] = 3550, + [3632] = 3632, [3633] = 3633, - [3634] = 3551, - [3635] = 3635, + [3634] = 3618, + [3635] = 3509, [3636] = 3636, - [3637] = 3504, - [3638] = 3638, + [3637] = 3637, + [3638] = 3504, [3639] = 3639, - [3640] = 3539, - [3641] = 3641, - [3642] = 3642, - [3643] = 3604, - [3644] = 3644, - [3645] = 3536, - [3646] = 3633, - [3647] = 3565, - [3648] = 3598, - [3649] = 3606, + [3640] = 3640, + [3641] = 3551, + [3642] = 3588, + [3643] = 3639, + [3644] = 3501, + [3645] = 3541, + [3646] = 3646, + [3647] = 3552, + [3648] = 3558, + [3649] = 3629, [3650] = 3650, - [3651] = 3651, + [3651] = 3521, [3652] = 3652, - [3653] = 3513, - [3654] = 3514, - [3655] = 3500, - [3656] = 3656, - [3657] = 3518, - [3658] = 3658, + [3653] = 3523, + [3654] = 3515, + [3655] = 3516, + [3656] = 3517, + [3657] = 3657, + [3658] = 3520, [3659] = 3659, - [3660] = 3660, - [3661] = 3644, - [3662] = 3629, - [3663] = 3605, + [3660] = 3559, + [3661] = 3661, + [3662] = 3662, + [3663] = 3547, [3664] = 3664, - [3665] = 3625, - [3666] = 3666, - [3667] = 3667, - [3668] = 3659, - [3669] = 3502, - [3670] = 3536, - [3671] = 3541, - [3672] = 3636, - [3673] = 3673, - [3674] = 3674, - [3675] = 3675, - [3676] = 3676, - [3677] = 3677, - [3678] = 3541, - [3679] = 3513, - [3680] = 3514, - [3681] = 3518, - [3682] = 3534, - [3683] = 3683, + [3665] = 3665, + [3666] = 3577, + [3667] = 3628, + [3668] = 3629, + [3669] = 3650, + [3670] = 3618, + [3671] = 3671, + [3672] = 3672, + [3673] = 3504, + [3674] = 3546, + [3675] = 3662, + [3676] = 3563, + [3677] = 3628, + [3678] = 3678, + [3679] = 3679, + [3680] = 3680, + [3681] = 3516, + [3682] = 3520, + [3683] = 3564, [3684] = 3684, - [3685] = 3575, - [3686] = 3625, - [3687] = 3636, - [3688] = 3688, - [3689] = 3633, - [3690] = 3625, - [3691] = 3691, - [3692] = 3518, - [3693] = 3625, - [3694] = 3636, - [3695] = 3633, - [3696] = 3696, - [3697] = 3518, - [3698] = 3636, - [3699] = 3633, - [3700] = 3518, - [3701] = 3636, - [3702] = 3636, - [3703] = 3636, - [3704] = 3636, - [3705] = 3636, - [3706] = 3706, - [3707] = 3614, - [3708] = 3586, - [3709] = 3568, - [3710] = 3710, - [3711] = 3610, - [3712] = 3612, - [3713] = 3611, - [3714] = 3613, + [3685] = 3632, + [3686] = 3628, + [3687] = 3504, + [3688] = 3533, + [3689] = 3552, + [3690] = 3507, + [3691] = 3554, + [3692] = 3520, + [3693] = 3628, + [3694] = 3504, + [3695] = 3552, + [3696] = 3624, + [3697] = 3520, + [3698] = 3504, + [3699] = 3552, + [3700] = 3520, + [3701] = 3504, + [3702] = 3504, + [3703] = 3504, + [3704] = 3504, + [3705] = 3504, + [3706] = 3628, + [3707] = 3523, + [3708] = 3708, + [3709] = 3555, + [3710] = 3586, + [3711] = 3571, + [3712] = 3636, + [3713] = 3587, + [3714] = 3714, [3715] = 3715, [3716] = 3716, - [3717] = 3717, - [3718] = 3595, - [3719] = 3621, - [3720] = 3641, - [3721] = 3677, - [3722] = 3594, - [3723] = 3667, - [3724] = 3504, - [3725] = 3674, + [3717] = 3565, + [3718] = 3538, + [3719] = 3556, + [3720] = 3630, + [3721] = 3573, + [3722] = 3566, + [3723] = 3621, + [3724] = 3536, + [3725] = 3543, [3726] = 3726, - [3727] = 3635, - [3728] = 3673, - [3729] = 3726, - [3730] = 3524, - [3731] = 3552, - [3732] = 3732, - [3733] = 3733, + [3727] = 3633, + [3728] = 3618, + [3729] = 3549, + [3730] = 3730, + [3731] = 3582, + [3732] = 3625, + [3733] = 3708, [3734] = 3734, - [3735] = 3735, - [3736] = 3519, + [3735] = 3580, + [3736] = 3504, [3737] = 3737, - [3738] = 3596, - [3739] = 3542, - [3740] = 3502, - [3741] = 3741, - [3742] = 3582, - [3743] = 3666, + [3738] = 191, + [3739] = 3739, + [3740] = 3623, + [3741] = 3610, + [3742] = 3510, + [3743] = 3560, [3744] = 3744, - [3745] = 3745, - [3746] = 3604, - [3747] = 3585, - [3748] = 3741, - [3749] = 3638, - [3750] = 3636, - [3751] = 3501, + [3745] = 3612, + [3746] = 3509, + [3747] = 3509, + [3748] = 3523, + [3749] = 3749, + [3750] = 3516, + [3751] = 3751, [3752] = 3752, - [3753] = 3592, + [3753] = 3616, [3754] = 3754, - [3755] = 3664, + [3755] = 3755, [3756] = 3756, - [3757] = 3572, - [3758] = 3528, - [3759] = 3675, - [3760] = 3642, - [3761] = 3761, - [3762] = 3636, - [3763] = 179, - [3764] = 3764, - [3765] = 3509, - [3766] = 3642, - [3767] = 3767, - [3768] = 3744, - [3769] = 3523, - [3770] = 3650, - [3771] = 3610, - [3772] = 3612, - [3773] = 3595, - [3774] = 3621, - [3775] = 3644, - [3776] = 3537, - [3777] = 3610, - [3778] = 3621, + [3757] = 3639, + [3758] = 3758, + [3759] = 3754, + [3760] = 3521, + [3761] = 3541, + [3762] = 3522, + [3763] = 3637, + [3764] = 3552, + [3765] = 3765, + [3766] = 3715, + [3767] = 3596, + [3768] = 3609, + [3769] = 3769, + [3770] = 3739, + [3771] = 3571, + [3772] = 3636, + [3773] = 3538, + [3774] = 3556, + [3775] = 3531, + [3776] = 3549, + [3777] = 3571, + [3778] = 3556, [3779] = 3779, - [3780] = 3633, - [3781] = 3621, - [3782] = 3621, - [3783] = 3621, - [3784] = 3501, - [3785] = 3683, - [3786] = 3509, - [3787] = 3604, - [3788] = 3499, - [3789] = 3789, - [3790] = 3790, - [3791] = 3501, - [3792] = 3652, - [3793] = 3793, - [3794] = 3522, - [3795] = 3550, - [3796] = 3573, - [3797] = 3630, - [3798] = 3592, - [3799] = 3691, - [3800] = 3688, - [3801] = 3706, - [3802] = 3537, - [3803] = 3734, - [3804] = 3606, - [3805] = 3561, - [3806] = 3623, - [3807] = 3609, - [3808] = 3570, - [3809] = 3717, - [3810] = 3588, - [3811] = 3737, - [3812] = 3710, - [3813] = 3696, - [3814] = 3752, - [3815] = 3644, - [3816] = 3816, - [3817] = 3633, - [3818] = 3818, - [3819] = 3819, + [3780] = 3780, + [3781] = 3556, + [3782] = 3556, + [3783] = 3556, + [3784] = 3752, + [3785] = 3646, + [3786] = 3614, + [3787] = 3730, + [3788] = 3533, + [3789] = 3537, + [3790] = 3607, + [3791] = 3650, + [3792] = 3526, + [3793] = 3684, + [3794] = 3758, + [3795] = 3716, + [3796] = 3508, + [3797] = 3797, + [3798] = 3633, + [3799] = 3799, + [3800] = 3800, + [3801] = 3679, + [3802] = 3652, + [3803] = 3769, + [3804] = 3804, + [3805] = 3779, + [3806] = 3502, + [3807] = 3606, + [3808] = 3522, + [3809] = 3528, + [3810] = 3799, + [3811] = 3514, + [3812] = 3671, + [3813] = 3813, + [3814] = 3515, + [3815] = 3780, + [3816] = 3541, + [3817] = 3714, + [3818] = 3517, + [3819] = 3552, [3820] = 3820, [3821] = 3821, [3822] = 3822, [3823] = 3823, [3824] = 3824, + [3825] = 3825, + [3826] = 3826, }; static const TSSymbol ts_supertype_symbols[SUPERTYPE_COUNT] = { + sym__declaration_statement, sym__expression, sym__literal, sym__literal_pattern, @@ -7845,15 +7856,38 @@ static const TSSymbol ts_supertype_symbols[SUPERTYPE_COUNT] = { }; static const TSMapSlice ts_supertype_map_slices[] = { - [sym__expression] = {.index = 0, .length = 40}, - [sym__literal] = {.index = 40, .length = 6}, - [sym__literal_pattern] = {.index = 46, .length = 7}, - [sym__pattern] = {.index = 53, .length = 18}, - [sym__type] = {.index = 71, .length = 33}, + [sym__declaration_statement] = {.index = 0, .length = 21}, + [sym__expression] = {.index = 21, .length = 40}, + [sym__literal] = {.index = 61, .length = 6}, + [sym__literal_pattern] = {.index = 67, .length = 7}, + [sym__pattern] = {.index = 74, .length = 18}, + [sym__type] = {.index = 92, .length = 33}, }; static const TSSymbol ts_supertype_map_entries[] = { [0] = + sym_associated_type, + sym_attribute_item, + sym_const_item, + sym_empty_statement, + sym_enum_item, + sym_extern_crate_declaration, + sym_foreign_mod_item, + sym_function_item, + sym_function_signature_item, + sym_impl_item, + sym_inner_attribute_item, + sym_let_declaration, + sym_macro_definition, + sym_macro_invocation, + sym_mod_item, + sym_static_item, + sym_struct_item, + sym_trait_item, + sym_type_item, + sym_union_item, + sym_use_declaration, + [21] = sym__literal, sym_array_expression, sym_assignment_expression, @@ -7894,14 +7928,14 @@ static const TSSymbol ts_supertype_map_entries[] = { sym_unsafe_block, sym_while_expression, sym_yield_expression, - [40] = + [61] = sym_boolean_literal, sym_char_literal, sym_float_literal, sym_integer_literal, sym_raw_string_literal, sym_string_literal, - [46] = + [67] = sym_boolean_literal, sym_char_literal, sym_float_literal, @@ -7909,7 +7943,7 @@ static const TSSymbol ts_supertype_map_entries[] = { sym_negative_literal, sym_raw_string_literal, sym_string_literal, - [53] = + [74] = anon_sym__, sym__literal_pattern, sym_captured_pattern, @@ -7928,7 +7962,7 @@ static const TSSymbol ts_supertype_map_entries[] = { sym_struct_pattern, sym_tuple_pattern, sym_tuple_struct_pattern, - [71] = + [92] = alias_sym_type_identifier, anon_sym_bool, anon_sym_char, @@ -8741,7 +8775,6 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '-', 98, '.', 135, '/', 100, - ':', 84, ';', 75, '<', 131, '=', 124, @@ -10657,14 +10690,14 @@ 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 = 5, .external_lex_state = 2}, + [44] = {.lex_state = 7, .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}, + [46] = {.lex_state = 5, .external_lex_state = 2}, + [47] = {.lex_state = 5, .external_lex_state = 2}, [48] = {.lex_state = 7, .external_lex_state = 2}, [49] = {.lex_state = 7, .external_lex_state = 2}, [50] = {.lex_state = 7, .external_lex_state = 2}, - [51] = {.lex_state = 5, .external_lex_state = 2}, + [51] = {.lex_state = 7, .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}, @@ -10686,7 +10719,7 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [70] = {.lex_state = 4, .external_lex_state = 2}, [71] = {.lex_state = 4, .external_lex_state = 2}, [72] = {.lex_state = 4, .external_lex_state = 2}, - [73] = {.lex_state = 4, .external_lex_state = 2}, + [73] = {.lex_state = 6, .external_lex_state = 2}, [74] = {.lex_state = 4, .external_lex_state = 2}, [75] = {.lex_state = 4, .external_lex_state = 2}, [76] = {.lex_state = 4, .external_lex_state = 2}, @@ -10696,43 +10729,43 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [80] = {.lex_state = 4, .external_lex_state = 2}, [81] = {.lex_state = 4, .external_lex_state = 2}, [82] = {.lex_state = 4, .external_lex_state = 2}, - [83] = {.lex_state = 6, .external_lex_state = 2}, - [84] = {.lex_state = 6, .external_lex_state = 2}, - [85] = {.lex_state = 6, .external_lex_state = 2}, + [83] = {.lex_state = 4, .external_lex_state = 2}, + [84] = {.lex_state = 4, .external_lex_state = 2}, + [85] = {.lex_state = 4, .external_lex_state = 2}, [86] = {.lex_state = 6, .external_lex_state = 2}, [87] = {.lex_state = 6, .external_lex_state = 2}, - [88] = {.lex_state = 4, .external_lex_state = 2}, - [89] = {.lex_state = 4, .external_lex_state = 2}, - [90] = {.lex_state = 4, .external_lex_state = 2}, + [88] = {.lex_state = 6, .external_lex_state = 2}, + [89] = {.lex_state = 6, .external_lex_state = 2}, + [90] = {.lex_state = 6, .external_lex_state = 2}, [91] = {.lex_state = 4, .external_lex_state = 2}, - [92] = {.lex_state = 4, .external_lex_state = 2}, - [93] = {.lex_state = 4, .external_lex_state = 2}, + [92] = {.lex_state = 6, .external_lex_state = 2}, + [93] = {.lex_state = 6, .external_lex_state = 2}, [94] = {.lex_state = 6, .external_lex_state = 2}, [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}, - [99] = {.lex_state = 6, .external_lex_state = 2}, - [100] = {.lex_state = 6, .external_lex_state = 2}, - [101] = {.lex_state = 6, .external_lex_state = 2}, + [96] = {.lex_state = 4, .external_lex_state = 2}, + [97] = {.lex_state = 4, .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}, [106] = {.lex_state = 6, .external_lex_state = 2}, - [107] = {.lex_state = 6, .external_lex_state = 2}, + [107] = {.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}, - [112] = {.lex_state = 4, .external_lex_state = 2}, + [111] = {.lex_state = 4, .external_lex_state = 2}, + [112] = {.lex_state = 6, .external_lex_state = 2}, [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}, [117] = {.lex_state = 6, .external_lex_state = 2}, [118] = {.lex_state = 6, .external_lex_state = 2}, - [119] = {.lex_state = 4, .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 = 6, .external_lex_state = 2}, @@ -10741,10 +10774,10 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [125] = {.lex_state = 6, .external_lex_state = 2}, [126] = {.lex_state = 6, .external_lex_state = 2}, [127] = {.lex_state = 6, .external_lex_state = 2}, - [128] = {.lex_state = 4, .external_lex_state = 2}, - [129] = {.lex_state = 4, .external_lex_state = 2}, + [128] = {.lex_state = 6, .external_lex_state = 2}, + [129] = {.lex_state = 6, .external_lex_state = 2}, [130] = {.lex_state = 6, .external_lex_state = 2}, - [131] = {.lex_state = 4, .external_lex_state = 2}, + [131] = {.lex_state = 6, .external_lex_state = 2}, [132] = {.lex_state = 6, .external_lex_state = 2}, [133] = {.lex_state = 6, .external_lex_state = 2}, [134] = {.lex_state = 13, .external_lex_state = 2}, @@ -10758,15 +10791,15 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [142] = {.lex_state = 13, .external_lex_state = 2}, [143] = {.lex_state = 13, .external_lex_state = 2}, [144] = {.lex_state = 13, .external_lex_state = 2}, - [145] = {.lex_state = 13, .external_lex_state = 2}, + [145] = {.lex_state = 4, .external_lex_state = 2}, [146] = {.lex_state = 13, .external_lex_state = 2}, [147] = {.lex_state = 13, .external_lex_state = 2}, [148] = {.lex_state = 13, .external_lex_state = 2}, - [149] = {.lex_state = 13, .external_lex_state = 2}, + [149] = {.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 = 4, .external_lex_state = 2}, + [153] = {.lex_state = 13, .external_lex_state = 2}, [154] = {.lex_state = 13, .external_lex_state = 2}, [155] = {.lex_state = 13, .external_lex_state = 2}, [156] = {.lex_state = 13, .external_lex_state = 2}, @@ -10777,7 +10810,7 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [161] = {.lex_state = 4, .external_lex_state = 2}, [162] = {.lex_state = 13, .external_lex_state = 2}, [163] = {.lex_state = 13, .external_lex_state = 2}, - [164] = {.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}, @@ -10788,10 +10821,10 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [172] = {.lex_state = 13, .external_lex_state = 2}, [173] = {.lex_state = 13, .external_lex_state = 2}, [174] = {.lex_state = 4, .external_lex_state = 2}, - [175] = {.lex_state = 6, .external_lex_state = 2}, - [176] = {.lex_state = 4, .external_lex_state = 2}, + [175] = {.lex_state = 4, .external_lex_state = 2}, + [176] = {.lex_state = 6, .external_lex_state = 2}, [177] = {.lex_state = 4, .external_lex_state = 2}, - [178] = {.lex_state = 4, .external_lex_state = 2}, + [178] = {.lex_state = 13, .external_lex_state = 2}, [179] = {.lex_state = 4, .external_lex_state = 2}, [180] = {.lex_state = 4, .external_lex_state = 2}, [181] = {.lex_state = 4, .external_lex_state = 2}, @@ -10799,87 +10832,87 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [183] = {.lex_state = 4, .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 = 13, .external_lex_state = 2}, + [186] = {.lex_state = 13, .external_lex_state = 2}, + [187] = {.lex_state = 4, .external_lex_state = 2}, [188] = {.lex_state = 4, .external_lex_state = 2}, - [189] = {.lex_state = 4, .external_lex_state = 2}, + [189] = {.lex_state = 13, .external_lex_state = 2}, [190] = {.lex_state = 4, .external_lex_state = 2}, [191] = {.lex_state = 4, .external_lex_state = 2}, [192] = {.lex_state = 4, .external_lex_state = 2}, - [193] = {.lex_state = 6, .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}, + [193] = {.lex_state = 4, .external_lex_state = 2}, + [194] = {.lex_state = 13, .external_lex_state = 2}, + [195] = {.lex_state = 6, .external_lex_state = 2}, + [196] = {.lex_state = 4, .external_lex_state = 2}, [197] = {.lex_state = 4, .external_lex_state = 2}, [198] = {.lex_state = 13, .external_lex_state = 2}, - [199] = {.lex_state = 13, .external_lex_state = 2}, - [200] = {.lex_state = 13, .external_lex_state = 2}, + [199] = {.lex_state = 4, .external_lex_state = 2}, + [200] = {.lex_state = 4, .external_lex_state = 2}, [201] = {.lex_state = 4, .external_lex_state = 2}, [202] = {.lex_state = 4, .external_lex_state = 2}, - [203] = {.lex_state = 4, .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}, - [207] = {.lex_state = 12, .external_lex_state = 2}, - [208] = {.lex_state = 6, .external_lex_state = 2}, - [209] = {.lex_state = 15, .external_lex_state = 2}, + [203] = {.lex_state = 13, .external_lex_state = 2}, + [204] = {.lex_state = 15, .external_lex_state = 2}, + [205] = {.lex_state = 15, .external_lex_state = 2}, + [206] = {.lex_state = 15, .external_lex_state = 2}, + [207] = {.lex_state = 13, .external_lex_state = 2}, + [208] = {.lex_state = 13, .external_lex_state = 2}, + [209] = {.lex_state = 13, .external_lex_state = 2}, [210] = {.lex_state = 15, .external_lex_state = 2}, - [211] = {.lex_state = 15, .external_lex_state = 2}, - [212] = {.lex_state = 12, .external_lex_state = 2}, - [213] = {.lex_state = 15, .external_lex_state = 2}, + [211] = {.lex_state = 13, .external_lex_state = 2}, + [212] = {.lex_state = 6, .external_lex_state = 2}, + [213] = {.lex_state = 6, .external_lex_state = 2}, [214] = {.lex_state = 15, .external_lex_state = 2}, - [215] = {.lex_state = 13, .external_lex_state = 2}, - [216] = {.lex_state = 12, .external_lex_state = 2}, - [217] = {.lex_state = 13, .external_lex_state = 2}, - [218] = {.lex_state = 13, .external_lex_state = 2}, + [215] = {.lex_state = 6, .external_lex_state = 2}, + [216] = {.lex_state = 6, .external_lex_state = 2}, + [217] = {.lex_state = 15, .external_lex_state = 2}, + [218] = {.lex_state = 6, .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 = 15, .external_lex_state = 2}, - [223] = {.lex_state = 13, .external_lex_state = 2}, + [220] = {.lex_state = 6, .external_lex_state = 2}, + [221] = {.lex_state = 6, .external_lex_state = 2}, + [222] = {.lex_state = 6, .external_lex_state = 2}, + [223] = {.lex_state = 6, .external_lex_state = 2}, [224] = {.lex_state = 15, .external_lex_state = 2}, - [225] = {.lex_state = 13, .external_lex_state = 2}, - [226] = {.lex_state = 6, .external_lex_state = 2}, - [227] = {.lex_state = 6, .external_lex_state = 2}, - [228] = {.lex_state = 15, .external_lex_state = 2}, + [225] = {.lex_state = 15, .external_lex_state = 2}, + [226] = {.lex_state = 15, .external_lex_state = 2}, + [227] = {.lex_state = 15, .external_lex_state = 2}, + [228] = {.lex_state = 6, .external_lex_state = 2}, [229] = {.lex_state = 15, .external_lex_state = 2}, - [230] = {.lex_state = 15, .external_lex_state = 2}, - [231] = {.lex_state = 6, .external_lex_state = 2}, - [232] = {.lex_state = 6, .external_lex_state = 2}, - [233] = {.lex_state = 6, .external_lex_state = 2}, + [230] = {.lex_state = 6, .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 = 6, .external_lex_state = 2}, + [235] = {.lex_state = 15, .external_lex_state = 2}, [236] = {.lex_state = 15, .external_lex_state = 2}, [237] = {.lex_state = 13, .external_lex_state = 2}, - [238] = {.lex_state = 13, .external_lex_state = 2}, - [239] = {.lex_state = 15, .external_lex_state = 2}, + [238] = {.lex_state = 12, .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 = 15, .external_lex_state = 2}, - [243] = {.lex_state = 15, .external_lex_state = 2}, + [242] = {.lex_state = 13, .external_lex_state = 2}, + [243] = {.lex_state = 12, .external_lex_state = 2}, [244] = {.lex_state = 13, .external_lex_state = 2}, [245] = {.lex_state = 12, .external_lex_state = 2}, - [246] = {.lex_state = 6, .external_lex_state = 2}, - [247] = {.lex_state = 13, .external_lex_state = 2}, - [248] = {.lex_state = 15, .external_lex_state = 2}, + [246] = {.lex_state = 13, .external_lex_state = 2}, + [247] = {.lex_state = 12, .external_lex_state = 2}, + [248] = {.lex_state = 12, .external_lex_state = 2}, [249] = {.lex_state = 12, .external_lex_state = 2}, - [250] = {.lex_state = 12, .external_lex_state = 2}, - [251] = {.lex_state = 15, .external_lex_state = 2}, + [250] = {.lex_state = 15, .external_lex_state = 2}, + [251] = {.lex_state = 13, .external_lex_state = 2}, [252] = {.lex_state = 13, .external_lex_state = 2}, [253] = {.lex_state = 15, .external_lex_state = 2}, [254] = {.lex_state = 13, .external_lex_state = 2}, - [255] = {.lex_state = 12, .external_lex_state = 2}, + [255] = {.lex_state = 13, .external_lex_state = 2}, [256] = {.lex_state = 12, .external_lex_state = 2}, - [257] = {.lex_state = 13, .external_lex_state = 2}, + [257] = {.lex_state = 12, .external_lex_state = 2}, [258] = {.lex_state = 12, .external_lex_state = 2}, [259] = {.lex_state = 12, .external_lex_state = 2}, [260] = {.lex_state = 12, .external_lex_state = 2}, [261] = {.lex_state = 12, .external_lex_state = 2}, - [262] = {.lex_state = 12, .external_lex_state = 2}, - [263] = {.lex_state = 13, .external_lex_state = 2}, - [264] = {.lex_state = 13, .external_lex_state = 2}, + [262] = {.lex_state = 13, .external_lex_state = 2}, + [263] = {.lex_state = 12, .external_lex_state = 2}, + [264] = {.lex_state = 12, .external_lex_state = 2}, [265] = {.lex_state = 12, .external_lex_state = 2}, - [266] = {.lex_state = 12, .external_lex_state = 2}, + [266] = {.lex_state = 13, .external_lex_state = 2}, [267] = {.lex_state = 13, .external_lex_state = 2}, [268] = {.lex_state = 13, .external_lex_state = 2}, [269] = {.lex_state = 13, .external_lex_state = 2}, @@ -10903,7 +10936,7 @@ 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}, @@ -10926,19 +10959,19 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [310] = {.lex_state = 13, .external_lex_state = 2}, [311] = {.lex_state = 13, .external_lex_state = 2}, [312] = {.lex_state = 13, .external_lex_state = 2}, - [313] = {.lex_state = 13, .external_lex_state = 2}, + [313] = {.lex_state = 14, .external_lex_state = 2}, [314] = {.lex_state = 13, .external_lex_state = 2}, [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 = 13, .external_lex_state = 2}, - [319] = {.lex_state = 14, .external_lex_state = 2}, - [320] = {.lex_state = 12, .external_lex_state = 2}, + [319] = {.lex_state = 13, .external_lex_state = 2}, + [320] = {.lex_state = 14, .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 = 13, .external_lex_state = 2}, - [325] = {.lex_state = 14, .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}, [328] = {.lex_state = 13, .external_lex_state = 2}, @@ -10951,9 +10984,9 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [335] = {.lex_state = 13, .external_lex_state = 2}, [336] = {.lex_state = 13, .external_lex_state = 2}, [337] = {.lex_state = 13, .external_lex_state = 2}, - [338] = {.lex_state = 13, .external_lex_state = 2}, + [338] = {.lex_state = 14, .external_lex_state = 2}, [339] = {.lex_state = 13, .external_lex_state = 2}, - [340] = {.lex_state = 14, .external_lex_state = 2}, + [340] = {.lex_state = 13, .external_lex_state = 2}, [341] = {.lex_state = 13, .external_lex_state = 2}, [342] = {.lex_state = 13, .external_lex_state = 2}, [343] = {.lex_state = 13, .external_lex_state = 2}, @@ -10967,14 +11000,14 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [351] = {.lex_state = 13, .external_lex_state = 2}, [352] = {.lex_state = 13, .external_lex_state = 2}, [353] = {.lex_state = 13, .external_lex_state = 2}, - [354] = {.lex_state = 13, .external_lex_state = 2}, + [354] = {.lex_state = 12, .external_lex_state = 2}, [355] = {.lex_state = 13, .external_lex_state = 2}, [356] = {.lex_state = 13, .external_lex_state = 2}, [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}, + [361] = {.lex_state = 71, .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}, @@ -11025,20 +11058,20 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [409] = {.lex_state = 71, .external_lex_state = 2}, [410] = {.lex_state = 71, .external_lex_state = 2}, [411] = {.lex_state = 71, .external_lex_state = 2}, - [412] = {.lex_state = 71, .external_lex_state = 2}, + [412] = {.lex_state = 12, .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 = 71, .external_lex_state = 2}, - [418] = {.lex_state = 12, .external_lex_state = 2}, - [419] = {.lex_state = 71, .external_lex_state = 2}, + [418] = {.lex_state = 71, .external_lex_state = 2}, + [419] = {.lex_state = 12, .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 = 12, .external_lex_state = 2}, - [425] = {.lex_state = 12, .external_lex_state = 2}, + [424] = {.lex_state = 71, .external_lex_state = 2}, + [425] = {.lex_state = 71, .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}, @@ -11079,48 +11112,48 @@ 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}, + [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}, + [470] = {.lex_state = 14, .external_lex_state = 2}, + [471] = {.lex_state = 14, .external_lex_state = 2}, [472] = {.lex_state = 5, .external_lex_state = 2}, - [473] = {.lex_state = 5, .external_lex_state = 2}, - [474] = {.lex_state = 14, .external_lex_state = 2}, + [473] = {.lex_state = 14, .external_lex_state = 2}, + [474] = {.lex_state = 5, .external_lex_state = 2}, [475] = {.lex_state = 5, .external_lex_state = 2}, - [476] = {.lex_state = 14, .external_lex_state = 2}, + [476] = {.lex_state = 5, .external_lex_state = 2}, [477] = {.lex_state = 5, .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}, [481] = {.lex_state = 5, .external_lex_state = 2}, - [482] = {.lex_state = 5, .external_lex_state = 2}, - [483] = {.lex_state = 5, .external_lex_state = 2}, + [482] = {.lex_state = 14, .external_lex_state = 2}, + [483] = {.lex_state = 14, .external_lex_state = 2}, [484] = {.lex_state = 5, .external_lex_state = 2}, [485] = {.lex_state = 5, .external_lex_state = 2}, - [486] = {.lex_state = 14, .external_lex_state = 2}, + [486] = {.lex_state = 5, .external_lex_state = 2}, [487] = {.lex_state = 5, .external_lex_state = 2}, [488] = {.lex_state = 5, .external_lex_state = 2}, [489] = {.lex_state = 5, .external_lex_state = 2}, [490] = {.lex_state = 5, .external_lex_state = 2}, [491] = {.lex_state = 5, .external_lex_state = 2}, [492] = {.lex_state = 5, .external_lex_state = 2}, - [493] = {.lex_state = 5, .external_lex_state = 2}, + [493] = {.lex_state = 14, .external_lex_state = 2}, [494] = {.lex_state = 5, .external_lex_state = 2}, - [495] = {.lex_state = 14, .external_lex_state = 2}, + [495] = {.lex_state = 5, .external_lex_state = 2}, [496] = {.lex_state = 5, .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}, + [499] = {.lex_state = 23}, [500] = {.lex_state = 14, .external_lex_state = 2}, - [501] = {.lex_state = 14, .external_lex_state = 2}, - [502] = {.lex_state = 14, .external_lex_state = 2}, - [503] = {.lex_state = 73, .external_lex_state = 2}, - [504] = {.lex_state = 73, .external_lex_state = 2}, - [505] = {.lex_state = 73, .external_lex_state = 2}, - [506] = {.lex_state = 73, .external_lex_state = 2}, - [507] = {.lex_state = 73, .external_lex_state = 2}, + [501] = {.lex_state = 23}, + [502] = {.lex_state = 23}, + [503] = {.lex_state = 14, .external_lex_state = 2}, + [504] = {.lex_state = 14, .external_lex_state = 2}, + [505] = {.lex_state = 23}, + [506] = {.lex_state = 23}, + [507] = {.lex_state = 14, .external_lex_state = 2}, [508] = {.lex_state = 73, .external_lex_state = 2}, [509] = {.lex_state = 73, .external_lex_state = 2}, [510] = {.lex_state = 73, .external_lex_state = 2}, @@ -11228,9 +11261,9 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [612] = {.lex_state = 73, .external_lex_state = 2}, [613] = {.lex_state = 73, .external_lex_state = 2}, [614] = {.lex_state = 73, .external_lex_state = 2}, - [615] = {.lex_state = 23}, - [616] = {.lex_state = 14, .external_lex_state = 2}, - [617] = {.lex_state = 73, .external_lex_state = 2}, + [615] = {.lex_state = 73, .external_lex_state = 2}, + [616] = {.lex_state = 73, .external_lex_state = 2}, + [617] = {.lex_state = 14, .external_lex_state = 2}, [618] = {.lex_state = 73, .external_lex_state = 2}, [619] = {.lex_state = 73, .external_lex_state = 2}, [620] = {.lex_state = 73, .external_lex_state = 2}, @@ -11249,7 +11282,7 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [633] = {.lex_state = 73, .external_lex_state = 2}, [634] = {.lex_state = 73, .external_lex_state = 2}, [635] = {.lex_state = 73, .external_lex_state = 2}, - [636] = {.lex_state = 23}, + [636] = {.lex_state = 73, .external_lex_state = 2}, [637] = {.lex_state = 73, .external_lex_state = 2}, [638] = {.lex_state = 73, .external_lex_state = 2}, [639] = {.lex_state = 73, .external_lex_state = 2}, @@ -11262,7 +11295,7 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [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}, + [649] = {.lex_state = 14, .external_lex_state = 2}, [650] = {.lex_state = 73, .external_lex_state = 2}, [651] = {.lex_state = 73, .external_lex_state = 2}, [652] = {.lex_state = 73, .external_lex_state = 2}, @@ -11305,16 +11338,16 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [689] = {.lex_state = 73, .external_lex_state = 2}, [690] = {.lex_state = 73, .external_lex_state = 2}, [691] = {.lex_state = 73, .external_lex_state = 2}, - [692] = {.lex_state = 73, .external_lex_state = 2}, + [692] = {.lex_state = 14, .external_lex_state = 2}, [693] = {.lex_state = 73, .external_lex_state = 2}, - [694] = {.lex_state = 23}, + [694] = {.lex_state = 73, .external_lex_state = 2}, [695] = {.lex_state = 73, .external_lex_state = 2}, [696] = {.lex_state = 73, .external_lex_state = 2}, [697] = {.lex_state = 73, .external_lex_state = 2}, [698] = {.lex_state = 73, .external_lex_state = 2}, [699] = {.lex_state = 73, .external_lex_state = 2}, [700] = {.lex_state = 73, .external_lex_state = 2}, - [701] = {.lex_state = 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}, @@ -11333,10 +11366,10 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [717] = {.lex_state = 73, .external_lex_state = 2}, [718] = {.lex_state = 73, .external_lex_state = 2}, [719] = {.lex_state = 73, .external_lex_state = 2}, - [720] = {.lex_state = 23}, + [720] = {.lex_state = 73, .external_lex_state = 2}, [721] = {.lex_state = 73, .external_lex_state = 2}, [722] = {.lex_state = 73, .external_lex_state = 2}, - [723] = {.lex_state = 14, .external_lex_state = 2}, + [723] = {.lex_state = 73, .external_lex_state = 2}, [724] = {.lex_state = 73, .external_lex_state = 2}, [725] = {.lex_state = 73, .external_lex_state = 2}, [726] = {.lex_state = 73, .external_lex_state = 2}, @@ -11359,7 +11392,7 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [743] = {.lex_state = 73, .external_lex_state = 2}, [744] = {.lex_state = 73, .external_lex_state = 2}, [745] = {.lex_state = 73, .external_lex_state = 2}, - [746] = {.lex_state = 14, .external_lex_state = 2}, + [746] = {.lex_state = 73, .external_lex_state = 2}, [747] = {.lex_state = 73, .external_lex_state = 2}, [748] = {.lex_state = 73, .external_lex_state = 2}, [749] = {.lex_state = 73, .external_lex_state = 2}, @@ -11401,7 +11434,7 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [785] = {.lex_state = 73, .external_lex_state = 2}, [786] = {.lex_state = 73, .external_lex_state = 2}, [787] = {.lex_state = 73, .external_lex_state = 2}, - [788] = {.lex_state = 17}, + [788] = {.lex_state = 73, .external_lex_state = 2}, [789] = {.lex_state = 17}, [790] = {.lex_state = 17}, [791] = {.lex_state = 17}, @@ -11410,11 +11443,11 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [794] = {.lex_state = 17}, [795] = {.lex_state = 17}, [796] = {.lex_state = 17}, - [797] = {.lex_state = 14, .external_lex_state = 2}, + [797] = {.lex_state = 17}, [798] = {.lex_state = 14, .external_lex_state = 2}, - [799] = {.lex_state = 14, .external_lex_state = 2}, + [799] = {.lex_state = 17}, [800] = {.lex_state = 14, .external_lex_state = 2}, - [801] = {.lex_state = 17}, + [801] = {.lex_state = 14, .external_lex_state = 2}, [802] = {.lex_state = 14, .external_lex_state = 2}, [803] = {.lex_state = 17}, [804] = {.lex_state = 14, .external_lex_state = 2}, @@ -11432,8 +11465,8 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [816] = {.lex_state = 14, .external_lex_state = 2}, [817] = {.lex_state = 14, .external_lex_state = 2}, [818] = {.lex_state = 14, .external_lex_state = 2}, - [819] = {.lex_state = 12, .external_lex_state = 2}, - [820] = {.lex_state = 14, .external_lex_state = 2}, + [819] = {.lex_state = 14, .external_lex_state = 2}, + [820] = {.lex_state = 12, .external_lex_state = 2}, [821] = {.lex_state = 14, .external_lex_state = 2}, [822] = {.lex_state = 14, .external_lex_state = 2}, [823] = {.lex_state = 14, .external_lex_state = 2}, @@ -11467,7 +11500,7 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [851] = {.lex_state = 14, .external_lex_state = 2}, [852] = {.lex_state = 14, .external_lex_state = 2}, [853] = {.lex_state = 14, .external_lex_state = 2}, - [854] = {.lex_state = 17}, + [854] = {.lex_state = 14, .external_lex_state = 2}, [855] = {.lex_state = 17}, [856] = {.lex_state = 17}, [857] = {.lex_state = 17}, @@ -11671,65 +11704,65 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [1055] = {.lex_state = 17}, [1056] = {.lex_state = 17}, [1057] = {.lex_state = 17}, - [1058] = {.lex_state = 13, .external_lex_state = 2}, + [1058] = {.lex_state = 17}, [1059] = {.lex_state = 13, .external_lex_state = 2}, [1060] = {.lex_state = 13, .external_lex_state = 2}, - [1061] = {.lex_state = 15, .external_lex_state = 2}, + [1061] = {.lex_state = 13, .external_lex_state = 2}, [1062] = {.lex_state = 15, .external_lex_state = 2}, - [1063] = {.lex_state = 13, .external_lex_state = 2}, - [1064] = {.lex_state = 12, .external_lex_state = 2}, - [1065] = {.lex_state = 17}, - [1066] = {.lex_state = 13, .external_lex_state = 2}, + [1063] = {.lex_state = 15, .external_lex_state = 2}, + [1064] = {.lex_state = 13, .external_lex_state = 2}, + [1065] = {.lex_state = 12, .external_lex_state = 2}, + [1066] = {.lex_state = 17}, [1067] = {.lex_state = 13, .external_lex_state = 2}, [1068] = {.lex_state = 13, .external_lex_state = 2}, - [1069] = {.lex_state = 23}, - [1070] = {.lex_state = 8}, - [1071] = {.lex_state = 8}, + [1069] = {.lex_state = 13, .external_lex_state = 2}, + [1070] = {.lex_state = 23}, + [1071] = {.lex_state = 23}, [1072] = {.lex_state = 9}, - [1073] = {.lex_state = 23}, - [1074] = {.lex_state = 23}, + [1073] = {.lex_state = 14, .external_lex_state = 2}, + [1074] = {.lex_state = 8}, [1075] = {.lex_state = 23}, [1076] = {.lex_state = 23}, - [1077] = {.lex_state = 14, .external_lex_state = 2}, + [1077] = {.lex_state = 8}, [1078] = {.lex_state = 23}, - [1079] = {.lex_state = 23}, - [1080] = {.lex_state = 8}, + [1079] = {.lex_state = 8}, + [1080] = {.lex_state = 23}, [1081] = {.lex_state = 23}, [1082] = {.lex_state = 23}, - [1083] = {.lex_state = 17}, + [1083] = {.lex_state = 23}, [1084] = {.lex_state = 26}, [1085] = {.lex_state = 17}, - [1086] = {.lex_state = 17}, + [1086] = {.lex_state = 26}, [1087] = {.lex_state = 26}, - [1088] = {.lex_state = 8}, - [1089] = {.lex_state = 17}, - [1090] = {.lex_state = 26}, - [1091] = {.lex_state = 26}, + [1088] = {.lex_state = 17}, + [1089] = {.lex_state = 26}, + [1090] = {.lex_state = 17}, + [1091] = {.lex_state = 8}, [1092] = {.lex_state = 26}, - [1093] = {.lex_state = 8}, - [1094] = {.lex_state = 8}, - [1095] = {.lex_state = 14, .external_lex_state = 2}, + [1093] = {.lex_state = 17}, + [1094] = {.lex_state = 17}, + [1095] = {.lex_state = 17}, [1096] = {.lex_state = 8}, [1097] = {.lex_state = 17}, - [1098] = {.lex_state = 8}, - [1099] = {.lex_state = 17}, - [1100] = {.lex_state = 17}, + [1098] = {.lex_state = 14, .external_lex_state = 2}, + [1099] = {.lex_state = 14, .external_lex_state = 2}, + [1100] = {.lex_state = 8}, [1101] = {.lex_state = 8}, [1102] = {.lex_state = 8}, [1103] = {.lex_state = 17}, [1104] = {.lex_state = 8}, - [1105] = {.lex_state = 14, .external_lex_state = 2}, + [1105] = {.lex_state = 8}, [1106] = {.lex_state = 8}, - [1107] = {.lex_state = 23}, - [1108] = {.lex_state = 17}, + [1107] = {.lex_state = 8}, + [1108] = {.lex_state = 23}, [1109] = {.lex_state = 23}, - [1110] = {.lex_state = 23}, + [1110] = {.lex_state = 12, .external_lex_state = 2}, [1111] = {.lex_state = 23}, [1112] = {.lex_state = 23}, - [1113] = {.lex_state = 23}, + [1113] = {.lex_state = 14, .external_lex_state = 2}, [1114] = {.lex_state = 23}, [1115] = {.lex_state = 23}, - [1116] = {.lex_state = 23}, + [1116] = {.lex_state = 9}, [1117] = {.lex_state = 23}, [1118] = {.lex_state = 23}, [1119] = {.lex_state = 23}, @@ -11752,7 +11785,7 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [1136] = {.lex_state = 23}, [1137] = {.lex_state = 23}, [1138] = {.lex_state = 23}, - [1139] = {.lex_state = 23}, + [1139] = {.lex_state = 17}, [1140] = {.lex_state = 23}, [1141] = {.lex_state = 23}, [1142] = {.lex_state = 23}, @@ -11770,7 +11803,7 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [1154] = {.lex_state = 23}, [1155] = {.lex_state = 23}, [1156] = {.lex_state = 23}, - [1157] = {.lex_state = 23}, + [1157] = {.lex_state = 14, .external_lex_state = 2}, [1158] = {.lex_state = 23}, [1159] = {.lex_state = 23}, [1160] = {.lex_state = 23}, @@ -11790,7 +11823,7 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [1174] = {.lex_state = 23}, [1175] = {.lex_state = 23}, [1176] = {.lex_state = 23}, - [1177] = {.lex_state = 23}, + [1177] = {.lex_state = 17}, [1178] = {.lex_state = 23}, [1179] = {.lex_state = 23}, [1180] = {.lex_state = 23}, @@ -11819,20 +11852,20 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [1203] = {.lex_state = 23}, [1204] = {.lex_state = 23}, [1205] = {.lex_state = 23}, - [1206] = {.lex_state = 23}, + [1206] = {.lex_state = 14, .external_lex_state = 2}, [1207] = {.lex_state = 23}, [1208] = {.lex_state = 23}, - [1209] = {.lex_state = 23}, - [1210] = {.lex_state = 23}, - [1211] = {.lex_state = 23}, + [1209] = {.lex_state = 17}, + [1210] = {.lex_state = 9}, + [1211] = {.lex_state = 9}, [1212] = {.lex_state = 23}, [1213] = {.lex_state = 23}, [1214] = {.lex_state = 23}, - [1215] = {.lex_state = 23}, + [1215] = {.lex_state = 17}, [1216] = {.lex_state = 23}, [1217] = {.lex_state = 23}, [1218] = {.lex_state = 23}, - [1219] = {.lex_state = 23}, + [1219] = {.lex_state = 14, .external_lex_state = 2}, [1220] = {.lex_state = 23}, [1221] = {.lex_state = 23}, [1222] = {.lex_state = 23}, @@ -11850,7 +11883,7 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [1234] = {.lex_state = 23}, [1235] = {.lex_state = 23}, [1236] = {.lex_state = 23}, - [1237] = {.lex_state = 23}, + [1237] = {.lex_state = 14, .external_lex_state = 2}, [1238] = {.lex_state = 23}, [1239] = {.lex_state = 23}, [1240] = {.lex_state = 23}, @@ -11884,7 +11917,7 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [1268] = {.lex_state = 23}, [1269] = {.lex_state = 23}, [1270] = {.lex_state = 23}, - [1271] = {.lex_state = 23}, + [1271] = {.lex_state = 9}, [1272] = {.lex_state = 23}, [1273] = {.lex_state = 23}, [1274] = {.lex_state = 23}, @@ -11894,7 +11927,7 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [1278] = {.lex_state = 23}, [1279] = {.lex_state = 23}, [1280] = {.lex_state = 23}, - [1281] = {.lex_state = 23}, + [1281] = {.lex_state = 9}, [1282] = {.lex_state = 23}, [1283] = {.lex_state = 23}, [1284] = {.lex_state = 23}, @@ -11907,9 +11940,9 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [1291] = {.lex_state = 23}, [1292] = {.lex_state = 23}, [1293] = {.lex_state = 23}, - [1294] = {.lex_state = 23}, + [1294] = {.lex_state = 9}, [1295] = {.lex_state = 23}, - [1296] = {.lex_state = 23}, + [1296] = {.lex_state = 14, .external_lex_state = 2}, [1297] = {.lex_state = 23}, [1298] = {.lex_state = 23}, [1299] = {.lex_state = 23}, @@ -11927,15 +11960,15 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [1311] = {.lex_state = 23}, [1312] = {.lex_state = 23}, [1313] = {.lex_state = 23}, - [1314] = {.lex_state = 23}, + [1314] = {.lex_state = 9}, [1315] = {.lex_state = 23}, [1316] = {.lex_state = 23}, [1317] = {.lex_state = 23}, [1318] = {.lex_state = 23}, - [1319] = {.lex_state = 23}, + [1319] = {.lex_state = 17}, [1320] = {.lex_state = 23}, [1321] = {.lex_state = 23}, - [1322] = {.lex_state = 23}, + [1322] = {.lex_state = 12, .external_lex_state = 2}, [1323] = {.lex_state = 23}, [1324] = {.lex_state = 23}, [1325] = {.lex_state = 23}, @@ -11980,74 +12013,74 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [1364] = {.lex_state = 23}, [1365] = {.lex_state = 23}, [1366] = {.lex_state = 23}, - [1367] = {.lex_state = 9}, - [1368] = {.lex_state = 17}, - [1369] = {.lex_state = 14, .external_lex_state = 2}, - [1370] = {.lex_state = 14, .external_lex_state = 2}, - [1371] = {.lex_state = 14, .external_lex_state = 2}, + [1367] = {.lex_state = 23}, + [1368] = {.lex_state = 23}, + [1369] = {.lex_state = 23}, + [1370] = {.lex_state = 23}, + [1371] = {.lex_state = 23}, [1372] = {.lex_state = 23}, - [1373] = {.lex_state = 14, .external_lex_state = 2}, - [1374] = {.lex_state = 9}, - [1375] = {.lex_state = 17}, - [1376] = {.lex_state = 9}, - [1377] = {.lex_state = 9}, + [1373] = {.lex_state = 23}, + [1374] = {.lex_state = 23}, + [1375] = {.lex_state = 23}, + [1376] = {.lex_state = 23}, + [1377] = {.lex_state = 23}, [1378] = {.lex_state = 23}, - [1379] = {.lex_state = 9}, - [1380] = {.lex_state = 17}, - [1381] = {.lex_state = 14, .external_lex_state = 2}, - [1382] = {.lex_state = 14, .external_lex_state = 2}, - [1383] = {.lex_state = 17}, + [1379] = {.lex_state = 12, .external_lex_state = 2}, + [1380] = {.lex_state = 23}, + [1381] = {.lex_state = 23}, + [1382] = {.lex_state = 23}, + [1383] = {.lex_state = 23}, [1384] = {.lex_state = 23}, - [1385] = {.lex_state = 9}, - [1386] = {.lex_state = 17}, - [1387] = {.lex_state = 12, .external_lex_state = 2}, + [1385] = {.lex_state = 23}, + [1386] = {.lex_state = 23}, + [1387] = {.lex_state = 23}, [1388] = {.lex_state = 23}, - [1389] = {.lex_state = 23}, - [1390] = {.lex_state = 9}, - [1391] = {.lex_state = 12, .external_lex_state = 2}, - [1392] = {.lex_state = 12, .external_lex_state = 2}, + [1389] = {.lex_state = 17}, + [1390] = {.lex_state = 23}, + [1391] = {.lex_state = 23}, + [1392] = {.lex_state = 23}, [1393] = {.lex_state = 23}, - [1394] = {.lex_state = 20}, - [1395] = {.lex_state = 20}, - [1396] = {.lex_state = 20}, + [1394] = {.lex_state = 23}, + [1395] = {.lex_state = 23}, + [1396] = {.lex_state = 9}, [1397] = {.lex_state = 17}, - [1398] = {.lex_state = 20}, + [1398] = {.lex_state = 9}, [1399] = {.lex_state = 9}, [1400] = {.lex_state = 9}, [1401] = {.lex_state = 9}, [1402] = {.lex_state = 9}, - [1403] = {.lex_state = 20}, - [1404] = {.lex_state = 20}, + [1403] = {.lex_state = 21}, + [1404] = {.lex_state = 9}, [1405] = {.lex_state = 9}, [1406] = {.lex_state = 9}, [1407] = {.lex_state = 9}, - [1408] = {.lex_state = 20}, + [1408] = {.lex_state = 9}, [1409] = {.lex_state = 9}, - [1410] = {.lex_state = 9}, - [1411] = {.lex_state = 9}, + [1410] = {.lex_state = 21}, + [1411] = {.lex_state = 20}, [1412] = {.lex_state = 9}, [1413] = {.lex_state = 9}, - [1414] = {.lex_state = 9}, + [1414] = {.lex_state = 20}, [1415] = {.lex_state = 20}, [1416] = {.lex_state = 9}, - [1417] = {.lex_state = 20}, - [1418] = {.lex_state = 9}, - [1419] = {.lex_state = 9}, - [1420] = {.lex_state = 9}, - [1421] = {.lex_state = 9}, - [1422] = {.lex_state = 9}, - [1423] = {.lex_state = 21}, - [1424] = {.lex_state = 9}, + [1417] = {.lex_state = 9}, + [1418] = {.lex_state = 8}, + [1419] = {.lex_state = 20}, + [1420] = {.lex_state = 20}, + [1421] = {.lex_state = 20}, + [1422] = {.lex_state = 20}, + [1423] = {.lex_state = 9}, + [1424] = {.lex_state = 20}, [1425] = {.lex_state = 9}, [1426] = {.lex_state = 20}, [1427] = {.lex_state = 9}, - [1428] = {.lex_state = 9}, - [1429] = {.lex_state = 8}, + [1428] = {.lex_state = 20}, + [1429] = {.lex_state = 9}, [1430] = {.lex_state = 9}, - [1431] = {.lex_state = 9}, - [1432] = {.lex_state = 20}, - [1433] = {.lex_state = 21}, - [1434] = {.lex_state = 20}, + [1431] = {.lex_state = 20}, + [1432] = {.lex_state = 9}, + [1433] = {.lex_state = 20}, + [1434] = {.lex_state = 9}, [1435] = {.lex_state = 9}, [1436] = {.lex_state = 9}, [1437] = {.lex_state = 9}, @@ -12072,7 +12105,7 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [1456] = {.lex_state = 9}, [1457] = {.lex_state = 9}, [1458] = {.lex_state = 9}, - [1459] = {.lex_state = 10}, + [1459] = {.lex_state = 9}, [1460] = {.lex_state = 9}, [1461] = {.lex_state = 9}, [1462] = {.lex_state = 9}, @@ -12149,7 +12182,7 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [1533] = {.lex_state = 9}, [1534] = {.lex_state = 9}, [1535] = {.lex_state = 9}, - [1536] = {.lex_state = 9}, + [1536] = {.lex_state = 10}, [1537] = {.lex_state = 9}, [1538] = {.lex_state = 9}, [1539] = {.lex_state = 9}, @@ -12172,21 +12205,21 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [1556] = {.lex_state = 9}, [1557] = {.lex_state = 9}, [1558] = {.lex_state = 9}, - [1559] = {.lex_state = 13, .external_lex_state = 2}, - [1560] = {.lex_state = 17}, + [1559] = {.lex_state = 17}, + [1560] = {.lex_state = 13, .external_lex_state = 2}, [1561] = {.lex_state = 13, .external_lex_state = 2}, - [1562] = {.lex_state = 13, .external_lex_state = 2}, - [1563] = {.lex_state = 17}, + [1562] = {.lex_state = 9}, + [1563] = {.lex_state = 9}, [1564] = {.lex_state = 17}, [1565] = {.lex_state = 17}, - [1566] = {.lex_state = 9}, - [1567] = {.lex_state = 17}, - [1568] = {.lex_state = 13, .external_lex_state = 2}, + [1566] = {.lex_state = 17}, + [1567] = {.lex_state = 13, .external_lex_state = 2}, + [1568] = {.lex_state = 9}, [1569] = {.lex_state = 9}, [1570] = {.lex_state = 13, .external_lex_state = 2}, - [1571] = {.lex_state = 13, .external_lex_state = 2}, - [1572] = {.lex_state = 9}, - [1573] = {.lex_state = 11}, + [1571] = {.lex_state = 17}, + [1572] = {.lex_state = 13, .external_lex_state = 2}, + [1573] = {.lex_state = 13, .external_lex_state = 2}, [1574] = {.lex_state = 9}, [1575] = {.lex_state = 9}, [1576] = {.lex_state = 9}, @@ -12198,10 +12231,10 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [1582] = {.lex_state = 9}, [1583] = {.lex_state = 9}, [1584] = {.lex_state = 9}, - [1585] = {.lex_state = 9}, - [1586] = {.lex_state = 9}, - [1587] = {.lex_state = 11}, - [1588] = {.lex_state = 9}, + [1585] = {.lex_state = 11}, + [1586] = {.lex_state = 11}, + [1587] = {.lex_state = 9}, + [1588] = {.lex_state = 11}, [1589] = {.lex_state = 9}, [1590] = {.lex_state = 9}, [1591] = {.lex_state = 9}, @@ -12209,187 +12242,187 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [1593] = {.lex_state = 9}, [1594] = {.lex_state = 9}, [1595] = {.lex_state = 9}, - [1596] = {.lex_state = 11}, + [1596] = {.lex_state = 9}, [1597] = {.lex_state = 9}, - [1598] = {.lex_state = 11}, - [1599] = {.lex_state = 9}, + [1598] = {.lex_state = 9}, + [1599] = {.lex_state = 10}, [1600] = {.lex_state = 9}, [1601] = {.lex_state = 10}, - [1602] = {.lex_state = 10}, - [1603] = {.lex_state = 17}, - [1604] = {.lex_state = 11}, - [1605] = {.lex_state = 9}, - [1606] = {.lex_state = 17}, - [1607] = {.lex_state = 10}, - [1608] = {.lex_state = 9}, - [1609] = {.lex_state = 11}, - [1610] = {.lex_state = 11}, - [1611] = {.lex_state = 10}, - [1612] = {.lex_state = 11}, - [1613] = {.lex_state = 9}, - [1614] = {.lex_state = 9}, + [1602] = {.lex_state = 9}, + [1603] = {.lex_state = 11}, + [1604] = {.lex_state = 9}, + [1605] = {.lex_state = 17}, + [1606] = {.lex_state = 10}, + [1607] = {.lex_state = 9}, + [1608] = {.lex_state = 17}, + [1609] = {.lex_state = 10}, + [1610] = {.lex_state = 17}, + [1611] = {.lex_state = 11}, + [1612] = {.lex_state = 9}, + [1613] = {.lex_state = 11}, + [1614] = {.lex_state = 11}, [1615] = {.lex_state = 11}, - [1616] = {.lex_state = 9}, + [1616] = {.lex_state = 11}, [1617] = {.lex_state = 9}, - [1618] = {.lex_state = 17}, + [1618] = {.lex_state = 9}, [1619] = {.lex_state = 11}, - [1620] = {.lex_state = 9}, - [1621] = {.lex_state = 11}, - [1622] = {.lex_state = 9}, - [1623] = {.lex_state = 10}, - [1624] = {.lex_state = 17}, - [1625] = {.lex_state = 11}, - [1626] = {.lex_state = 10}, + [1620] = {.lex_state = 10}, + [1621] = {.lex_state = 17}, + [1622] = {.lex_state = 10}, + [1623] = {.lex_state = 9}, + [1624] = {.lex_state = 11}, + [1625] = {.lex_state = 9}, + [1626] = {.lex_state = 11}, [1627] = {.lex_state = 9}, - [1628] = {.lex_state = 10}, + [1628] = {.lex_state = 9}, [1629] = {.lex_state = 9}, [1630] = {.lex_state = 10}, - [1631] = {.lex_state = 10}, - [1632] = {.lex_state = 9}, - [1633] = {.lex_state = 9}, + [1631] = {.lex_state = 9}, + [1632] = {.lex_state = 10}, + [1633] = {.lex_state = 10}, [1634] = {.lex_state = 10}, [1635] = {.lex_state = 10}, - [1636] = {.lex_state = 9}, - [1637] = {.lex_state = 9}, - [1638] = {.lex_state = 9}, + [1636] = {.lex_state = 10}, + [1637] = {.lex_state = 10}, + [1638] = {.lex_state = 10}, [1639] = {.lex_state = 9}, [1640] = {.lex_state = 10}, - [1641] = {.lex_state = 9}, + [1641] = {.lex_state = 10}, [1642] = {.lex_state = 10}, [1643] = {.lex_state = 9}, [1644] = {.lex_state = 10}, [1645] = {.lex_state = 10}, [1646] = {.lex_state = 9}, [1647] = {.lex_state = 10}, - [1648] = {.lex_state = 10}, + [1648] = {.lex_state = 9}, [1649] = {.lex_state = 9}, - [1650] = {.lex_state = 10}, - [1651] = {.lex_state = 17}, - [1652] = {.lex_state = 10}, + [1650] = {.lex_state = 17}, + [1651] = {.lex_state = 9}, + [1652] = {.lex_state = 9}, [1653] = {.lex_state = 9}, - [1654] = {.lex_state = 10}, + [1654] = {.lex_state = 9}, [1655] = {.lex_state = 9}, [1656] = {.lex_state = 9}, [1657] = {.lex_state = 9}, [1658] = {.lex_state = 9}, - [1659] = {.lex_state = 22}, - [1660] = {.lex_state = 10}, - [1661] = {.lex_state = 9}, - [1662] = {.lex_state = 22}, + [1659] = {.lex_state = 9}, + [1660] = {.lex_state = 9}, + [1661] = {.lex_state = 10}, + [1662] = {.lex_state = 10}, [1663] = {.lex_state = 22}, - [1664] = {.lex_state = 22}, - [1665] = {.lex_state = 9}, + [1664] = {.lex_state = 9}, + [1665] = {.lex_state = 10}, [1666] = {.lex_state = 10}, - [1667] = {.lex_state = 9}, - [1668] = {.lex_state = 9}, - [1669] = {.lex_state = 9}, - [1670] = {.lex_state = 9}, - [1671] = {.lex_state = 10}, + [1667] = {.lex_state = 10}, + [1668] = {.lex_state = 10}, + [1669] = {.lex_state = 10}, + [1670] = {.lex_state = 10}, + [1671] = {.lex_state = 17}, [1672] = {.lex_state = 10}, [1673] = {.lex_state = 10}, [1674] = {.lex_state = 10}, - [1675] = {.lex_state = 10}, + [1675] = {.lex_state = 9}, [1676] = {.lex_state = 9}, [1677] = {.lex_state = 10}, [1678] = {.lex_state = 22}, [1679] = {.lex_state = 10}, [1680] = {.lex_state = 9}, - [1681] = {.lex_state = 22}, - [1682] = {.lex_state = 22}, + [1681] = {.lex_state = 9}, + [1682] = {.lex_state = 9}, [1683] = {.lex_state = 9}, - [1684] = {.lex_state = 22}, - [1685] = {.lex_state = 22}, + [1684] = {.lex_state = 9}, + [1685] = {.lex_state = 11}, [1686] = {.lex_state = 9}, - [1687] = {.lex_state = 10}, - [1688] = {.lex_state = 17}, - [1689] = {.lex_state = 10}, - [1690] = {.lex_state = 9}, + [1687] = {.lex_state = 9}, + [1688] = {.lex_state = 22}, + [1689] = {.lex_state = 22}, + [1690] = {.lex_state = 22}, [1691] = {.lex_state = 9}, - [1692] = {.lex_state = 9}, - [1693] = {.lex_state = 10}, - [1694] = {.lex_state = 9}, - [1695] = {.lex_state = 22}, - [1696] = {.lex_state = 17}, - [1697] = {.lex_state = 9}, + [1692] = {.lex_state = 22}, + [1693] = {.lex_state = 9}, + [1694] = {.lex_state = 17}, + [1695] = {.lex_state = 9}, + [1696] = {.lex_state = 9}, + [1697] = {.lex_state = 22}, [1698] = {.lex_state = 9}, - [1699] = {.lex_state = 9}, + [1699] = {.lex_state = 10}, [1700] = {.lex_state = 9}, - [1701] = {.lex_state = 9}, - [1702] = {.lex_state = 10}, + [1701] = {.lex_state = 22}, + [1702] = {.lex_state = 22}, [1703] = {.lex_state = 9}, [1704] = {.lex_state = 9}, - [1705] = {.lex_state = 11}, + [1705] = {.lex_state = 9}, [1706] = {.lex_state = 9}, - [1707] = {.lex_state = 9}, - [1708] = {.lex_state = 10}, - [1709] = {.lex_state = 22}, - [1710] = {.lex_state = 9}, + [1707] = {.lex_state = 22}, + [1708] = {.lex_state = 9}, + [1709] = {.lex_state = 9}, + [1710] = {.lex_state = 22}, [1711] = {.lex_state = 9}, - [1712] = {.lex_state = 22}, - [1713] = {.lex_state = 10}, + [1712] = {.lex_state = 10}, + [1713] = {.lex_state = 9}, [1714] = {.lex_state = 9}, [1715] = {.lex_state = 10}, - [1716] = {.lex_state = 10}, + [1716] = {.lex_state = 22}, [1717] = {.lex_state = 10}, [1718] = {.lex_state = 10}, [1719] = {.lex_state = 9}, [1720] = {.lex_state = 10}, - [1721] = {.lex_state = 9}, - [1722] = {.lex_state = 10}, + [1721] = {.lex_state = 10}, + [1722] = {.lex_state = 9}, [1723] = {.lex_state = 9}, [1724] = {.lex_state = 10}, - [1725] = {.lex_state = 9}, + [1725] = {.lex_state = 10}, [1726] = {.lex_state = 10}, [1727] = {.lex_state = 10}, [1728] = {.lex_state = 10}, - [1729] = {.lex_state = 10}, - [1730] = {.lex_state = 9}, - [1731] = {.lex_state = 10}, - [1732] = {.lex_state = 9}, + [1729] = {.lex_state = 9}, + [1730] = {.lex_state = 10}, + [1731] = {.lex_state = 9}, + [1732] = {.lex_state = 10}, [1733] = {.lex_state = 10}, [1734] = {.lex_state = 9}, [1735] = {.lex_state = 10}, - [1736] = {.lex_state = 9}, + [1736] = {.lex_state = 10}, [1737] = {.lex_state = 10}, [1738] = {.lex_state = 10}, [1739] = {.lex_state = 10}, [1740] = {.lex_state = 10}, [1741] = {.lex_state = 10}, - [1742] = {.lex_state = 10}, + [1742] = {.lex_state = 9}, [1743] = {.lex_state = 10}, - [1744] = {.lex_state = 10}, + [1744] = {.lex_state = 9}, [1745] = {.lex_state = 10}, [1746] = {.lex_state = 10}, [1747] = {.lex_state = 10}, - [1748] = {.lex_state = 10}, + [1748] = {.lex_state = 9}, [1749] = {.lex_state = 10}, [1750] = {.lex_state = 10}, [1751] = {.lex_state = 10}, [1752] = {.lex_state = 10}, [1753] = {.lex_state = 10}, - [1754] = {.lex_state = 9}, + [1754] = {.lex_state = 10}, [1755] = {.lex_state = 10}, [1756] = {.lex_state = 10}, [1757] = {.lex_state = 10}, - [1758] = {.lex_state = 10}, + [1758] = {.lex_state = 9}, [1759] = {.lex_state = 10}, - [1760] = {.lex_state = 10}, + [1760] = {.lex_state = 17}, [1761] = {.lex_state = 10}, [1762] = {.lex_state = 10}, [1763] = {.lex_state = 10}, - [1764] = {.lex_state = 9}, + [1764] = {.lex_state = 10}, [1765] = {.lex_state = 10}, [1766] = {.lex_state = 10}, - [1767] = {.lex_state = 10}, + [1767] = {.lex_state = 9}, [1768] = {.lex_state = 10}, [1769] = {.lex_state = 9}, [1770] = {.lex_state = 10}, - [1771] = {.lex_state = 10}, + [1771] = {.lex_state = 9}, [1772] = {.lex_state = 10}, - [1773] = {.lex_state = 10}, + [1773] = {.lex_state = 9}, [1774] = {.lex_state = 10}, [1775] = {.lex_state = 10}, - [1776] = {.lex_state = 10}, + [1776] = {.lex_state = 9}, [1777] = {.lex_state = 10}, [1778] = {.lex_state = 10}, [1779] = {.lex_state = 10}, @@ -12398,210 +12431,210 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [1782] = {.lex_state = 10}, [1783] = {.lex_state = 10}, [1784] = {.lex_state = 10}, - [1785] = {.lex_state = 10}, + [1785] = {.lex_state = 9}, [1786] = {.lex_state = 9}, - [1787] = {.lex_state = 9}, - [1788] = {.lex_state = 9}, + [1787] = {.lex_state = 10}, + [1788] = {.lex_state = 10}, [1789] = {.lex_state = 9}, - [1790] = {.lex_state = 10}, - [1791] = {.lex_state = 17}, + [1790] = {.lex_state = 9}, + [1791] = {.lex_state = 9}, [1792] = {.lex_state = 9}, [1793] = {.lex_state = 9}, - [1794] = {.lex_state = 10}, + [1794] = {.lex_state = 9}, [1795] = {.lex_state = 9}, [1796] = {.lex_state = 9}, [1797] = {.lex_state = 9}, - [1798] = {.lex_state = 10}, + [1798] = {.lex_state = 9}, [1799] = {.lex_state = 9}, - [1800] = {.lex_state = 9}, - [1801] = {.lex_state = 9}, - [1802] = {.lex_state = 9}, + [1800] = {.lex_state = 10}, + [1801] = {.lex_state = 10}, + [1802] = {.lex_state = 10}, [1803] = {.lex_state = 10}, [1804] = {.lex_state = 10}, - [1805] = {.lex_state = 9}, + [1805] = {.lex_state = 10}, [1806] = {.lex_state = 10}, - [1807] = {.lex_state = 10}, + [1807] = {.lex_state = 9}, [1808] = {.lex_state = 10}, - [1809] = {.lex_state = 9}, + [1809] = {.lex_state = 10}, [1810] = {.lex_state = 10}, - [1811] = {.lex_state = 9}, + [1811] = {.lex_state = 10}, [1812] = {.lex_state = 10}, - [1813] = {.lex_state = 9}, + [1813] = {.lex_state = 10}, [1814] = {.lex_state = 10}, - [1815] = {.lex_state = 9}, - [1816] = {.lex_state = 9}, - [1817] = {.lex_state = 10}, + [1815] = {.lex_state = 10}, + [1816] = {.lex_state = 10}, + [1817] = {.lex_state = 9}, [1818] = {.lex_state = 10}, - [1819] = {.lex_state = 9}, - [1820] = {.lex_state = 9}, - [1821] = {.lex_state = 9}, + [1819] = {.lex_state = 10}, + [1820] = {.lex_state = 10}, + [1821] = {.lex_state = 10}, [1822] = {.lex_state = 10}, [1823] = {.lex_state = 10}, - [1824] = {.lex_state = 9}, + [1824] = {.lex_state = 10}, [1825] = {.lex_state = 10}, - [1826] = {.lex_state = 9}, - [1827] = {.lex_state = 9}, - [1828] = {.lex_state = 9}, - [1829] = {.lex_state = 9}, + [1826] = {.lex_state = 10}, + [1827] = {.lex_state = 10}, + [1828] = {.lex_state = 10}, + [1829] = {.lex_state = 10}, [1830] = {.lex_state = 9}, - [1831] = {.lex_state = 9}, - [1832] = {.lex_state = 9}, - [1833] = {.lex_state = 9}, - [1834] = {.lex_state = 9}, - [1835] = {.lex_state = 9}, - [1836] = {.lex_state = 9}, + [1831] = {.lex_state = 10}, + [1832] = {.lex_state = 10}, + [1833] = {.lex_state = 10}, + [1834] = {.lex_state = 10}, + [1835] = {.lex_state = 10}, + [1836] = {.lex_state = 10}, [1837] = {.lex_state = 9}, - [1838] = {.lex_state = 10}, - [1839] = {.lex_state = 10}, - [1840] = {.lex_state = 10}, - [1841] = {.lex_state = 9}, - [1842] = {.lex_state = 9}, + [1838] = {.lex_state = 9}, + [1839] = {.lex_state = 9}, + [1840] = {.lex_state = 9}, + [1841] = {.lex_state = 10}, + [1842] = {.lex_state = 10}, [1843] = {.lex_state = 9}, - [1844] = {.lex_state = 9}, - [1845] = {.lex_state = 9}, + [1844] = {.lex_state = 10}, + [1845] = {.lex_state = 10}, [1846] = {.lex_state = 10}, - [1847] = {.lex_state = 9}, - [1848] = {.lex_state = 9}, - [1849] = {.lex_state = 9}, - [1850] = {.lex_state = 9}, - [1851] = {.lex_state = 9}, - [1852] = {.lex_state = 9}, - [1853] = {.lex_state = 9}, - [1854] = {.lex_state = 9}, - [1855] = {.lex_state = 9}, - [1856] = {.lex_state = 9}, - [1857] = {.lex_state = 9}, + [1847] = {.lex_state = 10}, + [1848] = {.lex_state = 10}, + [1849] = {.lex_state = 10}, + [1850] = {.lex_state = 10}, + [1851] = {.lex_state = 10}, + [1852] = {.lex_state = 10}, + [1853] = {.lex_state = 10}, + [1854] = {.lex_state = 10}, + [1855] = {.lex_state = 10}, + [1856] = {.lex_state = 10}, + [1857] = {.lex_state = 10}, [1858] = {.lex_state = 10}, [1859] = {.lex_state = 10}, [1860] = {.lex_state = 9}, [1861] = {.lex_state = 10}, - [1862] = {.lex_state = 9}, + [1862] = {.lex_state = 10}, [1863] = {.lex_state = 10}, - [1864] = {.lex_state = 9}, - [1865] = {.lex_state = 9}, - [1866] = {.lex_state = 9}, - [1867] = {.lex_state = 9}, - [1868] = {.lex_state = 9}, + [1864] = {.lex_state = 10}, + [1865] = {.lex_state = 10}, + [1866] = {.lex_state = 10}, + [1867] = {.lex_state = 10}, + [1868] = {.lex_state = 10}, [1869] = {.lex_state = 9}, [1870] = {.lex_state = 10}, - [1871] = {.lex_state = 9}, - [1872] = {.lex_state = 9}, + [1871] = {.lex_state = 10}, + [1872] = {.lex_state = 10}, [1873] = {.lex_state = 10}, [1874] = {.lex_state = 10}, - [1875] = {.lex_state = 9}, - [1876] = {.lex_state = 9}, - [1877] = {.lex_state = 9}, - [1878] = {.lex_state = 9}, - [1879] = {.lex_state = 9}, + [1875] = {.lex_state = 10}, + [1876] = {.lex_state = 10}, + [1877] = {.lex_state = 10}, + [1878] = {.lex_state = 10}, + [1879] = {.lex_state = 10}, [1880] = {.lex_state = 10}, - [1881] = {.lex_state = 9}, - [1882] = {.lex_state = 9}, - [1883] = {.lex_state = 9}, - [1884] = {.lex_state = 17}, + [1881] = {.lex_state = 10}, + [1882] = {.lex_state = 10}, + [1883] = {.lex_state = 10}, + [1884] = {.lex_state = 9}, [1885] = {.lex_state = 10}, [1886] = {.lex_state = 10}, - [1887] = {.lex_state = 9}, - [1888] = {.lex_state = 10}, - [1889] = {.lex_state = 10}, - [1890] = {.lex_state = 10}, - [1891] = {.lex_state = 17}, - [1892] = {.lex_state = 10}, - [1893] = {.lex_state = 10}, + [1887] = {.lex_state = 10}, + [1888] = {.lex_state = 9}, + [1889] = {.lex_state = 9}, + [1890] = {.lex_state = 9}, + [1891] = {.lex_state = 10}, + [1892] = {.lex_state = 9}, + [1893] = {.lex_state = 9}, [1894] = {.lex_state = 10}, - [1895] = {.lex_state = 10}, - [1896] = {.lex_state = 10}, - [1897] = {.lex_state = 10}, - [1898] = {.lex_state = 10}, - [1899] = {.lex_state = 10}, - [1900] = {.lex_state = 10}, - [1901] = {.lex_state = 10}, - [1902] = {.lex_state = 10}, - [1903] = {.lex_state = 10}, - [1904] = {.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}, + [1902] = {.lex_state = 9}, + [1903] = {.lex_state = 9}, + [1904] = {.lex_state = 9}, [1905] = {.lex_state = 9}, - [1906] = {.lex_state = 10}, - [1907] = {.lex_state = 10}, - [1908] = {.lex_state = 10}, - [1909] = {.lex_state = 10}, - [1910] = {.lex_state = 10}, - [1911] = {.lex_state = 10}, - [1912] = {.lex_state = 10}, - [1913] = {.lex_state = 17}, - [1914] = {.lex_state = 10}, + [1906] = {.lex_state = 9}, + [1907] = {.lex_state = 9}, + [1908] = {.lex_state = 9}, + [1909] = {.lex_state = 9}, + [1910] = {.lex_state = 9}, + [1911] = {.lex_state = 9}, + [1912] = {.lex_state = 9}, + [1913] = {.lex_state = 9}, + [1914] = {.lex_state = 9}, [1915] = {.lex_state = 9}, [1916] = {.lex_state = 9}, - [1917] = {.lex_state = 10}, - [1918] = {.lex_state = 10}, - [1919] = {.lex_state = 10}, + [1917] = {.lex_state = 9}, + [1918] = {.lex_state = 9}, + [1919] = {.lex_state = 9}, [1920] = {.lex_state = 10}, - [1921] = {.lex_state = 10}, - [1922] = {.lex_state = 10}, - [1923] = {.lex_state = 10}, + [1921] = {.lex_state = 9}, + [1922] = {.lex_state = 9}, + [1923] = {.lex_state = 9}, [1924] = {.lex_state = 9}, - [1925] = {.lex_state = 10}, - [1926] = {.lex_state = 10}, - [1927] = {.lex_state = 10}, - [1928] = {.lex_state = 10}, - [1929] = {.lex_state = 10}, - [1930] = {.lex_state = 10}, - [1931] = {.lex_state = 10}, - [1932] = {.lex_state = 10}, - [1933] = {.lex_state = 10}, - [1934] = {.lex_state = 10}, + [1925] = {.lex_state = 9}, + [1926] = {.lex_state = 9}, + [1927] = {.lex_state = 9}, + [1928] = {.lex_state = 9}, + [1929] = {.lex_state = 9}, + [1930] = {.lex_state = 9}, + [1931] = {.lex_state = 9}, + [1932] = {.lex_state = 9}, + [1933] = {.lex_state = 9}, + [1934] = {.lex_state = 9}, [1935] = {.lex_state = 9}, - [1936] = {.lex_state = 10}, + [1936] = {.lex_state = 17}, [1937] = {.lex_state = 10}, [1938] = {.lex_state = 10}, - [1939] = {.lex_state = 10}, - [1940] = {.lex_state = 10}, - [1941] = {.lex_state = 10}, - [1942] = {.lex_state = 10}, + [1939] = {.lex_state = 17}, + [1940] = {.lex_state = 17}, + [1941] = {.lex_state = 9}, + [1942] = {.lex_state = 9}, [1943] = {.lex_state = 9}, [1944] = {.lex_state = 17}, - [1945] = {.lex_state = 10}, - [1946] = {.lex_state = 9}, + [1945] = {.lex_state = 9}, + [1946] = {.lex_state = 10}, [1947] = {.lex_state = 9}, - [1948] = {.lex_state = 17}, - [1949] = {.lex_state = 9}, + [1948] = {.lex_state = 10}, + [1949] = {.lex_state = 17}, [1950] = {.lex_state = 9}, [1951] = {.lex_state = 9}, [1952] = {.lex_state = 9}, [1953] = {.lex_state = 9}, [1954] = {.lex_state = 9}, - [1955] = {.lex_state = 9}, + [1955] = {.lex_state = 17}, [1956] = {.lex_state = 9}, [1957] = {.lex_state = 9}, [1958] = {.lex_state = 9}, - [1959] = {.lex_state = 9}, - [1960] = {.lex_state = 9}, + [1959] = {.lex_state = 10}, + [1960] = {.lex_state = 10}, [1961] = {.lex_state = 9}, [1962] = {.lex_state = 9}, [1963] = {.lex_state = 9}, - [1964] = {.lex_state = 10}, + [1964] = {.lex_state = 9}, [1965] = {.lex_state = 9}, [1966] = {.lex_state = 9}, [1967] = {.lex_state = 9}, - [1968] = {.lex_state = 9}, + [1968] = {.lex_state = 17}, [1969] = {.lex_state = 9}, - [1970] = {.lex_state = 17}, + [1970] = {.lex_state = 9}, [1971] = {.lex_state = 9}, [1972] = {.lex_state = 9}, [1973] = {.lex_state = 9}, [1974] = {.lex_state = 9}, - [1975] = {.lex_state = 17}, + [1975] = {.lex_state = 9}, [1976] = {.lex_state = 9}, - [1977] = {.lex_state = 10}, - [1978] = {.lex_state = 17}, + [1977] = {.lex_state = 17}, + [1978] = {.lex_state = 9}, [1979] = {.lex_state = 9}, - [1980] = {.lex_state = 10}, + [1980] = {.lex_state = 17}, [1981] = {.lex_state = 9}, [1982] = {.lex_state = 9}, - [1983] = {.lex_state = 17}, - [1984] = {.lex_state = 17}, + [1983] = {.lex_state = 10}, + [1984] = {.lex_state = 9}, [1985] = {.lex_state = 17}, [1986] = {.lex_state = 17}, [1987] = {.lex_state = 17}, - [1988] = {.lex_state = 17}, + [1988] = {.lex_state = 9}, [1989] = {.lex_state = 17}, [1990] = {.lex_state = 17}, [1991] = {.lex_state = 17}, @@ -12614,91 +12647,91 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [1998] = {.lex_state = 17}, [1999] = {.lex_state = 17}, [2000] = {.lex_state = 17}, - [2001] = {.lex_state = 31}, - [2002] = {.lex_state = 31}, - [2003] = {.lex_state = 18}, - [2004] = {.lex_state = 18}, + [2001] = {.lex_state = 17}, + [2002] = {.lex_state = 17}, + [2003] = {.lex_state = 31}, + [2004] = {.lex_state = 31}, [2005] = {.lex_state = 18}, [2006] = {.lex_state = 18}, [2007] = {.lex_state = 18}, [2008] = {.lex_state = 18}, [2009] = {.lex_state = 18}, [2010] = {.lex_state = 17}, - [2011] = {.lex_state = 17}, - [2012] = {.lex_state = 17}, + [2011] = {.lex_state = 18}, + [2012] = {.lex_state = 18}, [2013] = {.lex_state = 17}, - [2014] = {.lex_state = 18}, + [2014] = {.lex_state = 17}, [2015] = {.lex_state = 18}, - [2016] = {.lex_state = 18}, + [2016] = {.lex_state = 17}, [2017] = {.lex_state = 18}, [2018] = {.lex_state = 18}, - [2019] = {.lex_state = 17}, - [2020] = {.lex_state = 17}, - [2021] = {.lex_state = 17}, + [2019] = {.lex_state = 18}, + [2020] = {.lex_state = 18}, + [2021] = {.lex_state = 31}, [2022] = {.lex_state = 17}, - [2023] = {.lex_state = 13, .external_lex_state = 2}, - [2024] = {.lex_state = 18}, - [2025] = {.lex_state = 31}, - [2026] = {.lex_state = 17}, - [2027] = {.lex_state = 31}, - [2028] = {.lex_state = 18}, + [2023] = {.lex_state = 17}, + [2024] = {.lex_state = 17}, + [2025] = {.lex_state = 18}, + [2026] = {.lex_state = 13, .external_lex_state = 2}, + [2027] = {.lex_state = 17}, + [2028] = {.lex_state = 17}, [2029] = {.lex_state = 17}, [2030] = {.lex_state = 17}, - [2031] = {.lex_state = 31}, + [2031] = {.lex_state = 17}, [2032] = {.lex_state = 31}, [2033] = {.lex_state = 17}, [2034] = {.lex_state = 18}, - [2035] = {.lex_state = 17}, + [2035] = {.lex_state = 18}, [2036] = {.lex_state = 31}, - [2037] = {.lex_state = 18}, - [2038] = {.lex_state = 17}, - [2039] = {.lex_state = 17}, - [2040] = {.lex_state = 31}, - [2041] = {.lex_state = 31}, + [2037] = {.lex_state = 31}, + [2038] = {.lex_state = 31}, + [2039] = {.lex_state = 31}, + [2040] = {.lex_state = 17}, + [2041] = {.lex_state = 17}, [2042] = {.lex_state = 17}, - [2043] = {.lex_state = 18}, - [2044] = {.lex_state = 31}, - [2045] = {.lex_state = 31}, + [2043] = {.lex_state = 31}, + [2044] = {.lex_state = 17}, + [2045] = {.lex_state = 18}, [2046] = {.lex_state = 31}, - [2047] = {.lex_state = 17}, - [2048] = {.lex_state = 31}, - [2049] = {.lex_state = 31}, - [2050] = {.lex_state = 18}, - [2051] = {.lex_state = 17}, - [2052] = {.lex_state = 31}, - [2053] = {.lex_state = 17}, + [2047] = {.lex_state = 31}, + [2048] = {.lex_state = 18}, + [2049] = {.lex_state = 17}, + [2050] = {.lex_state = 17}, + [2051] = {.lex_state = 31}, + [2052] = {.lex_state = 17}, + [2053] = {.lex_state = 31}, [2054] = {.lex_state = 31}, - [2055] = {.lex_state = 18}, - [2056] = {.lex_state = 17}, + [2055] = {.lex_state = 31}, + [2056] = {.lex_state = 18}, [2057] = {.lex_state = 17}, - [2058] = {.lex_state = 17}, - [2059] = {.lex_state = 31}, - [2060] = {.lex_state = 17}, - [2061] = {.lex_state = 17}, - [2062] = {.lex_state = 17}, - [2063] = {.lex_state = 18}, + [2058] = {.lex_state = 31}, + [2059] = {.lex_state = 17}, + [2060] = {.lex_state = 18}, + [2061] = {.lex_state = 31}, + [2062] = {.lex_state = 31}, + [2063] = {.lex_state = 31}, [2064] = {.lex_state = 31}, - [2065] = {.lex_state = 17}, + [2065] = {.lex_state = 31}, [2066] = {.lex_state = 31}, [2067] = {.lex_state = 31}, [2068] = {.lex_state = 31}, [2069] = {.lex_state = 31}, - [2070] = {.lex_state = 31}, - [2071] = {.lex_state = 31}, + [2070] = {.lex_state = 17}, + [2071] = {.lex_state = 17}, [2072] = {.lex_state = 31}, - [2073] = {.lex_state = 31}, + [2073] = {.lex_state = 17}, [2074] = {.lex_state = 31}, [2075] = {.lex_state = 31}, - [2076] = {.lex_state = 31}, + [2076] = {.lex_state = 17}, [2077] = {.lex_state = 31}, [2078] = {.lex_state = 31}, - [2079] = {.lex_state = 31}, + [2079] = {.lex_state = 18}, [2080] = {.lex_state = 31}, [2081] = {.lex_state = 31}, [2082] = {.lex_state = 31}, [2083] = {.lex_state = 31}, [2084] = {.lex_state = 31}, - [2085] = {.lex_state = 31}, + [2085] = {.lex_state = 17}, [2086] = {.lex_state = 31}, [2087] = {.lex_state = 31}, [2088] = {.lex_state = 31}, @@ -12708,286 +12741,286 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [2092] = {.lex_state = 31}, [2093] = {.lex_state = 31}, [2094] = {.lex_state = 31}, - [2095] = {.lex_state = 17}, + [2095] = {.lex_state = 31}, [2096] = {.lex_state = 31}, - [2097] = {.lex_state = 17}, - [2098] = {.lex_state = 17}, + [2097] = {.lex_state = 31}, + [2098] = {.lex_state = 31}, [2099] = {.lex_state = 17}, - [2100] = {.lex_state = 17}, - [2101] = {.lex_state = 17}, + [2100] = {.lex_state = 31}, + [2101] = {.lex_state = 31}, [2102] = {.lex_state = 17}, - [2103] = {.lex_state = 17}, - [2104] = {.lex_state = 31}, + [2103] = {.lex_state = 31}, + [2104] = {.lex_state = 17}, [2105] = {.lex_state = 17}, - [2106] = {.lex_state = 31}, - [2107] = {.lex_state = 31}, - [2108] = {.lex_state = 18}, + [2106] = {.lex_state = 17}, + [2107] = {.lex_state = 17}, + [2108] = {.lex_state = 17}, [2109] = {.lex_state = 17}, - [2110] = {.lex_state = 31}, + [2110] = {.lex_state = 18}, [2111] = {.lex_state = 18}, [2112] = {.lex_state = 18}, [2113] = {.lex_state = 18}, - [2114] = {.lex_state = 18}, - [2115] = {.lex_state = 18}, - [2116] = {.lex_state = 31}, + [2114] = {.lex_state = 19}, + [2115] = {.lex_state = 31}, + [2116] = {.lex_state = 18}, [2117] = {.lex_state = 18}, - [2118] = {.lex_state = 17}, + [2118] = {.lex_state = 18}, [2119] = {.lex_state = 18}, - [2120] = {.lex_state = 18}, - [2121] = {.lex_state = 18}, + [2120] = {.lex_state = 17}, + [2121] = {.lex_state = 31}, [2122] = {.lex_state = 18}, - [2123] = {.lex_state = 19}, - [2124] = {.lex_state = 18}, + [2123] = {.lex_state = 18}, + [2124] = {.lex_state = 17}, [2125] = {.lex_state = 18}, - [2126] = {.lex_state = 17}, - [2127] = {.lex_state = 17}, + [2126] = {.lex_state = 18}, + [2127] = {.lex_state = 18}, [2128] = {.lex_state = 17}, [2129] = {.lex_state = 17}, [2130] = {.lex_state = 17}, [2131] = {.lex_state = 17}, [2132] = {.lex_state = 17}, [2133] = {.lex_state = 17}, - [2134] = {.lex_state = 27}, - [2135] = {.lex_state = 18}, - [2136] = {.lex_state = 31}, - [2137] = {.lex_state = 18}, + [2134] = {.lex_state = 17}, + [2135] = {.lex_state = 17}, + [2136] = {.lex_state = 17}, + [2137] = {.lex_state = 31}, [2138] = {.lex_state = 17}, [2139] = {.lex_state = 17}, [2140] = {.lex_state = 17}, - [2141] = {.lex_state = 18}, + [2141] = {.lex_state = 17}, [2142] = {.lex_state = 17}, - [2143] = {.lex_state = 19}, - [2144] = {.lex_state = 17}, + [2143] = {.lex_state = 17}, + [2144] = {.lex_state = 19}, [2145] = {.lex_state = 17}, [2146] = {.lex_state = 19}, - [2147] = {.lex_state = 17}, - [2148] = {.lex_state = 17}, - [2149] = {.lex_state = 17}, - [2150] = {.lex_state = 19}, - [2151] = {.lex_state = 19}, - [2152] = {.lex_state = 31}, - [2153] = {.lex_state = 18}, - [2154] = {.lex_state = 17}, - [2155] = {.lex_state = 18}, - [2156] = {.lex_state = 18}, - [2157] = {.lex_state = 31}, + [2147] = {.lex_state = 31}, + [2148] = {.lex_state = 19}, + [2149] = {.lex_state = 18}, + [2150] = {.lex_state = 17}, + [2151] = {.lex_state = 18}, + [2152] = {.lex_state = 17}, + [2153] = {.lex_state = 17}, + [2154] = {.lex_state = 19}, + [2155] = {.lex_state = 17}, + [2156] = {.lex_state = 17}, + [2157] = {.lex_state = 17}, [2158] = {.lex_state = 17}, - [2159] = {.lex_state = 18}, - [2160] = {.lex_state = 31}, + [2159] = {.lex_state = 17}, + [2160] = {.lex_state = 17}, [2161] = {.lex_state = 17}, - [2162] = {.lex_state = 17}, - [2163] = {.lex_state = 17}, - [2164] = {.lex_state = 17}, - [2165] = {.lex_state = 24}, - [2166] = {.lex_state = 17}, - [2167] = {.lex_state = 24}, - [2168] = {.lex_state = 17}, + [2162] = {.lex_state = 31}, + [2163] = {.lex_state = 18}, + [2164] = {.lex_state = 24}, + [2165] = {.lex_state = 18}, + [2166] = {.lex_state = 31}, + [2167] = {.lex_state = 27}, + [2168] = {.lex_state = 31}, [2169] = {.lex_state = 18}, - [2170] = {.lex_state = 18}, + [2170] = {.lex_state = 24}, [2171] = {.lex_state = 18}, [2172] = {.lex_state = 18}, - [2173] = {.lex_state = 17}, - [2174] = {.lex_state = 17}, + [2173] = {.lex_state = 18}, + [2174] = {.lex_state = 18}, [2175] = {.lex_state = 18}, [2176] = {.lex_state = 17}, [2177] = {.lex_state = 27}, - [2178] = {.lex_state = 31}, + [2178] = {.lex_state = 18}, [2179] = {.lex_state = 18}, - [2180] = {.lex_state = 31}, - [2181] = {.lex_state = 31}, - [2182] = {.lex_state = 31}, - [2183] = {.lex_state = 27}, - [2184] = {.lex_state = 31}, + [2180] = {.lex_state = 18}, + [2181] = {.lex_state = 17}, + [2182] = {.lex_state = 17}, + [2183] = {.lex_state = 31}, + [2184] = {.lex_state = 17}, [2185] = {.lex_state = 31}, - [2186] = {.lex_state = 27}, - [2187] = {.lex_state = 19}, + [2186] = {.lex_state = 31}, + [2187] = {.lex_state = 18}, [2188] = {.lex_state = 31}, [2189] = {.lex_state = 31}, [2190] = {.lex_state = 31}, [2191] = {.lex_state = 31}, [2192] = {.lex_state = 31}, - [2193] = {.lex_state = 31}, - [2194] = {.lex_state = 31}, - [2195] = {.lex_state = 18}, - [2196] = {.lex_state = 18}, + [2193] = {.lex_state = 17}, + [2194] = {.lex_state = 27}, + [2195] = {.lex_state = 31}, + [2196] = {.lex_state = 27}, [2197] = {.lex_state = 31}, [2198] = {.lex_state = 31}, [2199] = {.lex_state = 18}, - [2200] = {.lex_state = 12}, + [2200] = {.lex_state = 18}, [2201] = {.lex_state = 18}, [2202] = {.lex_state = 31}, [2203] = {.lex_state = 31}, [2204] = {.lex_state = 31}, [2205] = {.lex_state = 31}, - [2206] = {.lex_state = 31}, + [2206] = {.lex_state = 17}, [2207] = {.lex_state = 31}, - [2208] = {.lex_state = 27}, + [2208] = {.lex_state = 31}, [2209] = {.lex_state = 31}, [2210] = {.lex_state = 31}, [2211] = {.lex_state = 18}, - [2212] = {.lex_state = 31}, - [2213] = {.lex_state = 17}, + [2212] = {.lex_state = 27}, + [2213] = {.lex_state = 31}, [2214] = {.lex_state = 31}, [2215] = {.lex_state = 31}, - [2216] = {.lex_state = 18}, + [2216] = {.lex_state = 31}, [2217] = {.lex_state = 31}, [2218] = {.lex_state = 31}, - [2219] = {.lex_state = 18}, + [2219] = {.lex_state = 31}, [2220] = {.lex_state = 31}, [2221] = {.lex_state = 31}, [2222] = {.lex_state = 31}, - [2223] = {.lex_state = 17}, + [2223] = {.lex_state = 31}, [2224] = {.lex_state = 17}, [2225] = {.lex_state = 31}, - [2226] = {.lex_state = 31}, + [2226] = {.lex_state = 18}, [2227] = {.lex_state = 31}, - [2228] = {.lex_state = 31}, - [2229] = {.lex_state = 17}, + [2228] = {.lex_state = 19}, + [2229] = {.lex_state = 31}, [2230] = {.lex_state = 31}, [2231] = {.lex_state = 31}, [2232] = {.lex_state = 27}, - [2233] = {.lex_state = 17}, - [2234] = {.lex_state = 31}, + [2233] = {.lex_state = 31}, + [2234] = {.lex_state = 18}, [2235] = {.lex_state = 31}, [2236] = {.lex_state = 12}, - [2237] = {.lex_state = 19}, - [2238] = {.lex_state = 17}, - [2239] = {.lex_state = 8}, - [2240] = {.lex_state = 12}, - [2241] = {.lex_state = 17}, - [2242] = {.lex_state = 31}, - [2243] = {.lex_state = 8}, - [2244] = {.lex_state = 72}, + [2237] = {.lex_state = 31}, + [2238] = {.lex_state = 31}, + [2239] = {.lex_state = 31}, + [2240] = {.lex_state = 31}, + [2241] = {.lex_state = 8}, + [2242] = {.lex_state = 17}, + [2243] = {.lex_state = 17}, + [2244] = {.lex_state = 17}, [2245] = {.lex_state = 17}, - [2246] = {.lex_state = 17}, - [2247] = {.lex_state = 17}, - [2248] = {.lex_state = 19}, + [2246] = {.lex_state = 19}, + [2247] = {.lex_state = 19}, + [2248] = {.lex_state = 31}, [2249] = {.lex_state = 17}, - [2250] = {.lex_state = 17}, - [2251] = {.lex_state = 17}, - [2252] = {.lex_state = 31}, - [2253] = {.lex_state = 24}, - [2254] = {.lex_state = 8}, - [2255] = {.lex_state = 17}, - [2256] = {.lex_state = 17}, - [2257] = {.lex_state = 31}, - [2258] = {.lex_state = 31}, + [2250] = {.lex_state = 18}, + [2251] = {.lex_state = 31}, + [2252] = {.lex_state = 19}, + [2253] = {.lex_state = 17}, + [2254] = {.lex_state = 19}, + [2255] = {.lex_state = 19}, + [2256] = {.lex_state = 12}, + [2257] = {.lex_state = 17}, + [2258] = {.lex_state = 17}, [2259] = {.lex_state = 17}, - [2260] = {.lex_state = 31}, + [2260] = {.lex_state = 27}, [2261] = {.lex_state = 17}, - [2262] = {.lex_state = 18}, - [2263] = {.lex_state = 31}, + [2262] = {.lex_state = 17}, + [2263] = {.lex_state = 17}, [2264] = {.lex_state = 17}, - [2265] = {.lex_state = 31}, + [2265] = {.lex_state = 17}, [2266] = {.lex_state = 17}, [2267] = {.lex_state = 17}, - [2268] = {.lex_state = 31}, - [2269] = {.lex_state = 19}, + [2268] = {.lex_state = 17}, + [2269] = {.lex_state = 17}, [2270] = {.lex_state = 12}, - [2271] = {.lex_state = 19}, - [2272] = {.lex_state = 17}, + [2271] = {.lex_state = 17}, + [2272] = {.lex_state = 12}, [2273] = {.lex_state = 31}, - [2274] = {.lex_state = 17}, + [2274] = {.lex_state = 24}, [2275] = {.lex_state = 17}, [2276] = {.lex_state = 17}, - [2277] = {.lex_state = 17}, + [2277] = {.lex_state = 31}, [2278] = {.lex_state = 31}, - [2279] = {.lex_state = 17}, - [2280] = {.lex_state = 19}, + [2279] = {.lex_state = 31}, + [2280] = {.lex_state = 17}, [2281] = {.lex_state = 31}, - [2282] = {.lex_state = 17}, - [2283] = {.lex_state = 12}, - [2284] = {.lex_state = 17}, - [2285] = {.lex_state = 17}, - [2286] = {.lex_state = 27}, - [2287] = {.lex_state = 24}, - [2288] = {.lex_state = 17}, + [2282] = {.lex_state = 31}, + [2283] = {.lex_state = 8}, + [2284] = {.lex_state = 8}, + [2285] = {.lex_state = 24}, + [2286] = {.lex_state = 12}, + [2287] = {.lex_state = 17}, + [2288] = {.lex_state = 72}, [2289] = {.lex_state = 17}, [2290] = {.lex_state = 17}, [2291] = {.lex_state = 17}, [2292] = {.lex_state = 17}, [2293] = {.lex_state = 17}, [2294] = {.lex_state = 17}, - [2295] = {.lex_state = 27}, - [2296] = {.lex_state = 27}, - [2297] = {.lex_state = 24}, - [2298] = {.lex_state = 17}, + [2295] = {.lex_state = 17}, + [2296] = {.lex_state = 17}, + [2297] = {.lex_state = 17}, + [2298] = {.lex_state = 12}, [2299] = {.lex_state = 17}, [2300] = {.lex_state = 17}, [2301] = {.lex_state = 17}, [2302] = {.lex_state = 27}, - [2303] = {.lex_state = 27}, - [2304] = {.lex_state = 27}, + [2303] = {.lex_state = 17}, + [2304] = {.lex_state = 17}, [2305] = {.lex_state = 27}, [2306] = {.lex_state = 27}, [2307] = {.lex_state = 17}, - [2308] = {.lex_state = 27}, + [2308] = {.lex_state = 17}, [2309] = {.lex_state = 17}, [2310] = {.lex_state = 17}, [2311] = {.lex_state = 17}, [2312] = {.lex_state = 17}, - [2313] = {.lex_state = 17}, + [2313] = {.lex_state = 27}, [2314] = {.lex_state = 17}, [2315] = {.lex_state = 17}, [2316] = {.lex_state = 17}, [2317] = {.lex_state = 17}, [2318] = {.lex_state = 17}, - [2319] = {.lex_state = 17}, + [2319] = {.lex_state = 24}, [2320] = {.lex_state = 17}, [2321] = {.lex_state = 17}, - [2322] = {.lex_state = 27}, + [2322] = {.lex_state = 17}, [2323] = {.lex_state = 27}, - [2324] = {.lex_state = 27}, - [2325] = {.lex_state = 17}, + [2324] = {.lex_state = 17}, + [2325] = {.lex_state = 27}, [2326] = {.lex_state = 17}, - [2327] = {.lex_state = 12}, + [2327] = {.lex_state = 17}, [2328] = {.lex_state = 17}, - [2329] = {.lex_state = 17}, + [2329] = {.lex_state = 27}, [2330] = {.lex_state = 17}, - [2331] = {.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}, + [2336] = {.lex_state = 27}, [2337] = {.lex_state = 17}, - [2338] = {.lex_state = 17}, - [2339] = {.lex_state = 17}, + [2338] = {.lex_state = 27}, + [2339] = {.lex_state = 27}, [2340] = {.lex_state = 27}, - [2341] = {.lex_state = 72}, - [2342] = {.lex_state = 19}, - [2343] = {.lex_state = 17}, + [2341] = {.lex_state = 17}, + [2342] = {.lex_state = 17}, + [2343] = {.lex_state = 12}, [2344] = {.lex_state = 17}, [2345] = {.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 = 27}, - [2352] = {.lex_state = 27}, - [2353] = {.lex_state = 72}, + [2348] = {.lex_state = 5}, + [2349] = {.lex_state = 27}, + [2350] = {.lex_state = 17}, + [2351] = {.lex_state = 17}, + [2352] = {.lex_state = 17}, + [2353] = {.lex_state = 27}, [2354] = {.lex_state = 72}, - [2355] = {.lex_state = 17}, - [2356] = {.lex_state = 72}, + [2355] = {.lex_state = 72}, + [2356] = {.lex_state = 17}, [2357] = {.lex_state = 17}, - [2358] = {.lex_state = 17}, - [2359] = {.lex_state = 72}, - [2360] = {.lex_state = 72}, - [2361] = {.lex_state = 17}, + [2358] = {.lex_state = 72}, + [2359] = {.lex_state = 5}, + [2360] = {.lex_state = 19}, + [2361] = {.lex_state = 72}, [2362] = {.lex_state = 72}, - [2363] = {.lex_state = 72}, + [2363] = {.lex_state = 169}, [2364] = {.lex_state = 17}, - [2365] = {.lex_state = 27}, - [2366] = {.lex_state = 5}, - [2367] = {.lex_state = 12}, - [2368] = {.lex_state = 27}, - [2369] = {.lex_state = 5}, - [2370] = {.lex_state = 72}, + [2365] = {.lex_state = 72}, + [2366] = {.lex_state = 31}, + [2367] = {.lex_state = 72}, + [2368] = {.lex_state = 72}, + [2369] = {.lex_state = 72}, + [2370] = {.lex_state = 27}, [2371] = {.lex_state = 72}, [2372] = {.lex_state = 17}, [2373] = {.lex_state = 72}, - [2374] = {.lex_state = 72}, + [2374] = {.lex_state = 27}, [2375] = {.lex_state = 72}, [2376] = {.lex_state = 72}, [2377] = {.lex_state = 72}, @@ -12996,122 +13029,122 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [2380] = {.lex_state = 72}, [2381] = {.lex_state = 72}, [2382] = {.lex_state = 72}, - [2383] = {.lex_state = 72}, - [2384] = {.lex_state = 72}, - [2385] = {.lex_state = 5}, - [2386] = {.lex_state = 12}, + [2383] = {.lex_state = 31}, + [2384] = {.lex_state = 17}, + [2385] = {.lex_state = 17}, + [2386] = {.lex_state = 72}, [2387] = {.lex_state = 72}, - [2388] = {.lex_state = 31}, - [2389] = {.lex_state = 31}, - [2390] = {.lex_state = 72}, - [2391] = {.lex_state = 72}, - [2392] = {.lex_state = 27}, - [2393] = {.lex_state = 27}, - [2394] = {.lex_state = 17}, + [2388] = {.lex_state = 72}, + [2389] = {.lex_state = 72}, + [2390] = {.lex_state = 5}, + [2391] = {.lex_state = 12}, + [2392] = {.lex_state = 72}, + [2393] = {.lex_state = 72}, + [2394] = {.lex_state = 72}, [2395] = {.lex_state = 17}, [2396] = {.lex_state = 17}, [2397] = {.lex_state = 12}, [2398] = {.lex_state = 17}, - [2399] = {.lex_state = 169}, + [2399] = {.lex_state = 27}, [2400] = {.lex_state = 17}, - [2401] = {.lex_state = 72}, - [2402] = {.lex_state = 17}, - [2403] = {.lex_state = 17}, + [2401] = {.lex_state = 27}, + [2402] = {.lex_state = 72}, + [2403] = {.lex_state = 72}, [2404] = {.lex_state = 17}, - [2405] = {.lex_state = 17}, + [2405] = {.lex_state = 72}, [2406] = {.lex_state = 17}, - [2407] = {.lex_state = 19}, - [2408] = {.lex_state = 19}, - [2409] = {.lex_state = 20}, - [2410] = {.lex_state = 19}, + [2407] = {.lex_state = 17}, + [2408] = {.lex_state = 17}, + [2409] = {.lex_state = 21}, + [2410] = {.lex_state = 31}, [2411] = {.lex_state = 19}, - [2412] = {.lex_state = 19}, + [2412] = {.lex_state = 17}, [2413] = {.lex_state = 17}, [2414] = {.lex_state = 17}, - [2415] = {.lex_state = 17}, - [2416] = {.lex_state = 17}, + [2415] = {.lex_state = 31}, + [2416] = {.lex_state = 31}, [2417] = {.lex_state = 17}, - [2418] = {.lex_state = 17}, + [2418] = {.lex_state = 23}, [2419] = {.lex_state = 17}, [2420] = {.lex_state = 17}, - [2421] = {.lex_state = 17}, - [2422] = {.lex_state = 20}, - [2423] = {.lex_state = 17}, - [2424] = {.lex_state = 17}, + [2421] = {.lex_state = 23}, + [2422] = {.lex_state = 17}, + [2423] = {.lex_state = 31}, + [2424] = {.lex_state = 31}, [2425] = {.lex_state = 17}, - [2426] = {.lex_state = 20}, - [2427] = {.lex_state = 20}, + [2426] = {.lex_state = 17}, + [2427] = {.lex_state = 17}, [2428] = {.lex_state = 17}, - [2429] = {.lex_state = 5}, - [2430] = {.lex_state = 31}, - [2431] = {.lex_state = 23}, - [2432] = {.lex_state = 31}, - [2433] = {.lex_state = 31}, - [2434] = {.lex_state = 17}, - [2435] = {.lex_state = 23}, - [2436] = {.lex_state = 17}, - [2437] = {.lex_state = 17}, - [2438] = {.lex_state = 17}, - [2439] = {.lex_state = 23}, - [2440] = {.lex_state = 17}, - [2441] = {.lex_state = 19}, - [2442] = {.lex_state = 31}, + [2429] = {.lex_state = 17}, + [2430] = {.lex_state = 17}, + [2431] = {.lex_state = 17}, + [2432] = {.lex_state = 23}, + [2433] = {.lex_state = 17}, + [2434] = {.lex_state = 23}, + [2435] = {.lex_state = 31}, + [2436] = {.lex_state = 31}, + [2437] = {.lex_state = 31}, + [2438] = {.lex_state = 31}, + [2439] = {.lex_state = 19}, + [2440] = {.lex_state = 31}, + [2441] = {.lex_state = 17}, + [2442] = {.lex_state = 17}, [2443] = {.lex_state = 17}, - [2444] = {.lex_state = 17}, - [2445] = {.lex_state = 17}, + [2444] = {.lex_state = 27}, + [2445] = {.lex_state = 31}, [2446] = {.lex_state = 5}, - [2447] = {.lex_state = 19}, - [2448] = {.lex_state = 23}, + [2447] = {.lex_state = 17}, + [2448] = {.lex_state = 17}, [2449] = {.lex_state = 31}, - [2450] = {.lex_state = 23}, - [2451] = {.lex_state = 31}, + [2450] = {.lex_state = 31}, + [2451] = {.lex_state = 17}, [2452] = {.lex_state = 17}, - [2453] = {.lex_state = 31}, - [2454] = {.lex_state = 31}, - [2455] = {.lex_state = 17}, + [2453] = {.lex_state = 21}, + [2454] = {.lex_state = 21}, + [2455] = {.lex_state = 31}, [2456] = {.lex_state = 17}, - [2457] = {.lex_state = 31}, - [2458] = {.lex_state = 31}, + [2457] = {.lex_state = 15}, + [2458] = {.lex_state = 17}, [2459] = {.lex_state = 17}, [2460] = {.lex_state = 17}, [2461] = {.lex_state = 17}, [2462] = {.lex_state = 17}, - [2463] = {.lex_state = 17}, + [2463] = {.lex_state = 31}, [2464] = {.lex_state = 17}, - [2465] = {.lex_state = 31}, - [2466] = {.lex_state = 31}, - [2467] = {.lex_state = 20}, - [2468] = {.lex_state = 31}, - [2469] = {.lex_state = 17}, - [2470] = {.lex_state = 72}, + [2465] = {.lex_state = 17}, + [2466] = {.lex_state = 72}, + [2467] = {.lex_state = 5}, + [2468] = {.lex_state = 17}, + [2469] = {.lex_state = 31}, + [2470] = {.lex_state = 15}, [2471] = {.lex_state = 17}, [2472] = {.lex_state = 17}, [2473] = {.lex_state = 17}, - [2474] = {.lex_state = 31}, + [2474] = {.lex_state = 5}, [2475] = {.lex_state = 17}, - [2476] = {.lex_state = 31}, - [2477] = {.lex_state = 31}, - [2478] = {.lex_state = 15}, + [2476] = {.lex_state = 17}, + [2477] = {.lex_state = 23}, + [2478] = {.lex_state = 17}, [2479] = {.lex_state = 17}, [2480] = {.lex_state = 17}, - [2481] = {.lex_state = 5}, - [2482] = {.lex_state = 17}, + [2481] = {.lex_state = 21}, + [2482] = {.lex_state = 31}, [2483] = {.lex_state = 17}, - [2484] = {.lex_state = 17}, - [2485] = {.lex_state = 20}, - [2486] = {.lex_state = 17}, - [2487] = {.lex_state = 5}, - [2488] = {.lex_state = 15}, - [2489] = {.lex_state = 17}, - [2490] = {.lex_state = 17}, - [2491] = {.lex_state = 17}, + [2484] = {.lex_state = 21}, + [2485] = {.lex_state = 17}, + [2486] = {.lex_state = 23}, + [2487] = {.lex_state = 17}, + [2488] = {.lex_state = 17}, + [2489] = {.lex_state = 72}, + [2490] = {.lex_state = 19}, + [2491] = {.lex_state = 19}, [2492] = {.lex_state = 17}, - [2493] = {.lex_state = 23}, - [2494] = {.lex_state = 17}, - [2495] = {.lex_state = 31}, - [2496] = {.lex_state = 17}, - [2497] = {.lex_state = 72}, - [2498] = {.lex_state = 27}, + [2493] = {.lex_state = 17}, + [2494] = {.lex_state = 19}, + [2495] = {.lex_state = 17}, + [2496] = {.lex_state = 19}, + [2497] = {.lex_state = 17}, + [2498] = {.lex_state = 19}, [2499] = {.lex_state = 17}, [2500] = {.lex_state = 17}, [2501] = {.lex_state = 17}, @@ -13123,584 +13156,584 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [2507] = {.lex_state = 17}, [2508] = {.lex_state = 17}, [2509] = {.lex_state = 17}, - [2510] = {.lex_state = 17}, - [2511] = {.lex_state = 23}, - [2512] = {.lex_state = 31}, - [2513] = {.lex_state = 31}, - [2514] = {.lex_state = 23}, - [2515] = {.lex_state = 23, .external_lex_state = 3}, + [2510] = {.lex_state = 21}, + [2511] = {.lex_state = 17}, + [2512] = {.lex_state = 5}, + [2513] = {.lex_state = 17}, + [2514] = {.lex_state = 8}, + [2515] = {.lex_state = 17}, [2516] = {.lex_state = 23}, [2517] = {.lex_state = 31}, - [2518] = {.lex_state = 31}, - [2519] = {.lex_state = 31}, - [2520] = {.lex_state = 23}, - [2521] = {.lex_state = 31}, - [2522] = {.lex_state = 23}, - [2523] = {.lex_state = 17}, + [2518] = {.lex_state = 17}, + [2519] = {.lex_state = 23}, + [2520] = {.lex_state = 31}, + [2521] = {.lex_state = 5}, + [2522] = {.lex_state = 31}, + [2523] = {.lex_state = 23}, [2524] = {.lex_state = 17}, - [2525] = {.lex_state = 17}, - [2526] = {.lex_state = 19}, - [2527] = {.lex_state = 19}, - [2528] = {.lex_state = 23}, - [2529] = {.lex_state = 19}, - [2530] = {.lex_state = 31}, + [2525] = {.lex_state = 23}, + [2526] = {.lex_state = 23}, + [2527] = {.lex_state = 31}, + [2528] = {.lex_state = 31}, + [2529] = {.lex_state = 17}, + [2530] = {.lex_state = 23}, [2531] = {.lex_state = 31}, - [2532] = {.lex_state = 23}, + [2532] = {.lex_state = 31}, [2533] = {.lex_state = 31}, [2534] = {.lex_state = 23}, - [2535] = {.lex_state = 17}, - [2536] = {.lex_state = 17}, - [2537] = {.lex_state = 17}, - [2538] = {.lex_state = 19}, - [2539] = {.lex_state = 72}, - [2540] = {.lex_state = 17}, - [2541] = {.lex_state = 19}, - [2542] = {.lex_state = 19}, - [2543] = {.lex_state = 23}, - [2544] = {.lex_state = 17}, - [2545] = {.lex_state = 17}, - [2546] = {.lex_state = 17}, - [2547] = {.lex_state = 23}, + [2535] = {.lex_state = 72}, + [2536] = {.lex_state = 23}, + [2537] = {.lex_state = 23}, + [2538] = {.lex_state = 31}, + [2539] = {.lex_state = 31}, + [2540] = {.lex_state = 23}, + [2541] = {.lex_state = 23}, + [2542] = {.lex_state = 17}, + [2543] = {.lex_state = 8}, + [2544] = {.lex_state = 19}, + [2545] = {.lex_state = 23}, + [2546] = {.lex_state = 23}, + [2547] = {.lex_state = 31}, [2548] = {.lex_state = 23}, [2549] = {.lex_state = 23}, - [2550] = {.lex_state = 31}, - [2551] = {.lex_state = 17}, - [2552] = {.lex_state = 17}, - [2553] = {.lex_state = 23}, - [2554] = {.lex_state = 31}, - [2555] = {.lex_state = 23}, - [2556] = {.lex_state = 23}, + [2550] = {.lex_state = 17}, + [2551] = {.lex_state = 23}, + [2552] = {.lex_state = 23}, + [2553] = {.lex_state = 19}, + [2554] = {.lex_state = 17}, + [2555] = {.lex_state = 17}, + [2556] = {.lex_state = 31}, [2557] = {.lex_state = 31}, - [2558] = {.lex_state = 23}, - [2559] = {.lex_state = 72}, + [2558] = {.lex_state = 19}, + [2559] = {.lex_state = 17}, [2560] = {.lex_state = 23}, [2561] = {.lex_state = 23}, - [2562] = {.lex_state = 23}, - [2563] = {.lex_state = 23}, + [2562] = {.lex_state = 19}, + [2563] = {.lex_state = 5}, [2564] = {.lex_state = 23}, [2565] = {.lex_state = 17}, - [2566] = {.lex_state = 23}, - [2567] = {.lex_state = 8}, + [2566] = {.lex_state = 17}, + [2567] = {.lex_state = 23}, [2568] = {.lex_state = 8}, [2569] = {.lex_state = 31}, [2570] = {.lex_state = 31}, - [2571] = {.lex_state = 23}, - [2572] = {.lex_state = 31}, + [2571] = {.lex_state = 31}, + [2572] = {.lex_state = 17}, [2573] = {.lex_state = 17}, - [2574] = {.lex_state = 31}, - [2575] = {.lex_state = 31}, + [2574] = {.lex_state = 23, .external_lex_state = 3}, + [2575] = {.lex_state = 17}, [2576] = {.lex_state = 31}, - [2577] = {.lex_state = 17}, - [2578] = {.lex_state = 31}, - [2579] = {.lex_state = 23}, + [2577] = {.lex_state = 23}, + [2578] = {.lex_state = 17}, + [2579] = {.lex_state = 17}, [2580] = {.lex_state = 31}, [2581] = {.lex_state = 17}, - [2582] = {.lex_state = 31}, - [2583] = {.lex_state = 31}, - [2584] = {.lex_state = 31}, - [2585] = {.lex_state = 17}, - [2586] = {.lex_state = 17}, - [2587] = {.lex_state = 17}, - [2588] = {.lex_state = 23}, + [2582] = {.lex_state = 17}, + [2583] = {.lex_state = 23}, + [2584] = {.lex_state = 23}, + [2585] = {.lex_state = 31}, + [2586] = {.lex_state = 31}, + [2587] = {.lex_state = 23}, + [2588] = {.lex_state = 31}, [2589] = {.lex_state = 17}, [2590] = {.lex_state = 17}, - [2591] = {.lex_state = 8}, - [2592] = {.lex_state = 23}, - [2593] = {.lex_state = 23}, - [2594] = {.lex_state = 31}, + [2591] = {.lex_state = 23}, + [2592] = {.lex_state = 19}, + [2593] = {.lex_state = 31}, + [2594] = {.lex_state = 23}, [2595] = {.lex_state = 17}, [2596] = {.lex_state = 17}, - [2597] = {.lex_state = 31}, - [2598] = {.lex_state = 31}, - [2599] = {.lex_state = 23}, - [2600] = {.lex_state = 31}, - [2601] = {.lex_state = 17}, - [2602] = {.lex_state = 17}, - [2603] = {.lex_state = 17}, + [2597] = {.lex_state = 17}, + [2598] = {.lex_state = 23}, + [2599] = {.lex_state = 31}, + [2600] = {.lex_state = 17}, + [2601] = {.lex_state = 31}, + [2602] = {.lex_state = 31}, + [2603] = {.lex_state = 31}, [2604] = {.lex_state = 17}, - [2605] = {.lex_state = 8}, - [2606] = {.lex_state = 17}, - [2607] = {.lex_state = 17}, + [2605] = {.lex_state = 31}, + [2606] = {.lex_state = 31}, + [2607] = {.lex_state = 31}, [2608] = {.lex_state = 23}, - [2609] = {.lex_state = 5}, - [2610] = {.lex_state = 8}, - [2611] = {.lex_state = 5}, - [2612] = {.lex_state = 23}, - [2613] = {.lex_state = 31}, - [2614] = {.lex_state = 17}, - [2615] = {.lex_state = 31}, - [2616] = {.lex_state = 23}, - [2617] = {.lex_state = 17}, - [2618] = {.lex_state = 23}, - [2619] = {.lex_state = 31}, - [2620] = {.lex_state = 17}, - [2621] = {.lex_state = 23}, - [2622] = {.lex_state = 17}, - [2623] = {.lex_state = 23}, + [2609] = {.lex_state = 17}, + [2610] = {.lex_state = 23}, + [2611] = {.lex_state = 17}, + [2612] = {.lex_state = 19}, + [2613] = {.lex_state = 23}, + [2614] = {.lex_state = 23}, + [2615] = {.lex_state = 17}, + [2616] = {.lex_state = 8}, + [2617] = {.lex_state = 72}, + [2618] = {.lex_state = 17}, + [2619] = {.lex_state = 17}, + [2620] = {.lex_state = 31}, + [2621] = {.lex_state = 17}, + [2622] = {.lex_state = 8}, + [2623] = {.lex_state = 72}, [2624] = {.lex_state = 72}, - [2625] = {.lex_state = 19}, - [2626] = {.lex_state = 23}, - [2627] = {.lex_state = 8}, - [2628] = {.lex_state = 17}, + [2625] = {.lex_state = 23, .external_lex_state = 4}, + [2626] = {.lex_state = 72}, + [2627] = {.lex_state = 17}, + [2628] = {.lex_state = 72}, [2629] = {.lex_state = 8}, - [2630] = {.lex_state = 8}, - [2631] = {.lex_state = 19}, + [2630] = {.lex_state = 17}, + [2631] = {.lex_state = 33}, [2632] = {.lex_state = 17}, - [2633] = {.lex_state = 19}, - [2634] = {.lex_state = 72}, - [2635] = {.lex_state = 18}, - [2636] = {.lex_state = 72}, - [2637] = {.lex_state = 23}, - [2638] = {.lex_state = 23}, + [2633] = {.lex_state = 23}, + [2634] = {.lex_state = 17}, + [2635] = {.lex_state = 17}, + [2636] = {.lex_state = 23}, + [2637] = {.lex_state = 31}, + [2638] = {.lex_state = 8}, [2639] = {.lex_state = 23}, - [2640] = {.lex_state = 23, .external_lex_state = 4}, - [2641] = {.lex_state = 19}, + [2640] = {.lex_state = 18}, + [2641] = {.lex_state = 72}, [2642] = {.lex_state = 23}, - [2643] = {.lex_state = 17}, + [2643] = {.lex_state = 23}, [2644] = {.lex_state = 23}, - [2645] = {.lex_state = 72}, + [2645] = {.lex_state = 23, .external_lex_state = 4}, [2646] = {.lex_state = 72}, - [2647] = {.lex_state = 18}, + [2647] = {.lex_state = 23}, [2648] = {.lex_state = 17}, - [2649] = {.lex_state = 17}, - [2650] = {.lex_state = 72}, - [2651] = {.lex_state = 23}, - [2652] = {.lex_state = 23}, - [2653] = {.lex_state = 72}, - [2654] = {.lex_state = 23}, - [2655] = {.lex_state = 23, .external_lex_state = 4}, + [2649] = {.lex_state = 23}, + [2650] = {.lex_state = 31}, + [2651] = {.lex_state = 72}, + [2652] = {.lex_state = 17}, + [2653] = {.lex_state = 5}, + [2654] = {.lex_state = 18}, + [2655] = {.lex_state = 72}, [2656] = {.lex_state = 72}, - [2657] = {.lex_state = 8}, - [2658] = {.lex_state = 8}, - [2659] = {.lex_state = 8}, - [2660] = {.lex_state = 8}, + [2657] = {.lex_state = 23}, + [2658] = {.lex_state = 23}, + [2659] = {.lex_state = 23}, + [2660] = {.lex_state = 23, .external_lex_state = 4}, [2661] = {.lex_state = 72}, [2662] = {.lex_state = 8}, [2663] = {.lex_state = 8}, - [2664] = {.lex_state = 72}, - [2665] = {.lex_state = 8}, - [2666] = {.lex_state = 8}, - [2667] = {.lex_state = 17}, - [2668] = {.lex_state = 23}, - [2669] = {.lex_state = 72}, + [2664] = {.lex_state = 31}, + [2665] = {.lex_state = 72}, + [2666] = {.lex_state = 72}, + [2667] = {.lex_state = 8}, + [2668] = {.lex_state = 8}, + [2669] = {.lex_state = 17}, [2670] = {.lex_state = 72}, - [2671] = {.lex_state = 23}, - [2672] = {.lex_state = 72}, - [2673] = {.lex_state = 72}, - [2674] = {.lex_state = 17}, - [2675] = {.lex_state = 31}, + [2671] = {.lex_state = 8}, + [2672] = {.lex_state = 8}, + [2673] = {.lex_state = 8}, + [2674] = {.lex_state = 8}, + [2675] = {.lex_state = 17}, [2676] = {.lex_state = 17}, - [2677] = {.lex_state = 17}, - [2678] = {.lex_state = 19}, - [2679] = {.lex_state = 33}, - [2680] = {.lex_state = 23}, - [2681] = {.lex_state = 31}, - [2682] = {.lex_state = 72}, - [2683] = {.lex_state = 72}, - [2684] = {.lex_state = 17}, - [2685] = {.lex_state = 17}, + [2677] = {.lex_state = 33}, + [2678] = {.lex_state = 17}, + [2679] = {.lex_state = 17}, + [2680] = {.lex_state = 17}, + [2681] = {.lex_state = 72}, + [2682] = {.lex_state = 17}, + [2683] = {.lex_state = 23}, + [2684] = {.lex_state = 8}, + [2685] = {.lex_state = 8}, [2686] = {.lex_state = 23}, - [2687] = {.lex_state = 17}, - [2688] = {.lex_state = 17}, - [2689] = {.lex_state = 33}, - [2690] = {.lex_state = 23}, - [2691] = {.lex_state = 23}, - [2692] = {.lex_state = 23, .external_lex_state = 4}, + [2687] = {.lex_state = 8}, + [2688] = {.lex_state = 8}, + [2689] = {.lex_state = 8}, + [2690] = {.lex_state = 72}, + [2691] = {.lex_state = 72}, + [2692] = {.lex_state = 8}, [2693] = {.lex_state = 23}, - [2694] = {.lex_state = 23}, - [2695] = {.lex_state = 17}, - [2696] = {.lex_state = 8}, - [2697] = {.lex_state = 23}, - [2698] = {.lex_state = 72}, - [2699] = {.lex_state = 23}, - [2700] = {.lex_state = 23}, - [2701] = {.lex_state = 23}, - [2702] = {.lex_state = 23, .external_lex_state = 4}, + [2694] = {.lex_state = 72}, + [2695] = {.lex_state = 23}, + [2696] = {.lex_state = 17}, + [2697] = {.lex_state = 17}, + [2698] = {.lex_state = 17}, + [2699] = {.lex_state = 72}, + [2700] = {.lex_state = 17}, + [2701] = {.lex_state = 17}, + [2702] = {.lex_state = 17}, [2703] = {.lex_state = 72}, - [2704] = {.lex_state = 8}, - [2705] = {.lex_state = 8}, - [2706] = {.lex_state = 8}, + [2704] = {.lex_state = 23}, + [2705] = {.lex_state = 17}, + [2706] = {.lex_state = 17}, [2707] = {.lex_state = 8}, - [2708] = {.lex_state = 8}, - [2709] = {.lex_state = 8}, - [2710] = {.lex_state = 23}, - [2711] = {.lex_state = 23}, - [2712] = {.lex_state = 17}, - [2713] = {.lex_state = 17}, - [2714] = {.lex_state = 23}, - [2715] = {.lex_state = 31}, - [2716] = {.lex_state = 72}, - [2717] = {.lex_state = 23}, - [2718] = {.lex_state = 23, .external_lex_state = 4}, - [2719] = {.lex_state = 72}, - [2720] = {.lex_state = 31}, - [2721] = {.lex_state = 23, .external_lex_state = 4}, - [2722] = {.lex_state = 72}, - [2723] = {.lex_state = 23}, + [2708] = {.lex_state = 72}, + [2709] = {.lex_state = 17}, + [2710] = {.lex_state = 17}, + [2711] = {.lex_state = 19}, + [2712] = {.lex_state = 19}, + [2713] = {.lex_state = 19}, + [2714] = {.lex_state = 72}, + [2715] = {.lex_state = 17}, + [2716] = {.lex_state = 19}, + [2717] = {.lex_state = 72}, + [2718] = {.lex_state = 17}, + [2719] = {.lex_state = 17}, + [2720] = {.lex_state = 17}, + [2721] = {.lex_state = 31}, + [2722] = {.lex_state = 17}, + [2723] = {.lex_state = 17}, [2724] = {.lex_state = 17}, - [2725] = {.lex_state = 23, .external_lex_state = 4}, - [2726] = {.lex_state = 72}, - [2727] = {.lex_state = 23, .external_lex_state = 4}, - [2728] = {.lex_state = 72}, - [2729] = {.lex_state = 8}, - [2730] = {.lex_state = 8}, - [2731] = {.lex_state = 8}, - [2732] = {.lex_state = 8}, - [2733] = {.lex_state = 17}, - [2734] = {.lex_state = 23}, + [2725] = {.lex_state = 72}, + [2726] = {.lex_state = 8}, + [2727] = {.lex_state = 8}, + [2728] = {.lex_state = 17}, + [2729] = {.lex_state = 17}, + [2730] = {.lex_state = 19}, + [2731] = {.lex_state = 19}, + [2732] = {.lex_state = 19}, + [2733] = {.lex_state = 19}, + [2734] = {.lex_state = 17}, [2735] = {.lex_state = 17}, - [2736] = {.lex_state = 23, .external_lex_state = 4}, + [2736] = {.lex_state = 17}, [2737] = {.lex_state = 17}, - [2738] = {.lex_state = 23, .external_lex_state = 4}, - [2739] = {.lex_state = 23, .external_lex_state = 4}, - [2740] = {.lex_state = 8}, - [2741] = {.lex_state = 8}, - [2742] = {.lex_state = 17}, - [2743] = {.lex_state = 17}, - [2744] = {.lex_state = 23}, - [2745] = {.lex_state = 8}, - [2746] = {.lex_state = 8}, - [2747] = {.lex_state = 8}, - [2748] = {.lex_state = 72}, - [2749] = {.lex_state = 17}, - [2750] = {.lex_state = 8}, + [2738] = {.lex_state = 17}, + [2739] = {.lex_state = 72}, + [2740] = {.lex_state = 31}, + [2741] = {.lex_state = 17}, + [2742] = {.lex_state = 23}, + [2743] = {.lex_state = 23}, + [2744] = {.lex_state = 23, .external_lex_state = 4}, + [2745] = {.lex_state = 23}, + [2746] = {.lex_state = 17}, + [2747] = {.lex_state = 23}, + [2748] = {.lex_state = 17}, + [2749] = {.lex_state = 18}, + [2750] = {.lex_state = 31}, [2751] = {.lex_state = 72}, - [2752] = {.lex_state = 5}, - [2753] = {.lex_state = 17}, - [2754] = {.lex_state = 72}, - [2755] = {.lex_state = 17}, - [2756] = {.lex_state = 5}, - [2757] = {.lex_state = 72}, - [2758] = {.lex_state = 17}, - [2759] = {.lex_state = 72}, - [2760] = {.lex_state = 17}, + [2752] = {.lex_state = 23}, + [2753] = {.lex_state = 23}, + [2754] = {.lex_state = 23}, + [2755] = {.lex_state = 23, .external_lex_state = 4}, + [2756] = {.lex_state = 72}, + [2757] = {.lex_state = 8}, + [2758] = {.lex_state = 8}, + [2759] = {.lex_state = 8}, + [2760] = {.lex_state = 8}, [2761] = {.lex_state = 72}, - [2762] = {.lex_state = 19}, - [2763] = {.lex_state = 17}, - [2764] = {.lex_state = 18}, - [2765] = {.lex_state = 31}, - [2766] = {.lex_state = 72}, + [2762] = {.lex_state = 17}, + [2763] = {.lex_state = 8}, + [2764] = {.lex_state = 8}, + [2765] = {.lex_state = 8}, + [2766] = {.lex_state = 17}, [2767] = {.lex_state = 72}, - [2768] = {.lex_state = 19}, - [2769] = {.lex_state = 8}, - [2770] = {.lex_state = 17}, - [2771] = {.lex_state = 72}, - [2772] = {.lex_state = 23}, - [2773] = {.lex_state = 8}, - [2774] = {.lex_state = 23}, - [2775] = {.lex_state = 23}, - [2776] = {.lex_state = 23}, - [2777] = {.lex_state = 19}, - [2778] = {.lex_state = 17}, - [2779] = {.lex_state = 31}, - [2780] = {.lex_state = 72}, + [2768] = {.lex_state = 72}, + [2769] = {.lex_state = 72}, + [2770] = {.lex_state = 23}, + [2771] = {.lex_state = 23}, + [2772] = {.lex_state = 72}, + [2773] = {.lex_state = 17}, + [2774] = {.lex_state = 17}, + [2775] = {.lex_state = 17}, + [2776] = {.lex_state = 17}, + [2777] = {.lex_state = 23}, + [2778] = {.lex_state = 23}, + [2779] = {.lex_state = 23, .external_lex_state = 4}, + [2780] = {.lex_state = 23}, [2781] = {.lex_state = 17}, - [2782] = {.lex_state = 33}, - [2783] = {.lex_state = 23}, - [2784] = {.lex_state = 23, .external_lex_state = 4}, - [2785] = {.lex_state = 72}, + [2782] = {.lex_state = 8}, + [2783] = {.lex_state = 72}, + [2784] = {.lex_state = 23}, + [2785] = {.lex_state = 23}, [2786] = {.lex_state = 23}, - [2787] = {.lex_state = 17}, - [2788] = {.lex_state = 23}, - [2789] = {.lex_state = 17}, + [2787] = {.lex_state = 23, .external_lex_state = 4}, + [2788] = {.lex_state = 72}, + [2789] = {.lex_state = 8}, [2790] = {.lex_state = 8}, - [2791] = {.lex_state = 23}, + [2791] = {.lex_state = 8}, [2792] = {.lex_state = 8}, - [2793] = {.lex_state = 17}, + [2793] = {.lex_state = 72}, [2794] = {.lex_state = 23}, [2795] = {.lex_state = 17}, - [2796] = {.lex_state = 72}, - [2797] = {.lex_state = 23}, - [2798] = {.lex_state = 23}, - [2799] = {.lex_state = 17}, - [2800] = {.lex_state = 17}, - [2801] = {.lex_state = 31}, + [2796] = {.lex_state = 23}, + [2797] = {.lex_state = 33}, + [2798] = {.lex_state = 17}, + [2799] = {.lex_state = 23, .external_lex_state = 4}, + [2800] = {.lex_state = 72}, + [2801] = {.lex_state = 23}, [2802] = {.lex_state = 17}, [2803] = {.lex_state = 72}, - [2804] = {.lex_state = 72}, - [2805] = {.lex_state = 19}, - [2806] = {.lex_state = 17}, - [2807] = {.lex_state = 72}, - [2808] = {.lex_state = 23}, - [2809] = {.lex_state = 23}, - [2810] = {.lex_state = 72}, - [2811] = {.lex_state = 17}, - [2812] = {.lex_state = 31}, - [2813] = {.lex_state = 8}, - [2814] = {.lex_state = 8}, - [2815] = {.lex_state = 23}, - [2816] = {.lex_state = 72}, - [2817] = {.lex_state = 23}, - [2818] = {.lex_state = 23}, + [2804] = {.lex_state = 23, .external_lex_state = 4}, + [2805] = {.lex_state = 72}, + [2806] = {.lex_state = 8}, + [2807] = {.lex_state = 8}, + [2808] = {.lex_state = 8}, + [2809] = {.lex_state = 8}, + [2810] = {.lex_state = 31}, + [2811] = {.lex_state = 31}, + [2812] = {.lex_state = 8}, + [2813] = {.lex_state = 23, .external_lex_state = 4}, + [2814] = {.lex_state = 23, .external_lex_state = 4}, + [2815] = {.lex_state = 8}, + [2816] = {.lex_state = 8}, + [2817] = {.lex_state = 31}, + [2818] = {.lex_state = 8}, [2819] = {.lex_state = 17}, - [2820] = {.lex_state = 72}, - [2821] = {.lex_state = 17}, - [2822] = {.lex_state = 23}, + [2820] = {.lex_state = 17}, + [2821] = {.lex_state = 8}, + [2822] = {.lex_state = 8}, [2823] = {.lex_state = 17}, - [2824] = {.lex_state = 17}, - [2825] = {.lex_state = 23}, - [2826] = {.lex_state = 17}, - [2827] = {.lex_state = 23}, - [2828] = {.lex_state = 23}, - [2829] = {.lex_state = 18}, - [2830] = {.lex_state = 18}, - [2831] = {.lex_state = 72}, - [2832] = {.lex_state = 23}, - [2833] = {.lex_state = 8}, - [2834] = {.lex_state = 5}, - [2835] = {.lex_state = 19}, - [2836] = {.lex_state = 8}, + [2824] = {.lex_state = 23}, + [2825] = {.lex_state = 72}, + [2826] = {.lex_state = 5}, + [2827] = {.lex_state = 17}, + [2828] = {.lex_state = 72}, + [2829] = {.lex_state = 31}, + [2830] = {.lex_state = 17}, + [2831] = {.lex_state = 17}, + [2832] = {.lex_state = 31}, + [2833] = {.lex_state = 72}, + [2834] = {.lex_state = 33}, + [2835] = {.lex_state = 23}, + [2836] = {.lex_state = 72}, [2837] = {.lex_state = 17}, - [2838] = {.lex_state = 23, .external_lex_state = 4}, - [2839] = {.lex_state = 8}, + [2838] = {.lex_state = 23}, + [2839] = {.lex_state = 23}, [2840] = {.lex_state = 17}, - [2841] = {.lex_state = 72}, - [2842] = {.lex_state = 17}, - [2843] = {.lex_state = 31}, - [2844] = {.lex_state = 17}, - [2845] = {.lex_state = 5}, - [2846] = {.lex_state = 72}, - [2847] = {.lex_state = 17}, + [2841] = {.lex_state = 23}, + [2842] = {.lex_state = 23, .external_lex_state = 4}, + [2843] = {.lex_state = 23}, + [2844] = {.lex_state = 72}, + [2845] = {.lex_state = 23}, + [2846] = {.lex_state = 23}, + [2847] = {.lex_state = 72}, [2848] = {.lex_state = 8}, - [2849] = {.lex_state = 8}, - [2850] = {.lex_state = 17}, - [2851] = {.lex_state = 17}, - [2852] = {.lex_state = 17}, - [2853] = {.lex_state = 17}, - [2854] = {.lex_state = 8}, - [2855] = {.lex_state = 5}, - [2856] = {.lex_state = 17}, - [2857] = {.lex_state = 17}, - [2858] = {.lex_state = 8}, - [2859] = {.lex_state = 17}, - [2860] = {.lex_state = 8}, - [2861] = {.lex_state = 23}, + [2849] = {.lex_state = 17}, + [2850] = {.lex_state = 23}, + [2851] = {.lex_state = 23}, + [2852] = {.lex_state = 23}, + [2853] = {.lex_state = 23}, + [2854] = {.lex_state = 23}, + [2855] = {.lex_state = 23}, + [2856] = {.lex_state = 18}, + [2857] = {.lex_state = 19}, + [2858] = {.lex_state = 18}, + [2859] = {.lex_state = 19}, + [2860] = {.lex_state = 19}, + [2861] = {.lex_state = 5}, [2862] = {.lex_state = 19}, - [2863] = {.lex_state = 17}, - [2864] = {.lex_state = 19}, - [2865] = {.lex_state = 8}, - [2866] = {.lex_state = 23}, - [2867] = {.lex_state = 17}, - [2868] = {.lex_state = 8}, - [2869] = {.lex_state = 8}, - [2870] = {.lex_state = 31}, - [2871] = {.lex_state = 33}, - [2872] = {.lex_state = 8}, - [2873] = {.lex_state = 72}, - [2874] = {.lex_state = 72}, - [2875] = {.lex_state = 8}, - [2876] = {.lex_state = 17}, + [2863] = {.lex_state = 23}, + [2864] = {.lex_state = 17}, + [2865] = {.lex_state = 17}, + [2866] = {.lex_state = 5}, + [2867] = {.lex_state = 8}, + [2868] = {.lex_state = 5}, + [2869] = {.lex_state = 17}, + [2870] = {.lex_state = 23}, + [2871] = {.lex_state = 72}, + [2872] = {.lex_state = 72}, + [2873] = {.lex_state = 23, .external_lex_state = 4}, + [2874] = {.lex_state = 8}, + [2875] = {.lex_state = 23}, + [2876] = {.lex_state = 8}, [2877] = {.lex_state = 8}, - [2878] = {.lex_state = 31}, - [2879] = {.lex_state = 17}, - [2880] = {.lex_state = 17}, + [2878] = {.lex_state = 72}, + [2879] = {.lex_state = 8}, + [2880] = {.lex_state = 23}, [2881] = {.lex_state = 72}, - [2882] = {.lex_state = 17}, - [2883] = {.lex_state = 72}, - [2884] = {.lex_state = 31}, + [2882] = {.lex_state = 8}, + [2883] = {.lex_state = 23}, + [2884] = {.lex_state = 72}, [2885] = {.lex_state = 72}, [2886] = {.lex_state = 72}, - [2887] = {.lex_state = 20}, - [2888] = {.lex_state = 72}, - [2889] = {.lex_state = 19}, + [2887] = {.lex_state = 19}, + [2888] = {.lex_state = 19}, + [2889] = {.lex_state = 72}, [2890] = {.lex_state = 72}, - [2891] = {.lex_state = 72}, - [2892] = {.lex_state = 19}, + [2891] = {.lex_state = 19}, + [2892] = {.lex_state = 72}, [2893] = {.lex_state = 72}, [2894] = {.lex_state = 72}, [2895] = {.lex_state = 72}, [2896] = {.lex_state = 72}, - [2897] = {.lex_state = 19}, + [2897] = {.lex_state = 72}, [2898] = {.lex_state = 72}, [2899] = {.lex_state = 72}, [2900] = {.lex_state = 72}, - [2901] = {.lex_state = 19}, - [2902] = {.lex_state = 72}, - [2903] = {.lex_state = 19}, + [2901] = {.lex_state = 72}, + [2902] = {.lex_state = 17}, + [2903] = {.lex_state = 72}, [2904] = {.lex_state = 72}, [2905] = {.lex_state = 72}, [2906] = {.lex_state = 72}, [2907] = {.lex_state = 72}, [2908] = {.lex_state = 72}, [2909] = {.lex_state = 72}, - [2910] = {.lex_state = 72}, + [2910] = {.lex_state = 17}, [2911] = {.lex_state = 72}, - [2912] = {.lex_state = 17}, + [2912] = {.lex_state = 72}, [2913] = {.lex_state = 72}, - [2914] = {.lex_state = 72}, + [2914] = {.lex_state = 17}, [2915] = {.lex_state = 17}, [2916] = {.lex_state = 72}, [2917] = {.lex_state = 72}, [2918] = {.lex_state = 72}, - [2919] = {.lex_state = 17}, - [2920] = {.lex_state = 72}, - [2921] = {.lex_state = 17}, - [2922] = {.lex_state = 17}, - [2923] = {.lex_state = 17}, + [2919] = {.lex_state = 72}, + [2920] = {.lex_state = 31}, + [2921] = {.lex_state = 72}, + [2922] = {.lex_state = 19}, + [2923] = {.lex_state = 72}, [2924] = {.lex_state = 72}, [2925] = {.lex_state = 72}, - [2926] = {.lex_state = 19}, - [2927] = {.lex_state = 72}, - [2928] = {.lex_state = 72}, - [2929] = {.lex_state = 19}, - [2930] = {.lex_state = 19}, - [2931] = {.lex_state = 19}, + [2926] = {.lex_state = 72}, + [2927] = {.lex_state = 19}, + [2928] = {.lex_state = 23}, + [2929] = {.lex_state = 17}, + [2930] = {.lex_state = 72}, + [2931] = {.lex_state = 72}, [2932] = {.lex_state = 72}, - [2933] = {.lex_state = 72}, + [2933] = {.lex_state = 17}, [2934] = {.lex_state = 72}, - [2935] = {.lex_state = 72}, + [2935] = {.lex_state = 19}, [2936] = {.lex_state = 72}, [2937] = {.lex_state = 72}, [2938] = {.lex_state = 72}, [2939] = {.lex_state = 72}, - [2940] = {.lex_state = 72}, - [2941] = {.lex_state = 72}, - [2942] = {.lex_state = 19}, + [2940] = {.lex_state = 8}, + [2941] = {.lex_state = 8}, + [2942] = {.lex_state = 72}, [2943] = {.lex_state = 72}, [2944] = {.lex_state = 72}, [2945] = {.lex_state = 72}, [2946] = {.lex_state = 72}, [2947] = {.lex_state = 72}, [2948] = {.lex_state = 72}, - [2949] = {.lex_state = 23}, + [2949] = {.lex_state = 72}, [2950] = {.lex_state = 72}, [2951] = {.lex_state = 72}, [2952] = {.lex_state = 72}, [2953] = {.lex_state = 72}, [2954] = {.lex_state = 72}, [2955] = {.lex_state = 72}, - [2956] = {.lex_state = 72}, + [2956] = {.lex_state = 8}, [2957] = {.lex_state = 72}, [2958] = {.lex_state = 72}, - [2959] = {.lex_state = 72}, + [2959] = {.lex_state = 23}, [2960] = {.lex_state = 72}, [2961] = {.lex_state = 72}, [2962] = {.lex_state = 72}, [2963] = {.lex_state = 72}, [2964] = {.lex_state = 72}, - [2965] = {.lex_state = 17}, - [2966] = {.lex_state = 72}, + [2965] = {.lex_state = 72}, + [2966] = {.lex_state = 19}, [2967] = {.lex_state = 72}, - [2968] = {.lex_state = 20}, - [2969] = {.lex_state = 72}, + [2968] = {.lex_state = 21}, + [2969] = {.lex_state = 23}, [2970] = {.lex_state = 72}, [2971] = {.lex_state = 72}, [2972] = {.lex_state = 72}, [2973] = {.lex_state = 72}, [2974] = {.lex_state = 72}, - [2975] = {.lex_state = 20}, - [2976] = {.lex_state = 72}, - [2977] = {.lex_state = 72}, + [2975] = {.lex_state = 72}, + [2976] = {.lex_state = 17}, + [2977] = {.lex_state = 17}, [2978] = {.lex_state = 72}, [2979] = {.lex_state = 72}, [2980] = {.lex_state = 17}, [2981] = {.lex_state = 72}, [2982] = {.lex_state = 72}, - [2983] = {.lex_state = 72}, - [2984] = {.lex_state = 72}, - [2985] = {.lex_state = 72}, + [2983] = {.lex_state = 17}, + [2984] = {.lex_state = 17}, + [2985] = {.lex_state = 17}, [2986] = {.lex_state = 72}, [2987] = {.lex_state = 72}, - [2988] = {.lex_state = 72}, + [2988] = {.lex_state = 17}, [2989] = {.lex_state = 72}, [2990] = {.lex_state = 72}, - [2991] = {.lex_state = 72}, - [2992] = {.lex_state = 72}, - [2993] = {.lex_state = 31}, - [2994] = {.lex_state = 72}, - [2995] = {.lex_state = 72}, + [2991] = {.lex_state = 8}, + [2992] = {.lex_state = 19}, + [2993] = {.lex_state = 17}, + [2994] = {.lex_state = 21}, + [2995] = {.lex_state = 17}, [2996] = {.lex_state = 72}, [2997] = {.lex_state = 72}, [2998] = {.lex_state = 72}, - [2999] = {.lex_state = 17}, + [2999] = {.lex_state = 72}, [3000] = {.lex_state = 72}, [3001] = {.lex_state = 72}, [3002] = {.lex_state = 72}, [3003] = {.lex_state = 72}, [3004] = {.lex_state = 72}, [3005] = {.lex_state = 72}, - [3006] = {.lex_state = 19}, - [3007] = {.lex_state = 19}, + [3006] = {.lex_state = 72}, + [3007] = {.lex_state = 72}, [3008] = {.lex_state = 72}, [3009] = {.lex_state = 72}, - [3010] = {.lex_state = 19}, + [3010] = {.lex_state = 72}, [3011] = {.lex_state = 72}, - [3012] = {.lex_state = 19}, - [3013] = {.lex_state = 72}, - [3014] = {.lex_state = 8}, + [3012] = {.lex_state = 72}, + [3013] = {.lex_state = 17}, + [3014] = {.lex_state = 72}, [3015] = {.lex_state = 72}, - [3016] = {.lex_state = 19}, + [3016] = {.lex_state = 72}, [3017] = {.lex_state = 72}, - [3018] = {.lex_state = 17}, - [3019] = {.lex_state = 17}, - [3020] = {.lex_state = 19}, - [3021] = {.lex_state = 72}, - [3022] = {.lex_state = 17}, - [3023] = {.lex_state = 19}, + [3018] = {.lex_state = 72}, + [3019] = {.lex_state = 72}, + [3020] = {.lex_state = 72}, + [3021] = {.lex_state = 19}, + [3022] = {.lex_state = 72}, + [3023] = {.lex_state = 72}, [3024] = {.lex_state = 72}, [3025] = {.lex_state = 72}, - [3026] = {.lex_state = 72}, - [3027] = {.lex_state = 8}, - [3028] = {.lex_state = 17}, + [3026] = {.lex_state = 19}, + [3027] = {.lex_state = 72}, + [3028] = {.lex_state = 72}, [3029] = {.lex_state = 72}, [3030] = {.lex_state = 72}, [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 = 17}, - [3037] = {.lex_state = 19}, - [3038] = {.lex_state = 19}, - [3039] = {.lex_state = 19}, - [3040] = {.lex_state = 72}, + [3035] = {.lex_state = 8}, + [3036] = {.lex_state = 21}, + [3037] = {.lex_state = 72}, + [3038] = {.lex_state = 72}, + [3039] = {.lex_state = 72}, + [3040] = {.lex_state = 17}, [3041] = {.lex_state = 72}, - [3042] = {.lex_state = 19}, - [3043] = {.lex_state = 19}, - [3044] = {.lex_state = 19}, + [3042] = {.lex_state = 72}, + [3043] = {.lex_state = 72}, + [3044] = {.lex_state = 72}, [3045] = {.lex_state = 72}, [3046] = {.lex_state = 72}, - [3047] = {.lex_state = 72}, - [3048] = {.lex_state = 72}, - [3049] = {.lex_state = 72}, - [3050] = {.lex_state = 72}, - [3051] = {.lex_state = 72}, - [3052] = {.lex_state = 72}, + [3047] = {.lex_state = 19}, + [3048] = {.lex_state = 19}, + [3049] = {.lex_state = 19}, + [3050] = {.lex_state = 19}, + [3051] = {.lex_state = 19}, + [3052] = {.lex_state = 19}, [3053] = {.lex_state = 72}, - [3054] = {.lex_state = 20}, - [3055] = {.lex_state = 17}, + [3054] = {.lex_state = 72}, + [3055] = {.lex_state = 72}, [3056] = {.lex_state = 72}, [3057] = {.lex_state = 72}, - [3058] = {.lex_state = 17}, + [3058] = {.lex_state = 72}, [3059] = {.lex_state = 72}, - [3060] = {.lex_state = 8}, - [3061] = {.lex_state = 19}, - [3062] = {.lex_state = 72}, + [3060] = {.lex_state = 72}, + [3061] = {.lex_state = 8}, + [3062] = {.lex_state = 31}, [3063] = {.lex_state = 72}, [3064] = {.lex_state = 72}, - [3065] = {.lex_state = 17}, + [3065] = {.lex_state = 72}, [3066] = {.lex_state = 72}, [3067] = {.lex_state = 72}, - [3068] = {.lex_state = 72}, + [3068] = {.lex_state = 17}, [3069] = {.lex_state = 72}, [3070] = {.lex_state = 72}, [3071] = {.lex_state = 72}, - [3072] = {.lex_state = 17}, - [3073] = {.lex_state = 17}, - [3074] = {.lex_state = 8}, - [3075] = {.lex_state = 17}, + [3072] = {.lex_state = 72}, + [3073] = {.lex_state = 72}, + [3074] = {.lex_state = 17}, + [3075] = {.lex_state = 72}, [3076] = {.lex_state = 8}, [3077] = {.lex_state = 72}, [3078] = {.lex_state = 72}, - [3079] = {.lex_state = 72}, + [3079] = {.lex_state = 23}, [3080] = {.lex_state = 72}, [3081] = {.lex_state = 72}, [3082] = {.lex_state = 72}, - [3083] = {.lex_state = 23}, + [3083] = {.lex_state = 72}, [3084] = {.lex_state = 72}, [3085] = {.lex_state = 72}, [3086] = {.lex_state = 72}, - [3087] = {.lex_state = 72}, + [3087] = {.lex_state = 8}, [3088] = {.lex_state = 72}, [3089] = {.lex_state = 72}, [3090] = {.lex_state = 72}, @@ -13708,130 +13741,130 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [3092] = {.lex_state = 72}, [3093] = {.lex_state = 17}, [3094] = {.lex_state = 72}, - [3095] = {.lex_state = 72}, - [3096] = {.lex_state = 72}, + [3095] = {.lex_state = 19}, + [3096] = {.lex_state = 19}, [3097] = {.lex_state = 72}, [3098] = {.lex_state = 72}, - [3099] = {.lex_state = 72}, + [3099] = {.lex_state = 19}, [3100] = {.lex_state = 72}, [3101] = {.lex_state = 72}, - [3102] = {.lex_state = 72}, - [3103] = {.lex_state = 8}, + [3102] = {.lex_state = 17}, + [3103] = {.lex_state = 72}, [3104] = {.lex_state = 72}, [3105] = {.lex_state = 72}, - [3106] = {.lex_state = 72}, + [3106] = {.lex_state = 19}, [3107] = {.lex_state = 72}, [3108] = {.lex_state = 72}, - [3109] = {.lex_state = 17}, - [3110] = {.lex_state = 19}, - [3111] = {.lex_state = 19}, - [3112] = {.lex_state = 19}, - [3113] = {.lex_state = 19}, - [3114] = {.lex_state = 19}, - [3115] = {.lex_state = 19}, - [3116] = {.lex_state = 72}, - [3117] = {.lex_state = 72}, - [3118] = {.lex_state = 72}, + [3109] = {.lex_state = 72}, + [3110] = {.lex_state = 17}, + [3111] = {.lex_state = 72}, + [3112] = {.lex_state = 72}, + [3113] = {.lex_state = 72}, + [3114] = {.lex_state = 72}, + [3115] = {.lex_state = 72}, + [3116] = {.lex_state = 19}, + [3117] = {.lex_state = 19}, + [3118] = {.lex_state = 8}, [3119] = {.lex_state = 72}, [3120] = {.lex_state = 72}, [3121] = {.lex_state = 72}, - [3122] = {.lex_state = 23}, + [3122] = {.lex_state = 72}, [3123] = {.lex_state = 72}, [3124] = {.lex_state = 72}, [3125] = {.lex_state = 72}, [3126] = {.lex_state = 72}, [3127] = {.lex_state = 72}, - [3128] = {.lex_state = 23}, + [3128] = {.lex_state = 72}, [3129] = {.lex_state = 72}, [3130] = {.lex_state = 72}, - [3131] = {.lex_state = 8}, + [3131] = {.lex_state = 72}, [3132] = {.lex_state = 72}, [3133] = {.lex_state = 72}, [3134] = {.lex_state = 72}, [3135] = {.lex_state = 72}, [3136] = {.lex_state = 72}, - [3137] = {.lex_state = 72}, + [3137] = {.lex_state = 19}, [3138] = {.lex_state = 72}, - [3139] = {.lex_state = 72}, + [3139] = {.lex_state = 19}, [3140] = {.lex_state = 72}, - [3141] = {.lex_state = 72}, + [3141] = {.lex_state = 19}, [3142] = {.lex_state = 72}, - [3143] = {.lex_state = 72}, - [3144] = {.lex_state = 72}, + [3143] = {.lex_state = 17}, + [3144] = {.lex_state = 19}, [3145] = {.lex_state = 72}, - [3146] = {.lex_state = 72}, + [3146] = {.lex_state = 21}, [3147] = {.lex_state = 72}, - [3148] = {.lex_state = 8}, - [3149] = {.lex_state = 17}, + [3148] = {.lex_state = 72}, + [3149] = {.lex_state = 8}, [3150] = {.lex_state = 72}, [3151] = {.lex_state = 72}, - [3152] = {.lex_state = 19}, + [3152] = {.lex_state = 72}, [3153] = {.lex_state = 19}, [3154] = {.lex_state = 19}, - [3155] = {.lex_state = 19}, - [3156] = {.lex_state = 17}, + [3155] = {.lex_state = 72}, + [3156] = {.lex_state = 72}, [3157] = {.lex_state = 72}, - [3158] = {.lex_state = 23, .external_lex_state = 4}, + [3158] = {.lex_state = 17}, [3159] = {.lex_state = 72}, [3160] = {.lex_state = 72}, - [3161] = {.lex_state = 17}, - [3162] = {.lex_state = 72}, - [3163] = {.lex_state = 72}, - [3164] = {.lex_state = 72}, + [3161] = {.lex_state = 72}, + [3162] = {.lex_state = 19}, + [3163] = {.lex_state = 19}, + [3164] = {.lex_state = 19}, [3165] = {.lex_state = 72}, - [3166] = {.lex_state = 72}, - [3167] = {.lex_state = 8}, + [3166] = {.lex_state = 19}, + [3167] = {.lex_state = 19}, [3168] = {.lex_state = 72}, - [3169] = {.lex_state = 72}, - [3170] = {.lex_state = 72}, - [3171] = {.lex_state = 72}, + [3169] = {.lex_state = 8}, + [3170] = {.lex_state = 19}, + [3171] = {.lex_state = 19}, [3172] = {.lex_state = 72}, - [3173] = {.lex_state = 8}, - [3174] = {.lex_state = 72}, - [3175] = {.lex_state = 20}, + [3173] = {.lex_state = 72}, + [3174] = {.lex_state = 19}, + [3175] = {.lex_state = 8}, [3176] = {.lex_state = 72}, - [3177] = {.lex_state = 72}, - [3178] = {.lex_state = 8}, - [3179] = {.lex_state = 19}, - [3180] = {.lex_state = 8}, - [3181] = {.lex_state = 19}, - [3182] = {.lex_state = 17}, - [3183] = {.lex_state = 72}, + [3177] = {.lex_state = 8}, + [3178] = {.lex_state = 21}, + [3179] = {.lex_state = 17}, + [3180] = {.lex_state = 72}, + [3181] = {.lex_state = 72}, + [3182] = {.lex_state = 72}, + [3183] = {.lex_state = 8}, [3184] = {.lex_state = 72}, - [3185] = {.lex_state = 8}, + [3185] = {.lex_state = 72}, [3186] = {.lex_state = 72}, - [3187] = {.lex_state = 17}, - [3188] = {.lex_state = 19}, - [3189] = {.lex_state = 72}, - [3190] = {.lex_state = 72}, - [3191] = {.lex_state = 8}, + [3187] = {.lex_state = 72}, + [3188] = {.lex_state = 17}, + [3189] = {.lex_state = 17}, + [3190] = {.lex_state = 19}, + [3191] = {.lex_state = 72}, [3192] = {.lex_state = 72}, [3193] = {.lex_state = 72}, - [3194] = {.lex_state = 17}, - [3195] = {.lex_state = 72}, + [3194] = {.lex_state = 23, .external_lex_state = 4}, + [3195] = {.lex_state = 17}, [3196] = {.lex_state = 72}, [3197] = {.lex_state = 72}, [3198] = {.lex_state = 72}, - [3199] = {.lex_state = 8}, - [3200] = {.lex_state = 17}, - [3201] = {.lex_state = 17}, - [3202] = {.lex_state = 17}, - [3203] = {.lex_state = 23, .external_lex_state = 5}, - [3204] = {.lex_state = 17}, + [3199] = {.lex_state = 31}, + [3200] = {.lex_state = 72}, + [3201] = {.lex_state = 72}, + [3202] = {.lex_state = 72}, + [3203] = {.lex_state = 72}, + [3204] = {.lex_state = 72}, [3205] = {.lex_state = 17}, [3206] = {.lex_state = 17}, - [3207] = {.lex_state = 72}, - [3208] = {.lex_state = 23, .external_lex_state = 5}, + [3207] = {.lex_state = 17}, + [3208] = {.lex_state = 17}, [3209] = {.lex_state = 17}, - [3210] = {.lex_state = 72}, + [3210] = {.lex_state = 17}, [3211] = {.lex_state = 72}, [3212] = {.lex_state = 72}, - [3213] = {.lex_state = 72}, + [3213] = {.lex_state = 17}, [3214] = {.lex_state = 72}, [3215] = {.lex_state = 72}, - [3216] = {.lex_state = 72}, + [3216] = {.lex_state = 17}, [3217] = {.lex_state = 17}, - [3218] = {.lex_state = 23}, + [3218] = {.lex_state = 72}, [3219] = {.lex_state = 72}, [3220] = {.lex_state = 72}, [3221] = {.lex_state = 72}, @@ -13842,10 +13875,10 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [3226] = {.lex_state = 72}, [3227] = {.lex_state = 17}, [3228] = {.lex_state = 72}, - [3229] = {.lex_state = 17}, + [3229] = {.lex_state = 72}, [3230] = {.lex_state = 72}, - [3231] = {.lex_state = 72}, - [3232] = {.lex_state = 17}, + [3231] = {.lex_state = 17}, + [3232] = {.lex_state = 72}, [3233] = {.lex_state = 72}, [3234] = {.lex_state = 72}, [3235] = {.lex_state = 72}, @@ -13855,283 +13888,283 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [3239] = {.lex_state = 72}, [3240] = {.lex_state = 17}, [3241] = {.lex_state = 72}, - [3242] = {.lex_state = 17}, + [3242] = {.lex_state = 72}, [3243] = {.lex_state = 72}, [3244] = {.lex_state = 72}, [3245] = {.lex_state = 17}, - [3246] = {.lex_state = 72}, - [3247] = {.lex_state = 72}, - [3248] = {.lex_state = 72}, - [3249] = {.lex_state = 23}, + [3246] = {.lex_state = 17}, + [3247] = {.lex_state = 31}, + [3248] = {.lex_state = 17}, + [3249] = {.lex_state = 72}, [3250] = {.lex_state = 17}, - [3251] = {.lex_state = 23, .external_lex_state = 5}, - [3252] = {.lex_state = 17}, + [3251] = {.lex_state = 72}, + [3252] = {.lex_state = 72}, [3253] = {.lex_state = 72}, [3254] = {.lex_state = 72}, - [3255] = {.lex_state = 31}, - [3256] = {.lex_state = 31}, - [3257] = {.lex_state = 17}, + [3255] = {.lex_state = 17}, + [3256] = {.lex_state = 72}, + [3257] = {.lex_state = 72}, [3258] = {.lex_state = 72}, - [3259] = {.lex_state = 17}, + [3259] = {.lex_state = 72}, [3260] = {.lex_state = 17}, - [3261] = {.lex_state = 17}, - [3262] = {.lex_state = 72}, - [3263] = {.lex_state = 31}, - [3264] = {.lex_state = 17}, + [3261] = {.lex_state = 23}, + [3262] = {.lex_state = 72, .external_lex_state = 5}, + [3263] = {.lex_state = 72}, + [3264] = {.lex_state = 72}, [3265] = {.lex_state = 72}, - [3266] = {.lex_state = 72}, - [3267] = {.lex_state = 17}, + [3266] = {.lex_state = 17}, + [3267] = {.lex_state = 72}, [3268] = {.lex_state = 17}, [3269] = {.lex_state = 17}, - [3270] = {.lex_state = 72, .external_lex_state = 6}, - [3271] = {.lex_state = 72}, + [3270] = {.lex_state = 72}, + [3271] = {.lex_state = 17}, [3272] = {.lex_state = 17}, [3273] = {.lex_state = 72}, [3274] = {.lex_state = 72}, - [3275] = {.lex_state = 17}, - [3276] = {.lex_state = 31}, - [3277] = {.lex_state = 72}, + [3275] = {.lex_state = 23, .external_lex_state = 6}, + [3276] = {.lex_state = 72}, + [3277] = {.lex_state = 17}, [3278] = {.lex_state = 72}, [3279] = {.lex_state = 72}, [3280] = {.lex_state = 72}, - [3281] = {.lex_state = 17}, + [3281] = {.lex_state = 72}, [3282] = {.lex_state = 72}, [3283] = {.lex_state = 72}, - [3284] = {.lex_state = 17}, - [3285] = {.lex_state = 31}, - [3286] = {.lex_state = 17}, - [3287] = {.lex_state = 17}, - [3288] = {.lex_state = 17}, - [3289] = {.lex_state = 17}, + [3284] = {.lex_state = 72}, + [3285] = {.lex_state = 17}, + [3286] = {.lex_state = 72}, + [3287] = {.lex_state = 72}, + [3288] = {.lex_state = 72}, + [3289] = {.lex_state = 72}, [3290] = {.lex_state = 72}, - [3291] = {.lex_state = 72}, + [3291] = {.lex_state = 17}, [3292] = {.lex_state = 72}, - [3293] = {.lex_state = 72}, - [3294] = {.lex_state = 72}, + [3293] = {.lex_state = 17}, + [3294] = {.lex_state = 31}, [3295] = {.lex_state = 72}, [3296] = {.lex_state = 72}, - [3297] = {.lex_state = 72}, - [3298] = {.lex_state = 72}, - [3299] = {.lex_state = 72}, + [3297] = {.lex_state = 23, .external_lex_state = 6}, + [3298] = {.lex_state = 31}, + [3299] = {.lex_state = 17}, [3300] = {.lex_state = 17}, - [3301] = {.lex_state = 7}, - [3302] = {.lex_state = 7}, - [3303] = {.lex_state = 17}, - [3304] = {.lex_state = 17}, - [3305] = {.lex_state = 17}, + [3301] = {.lex_state = 17}, + [3302] = {.lex_state = 72}, + [3303] = {.lex_state = 72}, + [3304] = {.lex_state = 72}, + [3305] = {.lex_state = 72}, [3306] = {.lex_state = 72}, [3307] = {.lex_state = 72}, - [3308] = {.lex_state = 17}, + [3308] = {.lex_state = 72}, [3309] = {.lex_state = 17}, - [3310] = {.lex_state = 17}, - [3311] = {.lex_state = 17}, + [3310] = {.lex_state = 72}, + [3311] = {.lex_state = 72}, [3312] = {.lex_state = 17}, - [3313] = {.lex_state = 72}, + [3313] = {.lex_state = 17}, [3314] = {.lex_state = 17}, [3315] = {.lex_state = 72}, [3316] = {.lex_state = 72}, [3317] = {.lex_state = 17}, - [3318] = {.lex_state = 17}, - [3319] = {.lex_state = 17}, - [3320] = {.lex_state = 17}, - [3321] = {.lex_state = 17}, - [3322] = {.lex_state = 17}, + [3318] = {.lex_state = 72}, + [3319] = {.lex_state = 72}, + [3320] = {.lex_state = 72}, + [3321] = {.lex_state = 72}, + [3322] = {.lex_state = 72}, [3323] = {.lex_state = 17}, - [3324] = {.lex_state = 17}, + [3324] = {.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 = 17}, - [3334] = {.lex_state = 72}, - [3335] = {.lex_state = 72}, - [3336] = {.lex_state = 72}, - [3337] = {.lex_state = 72}, - [3338] = {.lex_state = 72}, - [3339] = {.lex_state = 72}, - [3340] = {.lex_state = 31}, - [3341] = {.lex_state = 72}, - [3342] = {.lex_state = 72}, + [3331] = {.lex_state = 72}, + [3332] = {.lex_state = 7}, + [3333] = {.lex_state = 72}, + [3334] = {.lex_state = 17}, + [3335] = {.lex_state = 17}, + [3336] = {.lex_state = 17}, + [3337] = {.lex_state = 17}, + [3338] = {.lex_state = 17}, + [3339] = {.lex_state = 17}, + [3340] = {.lex_state = 17}, + [3341] = {.lex_state = 17}, + [3342] = {.lex_state = 17}, [3343] = {.lex_state = 17}, - [3344] = {.lex_state = 72}, - [3345] = {.lex_state = 72}, - [3346] = {.lex_state = 72}, + [3344] = {.lex_state = 17}, + [3345] = {.lex_state = 17}, + [3346] = {.lex_state = 17}, [3347] = {.lex_state = 17}, [3348] = {.lex_state = 17}, [3349] = {.lex_state = 17}, - [3350] = {.lex_state = 72}, - [3351] = {.lex_state = 17}, + [3350] = {.lex_state = 31}, + [3351] = {.lex_state = 7}, [3352] = {.lex_state = 72}, [3353] = {.lex_state = 72}, [3354] = {.lex_state = 72}, - [3355] = {.lex_state = 8}, - [3356] = {.lex_state = 72}, - [3357] = {.lex_state = 17}, - [3358] = {.lex_state = 72}, + [3355] = {.lex_state = 72}, + [3356] = {.lex_state = 17}, + [3357] = {.lex_state = 72}, + [3358] = {.lex_state = 21}, [3359] = {.lex_state = 17}, [3360] = {.lex_state = 72}, [3361] = {.lex_state = 72}, [3362] = {.lex_state = 72}, - [3363] = {.lex_state = 72}, - [3364] = {.lex_state = 72}, + [3363] = {.lex_state = 17}, + [3364] = {.lex_state = 17}, [3365] = {.lex_state = 17}, - [3366] = {.lex_state = 72}, - [3367] = {.lex_state = 72}, + [3366] = {.lex_state = 8}, + [3367] = {.lex_state = 17}, [3368] = {.lex_state = 72}, - [3369] = {.lex_state = 72}, - [3370] = {.lex_state = 72}, + [3369] = {.lex_state = 17}, + [3370] = {.lex_state = 31}, [3371] = {.lex_state = 72}, [3372] = {.lex_state = 72}, [3373] = {.lex_state = 72}, - [3374] = {.lex_state = 72}, - [3375] = {.lex_state = 17}, + [3374] = {.lex_state = 17}, + [3375] = {.lex_state = 72}, [3376] = {.lex_state = 72}, - [3377] = {.lex_state = 17}, - [3378] = {.lex_state = 72}, + [3377] = {.lex_state = 72}, + [3378] = {.lex_state = 17}, [3379] = {.lex_state = 72}, [3380] = {.lex_state = 72}, [3381] = {.lex_state = 72}, - [3382] = {.lex_state = 17}, - [3383] = {.lex_state = 17}, - [3384] = {.lex_state = 17}, + [3382] = {.lex_state = 72}, + [3383] = {.lex_state = 72}, + [3384] = {.lex_state = 72}, [3385] = {.lex_state = 72}, [3386] = {.lex_state = 72}, [3387] = {.lex_state = 72}, - [3388] = {.lex_state = 72}, + [3388] = {.lex_state = 17}, [3389] = {.lex_state = 72}, [3390] = {.lex_state = 72}, [3391] = {.lex_state = 72}, - [3392] = {.lex_state = 72}, - [3393] = {.lex_state = 72}, + [3392] = {.lex_state = 17}, + [3393] = {.lex_state = 17}, [3394] = {.lex_state = 72}, [3395] = {.lex_state = 72}, - [3396] = {.lex_state = 72}, + [3396] = {.lex_state = 17}, [3397] = {.lex_state = 72}, - [3398] = {.lex_state = 17}, - [3399] = {.lex_state = 72}, - [3400] = {.lex_state = 20}, + [3398] = {.lex_state = 72}, + [3399] = {.lex_state = 23, .external_lex_state = 6}, + [3400] = {.lex_state = 17}, [3401] = {.lex_state = 72}, - [3402] = {.lex_state = 72}, + [3402] = {.lex_state = 17}, [3403] = {.lex_state = 72}, [3404] = {.lex_state = 72}, [3405] = {.lex_state = 72}, - [3406] = {.lex_state = 17}, + [3406] = {.lex_state = 72}, [3407] = {.lex_state = 72}, [3408] = {.lex_state = 72}, [3409] = {.lex_state = 72}, - [3410] = {.lex_state = 17}, - [3411] = {.lex_state = 72}, - [3412] = {.lex_state = 72}, + [3410] = {.lex_state = 72, .external_lex_state = 5}, + [3411] = {.lex_state = 17}, + [3412] = {.lex_state = 17}, [3413] = {.lex_state = 72}, [3414] = {.lex_state = 72}, [3415] = {.lex_state = 72}, [3416] = {.lex_state = 72}, [3417] = {.lex_state = 72}, - [3418] = {.lex_state = 72}, - [3419] = {.lex_state = 72}, - [3420] = {.lex_state = 72}, - [3421] = {.lex_state = 72}, + [3418] = {.lex_state = 17}, + [3419] = {.lex_state = 17}, + [3420] = {.lex_state = 17}, + [3421] = {.lex_state = 17}, [3422] = {.lex_state = 72}, [3423] = {.lex_state = 72}, [3424] = {.lex_state = 72}, - [3425] = {.lex_state = 72}, + [3425] = {.lex_state = 23}, [3426] = {.lex_state = 72}, [3427] = {.lex_state = 72}, [3428] = {.lex_state = 17}, - [3429] = {.lex_state = 72}, - [3430] = {.lex_state = 17}, - [3431] = {.lex_state = 17}, - [3432] = {.lex_state = 72, .external_lex_state = 6}, - [3433] = {.lex_state = 72}, + [3429] = {.lex_state = 17}, + [3430] = {.lex_state = 72}, + [3431] = {.lex_state = 72}, + [3432] = {.lex_state = 17}, + [3433] = {.lex_state = 8}, [3434] = {.lex_state = 72}, - [3435] = {.lex_state = 17}, + [3435] = {.lex_state = 72}, [3436] = {.lex_state = 72}, [3437] = {.lex_state = 72}, - [3438] = {.lex_state = 17}, + [3438] = {.lex_state = 72}, [3439] = {.lex_state = 72}, [3440] = {.lex_state = 72}, [3441] = {.lex_state = 72}, [3442] = {.lex_state = 72}, - [3443] = {.lex_state = 72}, + [3443] = {.lex_state = 17}, [3444] = {.lex_state = 72}, - [3445] = {.lex_state = 17}, + [3445] = {.lex_state = 72}, [3446] = {.lex_state = 72}, - [3447] = {.lex_state = 17}, - [3448] = {.lex_state = 17}, + [3447] = {.lex_state = 72}, + [3448] = {.lex_state = 72}, [3449] = {.lex_state = 72}, - [3450] = {.lex_state = 17}, - [3451] = {.lex_state = 17}, + [3450] = {.lex_state = 72}, + [3451] = {.lex_state = 72}, [3452] = {.lex_state = 72}, - [3453] = {.lex_state = 72}, + [3453] = {.lex_state = 17}, [3454] = {.lex_state = 72}, [3455] = {.lex_state = 72}, - [3456] = {.lex_state = 17}, + [3456] = {.lex_state = 72}, [3457] = {.lex_state = 17}, - [3458] = {.lex_state = 72}, + [3458] = {.lex_state = 17}, [3459] = {.lex_state = 17}, - [3460] = {.lex_state = 17}, + [3460] = {.lex_state = 72}, [3461] = {.lex_state = 17}, [3462] = {.lex_state = 72}, [3463] = {.lex_state = 17}, [3464] = {.lex_state = 72}, [3465] = {.lex_state = 72}, [3466] = {.lex_state = 72}, - [3467] = {.lex_state = 17}, - [3468] = {.lex_state = 17}, + [3467] = {.lex_state = 72}, + [3468] = {.lex_state = 72}, [3469] = {.lex_state = 17}, - [3470] = {.lex_state = 17}, + [3470] = {.lex_state = 72}, [3471] = {.lex_state = 72}, - [3472] = {.lex_state = 17}, + [3472] = {.lex_state = 72}, [3473] = {.lex_state = 17}, - [3474] = {.lex_state = 17}, + [3474] = {.lex_state = 72}, [3475] = {.lex_state = 17}, - [3476] = {.lex_state = 72}, + [3476] = {.lex_state = 17}, [3477] = {.lex_state = 17}, - [3478] = {.lex_state = 17}, + [3478] = {.lex_state = 72}, [3479] = {.lex_state = 17}, [3480] = {.lex_state = 17}, [3481] = {.lex_state = 72}, - [3482] = {.lex_state = 72}, - [3483] = {.lex_state = 17}, - [3484] = {.lex_state = 72}, - [3485] = {.lex_state = 72}, - [3486] = {.lex_state = 17}, - [3487] = {.lex_state = 72}, - [3488] = {.lex_state = 72}, + [3482] = {.lex_state = 17}, + [3483] = {.lex_state = 72}, + [3484] = {.lex_state = 17}, + [3485] = {.lex_state = 17}, + [3486] = {.lex_state = 72}, + [3487] = {.lex_state = 17}, + [3488] = {.lex_state = 17}, [3489] = {.lex_state = 17}, - [3490] = {.lex_state = 72}, + [3490] = {.lex_state = 17}, [3491] = {.lex_state = 72}, - [3492] = {.lex_state = 17}, - [3493] = {.lex_state = 72}, - [3494] = {.lex_state = 72}, - [3495] = {.lex_state = 17}, - [3496] = {.lex_state = 72}, - [3497] = {.lex_state = 72}, + [3492] = {.lex_state = 72}, + [3493] = {.lex_state = 17}, + [3494] = {.lex_state = 17}, + [3495] = {.lex_state = 72}, + [3496] = {.lex_state = 17}, + [3497] = {.lex_state = 17}, [3498] = {.lex_state = 72}, [3499] = {.lex_state = 17}, - [3500] = {.lex_state = 17}, + [3500] = {.lex_state = 72}, [3501] = {.lex_state = 72}, - [3502] = {.lex_state = 72}, - [3503] = {.lex_state = 73}, - [3504] = {.lex_state = 72, .external_lex_state = 7}, + [3502] = {.lex_state = 17}, + [3503] = {.lex_state = 72}, + [3504] = {.lex_state = 72}, [3505] = {.lex_state = 72}, - [3506] = {.lex_state = 17}, - [3507] = {.lex_state = 72, .external_lex_state = 8}, - [3508] = {.lex_state = 72}, - [3509] = {.lex_state = 17}, + [3506] = {.lex_state = 72}, + [3507] = {.lex_state = 72}, + [3508] = {.lex_state = 17}, + [3509] = {.lex_state = 72, .external_lex_state = 7}, [3510] = {.lex_state = 72}, - [3511] = {.lex_state = 73}, - [3512] = {.lex_state = 73}, + [3511] = {.lex_state = 72}, + [3512] = {.lex_state = 72}, [3513] = {.lex_state = 72}, - [3514] = {.lex_state = 72}, - [3515] = {.lex_state = 17}, - [3516] = {.lex_state = 17}, - [3517] = {.lex_state = 72}, - [3518] = {.lex_state = 72}, + [3514] = {.lex_state = 17}, + [3515] = {.lex_state = 72}, + [3516] = {.lex_state = 72}, + [3517] = {.lex_state = 17}, + [3518] = {.lex_state = 17}, [3519] = {.lex_state = 72}, [3520] = {.lex_state = 72}, [3521] = {.lex_state = 72}, @@ -14139,171 +14172,171 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [3523] = {.lex_state = 72}, [3524] = {.lex_state = 17}, [3525] = {.lex_state = 72}, - [3526] = {.lex_state = 72}, + [3526] = {.lex_state = 17}, [3527] = {.lex_state = 72}, - [3528] = {.lex_state = 72}, - [3529] = {.lex_state = 72}, - [3530] = {.lex_state = 72}, - [3531] = {.lex_state = 72}, - [3532] = {.lex_state = 23}, - [3533] = {.lex_state = 72}, + [3528] = {.lex_state = 17}, + [3529] = {.lex_state = 17}, + [3530] = {.lex_state = 17}, + [3531] = {.lex_state = 17}, + [3532] = {.lex_state = 17}, + [3533] = {.lex_state = 17}, [3534] = {.lex_state = 17}, - [3535] = {.lex_state = 17}, - [3536] = {.lex_state = 72}, - [3537] = {.lex_state = 72}, - [3538] = {.lex_state = 17}, - [3539] = {.lex_state = 17}, - [3540] = {.lex_state = 72}, + [3535] = {.lex_state = 72}, + [3536] = {.lex_state = 17}, + [3537] = {.lex_state = 17}, + [3538] = {.lex_state = 72}, + [3539] = {.lex_state = 23}, + [3540] = {.lex_state = 17}, [3541] = {.lex_state = 17}, - [3542] = {.lex_state = 20}, - [3543] = {.lex_state = 72}, + [3542] = {.lex_state = 72}, + [3543] = {.lex_state = 21}, [3544] = {.lex_state = 72}, - [3545] = {.lex_state = 73}, - [3546] = {.lex_state = 17}, + [3545] = {.lex_state = 17}, + [3546] = {.lex_state = 72}, [3547] = {.lex_state = 72}, - [3548] = {.lex_state = 17}, - [3549] = {.lex_state = 72}, - [3550] = {.lex_state = 17}, + [3548] = {.lex_state = 21}, + [3549] = {.lex_state = 17}, + [3550] = {.lex_state = 72}, [3551] = {.lex_state = 72}, [3552] = {.lex_state = 72}, - [3553] = {.lex_state = 72}, + [3553] = {.lex_state = 72, .external_lex_state = 7}, [3554] = {.lex_state = 72}, - [3555] = {.lex_state = 72}, - [3556] = {.lex_state = 72}, - [3557] = {.lex_state = 73}, - [3558] = {.lex_state = 72, .external_lex_state = 8}, - [3559] = {.lex_state = 17}, - [3560] = {.lex_state = 73}, - [3561] = {.lex_state = 72}, + [3555] = {.lex_state = 17}, + [3556] = {.lex_state = 21}, + [3557] = {.lex_state = 21}, + [3558] = {.lex_state = 72}, + [3559] = {.lex_state = 72}, + [3560] = {.lex_state = 21}, + [3561] = {.lex_state = 72, .external_lex_state = 8}, [3562] = {.lex_state = 17}, - [3563] = {.lex_state = 17}, - [3564] = {.lex_state = 72, .external_lex_state = 7}, + [3563] = {.lex_state = 72}, + [3564] = {.lex_state = 72}, [3565] = {.lex_state = 72}, [3566] = {.lex_state = 72}, - [3567] = {.lex_state = 17}, + [3567] = {.lex_state = 21}, [3568] = {.lex_state = 72}, - [3569] = {.lex_state = 17}, - [3570] = {.lex_state = 17}, - [3571] = {.lex_state = 72}, - [3572] = {.lex_state = 17}, + [3569] = {.lex_state = 72}, + [3570] = {.lex_state = 72, .external_lex_state = 7}, + [3571] = {.lex_state = 21}, + [3572] = {.lex_state = 72}, [3573] = {.lex_state = 17}, - [3574] = {.lex_state = 17}, + [3574] = {.lex_state = 72}, [3575] = {.lex_state = 72}, - [3576] = {.lex_state = 72, .external_lex_state = 7}, - [3577] = {.lex_state = 72, .external_lex_state = 7}, + [3576] = {.lex_state = 72}, + [3577] = {.lex_state = 72}, [3578] = {.lex_state = 72}, [3579] = {.lex_state = 72}, [3580] = {.lex_state = 72}, - [3581] = {.lex_state = 17}, + [3581] = {.lex_state = 72}, [3582] = {.lex_state = 72}, [3583] = {.lex_state = 72}, - [3584] = {.lex_state = 72}, - [3585] = {.lex_state = 72}, + [3584] = {.lex_state = 73}, + [3585] = {.lex_state = 17}, [3586] = {.lex_state = 17}, - [3587] = {.lex_state = 72}, - [3588] = {.lex_state = 17}, - [3589] = {.lex_state = 17}, - [3590] = {.lex_state = 17}, + [3587] = {.lex_state = 17}, + [3588] = {.lex_state = 72}, + [3589] = {.lex_state = 72}, + [3590] = {.lex_state = 72}, [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}, - [3597] = {.lex_state = 72}, + [3597] = {.lex_state = 72, .external_lex_state = 8}, [3598] = {.lex_state = 72}, [3599] = {.lex_state = 72}, [3600] = {.lex_state = 72}, [3601] = {.lex_state = 72}, - [3602] = {.lex_state = 17}, - [3603] = {.lex_state = 72}, - [3604] = {.lex_state = 72}, + [3602] = {.lex_state = 72}, + [3603] = {.lex_state = 17}, + [3604] = {.lex_state = 17}, [3605] = {.lex_state = 72}, - [3606] = {.lex_state = 72}, - [3607] = {.lex_state = 20}, + [3606] = {.lex_state = 17}, + [3607] = {.lex_state = 17}, [3608] = {.lex_state = 72}, - [3609] = {.lex_state = 17}, - [3610] = {.lex_state = 20}, + [3609] = {.lex_state = 21}, + [3610] = {.lex_state = 72}, [3611] = {.lex_state = 72}, [3612] = {.lex_state = 72}, [3613] = {.lex_state = 72}, [3614] = {.lex_state = 72}, - [3615] = {.lex_state = 72, .external_lex_state = 8}, + [3615] = {.lex_state = 72}, [3616] = {.lex_state = 72}, - [3617] = {.lex_state = 72}, + [3617] = {.lex_state = 21}, [3618] = {.lex_state = 72}, [3619] = {.lex_state = 72}, [3620] = {.lex_state = 72}, - [3621] = {.lex_state = 20}, - [3622] = {.lex_state = 72}, - [3623] = {.lex_state = 17}, + [3621] = {.lex_state = 72}, + [3622] = {.lex_state = 17}, + [3623] = {.lex_state = 72}, [3624] = {.lex_state = 72}, - [3625] = {.lex_state = 72, .external_lex_state = 9}, + [3625] = {.lex_state = 72}, [3626] = {.lex_state = 72}, - [3627] = {.lex_state = 72, .external_lex_state = 9}, - [3628] = {.lex_state = 72}, + [3627] = {.lex_state = 73}, + [3628] = {.lex_state = 72, .external_lex_state = 9}, [3629] = {.lex_state = 72}, - [3630] = {.lex_state = 72}, + [3630] = {.lex_state = 21}, [3631] = {.lex_state = 72}, - [3632] = {.lex_state = 72}, + [3632] = {.lex_state = 17}, [3633] = {.lex_state = 72}, [3634] = {.lex_state = 72}, - [3635] = {.lex_state = 72}, + [3635] = {.lex_state = 72, .external_lex_state = 7}, [3636] = {.lex_state = 72}, - [3637] = {.lex_state = 72, .external_lex_state = 7}, + [3637] = {.lex_state = 72}, [3638] = {.lex_state = 72}, - [3639] = {.lex_state = 23}, - [3640] = {.lex_state = 17}, - [3641] = {.lex_state = 20}, - [3642] = {.lex_state = 8}, - [3643] = {.lex_state = 72}, - [3644] = {.lex_state = 17}, - [3645] = {.lex_state = 72}, - [3646] = {.lex_state = 72}, + [3639] = {.lex_state = 8}, + [3640] = {.lex_state = 72}, + [3641] = {.lex_state = 72}, + [3642] = {.lex_state = 72}, + [3643] = {.lex_state = 8}, + [3644] = {.lex_state = 72}, + [3645] = {.lex_state = 17}, + [3646] = {.lex_state = 17}, [3647] = {.lex_state = 72}, [3648] = {.lex_state = 72}, [3649] = {.lex_state = 72}, [3650] = {.lex_state = 72}, - [3651] = {.lex_state = 167}, - [3652] = {.lex_state = 17}, + [3651] = {.lex_state = 72}, + [3652] = {.lex_state = 72}, [3653] = {.lex_state = 72}, [3654] = {.lex_state = 72}, - [3655] = {.lex_state = 17}, - [3656] = {.lex_state = 72}, - [3657] = {.lex_state = 72}, - [3658] = {.lex_state = 20}, - [3659] = {.lex_state = 72}, + [3655] = {.lex_state = 72}, + [3656] = {.lex_state = 17}, + [3657] = {.lex_state = 73}, + [3658] = {.lex_state = 72}, + [3659] = {.lex_state = 73}, [3660] = {.lex_state = 72}, - [3661] = {.lex_state = 17}, + [3661] = {.lex_state = 73}, [3662] = {.lex_state = 72}, [3663] = {.lex_state = 72}, [3664] = {.lex_state = 72}, - [3665] = {.lex_state = 72, .external_lex_state = 9}, - [3666] = {.lex_state = 20}, - [3667] = {.lex_state = 72}, + [3665] = {.lex_state = 72}, + [3666] = {.lex_state = 72}, + [3667] = {.lex_state = 72, .external_lex_state = 9}, [3668] = {.lex_state = 72}, [3669] = {.lex_state = 72}, [3670] = {.lex_state = 72}, - [3671] = {.lex_state = 17}, - [3672] = {.lex_state = 72}, - [3673] = {.lex_state = 17}, - [3674] = {.lex_state = 20}, + [3671] = {.lex_state = 72}, + [3672] = {.lex_state = 23}, + [3673] = {.lex_state = 72}, + [3674] = {.lex_state = 72}, [3675] = {.lex_state = 72}, [3676] = {.lex_state = 72}, - [3677] = {.lex_state = 17}, - [3678] = {.lex_state = 17}, - [3679] = {.lex_state = 72}, - [3680] = {.lex_state = 72}, + [3677] = {.lex_state = 72, .external_lex_state = 9}, + [3678] = {.lex_state = 73}, + [3679] = {.lex_state = 17}, + [3680] = {.lex_state = 17}, [3681] = {.lex_state = 72}, - [3682] = {.lex_state = 17}, - [3683] = {.lex_state = 17}, + [3682] = {.lex_state = 72}, + [3683] = {.lex_state = 72}, [3684] = {.lex_state = 72}, - [3685] = {.lex_state = 72}, + [3685] = {.lex_state = 17}, [3686] = {.lex_state = 72, .external_lex_state = 9}, [3687] = {.lex_state = 72}, - [3688] = {.lex_state = 72}, + [3688] = {.lex_state = 17}, [3689] = {.lex_state = 72}, - [3690] = {.lex_state = 72, .external_lex_state = 9}, + [3690] = {.lex_state = 72}, [3691] = {.lex_state = 72}, [3692] = {.lex_state = 72}, [3693] = {.lex_state = 72, .external_lex_state = 9}, @@ -14319,125 +14352,127 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [3703] = {.lex_state = 72}, [3704] = {.lex_state = 72}, [3705] = {.lex_state = 72}, - [3706] = {.lex_state = 72}, + [3706] = {.lex_state = 72, .external_lex_state = 9}, [3707] = {.lex_state = 72}, [3708] = {.lex_state = 17}, - [3709] = {.lex_state = 72}, - [3710] = {.lex_state = 72}, - [3711] = {.lex_state = 20}, + [3709] = {.lex_state = 17}, + [3710] = {.lex_state = 17}, + [3711] = {.lex_state = 21}, [3712] = {.lex_state = 72}, - [3713] = {.lex_state = 72}, + [3713] = {.lex_state = 17}, [3714] = {.lex_state = 72}, - [3715] = {.lex_state = 72, .external_lex_state = 8}, - [3716] = {.lex_state = 72, .external_lex_state = 8}, - [3717] = {.lex_state = 17}, + [3715] = {.lex_state = 72}, + [3716] = {.lex_state = 17}, + [3717] = {.lex_state = 72}, [3718] = {.lex_state = 72}, - [3719] = {.lex_state = 20}, - [3720] = {.lex_state = 20}, + [3719] = {.lex_state = 21}, + [3720] = {.lex_state = 21}, [3721] = {.lex_state = 17}, [3722] = {.lex_state = 72}, [3723] = {.lex_state = 72}, - [3724] = {.lex_state = 72, .external_lex_state = 7}, - [3725] = {.lex_state = 20}, - [3726] = {.lex_state = 17}, + [3724] = {.lex_state = 17}, + [3725] = {.lex_state = 21}, + [3726] = {.lex_state = 72}, [3727] = {.lex_state = 72}, - [3728] = {.lex_state = 17}, + [3728] = {.lex_state = 72}, [3729] = {.lex_state = 17}, - [3730] = {.lex_state = 17}, + [3730] = {.lex_state = 72}, [3731] = {.lex_state = 72}, - [3732] = {.lex_state = 17}, - [3733] = {.lex_state = 20}, - [3734] = {.lex_state = 17}, + [3732] = {.lex_state = 72}, + [3733] = {.lex_state = 17}, + [3734] = {.lex_state = 72}, [3735] = {.lex_state = 72}, [3736] = {.lex_state = 72}, - [3737] = {.lex_state = 17}, - [3738] = {.lex_state = 72}, - [3739] = {.lex_state = 20}, + [3737] = {.lex_state = 167}, + [3738] = {.lex_state = 73}, + [3739] = {.lex_state = 21}, [3740] = {.lex_state = 72}, [3741] = {.lex_state = 72}, [3742] = {.lex_state = 72}, - [3743] = {.lex_state = 20}, - [3744] = {.lex_state = 20}, - [3745] = {.lex_state = 20}, - [3746] = {.lex_state = 72}, - [3747] = {.lex_state = 72}, + [3743] = {.lex_state = 21}, + [3744] = {.lex_state = 17}, + [3745] = {.lex_state = 72}, + [3746] = {.lex_state = 72, .external_lex_state = 7}, + [3747] = {.lex_state = 72, .external_lex_state = 7}, [3748] = {.lex_state = 72}, - [3749] = {.lex_state = 72}, + [3749] = {.lex_state = 72, .external_lex_state = 8}, [3750] = {.lex_state = 72}, - [3751] = {.lex_state = 72}, - [3752] = {.lex_state = 20}, + [3751] = {.lex_state = 72, .external_lex_state = 8}, + [3752] = {.lex_state = 21}, [3753] = {.lex_state = 72}, - [3754] = {.lex_state = 17}, + [3754] = {.lex_state = 72}, [3755] = {.lex_state = 72}, - [3756] = {.lex_state = 72}, - [3757] = {.lex_state = 17}, - [3758] = {.lex_state = 72}, + [3756] = {.lex_state = 21}, + [3757] = {.lex_state = 8}, + [3758] = {.lex_state = 17}, [3759] = {.lex_state = 72}, - [3760] = {.lex_state = 8}, - [3761] = {.lex_state = 20}, + [3760] = {.lex_state = 72}, + [3761] = {.lex_state = 17}, [3762] = {.lex_state = 72}, - [3763] = {.lex_state = 73}, + [3763] = {.lex_state = 72}, [3764] = {.lex_state = 72}, - [3765] = {.lex_state = 17}, - [3766] = {.lex_state = 8}, + [3765] = {.lex_state = 72, .external_lex_state = 8}, + [3766] = {.lex_state = 72}, [3767] = {.lex_state = 72}, - [3768] = {.lex_state = 20}, + [3768] = {.lex_state = 21}, [3769] = {.lex_state = 72}, - [3770] = {.lex_state = 72}, - [3771] = {.lex_state = 20}, + [3770] = {.lex_state = 21}, + [3771] = {.lex_state = 21}, [3772] = {.lex_state = 72}, [3773] = {.lex_state = 72}, - [3774] = {.lex_state = 20}, + [3774] = {.lex_state = 21}, [3775] = {.lex_state = 17}, - [3776] = {.lex_state = 72}, - [3777] = {.lex_state = 20}, - [3778] = {.lex_state = 20}, - [3779] = {.lex_state = 72}, + [3776] = {.lex_state = 17}, + [3777] = {.lex_state = 21}, + [3778] = {.lex_state = 21}, + [3779] = {.lex_state = 17}, [3780] = {.lex_state = 72}, - [3781] = {.lex_state = 20}, - [3782] = {.lex_state = 20}, - [3783] = {.lex_state = 20}, - [3784] = {.lex_state = 72}, + [3781] = {.lex_state = 21}, + [3782] = {.lex_state = 21}, + [3783] = {.lex_state = 21}, + [3784] = {.lex_state = 21}, [3785] = {.lex_state = 17}, - [3786] = {.lex_state = 17}, + [3786] = {.lex_state = 72}, [3787] = {.lex_state = 72}, [3788] = {.lex_state = 17}, - [3789] = {.lex_state = 72}, - [3790] = {.lex_state = 73}, + [3789] = {.lex_state = 17}, + [3790] = {.lex_state = 17}, [3791] = {.lex_state = 72}, [3792] = {.lex_state = 17}, [3793] = {.lex_state = 72}, - [3794] = {.lex_state = 72}, + [3794] = {.lex_state = 17}, [3795] = {.lex_state = 17}, [3796] = {.lex_state = 17}, [3797] = {.lex_state = 72}, [3798] = {.lex_state = 72}, [3799] = {.lex_state = 72}, [3800] = {.lex_state = 72}, - [3801] = {.lex_state = 72}, + [3801] = {.lex_state = 17}, [3802] = {.lex_state = 72}, - [3803] = {.lex_state = 17}, - [3804] = {.lex_state = 72}, - [3805] = {.lex_state = 72}, + [3803] = {.lex_state = 72}, + [3804] = {.lex_state = 73}, + [3805] = {.lex_state = 17}, [3806] = {.lex_state = 17}, [3807] = {.lex_state = 17}, - [3808] = {.lex_state = 17}, + [3808] = {.lex_state = 72}, [3809] = {.lex_state = 17}, - [3810] = {.lex_state = 17}, + [3810] = {.lex_state = 72}, [3811] = {.lex_state = 17}, [3812] = {.lex_state = 72}, [3813] = {.lex_state = 72}, - [3814] = {.lex_state = 20}, - [3815] = {.lex_state = 17}, - [3816] = {.lex_state = 72}, + [3814] = {.lex_state = 72}, + [3815] = {.lex_state = 72}, + [3816] = {.lex_state = 17}, [3817] = {.lex_state = 72}, - [3818] = {(TSStateId)(-1),}, - [3819] = {(TSStateId)(-1),}, + [3818] = {.lex_state = 17}, + [3819] = {.lex_state = 72}, [3820] = {(TSStateId)(-1),}, [3821] = {(TSStateId)(-1),}, [3822] = {(TSStateId)(-1),}, [3823] = {(TSStateId)(-1),}, [3824] = {(TSStateId)(-1),}, + [3825] = {(TSStateId)(-1),}, + [3826] = {(TSStateId)(-1),}, }; static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { @@ -14598,83 +14633,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__error_sentinel] = ACTIONS(1), }, [STATE(1)] = { - [sym_source_file] = STATE(3656), - [sym__statement] = STATE(717), - [sym_empty_statement] = STATE(718), - [sym_expression_statement] = STATE(718), - [sym_macro_definition] = STATE(718), - [sym_attribute_item] = STATE(718), - [sym_inner_attribute_item] = STATE(718), - [sym_mod_item] = STATE(718), - [sym_foreign_mod_item] = STATE(718), - [sym_struct_item] = STATE(718), - [sym_union_item] = STATE(718), - [sym_enum_item] = STATE(718), - [sym_extern_crate_declaration] = STATE(718), - [sym_const_item] = STATE(718), - [sym_static_item] = STATE(718), - [sym_type_item] = STATE(718), - [sym_function_item] = STATE(718), - [sym_function_signature_item] = STATE(718), - [sym_function_modifiers] = STATE(3683), - [sym_impl_item] = STATE(718), - [sym_trait_item] = STATE(718), - [sym_associated_type] = STATE(718), - [sym_let_declaration] = STATE(718), - [sym_use_declaration] = STATE(718), - [sym_extern_modifier] = STATE(2255), - [sym_visibility_modifier] = STATE(2030), - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1972), - [sym_macro_invocation] = STATE(410), - [sym_scoped_identifier] = STATE(1622), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(419), - [sym_match_expression] = STATE(419), - [sym_while_expression] = STATE(419), - [sym_loop_expression] = STATE(419), - [sym_for_expression] = STATE(419), - [sym_const_block] = STATE(419), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), - [sym_label] = STATE(3610), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(419), - [sym_async_block] = STATE(419), - [sym_gen_block] = STATE(419), - [sym_try_block] = STATE(419), - [sym_block] = STATE(419), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_source_file] = STATE(3640), + [sym__statement] = STATE(619), + [sym_empty_statement] = STATE(622), + [sym_expression_statement] = STATE(623), + [sym__declaration_statement] = STATE(623), + [sym_macro_definition] = STATE(622), + [sym_attribute_item] = STATE(622), + [sym_inner_attribute_item] = STATE(622), + [sym_mod_item] = STATE(622), + [sym_foreign_mod_item] = STATE(622), + [sym_struct_item] = STATE(622), + [sym_union_item] = STATE(622), + [sym_enum_item] = STATE(622), + [sym_extern_crate_declaration] = STATE(622), + [sym_const_item] = STATE(622), + [sym_static_item] = STATE(622), + [sym_type_item] = STATE(622), + [sym_function_item] = STATE(622), + [sym_function_signature_item] = STATE(622), + [sym_function_modifiers] = STATE(3646), + [sym_impl_item] = STATE(622), + [sym_trait_item] = STATE(622), + [sym_associated_type] = STATE(622), + [sym_let_declaration] = STATE(622), + [sym_use_declaration] = STATE(622), + [sym_extern_modifier] = STATE(2242), + [sym_visibility_modifier] = STATE(2028), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1974), + [sym_macro_invocation] = STATE(401), + [sym_scoped_identifier] = STATE(1617), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(425), + [sym_match_expression] = STATE(425), + [sym_while_expression] = STATE(425), + [sym_loop_expression] = STATE(425), + [sym_for_expression] = STATE(425), + [sym_const_block] = STATE(425), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), + [sym_label] = STATE(3571), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(425), + [sym_async_block] = STATE(425), + [sym_gen_block] = STATE(425), + [sym_try_block] = STATE(425), + [sym_block] = STATE(425), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(1), [sym_block_comment] = STATE(1), [aux_sym_source_file_repeat1] = STATE(5), - [aux_sym_function_modifiers_repeat1] = STATE(2336), + [aux_sym_function_modifiers_repeat1] = STATE(2299), [ts_builtin_sym_end] = ACTIONS(7), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), @@ -14755,89 +14791,246 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(99), }, [STATE(2)] = { - [sym__statement] = STATE(717), - [sym_empty_statement] = STATE(718), - [sym_expression_statement] = STATE(718), - [sym_macro_definition] = STATE(718), - [sym_attribute_item] = STATE(718), - [sym_inner_attribute_item] = STATE(718), - [sym_mod_item] = STATE(718), - [sym_foreign_mod_item] = STATE(718), - [sym_struct_item] = STATE(718), - [sym_union_item] = STATE(718), - [sym_enum_item] = STATE(718), - [sym_extern_crate_declaration] = STATE(718), - [sym_const_item] = STATE(718), - [sym_static_item] = STATE(718), - [sym_type_item] = STATE(718), - [sym_function_item] = STATE(718), - [sym_function_signature_item] = STATE(718), - [sym_function_modifiers] = STATE(3683), - [sym_impl_item] = STATE(718), - [sym_trait_item] = STATE(718), - [sym_associated_type] = STATE(718), - [sym_let_declaration] = STATE(718), - [sym_use_declaration] = STATE(718), - [sym_extern_modifier] = STATE(2255), - [sym_visibility_modifier] = STATE(2030), - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1769), - [sym_macro_invocation] = STATE(410), - [sym_scoped_identifier] = STATE(1622), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(419), - [sym_match_expression] = STATE(419), - [sym_while_expression] = STATE(419), - [sym_loop_expression] = STATE(419), - [sym_for_expression] = STATE(419), - [sym_const_block] = STATE(419), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), - [sym_label] = STATE(3610), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(419), - [sym_async_block] = STATE(419), - [sym_gen_block] = STATE(419), - [sym_try_block] = STATE(419), - [sym_block] = STATE(419), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym__statement] = STATE(619), + [sym_empty_statement] = STATE(622), + [sym_expression_statement] = STATE(623), + [sym__declaration_statement] = STATE(623), + [sym_macro_definition] = STATE(622), + [sym_attribute_item] = STATE(622), + [sym_inner_attribute_item] = STATE(622), + [sym_mod_item] = STATE(622), + [sym_foreign_mod_item] = STATE(622), + [sym_struct_item] = STATE(622), + [sym_union_item] = STATE(622), + [sym_enum_item] = STATE(622), + [sym_extern_crate_declaration] = STATE(622), + [sym_const_item] = STATE(622), + [sym_static_item] = STATE(622), + [sym_type_item] = STATE(622), + [sym_function_item] = STATE(622), + [sym_function_signature_item] = STATE(622), + [sym_function_modifiers] = STATE(3646), + [sym_impl_item] = STATE(622), + [sym_trait_item] = STATE(622), + [sym_associated_type] = STATE(622), + [sym_let_declaration] = STATE(622), + [sym_use_declaration] = STATE(622), + [sym_extern_modifier] = STATE(2242), + [sym_visibility_modifier] = STATE(2028), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1974), + [sym_macro_invocation] = STATE(428), + [sym_scoped_identifier] = STATE(1617), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(425), + [sym_match_expression] = STATE(425), + [sym_while_expression] = STATE(425), + [sym_loop_expression] = STATE(425), + [sym_for_expression] = STATE(425), + [sym_const_block] = STATE(425), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), + [sym_label] = STATE(3571), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(425), + [sym_async_block] = STATE(425), + [sym_gen_block] = STATE(425), + [sym_try_block] = STATE(425), + [sym_block] = STATE(425), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(2), [sym_block_comment] = STATE(2), - [aux_sym_source_file_repeat1] = STATE(34), - [aux_sym_function_modifiers_repeat1] = STATE(2336), + [aux_sym_source_file_repeat1] = STATE(2), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(121), + [anon_sym_SEMI] = ACTIONS(124), + [anon_sym_macro_rules_BANG] = ACTIONS(127), + [anon_sym_LPAREN] = ACTIONS(130), + [anon_sym_LBRACK] = ACTIONS(133), + [anon_sym_LBRACE] = ACTIONS(136), + [anon_sym_RBRACE] = ACTIONS(139), + [anon_sym_STAR] = ACTIONS(141), + [anon_sym_u8] = ACTIONS(144), + [anon_sym_i8] = ACTIONS(144), + [anon_sym_u16] = ACTIONS(144), + [anon_sym_i16] = ACTIONS(144), + [anon_sym_u32] = ACTIONS(144), + [anon_sym_i32] = ACTIONS(144), + [anon_sym_u64] = ACTIONS(144), + [anon_sym_i64] = ACTIONS(144), + [anon_sym_u128] = ACTIONS(144), + [anon_sym_i128] = ACTIONS(144), + [anon_sym_isize] = ACTIONS(144), + [anon_sym_usize] = ACTIONS(144), + [anon_sym_f32] = ACTIONS(144), + [anon_sym_f64] = ACTIONS(144), + [anon_sym_bool] = ACTIONS(144), + [anon_sym_str] = ACTIONS(144), + [anon_sym_char] = ACTIONS(144), + [anon_sym_DASH] = ACTIONS(141), + [anon_sym_BANG] = ACTIONS(141), + [anon_sym_AMP] = ACTIONS(147), + [anon_sym_PIPE] = ACTIONS(150), + [anon_sym_LT] = ACTIONS(153), + [anon_sym_DOT_DOT] = ACTIONS(156), + [anon_sym_COLON_COLON] = ACTIONS(159), + [anon_sym_POUND] = ACTIONS(162), + [anon_sym_SQUOTE] = ACTIONS(165), + [anon_sym_async] = ACTIONS(168), + [anon_sym_break] = ACTIONS(171), + [anon_sym_const] = ACTIONS(174), + [anon_sym_continue] = ACTIONS(177), + [anon_sym_default] = ACTIONS(180), + [anon_sym_enum] = ACTIONS(183), + [anon_sym_fn] = ACTIONS(186), + [anon_sym_for] = ACTIONS(189), + [anon_sym_gen] = ACTIONS(192), + [anon_sym_if] = ACTIONS(195), + [anon_sym_impl] = ACTIONS(198), + [anon_sym_let] = ACTIONS(201), + [anon_sym_loop] = ACTIONS(204), + [anon_sym_match] = ACTIONS(207), + [anon_sym_mod] = ACTIONS(210), + [anon_sym_pub] = ACTIONS(213), + [anon_sym_return] = ACTIONS(216), + [anon_sym_static] = ACTIONS(219), + [anon_sym_struct] = ACTIONS(222), + [anon_sym_trait] = ACTIONS(225), + [anon_sym_type] = ACTIONS(228), + [anon_sym_union] = ACTIONS(231), + [anon_sym_unsafe] = ACTIONS(234), + [anon_sym_use] = ACTIONS(237), + [anon_sym_while] = ACTIONS(240), + [anon_sym_extern] = ACTIONS(243), + [anon_sym_raw] = ACTIONS(246), + [anon_sym_yield] = ACTIONS(249), + [anon_sym_move] = ACTIONS(252), + [anon_sym_try] = ACTIONS(255), + [sym_integer_literal] = ACTIONS(258), + [aux_sym_string_literal_token1] = ACTIONS(261), + [sym_char_literal] = ACTIONS(258), + [anon_sym_true] = ACTIONS(264), + [anon_sym_false] = ACTIONS(264), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(267), + [sym_super] = ACTIONS(270), + [sym_crate] = ACTIONS(273), + [sym_metavariable] = ACTIONS(276), + [sym__raw_string_literal_start] = ACTIONS(279), + [sym_float_literal] = ACTIONS(258), + }, + [STATE(3)] = { + [sym__statement] = STATE(619), + [sym_empty_statement] = STATE(622), + [sym_expression_statement] = STATE(623), + [sym__declaration_statement] = STATE(623), + [sym_macro_definition] = STATE(622), + [sym_attribute_item] = STATE(622), + [sym_inner_attribute_item] = STATE(622), + [sym_mod_item] = STATE(622), + [sym_foreign_mod_item] = STATE(622), + [sym_struct_item] = STATE(622), + [sym_union_item] = STATE(622), + [sym_enum_item] = STATE(622), + [sym_extern_crate_declaration] = STATE(622), + [sym_const_item] = STATE(622), + [sym_static_item] = STATE(622), + [sym_type_item] = STATE(622), + [sym_function_item] = STATE(622), + [sym_function_signature_item] = STATE(622), + [sym_function_modifiers] = STATE(3646), + [sym_impl_item] = STATE(622), + [sym_trait_item] = STATE(622), + [sym_associated_type] = STATE(622), + [sym_let_declaration] = STATE(622), + [sym_use_declaration] = STATE(622), + [sym_extern_modifier] = STATE(2242), + [sym_visibility_modifier] = STATE(2028), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1935), + [sym_macro_invocation] = STATE(401), + [sym_scoped_identifier] = STATE(1617), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(425), + [sym_match_expression] = STATE(425), + [sym_while_expression] = STATE(425), + [sym_loop_expression] = STATE(425), + [sym_for_expression] = STATE(425), + [sym_const_block] = STATE(425), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), + [sym_label] = STATE(3571), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(425), + [sym_async_block] = STATE(425), + [sym_gen_block] = STATE(425), + [sym_try_block] = STATE(425), + [sym_block] = STATE(425), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(3), + [sym_block_comment] = STATE(3), + [aux_sym_source_file_repeat1] = STATE(2), + [aux_sym_function_modifiers_repeat1] = STATE(2299), [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(121), + [anon_sym_RBRACE] = ACTIONS(282), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), [anon_sym_i8] = ACTIONS(23), @@ -14863,7 +15056,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(123), + [anon_sym_POUND] = ACTIONS(284), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(39), [anon_sym_break] = ACTIONS(41), @@ -14909,90 +15102,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, - [STATE(3)] = { - [sym__statement] = STATE(717), - [sym_empty_statement] = STATE(718), - [sym_expression_statement] = STATE(718), - [sym_macro_definition] = STATE(718), - [sym_attribute_item] = STATE(718), - [sym_inner_attribute_item] = STATE(718), - [sym_mod_item] = STATE(718), - [sym_foreign_mod_item] = STATE(718), - [sym_struct_item] = STATE(718), - [sym_union_item] = STATE(718), - [sym_enum_item] = STATE(718), - [sym_extern_crate_declaration] = STATE(718), - [sym_const_item] = STATE(718), - [sym_static_item] = STATE(718), - [sym_type_item] = STATE(718), - [sym_function_item] = STATE(718), - [sym_function_signature_item] = STATE(718), - [sym_function_modifiers] = STATE(3683), - [sym_impl_item] = STATE(718), - [sym_trait_item] = STATE(718), - [sym_associated_type] = STATE(718), - [sym_let_declaration] = STATE(718), - [sym_use_declaration] = STATE(718), - [sym_extern_modifier] = STATE(2255), - [sym_visibility_modifier] = STATE(2030), - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1881), - [sym_macro_invocation] = STATE(410), - [sym_scoped_identifier] = STATE(1622), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(419), - [sym_match_expression] = STATE(419), - [sym_while_expression] = STATE(419), - [sym_loop_expression] = STATE(419), - [sym_for_expression] = STATE(419), - [sym_const_block] = STATE(419), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), - [sym_label] = STATE(3610), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(419), - [sym_async_block] = STATE(419), - [sym_gen_block] = STATE(419), - [sym_try_block] = STATE(419), - [sym_block] = STATE(419), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(3), - [sym_block_comment] = STATE(3), - [aux_sym_source_file_repeat1] = STATE(12), - [aux_sym_function_modifiers_repeat1] = STATE(2336), + [STATE(4)] = { + [sym__statement] = STATE(619), + [sym_empty_statement] = STATE(622), + [sym_expression_statement] = STATE(623), + [sym__declaration_statement] = STATE(623), + [sym_macro_definition] = STATE(622), + [sym_attribute_item] = STATE(622), + [sym_inner_attribute_item] = STATE(622), + [sym_mod_item] = STATE(622), + [sym_foreign_mod_item] = STATE(622), + [sym_struct_item] = STATE(622), + [sym_union_item] = STATE(622), + [sym_enum_item] = STATE(622), + [sym_extern_crate_declaration] = STATE(622), + [sym_const_item] = STATE(622), + [sym_static_item] = STATE(622), + [sym_type_item] = STATE(622), + [sym_function_item] = STATE(622), + [sym_function_signature_item] = STATE(622), + [sym_function_modifiers] = STATE(3646), + [sym_impl_item] = STATE(622), + [sym_trait_item] = STATE(622), + [sym_associated_type] = STATE(622), + [sym_let_declaration] = STATE(622), + [sym_use_declaration] = STATE(622), + [sym_extern_modifier] = STATE(2242), + [sym_visibility_modifier] = STATE(2028), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1974), + [sym_macro_invocation] = STATE(401), + [sym_scoped_identifier] = STATE(1617), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(425), + [sym_match_expression] = STATE(425), + [sym_while_expression] = STATE(425), + [sym_loop_expression] = STATE(425), + [sym_for_expression] = STATE(425), + [sym_const_block] = STATE(425), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), + [sym_label] = STATE(3571), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(425), + [sym_async_block] = STATE(425), + [sym_gen_block] = STATE(425), + [sym_try_block] = STATE(425), + [sym_block] = STATE(425), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(4), + [sym_block_comment] = STATE(4), + [aux_sym_source_file_repeat1] = STATE(7), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [ts_builtin_sym_end] = ACTIONS(286), [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(125), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), [anon_sym_i8] = ACTIONS(23), @@ -15018,7 +15212,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(123), + [anon_sym_POUND] = ACTIONS(284), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(39), [anon_sym_break] = ACTIONS(41), @@ -15064,84 +15258,85 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, - [STATE(4)] = { - [sym__statement] = STATE(717), - [sym_empty_statement] = STATE(718), - [sym_expression_statement] = STATE(718), - [sym_macro_definition] = STATE(718), - [sym_attribute_item] = STATE(718), - [sym_inner_attribute_item] = STATE(718), - [sym_mod_item] = STATE(718), - [sym_foreign_mod_item] = STATE(718), - [sym_struct_item] = STATE(718), - [sym_union_item] = STATE(718), - [sym_enum_item] = STATE(718), - [sym_extern_crate_declaration] = STATE(718), - [sym_const_item] = STATE(718), - [sym_static_item] = STATE(718), - [sym_type_item] = STATE(718), - [sym_function_item] = STATE(718), - [sym_function_signature_item] = STATE(718), - [sym_function_modifiers] = STATE(3683), - [sym_impl_item] = STATE(718), - [sym_trait_item] = STATE(718), - [sym_associated_type] = STATE(718), - [sym_let_declaration] = STATE(718), - [sym_use_declaration] = STATE(718), - [sym_extern_modifier] = STATE(2255), - [sym_visibility_modifier] = STATE(2030), - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1972), - [sym_macro_invocation] = STATE(410), - [sym_scoped_identifier] = STATE(1622), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(419), - [sym_match_expression] = STATE(419), - [sym_while_expression] = STATE(419), - [sym_loop_expression] = STATE(419), - [sym_for_expression] = STATE(419), - [sym_const_block] = STATE(419), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), - [sym_label] = STATE(3610), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(419), - [sym_async_block] = STATE(419), - [sym_gen_block] = STATE(419), - [sym_try_block] = STATE(419), - [sym_block] = STATE(419), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(4), - [sym_block_comment] = STATE(4), - [aux_sym_source_file_repeat1] = STATE(6), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [ts_builtin_sym_end] = ACTIONS(127), + [STATE(5)] = { + [sym__statement] = STATE(619), + [sym_empty_statement] = STATE(622), + [sym_expression_statement] = STATE(623), + [sym__declaration_statement] = STATE(623), + [sym_macro_definition] = STATE(622), + [sym_attribute_item] = STATE(622), + [sym_inner_attribute_item] = STATE(622), + [sym_mod_item] = STATE(622), + [sym_foreign_mod_item] = STATE(622), + [sym_struct_item] = STATE(622), + [sym_union_item] = STATE(622), + [sym_enum_item] = STATE(622), + [sym_extern_crate_declaration] = STATE(622), + [sym_const_item] = STATE(622), + [sym_static_item] = STATE(622), + [sym_type_item] = STATE(622), + [sym_function_item] = STATE(622), + [sym_function_signature_item] = STATE(622), + [sym_function_modifiers] = STATE(3646), + [sym_impl_item] = STATE(622), + [sym_trait_item] = STATE(622), + [sym_associated_type] = STATE(622), + [sym_let_declaration] = STATE(622), + [sym_use_declaration] = STATE(622), + [sym_extern_modifier] = STATE(2242), + [sym_visibility_modifier] = STATE(2028), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1974), + [sym_macro_invocation] = STATE(401), + [sym_scoped_identifier] = STATE(1617), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(425), + [sym_match_expression] = STATE(425), + [sym_while_expression] = STATE(425), + [sym_loop_expression] = STATE(425), + [sym_for_expression] = STATE(425), + [sym_const_block] = STATE(425), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), + [sym_label] = STATE(3571), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(425), + [sym_async_block] = STATE(425), + [sym_gen_block] = STATE(425), + [sym_try_block] = STATE(425), + [sym_block] = STATE(425), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(5), + [sym_block_comment] = STATE(5), + [aux_sym_source_file_repeat1] = STATE(8), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [ts_builtin_sym_end] = ACTIONS(286), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), @@ -15173,7 +15368,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(123), + [anon_sym_POUND] = ACTIONS(284), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(39), [anon_sym_break] = ACTIONS(41), @@ -15219,90 +15414,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, - [STATE(5)] = { - [sym__statement] = STATE(717), - [sym_empty_statement] = STATE(718), - [sym_expression_statement] = STATE(718), - [sym_macro_definition] = STATE(718), - [sym_attribute_item] = STATE(718), - [sym_inner_attribute_item] = STATE(718), - [sym_mod_item] = STATE(718), - [sym_foreign_mod_item] = STATE(718), - [sym_struct_item] = STATE(718), - [sym_union_item] = STATE(718), - [sym_enum_item] = STATE(718), - [sym_extern_crate_declaration] = STATE(718), - [sym_const_item] = STATE(718), - [sym_static_item] = STATE(718), - [sym_type_item] = STATE(718), - [sym_function_item] = STATE(718), - [sym_function_signature_item] = STATE(718), - [sym_function_modifiers] = STATE(3683), - [sym_impl_item] = STATE(718), - [sym_trait_item] = STATE(718), - [sym_associated_type] = STATE(718), - [sym_let_declaration] = STATE(718), - [sym_use_declaration] = STATE(718), - [sym_extern_modifier] = STATE(2255), - [sym_visibility_modifier] = STATE(2030), - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1972), - [sym_macro_invocation] = STATE(410), - [sym_scoped_identifier] = STATE(1622), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(419), - [sym_match_expression] = STATE(419), - [sym_while_expression] = STATE(419), - [sym_loop_expression] = STATE(419), - [sym_for_expression] = STATE(419), - [sym_const_block] = STATE(419), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), - [sym_label] = STATE(3610), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(419), - [sym_async_block] = STATE(419), - [sym_gen_block] = STATE(419), - [sym_try_block] = STATE(419), - [sym_block] = STATE(419), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(5), - [sym_block_comment] = STATE(5), - [aux_sym_source_file_repeat1] = STATE(7), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [ts_builtin_sym_end] = ACTIONS(127), + [STATE(6)] = { + [sym__statement] = STATE(619), + [sym_empty_statement] = STATE(622), + [sym_expression_statement] = STATE(623), + [sym__declaration_statement] = STATE(623), + [sym_macro_definition] = STATE(622), + [sym_attribute_item] = STATE(622), + [sym_inner_attribute_item] = STATE(622), + [sym_mod_item] = STATE(622), + [sym_foreign_mod_item] = STATE(622), + [sym_struct_item] = STATE(622), + [sym_union_item] = STATE(622), + [sym_enum_item] = STATE(622), + [sym_extern_crate_declaration] = STATE(622), + [sym_const_item] = STATE(622), + [sym_static_item] = STATE(622), + [sym_type_item] = STATE(622), + [sym_function_item] = STATE(622), + [sym_function_signature_item] = STATE(622), + [sym_function_modifiers] = STATE(3646), + [sym_impl_item] = STATE(622), + [sym_trait_item] = STATE(622), + [sym_associated_type] = STATE(622), + [sym_let_declaration] = STATE(622), + [sym_use_declaration] = STATE(622), + [sym_extern_modifier] = STATE(2242), + [sym_visibility_modifier] = STATE(2028), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1838), + [sym_macro_invocation] = STATE(401), + [sym_scoped_identifier] = STATE(1617), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(425), + [sym_match_expression] = STATE(425), + [sym_while_expression] = STATE(425), + [sym_loop_expression] = STATE(425), + [sym_for_expression] = STATE(425), + [sym_const_block] = STATE(425), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), + [sym_label] = STATE(3571), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(425), + [sym_async_block] = STATE(425), + [sym_gen_block] = STATE(425), + [sym_try_block] = STATE(425), + [sym_block] = STATE(425), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(6), + [sym_block_comment] = STATE(6), + [aux_sym_source_file_repeat1] = STATE(2), + [aux_sym_function_modifiers_repeat1] = STATE(2299), [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(288), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), [anon_sym_i8] = ACTIONS(23), @@ -15328,7 +15524,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(123), + [anon_sym_POUND] = ACTIONS(284), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(39), [anon_sym_break] = ACTIONS(41), @@ -15374,84 +15570,85 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, - [STATE(6)] = { - [sym__statement] = STATE(717), - [sym_empty_statement] = STATE(718), - [sym_expression_statement] = STATE(718), - [sym_macro_definition] = STATE(718), - [sym_attribute_item] = STATE(718), - [sym_inner_attribute_item] = STATE(718), - [sym_mod_item] = STATE(718), - [sym_foreign_mod_item] = STATE(718), - [sym_struct_item] = STATE(718), - [sym_union_item] = STATE(718), - [sym_enum_item] = STATE(718), - [sym_extern_crate_declaration] = STATE(718), - [sym_const_item] = STATE(718), - [sym_static_item] = STATE(718), - [sym_type_item] = STATE(718), - [sym_function_item] = STATE(718), - [sym_function_signature_item] = STATE(718), - [sym_function_modifiers] = STATE(3683), - [sym_impl_item] = STATE(718), - [sym_trait_item] = STATE(718), - [sym_associated_type] = STATE(718), - [sym_let_declaration] = STATE(718), - [sym_use_declaration] = STATE(718), - [sym_extern_modifier] = STATE(2255), - [sym_visibility_modifier] = STATE(2030), - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1972), - [sym_macro_invocation] = STATE(410), - [sym_scoped_identifier] = STATE(1622), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(419), - [sym_match_expression] = STATE(419), - [sym_while_expression] = STATE(419), - [sym_loop_expression] = STATE(419), - [sym_for_expression] = STATE(419), - [sym_const_block] = STATE(419), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), - [sym_label] = STATE(3610), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(419), - [sym_async_block] = STATE(419), - [sym_gen_block] = STATE(419), - [sym_try_block] = STATE(419), - [sym_block] = STATE(419), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(6), - [sym_block_comment] = STATE(6), - [aux_sym_source_file_repeat1] = STATE(7), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [ts_builtin_sym_end] = ACTIONS(129), + [STATE(7)] = { + [sym__statement] = STATE(619), + [sym_empty_statement] = STATE(622), + [sym_expression_statement] = STATE(623), + [sym__declaration_statement] = STATE(623), + [sym_macro_definition] = STATE(622), + [sym_attribute_item] = STATE(622), + [sym_inner_attribute_item] = STATE(622), + [sym_mod_item] = STATE(622), + [sym_foreign_mod_item] = STATE(622), + [sym_struct_item] = STATE(622), + [sym_union_item] = STATE(622), + [sym_enum_item] = STATE(622), + [sym_extern_crate_declaration] = STATE(622), + [sym_const_item] = STATE(622), + [sym_static_item] = STATE(622), + [sym_type_item] = STATE(622), + [sym_function_item] = STATE(622), + [sym_function_signature_item] = STATE(622), + [sym_function_modifiers] = STATE(3646), + [sym_impl_item] = STATE(622), + [sym_trait_item] = STATE(622), + [sym_associated_type] = STATE(622), + [sym_let_declaration] = STATE(622), + [sym_use_declaration] = STATE(622), + [sym_extern_modifier] = STATE(2242), + [sym_visibility_modifier] = STATE(2028), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1974), + [sym_macro_invocation] = STATE(401), + [sym_scoped_identifier] = STATE(1617), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(425), + [sym_match_expression] = STATE(425), + [sym_while_expression] = STATE(425), + [sym_loop_expression] = STATE(425), + [sym_for_expression] = STATE(425), + [sym_const_block] = STATE(425), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), + [sym_label] = STATE(3571), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(425), + [sym_async_block] = STATE(425), + [sym_gen_block] = STATE(425), + [sym_try_block] = STATE(425), + [sym_block] = STATE(425), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(7), + [sym_block_comment] = STATE(7), + [aux_sym_source_file_repeat1] = STATE(8), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [ts_builtin_sym_end] = ACTIONS(290), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), @@ -15483,7 +15680,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(123), + [anon_sym_POUND] = ACTIONS(284), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(39), [anon_sym_break] = ACTIONS(41), @@ -15529,238 +15726,240 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, - [STATE(7)] = { - [sym__statement] = STATE(717), - [sym_empty_statement] = STATE(718), - [sym_expression_statement] = STATE(718), - [sym_macro_definition] = STATE(718), - [sym_attribute_item] = STATE(718), - [sym_inner_attribute_item] = STATE(718), - [sym_mod_item] = STATE(718), - [sym_foreign_mod_item] = STATE(718), - [sym_struct_item] = STATE(718), - [sym_union_item] = STATE(718), - [sym_enum_item] = STATE(718), - [sym_extern_crate_declaration] = STATE(718), - [sym_const_item] = STATE(718), - [sym_static_item] = STATE(718), - [sym_type_item] = STATE(718), - [sym_function_item] = STATE(718), - [sym_function_signature_item] = STATE(718), - [sym_function_modifiers] = STATE(3683), - [sym_impl_item] = STATE(718), - [sym_trait_item] = STATE(718), - [sym_associated_type] = STATE(718), - [sym_let_declaration] = STATE(718), - [sym_use_declaration] = STATE(718), - [sym_extern_modifier] = STATE(2255), - [sym_visibility_modifier] = STATE(2030), - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1972), - [sym_macro_invocation] = STATE(410), - [sym_scoped_identifier] = STATE(1622), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(419), - [sym_match_expression] = STATE(419), - [sym_while_expression] = STATE(419), - [sym_loop_expression] = STATE(419), - [sym_for_expression] = STATE(419), - [sym_const_block] = STATE(419), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), - [sym_label] = STATE(3610), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(419), - [sym_async_block] = STATE(419), - [sym_gen_block] = STATE(419), - [sym_try_block] = STATE(419), - [sym_block] = STATE(419), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(7), - [sym_block_comment] = STATE(7), - [aux_sym_source_file_repeat1] = STATE(7), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [ts_builtin_sym_end] = ACTIONS(131), - [sym_identifier] = ACTIONS(133), - [anon_sym_SEMI] = ACTIONS(136), - [anon_sym_macro_rules_BANG] = ACTIONS(139), - [anon_sym_LPAREN] = ACTIONS(142), - [anon_sym_LBRACK] = ACTIONS(145), - [anon_sym_LBRACE] = ACTIONS(148), - [anon_sym_STAR] = ACTIONS(151), - [anon_sym_u8] = ACTIONS(154), - [anon_sym_i8] = ACTIONS(154), - [anon_sym_u16] = ACTIONS(154), - [anon_sym_i16] = ACTIONS(154), - [anon_sym_u32] = ACTIONS(154), - [anon_sym_i32] = ACTIONS(154), - [anon_sym_u64] = ACTIONS(154), - [anon_sym_i64] = ACTIONS(154), - [anon_sym_u128] = ACTIONS(154), - [anon_sym_i128] = ACTIONS(154), - [anon_sym_isize] = ACTIONS(154), - [anon_sym_usize] = ACTIONS(154), - [anon_sym_f32] = ACTIONS(154), - [anon_sym_f64] = ACTIONS(154), - [anon_sym_bool] = ACTIONS(154), - [anon_sym_str] = ACTIONS(154), - [anon_sym_char] = ACTIONS(154), - [anon_sym_DASH] = ACTIONS(151), - [anon_sym_BANG] = ACTIONS(151), - [anon_sym_AMP] = ACTIONS(157), - [anon_sym_PIPE] = ACTIONS(160), - [anon_sym_LT] = ACTIONS(163), - [anon_sym_DOT_DOT] = ACTIONS(166), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_POUND] = ACTIONS(172), - [anon_sym_SQUOTE] = ACTIONS(175), - [anon_sym_async] = ACTIONS(178), - [anon_sym_break] = ACTIONS(181), - [anon_sym_const] = ACTIONS(184), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_default] = ACTIONS(190), - [anon_sym_enum] = ACTIONS(193), - [anon_sym_fn] = ACTIONS(196), - [anon_sym_for] = ACTIONS(199), - [anon_sym_gen] = ACTIONS(202), - [anon_sym_if] = ACTIONS(205), - [anon_sym_impl] = ACTIONS(208), - [anon_sym_let] = ACTIONS(211), - [anon_sym_loop] = ACTIONS(214), - [anon_sym_match] = ACTIONS(217), - [anon_sym_mod] = ACTIONS(220), - [anon_sym_pub] = ACTIONS(223), - [anon_sym_return] = ACTIONS(226), - [anon_sym_static] = ACTIONS(229), - [anon_sym_struct] = ACTIONS(232), - [anon_sym_trait] = ACTIONS(235), - [anon_sym_type] = ACTIONS(238), - [anon_sym_union] = ACTIONS(241), - [anon_sym_unsafe] = ACTIONS(244), - [anon_sym_use] = ACTIONS(247), - [anon_sym_while] = ACTIONS(250), - [anon_sym_extern] = ACTIONS(253), - [anon_sym_raw] = ACTIONS(256), - [anon_sym_yield] = ACTIONS(259), - [anon_sym_move] = ACTIONS(262), - [anon_sym_try] = ACTIONS(265), - [sym_integer_literal] = ACTIONS(268), - [aux_sym_string_literal_token1] = ACTIONS(271), - [sym_char_literal] = ACTIONS(268), - [anon_sym_true] = ACTIONS(274), - [anon_sym_false] = ACTIONS(274), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(277), - [sym_super] = ACTIONS(280), - [sym_crate] = ACTIONS(283), - [sym_metavariable] = ACTIONS(286), - [sym__raw_string_literal_start] = ACTIONS(289), - [sym_float_literal] = ACTIONS(268), - }, [STATE(8)] = { - [sym__statement] = STATE(717), - [sym_empty_statement] = STATE(718), - [sym_expression_statement] = STATE(718), - [sym_macro_definition] = STATE(718), - [sym_attribute_item] = STATE(718), - [sym_inner_attribute_item] = STATE(718), - [sym_mod_item] = STATE(718), - [sym_foreign_mod_item] = STATE(718), - [sym_struct_item] = STATE(718), - [sym_union_item] = STATE(718), - [sym_enum_item] = STATE(718), - [sym_extern_crate_declaration] = STATE(718), - [sym_const_item] = STATE(718), - [sym_static_item] = STATE(718), - [sym_type_item] = STATE(718), - [sym_function_item] = STATE(718), - [sym_function_signature_item] = STATE(718), - [sym_function_modifiers] = STATE(3683), - [sym_impl_item] = STATE(718), - [sym_trait_item] = STATE(718), - [sym_associated_type] = STATE(718), - [sym_let_declaration] = STATE(718), - [sym_use_declaration] = STATE(718), - [sym_extern_modifier] = STATE(2255), - [sym_visibility_modifier] = STATE(2030), - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1788), - [sym_macro_invocation] = STATE(410), - [sym_scoped_identifier] = STATE(1622), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(419), - [sym_match_expression] = STATE(419), - [sym_while_expression] = STATE(419), - [sym_loop_expression] = STATE(419), - [sym_for_expression] = STATE(419), - [sym_const_block] = STATE(419), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), - [sym_label] = STATE(3610), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(419), - [sym_async_block] = STATE(419), - [sym_gen_block] = STATE(419), - [sym_try_block] = STATE(419), - [sym_block] = STATE(419), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym__statement] = STATE(619), + [sym_empty_statement] = STATE(622), + [sym_expression_statement] = STATE(623), + [sym__declaration_statement] = STATE(623), + [sym_macro_definition] = STATE(622), + [sym_attribute_item] = STATE(622), + [sym_inner_attribute_item] = STATE(622), + [sym_mod_item] = STATE(622), + [sym_foreign_mod_item] = STATE(622), + [sym_struct_item] = STATE(622), + [sym_union_item] = STATE(622), + [sym_enum_item] = STATE(622), + [sym_extern_crate_declaration] = STATE(622), + [sym_const_item] = STATE(622), + [sym_static_item] = STATE(622), + [sym_type_item] = STATE(622), + [sym_function_item] = STATE(622), + [sym_function_signature_item] = STATE(622), + [sym_function_modifiers] = STATE(3646), + [sym_impl_item] = STATE(622), + [sym_trait_item] = STATE(622), + [sym_associated_type] = STATE(622), + [sym_let_declaration] = STATE(622), + [sym_use_declaration] = STATE(622), + [sym_extern_modifier] = STATE(2242), + [sym_visibility_modifier] = STATE(2028), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1974), + [sym_macro_invocation] = STATE(401), + [sym_scoped_identifier] = STATE(1617), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(425), + [sym_match_expression] = STATE(425), + [sym_while_expression] = STATE(425), + [sym_loop_expression] = STATE(425), + [sym_for_expression] = STATE(425), + [sym_const_block] = STATE(425), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), + [sym_label] = STATE(3571), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(425), + [sym_async_block] = STATE(425), + [sym_gen_block] = STATE(425), + [sym_try_block] = STATE(425), + [sym_block] = STATE(425), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(8), [sym_block_comment] = STATE(8), - [aux_sym_source_file_repeat1] = STATE(9), - [aux_sym_function_modifiers_repeat1] = STATE(2336), + [aux_sym_source_file_repeat1] = STATE(8), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [ts_builtin_sym_end] = ACTIONS(139), + [sym_identifier] = ACTIONS(121), + [anon_sym_SEMI] = ACTIONS(124), + [anon_sym_macro_rules_BANG] = ACTIONS(127), + [anon_sym_LPAREN] = ACTIONS(130), + [anon_sym_LBRACK] = ACTIONS(133), + [anon_sym_LBRACE] = ACTIONS(136), + [anon_sym_STAR] = ACTIONS(141), + [anon_sym_u8] = ACTIONS(144), + [anon_sym_i8] = ACTIONS(144), + [anon_sym_u16] = ACTIONS(144), + [anon_sym_i16] = ACTIONS(144), + [anon_sym_u32] = ACTIONS(144), + [anon_sym_i32] = ACTIONS(144), + [anon_sym_u64] = ACTIONS(144), + [anon_sym_i64] = ACTIONS(144), + [anon_sym_u128] = ACTIONS(144), + [anon_sym_i128] = ACTIONS(144), + [anon_sym_isize] = ACTIONS(144), + [anon_sym_usize] = ACTIONS(144), + [anon_sym_f32] = ACTIONS(144), + [anon_sym_f64] = ACTIONS(144), + [anon_sym_bool] = ACTIONS(144), + [anon_sym_str] = ACTIONS(144), + [anon_sym_char] = ACTIONS(144), + [anon_sym_DASH] = ACTIONS(141), + [anon_sym_BANG] = ACTIONS(141), + [anon_sym_AMP] = ACTIONS(147), + [anon_sym_PIPE] = ACTIONS(150), + [anon_sym_LT] = ACTIONS(153), + [anon_sym_DOT_DOT] = ACTIONS(156), + [anon_sym_COLON_COLON] = ACTIONS(159), + [anon_sym_POUND] = ACTIONS(162), + [anon_sym_SQUOTE] = ACTIONS(165), + [anon_sym_async] = ACTIONS(168), + [anon_sym_break] = ACTIONS(171), + [anon_sym_const] = ACTIONS(174), + [anon_sym_continue] = ACTIONS(177), + [anon_sym_default] = ACTIONS(180), + [anon_sym_enum] = ACTIONS(183), + [anon_sym_fn] = ACTIONS(186), + [anon_sym_for] = ACTIONS(189), + [anon_sym_gen] = ACTIONS(192), + [anon_sym_if] = ACTIONS(195), + [anon_sym_impl] = ACTIONS(198), + [anon_sym_let] = ACTIONS(201), + [anon_sym_loop] = ACTIONS(204), + [anon_sym_match] = ACTIONS(207), + [anon_sym_mod] = ACTIONS(210), + [anon_sym_pub] = ACTIONS(213), + [anon_sym_return] = ACTIONS(216), + [anon_sym_static] = ACTIONS(219), + [anon_sym_struct] = ACTIONS(222), + [anon_sym_trait] = ACTIONS(225), + [anon_sym_type] = ACTIONS(228), + [anon_sym_union] = ACTIONS(231), + [anon_sym_unsafe] = ACTIONS(234), + [anon_sym_use] = ACTIONS(237), + [anon_sym_while] = ACTIONS(240), + [anon_sym_extern] = ACTIONS(243), + [anon_sym_raw] = ACTIONS(246), + [anon_sym_yield] = ACTIONS(249), + [anon_sym_move] = ACTIONS(252), + [anon_sym_try] = ACTIONS(255), + [sym_integer_literal] = ACTIONS(258), + [aux_sym_string_literal_token1] = ACTIONS(261), + [sym_char_literal] = ACTIONS(258), + [anon_sym_true] = ACTIONS(264), + [anon_sym_false] = ACTIONS(264), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(267), + [sym_super] = ACTIONS(270), + [sym_crate] = ACTIONS(273), + [sym_metavariable] = ACTIONS(276), + [sym__raw_string_literal_start] = ACTIONS(279), + [sym_float_literal] = ACTIONS(258), + }, + [STATE(9)] = { + [sym__statement] = STATE(619), + [sym_empty_statement] = STATE(622), + [sym_expression_statement] = STATE(623), + [sym__declaration_statement] = STATE(623), + [sym_macro_definition] = STATE(622), + [sym_attribute_item] = STATE(622), + [sym_inner_attribute_item] = STATE(622), + [sym_mod_item] = STATE(622), + [sym_foreign_mod_item] = STATE(622), + [sym_struct_item] = STATE(622), + [sym_union_item] = STATE(622), + [sym_enum_item] = STATE(622), + [sym_extern_crate_declaration] = STATE(622), + [sym_const_item] = STATE(622), + [sym_static_item] = STATE(622), + [sym_type_item] = STATE(622), + [sym_function_item] = STATE(622), + [sym_function_signature_item] = STATE(622), + [sym_function_modifiers] = STATE(3646), + [sym_impl_item] = STATE(622), + [sym_trait_item] = STATE(622), + [sym_associated_type] = STATE(622), + [sym_let_declaration] = STATE(622), + [sym_use_declaration] = STATE(622), + [sym_extern_modifier] = STATE(2242), + [sym_visibility_modifier] = STATE(2028), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1767), + [sym_macro_invocation] = STATE(401), + [sym_scoped_identifier] = STATE(1617), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(425), + [sym_match_expression] = STATE(425), + [sym_while_expression] = STATE(425), + [sym_loop_expression] = STATE(425), + [sym_for_expression] = STATE(425), + [sym_const_block] = STATE(425), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), + [sym_label] = STATE(3571), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(425), + [sym_async_block] = STATE(425), + [sym_gen_block] = STATE(425), + [sym_try_block] = STATE(425), + [sym_block] = STATE(425), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(9), + [sym_block_comment] = STATE(9), + [aux_sym_source_file_repeat1] = STATE(10), + [aux_sym_function_modifiers_repeat1] = STATE(2299), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), @@ -15793,7 +15992,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(123), + [anon_sym_POUND] = ACTIONS(284), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(39), [anon_sym_break] = ACTIONS(41), @@ -15839,83 +16038,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, - [STATE(9)] = { - [sym__statement] = STATE(717), - [sym_empty_statement] = STATE(718), - [sym_expression_statement] = STATE(718), - [sym_macro_definition] = STATE(718), - [sym_attribute_item] = STATE(718), - [sym_inner_attribute_item] = STATE(718), - [sym_mod_item] = STATE(718), - [sym_foreign_mod_item] = STATE(718), - [sym_struct_item] = STATE(718), - [sym_union_item] = STATE(718), - [sym_enum_item] = STATE(718), - [sym_extern_crate_declaration] = STATE(718), - [sym_const_item] = STATE(718), - [sym_static_item] = STATE(718), - [sym_type_item] = STATE(718), - [sym_function_item] = STATE(718), - [sym_function_signature_item] = STATE(718), - [sym_function_modifiers] = STATE(3683), - [sym_impl_item] = STATE(718), - [sym_trait_item] = STATE(718), - [sym_associated_type] = STATE(718), - [sym_let_declaration] = STATE(718), - [sym_use_declaration] = STATE(718), - [sym_extern_modifier] = STATE(2255), - [sym_visibility_modifier] = STATE(2030), - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1887), - [sym_macro_invocation] = STATE(410), - [sym_scoped_identifier] = STATE(1622), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(419), - [sym_match_expression] = STATE(419), - [sym_while_expression] = STATE(419), - [sym_loop_expression] = STATE(419), - [sym_for_expression] = STATE(419), - [sym_const_block] = STATE(419), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), - [sym_label] = STATE(3610), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(419), - [sym_async_block] = STATE(419), - [sym_gen_block] = STATE(419), - [sym_try_block] = STATE(419), - [sym_block] = STATE(419), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(9), - [sym_block_comment] = STATE(9), - [aux_sym_source_file_repeat1] = STATE(12), - [aux_sym_function_modifiers_repeat1] = STATE(2336), + [STATE(10)] = { + [sym__statement] = STATE(619), + [sym_empty_statement] = STATE(622), + [sym_expression_statement] = STATE(623), + [sym__declaration_statement] = STATE(623), + [sym_macro_definition] = STATE(622), + [sym_attribute_item] = STATE(622), + [sym_inner_attribute_item] = STATE(622), + [sym_mod_item] = STATE(622), + [sym_foreign_mod_item] = STATE(622), + [sym_struct_item] = STATE(622), + [sym_union_item] = STATE(622), + [sym_enum_item] = STATE(622), + [sym_extern_crate_declaration] = STATE(622), + [sym_const_item] = STATE(622), + [sym_static_item] = STATE(622), + [sym_type_item] = STATE(622), + [sym_function_item] = STATE(622), + [sym_function_signature_item] = STATE(622), + [sym_function_modifiers] = STATE(3646), + [sym_impl_item] = STATE(622), + [sym_trait_item] = STATE(622), + [sym_associated_type] = STATE(622), + [sym_let_declaration] = STATE(622), + [sym_use_declaration] = STATE(622), + [sym_extern_modifier] = STATE(2242), + [sym_visibility_modifier] = STATE(2028), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1915), + [sym_macro_invocation] = STATE(401), + [sym_scoped_identifier] = STATE(1617), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(425), + [sym_match_expression] = STATE(425), + [sym_while_expression] = STATE(425), + [sym_loop_expression] = STATE(425), + [sym_for_expression] = STATE(425), + [sym_const_block] = STATE(425), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), + [sym_label] = STATE(3571), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(425), + [sym_async_block] = STATE(425), + [sym_gen_block] = STATE(425), + [sym_try_block] = STATE(425), + [sym_block] = STATE(425), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(10), + [sym_block_comment] = STATE(10), + [aux_sym_source_file_repeat1] = STATE(2), + [aux_sym_function_modifiers_repeat1] = STATE(2299), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), @@ -15948,7 +16148,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(123), + [anon_sym_POUND] = ACTIONS(284), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(39), [anon_sym_break] = ACTIONS(41), @@ -15994,83 +16194,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, - [STATE(10)] = { - [sym__statement] = STATE(717), - [sym_empty_statement] = STATE(718), - [sym_expression_statement] = STATE(718), - [sym_macro_definition] = STATE(718), - [sym_attribute_item] = STATE(718), - [sym_inner_attribute_item] = STATE(718), - [sym_mod_item] = STATE(718), - [sym_foreign_mod_item] = STATE(718), - [sym_struct_item] = STATE(718), - [sym_union_item] = STATE(718), - [sym_enum_item] = STATE(718), - [sym_extern_crate_declaration] = STATE(718), - [sym_const_item] = STATE(718), - [sym_static_item] = STATE(718), - [sym_type_item] = STATE(718), - [sym_function_item] = STATE(718), - [sym_function_signature_item] = STATE(718), - [sym_function_modifiers] = STATE(3683), - [sym_impl_item] = STATE(718), - [sym_trait_item] = STATE(718), - [sym_associated_type] = STATE(718), - [sym_let_declaration] = STATE(718), - [sym_use_declaration] = STATE(718), - [sym_extern_modifier] = STATE(2255), - [sym_visibility_modifier] = STATE(2030), - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1793), - [sym_macro_invocation] = STATE(410), - [sym_scoped_identifier] = STATE(1622), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(419), - [sym_match_expression] = STATE(419), - [sym_while_expression] = STATE(419), - [sym_loop_expression] = STATE(419), - [sym_for_expression] = STATE(419), - [sym_const_block] = STATE(419), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), - [sym_label] = STATE(3610), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(419), - [sym_async_block] = STATE(419), - [sym_gen_block] = STATE(419), - [sym_try_block] = STATE(419), - [sym_block] = STATE(419), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(10), - [sym_block_comment] = STATE(10), - [aux_sym_source_file_repeat1] = STATE(11), - [aux_sym_function_modifiers_repeat1] = STATE(2336), + [STATE(11)] = { + [sym__statement] = STATE(619), + [sym_empty_statement] = STATE(622), + [sym_expression_statement] = STATE(623), + [sym__declaration_statement] = STATE(623), + [sym_macro_definition] = STATE(622), + [sym_attribute_item] = STATE(622), + [sym_inner_attribute_item] = STATE(622), + [sym_mod_item] = STATE(622), + [sym_foreign_mod_item] = STATE(622), + [sym_struct_item] = STATE(622), + [sym_union_item] = STATE(622), + [sym_enum_item] = STATE(622), + [sym_extern_crate_declaration] = STATE(622), + [sym_const_item] = STATE(622), + [sym_static_item] = STATE(622), + [sym_type_item] = STATE(622), + [sym_function_item] = STATE(622), + [sym_function_signature_item] = STATE(622), + [sym_function_modifiers] = STATE(3646), + [sym_impl_item] = STATE(622), + [sym_trait_item] = STATE(622), + [sym_associated_type] = STATE(622), + [sym_let_declaration] = STATE(622), + [sym_use_declaration] = STATE(622), + [sym_extern_modifier] = STATE(2242), + [sym_visibility_modifier] = STATE(2028), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1889), + [sym_macro_invocation] = STATE(401), + [sym_scoped_identifier] = STATE(1617), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(425), + [sym_match_expression] = STATE(425), + [sym_while_expression] = STATE(425), + [sym_loop_expression] = STATE(425), + [sym_for_expression] = STATE(425), + [sym_const_block] = STATE(425), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), + [sym_label] = STATE(3571), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(425), + [sym_async_block] = STATE(425), + [sym_gen_block] = STATE(425), + [sym_try_block] = STATE(425), + [sym_block] = STATE(425), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(11), + [sym_block_comment] = STATE(11), + [aux_sym_source_file_repeat1] = STATE(12), + [aux_sym_function_modifiers_repeat1] = STATE(2299), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), @@ -16103,7 +16304,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(123), + [anon_sym_POUND] = ACTIONS(284), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(39), [anon_sym_break] = ACTIONS(41), @@ -16149,83 +16350,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, - [STATE(11)] = { - [sym__statement] = STATE(717), - [sym_empty_statement] = STATE(718), - [sym_expression_statement] = STATE(718), - [sym_macro_definition] = STATE(718), - [sym_attribute_item] = STATE(718), - [sym_inner_attribute_item] = STATE(718), - [sym_mod_item] = STATE(718), - [sym_foreign_mod_item] = STATE(718), - [sym_struct_item] = STATE(718), - [sym_union_item] = STATE(718), - [sym_enum_item] = STATE(718), - [sym_extern_crate_declaration] = STATE(718), - [sym_const_item] = STATE(718), - [sym_static_item] = STATE(718), - [sym_type_item] = STATE(718), - [sym_function_item] = STATE(718), - [sym_function_signature_item] = STATE(718), - [sym_function_modifiers] = STATE(3683), - [sym_impl_item] = STATE(718), - [sym_trait_item] = STATE(718), - [sym_associated_type] = STATE(718), - [sym_let_declaration] = STATE(718), - [sym_use_declaration] = STATE(718), - [sym_extern_modifier] = STATE(2255), - [sym_visibility_modifier] = STATE(2030), - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1799), - [sym_macro_invocation] = STATE(410), - [sym_scoped_identifier] = STATE(1622), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(419), - [sym_match_expression] = STATE(419), - [sym_while_expression] = STATE(419), - [sym_loop_expression] = STATE(419), - [sym_for_expression] = STATE(419), - [sym_const_block] = STATE(419), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), - [sym_label] = STATE(3610), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(419), - [sym_async_block] = STATE(419), - [sym_gen_block] = STATE(419), - [sym_try_block] = STATE(419), - [sym_block] = STATE(419), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(11), - [sym_block_comment] = STATE(11), - [aux_sym_source_file_repeat1] = STATE(12), - [aux_sym_function_modifiers_repeat1] = STATE(2336), + [STATE(12)] = { + [sym__statement] = STATE(619), + [sym_empty_statement] = STATE(622), + [sym_expression_statement] = STATE(623), + [sym__declaration_statement] = STATE(623), + [sym_macro_definition] = STATE(622), + [sym_attribute_item] = STATE(622), + [sym_inner_attribute_item] = STATE(622), + [sym_mod_item] = STATE(622), + [sym_foreign_mod_item] = STATE(622), + [sym_struct_item] = STATE(622), + [sym_union_item] = STATE(622), + [sym_enum_item] = STATE(622), + [sym_extern_crate_declaration] = STATE(622), + [sym_const_item] = STATE(622), + [sym_static_item] = STATE(622), + [sym_type_item] = STATE(622), + [sym_function_item] = STATE(622), + [sym_function_signature_item] = STATE(622), + [sym_function_modifiers] = STATE(3646), + [sym_impl_item] = STATE(622), + [sym_trait_item] = STATE(622), + [sym_associated_type] = STATE(622), + [sym_let_declaration] = STATE(622), + [sym_use_declaration] = STATE(622), + [sym_extern_modifier] = STATE(2242), + [sym_visibility_modifier] = STATE(2028), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1892), + [sym_macro_invocation] = STATE(401), + [sym_scoped_identifier] = STATE(1617), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(425), + [sym_match_expression] = STATE(425), + [sym_while_expression] = STATE(425), + [sym_loop_expression] = STATE(425), + [sym_for_expression] = STATE(425), + [sym_const_block] = STATE(425), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), + [sym_label] = STATE(3571), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(425), + [sym_async_block] = STATE(425), + [sym_gen_block] = STATE(425), + [sym_try_block] = STATE(425), + [sym_block] = STATE(425), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(12), + [sym_block_comment] = STATE(12), + [aux_sym_source_file_repeat1] = STATE(2), + [aux_sym_function_modifiers_repeat1] = STATE(2299), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), @@ -16258,7 +16460,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(123), + [anon_sym_POUND] = ACTIONS(284), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(39), [anon_sym_break] = ACTIONS(41), @@ -16304,238 +16506,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, - [STATE(12)] = { - [sym__statement] = STATE(717), - [sym_empty_statement] = STATE(718), - [sym_expression_statement] = STATE(718), - [sym_macro_definition] = STATE(718), - [sym_attribute_item] = STATE(718), - [sym_inner_attribute_item] = STATE(718), - [sym_mod_item] = STATE(718), - [sym_foreign_mod_item] = STATE(718), - [sym_struct_item] = STATE(718), - [sym_union_item] = STATE(718), - [sym_enum_item] = STATE(718), - [sym_extern_crate_declaration] = STATE(718), - [sym_const_item] = STATE(718), - [sym_static_item] = STATE(718), - [sym_type_item] = STATE(718), - [sym_function_item] = STATE(718), - [sym_function_signature_item] = STATE(718), - [sym_function_modifiers] = STATE(3683), - [sym_impl_item] = STATE(718), - [sym_trait_item] = STATE(718), - [sym_associated_type] = STATE(718), - [sym_let_declaration] = STATE(718), - [sym_use_declaration] = STATE(718), - [sym_extern_modifier] = STATE(2255), - [sym_visibility_modifier] = STATE(2030), - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1972), - [sym_macro_invocation] = STATE(428), - [sym_scoped_identifier] = STATE(1622), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(419), - [sym_match_expression] = STATE(419), - [sym_while_expression] = STATE(419), - [sym_loop_expression] = STATE(419), - [sym_for_expression] = STATE(419), - [sym_const_block] = STATE(419), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), - [sym_label] = STATE(3610), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(419), - [sym_async_block] = STATE(419), - [sym_gen_block] = STATE(419), - [sym_try_block] = STATE(419), - [sym_block] = STATE(419), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(12), - [sym_block_comment] = STATE(12), - [aux_sym_source_file_repeat1] = STATE(12), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(133), - [anon_sym_SEMI] = ACTIONS(136), - [anon_sym_macro_rules_BANG] = ACTIONS(139), - [anon_sym_LPAREN] = ACTIONS(142), - [anon_sym_LBRACK] = ACTIONS(145), - [anon_sym_LBRACE] = ACTIONS(148), - [anon_sym_RBRACE] = ACTIONS(131), - [anon_sym_STAR] = ACTIONS(151), - [anon_sym_u8] = ACTIONS(154), - [anon_sym_i8] = ACTIONS(154), - [anon_sym_u16] = ACTIONS(154), - [anon_sym_i16] = ACTIONS(154), - [anon_sym_u32] = ACTIONS(154), - [anon_sym_i32] = ACTIONS(154), - [anon_sym_u64] = ACTIONS(154), - [anon_sym_i64] = ACTIONS(154), - [anon_sym_u128] = ACTIONS(154), - [anon_sym_i128] = ACTIONS(154), - [anon_sym_isize] = ACTIONS(154), - [anon_sym_usize] = ACTIONS(154), - [anon_sym_f32] = ACTIONS(154), - [anon_sym_f64] = ACTIONS(154), - [anon_sym_bool] = ACTIONS(154), - [anon_sym_str] = ACTIONS(154), - [anon_sym_char] = ACTIONS(154), - [anon_sym_DASH] = ACTIONS(151), - [anon_sym_BANG] = ACTIONS(151), - [anon_sym_AMP] = ACTIONS(157), - [anon_sym_PIPE] = ACTIONS(160), - [anon_sym_LT] = ACTIONS(163), - [anon_sym_DOT_DOT] = ACTIONS(166), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_POUND] = ACTIONS(172), - [anon_sym_SQUOTE] = ACTIONS(175), - [anon_sym_async] = ACTIONS(178), - [anon_sym_break] = ACTIONS(181), - [anon_sym_const] = ACTIONS(184), - [anon_sym_continue] = ACTIONS(187), - [anon_sym_default] = ACTIONS(190), - [anon_sym_enum] = ACTIONS(193), - [anon_sym_fn] = ACTIONS(196), - [anon_sym_for] = ACTIONS(199), - [anon_sym_gen] = ACTIONS(202), - [anon_sym_if] = ACTIONS(205), - [anon_sym_impl] = ACTIONS(208), - [anon_sym_let] = ACTIONS(211), - [anon_sym_loop] = ACTIONS(214), - [anon_sym_match] = ACTIONS(217), - [anon_sym_mod] = ACTIONS(220), - [anon_sym_pub] = ACTIONS(223), - [anon_sym_return] = ACTIONS(226), - [anon_sym_static] = ACTIONS(229), - [anon_sym_struct] = ACTIONS(232), - [anon_sym_trait] = ACTIONS(235), - [anon_sym_type] = ACTIONS(238), - [anon_sym_union] = ACTIONS(241), - [anon_sym_unsafe] = ACTIONS(244), - [anon_sym_use] = ACTIONS(247), - [anon_sym_while] = ACTIONS(250), - [anon_sym_extern] = ACTIONS(253), - [anon_sym_raw] = ACTIONS(256), - [anon_sym_yield] = ACTIONS(259), - [anon_sym_move] = ACTIONS(262), - [anon_sym_try] = ACTIONS(265), - [sym_integer_literal] = ACTIONS(268), - [aux_sym_string_literal_token1] = ACTIONS(271), - [sym_char_literal] = ACTIONS(268), - [anon_sym_true] = ACTIONS(274), - [anon_sym_false] = ACTIONS(274), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(277), - [sym_super] = ACTIONS(280), - [sym_crate] = ACTIONS(283), - [sym_metavariable] = ACTIONS(286), - [sym__raw_string_literal_start] = ACTIONS(289), - [sym_float_literal] = ACTIONS(268), - }, [STATE(13)] = { - [sym__statement] = STATE(717), - [sym_empty_statement] = STATE(718), - [sym_expression_statement] = STATE(718), - [sym_macro_definition] = STATE(718), - [sym_attribute_item] = STATE(718), - [sym_inner_attribute_item] = STATE(718), - [sym_mod_item] = STATE(718), - [sym_foreign_mod_item] = STATE(718), - [sym_struct_item] = STATE(718), - [sym_union_item] = STATE(718), - [sym_enum_item] = STATE(718), - [sym_extern_crate_declaration] = STATE(718), - [sym_const_item] = STATE(718), - [sym_static_item] = STATE(718), - [sym_type_item] = STATE(718), - [sym_function_item] = STATE(718), - [sym_function_signature_item] = STATE(718), - [sym_function_modifiers] = STATE(3683), - [sym_impl_item] = STATE(718), - [sym_trait_item] = STATE(718), - [sym_associated_type] = STATE(718), - [sym_let_declaration] = STATE(718), - [sym_use_declaration] = STATE(718), - [sym_extern_modifier] = STATE(2255), - [sym_visibility_modifier] = STATE(2030), - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1811), - [sym_macro_invocation] = STATE(410), - [sym_scoped_identifier] = STATE(1622), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(419), - [sym_match_expression] = STATE(419), - [sym_while_expression] = STATE(419), - [sym_loop_expression] = STATE(419), - [sym_for_expression] = STATE(419), - [sym_const_block] = STATE(419), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), - [sym_label] = STATE(3610), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(419), - [sym_async_block] = STATE(419), - [sym_gen_block] = STATE(419), - [sym_try_block] = STATE(419), - [sym_block] = STATE(419), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym__statement] = STATE(619), + [sym_empty_statement] = STATE(622), + [sym_expression_statement] = STATE(623), + [sym__declaration_statement] = STATE(623), + [sym_macro_definition] = STATE(622), + [sym_attribute_item] = STATE(622), + [sym_inner_attribute_item] = STATE(622), + [sym_mod_item] = STATE(622), + [sym_foreign_mod_item] = STATE(622), + [sym_struct_item] = STATE(622), + [sym_union_item] = STATE(622), + [sym_enum_item] = STATE(622), + [sym_extern_crate_declaration] = STATE(622), + [sym_const_item] = STATE(622), + [sym_static_item] = STATE(622), + [sym_type_item] = STATE(622), + [sym_function_item] = STATE(622), + [sym_function_signature_item] = STATE(622), + [sym_function_modifiers] = STATE(3646), + [sym_impl_item] = STATE(622), + [sym_trait_item] = STATE(622), + [sym_associated_type] = STATE(622), + [sym_let_declaration] = STATE(622), + [sym_use_declaration] = STATE(622), + [sym_extern_modifier] = STATE(2242), + [sym_visibility_modifier] = STATE(2028), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1898), + [sym_macro_invocation] = STATE(401), + [sym_scoped_identifier] = STATE(1617), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(425), + [sym_match_expression] = STATE(425), + [sym_while_expression] = STATE(425), + [sym_loop_expression] = STATE(425), + [sym_for_expression] = STATE(425), + [sym_const_block] = STATE(425), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), + [sym_label] = STATE(3571), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(425), + [sym_async_block] = STATE(425), + [sym_gen_block] = STATE(425), + [sym_try_block] = STATE(425), + [sym_block] = STATE(425), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(13), [sym_block_comment] = STATE(13), - [aux_sym_source_file_repeat1] = STATE(14), - [aux_sym_function_modifiers_repeat1] = STATE(2336), + [aux_sym_source_file_repeat1] = STATE(6), + [aux_sym_function_modifiers_repeat1] = STATE(2299), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), @@ -16568,7 +16616,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(123), + [anon_sym_POUND] = ACTIONS(284), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(39), [anon_sym_break] = ACTIONS(41), @@ -16615,82 +16663,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(99), }, [STATE(14)] = { - [sym__statement] = STATE(717), - [sym_empty_statement] = STATE(718), - [sym_expression_statement] = STATE(718), - [sym_macro_definition] = STATE(718), - [sym_attribute_item] = STATE(718), - [sym_inner_attribute_item] = STATE(718), - [sym_mod_item] = STATE(718), - [sym_foreign_mod_item] = STATE(718), - [sym_struct_item] = STATE(718), - [sym_union_item] = STATE(718), - [sym_enum_item] = STATE(718), - [sym_extern_crate_declaration] = STATE(718), - [sym_const_item] = STATE(718), - [sym_static_item] = STATE(718), - [sym_type_item] = STATE(718), - [sym_function_item] = STATE(718), - [sym_function_signature_item] = STATE(718), - [sym_function_modifiers] = STATE(3683), - [sym_impl_item] = STATE(718), - [sym_trait_item] = STATE(718), - [sym_associated_type] = STATE(718), - [sym_let_declaration] = STATE(718), - [sym_use_declaration] = STATE(718), - [sym_extern_modifier] = STATE(2255), - [sym_visibility_modifier] = STATE(2030), - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1816), - [sym_macro_invocation] = STATE(410), - [sym_scoped_identifier] = STATE(1622), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(419), - [sym_match_expression] = STATE(419), - [sym_while_expression] = STATE(419), - [sym_loop_expression] = STATE(419), - [sym_for_expression] = STATE(419), - [sym_const_block] = STATE(419), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), - [sym_label] = STATE(3610), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(419), - [sym_async_block] = STATE(419), - [sym_gen_block] = STATE(419), - [sym_try_block] = STATE(419), - [sym_block] = STATE(419), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym__statement] = STATE(619), + [sym_empty_statement] = STATE(622), + [sym_expression_statement] = STATE(623), + [sym__declaration_statement] = STATE(623), + [sym_macro_definition] = STATE(622), + [sym_attribute_item] = STATE(622), + [sym_inner_attribute_item] = STATE(622), + [sym_mod_item] = STATE(622), + [sym_foreign_mod_item] = STATE(622), + [sym_struct_item] = STATE(622), + [sym_union_item] = STATE(622), + [sym_enum_item] = STATE(622), + [sym_extern_crate_declaration] = STATE(622), + [sym_const_item] = STATE(622), + [sym_static_item] = STATE(622), + [sym_type_item] = STATE(622), + [sym_function_item] = STATE(622), + [sym_function_signature_item] = STATE(622), + [sym_function_modifiers] = STATE(3646), + [sym_impl_item] = STATE(622), + [sym_trait_item] = STATE(622), + [sym_associated_type] = STATE(622), + [sym_let_declaration] = STATE(622), + [sym_use_declaration] = STATE(622), + [sym_extern_modifier] = STATE(2242), + [sym_visibility_modifier] = STATE(2028), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1897), + [sym_macro_invocation] = STATE(401), + [sym_scoped_identifier] = STATE(1617), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(425), + [sym_match_expression] = STATE(425), + [sym_while_expression] = STATE(425), + [sym_loop_expression] = STATE(425), + [sym_for_expression] = STATE(425), + [sym_const_block] = STATE(425), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), + [sym_label] = STATE(3571), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(425), + [sym_async_block] = STATE(425), + [sym_gen_block] = STATE(425), + [sym_try_block] = STATE(425), + [sym_block] = STATE(425), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(14), [sym_block_comment] = STATE(14), - [aux_sym_source_file_repeat1] = STATE(12), - [aux_sym_function_modifiers_repeat1] = STATE(2336), + [aux_sym_source_file_repeat1] = STATE(15), + [aux_sym_function_modifiers_repeat1] = STATE(2299), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), @@ -16723,7 +16772,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(123), + [anon_sym_POUND] = ACTIONS(284), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(39), [anon_sym_break] = ACTIONS(41), @@ -16770,82 +16819,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(99), }, [STATE(15)] = { - [sym__statement] = STATE(717), - [sym_empty_statement] = STATE(718), - [sym_expression_statement] = STATE(718), - [sym_macro_definition] = STATE(718), - [sym_attribute_item] = STATE(718), - [sym_inner_attribute_item] = STATE(718), - [sym_mod_item] = STATE(718), - [sym_foreign_mod_item] = STATE(718), - [sym_struct_item] = STATE(718), - [sym_union_item] = STATE(718), - [sym_enum_item] = STATE(718), - [sym_extern_crate_declaration] = STATE(718), - [sym_const_item] = STATE(718), - [sym_static_item] = STATE(718), - [sym_type_item] = STATE(718), - [sym_function_item] = STATE(718), - [sym_function_signature_item] = STATE(718), - [sym_function_modifiers] = STATE(3683), - [sym_impl_item] = STATE(718), - [sym_trait_item] = STATE(718), - [sym_associated_type] = STATE(718), - [sym_let_declaration] = STATE(718), - [sym_use_declaration] = STATE(718), - [sym_extern_modifier] = STATE(2255), - [sym_visibility_modifier] = STATE(2030), - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1826), - [sym_macro_invocation] = STATE(410), - [sym_scoped_identifier] = STATE(1622), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(419), - [sym_match_expression] = STATE(419), - [sym_while_expression] = STATE(419), - [sym_loop_expression] = STATE(419), - [sym_for_expression] = STATE(419), - [sym_const_block] = STATE(419), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), - [sym_label] = STATE(3610), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(419), - [sym_async_block] = STATE(419), - [sym_gen_block] = STATE(419), - [sym_try_block] = STATE(419), - [sym_block] = STATE(419), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym__statement] = STATE(619), + [sym_empty_statement] = STATE(622), + [sym_expression_statement] = STATE(623), + [sym__declaration_statement] = STATE(623), + [sym_macro_definition] = STATE(622), + [sym_attribute_item] = STATE(622), + [sym_inner_attribute_item] = STATE(622), + [sym_mod_item] = STATE(622), + [sym_foreign_mod_item] = STATE(622), + [sym_struct_item] = STATE(622), + [sym_union_item] = STATE(622), + [sym_enum_item] = STATE(622), + [sym_extern_crate_declaration] = STATE(622), + [sym_const_item] = STATE(622), + [sym_static_item] = STATE(622), + [sym_type_item] = STATE(622), + [sym_function_item] = STATE(622), + [sym_function_signature_item] = STATE(622), + [sym_function_modifiers] = STATE(3646), + [sym_impl_item] = STATE(622), + [sym_trait_item] = STATE(622), + [sym_associated_type] = STATE(622), + [sym_let_declaration] = STATE(622), + [sym_use_declaration] = STATE(622), + [sym_extern_modifier] = STATE(2242), + [sym_visibility_modifier] = STATE(2028), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1903), + [sym_macro_invocation] = STATE(401), + [sym_scoped_identifier] = STATE(1617), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(425), + [sym_match_expression] = STATE(425), + [sym_while_expression] = STATE(425), + [sym_loop_expression] = STATE(425), + [sym_for_expression] = STATE(425), + [sym_const_block] = STATE(425), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), + [sym_label] = STATE(3571), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(425), + [sym_async_block] = STATE(425), + [sym_gen_block] = STATE(425), + [sym_try_block] = STATE(425), + [sym_block] = STATE(425), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(15), [sym_block_comment] = STATE(15), - [aux_sym_source_file_repeat1] = STATE(16), - [aux_sym_function_modifiers_repeat1] = STATE(2336), + [aux_sym_source_file_repeat1] = STATE(2), + [aux_sym_function_modifiers_repeat1] = STATE(2299), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), @@ -16878,7 +16928,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(123), + [anon_sym_POUND] = ACTIONS(284), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(39), [anon_sym_break] = ACTIONS(41), @@ -16925,82 +16975,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(99), }, [STATE(16)] = { - [sym__statement] = STATE(717), - [sym_empty_statement] = STATE(718), - [sym_expression_statement] = STATE(718), - [sym_macro_definition] = STATE(718), - [sym_attribute_item] = STATE(718), - [sym_inner_attribute_item] = STATE(718), - [sym_mod_item] = STATE(718), - [sym_foreign_mod_item] = STATE(718), - [sym_struct_item] = STATE(718), - [sym_union_item] = STATE(718), - [sym_enum_item] = STATE(718), - [sym_extern_crate_declaration] = STATE(718), - [sym_const_item] = STATE(718), - [sym_static_item] = STATE(718), - [sym_type_item] = STATE(718), - [sym_function_item] = STATE(718), - [sym_function_signature_item] = STATE(718), - [sym_function_modifiers] = STATE(3683), - [sym_impl_item] = STATE(718), - [sym_trait_item] = STATE(718), - [sym_associated_type] = STATE(718), - [sym_let_declaration] = STATE(718), - [sym_use_declaration] = STATE(718), - [sym_extern_modifier] = STATE(2255), - [sym_visibility_modifier] = STATE(2030), - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1834), - [sym_macro_invocation] = STATE(410), - [sym_scoped_identifier] = STATE(1622), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(419), - [sym_match_expression] = STATE(419), - [sym_while_expression] = STATE(419), - [sym_loop_expression] = STATE(419), - [sym_for_expression] = STATE(419), - [sym_const_block] = STATE(419), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), - [sym_label] = STATE(3610), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(419), - [sym_async_block] = STATE(419), - [sym_gen_block] = STATE(419), - [sym_try_block] = STATE(419), - [sym_block] = STATE(419), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym__statement] = STATE(619), + [sym_empty_statement] = STATE(622), + [sym_expression_statement] = STATE(623), + [sym__declaration_statement] = STATE(623), + [sym_macro_definition] = STATE(622), + [sym_attribute_item] = STATE(622), + [sym_inner_attribute_item] = STATE(622), + [sym_mod_item] = STATE(622), + [sym_foreign_mod_item] = STATE(622), + [sym_struct_item] = STATE(622), + [sym_union_item] = STATE(622), + [sym_enum_item] = STATE(622), + [sym_extern_crate_declaration] = STATE(622), + [sym_const_item] = STATE(622), + [sym_static_item] = STATE(622), + [sym_type_item] = STATE(622), + [sym_function_item] = STATE(622), + [sym_function_signature_item] = STATE(622), + [sym_function_modifiers] = STATE(3646), + [sym_impl_item] = STATE(622), + [sym_trait_item] = STATE(622), + [sym_associated_type] = STATE(622), + [sym_let_declaration] = STATE(622), + [sym_use_declaration] = STATE(622), + [sym_extern_modifier] = STATE(2242), + [sym_visibility_modifier] = STATE(2028), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1913), + [sym_macro_invocation] = STATE(401), + [sym_scoped_identifier] = STATE(1617), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(425), + [sym_match_expression] = STATE(425), + [sym_while_expression] = STATE(425), + [sym_loop_expression] = STATE(425), + [sym_for_expression] = STATE(425), + [sym_const_block] = STATE(425), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), + [sym_label] = STATE(3571), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(425), + [sym_async_block] = STATE(425), + [sym_gen_block] = STATE(425), + [sym_try_block] = STATE(425), + [sym_block] = STATE(425), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(16), [sym_block_comment] = STATE(16), - [aux_sym_source_file_repeat1] = STATE(12), - [aux_sym_function_modifiers_repeat1] = STATE(2336), + [aux_sym_source_file_repeat1] = STATE(2), + [aux_sym_function_modifiers_repeat1] = STATE(2299), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), @@ -17033,7 +17084,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(123), + [anon_sym_POUND] = ACTIONS(284), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(39), [anon_sym_break] = ACTIONS(41), @@ -17080,82 +17131,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(99), }, [STATE(17)] = { - [sym__statement] = STATE(717), - [sym_empty_statement] = STATE(718), - [sym_expression_statement] = STATE(718), - [sym_macro_definition] = STATE(718), - [sym_attribute_item] = STATE(718), - [sym_inner_attribute_item] = STATE(718), - [sym_mod_item] = STATE(718), - [sym_foreign_mod_item] = STATE(718), - [sym_struct_item] = STATE(718), - [sym_union_item] = STATE(718), - [sym_enum_item] = STATE(718), - [sym_extern_crate_declaration] = STATE(718), - [sym_const_item] = STATE(718), - [sym_static_item] = STATE(718), - [sym_type_item] = STATE(718), - [sym_function_item] = STATE(718), - [sym_function_signature_item] = STATE(718), - [sym_function_modifiers] = STATE(3683), - [sym_impl_item] = STATE(718), - [sym_trait_item] = STATE(718), - [sym_associated_type] = STATE(718), - [sym_let_declaration] = STATE(718), - [sym_use_declaration] = STATE(718), - [sym_extern_modifier] = STATE(2255), - [sym_visibility_modifier] = STATE(2030), - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1841), - [sym_macro_invocation] = STATE(410), - [sym_scoped_identifier] = STATE(1622), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(419), - [sym_match_expression] = STATE(419), - [sym_while_expression] = STATE(419), - [sym_loop_expression] = STATE(419), - [sym_for_expression] = STATE(419), - [sym_const_block] = STATE(419), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), - [sym_label] = STATE(3610), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(419), - [sym_async_block] = STATE(419), - [sym_gen_block] = STATE(419), - [sym_try_block] = STATE(419), - [sym_block] = STATE(419), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym__statement] = STATE(619), + [sym_empty_statement] = STATE(622), + [sym_expression_statement] = STATE(623), + [sym__declaration_statement] = STATE(623), + [sym_macro_definition] = STATE(622), + [sym_attribute_item] = STATE(622), + [sym_inner_attribute_item] = STATE(622), + [sym_mod_item] = STATE(622), + [sym_foreign_mod_item] = STATE(622), + [sym_struct_item] = STATE(622), + [sym_union_item] = STATE(622), + [sym_enum_item] = STATE(622), + [sym_extern_crate_declaration] = STATE(622), + [sym_const_item] = STATE(622), + [sym_static_item] = STATE(622), + [sym_type_item] = STATE(622), + [sym_function_item] = STATE(622), + [sym_function_signature_item] = STATE(622), + [sym_function_modifiers] = STATE(3646), + [sym_impl_item] = STATE(622), + [sym_trait_item] = STATE(622), + [sym_associated_type] = STATE(622), + [sym_let_declaration] = STATE(622), + [sym_use_declaration] = STATE(622), + [sym_extern_modifier] = STATE(2242), + [sym_visibility_modifier] = STATE(2028), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1914), + [sym_macro_invocation] = STATE(401), + [sym_scoped_identifier] = STATE(1617), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(425), + [sym_match_expression] = STATE(425), + [sym_while_expression] = STATE(425), + [sym_loop_expression] = STATE(425), + [sym_for_expression] = STATE(425), + [sym_const_block] = STATE(425), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), + [sym_label] = STATE(3571), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(425), + [sym_async_block] = STATE(425), + [sym_gen_block] = STATE(425), + [sym_try_block] = STATE(425), + [sym_block] = STATE(425), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(17), [sym_block_comment] = STATE(17), [aux_sym_source_file_repeat1] = STATE(18), - [aux_sym_function_modifiers_repeat1] = STATE(2336), + [aux_sym_function_modifiers_repeat1] = STATE(2299), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), @@ -17188,7 +17240,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(123), + [anon_sym_POUND] = ACTIONS(284), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(39), [anon_sym_break] = ACTIONS(41), @@ -17235,82 +17287,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(99), }, [STATE(18)] = { - [sym__statement] = STATE(717), - [sym_empty_statement] = STATE(718), - [sym_expression_statement] = STATE(718), - [sym_macro_definition] = STATE(718), - [sym_attribute_item] = STATE(718), - [sym_inner_attribute_item] = STATE(718), - [sym_mod_item] = STATE(718), - [sym_foreign_mod_item] = STATE(718), - [sym_struct_item] = STATE(718), - [sym_union_item] = STATE(718), - [sym_enum_item] = STATE(718), - [sym_extern_crate_declaration] = STATE(718), - [sym_const_item] = STATE(718), - [sym_static_item] = STATE(718), - [sym_type_item] = STATE(718), - [sym_function_item] = STATE(718), - [sym_function_signature_item] = STATE(718), - [sym_function_modifiers] = STATE(3683), - [sym_impl_item] = STATE(718), - [sym_trait_item] = STATE(718), - [sym_associated_type] = STATE(718), - [sym_let_declaration] = STATE(718), - [sym_use_declaration] = STATE(718), - [sym_extern_modifier] = STATE(2255), - [sym_visibility_modifier] = STATE(2030), - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1845), - [sym_macro_invocation] = STATE(410), - [sym_scoped_identifier] = STATE(1622), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(419), - [sym_match_expression] = STATE(419), - [sym_while_expression] = STATE(419), - [sym_loop_expression] = STATE(419), - [sym_for_expression] = STATE(419), - [sym_const_block] = STATE(419), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), - [sym_label] = STATE(3610), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(419), - [sym_async_block] = STATE(419), - [sym_gen_block] = STATE(419), - [sym_try_block] = STATE(419), - [sym_block] = STATE(419), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym__statement] = STATE(619), + [sym_empty_statement] = STATE(622), + [sym_expression_statement] = STATE(623), + [sym__declaration_statement] = STATE(623), + [sym_macro_definition] = STATE(622), + [sym_attribute_item] = STATE(622), + [sym_inner_attribute_item] = STATE(622), + [sym_mod_item] = STATE(622), + [sym_foreign_mod_item] = STATE(622), + [sym_struct_item] = STATE(622), + [sym_union_item] = STATE(622), + [sym_enum_item] = STATE(622), + [sym_extern_crate_declaration] = STATE(622), + [sym_const_item] = STATE(622), + [sym_static_item] = STATE(622), + [sym_type_item] = STATE(622), + [sym_function_item] = STATE(622), + [sym_function_signature_item] = STATE(622), + [sym_function_modifiers] = STATE(3646), + [sym_impl_item] = STATE(622), + [sym_trait_item] = STATE(622), + [sym_associated_type] = STATE(622), + [sym_let_declaration] = STATE(622), + [sym_use_declaration] = STATE(622), + [sym_extern_modifier] = STATE(2242), + [sym_visibility_modifier] = STATE(2028), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1916), + [sym_macro_invocation] = STATE(401), + [sym_scoped_identifier] = STATE(1617), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(425), + [sym_match_expression] = STATE(425), + [sym_while_expression] = STATE(425), + [sym_loop_expression] = STATE(425), + [sym_for_expression] = STATE(425), + [sym_const_block] = STATE(425), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), + [sym_label] = STATE(3571), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(425), + [sym_async_block] = STATE(425), + [sym_gen_block] = STATE(425), + [sym_try_block] = STATE(425), + [sym_block] = STATE(425), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(18), [sym_block_comment] = STATE(18), - [aux_sym_source_file_repeat1] = STATE(12), - [aux_sym_function_modifiers_repeat1] = STATE(2336), + [aux_sym_source_file_repeat1] = STATE(2), + [aux_sym_function_modifiers_repeat1] = STATE(2299), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), @@ -17343,7 +17396,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(123), + [anon_sym_POUND] = ACTIONS(284), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(39), [anon_sym_break] = ACTIONS(41), @@ -17390,82 +17443,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(99), }, [STATE(19)] = { - [sym__statement] = STATE(717), - [sym_empty_statement] = STATE(718), - [sym_expression_statement] = STATE(718), - [sym_macro_definition] = STATE(718), - [sym_attribute_item] = STATE(718), - [sym_inner_attribute_item] = STATE(718), - [sym_mod_item] = STATE(718), - [sym_foreign_mod_item] = STATE(718), - [sym_struct_item] = STATE(718), - [sym_union_item] = STATE(718), - [sym_enum_item] = STATE(718), - [sym_extern_crate_declaration] = STATE(718), - [sym_const_item] = STATE(718), - [sym_static_item] = STATE(718), - [sym_type_item] = STATE(718), - [sym_function_item] = STATE(718), - [sym_function_signature_item] = STATE(718), - [sym_function_modifiers] = STATE(3683), - [sym_impl_item] = STATE(718), - [sym_trait_item] = STATE(718), - [sym_associated_type] = STATE(718), - [sym_let_declaration] = STATE(718), - [sym_use_declaration] = STATE(718), - [sym_extern_modifier] = STATE(2255), - [sym_visibility_modifier] = STATE(2030), - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1852), - [sym_macro_invocation] = STATE(410), - [sym_scoped_identifier] = STATE(1622), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(419), - [sym_match_expression] = STATE(419), - [sym_while_expression] = STATE(419), - [sym_loop_expression] = STATE(419), - [sym_for_expression] = STATE(419), - [sym_const_block] = STATE(419), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), - [sym_label] = STATE(3610), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(419), - [sym_async_block] = STATE(419), - [sym_gen_block] = STATE(419), - [sym_try_block] = STATE(419), - [sym_block] = STATE(419), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym__statement] = STATE(619), + [sym_empty_statement] = STATE(622), + [sym_expression_statement] = STATE(623), + [sym__declaration_statement] = STATE(623), + [sym_macro_definition] = STATE(622), + [sym_attribute_item] = STATE(622), + [sym_inner_attribute_item] = STATE(622), + [sym_mod_item] = STATE(622), + [sym_foreign_mod_item] = STATE(622), + [sym_struct_item] = STATE(622), + [sym_union_item] = STATE(622), + [sym_enum_item] = STATE(622), + [sym_extern_crate_declaration] = STATE(622), + [sym_const_item] = STATE(622), + [sym_static_item] = STATE(622), + [sym_type_item] = STATE(622), + [sym_function_item] = STATE(622), + [sym_function_signature_item] = STATE(622), + [sym_function_modifiers] = STATE(3646), + [sym_impl_item] = STATE(622), + [sym_trait_item] = STATE(622), + [sym_associated_type] = STATE(622), + [sym_let_declaration] = STATE(622), + [sym_use_declaration] = STATE(622), + [sym_extern_modifier] = STATE(2242), + [sym_visibility_modifier] = STATE(2028), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1917), + [sym_macro_invocation] = STATE(401), + [sym_scoped_identifier] = STATE(1617), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(425), + [sym_match_expression] = STATE(425), + [sym_while_expression] = STATE(425), + [sym_loop_expression] = STATE(425), + [sym_for_expression] = STATE(425), + [sym_const_block] = STATE(425), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), + [sym_label] = STATE(3571), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(425), + [sym_async_block] = STATE(425), + [sym_gen_block] = STATE(425), + [sym_try_block] = STATE(425), + [sym_block] = STATE(425), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(19), [sym_block_comment] = STATE(19), [aux_sym_source_file_repeat1] = STATE(20), - [aux_sym_function_modifiers_repeat1] = STATE(2336), + [aux_sym_function_modifiers_repeat1] = STATE(2299), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), @@ -17498,7 +17552,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(123), + [anon_sym_POUND] = ACTIONS(284), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(39), [anon_sym_break] = ACTIONS(41), @@ -17545,82 +17599,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(99), }, [STATE(20)] = { - [sym__statement] = STATE(717), - [sym_empty_statement] = STATE(718), - [sym_expression_statement] = STATE(718), - [sym_macro_definition] = STATE(718), - [sym_attribute_item] = STATE(718), - [sym_inner_attribute_item] = STATE(718), - [sym_mod_item] = STATE(718), - [sym_foreign_mod_item] = STATE(718), - [sym_struct_item] = STATE(718), - [sym_union_item] = STATE(718), - [sym_enum_item] = STATE(718), - [sym_extern_crate_declaration] = STATE(718), - [sym_const_item] = STATE(718), - [sym_static_item] = STATE(718), - [sym_type_item] = STATE(718), - [sym_function_item] = STATE(718), - [sym_function_signature_item] = STATE(718), - [sym_function_modifiers] = STATE(3683), - [sym_impl_item] = STATE(718), - [sym_trait_item] = STATE(718), - [sym_associated_type] = STATE(718), - [sym_let_declaration] = STATE(718), - [sym_use_declaration] = STATE(718), - [sym_extern_modifier] = STATE(2255), - [sym_visibility_modifier] = STATE(2030), - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1855), - [sym_macro_invocation] = STATE(410), - [sym_scoped_identifier] = STATE(1622), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(419), - [sym_match_expression] = STATE(419), - [sym_while_expression] = STATE(419), - [sym_loop_expression] = STATE(419), - [sym_for_expression] = STATE(419), - [sym_const_block] = STATE(419), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), - [sym_label] = STATE(3610), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(419), - [sym_async_block] = STATE(419), - [sym_gen_block] = STATE(419), - [sym_try_block] = STATE(419), - [sym_block] = STATE(419), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym__statement] = STATE(619), + [sym_empty_statement] = STATE(622), + [sym_expression_statement] = STATE(623), + [sym__declaration_statement] = STATE(623), + [sym_macro_definition] = STATE(622), + [sym_attribute_item] = STATE(622), + [sym_inner_attribute_item] = STATE(622), + [sym_mod_item] = STATE(622), + [sym_foreign_mod_item] = STATE(622), + [sym_struct_item] = STATE(622), + [sym_union_item] = STATE(622), + [sym_enum_item] = STATE(622), + [sym_extern_crate_declaration] = STATE(622), + [sym_const_item] = STATE(622), + [sym_static_item] = STATE(622), + [sym_type_item] = STATE(622), + [sym_function_item] = STATE(622), + [sym_function_signature_item] = STATE(622), + [sym_function_modifiers] = STATE(3646), + [sym_impl_item] = STATE(622), + [sym_trait_item] = STATE(622), + [sym_associated_type] = STATE(622), + [sym_let_declaration] = STATE(622), + [sym_use_declaration] = STATE(622), + [sym_extern_modifier] = STATE(2242), + [sym_visibility_modifier] = STATE(2028), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1919), + [sym_macro_invocation] = STATE(401), + [sym_scoped_identifier] = STATE(1617), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(425), + [sym_match_expression] = STATE(425), + [sym_while_expression] = STATE(425), + [sym_loop_expression] = STATE(425), + [sym_for_expression] = STATE(425), + [sym_const_block] = STATE(425), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), + [sym_label] = STATE(3571), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(425), + [sym_async_block] = STATE(425), + [sym_gen_block] = STATE(425), + [sym_try_block] = STATE(425), + [sym_block] = STATE(425), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(20), [sym_block_comment] = STATE(20), - [aux_sym_source_file_repeat1] = STATE(12), - [aux_sym_function_modifiers_repeat1] = STATE(2336), + [aux_sym_source_file_repeat1] = STATE(2), + [aux_sym_function_modifiers_repeat1] = STATE(2299), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), @@ -17653,7 +17708,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(123), + [anon_sym_POUND] = ACTIONS(284), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(39), [anon_sym_break] = ACTIONS(41), @@ -17700,82 +17755,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(99), }, [STATE(21)] = { - [sym__statement] = STATE(717), - [sym_empty_statement] = STATE(718), - [sym_expression_statement] = STATE(718), - [sym_macro_definition] = STATE(718), - [sym_attribute_item] = STATE(718), - [sym_inner_attribute_item] = STATE(718), - [sym_mod_item] = STATE(718), - [sym_foreign_mod_item] = STATE(718), - [sym_struct_item] = STATE(718), - [sym_union_item] = STATE(718), - [sym_enum_item] = STATE(718), - [sym_extern_crate_declaration] = STATE(718), - [sym_const_item] = STATE(718), - [sym_static_item] = STATE(718), - [sym_type_item] = STATE(718), - [sym_function_item] = STATE(718), - [sym_function_signature_item] = STATE(718), - [sym_function_modifiers] = STATE(3683), - [sym_impl_item] = STATE(718), - [sym_trait_item] = STATE(718), - [sym_associated_type] = STATE(718), - [sym_let_declaration] = STATE(718), - [sym_use_declaration] = STATE(718), - [sym_extern_modifier] = STATE(2255), - [sym_visibility_modifier] = STATE(2030), - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1860), - [sym_macro_invocation] = STATE(410), - [sym_scoped_identifier] = STATE(1622), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(419), - [sym_match_expression] = STATE(419), - [sym_while_expression] = STATE(419), - [sym_loop_expression] = STATE(419), - [sym_for_expression] = STATE(419), - [sym_const_block] = STATE(419), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), - [sym_label] = STATE(3610), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(419), - [sym_async_block] = STATE(419), - [sym_gen_block] = STATE(419), - [sym_try_block] = STATE(419), - [sym_block] = STATE(419), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym__statement] = STATE(619), + [sym_empty_statement] = STATE(622), + [sym_expression_statement] = STATE(623), + [sym__declaration_statement] = STATE(623), + [sym_macro_definition] = STATE(622), + [sym_attribute_item] = STATE(622), + [sym_inner_attribute_item] = STATE(622), + [sym_mod_item] = STATE(622), + [sym_foreign_mod_item] = STATE(622), + [sym_struct_item] = STATE(622), + [sym_union_item] = STATE(622), + [sym_enum_item] = STATE(622), + [sym_extern_crate_declaration] = STATE(622), + [sym_const_item] = STATE(622), + [sym_static_item] = STATE(622), + [sym_type_item] = STATE(622), + [sym_function_item] = STATE(622), + [sym_function_signature_item] = STATE(622), + [sym_function_modifiers] = STATE(3646), + [sym_impl_item] = STATE(622), + [sym_trait_item] = STATE(622), + [sym_associated_type] = STATE(622), + [sym_let_declaration] = STATE(622), + [sym_use_declaration] = STATE(622), + [sym_extern_modifier] = STATE(2242), + [sym_visibility_modifier] = STATE(2028), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1921), + [sym_macro_invocation] = STATE(401), + [sym_scoped_identifier] = STATE(1617), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(425), + [sym_match_expression] = STATE(425), + [sym_while_expression] = STATE(425), + [sym_loop_expression] = STATE(425), + [sym_for_expression] = STATE(425), + [sym_const_block] = STATE(425), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), + [sym_label] = STATE(3571), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(425), + [sym_async_block] = STATE(425), + [sym_gen_block] = STATE(425), + [sym_try_block] = STATE(425), + [sym_block] = STATE(425), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(21), [sym_block_comment] = STATE(21), [aux_sym_source_file_repeat1] = STATE(22), - [aux_sym_function_modifiers_repeat1] = STATE(2336), + [aux_sym_function_modifiers_repeat1] = STATE(2299), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), @@ -17808,7 +17864,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(123), + [anon_sym_POUND] = ACTIONS(284), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(39), [anon_sym_break] = ACTIONS(41), @@ -17855,82 +17911,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(99), }, [STATE(22)] = { - [sym__statement] = STATE(717), - [sym_empty_statement] = STATE(718), - [sym_expression_statement] = STATE(718), - [sym_macro_definition] = STATE(718), - [sym_attribute_item] = STATE(718), - [sym_inner_attribute_item] = STATE(718), - [sym_mod_item] = STATE(718), - [sym_foreign_mod_item] = STATE(718), - [sym_struct_item] = STATE(718), - [sym_union_item] = STATE(718), - [sym_enum_item] = STATE(718), - [sym_extern_crate_declaration] = STATE(718), - [sym_const_item] = STATE(718), - [sym_static_item] = STATE(718), - [sym_type_item] = STATE(718), - [sym_function_item] = STATE(718), - [sym_function_signature_item] = STATE(718), - [sym_function_modifiers] = STATE(3683), - [sym_impl_item] = STATE(718), - [sym_trait_item] = STATE(718), - [sym_associated_type] = STATE(718), - [sym_let_declaration] = STATE(718), - [sym_use_declaration] = STATE(718), - [sym_extern_modifier] = STATE(2255), - [sym_visibility_modifier] = STATE(2030), - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1862), - [sym_macro_invocation] = STATE(410), - [sym_scoped_identifier] = STATE(1622), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(419), - [sym_match_expression] = STATE(419), - [sym_while_expression] = STATE(419), - [sym_loop_expression] = STATE(419), - [sym_for_expression] = STATE(419), - [sym_const_block] = STATE(419), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), - [sym_label] = STATE(3610), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(419), - [sym_async_block] = STATE(419), - [sym_gen_block] = STATE(419), - [sym_try_block] = STATE(419), - [sym_block] = STATE(419), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym__statement] = STATE(619), + [sym_empty_statement] = STATE(622), + [sym_expression_statement] = STATE(623), + [sym__declaration_statement] = STATE(623), + [sym_macro_definition] = STATE(622), + [sym_attribute_item] = STATE(622), + [sym_inner_attribute_item] = STATE(622), + [sym_mod_item] = STATE(622), + [sym_foreign_mod_item] = STATE(622), + [sym_struct_item] = STATE(622), + [sym_union_item] = STATE(622), + [sym_enum_item] = STATE(622), + [sym_extern_crate_declaration] = STATE(622), + [sym_const_item] = STATE(622), + [sym_static_item] = STATE(622), + [sym_type_item] = STATE(622), + [sym_function_item] = STATE(622), + [sym_function_signature_item] = STATE(622), + [sym_function_modifiers] = STATE(3646), + [sym_impl_item] = STATE(622), + [sym_trait_item] = STATE(622), + [sym_associated_type] = STATE(622), + [sym_let_declaration] = STATE(622), + [sym_use_declaration] = STATE(622), + [sym_extern_modifier] = STATE(2242), + [sym_visibility_modifier] = STATE(2028), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1923), + [sym_macro_invocation] = STATE(401), + [sym_scoped_identifier] = STATE(1617), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(425), + [sym_match_expression] = STATE(425), + [sym_while_expression] = STATE(425), + [sym_loop_expression] = STATE(425), + [sym_for_expression] = STATE(425), + [sym_const_block] = STATE(425), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), + [sym_label] = STATE(3571), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(425), + [sym_async_block] = STATE(425), + [sym_gen_block] = STATE(425), + [sym_try_block] = STATE(425), + [sym_block] = STATE(425), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(22), [sym_block_comment] = STATE(22), - [aux_sym_source_file_repeat1] = STATE(12), - [aux_sym_function_modifiers_repeat1] = STATE(2336), + [aux_sym_source_file_repeat1] = STATE(2), + [aux_sym_function_modifiers_repeat1] = STATE(2299), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), @@ -17963,7 +18020,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(123), + [anon_sym_POUND] = ACTIONS(284), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(39), [anon_sym_break] = ACTIONS(41), @@ -18010,82 +18067,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(99), }, [STATE(23)] = { - [sym__statement] = STATE(717), - [sym_empty_statement] = STATE(718), - [sym_expression_statement] = STATE(718), - [sym_macro_definition] = STATE(718), - [sym_attribute_item] = STATE(718), - [sym_inner_attribute_item] = STATE(718), - [sym_mod_item] = STATE(718), - [sym_foreign_mod_item] = STATE(718), - [sym_struct_item] = STATE(718), - [sym_union_item] = STATE(718), - [sym_enum_item] = STATE(718), - [sym_extern_crate_declaration] = STATE(718), - [sym_const_item] = STATE(718), - [sym_static_item] = STATE(718), - [sym_type_item] = STATE(718), - [sym_function_item] = STATE(718), - [sym_function_signature_item] = STATE(718), - [sym_function_modifiers] = STATE(3683), - [sym_impl_item] = STATE(718), - [sym_trait_item] = STATE(718), - [sym_associated_type] = STATE(718), - [sym_let_declaration] = STATE(718), - [sym_use_declaration] = STATE(718), - [sym_extern_modifier] = STATE(2255), - [sym_visibility_modifier] = STATE(2030), - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1865), - [sym_macro_invocation] = STATE(410), - [sym_scoped_identifier] = STATE(1622), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(419), - [sym_match_expression] = STATE(419), - [sym_while_expression] = STATE(419), - [sym_loop_expression] = STATE(419), - [sym_for_expression] = STATE(419), - [sym_const_block] = STATE(419), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), - [sym_label] = STATE(3610), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(419), - [sym_async_block] = STATE(419), - [sym_gen_block] = STATE(419), - [sym_try_block] = STATE(419), - [sym_block] = STATE(419), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym__statement] = STATE(619), + [sym_empty_statement] = STATE(622), + [sym_expression_statement] = STATE(623), + [sym__declaration_statement] = STATE(623), + [sym_macro_definition] = STATE(622), + [sym_attribute_item] = STATE(622), + [sym_inner_attribute_item] = STATE(622), + [sym_mod_item] = STATE(622), + [sym_foreign_mod_item] = STATE(622), + [sym_struct_item] = STATE(622), + [sym_union_item] = STATE(622), + [sym_enum_item] = STATE(622), + [sym_extern_crate_declaration] = STATE(622), + [sym_const_item] = STATE(622), + [sym_static_item] = STATE(622), + [sym_type_item] = STATE(622), + [sym_function_item] = STATE(622), + [sym_function_signature_item] = STATE(622), + [sym_function_modifiers] = STATE(3646), + [sym_impl_item] = STATE(622), + [sym_trait_item] = STATE(622), + [sym_associated_type] = STATE(622), + [sym_let_declaration] = STATE(622), + [sym_use_declaration] = STATE(622), + [sym_extern_modifier] = STATE(2242), + [sym_visibility_modifier] = STATE(2028), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1924), + [sym_macro_invocation] = STATE(401), + [sym_scoped_identifier] = STATE(1617), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(425), + [sym_match_expression] = STATE(425), + [sym_while_expression] = STATE(425), + [sym_loop_expression] = STATE(425), + [sym_for_expression] = STATE(425), + [sym_const_block] = STATE(425), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), + [sym_label] = STATE(3571), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(425), + [sym_async_block] = STATE(425), + [sym_gen_block] = STATE(425), + [sym_try_block] = STATE(425), + [sym_block] = STATE(425), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(23), [sym_block_comment] = STATE(23), [aux_sym_source_file_repeat1] = STATE(24), - [aux_sym_function_modifiers_repeat1] = STATE(2336), + [aux_sym_function_modifiers_repeat1] = STATE(2299), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), @@ -18118,7 +18176,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(123), + [anon_sym_POUND] = ACTIONS(284), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(39), [anon_sym_break] = ACTIONS(41), @@ -18165,82 +18223,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(99), }, [STATE(24)] = { - [sym__statement] = STATE(717), - [sym_empty_statement] = STATE(718), - [sym_expression_statement] = STATE(718), - [sym_macro_definition] = STATE(718), - [sym_attribute_item] = STATE(718), - [sym_inner_attribute_item] = STATE(718), - [sym_mod_item] = STATE(718), - [sym_foreign_mod_item] = STATE(718), - [sym_struct_item] = STATE(718), - [sym_union_item] = STATE(718), - [sym_enum_item] = STATE(718), - [sym_extern_crate_declaration] = STATE(718), - [sym_const_item] = STATE(718), - [sym_static_item] = STATE(718), - [sym_type_item] = STATE(718), - [sym_function_item] = STATE(718), - [sym_function_signature_item] = STATE(718), - [sym_function_modifiers] = STATE(3683), - [sym_impl_item] = STATE(718), - [sym_trait_item] = STATE(718), - [sym_associated_type] = STATE(718), - [sym_let_declaration] = STATE(718), - [sym_use_declaration] = STATE(718), - [sym_extern_modifier] = STATE(2255), - [sym_visibility_modifier] = STATE(2030), - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1866), - [sym_macro_invocation] = STATE(410), - [sym_scoped_identifier] = STATE(1622), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(419), - [sym_match_expression] = STATE(419), - [sym_while_expression] = STATE(419), - [sym_loop_expression] = STATE(419), - [sym_for_expression] = STATE(419), - [sym_const_block] = STATE(419), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), - [sym_label] = STATE(3610), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(419), - [sym_async_block] = STATE(419), - [sym_gen_block] = STATE(419), - [sym_try_block] = STATE(419), - [sym_block] = STATE(419), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym__statement] = STATE(619), + [sym_empty_statement] = STATE(622), + [sym_expression_statement] = STATE(623), + [sym__declaration_statement] = STATE(623), + [sym_macro_definition] = STATE(622), + [sym_attribute_item] = STATE(622), + [sym_inner_attribute_item] = STATE(622), + [sym_mod_item] = STATE(622), + [sym_foreign_mod_item] = STATE(622), + [sym_struct_item] = STATE(622), + [sym_union_item] = STATE(622), + [sym_enum_item] = STATE(622), + [sym_extern_crate_declaration] = STATE(622), + [sym_const_item] = STATE(622), + [sym_static_item] = STATE(622), + [sym_type_item] = STATE(622), + [sym_function_item] = STATE(622), + [sym_function_signature_item] = STATE(622), + [sym_function_modifiers] = STATE(3646), + [sym_impl_item] = STATE(622), + [sym_trait_item] = STATE(622), + [sym_associated_type] = STATE(622), + [sym_let_declaration] = STATE(622), + [sym_use_declaration] = STATE(622), + [sym_extern_modifier] = STATE(2242), + [sym_visibility_modifier] = STATE(2028), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1925), + [sym_macro_invocation] = STATE(401), + [sym_scoped_identifier] = STATE(1617), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(425), + [sym_match_expression] = STATE(425), + [sym_while_expression] = STATE(425), + [sym_loop_expression] = STATE(425), + [sym_for_expression] = STATE(425), + [sym_const_block] = STATE(425), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), + [sym_label] = STATE(3571), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(425), + [sym_async_block] = STATE(425), + [sym_gen_block] = STATE(425), + [sym_try_block] = STATE(425), + [sym_block] = STATE(425), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(24), [sym_block_comment] = STATE(24), - [aux_sym_source_file_repeat1] = STATE(12), - [aux_sym_function_modifiers_repeat1] = STATE(2336), + [aux_sym_source_file_repeat1] = STATE(2), + [aux_sym_function_modifiers_repeat1] = STATE(2299), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), @@ -18273,7 +18332,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(123), + [anon_sym_POUND] = ACTIONS(284), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(39), [anon_sym_break] = ACTIONS(41), @@ -18320,82 +18379,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(99), }, [STATE(25)] = { - [sym__statement] = STATE(717), - [sym_empty_statement] = STATE(718), - [sym_expression_statement] = STATE(718), - [sym_macro_definition] = STATE(718), - [sym_attribute_item] = STATE(718), - [sym_inner_attribute_item] = STATE(718), - [sym_mod_item] = STATE(718), - [sym_foreign_mod_item] = STATE(718), - [sym_struct_item] = STATE(718), - [sym_union_item] = STATE(718), - [sym_enum_item] = STATE(718), - [sym_extern_crate_declaration] = STATE(718), - [sym_const_item] = STATE(718), - [sym_static_item] = STATE(718), - [sym_type_item] = STATE(718), - [sym_function_item] = STATE(718), - [sym_function_signature_item] = STATE(718), - [sym_function_modifiers] = STATE(3683), - [sym_impl_item] = STATE(718), - [sym_trait_item] = STATE(718), - [sym_associated_type] = STATE(718), - [sym_let_declaration] = STATE(718), - [sym_use_declaration] = STATE(718), - [sym_extern_modifier] = STATE(2255), - [sym_visibility_modifier] = STATE(2030), - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1868), - [sym_macro_invocation] = STATE(410), - [sym_scoped_identifier] = STATE(1622), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(419), - [sym_match_expression] = STATE(419), - [sym_while_expression] = STATE(419), - [sym_loop_expression] = STATE(419), - [sym_for_expression] = STATE(419), - [sym_const_block] = STATE(419), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), - [sym_label] = STATE(3610), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(419), - [sym_async_block] = STATE(419), - [sym_gen_block] = STATE(419), - [sym_try_block] = STATE(419), - [sym_block] = STATE(419), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym__statement] = STATE(619), + [sym_empty_statement] = STATE(622), + [sym_expression_statement] = STATE(623), + [sym__declaration_statement] = STATE(623), + [sym_macro_definition] = STATE(622), + [sym_attribute_item] = STATE(622), + [sym_inner_attribute_item] = STATE(622), + [sym_mod_item] = STATE(622), + [sym_foreign_mod_item] = STATE(622), + [sym_struct_item] = STATE(622), + [sym_union_item] = STATE(622), + [sym_enum_item] = STATE(622), + [sym_extern_crate_declaration] = STATE(622), + [sym_const_item] = STATE(622), + [sym_static_item] = STATE(622), + [sym_type_item] = STATE(622), + [sym_function_item] = STATE(622), + [sym_function_signature_item] = STATE(622), + [sym_function_modifiers] = STATE(3646), + [sym_impl_item] = STATE(622), + [sym_trait_item] = STATE(622), + [sym_associated_type] = STATE(622), + [sym_let_declaration] = STATE(622), + [sym_use_declaration] = STATE(622), + [sym_extern_modifier] = STATE(2242), + [sym_visibility_modifier] = STATE(2028), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1926), + [sym_macro_invocation] = STATE(401), + [sym_scoped_identifier] = STATE(1617), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(425), + [sym_match_expression] = STATE(425), + [sym_while_expression] = STATE(425), + [sym_loop_expression] = STATE(425), + [sym_for_expression] = STATE(425), + [sym_const_block] = STATE(425), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), + [sym_label] = STATE(3571), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(425), + [sym_async_block] = STATE(425), + [sym_gen_block] = STATE(425), + [sym_try_block] = STATE(425), + [sym_block] = STATE(425), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(25), [sym_block_comment] = STATE(25), [aux_sym_source_file_repeat1] = STATE(26), - [aux_sym_function_modifiers_repeat1] = STATE(2336), + [aux_sym_function_modifiers_repeat1] = STATE(2299), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), @@ -18428,7 +18488,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(123), + [anon_sym_POUND] = ACTIONS(284), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(39), [anon_sym_break] = ACTIONS(41), @@ -18475,82 +18535,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(99), }, [STATE(26)] = { - [sym__statement] = STATE(717), - [sym_empty_statement] = STATE(718), - [sym_expression_statement] = STATE(718), - [sym_macro_definition] = STATE(718), - [sym_attribute_item] = STATE(718), - [sym_inner_attribute_item] = STATE(718), - [sym_mod_item] = STATE(718), - [sym_foreign_mod_item] = STATE(718), - [sym_struct_item] = STATE(718), - [sym_union_item] = STATE(718), - [sym_enum_item] = STATE(718), - [sym_extern_crate_declaration] = STATE(718), - [sym_const_item] = STATE(718), - [sym_static_item] = STATE(718), - [sym_type_item] = STATE(718), - [sym_function_item] = STATE(718), - [sym_function_signature_item] = STATE(718), - [sym_function_modifiers] = STATE(3683), - [sym_impl_item] = STATE(718), - [sym_trait_item] = STATE(718), - [sym_associated_type] = STATE(718), - [sym_let_declaration] = STATE(718), - [sym_use_declaration] = STATE(718), - [sym_extern_modifier] = STATE(2255), - [sym_visibility_modifier] = STATE(2030), - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1869), - [sym_macro_invocation] = STATE(410), - [sym_scoped_identifier] = STATE(1622), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(419), - [sym_match_expression] = STATE(419), - [sym_while_expression] = STATE(419), - [sym_loop_expression] = STATE(419), - [sym_for_expression] = STATE(419), - [sym_const_block] = STATE(419), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), - [sym_label] = STATE(3610), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(419), - [sym_async_block] = STATE(419), - [sym_gen_block] = STATE(419), - [sym_try_block] = STATE(419), - [sym_block] = STATE(419), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym__statement] = STATE(619), + [sym_empty_statement] = STATE(622), + [sym_expression_statement] = STATE(623), + [sym__declaration_statement] = STATE(623), + [sym_macro_definition] = STATE(622), + [sym_attribute_item] = STATE(622), + [sym_inner_attribute_item] = STATE(622), + [sym_mod_item] = STATE(622), + [sym_foreign_mod_item] = STATE(622), + [sym_struct_item] = STATE(622), + [sym_union_item] = STATE(622), + [sym_enum_item] = STATE(622), + [sym_extern_crate_declaration] = STATE(622), + [sym_const_item] = STATE(622), + [sym_static_item] = STATE(622), + [sym_type_item] = STATE(622), + [sym_function_item] = STATE(622), + [sym_function_signature_item] = STATE(622), + [sym_function_modifiers] = STATE(3646), + [sym_impl_item] = STATE(622), + [sym_trait_item] = STATE(622), + [sym_associated_type] = STATE(622), + [sym_let_declaration] = STATE(622), + [sym_use_declaration] = STATE(622), + [sym_extern_modifier] = STATE(2242), + [sym_visibility_modifier] = STATE(2028), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1927), + [sym_macro_invocation] = STATE(401), + [sym_scoped_identifier] = STATE(1617), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(425), + [sym_match_expression] = STATE(425), + [sym_while_expression] = STATE(425), + [sym_loop_expression] = STATE(425), + [sym_for_expression] = STATE(425), + [sym_const_block] = STATE(425), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), + [sym_label] = STATE(3571), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(425), + [sym_async_block] = STATE(425), + [sym_gen_block] = STATE(425), + [sym_try_block] = STATE(425), + [sym_block] = STATE(425), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(26), [sym_block_comment] = STATE(26), - [aux_sym_source_file_repeat1] = STATE(12), - [aux_sym_function_modifiers_repeat1] = STATE(2336), + [aux_sym_source_file_repeat1] = STATE(2), + [aux_sym_function_modifiers_repeat1] = STATE(2299), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), @@ -18583,7 +18644,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(123), + [anon_sym_POUND] = ACTIONS(284), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(39), [anon_sym_break] = ACTIONS(41), @@ -18630,82 +18691,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(99), }, [STATE(27)] = { - [sym__statement] = STATE(717), - [sym_empty_statement] = STATE(718), - [sym_expression_statement] = STATE(718), - [sym_macro_definition] = STATE(718), - [sym_attribute_item] = STATE(718), - [sym_inner_attribute_item] = STATE(718), - [sym_mod_item] = STATE(718), - [sym_foreign_mod_item] = STATE(718), - [sym_struct_item] = STATE(718), - [sym_union_item] = STATE(718), - [sym_enum_item] = STATE(718), - [sym_extern_crate_declaration] = STATE(718), - [sym_const_item] = STATE(718), - [sym_static_item] = STATE(718), - [sym_type_item] = STATE(718), - [sym_function_item] = STATE(718), - [sym_function_signature_item] = STATE(718), - [sym_function_modifiers] = STATE(3683), - [sym_impl_item] = STATE(718), - [sym_trait_item] = STATE(718), - [sym_associated_type] = STATE(718), - [sym_let_declaration] = STATE(718), - [sym_use_declaration] = STATE(718), - [sym_extern_modifier] = STATE(2255), - [sym_visibility_modifier] = STATE(2030), - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1871), - [sym_macro_invocation] = STATE(410), - [sym_scoped_identifier] = STATE(1622), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(419), - [sym_match_expression] = STATE(419), - [sym_while_expression] = STATE(419), - [sym_loop_expression] = STATE(419), - [sym_for_expression] = STATE(419), - [sym_const_block] = STATE(419), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), - [sym_label] = STATE(3610), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(419), - [sym_async_block] = STATE(419), - [sym_gen_block] = STATE(419), - [sym_try_block] = STATE(419), - [sym_block] = STATE(419), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym__statement] = STATE(619), + [sym_empty_statement] = STATE(622), + [sym_expression_statement] = STATE(623), + [sym__declaration_statement] = STATE(623), + [sym_macro_definition] = STATE(622), + [sym_attribute_item] = STATE(622), + [sym_inner_attribute_item] = STATE(622), + [sym_mod_item] = STATE(622), + [sym_foreign_mod_item] = STATE(622), + [sym_struct_item] = STATE(622), + [sym_union_item] = STATE(622), + [sym_enum_item] = STATE(622), + [sym_extern_crate_declaration] = STATE(622), + [sym_const_item] = STATE(622), + [sym_static_item] = STATE(622), + [sym_type_item] = STATE(622), + [sym_function_item] = STATE(622), + [sym_function_signature_item] = STATE(622), + [sym_function_modifiers] = STATE(3646), + [sym_impl_item] = STATE(622), + [sym_trait_item] = STATE(622), + [sym_associated_type] = STATE(622), + [sym_let_declaration] = STATE(622), + [sym_use_declaration] = STATE(622), + [sym_extern_modifier] = STATE(2242), + [sym_visibility_modifier] = STATE(2028), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1928), + [sym_macro_invocation] = STATE(401), + [sym_scoped_identifier] = STATE(1617), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(425), + [sym_match_expression] = STATE(425), + [sym_while_expression] = STATE(425), + [sym_loop_expression] = STATE(425), + [sym_for_expression] = STATE(425), + [sym_const_block] = STATE(425), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), + [sym_label] = STATE(3571), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(425), + [sym_async_block] = STATE(425), + [sym_gen_block] = STATE(425), + [sym_try_block] = STATE(425), + [sym_block] = STATE(425), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(27), [sym_block_comment] = STATE(27), [aux_sym_source_file_repeat1] = STATE(28), - [aux_sym_function_modifiers_repeat1] = STATE(2336), + [aux_sym_function_modifiers_repeat1] = STATE(2299), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), @@ -18738,7 +18800,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(123), + [anon_sym_POUND] = ACTIONS(284), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(39), [anon_sym_break] = ACTIONS(41), @@ -18785,82 +18847,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(99), }, [STATE(28)] = { - [sym__statement] = STATE(717), - [sym_empty_statement] = STATE(718), - [sym_expression_statement] = STATE(718), - [sym_macro_definition] = STATE(718), - [sym_attribute_item] = STATE(718), - [sym_inner_attribute_item] = STATE(718), - [sym_mod_item] = STATE(718), - [sym_foreign_mod_item] = STATE(718), - [sym_struct_item] = STATE(718), - [sym_union_item] = STATE(718), - [sym_enum_item] = STATE(718), - [sym_extern_crate_declaration] = STATE(718), - [sym_const_item] = STATE(718), - [sym_static_item] = STATE(718), - [sym_type_item] = STATE(718), - [sym_function_item] = STATE(718), - [sym_function_signature_item] = STATE(718), - [sym_function_modifiers] = STATE(3683), - [sym_impl_item] = STATE(718), - [sym_trait_item] = STATE(718), - [sym_associated_type] = STATE(718), - [sym_let_declaration] = STATE(718), - [sym_use_declaration] = STATE(718), - [sym_extern_modifier] = STATE(2255), - [sym_visibility_modifier] = STATE(2030), - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1872), - [sym_macro_invocation] = STATE(410), - [sym_scoped_identifier] = STATE(1622), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(419), - [sym_match_expression] = STATE(419), - [sym_while_expression] = STATE(419), - [sym_loop_expression] = STATE(419), - [sym_for_expression] = STATE(419), - [sym_const_block] = STATE(419), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), - [sym_label] = STATE(3610), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(419), - [sym_async_block] = STATE(419), - [sym_gen_block] = STATE(419), - [sym_try_block] = STATE(419), - [sym_block] = STATE(419), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym__statement] = STATE(619), + [sym_empty_statement] = STATE(622), + [sym_expression_statement] = STATE(623), + [sym__declaration_statement] = STATE(623), + [sym_macro_definition] = STATE(622), + [sym_attribute_item] = STATE(622), + [sym_inner_attribute_item] = STATE(622), + [sym_mod_item] = STATE(622), + [sym_foreign_mod_item] = STATE(622), + [sym_struct_item] = STATE(622), + [sym_union_item] = STATE(622), + [sym_enum_item] = STATE(622), + [sym_extern_crate_declaration] = STATE(622), + [sym_const_item] = STATE(622), + [sym_static_item] = STATE(622), + [sym_type_item] = STATE(622), + [sym_function_item] = STATE(622), + [sym_function_signature_item] = STATE(622), + [sym_function_modifiers] = STATE(3646), + [sym_impl_item] = STATE(622), + [sym_trait_item] = STATE(622), + [sym_associated_type] = STATE(622), + [sym_let_declaration] = STATE(622), + [sym_use_declaration] = STATE(622), + [sym_extern_modifier] = STATE(2242), + [sym_visibility_modifier] = STATE(2028), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1929), + [sym_macro_invocation] = STATE(401), + [sym_scoped_identifier] = STATE(1617), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(425), + [sym_match_expression] = STATE(425), + [sym_while_expression] = STATE(425), + [sym_loop_expression] = STATE(425), + [sym_for_expression] = STATE(425), + [sym_const_block] = STATE(425), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), + [sym_label] = STATE(3571), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(425), + [sym_async_block] = STATE(425), + [sym_gen_block] = STATE(425), + [sym_try_block] = STATE(425), + [sym_block] = STATE(425), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(28), [sym_block_comment] = STATE(28), - [aux_sym_source_file_repeat1] = STATE(12), - [aux_sym_function_modifiers_repeat1] = STATE(2336), + [aux_sym_source_file_repeat1] = STATE(2), + [aux_sym_function_modifiers_repeat1] = STATE(2299), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), @@ -18893,7 +18956,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(123), + [anon_sym_POUND] = ACTIONS(284), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(39), [anon_sym_break] = ACTIONS(41), @@ -18940,82 +19003,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(99), }, [STATE(29)] = { - [sym__statement] = STATE(717), - [sym_empty_statement] = STATE(718), - [sym_expression_statement] = STATE(718), - [sym_macro_definition] = STATE(718), - [sym_attribute_item] = STATE(718), - [sym_inner_attribute_item] = STATE(718), - [sym_mod_item] = STATE(718), - [sym_foreign_mod_item] = STATE(718), - [sym_struct_item] = STATE(718), - [sym_union_item] = STATE(718), - [sym_enum_item] = STATE(718), - [sym_extern_crate_declaration] = STATE(718), - [sym_const_item] = STATE(718), - [sym_static_item] = STATE(718), - [sym_type_item] = STATE(718), - [sym_function_item] = STATE(718), - [sym_function_signature_item] = STATE(718), - [sym_function_modifiers] = STATE(3683), - [sym_impl_item] = STATE(718), - [sym_trait_item] = STATE(718), - [sym_associated_type] = STATE(718), - [sym_let_declaration] = STATE(718), - [sym_use_declaration] = STATE(718), - [sym_extern_modifier] = STATE(2255), - [sym_visibility_modifier] = STATE(2030), - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1875), - [sym_macro_invocation] = STATE(410), - [sym_scoped_identifier] = STATE(1622), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(419), - [sym_match_expression] = STATE(419), - [sym_while_expression] = STATE(419), - [sym_loop_expression] = STATE(419), - [sym_for_expression] = STATE(419), - [sym_const_block] = STATE(419), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), - [sym_label] = STATE(3610), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(419), - [sym_async_block] = STATE(419), - [sym_gen_block] = STATE(419), - [sym_try_block] = STATE(419), - [sym_block] = STATE(419), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym__statement] = STATE(619), + [sym_empty_statement] = STATE(622), + [sym_expression_statement] = STATE(623), + [sym__declaration_statement] = STATE(623), + [sym_macro_definition] = STATE(622), + [sym_attribute_item] = STATE(622), + [sym_inner_attribute_item] = STATE(622), + [sym_mod_item] = STATE(622), + [sym_foreign_mod_item] = STATE(622), + [sym_struct_item] = STATE(622), + [sym_union_item] = STATE(622), + [sym_enum_item] = STATE(622), + [sym_extern_crate_declaration] = STATE(622), + [sym_const_item] = STATE(622), + [sym_static_item] = STATE(622), + [sym_type_item] = STATE(622), + [sym_function_item] = STATE(622), + [sym_function_signature_item] = STATE(622), + [sym_function_modifiers] = STATE(3646), + [sym_impl_item] = STATE(622), + [sym_trait_item] = STATE(622), + [sym_associated_type] = STATE(622), + [sym_let_declaration] = STATE(622), + [sym_use_declaration] = STATE(622), + [sym_extern_modifier] = STATE(2242), + [sym_visibility_modifier] = STATE(2028), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1930), + [sym_macro_invocation] = STATE(401), + [sym_scoped_identifier] = STATE(1617), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(425), + [sym_match_expression] = STATE(425), + [sym_while_expression] = STATE(425), + [sym_loop_expression] = STATE(425), + [sym_for_expression] = STATE(425), + [sym_const_block] = STATE(425), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), + [sym_label] = STATE(3571), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(425), + [sym_async_block] = STATE(425), + [sym_gen_block] = STATE(425), + [sym_try_block] = STATE(425), + [sym_block] = STATE(425), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(29), [sym_block_comment] = STATE(29), [aux_sym_source_file_repeat1] = STATE(30), - [aux_sym_function_modifiers_repeat1] = STATE(2336), + [aux_sym_function_modifiers_repeat1] = STATE(2299), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), @@ -19048,7 +19112,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(123), + [anon_sym_POUND] = ACTIONS(284), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(39), [anon_sym_break] = ACTIONS(41), @@ -19095,82 +19159,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(99), }, [STATE(30)] = { - [sym__statement] = STATE(717), - [sym_empty_statement] = STATE(718), - [sym_expression_statement] = STATE(718), - [sym_macro_definition] = STATE(718), - [sym_attribute_item] = STATE(718), - [sym_inner_attribute_item] = STATE(718), - [sym_mod_item] = STATE(718), - [sym_foreign_mod_item] = STATE(718), - [sym_struct_item] = STATE(718), - [sym_union_item] = STATE(718), - [sym_enum_item] = STATE(718), - [sym_extern_crate_declaration] = STATE(718), - [sym_const_item] = STATE(718), - [sym_static_item] = STATE(718), - [sym_type_item] = STATE(718), - [sym_function_item] = STATE(718), - [sym_function_signature_item] = STATE(718), - [sym_function_modifiers] = STATE(3683), - [sym_impl_item] = STATE(718), - [sym_trait_item] = STATE(718), - [sym_associated_type] = STATE(718), - [sym_let_declaration] = STATE(718), - [sym_use_declaration] = STATE(718), - [sym_extern_modifier] = STATE(2255), - [sym_visibility_modifier] = STATE(2030), - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1876), - [sym_macro_invocation] = STATE(410), - [sym_scoped_identifier] = STATE(1622), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(419), - [sym_match_expression] = STATE(419), - [sym_while_expression] = STATE(419), - [sym_loop_expression] = STATE(419), - [sym_for_expression] = STATE(419), - [sym_const_block] = STATE(419), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), - [sym_label] = STATE(3610), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(419), - [sym_async_block] = STATE(419), - [sym_gen_block] = STATE(419), - [sym_try_block] = STATE(419), - [sym_block] = STATE(419), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym__statement] = STATE(619), + [sym_empty_statement] = STATE(622), + [sym_expression_statement] = STATE(623), + [sym__declaration_statement] = STATE(623), + [sym_macro_definition] = STATE(622), + [sym_attribute_item] = STATE(622), + [sym_inner_attribute_item] = STATE(622), + [sym_mod_item] = STATE(622), + [sym_foreign_mod_item] = STATE(622), + [sym_struct_item] = STATE(622), + [sym_union_item] = STATE(622), + [sym_enum_item] = STATE(622), + [sym_extern_crate_declaration] = STATE(622), + [sym_const_item] = STATE(622), + [sym_static_item] = STATE(622), + [sym_type_item] = STATE(622), + [sym_function_item] = STATE(622), + [sym_function_signature_item] = STATE(622), + [sym_function_modifiers] = STATE(3646), + [sym_impl_item] = STATE(622), + [sym_trait_item] = STATE(622), + [sym_associated_type] = STATE(622), + [sym_let_declaration] = STATE(622), + [sym_use_declaration] = STATE(622), + [sym_extern_modifier] = STATE(2242), + [sym_visibility_modifier] = STATE(2028), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1931), + [sym_macro_invocation] = STATE(401), + [sym_scoped_identifier] = STATE(1617), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(425), + [sym_match_expression] = STATE(425), + [sym_while_expression] = STATE(425), + [sym_loop_expression] = STATE(425), + [sym_for_expression] = STATE(425), + [sym_const_block] = STATE(425), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), + [sym_label] = STATE(3571), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(425), + [sym_async_block] = STATE(425), + [sym_gen_block] = STATE(425), + [sym_try_block] = STATE(425), + [sym_block] = STATE(425), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(30), [sym_block_comment] = STATE(30), - [aux_sym_source_file_repeat1] = STATE(12), - [aux_sym_function_modifiers_repeat1] = STATE(2336), + [aux_sym_source_file_repeat1] = STATE(2), + [aux_sym_function_modifiers_repeat1] = STATE(2299), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), @@ -19203,7 +19268,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(123), + [anon_sym_POUND] = ACTIONS(284), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(39), [anon_sym_break] = ACTIONS(41), @@ -19250,82 +19315,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(99), }, [STATE(31)] = { - [sym__statement] = STATE(717), - [sym_empty_statement] = STATE(718), - [sym_expression_statement] = STATE(718), - [sym_macro_definition] = STATE(718), - [sym_attribute_item] = STATE(718), - [sym_inner_attribute_item] = STATE(718), - [sym_mod_item] = STATE(718), - [sym_foreign_mod_item] = STATE(718), - [sym_struct_item] = STATE(718), - [sym_union_item] = STATE(718), - [sym_enum_item] = STATE(718), - [sym_extern_crate_declaration] = STATE(718), - [sym_const_item] = STATE(718), - [sym_static_item] = STATE(718), - [sym_type_item] = STATE(718), - [sym_function_item] = STATE(718), - [sym_function_signature_item] = STATE(718), - [sym_function_modifiers] = STATE(3683), - [sym_impl_item] = STATE(718), - [sym_trait_item] = STATE(718), - [sym_associated_type] = STATE(718), - [sym_let_declaration] = STATE(718), - [sym_use_declaration] = STATE(718), - [sym_extern_modifier] = STATE(2255), - [sym_visibility_modifier] = STATE(2030), - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1877), - [sym_macro_invocation] = STATE(410), - [sym_scoped_identifier] = STATE(1622), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(419), - [sym_match_expression] = STATE(419), - [sym_while_expression] = STATE(419), - [sym_loop_expression] = STATE(419), - [sym_for_expression] = STATE(419), - [sym_const_block] = STATE(419), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), - [sym_label] = STATE(3610), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(419), - [sym_async_block] = STATE(419), - [sym_gen_block] = STATE(419), - [sym_try_block] = STATE(419), - [sym_block] = STATE(419), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym__statement] = STATE(619), + [sym_empty_statement] = STATE(622), + [sym_expression_statement] = STATE(623), + [sym__declaration_statement] = STATE(623), + [sym_macro_definition] = STATE(622), + [sym_attribute_item] = STATE(622), + [sym_inner_attribute_item] = STATE(622), + [sym_mod_item] = STATE(622), + [sym_foreign_mod_item] = STATE(622), + [sym_struct_item] = STATE(622), + [sym_union_item] = STATE(622), + [sym_enum_item] = STATE(622), + [sym_extern_crate_declaration] = STATE(622), + [sym_const_item] = STATE(622), + [sym_static_item] = STATE(622), + [sym_type_item] = STATE(622), + [sym_function_item] = STATE(622), + [sym_function_signature_item] = STATE(622), + [sym_function_modifiers] = STATE(3646), + [sym_impl_item] = STATE(622), + [sym_trait_item] = STATE(622), + [sym_associated_type] = STATE(622), + [sym_let_declaration] = STATE(622), + [sym_use_declaration] = STATE(622), + [sym_extern_modifier] = STATE(2242), + [sym_visibility_modifier] = STATE(2028), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1932), + [sym_macro_invocation] = STATE(401), + [sym_scoped_identifier] = STATE(1617), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(425), + [sym_match_expression] = STATE(425), + [sym_while_expression] = STATE(425), + [sym_loop_expression] = STATE(425), + [sym_for_expression] = STATE(425), + [sym_const_block] = STATE(425), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), + [sym_label] = STATE(3571), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(425), + [sym_async_block] = STATE(425), + [sym_gen_block] = STATE(425), + [sym_try_block] = STATE(425), + [sym_block] = STATE(425), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(31), [sym_block_comment] = STATE(31), [aux_sym_source_file_repeat1] = STATE(32), - [aux_sym_function_modifiers_repeat1] = STATE(2336), + [aux_sym_function_modifiers_repeat1] = STATE(2299), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), @@ -19358,7 +19424,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(123), + [anon_sym_POUND] = ACTIONS(284), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(39), [anon_sym_break] = ACTIONS(41), @@ -19405,82 +19471,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(99), }, [STATE(32)] = { - [sym__statement] = STATE(717), - [sym_empty_statement] = STATE(718), - [sym_expression_statement] = STATE(718), - [sym_macro_definition] = STATE(718), - [sym_attribute_item] = STATE(718), - [sym_inner_attribute_item] = STATE(718), - [sym_mod_item] = STATE(718), - [sym_foreign_mod_item] = STATE(718), - [sym_struct_item] = STATE(718), - [sym_union_item] = STATE(718), - [sym_enum_item] = STATE(718), - [sym_extern_crate_declaration] = STATE(718), - [sym_const_item] = STATE(718), - [sym_static_item] = STATE(718), - [sym_type_item] = STATE(718), - [sym_function_item] = STATE(718), - [sym_function_signature_item] = STATE(718), - [sym_function_modifiers] = STATE(3683), - [sym_impl_item] = STATE(718), - [sym_trait_item] = STATE(718), - [sym_associated_type] = STATE(718), - [sym_let_declaration] = STATE(718), - [sym_use_declaration] = STATE(718), - [sym_extern_modifier] = STATE(2255), - [sym_visibility_modifier] = STATE(2030), - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1878), - [sym_macro_invocation] = STATE(410), - [sym_scoped_identifier] = STATE(1622), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(419), - [sym_match_expression] = STATE(419), - [sym_while_expression] = STATE(419), - [sym_loop_expression] = STATE(419), - [sym_for_expression] = STATE(419), - [sym_const_block] = STATE(419), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), - [sym_label] = STATE(3610), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(419), - [sym_async_block] = STATE(419), - [sym_gen_block] = STATE(419), - [sym_try_block] = STATE(419), - [sym_block] = STATE(419), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym__statement] = STATE(619), + [sym_empty_statement] = STATE(622), + [sym_expression_statement] = STATE(623), + [sym__declaration_statement] = STATE(623), + [sym_macro_definition] = STATE(622), + [sym_attribute_item] = STATE(622), + [sym_inner_attribute_item] = STATE(622), + [sym_mod_item] = STATE(622), + [sym_foreign_mod_item] = STATE(622), + [sym_struct_item] = STATE(622), + [sym_union_item] = STATE(622), + [sym_enum_item] = STATE(622), + [sym_extern_crate_declaration] = STATE(622), + [sym_const_item] = STATE(622), + [sym_static_item] = STATE(622), + [sym_type_item] = STATE(622), + [sym_function_item] = STATE(622), + [sym_function_signature_item] = STATE(622), + [sym_function_modifiers] = STATE(3646), + [sym_impl_item] = STATE(622), + [sym_trait_item] = STATE(622), + [sym_associated_type] = STATE(622), + [sym_let_declaration] = STATE(622), + [sym_use_declaration] = STATE(622), + [sym_extern_modifier] = STATE(2242), + [sym_visibility_modifier] = STATE(2028), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1933), + [sym_macro_invocation] = STATE(401), + [sym_scoped_identifier] = STATE(1617), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(425), + [sym_match_expression] = STATE(425), + [sym_while_expression] = STATE(425), + [sym_loop_expression] = STATE(425), + [sym_for_expression] = STATE(425), + [sym_const_block] = STATE(425), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), + [sym_label] = STATE(3571), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(425), + [sym_async_block] = STATE(425), + [sym_gen_block] = STATE(425), + [sym_try_block] = STATE(425), + [sym_block] = STATE(425), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(32), [sym_block_comment] = STATE(32), - [aux_sym_source_file_repeat1] = STATE(12), - [aux_sym_function_modifiers_repeat1] = STATE(2336), + [aux_sym_source_file_repeat1] = STATE(2), + [aux_sym_function_modifiers_repeat1] = STATE(2299), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), @@ -19513,7 +19580,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(123), + [anon_sym_POUND] = ACTIONS(284), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(39), [anon_sym_break] = ACTIONS(41), @@ -19560,82 +19627,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(99), }, [STATE(33)] = { - [sym__statement] = STATE(717), - [sym_empty_statement] = STATE(718), - [sym_expression_statement] = STATE(718), - [sym_macro_definition] = STATE(718), - [sym_attribute_item] = STATE(718), - [sym_inner_attribute_item] = STATE(718), - [sym_mod_item] = STATE(718), - [sym_foreign_mod_item] = STATE(718), - [sym_struct_item] = STATE(718), - [sym_union_item] = STATE(718), - [sym_enum_item] = STATE(718), - [sym_extern_crate_declaration] = STATE(718), - [sym_const_item] = STATE(718), - [sym_static_item] = STATE(718), - [sym_type_item] = STATE(718), - [sym_function_item] = STATE(718), - [sym_function_signature_item] = STATE(718), - [sym_function_modifiers] = STATE(3683), - [sym_impl_item] = STATE(718), - [sym_trait_item] = STATE(718), - [sym_associated_type] = STATE(718), - [sym_let_declaration] = STATE(718), - [sym_use_declaration] = STATE(718), - [sym_extern_modifier] = STATE(2255), - [sym_visibility_modifier] = STATE(2030), - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1879), - [sym_macro_invocation] = STATE(410), - [sym_scoped_identifier] = STATE(1622), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(419), - [sym_match_expression] = STATE(419), - [sym_while_expression] = STATE(419), - [sym_loop_expression] = STATE(419), - [sym_for_expression] = STATE(419), - [sym_const_block] = STATE(419), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), - [sym_label] = STATE(3610), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(419), - [sym_async_block] = STATE(419), - [sym_gen_block] = STATE(419), - [sym_try_block] = STATE(419), - [sym_block] = STATE(419), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym__statement] = STATE(619), + [sym_empty_statement] = STATE(622), + [sym_expression_statement] = STATE(623), + [sym__declaration_statement] = STATE(623), + [sym_macro_definition] = STATE(622), + [sym_attribute_item] = STATE(622), + [sym_inner_attribute_item] = STATE(622), + [sym_mod_item] = STATE(622), + [sym_foreign_mod_item] = STATE(622), + [sym_struct_item] = STATE(622), + [sym_union_item] = STATE(622), + [sym_enum_item] = STATE(622), + [sym_extern_crate_declaration] = STATE(622), + [sym_const_item] = STATE(622), + [sym_static_item] = STATE(622), + [sym_type_item] = STATE(622), + [sym_function_item] = STATE(622), + [sym_function_signature_item] = STATE(622), + [sym_function_modifiers] = STATE(3646), + [sym_impl_item] = STATE(622), + [sym_trait_item] = STATE(622), + [sym_associated_type] = STATE(622), + [sym_let_declaration] = STATE(622), + [sym_use_declaration] = STATE(622), + [sym_extern_modifier] = STATE(2242), + [sym_visibility_modifier] = STATE(2028), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1934), + [sym_macro_invocation] = STATE(401), + [sym_scoped_identifier] = STATE(1617), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(425), + [sym_match_expression] = STATE(425), + [sym_while_expression] = STATE(425), + [sym_loop_expression] = STATE(425), + [sym_for_expression] = STATE(425), + [sym_const_block] = STATE(425), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), + [sym_label] = STATE(3571), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(425), + [sym_async_block] = STATE(425), + [sym_gen_block] = STATE(425), + [sym_try_block] = STATE(425), + [sym_block] = STATE(425), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(33), [sym_block_comment] = STATE(33), [aux_sym_source_file_repeat1] = STATE(3), - [aux_sym_function_modifiers_repeat1] = STATE(2336), + [aux_sym_function_modifiers_repeat1] = STATE(2299), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), @@ -19668,7 +19736,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(123), + [anon_sym_POUND] = ACTIONS(284), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(39), [anon_sym_break] = ACTIONS(41), @@ -19715,82 +19783,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(99), }, [STATE(34)] = { - [sym__statement] = STATE(717), - [sym_empty_statement] = STATE(718), - [sym_expression_statement] = STATE(718), - [sym_macro_definition] = STATE(718), - [sym_attribute_item] = STATE(718), - [sym_inner_attribute_item] = STATE(718), - [sym_mod_item] = STATE(718), - [sym_foreign_mod_item] = STATE(718), - [sym_struct_item] = STATE(718), - [sym_union_item] = STATE(718), - [sym_enum_item] = STATE(718), - [sym_extern_crate_declaration] = STATE(718), - [sym_const_item] = STATE(718), - [sym_static_item] = STATE(718), - [sym_type_item] = STATE(718), - [sym_function_item] = STATE(718), - [sym_function_signature_item] = STATE(718), - [sym_function_modifiers] = STATE(3683), - [sym_impl_item] = STATE(718), - [sym_trait_item] = STATE(718), - [sym_associated_type] = STATE(718), - [sym_let_declaration] = STATE(718), - [sym_use_declaration] = STATE(718), - [sym_extern_modifier] = STATE(2255), - [sym_visibility_modifier] = STATE(2030), - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1905), - [sym_macro_invocation] = STATE(410), - [sym_scoped_identifier] = STATE(1622), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(419), - [sym_match_expression] = STATE(419), - [sym_while_expression] = STATE(419), - [sym_loop_expression] = STATE(419), - [sym_for_expression] = STATE(419), - [sym_const_block] = STATE(419), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), - [sym_label] = STATE(3610), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(419), - [sym_async_block] = STATE(419), - [sym_gen_block] = STATE(419), - [sym_try_block] = STATE(419), - [sym_block] = STATE(419), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym__statement] = STATE(619), + [sym_empty_statement] = STATE(622), + [sym_expression_statement] = STATE(623), + [sym__declaration_statement] = STATE(623), + [sym_macro_definition] = STATE(622), + [sym_attribute_item] = STATE(622), + [sym_inner_attribute_item] = STATE(622), + [sym_mod_item] = STATE(622), + [sym_foreign_mod_item] = STATE(622), + [sym_struct_item] = STATE(622), + [sym_union_item] = STATE(622), + [sym_enum_item] = STATE(622), + [sym_extern_crate_declaration] = STATE(622), + [sym_const_item] = STATE(622), + [sym_static_item] = STATE(622), + [sym_type_item] = STATE(622), + [sym_function_item] = STATE(622), + [sym_function_signature_item] = STATE(622), + [sym_function_modifiers] = STATE(3646), + [sym_impl_item] = STATE(622), + [sym_trait_item] = STATE(622), + [sym_associated_type] = STATE(622), + [sym_let_declaration] = STATE(622), + [sym_use_declaration] = STATE(622), + [sym_extern_modifier] = STATE(2242), + [sym_visibility_modifier] = STATE(2028), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1907), + [sym_macro_invocation] = STATE(401), + [sym_scoped_identifier] = STATE(1617), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(425), + [sym_match_expression] = STATE(425), + [sym_while_expression] = STATE(425), + [sym_loop_expression] = STATE(425), + [sym_for_expression] = STATE(425), + [sym_const_block] = STATE(425), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), + [sym_label] = STATE(3571), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(425), + [sym_async_block] = STATE(425), + [sym_gen_block] = STATE(425), + [sym_try_block] = STATE(425), + [sym_block] = STATE(425), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(34), [sym_block_comment] = STATE(34), - [aux_sym_source_file_repeat1] = STATE(12), - [aux_sym_function_modifiers_repeat1] = STATE(2336), + [aux_sym_source_file_repeat1] = STATE(16), + [aux_sym_function_modifiers_repeat1] = STATE(2299), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), @@ -19823,7 +19892,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(123), + [anon_sym_POUND] = ACTIONS(284), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(39), [anon_sym_break] = ACTIONS(41), @@ -19870,53 +19939,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(99), }, [STATE(35)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1591), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1587), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(35), [sym_block_comment] = STATE(35), [sym_identifier] = ACTIONS(344), @@ -20019,65 +20088,65 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(99), }, [STATE(36)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1594), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1581), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(36), [sym_block_comment] = STATE(36), [sym_identifier] = ACTIONS(344), [anon_sym_SEMI] = ACTIONS(380), - [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LPAREN] = ACTIONS(380), [anon_sym_RPAREN] = ACTIONS(380), - [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACK] = ACTIONS(380), [anon_sym_RBRACK] = ACTIONS(380), [anon_sym_LBRACE] = ACTIONS(348), [anon_sym_RBRACE] = ACTIONS(380), [anon_sym_PLUS] = ACTIONS(382), - [anon_sym_STAR] = ACTIONS(354), + [anon_sym_STAR] = ACTIONS(382), [anon_sym_QMARK] = ACTIONS(380), [anon_sym_u8] = ACTIONS(23), [anon_sym_i8] = ACTIONS(23), @@ -20096,13 +20165,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(354), + [anon_sym_DASH] = ACTIONS(382), [anon_sym_SLASH] = ACTIONS(382), [anon_sym_PERCENT] = ACTIONS(382), [anon_sym_CARET] = ACTIONS(382), [anon_sym_BANG] = ACTIONS(354), - [anon_sym_AMP] = ACTIONS(384), - [anon_sym_PIPE] = ACTIONS(386), + [anon_sym_AMP] = ACTIONS(382), + [anon_sym_PIPE] = ACTIONS(382), [anon_sym_AMP_AMP] = ACTIONS(380), [anon_sym_PIPE_PIPE] = ACTIONS(380), [anon_sym_LT_LT] = ACTIONS(382), @@ -20121,11 +20190,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_EQ_EQ] = ACTIONS(380), [anon_sym_BANG_EQ] = ACTIONS(380), [anon_sym_GT] = ACTIONS(382), - [anon_sym_LT] = ACTIONS(388), + [anon_sym_LT] = ACTIONS(382), [anon_sym_GT_EQ] = ACTIONS(380), [anon_sym_LT_EQ] = ACTIONS(380), [anon_sym_DOT] = ACTIONS(382), - [anon_sym_DOT_DOT] = ACTIONS(390), + [anon_sym_DOT_DOT] = ACTIONS(382), [anon_sym_DOT_DOT_DOT] = ACTIONS(380), [anon_sym_DOT_DOT_EQ] = ACTIONS(380), [anon_sym_COMMA] = ACTIONS(380), @@ -20167,66 +20236,66 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(99), }, [STATE(37)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1572), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1590), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(37), [sym_block_comment] = STATE(37), [sym_identifier] = ACTIONS(344), - [anon_sym_SEMI] = ACTIONS(392), + [anon_sym_SEMI] = ACTIONS(384), [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_RPAREN] = ACTIONS(392), - [anon_sym_LBRACK] = ACTIONS(392), - [anon_sym_RBRACK] = ACTIONS(392), + [anon_sym_RPAREN] = ACTIONS(384), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_RBRACK] = ACTIONS(384), [anon_sym_LBRACE] = ACTIONS(348), - [anon_sym_RBRACE] = ACTIONS(392), - [anon_sym_PLUS] = ACTIONS(394), - [anon_sym_STAR] = ACTIONS(394), - [anon_sym_QMARK] = ACTIONS(392), + [anon_sym_RBRACE] = ACTIONS(384), + [anon_sym_PLUS] = ACTIONS(386), + [anon_sym_STAR] = ACTIONS(354), + [anon_sym_QMARK] = ACTIONS(384), [anon_sym_u8] = ACTIONS(23), [anon_sym_i8] = ACTIONS(23), [anon_sym_u16] = ACTIONS(23), @@ -20244,42 +20313,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(394), - [anon_sym_SLASH] = ACTIONS(394), - [anon_sym_PERCENT] = ACTIONS(394), - [anon_sym_CARET] = ACTIONS(394), + [anon_sym_DASH] = ACTIONS(354), + [anon_sym_SLASH] = ACTIONS(386), + [anon_sym_PERCENT] = ACTIONS(386), + [anon_sym_CARET] = ACTIONS(386), [anon_sym_BANG] = ACTIONS(354), - [anon_sym_AMP] = ACTIONS(394), - [anon_sym_PIPE] = ACTIONS(394), - [anon_sym_AMP_AMP] = ACTIONS(392), - [anon_sym_PIPE_PIPE] = ACTIONS(392), - [anon_sym_LT_LT] = ACTIONS(394), - [anon_sym_GT_GT] = ACTIONS(394), - [anon_sym_PLUS_EQ] = ACTIONS(392), - [anon_sym_DASH_EQ] = ACTIONS(392), - [anon_sym_STAR_EQ] = ACTIONS(392), - [anon_sym_SLASH_EQ] = ACTIONS(392), - [anon_sym_PERCENT_EQ] = ACTIONS(392), - [anon_sym_CARET_EQ] = ACTIONS(392), - [anon_sym_AMP_EQ] = ACTIONS(392), - [anon_sym_PIPE_EQ] = ACTIONS(392), - [anon_sym_LT_LT_EQ] = ACTIONS(392), - [anon_sym_GT_GT_EQ] = ACTIONS(392), - [anon_sym_EQ] = ACTIONS(394), - [anon_sym_EQ_EQ] = ACTIONS(392), - [anon_sym_BANG_EQ] = ACTIONS(392), - [anon_sym_GT] = ACTIONS(394), - [anon_sym_LT] = ACTIONS(394), - [anon_sym_GT_EQ] = ACTIONS(392), - [anon_sym_LT_EQ] = ACTIONS(392), - [anon_sym_DOT] = ACTIONS(394), + [anon_sym_AMP] = ACTIONS(388), + [anon_sym_PIPE] = ACTIONS(390), + [anon_sym_AMP_AMP] = ACTIONS(384), + [anon_sym_PIPE_PIPE] = ACTIONS(384), + [anon_sym_LT_LT] = ACTIONS(386), + [anon_sym_GT_GT] = ACTIONS(386), + [anon_sym_PLUS_EQ] = ACTIONS(384), + [anon_sym_DASH_EQ] = ACTIONS(384), + [anon_sym_STAR_EQ] = ACTIONS(384), + [anon_sym_SLASH_EQ] = ACTIONS(384), + [anon_sym_PERCENT_EQ] = ACTIONS(384), + [anon_sym_CARET_EQ] = ACTIONS(384), + [anon_sym_AMP_EQ] = ACTIONS(384), + [anon_sym_PIPE_EQ] = ACTIONS(384), + [anon_sym_LT_LT_EQ] = ACTIONS(384), + [anon_sym_GT_GT_EQ] = ACTIONS(384), + [anon_sym_EQ] = ACTIONS(386), + [anon_sym_EQ_EQ] = ACTIONS(384), + [anon_sym_BANG_EQ] = ACTIONS(384), + [anon_sym_GT] = ACTIONS(386), + [anon_sym_LT] = ACTIONS(392), + [anon_sym_GT_EQ] = ACTIONS(384), + [anon_sym_LT_EQ] = ACTIONS(384), + [anon_sym_DOT] = ACTIONS(386), [anon_sym_DOT_DOT] = ACTIONS(394), - [anon_sym_DOT_DOT_DOT] = ACTIONS(392), - [anon_sym_DOT_DOT_EQ] = ACTIONS(392), - [anon_sym_COMMA] = ACTIONS(392), + [anon_sym_DOT_DOT_DOT] = ACTIONS(384), + [anon_sym_DOT_DOT_EQ] = ACTIONS(384), + [anon_sym_COMMA] = ACTIONS(384), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_as] = ACTIONS(394), + [anon_sym_as] = ACTIONS(386), [anon_sym_async] = ACTIONS(356), [anon_sym_break] = ACTIONS(41), [anon_sym_const] = ACTIONS(358), @@ -20295,7 +20364,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_union] = ACTIONS(360), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_else] = ACTIONS(394), + [anon_sym_else] = ACTIONS(386), [anon_sym_raw] = ACTIONS(360), [anon_sym_yield] = ACTIONS(93), [anon_sym_move] = ACTIONS(95), @@ -20315,53 +20384,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(99), }, [STATE(38)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1590), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1578), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(35), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(38), [sym_block_comment] = STATE(38), [sym_identifier] = ACTIONS(344), @@ -20463,204 +20532,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(99), }, [STATE(39)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1572), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1592), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(39), [sym_block_comment] = STATE(39), [sym_identifier] = ACTIONS(344), - [anon_sym_SEMI] = ACTIONS(392), - [anon_sym_LPAREN] = ACTIONS(392), - [anon_sym_RPAREN] = ACTIONS(392), - [anon_sym_LBRACK] = ACTIONS(392), - [anon_sym_RBRACK] = ACTIONS(392), - [anon_sym_LBRACE] = ACTIONS(348), - [anon_sym_RBRACE] = ACTIONS(392), - [anon_sym_PLUS] = ACTIONS(394), - [anon_sym_STAR] = ACTIONS(394), - [anon_sym_QMARK] = ACTIONS(392), - [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(394), - [anon_sym_SLASH] = ACTIONS(394), - [anon_sym_PERCENT] = ACTIONS(394), - [anon_sym_CARET] = ACTIONS(394), - [anon_sym_BANG] = ACTIONS(354), - [anon_sym_AMP] = ACTIONS(394), - [anon_sym_PIPE] = ACTIONS(394), - [anon_sym_AMP_AMP] = ACTIONS(392), - [anon_sym_PIPE_PIPE] = ACTIONS(392), - [anon_sym_LT_LT] = ACTIONS(394), - [anon_sym_GT_GT] = ACTIONS(394), - [anon_sym_PLUS_EQ] = ACTIONS(392), - [anon_sym_DASH_EQ] = ACTIONS(392), - [anon_sym_STAR_EQ] = ACTIONS(392), - [anon_sym_SLASH_EQ] = ACTIONS(392), - [anon_sym_PERCENT_EQ] = ACTIONS(392), - [anon_sym_CARET_EQ] = ACTIONS(392), - [anon_sym_AMP_EQ] = ACTIONS(392), - [anon_sym_PIPE_EQ] = ACTIONS(392), - [anon_sym_LT_LT_EQ] = ACTIONS(392), - [anon_sym_GT_GT_EQ] = ACTIONS(392), - [anon_sym_EQ] = ACTIONS(394), - [anon_sym_EQ_EQ] = ACTIONS(392), - [anon_sym_BANG_EQ] = ACTIONS(392), - [anon_sym_GT] = ACTIONS(394), - [anon_sym_LT] = ACTIONS(394), - [anon_sym_GT_EQ] = ACTIONS(392), - [anon_sym_LT_EQ] = ACTIONS(392), - [anon_sym_DOT] = ACTIONS(394), - [anon_sym_DOT_DOT] = ACTIONS(394), - [anon_sym_DOT_DOT_DOT] = ACTIONS(392), - [anon_sym_DOT_DOT_EQ] = ACTIONS(392), - [anon_sym_COMMA] = ACTIONS(392), - [anon_sym_COLON_COLON] = ACTIONS(33), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_as] = ACTIONS(394), - [anon_sym_async] = ACTIONS(356), - [anon_sym_break] = ACTIONS(41), - [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(360), - [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(364), - [anon_sym_if] = ACTIONS(366), - [anon_sym_loop] = ACTIONS(368), - [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(71), - [anon_sym_static] = ACTIONS(372), - [anon_sym_union] = ACTIONS(360), - [anon_sym_unsafe] = ACTIONS(374), - [anon_sym_while] = ACTIONS(376), - [anon_sym_else] = ACTIONS(394), - [anon_sym_raw] = ACTIONS(360), - [anon_sym_yield] = ACTIONS(93), - [anon_sym_move] = ACTIONS(95), - [anon_sym_try] = ACTIONS(378), - [sym_integer_literal] = ACTIONS(99), - [aux_sym_string_literal_token1] = ACTIONS(101), - [sym_char_literal] = ACTIONS(99), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(111), - [sym_super] = ACTIONS(113), - [sym_crate] = ACTIONS(113), - [sym_metavariable] = ACTIONS(117), - [sym__raw_string_literal_start] = ACTIONS(119), - [sym_float_literal] = ACTIONS(99), - }, - [STATE(40)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1576), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), - [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(40), - [sym_block_comment] = STATE(40), - [sym_identifier] = ACTIONS(344), [anon_sym_SEMI] = ACTIONS(402), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_RPAREN] = ACTIONS(402), @@ -20758,204 +20679,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, - [STATE(41)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1576), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), - [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(41), - [sym_block_comment] = STATE(41), - [sym_identifier] = ACTIONS(344), - [anon_sym_SEMI] = ACTIONS(402), - [anon_sym_LPAREN] = ACTIONS(402), - [anon_sym_RPAREN] = ACTIONS(402), - [anon_sym_LBRACK] = ACTIONS(402), - [anon_sym_RBRACK] = ACTIONS(402), - [anon_sym_LBRACE] = ACTIONS(348), - [anon_sym_RBRACE] = ACTIONS(402), - [anon_sym_PLUS] = ACTIONS(404), - [anon_sym_STAR] = ACTIONS(404), - [anon_sym_QMARK] = ACTIONS(402), - [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(404), - [anon_sym_SLASH] = ACTIONS(404), - [anon_sym_PERCENT] = ACTIONS(404), - [anon_sym_CARET] = ACTIONS(404), - [anon_sym_BANG] = ACTIONS(354), - [anon_sym_AMP] = ACTIONS(404), - [anon_sym_PIPE] = ACTIONS(404), - [anon_sym_AMP_AMP] = ACTIONS(402), - [anon_sym_PIPE_PIPE] = ACTIONS(402), - [anon_sym_LT_LT] = ACTIONS(404), - [anon_sym_GT_GT] = ACTIONS(404), - [anon_sym_PLUS_EQ] = ACTIONS(402), - [anon_sym_DASH_EQ] = ACTIONS(402), - [anon_sym_STAR_EQ] = ACTIONS(402), - [anon_sym_SLASH_EQ] = ACTIONS(402), - [anon_sym_PERCENT_EQ] = ACTIONS(402), - [anon_sym_CARET_EQ] = ACTIONS(402), - [anon_sym_AMP_EQ] = ACTIONS(402), - [anon_sym_PIPE_EQ] = ACTIONS(402), - [anon_sym_LT_LT_EQ] = ACTIONS(402), - [anon_sym_GT_GT_EQ] = ACTIONS(402), - [anon_sym_EQ] = ACTIONS(404), - [anon_sym_EQ_EQ] = ACTIONS(402), - [anon_sym_BANG_EQ] = ACTIONS(402), - [anon_sym_GT] = ACTIONS(404), - [anon_sym_LT] = ACTIONS(404), - [anon_sym_GT_EQ] = ACTIONS(402), - [anon_sym_LT_EQ] = ACTIONS(402), - [anon_sym_DOT] = ACTIONS(404), - [anon_sym_DOT_DOT] = ACTIONS(404), - [anon_sym_DOT_DOT_DOT] = ACTIONS(402), - [anon_sym_DOT_DOT_EQ] = ACTIONS(402), - [anon_sym_COMMA] = ACTIONS(402), - [anon_sym_COLON_COLON] = ACTIONS(33), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_as] = ACTIONS(404), - [anon_sym_async] = ACTIONS(356), - [anon_sym_break] = ACTIONS(41), - [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(360), - [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(364), - [anon_sym_if] = ACTIONS(366), - [anon_sym_loop] = ACTIONS(368), - [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(71), - [anon_sym_static] = ACTIONS(372), - [anon_sym_union] = ACTIONS(360), - [anon_sym_unsafe] = ACTIONS(374), - [anon_sym_while] = ACTIONS(376), - [anon_sym_else] = ACTIONS(404), - [anon_sym_raw] = ACTIONS(360), - [anon_sym_yield] = ACTIONS(93), - [anon_sym_move] = ACTIONS(95), - [anon_sym_try] = ACTIONS(378), - [sym_integer_literal] = ACTIONS(99), - [aux_sym_string_literal_token1] = ACTIONS(101), - [sym_char_literal] = ACTIONS(99), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(111), - [sym_super] = ACTIONS(113), - [sym_crate] = ACTIONS(113), - [sym_metavariable] = ACTIONS(117), - [sym__raw_string_literal_start] = ACTIONS(119), - [sym_float_literal] = ACTIONS(99), - }, - [STATE(42)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1595), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [STATE(40)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1597), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(42), - [sym_block_comment] = STATE(42), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(40), + [sym_block_comment] = STATE(40), [sym_identifier] = ACTIONS(344), [anon_sym_SEMI] = ACTIONS(406), [anon_sym_LPAREN] = ACTIONS(15), @@ -20989,8 +20762,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PERCENT] = ACTIONS(408), [anon_sym_CARET] = ACTIONS(408), [anon_sym_BANG] = ACTIONS(354), - [anon_sym_AMP] = ACTIONS(384), - [anon_sym_PIPE] = ACTIONS(386), + [anon_sym_AMP] = ACTIONS(388), + [anon_sym_PIPE] = ACTIONS(390), [anon_sym_AMP_AMP] = ACTIONS(406), [anon_sym_PIPE_PIPE] = ACTIONS(406), [anon_sym_LT_LT] = ACTIONS(408), @@ -21009,11 +20782,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_EQ_EQ] = ACTIONS(406), [anon_sym_BANG_EQ] = ACTIONS(406), [anon_sym_GT] = ACTIONS(408), - [anon_sym_LT] = ACTIONS(388), + [anon_sym_LT] = ACTIONS(392), [anon_sym_GT_EQ] = ACTIONS(406), [anon_sym_LT_EQ] = ACTIONS(406), [anon_sym_DOT] = ACTIONS(408), - [anon_sym_DOT_DOT] = ACTIONS(390), + [anon_sym_DOT_DOT] = ACTIONS(394), [anon_sym_DOT_DOT_DOT] = ACTIONS(406), [anon_sym_DOT_DOT_EQ] = ACTIONS(406), [anon_sym_COMMA] = ACTIONS(406), @@ -21054,54 +20827,350 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, + [STATE(41)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1581), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), + [sym_label] = STATE(3711), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(41), + [sym_block_comment] = STATE(41), + [sym_identifier] = ACTIONS(344), + [anon_sym_SEMI] = ACTIONS(380), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_RPAREN] = ACTIONS(380), + [anon_sym_LBRACK] = ACTIONS(380), + [anon_sym_RBRACK] = ACTIONS(380), + [anon_sym_LBRACE] = ACTIONS(348), + [anon_sym_RBRACE] = ACTIONS(380), + [anon_sym_PLUS] = ACTIONS(382), + [anon_sym_STAR] = ACTIONS(382), + [anon_sym_QMARK] = ACTIONS(380), + [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(382), + [anon_sym_SLASH] = ACTIONS(382), + [anon_sym_PERCENT] = ACTIONS(382), + [anon_sym_CARET] = ACTIONS(382), + [anon_sym_BANG] = ACTIONS(354), + [anon_sym_AMP] = ACTIONS(382), + [anon_sym_PIPE] = ACTIONS(382), + [anon_sym_AMP_AMP] = ACTIONS(380), + [anon_sym_PIPE_PIPE] = ACTIONS(380), + [anon_sym_LT_LT] = ACTIONS(382), + [anon_sym_GT_GT] = ACTIONS(382), + [anon_sym_PLUS_EQ] = ACTIONS(380), + [anon_sym_DASH_EQ] = ACTIONS(380), + [anon_sym_STAR_EQ] = ACTIONS(380), + [anon_sym_SLASH_EQ] = ACTIONS(380), + [anon_sym_PERCENT_EQ] = ACTIONS(380), + [anon_sym_CARET_EQ] = ACTIONS(380), + [anon_sym_AMP_EQ] = ACTIONS(380), + [anon_sym_PIPE_EQ] = ACTIONS(380), + [anon_sym_LT_LT_EQ] = ACTIONS(380), + [anon_sym_GT_GT_EQ] = ACTIONS(380), + [anon_sym_EQ] = ACTIONS(382), + [anon_sym_EQ_EQ] = ACTIONS(380), + [anon_sym_BANG_EQ] = ACTIONS(380), + [anon_sym_GT] = ACTIONS(382), + [anon_sym_LT] = ACTIONS(382), + [anon_sym_GT_EQ] = ACTIONS(380), + [anon_sym_LT_EQ] = ACTIONS(380), + [anon_sym_DOT] = ACTIONS(382), + [anon_sym_DOT_DOT] = ACTIONS(382), + [anon_sym_DOT_DOT_DOT] = ACTIONS(380), + [anon_sym_DOT_DOT_EQ] = ACTIONS(380), + [anon_sym_COMMA] = ACTIONS(380), + [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_as] = ACTIONS(382), + [anon_sym_async] = ACTIONS(356), + [anon_sym_break] = ACTIONS(41), + [anon_sym_const] = ACTIONS(358), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(360), + [anon_sym_for] = ACTIONS(362), + [anon_sym_gen] = ACTIONS(364), + [anon_sym_if] = ACTIONS(366), + [anon_sym_loop] = ACTIONS(368), + [anon_sym_match] = ACTIONS(370), + [anon_sym_return] = ACTIONS(71), + [anon_sym_static] = ACTIONS(372), + [anon_sym_union] = ACTIONS(360), + [anon_sym_unsafe] = ACTIONS(374), + [anon_sym_while] = ACTIONS(376), + [anon_sym_else] = ACTIONS(382), + [anon_sym_raw] = ACTIONS(360), + [anon_sym_yield] = ACTIONS(93), + [anon_sym_move] = ACTIONS(95), + [anon_sym_try] = ACTIONS(378), + [sym_integer_literal] = ACTIONS(99), + [aux_sym_string_literal_token1] = ACTIONS(101), + [sym_char_literal] = ACTIONS(99), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(111), + [sym_super] = ACTIONS(113), + [sym_crate] = ACTIONS(113), + [sym_metavariable] = ACTIONS(117), + [sym__raw_string_literal_start] = ACTIONS(119), + [sym_float_literal] = ACTIONS(99), + }, + [STATE(42)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1592), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), + [sym_label] = STATE(3711), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(42), + [sym_block_comment] = STATE(42), + [sym_identifier] = ACTIONS(344), + [anon_sym_SEMI] = ACTIONS(402), + [anon_sym_LPAREN] = ACTIONS(402), + [anon_sym_RPAREN] = ACTIONS(402), + [anon_sym_LBRACK] = ACTIONS(402), + [anon_sym_RBRACK] = ACTIONS(402), + [anon_sym_LBRACE] = ACTIONS(348), + [anon_sym_RBRACE] = ACTIONS(402), + [anon_sym_PLUS] = ACTIONS(404), + [anon_sym_STAR] = ACTIONS(404), + [anon_sym_QMARK] = ACTIONS(402), + [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(404), + [anon_sym_SLASH] = ACTIONS(404), + [anon_sym_PERCENT] = ACTIONS(404), + [anon_sym_CARET] = ACTIONS(404), + [anon_sym_BANG] = ACTIONS(354), + [anon_sym_AMP] = ACTIONS(404), + [anon_sym_PIPE] = ACTIONS(404), + [anon_sym_AMP_AMP] = ACTIONS(402), + [anon_sym_PIPE_PIPE] = ACTIONS(402), + [anon_sym_LT_LT] = ACTIONS(404), + [anon_sym_GT_GT] = ACTIONS(404), + [anon_sym_PLUS_EQ] = ACTIONS(402), + [anon_sym_DASH_EQ] = ACTIONS(402), + [anon_sym_STAR_EQ] = ACTIONS(402), + [anon_sym_SLASH_EQ] = ACTIONS(402), + [anon_sym_PERCENT_EQ] = ACTIONS(402), + [anon_sym_CARET_EQ] = ACTIONS(402), + [anon_sym_AMP_EQ] = ACTIONS(402), + [anon_sym_PIPE_EQ] = ACTIONS(402), + [anon_sym_LT_LT_EQ] = ACTIONS(402), + [anon_sym_GT_GT_EQ] = ACTIONS(402), + [anon_sym_EQ] = ACTIONS(404), + [anon_sym_EQ_EQ] = ACTIONS(402), + [anon_sym_BANG_EQ] = ACTIONS(402), + [anon_sym_GT] = ACTIONS(404), + [anon_sym_LT] = ACTIONS(404), + [anon_sym_GT_EQ] = ACTIONS(402), + [anon_sym_LT_EQ] = ACTIONS(402), + [anon_sym_DOT] = ACTIONS(404), + [anon_sym_DOT_DOT] = ACTIONS(404), + [anon_sym_DOT_DOT_DOT] = ACTIONS(402), + [anon_sym_DOT_DOT_EQ] = ACTIONS(402), + [anon_sym_COMMA] = ACTIONS(402), + [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_as] = ACTIONS(404), + [anon_sym_async] = ACTIONS(356), + [anon_sym_break] = ACTIONS(41), + [anon_sym_const] = ACTIONS(358), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(360), + [anon_sym_for] = ACTIONS(362), + [anon_sym_gen] = ACTIONS(364), + [anon_sym_if] = ACTIONS(366), + [anon_sym_loop] = ACTIONS(368), + [anon_sym_match] = ACTIONS(370), + [anon_sym_return] = ACTIONS(71), + [anon_sym_static] = ACTIONS(372), + [anon_sym_union] = ACTIONS(360), + [anon_sym_unsafe] = ACTIONS(374), + [anon_sym_while] = ACTIONS(376), + [anon_sym_else] = ACTIONS(404), + [anon_sym_raw] = ACTIONS(360), + [anon_sym_yield] = ACTIONS(93), + [anon_sym_move] = ACTIONS(95), + [anon_sym_try] = ACTIONS(378), + [sym_integer_literal] = ACTIONS(99), + [aux_sym_string_literal_token1] = ACTIONS(101), + [sym_char_literal] = ACTIONS(99), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(111), + [sym_super] = ACTIONS(113), + [sym_crate] = ACTIONS(113), + [sym_metavariable] = ACTIONS(117), + [sym__raw_string_literal_start] = ACTIONS(119), + [sym_float_literal] = ACTIONS(99), + }, [STATE(43)] = { - [sym_bracketed_type] = STATE(3669), - [sym_generic_function] = STATE(1894), - [sym_generic_type_with_turbofish] = STATE(3057), - [sym__expression_except_range] = STATE(1672), - [sym__expression] = STATE(1737), - [sym_macro_invocation] = STATE(1901), - [sym_scoped_identifier] = STATE(1644), - [sym_scoped_type_identifier_in_expression_position] = STATE(3253), - [sym_range_expression] = STATE(1897), - [sym_unary_expression] = STATE(1894), - [sym_try_expression] = STATE(1894), - [sym_reference_expression] = STATE(1894), - [sym_binary_expression] = STATE(1894), - [sym_assignment_expression] = STATE(1894), - [sym_compound_assignment_expr] = STATE(1894), - [sym_type_cast_expression] = STATE(1894), - [sym_return_expression] = STATE(1894), - [sym_yield_expression] = STATE(1894), - [sym_call_expression] = STATE(1894), - [sym_array_expression] = STATE(1894), - [sym_parenthesized_expression] = STATE(1894), - [sym_tuple_expression] = STATE(1894), - [sym_unit_expression] = STATE(1894), - [sym_struct_expression] = STATE(1894), - [sym_if_expression] = STATE(1894), - [sym_match_expression] = STATE(1894), - [sym_while_expression] = STATE(1894), - [sym_loop_expression] = STATE(1894), - [sym_for_expression] = STATE(1894), - [sym_const_block] = STATE(1894), - [sym_closure_expression] = STATE(1894), - [sym_closure_parameters] = STATE(220), + [sym_bracketed_type] = STATE(3670), + [sym_generic_function] = STATE(1761), + [sym_generic_type_with_turbofish] = STATE(3007), + [sym__expression_except_range] = STATE(1674), + [sym__expression] = STATE(1844), + [sym_macro_invocation] = STATE(1765), + [sym_scoped_identifier] = STATE(1630), + [sym_scoped_type_identifier_in_expression_position] = STATE(3431), + [sym_range_expression] = STATE(1763), + [sym_unary_expression] = STATE(1761), + [sym_try_expression] = STATE(1761), + [sym_reference_expression] = STATE(1761), + [sym_binary_expression] = STATE(1761), + [sym_assignment_expression] = STATE(1761), + [sym_compound_assignment_expr] = STATE(1761), + [sym_type_cast_expression] = STATE(1761), + [sym_return_expression] = STATE(1761), + [sym_yield_expression] = STATE(1761), + [sym_call_expression] = STATE(1761), + [sym_array_expression] = STATE(1761), + [sym_parenthesized_expression] = STATE(1761), + [sym_tuple_expression] = STATE(1761), + [sym_unit_expression] = STATE(1761), + [sym_struct_expression] = STATE(1761), + [sym_if_expression] = STATE(1761), + [sym_match_expression] = STATE(1761), + [sym_while_expression] = STATE(1761), + [sym_loop_expression] = STATE(1761), + [sym_for_expression] = STATE(1761), + [sym_const_block] = STATE(1761), + [sym_closure_expression] = STATE(1761), + [sym_closure_parameters] = STATE(231), [sym_label] = STATE(3777), - [sym_break_expression] = STATE(1894), - [sym_continue_expression] = STATE(1894), - [sym_index_expression] = STATE(1894), - [sym_await_expression] = STATE(1894), - [sym_field_expression] = STATE(1674), - [sym_unsafe_block] = STATE(1894), - [sym_async_block] = STATE(1894), - [sym_gen_block] = STATE(1894), - [sym_try_block] = STATE(1894), - [sym_block] = STATE(1894), - [sym__literal] = STATE(1894), - [sym_string_literal] = STATE(1768), - [sym_raw_string_literal] = STATE(1768), - [sym_boolean_literal] = STATE(1768), + [sym_break_expression] = STATE(1761), + [sym_continue_expression] = STATE(1761), + [sym_index_expression] = STATE(1761), + [sym_await_expression] = STATE(1761), + [sym_field_expression] = STATE(1720), + [sym_unsafe_block] = STATE(1761), + [sym_async_block] = STATE(1761), + [sym_gen_block] = STATE(1761), + [sym_try_block] = STATE(1761), + [sym_block] = STATE(1761), + [sym__literal] = STATE(1761), + [sym_string_literal] = STATE(1873), + [sym_raw_string_literal] = STATE(1873), + [sym_boolean_literal] = STATE(1873), [sym_line_comment] = STATE(43), [sym_block_comment] = STATE(43), [sym_identifier] = ACTIONS(410), @@ -21199,55 +21268,341 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(456), }, [STATE(44)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1828), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(228), - [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_bracketed_type] = STATE(3670), + [sym_generic_function] = STATE(1761), + [sym_generic_type_with_turbofish] = STATE(3007), + [sym__expression_except_range] = STATE(1674), + [sym__expression] = STATE(1857), + [sym_macro_invocation] = STATE(1765), + [sym_scoped_identifier] = STATE(1630), + [sym_scoped_type_identifier_in_expression_position] = STATE(3431), + [sym_range_expression] = STATE(1763), + [sym_unary_expression] = STATE(1761), + [sym_try_expression] = STATE(1761), + [sym_reference_expression] = STATE(1761), + [sym_binary_expression] = STATE(1761), + [sym_assignment_expression] = STATE(1761), + [sym_compound_assignment_expr] = STATE(1761), + [sym_type_cast_expression] = STATE(1761), + [sym_return_expression] = STATE(1761), + [sym_yield_expression] = STATE(1761), + [sym_call_expression] = STATE(1761), + [sym_array_expression] = STATE(1761), + [sym_parenthesized_expression] = STATE(1761), + [sym_tuple_expression] = STATE(1761), + [sym_unit_expression] = STATE(1761), + [sym_struct_expression] = STATE(1761), + [sym_if_expression] = STATE(1761), + [sym_match_expression] = STATE(1761), + [sym_while_expression] = STATE(1761), + [sym_loop_expression] = STATE(1761), + [sym_for_expression] = STATE(1761), + [sym_const_block] = STATE(1761), + [sym_closure_expression] = STATE(1761), + [sym_closure_parameters] = STATE(231), + [sym_label] = STATE(3777), + [sym_break_expression] = STATE(1761), + [sym_continue_expression] = STATE(1761), + [sym_index_expression] = STATE(1761), + [sym_await_expression] = STATE(1761), + [sym_field_expression] = STATE(1720), + [sym_unsafe_block] = STATE(1761), + [sym_async_block] = STATE(1761), + [sym_gen_block] = STATE(1761), + [sym_try_block] = STATE(1761), + [sym_block] = STATE(1761), + [sym__literal] = STATE(1761), + [sym_string_literal] = STATE(1873), + [sym_raw_string_literal] = STATE(1873), + [sym_boolean_literal] = STATE(1873), [sym_line_comment] = STATE(44), [sym_block_comment] = STATE(44), + [sym_identifier] = ACTIONS(410), + [anon_sym_LPAREN] = ACTIONS(380), + [anon_sym_LBRACK] = ACTIONS(380), + [anon_sym_LBRACE] = ACTIONS(412), + [anon_sym_EQ_GT] = ACTIONS(380), + [anon_sym_PLUS] = ACTIONS(382), + [anon_sym_STAR] = ACTIONS(382), + [anon_sym_QMARK] = ACTIONS(380), + [anon_sym_u8] = ACTIONS(416), + [anon_sym_i8] = ACTIONS(416), + [anon_sym_u16] = ACTIONS(416), + [anon_sym_i16] = ACTIONS(416), + [anon_sym_u32] = ACTIONS(416), + [anon_sym_i32] = ACTIONS(416), + [anon_sym_u64] = ACTIONS(416), + [anon_sym_i64] = ACTIONS(416), + [anon_sym_u128] = ACTIONS(416), + [anon_sym_i128] = ACTIONS(416), + [anon_sym_isize] = ACTIONS(416), + [anon_sym_usize] = ACTIONS(416), + [anon_sym_f32] = ACTIONS(416), + [anon_sym_f64] = ACTIONS(416), + [anon_sym_bool] = ACTIONS(416), + [anon_sym_str] = ACTIONS(416), + [anon_sym_char] = ACTIONS(416), + [anon_sym_DASH] = ACTIONS(382), + [anon_sym_SLASH] = ACTIONS(382), + [anon_sym_PERCENT] = ACTIONS(382), + [anon_sym_CARET] = ACTIONS(382), + [anon_sym_BANG] = ACTIONS(418), + [anon_sym_AMP] = ACTIONS(382), + [anon_sym_PIPE] = ACTIONS(382), + [anon_sym_AMP_AMP] = ACTIONS(380), + [anon_sym_PIPE_PIPE] = ACTIONS(380), + [anon_sym_LT_LT] = ACTIONS(382), + [anon_sym_GT_GT] = ACTIONS(382), + [anon_sym_PLUS_EQ] = ACTIONS(380), + [anon_sym_DASH_EQ] = ACTIONS(380), + [anon_sym_STAR_EQ] = ACTIONS(380), + [anon_sym_SLASH_EQ] = ACTIONS(380), + [anon_sym_PERCENT_EQ] = ACTIONS(380), + [anon_sym_CARET_EQ] = ACTIONS(380), + [anon_sym_AMP_EQ] = ACTIONS(380), + [anon_sym_PIPE_EQ] = ACTIONS(380), + [anon_sym_LT_LT_EQ] = ACTIONS(380), + [anon_sym_GT_GT_EQ] = ACTIONS(380), + [anon_sym_EQ] = ACTIONS(382), + [anon_sym_EQ_EQ] = ACTIONS(380), + [anon_sym_BANG_EQ] = ACTIONS(380), + [anon_sym_GT] = ACTIONS(382), + [anon_sym_LT] = ACTIONS(382), + [anon_sym_GT_EQ] = ACTIONS(380), + [anon_sym_LT_EQ] = ACTIONS(380), + [anon_sym_DOT] = ACTIONS(382), + [anon_sym_DOT_DOT] = ACTIONS(382), + [anon_sym_DOT_DOT_DOT] = ACTIONS(380), + [anon_sym_DOT_DOT_EQ] = ACTIONS(380), + [anon_sym_COLON_COLON] = ACTIONS(420), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_as] = ACTIONS(382), + [anon_sym_async] = ACTIONS(422), + [anon_sym_break] = ACTIONS(424), + [anon_sym_const] = ACTIONS(426), + [anon_sym_continue] = ACTIONS(428), + [anon_sym_default] = ACTIONS(430), + [anon_sym_for] = ACTIONS(432), + [anon_sym_gen] = ACTIONS(434), + [anon_sym_if] = ACTIONS(436), + [anon_sym_loop] = ACTIONS(438), + [anon_sym_match] = ACTIONS(440), + [anon_sym_return] = ACTIONS(442), + [anon_sym_static] = ACTIONS(444), + [anon_sym_union] = ACTIONS(430), + [anon_sym_unsafe] = ACTIONS(446), + [anon_sym_while] = ACTIONS(448), + [anon_sym_raw] = ACTIONS(430), + [anon_sym_yield] = ACTIONS(450), + [anon_sym_move] = ACTIONS(452), + [anon_sym_try] = ACTIONS(454), + [sym_integer_literal] = ACTIONS(456), + [aux_sym_string_literal_token1] = ACTIONS(458), + [sym_char_literal] = ACTIONS(456), + [anon_sym_true] = ACTIONS(460), + [anon_sym_false] = ACTIONS(460), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(462), + [sym_super] = ACTIONS(464), + [sym_crate] = ACTIONS(464), + [sym_metavariable] = ACTIONS(466), + [sym__raw_string_literal_start] = ACTIONS(468), + [sym_float_literal] = ACTIONS(456), + }, + [STATE(45)] = { + [sym_bracketed_type] = STATE(3670), + [sym_generic_function] = STATE(1761), + [sym_generic_type_with_turbofish] = STATE(3007), + [sym__expression_except_range] = STATE(1674), + [sym__expression] = STATE(1775), + [sym_macro_invocation] = STATE(1765), + [sym_scoped_identifier] = STATE(1630), + [sym_scoped_type_identifier_in_expression_position] = STATE(3431), + [sym_range_expression] = STATE(1763), + [sym_unary_expression] = STATE(1761), + [sym_try_expression] = STATE(1761), + [sym_reference_expression] = STATE(1761), + [sym_binary_expression] = STATE(1761), + [sym_assignment_expression] = STATE(1761), + [sym_compound_assignment_expr] = STATE(1761), + [sym_type_cast_expression] = STATE(1761), + [sym_return_expression] = STATE(1761), + [sym_yield_expression] = STATE(1761), + [sym_call_expression] = STATE(1761), + [sym_array_expression] = STATE(1761), + [sym_parenthesized_expression] = STATE(1761), + [sym_tuple_expression] = STATE(1761), + [sym_unit_expression] = STATE(1761), + [sym_struct_expression] = STATE(1761), + [sym_if_expression] = STATE(1761), + [sym_match_expression] = STATE(1761), + [sym_while_expression] = STATE(1761), + [sym_loop_expression] = STATE(1761), + [sym_for_expression] = STATE(1761), + [sym_const_block] = STATE(1761), + [sym_closure_expression] = STATE(1761), + [sym_closure_parameters] = STATE(231), + [sym_label] = STATE(3777), + [sym_break_expression] = STATE(1761), + [sym_continue_expression] = STATE(1761), + [sym_index_expression] = STATE(1761), + [sym_await_expression] = STATE(1761), + [sym_field_expression] = STATE(1720), + [sym_unsafe_block] = STATE(1761), + [sym_async_block] = STATE(1761), + [sym_gen_block] = STATE(1761), + [sym_try_block] = STATE(1761), + [sym_block] = STATE(1761), + [sym__literal] = STATE(1761), + [sym_string_literal] = STATE(1873), + [sym_raw_string_literal] = STATE(1873), + [sym_boolean_literal] = STATE(1873), + [sym_line_comment] = STATE(45), + [sym_block_comment] = STATE(45), + [sym_identifier] = ACTIONS(410), + [anon_sym_LPAREN] = ACTIONS(402), + [anon_sym_LBRACK] = ACTIONS(402), + [anon_sym_LBRACE] = ACTIONS(412), + [anon_sym_EQ_GT] = ACTIONS(402), + [anon_sym_PLUS] = ACTIONS(404), + [anon_sym_STAR] = ACTIONS(404), + [anon_sym_QMARK] = ACTIONS(402), + [anon_sym_u8] = ACTIONS(416), + [anon_sym_i8] = ACTIONS(416), + [anon_sym_u16] = ACTIONS(416), + [anon_sym_i16] = ACTIONS(416), + [anon_sym_u32] = ACTIONS(416), + [anon_sym_i32] = ACTIONS(416), + [anon_sym_u64] = ACTIONS(416), + [anon_sym_i64] = ACTIONS(416), + [anon_sym_u128] = ACTIONS(416), + [anon_sym_i128] = ACTIONS(416), + [anon_sym_isize] = ACTIONS(416), + [anon_sym_usize] = ACTIONS(416), + [anon_sym_f32] = ACTIONS(416), + [anon_sym_f64] = ACTIONS(416), + [anon_sym_bool] = ACTIONS(416), + [anon_sym_str] = ACTIONS(416), + [anon_sym_char] = ACTIONS(416), + [anon_sym_DASH] = ACTIONS(404), + [anon_sym_SLASH] = ACTIONS(404), + [anon_sym_PERCENT] = ACTIONS(404), + [anon_sym_CARET] = ACTIONS(404), + [anon_sym_BANG] = ACTIONS(418), + [anon_sym_AMP] = ACTIONS(404), + [anon_sym_PIPE] = ACTIONS(404), + [anon_sym_AMP_AMP] = ACTIONS(402), + [anon_sym_PIPE_PIPE] = ACTIONS(402), + [anon_sym_LT_LT] = ACTIONS(404), + [anon_sym_GT_GT] = ACTIONS(404), + [anon_sym_PLUS_EQ] = ACTIONS(402), + [anon_sym_DASH_EQ] = ACTIONS(402), + [anon_sym_STAR_EQ] = ACTIONS(402), + [anon_sym_SLASH_EQ] = ACTIONS(402), + [anon_sym_PERCENT_EQ] = ACTIONS(402), + [anon_sym_CARET_EQ] = ACTIONS(402), + [anon_sym_AMP_EQ] = ACTIONS(402), + [anon_sym_PIPE_EQ] = ACTIONS(402), + [anon_sym_LT_LT_EQ] = ACTIONS(402), + [anon_sym_GT_GT_EQ] = ACTIONS(402), + [anon_sym_EQ] = ACTIONS(404), + [anon_sym_EQ_EQ] = ACTIONS(402), + [anon_sym_BANG_EQ] = ACTIONS(402), + [anon_sym_GT] = ACTIONS(404), + [anon_sym_LT] = ACTIONS(404), + [anon_sym_GT_EQ] = ACTIONS(402), + [anon_sym_LT_EQ] = ACTIONS(402), + [anon_sym_DOT] = ACTIONS(404), + [anon_sym_DOT_DOT] = ACTIONS(404), + [anon_sym_DOT_DOT_DOT] = ACTIONS(402), + [anon_sym_DOT_DOT_EQ] = ACTIONS(402), + [anon_sym_COLON_COLON] = ACTIONS(420), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_as] = ACTIONS(404), + [anon_sym_async] = ACTIONS(422), + [anon_sym_break] = ACTIONS(424), + [anon_sym_const] = ACTIONS(426), + [anon_sym_continue] = ACTIONS(428), + [anon_sym_default] = ACTIONS(430), + [anon_sym_for] = ACTIONS(432), + [anon_sym_gen] = ACTIONS(434), + [anon_sym_if] = ACTIONS(436), + [anon_sym_loop] = ACTIONS(438), + [anon_sym_match] = ACTIONS(440), + [anon_sym_return] = ACTIONS(442), + [anon_sym_static] = ACTIONS(444), + [anon_sym_union] = ACTIONS(430), + [anon_sym_unsafe] = ACTIONS(446), + [anon_sym_while] = ACTIONS(448), + [anon_sym_raw] = ACTIONS(430), + [anon_sym_yield] = ACTIONS(450), + [anon_sym_move] = ACTIONS(452), + [anon_sym_try] = ACTIONS(454), + [sym_integer_literal] = ACTIONS(456), + [aux_sym_string_literal_token1] = ACTIONS(458), + [sym_char_literal] = ACTIONS(456), + [anon_sym_true] = ACTIONS(460), + [anon_sym_false] = ACTIONS(460), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(462), + [sym_super] = ACTIONS(464), + [sym_crate] = ACTIONS(464), + [sym_metavariable] = ACTIONS(466), + [sym__raw_string_literal_start] = ACTIONS(468), + [sym_float_literal] = ACTIONS(456), + }, + [STATE(46)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1713), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(236), + [sym_label] = STATE(3711), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(46), + [sym_block_comment] = STATE(46), [sym_identifier] = ACTIONS(470), [anon_sym_LPAREN] = ACTIONS(346), [anon_sym_LBRACK] = ACTIONS(346), @@ -21306,26 +21661,169 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOT_DOT_DOT] = ACTIONS(346), [anon_sym_DOT_DOT_EQ] = ACTIONS(346), [anon_sym_COLON_COLON] = ACTIONS(476), - [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_SQUOTE] = ACTIONS(352), [anon_sym_as] = ACTIONS(352), [anon_sym_async] = ACTIONS(478), [anon_sym_break] = ACTIONS(480), [anon_sym_const] = ACTIONS(358), + [anon_sym_continue] = ACTIONS(482), + [anon_sym_default] = ACTIONS(484), + [anon_sym_for] = ACTIONS(362), + [anon_sym_gen] = ACTIONS(486), + [anon_sym_if] = ACTIONS(366), + [anon_sym_loop] = ACTIONS(368), + [anon_sym_match] = ACTIONS(370), + [anon_sym_return] = ACTIONS(488), + [anon_sym_static] = ACTIONS(490), + [anon_sym_union] = ACTIONS(484), + [anon_sym_unsafe] = ACTIONS(374), + [anon_sym_while] = ACTIONS(376), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(492), + [anon_sym_move] = ACTIONS(494), + [anon_sym_try] = ACTIONS(378), + [sym_integer_literal] = ACTIONS(99), + [aux_sym_string_literal_token1] = ACTIONS(101), + [sym_char_literal] = ACTIONS(99), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), + [sym__raw_string_literal_start] = ACTIONS(119), + [sym_float_literal] = ACTIONS(99), + }, + [STATE(47)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1786), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(214), + [sym_label] = STATE(3711), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(47), + [sym_block_comment] = STATE(47), + [sym_identifier] = ACTIONS(470), + [anon_sym_LPAREN] = ACTIONS(346), + [anon_sym_LBRACK] = ACTIONS(346), + [anon_sym_LBRACE] = ACTIONS(346), + [anon_sym_COLON] = ACTIONS(350), + [anon_sym_PLUS] = ACTIONS(352), + [anon_sym_STAR] = ACTIONS(352), + [anon_sym_QMARK] = ACTIONS(346), + [anon_sym_u8] = ACTIONS(472), + [anon_sym_i8] = ACTIONS(472), + [anon_sym_u16] = ACTIONS(472), + [anon_sym_i16] = ACTIONS(472), + [anon_sym_u32] = ACTIONS(472), + [anon_sym_i32] = ACTIONS(472), + [anon_sym_u64] = ACTIONS(472), + [anon_sym_i64] = ACTIONS(472), + [anon_sym_u128] = ACTIONS(472), + [anon_sym_i128] = ACTIONS(472), + [anon_sym_isize] = ACTIONS(472), + [anon_sym_usize] = ACTIONS(472), + [anon_sym_f32] = ACTIONS(472), + [anon_sym_f64] = ACTIONS(472), + [anon_sym_bool] = ACTIONS(472), + [anon_sym_str] = ACTIONS(472), + [anon_sym_char] = ACTIONS(472), + [anon_sym_DASH] = ACTIONS(352), + [anon_sym_SLASH] = ACTIONS(352), + [anon_sym_PERCENT] = ACTIONS(352), + [anon_sym_CARET] = ACTIONS(352), + [anon_sym_BANG] = ACTIONS(502), + [anon_sym_AMP] = ACTIONS(352), + [anon_sym_PIPE] = ACTIONS(352), + [anon_sym_AMP_AMP] = ACTIONS(346), + [anon_sym_PIPE_PIPE] = ACTIONS(346), + [anon_sym_LT_LT] = ACTIONS(352), + [anon_sym_GT_GT] = ACTIONS(352), + [anon_sym_PLUS_EQ] = ACTIONS(346), + [anon_sym_DASH_EQ] = ACTIONS(346), + [anon_sym_STAR_EQ] = ACTIONS(346), + [anon_sym_SLASH_EQ] = ACTIONS(346), + [anon_sym_PERCENT_EQ] = ACTIONS(346), + [anon_sym_CARET_EQ] = ACTIONS(346), + [anon_sym_AMP_EQ] = ACTIONS(346), + [anon_sym_PIPE_EQ] = ACTIONS(346), + [anon_sym_LT_LT_EQ] = ACTIONS(346), + [anon_sym_GT_GT_EQ] = ACTIONS(346), + [anon_sym_EQ] = ACTIONS(352), + [anon_sym_EQ_EQ] = ACTIONS(346), + [anon_sym_BANG_EQ] = ACTIONS(346), + [anon_sym_GT] = ACTIONS(352), + [anon_sym_LT] = ACTIONS(352), + [anon_sym_GT_EQ] = ACTIONS(346), + [anon_sym_LT_EQ] = ACTIONS(346), + [anon_sym_DOT] = ACTIONS(352), + [anon_sym_DOT_DOT] = ACTIONS(352), + [anon_sym_DOT_DOT_DOT] = ACTIONS(346), + [anon_sym_DOT_DOT_EQ] = ACTIONS(346), + [anon_sym_COLON_COLON] = ACTIONS(476), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_as] = ACTIONS(352), + [anon_sym_async] = ACTIONS(504), + [anon_sym_break] = ACTIONS(506), + [anon_sym_const] = ACTIONS(358), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(482), + [anon_sym_default] = ACTIONS(484), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(484), + [anon_sym_gen] = ACTIONS(508), [anon_sym_if] = ACTIONS(366), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(486), - [anon_sym_static] = ACTIONS(488), - [anon_sym_union] = ACTIONS(482), + [anon_sym_return] = ACTIONS(510), + [anon_sym_static] = ACTIONS(512), + [anon_sym_union] = ACTIONS(484), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(490), - [anon_sym_move] = ACTIONS(492), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(514), + [anon_sym_move] = ACTIONS(516), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -21334,71 +21832,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, - [STATE(45)] = { - [sym_bracketed_type] = STATE(3669), - [sym_generic_function] = STATE(1894), - [sym_generic_type_with_turbofish] = STATE(3057), - [sym__expression_except_range] = STATE(1672), - [sym__expression] = STATE(1917), - [sym_macro_invocation] = STATE(1901), - [sym_scoped_identifier] = STATE(1644), - [sym_scoped_type_identifier_in_expression_position] = STATE(3253), - [sym_range_expression] = STATE(1897), - [sym_unary_expression] = STATE(1894), - [sym_try_expression] = STATE(1894), - [sym_reference_expression] = STATE(1894), - [sym_binary_expression] = STATE(1894), - [sym_assignment_expression] = STATE(1894), - [sym_compound_assignment_expr] = STATE(1894), - [sym_type_cast_expression] = STATE(1894), - [sym_return_expression] = STATE(1894), - [sym_yield_expression] = STATE(1894), - [sym_call_expression] = STATE(1894), - [sym_array_expression] = STATE(1894), - [sym_parenthesized_expression] = STATE(1894), - [sym_tuple_expression] = STATE(1894), - [sym_unit_expression] = STATE(1894), - [sym_struct_expression] = STATE(1894), - [sym_if_expression] = STATE(1894), - [sym_match_expression] = STATE(1894), - [sym_while_expression] = STATE(1894), - [sym_loop_expression] = STATE(1894), - [sym_for_expression] = STATE(1894), - [sym_const_block] = STATE(1894), - [sym_closure_expression] = STATE(1894), - [sym_closure_parameters] = STATE(220), + [STATE(48)] = { + [sym_bracketed_type] = STATE(3670), + [sym_generic_function] = STATE(1761), + [sym_generic_type_with_turbofish] = STATE(3007), + [sym__expression_except_range] = STATE(1674), + [sym__expression] = STATE(1784), + [sym_macro_invocation] = STATE(1765), + [sym_scoped_identifier] = STATE(1630), + [sym_scoped_type_identifier_in_expression_position] = STATE(3431), + [sym_range_expression] = STATE(1763), + [sym_unary_expression] = STATE(1761), + [sym_try_expression] = STATE(1761), + [sym_reference_expression] = STATE(1761), + [sym_binary_expression] = STATE(1761), + [sym_assignment_expression] = STATE(1761), + [sym_compound_assignment_expr] = STATE(1761), + [sym_type_cast_expression] = STATE(1761), + [sym_return_expression] = STATE(1761), + [sym_yield_expression] = STATE(1761), + [sym_call_expression] = STATE(1761), + [sym_array_expression] = STATE(1761), + [sym_parenthesized_expression] = STATE(1761), + [sym_tuple_expression] = STATE(1761), + [sym_unit_expression] = STATE(1761), + [sym_struct_expression] = STATE(1761), + [sym_if_expression] = STATE(1761), + [sym_match_expression] = STATE(1761), + [sym_while_expression] = STATE(1761), + [sym_loop_expression] = STATE(1761), + [sym_for_expression] = STATE(1761), + [sym_const_block] = STATE(1761), + [sym_closure_expression] = STATE(1761), + [sym_closure_parameters] = STATE(231), [sym_label] = STATE(3777), - [sym_break_expression] = STATE(1894), - [sym_continue_expression] = STATE(1894), - [sym_index_expression] = STATE(1894), - [sym_await_expression] = STATE(1894), - [sym_field_expression] = STATE(1674), - [sym_unsafe_block] = STATE(1894), - [sym_async_block] = STATE(1894), - [sym_gen_block] = STATE(1894), - [sym_try_block] = STATE(1894), - [sym_block] = STATE(1894), - [sym__literal] = STATE(1894), - [sym_string_literal] = STATE(1768), - [sym_raw_string_literal] = STATE(1768), - [sym_boolean_literal] = STATE(1768), - [sym_line_comment] = STATE(45), - [sym_block_comment] = STATE(45), + [sym_break_expression] = STATE(1761), + [sym_continue_expression] = STATE(1761), + [sym_index_expression] = STATE(1761), + [sym_await_expression] = STATE(1761), + [sym_field_expression] = STATE(1720), + [sym_unsafe_block] = STATE(1761), + [sym_async_block] = STATE(1761), + [sym_gen_block] = STATE(1761), + [sym_try_block] = STATE(1761), + [sym_block] = STATE(1761), + [sym__literal] = STATE(1761), + [sym_string_literal] = STATE(1873), + [sym_raw_string_literal] = STATE(1873), + [sym_boolean_literal] = STATE(1873), + [sym_line_comment] = STATE(48), + [sym_block_comment] = STATE(48), [sym_identifier] = ACTIONS(410), - [anon_sym_LPAREN] = ACTIONS(500), - [anon_sym_LBRACK] = ACTIONS(502), + [anon_sym_LPAREN] = ACTIONS(518), + [anon_sym_LBRACK] = ACTIONS(520), [anon_sym_LBRACE] = ACTIONS(412), - [anon_sym_EQ_GT] = ACTIONS(380), - [anon_sym_PLUS] = ACTIONS(382), + [anon_sym_EQ_GT] = ACTIONS(384), + [anon_sym_PLUS] = ACTIONS(386), [anon_sym_STAR] = ACTIONS(418), - [anon_sym_QMARK] = ACTIONS(380), + [anon_sym_QMARK] = ACTIONS(384), [anon_sym_u8] = ACTIONS(416), [anon_sym_i8] = ACTIONS(416), [anon_sym_u16] = ACTIONS(416), @@ -21417,40 +21915,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_str] = ACTIONS(416), [anon_sym_char] = ACTIONS(416), [anon_sym_DASH] = ACTIONS(418), - [anon_sym_SLASH] = ACTIONS(382), - [anon_sym_PERCENT] = ACTIONS(382), - [anon_sym_CARET] = ACTIONS(382), + [anon_sym_SLASH] = ACTIONS(386), + [anon_sym_PERCENT] = ACTIONS(386), + [anon_sym_CARET] = ACTIONS(386), [anon_sym_BANG] = ACTIONS(418), - [anon_sym_AMP] = ACTIONS(504), - [anon_sym_PIPE] = ACTIONS(386), - [anon_sym_AMP_AMP] = ACTIONS(380), - [anon_sym_PIPE_PIPE] = ACTIONS(380), - [anon_sym_LT_LT] = ACTIONS(382), - [anon_sym_GT_GT] = ACTIONS(382), - [anon_sym_PLUS_EQ] = ACTIONS(380), - [anon_sym_DASH_EQ] = ACTIONS(380), - [anon_sym_STAR_EQ] = ACTIONS(380), - [anon_sym_SLASH_EQ] = ACTIONS(380), - [anon_sym_PERCENT_EQ] = ACTIONS(380), - [anon_sym_CARET_EQ] = ACTIONS(380), - [anon_sym_AMP_EQ] = ACTIONS(380), - [anon_sym_PIPE_EQ] = ACTIONS(380), - [anon_sym_LT_LT_EQ] = ACTIONS(380), - [anon_sym_GT_GT_EQ] = ACTIONS(380), - [anon_sym_EQ] = ACTIONS(382), - [anon_sym_EQ_EQ] = ACTIONS(380), - [anon_sym_BANG_EQ] = ACTIONS(380), - [anon_sym_GT] = ACTIONS(382), - [anon_sym_LT] = ACTIONS(388), - [anon_sym_GT_EQ] = ACTIONS(380), - [anon_sym_LT_EQ] = ACTIONS(380), - [anon_sym_DOT] = ACTIONS(382), - [anon_sym_DOT_DOT] = ACTIONS(506), - [anon_sym_DOT_DOT_DOT] = ACTIONS(380), - [anon_sym_DOT_DOT_EQ] = ACTIONS(380), + [anon_sym_AMP] = ACTIONS(522), + [anon_sym_PIPE] = ACTIONS(390), + [anon_sym_AMP_AMP] = ACTIONS(384), + [anon_sym_PIPE_PIPE] = ACTIONS(384), + [anon_sym_LT_LT] = ACTIONS(386), + [anon_sym_GT_GT] = ACTIONS(386), + [anon_sym_PLUS_EQ] = ACTIONS(384), + [anon_sym_DASH_EQ] = ACTIONS(384), + [anon_sym_STAR_EQ] = ACTIONS(384), + [anon_sym_SLASH_EQ] = ACTIONS(384), + [anon_sym_PERCENT_EQ] = ACTIONS(384), + [anon_sym_CARET_EQ] = ACTIONS(384), + [anon_sym_AMP_EQ] = ACTIONS(384), + [anon_sym_PIPE_EQ] = ACTIONS(384), + [anon_sym_LT_LT_EQ] = ACTIONS(384), + [anon_sym_GT_GT_EQ] = ACTIONS(384), + [anon_sym_EQ] = ACTIONS(386), + [anon_sym_EQ_EQ] = ACTIONS(384), + [anon_sym_BANG_EQ] = ACTIONS(384), + [anon_sym_GT] = ACTIONS(386), + [anon_sym_LT] = ACTIONS(392), + [anon_sym_GT_EQ] = ACTIONS(384), + [anon_sym_LT_EQ] = ACTIONS(384), + [anon_sym_DOT] = ACTIONS(386), + [anon_sym_DOT_DOT] = ACTIONS(524), + [anon_sym_DOT_DOT_DOT] = ACTIONS(384), + [anon_sym_DOT_DOT_EQ] = ACTIONS(384), [anon_sym_COLON_COLON] = ACTIONS(420), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_as] = ACTIONS(382), + [anon_sym_as] = ACTIONS(386), [anon_sym_async] = ACTIONS(422), [anon_sym_break] = ACTIONS(424), [anon_sym_const] = ACTIONS(426), @@ -21484,59 +21982,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(468), [sym_float_literal] = ACTIONS(456), }, - [STATE(46)] = { - [sym_bracketed_type] = STATE(3669), - [sym_generic_function] = STATE(1894), - [sym_generic_type_with_turbofish] = STATE(3057), - [sym__expression_except_range] = STATE(1672), - [sym__expression] = STATE(1918), - [sym_macro_invocation] = STATE(1901), - [sym_scoped_identifier] = STATE(1644), - [sym_scoped_type_identifier_in_expression_position] = STATE(3253), - [sym_range_expression] = STATE(1897), - [sym_unary_expression] = STATE(1894), - [sym_try_expression] = STATE(1894), - [sym_reference_expression] = STATE(1894), - [sym_binary_expression] = STATE(1894), - [sym_assignment_expression] = STATE(1894), - [sym_compound_assignment_expr] = STATE(1894), - [sym_type_cast_expression] = STATE(1894), - [sym_return_expression] = STATE(1894), - [sym_yield_expression] = STATE(1894), - [sym_call_expression] = STATE(1894), - [sym_array_expression] = STATE(1894), - [sym_parenthesized_expression] = STATE(1894), - [sym_tuple_expression] = STATE(1894), - [sym_unit_expression] = STATE(1894), - [sym_struct_expression] = STATE(1894), - [sym_if_expression] = STATE(1894), - [sym_match_expression] = STATE(1894), - [sym_while_expression] = STATE(1894), - [sym_loop_expression] = STATE(1894), - [sym_for_expression] = STATE(1894), - [sym_const_block] = STATE(1894), - [sym_closure_expression] = STATE(1894), - [sym_closure_parameters] = STATE(220), + [STATE(49)] = { + [sym_bracketed_type] = STATE(3670), + [sym_generic_function] = STATE(1761), + [sym_generic_type_with_turbofish] = STATE(3007), + [sym__expression_except_range] = STATE(1674), + [sym__expression] = STATE(1787), + [sym_macro_invocation] = STATE(1765), + [sym_scoped_identifier] = STATE(1630), + [sym_scoped_type_identifier_in_expression_position] = STATE(3431), + [sym_range_expression] = STATE(1763), + [sym_unary_expression] = STATE(1761), + [sym_try_expression] = STATE(1761), + [sym_reference_expression] = STATE(1761), + [sym_binary_expression] = STATE(1761), + [sym_assignment_expression] = STATE(1761), + [sym_compound_assignment_expr] = STATE(1761), + [sym_type_cast_expression] = STATE(1761), + [sym_return_expression] = STATE(1761), + [sym_yield_expression] = STATE(1761), + [sym_call_expression] = STATE(1761), + [sym_array_expression] = STATE(1761), + [sym_parenthesized_expression] = STATE(1761), + [sym_tuple_expression] = STATE(1761), + [sym_unit_expression] = STATE(1761), + [sym_struct_expression] = STATE(1761), + [sym_if_expression] = STATE(1761), + [sym_match_expression] = STATE(1761), + [sym_while_expression] = STATE(1761), + [sym_loop_expression] = STATE(1761), + [sym_for_expression] = STATE(1761), + [sym_const_block] = STATE(1761), + [sym_closure_expression] = STATE(1761), + [sym_closure_parameters] = STATE(231), [sym_label] = STATE(3777), - [sym_break_expression] = STATE(1894), - [sym_continue_expression] = STATE(1894), - [sym_index_expression] = STATE(1894), - [sym_await_expression] = STATE(1894), - [sym_field_expression] = STATE(1674), - [sym_unsafe_block] = STATE(1894), - [sym_async_block] = STATE(1894), - [sym_gen_block] = STATE(1894), - [sym_try_block] = STATE(1894), - [sym_block] = STATE(1894), - [sym__literal] = STATE(1894), - [sym_string_literal] = STATE(1768), - [sym_raw_string_literal] = STATE(1768), - [sym_boolean_literal] = STATE(1768), - [sym_line_comment] = STATE(46), - [sym_block_comment] = STATE(46), + [sym_break_expression] = STATE(1761), + [sym_continue_expression] = STATE(1761), + [sym_index_expression] = STATE(1761), + [sym_await_expression] = STATE(1761), + [sym_field_expression] = STATE(1720), + [sym_unsafe_block] = STATE(1761), + [sym_async_block] = STATE(1761), + [sym_gen_block] = STATE(1761), + [sym_try_block] = STATE(1761), + [sym_block] = STATE(1761), + [sym__literal] = STATE(1761), + [sym_string_literal] = STATE(1873), + [sym_raw_string_literal] = STATE(1873), + [sym_boolean_literal] = STATE(1873), + [sym_line_comment] = STATE(49), + [sym_block_comment] = STATE(49), [sym_identifier] = ACTIONS(410), - [anon_sym_LPAREN] = ACTIONS(500), - [anon_sym_LBRACK] = ACTIONS(502), + [anon_sym_LPAREN] = ACTIONS(518), + [anon_sym_LBRACK] = ACTIONS(520), [anon_sym_LBRACE] = ACTIONS(412), [anon_sym_EQ_GT] = ACTIONS(406), [anon_sym_PLUS] = ACTIONS(408), @@ -21564,8 +22062,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PERCENT] = ACTIONS(408), [anon_sym_CARET] = ACTIONS(408), [anon_sym_BANG] = ACTIONS(418), - [anon_sym_AMP] = ACTIONS(504), - [anon_sym_PIPE] = ACTIONS(386), + [anon_sym_AMP] = ACTIONS(522), + [anon_sym_PIPE] = ACTIONS(390), [anon_sym_AMP_AMP] = ACTIONS(406), [anon_sym_PIPE_PIPE] = ACTIONS(406), [anon_sym_LT_LT] = ACTIONS(408), @@ -21584,11 +22082,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_EQ_EQ] = ACTIONS(406), [anon_sym_BANG_EQ] = ACTIONS(406), [anon_sym_GT] = ACTIONS(408), - [anon_sym_LT] = ACTIONS(388), + [anon_sym_LT] = ACTIONS(392), [anon_sym_GT_EQ] = ACTIONS(406), [anon_sym_LT_EQ] = ACTIONS(406), [anon_sym_DOT] = ACTIONS(408), - [anon_sym_DOT_DOT] = ACTIONS(506), + [anon_sym_DOT_DOT] = ACTIONS(524), [anon_sym_DOT_DOT_DOT] = ACTIONS(406), [anon_sym_DOT_DOT_EQ] = ACTIONS(406), [anon_sym_COLON_COLON] = ACTIONS(420), @@ -21627,56 +22125,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(468), [sym_float_literal] = ACTIONS(456), }, - [STATE(47)] = { - [sym_bracketed_type] = STATE(3669), - [sym_generic_function] = STATE(1894), - [sym_generic_type_with_turbofish] = STATE(3057), - [sym__expression_except_range] = STATE(1672), - [sym__expression] = STATE(1912), - [sym_macro_invocation] = STATE(1901), - [sym_scoped_identifier] = STATE(1644), - [sym_scoped_type_identifier_in_expression_position] = STATE(3253), - [sym_range_expression] = STATE(1897), - [sym_unary_expression] = STATE(1894), - [sym_try_expression] = STATE(1894), - [sym_reference_expression] = STATE(1894), - [sym_binary_expression] = STATE(1894), - [sym_assignment_expression] = STATE(1894), - [sym_compound_assignment_expr] = STATE(1894), - [sym_type_cast_expression] = STATE(1894), - [sym_return_expression] = STATE(1894), - [sym_yield_expression] = STATE(1894), - [sym_call_expression] = STATE(1894), - [sym_array_expression] = STATE(1894), - [sym_parenthesized_expression] = STATE(1894), - [sym_tuple_expression] = STATE(1894), - [sym_unit_expression] = STATE(1894), - [sym_struct_expression] = STATE(1894), - [sym_if_expression] = STATE(1894), - [sym_match_expression] = STATE(1894), - [sym_while_expression] = STATE(1894), - [sym_loop_expression] = STATE(1894), - [sym_for_expression] = STATE(1894), - [sym_const_block] = STATE(1894), - [sym_closure_expression] = STATE(1894), - [sym_closure_parameters] = STATE(220), + [STATE(50)] = { + [sym_bracketed_type] = STATE(3670), + [sym_generic_function] = STATE(1761), + [sym_generic_type_with_turbofish] = STATE(3007), + [sym__expression_except_range] = STATE(1674), + [sym__expression] = STATE(1777), + [sym_macro_invocation] = STATE(1765), + [sym_scoped_identifier] = STATE(1630), + [sym_scoped_type_identifier_in_expression_position] = STATE(3431), + [sym_range_expression] = STATE(1763), + [sym_unary_expression] = STATE(1761), + [sym_try_expression] = STATE(1761), + [sym_reference_expression] = STATE(1761), + [sym_binary_expression] = STATE(1761), + [sym_assignment_expression] = STATE(1761), + [sym_compound_assignment_expr] = STATE(1761), + [sym_type_cast_expression] = STATE(1761), + [sym_return_expression] = STATE(1761), + [sym_yield_expression] = STATE(1761), + [sym_call_expression] = STATE(1761), + [sym_array_expression] = STATE(1761), + [sym_parenthesized_expression] = STATE(1761), + [sym_tuple_expression] = STATE(1761), + [sym_unit_expression] = STATE(1761), + [sym_struct_expression] = STATE(1761), + [sym_if_expression] = STATE(1761), + [sym_match_expression] = STATE(1761), + [sym_while_expression] = STATE(1761), + [sym_loop_expression] = STATE(1761), + [sym_for_expression] = STATE(1761), + [sym_const_block] = STATE(1761), + [sym_closure_expression] = STATE(1761), + [sym_closure_parameters] = STATE(231), [sym_label] = STATE(43), - [sym_break_expression] = STATE(1894), - [sym_continue_expression] = STATE(1894), - [sym_index_expression] = STATE(1894), - [sym_await_expression] = STATE(1894), - [sym_field_expression] = STATE(1674), - [sym_unsafe_block] = STATE(1894), - [sym_async_block] = STATE(1894), - [sym_gen_block] = STATE(1894), - [sym_try_block] = STATE(1894), - [sym_block] = STATE(1894), - [sym__literal] = STATE(1894), - [sym_string_literal] = STATE(1768), - [sym_raw_string_literal] = STATE(1768), - [sym_boolean_literal] = STATE(1768), - [sym_line_comment] = STATE(47), - [sym_block_comment] = STATE(47), + [sym_break_expression] = STATE(1761), + [sym_continue_expression] = STATE(1761), + [sym_index_expression] = STATE(1761), + [sym_await_expression] = STATE(1761), + [sym_field_expression] = STATE(1720), + [sym_unsafe_block] = STATE(1761), + [sym_async_block] = STATE(1761), + [sym_gen_block] = STATE(1761), + [sym_try_block] = STATE(1761), + [sym_block] = STATE(1761), + [sym__literal] = STATE(1761), + [sym_string_literal] = STATE(1873), + [sym_raw_string_literal] = STATE(1873), + [sym_boolean_literal] = STATE(1873), + [sym_line_comment] = STATE(50), + [sym_block_comment] = STATE(50), [sym_identifier] = ACTIONS(410), [anon_sym_LPAREN] = ACTIONS(396), [anon_sym_LBRACK] = ACTIONS(396), @@ -21735,7 +22233,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOT_DOT_DOT] = ACTIONS(396), [anon_sym_DOT_DOT_EQ] = ACTIONS(396), [anon_sym_COLON_COLON] = ACTIONS(420), - [anon_sym_SQUOTE] = ACTIONS(508), + [anon_sym_SQUOTE] = ACTIONS(526), [anon_sym_as] = ACTIONS(398), [anon_sym_async] = ACTIONS(422), [anon_sym_break] = ACTIONS(424), @@ -21770,58 +22268,58 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(468), [sym_float_literal] = ACTIONS(456), }, - [STATE(48)] = { - [sym_bracketed_type] = STATE(3669), - [sym_generic_function] = STATE(1894), - [sym_generic_type_with_turbofish] = STATE(3057), - [sym__expression_except_range] = STATE(1672), - [sym__expression] = STATE(1910), - [sym_macro_invocation] = STATE(1901), - [sym_scoped_identifier] = STATE(1644), - [sym_scoped_type_identifier_in_expression_position] = STATE(3253), - [sym_range_expression] = STATE(1897), - [sym_unary_expression] = STATE(1894), - [sym_try_expression] = STATE(1894), - [sym_reference_expression] = STATE(1894), - [sym_binary_expression] = STATE(1894), - [sym_assignment_expression] = STATE(1894), - [sym_compound_assignment_expr] = STATE(1894), - [sym_type_cast_expression] = STATE(1894), - [sym_return_expression] = STATE(1894), - [sym_yield_expression] = STATE(1894), - [sym_call_expression] = STATE(1894), - [sym_array_expression] = STATE(1894), - [sym_parenthesized_expression] = STATE(1894), - [sym_tuple_expression] = STATE(1894), - [sym_unit_expression] = STATE(1894), - [sym_struct_expression] = STATE(1894), - [sym_if_expression] = STATE(1894), - [sym_match_expression] = STATE(1894), - [sym_while_expression] = STATE(1894), - [sym_loop_expression] = STATE(1894), - [sym_for_expression] = STATE(1894), - [sym_const_block] = STATE(1894), - [sym_closure_expression] = STATE(1894), - [sym_closure_parameters] = STATE(220), + [STATE(51)] = { + [sym_bracketed_type] = STATE(3670), + [sym_generic_function] = STATE(1761), + [sym_generic_type_with_turbofish] = STATE(3007), + [sym__expression_except_range] = STATE(1674), + [sym__expression] = STATE(1775), + [sym_macro_invocation] = STATE(1765), + [sym_scoped_identifier] = STATE(1630), + [sym_scoped_type_identifier_in_expression_position] = STATE(3431), + [sym_range_expression] = STATE(1763), + [sym_unary_expression] = STATE(1761), + [sym_try_expression] = STATE(1761), + [sym_reference_expression] = STATE(1761), + [sym_binary_expression] = STATE(1761), + [sym_assignment_expression] = STATE(1761), + [sym_compound_assignment_expr] = STATE(1761), + [sym_type_cast_expression] = STATE(1761), + [sym_return_expression] = STATE(1761), + [sym_yield_expression] = STATE(1761), + [sym_call_expression] = STATE(1761), + [sym_array_expression] = STATE(1761), + [sym_parenthesized_expression] = STATE(1761), + [sym_tuple_expression] = STATE(1761), + [sym_unit_expression] = STATE(1761), + [sym_struct_expression] = STATE(1761), + [sym_if_expression] = STATE(1761), + [sym_match_expression] = STATE(1761), + [sym_while_expression] = STATE(1761), + [sym_loop_expression] = STATE(1761), + [sym_for_expression] = STATE(1761), + [sym_const_block] = STATE(1761), + [sym_closure_expression] = STATE(1761), + [sym_closure_parameters] = STATE(231), [sym_label] = STATE(3777), - [sym_break_expression] = STATE(1894), - [sym_continue_expression] = STATE(1894), - [sym_index_expression] = STATE(1894), - [sym_await_expression] = STATE(1894), - [sym_field_expression] = STATE(1674), - [sym_unsafe_block] = STATE(1894), - [sym_async_block] = STATE(1894), - [sym_gen_block] = STATE(1894), - [sym_try_block] = STATE(1894), - [sym_block] = STATE(1894), - [sym__literal] = STATE(1894), - [sym_string_literal] = STATE(1768), - [sym_raw_string_literal] = STATE(1768), - [sym_boolean_literal] = STATE(1768), - [sym_line_comment] = STATE(48), - [sym_block_comment] = STATE(48), + [sym_break_expression] = STATE(1761), + [sym_continue_expression] = STATE(1761), + [sym_index_expression] = STATE(1761), + [sym_await_expression] = STATE(1761), + [sym_field_expression] = STATE(1720), + [sym_unsafe_block] = STATE(1761), + [sym_async_block] = STATE(1761), + [sym_gen_block] = STATE(1761), + [sym_try_block] = STATE(1761), + [sym_block] = STATE(1761), + [sym__literal] = STATE(1761), + [sym_string_literal] = STATE(1873), + [sym_raw_string_literal] = STATE(1873), + [sym_boolean_literal] = STATE(1873), + [sym_line_comment] = STATE(51), + [sym_block_comment] = STATE(51), [sym_identifier] = ACTIONS(410), - [anon_sym_LPAREN] = ACTIONS(500), + [anon_sym_LPAREN] = ACTIONS(518), [anon_sym_LBRACK] = ACTIONS(402), [anon_sym_LBRACE] = ACTIONS(412), [anon_sym_EQ_GT] = ACTIONS(402), @@ -21913,207 +22411,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(468), [sym_float_literal] = ACTIONS(456), }, - [STATE(49)] = { - [sym_bracketed_type] = STATE(3669), - [sym_generic_function] = STATE(1894), - [sym_generic_type_with_turbofish] = STATE(3057), - [sym__expression_except_range] = STATE(1672), - [sym__expression] = STATE(1751), - [sym_macro_invocation] = STATE(1901), - [sym_scoped_identifier] = STATE(1644), - [sym_scoped_type_identifier_in_expression_position] = STATE(3253), - [sym_range_expression] = STATE(1897), - [sym_unary_expression] = STATE(1894), - [sym_try_expression] = STATE(1894), - [sym_reference_expression] = STATE(1894), - [sym_binary_expression] = STATE(1894), - [sym_assignment_expression] = STATE(1894), - [sym_compound_assignment_expr] = STATE(1894), - [sym_type_cast_expression] = STATE(1894), - [sym_return_expression] = STATE(1894), - [sym_yield_expression] = STATE(1894), - [sym_call_expression] = STATE(1894), - [sym_array_expression] = STATE(1894), - [sym_parenthesized_expression] = STATE(1894), - [sym_tuple_expression] = STATE(1894), - [sym_unit_expression] = STATE(1894), - [sym_struct_expression] = STATE(1894), - [sym_if_expression] = STATE(1894), - [sym_match_expression] = STATE(1894), - [sym_while_expression] = STATE(1894), - [sym_loop_expression] = STATE(1894), - [sym_for_expression] = STATE(1894), - [sym_const_block] = STATE(1894), - [sym_closure_expression] = STATE(1894), - [sym_closure_parameters] = STATE(220), - [sym_label] = STATE(3777), - [sym_break_expression] = STATE(1894), - [sym_continue_expression] = STATE(1894), - [sym_index_expression] = STATE(1894), - [sym_await_expression] = STATE(1894), - [sym_field_expression] = STATE(1674), - [sym_unsafe_block] = STATE(1894), - [sym_async_block] = STATE(1894), - [sym_gen_block] = STATE(1894), - [sym_try_block] = STATE(1894), - [sym_block] = STATE(1894), - [sym__literal] = STATE(1894), - [sym_string_literal] = STATE(1768), - [sym_raw_string_literal] = STATE(1768), - [sym_boolean_literal] = STATE(1768), - [sym_line_comment] = STATE(49), - [sym_block_comment] = STATE(49), - [sym_identifier] = ACTIONS(410), - [anon_sym_LPAREN] = ACTIONS(500), - [anon_sym_LBRACK] = ACTIONS(392), - [anon_sym_LBRACE] = ACTIONS(412), - [anon_sym_EQ_GT] = ACTIONS(392), - [anon_sym_PLUS] = ACTIONS(394), - [anon_sym_STAR] = ACTIONS(394), - [anon_sym_QMARK] = ACTIONS(392), - [anon_sym_u8] = ACTIONS(416), - [anon_sym_i8] = ACTIONS(416), - [anon_sym_u16] = ACTIONS(416), - [anon_sym_i16] = ACTIONS(416), - [anon_sym_u32] = ACTIONS(416), - [anon_sym_i32] = ACTIONS(416), - [anon_sym_u64] = ACTIONS(416), - [anon_sym_i64] = ACTIONS(416), - [anon_sym_u128] = ACTIONS(416), - [anon_sym_i128] = ACTIONS(416), - [anon_sym_isize] = ACTIONS(416), - [anon_sym_usize] = ACTIONS(416), - [anon_sym_f32] = ACTIONS(416), - [anon_sym_f64] = ACTIONS(416), - [anon_sym_bool] = ACTIONS(416), - [anon_sym_str] = ACTIONS(416), - [anon_sym_char] = ACTIONS(416), - [anon_sym_DASH] = ACTIONS(394), - [anon_sym_SLASH] = ACTIONS(394), - [anon_sym_PERCENT] = ACTIONS(394), - [anon_sym_CARET] = ACTIONS(394), - [anon_sym_BANG] = ACTIONS(418), - [anon_sym_AMP] = ACTIONS(394), - [anon_sym_PIPE] = ACTIONS(394), - [anon_sym_AMP_AMP] = ACTIONS(392), - [anon_sym_PIPE_PIPE] = ACTIONS(392), - [anon_sym_LT_LT] = ACTIONS(394), - [anon_sym_GT_GT] = ACTIONS(394), - [anon_sym_PLUS_EQ] = ACTIONS(392), - [anon_sym_DASH_EQ] = ACTIONS(392), - [anon_sym_STAR_EQ] = ACTIONS(392), - [anon_sym_SLASH_EQ] = ACTIONS(392), - [anon_sym_PERCENT_EQ] = ACTIONS(392), - [anon_sym_CARET_EQ] = ACTIONS(392), - [anon_sym_AMP_EQ] = ACTIONS(392), - [anon_sym_PIPE_EQ] = ACTIONS(392), - [anon_sym_LT_LT_EQ] = ACTIONS(392), - [anon_sym_GT_GT_EQ] = ACTIONS(392), - [anon_sym_EQ] = ACTIONS(394), - [anon_sym_EQ_EQ] = ACTIONS(392), - [anon_sym_BANG_EQ] = ACTIONS(392), - [anon_sym_GT] = ACTIONS(394), - [anon_sym_LT] = ACTIONS(394), - [anon_sym_GT_EQ] = ACTIONS(392), - [anon_sym_LT_EQ] = ACTIONS(392), - [anon_sym_DOT] = ACTIONS(394), - [anon_sym_DOT_DOT] = ACTIONS(394), - [anon_sym_DOT_DOT_DOT] = ACTIONS(392), - [anon_sym_DOT_DOT_EQ] = ACTIONS(392), - [anon_sym_COLON_COLON] = ACTIONS(420), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_as] = ACTIONS(394), - [anon_sym_async] = ACTIONS(422), - [anon_sym_break] = ACTIONS(424), - [anon_sym_const] = ACTIONS(426), - [anon_sym_continue] = ACTIONS(428), - [anon_sym_default] = ACTIONS(430), - [anon_sym_for] = ACTIONS(432), - [anon_sym_gen] = ACTIONS(434), - [anon_sym_if] = ACTIONS(436), - [anon_sym_loop] = ACTIONS(438), - [anon_sym_match] = ACTIONS(440), - [anon_sym_return] = ACTIONS(442), - [anon_sym_static] = ACTIONS(444), - [anon_sym_union] = ACTIONS(430), - [anon_sym_unsafe] = ACTIONS(446), - [anon_sym_while] = ACTIONS(448), - [anon_sym_raw] = ACTIONS(430), - [anon_sym_yield] = ACTIONS(450), - [anon_sym_move] = ACTIONS(452), - [anon_sym_try] = ACTIONS(454), - [sym_integer_literal] = ACTIONS(456), - [aux_sym_string_literal_token1] = ACTIONS(458), - [sym_char_literal] = ACTIONS(456), - [anon_sym_true] = ACTIONS(460), - [anon_sym_false] = ACTIONS(460), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(462), - [sym_super] = ACTIONS(464), - [sym_crate] = ACTIONS(464), - [sym_metavariable] = ACTIONS(466), - [sym__raw_string_literal_start] = ACTIONS(468), - [sym_float_literal] = ACTIONS(456), - }, - [STATE(50)] = { - [sym_bracketed_type] = STATE(3669), - [sym_generic_function] = STATE(1894), - [sym_generic_type_with_turbofish] = STATE(3057), - [sym__expression_except_range] = STATE(1672), - [sym__expression] = STATE(1910), - [sym_macro_invocation] = STATE(1901), - [sym_scoped_identifier] = STATE(1644), - [sym_scoped_type_identifier_in_expression_position] = STATE(3253), - [sym_range_expression] = STATE(1897), - [sym_unary_expression] = STATE(1894), - [sym_try_expression] = STATE(1894), - [sym_reference_expression] = STATE(1894), - [sym_binary_expression] = STATE(1894), - [sym_assignment_expression] = STATE(1894), - [sym_compound_assignment_expr] = STATE(1894), - [sym_type_cast_expression] = STATE(1894), - [sym_return_expression] = STATE(1894), - [sym_yield_expression] = STATE(1894), - [sym_call_expression] = STATE(1894), - [sym_array_expression] = STATE(1894), - [sym_parenthesized_expression] = STATE(1894), - [sym_tuple_expression] = STATE(1894), - [sym_unit_expression] = STATE(1894), - [sym_struct_expression] = STATE(1894), - [sym_if_expression] = STATE(1894), - [sym_match_expression] = STATE(1894), - [sym_while_expression] = STATE(1894), - [sym_loop_expression] = STATE(1894), - [sym_for_expression] = STATE(1894), - [sym_const_block] = STATE(1894), - [sym_closure_expression] = STATE(1894), - [sym_closure_parameters] = STATE(220), + [STATE(52)] = { + [sym_bracketed_type] = STATE(3670), + [sym_generic_function] = STATE(1761), + [sym_generic_type_with_turbofish] = STATE(3007), + [sym__expression_except_range] = STATE(1674), + [sym__expression] = STATE(1857), + [sym_macro_invocation] = STATE(1765), + [sym_scoped_identifier] = STATE(1630), + [sym_scoped_type_identifier_in_expression_position] = STATE(3431), + [sym_range_expression] = STATE(1763), + [sym_unary_expression] = STATE(1761), + [sym_try_expression] = STATE(1761), + [sym_reference_expression] = STATE(1761), + [sym_binary_expression] = STATE(1761), + [sym_assignment_expression] = STATE(1761), + [sym_compound_assignment_expr] = STATE(1761), + [sym_type_cast_expression] = STATE(1761), + [sym_return_expression] = STATE(1761), + [sym_yield_expression] = STATE(1761), + [sym_call_expression] = STATE(1761), + [sym_array_expression] = STATE(1761), + [sym_parenthesized_expression] = STATE(1761), + [sym_tuple_expression] = STATE(1761), + [sym_unit_expression] = STATE(1761), + [sym_struct_expression] = STATE(1761), + [sym_if_expression] = STATE(1761), + [sym_match_expression] = STATE(1761), + [sym_while_expression] = STATE(1761), + [sym_loop_expression] = STATE(1761), + [sym_for_expression] = STATE(1761), + [sym_const_block] = STATE(1761), + [sym_closure_expression] = STATE(1761), + [sym_closure_parameters] = STATE(231), [sym_label] = STATE(3777), - [sym_break_expression] = STATE(1894), - [sym_continue_expression] = STATE(1894), - [sym_index_expression] = STATE(1894), - [sym_await_expression] = STATE(1894), - [sym_field_expression] = STATE(1674), - [sym_unsafe_block] = STATE(1894), - [sym_async_block] = STATE(1894), - [sym_gen_block] = STATE(1894), - [sym_try_block] = STATE(1894), - [sym_block] = STATE(1894), - [sym__literal] = STATE(1894), - [sym_string_literal] = STATE(1768), - [sym_raw_string_literal] = STATE(1768), - [sym_boolean_literal] = STATE(1768), - [sym_line_comment] = STATE(50), - [sym_block_comment] = STATE(50), + [sym_break_expression] = STATE(1761), + [sym_continue_expression] = STATE(1761), + [sym_index_expression] = STATE(1761), + [sym_await_expression] = STATE(1761), + [sym_field_expression] = STATE(1720), + [sym_unsafe_block] = STATE(1761), + [sym_async_block] = STATE(1761), + [sym_gen_block] = STATE(1761), + [sym_try_block] = STATE(1761), + [sym_block] = STATE(1761), + [sym__literal] = STATE(1761), + [sym_string_literal] = STATE(1873), + [sym_raw_string_literal] = STATE(1873), + [sym_boolean_literal] = STATE(1873), + [sym_line_comment] = STATE(52), + [sym_block_comment] = STATE(52), [sym_identifier] = ACTIONS(410), - [anon_sym_LPAREN] = ACTIONS(402), - [anon_sym_LBRACK] = ACTIONS(402), + [anon_sym_LPAREN] = ACTIONS(518), + [anon_sym_LBRACK] = ACTIONS(380), [anon_sym_LBRACE] = ACTIONS(412), - [anon_sym_EQ_GT] = ACTIONS(402), - [anon_sym_PLUS] = ACTIONS(404), - [anon_sym_STAR] = ACTIONS(404), - [anon_sym_QMARK] = ACTIONS(402), + [anon_sym_EQ_GT] = ACTIONS(380), + [anon_sym_PLUS] = ACTIONS(382), + [anon_sym_STAR] = ACTIONS(382), + [anon_sym_QMARK] = ACTIONS(380), [anon_sym_u8] = ACTIONS(416), [anon_sym_i8] = ACTIONS(416), [anon_sym_u16] = ACTIONS(416), @@ -22131,41 +22486,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(416), [anon_sym_str] = ACTIONS(416), [anon_sym_char] = ACTIONS(416), - [anon_sym_DASH] = ACTIONS(404), - [anon_sym_SLASH] = ACTIONS(404), - [anon_sym_PERCENT] = ACTIONS(404), - [anon_sym_CARET] = ACTIONS(404), + [anon_sym_DASH] = ACTIONS(382), + [anon_sym_SLASH] = ACTIONS(382), + [anon_sym_PERCENT] = ACTIONS(382), + [anon_sym_CARET] = ACTIONS(382), [anon_sym_BANG] = ACTIONS(418), - [anon_sym_AMP] = ACTIONS(404), - [anon_sym_PIPE] = ACTIONS(404), - [anon_sym_AMP_AMP] = ACTIONS(402), - [anon_sym_PIPE_PIPE] = ACTIONS(402), - [anon_sym_LT_LT] = ACTIONS(404), - [anon_sym_GT_GT] = ACTIONS(404), - [anon_sym_PLUS_EQ] = ACTIONS(402), - [anon_sym_DASH_EQ] = ACTIONS(402), - [anon_sym_STAR_EQ] = ACTIONS(402), - [anon_sym_SLASH_EQ] = ACTIONS(402), - [anon_sym_PERCENT_EQ] = ACTIONS(402), - [anon_sym_CARET_EQ] = ACTIONS(402), - [anon_sym_AMP_EQ] = ACTIONS(402), - [anon_sym_PIPE_EQ] = ACTIONS(402), - [anon_sym_LT_LT_EQ] = ACTIONS(402), - [anon_sym_GT_GT_EQ] = ACTIONS(402), - [anon_sym_EQ] = ACTIONS(404), - [anon_sym_EQ_EQ] = ACTIONS(402), - [anon_sym_BANG_EQ] = ACTIONS(402), - [anon_sym_GT] = ACTIONS(404), - [anon_sym_LT] = ACTIONS(404), - [anon_sym_GT_EQ] = ACTIONS(402), - [anon_sym_LT_EQ] = ACTIONS(402), - [anon_sym_DOT] = ACTIONS(404), - [anon_sym_DOT_DOT] = ACTIONS(404), - [anon_sym_DOT_DOT_DOT] = ACTIONS(402), - [anon_sym_DOT_DOT_EQ] = ACTIONS(402), + [anon_sym_AMP] = ACTIONS(382), + [anon_sym_PIPE] = ACTIONS(382), + [anon_sym_AMP_AMP] = ACTIONS(380), + [anon_sym_PIPE_PIPE] = ACTIONS(380), + [anon_sym_LT_LT] = ACTIONS(382), + [anon_sym_GT_GT] = ACTIONS(382), + [anon_sym_PLUS_EQ] = ACTIONS(380), + [anon_sym_DASH_EQ] = ACTIONS(380), + [anon_sym_STAR_EQ] = ACTIONS(380), + [anon_sym_SLASH_EQ] = ACTIONS(380), + [anon_sym_PERCENT_EQ] = ACTIONS(380), + [anon_sym_CARET_EQ] = ACTIONS(380), + [anon_sym_AMP_EQ] = ACTIONS(380), + [anon_sym_PIPE_EQ] = ACTIONS(380), + [anon_sym_LT_LT_EQ] = ACTIONS(380), + [anon_sym_GT_GT_EQ] = ACTIONS(380), + [anon_sym_EQ] = ACTIONS(382), + [anon_sym_EQ_EQ] = ACTIONS(380), + [anon_sym_BANG_EQ] = ACTIONS(380), + [anon_sym_GT] = ACTIONS(382), + [anon_sym_LT] = ACTIONS(382), + [anon_sym_GT_EQ] = ACTIONS(380), + [anon_sym_LT_EQ] = ACTIONS(380), + [anon_sym_DOT] = ACTIONS(382), + [anon_sym_DOT_DOT] = ACTIONS(382), + [anon_sym_DOT_DOT_DOT] = ACTIONS(380), + [anon_sym_DOT_DOT_EQ] = ACTIONS(380), [anon_sym_COLON_COLON] = ACTIONS(420), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_as] = ACTIONS(404), + [anon_sym_as] = ACTIONS(382), [anon_sym_async] = ACTIONS(422), [anon_sym_break] = ACTIONS(424), [anon_sym_const] = ACTIONS(426), @@ -22199,64 +22554,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(468), [sym_float_literal] = ACTIONS(456), }, - [STATE(51)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1690), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(210), - [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(51), - [sym_block_comment] = STATE(51), + [STATE(53)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1909), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(214), + [sym_label] = STATE(47), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(53), + [sym_block_comment] = STATE(53), [sym_identifier] = ACTIONS(470), - [anon_sym_LPAREN] = ACTIONS(346), - [anon_sym_LBRACK] = ACTIONS(346), - [anon_sym_LBRACE] = ACTIONS(346), - [anon_sym_COLON] = ACTIONS(350), - [anon_sym_PLUS] = ACTIONS(352), - [anon_sym_STAR] = ACTIONS(352), - [anon_sym_QMARK] = ACTIONS(346), + [anon_sym_LPAREN] = ACTIONS(396), + [anon_sym_LBRACK] = ACTIONS(396), + [anon_sym_LBRACE] = ACTIONS(396), + [anon_sym_PLUS] = ACTIONS(398), + [anon_sym_STAR] = ACTIONS(398), + [anon_sym_QMARK] = ACTIONS(396), [anon_sym_u8] = ACTIONS(472), [anon_sym_i8] = ACTIONS(472), [anon_sym_u16] = ACTIONS(472), @@ -22274,59 +22628,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(472), [anon_sym_str] = ACTIONS(472), [anon_sym_char] = ACTIONS(472), - [anon_sym_DASH] = ACTIONS(352), - [anon_sym_SLASH] = ACTIONS(352), - [anon_sym_PERCENT] = ACTIONS(352), - [anon_sym_CARET] = ACTIONS(352), - [anon_sym_BANG] = ACTIONS(510), - [anon_sym_AMP] = ACTIONS(352), - [anon_sym_PIPE] = ACTIONS(352), - [anon_sym_AMP_AMP] = ACTIONS(346), - [anon_sym_PIPE_PIPE] = ACTIONS(346), - [anon_sym_LT_LT] = ACTIONS(352), - [anon_sym_GT_GT] = ACTIONS(352), - [anon_sym_PLUS_EQ] = ACTIONS(346), - [anon_sym_DASH_EQ] = ACTIONS(346), - [anon_sym_STAR_EQ] = ACTIONS(346), - [anon_sym_SLASH_EQ] = ACTIONS(346), - [anon_sym_PERCENT_EQ] = ACTIONS(346), - [anon_sym_CARET_EQ] = ACTIONS(346), - [anon_sym_AMP_EQ] = ACTIONS(346), - [anon_sym_PIPE_EQ] = ACTIONS(346), - [anon_sym_LT_LT_EQ] = ACTIONS(346), - [anon_sym_GT_GT_EQ] = ACTIONS(346), - [anon_sym_EQ] = ACTIONS(352), - [anon_sym_EQ_EQ] = ACTIONS(346), - [anon_sym_BANG_EQ] = ACTIONS(346), - [anon_sym_GT] = ACTIONS(352), - [anon_sym_LT] = ACTIONS(352), - [anon_sym_GT_EQ] = ACTIONS(346), - [anon_sym_LT_EQ] = ACTIONS(346), - [anon_sym_DOT] = ACTIONS(352), - [anon_sym_DOT_DOT] = ACTIONS(352), - [anon_sym_DOT_DOT_DOT] = ACTIONS(346), - [anon_sym_DOT_DOT_EQ] = ACTIONS(346), + [anon_sym_DASH] = ACTIONS(398), + [anon_sym_SLASH] = ACTIONS(398), + [anon_sym_PERCENT] = ACTIONS(398), + [anon_sym_CARET] = ACTIONS(398), + [anon_sym_BANG] = ACTIONS(502), + [anon_sym_AMP] = ACTIONS(398), + [anon_sym_PIPE] = ACTIONS(398), + [anon_sym_AMP_AMP] = ACTIONS(396), + [anon_sym_PIPE_PIPE] = ACTIONS(396), + [anon_sym_LT_LT] = ACTIONS(398), + [anon_sym_GT_GT] = ACTIONS(398), + [anon_sym_PLUS_EQ] = ACTIONS(396), + [anon_sym_DASH_EQ] = ACTIONS(396), + [anon_sym_STAR_EQ] = ACTIONS(396), + [anon_sym_SLASH_EQ] = ACTIONS(396), + [anon_sym_PERCENT_EQ] = ACTIONS(396), + [anon_sym_CARET_EQ] = ACTIONS(396), + [anon_sym_AMP_EQ] = ACTIONS(396), + [anon_sym_PIPE_EQ] = ACTIONS(396), + [anon_sym_LT_LT_EQ] = ACTIONS(396), + [anon_sym_GT_GT_EQ] = ACTIONS(396), + [anon_sym_EQ] = ACTIONS(398), + [anon_sym_EQ_EQ] = ACTIONS(396), + [anon_sym_BANG_EQ] = ACTIONS(396), + [anon_sym_GT] = ACTIONS(398), + [anon_sym_LT] = ACTIONS(398), + [anon_sym_GT_EQ] = ACTIONS(396), + [anon_sym_LT_EQ] = ACTIONS(396), + [anon_sym_DOT] = ACTIONS(398), + [anon_sym_DOT_DOT] = ACTIONS(398), + [anon_sym_DOT_DOT_DOT] = ACTIONS(396), + [anon_sym_DOT_DOT_EQ] = ACTIONS(396), [anon_sym_COLON_COLON] = ACTIONS(476), - [anon_sym_SQUOTE] = ACTIONS(352), - [anon_sym_as] = ACTIONS(352), - [anon_sym_async] = ACTIONS(512), - [anon_sym_break] = ACTIONS(514), + [anon_sym_SQUOTE] = ACTIONS(400), + [anon_sym_as] = ACTIONS(398), + [anon_sym_async] = ACTIONS(504), + [anon_sym_break] = ACTIONS(506), [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(516), - [anon_sym_default] = ACTIONS(482), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(484), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(518), + [anon_sym_gen] = ACTIONS(508), [anon_sym_if] = ACTIONS(366), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(520), - [anon_sym_static] = ACTIONS(522), - [anon_sym_union] = ACTIONS(482), + [anon_sym_return] = ACTIONS(510), + [anon_sym_static] = ACTIONS(512), + [anon_sym_union] = ACTIONS(484), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(524), - [anon_sym_move] = ACTIONS(526), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(514), + [anon_sym_move] = ACTIONS(516), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -22335,213 +22689,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, - [STATE(52)] = { - [sym_bracketed_type] = STATE(3669), - [sym_generic_function] = STATE(1894), - [sym_generic_type_with_turbofish] = STATE(3057), - [sym__expression_except_range] = STATE(1672), - [sym__expression] = STATE(1751), - [sym_macro_invocation] = STATE(1901), - [sym_scoped_identifier] = STATE(1644), - [sym_scoped_type_identifier_in_expression_position] = STATE(3253), - [sym_range_expression] = STATE(1897), - [sym_unary_expression] = STATE(1894), - [sym_try_expression] = STATE(1894), - [sym_reference_expression] = STATE(1894), - [sym_binary_expression] = STATE(1894), - [sym_assignment_expression] = STATE(1894), - [sym_compound_assignment_expr] = STATE(1894), - [sym_type_cast_expression] = STATE(1894), - [sym_return_expression] = STATE(1894), - [sym_yield_expression] = STATE(1894), - [sym_call_expression] = STATE(1894), - [sym_array_expression] = STATE(1894), - [sym_parenthesized_expression] = STATE(1894), - [sym_tuple_expression] = STATE(1894), - [sym_unit_expression] = STATE(1894), - [sym_struct_expression] = STATE(1894), - [sym_if_expression] = STATE(1894), - [sym_match_expression] = STATE(1894), - [sym_while_expression] = STATE(1894), - [sym_loop_expression] = STATE(1894), - [sym_for_expression] = STATE(1894), - [sym_const_block] = STATE(1894), - [sym_closure_expression] = STATE(1894), - [sym_closure_parameters] = STATE(220), - [sym_label] = STATE(3777), - [sym_break_expression] = STATE(1894), - [sym_continue_expression] = STATE(1894), - [sym_index_expression] = STATE(1894), - [sym_await_expression] = STATE(1894), - [sym_field_expression] = STATE(1674), - [sym_unsafe_block] = STATE(1894), - [sym_async_block] = STATE(1894), - [sym_gen_block] = STATE(1894), - [sym_try_block] = STATE(1894), - [sym_block] = STATE(1894), - [sym__literal] = STATE(1894), - [sym_string_literal] = STATE(1768), - [sym_raw_string_literal] = STATE(1768), - [sym_boolean_literal] = STATE(1768), - [sym_line_comment] = STATE(52), - [sym_block_comment] = STATE(52), - [sym_identifier] = ACTIONS(410), - [anon_sym_LPAREN] = ACTIONS(392), - [anon_sym_LBRACK] = ACTIONS(392), - [anon_sym_LBRACE] = ACTIONS(412), - [anon_sym_EQ_GT] = ACTIONS(392), - [anon_sym_PLUS] = ACTIONS(394), - [anon_sym_STAR] = ACTIONS(394), - [anon_sym_QMARK] = ACTIONS(392), - [anon_sym_u8] = ACTIONS(416), - [anon_sym_i8] = ACTIONS(416), - [anon_sym_u16] = ACTIONS(416), - [anon_sym_i16] = ACTIONS(416), - [anon_sym_u32] = ACTIONS(416), - [anon_sym_i32] = ACTIONS(416), - [anon_sym_u64] = ACTIONS(416), - [anon_sym_i64] = ACTIONS(416), - [anon_sym_u128] = ACTIONS(416), - [anon_sym_i128] = ACTIONS(416), - [anon_sym_isize] = ACTIONS(416), - [anon_sym_usize] = ACTIONS(416), - [anon_sym_f32] = ACTIONS(416), - [anon_sym_f64] = ACTIONS(416), - [anon_sym_bool] = ACTIONS(416), - [anon_sym_str] = ACTIONS(416), - [anon_sym_char] = ACTIONS(416), - [anon_sym_DASH] = ACTIONS(394), - [anon_sym_SLASH] = ACTIONS(394), - [anon_sym_PERCENT] = ACTIONS(394), - [anon_sym_CARET] = ACTIONS(394), - [anon_sym_BANG] = ACTIONS(418), - [anon_sym_AMP] = ACTIONS(394), - [anon_sym_PIPE] = ACTIONS(394), - [anon_sym_AMP_AMP] = ACTIONS(392), - [anon_sym_PIPE_PIPE] = ACTIONS(392), - [anon_sym_LT_LT] = ACTIONS(394), - [anon_sym_GT_GT] = ACTIONS(394), - [anon_sym_PLUS_EQ] = ACTIONS(392), - [anon_sym_DASH_EQ] = ACTIONS(392), - [anon_sym_STAR_EQ] = ACTIONS(392), - [anon_sym_SLASH_EQ] = ACTIONS(392), - [anon_sym_PERCENT_EQ] = ACTIONS(392), - [anon_sym_CARET_EQ] = ACTIONS(392), - [anon_sym_AMP_EQ] = ACTIONS(392), - [anon_sym_PIPE_EQ] = ACTIONS(392), - [anon_sym_LT_LT_EQ] = ACTIONS(392), - [anon_sym_GT_GT_EQ] = ACTIONS(392), - [anon_sym_EQ] = ACTIONS(394), - [anon_sym_EQ_EQ] = ACTIONS(392), - [anon_sym_BANG_EQ] = ACTIONS(392), - [anon_sym_GT] = ACTIONS(394), - [anon_sym_LT] = ACTIONS(394), - [anon_sym_GT_EQ] = ACTIONS(392), - [anon_sym_LT_EQ] = ACTIONS(392), - [anon_sym_DOT] = ACTIONS(394), - [anon_sym_DOT_DOT] = ACTIONS(394), - [anon_sym_DOT_DOT_DOT] = ACTIONS(392), - [anon_sym_DOT_DOT_EQ] = ACTIONS(392), - [anon_sym_COLON_COLON] = ACTIONS(420), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_as] = ACTIONS(394), - [anon_sym_async] = ACTIONS(422), - [anon_sym_break] = ACTIONS(424), - [anon_sym_const] = ACTIONS(426), - [anon_sym_continue] = ACTIONS(428), - [anon_sym_default] = ACTIONS(430), - [anon_sym_for] = ACTIONS(432), - [anon_sym_gen] = ACTIONS(434), - [anon_sym_if] = ACTIONS(436), - [anon_sym_loop] = ACTIONS(438), - [anon_sym_match] = ACTIONS(440), - [anon_sym_return] = ACTIONS(442), - [anon_sym_static] = ACTIONS(444), - [anon_sym_union] = ACTIONS(430), - [anon_sym_unsafe] = ACTIONS(446), - [anon_sym_while] = ACTIONS(448), - [anon_sym_raw] = ACTIONS(430), - [anon_sym_yield] = ACTIONS(450), - [anon_sym_move] = ACTIONS(452), - [anon_sym_try] = ACTIONS(454), - [sym_integer_literal] = ACTIONS(456), - [aux_sym_string_literal_token1] = ACTIONS(458), - [sym_char_literal] = ACTIONS(456), - [anon_sym_true] = ACTIONS(460), - [anon_sym_false] = ACTIONS(460), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(462), - [sym_super] = ACTIONS(464), - [sym_crate] = ACTIONS(464), - [sym_metavariable] = ACTIONS(466), - [sym__raw_string_literal_start] = ACTIONS(468), - [sym_float_literal] = ACTIONS(456), - }, - [STATE(53)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1706), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(210), + [STATE(54)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1683), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(236), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(53), - [sym_block_comment] = STATE(53), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(54), + [sym_block_comment] = STATE(54), [sym_identifier] = ACTIONS(470), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), - [anon_sym_PLUS] = ACTIONS(408), - [anon_sym_STAR] = ACTIONS(510), - [anon_sym_QMARK] = ACTIONS(406), + [anon_sym_PLUS] = ACTIONS(386), + [anon_sym_STAR] = ACTIONS(474), + [anon_sym_QMARK] = ACTIONS(384), [anon_sym_u8] = ACTIONS(472), [anon_sym_i8] = ACTIONS(472), [anon_sym_u16] = ACTIONS(472), @@ -22559,59 +22770,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(472), [anon_sym_str] = ACTIONS(472), [anon_sym_char] = ACTIONS(472), - [anon_sym_DASH] = ACTIONS(510), - [anon_sym_SLASH] = ACTIONS(408), - [anon_sym_PERCENT] = ACTIONS(408), - [anon_sym_CARET] = ACTIONS(408), - [anon_sym_BANG] = ACTIONS(510), + [anon_sym_DASH] = ACTIONS(474), + [anon_sym_SLASH] = ACTIONS(386), + [anon_sym_PERCENT] = ACTIONS(386), + [anon_sym_CARET] = ACTIONS(386), + [anon_sym_BANG] = ACTIONS(474), [anon_sym_AMP] = ACTIONS(528), - [anon_sym_PIPE] = ACTIONS(386), - [anon_sym_AMP_AMP] = ACTIONS(406), - [anon_sym_PIPE_PIPE] = ACTIONS(406), - [anon_sym_LT_LT] = ACTIONS(408), - [anon_sym_GT_GT] = ACTIONS(408), - [anon_sym_PLUS_EQ] = ACTIONS(406), - [anon_sym_DASH_EQ] = ACTIONS(406), - [anon_sym_STAR_EQ] = ACTIONS(406), - [anon_sym_SLASH_EQ] = ACTIONS(406), - [anon_sym_PERCENT_EQ] = ACTIONS(406), - [anon_sym_CARET_EQ] = ACTIONS(406), - [anon_sym_AMP_EQ] = ACTIONS(406), - [anon_sym_PIPE_EQ] = ACTIONS(406), - [anon_sym_LT_LT_EQ] = ACTIONS(406), - [anon_sym_GT_GT_EQ] = ACTIONS(406), - [anon_sym_EQ] = ACTIONS(408), - [anon_sym_EQ_EQ] = ACTIONS(406), - [anon_sym_BANG_EQ] = ACTIONS(406), - [anon_sym_GT] = ACTIONS(408), - [anon_sym_LT] = ACTIONS(388), - [anon_sym_GT_EQ] = ACTIONS(406), - [anon_sym_LT_EQ] = ACTIONS(406), - [anon_sym_DOT] = ACTIONS(408), + [anon_sym_PIPE] = ACTIONS(390), + [anon_sym_AMP_AMP] = ACTIONS(384), + [anon_sym_PIPE_PIPE] = ACTIONS(384), + [anon_sym_LT_LT] = ACTIONS(386), + [anon_sym_GT_GT] = ACTIONS(386), + [anon_sym_PLUS_EQ] = ACTIONS(384), + [anon_sym_DASH_EQ] = ACTIONS(384), + [anon_sym_STAR_EQ] = ACTIONS(384), + [anon_sym_SLASH_EQ] = ACTIONS(384), + [anon_sym_PERCENT_EQ] = ACTIONS(384), + [anon_sym_CARET_EQ] = ACTIONS(384), + [anon_sym_AMP_EQ] = ACTIONS(384), + [anon_sym_PIPE_EQ] = ACTIONS(384), + [anon_sym_LT_LT_EQ] = ACTIONS(384), + [anon_sym_GT_GT_EQ] = ACTIONS(384), + [anon_sym_EQ] = ACTIONS(386), + [anon_sym_EQ_EQ] = ACTIONS(384), + [anon_sym_BANG_EQ] = ACTIONS(384), + [anon_sym_GT] = ACTIONS(386), + [anon_sym_LT] = ACTIONS(392), + [anon_sym_GT_EQ] = ACTIONS(384), + [anon_sym_LT_EQ] = ACTIONS(384), + [anon_sym_DOT] = ACTIONS(386), [anon_sym_DOT_DOT] = ACTIONS(530), - [anon_sym_DOT_DOT_DOT] = ACTIONS(406), - [anon_sym_DOT_DOT_EQ] = ACTIONS(406), + [anon_sym_DOT_DOT_DOT] = ACTIONS(384), + [anon_sym_DOT_DOT_EQ] = ACTIONS(384), [anon_sym_COLON_COLON] = ACTIONS(476), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_as] = ACTIONS(408), - [anon_sym_async] = ACTIONS(512), - [anon_sym_break] = ACTIONS(514), + [anon_sym_as] = ACTIONS(386), + [anon_sym_async] = ACTIONS(478), + [anon_sym_break] = ACTIONS(480), [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(516), - [anon_sym_default] = ACTIONS(482), + [anon_sym_continue] = ACTIONS(482), + [anon_sym_default] = ACTIONS(484), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(518), + [anon_sym_gen] = ACTIONS(486), [anon_sym_if] = ACTIONS(366), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(520), - [anon_sym_static] = ACTIONS(522), - [anon_sym_union] = ACTIONS(482), + [anon_sym_return] = ACTIONS(488), + [anon_sym_static] = ACTIONS(490), + [anon_sym_union] = ACTIONS(484), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(524), - [anon_sym_move] = ACTIONS(526), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(492), + [anon_sym_move] = ACTIONS(494), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -22620,63 +22831,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, - [STATE(54)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1833), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(228), + [STATE(55)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1684), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(236), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(54), - [sym_block_comment] = STATE(54), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(55), + [sym_block_comment] = STATE(55), [sym_identifier] = ACTIONS(470), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -22706,8 +22917,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PERCENT] = ACTIONS(408), [anon_sym_CARET] = ACTIONS(408), [anon_sym_BANG] = ACTIONS(474), - [anon_sym_AMP] = ACTIONS(532), - [anon_sym_PIPE] = ACTIONS(386), + [anon_sym_AMP] = ACTIONS(528), + [anon_sym_PIPE] = ACTIONS(390), [anon_sym_AMP_AMP] = ACTIONS(406), [anon_sym_PIPE_PIPE] = ACTIONS(406), [anon_sym_LT_LT] = ACTIONS(408), @@ -22726,11 +22937,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_EQ_EQ] = ACTIONS(406), [anon_sym_BANG_EQ] = ACTIONS(406), [anon_sym_GT] = ACTIONS(408), - [anon_sym_LT] = ACTIONS(388), + [anon_sym_LT] = ACTIONS(392), [anon_sym_GT_EQ] = ACTIONS(406), [anon_sym_LT_EQ] = ACTIONS(406), [anon_sym_DOT] = ACTIONS(408), - [anon_sym_DOT_DOT] = ACTIONS(534), + [anon_sym_DOT_DOT] = ACTIONS(530), [anon_sym_DOT_DOT_DOT] = ACTIONS(406), [anon_sym_DOT_DOT_EQ] = ACTIONS(406), [anon_sym_COLON_COLON] = ACTIONS(476), @@ -22739,163 +22950,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_async] = ACTIONS(478), [anon_sym_break] = ACTIONS(480), [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(482), - [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(484), - [anon_sym_if] = ACTIONS(366), - [anon_sym_loop] = ACTIONS(368), - [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(486), - [anon_sym_static] = ACTIONS(488), - [anon_sym_union] = ACTIONS(482), - [anon_sym_unsafe] = ACTIONS(374), - [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(490), - [anon_sym_move] = ACTIONS(492), - [anon_sym_try] = ACTIONS(378), - [sym_integer_literal] = ACTIONS(99), - [aux_sym_string_literal_token1] = ACTIONS(101), - [sym_char_literal] = ACTIONS(99), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), - [sym__raw_string_literal_start] = ACTIONS(119), - [sym_float_literal] = ACTIONS(99), - }, - [STATE(55)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1857), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(228), - [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(55), - [sym_block_comment] = STATE(55), - [sym_identifier] = ACTIONS(470), - [anon_sym_LPAREN] = ACTIONS(392), - [anon_sym_LBRACK] = ACTIONS(392), - [anon_sym_LBRACE] = ACTIONS(392), - [anon_sym_PLUS] = ACTIONS(394), - [anon_sym_STAR] = ACTIONS(394), - [anon_sym_QMARK] = ACTIONS(392), - [anon_sym_u8] = ACTIONS(472), - [anon_sym_i8] = ACTIONS(472), - [anon_sym_u16] = ACTIONS(472), - [anon_sym_i16] = ACTIONS(472), - [anon_sym_u32] = ACTIONS(472), - [anon_sym_i32] = ACTIONS(472), - [anon_sym_u64] = ACTIONS(472), - [anon_sym_i64] = ACTIONS(472), - [anon_sym_u128] = ACTIONS(472), - [anon_sym_i128] = ACTIONS(472), - [anon_sym_isize] = ACTIONS(472), - [anon_sym_usize] = ACTIONS(472), - [anon_sym_f32] = ACTIONS(472), - [anon_sym_f64] = ACTIONS(472), - [anon_sym_bool] = ACTIONS(472), - [anon_sym_str] = ACTIONS(472), - [anon_sym_char] = ACTIONS(472), - [anon_sym_DASH] = ACTIONS(394), - [anon_sym_SLASH] = ACTIONS(394), - [anon_sym_PERCENT] = ACTIONS(394), - [anon_sym_CARET] = ACTIONS(394), - [anon_sym_BANG] = ACTIONS(474), - [anon_sym_AMP] = ACTIONS(394), - [anon_sym_PIPE] = ACTIONS(394), - [anon_sym_AMP_AMP] = ACTIONS(392), - [anon_sym_PIPE_PIPE] = ACTIONS(392), - [anon_sym_LT_LT] = ACTIONS(394), - [anon_sym_GT_GT] = ACTIONS(394), - [anon_sym_PLUS_EQ] = ACTIONS(392), - [anon_sym_DASH_EQ] = ACTIONS(392), - [anon_sym_STAR_EQ] = ACTIONS(392), - [anon_sym_SLASH_EQ] = ACTIONS(392), - [anon_sym_PERCENT_EQ] = ACTIONS(392), - [anon_sym_CARET_EQ] = ACTIONS(392), - [anon_sym_AMP_EQ] = ACTIONS(392), - [anon_sym_PIPE_EQ] = ACTIONS(392), - [anon_sym_LT_LT_EQ] = ACTIONS(392), - [anon_sym_GT_GT_EQ] = ACTIONS(392), - [anon_sym_EQ] = ACTIONS(394), - [anon_sym_EQ_EQ] = ACTIONS(392), - [anon_sym_BANG_EQ] = ACTIONS(392), - [anon_sym_GT] = ACTIONS(394), - [anon_sym_LT] = ACTIONS(394), - [anon_sym_GT_EQ] = ACTIONS(392), - [anon_sym_LT_EQ] = ACTIONS(392), - [anon_sym_DOT] = ACTIONS(394), - [anon_sym_DOT_DOT] = ACTIONS(394), - [anon_sym_DOT_DOT_DOT] = ACTIONS(392), - [anon_sym_DOT_DOT_EQ] = ACTIONS(392), - [anon_sym_COLON_COLON] = ACTIONS(476), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_as] = ACTIONS(394), - [anon_sym_async] = ACTIONS(478), - [anon_sym_break] = ACTIONS(480), - [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(482), + [anon_sym_continue] = ACTIONS(482), + [anon_sym_default] = ACTIONS(484), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(484), + [anon_sym_gen] = ACTIONS(486), [anon_sym_if] = ACTIONS(366), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(486), - [anon_sym_static] = ACTIONS(488), - [anon_sym_union] = ACTIONS(482), + [anon_sym_return] = ACTIONS(488), + [anon_sym_static] = ACTIONS(490), + [anon_sym_union] = ACTIONS(484), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(490), - [anon_sym_move] = ACTIONS(492), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(492), + [anon_sym_move] = ACTIONS(494), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -22904,70 +22973,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, [STATE(56)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1692), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(210), - [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1682), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(236), + [sym_label] = STATE(46), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(56), [sym_block_comment] = STATE(56), [sym_identifier] = ACTIONS(470), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(392), - [anon_sym_LBRACE] = ACTIONS(392), - [anon_sym_PLUS] = ACTIONS(394), - [anon_sym_STAR] = ACTIONS(394), - [anon_sym_QMARK] = ACTIONS(392), + [anon_sym_LPAREN] = ACTIONS(396), + [anon_sym_LBRACK] = ACTIONS(396), + [anon_sym_LBRACE] = ACTIONS(396), + [anon_sym_PLUS] = ACTIONS(398), + [anon_sym_STAR] = ACTIONS(398), + [anon_sym_QMARK] = ACTIONS(396), [anon_sym_u8] = ACTIONS(472), [anon_sym_i8] = ACTIONS(472), [anon_sym_u16] = ACTIONS(472), @@ -22985,59 +23054,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(472), [anon_sym_str] = ACTIONS(472), [anon_sym_char] = ACTIONS(472), - [anon_sym_DASH] = ACTIONS(394), - [anon_sym_SLASH] = ACTIONS(394), - [anon_sym_PERCENT] = ACTIONS(394), - [anon_sym_CARET] = ACTIONS(394), - [anon_sym_BANG] = ACTIONS(510), - [anon_sym_AMP] = ACTIONS(394), - [anon_sym_PIPE] = ACTIONS(394), - [anon_sym_AMP_AMP] = ACTIONS(392), - [anon_sym_PIPE_PIPE] = ACTIONS(392), - [anon_sym_LT_LT] = ACTIONS(394), - [anon_sym_GT_GT] = ACTIONS(394), - [anon_sym_PLUS_EQ] = ACTIONS(392), - [anon_sym_DASH_EQ] = ACTIONS(392), - [anon_sym_STAR_EQ] = ACTIONS(392), - [anon_sym_SLASH_EQ] = ACTIONS(392), - [anon_sym_PERCENT_EQ] = ACTIONS(392), - [anon_sym_CARET_EQ] = ACTIONS(392), - [anon_sym_AMP_EQ] = ACTIONS(392), - [anon_sym_PIPE_EQ] = ACTIONS(392), - [anon_sym_LT_LT_EQ] = ACTIONS(392), - [anon_sym_GT_GT_EQ] = ACTIONS(392), - [anon_sym_EQ] = ACTIONS(394), - [anon_sym_EQ_EQ] = ACTIONS(392), - [anon_sym_BANG_EQ] = ACTIONS(392), - [anon_sym_GT] = ACTIONS(394), - [anon_sym_LT] = ACTIONS(394), - [anon_sym_GT_EQ] = ACTIONS(392), - [anon_sym_LT_EQ] = ACTIONS(392), - [anon_sym_DOT] = ACTIONS(394), - [anon_sym_DOT_DOT] = ACTIONS(394), - [anon_sym_DOT_DOT_DOT] = ACTIONS(392), - [anon_sym_DOT_DOT_EQ] = ACTIONS(392), + [anon_sym_DASH] = ACTIONS(398), + [anon_sym_SLASH] = ACTIONS(398), + [anon_sym_PERCENT] = ACTIONS(398), + [anon_sym_CARET] = ACTIONS(398), + [anon_sym_BANG] = ACTIONS(474), + [anon_sym_AMP] = ACTIONS(398), + [anon_sym_PIPE] = ACTIONS(398), + [anon_sym_AMP_AMP] = ACTIONS(396), + [anon_sym_PIPE_PIPE] = ACTIONS(396), + [anon_sym_LT_LT] = ACTIONS(398), + [anon_sym_GT_GT] = ACTIONS(398), + [anon_sym_PLUS_EQ] = ACTIONS(396), + [anon_sym_DASH_EQ] = ACTIONS(396), + [anon_sym_STAR_EQ] = ACTIONS(396), + [anon_sym_SLASH_EQ] = ACTIONS(396), + [anon_sym_PERCENT_EQ] = ACTIONS(396), + [anon_sym_CARET_EQ] = ACTIONS(396), + [anon_sym_AMP_EQ] = ACTIONS(396), + [anon_sym_PIPE_EQ] = ACTIONS(396), + [anon_sym_LT_LT_EQ] = ACTIONS(396), + [anon_sym_GT_GT_EQ] = ACTIONS(396), + [anon_sym_EQ] = ACTIONS(398), + [anon_sym_EQ_EQ] = ACTIONS(396), + [anon_sym_BANG_EQ] = ACTIONS(396), + [anon_sym_GT] = ACTIONS(398), + [anon_sym_LT] = ACTIONS(398), + [anon_sym_GT_EQ] = ACTIONS(396), + [anon_sym_LT_EQ] = ACTIONS(396), + [anon_sym_DOT] = ACTIONS(398), + [anon_sym_DOT_DOT] = ACTIONS(398), + [anon_sym_DOT_DOT_DOT] = ACTIONS(396), + [anon_sym_DOT_DOT_EQ] = ACTIONS(396), [anon_sym_COLON_COLON] = ACTIONS(476), - [anon_sym_SQUOTE] = ACTIONS(394), - [anon_sym_as] = ACTIONS(394), - [anon_sym_async] = ACTIONS(512), - [anon_sym_break] = ACTIONS(514), + [anon_sym_SQUOTE] = ACTIONS(398), + [anon_sym_as] = ACTIONS(398), + [anon_sym_async] = ACTIONS(478), + [anon_sym_break] = ACTIONS(480), [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(516), - [anon_sym_default] = ACTIONS(482), + [anon_sym_continue] = ACTIONS(482), + [anon_sym_default] = ACTIONS(484), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(518), + [anon_sym_gen] = ACTIONS(486), [anon_sym_if] = ACTIONS(366), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(520), - [anon_sym_static] = ACTIONS(522), - [anon_sym_union] = ACTIONS(482), + [anon_sym_return] = ACTIONS(488), + [anon_sym_static] = ACTIONS(490), + [anon_sym_union] = ACTIONS(484), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(524), - [anon_sym_move] = ACTIONS(526), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(492), + [anon_sym_move] = ACTIONS(494), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -23046,61 +23115,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, [STATE(57)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1699), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(210), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1681), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(236), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(57), [sym_block_comment] = STATE(57), [sym_identifier] = ACTIONS(470), @@ -23131,7 +23200,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SLASH] = ACTIONS(404), [anon_sym_PERCENT] = ACTIONS(404), [anon_sym_CARET] = ACTIONS(404), - [anon_sym_BANG] = ACTIONS(510), + [anon_sym_BANG] = ACTIONS(474), [anon_sym_AMP] = ACTIONS(404), [anon_sym_PIPE] = ACTIONS(404), [anon_sym_AMP_AMP] = ACTIONS(402), @@ -23162,24 +23231,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COLON_COLON] = ACTIONS(476), [anon_sym_SQUOTE] = ACTIONS(404), [anon_sym_as] = ACTIONS(404), - [anon_sym_async] = ACTIONS(512), - [anon_sym_break] = ACTIONS(514), + [anon_sym_async] = ACTIONS(478), + [anon_sym_break] = ACTIONS(480), [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(516), - [anon_sym_default] = ACTIONS(482), + [anon_sym_continue] = ACTIONS(482), + [anon_sym_default] = ACTIONS(484), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(518), + [anon_sym_gen] = ACTIONS(486), [anon_sym_if] = ACTIONS(366), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(520), - [anon_sym_static] = ACTIONS(522), - [anon_sym_union] = ACTIONS(482), + [anon_sym_return] = ACTIONS(488), + [anon_sym_static] = ACTIONS(490), + [anon_sym_union] = ACTIONS(484), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(524), - [anon_sym_move] = ACTIONS(526), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(492), + [anon_sym_move] = ACTIONS(494), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -23188,70 +23257,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, [STATE(58)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1692), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(210), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1911), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(214), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(58), [sym_block_comment] = STATE(58), [sym_identifier] = ACTIONS(470), - [anon_sym_LPAREN] = ACTIONS(392), - [anon_sym_LBRACK] = ACTIONS(392), - [anon_sym_LBRACE] = ACTIONS(392), - [anon_sym_PLUS] = ACTIONS(394), - [anon_sym_STAR] = ACTIONS(394), - [anon_sym_QMARK] = ACTIONS(392), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(348), + [anon_sym_PLUS] = ACTIONS(386), + [anon_sym_STAR] = ACTIONS(502), + [anon_sym_QMARK] = ACTIONS(384), [anon_sym_u8] = ACTIONS(472), [anon_sym_i8] = ACTIONS(472), [anon_sym_u16] = ACTIONS(472), @@ -23269,59 +23338,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(472), [anon_sym_str] = ACTIONS(472), [anon_sym_char] = ACTIONS(472), - [anon_sym_DASH] = ACTIONS(394), - [anon_sym_SLASH] = ACTIONS(394), - [anon_sym_PERCENT] = ACTIONS(394), - [anon_sym_CARET] = ACTIONS(394), - [anon_sym_BANG] = ACTIONS(510), - [anon_sym_AMP] = ACTIONS(394), - [anon_sym_PIPE] = ACTIONS(394), - [anon_sym_AMP_AMP] = ACTIONS(392), - [anon_sym_PIPE_PIPE] = ACTIONS(392), - [anon_sym_LT_LT] = ACTIONS(394), - [anon_sym_GT_GT] = ACTIONS(394), - [anon_sym_PLUS_EQ] = ACTIONS(392), - [anon_sym_DASH_EQ] = ACTIONS(392), - [anon_sym_STAR_EQ] = ACTIONS(392), - [anon_sym_SLASH_EQ] = ACTIONS(392), - [anon_sym_PERCENT_EQ] = ACTIONS(392), - [anon_sym_CARET_EQ] = ACTIONS(392), - [anon_sym_AMP_EQ] = ACTIONS(392), - [anon_sym_PIPE_EQ] = ACTIONS(392), - [anon_sym_LT_LT_EQ] = ACTIONS(392), - [anon_sym_GT_GT_EQ] = ACTIONS(392), - [anon_sym_EQ] = ACTIONS(394), - [anon_sym_EQ_EQ] = ACTIONS(392), - [anon_sym_BANG_EQ] = ACTIONS(392), - [anon_sym_GT] = ACTIONS(394), - [anon_sym_LT] = ACTIONS(394), - [anon_sym_GT_EQ] = ACTIONS(392), - [anon_sym_LT_EQ] = ACTIONS(392), - [anon_sym_DOT] = ACTIONS(394), - [anon_sym_DOT_DOT] = ACTIONS(394), - [anon_sym_DOT_DOT_DOT] = ACTIONS(392), - [anon_sym_DOT_DOT_EQ] = ACTIONS(392), + [anon_sym_DASH] = ACTIONS(502), + [anon_sym_SLASH] = ACTIONS(386), + [anon_sym_PERCENT] = ACTIONS(386), + [anon_sym_CARET] = ACTIONS(386), + [anon_sym_BANG] = ACTIONS(502), + [anon_sym_AMP] = ACTIONS(532), + [anon_sym_PIPE] = ACTIONS(390), + [anon_sym_AMP_AMP] = ACTIONS(384), + [anon_sym_PIPE_PIPE] = ACTIONS(384), + [anon_sym_LT_LT] = ACTIONS(386), + [anon_sym_GT_GT] = ACTIONS(386), + [anon_sym_PLUS_EQ] = ACTIONS(384), + [anon_sym_DASH_EQ] = ACTIONS(384), + [anon_sym_STAR_EQ] = ACTIONS(384), + [anon_sym_SLASH_EQ] = ACTIONS(384), + [anon_sym_PERCENT_EQ] = ACTIONS(384), + [anon_sym_CARET_EQ] = ACTIONS(384), + [anon_sym_AMP_EQ] = ACTIONS(384), + [anon_sym_PIPE_EQ] = ACTIONS(384), + [anon_sym_LT_LT_EQ] = ACTIONS(384), + [anon_sym_GT_GT_EQ] = ACTIONS(384), + [anon_sym_EQ] = ACTIONS(386), + [anon_sym_EQ_EQ] = ACTIONS(384), + [anon_sym_BANG_EQ] = ACTIONS(384), + [anon_sym_GT] = ACTIONS(386), + [anon_sym_LT] = ACTIONS(392), + [anon_sym_GT_EQ] = ACTIONS(384), + [anon_sym_LT_EQ] = ACTIONS(384), + [anon_sym_DOT] = ACTIONS(386), + [anon_sym_DOT_DOT] = ACTIONS(534), + [anon_sym_DOT_DOT_DOT] = ACTIONS(384), + [anon_sym_DOT_DOT_EQ] = ACTIONS(384), [anon_sym_COLON_COLON] = ACTIONS(476), - [anon_sym_SQUOTE] = ACTIONS(394), - [anon_sym_as] = ACTIONS(394), - [anon_sym_async] = ACTIONS(512), - [anon_sym_break] = ACTIONS(514), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_as] = ACTIONS(386), + [anon_sym_async] = ACTIONS(504), + [anon_sym_break] = ACTIONS(506), [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(516), - [anon_sym_default] = ACTIONS(482), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(484), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(518), + [anon_sym_gen] = ACTIONS(508), [anon_sym_if] = ACTIONS(366), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(520), - [anon_sym_static] = ACTIONS(522), - [anon_sym_union] = ACTIONS(482), + [anon_sym_return] = ACTIONS(510), + [anon_sym_static] = ACTIONS(512), + [anon_sym_union] = ACTIONS(484), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(524), - [anon_sym_move] = ACTIONS(526), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(514), + [anon_sym_move] = ACTIONS(516), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -23330,70 +23399,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, [STATE(59)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1699), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(210), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1912), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(214), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(59), [sym_block_comment] = STATE(59), [sym_identifier] = ACTIONS(470), - [anon_sym_LPAREN] = ACTIONS(402), - [anon_sym_LBRACK] = ACTIONS(402), - [anon_sym_LBRACE] = ACTIONS(402), - [anon_sym_PLUS] = ACTIONS(404), - [anon_sym_STAR] = ACTIONS(404), - [anon_sym_QMARK] = ACTIONS(402), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(348), + [anon_sym_PLUS] = ACTIONS(408), + [anon_sym_STAR] = ACTIONS(502), + [anon_sym_QMARK] = ACTIONS(406), [anon_sym_u8] = ACTIONS(472), [anon_sym_i8] = ACTIONS(472), [anon_sym_u16] = ACTIONS(472), @@ -23411,59 +23480,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(472), [anon_sym_str] = ACTIONS(472), [anon_sym_char] = ACTIONS(472), - [anon_sym_DASH] = ACTIONS(404), - [anon_sym_SLASH] = ACTIONS(404), - [anon_sym_PERCENT] = ACTIONS(404), - [anon_sym_CARET] = ACTIONS(404), - [anon_sym_BANG] = ACTIONS(510), - [anon_sym_AMP] = ACTIONS(404), - [anon_sym_PIPE] = ACTIONS(404), - [anon_sym_AMP_AMP] = ACTIONS(402), - [anon_sym_PIPE_PIPE] = ACTIONS(402), - [anon_sym_LT_LT] = ACTIONS(404), - [anon_sym_GT_GT] = ACTIONS(404), - [anon_sym_PLUS_EQ] = ACTIONS(402), - [anon_sym_DASH_EQ] = ACTIONS(402), - [anon_sym_STAR_EQ] = ACTIONS(402), - [anon_sym_SLASH_EQ] = ACTIONS(402), - [anon_sym_PERCENT_EQ] = ACTIONS(402), - [anon_sym_CARET_EQ] = ACTIONS(402), - [anon_sym_AMP_EQ] = ACTIONS(402), - [anon_sym_PIPE_EQ] = ACTIONS(402), - [anon_sym_LT_LT_EQ] = ACTIONS(402), - [anon_sym_GT_GT_EQ] = ACTIONS(402), - [anon_sym_EQ] = ACTIONS(404), - [anon_sym_EQ_EQ] = ACTIONS(402), - [anon_sym_BANG_EQ] = ACTIONS(402), - [anon_sym_GT] = ACTIONS(404), - [anon_sym_LT] = ACTIONS(404), - [anon_sym_GT_EQ] = ACTIONS(402), - [anon_sym_LT_EQ] = ACTIONS(402), - [anon_sym_DOT] = ACTIONS(404), - [anon_sym_DOT_DOT] = ACTIONS(404), - [anon_sym_DOT_DOT_DOT] = ACTIONS(402), - [anon_sym_DOT_DOT_EQ] = ACTIONS(402), + [anon_sym_DASH] = ACTIONS(502), + [anon_sym_SLASH] = ACTIONS(408), + [anon_sym_PERCENT] = ACTIONS(408), + [anon_sym_CARET] = ACTIONS(408), + [anon_sym_BANG] = ACTIONS(502), + [anon_sym_AMP] = ACTIONS(532), + [anon_sym_PIPE] = ACTIONS(390), + [anon_sym_AMP_AMP] = ACTIONS(406), + [anon_sym_PIPE_PIPE] = ACTIONS(406), + [anon_sym_LT_LT] = ACTIONS(408), + [anon_sym_GT_GT] = ACTIONS(408), + [anon_sym_PLUS_EQ] = ACTIONS(406), + [anon_sym_DASH_EQ] = ACTIONS(406), + [anon_sym_STAR_EQ] = ACTIONS(406), + [anon_sym_SLASH_EQ] = ACTIONS(406), + [anon_sym_PERCENT_EQ] = ACTIONS(406), + [anon_sym_CARET_EQ] = ACTIONS(406), + [anon_sym_AMP_EQ] = ACTIONS(406), + [anon_sym_PIPE_EQ] = ACTIONS(406), + [anon_sym_LT_LT_EQ] = ACTIONS(406), + [anon_sym_GT_GT_EQ] = ACTIONS(406), + [anon_sym_EQ] = ACTIONS(408), + [anon_sym_EQ_EQ] = ACTIONS(406), + [anon_sym_BANG_EQ] = ACTIONS(406), + [anon_sym_GT] = ACTIONS(408), + [anon_sym_LT] = ACTIONS(392), + [anon_sym_GT_EQ] = ACTIONS(406), + [anon_sym_LT_EQ] = ACTIONS(406), + [anon_sym_DOT] = ACTIONS(408), + [anon_sym_DOT_DOT] = ACTIONS(534), + [anon_sym_DOT_DOT_DOT] = ACTIONS(406), + [anon_sym_DOT_DOT_EQ] = ACTIONS(406), [anon_sym_COLON_COLON] = ACTIONS(476), - [anon_sym_SQUOTE] = ACTIONS(404), - [anon_sym_as] = ACTIONS(404), - [anon_sym_async] = ACTIONS(512), - [anon_sym_break] = ACTIONS(514), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_as] = ACTIONS(408), + [anon_sym_async] = ACTIONS(504), + [anon_sym_break] = ACTIONS(506), [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(516), - [anon_sym_default] = ACTIONS(482), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(484), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(518), + [anon_sym_gen] = ACTIONS(508), [anon_sym_if] = ACTIONS(366), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(520), - [anon_sym_static] = ACTIONS(522), - [anon_sym_union] = ACTIONS(482), + [anon_sym_return] = ACTIONS(510), + [anon_sym_static] = ACTIONS(512), + [anon_sym_union] = ACTIONS(484), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(524), - [anon_sym_move] = ACTIONS(526), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(514), + [anon_sym_move] = ACTIONS(516), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -23472,69 +23541,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, [STATE(60)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1703), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(210), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1714), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(236), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(60), [sym_block_comment] = STATE(60), [sym_identifier] = ACTIONS(470), [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(348), + [anon_sym_LBRACK] = ACTIONS(380), + [anon_sym_LBRACE] = ACTIONS(380), [anon_sym_PLUS] = ACTIONS(382), - [anon_sym_STAR] = ACTIONS(510), + [anon_sym_STAR] = ACTIONS(382), [anon_sym_QMARK] = ACTIONS(380), [anon_sym_u8] = ACTIONS(472), [anon_sym_i8] = ACTIONS(472), @@ -23553,13 +23622,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(472), [anon_sym_str] = ACTIONS(472), [anon_sym_char] = ACTIONS(472), - [anon_sym_DASH] = ACTIONS(510), + [anon_sym_DASH] = ACTIONS(382), [anon_sym_SLASH] = ACTIONS(382), [anon_sym_PERCENT] = ACTIONS(382), [anon_sym_CARET] = ACTIONS(382), - [anon_sym_BANG] = ACTIONS(510), - [anon_sym_AMP] = ACTIONS(528), - [anon_sym_PIPE] = ACTIONS(386), + [anon_sym_BANG] = ACTIONS(474), + [anon_sym_AMP] = ACTIONS(382), + [anon_sym_PIPE] = ACTIONS(382), [anon_sym_AMP_AMP] = ACTIONS(380), [anon_sym_PIPE_PIPE] = ACTIONS(380), [anon_sym_LT_LT] = ACTIONS(382), @@ -23578,34 +23647,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_EQ_EQ] = ACTIONS(380), [anon_sym_BANG_EQ] = ACTIONS(380), [anon_sym_GT] = ACTIONS(382), - [anon_sym_LT] = ACTIONS(388), + [anon_sym_LT] = ACTIONS(382), [anon_sym_GT_EQ] = ACTIONS(380), [anon_sym_LT_EQ] = ACTIONS(380), [anon_sym_DOT] = ACTIONS(382), - [anon_sym_DOT_DOT] = ACTIONS(530), + [anon_sym_DOT_DOT] = ACTIONS(382), [anon_sym_DOT_DOT_DOT] = ACTIONS(380), [anon_sym_DOT_DOT_EQ] = ACTIONS(380), [anon_sym_COLON_COLON] = ACTIONS(476), - [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_SQUOTE] = ACTIONS(382), [anon_sym_as] = ACTIONS(382), - [anon_sym_async] = ACTIONS(512), - [anon_sym_break] = ACTIONS(514), + [anon_sym_async] = ACTIONS(478), + [anon_sym_break] = ACTIONS(480), [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(516), - [anon_sym_default] = ACTIONS(482), + [anon_sym_continue] = ACTIONS(482), + [anon_sym_default] = ACTIONS(484), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(518), + [anon_sym_gen] = ACTIONS(486), [anon_sym_if] = ACTIONS(366), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(520), - [anon_sym_static] = ACTIONS(522), - [anon_sym_union] = ACTIONS(482), + [anon_sym_return] = ACTIONS(488), + [anon_sym_static] = ACTIONS(490), + [anon_sym_union] = ACTIONS(484), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(524), - [anon_sym_move] = ACTIONS(526), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(492), + [anon_sym_move] = ACTIONS(494), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -23614,65 +23683,65 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, [STATE(61)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1829), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(228), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1908), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(214), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(61), [sym_block_comment] = STATE(61), [sym_identifier] = ACTIONS(470), - [anon_sym_LPAREN] = ACTIONS(402), + [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(402), [anon_sym_LBRACE] = ACTIONS(402), [anon_sym_PLUS] = ACTIONS(404), @@ -23699,7 +23768,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SLASH] = ACTIONS(404), [anon_sym_PERCENT] = ACTIONS(404), [anon_sym_CARET] = ACTIONS(404), - [anon_sym_BANG] = ACTIONS(474), + [anon_sym_BANG] = ACTIONS(502), [anon_sym_AMP] = ACTIONS(404), [anon_sym_PIPE] = ACTIONS(404), [anon_sym_AMP_AMP] = ACTIONS(402), @@ -23730,24 +23799,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COLON_COLON] = ACTIONS(476), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_as] = ACTIONS(404), - [anon_sym_async] = ACTIONS(478), - [anon_sym_break] = ACTIONS(480), + [anon_sym_async] = ACTIONS(504), + [anon_sym_break] = ACTIONS(506), [anon_sym_const] = ACTIONS(358), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(482), + [anon_sym_default] = ACTIONS(484), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(484), + [anon_sym_gen] = ACTIONS(508), [anon_sym_if] = ACTIONS(366), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(486), - [anon_sym_static] = ACTIONS(488), - [anon_sym_union] = ACTIONS(482), + [anon_sym_return] = ACTIONS(510), + [anon_sym_static] = ACTIONS(512), + [anon_sym_union] = ACTIONS(484), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(490), - [anon_sym_move] = ACTIONS(492), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(514), + [anon_sym_move] = ACTIONS(516), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -23756,70 +23825,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, [STATE(62)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1829), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(228), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1799), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(214), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(62), [sym_block_comment] = STATE(62), [sym_identifier] = ACTIONS(470), [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(402), - [anon_sym_LBRACE] = ACTIONS(402), - [anon_sym_PLUS] = ACTIONS(404), - [anon_sym_STAR] = ACTIONS(404), - [anon_sym_QMARK] = ACTIONS(402), + [anon_sym_LBRACK] = ACTIONS(380), + [anon_sym_LBRACE] = ACTIONS(380), + [anon_sym_PLUS] = ACTIONS(382), + [anon_sym_STAR] = ACTIONS(382), + [anon_sym_QMARK] = ACTIONS(380), [anon_sym_u8] = ACTIONS(472), [anon_sym_i8] = ACTIONS(472), [anon_sym_u16] = ACTIONS(472), @@ -23837,59 +23906,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(472), [anon_sym_str] = ACTIONS(472), [anon_sym_char] = ACTIONS(472), - [anon_sym_DASH] = ACTIONS(404), - [anon_sym_SLASH] = ACTIONS(404), - [anon_sym_PERCENT] = ACTIONS(404), - [anon_sym_CARET] = ACTIONS(404), - [anon_sym_BANG] = ACTIONS(474), - [anon_sym_AMP] = ACTIONS(404), - [anon_sym_PIPE] = ACTIONS(404), - [anon_sym_AMP_AMP] = ACTIONS(402), - [anon_sym_PIPE_PIPE] = ACTIONS(402), - [anon_sym_LT_LT] = ACTIONS(404), - [anon_sym_GT_GT] = ACTIONS(404), - [anon_sym_PLUS_EQ] = ACTIONS(402), - [anon_sym_DASH_EQ] = ACTIONS(402), - [anon_sym_STAR_EQ] = ACTIONS(402), - [anon_sym_SLASH_EQ] = ACTIONS(402), - [anon_sym_PERCENT_EQ] = ACTIONS(402), - [anon_sym_CARET_EQ] = ACTIONS(402), - [anon_sym_AMP_EQ] = ACTIONS(402), - [anon_sym_PIPE_EQ] = ACTIONS(402), - [anon_sym_LT_LT_EQ] = ACTIONS(402), - [anon_sym_GT_GT_EQ] = ACTIONS(402), - [anon_sym_EQ] = ACTIONS(404), - [anon_sym_EQ_EQ] = ACTIONS(402), - [anon_sym_BANG_EQ] = ACTIONS(402), - [anon_sym_GT] = ACTIONS(404), - [anon_sym_LT] = ACTIONS(404), - [anon_sym_GT_EQ] = ACTIONS(402), - [anon_sym_LT_EQ] = ACTIONS(402), - [anon_sym_DOT] = ACTIONS(404), - [anon_sym_DOT_DOT] = ACTIONS(404), - [anon_sym_DOT_DOT_DOT] = ACTIONS(402), - [anon_sym_DOT_DOT_EQ] = ACTIONS(402), + [anon_sym_DASH] = ACTIONS(382), + [anon_sym_SLASH] = ACTIONS(382), + [anon_sym_PERCENT] = ACTIONS(382), + [anon_sym_CARET] = ACTIONS(382), + [anon_sym_BANG] = ACTIONS(502), + [anon_sym_AMP] = ACTIONS(382), + [anon_sym_PIPE] = ACTIONS(382), + [anon_sym_AMP_AMP] = ACTIONS(380), + [anon_sym_PIPE_PIPE] = ACTIONS(380), + [anon_sym_LT_LT] = ACTIONS(382), + [anon_sym_GT_GT] = ACTIONS(382), + [anon_sym_PLUS_EQ] = ACTIONS(380), + [anon_sym_DASH_EQ] = ACTIONS(380), + [anon_sym_STAR_EQ] = ACTIONS(380), + [anon_sym_SLASH_EQ] = ACTIONS(380), + [anon_sym_PERCENT_EQ] = ACTIONS(380), + [anon_sym_CARET_EQ] = ACTIONS(380), + [anon_sym_AMP_EQ] = ACTIONS(380), + [anon_sym_PIPE_EQ] = ACTIONS(380), + [anon_sym_LT_LT_EQ] = ACTIONS(380), + [anon_sym_GT_GT_EQ] = ACTIONS(380), + [anon_sym_EQ] = ACTIONS(382), + [anon_sym_EQ_EQ] = ACTIONS(380), + [anon_sym_BANG_EQ] = ACTIONS(380), + [anon_sym_GT] = ACTIONS(382), + [anon_sym_LT] = ACTIONS(382), + [anon_sym_GT_EQ] = ACTIONS(380), + [anon_sym_LT_EQ] = ACTIONS(380), + [anon_sym_DOT] = ACTIONS(382), + [anon_sym_DOT_DOT] = ACTIONS(382), + [anon_sym_DOT_DOT_DOT] = ACTIONS(380), + [anon_sym_DOT_DOT_EQ] = ACTIONS(380), [anon_sym_COLON_COLON] = ACTIONS(476), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_as] = ACTIONS(404), - [anon_sym_async] = ACTIONS(478), - [anon_sym_break] = ACTIONS(480), + [anon_sym_as] = ACTIONS(382), + [anon_sym_async] = ACTIONS(504), + [anon_sym_break] = ACTIONS(506), [anon_sym_const] = ACTIONS(358), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(482), + [anon_sym_default] = ACTIONS(484), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(484), + [anon_sym_gen] = ACTIONS(508), [anon_sym_if] = ACTIONS(366), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(486), - [anon_sym_static] = ACTIONS(488), - [anon_sym_union] = ACTIONS(482), + [anon_sym_return] = ACTIONS(510), + [anon_sym_static] = ACTIONS(512), + [anon_sym_union] = ACTIONS(484), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(490), - [anon_sym_move] = ACTIONS(492), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(514), + [anon_sym_move] = ACTIONS(516), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -23898,70 +23967,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, [STATE(63)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1701), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(210), - [sym_label] = STATE(51), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1681), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(236), + [sym_label] = STATE(3711), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(63), [sym_block_comment] = STATE(63), [sym_identifier] = ACTIONS(470), - [anon_sym_LPAREN] = ACTIONS(396), - [anon_sym_LBRACK] = ACTIONS(396), - [anon_sym_LBRACE] = ACTIONS(396), - [anon_sym_PLUS] = ACTIONS(398), - [anon_sym_STAR] = ACTIONS(398), - [anon_sym_QMARK] = ACTIONS(396), + [anon_sym_LPAREN] = ACTIONS(402), + [anon_sym_LBRACK] = ACTIONS(402), + [anon_sym_LBRACE] = ACTIONS(402), + [anon_sym_PLUS] = ACTIONS(404), + [anon_sym_STAR] = ACTIONS(404), + [anon_sym_QMARK] = ACTIONS(402), [anon_sym_u8] = ACTIONS(472), [anon_sym_i8] = ACTIONS(472), [anon_sym_u16] = ACTIONS(472), @@ -23979,59 +24048,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(472), [anon_sym_str] = ACTIONS(472), [anon_sym_char] = ACTIONS(472), - [anon_sym_DASH] = ACTIONS(398), - [anon_sym_SLASH] = ACTIONS(398), - [anon_sym_PERCENT] = ACTIONS(398), - [anon_sym_CARET] = ACTIONS(398), - [anon_sym_BANG] = ACTIONS(510), - [anon_sym_AMP] = ACTIONS(398), - [anon_sym_PIPE] = ACTIONS(398), - [anon_sym_AMP_AMP] = ACTIONS(396), - [anon_sym_PIPE_PIPE] = ACTIONS(396), - [anon_sym_LT_LT] = ACTIONS(398), - [anon_sym_GT_GT] = ACTIONS(398), - [anon_sym_PLUS_EQ] = ACTIONS(396), - [anon_sym_DASH_EQ] = ACTIONS(396), - [anon_sym_STAR_EQ] = ACTIONS(396), - [anon_sym_SLASH_EQ] = ACTIONS(396), - [anon_sym_PERCENT_EQ] = ACTIONS(396), - [anon_sym_CARET_EQ] = ACTIONS(396), - [anon_sym_AMP_EQ] = ACTIONS(396), - [anon_sym_PIPE_EQ] = ACTIONS(396), - [anon_sym_LT_LT_EQ] = ACTIONS(396), - [anon_sym_GT_GT_EQ] = ACTIONS(396), - [anon_sym_EQ] = ACTIONS(398), - [anon_sym_EQ_EQ] = ACTIONS(396), - [anon_sym_BANG_EQ] = ACTIONS(396), - [anon_sym_GT] = ACTIONS(398), - [anon_sym_LT] = ACTIONS(398), - [anon_sym_GT_EQ] = ACTIONS(396), - [anon_sym_LT_EQ] = ACTIONS(396), - [anon_sym_DOT] = ACTIONS(398), - [anon_sym_DOT_DOT] = ACTIONS(398), - [anon_sym_DOT_DOT_DOT] = ACTIONS(396), - [anon_sym_DOT_DOT_EQ] = ACTIONS(396), + [anon_sym_DASH] = ACTIONS(404), + [anon_sym_SLASH] = ACTIONS(404), + [anon_sym_PERCENT] = ACTIONS(404), + [anon_sym_CARET] = ACTIONS(404), + [anon_sym_BANG] = ACTIONS(474), + [anon_sym_AMP] = ACTIONS(404), + [anon_sym_PIPE] = ACTIONS(404), + [anon_sym_AMP_AMP] = ACTIONS(402), + [anon_sym_PIPE_PIPE] = ACTIONS(402), + [anon_sym_LT_LT] = ACTIONS(404), + [anon_sym_GT_GT] = ACTIONS(404), + [anon_sym_PLUS_EQ] = ACTIONS(402), + [anon_sym_DASH_EQ] = ACTIONS(402), + [anon_sym_STAR_EQ] = ACTIONS(402), + [anon_sym_SLASH_EQ] = ACTIONS(402), + [anon_sym_PERCENT_EQ] = ACTIONS(402), + [anon_sym_CARET_EQ] = ACTIONS(402), + [anon_sym_AMP_EQ] = ACTIONS(402), + [anon_sym_PIPE_EQ] = ACTIONS(402), + [anon_sym_LT_LT_EQ] = ACTIONS(402), + [anon_sym_GT_GT_EQ] = ACTIONS(402), + [anon_sym_EQ] = ACTIONS(404), + [anon_sym_EQ_EQ] = ACTIONS(402), + [anon_sym_BANG_EQ] = ACTIONS(402), + [anon_sym_GT] = ACTIONS(404), + [anon_sym_LT] = ACTIONS(404), + [anon_sym_GT_EQ] = ACTIONS(402), + [anon_sym_LT_EQ] = ACTIONS(402), + [anon_sym_DOT] = ACTIONS(404), + [anon_sym_DOT_DOT] = ACTIONS(404), + [anon_sym_DOT_DOT_DOT] = ACTIONS(402), + [anon_sym_DOT_DOT_EQ] = ACTIONS(402), [anon_sym_COLON_COLON] = ACTIONS(476), - [anon_sym_SQUOTE] = ACTIONS(398), - [anon_sym_as] = ACTIONS(398), - [anon_sym_async] = ACTIONS(512), - [anon_sym_break] = ACTIONS(514), + [anon_sym_SQUOTE] = ACTIONS(404), + [anon_sym_as] = ACTIONS(404), + [anon_sym_async] = ACTIONS(478), + [anon_sym_break] = ACTIONS(480), [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(516), - [anon_sym_default] = ACTIONS(482), + [anon_sym_continue] = ACTIONS(482), + [anon_sym_default] = ACTIONS(484), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(518), + [anon_sym_gen] = ACTIONS(486), [anon_sym_if] = ACTIONS(366), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(520), - [anon_sym_static] = ACTIONS(522), - [anon_sym_union] = ACTIONS(482), + [anon_sym_return] = ACTIONS(488), + [anon_sym_static] = ACTIONS(490), + [anon_sym_union] = ACTIONS(484), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(524), - [anon_sym_move] = ACTIONS(526), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(492), + [anon_sym_move] = ACTIONS(494), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -24040,70 +24109,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, [STATE(64)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1857), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(228), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1714), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(236), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(64), [sym_block_comment] = STATE(64), [sym_identifier] = ACTIONS(470), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(392), - [anon_sym_LBRACE] = ACTIONS(392), - [anon_sym_PLUS] = ACTIONS(394), - [anon_sym_STAR] = ACTIONS(394), - [anon_sym_QMARK] = ACTIONS(392), + [anon_sym_LPAREN] = ACTIONS(380), + [anon_sym_LBRACK] = ACTIONS(380), + [anon_sym_LBRACE] = ACTIONS(380), + [anon_sym_PLUS] = ACTIONS(382), + [anon_sym_STAR] = ACTIONS(382), + [anon_sym_QMARK] = ACTIONS(380), [anon_sym_u8] = ACTIONS(472), [anon_sym_i8] = ACTIONS(472), [anon_sym_u16] = ACTIONS(472), @@ -24121,59 +24190,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(472), [anon_sym_str] = ACTIONS(472), [anon_sym_char] = ACTIONS(472), - [anon_sym_DASH] = ACTIONS(394), - [anon_sym_SLASH] = ACTIONS(394), - [anon_sym_PERCENT] = ACTIONS(394), - [anon_sym_CARET] = ACTIONS(394), + [anon_sym_DASH] = ACTIONS(382), + [anon_sym_SLASH] = ACTIONS(382), + [anon_sym_PERCENT] = ACTIONS(382), + [anon_sym_CARET] = ACTIONS(382), [anon_sym_BANG] = ACTIONS(474), - [anon_sym_AMP] = ACTIONS(394), - [anon_sym_PIPE] = ACTIONS(394), - [anon_sym_AMP_AMP] = ACTIONS(392), - [anon_sym_PIPE_PIPE] = ACTIONS(392), - [anon_sym_LT_LT] = ACTIONS(394), - [anon_sym_GT_GT] = ACTIONS(394), - [anon_sym_PLUS_EQ] = ACTIONS(392), - [anon_sym_DASH_EQ] = ACTIONS(392), - [anon_sym_STAR_EQ] = ACTIONS(392), - [anon_sym_SLASH_EQ] = ACTIONS(392), - [anon_sym_PERCENT_EQ] = ACTIONS(392), - [anon_sym_CARET_EQ] = ACTIONS(392), - [anon_sym_AMP_EQ] = ACTIONS(392), - [anon_sym_PIPE_EQ] = ACTIONS(392), - [anon_sym_LT_LT_EQ] = ACTIONS(392), - [anon_sym_GT_GT_EQ] = ACTIONS(392), - [anon_sym_EQ] = ACTIONS(394), - [anon_sym_EQ_EQ] = ACTIONS(392), - [anon_sym_BANG_EQ] = ACTIONS(392), - [anon_sym_GT] = ACTIONS(394), - [anon_sym_LT] = ACTIONS(394), - [anon_sym_GT_EQ] = ACTIONS(392), - [anon_sym_LT_EQ] = ACTIONS(392), - [anon_sym_DOT] = ACTIONS(394), - [anon_sym_DOT_DOT] = ACTIONS(394), - [anon_sym_DOT_DOT_DOT] = ACTIONS(392), - [anon_sym_DOT_DOT_EQ] = ACTIONS(392), + [anon_sym_AMP] = ACTIONS(382), + [anon_sym_PIPE] = ACTIONS(382), + [anon_sym_AMP_AMP] = ACTIONS(380), + [anon_sym_PIPE_PIPE] = ACTIONS(380), + [anon_sym_LT_LT] = ACTIONS(382), + [anon_sym_GT_GT] = ACTIONS(382), + [anon_sym_PLUS_EQ] = ACTIONS(380), + [anon_sym_DASH_EQ] = ACTIONS(380), + [anon_sym_STAR_EQ] = ACTIONS(380), + [anon_sym_SLASH_EQ] = ACTIONS(380), + [anon_sym_PERCENT_EQ] = ACTIONS(380), + [anon_sym_CARET_EQ] = ACTIONS(380), + [anon_sym_AMP_EQ] = ACTIONS(380), + [anon_sym_PIPE_EQ] = ACTIONS(380), + [anon_sym_LT_LT_EQ] = ACTIONS(380), + [anon_sym_GT_GT_EQ] = ACTIONS(380), + [anon_sym_EQ] = ACTIONS(382), + [anon_sym_EQ_EQ] = ACTIONS(380), + [anon_sym_BANG_EQ] = ACTIONS(380), + [anon_sym_GT] = ACTIONS(382), + [anon_sym_LT] = ACTIONS(382), + [anon_sym_GT_EQ] = ACTIONS(380), + [anon_sym_LT_EQ] = ACTIONS(380), + [anon_sym_DOT] = ACTIONS(382), + [anon_sym_DOT_DOT] = ACTIONS(382), + [anon_sym_DOT_DOT_DOT] = ACTIONS(380), + [anon_sym_DOT_DOT_EQ] = ACTIONS(380), [anon_sym_COLON_COLON] = ACTIONS(476), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_as] = ACTIONS(394), + [anon_sym_SQUOTE] = ACTIONS(382), + [anon_sym_as] = ACTIONS(382), [anon_sym_async] = ACTIONS(478), [anon_sym_break] = ACTIONS(480), [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(482), + [anon_sym_continue] = ACTIONS(482), + [anon_sym_default] = ACTIONS(484), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(484), + [anon_sym_gen] = ACTIONS(486), [anon_sym_if] = ACTIONS(366), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(486), - [anon_sym_static] = ACTIONS(488), - [anon_sym_union] = ACTIONS(482), + [anon_sym_return] = ACTIONS(488), + [anon_sym_static] = ACTIONS(490), + [anon_sym_union] = ACTIONS(484), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(490), - [anon_sym_move] = ACTIONS(492), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(492), + [anon_sym_move] = ACTIONS(494), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -24182,70 +24251,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, [STATE(65)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1830), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(228), - [sym_label] = STATE(44), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1908), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(214), + [sym_label] = STATE(3711), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(65), [sym_block_comment] = STATE(65), [sym_identifier] = ACTIONS(470), - [anon_sym_LPAREN] = ACTIONS(396), - [anon_sym_LBRACK] = ACTIONS(396), - [anon_sym_LBRACE] = ACTIONS(396), - [anon_sym_PLUS] = ACTIONS(398), - [anon_sym_STAR] = ACTIONS(398), - [anon_sym_QMARK] = ACTIONS(396), + [anon_sym_LPAREN] = ACTIONS(402), + [anon_sym_LBRACK] = ACTIONS(402), + [anon_sym_LBRACE] = ACTIONS(402), + [anon_sym_PLUS] = ACTIONS(404), + [anon_sym_STAR] = ACTIONS(404), + [anon_sym_QMARK] = ACTIONS(402), [anon_sym_u8] = ACTIONS(472), [anon_sym_i8] = ACTIONS(472), [anon_sym_u16] = ACTIONS(472), @@ -24263,59 +24332,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(472), [anon_sym_str] = ACTIONS(472), [anon_sym_char] = ACTIONS(472), - [anon_sym_DASH] = ACTIONS(398), - [anon_sym_SLASH] = ACTIONS(398), - [anon_sym_PERCENT] = ACTIONS(398), - [anon_sym_CARET] = ACTIONS(398), - [anon_sym_BANG] = ACTIONS(474), - [anon_sym_AMP] = ACTIONS(398), - [anon_sym_PIPE] = ACTIONS(398), - [anon_sym_AMP_AMP] = ACTIONS(396), - [anon_sym_PIPE_PIPE] = ACTIONS(396), - [anon_sym_LT_LT] = ACTIONS(398), - [anon_sym_GT_GT] = ACTIONS(398), - [anon_sym_PLUS_EQ] = ACTIONS(396), - [anon_sym_DASH_EQ] = ACTIONS(396), - [anon_sym_STAR_EQ] = ACTIONS(396), - [anon_sym_SLASH_EQ] = ACTIONS(396), - [anon_sym_PERCENT_EQ] = ACTIONS(396), - [anon_sym_CARET_EQ] = ACTIONS(396), - [anon_sym_AMP_EQ] = ACTIONS(396), - [anon_sym_PIPE_EQ] = ACTIONS(396), - [anon_sym_LT_LT_EQ] = ACTIONS(396), - [anon_sym_GT_GT_EQ] = ACTIONS(396), - [anon_sym_EQ] = ACTIONS(398), - [anon_sym_EQ_EQ] = ACTIONS(396), - [anon_sym_BANG_EQ] = ACTIONS(396), - [anon_sym_GT] = ACTIONS(398), - [anon_sym_LT] = ACTIONS(398), - [anon_sym_GT_EQ] = ACTIONS(396), - [anon_sym_LT_EQ] = ACTIONS(396), - [anon_sym_DOT] = ACTIONS(398), - [anon_sym_DOT_DOT] = ACTIONS(398), - [anon_sym_DOT_DOT_DOT] = ACTIONS(396), - [anon_sym_DOT_DOT_EQ] = ACTIONS(396), + [anon_sym_DASH] = ACTIONS(404), + [anon_sym_SLASH] = ACTIONS(404), + [anon_sym_PERCENT] = ACTIONS(404), + [anon_sym_CARET] = ACTIONS(404), + [anon_sym_BANG] = ACTIONS(502), + [anon_sym_AMP] = ACTIONS(404), + [anon_sym_PIPE] = ACTIONS(404), + [anon_sym_AMP_AMP] = ACTIONS(402), + [anon_sym_PIPE_PIPE] = ACTIONS(402), + [anon_sym_LT_LT] = ACTIONS(404), + [anon_sym_GT_GT] = ACTIONS(404), + [anon_sym_PLUS_EQ] = ACTIONS(402), + [anon_sym_DASH_EQ] = ACTIONS(402), + [anon_sym_STAR_EQ] = ACTIONS(402), + [anon_sym_SLASH_EQ] = ACTIONS(402), + [anon_sym_PERCENT_EQ] = ACTIONS(402), + [anon_sym_CARET_EQ] = ACTIONS(402), + [anon_sym_AMP_EQ] = ACTIONS(402), + [anon_sym_PIPE_EQ] = ACTIONS(402), + [anon_sym_LT_LT_EQ] = ACTIONS(402), + [anon_sym_GT_GT_EQ] = ACTIONS(402), + [anon_sym_EQ] = ACTIONS(404), + [anon_sym_EQ_EQ] = ACTIONS(402), + [anon_sym_BANG_EQ] = ACTIONS(402), + [anon_sym_GT] = ACTIONS(404), + [anon_sym_LT] = ACTIONS(404), + [anon_sym_GT_EQ] = ACTIONS(402), + [anon_sym_LT_EQ] = ACTIONS(402), + [anon_sym_DOT] = ACTIONS(404), + [anon_sym_DOT_DOT] = ACTIONS(404), + [anon_sym_DOT_DOT_DOT] = ACTIONS(402), + [anon_sym_DOT_DOT_EQ] = ACTIONS(402), [anon_sym_COLON_COLON] = ACTIONS(476), - [anon_sym_SQUOTE] = ACTIONS(400), - [anon_sym_as] = ACTIONS(398), - [anon_sym_async] = ACTIONS(478), - [anon_sym_break] = ACTIONS(480), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_as] = ACTIONS(404), + [anon_sym_async] = ACTIONS(504), + [anon_sym_break] = ACTIONS(506), [anon_sym_const] = ACTIONS(358), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(482), + [anon_sym_default] = ACTIONS(484), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(484), + [anon_sym_gen] = ACTIONS(508), [anon_sym_if] = ACTIONS(366), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(486), - [anon_sym_static] = ACTIONS(488), - [anon_sym_union] = ACTIONS(482), + [anon_sym_return] = ACTIONS(510), + [anon_sym_static] = ACTIONS(512), + [anon_sym_union] = ACTIONS(484), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(490), - [anon_sym_move] = ACTIONS(492), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(514), + [anon_sym_move] = ACTIONS(516), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -24324,69 +24393,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, [STATE(66)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1832), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(228), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1799), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(214), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(66), [sym_block_comment] = STATE(66), [sym_identifier] = ACTIONS(470), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(348), + [anon_sym_LPAREN] = ACTIONS(380), + [anon_sym_LBRACK] = ACTIONS(380), + [anon_sym_LBRACE] = ACTIONS(380), [anon_sym_PLUS] = ACTIONS(382), - [anon_sym_STAR] = ACTIONS(474), + [anon_sym_STAR] = ACTIONS(382), [anon_sym_QMARK] = ACTIONS(380), [anon_sym_u8] = ACTIONS(472), [anon_sym_i8] = ACTIONS(472), @@ -24405,13 +24474,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(472), [anon_sym_str] = ACTIONS(472), [anon_sym_char] = ACTIONS(472), - [anon_sym_DASH] = ACTIONS(474), + [anon_sym_DASH] = ACTIONS(382), [anon_sym_SLASH] = ACTIONS(382), [anon_sym_PERCENT] = ACTIONS(382), [anon_sym_CARET] = ACTIONS(382), - [anon_sym_BANG] = ACTIONS(474), - [anon_sym_AMP] = ACTIONS(532), - [anon_sym_PIPE] = ACTIONS(386), + [anon_sym_BANG] = ACTIONS(502), + [anon_sym_AMP] = ACTIONS(382), + [anon_sym_PIPE] = ACTIONS(382), [anon_sym_AMP_AMP] = ACTIONS(380), [anon_sym_PIPE_PIPE] = ACTIONS(380), [anon_sym_LT_LT] = ACTIONS(382), @@ -24430,34 +24499,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_EQ_EQ] = ACTIONS(380), [anon_sym_BANG_EQ] = ACTIONS(380), [anon_sym_GT] = ACTIONS(382), - [anon_sym_LT] = ACTIONS(388), + [anon_sym_LT] = ACTIONS(382), [anon_sym_GT_EQ] = ACTIONS(380), [anon_sym_LT_EQ] = ACTIONS(380), [anon_sym_DOT] = ACTIONS(382), - [anon_sym_DOT_DOT] = ACTIONS(534), + [anon_sym_DOT_DOT] = ACTIONS(382), [anon_sym_DOT_DOT_DOT] = ACTIONS(380), [anon_sym_DOT_DOT_EQ] = ACTIONS(380), [anon_sym_COLON_COLON] = ACTIONS(476), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_as] = ACTIONS(382), - [anon_sym_async] = ACTIONS(478), - [anon_sym_break] = ACTIONS(480), + [anon_sym_async] = ACTIONS(504), + [anon_sym_break] = ACTIONS(506), [anon_sym_const] = ACTIONS(358), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(482), + [anon_sym_default] = ACTIONS(484), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(484), + [anon_sym_gen] = ACTIONS(508), [anon_sym_if] = ACTIONS(366), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(486), - [anon_sym_static] = ACTIONS(488), - [anon_sym_union] = ACTIONS(482), + [anon_sym_return] = ACTIONS(510), + [anon_sym_static] = ACTIONS(512), + [anon_sym_union] = ACTIONS(484), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(490), - [anon_sym_move] = ACTIONS(492), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(514), + [anon_sym_move] = ACTIONS(516), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -24466,26 +24535,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, [STATE(67)] = { - [sym__token_pattern] = STATE(186), - [sym_token_tree_pattern] = STATE(184), - [sym_token_binding_pattern] = STATE(184), - [sym_token_repetition_pattern] = STATE(184), - [sym__literal] = STATE(184), - [sym_string_literal] = STATE(188), - [sym_raw_string_literal] = STATE(188), - [sym_boolean_literal] = STATE(188), + [sym__token_pattern] = STATE(187), + [sym_token_tree_pattern] = STATE(182), + [sym_token_binding_pattern] = STATE(182), + [sym_token_repetition_pattern] = STATE(182), + [sym__literal] = STATE(182), + [sym_string_literal] = STATE(179), + [sym_raw_string_literal] = STATE(179), + [sym_boolean_literal] = STATE(179), [sym_line_comment] = STATE(67), [sym_block_comment] = STATE(67), [aux_sym_token_tree_pattern_repeat1] = STATE(67), - [aux_sym__non_special_token_repeat1] = STATE(164), + [aux_sym__non_special_token_repeat1] = STATE(161), [sym_identifier] = ACTIONS(536), [anon_sym_SEMI] = ACTIONS(539), [anon_sym_LPAREN] = ACTIONS(542), @@ -24600,23 +24669,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(559), }, [STATE(68)] = { - [sym__token_pattern] = STATE(186), - [sym_token_tree_pattern] = STATE(184), - [sym_token_binding_pattern] = STATE(184), - [sym_token_repetition_pattern] = STATE(184), - [sym__literal] = STATE(184), - [sym_string_literal] = STATE(188), - [sym_raw_string_literal] = STATE(188), - [sym_boolean_literal] = STATE(188), + [sym__token_pattern] = STATE(187), + [sym_token_tree_pattern] = STATE(182), + [sym_token_binding_pattern] = STATE(182), + [sym_token_repetition_pattern] = STATE(182), + [sym__literal] = STATE(182), + [sym_string_literal] = STATE(179), + [sym_raw_string_literal] = STATE(179), + [sym_boolean_literal] = STATE(179), [sym_line_comment] = STATE(68), [sym_block_comment] = STATE(68), - [aux_sym_token_tree_pattern_repeat1] = STATE(72), - [aux_sym__non_special_token_repeat1] = STATE(164), + [aux_sym_token_tree_pattern_repeat1] = STATE(76), + [aux_sym__non_special_token_repeat1] = STATE(161), [sym_identifier] = ACTIONS(574), [anon_sym_SEMI] = ACTIONS(576), [anon_sym_LPAREN] = ACTIONS(578), - [anon_sym_RPAREN] = ACTIONS(580), - [anon_sym_LBRACK] = ACTIONS(582), + [anon_sym_LBRACK] = ACTIONS(580), + [anon_sym_RBRACK] = ACTIONS(582), [anon_sym_LBRACE] = ACTIONS(584), [anon_sym_EQ_GT] = ACTIONS(576), [anon_sym_COLON] = ACTIONS(586), @@ -24724,23 +24793,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(590), }, [STATE(69)] = { - [sym__token_pattern] = STATE(186), - [sym_token_tree_pattern] = STATE(184), - [sym_token_binding_pattern] = STATE(184), - [sym_token_repetition_pattern] = STATE(184), - [sym__literal] = STATE(184), - [sym_string_literal] = STATE(188), - [sym_raw_string_literal] = STATE(188), - [sym_boolean_literal] = STATE(188), + [sym__token_pattern] = STATE(187), + [sym_token_tree_pattern] = STATE(182), + [sym_token_binding_pattern] = STATE(182), + [sym_token_repetition_pattern] = STATE(182), + [sym__literal] = STATE(182), + [sym_string_literal] = STATE(179), + [sym_raw_string_literal] = STATE(179), + [sym_boolean_literal] = STATE(179), [sym_line_comment] = STATE(69), [sym_block_comment] = STATE(69), - [aux_sym_token_tree_pattern_repeat1] = STATE(73), - [aux_sym__non_special_token_repeat1] = STATE(164), + [aux_sym_token_tree_pattern_repeat1] = STATE(70), + [aux_sym__non_special_token_repeat1] = STATE(161), [sym_identifier] = ACTIONS(574), [anon_sym_SEMI] = ACTIONS(576), [anon_sym_LPAREN] = ACTIONS(578), - [anon_sym_LBRACK] = ACTIONS(582), - [anon_sym_RBRACK] = ACTIONS(580), + [anon_sym_RPAREN] = ACTIONS(600), + [anon_sym_LBRACK] = ACTIONS(580), [anon_sym_LBRACE] = ACTIONS(584), [anon_sym_EQ_GT] = ACTIONS(576), [anon_sym_COLON] = ACTIONS(586), @@ -24848,23 +24917,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(590), }, [STATE(70)] = { - [sym__token_pattern] = STATE(186), - [sym_token_tree_pattern] = STATE(184), - [sym_token_binding_pattern] = STATE(184), - [sym_token_repetition_pattern] = STATE(184), - [sym__literal] = STATE(184), - [sym_string_literal] = STATE(188), - [sym_raw_string_literal] = STATE(188), - [sym_boolean_literal] = STATE(188), + [sym__token_pattern] = STATE(187), + [sym_token_tree_pattern] = STATE(182), + [sym_token_binding_pattern] = STATE(182), + [sym_token_repetition_pattern] = STATE(182), + [sym__literal] = STATE(182), + [sym_string_literal] = STATE(179), + [sym_raw_string_literal] = STATE(179), + [sym_boolean_literal] = STATE(179), [sym_line_comment] = STATE(70), [sym_block_comment] = STATE(70), - [aux_sym_token_tree_pattern_repeat1] = STATE(77), - [aux_sym__non_special_token_repeat1] = STATE(164), + [aux_sym_token_tree_pattern_repeat1] = STATE(67), + [aux_sym__non_special_token_repeat1] = STATE(161), [sym_identifier] = ACTIONS(574), [anon_sym_SEMI] = ACTIONS(576), [anon_sym_LPAREN] = ACTIONS(578), - [anon_sym_RPAREN] = ACTIONS(600), - [anon_sym_LBRACK] = ACTIONS(582), + [anon_sym_RPAREN] = ACTIONS(602), + [anon_sym_LBRACK] = ACTIONS(580), [anon_sym_LBRACE] = ACTIONS(584), [anon_sym_EQ_GT] = ACTIONS(576), [anon_sym_COLON] = ACTIONS(586), @@ -24972,23 +25041,147 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(590), }, [STATE(71)] = { - [sym__token_pattern] = STATE(186), - [sym_token_tree_pattern] = STATE(184), - [sym_token_binding_pattern] = STATE(184), - [sym_token_repetition_pattern] = STATE(184), - [sym__literal] = STATE(184), - [sym_string_literal] = STATE(188), - [sym_raw_string_literal] = STATE(188), - [sym_boolean_literal] = STATE(188), + [sym_token_tree] = STATE(202), + [sym_token_repetition] = STATE(202), + [sym__literal] = STATE(202), + [sym_string_literal] = STATE(179), + [sym_raw_string_literal] = STATE(179), + [sym_boolean_literal] = STATE(179), [sym_line_comment] = STATE(71), [sym_block_comment] = STATE(71), - [aux_sym_token_tree_pattern_repeat1] = STATE(78), - [aux_sym__non_special_token_repeat1] = STATE(164), + [aux_sym_token_tree_repeat1] = STATE(71), + [aux_sym__non_special_token_repeat1] = STATE(149), + [sym_identifier] = ACTIONS(604), + [anon_sym_SEMI] = ACTIONS(607), + [anon_sym_LPAREN] = ACTIONS(610), + [anon_sym_RPAREN] = ACTIONS(613), + [anon_sym_LBRACK] = ACTIONS(615), + [anon_sym_RBRACK] = ACTIONS(613), + [anon_sym_LBRACE] = ACTIONS(618), + [anon_sym_RBRACE] = ACTIONS(613), + [anon_sym_EQ_GT] = ACTIONS(607), + [anon_sym_COLON] = ACTIONS(621), + [anon_sym_DOLLAR] = ACTIONS(624), + [anon_sym_PLUS] = ACTIONS(621), + [anon_sym_STAR] = ACTIONS(621), + [anon_sym_QMARK] = ACTIONS(607), + [anon_sym_u8] = ACTIONS(604), + [anon_sym_i8] = ACTIONS(604), + [anon_sym_u16] = ACTIONS(604), + [anon_sym_i16] = ACTIONS(604), + [anon_sym_u32] = ACTIONS(604), + [anon_sym_i32] = ACTIONS(604), + [anon_sym_u64] = ACTIONS(604), + [anon_sym_i64] = ACTIONS(604), + [anon_sym_u128] = ACTIONS(604), + [anon_sym_i128] = ACTIONS(604), + [anon_sym_isize] = ACTIONS(604), + [anon_sym_usize] = ACTIONS(604), + [anon_sym_f32] = ACTIONS(604), + [anon_sym_f64] = ACTIONS(604), + [anon_sym_bool] = ACTIONS(604), + [anon_sym_str] = ACTIONS(604), + [anon_sym_char] = ACTIONS(604), + [anon_sym_DASH] = ACTIONS(621), + [anon_sym_SLASH] = ACTIONS(621), + [anon_sym_PERCENT] = ACTIONS(621), + [anon_sym_CARET] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AMP] = ACTIONS(621), + [anon_sym_PIPE] = ACTIONS(621), + [anon_sym_AMP_AMP] = ACTIONS(607), + [anon_sym_PIPE_PIPE] = ACTIONS(607), + [anon_sym_LT_LT] = ACTIONS(621), + [anon_sym_GT_GT] = ACTIONS(621), + [anon_sym_PLUS_EQ] = ACTIONS(607), + [anon_sym_DASH_EQ] = ACTIONS(607), + [anon_sym_STAR_EQ] = ACTIONS(607), + [anon_sym_SLASH_EQ] = ACTIONS(607), + [anon_sym_PERCENT_EQ] = ACTIONS(607), + [anon_sym_CARET_EQ] = ACTIONS(607), + [anon_sym_AMP_EQ] = ACTIONS(607), + [anon_sym_PIPE_EQ] = ACTIONS(607), + [anon_sym_LT_LT_EQ] = ACTIONS(607), + [anon_sym_GT_GT_EQ] = ACTIONS(607), + [anon_sym_EQ] = ACTIONS(621), + [anon_sym_EQ_EQ] = ACTIONS(607), + [anon_sym_BANG_EQ] = ACTIONS(607), + [anon_sym_GT] = ACTIONS(621), + [anon_sym_LT] = ACTIONS(621), + [anon_sym_GT_EQ] = ACTIONS(607), + [anon_sym_LT_EQ] = ACTIONS(607), + [anon_sym_AT] = ACTIONS(607), + [anon_sym__] = ACTIONS(621), + [anon_sym_DOT] = ACTIONS(621), + [anon_sym_DOT_DOT] = ACTIONS(621), + [anon_sym_DOT_DOT_DOT] = ACTIONS(607), + [anon_sym_DOT_DOT_EQ] = ACTIONS(607), + [anon_sym_COMMA] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(607), + [anon_sym_DASH_GT] = ACTIONS(607), + [anon_sym_POUND] = ACTIONS(607), + [anon_sym_SQUOTE] = ACTIONS(604), + [anon_sym_as] = ACTIONS(604), + [anon_sym_async] = ACTIONS(604), + [anon_sym_await] = ACTIONS(604), + [anon_sym_break] = ACTIONS(604), + [anon_sym_const] = ACTIONS(604), + [anon_sym_continue] = ACTIONS(604), + [anon_sym_default] = ACTIONS(604), + [anon_sym_enum] = ACTIONS(604), + [anon_sym_fn] = ACTIONS(604), + [anon_sym_for] = ACTIONS(604), + [anon_sym_gen] = ACTIONS(604), + [anon_sym_if] = ACTIONS(604), + [anon_sym_impl] = ACTIONS(604), + [anon_sym_let] = ACTIONS(604), + [anon_sym_loop] = ACTIONS(604), + [anon_sym_match] = ACTIONS(604), + [anon_sym_mod] = ACTIONS(604), + [anon_sym_pub] = ACTIONS(604), + [anon_sym_return] = ACTIONS(604), + [anon_sym_static] = ACTIONS(604), + [anon_sym_struct] = ACTIONS(604), + [anon_sym_trait] = ACTIONS(604), + [anon_sym_type] = ACTIONS(604), + [anon_sym_union] = ACTIONS(604), + [anon_sym_unsafe] = ACTIONS(604), + [anon_sym_use] = ACTIONS(604), + [anon_sym_where] = ACTIONS(604), + [anon_sym_while] = ACTIONS(604), + [sym_mutable_specifier] = ACTIONS(604), + [sym_integer_literal] = ACTIONS(627), + [aux_sym_string_literal_token1] = ACTIONS(630), + [sym_char_literal] = ACTIONS(627), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(604), + [sym_super] = ACTIONS(604), + [sym_crate] = ACTIONS(604), + [sym_metavariable] = ACTIONS(636), + [sym__raw_string_literal_start] = ACTIONS(639), + [sym_float_literal] = ACTIONS(627), + }, + [STATE(72)] = { + [sym__token_pattern] = STATE(187), + [sym_token_tree_pattern] = STATE(182), + [sym_token_binding_pattern] = STATE(182), + [sym_token_repetition_pattern] = STATE(182), + [sym__literal] = STATE(182), + [sym_string_literal] = STATE(179), + [sym_raw_string_literal] = STATE(179), + [sym_boolean_literal] = STATE(179), + [sym_line_comment] = STATE(72), + [sym_block_comment] = STATE(72), + [aux_sym_token_tree_pattern_repeat1] = STATE(75), + [aux_sym__non_special_token_repeat1] = STATE(161), [sym_identifier] = ACTIONS(574), [anon_sym_SEMI] = ACTIONS(576), [anon_sym_LPAREN] = ACTIONS(578), - [anon_sym_LBRACK] = ACTIONS(582), - [anon_sym_RBRACK] = ACTIONS(600), + [anon_sym_RPAREN] = ACTIONS(582), + [anon_sym_LBRACK] = ACTIONS(580), [anon_sym_LBRACE] = ACTIONS(584), [anon_sym_EQ_GT] = ACTIONS(576), [anon_sym_COLON] = ACTIONS(586), @@ -25095,25 +25288,149 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(598), [sym_float_literal] = ACTIONS(590), }, - [STATE(72)] = { - [sym__token_pattern] = STATE(186), - [sym_token_tree_pattern] = STATE(184), - [sym_token_binding_pattern] = STATE(184), - [sym_token_repetition_pattern] = STATE(184), - [sym__literal] = STATE(184), - [sym_string_literal] = STATE(188), - [sym_raw_string_literal] = STATE(188), - [sym_boolean_literal] = STATE(188), - [sym_line_comment] = STATE(72), - [sym_block_comment] = STATE(72), - [aux_sym_token_tree_pattern_repeat1] = STATE(67), - [aux_sym__non_special_token_repeat1] = STATE(164), + [STATE(73)] = { + [sym_delim_token_tree] = STATE(222), + [sym__delim_tokens] = STATE(223), + [sym__non_delim_token] = STATE(222), + [sym__literal] = STATE(221), + [sym_string_literal] = STATE(212), + [sym_raw_string_literal] = STATE(212), + [sym_boolean_literal] = STATE(212), + [sym_line_comment] = STATE(73), + [sym_block_comment] = STATE(73), + [aux_sym__non_special_token_repeat1] = STATE(195), + [aux_sym_delim_token_tree_repeat1] = STATE(73), + [sym_identifier] = ACTIONS(642), + [anon_sym_SEMI] = ACTIONS(645), + [anon_sym_LPAREN] = ACTIONS(648), + [anon_sym_RPAREN] = ACTIONS(651), + [anon_sym_LBRACK] = ACTIONS(653), + [anon_sym_RBRACK] = ACTIONS(651), + [anon_sym_LBRACE] = ACTIONS(656), + [anon_sym_RBRACE] = ACTIONS(651), + [anon_sym_EQ_GT] = ACTIONS(645), + [anon_sym_COLON] = ACTIONS(659), + [anon_sym_DOLLAR] = ACTIONS(662), + [anon_sym_PLUS] = ACTIONS(659), + [anon_sym_STAR] = ACTIONS(659), + [anon_sym_QMARK] = ACTIONS(645), + [anon_sym_u8] = ACTIONS(642), + [anon_sym_i8] = ACTIONS(642), + [anon_sym_u16] = ACTIONS(642), + [anon_sym_i16] = ACTIONS(642), + [anon_sym_u32] = ACTIONS(642), + [anon_sym_i32] = ACTIONS(642), + [anon_sym_u64] = ACTIONS(642), + [anon_sym_i64] = ACTIONS(642), + [anon_sym_u128] = ACTIONS(642), + [anon_sym_i128] = ACTIONS(642), + [anon_sym_isize] = ACTIONS(642), + [anon_sym_usize] = ACTIONS(642), + [anon_sym_f32] = ACTIONS(642), + [anon_sym_f64] = ACTIONS(642), + [anon_sym_bool] = ACTIONS(642), + [anon_sym_str] = ACTIONS(642), + [anon_sym_char] = ACTIONS(642), + [anon_sym_DASH] = ACTIONS(659), + [anon_sym_SLASH] = ACTIONS(659), + [anon_sym_PERCENT] = ACTIONS(659), + [anon_sym_CARET] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AMP] = ACTIONS(659), + [anon_sym_PIPE] = ACTIONS(659), + [anon_sym_AMP_AMP] = ACTIONS(645), + [anon_sym_PIPE_PIPE] = ACTIONS(645), + [anon_sym_LT_LT] = ACTIONS(659), + [anon_sym_GT_GT] = ACTIONS(659), + [anon_sym_PLUS_EQ] = ACTIONS(645), + [anon_sym_DASH_EQ] = ACTIONS(645), + [anon_sym_STAR_EQ] = ACTIONS(645), + [anon_sym_SLASH_EQ] = ACTIONS(645), + [anon_sym_PERCENT_EQ] = ACTIONS(645), + [anon_sym_CARET_EQ] = ACTIONS(645), + [anon_sym_AMP_EQ] = ACTIONS(645), + [anon_sym_PIPE_EQ] = ACTIONS(645), + [anon_sym_LT_LT_EQ] = ACTIONS(645), + [anon_sym_GT_GT_EQ] = ACTIONS(645), + [anon_sym_EQ] = ACTIONS(659), + [anon_sym_EQ_EQ] = ACTIONS(645), + [anon_sym_BANG_EQ] = ACTIONS(645), + [anon_sym_GT] = ACTIONS(659), + [anon_sym_LT] = ACTIONS(659), + [anon_sym_GT_EQ] = ACTIONS(645), + [anon_sym_LT_EQ] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(645), + [anon_sym__] = ACTIONS(659), + [anon_sym_DOT] = ACTIONS(659), + [anon_sym_DOT_DOT] = ACTIONS(659), + [anon_sym_DOT_DOT_DOT] = ACTIONS(645), + [anon_sym_DOT_DOT_EQ] = ACTIONS(645), + [anon_sym_COMMA] = ACTIONS(645), + [anon_sym_COLON_COLON] = ACTIONS(645), + [anon_sym_DASH_GT] = ACTIONS(645), + [anon_sym_POUND] = ACTIONS(645), + [anon_sym_SQUOTE] = ACTIONS(642), + [anon_sym_as] = ACTIONS(642), + [anon_sym_async] = ACTIONS(642), + [anon_sym_await] = ACTIONS(642), + [anon_sym_break] = ACTIONS(642), + [anon_sym_const] = ACTIONS(642), + [anon_sym_continue] = ACTIONS(642), + [anon_sym_default] = ACTIONS(642), + [anon_sym_enum] = ACTIONS(642), + [anon_sym_fn] = ACTIONS(642), + [anon_sym_for] = ACTIONS(642), + [anon_sym_gen] = ACTIONS(642), + [anon_sym_if] = ACTIONS(642), + [anon_sym_impl] = ACTIONS(642), + [anon_sym_let] = ACTIONS(642), + [anon_sym_loop] = ACTIONS(642), + [anon_sym_match] = ACTIONS(642), + [anon_sym_mod] = ACTIONS(642), + [anon_sym_pub] = ACTIONS(642), + [anon_sym_return] = ACTIONS(642), + [anon_sym_static] = ACTIONS(642), + [anon_sym_struct] = ACTIONS(642), + [anon_sym_trait] = ACTIONS(642), + [anon_sym_type] = ACTIONS(642), + [anon_sym_union] = ACTIONS(642), + [anon_sym_unsafe] = ACTIONS(642), + [anon_sym_use] = ACTIONS(642), + [anon_sym_where] = ACTIONS(642), + [anon_sym_while] = ACTIONS(642), + [sym_mutable_specifier] = ACTIONS(642), + [sym_integer_literal] = ACTIONS(665), + [aux_sym_string_literal_token1] = ACTIONS(668), + [sym_char_literal] = ACTIONS(665), + [anon_sym_true] = ACTIONS(671), + [anon_sym_false] = ACTIONS(671), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(642), + [sym_super] = ACTIONS(642), + [sym_crate] = ACTIONS(642), + [sym__raw_string_literal_start] = ACTIONS(674), + [sym_float_literal] = ACTIONS(665), + }, + [STATE(74)] = { + [sym__token_pattern] = STATE(187), + [sym_token_tree_pattern] = STATE(182), + [sym_token_binding_pattern] = STATE(182), + [sym_token_repetition_pattern] = STATE(182), + [sym__literal] = STATE(182), + [sym_string_literal] = STATE(179), + [sym_raw_string_literal] = STATE(179), + [sym_boolean_literal] = STATE(179), + [sym_line_comment] = STATE(74), + [sym_block_comment] = STATE(74), + [aux_sym_token_tree_pattern_repeat1] = STATE(77), + [aux_sym__non_special_token_repeat1] = STATE(161), [sym_identifier] = ACTIONS(574), [anon_sym_SEMI] = ACTIONS(576), [anon_sym_LPAREN] = ACTIONS(578), - [anon_sym_RPAREN] = ACTIONS(602), - [anon_sym_LBRACK] = ACTIONS(582), + [anon_sym_LBRACK] = ACTIONS(580), [anon_sym_LBRACE] = ACTIONS(584), + [anon_sym_RBRACE] = ACTIONS(582), [anon_sym_EQ_GT] = ACTIONS(576), [anon_sym_COLON] = ACTIONS(586), [anon_sym_DOLLAR] = ACTIONS(588), @@ -25219,24 +25536,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(598), [sym_float_literal] = ACTIONS(590), }, - [STATE(73)] = { - [sym__token_pattern] = STATE(186), - [sym_token_tree_pattern] = STATE(184), - [sym_token_binding_pattern] = STATE(184), - [sym_token_repetition_pattern] = STATE(184), - [sym__literal] = STATE(184), - [sym_string_literal] = STATE(188), - [sym_raw_string_literal] = STATE(188), - [sym_boolean_literal] = STATE(188), - [sym_line_comment] = STATE(73), - [sym_block_comment] = STATE(73), + [STATE(75)] = { + [sym__token_pattern] = STATE(187), + [sym_token_tree_pattern] = STATE(182), + [sym_token_binding_pattern] = STATE(182), + [sym_token_repetition_pattern] = STATE(182), + [sym__literal] = STATE(182), + [sym_string_literal] = STATE(179), + [sym_raw_string_literal] = STATE(179), + [sym_boolean_literal] = STATE(179), + [sym_line_comment] = STATE(75), + [sym_block_comment] = STATE(75), [aux_sym_token_tree_pattern_repeat1] = STATE(67), - [aux_sym__non_special_token_repeat1] = STATE(164), + [aux_sym__non_special_token_repeat1] = STATE(161), [sym_identifier] = ACTIONS(574), [anon_sym_SEMI] = ACTIONS(576), [anon_sym_LPAREN] = ACTIONS(578), - [anon_sym_LBRACK] = ACTIONS(582), - [anon_sym_RBRACK] = ACTIONS(602), + [anon_sym_RPAREN] = ACTIONS(677), + [anon_sym_LBRACK] = ACTIONS(580), [anon_sym_LBRACE] = ACTIONS(584), [anon_sym_EQ_GT] = ACTIONS(576), [anon_sym_COLON] = ACTIONS(586), @@ -25343,25 +25660,25 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(598), [sym_float_literal] = ACTIONS(590), }, - [STATE(74)] = { - [sym__token_pattern] = STATE(186), - [sym_token_tree_pattern] = STATE(184), - [sym_token_binding_pattern] = STATE(184), - [sym_token_repetition_pattern] = STATE(184), - [sym__literal] = STATE(184), - [sym_string_literal] = STATE(188), - [sym_raw_string_literal] = STATE(188), - [sym_boolean_literal] = STATE(188), - [sym_line_comment] = STATE(74), - [sym_block_comment] = STATE(74), + [STATE(76)] = { + [sym__token_pattern] = STATE(187), + [sym_token_tree_pattern] = STATE(182), + [sym_token_binding_pattern] = STATE(182), + [sym_token_repetition_pattern] = STATE(182), + [sym__literal] = STATE(182), + [sym_string_literal] = STATE(179), + [sym_raw_string_literal] = STATE(179), + [sym_boolean_literal] = STATE(179), + [sym_line_comment] = STATE(76), + [sym_block_comment] = STATE(76), [aux_sym_token_tree_pattern_repeat1] = STATE(67), - [aux_sym__non_special_token_repeat1] = STATE(164), + [aux_sym__non_special_token_repeat1] = STATE(161), [sym_identifier] = ACTIONS(574), [anon_sym_SEMI] = ACTIONS(576), [anon_sym_LPAREN] = ACTIONS(578), - [anon_sym_LBRACK] = ACTIONS(582), + [anon_sym_LBRACK] = ACTIONS(580), + [anon_sym_RBRACK] = ACTIONS(677), [anon_sym_LBRACE] = ACTIONS(584), - [anon_sym_RBRACE] = ACTIONS(602), [anon_sym_EQ_GT] = ACTIONS(576), [anon_sym_COLON] = ACTIONS(586), [anon_sym_DOLLAR] = ACTIONS(588), @@ -25467,25 +25784,25 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(598), [sym_float_literal] = ACTIONS(590), }, - [STATE(75)] = { - [sym__token_pattern] = STATE(186), - [sym_token_tree_pattern] = STATE(184), - [sym_token_binding_pattern] = STATE(184), - [sym_token_repetition_pattern] = STATE(184), - [sym__literal] = STATE(184), - [sym_string_literal] = STATE(188), - [sym_raw_string_literal] = STATE(188), - [sym_boolean_literal] = STATE(188), - [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(164), + [STATE(77)] = { + [sym__token_pattern] = STATE(187), + [sym_token_tree_pattern] = STATE(182), + [sym_token_binding_pattern] = STATE(182), + [sym_token_repetition_pattern] = STATE(182), + [sym__literal] = STATE(182), + [sym_string_literal] = STATE(179), + [sym_raw_string_literal] = STATE(179), + [sym_boolean_literal] = STATE(179), + [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(161), [sym_identifier] = ACTIONS(574), [anon_sym_SEMI] = ACTIONS(576), [anon_sym_LPAREN] = ACTIONS(578), - [anon_sym_LBRACK] = ACTIONS(582), + [anon_sym_LBRACK] = ACTIONS(580), [anon_sym_LBRACE] = ACTIONS(584), - [anon_sym_RBRACE] = ACTIONS(600), + [anon_sym_RBRACE] = ACTIONS(677), [anon_sym_EQ_GT] = ACTIONS(576), [anon_sym_COLON] = ACTIONS(586), [anon_sym_DOLLAR] = ACTIONS(588), @@ -25591,25 +25908,25 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(598), [sym_float_literal] = ACTIONS(590), }, - [STATE(76)] = { - [sym__token_pattern] = STATE(186), - [sym_token_tree_pattern] = STATE(184), - [sym_token_binding_pattern] = STATE(184), - [sym_token_repetition_pattern] = STATE(184), - [sym__literal] = STATE(184), - [sym_string_literal] = STATE(188), - [sym_raw_string_literal] = STATE(188), - [sym_boolean_literal] = STATE(188), - [sym_line_comment] = STATE(76), - [sym_block_comment] = STATE(76), - [aux_sym_token_tree_pattern_repeat1] = STATE(74), - [aux_sym__non_special_token_repeat1] = STATE(164), + [STATE(78)] = { + [sym__token_pattern] = STATE(187), + [sym_token_tree_pattern] = STATE(182), + [sym_token_binding_pattern] = STATE(182), + [sym_token_repetition_pattern] = STATE(182), + [sym__literal] = STATE(182), + [sym_string_literal] = STATE(179), + [sym_raw_string_literal] = STATE(179), + [sym_boolean_literal] = STATE(179), + [sym_line_comment] = STATE(78), + [sym_block_comment] = STATE(78), + [aux_sym_token_tree_pattern_repeat1] = STATE(81), + [aux_sym__non_special_token_repeat1] = STATE(161), [sym_identifier] = ACTIONS(574), [anon_sym_SEMI] = ACTIONS(576), [anon_sym_LPAREN] = ACTIONS(578), - [anon_sym_LBRACK] = ACTIONS(582), + [anon_sym_RPAREN] = ACTIONS(679), + [anon_sym_LBRACK] = ACTIONS(580), [anon_sym_LBRACE] = ACTIONS(584), - [anon_sym_RBRACE] = ACTIONS(580), [anon_sym_EQ_GT] = ACTIONS(576), [anon_sym_COLON] = ACTIONS(586), [anon_sym_DOLLAR] = ACTIONS(588), @@ -25715,24 +26032,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(598), [sym_float_literal] = ACTIONS(590), }, - [STATE(77)] = { - [sym__token_pattern] = STATE(186), - [sym_token_tree_pattern] = STATE(184), - [sym_token_binding_pattern] = STATE(184), - [sym_token_repetition_pattern] = STATE(184), - [sym__literal] = STATE(184), - [sym_string_literal] = STATE(188), - [sym_raw_string_literal] = STATE(188), - [sym_boolean_literal] = STATE(188), - [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(164), + [STATE(79)] = { + [sym__token_pattern] = STATE(187), + [sym_token_tree_pattern] = STATE(182), + [sym_token_binding_pattern] = STATE(182), + [sym_token_repetition_pattern] = STATE(182), + [sym__literal] = STATE(182), + [sym_string_literal] = STATE(179), + [sym_raw_string_literal] = STATE(179), + [sym_boolean_literal] = STATE(179), + [sym_line_comment] = STATE(79), + [sym_block_comment] = STATE(79), + [aux_sym_token_tree_pattern_repeat1] = STATE(82), + [aux_sym__non_special_token_repeat1] = STATE(161), [sym_identifier] = ACTIONS(574), [anon_sym_SEMI] = ACTIONS(576), [anon_sym_LPAREN] = ACTIONS(578), - [anon_sym_RPAREN] = ACTIONS(604), - [anon_sym_LBRACK] = ACTIONS(582), + [anon_sym_LBRACK] = ACTIONS(580), + [anon_sym_RBRACK] = ACTIONS(679), [anon_sym_LBRACE] = ACTIONS(584), [anon_sym_EQ_GT] = ACTIONS(576), [anon_sym_COLON] = ACTIONS(586), @@ -25839,25 +26156,25 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(598), [sym_float_literal] = ACTIONS(590), }, - [STATE(78)] = { - [sym__token_pattern] = STATE(186), - [sym_token_tree_pattern] = STATE(184), - [sym_token_binding_pattern] = STATE(184), - [sym_token_repetition_pattern] = STATE(184), - [sym__literal] = STATE(184), - [sym_string_literal] = STATE(188), - [sym_raw_string_literal] = STATE(188), - [sym_boolean_literal] = STATE(188), - [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(164), + [STATE(80)] = { + [sym__token_pattern] = STATE(187), + [sym_token_tree_pattern] = STATE(182), + [sym_token_binding_pattern] = STATE(182), + [sym_token_repetition_pattern] = STATE(182), + [sym__literal] = STATE(182), + [sym_string_literal] = STATE(179), + [sym_raw_string_literal] = STATE(179), + [sym_boolean_literal] = STATE(179), + [sym_line_comment] = STATE(80), + [sym_block_comment] = STATE(80), + [aux_sym_token_tree_pattern_repeat1] = STATE(83), + [aux_sym__non_special_token_repeat1] = STATE(161), [sym_identifier] = ACTIONS(574), [anon_sym_SEMI] = ACTIONS(576), [anon_sym_LPAREN] = ACTIONS(578), - [anon_sym_LBRACK] = ACTIONS(582), - [anon_sym_RBRACK] = ACTIONS(604), + [anon_sym_LBRACK] = ACTIONS(580), [anon_sym_LBRACE] = ACTIONS(584), + [anon_sym_RBRACE] = ACTIONS(679), [anon_sym_EQ_GT] = ACTIONS(576), [anon_sym_COLON] = ACTIONS(586), [anon_sym_DOLLAR] = ACTIONS(588), @@ -25963,25 +26280,25 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(598), [sym_float_literal] = ACTIONS(590), }, - [STATE(79)] = { - [sym__token_pattern] = STATE(186), - [sym_token_tree_pattern] = STATE(184), - [sym_token_binding_pattern] = STATE(184), - [sym_token_repetition_pattern] = STATE(184), - [sym__literal] = STATE(184), - [sym_string_literal] = STATE(188), - [sym_raw_string_literal] = STATE(188), - [sym_boolean_literal] = STATE(188), - [sym_line_comment] = STATE(79), - [sym_block_comment] = STATE(79), + [STATE(81)] = { + [sym__token_pattern] = STATE(187), + [sym_token_tree_pattern] = STATE(182), + [sym_token_binding_pattern] = STATE(182), + [sym_token_repetition_pattern] = STATE(182), + [sym__literal] = STATE(182), + [sym_string_literal] = STATE(179), + [sym_raw_string_literal] = STATE(179), + [sym_boolean_literal] = STATE(179), + [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(164), + [aux_sym__non_special_token_repeat1] = STATE(161), [sym_identifier] = ACTIONS(574), [anon_sym_SEMI] = ACTIONS(576), [anon_sym_LPAREN] = ACTIONS(578), - [anon_sym_LBRACK] = ACTIONS(582), + [anon_sym_RPAREN] = ACTIONS(681), + [anon_sym_LBRACK] = ACTIONS(580), [anon_sym_LBRACE] = ACTIONS(584), - [anon_sym_RBRACE] = ACTIONS(604), [anon_sym_EQ_GT] = ACTIONS(576), [anon_sym_COLON] = ACTIONS(586), [anon_sym_DOLLAR] = ACTIONS(588), @@ -26087,24 +26404,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(598), [sym_float_literal] = ACTIONS(590), }, - [STATE(80)] = { - [sym__token_pattern] = STATE(186), - [sym_token_tree_pattern] = STATE(184), - [sym_token_binding_pattern] = STATE(184), - [sym_token_repetition_pattern] = STATE(184), - [sym__literal] = STATE(184), - [sym_string_literal] = STATE(188), - [sym_raw_string_literal] = STATE(188), - [sym_boolean_literal] = STATE(188), - [sym_line_comment] = STATE(80), - [sym_block_comment] = STATE(80), + [STATE(82)] = { + [sym__token_pattern] = STATE(187), + [sym_token_tree_pattern] = STATE(182), + [sym_token_binding_pattern] = STATE(182), + [sym_token_repetition_pattern] = STATE(182), + [sym__literal] = STATE(182), + [sym_string_literal] = STATE(179), + [sym_raw_string_literal] = STATE(179), + [sym_boolean_literal] = STATE(179), + [sym_line_comment] = STATE(82), + [sym_block_comment] = STATE(82), [aux_sym_token_tree_pattern_repeat1] = STATE(67), - [aux_sym__non_special_token_repeat1] = STATE(164), + [aux_sym__non_special_token_repeat1] = STATE(161), [sym_identifier] = ACTIONS(574), [anon_sym_SEMI] = ACTIONS(576), [anon_sym_LPAREN] = ACTIONS(578), - [anon_sym_RPAREN] = ACTIONS(606), - [anon_sym_LBRACK] = ACTIONS(582), + [anon_sym_LBRACK] = ACTIONS(580), + [anon_sym_RBRACK] = ACTIONS(681), [anon_sym_LBRACE] = ACTIONS(584), [anon_sym_EQ_GT] = ACTIONS(576), [anon_sym_COLON] = ACTIONS(586), @@ -26211,25 +26528,25 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(598), [sym_float_literal] = ACTIONS(590), }, - [STATE(81)] = { - [sym__token_pattern] = STATE(186), - [sym_token_tree_pattern] = STATE(184), - [sym_token_binding_pattern] = STATE(184), - [sym_token_repetition_pattern] = STATE(184), - [sym__literal] = STATE(184), - [sym_string_literal] = STATE(188), - [sym_raw_string_literal] = STATE(188), - [sym_boolean_literal] = STATE(188), - [sym_line_comment] = STATE(81), - [sym_block_comment] = STATE(81), - [aux_sym_token_tree_pattern_repeat1] = STATE(80), - [aux_sym__non_special_token_repeat1] = STATE(164), + [STATE(83)] = { + [sym__token_pattern] = STATE(187), + [sym_token_tree_pattern] = STATE(182), + [sym_token_binding_pattern] = STATE(182), + [sym_token_repetition_pattern] = STATE(182), + [sym__literal] = STATE(182), + [sym_string_literal] = STATE(179), + [sym_raw_string_literal] = STATE(179), + [sym_boolean_literal] = STATE(179), + [sym_line_comment] = STATE(83), + [sym_block_comment] = STATE(83), + [aux_sym_token_tree_pattern_repeat1] = STATE(67), + [aux_sym__non_special_token_repeat1] = STATE(161), [sym_identifier] = ACTIONS(574), [anon_sym_SEMI] = ACTIONS(576), [anon_sym_LPAREN] = ACTIONS(578), - [anon_sym_RPAREN] = ACTIONS(608), - [anon_sym_LBRACK] = ACTIONS(582), + [anon_sym_LBRACK] = ACTIONS(580), [anon_sym_LBRACE] = ACTIONS(584), + [anon_sym_RBRACE] = ACTIONS(681), [anon_sym_EQ_GT] = ACTIONS(576), [anon_sym_COLON] = ACTIONS(586), [anon_sym_DOLLAR] = ACTIONS(588), @@ -26335,278 +26652,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(598), [sym_float_literal] = ACTIONS(590), }, - [STATE(82)] = { - [sym_token_tree] = STATE(190), - [sym_token_repetition] = STATE(190), - [sym__literal] = STATE(190), - [sym_string_literal] = STATE(188), - [sym_raw_string_literal] = STATE(188), - [sym_boolean_literal] = STATE(188), - [sym_line_comment] = STATE(82), - [sym_block_comment] = STATE(82), - [aux_sym_token_tree_repeat1] = STATE(82), - [aux_sym__non_special_token_repeat1] = STATE(153), - [sym_identifier] = ACTIONS(610), - [anon_sym_SEMI] = ACTIONS(613), - [anon_sym_LPAREN] = ACTIONS(616), - [anon_sym_RPAREN] = ACTIONS(619), - [anon_sym_LBRACK] = ACTIONS(621), - [anon_sym_RBRACK] = ACTIONS(619), - [anon_sym_LBRACE] = ACTIONS(624), - [anon_sym_RBRACE] = ACTIONS(619), - [anon_sym_EQ_GT] = ACTIONS(613), - [anon_sym_COLON] = ACTIONS(627), - [anon_sym_DOLLAR] = ACTIONS(630), - [anon_sym_PLUS] = ACTIONS(627), - [anon_sym_STAR] = ACTIONS(627), - [anon_sym_QMARK] = ACTIONS(613), - [anon_sym_u8] = ACTIONS(610), - [anon_sym_i8] = ACTIONS(610), - [anon_sym_u16] = ACTIONS(610), - [anon_sym_i16] = ACTIONS(610), - [anon_sym_u32] = ACTIONS(610), - [anon_sym_i32] = ACTIONS(610), - [anon_sym_u64] = ACTIONS(610), - [anon_sym_i64] = ACTIONS(610), - [anon_sym_u128] = ACTIONS(610), - [anon_sym_i128] = ACTIONS(610), - [anon_sym_isize] = ACTIONS(610), - [anon_sym_usize] = ACTIONS(610), - [anon_sym_f32] = ACTIONS(610), - [anon_sym_f64] = ACTIONS(610), - [anon_sym_bool] = ACTIONS(610), - [anon_sym_str] = ACTIONS(610), - [anon_sym_char] = ACTIONS(610), - [anon_sym_DASH] = ACTIONS(627), - [anon_sym_SLASH] = ACTIONS(627), - [anon_sym_PERCENT] = ACTIONS(627), - [anon_sym_CARET] = ACTIONS(627), - [anon_sym_BANG] = ACTIONS(627), - [anon_sym_AMP] = ACTIONS(627), - [anon_sym_PIPE] = ACTIONS(627), - [anon_sym_AMP_AMP] = ACTIONS(613), - [anon_sym_PIPE_PIPE] = ACTIONS(613), - [anon_sym_LT_LT] = ACTIONS(627), - [anon_sym_GT_GT] = ACTIONS(627), - [anon_sym_PLUS_EQ] = ACTIONS(613), - [anon_sym_DASH_EQ] = ACTIONS(613), - [anon_sym_STAR_EQ] = ACTIONS(613), - [anon_sym_SLASH_EQ] = ACTIONS(613), - [anon_sym_PERCENT_EQ] = ACTIONS(613), - [anon_sym_CARET_EQ] = ACTIONS(613), - [anon_sym_AMP_EQ] = ACTIONS(613), - [anon_sym_PIPE_EQ] = ACTIONS(613), - [anon_sym_LT_LT_EQ] = ACTIONS(613), - [anon_sym_GT_GT_EQ] = ACTIONS(613), - [anon_sym_EQ] = ACTIONS(627), - [anon_sym_EQ_EQ] = ACTIONS(613), - [anon_sym_BANG_EQ] = ACTIONS(613), - [anon_sym_GT] = ACTIONS(627), - [anon_sym_LT] = ACTIONS(627), - [anon_sym_GT_EQ] = ACTIONS(613), - [anon_sym_LT_EQ] = ACTIONS(613), - [anon_sym_AT] = ACTIONS(613), - [anon_sym__] = ACTIONS(627), - [anon_sym_DOT] = ACTIONS(627), - [anon_sym_DOT_DOT] = ACTIONS(627), - [anon_sym_DOT_DOT_DOT] = ACTIONS(613), - [anon_sym_DOT_DOT_EQ] = ACTIONS(613), - [anon_sym_COMMA] = ACTIONS(613), - [anon_sym_COLON_COLON] = ACTIONS(613), - [anon_sym_DASH_GT] = ACTIONS(613), - [anon_sym_POUND] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(610), - [anon_sym_as] = ACTIONS(610), - [anon_sym_async] = ACTIONS(610), - [anon_sym_await] = ACTIONS(610), - [anon_sym_break] = ACTIONS(610), - [anon_sym_const] = ACTIONS(610), - [anon_sym_continue] = ACTIONS(610), - [anon_sym_default] = ACTIONS(610), - [anon_sym_enum] = ACTIONS(610), - [anon_sym_fn] = ACTIONS(610), - [anon_sym_for] = ACTIONS(610), - [anon_sym_gen] = ACTIONS(610), - [anon_sym_if] = ACTIONS(610), - [anon_sym_impl] = ACTIONS(610), - [anon_sym_let] = ACTIONS(610), - [anon_sym_loop] = ACTIONS(610), - [anon_sym_match] = ACTIONS(610), - [anon_sym_mod] = ACTIONS(610), - [anon_sym_pub] = ACTIONS(610), - [anon_sym_return] = ACTIONS(610), - [anon_sym_static] = ACTIONS(610), - [anon_sym_struct] = ACTIONS(610), - [anon_sym_trait] = ACTIONS(610), - [anon_sym_type] = ACTIONS(610), - [anon_sym_union] = ACTIONS(610), - [anon_sym_unsafe] = ACTIONS(610), - [anon_sym_use] = ACTIONS(610), - [anon_sym_where] = ACTIONS(610), - [anon_sym_while] = ACTIONS(610), - [sym_mutable_specifier] = ACTIONS(610), - [sym_integer_literal] = ACTIONS(633), - [aux_sym_string_literal_token1] = ACTIONS(636), - [sym_char_literal] = ACTIONS(633), - [anon_sym_true] = ACTIONS(639), - [anon_sym_false] = ACTIONS(639), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(610), - [sym_super] = ACTIONS(610), - [sym_crate] = ACTIONS(610), - [sym_metavariable] = ACTIONS(642), - [sym__raw_string_literal_start] = ACTIONS(645), - [sym_float_literal] = ACTIONS(633), - }, - [STATE(83)] = { - [sym_delim_token_tree] = STATE(205), - [sym__delim_tokens] = STATE(204), - [sym__non_delim_token] = STATE(205), - [sym__literal] = STATE(246), - [sym_string_literal] = STATE(226), - [sym_raw_string_literal] = STATE(226), - [sym_boolean_literal] = STATE(226), - [sym_line_comment] = STATE(83), - [sym_block_comment] = STATE(83), - [aux_sym__non_special_token_repeat1] = STATE(175), - [aux_sym_delim_token_tree_repeat1] = STATE(83), - [sym_identifier] = ACTIONS(648), - [anon_sym_SEMI] = ACTIONS(651), - [anon_sym_LPAREN] = ACTIONS(654), - [anon_sym_RPAREN] = ACTIONS(657), - [anon_sym_LBRACK] = ACTIONS(659), - [anon_sym_RBRACK] = ACTIONS(657), - [anon_sym_LBRACE] = ACTIONS(662), - [anon_sym_RBRACE] = ACTIONS(657), - [anon_sym_EQ_GT] = ACTIONS(651), - [anon_sym_COLON] = ACTIONS(665), - [anon_sym_DOLLAR] = ACTIONS(668), - [anon_sym_PLUS] = ACTIONS(665), - [anon_sym_STAR] = ACTIONS(665), - [anon_sym_QMARK] = ACTIONS(651), - [anon_sym_u8] = ACTIONS(648), - [anon_sym_i8] = ACTIONS(648), - [anon_sym_u16] = ACTIONS(648), - [anon_sym_i16] = ACTIONS(648), - [anon_sym_u32] = ACTIONS(648), - [anon_sym_i32] = ACTIONS(648), - [anon_sym_u64] = ACTIONS(648), - [anon_sym_i64] = ACTIONS(648), - [anon_sym_u128] = ACTIONS(648), - [anon_sym_i128] = ACTIONS(648), - [anon_sym_isize] = ACTIONS(648), - [anon_sym_usize] = ACTIONS(648), - [anon_sym_f32] = ACTIONS(648), - [anon_sym_f64] = ACTIONS(648), - [anon_sym_bool] = ACTIONS(648), - [anon_sym_str] = ACTIONS(648), - [anon_sym_char] = ACTIONS(648), - [anon_sym_DASH] = ACTIONS(665), - [anon_sym_SLASH] = ACTIONS(665), - [anon_sym_PERCENT] = ACTIONS(665), - [anon_sym_CARET] = ACTIONS(665), - [anon_sym_BANG] = ACTIONS(665), - [anon_sym_AMP] = ACTIONS(665), - [anon_sym_PIPE] = ACTIONS(665), - [anon_sym_AMP_AMP] = ACTIONS(651), - [anon_sym_PIPE_PIPE] = ACTIONS(651), - [anon_sym_LT_LT] = ACTIONS(665), - [anon_sym_GT_GT] = ACTIONS(665), - [anon_sym_PLUS_EQ] = ACTIONS(651), - [anon_sym_DASH_EQ] = ACTIONS(651), - [anon_sym_STAR_EQ] = ACTIONS(651), - [anon_sym_SLASH_EQ] = ACTIONS(651), - [anon_sym_PERCENT_EQ] = ACTIONS(651), - [anon_sym_CARET_EQ] = ACTIONS(651), - [anon_sym_AMP_EQ] = ACTIONS(651), - [anon_sym_PIPE_EQ] = ACTIONS(651), - [anon_sym_LT_LT_EQ] = ACTIONS(651), - [anon_sym_GT_GT_EQ] = ACTIONS(651), - [anon_sym_EQ] = ACTIONS(665), - [anon_sym_EQ_EQ] = ACTIONS(651), - [anon_sym_BANG_EQ] = ACTIONS(651), - [anon_sym_GT] = ACTIONS(665), - [anon_sym_LT] = ACTIONS(665), - [anon_sym_GT_EQ] = ACTIONS(651), - [anon_sym_LT_EQ] = ACTIONS(651), - [anon_sym_AT] = ACTIONS(651), - [anon_sym__] = ACTIONS(665), - [anon_sym_DOT] = ACTIONS(665), - [anon_sym_DOT_DOT] = ACTIONS(665), - [anon_sym_DOT_DOT_DOT] = ACTIONS(651), - [anon_sym_DOT_DOT_EQ] = ACTIONS(651), - [anon_sym_COMMA] = ACTIONS(651), - [anon_sym_COLON_COLON] = ACTIONS(651), - [anon_sym_DASH_GT] = ACTIONS(651), - [anon_sym_POUND] = ACTIONS(651), - [anon_sym_SQUOTE] = ACTIONS(648), - [anon_sym_as] = ACTIONS(648), - [anon_sym_async] = ACTIONS(648), - [anon_sym_await] = ACTIONS(648), - [anon_sym_break] = ACTIONS(648), - [anon_sym_const] = ACTIONS(648), - [anon_sym_continue] = ACTIONS(648), - [anon_sym_default] = ACTIONS(648), - [anon_sym_enum] = ACTIONS(648), - [anon_sym_fn] = ACTIONS(648), - [anon_sym_for] = ACTIONS(648), - [anon_sym_gen] = ACTIONS(648), - [anon_sym_if] = ACTIONS(648), - [anon_sym_impl] = ACTIONS(648), - [anon_sym_let] = ACTIONS(648), - [anon_sym_loop] = ACTIONS(648), - [anon_sym_match] = ACTIONS(648), - [anon_sym_mod] = ACTIONS(648), - [anon_sym_pub] = ACTIONS(648), - [anon_sym_return] = ACTIONS(648), - [anon_sym_static] = ACTIONS(648), - [anon_sym_struct] = ACTIONS(648), - [anon_sym_trait] = ACTIONS(648), - [anon_sym_type] = ACTIONS(648), - [anon_sym_union] = ACTIONS(648), - [anon_sym_unsafe] = ACTIONS(648), - [anon_sym_use] = ACTIONS(648), - [anon_sym_where] = ACTIONS(648), - [anon_sym_while] = ACTIONS(648), - [sym_mutable_specifier] = ACTIONS(648), - [sym_integer_literal] = ACTIONS(671), - [aux_sym_string_literal_token1] = ACTIONS(674), - [sym_char_literal] = ACTIONS(671), - [anon_sym_true] = ACTIONS(677), - [anon_sym_false] = ACTIONS(677), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(648), - [sym_super] = ACTIONS(648), - [sym_crate] = ACTIONS(648), - [sym__raw_string_literal_start] = ACTIONS(680), - [sym_float_literal] = ACTIONS(671), - }, [STATE(84)] = { - [sym_delim_token_tree] = STATE(205), - [sym__delim_tokens] = STATE(204), - [sym__non_delim_token] = STATE(205), - [sym__literal] = STATE(246), - [sym_string_literal] = STATE(226), - [sym_raw_string_literal] = STATE(226), - [sym_boolean_literal] = STATE(226), + [sym_token_tree] = STATE(202), + [sym_token_repetition] = STATE(202), + [sym__literal] = STATE(202), + [sym_string_literal] = STATE(179), + [sym_raw_string_literal] = STATE(179), + [sym_boolean_literal] = STATE(179), [sym_line_comment] = STATE(84), [sym_block_comment] = STATE(84), - [aux_sym__non_special_token_repeat1] = STATE(175), - [aux_sym_delim_token_tree_repeat1] = STATE(83), + [aux_sym_token_tree_repeat1] = STATE(97), + [aux_sym__non_special_token_repeat1] = STATE(149), [sym_identifier] = ACTIONS(683), - [anon_sym_SEMI] = ACTIONS(685), - [anon_sym_LPAREN] = ACTIONS(687), - [anon_sym_RPAREN] = ACTIONS(689), - [anon_sym_LBRACK] = ACTIONS(691), - [anon_sym_LBRACE] = ACTIONS(693), - [anon_sym_EQ_GT] = ACTIONS(685), - [anon_sym_COLON] = ACTIONS(695), - [anon_sym_DOLLAR] = ACTIONS(697), - [anon_sym_PLUS] = ACTIONS(695), - [anon_sym_STAR] = ACTIONS(695), - [anon_sym_QMARK] = ACTIONS(685), + [anon_sym_SEMI] = ACTIONS(576), + [anon_sym_LPAREN] = ACTIONS(685), + [anon_sym_LBRACK] = ACTIONS(687), + [anon_sym_LBRACE] = ACTIONS(689), + [anon_sym_RBRACE] = ACTIONS(691), + [anon_sym_EQ_GT] = ACTIONS(576), + [anon_sym_COLON] = ACTIONS(586), + [anon_sym_DOLLAR] = ACTIONS(693), + [anon_sym_PLUS] = ACTIONS(586), + [anon_sym_STAR] = ACTIONS(586), + [anon_sym_QMARK] = ACTIONS(576), [anon_sym_u8] = ACTIONS(683), [anon_sym_i8] = ACTIONS(683), [anon_sym_u16] = ACTIONS(683), @@ -26624,44 +26692,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(683), [anon_sym_str] = ACTIONS(683), [anon_sym_char] = ACTIONS(683), - [anon_sym_DASH] = ACTIONS(695), - [anon_sym_SLASH] = ACTIONS(695), - [anon_sym_PERCENT] = ACTIONS(695), - [anon_sym_CARET] = ACTIONS(695), - [anon_sym_BANG] = ACTIONS(695), - [anon_sym_AMP] = ACTIONS(695), - [anon_sym_PIPE] = ACTIONS(695), - [anon_sym_AMP_AMP] = ACTIONS(685), - [anon_sym_PIPE_PIPE] = ACTIONS(685), - [anon_sym_LT_LT] = ACTIONS(695), - [anon_sym_GT_GT] = ACTIONS(695), - [anon_sym_PLUS_EQ] = ACTIONS(685), - [anon_sym_DASH_EQ] = ACTIONS(685), - [anon_sym_STAR_EQ] = ACTIONS(685), - [anon_sym_SLASH_EQ] = ACTIONS(685), - [anon_sym_PERCENT_EQ] = ACTIONS(685), - [anon_sym_CARET_EQ] = ACTIONS(685), - [anon_sym_AMP_EQ] = ACTIONS(685), - [anon_sym_PIPE_EQ] = ACTIONS(685), - [anon_sym_LT_LT_EQ] = ACTIONS(685), - [anon_sym_GT_GT_EQ] = ACTIONS(685), - [anon_sym_EQ] = ACTIONS(695), - [anon_sym_EQ_EQ] = ACTIONS(685), - [anon_sym_BANG_EQ] = ACTIONS(685), - [anon_sym_GT] = ACTIONS(695), - [anon_sym_LT] = ACTIONS(695), - [anon_sym_GT_EQ] = ACTIONS(685), - [anon_sym_LT_EQ] = ACTIONS(685), - [anon_sym_AT] = ACTIONS(685), - [anon_sym__] = ACTIONS(695), - [anon_sym_DOT] = ACTIONS(695), - [anon_sym_DOT_DOT] = ACTIONS(695), - [anon_sym_DOT_DOT_DOT] = ACTIONS(685), - [anon_sym_DOT_DOT_EQ] = ACTIONS(685), - [anon_sym_COMMA] = ACTIONS(685), - [anon_sym_COLON_COLON] = ACTIONS(685), - [anon_sym_DASH_GT] = ACTIONS(685), - [anon_sym_POUND] = ACTIONS(685), + [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(576), + [anon_sym_PIPE_PIPE] = ACTIONS(576), + [anon_sym_LT_LT] = ACTIONS(586), + [anon_sym_GT_GT] = ACTIONS(586), + [anon_sym_PLUS_EQ] = ACTIONS(576), + [anon_sym_DASH_EQ] = ACTIONS(576), + [anon_sym_STAR_EQ] = ACTIONS(576), + [anon_sym_SLASH_EQ] = ACTIONS(576), + [anon_sym_PERCENT_EQ] = ACTIONS(576), + [anon_sym_CARET_EQ] = ACTIONS(576), + [anon_sym_AMP_EQ] = ACTIONS(576), + [anon_sym_PIPE_EQ] = ACTIONS(576), + [anon_sym_LT_LT_EQ] = ACTIONS(576), + [anon_sym_GT_GT_EQ] = ACTIONS(576), + [anon_sym_EQ] = ACTIONS(586), + [anon_sym_EQ_EQ] = ACTIONS(576), + [anon_sym_BANG_EQ] = ACTIONS(576), + [anon_sym_GT] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(586), + [anon_sym_GT_EQ] = ACTIONS(576), + [anon_sym_LT_EQ] = ACTIONS(576), + [anon_sym_AT] = ACTIONS(576), + [anon_sym__] = ACTIONS(586), + [anon_sym_DOT] = ACTIONS(586), + [anon_sym_DOT_DOT] = ACTIONS(586), + [anon_sym_DOT_DOT_DOT] = ACTIONS(576), + [anon_sym_DOT_DOT_EQ] = ACTIONS(576), + [anon_sym_COMMA] = ACTIONS(576), + [anon_sym_COLON_COLON] = ACTIONS(576), + [anon_sym_DASH_GT] = ACTIONS(576), + [anon_sym_POUND] = ACTIONS(576), [anon_sym_SQUOTE] = ACTIONS(683), [anon_sym_as] = ACTIONS(683), [anon_sym_async] = ACTIONS(683), @@ -26692,43 +26760,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(683), [anon_sym_while] = ACTIONS(683), [sym_mutable_specifier] = ACTIONS(683), - [sym_integer_literal] = ACTIONS(699), - [aux_sym_string_literal_token1] = ACTIONS(701), - [sym_char_literal] = ACTIONS(699), - [anon_sym_true] = ACTIONS(703), - [anon_sym_false] = ACTIONS(703), + [sym_integer_literal] = ACTIONS(590), + [aux_sym_string_literal_token1] = ACTIONS(592), + [sym_char_literal] = ACTIONS(590), + [anon_sym_true] = ACTIONS(594), + [anon_sym_false] = ACTIONS(594), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), [sym_self] = ACTIONS(683), [sym_super] = ACTIONS(683), [sym_crate] = ACTIONS(683), - [sym__raw_string_literal_start] = ACTIONS(705), - [sym_float_literal] = ACTIONS(699), + [sym_metavariable] = ACTIONS(695), + [sym__raw_string_literal_start] = ACTIONS(598), + [sym_float_literal] = ACTIONS(590), }, [STATE(85)] = { - [sym_delim_token_tree] = STATE(205), - [sym__delim_tokens] = STATE(204), - [sym__non_delim_token] = STATE(205), - [sym__literal] = STATE(246), - [sym_string_literal] = STATE(226), - [sym_raw_string_literal] = STATE(226), - [sym_boolean_literal] = STATE(226), + [sym_token_tree] = STATE(202), + [sym_token_repetition] = STATE(202), + [sym__literal] = STATE(202), + [sym_string_literal] = STATE(179), + [sym_raw_string_literal] = STATE(179), + [sym_boolean_literal] = STATE(179), [sym_line_comment] = STATE(85), [sym_block_comment] = STATE(85), - [aux_sym__non_special_token_repeat1] = STATE(175), - [aux_sym_delim_token_tree_repeat1] = STATE(83), + [aux_sym_token_tree_repeat1] = STATE(91), + [aux_sym__non_special_token_repeat1] = STATE(149), [sym_identifier] = ACTIONS(683), - [anon_sym_SEMI] = ACTIONS(685), - [anon_sym_LPAREN] = ACTIONS(687), - [anon_sym_LBRACK] = ACTIONS(691), - [anon_sym_LBRACE] = ACTIONS(693), - [anon_sym_RBRACE] = ACTIONS(707), - [anon_sym_EQ_GT] = ACTIONS(685), - [anon_sym_COLON] = ACTIONS(695), - [anon_sym_DOLLAR] = ACTIONS(697), - [anon_sym_PLUS] = ACTIONS(695), - [anon_sym_STAR] = ACTIONS(695), - [anon_sym_QMARK] = ACTIONS(685), + [anon_sym_SEMI] = ACTIONS(576), + [anon_sym_LPAREN] = ACTIONS(685), + [anon_sym_RPAREN] = ACTIONS(691), + [anon_sym_LBRACK] = ACTIONS(687), + [anon_sym_LBRACE] = ACTIONS(689), + [anon_sym_EQ_GT] = ACTIONS(576), + [anon_sym_COLON] = ACTIONS(586), + [anon_sym_DOLLAR] = ACTIONS(693), + [anon_sym_PLUS] = ACTIONS(586), + [anon_sym_STAR] = ACTIONS(586), + [anon_sym_QMARK] = ACTIONS(576), [anon_sym_u8] = ACTIONS(683), [anon_sym_i8] = ACTIONS(683), [anon_sym_u16] = ACTIONS(683), @@ -26746,44 +26814,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(683), [anon_sym_str] = ACTIONS(683), [anon_sym_char] = ACTIONS(683), - [anon_sym_DASH] = ACTIONS(695), - [anon_sym_SLASH] = ACTIONS(695), - [anon_sym_PERCENT] = ACTIONS(695), - [anon_sym_CARET] = ACTIONS(695), - [anon_sym_BANG] = ACTIONS(695), - [anon_sym_AMP] = ACTIONS(695), - [anon_sym_PIPE] = ACTIONS(695), - [anon_sym_AMP_AMP] = ACTIONS(685), - [anon_sym_PIPE_PIPE] = ACTIONS(685), - [anon_sym_LT_LT] = ACTIONS(695), - [anon_sym_GT_GT] = ACTIONS(695), - [anon_sym_PLUS_EQ] = ACTIONS(685), - [anon_sym_DASH_EQ] = ACTIONS(685), - [anon_sym_STAR_EQ] = ACTIONS(685), - [anon_sym_SLASH_EQ] = ACTIONS(685), - [anon_sym_PERCENT_EQ] = ACTIONS(685), - [anon_sym_CARET_EQ] = ACTIONS(685), - [anon_sym_AMP_EQ] = ACTIONS(685), - [anon_sym_PIPE_EQ] = ACTIONS(685), - [anon_sym_LT_LT_EQ] = ACTIONS(685), - [anon_sym_GT_GT_EQ] = ACTIONS(685), - [anon_sym_EQ] = ACTIONS(695), - [anon_sym_EQ_EQ] = ACTIONS(685), - [anon_sym_BANG_EQ] = ACTIONS(685), - [anon_sym_GT] = ACTIONS(695), - [anon_sym_LT] = ACTIONS(695), - [anon_sym_GT_EQ] = ACTIONS(685), - [anon_sym_LT_EQ] = ACTIONS(685), - [anon_sym_AT] = ACTIONS(685), - [anon_sym__] = ACTIONS(695), - [anon_sym_DOT] = ACTIONS(695), - [anon_sym_DOT_DOT] = ACTIONS(695), - [anon_sym_DOT_DOT_DOT] = ACTIONS(685), - [anon_sym_DOT_DOT_EQ] = ACTIONS(685), - [anon_sym_COMMA] = ACTIONS(685), - [anon_sym_COLON_COLON] = ACTIONS(685), - [anon_sym_DASH_GT] = ACTIONS(685), - [anon_sym_POUND] = ACTIONS(685), + [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(576), + [anon_sym_PIPE_PIPE] = ACTIONS(576), + [anon_sym_LT_LT] = ACTIONS(586), + [anon_sym_GT_GT] = ACTIONS(586), + [anon_sym_PLUS_EQ] = ACTIONS(576), + [anon_sym_DASH_EQ] = ACTIONS(576), + [anon_sym_STAR_EQ] = ACTIONS(576), + [anon_sym_SLASH_EQ] = ACTIONS(576), + [anon_sym_PERCENT_EQ] = ACTIONS(576), + [anon_sym_CARET_EQ] = ACTIONS(576), + [anon_sym_AMP_EQ] = ACTIONS(576), + [anon_sym_PIPE_EQ] = ACTIONS(576), + [anon_sym_LT_LT_EQ] = ACTIONS(576), + [anon_sym_GT_GT_EQ] = ACTIONS(576), + [anon_sym_EQ] = ACTIONS(586), + [anon_sym_EQ_EQ] = ACTIONS(576), + [anon_sym_BANG_EQ] = ACTIONS(576), + [anon_sym_GT] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(586), + [anon_sym_GT_EQ] = ACTIONS(576), + [anon_sym_LT_EQ] = ACTIONS(576), + [anon_sym_AT] = ACTIONS(576), + [anon_sym__] = ACTIONS(586), + [anon_sym_DOT] = ACTIONS(586), + [anon_sym_DOT_DOT] = ACTIONS(586), + [anon_sym_DOT_DOT_DOT] = ACTIONS(576), + [anon_sym_DOT_DOT_EQ] = ACTIONS(576), + [anon_sym_COMMA] = ACTIONS(576), + [anon_sym_COLON_COLON] = ACTIONS(576), + [anon_sym_DASH_GT] = ACTIONS(576), + [anon_sym_POUND] = ACTIONS(576), [anon_sym_SQUOTE] = ACTIONS(683), [anon_sym_as] = ACTIONS(683), [anon_sym_async] = ACTIONS(683), @@ -26814,43 +26882,653 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(683), [anon_sym_while] = ACTIONS(683), [sym_mutable_specifier] = ACTIONS(683), - [sym_integer_literal] = ACTIONS(699), - [aux_sym_string_literal_token1] = ACTIONS(701), - [sym_char_literal] = ACTIONS(699), - [anon_sym_true] = ACTIONS(703), - [anon_sym_false] = ACTIONS(703), + [sym_integer_literal] = ACTIONS(590), + [aux_sym_string_literal_token1] = ACTIONS(592), + [sym_char_literal] = ACTIONS(590), + [anon_sym_true] = ACTIONS(594), + [anon_sym_false] = ACTIONS(594), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), [sym_self] = ACTIONS(683), [sym_super] = ACTIONS(683), [sym_crate] = ACTIONS(683), - [sym__raw_string_literal_start] = ACTIONS(705), - [sym_float_literal] = ACTIONS(699), + [sym_metavariable] = ACTIONS(695), + [sym__raw_string_literal_start] = ACTIONS(598), + [sym_float_literal] = ACTIONS(590), }, [STATE(86)] = { - [sym_delim_token_tree] = STATE(205), - [sym__delim_tokens] = STATE(204), - [sym__non_delim_token] = STATE(205), - [sym__literal] = STATE(246), - [sym_string_literal] = STATE(226), - [sym_raw_string_literal] = STATE(226), - [sym_boolean_literal] = STATE(226), + [sym_delim_token_tree] = STATE(222), + [sym__delim_tokens] = STATE(223), + [sym__non_delim_token] = STATE(222), + [sym__literal] = STATE(221), + [sym_string_literal] = STATE(212), + [sym_raw_string_literal] = STATE(212), + [sym_boolean_literal] = STATE(212), [sym_line_comment] = STATE(86), [sym_block_comment] = STATE(86), - [aux_sym__non_special_token_repeat1] = STATE(175), - [aux_sym_delim_token_tree_repeat1] = STATE(111), + [aux_sym__non_special_token_repeat1] = STATE(195), + [aux_sym_delim_token_tree_repeat1] = STATE(118), + [sym_identifier] = ACTIONS(697), + [anon_sym_SEMI] = ACTIONS(699), + [anon_sym_LPAREN] = ACTIONS(701), + [anon_sym_RPAREN] = ACTIONS(703), + [anon_sym_LBRACK] = ACTIONS(705), + [anon_sym_LBRACE] = ACTIONS(707), + [anon_sym_EQ_GT] = ACTIONS(699), + [anon_sym_COLON] = ACTIONS(709), + [anon_sym_DOLLAR] = ACTIONS(711), + [anon_sym_PLUS] = ACTIONS(709), + [anon_sym_STAR] = ACTIONS(709), + [anon_sym_QMARK] = ACTIONS(699), + [anon_sym_u8] = ACTIONS(697), + [anon_sym_i8] = ACTIONS(697), + [anon_sym_u16] = ACTIONS(697), + [anon_sym_i16] = ACTIONS(697), + [anon_sym_u32] = ACTIONS(697), + [anon_sym_i32] = ACTIONS(697), + [anon_sym_u64] = ACTIONS(697), + [anon_sym_i64] = ACTIONS(697), + [anon_sym_u128] = ACTIONS(697), + [anon_sym_i128] = ACTIONS(697), + [anon_sym_isize] = ACTIONS(697), + [anon_sym_usize] = ACTIONS(697), + [anon_sym_f32] = ACTIONS(697), + [anon_sym_f64] = ACTIONS(697), + [anon_sym_bool] = ACTIONS(697), + [anon_sym_str] = ACTIONS(697), + [anon_sym_char] = ACTIONS(697), + [anon_sym_DASH] = ACTIONS(709), + [anon_sym_SLASH] = ACTIONS(709), + [anon_sym_PERCENT] = ACTIONS(709), + [anon_sym_CARET] = ACTIONS(709), + [anon_sym_BANG] = ACTIONS(709), + [anon_sym_AMP] = ACTIONS(709), + [anon_sym_PIPE] = ACTIONS(709), + [anon_sym_AMP_AMP] = ACTIONS(699), + [anon_sym_PIPE_PIPE] = ACTIONS(699), + [anon_sym_LT_LT] = ACTIONS(709), + [anon_sym_GT_GT] = ACTIONS(709), + [anon_sym_PLUS_EQ] = ACTIONS(699), + [anon_sym_DASH_EQ] = ACTIONS(699), + [anon_sym_STAR_EQ] = ACTIONS(699), + [anon_sym_SLASH_EQ] = ACTIONS(699), + [anon_sym_PERCENT_EQ] = ACTIONS(699), + [anon_sym_CARET_EQ] = ACTIONS(699), + [anon_sym_AMP_EQ] = ACTIONS(699), + [anon_sym_PIPE_EQ] = ACTIONS(699), + [anon_sym_LT_LT_EQ] = ACTIONS(699), + [anon_sym_GT_GT_EQ] = ACTIONS(699), + [anon_sym_EQ] = ACTIONS(709), + [anon_sym_EQ_EQ] = ACTIONS(699), + [anon_sym_BANG_EQ] = ACTIONS(699), + [anon_sym_GT] = ACTIONS(709), + [anon_sym_LT] = ACTIONS(709), + [anon_sym_GT_EQ] = ACTIONS(699), + [anon_sym_LT_EQ] = ACTIONS(699), + [anon_sym_AT] = ACTIONS(699), + [anon_sym__] = ACTIONS(709), + [anon_sym_DOT] = ACTIONS(709), + [anon_sym_DOT_DOT] = ACTIONS(709), + [anon_sym_DOT_DOT_DOT] = ACTIONS(699), + [anon_sym_DOT_DOT_EQ] = ACTIONS(699), + [anon_sym_COMMA] = ACTIONS(699), + [anon_sym_COLON_COLON] = ACTIONS(699), + [anon_sym_DASH_GT] = ACTIONS(699), + [anon_sym_POUND] = ACTIONS(699), + [anon_sym_SQUOTE] = ACTIONS(697), + [anon_sym_as] = ACTIONS(697), + [anon_sym_async] = ACTIONS(697), + [anon_sym_await] = ACTIONS(697), + [anon_sym_break] = ACTIONS(697), + [anon_sym_const] = ACTIONS(697), + [anon_sym_continue] = ACTIONS(697), + [anon_sym_default] = ACTIONS(697), + [anon_sym_enum] = ACTIONS(697), + [anon_sym_fn] = ACTIONS(697), + [anon_sym_for] = ACTIONS(697), + [anon_sym_gen] = ACTIONS(697), + [anon_sym_if] = ACTIONS(697), + [anon_sym_impl] = ACTIONS(697), + [anon_sym_let] = ACTIONS(697), + [anon_sym_loop] = ACTIONS(697), + [anon_sym_match] = ACTIONS(697), + [anon_sym_mod] = ACTIONS(697), + [anon_sym_pub] = ACTIONS(697), + [anon_sym_return] = ACTIONS(697), + [anon_sym_static] = ACTIONS(697), + [anon_sym_struct] = ACTIONS(697), + [anon_sym_trait] = ACTIONS(697), + [anon_sym_type] = ACTIONS(697), + [anon_sym_union] = ACTIONS(697), + [anon_sym_unsafe] = ACTIONS(697), + [anon_sym_use] = ACTIONS(697), + [anon_sym_where] = ACTIONS(697), + [anon_sym_while] = ACTIONS(697), + [sym_mutable_specifier] = ACTIONS(697), + [sym_integer_literal] = ACTIONS(713), + [aux_sym_string_literal_token1] = ACTIONS(715), + [sym_char_literal] = ACTIONS(713), + [anon_sym_true] = ACTIONS(717), + [anon_sym_false] = ACTIONS(717), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(697), + [sym_super] = ACTIONS(697), + [sym_crate] = ACTIONS(697), + [sym__raw_string_literal_start] = ACTIONS(719), + [sym_float_literal] = ACTIONS(713), + }, + [STATE(87)] = { + [sym_delim_token_tree] = STATE(222), + [sym__delim_tokens] = STATE(223), + [sym__non_delim_token] = STATE(222), + [sym__literal] = STATE(221), + [sym_string_literal] = STATE(212), + [sym_raw_string_literal] = STATE(212), + [sym_boolean_literal] = STATE(212), + [sym_line_comment] = STATE(87), + [sym_block_comment] = STATE(87), + [aux_sym__non_special_token_repeat1] = STATE(195), + [aux_sym_delim_token_tree_repeat1] = STATE(92), + [sym_identifier] = ACTIONS(697), + [anon_sym_SEMI] = ACTIONS(699), + [anon_sym_LPAREN] = ACTIONS(701), + [anon_sym_RPAREN] = ACTIONS(721), + [anon_sym_LBRACK] = ACTIONS(705), + [anon_sym_LBRACE] = ACTIONS(707), + [anon_sym_EQ_GT] = ACTIONS(699), + [anon_sym_COLON] = ACTIONS(709), + [anon_sym_DOLLAR] = ACTIONS(711), + [anon_sym_PLUS] = ACTIONS(709), + [anon_sym_STAR] = ACTIONS(709), + [anon_sym_QMARK] = ACTIONS(699), + [anon_sym_u8] = ACTIONS(697), + [anon_sym_i8] = ACTIONS(697), + [anon_sym_u16] = ACTIONS(697), + [anon_sym_i16] = ACTIONS(697), + [anon_sym_u32] = ACTIONS(697), + [anon_sym_i32] = ACTIONS(697), + [anon_sym_u64] = ACTIONS(697), + [anon_sym_i64] = ACTIONS(697), + [anon_sym_u128] = ACTIONS(697), + [anon_sym_i128] = ACTIONS(697), + [anon_sym_isize] = ACTIONS(697), + [anon_sym_usize] = ACTIONS(697), + [anon_sym_f32] = ACTIONS(697), + [anon_sym_f64] = ACTIONS(697), + [anon_sym_bool] = ACTIONS(697), + [anon_sym_str] = ACTIONS(697), + [anon_sym_char] = ACTIONS(697), + [anon_sym_DASH] = ACTIONS(709), + [anon_sym_SLASH] = ACTIONS(709), + [anon_sym_PERCENT] = ACTIONS(709), + [anon_sym_CARET] = ACTIONS(709), + [anon_sym_BANG] = ACTIONS(709), + [anon_sym_AMP] = ACTIONS(709), + [anon_sym_PIPE] = ACTIONS(709), + [anon_sym_AMP_AMP] = ACTIONS(699), + [anon_sym_PIPE_PIPE] = ACTIONS(699), + [anon_sym_LT_LT] = ACTIONS(709), + [anon_sym_GT_GT] = ACTIONS(709), + [anon_sym_PLUS_EQ] = ACTIONS(699), + [anon_sym_DASH_EQ] = ACTIONS(699), + [anon_sym_STAR_EQ] = ACTIONS(699), + [anon_sym_SLASH_EQ] = ACTIONS(699), + [anon_sym_PERCENT_EQ] = ACTIONS(699), + [anon_sym_CARET_EQ] = ACTIONS(699), + [anon_sym_AMP_EQ] = ACTIONS(699), + [anon_sym_PIPE_EQ] = ACTIONS(699), + [anon_sym_LT_LT_EQ] = ACTIONS(699), + [anon_sym_GT_GT_EQ] = ACTIONS(699), + [anon_sym_EQ] = ACTIONS(709), + [anon_sym_EQ_EQ] = ACTIONS(699), + [anon_sym_BANG_EQ] = ACTIONS(699), + [anon_sym_GT] = ACTIONS(709), + [anon_sym_LT] = ACTIONS(709), + [anon_sym_GT_EQ] = ACTIONS(699), + [anon_sym_LT_EQ] = ACTIONS(699), + [anon_sym_AT] = ACTIONS(699), + [anon_sym__] = ACTIONS(709), + [anon_sym_DOT] = ACTIONS(709), + [anon_sym_DOT_DOT] = ACTIONS(709), + [anon_sym_DOT_DOT_DOT] = ACTIONS(699), + [anon_sym_DOT_DOT_EQ] = ACTIONS(699), + [anon_sym_COMMA] = ACTIONS(699), + [anon_sym_COLON_COLON] = ACTIONS(699), + [anon_sym_DASH_GT] = ACTIONS(699), + [anon_sym_POUND] = ACTIONS(699), + [anon_sym_SQUOTE] = ACTIONS(697), + [anon_sym_as] = ACTIONS(697), + [anon_sym_async] = ACTIONS(697), + [anon_sym_await] = ACTIONS(697), + [anon_sym_break] = ACTIONS(697), + [anon_sym_const] = ACTIONS(697), + [anon_sym_continue] = ACTIONS(697), + [anon_sym_default] = ACTIONS(697), + [anon_sym_enum] = ACTIONS(697), + [anon_sym_fn] = ACTIONS(697), + [anon_sym_for] = ACTIONS(697), + [anon_sym_gen] = ACTIONS(697), + [anon_sym_if] = ACTIONS(697), + [anon_sym_impl] = ACTIONS(697), + [anon_sym_let] = ACTIONS(697), + [anon_sym_loop] = ACTIONS(697), + [anon_sym_match] = ACTIONS(697), + [anon_sym_mod] = ACTIONS(697), + [anon_sym_pub] = ACTIONS(697), + [anon_sym_return] = ACTIONS(697), + [anon_sym_static] = ACTIONS(697), + [anon_sym_struct] = ACTIONS(697), + [anon_sym_trait] = ACTIONS(697), + [anon_sym_type] = ACTIONS(697), + [anon_sym_union] = ACTIONS(697), + [anon_sym_unsafe] = ACTIONS(697), + [anon_sym_use] = ACTIONS(697), + [anon_sym_where] = ACTIONS(697), + [anon_sym_while] = ACTIONS(697), + [sym_mutable_specifier] = ACTIONS(697), + [sym_integer_literal] = ACTIONS(713), + [aux_sym_string_literal_token1] = ACTIONS(715), + [sym_char_literal] = ACTIONS(713), + [anon_sym_true] = ACTIONS(717), + [anon_sym_false] = ACTIONS(717), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(697), + [sym_super] = ACTIONS(697), + [sym_crate] = ACTIONS(697), + [sym__raw_string_literal_start] = ACTIONS(719), + [sym_float_literal] = ACTIONS(713), + }, + [STATE(88)] = { + [sym_delim_token_tree] = STATE(222), + [sym__delim_tokens] = STATE(223), + [sym__non_delim_token] = STATE(222), + [sym__literal] = STATE(221), + [sym_string_literal] = STATE(212), + [sym_raw_string_literal] = STATE(212), + [sym_boolean_literal] = STATE(212), + [sym_line_comment] = STATE(88), + [sym_block_comment] = STATE(88), + [aux_sym__non_special_token_repeat1] = STATE(195), + [aux_sym_delim_token_tree_repeat1] = STATE(93), + [sym_identifier] = ACTIONS(697), + [anon_sym_SEMI] = ACTIONS(699), + [anon_sym_LPAREN] = ACTIONS(701), + [anon_sym_LBRACK] = ACTIONS(705), + [anon_sym_RBRACK] = ACTIONS(721), + [anon_sym_LBRACE] = ACTIONS(707), + [anon_sym_EQ_GT] = ACTIONS(699), + [anon_sym_COLON] = ACTIONS(709), + [anon_sym_DOLLAR] = ACTIONS(711), + [anon_sym_PLUS] = ACTIONS(709), + [anon_sym_STAR] = ACTIONS(709), + [anon_sym_QMARK] = ACTIONS(699), + [anon_sym_u8] = ACTIONS(697), + [anon_sym_i8] = ACTIONS(697), + [anon_sym_u16] = ACTIONS(697), + [anon_sym_i16] = ACTIONS(697), + [anon_sym_u32] = ACTIONS(697), + [anon_sym_i32] = ACTIONS(697), + [anon_sym_u64] = ACTIONS(697), + [anon_sym_i64] = ACTIONS(697), + [anon_sym_u128] = ACTIONS(697), + [anon_sym_i128] = ACTIONS(697), + [anon_sym_isize] = ACTIONS(697), + [anon_sym_usize] = ACTIONS(697), + [anon_sym_f32] = ACTIONS(697), + [anon_sym_f64] = ACTIONS(697), + [anon_sym_bool] = ACTIONS(697), + [anon_sym_str] = ACTIONS(697), + [anon_sym_char] = ACTIONS(697), + [anon_sym_DASH] = ACTIONS(709), + [anon_sym_SLASH] = ACTIONS(709), + [anon_sym_PERCENT] = ACTIONS(709), + [anon_sym_CARET] = ACTIONS(709), + [anon_sym_BANG] = ACTIONS(709), + [anon_sym_AMP] = ACTIONS(709), + [anon_sym_PIPE] = ACTIONS(709), + [anon_sym_AMP_AMP] = ACTIONS(699), + [anon_sym_PIPE_PIPE] = ACTIONS(699), + [anon_sym_LT_LT] = ACTIONS(709), + [anon_sym_GT_GT] = ACTIONS(709), + [anon_sym_PLUS_EQ] = ACTIONS(699), + [anon_sym_DASH_EQ] = ACTIONS(699), + [anon_sym_STAR_EQ] = ACTIONS(699), + [anon_sym_SLASH_EQ] = ACTIONS(699), + [anon_sym_PERCENT_EQ] = ACTIONS(699), + [anon_sym_CARET_EQ] = ACTIONS(699), + [anon_sym_AMP_EQ] = ACTIONS(699), + [anon_sym_PIPE_EQ] = ACTIONS(699), + [anon_sym_LT_LT_EQ] = ACTIONS(699), + [anon_sym_GT_GT_EQ] = ACTIONS(699), + [anon_sym_EQ] = ACTIONS(709), + [anon_sym_EQ_EQ] = ACTIONS(699), + [anon_sym_BANG_EQ] = ACTIONS(699), + [anon_sym_GT] = ACTIONS(709), + [anon_sym_LT] = ACTIONS(709), + [anon_sym_GT_EQ] = ACTIONS(699), + [anon_sym_LT_EQ] = ACTIONS(699), + [anon_sym_AT] = ACTIONS(699), + [anon_sym__] = ACTIONS(709), + [anon_sym_DOT] = ACTIONS(709), + [anon_sym_DOT_DOT] = ACTIONS(709), + [anon_sym_DOT_DOT_DOT] = ACTIONS(699), + [anon_sym_DOT_DOT_EQ] = ACTIONS(699), + [anon_sym_COMMA] = ACTIONS(699), + [anon_sym_COLON_COLON] = ACTIONS(699), + [anon_sym_DASH_GT] = ACTIONS(699), + [anon_sym_POUND] = ACTIONS(699), + [anon_sym_SQUOTE] = ACTIONS(697), + [anon_sym_as] = ACTIONS(697), + [anon_sym_async] = ACTIONS(697), + [anon_sym_await] = ACTIONS(697), + [anon_sym_break] = ACTIONS(697), + [anon_sym_const] = ACTIONS(697), + [anon_sym_continue] = ACTIONS(697), + [anon_sym_default] = ACTIONS(697), + [anon_sym_enum] = ACTIONS(697), + [anon_sym_fn] = ACTIONS(697), + [anon_sym_for] = ACTIONS(697), + [anon_sym_gen] = ACTIONS(697), + [anon_sym_if] = ACTIONS(697), + [anon_sym_impl] = ACTIONS(697), + [anon_sym_let] = ACTIONS(697), + [anon_sym_loop] = ACTIONS(697), + [anon_sym_match] = ACTIONS(697), + [anon_sym_mod] = ACTIONS(697), + [anon_sym_pub] = ACTIONS(697), + [anon_sym_return] = ACTIONS(697), + [anon_sym_static] = ACTIONS(697), + [anon_sym_struct] = ACTIONS(697), + [anon_sym_trait] = ACTIONS(697), + [anon_sym_type] = ACTIONS(697), + [anon_sym_union] = ACTIONS(697), + [anon_sym_unsafe] = ACTIONS(697), + [anon_sym_use] = ACTIONS(697), + [anon_sym_where] = ACTIONS(697), + [anon_sym_while] = ACTIONS(697), + [sym_mutable_specifier] = ACTIONS(697), + [sym_integer_literal] = ACTIONS(713), + [aux_sym_string_literal_token1] = ACTIONS(715), + [sym_char_literal] = ACTIONS(713), + [anon_sym_true] = ACTIONS(717), + [anon_sym_false] = ACTIONS(717), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(697), + [sym_super] = ACTIONS(697), + [sym_crate] = ACTIONS(697), + [sym__raw_string_literal_start] = ACTIONS(719), + [sym_float_literal] = ACTIONS(713), + }, + [STATE(89)] = { + [sym_delim_token_tree] = STATE(222), + [sym__delim_tokens] = STATE(223), + [sym__non_delim_token] = STATE(222), + [sym__literal] = STATE(221), + [sym_string_literal] = STATE(212), + [sym_raw_string_literal] = STATE(212), + [sym_boolean_literal] = STATE(212), + [sym_line_comment] = STATE(89), + [sym_block_comment] = STATE(89), + [aux_sym__non_special_token_repeat1] = STATE(195), + [aux_sym_delim_token_tree_repeat1] = STATE(94), + [sym_identifier] = ACTIONS(697), + [anon_sym_SEMI] = ACTIONS(699), + [anon_sym_LPAREN] = ACTIONS(701), + [anon_sym_LBRACK] = ACTIONS(705), + [anon_sym_LBRACE] = ACTIONS(707), + [anon_sym_RBRACE] = ACTIONS(721), + [anon_sym_EQ_GT] = ACTIONS(699), + [anon_sym_COLON] = ACTIONS(709), + [anon_sym_DOLLAR] = ACTIONS(711), + [anon_sym_PLUS] = ACTIONS(709), + [anon_sym_STAR] = ACTIONS(709), + [anon_sym_QMARK] = ACTIONS(699), + [anon_sym_u8] = ACTIONS(697), + [anon_sym_i8] = ACTIONS(697), + [anon_sym_u16] = ACTIONS(697), + [anon_sym_i16] = ACTIONS(697), + [anon_sym_u32] = ACTIONS(697), + [anon_sym_i32] = ACTIONS(697), + [anon_sym_u64] = ACTIONS(697), + [anon_sym_i64] = ACTIONS(697), + [anon_sym_u128] = ACTIONS(697), + [anon_sym_i128] = ACTIONS(697), + [anon_sym_isize] = ACTIONS(697), + [anon_sym_usize] = ACTIONS(697), + [anon_sym_f32] = ACTIONS(697), + [anon_sym_f64] = ACTIONS(697), + [anon_sym_bool] = ACTIONS(697), + [anon_sym_str] = ACTIONS(697), + [anon_sym_char] = ACTIONS(697), + [anon_sym_DASH] = ACTIONS(709), + [anon_sym_SLASH] = ACTIONS(709), + [anon_sym_PERCENT] = ACTIONS(709), + [anon_sym_CARET] = ACTIONS(709), + [anon_sym_BANG] = ACTIONS(709), + [anon_sym_AMP] = ACTIONS(709), + [anon_sym_PIPE] = ACTIONS(709), + [anon_sym_AMP_AMP] = ACTIONS(699), + [anon_sym_PIPE_PIPE] = ACTIONS(699), + [anon_sym_LT_LT] = ACTIONS(709), + [anon_sym_GT_GT] = ACTIONS(709), + [anon_sym_PLUS_EQ] = ACTIONS(699), + [anon_sym_DASH_EQ] = ACTIONS(699), + [anon_sym_STAR_EQ] = ACTIONS(699), + [anon_sym_SLASH_EQ] = ACTIONS(699), + [anon_sym_PERCENT_EQ] = ACTIONS(699), + [anon_sym_CARET_EQ] = ACTIONS(699), + [anon_sym_AMP_EQ] = ACTIONS(699), + [anon_sym_PIPE_EQ] = ACTIONS(699), + [anon_sym_LT_LT_EQ] = ACTIONS(699), + [anon_sym_GT_GT_EQ] = ACTIONS(699), + [anon_sym_EQ] = ACTIONS(709), + [anon_sym_EQ_EQ] = ACTIONS(699), + [anon_sym_BANG_EQ] = ACTIONS(699), + [anon_sym_GT] = ACTIONS(709), + [anon_sym_LT] = ACTIONS(709), + [anon_sym_GT_EQ] = ACTIONS(699), + [anon_sym_LT_EQ] = ACTIONS(699), + [anon_sym_AT] = ACTIONS(699), + [anon_sym__] = ACTIONS(709), + [anon_sym_DOT] = ACTIONS(709), + [anon_sym_DOT_DOT] = ACTIONS(709), + [anon_sym_DOT_DOT_DOT] = ACTIONS(699), + [anon_sym_DOT_DOT_EQ] = ACTIONS(699), + [anon_sym_COMMA] = ACTIONS(699), + [anon_sym_COLON_COLON] = ACTIONS(699), + [anon_sym_DASH_GT] = ACTIONS(699), + [anon_sym_POUND] = ACTIONS(699), + [anon_sym_SQUOTE] = ACTIONS(697), + [anon_sym_as] = ACTIONS(697), + [anon_sym_async] = ACTIONS(697), + [anon_sym_await] = ACTIONS(697), + [anon_sym_break] = ACTIONS(697), + [anon_sym_const] = ACTIONS(697), + [anon_sym_continue] = ACTIONS(697), + [anon_sym_default] = ACTIONS(697), + [anon_sym_enum] = ACTIONS(697), + [anon_sym_fn] = ACTIONS(697), + [anon_sym_for] = ACTIONS(697), + [anon_sym_gen] = ACTIONS(697), + [anon_sym_if] = ACTIONS(697), + [anon_sym_impl] = ACTIONS(697), + [anon_sym_let] = ACTIONS(697), + [anon_sym_loop] = ACTIONS(697), + [anon_sym_match] = ACTIONS(697), + [anon_sym_mod] = ACTIONS(697), + [anon_sym_pub] = ACTIONS(697), + [anon_sym_return] = ACTIONS(697), + [anon_sym_static] = ACTIONS(697), + [anon_sym_struct] = ACTIONS(697), + [anon_sym_trait] = ACTIONS(697), + [anon_sym_type] = ACTIONS(697), + [anon_sym_union] = ACTIONS(697), + [anon_sym_unsafe] = ACTIONS(697), + [anon_sym_use] = ACTIONS(697), + [anon_sym_where] = ACTIONS(697), + [anon_sym_while] = ACTIONS(697), + [sym_mutable_specifier] = ACTIONS(697), + [sym_integer_literal] = ACTIONS(713), + [aux_sym_string_literal_token1] = ACTIONS(715), + [sym_char_literal] = ACTIONS(713), + [anon_sym_true] = ACTIONS(717), + [anon_sym_false] = ACTIONS(717), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(697), + [sym_super] = ACTIONS(697), + [sym_crate] = ACTIONS(697), + [sym__raw_string_literal_start] = ACTIONS(719), + [sym_float_literal] = ACTIONS(713), + }, + [STATE(90)] = { + [sym_delim_token_tree] = STATE(222), + [sym__delim_tokens] = STATE(223), + [sym__non_delim_token] = STATE(222), + [sym__literal] = STATE(221), + [sym_string_literal] = STATE(212), + [sym_raw_string_literal] = STATE(212), + [sym_boolean_literal] = STATE(212), + [sym_line_comment] = STATE(90), + [sym_block_comment] = STATE(90), + [aux_sym__non_special_token_repeat1] = STATE(195), + [aux_sym_delim_token_tree_repeat1] = STATE(122), + [sym_identifier] = ACTIONS(697), + [anon_sym_SEMI] = ACTIONS(699), + [anon_sym_LPAREN] = ACTIONS(701), + [anon_sym_LBRACK] = ACTIONS(705), + [anon_sym_RBRACK] = ACTIONS(703), + [anon_sym_LBRACE] = ACTIONS(707), + [anon_sym_EQ_GT] = ACTIONS(699), + [anon_sym_COLON] = ACTIONS(709), + [anon_sym_DOLLAR] = ACTIONS(711), + [anon_sym_PLUS] = ACTIONS(709), + [anon_sym_STAR] = ACTIONS(709), + [anon_sym_QMARK] = ACTIONS(699), + [anon_sym_u8] = ACTIONS(697), + [anon_sym_i8] = ACTIONS(697), + [anon_sym_u16] = ACTIONS(697), + [anon_sym_i16] = ACTIONS(697), + [anon_sym_u32] = ACTIONS(697), + [anon_sym_i32] = ACTIONS(697), + [anon_sym_u64] = ACTIONS(697), + [anon_sym_i64] = ACTIONS(697), + [anon_sym_u128] = ACTIONS(697), + [anon_sym_i128] = ACTIONS(697), + [anon_sym_isize] = ACTIONS(697), + [anon_sym_usize] = ACTIONS(697), + [anon_sym_f32] = ACTIONS(697), + [anon_sym_f64] = ACTIONS(697), + [anon_sym_bool] = ACTIONS(697), + [anon_sym_str] = ACTIONS(697), + [anon_sym_char] = ACTIONS(697), + [anon_sym_DASH] = ACTIONS(709), + [anon_sym_SLASH] = ACTIONS(709), + [anon_sym_PERCENT] = ACTIONS(709), + [anon_sym_CARET] = ACTIONS(709), + [anon_sym_BANG] = ACTIONS(709), + [anon_sym_AMP] = ACTIONS(709), + [anon_sym_PIPE] = ACTIONS(709), + [anon_sym_AMP_AMP] = ACTIONS(699), + [anon_sym_PIPE_PIPE] = ACTIONS(699), + [anon_sym_LT_LT] = ACTIONS(709), + [anon_sym_GT_GT] = ACTIONS(709), + [anon_sym_PLUS_EQ] = ACTIONS(699), + [anon_sym_DASH_EQ] = ACTIONS(699), + [anon_sym_STAR_EQ] = ACTIONS(699), + [anon_sym_SLASH_EQ] = ACTIONS(699), + [anon_sym_PERCENT_EQ] = ACTIONS(699), + [anon_sym_CARET_EQ] = ACTIONS(699), + [anon_sym_AMP_EQ] = ACTIONS(699), + [anon_sym_PIPE_EQ] = ACTIONS(699), + [anon_sym_LT_LT_EQ] = ACTIONS(699), + [anon_sym_GT_GT_EQ] = ACTIONS(699), + [anon_sym_EQ] = ACTIONS(709), + [anon_sym_EQ_EQ] = ACTIONS(699), + [anon_sym_BANG_EQ] = ACTIONS(699), + [anon_sym_GT] = ACTIONS(709), + [anon_sym_LT] = ACTIONS(709), + [anon_sym_GT_EQ] = ACTIONS(699), + [anon_sym_LT_EQ] = ACTIONS(699), + [anon_sym_AT] = ACTIONS(699), + [anon_sym__] = ACTIONS(709), + [anon_sym_DOT] = ACTIONS(709), + [anon_sym_DOT_DOT] = ACTIONS(709), + [anon_sym_DOT_DOT_DOT] = ACTIONS(699), + [anon_sym_DOT_DOT_EQ] = ACTIONS(699), + [anon_sym_COMMA] = ACTIONS(699), + [anon_sym_COLON_COLON] = ACTIONS(699), + [anon_sym_DASH_GT] = ACTIONS(699), + [anon_sym_POUND] = ACTIONS(699), + [anon_sym_SQUOTE] = ACTIONS(697), + [anon_sym_as] = ACTIONS(697), + [anon_sym_async] = ACTIONS(697), + [anon_sym_await] = ACTIONS(697), + [anon_sym_break] = ACTIONS(697), + [anon_sym_const] = ACTIONS(697), + [anon_sym_continue] = ACTIONS(697), + [anon_sym_default] = ACTIONS(697), + [anon_sym_enum] = ACTIONS(697), + [anon_sym_fn] = ACTIONS(697), + [anon_sym_for] = ACTIONS(697), + [anon_sym_gen] = ACTIONS(697), + [anon_sym_if] = ACTIONS(697), + [anon_sym_impl] = ACTIONS(697), + [anon_sym_let] = ACTIONS(697), + [anon_sym_loop] = ACTIONS(697), + [anon_sym_match] = ACTIONS(697), + [anon_sym_mod] = ACTIONS(697), + [anon_sym_pub] = ACTIONS(697), + [anon_sym_return] = ACTIONS(697), + [anon_sym_static] = ACTIONS(697), + [anon_sym_struct] = ACTIONS(697), + [anon_sym_trait] = ACTIONS(697), + [anon_sym_type] = ACTIONS(697), + [anon_sym_union] = ACTIONS(697), + [anon_sym_unsafe] = ACTIONS(697), + [anon_sym_use] = ACTIONS(697), + [anon_sym_where] = ACTIONS(697), + [anon_sym_while] = ACTIONS(697), + [sym_mutable_specifier] = ACTIONS(697), + [sym_integer_literal] = ACTIONS(713), + [aux_sym_string_literal_token1] = ACTIONS(715), + [sym_char_literal] = ACTIONS(713), + [anon_sym_true] = ACTIONS(717), + [anon_sym_false] = ACTIONS(717), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(697), + [sym_super] = ACTIONS(697), + [sym_crate] = ACTIONS(697), + [sym__raw_string_literal_start] = ACTIONS(719), + [sym_float_literal] = ACTIONS(713), + }, + [STATE(91)] = { + [sym_token_tree] = STATE(202), + [sym_token_repetition] = STATE(202), + [sym__literal] = STATE(202), + [sym_string_literal] = STATE(179), + [sym_raw_string_literal] = STATE(179), + [sym_boolean_literal] = STATE(179), + [sym_line_comment] = STATE(91), + [sym_block_comment] = STATE(91), + [aux_sym_token_tree_repeat1] = STATE(71), + [aux_sym__non_special_token_repeat1] = STATE(149), [sym_identifier] = ACTIONS(683), - [anon_sym_SEMI] = ACTIONS(685), - [anon_sym_LPAREN] = ACTIONS(687), - [anon_sym_LBRACK] = ACTIONS(691), - [anon_sym_RBRACK] = ACTIONS(709), - [anon_sym_LBRACE] = ACTIONS(693), - [anon_sym_EQ_GT] = ACTIONS(685), - [anon_sym_COLON] = ACTIONS(695), - [anon_sym_DOLLAR] = ACTIONS(697), - [anon_sym_PLUS] = ACTIONS(695), - [anon_sym_STAR] = ACTIONS(695), - [anon_sym_QMARK] = ACTIONS(685), + [anon_sym_SEMI] = ACTIONS(576), + [anon_sym_LPAREN] = ACTIONS(685), + [anon_sym_RPAREN] = ACTIONS(723), + [anon_sym_LBRACK] = ACTIONS(687), + [anon_sym_LBRACE] = ACTIONS(689), + [anon_sym_EQ_GT] = ACTIONS(576), + [anon_sym_COLON] = ACTIONS(586), + [anon_sym_DOLLAR] = ACTIONS(693), + [anon_sym_PLUS] = ACTIONS(586), + [anon_sym_STAR] = ACTIONS(586), + [anon_sym_QMARK] = ACTIONS(576), [anon_sym_u8] = ACTIONS(683), [anon_sym_i8] = ACTIONS(683), [anon_sym_u16] = ACTIONS(683), @@ -26868,44 +27546,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(683), [anon_sym_str] = ACTIONS(683), [anon_sym_char] = ACTIONS(683), - [anon_sym_DASH] = ACTIONS(695), - [anon_sym_SLASH] = ACTIONS(695), - [anon_sym_PERCENT] = ACTIONS(695), - [anon_sym_CARET] = ACTIONS(695), - [anon_sym_BANG] = ACTIONS(695), - [anon_sym_AMP] = ACTIONS(695), - [anon_sym_PIPE] = ACTIONS(695), - [anon_sym_AMP_AMP] = ACTIONS(685), - [anon_sym_PIPE_PIPE] = ACTIONS(685), - [anon_sym_LT_LT] = ACTIONS(695), - [anon_sym_GT_GT] = ACTIONS(695), - [anon_sym_PLUS_EQ] = ACTIONS(685), - [anon_sym_DASH_EQ] = ACTIONS(685), - [anon_sym_STAR_EQ] = ACTIONS(685), - [anon_sym_SLASH_EQ] = ACTIONS(685), - [anon_sym_PERCENT_EQ] = ACTIONS(685), - [anon_sym_CARET_EQ] = ACTIONS(685), - [anon_sym_AMP_EQ] = ACTIONS(685), - [anon_sym_PIPE_EQ] = ACTIONS(685), - [anon_sym_LT_LT_EQ] = ACTIONS(685), - [anon_sym_GT_GT_EQ] = ACTIONS(685), - [anon_sym_EQ] = ACTIONS(695), - [anon_sym_EQ_EQ] = ACTIONS(685), - [anon_sym_BANG_EQ] = ACTIONS(685), - [anon_sym_GT] = ACTIONS(695), - [anon_sym_LT] = ACTIONS(695), - [anon_sym_GT_EQ] = ACTIONS(685), - [anon_sym_LT_EQ] = ACTIONS(685), - [anon_sym_AT] = ACTIONS(685), - [anon_sym__] = ACTIONS(695), - [anon_sym_DOT] = ACTIONS(695), - [anon_sym_DOT_DOT] = ACTIONS(695), - [anon_sym_DOT_DOT_DOT] = ACTIONS(685), - [anon_sym_DOT_DOT_EQ] = ACTIONS(685), - [anon_sym_COMMA] = ACTIONS(685), - [anon_sym_COLON_COLON] = ACTIONS(685), - [anon_sym_DASH_GT] = ACTIONS(685), - [anon_sym_POUND] = ACTIONS(685), + [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(576), + [anon_sym_PIPE_PIPE] = ACTIONS(576), + [anon_sym_LT_LT] = ACTIONS(586), + [anon_sym_GT_GT] = ACTIONS(586), + [anon_sym_PLUS_EQ] = ACTIONS(576), + [anon_sym_DASH_EQ] = ACTIONS(576), + [anon_sym_STAR_EQ] = ACTIONS(576), + [anon_sym_SLASH_EQ] = ACTIONS(576), + [anon_sym_PERCENT_EQ] = ACTIONS(576), + [anon_sym_CARET_EQ] = ACTIONS(576), + [anon_sym_AMP_EQ] = ACTIONS(576), + [anon_sym_PIPE_EQ] = ACTIONS(576), + [anon_sym_LT_LT_EQ] = ACTIONS(576), + [anon_sym_GT_GT_EQ] = ACTIONS(576), + [anon_sym_EQ] = ACTIONS(586), + [anon_sym_EQ_EQ] = ACTIONS(576), + [anon_sym_BANG_EQ] = ACTIONS(576), + [anon_sym_GT] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(586), + [anon_sym_GT_EQ] = ACTIONS(576), + [anon_sym_LT_EQ] = ACTIONS(576), + [anon_sym_AT] = ACTIONS(576), + [anon_sym__] = ACTIONS(586), + [anon_sym_DOT] = ACTIONS(586), + [anon_sym_DOT_DOT] = ACTIONS(586), + [anon_sym_DOT_DOT_DOT] = ACTIONS(576), + [anon_sym_DOT_DOT_EQ] = ACTIONS(576), + [anon_sym_COMMA] = ACTIONS(576), + [anon_sym_COLON_COLON] = ACTIONS(576), + [anon_sym_DASH_GT] = ACTIONS(576), + [anon_sym_POUND] = ACTIONS(576), [anon_sym_SQUOTE] = ACTIONS(683), [anon_sym_as] = ACTIONS(683), [anon_sym_async] = ACTIONS(683), @@ -26936,43 +27614,531 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(683), [anon_sym_while] = ACTIONS(683), [sym_mutable_specifier] = ACTIONS(683), - [sym_integer_literal] = ACTIONS(699), - [aux_sym_string_literal_token1] = ACTIONS(701), - [sym_char_literal] = ACTIONS(699), - [anon_sym_true] = ACTIONS(703), - [anon_sym_false] = ACTIONS(703), + [sym_integer_literal] = ACTIONS(590), + [aux_sym_string_literal_token1] = ACTIONS(592), + [sym_char_literal] = ACTIONS(590), + [anon_sym_true] = ACTIONS(594), + [anon_sym_false] = ACTIONS(594), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), [sym_self] = ACTIONS(683), [sym_super] = ACTIONS(683), [sym_crate] = ACTIONS(683), - [sym__raw_string_literal_start] = ACTIONS(705), - [sym_float_literal] = ACTIONS(699), + [sym_metavariable] = ACTIONS(695), + [sym__raw_string_literal_start] = ACTIONS(598), + [sym_float_literal] = ACTIONS(590), }, - [STATE(87)] = { - [sym_delim_token_tree] = STATE(205), - [sym__delim_tokens] = STATE(204), - [sym__non_delim_token] = STATE(205), - [sym__literal] = STATE(246), - [sym_string_literal] = STATE(226), - [sym_raw_string_literal] = STATE(226), - [sym_boolean_literal] = STATE(226), - [sym_line_comment] = STATE(87), - [sym_block_comment] = STATE(87), - [aux_sym__non_special_token_repeat1] = STATE(175), - [aux_sym_delim_token_tree_repeat1] = STATE(130), + [STATE(92)] = { + [sym_delim_token_tree] = STATE(222), + [sym__delim_tokens] = STATE(223), + [sym__non_delim_token] = STATE(222), + [sym__literal] = STATE(221), + [sym_string_literal] = STATE(212), + [sym_raw_string_literal] = STATE(212), + [sym_boolean_literal] = STATE(212), + [sym_line_comment] = STATE(92), + [sym_block_comment] = STATE(92), + [aux_sym__non_special_token_repeat1] = STATE(195), + [aux_sym_delim_token_tree_repeat1] = STATE(73), + [sym_identifier] = ACTIONS(697), + [anon_sym_SEMI] = ACTIONS(699), + [anon_sym_LPAREN] = ACTIONS(701), + [anon_sym_RPAREN] = ACTIONS(725), + [anon_sym_LBRACK] = ACTIONS(705), + [anon_sym_LBRACE] = ACTIONS(707), + [anon_sym_EQ_GT] = ACTIONS(699), + [anon_sym_COLON] = ACTIONS(709), + [anon_sym_DOLLAR] = ACTIONS(711), + [anon_sym_PLUS] = ACTIONS(709), + [anon_sym_STAR] = ACTIONS(709), + [anon_sym_QMARK] = ACTIONS(699), + [anon_sym_u8] = ACTIONS(697), + [anon_sym_i8] = ACTIONS(697), + [anon_sym_u16] = ACTIONS(697), + [anon_sym_i16] = ACTIONS(697), + [anon_sym_u32] = ACTIONS(697), + [anon_sym_i32] = ACTIONS(697), + [anon_sym_u64] = ACTIONS(697), + [anon_sym_i64] = ACTIONS(697), + [anon_sym_u128] = ACTIONS(697), + [anon_sym_i128] = ACTIONS(697), + [anon_sym_isize] = ACTIONS(697), + [anon_sym_usize] = ACTIONS(697), + [anon_sym_f32] = ACTIONS(697), + [anon_sym_f64] = ACTIONS(697), + [anon_sym_bool] = ACTIONS(697), + [anon_sym_str] = ACTIONS(697), + [anon_sym_char] = ACTIONS(697), + [anon_sym_DASH] = ACTIONS(709), + [anon_sym_SLASH] = ACTIONS(709), + [anon_sym_PERCENT] = ACTIONS(709), + [anon_sym_CARET] = ACTIONS(709), + [anon_sym_BANG] = ACTIONS(709), + [anon_sym_AMP] = ACTIONS(709), + [anon_sym_PIPE] = ACTIONS(709), + [anon_sym_AMP_AMP] = ACTIONS(699), + [anon_sym_PIPE_PIPE] = ACTIONS(699), + [anon_sym_LT_LT] = ACTIONS(709), + [anon_sym_GT_GT] = ACTIONS(709), + [anon_sym_PLUS_EQ] = ACTIONS(699), + [anon_sym_DASH_EQ] = ACTIONS(699), + [anon_sym_STAR_EQ] = ACTIONS(699), + [anon_sym_SLASH_EQ] = ACTIONS(699), + [anon_sym_PERCENT_EQ] = ACTIONS(699), + [anon_sym_CARET_EQ] = ACTIONS(699), + [anon_sym_AMP_EQ] = ACTIONS(699), + [anon_sym_PIPE_EQ] = ACTIONS(699), + [anon_sym_LT_LT_EQ] = ACTIONS(699), + [anon_sym_GT_GT_EQ] = ACTIONS(699), + [anon_sym_EQ] = ACTIONS(709), + [anon_sym_EQ_EQ] = ACTIONS(699), + [anon_sym_BANG_EQ] = ACTIONS(699), + [anon_sym_GT] = ACTIONS(709), + [anon_sym_LT] = ACTIONS(709), + [anon_sym_GT_EQ] = ACTIONS(699), + [anon_sym_LT_EQ] = ACTIONS(699), + [anon_sym_AT] = ACTIONS(699), + [anon_sym__] = ACTIONS(709), + [anon_sym_DOT] = ACTIONS(709), + [anon_sym_DOT_DOT] = ACTIONS(709), + [anon_sym_DOT_DOT_DOT] = ACTIONS(699), + [anon_sym_DOT_DOT_EQ] = ACTIONS(699), + [anon_sym_COMMA] = ACTIONS(699), + [anon_sym_COLON_COLON] = ACTIONS(699), + [anon_sym_DASH_GT] = ACTIONS(699), + [anon_sym_POUND] = ACTIONS(699), + [anon_sym_SQUOTE] = ACTIONS(697), + [anon_sym_as] = ACTIONS(697), + [anon_sym_async] = ACTIONS(697), + [anon_sym_await] = ACTIONS(697), + [anon_sym_break] = ACTIONS(697), + [anon_sym_const] = ACTIONS(697), + [anon_sym_continue] = ACTIONS(697), + [anon_sym_default] = ACTIONS(697), + [anon_sym_enum] = ACTIONS(697), + [anon_sym_fn] = ACTIONS(697), + [anon_sym_for] = ACTIONS(697), + [anon_sym_gen] = ACTIONS(697), + [anon_sym_if] = ACTIONS(697), + [anon_sym_impl] = ACTIONS(697), + [anon_sym_let] = ACTIONS(697), + [anon_sym_loop] = ACTIONS(697), + [anon_sym_match] = ACTIONS(697), + [anon_sym_mod] = ACTIONS(697), + [anon_sym_pub] = ACTIONS(697), + [anon_sym_return] = ACTIONS(697), + [anon_sym_static] = ACTIONS(697), + [anon_sym_struct] = ACTIONS(697), + [anon_sym_trait] = ACTIONS(697), + [anon_sym_type] = ACTIONS(697), + [anon_sym_union] = ACTIONS(697), + [anon_sym_unsafe] = ACTIONS(697), + [anon_sym_use] = ACTIONS(697), + [anon_sym_where] = ACTIONS(697), + [anon_sym_while] = ACTIONS(697), + [sym_mutable_specifier] = ACTIONS(697), + [sym_integer_literal] = ACTIONS(713), + [aux_sym_string_literal_token1] = ACTIONS(715), + [sym_char_literal] = ACTIONS(713), + [anon_sym_true] = ACTIONS(717), + [anon_sym_false] = ACTIONS(717), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(697), + [sym_super] = ACTIONS(697), + [sym_crate] = ACTIONS(697), + [sym__raw_string_literal_start] = ACTIONS(719), + [sym_float_literal] = ACTIONS(713), + }, + [STATE(93)] = { + [sym_delim_token_tree] = STATE(222), + [sym__delim_tokens] = STATE(223), + [sym__non_delim_token] = STATE(222), + [sym__literal] = STATE(221), + [sym_string_literal] = STATE(212), + [sym_raw_string_literal] = STATE(212), + [sym_boolean_literal] = STATE(212), + [sym_line_comment] = STATE(93), + [sym_block_comment] = STATE(93), + [aux_sym__non_special_token_repeat1] = STATE(195), + [aux_sym_delim_token_tree_repeat1] = STATE(73), + [sym_identifier] = ACTIONS(697), + [anon_sym_SEMI] = ACTIONS(699), + [anon_sym_LPAREN] = ACTIONS(701), + [anon_sym_LBRACK] = ACTIONS(705), + [anon_sym_RBRACK] = ACTIONS(725), + [anon_sym_LBRACE] = ACTIONS(707), + [anon_sym_EQ_GT] = ACTIONS(699), + [anon_sym_COLON] = ACTIONS(709), + [anon_sym_DOLLAR] = ACTIONS(711), + [anon_sym_PLUS] = ACTIONS(709), + [anon_sym_STAR] = ACTIONS(709), + [anon_sym_QMARK] = ACTIONS(699), + [anon_sym_u8] = ACTIONS(697), + [anon_sym_i8] = ACTIONS(697), + [anon_sym_u16] = ACTIONS(697), + [anon_sym_i16] = ACTIONS(697), + [anon_sym_u32] = ACTIONS(697), + [anon_sym_i32] = ACTIONS(697), + [anon_sym_u64] = ACTIONS(697), + [anon_sym_i64] = ACTIONS(697), + [anon_sym_u128] = ACTIONS(697), + [anon_sym_i128] = ACTIONS(697), + [anon_sym_isize] = ACTIONS(697), + [anon_sym_usize] = ACTIONS(697), + [anon_sym_f32] = ACTIONS(697), + [anon_sym_f64] = ACTIONS(697), + [anon_sym_bool] = ACTIONS(697), + [anon_sym_str] = ACTIONS(697), + [anon_sym_char] = ACTIONS(697), + [anon_sym_DASH] = ACTIONS(709), + [anon_sym_SLASH] = ACTIONS(709), + [anon_sym_PERCENT] = ACTIONS(709), + [anon_sym_CARET] = ACTIONS(709), + [anon_sym_BANG] = ACTIONS(709), + [anon_sym_AMP] = ACTIONS(709), + [anon_sym_PIPE] = ACTIONS(709), + [anon_sym_AMP_AMP] = ACTIONS(699), + [anon_sym_PIPE_PIPE] = ACTIONS(699), + [anon_sym_LT_LT] = ACTIONS(709), + [anon_sym_GT_GT] = ACTIONS(709), + [anon_sym_PLUS_EQ] = ACTIONS(699), + [anon_sym_DASH_EQ] = ACTIONS(699), + [anon_sym_STAR_EQ] = ACTIONS(699), + [anon_sym_SLASH_EQ] = ACTIONS(699), + [anon_sym_PERCENT_EQ] = ACTIONS(699), + [anon_sym_CARET_EQ] = ACTIONS(699), + [anon_sym_AMP_EQ] = ACTIONS(699), + [anon_sym_PIPE_EQ] = ACTIONS(699), + [anon_sym_LT_LT_EQ] = ACTIONS(699), + [anon_sym_GT_GT_EQ] = ACTIONS(699), + [anon_sym_EQ] = ACTIONS(709), + [anon_sym_EQ_EQ] = ACTIONS(699), + [anon_sym_BANG_EQ] = ACTIONS(699), + [anon_sym_GT] = ACTIONS(709), + [anon_sym_LT] = ACTIONS(709), + [anon_sym_GT_EQ] = ACTIONS(699), + [anon_sym_LT_EQ] = ACTIONS(699), + [anon_sym_AT] = ACTIONS(699), + [anon_sym__] = ACTIONS(709), + [anon_sym_DOT] = ACTIONS(709), + [anon_sym_DOT_DOT] = ACTIONS(709), + [anon_sym_DOT_DOT_DOT] = ACTIONS(699), + [anon_sym_DOT_DOT_EQ] = ACTIONS(699), + [anon_sym_COMMA] = ACTIONS(699), + [anon_sym_COLON_COLON] = ACTIONS(699), + [anon_sym_DASH_GT] = ACTIONS(699), + [anon_sym_POUND] = ACTIONS(699), + [anon_sym_SQUOTE] = ACTIONS(697), + [anon_sym_as] = ACTIONS(697), + [anon_sym_async] = ACTIONS(697), + [anon_sym_await] = ACTIONS(697), + [anon_sym_break] = ACTIONS(697), + [anon_sym_const] = ACTIONS(697), + [anon_sym_continue] = ACTIONS(697), + [anon_sym_default] = ACTIONS(697), + [anon_sym_enum] = ACTIONS(697), + [anon_sym_fn] = ACTIONS(697), + [anon_sym_for] = ACTIONS(697), + [anon_sym_gen] = ACTIONS(697), + [anon_sym_if] = ACTIONS(697), + [anon_sym_impl] = ACTIONS(697), + [anon_sym_let] = ACTIONS(697), + [anon_sym_loop] = ACTIONS(697), + [anon_sym_match] = ACTIONS(697), + [anon_sym_mod] = ACTIONS(697), + [anon_sym_pub] = ACTIONS(697), + [anon_sym_return] = ACTIONS(697), + [anon_sym_static] = ACTIONS(697), + [anon_sym_struct] = ACTIONS(697), + [anon_sym_trait] = ACTIONS(697), + [anon_sym_type] = ACTIONS(697), + [anon_sym_union] = ACTIONS(697), + [anon_sym_unsafe] = ACTIONS(697), + [anon_sym_use] = ACTIONS(697), + [anon_sym_where] = ACTIONS(697), + [anon_sym_while] = ACTIONS(697), + [sym_mutable_specifier] = ACTIONS(697), + [sym_integer_literal] = ACTIONS(713), + [aux_sym_string_literal_token1] = ACTIONS(715), + [sym_char_literal] = ACTIONS(713), + [anon_sym_true] = ACTIONS(717), + [anon_sym_false] = ACTIONS(717), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(697), + [sym_super] = ACTIONS(697), + [sym_crate] = ACTIONS(697), + [sym__raw_string_literal_start] = ACTIONS(719), + [sym_float_literal] = ACTIONS(713), + }, + [STATE(94)] = { + [sym_delim_token_tree] = STATE(222), + [sym__delim_tokens] = STATE(223), + [sym__non_delim_token] = STATE(222), + [sym__literal] = STATE(221), + [sym_string_literal] = STATE(212), + [sym_raw_string_literal] = STATE(212), + [sym_boolean_literal] = STATE(212), + [sym_line_comment] = STATE(94), + [sym_block_comment] = STATE(94), + [aux_sym__non_special_token_repeat1] = STATE(195), + [aux_sym_delim_token_tree_repeat1] = STATE(73), + [sym_identifier] = ACTIONS(697), + [anon_sym_SEMI] = ACTIONS(699), + [anon_sym_LPAREN] = ACTIONS(701), + [anon_sym_LBRACK] = ACTIONS(705), + [anon_sym_LBRACE] = ACTIONS(707), + [anon_sym_RBRACE] = ACTIONS(725), + [anon_sym_EQ_GT] = ACTIONS(699), + [anon_sym_COLON] = ACTIONS(709), + [anon_sym_DOLLAR] = ACTIONS(711), + [anon_sym_PLUS] = ACTIONS(709), + [anon_sym_STAR] = ACTIONS(709), + [anon_sym_QMARK] = ACTIONS(699), + [anon_sym_u8] = ACTIONS(697), + [anon_sym_i8] = ACTIONS(697), + [anon_sym_u16] = ACTIONS(697), + [anon_sym_i16] = ACTIONS(697), + [anon_sym_u32] = ACTIONS(697), + [anon_sym_i32] = ACTIONS(697), + [anon_sym_u64] = ACTIONS(697), + [anon_sym_i64] = ACTIONS(697), + [anon_sym_u128] = ACTIONS(697), + [anon_sym_i128] = ACTIONS(697), + [anon_sym_isize] = ACTIONS(697), + [anon_sym_usize] = ACTIONS(697), + [anon_sym_f32] = ACTIONS(697), + [anon_sym_f64] = ACTIONS(697), + [anon_sym_bool] = ACTIONS(697), + [anon_sym_str] = ACTIONS(697), + [anon_sym_char] = ACTIONS(697), + [anon_sym_DASH] = ACTIONS(709), + [anon_sym_SLASH] = ACTIONS(709), + [anon_sym_PERCENT] = ACTIONS(709), + [anon_sym_CARET] = ACTIONS(709), + [anon_sym_BANG] = ACTIONS(709), + [anon_sym_AMP] = ACTIONS(709), + [anon_sym_PIPE] = ACTIONS(709), + [anon_sym_AMP_AMP] = ACTIONS(699), + [anon_sym_PIPE_PIPE] = ACTIONS(699), + [anon_sym_LT_LT] = ACTIONS(709), + [anon_sym_GT_GT] = ACTIONS(709), + [anon_sym_PLUS_EQ] = ACTIONS(699), + [anon_sym_DASH_EQ] = ACTIONS(699), + [anon_sym_STAR_EQ] = ACTIONS(699), + [anon_sym_SLASH_EQ] = ACTIONS(699), + [anon_sym_PERCENT_EQ] = ACTIONS(699), + [anon_sym_CARET_EQ] = ACTIONS(699), + [anon_sym_AMP_EQ] = ACTIONS(699), + [anon_sym_PIPE_EQ] = ACTIONS(699), + [anon_sym_LT_LT_EQ] = ACTIONS(699), + [anon_sym_GT_GT_EQ] = ACTIONS(699), + [anon_sym_EQ] = ACTIONS(709), + [anon_sym_EQ_EQ] = ACTIONS(699), + [anon_sym_BANG_EQ] = ACTIONS(699), + [anon_sym_GT] = ACTIONS(709), + [anon_sym_LT] = ACTIONS(709), + [anon_sym_GT_EQ] = ACTIONS(699), + [anon_sym_LT_EQ] = ACTIONS(699), + [anon_sym_AT] = ACTIONS(699), + [anon_sym__] = ACTIONS(709), + [anon_sym_DOT] = ACTIONS(709), + [anon_sym_DOT_DOT] = ACTIONS(709), + [anon_sym_DOT_DOT_DOT] = ACTIONS(699), + [anon_sym_DOT_DOT_EQ] = ACTIONS(699), + [anon_sym_COMMA] = ACTIONS(699), + [anon_sym_COLON_COLON] = ACTIONS(699), + [anon_sym_DASH_GT] = ACTIONS(699), + [anon_sym_POUND] = ACTIONS(699), + [anon_sym_SQUOTE] = ACTIONS(697), + [anon_sym_as] = ACTIONS(697), + [anon_sym_async] = ACTIONS(697), + [anon_sym_await] = ACTIONS(697), + [anon_sym_break] = ACTIONS(697), + [anon_sym_const] = ACTIONS(697), + [anon_sym_continue] = ACTIONS(697), + [anon_sym_default] = ACTIONS(697), + [anon_sym_enum] = ACTIONS(697), + [anon_sym_fn] = ACTIONS(697), + [anon_sym_for] = ACTIONS(697), + [anon_sym_gen] = ACTIONS(697), + [anon_sym_if] = ACTIONS(697), + [anon_sym_impl] = ACTIONS(697), + [anon_sym_let] = ACTIONS(697), + [anon_sym_loop] = ACTIONS(697), + [anon_sym_match] = ACTIONS(697), + [anon_sym_mod] = ACTIONS(697), + [anon_sym_pub] = ACTIONS(697), + [anon_sym_return] = ACTIONS(697), + [anon_sym_static] = ACTIONS(697), + [anon_sym_struct] = ACTIONS(697), + [anon_sym_trait] = ACTIONS(697), + [anon_sym_type] = ACTIONS(697), + [anon_sym_union] = ACTIONS(697), + [anon_sym_unsafe] = ACTIONS(697), + [anon_sym_use] = ACTIONS(697), + [anon_sym_where] = ACTIONS(697), + [anon_sym_while] = ACTIONS(697), + [sym_mutable_specifier] = ACTIONS(697), + [sym_integer_literal] = ACTIONS(713), + [aux_sym_string_literal_token1] = ACTIONS(715), + [sym_char_literal] = ACTIONS(713), + [anon_sym_true] = ACTIONS(717), + [anon_sym_false] = ACTIONS(717), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(697), + [sym_super] = ACTIONS(697), + [sym_crate] = ACTIONS(697), + [sym__raw_string_literal_start] = ACTIONS(719), + [sym_float_literal] = ACTIONS(713), + }, + [STATE(95)] = { + [sym_delim_token_tree] = STATE(222), + [sym__delim_tokens] = STATE(223), + [sym__non_delim_token] = STATE(222), + [sym__literal] = STATE(221), + [sym_string_literal] = STATE(212), + [sym_raw_string_literal] = STATE(212), + [sym_boolean_literal] = STATE(212), + [sym_line_comment] = STATE(95), + [sym_block_comment] = STATE(95), + [aux_sym__non_special_token_repeat1] = STATE(195), + [aux_sym_delim_token_tree_repeat1] = STATE(126), + [sym_identifier] = ACTIONS(697), + [anon_sym_SEMI] = ACTIONS(699), + [anon_sym_LPAREN] = ACTIONS(701), + [anon_sym_LBRACK] = ACTIONS(705), + [anon_sym_LBRACE] = ACTIONS(707), + [anon_sym_RBRACE] = ACTIONS(703), + [anon_sym_EQ_GT] = ACTIONS(699), + [anon_sym_COLON] = ACTIONS(709), + [anon_sym_DOLLAR] = ACTIONS(711), + [anon_sym_PLUS] = ACTIONS(709), + [anon_sym_STAR] = ACTIONS(709), + [anon_sym_QMARK] = ACTIONS(699), + [anon_sym_u8] = ACTIONS(697), + [anon_sym_i8] = ACTIONS(697), + [anon_sym_u16] = ACTIONS(697), + [anon_sym_i16] = ACTIONS(697), + [anon_sym_u32] = ACTIONS(697), + [anon_sym_i32] = ACTIONS(697), + [anon_sym_u64] = ACTIONS(697), + [anon_sym_i64] = ACTIONS(697), + [anon_sym_u128] = ACTIONS(697), + [anon_sym_i128] = ACTIONS(697), + [anon_sym_isize] = ACTIONS(697), + [anon_sym_usize] = ACTIONS(697), + [anon_sym_f32] = ACTIONS(697), + [anon_sym_f64] = ACTIONS(697), + [anon_sym_bool] = ACTIONS(697), + [anon_sym_str] = ACTIONS(697), + [anon_sym_char] = ACTIONS(697), + [anon_sym_DASH] = ACTIONS(709), + [anon_sym_SLASH] = ACTIONS(709), + [anon_sym_PERCENT] = ACTIONS(709), + [anon_sym_CARET] = ACTIONS(709), + [anon_sym_BANG] = ACTIONS(709), + [anon_sym_AMP] = ACTIONS(709), + [anon_sym_PIPE] = ACTIONS(709), + [anon_sym_AMP_AMP] = ACTIONS(699), + [anon_sym_PIPE_PIPE] = ACTIONS(699), + [anon_sym_LT_LT] = ACTIONS(709), + [anon_sym_GT_GT] = ACTIONS(709), + [anon_sym_PLUS_EQ] = ACTIONS(699), + [anon_sym_DASH_EQ] = ACTIONS(699), + [anon_sym_STAR_EQ] = ACTIONS(699), + [anon_sym_SLASH_EQ] = ACTIONS(699), + [anon_sym_PERCENT_EQ] = ACTIONS(699), + [anon_sym_CARET_EQ] = ACTIONS(699), + [anon_sym_AMP_EQ] = ACTIONS(699), + [anon_sym_PIPE_EQ] = ACTIONS(699), + [anon_sym_LT_LT_EQ] = ACTIONS(699), + [anon_sym_GT_GT_EQ] = ACTIONS(699), + [anon_sym_EQ] = ACTIONS(709), + [anon_sym_EQ_EQ] = ACTIONS(699), + [anon_sym_BANG_EQ] = ACTIONS(699), + [anon_sym_GT] = ACTIONS(709), + [anon_sym_LT] = ACTIONS(709), + [anon_sym_GT_EQ] = ACTIONS(699), + [anon_sym_LT_EQ] = ACTIONS(699), + [anon_sym_AT] = ACTIONS(699), + [anon_sym__] = ACTIONS(709), + [anon_sym_DOT] = ACTIONS(709), + [anon_sym_DOT_DOT] = ACTIONS(709), + [anon_sym_DOT_DOT_DOT] = ACTIONS(699), + [anon_sym_DOT_DOT_EQ] = ACTIONS(699), + [anon_sym_COMMA] = ACTIONS(699), + [anon_sym_COLON_COLON] = ACTIONS(699), + [anon_sym_DASH_GT] = ACTIONS(699), + [anon_sym_POUND] = ACTIONS(699), + [anon_sym_SQUOTE] = ACTIONS(697), + [anon_sym_as] = ACTIONS(697), + [anon_sym_async] = ACTIONS(697), + [anon_sym_await] = ACTIONS(697), + [anon_sym_break] = ACTIONS(697), + [anon_sym_const] = ACTIONS(697), + [anon_sym_continue] = ACTIONS(697), + [anon_sym_default] = ACTIONS(697), + [anon_sym_enum] = ACTIONS(697), + [anon_sym_fn] = ACTIONS(697), + [anon_sym_for] = ACTIONS(697), + [anon_sym_gen] = ACTIONS(697), + [anon_sym_if] = ACTIONS(697), + [anon_sym_impl] = ACTIONS(697), + [anon_sym_let] = ACTIONS(697), + [anon_sym_loop] = ACTIONS(697), + [anon_sym_match] = ACTIONS(697), + [anon_sym_mod] = ACTIONS(697), + [anon_sym_pub] = ACTIONS(697), + [anon_sym_return] = ACTIONS(697), + [anon_sym_static] = ACTIONS(697), + [anon_sym_struct] = ACTIONS(697), + [anon_sym_trait] = ACTIONS(697), + [anon_sym_type] = ACTIONS(697), + [anon_sym_union] = ACTIONS(697), + [anon_sym_unsafe] = ACTIONS(697), + [anon_sym_use] = ACTIONS(697), + [anon_sym_where] = ACTIONS(697), + [anon_sym_while] = ACTIONS(697), + [sym_mutable_specifier] = ACTIONS(697), + [sym_integer_literal] = ACTIONS(713), + [aux_sym_string_literal_token1] = ACTIONS(715), + [sym_char_literal] = ACTIONS(713), + [anon_sym_true] = ACTIONS(717), + [anon_sym_false] = ACTIONS(717), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(697), + [sym_super] = ACTIONS(697), + [sym_crate] = ACTIONS(697), + [sym__raw_string_literal_start] = ACTIONS(719), + [sym_float_literal] = ACTIONS(713), + }, + [STATE(96)] = { + [sym_token_tree] = STATE(202), + [sym_token_repetition] = STATE(202), + [sym__literal] = STATE(202), + [sym_string_literal] = STATE(179), + [sym_raw_string_literal] = STATE(179), + [sym_boolean_literal] = STATE(179), + [sym_line_comment] = STATE(96), + [sym_block_comment] = STATE(96), + [aux_sym_token_tree_repeat1] = STATE(71), + [aux_sym__non_special_token_repeat1] = STATE(149), [sym_identifier] = ACTIONS(683), - [anon_sym_SEMI] = ACTIONS(685), - [anon_sym_LPAREN] = ACTIONS(687), - [anon_sym_LBRACK] = ACTIONS(691), - [anon_sym_LBRACE] = ACTIONS(693), - [anon_sym_RBRACE] = ACTIONS(709), - [anon_sym_EQ_GT] = ACTIONS(685), - [anon_sym_COLON] = ACTIONS(695), - [anon_sym_DOLLAR] = ACTIONS(697), - [anon_sym_PLUS] = ACTIONS(695), - [anon_sym_STAR] = ACTIONS(695), - [anon_sym_QMARK] = ACTIONS(685), + [anon_sym_SEMI] = ACTIONS(576), + [anon_sym_LPAREN] = ACTIONS(685), + [anon_sym_LBRACK] = ACTIONS(687), + [anon_sym_RBRACK] = ACTIONS(723), + [anon_sym_LBRACE] = ACTIONS(689), + [anon_sym_EQ_GT] = ACTIONS(576), + [anon_sym_COLON] = ACTIONS(586), + [anon_sym_DOLLAR] = ACTIONS(693), + [anon_sym_PLUS] = ACTIONS(586), + [anon_sym_STAR] = ACTIONS(586), + [anon_sym_QMARK] = ACTIONS(576), [anon_sym_u8] = ACTIONS(683), [anon_sym_i8] = ACTIONS(683), [anon_sym_u16] = ACTIONS(683), @@ -26990,615 +28156,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(683), [anon_sym_str] = ACTIONS(683), [anon_sym_char] = ACTIONS(683), - [anon_sym_DASH] = ACTIONS(695), - [anon_sym_SLASH] = ACTIONS(695), - [anon_sym_PERCENT] = ACTIONS(695), - [anon_sym_CARET] = ACTIONS(695), - [anon_sym_BANG] = ACTIONS(695), - [anon_sym_AMP] = ACTIONS(695), - [anon_sym_PIPE] = ACTIONS(695), - [anon_sym_AMP_AMP] = ACTIONS(685), - [anon_sym_PIPE_PIPE] = ACTIONS(685), - [anon_sym_LT_LT] = ACTIONS(695), - [anon_sym_GT_GT] = ACTIONS(695), - [anon_sym_PLUS_EQ] = ACTIONS(685), - [anon_sym_DASH_EQ] = ACTIONS(685), - [anon_sym_STAR_EQ] = ACTIONS(685), - [anon_sym_SLASH_EQ] = ACTIONS(685), - [anon_sym_PERCENT_EQ] = ACTIONS(685), - [anon_sym_CARET_EQ] = ACTIONS(685), - [anon_sym_AMP_EQ] = ACTIONS(685), - [anon_sym_PIPE_EQ] = ACTIONS(685), - [anon_sym_LT_LT_EQ] = ACTIONS(685), - [anon_sym_GT_GT_EQ] = ACTIONS(685), - [anon_sym_EQ] = ACTIONS(695), - [anon_sym_EQ_EQ] = ACTIONS(685), - [anon_sym_BANG_EQ] = ACTIONS(685), - [anon_sym_GT] = ACTIONS(695), - [anon_sym_LT] = ACTIONS(695), - [anon_sym_GT_EQ] = ACTIONS(685), - [anon_sym_LT_EQ] = ACTIONS(685), - [anon_sym_AT] = ACTIONS(685), - [anon_sym__] = ACTIONS(695), - [anon_sym_DOT] = ACTIONS(695), - [anon_sym_DOT_DOT] = ACTIONS(695), - [anon_sym_DOT_DOT_DOT] = ACTIONS(685), - [anon_sym_DOT_DOT_EQ] = ACTIONS(685), - [anon_sym_COMMA] = ACTIONS(685), - [anon_sym_COLON_COLON] = ACTIONS(685), - [anon_sym_DASH_GT] = ACTIONS(685), - [anon_sym_POUND] = ACTIONS(685), - [anon_sym_SQUOTE] = ACTIONS(683), - [anon_sym_as] = ACTIONS(683), - [anon_sym_async] = ACTIONS(683), - [anon_sym_await] = ACTIONS(683), - [anon_sym_break] = ACTIONS(683), - [anon_sym_const] = ACTIONS(683), - [anon_sym_continue] = ACTIONS(683), - [anon_sym_default] = ACTIONS(683), - [anon_sym_enum] = ACTIONS(683), - [anon_sym_fn] = ACTIONS(683), - [anon_sym_for] = ACTIONS(683), - [anon_sym_gen] = ACTIONS(683), - [anon_sym_if] = ACTIONS(683), - [anon_sym_impl] = ACTIONS(683), - [anon_sym_let] = ACTIONS(683), - [anon_sym_loop] = ACTIONS(683), - [anon_sym_match] = ACTIONS(683), - [anon_sym_mod] = ACTIONS(683), - [anon_sym_pub] = ACTIONS(683), - [anon_sym_return] = ACTIONS(683), - [anon_sym_static] = ACTIONS(683), - [anon_sym_struct] = ACTIONS(683), - [anon_sym_trait] = ACTIONS(683), - [anon_sym_type] = ACTIONS(683), - [anon_sym_union] = ACTIONS(683), - [anon_sym_unsafe] = ACTIONS(683), - [anon_sym_use] = ACTIONS(683), - [anon_sym_where] = ACTIONS(683), - [anon_sym_while] = ACTIONS(683), - [sym_mutable_specifier] = ACTIONS(683), - [sym_integer_literal] = ACTIONS(699), - [aux_sym_string_literal_token1] = ACTIONS(701), - [sym_char_literal] = ACTIONS(699), - [anon_sym_true] = ACTIONS(703), - [anon_sym_false] = ACTIONS(703), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(683), - [sym_super] = ACTIONS(683), - [sym_crate] = ACTIONS(683), - [sym__raw_string_literal_start] = ACTIONS(705), - [sym_float_literal] = ACTIONS(699), - }, - [STATE(88)] = { - [sym_token_tree] = STATE(190), - [sym_token_repetition] = STATE(190), - [sym__literal] = STATE(190), - [sym_string_literal] = STATE(188), - [sym_raw_string_literal] = STATE(188), - [sym_boolean_literal] = STATE(188), - [sym_line_comment] = STATE(88), - [sym_block_comment] = STATE(88), - [aux_sym_token_tree_repeat1] = STATE(91), - [aux_sym__non_special_token_repeat1] = STATE(153), - [sym_identifier] = ACTIONS(711), - [anon_sym_SEMI] = ACTIONS(576), - [anon_sym_LPAREN] = ACTIONS(713), - [anon_sym_RPAREN] = ACTIONS(715), - [anon_sym_LBRACK] = ACTIONS(717), - [anon_sym_LBRACE] = ACTIONS(719), - [anon_sym_EQ_GT] = ACTIONS(576), - [anon_sym_COLON] = ACTIONS(586), - [anon_sym_DOLLAR] = ACTIONS(721), - [anon_sym_PLUS] = ACTIONS(586), - [anon_sym_STAR] = ACTIONS(586), - [anon_sym_QMARK] = ACTIONS(576), - [anon_sym_u8] = ACTIONS(711), - [anon_sym_i8] = ACTIONS(711), - [anon_sym_u16] = ACTIONS(711), - [anon_sym_i16] = ACTIONS(711), - [anon_sym_u32] = ACTIONS(711), - [anon_sym_i32] = ACTIONS(711), - [anon_sym_u64] = ACTIONS(711), - [anon_sym_i64] = ACTIONS(711), - [anon_sym_u128] = ACTIONS(711), - [anon_sym_i128] = ACTIONS(711), - [anon_sym_isize] = ACTIONS(711), - [anon_sym_usize] = ACTIONS(711), - [anon_sym_f32] = ACTIONS(711), - [anon_sym_f64] = ACTIONS(711), - [anon_sym_bool] = ACTIONS(711), - [anon_sym_str] = ACTIONS(711), - [anon_sym_char] = ACTIONS(711), - [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(576), - [anon_sym_PIPE_PIPE] = ACTIONS(576), - [anon_sym_LT_LT] = ACTIONS(586), - [anon_sym_GT_GT] = ACTIONS(586), - [anon_sym_PLUS_EQ] = ACTIONS(576), - [anon_sym_DASH_EQ] = ACTIONS(576), - [anon_sym_STAR_EQ] = ACTIONS(576), - [anon_sym_SLASH_EQ] = ACTIONS(576), - [anon_sym_PERCENT_EQ] = ACTIONS(576), - [anon_sym_CARET_EQ] = ACTIONS(576), - [anon_sym_AMP_EQ] = ACTIONS(576), - [anon_sym_PIPE_EQ] = ACTIONS(576), - [anon_sym_LT_LT_EQ] = ACTIONS(576), - [anon_sym_GT_GT_EQ] = ACTIONS(576), - [anon_sym_EQ] = ACTIONS(586), - [anon_sym_EQ_EQ] = ACTIONS(576), - [anon_sym_BANG_EQ] = ACTIONS(576), - [anon_sym_GT] = ACTIONS(586), - [anon_sym_LT] = ACTIONS(586), - [anon_sym_GT_EQ] = ACTIONS(576), - [anon_sym_LT_EQ] = ACTIONS(576), - [anon_sym_AT] = ACTIONS(576), - [anon_sym__] = ACTIONS(586), - [anon_sym_DOT] = ACTIONS(586), - [anon_sym_DOT_DOT] = ACTIONS(586), - [anon_sym_DOT_DOT_DOT] = ACTIONS(576), - [anon_sym_DOT_DOT_EQ] = ACTIONS(576), - [anon_sym_COMMA] = ACTIONS(576), - [anon_sym_COLON_COLON] = ACTIONS(576), - [anon_sym_DASH_GT] = ACTIONS(576), - [anon_sym_POUND] = ACTIONS(576), - [anon_sym_SQUOTE] = ACTIONS(711), - [anon_sym_as] = ACTIONS(711), - [anon_sym_async] = ACTIONS(711), - [anon_sym_await] = ACTIONS(711), - [anon_sym_break] = ACTIONS(711), - [anon_sym_const] = ACTIONS(711), - [anon_sym_continue] = ACTIONS(711), - [anon_sym_default] = ACTIONS(711), - [anon_sym_enum] = ACTIONS(711), - [anon_sym_fn] = ACTIONS(711), - [anon_sym_for] = ACTIONS(711), - [anon_sym_gen] = ACTIONS(711), - [anon_sym_if] = ACTIONS(711), - [anon_sym_impl] = ACTIONS(711), - [anon_sym_let] = ACTIONS(711), - [anon_sym_loop] = ACTIONS(711), - [anon_sym_match] = ACTIONS(711), - [anon_sym_mod] = ACTIONS(711), - [anon_sym_pub] = ACTIONS(711), - [anon_sym_return] = ACTIONS(711), - [anon_sym_static] = ACTIONS(711), - [anon_sym_struct] = ACTIONS(711), - [anon_sym_trait] = ACTIONS(711), - [anon_sym_type] = ACTIONS(711), - [anon_sym_union] = ACTIONS(711), - [anon_sym_unsafe] = ACTIONS(711), - [anon_sym_use] = ACTIONS(711), - [anon_sym_where] = ACTIONS(711), - [anon_sym_while] = ACTIONS(711), - [sym_mutable_specifier] = ACTIONS(711), - [sym_integer_literal] = ACTIONS(590), - [aux_sym_string_literal_token1] = ACTIONS(592), - [sym_char_literal] = ACTIONS(590), - [anon_sym_true] = ACTIONS(594), - [anon_sym_false] = ACTIONS(594), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(711), - [sym_super] = ACTIONS(711), - [sym_crate] = ACTIONS(711), - [sym_metavariable] = ACTIONS(723), - [sym__raw_string_literal_start] = ACTIONS(598), - [sym_float_literal] = ACTIONS(590), - }, - [STATE(89)] = { - [sym_token_tree] = STATE(190), - [sym_token_repetition] = STATE(190), - [sym__literal] = STATE(190), - [sym_string_literal] = STATE(188), - [sym_raw_string_literal] = STATE(188), - [sym_boolean_literal] = STATE(188), - [sym_line_comment] = STATE(89), - [sym_block_comment] = STATE(89), - [aux_sym_token_tree_repeat1] = STATE(92), - [aux_sym__non_special_token_repeat1] = STATE(153), - [sym_identifier] = ACTIONS(711), - [anon_sym_SEMI] = ACTIONS(576), - [anon_sym_LPAREN] = ACTIONS(713), - [anon_sym_LBRACK] = ACTIONS(717), - [anon_sym_RBRACK] = ACTIONS(715), - [anon_sym_LBRACE] = ACTIONS(719), - [anon_sym_EQ_GT] = ACTIONS(576), - [anon_sym_COLON] = ACTIONS(586), - [anon_sym_DOLLAR] = ACTIONS(721), - [anon_sym_PLUS] = ACTIONS(586), - [anon_sym_STAR] = ACTIONS(586), - [anon_sym_QMARK] = ACTIONS(576), - [anon_sym_u8] = ACTIONS(711), - [anon_sym_i8] = ACTIONS(711), - [anon_sym_u16] = ACTIONS(711), - [anon_sym_i16] = ACTIONS(711), - [anon_sym_u32] = ACTIONS(711), - [anon_sym_i32] = ACTIONS(711), - [anon_sym_u64] = ACTIONS(711), - [anon_sym_i64] = ACTIONS(711), - [anon_sym_u128] = ACTIONS(711), - [anon_sym_i128] = ACTIONS(711), - [anon_sym_isize] = ACTIONS(711), - [anon_sym_usize] = ACTIONS(711), - [anon_sym_f32] = ACTIONS(711), - [anon_sym_f64] = ACTIONS(711), - [anon_sym_bool] = ACTIONS(711), - [anon_sym_str] = ACTIONS(711), - [anon_sym_char] = ACTIONS(711), - [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(576), - [anon_sym_PIPE_PIPE] = ACTIONS(576), - [anon_sym_LT_LT] = ACTIONS(586), - [anon_sym_GT_GT] = ACTIONS(586), - [anon_sym_PLUS_EQ] = ACTIONS(576), - [anon_sym_DASH_EQ] = ACTIONS(576), - [anon_sym_STAR_EQ] = ACTIONS(576), - [anon_sym_SLASH_EQ] = ACTIONS(576), - [anon_sym_PERCENT_EQ] = ACTIONS(576), - [anon_sym_CARET_EQ] = ACTIONS(576), - [anon_sym_AMP_EQ] = ACTIONS(576), - [anon_sym_PIPE_EQ] = ACTIONS(576), - [anon_sym_LT_LT_EQ] = ACTIONS(576), - [anon_sym_GT_GT_EQ] = ACTIONS(576), - [anon_sym_EQ] = ACTIONS(586), - [anon_sym_EQ_EQ] = ACTIONS(576), - [anon_sym_BANG_EQ] = ACTIONS(576), - [anon_sym_GT] = ACTIONS(586), - [anon_sym_LT] = ACTIONS(586), - [anon_sym_GT_EQ] = ACTIONS(576), - [anon_sym_LT_EQ] = ACTIONS(576), - [anon_sym_AT] = ACTIONS(576), - [anon_sym__] = ACTIONS(586), - [anon_sym_DOT] = ACTIONS(586), - [anon_sym_DOT_DOT] = ACTIONS(586), - [anon_sym_DOT_DOT_DOT] = ACTIONS(576), - [anon_sym_DOT_DOT_EQ] = ACTIONS(576), - [anon_sym_COMMA] = ACTIONS(576), - [anon_sym_COLON_COLON] = ACTIONS(576), - [anon_sym_DASH_GT] = ACTIONS(576), - [anon_sym_POUND] = ACTIONS(576), - [anon_sym_SQUOTE] = ACTIONS(711), - [anon_sym_as] = ACTIONS(711), - [anon_sym_async] = ACTIONS(711), - [anon_sym_await] = ACTIONS(711), - [anon_sym_break] = ACTIONS(711), - [anon_sym_const] = ACTIONS(711), - [anon_sym_continue] = ACTIONS(711), - [anon_sym_default] = ACTIONS(711), - [anon_sym_enum] = ACTIONS(711), - [anon_sym_fn] = ACTIONS(711), - [anon_sym_for] = ACTIONS(711), - [anon_sym_gen] = ACTIONS(711), - [anon_sym_if] = ACTIONS(711), - [anon_sym_impl] = ACTIONS(711), - [anon_sym_let] = ACTIONS(711), - [anon_sym_loop] = ACTIONS(711), - [anon_sym_match] = ACTIONS(711), - [anon_sym_mod] = ACTIONS(711), - [anon_sym_pub] = ACTIONS(711), - [anon_sym_return] = ACTIONS(711), - [anon_sym_static] = ACTIONS(711), - [anon_sym_struct] = ACTIONS(711), - [anon_sym_trait] = ACTIONS(711), - [anon_sym_type] = ACTIONS(711), - [anon_sym_union] = ACTIONS(711), - [anon_sym_unsafe] = ACTIONS(711), - [anon_sym_use] = ACTIONS(711), - [anon_sym_where] = ACTIONS(711), - [anon_sym_while] = ACTIONS(711), - [sym_mutable_specifier] = ACTIONS(711), - [sym_integer_literal] = ACTIONS(590), - [aux_sym_string_literal_token1] = ACTIONS(592), - [sym_char_literal] = ACTIONS(590), - [anon_sym_true] = ACTIONS(594), - [anon_sym_false] = ACTIONS(594), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(711), - [sym_super] = ACTIONS(711), - [sym_crate] = ACTIONS(711), - [sym_metavariable] = ACTIONS(723), - [sym__raw_string_literal_start] = ACTIONS(598), - [sym_float_literal] = ACTIONS(590), - }, - [STATE(90)] = { - [sym_token_tree] = STATE(190), - [sym_token_repetition] = STATE(190), - [sym__literal] = STATE(190), - [sym_string_literal] = STATE(188), - [sym_raw_string_literal] = STATE(188), - [sym_boolean_literal] = STATE(188), - [sym_line_comment] = STATE(90), - [sym_block_comment] = STATE(90), - [aux_sym_token_tree_repeat1] = STATE(93), - [aux_sym__non_special_token_repeat1] = STATE(153), - [sym_identifier] = ACTIONS(711), - [anon_sym_SEMI] = ACTIONS(576), - [anon_sym_LPAREN] = ACTIONS(713), - [anon_sym_LBRACK] = ACTIONS(717), - [anon_sym_LBRACE] = ACTIONS(719), - [anon_sym_RBRACE] = ACTIONS(715), - [anon_sym_EQ_GT] = ACTIONS(576), - [anon_sym_COLON] = ACTIONS(586), - [anon_sym_DOLLAR] = ACTIONS(721), - [anon_sym_PLUS] = ACTIONS(586), - [anon_sym_STAR] = ACTIONS(586), - [anon_sym_QMARK] = ACTIONS(576), - [anon_sym_u8] = ACTIONS(711), - [anon_sym_i8] = ACTIONS(711), - [anon_sym_u16] = ACTIONS(711), - [anon_sym_i16] = ACTIONS(711), - [anon_sym_u32] = ACTIONS(711), - [anon_sym_i32] = ACTIONS(711), - [anon_sym_u64] = ACTIONS(711), - [anon_sym_i64] = ACTIONS(711), - [anon_sym_u128] = ACTIONS(711), - [anon_sym_i128] = ACTIONS(711), - [anon_sym_isize] = ACTIONS(711), - [anon_sym_usize] = ACTIONS(711), - [anon_sym_f32] = ACTIONS(711), - [anon_sym_f64] = ACTIONS(711), - [anon_sym_bool] = ACTIONS(711), - [anon_sym_str] = ACTIONS(711), - [anon_sym_char] = ACTIONS(711), - [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(576), - [anon_sym_PIPE_PIPE] = ACTIONS(576), - [anon_sym_LT_LT] = ACTIONS(586), - [anon_sym_GT_GT] = ACTIONS(586), - [anon_sym_PLUS_EQ] = ACTIONS(576), - [anon_sym_DASH_EQ] = ACTIONS(576), - [anon_sym_STAR_EQ] = ACTIONS(576), - [anon_sym_SLASH_EQ] = ACTIONS(576), - [anon_sym_PERCENT_EQ] = ACTIONS(576), - [anon_sym_CARET_EQ] = ACTIONS(576), - [anon_sym_AMP_EQ] = ACTIONS(576), - [anon_sym_PIPE_EQ] = ACTIONS(576), - [anon_sym_LT_LT_EQ] = ACTIONS(576), - [anon_sym_GT_GT_EQ] = ACTIONS(576), - [anon_sym_EQ] = ACTIONS(586), - [anon_sym_EQ_EQ] = ACTIONS(576), - [anon_sym_BANG_EQ] = ACTIONS(576), - [anon_sym_GT] = ACTIONS(586), - [anon_sym_LT] = ACTIONS(586), - [anon_sym_GT_EQ] = ACTIONS(576), - [anon_sym_LT_EQ] = ACTIONS(576), - [anon_sym_AT] = ACTIONS(576), - [anon_sym__] = ACTIONS(586), - [anon_sym_DOT] = ACTIONS(586), - [anon_sym_DOT_DOT] = ACTIONS(586), - [anon_sym_DOT_DOT_DOT] = ACTIONS(576), - [anon_sym_DOT_DOT_EQ] = ACTIONS(576), - [anon_sym_COMMA] = ACTIONS(576), - [anon_sym_COLON_COLON] = ACTIONS(576), - [anon_sym_DASH_GT] = ACTIONS(576), - [anon_sym_POUND] = ACTIONS(576), - [anon_sym_SQUOTE] = ACTIONS(711), - [anon_sym_as] = ACTIONS(711), - [anon_sym_async] = ACTIONS(711), - [anon_sym_await] = ACTIONS(711), - [anon_sym_break] = ACTIONS(711), - [anon_sym_const] = ACTIONS(711), - [anon_sym_continue] = ACTIONS(711), - [anon_sym_default] = ACTIONS(711), - [anon_sym_enum] = ACTIONS(711), - [anon_sym_fn] = ACTIONS(711), - [anon_sym_for] = ACTIONS(711), - [anon_sym_gen] = ACTIONS(711), - [anon_sym_if] = ACTIONS(711), - [anon_sym_impl] = ACTIONS(711), - [anon_sym_let] = ACTIONS(711), - [anon_sym_loop] = ACTIONS(711), - [anon_sym_match] = ACTIONS(711), - [anon_sym_mod] = ACTIONS(711), - [anon_sym_pub] = ACTIONS(711), - [anon_sym_return] = ACTIONS(711), - [anon_sym_static] = ACTIONS(711), - [anon_sym_struct] = ACTIONS(711), - [anon_sym_trait] = ACTIONS(711), - [anon_sym_type] = ACTIONS(711), - [anon_sym_union] = ACTIONS(711), - [anon_sym_unsafe] = ACTIONS(711), - [anon_sym_use] = ACTIONS(711), - [anon_sym_where] = ACTIONS(711), - [anon_sym_while] = ACTIONS(711), - [sym_mutable_specifier] = ACTIONS(711), - [sym_integer_literal] = ACTIONS(590), - [aux_sym_string_literal_token1] = ACTIONS(592), - [sym_char_literal] = ACTIONS(590), - [anon_sym_true] = ACTIONS(594), - [anon_sym_false] = ACTIONS(594), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(711), - [sym_super] = ACTIONS(711), - [sym_crate] = ACTIONS(711), - [sym_metavariable] = ACTIONS(723), - [sym__raw_string_literal_start] = ACTIONS(598), - [sym_float_literal] = ACTIONS(590), - }, - [STATE(91)] = { - [sym_token_tree] = STATE(190), - [sym_token_repetition] = STATE(190), - [sym__literal] = STATE(190), - [sym_string_literal] = STATE(188), - [sym_raw_string_literal] = STATE(188), - [sym_boolean_literal] = STATE(188), - [sym_line_comment] = STATE(91), - [sym_block_comment] = STATE(91), - [aux_sym_token_tree_repeat1] = STATE(82), - [aux_sym__non_special_token_repeat1] = STATE(153), - [sym_identifier] = ACTIONS(711), - [anon_sym_SEMI] = ACTIONS(576), - [anon_sym_LPAREN] = ACTIONS(713), - [anon_sym_RPAREN] = ACTIONS(725), - [anon_sym_LBRACK] = ACTIONS(717), - [anon_sym_LBRACE] = ACTIONS(719), - [anon_sym_EQ_GT] = ACTIONS(576), - [anon_sym_COLON] = ACTIONS(586), - [anon_sym_DOLLAR] = ACTIONS(721), - [anon_sym_PLUS] = ACTIONS(586), - [anon_sym_STAR] = ACTIONS(586), - [anon_sym_QMARK] = ACTIONS(576), - [anon_sym_u8] = ACTIONS(711), - [anon_sym_i8] = ACTIONS(711), - [anon_sym_u16] = ACTIONS(711), - [anon_sym_i16] = ACTIONS(711), - [anon_sym_u32] = ACTIONS(711), - [anon_sym_i32] = ACTIONS(711), - [anon_sym_u64] = ACTIONS(711), - [anon_sym_i64] = ACTIONS(711), - [anon_sym_u128] = ACTIONS(711), - [anon_sym_i128] = ACTIONS(711), - [anon_sym_isize] = ACTIONS(711), - [anon_sym_usize] = ACTIONS(711), - [anon_sym_f32] = ACTIONS(711), - [anon_sym_f64] = ACTIONS(711), - [anon_sym_bool] = ACTIONS(711), - [anon_sym_str] = ACTIONS(711), - [anon_sym_char] = ACTIONS(711), - [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(576), - [anon_sym_PIPE_PIPE] = ACTIONS(576), - [anon_sym_LT_LT] = ACTIONS(586), - [anon_sym_GT_GT] = ACTIONS(586), - [anon_sym_PLUS_EQ] = ACTIONS(576), - [anon_sym_DASH_EQ] = ACTIONS(576), - [anon_sym_STAR_EQ] = ACTIONS(576), - [anon_sym_SLASH_EQ] = ACTIONS(576), - [anon_sym_PERCENT_EQ] = ACTIONS(576), - [anon_sym_CARET_EQ] = ACTIONS(576), - [anon_sym_AMP_EQ] = ACTIONS(576), - [anon_sym_PIPE_EQ] = ACTIONS(576), - [anon_sym_LT_LT_EQ] = ACTIONS(576), - [anon_sym_GT_GT_EQ] = ACTIONS(576), - [anon_sym_EQ] = ACTIONS(586), - [anon_sym_EQ_EQ] = ACTIONS(576), - [anon_sym_BANG_EQ] = ACTIONS(576), - [anon_sym_GT] = ACTIONS(586), - [anon_sym_LT] = ACTIONS(586), - [anon_sym_GT_EQ] = ACTIONS(576), - [anon_sym_LT_EQ] = ACTIONS(576), - [anon_sym_AT] = ACTIONS(576), - [anon_sym__] = ACTIONS(586), - [anon_sym_DOT] = ACTIONS(586), - [anon_sym_DOT_DOT] = ACTIONS(586), - [anon_sym_DOT_DOT_DOT] = ACTIONS(576), - [anon_sym_DOT_DOT_EQ] = ACTIONS(576), - [anon_sym_COMMA] = ACTIONS(576), - [anon_sym_COLON_COLON] = ACTIONS(576), - [anon_sym_DASH_GT] = ACTIONS(576), - [anon_sym_POUND] = ACTIONS(576), - [anon_sym_SQUOTE] = ACTIONS(711), - [anon_sym_as] = ACTIONS(711), - [anon_sym_async] = ACTIONS(711), - [anon_sym_await] = ACTIONS(711), - [anon_sym_break] = ACTIONS(711), - [anon_sym_const] = ACTIONS(711), - [anon_sym_continue] = ACTIONS(711), - [anon_sym_default] = ACTIONS(711), - [anon_sym_enum] = ACTIONS(711), - [anon_sym_fn] = ACTIONS(711), - [anon_sym_for] = ACTIONS(711), - [anon_sym_gen] = ACTIONS(711), - [anon_sym_if] = ACTIONS(711), - [anon_sym_impl] = ACTIONS(711), - [anon_sym_let] = ACTIONS(711), - [anon_sym_loop] = ACTIONS(711), - [anon_sym_match] = ACTIONS(711), - [anon_sym_mod] = ACTIONS(711), - [anon_sym_pub] = ACTIONS(711), - [anon_sym_return] = ACTIONS(711), - [anon_sym_static] = ACTIONS(711), - [anon_sym_struct] = ACTIONS(711), - [anon_sym_trait] = ACTIONS(711), - [anon_sym_type] = ACTIONS(711), - [anon_sym_union] = ACTIONS(711), - [anon_sym_unsafe] = ACTIONS(711), - [anon_sym_use] = ACTIONS(711), - [anon_sym_where] = ACTIONS(711), - [anon_sym_while] = ACTIONS(711), - [sym_mutable_specifier] = ACTIONS(711), - [sym_integer_literal] = ACTIONS(590), - [aux_sym_string_literal_token1] = ACTIONS(592), - [sym_char_literal] = ACTIONS(590), - [anon_sym_true] = ACTIONS(594), - [anon_sym_false] = ACTIONS(594), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(711), - [sym_super] = ACTIONS(711), - [sym_crate] = ACTIONS(711), - [sym_metavariable] = ACTIONS(723), - [sym__raw_string_literal_start] = ACTIONS(598), - [sym_float_literal] = ACTIONS(590), - }, - [STATE(92)] = { - [sym_token_tree] = STATE(190), - [sym_token_repetition] = STATE(190), - [sym__literal] = STATE(190), - [sym_string_literal] = STATE(188), - [sym_raw_string_literal] = STATE(188), - [sym_boolean_literal] = STATE(188), - [sym_line_comment] = STATE(92), - [sym_block_comment] = STATE(92), - [aux_sym_token_tree_repeat1] = STATE(82), - [aux_sym__non_special_token_repeat1] = STATE(153), - [sym_identifier] = ACTIONS(711), - [anon_sym_SEMI] = ACTIONS(576), - [anon_sym_LPAREN] = ACTIONS(713), - [anon_sym_LBRACK] = ACTIONS(717), - [anon_sym_RBRACK] = ACTIONS(725), - [anon_sym_LBRACE] = ACTIONS(719), - [anon_sym_EQ_GT] = ACTIONS(576), - [anon_sym_COLON] = ACTIONS(586), - [anon_sym_DOLLAR] = ACTIONS(721), - [anon_sym_PLUS] = ACTIONS(586), - [anon_sym_STAR] = ACTIONS(586), - [anon_sym_QMARK] = ACTIONS(576), - [anon_sym_u8] = ACTIONS(711), - [anon_sym_i8] = ACTIONS(711), - [anon_sym_u16] = ACTIONS(711), - [anon_sym_i16] = ACTIONS(711), - [anon_sym_u32] = ACTIONS(711), - [anon_sym_i32] = ACTIONS(711), - [anon_sym_u64] = ACTIONS(711), - [anon_sym_i64] = ACTIONS(711), - [anon_sym_u128] = ACTIONS(711), - [anon_sym_i128] = ACTIONS(711), - [anon_sym_isize] = ACTIONS(711), - [anon_sym_usize] = ACTIONS(711), - [anon_sym_f32] = ACTIONS(711), - [anon_sym_f64] = ACTIONS(711), - [anon_sym_bool] = ACTIONS(711), - [anon_sym_str] = ACTIONS(711), - [anon_sym_char] = ACTIONS(711), [anon_sym_DASH] = ACTIONS(586), [anon_sym_SLASH] = ACTIONS(586), [anon_sym_PERCENT] = ACTIONS(586), @@ -27637,36 +28194,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COLON_COLON] = ACTIONS(576), [anon_sym_DASH_GT] = ACTIONS(576), [anon_sym_POUND] = ACTIONS(576), - [anon_sym_SQUOTE] = ACTIONS(711), - [anon_sym_as] = ACTIONS(711), - [anon_sym_async] = ACTIONS(711), - [anon_sym_await] = ACTIONS(711), - [anon_sym_break] = ACTIONS(711), - [anon_sym_const] = ACTIONS(711), - [anon_sym_continue] = ACTIONS(711), - [anon_sym_default] = ACTIONS(711), - [anon_sym_enum] = ACTIONS(711), - [anon_sym_fn] = ACTIONS(711), - [anon_sym_for] = ACTIONS(711), - [anon_sym_gen] = ACTIONS(711), - [anon_sym_if] = ACTIONS(711), - [anon_sym_impl] = ACTIONS(711), - [anon_sym_let] = ACTIONS(711), - [anon_sym_loop] = ACTIONS(711), - [anon_sym_match] = ACTIONS(711), - [anon_sym_mod] = ACTIONS(711), - [anon_sym_pub] = ACTIONS(711), - [anon_sym_return] = ACTIONS(711), - [anon_sym_static] = ACTIONS(711), - [anon_sym_struct] = ACTIONS(711), - [anon_sym_trait] = ACTIONS(711), - [anon_sym_type] = ACTIONS(711), - [anon_sym_union] = ACTIONS(711), - [anon_sym_unsafe] = ACTIONS(711), - [anon_sym_use] = ACTIONS(711), - [anon_sym_where] = ACTIONS(711), - [anon_sym_while] = ACTIONS(711), - [sym_mutable_specifier] = ACTIONS(711), + [anon_sym_SQUOTE] = ACTIONS(683), + [anon_sym_as] = ACTIONS(683), + [anon_sym_async] = ACTIONS(683), + [anon_sym_await] = ACTIONS(683), + [anon_sym_break] = ACTIONS(683), + [anon_sym_const] = ACTIONS(683), + [anon_sym_continue] = ACTIONS(683), + [anon_sym_default] = ACTIONS(683), + [anon_sym_enum] = ACTIONS(683), + [anon_sym_fn] = ACTIONS(683), + [anon_sym_for] = ACTIONS(683), + [anon_sym_gen] = ACTIONS(683), + [anon_sym_if] = ACTIONS(683), + [anon_sym_impl] = ACTIONS(683), + [anon_sym_let] = ACTIONS(683), + [anon_sym_loop] = ACTIONS(683), + [anon_sym_match] = ACTIONS(683), + [anon_sym_mod] = ACTIONS(683), + [anon_sym_pub] = ACTIONS(683), + [anon_sym_return] = ACTIONS(683), + [anon_sym_static] = ACTIONS(683), + [anon_sym_struct] = ACTIONS(683), + [anon_sym_trait] = ACTIONS(683), + [anon_sym_type] = ACTIONS(683), + [anon_sym_union] = ACTIONS(683), + [anon_sym_unsafe] = ACTIONS(683), + [anon_sym_use] = ACTIONS(683), + [anon_sym_where] = ACTIONS(683), + [anon_sym_while] = ACTIONS(683), + [sym_mutable_specifier] = ACTIONS(683), [sym_integer_literal] = ACTIONS(590), [aux_sym_string_literal_token1] = ACTIONS(592), [sym_char_literal] = ACTIONS(590), @@ -27674,53 +28231,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(594), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(711), - [sym_super] = ACTIONS(711), - [sym_crate] = ACTIONS(711), - [sym_metavariable] = ACTIONS(723), + [sym_self] = ACTIONS(683), + [sym_super] = ACTIONS(683), + [sym_crate] = ACTIONS(683), + [sym_metavariable] = ACTIONS(695), [sym__raw_string_literal_start] = ACTIONS(598), [sym_float_literal] = ACTIONS(590), }, - [STATE(93)] = { - [sym_token_tree] = STATE(190), - [sym_token_repetition] = STATE(190), - [sym__literal] = STATE(190), - [sym_string_literal] = STATE(188), - [sym_raw_string_literal] = STATE(188), - [sym_boolean_literal] = STATE(188), - [sym_line_comment] = STATE(93), - [sym_block_comment] = STATE(93), - [aux_sym_token_tree_repeat1] = STATE(82), - [aux_sym__non_special_token_repeat1] = STATE(153), - [sym_identifier] = ACTIONS(711), + [STATE(97)] = { + [sym_token_tree] = STATE(202), + [sym_token_repetition] = STATE(202), + [sym__literal] = STATE(202), + [sym_string_literal] = STATE(179), + [sym_raw_string_literal] = STATE(179), + [sym_boolean_literal] = STATE(179), + [sym_line_comment] = STATE(97), + [sym_block_comment] = STATE(97), + [aux_sym_token_tree_repeat1] = STATE(71), + [aux_sym__non_special_token_repeat1] = STATE(149), + [sym_identifier] = ACTIONS(683), [anon_sym_SEMI] = ACTIONS(576), - [anon_sym_LPAREN] = ACTIONS(713), - [anon_sym_LBRACK] = ACTIONS(717), - [anon_sym_LBRACE] = ACTIONS(719), - [anon_sym_RBRACE] = ACTIONS(725), + [anon_sym_LPAREN] = ACTIONS(685), + [anon_sym_LBRACK] = ACTIONS(687), + [anon_sym_LBRACE] = ACTIONS(689), + [anon_sym_RBRACE] = ACTIONS(723), [anon_sym_EQ_GT] = ACTIONS(576), [anon_sym_COLON] = ACTIONS(586), - [anon_sym_DOLLAR] = ACTIONS(721), + [anon_sym_DOLLAR] = ACTIONS(693), [anon_sym_PLUS] = ACTIONS(586), [anon_sym_STAR] = ACTIONS(586), [anon_sym_QMARK] = ACTIONS(576), - [anon_sym_u8] = ACTIONS(711), - [anon_sym_i8] = ACTIONS(711), - [anon_sym_u16] = ACTIONS(711), - [anon_sym_i16] = ACTIONS(711), - [anon_sym_u32] = ACTIONS(711), - [anon_sym_i32] = ACTIONS(711), - [anon_sym_u64] = ACTIONS(711), - [anon_sym_i64] = ACTIONS(711), - [anon_sym_u128] = ACTIONS(711), - [anon_sym_i128] = ACTIONS(711), - [anon_sym_isize] = ACTIONS(711), - [anon_sym_usize] = ACTIONS(711), - [anon_sym_f32] = ACTIONS(711), - [anon_sym_f64] = ACTIONS(711), - [anon_sym_bool] = ACTIONS(711), - [anon_sym_str] = ACTIONS(711), - [anon_sym_char] = ACTIONS(711), + [anon_sym_u8] = ACTIONS(683), + [anon_sym_i8] = ACTIONS(683), + [anon_sym_u16] = ACTIONS(683), + [anon_sym_i16] = ACTIONS(683), + [anon_sym_u32] = ACTIONS(683), + [anon_sym_i32] = ACTIONS(683), + [anon_sym_u64] = ACTIONS(683), + [anon_sym_i64] = ACTIONS(683), + [anon_sym_u128] = ACTIONS(683), + [anon_sym_i128] = ACTIONS(683), + [anon_sym_isize] = ACTIONS(683), + [anon_sym_usize] = ACTIONS(683), + [anon_sym_f32] = ACTIONS(683), + [anon_sym_f64] = ACTIONS(683), + [anon_sym_bool] = ACTIONS(683), + [anon_sym_str] = ACTIONS(683), + [anon_sym_char] = ACTIONS(683), [anon_sym_DASH] = ACTIONS(586), [anon_sym_SLASH] = ACTIONS(586), [anon_sym_PERCENT] = ACTIONS(586), @@ -27759,129 +28316,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COLON_COLON] = ACTIONS(576), [anon_sym_DASH_GT] = ACTIONS(576), [anon_sym_POUND] = ACTIONS(576), - [anon_sym_SQUOTE] = ACTIONS(711), - [anon_sym_as] = ACTIONS(711), - [anon_sym_async] = ACTIONS(711), - [anon_sym_await] = ACTIONS(711), - [anon_sym_break] = ACTIONS(711), - [anon_sym_const] = ACTIONS(711), - [anon_sym_continue] = ACTIONS(711), - [anon_sym_default] = ACTIONS(711), - [anon_sym_enum] = ACTIONS(711), - [anon_sym_fn] = ACTIONS(711), - [anon_sym_for] = ACTIONS(711), - [anon_sym_gen] = ACTIONS(711), - [anon_sym_if] = ACTIONS(711), - [anon_sym_impl] = ACTIONS(711), - [anon_sym_let] = ACTIONS(711), - [anon_sym_loop] = ACTIONS(711), - [anon_sym_match] = ACTIONS(711), - [anon_sym_mod] = ACTIONS(711), - [anon_sym_pub] = ACTIONS(711), - [anon_sym_return] = ACTIONS(711), - [anon_sym_static] = ACTIONS(711), - [anon_sym_struct] = ACTIONS(711), - [anon_sym_trait] = ACTIONS(711), - [anon_sym_type] = ACTIONS(711), - [anon_sym_union] = ACTIONS(711), - [anon_sym_unsafe] = ACTIONS(711), - [anon_sym_use] = ACTIONS(711), - [anon_sym_where] = ACTIONS(711), - [anon_sym_while] = ACTIONS(711), - [sym_mutable_specifier] = ACTIONS(711), - [sym_integer_literal] = ACTIONS(590), - [aux_sym_string_literal_token1] = ACTIONS(592), - [sym_char_literal] = ACTIONS(590), - [anon_sym_true] = ACTIONS(594), - [anon_sym_false] = ACTIONS(594), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(711), - [sym_super] = ACTIONS(711), - [sym_crate] = ACTIONS(711), - [sym_metavariable] = ACTIONS(723), - [sym__raw_string_literal_start] = ACTIONS(598), - [sym_float_literal] = ACTIONS(590), - }, - [STATE(94)] = { - [sym_delim_token_tree] = STATE(205), - [sym__delim_tokens] = STATE(204), - [sym__non_delim_token] = STATE(205), - [sym__literal] = STATE(246), - [sym_string_literal] = STATE(226), - [sym_raw_string_literal] = STATE(226), - [sym_boolean_literal] = STATE(226), - [sym_line_comment] = STATE(94), - [sym_block_comment] = STATE(94), - [aux_sym__non_special_token_repeat1] = STATE(175), - [aux_sym_delim_token_tree_repeat1] = STATE(98), - [sym_identifier] = ACTIONS(683), - [anon_sym_SEMI] = ACTIONS(685), - [anon_sym_LPAREN] = ACTIONS(687), - [anon_sym_RPAREN] = ACTIONS(709), - [anon_sym_LBRACK] = ACTIONS(691), - [anon_sym_LBRACE] = ACTIONS(693), - [anon_sym_EQ_GT] = ACTIONS(685), - [anon_sym_COLON] = ACTIONS(695), - [anon_sym_DOLLAR] = ACTIONS(697), - [anon_sym_PLUS] = ACTIONS(695), - [anon_sym_STAR] = ACTIONS(695), - [anon_sym_QMARK] = ACTIONS(685), - [anon_sym_u8] = ACTIONS(683), - [anon_sym_i8] = ACTIONS(683), - [anon_sym_u16] = ACTIONS(683), - [anon_sym_i16] = ACTIONS(683), - [anon_sym_u32] = ACTIONS(683), - [anon_sym_i32] = ACTIONS(683), - [anon_sym_u64] = ACTIONS(683), - [anon_sym_i64] = ACTIONS(683), - [anon_sym_u128] = ACTIONS(683), - [anon_sym_i128] = ACTIONS(683), - [anon_sym_isize] = ACTIONS(683), - [anon_sym_usize] = ACTIONS(683), - [anon_sym_f32] = ACTIONS(683), - [anon_sym_f64] = ACTIONS(683), - [anon_sym_bool] = ACTIONS(683), - [anon_sym_str] = ACTIONS(683), - [anon_sym_char] = ACTIONS(683), - [anon_sym_DASH] = ACTIONS(695), - [anon_sym_SLASH] = ACTIONS(695), - [anon_sym_PERCENT] = ACTIONS(695), - [anon_sym_CARET] = ACTIONS(695), - [anon_sym_BANG] = ACTIONS(695), - [anon_sym_AMP] = ACTIONS(695), - [anon_sym_PIPE] = ACTIONS(695), - [anon_sym_AMP_AMP] = ACTIONS(685), - [anon_sym_PIPE_PIPE] = ACTIONS(685), - [anon_sym_LT_LT] = ACTIONS(695), - [anon_sym_GT_GT] = ACTIONS(695), - [anon_sym_PLUS_EQ] = ACTIONS(685), - [anon_sym_DASH_EQ] = ACTIONS(685), - [anon_sym_STAR_EQ] = ACTIONS(685), - [anon_sym_SLASH_EQ] = ACTIONS(685), - [anon_sym_PERCENT_EQ] = ACTIONS(685), - [anon_sym_CARET_EQ] = ACTIONS(685), - [anon_sym_AMP_EQ] = ACTIONS(685), - [anon_sym_PIPE_EQ] = ACTIONS(685), - [anon_sym_LT_LT_EQ] = ACTIONS(685), - [anon_sym_GT_GT_EQ] = ACTIONS(685), - [anon_sym_EQ] = ACTIONS(695), - [anon_sym_EQ_EQ] = ACTIONS(685), - [anon_sym_BANG_EQ] = ACTIONS(685), - [anon_sym_GT] = ACTIONS(695), - [anon_sym_LT] = ACTIONS(695), - [anon_sym_GT_EQ] = ACTIONS(685), - [anon_sym_LT_EQ] = ACTIONS(685), - [anon_sym_AT] = ACTIONS(685), - [anon_sym__] = ACTIONS(695), - [anon_sym_DOT] = ACTIONS(695), - [anon_sym_DOT_DOT] = ACTIONS(695), - [anon_sym_DOT_DOT_DOT] = ACTIONS(685), - [anon_sym_DOT_DOT_EQ] = ACTIONS(685), - [anon_sym_COMMA] = ACTIONS(685), - [anon_sym_COLON_COLON] = ACTIONS(685), - [anon_sym_DASH_GT] = ACTIONS(685), - [anon_sym_POUND] = ACTIONS(685), [anon_sym_SQUOTE] = ACTIONS(683), [anon_sym_as] = ACTIONS(683), [anon_sym_async] = ACTIONS(683), @@ -27912,43 +28346,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(683), [anon_sym_while] = ACTIONS(683), [sym_mutable_specifier] = ACTIONS(683), - [sym_integer_literal] = ACTIONS(699), - [aux_sym_string_literal_token1] = ACTIONS(701), - [sym_char_literal] = ACTIONS(699), - [anon_sym_true] = ACTIONS(703), - [anon_sym_false] = ACTIONS(703), + [sym_integer_literal] = ACTIONS(590), + [aux_sym_string_literal_token1] = ACTIONS(592), + [sym_char_literal] = ACTIONS(590), + [anon_sym_true] = ACTIONS(594), + [anon_sym_false] = ACTIONS(594), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), [sym_self] = ACTIONS(683), [sym_super] = ACTIONS(683), [sym_crate] = ACTIONS(683), - [sym__raw_string_literal_start] = ACTIONS(705), - [sym_float_literal] = ACTIONS(699), + [sym_metavariable] = ACTIONS(695), + [sym__raw_string_literal_start] = ACTIONS(598), + [sym_float_literal] = ACTIONS(590), }, - [STATE(95)] = { - [sym_delim_token_tree] = STATE(205), - [sym__delim_tokens] = STATE(204), - [sym__non_delim_token] = STATE(205), - [sym__literal] = STATE(246), - [sym_string_literal] = STATE(226), - [sym_raw_string_literal] = STATE(226), - [sym_boolean_literal] = STATE(226), - [sym_line_comment] = STATE(95), - [sym_block_comment] = STATE(95), - [aux_sym__non_special_token_repeat1] = STATE(175), - [aux_sym_delim_token_tree_repeat1] = STATE(99), + [STATE(98)] = { + [sym_token_tree] = STATE(202), + [sym_token_repetition] = STATE(202), + [sym__literal] = STATE(202), + [sym_string_literal] = STATE(179), + [sym_raw_string_literal] = STATE(179), + [sym_boolean_literal] = STATE(179), + [sym_line_comment] = STATE(98), + [sym_block_comment] = STATE(98), + [aux_sym_token_tree_repeat1] = STATE(111), + [aux_sym__non_special_token_repeat1] = STATE(149), [sym_identifier] = ACTIONS(683), - [anon_sym_SEMI] = ACTIONS(685), - [anon_sym_LPAREN] = ACTIONS(687), + [anon_sym_SEMI] = ACTIONS(576), + [anon_sym_LPAREN] = ACTIONS(685), [anon_sym_RPAREN] = ACTIONS(727), - [anon_sym_LBRACK] = ACTIONS(691), - [anon_sym_LBRACE] = ACTIONS(693), - [anon_sym_EQ_GT] = ACTIONS(685), - [anon_sym_COLON] = ACTIONS(695), - [anon_sym_DOLLAR] = ACTIONS(697), - [anon_sym_PLUS] = ACTIONS(695), - [anon_sym_STAR] = ACTIONS(695), - [anon_sym_QMARK] = ACTIONS(685), + [anon_sym_LBRACK] = ACTIONS(687), + [anon_sym_LBRACE] = ACTIONS(689), + [anon_sym_EQ_GT] = ACTIONS(576), + [anon_sym_COLON] = ACTIONS(586), + [anon_sym_DOLLAR] = ACTIONS(693), + [anon_sym_PLUS] = ACTIONS(586), + [anon_sym_STAR] = ACTIONS(586), + [anon_sym_QMARK] = ACTIONS(576), [anon_sym_u8] = ACTIONS(683), [anon_sym_i8] = ACTIONS(683), [anon_sym_u16] = ACTIONS(683), @@ -27966,44 +28400,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(683), [anon_sym_str] = ACTIONS(683), [anon_sym_char] = ACTIONS(683), - [anon_sym_DASH] = ACTIONS(695), - [anon_sym_SLASH] = ACTIONS(695), - [anon_sym_PERCENT] = ACTIONS(695), - [anon_sym_CARET] = ACTIONS(695), - [anon_sym_BANG] = ACTIONS(695), - [anon_sym_AMP] = ACTIONS(695), - [anon_sym_PIPE] = ACTIONS(695), - [anon_sym_AMP_AMP] = ACTIONS(685), - [anon_sym_PIPE_PIPE] = ACTIONS(685), - [anon_sym_LT_LT] = ACTIONS(695), - [anon_sym_GT_GT] = ACTIONS(695), - [anon_sym_PLUS_EQ] = ACTIONS(685), - [anon_sym_DASH_EQ] = ACTIONS(685), - [anon_sym_STAR_EQ] = ACTIONS(685), - [anon_sym_SLASH_EQ] = ACTIONS(685), - [anon_sym_PERCENT_EQ] = ACTIONS(685), - [anon_sym_CARET_EQ] = ACTIONS(685), - [anon_sym_AMP_EQ] = ACTIONS(685), - [anon_sym_PIPE_EQ] = ACTIONS(685), - [anon_sym_LT_LT_EQ] = ACTIONS(685), - [anon_sym_GT_GT_EQ] = ACTIONS(685), - [anon_sym_EQ] = ACTIONS(695), - [anon_sym_EQ_EQ] = ACTIONS(685), - [anon_sym_BANG_EQ] = ACTIONS(685), - [anon_sym_GT] = ACTIONS(695), - [anon_sym_LT] = ACTIONS(695), - [anon_sym_GT_EQ] = ACTIONS(685), - [anon_sym_LT_EQ] = ACTIONS(685), - [anon_sym_AT] = ACTIONS(685), - [anon_sym__] = ACTIONS(695), - [anon_sym_DOT] = ACTIONS(695), - [anon_sym_DOT_DOT] = ACTIONS(695), - [anon_sym_DOT_DOT_DOT] = ACTIONS(685), - [anon_sym_DOT_DOT_EQ] = ACTIONS(685), - [anon_sym_COMMA] = ACTIONS(685), - [anon_sym_COLON_COLON] = ACTIONS(685), - [anon_sym_DASH_GT] = ACTIONS(685), - [anon_sym_POUND] = ACTIONS(685), + [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(576), + [anon_sym_PIPE_PIPE] = ACTIONS(576), + [anon_sym_LT_LT] = ACTIONS(586), + [anon_sym_GT_GT] = ACTIONS(586), + [anon_sym_PLUS_EQ] = ACTIONS(576), + [anon_sym_DASH_EQ] = ACTIONS(576), + [anon_sym_STAR_EQ] = ACTIONS(576), + [anon_sym_SLASH_EQ] = ACTIONS(576), + [anon_sym_PERCENT_EQ] = ACTIONS(576), + [anon_sym_CARET_EQ] = ACTIONS(576), + [anon_sym_AMP_EQ] = ACTIONS(576), + [anon_sym_PIPE_EQ] = ACTIONS(576), + [anon_sym_LT_LT_EQ] = ACTIONS(576), + [anon_sym_GT_GT_EQ] = ACTIONS(576), + [anon_sym_EQ] = ACTIONS(586), + [anon_sym_EQ_EQ] = ACTIONS(576), + [anon_sym_BANG_EQ] = ACTIONS(576), + [anon_sym_GT] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(586), + [anon_sym_GT_EQ] = ACTIONS(576), + [anon_sym_LT_EQ] = ACTIONS(576), + [anon_sym_AT] = ACTIONS(576), + [anon_sym__] = ACTIONS(586), + [anon_sym_DOT] = ACTIONS(586), + [anon_sym_DOT_DOT] = ACTIONS(586), + [anon_sym_DOT_DOT_DOT] = ACTIONS(576), + [anon_sym_DOT_DOT_EQ] = ACTIONS(576), + [anon_sym_COMMA] = ACTIONS(576), + [anon_sym_COLON_COLON] = ACTIONS(576), + [anon_sym_DASH_GT] = ACTIONS(576), + [anon_sym_POUND] = ACTIONS(576), [anon_sym_SQUOTE] = ACTIONS(683), [anon_sym_as] = ACTIONS(683), [anon_sym_async] = ACTIONS(683), @@ -28034,43 +28468,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(683), [anon_sym_while] = ACTIONS(683), [sym_mutable_specifier] = ACTIONS(683), - [sym_integer_literal] = ACTIONS(699), - [aux_sym_string_literal_token1] = ACTIONS(701), - [sym_char_literal] = ACTIONS(699), - [anon_sym_true] = ACTIONS(703), - [anon_sym_false] = ACTIONS(703), + [sym_integer_literal] = ACTIONS(590), + [aux_sym_string_literal_token1] = ACTIONS(592), + [sym_char_literal] = ACTIONS(590), + [anon_sym_true] = ACTIONS(594), + [anon_sym_false] = ACTIONS(594), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), [sym_self] = ACTIONS(683), [sym_super] = ACTIONS(683), [sym_crate] = ACTIONS(683), - [sym__raw_string_literal_start] = ACTIONS(705), - [sym_float_literal] = ACTIONS(699), + [sym_metavariable] = ACTIONS(695), + [sym__raw_string_literal_start] = ACTIONS(598), + [sym_float_literal] = ACTIONS(590), }, - [STATE(96)] = { - [sym_delim_token_tree] = STATE(205), - [sym__delim_tokens] = STATE(204), - [sym__non_delim_token] = STATE(205), - [sym__literal] = STATE(246), - [sym_string_literal] = STATE(226), - [sym_raw_string_literal] = STATE(226), - [sym_boolean_literal] = STATE(226), - [sym_line_comment] = STATE(96), - [sym_block_comment] = STATE(96), - [aux_sym__non_special_token_repeat1] = STATE(175), - [aux_sym_delim_token_tree_repeat1] = STATE(100), + [STATE(99)] = { + [sym_token_tree] = STATE(202), + [sym_token_repetition] = STATE(202), + [sym__literal] = STATE(202), + [sym_string_literal] = STATE(179), + [sym_raw_string_literal] = STATE(179), + [sym_boolean_literal] = STATE(179), + [sym_line_comment] = STATE(99), + [sym_block_comment] = STATE(99), + [aux_sym_token_tree_repeat1] = STATE(102), + [aux_sym__non_special_token_repeat1] = STATE(149), [sym_identifier] = ACTIONS(683), - [anon_sym_SEMI] = ACTIONS(685), - [anon_sym_LPAREN] = ACTIONS(687), - [anon_sym_LBRACK] = ACTIONS(691), - [anon_sym_RBRACK] = ACTIONS(727), - [anon_sym_LBRACE] = ACTIONS(693), - [anon_sym_EQ_GT] = ACTIONS(685), - [anon_sym_COLON] = ACTIONS(695), - [anon_sym_DOLLAR] = ACTIONS(697), - [anon_sym_PLUS] = ACTIONS(695), - [anon_sym_STAR] = ACTIONS(695), - [anon_sym_QMARK] = ACTIONS(685), + [anon_sym_SEMI] = ACTIONS(576), + [anon_sym_LPAREN] = ACTIONS(685), + [anon_sym_RPAREN] = ACTIONS(729), + [anon_sym_LBRACK] = ACTIONS(687), + [anon_sym_LBRACE] = ACTIONS(689), + [anon_sym_EQ_GT] = ACTIONS(576), + [anon_sym_COLON] = ACTIONS(586), + [anon_sym_DOLLAR] = ACTIONS(693), + [anon_sym_PLUS] = ACTIONS(586), + [anon_sym_STAR] = ACTIONS(586), + [anon_sym_QMARK] = ACTIONS(576), [anon_sym_u8] = ACTIONS(683), [anon_sym_i8] = ACTIONS(683), [anon_sym_u16] = ACTIONS(683), @@ -28088,44 +28522,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(683), [anon_sym_str] = ACTIONS(683), [anon_sym_char] = ACTIONS(683), - [anon_sym_DASH] = ACTIONS(695), - [anon_sym_SLASH] = ACTIONS(695), - [anon_sym_PERCENT] = ACTIONS(695), - [anon_sym_CARET] = ACTIONS(695), - [anon_sym_BANG] = ACTIONS(695), - [anon_sym_AMP] = ACTIONS(695), - [anon_sym_PIPE] = ACTIONS(695), - [anon_sym_AMP_AMP] = ACTIONS(685), - [anon_sym_PIPE_PIPE] = ACTIONS(685), - [anon_sym_LT_LT] = ACTIONS(695), - [anon_sym_GT_GT] = ACTIONS(695), - [anon_sym_PLUS_EQ] = ACTIONS(685), - [anon_sym_DASH_EQ] = ACTIONS(685), - [anon_sym_STAR_EQ] = ACTIONS(685), - [anon_sym_SLASH_EQ] = ACTIONS(685), - [anon_sym_PERCENT_EQ] = ACTIONS(685), - [anon_sym_CARET_EQ] = ACTIONS(685), - [anon_sym_AMP_EQ] = ACTIONS(685), - [anon_sym_PIPE_EQ] = ACTIONS(685), - [anon_sym_LT_LT_EQ] = ACTIONS(685), - [anon_sym_GT_GT_EQ] = ACTIONS(685), - [anon_sym_EQ] = ACTIONS(695), - [anon_sym_EQ_EQ] = ACTIONS(685), - [anon_sym_BANG_EQ] = ACTIONS(685), - [anon_sym_GT] = ACTIONS(695), - [anon_sym_LT] = ACTIONS(695), - [anon_sym_GT_EQ] = ACTIONS(685), - [anon_sym_LT_EQ] = ACTIONS(685), - [anon_sym_AT] = ACTIONS(685), - [anon_sym__] = ACTIONS(695), - [anon_sym_DOT] = ACTIONS(695), - [anon_sym_DOT_DOT] = ACTIONS(695), - [anon_sym_DOT_DOT_DOT] = ACTIONS(685), - [anon_sym_DOT_DOT_EQ] = ACTIONS(685), - [anon_sym_COMMA] = ACTIONS(685), - [anon_sym_COLON_COLON] = ACTIONS(685), - [anon_sym_DASH_GT] = ACTIONS(685), - [anon_sym_POUND] = ACTIONS(685), + [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(576), + [anon_sym_PIPE_PIPE] = ACTIONS(576), + [anon_sym_LT_LT] = ACTIONS(586), + [anon_sym_GT_GT] = ACTIONS(586), + [anon_sym_PLUS_EQ] = ACTIONS(576), + [anon_sym_DASH_EQ] = ACTIONS(576), + [anon_sym_STAR_EQ] = ACTIONS(576), + [anon_sym_SLASH_EQ] = ACTIONS(576), + [anon_sym_PERCENT_EQ] = ACTIONS(576), + [anon_sym_CARET_EQ] = ACTIONS(576), + [anon_sym_AMP_EQ] = ACTIONS(576), + [anon_sym_PIPE_EQ] = ACTIONS(576), + [anon_sym_LT_LT_EQ] = ACTIONS(576), + [anon_sym_GT_GT_EQ] = ACTIONS(576), + [anon_sym_EQ] = ACTIONS(586), + [anon_sym_EQ_EQ] = ACTIONS(576), + [anon_sym_BANG_EQ] = ACTIONS(576), + [anon_sym_GT] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(586), + [anon_sym_GT_EQ] = ACTIONS(576), + [anon_sym_LT_EQ] = ACTIONS(576), + [anon_sym_AT] = ACTIONS(576), + [anon_sym__] = ACTIONS(586), + [anon_sym_DOT] = ACTIONS(586), + [anon_sym_DOT_DOT] = ACTIONS(586), + [anon_sym_DOT_DOT_DOT] = ACTIONS(576), + [anon_sym_DOT_DOT_EQ] = ACTIONS(576), + [anon_sym_COMMA] = ACTIONS(576), + [anon_sym_COLON_COLON] = ACTIONS(576), + [anon_sym_DASH_GT] = ACTIONS(576), + [anon_sym_POUND] = ACTIONS(576), [anon_sym_SQUOTE] = ACTIONS(683), [anon_sym_as] = ACTIONS(683), [anon_sym_async] = ACTIONS(683), @@ -28156,43 +28590,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(683), [anon_sym_while] = ACTIONS(683), [sym_mutable_specifier] = ACTIONS(683), - [sym_integer_literal] = ACTIONS(699), - [aux_sym_string_literal_token1] = ACTIONS(701), - [sym_char_literal] = ACTIONS(699), - [anon_sym_true] = ACTIONS(703), - [anon_sym_false] = ACTIONS(703), + [sym_integer_literal] = ACTIONS(590), + [aux_sym_string_literal_token1] = ACTIONS(592), + [sym_char_literal] = ACTIONS(590), + [anon_sym_true] = ACTIONS(594), + [anon_sym_false] = ACTIONS(594), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), [sym_self] = ACTIONS(683), [sym_super] = ACTIONS(683), [sym_crate] = ACTIONS(683), - [sym__raw_string_literal_start] = ACTIONS(705), - [sym_float_literal] = ACTIONS(699), + [sym_metavariable] = ACTIONS(695), + [sym__raw_string_literal_start] = ACTIONS(598), + [sym_float_literal] = ACTIONS(590), }, - [STATE(97)] = { - [sym_delim_token_tree] = STATE(205), - [sym__delim_tokens] = STATE(204), - [sym__non_delim_token] = STATE(205), - [sym__literal] = STATE(246), - [sym_string_literal] = STATE(226), - [sym_raw_string_literal] = STATE(226), - [sym_boolean_literal] = STATE(226), - [sym_line_comment] = STATE(97), - [sym_block_comment] = STATE(97), - [aux_sym__non_special_token_repeat1] = STATE(175), - [aux_sym_delim_token_tree_repeat1] = STATE(101), + [STATE(100)] = { + [sym_token_tree] = STATE(202), + [sym_token_repetition] = STATE(202), + [sym__literal] = STATE(202), + [sym_string_literal] = STATE(179), + [sym_raw_string_literal] = STATE(179), + [sym_boolean_literal] = STATE(179), + [sym_line_comment] = STATE(100), + [sym_block_comment] = STATE(100), + [aux_sym_token_tree_repeat1] = STATE(103), + [aux_sym__non_special_token_repeat1] = STATE(149), [sym_identifier] = ACTIONS(683), - [anon_sym_SEMI] = ACTIONS(685), - [anon_sym_LPAREN] = ACTIONS(687), - [anon_sym_LBRACK] = ACTIONS(691), - [anon_sym_LBRACE] = ACTIONS(693), - [anon_sym_RBRACE] = ACTIONS(727), - [anon_sym_EQ_GT] = ACTIONS(685), - [anon_sym_COLON] = ACTIONS(695), - [anon_sym_DOLLAR] = ACTIONS(697), - [anon_sym_PLUS] = ACTIONS(695), - [anon_sym_STAR] = ACTIONS(695), - [anon_sym_QMARK] = ACTIONS(685), + [anon_sym_SEMI] = ACTIONS(576), + [anon_sym_LPAREN] = ACTIONS(685), + [anon_sym_LBRACK] = ACTIONS(687), + [anon_sym_RBRACK] = ACTIONS(729), + [anon_sym_LBRACE] = ACTIONS(689), + [anon_sym_EQ_GT] = ACTIONS(576), + [anon_sym_COLON] = ACTIONS(586), + [anon_sym_DOLLAR] = ACTIONS(693), + [anon_sym_PLUS] = ACTIONS(586), + [anon_sym_STAR] = ACTIONS(586), + [anon_sym_QMARK] = ACTIONS(576), [anon_sym_u8] = ACTIONS(683), [anon_sym_i8] = ACTIONS(683), [anon_sym_u16] = ACTIONS(683), @@ -28210,44 +28644,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(683), [anon_sym_str] = ACTIONS(683), [anon_sym_char] = ACTIONS(683), - [anon_sym_DASH] = ACTIONS(695), - [anon_sym_SLASH] = ACTIONS(695), - [anon_sym_PERCENT] = ACTIONS(695), - [anon_sym_CARET] = ACTIONS(695), - [anon_sym_BANG] = ACTIONS(695), - [anon_sym_AMP] = ACTIONS(695), - [anon_sym_PIPE] = ACTIONS(695), - [anon_sym_AMP_AMP] = ACTIONS(685), - [anon_sym_PIPE_PIPE] = ACTIONS(685), - [anon_sym_LT_LT] = ACTIONS(695), - [anon_sym_GT_GT] = ACTIONS(695), - [anon_sym_PLUS_EQ] = ACTIONS(685), - [anon_sym_DASH_EQ] = ACTIONS(685), - [anon_sym_STAR_EQ] = ACTIONS(685), - [anon_sym_SLASH_EQ] = ACTIONS(685), - [anon_sym_PERCENT_EQ] = ACTIONS(685), - [anon_sym_CARET_EQ] = ACTIONS(685), - [anon_sym_AMP_EQ] = ACTIONS(685), - [anon_sym_PIPE_EQ] = ACTIONS(685), - [anon_sym_LT_LT_EQ] = ACTIONS(685), - [anon_sym_GT_GT_EQ] = ACTIONS(685), - [anon_sym_EQ] = ACTIONS(695), - [anon_sym_EQ_EQ] = ACTIONS(685), - [anon_sym_BANG_EQ] = ACTIONS(685), - [anon_sym_GT] = ACTIONS(695), - [anon_sym_LT] = ACTIONS(695), - [anon_sym_GT_EQ] = ACTIONS(685), - [anon_sym_LT_EQ] = ACTIONS(685), - [anon_sym_AT] = ACTIONS(685), - [anon_sym__] = ACTIONS(695), - [anon_sym_DOT] = ACTIONS(695), - [anon_sym_DOT_DOT] = ACTIONS(695), - [anon_sym_DOT_DOT_DOT] = ACTIONS(685), - [anon_sym_DOT_DOT_EQ] = ACTIONS(685), - [anon_sym_COMMA] = ACTIONS(685), - [anon_sym_COLON_COLON] = ACTIONS(685), - [anon_sym_DASH_GT] = ACTIONS(685), - [anon_sym_POUND] = ACTIONS(685), + [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(576), + [anon_sym_PIPE_PIPE] = ACTIONS(576), + [anon_sym_LT_LT] = ACTIONS(586), + [anon_sym_GT_GT] = ACTIONS(586), + [anon_sym_PLUS_EQ] = ACTIONS(576), + [anon_sym_DASH_EQ] = ACTIONS(576), + [anon_sym_STAR_EQ] = ACTIONS(576), + [anon_sym_SLASH_EQ] = ACTIONS(576), + [anon_sym_PERCENT_EQ] = ACTIONS(576), + [anon_sym_CARET_EQ] = ACTIONS(576), + [anon_sym_AMP_EQ] = ACTIONS(576), + [anon_sym_PIPE_EQ] = ACTIONS(576), + [anon_sym_LT_LT_EQ] = ACTIONS(576), + [anon_sym_GT_GT_EQ] = ACTIONS(576), + [anon_sym_EQ] = ACTIONS(586), + [anon_sym_EQ_EQ] = ACTIONS(576), + [anon_sym_BANG_EQ] = ACTIONS(576), + [anon_sym_GT] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(586), + [anon_sym_GT_EQ] = ACTIONS(576), + [anon_sym_LT_EQ] = ACTIONS(576), + [anon_sym_AT] = ACTIONS(576), + [anon_sym__] = ACTIONS(586), + [anon_sym_DOT] = ACTIONS(586), + [anon_sym_DOT_DOT] = ACTIONS(586), + [anon_sym_DOT_DOT_DOT] = ACTIONS(576), + [anon_sym_DOT_DOT_EQ] = ACTIONS(576), + [anon_sym_COMMA] = ACTIONS(576), + [anon_sym_COLON_COLON] = ACTIONS(576), + [anon_sym_DASH_GT] = ACTIONS(576), + [anon_sym_POUND] = ACTIONS(576), [anon_sym_SQUOTE] = ACTIONS(683), [anon_sym_as] = ACTIONS(683), [anon_sym_async] = ACTIONS(683), @@ -28278,43 +28712,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(683), [anon_sym_while] = ACTIONS(683), [sym_mutable_specifier] = ACTIONS(683), - [sym_integer_literal] = ACTIONS(699), - [aux_sym_string_literal_token1] = ACTIONS(701), - [sym_char_literal] = ACTIONS(699), - [anon_sym_true] = ACTIONS(703), - [anon_sym_false] = ACTIONS(703), + [sym_integer_literal] = ACTIONS(590), + [aux_sym_string_literal_token1] = ACTIONS(592), + [sym_char_literal] = ACTIONS(590), + [anon_sym_true] = ACTIONS(594), + [anon_sym_false] = ACTIONS(594), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), [sym_self] = ACTIONS(683), [sym_super] = ACTIONS(683), [sym_crate] = ACTIONS(683), - [sym__raw_string_literal_start] = ACTIONS(705), - [sym_float_literal] = ACTIONS(699), + [sym_metavariable] = ACTIONS(695), + [sym__raw_string_literal_start] = ACTIONS(598), + [sym_float_literal] = ACTIONS(590), }, - [STATE(98)] = { - [sym_delim_token_tree] = STATE(205), - [sym__delim_tokens] = STATE(204), - [sym__non_delim_token] = STATE(205), - [sym__literal] = STATE(246), - [sym_string_literal] = STATE(226), - [sym_raw_string_literal] = STATE(226), - [sym_boolean_literal] = STATE(226), - [sym_line_comment] = STATE(98), - [sym_block_comment] = STATE(98), - [aux_sym__non_special_token_repeat1] = STATE(175), - [aux_sym_delim_token_tree_repeat1] = STATE(83), + [STATE(101)] = { + [sym_token_tree] = STATE(202), + [sym_token_repetition] = STATE(202), + [sym__literal] = STATE(202), + [sym_string_literal] = STATE(179), + [sym_raw_string_literal] = STATE(179), + [sym_boolean_literal] = STATE(179), + [sym_line_comment] = STATE(101), + [sym_block_comment] = STATE(101), + [aux_sym_token_tree_repeat1] = STATE(104), + [aux_sym__non_special_token_repeat1] = STATE(149), [sym_identifier] = ACTIONS(683), - [anon_sym_SEMI] = ACTIONS(685), - [anon_sym_LPAREN] = ACTIONS(687), - [anon_sym_RPAREN] = ACTIONS(729), - [anon_sym_LBRACK] = ACTIONS(691), - [anon_sym_LBRACE] = ACTIONS(693), - [anon_sym_EQ_GT] = ACTIONS(685), - [anon_sym_COLON] = ACTIONS(695), - [anon_sym_DOLLAR] = ACTIONS(697), - [anon_sym_PLUS] = ACTIONS(695), - [anon_sym_STAR] = ACTIONS(695), - [anon_sym_QMARK] = ACTIONS(685), + [anon_sym_SEMI] = ACTIONS(576), + [anon_sym_LPAREN] = ACTIONS(685), + [anon_sym_LBRACK] = ACTIONS(687), + [anon_sym_LBRACE] = ACTIONS(689), + [anon_sym_RBRACE] = ACTIONS(729), + [anon_sym_EQ_GT] = ACTIONS(576), + [anon_sym_COLON] = ACTIONS(586), + [anon_sym_DOLLAR] = ACTIONS(693), + [anon_sym_PLUS] = ACTIONS(586), + [anon_sym_STAR] = ACTIONS(586), + [anon_sym_QMARK] = ACTIONS(576), [anon_sym_u8] = ACTIONS(683), [anon_sym_i8] = ACTIONS(683), [anon_sym_u16] = ACTIONS(683), @@ -28332,44 +28766,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(683), [anon_sym_str] = ACTIONS(683), [anon_sym_char] = ACTIONS(683), - [anon_sym_DASH] = ACTIONS(695), - [anon_sym_SLASH] = ACTIONS(695), - [anon_sym_PERCENT] = ACTIONS(695), - [anon_sym_CARET] = ACTIONS(695), - [anon_sym_BANG] = ACTIONS(695), - [anon_sym_AMP] = ACTIONS(695), - [anon_sym_PIPE] = ACTIONS(695), - [anon_sym_AMP_AMP] = ACTIONS(685), - [anon_sym_PIPE_PIPE] = ACTIONS(685), - [anon_sym_LT_LT] = ACTIONS(695), - [anon_sym_GT_GT] = ACTIONS(695), - [anon_sym_PLUS_EQ] = ACTIONS(685), - [anon_sym_DASH_EQ] = ACTIONS(685), - [anon_sym_STAR_EQ] = ACTIONS(685), - [anon_sym_SLASH_EQ] = ACTIONS(685), - [anon_sym_PERCENT_EQ] = ACTIONS(685), - [anon_sym_CARET_EQ] = ACTIONS(685), - [anon_sym_AMP_EQ] = ACTIONS(685), - [anon_sym_PIPE_EQ] = ACTIONS(685), - [anon_sym_LT_LT_EQ] = ACTIONS(685), - [anon_sym_GT_GT_EQ] = ACTIONS(685), - [anon_sym_EQ] = ACTIONS(695), - [anon_sym_EQ_EQ] = ACTIONS(685), - [anon_sym_BANG_EQ] = ACTIONS(685), - [anon_sym_GT] = ACTIONS(695), - [anon_sym_LT] = ACTIONS(695), - [anon_sym_GT_EQ] = ACTIONS(685), - [anon_sym_LT_EQ] = ACTIONS(685), - [anon_sym_AT] = ACTIONS(685), - [anon_sym__] = ACTIONS(695), - [anon_sym_DOT] = ACTIONS(695), - [anon_sym_DOT_DOT] = ACTIONS(695), - [anon_sym_DOT_DOT_DOT] = ACTIONS(685), - [anon_sym_DOT_DOT_EQ] = ACTIONS(685), - [anon_sym_COMMA] = ACTIONS(685), - [anon_sym_COLON_COLON] = ACTIONS(685), - [anon_sym_DASH_GT] = ACTIONS(685), - [anon_sym_POUND] = ACTIONS(685), + [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(576), + [anon_sym_PIPE_PIPE] = ACTIONS(576), + [anon_sym_LT_LT] = ACTIONS(586), + [anon_sym_GT_GT] = ACTIONS(586), + [anon_sym_PLUS_EQ] = ACTIONS(576), + [anon_sym_DASH_EQ] = ACTIONS(576), + [anon_sym_STAR_EQ] = ACTIONS(576), + [anon_sym_SLASH_EQ] = ACTIONS(576), + [anon_sym_PERCENT_EQ] = ACTIONS(576), + [anon_sym_CARET_EQ] = ACTIONS(576), + [anon_sym_AMP_EQ] = ACTIONS(576), + [anon_sym_PIPE_EQ] = ACTIONS(576), + [anon_sym_LT_LT_EQ] = ACTIONS(576), + [anon_sym_GT_GT_EQ] = ACTIONS(576), + [anon_sym_EQ] = ACTIONS(586), + [anon_sym_EQ_EQ] = ACTIONS(576), + [anon_sym_BANG_EQ] = ACTIONS(576), + [anon_sym_GT] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(586), + [anon_sym_GT_EQ] = ACTIONS(576), + [anon_sym_LT_EQ] = ACTIONS(576), + [anon_sym_AT] = ACTIONS(576), + [anon_sym__] = ACTIONS(586), + [anon_sym_DOT] = ACTIONS(586), + [anon_sym_DOT_DOT] = ACTIONS(586), + [anon_sym_DOT_DOT_DOT] = ACTIONS(576), + [anon_sym_DOT_DOT_EQ] = ACTIONS(576), + [anon_sym_COMMA] = ACTIONS(576), + [anon_sym_COLON_COLON] = ACTIONS(576), + [anon_sym_DASH_GT] = ACTIONS(576), + [anon_sym_POUND] = ACTIONS(576), [anon_sym_SQUOTE] = ACTIONS(683), [anon_sym_as] = ACTIONS(683), [anon_sym_async] = ACTIONS(683), @@ -28400,43 +28834,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(683), [anon_sym_while] = ACTIONS(683), [sym_mutable_specifier] = ACTIONS(683), - [sym_integer_literal] = ACTIONS(699), - [aux_sym_string_literal_token1] = ACTIONS(701), - [sym_char_literal] = ACTIONS(699), - [anon_sym_true] = ACTIONS(703), - [anon_sym_false] = ACTIONS(703), + [sym_integer_literal] = ACTIONS(590), + [aux_sym_string_literal_token1] = ACTIONS(592), + [sym_char_literal] = ACTIONS(590), + [anon_sym_true] = ACTIONS(594), + [anon_sym_false] = ACTIONS(594), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), [sym_self] = ACTIONS(683), [sym_super] = ACTIONS(683), [sym_crate] = ACTIONS(683), - [sym__raw_string_literal_start] = ACTIONS(705), - [sym_float_literal] = ACTIONS(699), + [sym_metavariable] = ACTIONS(695), + [sym__raw_string_literal_start] = ACTIONS(598), + [sym_float_literal] = ACTIONS(590), }, - [STATE(99)] = { - [sym_delim_token_tree] = STATE(205), - [sym__delim_tokens] = STATE(204), - [sym__non_delim_token] = STATE(205), - [sym__literal] = STATE(246), - [sym_string_literal] = STATE(226), - [sym_raw_string_literal] = STATE(226), - [sym_boolean_literal] = STATE(226), - [sym_line_comment] = STATE(99), - [sym_block_comment] = STATE(99), - [aux_sym__non_special_token_repeat1] = STATE(175), - [aux_sym_delim_token_tree_repeat1] = STATE(83), + [STATE(102)] = { + [sym_token_tree] = STATE(202), + [sym_token_repetition] = STATE(202), + [sym__literal] = STATE(202), + [sym_string_literal] = STATE(179), + [sym_raw_string_literal] = STATE(179), + [sym_boolean_literal] = STATE(179), + [sym_line_comment] = STATE(102), + [sym_block_comment] = STATE(102), + [aux_sym_token_tree_repeat1] = STATE(71), + [aux_sym__non_special_token_repeat1] = STATE(149), [sym_identifier] = ACTIONS(683), - [anon_sym_SEMI] = ACTIONS(685), - [anon_sym_LPAREN] = ACTIONS(687), + [anon_sym_SEMI] = ACTIONS(576), + [anon_sym_LPAREN] = ACTIONS(685), [anon_sym_RPAREN] = ACTIONS(731), - [anon_sym_LBRACK] = ACTIONS(691), - [anon_sym_LBRACE] = ACTIONS(693), - [anon_sym_EQ_GT] = ACTIONS(685), - [anon_sym_COLON] = ACTIONS(695), - [anon_sym_DOLLAR] = ACTIONS(697), - [anon_sym_PLUS] = ACTIONS(695), - [anon_sym_STAR] = ACTIONS(695), - [anon_sym_QMARK] = ACTIONS(685), + [anon_sym_LBRACK] = ACTIONS(687), + [anon_sym_LBRACE] = ACTIONS(689), + [anon_sym_EQ_GT] = ACTIONS(576), + [anon_sym_COLON] = ACTIONS(586), + [anon_sym_DOLLAR] = ACTIONS(693), + [anon_sym_PLUS] = ACTIONS(586), + [anon_sym_STAR] = ACTIONS(586), + [anon_sym_QMARK] = ACTIONS(576), [anon_sym_u8] = ACTIONS(683), [anon_sym_i8] = ACTIONS(683), [anon_sym_u16] = ACTIONS(683), @@ -28454,44 +28888,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(683), [anon_sym_str] = ACTIONS(683), [anon_sym_char] = ACTIONS(683), - [anon_sym_DASH] = ACTIONS(695), - [anon_sym_SLASH] = ACTIONS(695), - [anon_sym_PERCENT] = ACTIONS(695), - [anon_sym_CARET] = ACTIONS(695), - [anon_sym_BANG] = ACTIONS(695), - [anon_sym_AMP] = ACTIONS(695), - [anon_sym_PIPE] = ACTIONS(695), - [anon_sym_AMP_AMP] = ACTIONS(685), - [anon_sym_PIPE_PIPE] = ACTIONS(685), - [anon_sym_LT_LT] = ACTIONS(695), - [anon_sym_GT_GT] = ACTIONS(695), - [anon_sym_PLUS_EQ] = ACTIONS(685), - [anon_sym_DASH_EQ] = ACTIONS(685), - [anon_sym_STAR_EQ] = ACTIONS(685), - [anon_sym_SLASH_EQ] = ACTIONS(685), - [anon_sym_PERCENT_EQ] = ACTIONS(685), - [anon_sym_CARET_EQ] = ACTIONS(685), - [anon_sym_AMP_EQ] = ACTIONS(685), - [anon_sym_PIPE_EQ] = ACTIONS(685), - [anon_sym_LT_LT_EQ] = ACTIONS(685), - [anon_sym_GT_GT_EQ] = ACTIONS(685), - [anon_sym_EQ] = ACTIONS(695), - [anon_sym_EQ_EQ] = ACTIONS(685), - [anon_sym_BANG_EQ] = ACTIONS(685), - [anon_sym_GT] = ACTIONS(695), - [anon_sym_LT] = ACTIONS(695), - [anon_sym_GT_EQ] = ACTIONS(685), - [anon_sym_LT_EQ] = ACTIONS(685), - [anon_sym_AT] = ACTIONS(685), - [anon_sym__] = ACTIONS(695), - [anon_sym_DOT] = ACTIONS(695), - [anon_sym_DOT_DOT] = ACTIONS(695), - [anon_sym_DOT_DOT_DOT] = ACTIONS(685), - [anon_sym_DOT_DOT_EQ] = ACTIONS(685), - [anon_sym_COMMA] = ACTIONS(685), - [anon_sym_COLON_COLON] = ACTIONS(685), - [anon_sym_DASH_GT] = ACTIONS(685), - [anon_sym_POUND] = ACTIONS(685), + [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(576), + [anon_sym_PIPE_PIPE] = ACTIONS(576), + [anon_sym_LT_LT] = ACTIONS(586), + [anon_sym_GT_GT] = ACTIONS(586), + [anon_sym_PLUS_EQ] = ACTIONS(576), + [anon_sym_DASH_EQ] = ACTIONS(576), + [anon_sym_STAR_EQ] = ACTIONS(576), + [anon_sym_SLASH_EQ] = ACTIONS(576), + [anon_sym_PERCENT_EQ] = ACTIONS(576), + [anon_sym_CARET_EQ] = ACTIONS(576), + [anon_sym_AMP_EQ] = ACTIONS(576), + [anon_sym_PIPE_EQ] = ACTIONS(576), + [anon_sym_LT_LT_EQ] = ACTIONS(576), + [anon_sym_GT_GT_EQ] = ACTIONS(576), + [anon_sym_EQ] = ACTIONS(586), + [anon_sym_EQ_EQ] = ACTIONS(576), + [anon_sym_BANG_EQ] = ACTIONS(576), + [anon_sym_GT] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(586), + [anon_sym_GT_EQ] = ACTIONS(576), + [anon_sym_LT_EQ] = ACTIONS(576), + [anon_sym_AT] = ACTIONS(576), + [anon_sym__] = ACTIONS(586), + [anon_sym_DOT] = ACTIONS(586), + [anon_sym_DOT_DOT] = ACTIONS(586), + [anon_sym_DOT_DOT_DOT] = ACTIONS(576), + [anon_sym_DOT_DOT_EQ] = ACTIONS(576), + [anon_sym_COMMA] = ACTIONS(576), + [anon_sym_COLON_COLON] = ACTIONS(576), + [anon_sym_DASH_GT] = ACTIONS(576), + [anon_sym_POUND] = ACTIONS(576), [anon_sym_SQUOTE] = ACTIONS(683), [anon_sym_as] = ACTIONS(683), [anon_sym_async] = ACTIONS(683), @@ -28522,43 +28956,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(683), [anon_sym_while] = ACTIONS(683), [sym_mutable_specifier] = ACTIONS(683), - [sym_integer_literal] = ACTIONS(699), - [aux_sym_string_literal_token1] = ACTIONS(701), - [sym_char_literal] = ACTIONS(699), - [anon_sym_true] = ACTIONS(703), - [anon_sym_false] = ACTIONS(703), + [sym_integer_literal] = ACTIONS(590), + [aux_sym_string_literal_token1] = ACTIONS(592), + [sym_char_literal] = ACTIONS(590), + [anon_sym_true] = ACTIONS(594), + [anon_sym_false] = ACTIONS(594), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), [sym_self] = ACTIONS(683), [sym_super] = ACTIONS(683), [sym_crate] = ACTIONS(683), - [sym__raw_string_literal_start] = ACTIONS(705), - [sym_float_literal] = ACTIONS(699), + [sym_metavariable] = ACTIONS(695), + [sym__raw_string_literal_start] = ACTIONS(598), + [sym_float_literal] = ACTIONS(590), }, - [STATE(100)] = { - [sym_delim_token_tree] = STATE(205), - [sym__delim_tokens] = STATE(204), - [sym__non_delim_token] = STATE(205), - [sym__literal] = STATE(246), - [sym_string_literal] = STATE(226), - [sym_raw_string_literal] = STATE(226), - [sym_boolean_literal] = STATE(226), - [sym_line_comment] = STATE(100), - [sym_block_comment] = STATE(100), - [aux_sym__non_special_token_repeat1] = STATE(175), - [aux_sym_delim_token_tree_repeat1] = STATE(83), + [STATE(103)] = { + [sym_token_tree] = STATE(202), + [sym_token_repetition] = STATE(202), + [sym__literal] = STATE(202), + [sym_string_literal] = STATE(179), + [sym_raw_string_literal] = STATE(179), + [sym_boolean_literal] = STATE(179), + [sym_line_comment] = STATE(103), + [sym_block_comment] = STATE(103), + [aux_sym_token_tree_repeat1] = STATE(71), + [aux_sym__non_special_token_repeat1] = STATE(149), [sym_identifier] = ACTIONS(683), - [anon_sym_SEMI] = ACTIONS(685), - [anon_sym_LPAREN] = ACTIONS(687), - [anon_sym_LBRACK] = ACTIONS(691), + [anon_sym_SEMI] = ACTIONS(576), + [anon_sym_LPAREN] = ACTIONS(685), + [anon_sym_LBRACK] = ACTIONS(687), [anon_sym_RBRACK] = ACTIONS(731), - [anon_sym_LBRACE] = ACTIONS(693), - [anon_sym_EQ_GT] = ACTIONS(685), - [anon_sym_COLON] = ACTIONS(695), - [anon_sym_DOLLAR] = ACTIONS(697), - [anon_sym_PLUS] = ACTIONS(695), - [anon_sym_STAR] = ACTIONS(695), - [anon_sym_QMARK] = ACTIONS(685), + [anon_sym_LBRACE] = ACTIONS(689), + [anon_sym_EQ_GT] = ACTIONS(576), + [anon_sym_COLON] = ACTIONS(586), + [anon_sym_DOLLAR] = ACTIONS(693), + [anon_sym_PLUS] = ACTIONS(586), + [anon_sym_STAR] = ACTIONS(586), + [anon_sym_QMARK] = ACTIONS(576), [anon_sym_u8] = ACTIONS(683), [anon_sym_i8] = ACTIONS(683), [anon_sym_u16] = ACTIONS(683), @@ -28576,44 +29010,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(683), [anon_sym_str] = ACTIONS(683), [anon_sym_char] = ACTIONS(683), - [anon_sym_DASH] = ACTIONS(695), - [anon_sym_SLASH] = ACTIONS(695), - [anon_sym_PERCENT] = ACTIONS(695), - [anon_sym_CARET] = ACTIONS(695), - [anon_sym_BANG] = ACTIONS(695), - [anon_sym_AMP] = ACTIONS(695), - [anon_sym_PIPE] = ACTIONS(695), - [anon_sym_AMP_AMP] = ACTIONS(685), - [anon_sym_PIPE_PIPE] = ACTIONS(685), - [anon_sym_LT_LT] = ACTIONS(695), - [anon_sym_GT_GT] = ACTIONS(695), - [anon_sym_PLUS_EQ] = ACTIONS(685), - [anon_sym_DASH_EQ] = ACTIONS(685), - [anon_sym_STAR_EQ] = ACTIONS(685), - [anon_sym_SLASH_EQ] = ACTIONS(685), - [anon_sym_PERCENT_EQ] = ACTIONS(685), - [anon_sym_CARET_EQ] = ACTIONS(685), - [anon_sym_AMP_EQ] = ACTIONS(685), - [anon_sym_PIPE_EQ] = ACTIONS(685), - [anon_sym_LT_LT_EQ] = ACTIONS(685), - [anon_sym_GT_GT_EQ] = ACTIONS(685), - [anon_sym_EQ] = ACTIONS(695), - [anon_sym_EQ_EQ] = ACTIONS(685), - [anon_sym_BANG_EQ] = ACTIONS(685), - [anon_sym_GT] = ACTIONS(695), - [anon_sym_LT] = ACTIONS(695), - [anon_sym_GT_EQ] = ACTIONS(685), - [anon_sym_LT_EQ] = ACTIONS(685), - [anon_sym_AT] = ACTIONS(685), - [anon_sym__] = ACTIONS(695), - [anon_sym_DOT] = ACTIONS(695), - [anon_sym_DOT_DOT] = ACTIONS(695), - [anon_sym_DOT_DOT_DOT] = ACTIONS(685), - [anon_sym_DOT_DOT_EQ] = ACTIONS(685), - [anon_sym_COMMA] = ACTIONS(685), - [anon_sym_COLON_COLON] = ACTIONS(685), - [anon_sym_DASH_GT] = ACTIONS(685), - [anon_sym_POUND] = ACTIONS(685), + [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(576), + [anon_sym_PIPE_PIPE] = ACTIONS(576), + [anon_sym_LT_LT] = ACTIONS(586), + [anon_sym_GT_GT] = ACTIONS(586), + [anon_sym_PLUS_EQ] = ACTIONS(576), + [anon_sym_DASH_EQ] = ACTIONS(576), + [anon_sym_STAR_EQ] = ACTIONS(576), + [anon_sym_SLASH_EQ] = ACTIONS(576), + [anon_sym_PERCENT_EQ] = ACTIONS(576), + [anon_sym_CARET_EQ] = ACTIONS(576), + [anon_sym_AMP_EQ] = ACTIONS(576), + [anon_sym_PIPE_EQ] = ACTIONS(576), + [anon_sym_LT_LT_EQ] = ACTIONS(576), + [anon_sym_GT_GT_EQ] = ACTIONS(576), + [anon_sym_EQ] = ACTIONS(586), + [anon_sym_EQ_EQ] = ACTIONS(576), + [anon_sym_BANG_EQ] = ACTIONS(576), + [anon_sym_GT] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(586), + [anon_sym_GT_EQ] = ACTIONS(576), + [anon_sym_LT_EQ] = ACTIONS(576), + [anon_sym_AT] = ACTIONS(576), + [anon_sym__] = ACTIONS(586), + [anon_sym_DOT] = ACTIONS(586), + [anon_sym_DOT_DOT] = ACTIONS(586), + [anon_sym_DOT_DOT_DOT] = ACTIONS(576), + [anon_sym_DOT_DOT_EQ] = ACTIONS(576), + [anon_sym_COMMA] = ACTIONS(576), + [anon_sym_COLON_COLON] = ACTIONS(576), + [anon_sym_DASH_GT] = ACTIONS(576), + [anon_sym_POUND] = ACTIONS(576), [anon_sym_SQUOTE] = ACTIONS(683), [anon_sym_as] = ACTIONS(683), [anon_sym_async] = ACTIONS(683), @@ -28644,43 +29078,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(683), [anon_sym_while] = ACTIONS(683), [sym_mutable_specifier] = ACTIONS(683), - [sym_integer_literal] = ACTIONS(699), - [aux_sym_string_literal_token1] = ACTIONS(701), - [sym_char_literal] = ACTIONS(699), - [anon_sym_true] = ACTIONS(703), - [anon_sym_false] = ACTIONS(703), + [sym_integer_literal] = ACTIONS(590), + [aux_sym_string_literal_token1] = ACTIONS(592), + [sym_char_literal] = ACTIONS(590), + [anon_sym_true] = ACTIONS(594), + [anon_sym_false] = ACTIONS(594), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), [sym_self] = ACTIONS(683), [sym_super] = ACTIONS(683), [sym_crate] = ACTIONS(683), - [sym__raw_string_literal_start] = ACTIONS(705), - [sym_float_literal] = ACTIONS(699), + [sym_metavariable] = ACTIONS(695), + [sym__raw_string_literal_start] = ACTIONS(598), + [sym_float_literal] = ACTIONS(590), }, - [STATE(101)] = { - [sym_delim_token_tree] = STATE(205), - [sym__delim_tokens] = STATE(204), - [sym__non_delim_token] = STATE(205), - [sym__literal] = STATE(246), - [sym_string_literal] = STATE(226), - [sym_raw_string_literal] = STATE(226), - [sym_boolean_literal] = STATE(226), - [sym_line_comment] = STATE(101), - [sym_block_comment] = STATE(101), - [aux_sym__non_special_token_repeat1] = STATE(175), - [aux_sym_delim_token_tree_repeat1] = STATE(83), + [STATE(104)] = { + [sym_token_tree] = STATE(202), + [sym_token_repetition] = STATE(202), + [sym__literal] = STATE(202), + [sym_string_literal] = STATE(179), + [sym_raw_string_literal] = STATE(179), + [sym_boolean_literal] = STATE(179), + [sym_line_comment] = STATE(104), + [sym_block_comment] = STATE(104), + [aux_sym_token_tree_repeat1] = STATE(71), + [aux_sym__non_special_token_repeat1] = STATE(149), [sym_identifier] = ACTIONS(683), - [anon_sym_SEMI] = ACTIONS(685), - [anon_sym_LPAREN] = ACTIONS(687), - [anon_sym_LBRACK] = ACTIONS(691), - [anon_sym_LBRACE] = ACTIONS(693), + [anon_sym_SEMI] = ACTIONS(576), + [anon_sym_LPAREN] = ACTIONS(685), + [anon_sym_LBRACK] = ACTIONS(687), + [anon_sym_LBRACE] = ACTIONS(689), [anon_sym_RBRACE] = ACTIONS(731), - [anon_sym_EQ_GT] = ACTIONS(685), - [anon_sym_COLON] = ACTIONS(695), - [anon_sym_DOLLAR] = ACTIONS(697), - [anon_sym_PLUS] = ACTIONS(695), - [anon_sym_STAR] = ACTIONS(695), - [anon_sym_QMARK] = ACTIONS(685), + [anon_sym_EQ_GT] = ACTIONS(576), + [anon_sym_COLON] = ACTIONS(586), + [anon_sym_DOLLAR] = ACTIONS(693), + [anon_sym_PLUS] = ACTIONS(586), + [anon_sym_STAR] = ACTIONS(586), + [anon_sym_QMARK] = ACTIONS(576), [anon_sym_u8] = ACTIONS(683), [anon_sym_i8] = ACTIONS(683), [anon_sym_u16] = ACTIONS(683), @@ -28698,127 +29132,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(683), [anon_sym_str] = ACTIONS(683), [anon_sym_char] = ACTIONS(683), - [anon_sym_DASH] = ACTIONS(695), - [anon_sym_SLASH] = ACTIONS(695), - [anon_sym_PERCENT] = ACTIONS(695), - [anon_sym_CARET] = ACTIONS(695), - [anon_sym_BANG] = ACTIONS(695), - [anon_sym_AMP] = ACTIONS(695), - [anon_sym_PIPE] = ACTIONS(695), - [anon_sym_AMP_AMP] = ACTIONS(685), - [anon_sym_PIPE_PIPE] = ACTIONS(685), - [anon_sym_LT_LT] = ACTIONS(695), - [anon_sym_GT_GT] = ACTIONS(695), - [anon_sym_PLUS_EQ] = ACTIONS(685), - [anon_sym_DASH_EQ] = ACTIONS(685), - [anon_sym_STAR_EQ] = ACTIONS(685), - [anon_sym_SLASH_EQ] = ACTIONS(685), - [anon_sym_PERCENT_EQ] = ACTIONS(685), - [anon_sym_CARET_EQ] = ACTIONS(685), - [anon_sym_AMP_EQ] = ACTIONS(685), - [anon_sym_PIPE_EQ] = ACTIONS(685), - [anon_sym_LT_LT_EQ] = ACTIONS(685), - [anon_sym_GT_GT_EQ] = ACTIONS(685), - [anon_sym_EQ] = ACTIONS(695), - [anon_sym_EQ_EQ] = ACTIONS(685), - [anon_sym_BANG_EQ] = ACTIONS(685), - [anon_sym_GT] = ACTIONS(695), - [anon_sym_LT] = ACTIONS(695), - [anon_sym_GT_EQ] = ACTIONS(685), - [anon_sym_LT_EQ] = ACTIONS(685), - [anon_sym_AT] = ACTIONS(685), - [anon_sym__] = ACTIONS(695), - [anon_sym_DOT] = ACTIONS(695), - [anon_sym_DOT_DOT] = ACTIONS(695), - [anon_sym_DOT_DOT_DOT] = ACTIONS(685), - [anon_sym_DOT_DOT_EQ] = ACTIONS(685), - [anon_sym_COMMA] = ACTIONS(685), - [anon_sym_COLON_COLON] = ACTIONS(685), - [anon_sym_DASH_GT] = ACTIONS(685), - [anon_sym_POUND] = ACTIONS(685), - [anon_sym_SQUOTE] = ACTIONS(683), - [anon_sym_as] = ACTIONS(683), - [anon_sym_async] = ACTIONS(683), - [anon_sym_await] = ACTIONS(683), - [anon_sym_break] = ACTIONS(683), - [anon_sym_const] = ACTIONS(683), - [anon_sym_continue] = ACTIONS(683), - [anon_sym_default] = ACTIONS(683), - [anon_sym_enum] = ACTIONS(683), - [anon_sym_fn] = ACTIONS(683), - [anon_sym_for] = ACTIONS(683), - [anon_sym_gen] = ACTIONS(683), - [anon_sym_if] = ACTIONS(683), - [anon_sym_impl] = ACTIONS(683), - [anon_sym_let] = ACTIONS(683), - [anon_sym_loop] = ACTIONS(683), - [anon_sym_match] = ACTIONS(683), - [anon_sym_mod] = ACTIONS(683), - [anon_sym_pub] = ACTIONS(683), - [anon_sym_return] = ACTIONS(683), - [anon_sym_static] = ACTIONS(683), - [anon_sym_struct] = ACTIONS(683), - [anon_sym_trait] = ACTIONS(683), - [anon_sym_type] = ACTIONS(683), - [anon_sym_union] = ACTIONS(683), - [anon_sym_unsafe] = ACTIONS(683), - [anon_sym_use] = ACTIONS(683), - [anon_sym_where] = ACTIONS(683), - [anon_sym_while] = ACTIONS(683), - [sym_mutable_specifier] = ACTIONS(683), - [sym_integer_literal] = ACTIONS(699), - [aux_sym_string_literal_token1] = ACTIONS(701), - [sym_char_literal] = ACTIONS(699), - [anon_sym_true] = ACTIONS(703), - [anon_sym_false] = ACTIONS(703), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(683), - [sym_super] = ACTIONS(683), - [sym_crate] = ACTIONS(683), - [sym__raw_string_literal_start] = ACTIONS(705), - [sym_float_literal] = ACTIONS(699), - }, - [STATE(102)] = { - [sym_token_tree] = STATE(190), - [sym_token_repetition] = STATE(190), - [sym__literal] = STATE(190), - [sym_string_literal] = STATE(188), - [sym_raw_string_literal] = STATE(188), - [sym_boolean_literal] = STATE(188), - [sym_line_comment] = STATE(102), - [sym_block_comment] = STATE(102), - [aux_sym_token_tree_repeat1] = STATE(112), - [aux_sym__non_special_token_repeat1] = STATE(153), - [sym_identifier] = ACTIONS(711), - [anon_sym_SEMI] = ACTIONS(576), - [anon_sym_LPAREN] = ACTIONS(713), - [anon_sym_RPAREN] = ACTIONS(733), - [anon_sym_LBRACK] = ACTIONS(717), - [anon_sym_LBRACE] = ACTIONS(719), - [anon_sym_EQ_GT] = ACTIONS(576), - [anon_sym_COLON] = ACTIONS(586), - [anon_sym_DOLLAR] = ACTIONS(721), - [anon_sym_PLUS] = ACTIONS(586), - [anon_sym_STAR] = ACTIONS(586), - [anon_sym_QMARK] = ACTIONS(576), - [anon_sym_u8] = ACTIONS(711), - [anon_sym_i8] = ACTIONS(711), - [anon_sym_u16] = ACTIONS(711), - [anon_sym_i16] = ACTIONS(711), - [anon_sym_u32] = ACTIONS(711), - [anon_sym_i32] = ACTIONS(711), - [anon_sym_u64] = ACTIONS(711), - [anon_sym_i64] = ACTIONS(711), - [anon_sym_u128] = ACTIONS(711), - [anon_sym_i128] = ACTIONS(711), - [anon_sym_isize] = ACTIONS(711), - [anon_sym_usize] = ACTIONS(711), - [anon_sym_f32] = ACTIONS(711), - [anon_sym_f64] = ACTIONS(711), - [anon_sym_bool] = ACTIONS(711), - [anon_sym_str] = ACTIONS(711), - [anon_sym_char] = ACTIONS(711), [anon_sym_DASH] = ACTIONS(586), [anon_sym_SLASH] = ACTIONS(586), [anon_sym_PERCENT] = ACTIONS(586), @@ -28857,36 +29170,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COLON_COLON] = ACTIONS(576), [anon_sym_DASH_GT] = ACTIONS(576), [anon_sym_POUND] = ACTIONS(576), - [anon_sym_SQUOTE] = ACTIONS(711), - [anon_sym_as] = ACTIONS(711), - [anon_sym_async] = ACTIONS(711), - [anon_sym_await] = ACTIONS(711), - [anon_sym_break] = ACTIONS(711), - [anon_sym_const] = ACTIONS(711), - [anon_sym_continue] = ACTIONS(711), - [anon_sym_default] = ACTIONS(711), - [anon_sym_enum] = ACTIONS(711), - [anon_sym_fn] = ACTIONS(711), - [anon_sym_for] = ACTIONS(711), - [anon_sym_gen] = ACTIONS(711), - [anon_sym_if] = ACTIONS(711), - [anon_sym_impl] = ACTIONS(711), - [anon_sym_let] = ACTIONS(711), - [anon_sym_loop] = ACTIONS(711), - [anon_sym_match] = ACTIONS(711), - [anon_sym_mod] = ACTIONS(711), - [anon_sym_pub] = ACTIONS(711), - [anon_sym_return] = ACTIONS(711), - [anon_sym_static] = ACTIONS(711), - [anon_sym_struct] = ACTIONS(711), - [anon_sym_trait] = ACTIONS(711), - [anon_sym_type] = ACTIONS(711), - [anon_sym_union] = ACTIONS(711), - [anon_sym_unsafe] = ACTIONS(711), - [anon_sym_use] = ACTIONS(711), - [anon_sym_where] = ACTIONS(711), - [anon_sym_while] = ACTIONS(711), - [sym_mutable_specifier] = ACTIONS(711), + [anon_sym_SQUOTE] = ACTIONS(683), + [anon_sym_as] = ACTIONS(683), + [anon_sym_async] = ACTIONS(683), + [anon_sym_await] = ACTIONS(683), + [anon_sym_break] = ACTIONS(683), + [anon_sym_const] = ACTIONS(683), + [anon_sym_continue] = ACTIONS(683), + [anon_sym_default] = ACTIONS(683), + [anon_sym_enum] = ACTIONS(683), + [anon_sym_fn] = ACTIONS(683), + [anon_sym_for] = ACTIONS(683), + [anon_sym_gen] = ACTIONS(683), + [anon_sym_if] = ACTIONS(683), + [anon_sym_impl] = ACTIONS(683), + [anon_sym_let] = ACTIONS(683), + [anon_sym_loop] = ACTIONS(683), + [anon_sym_match] = ACTIONS(683), + [anon_sym_mod] = ACTIONS(683), + [anon_sym_pub] = ACTIONS(683), + [anon_sym_return] = ACTIONS(683), + [anon_sym_static] = ACTIONS(683), + [anon_sym_struct] = ACTIONS(683), + [anon_sym_trait] = ACTIONS(683), + [anon_sym_type] = ACTIONS(683), + [anon_sym_union] = ACTIONS(683), + [anon_sym_unsafe] = ACTIONS(683), + [anon_sym_use] = ACTIONS(683), + [anon_sym_where] = ACTIONS(683), + [anon_sym_while] = ACTIONS(683), + [sym_mutable_specifier] = ACTIONS(683), [sym_integer_literal] = ACTIONS(590), [aux_sym_string_literal_token1] = ACTIONS(592), [sym_char_literal] = ACTIONS(590), @@ -28894,53 +29207,297 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(594), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(711), - [sym_super] = ACTIONS(711), - [sym_crate] = ACTIONS(711), - [sym_metavariable] = ACTIONS(723), + [sym_self] = ACTIONS(683), + [sym_super] = ACTIONS(683), + [sym_crate] = ACTIONS(683), + [sym_metavariable] = ACTIONS(695), [sym__raw_string_literal_start] = ACTIONS(598), [sym_float_literal] = ACTIONS(590), }, - [STATE(103)] = { - [sym_token_tree] = STATE(190), - [sym_token_repetition] = STATE(190), - [sym__literal] = STATE(190), - [sym_string_literal] = STATE(188), - [sym_raw_string_literal] = STATE(188), - [sym_boolean_literal] = STATE(188), - [sym_line_comment] = STATE(103), - [sym_block_comment] = STATE(103), - [aux_sym_token_tree_repeat1] = STATE(119), - [aux_sym__non_special_token_repeat1] = STATE(153), - [sym_identifier] = ACTIONS(711), - [anon_sym_SEMI] = ACTIONS(576), - [anon_sym_LPAREN] = ACTIONS(713), - [anon_sym_LBRACK] = ACTIONS(717), + [STATE(105)] = { + [sym_delim_token_tree] = STATE(222), + [sym__delim_tokens] = STATE(223), + [sym__non_delim_token] = STATE(222), + [sym__literal] = STATE(221), + [sym_string_literal] = STATE(212), + [sym_raw_string_literal] = STATE(212), + [sym_boolean_literal] = STATE(212), + [sym_line_comment] = STATE(105), + [sym_block_comment] = STATE(105), + [aux_sym__non_special_token_repeat1] = STATE(195), + [aux_sym_delim_token_tree_repeat1] = STATE(108), + [sym_identifier] = ACTIONS(697), + [anon_sym_SEMI] = ACTIONS(699), + [anon_sym_LPAREN] = ACTIONS(701), + [anon_sym_RPAREN] = ACTIONS(733), + [anon_sym_LBRACK] = ACTIONS(705), + [anon_sym_LBRACE] = ACTIONS(707), + [anon_sym_EQ_GT] = ACTIONS(699), + [anon_sym_COLON] = ACTIONS(709), + [anon_sym_DOLLAR] = ACTIONS(711), + [anon_sym_PLUS] = ACTIONS(709), + [anon_sym_STAR] = ACTIONS(709), + [anon_sym_QMARK] = ACTIONS(699), + [anon_sym_u8] = ACTIONS(697), + [anon_sym_i8] = ACTIONS(697), + [anon_sym_u16] = ACTIONS(697), + [anon_sym_i16] = ACTIONS(697), + [anon_sym_u32] = ACTIONS(697), + [anon_sym_i32] = ACTIONS(697), + [anon_sym_u64] = ACTIONS(697), + [anon_sym_i64] = ACTIONS(697), + [anon_sym_u128] = ACTIONS(697), + [anon_sym_i128] = ACTIONS(697), + [anon_sym_isize] = ACTIONS(697), + [anon_sym_usize] = ACTIONS(697), + [anon_sym_f32] = ACTIONS(697), + [anon_sym_f64] = ACTIONS(697), + [anon_sym_bool] = ACTIONS(697), + [anon_sym_str] = ACTIONS(697), + [anon_sym_char] = ACTIONS(697), + [anon_sym_DASH] = ACTIONS(709), + [anon_sym_SLASH] = ACTIONS(709), + [anon_sym_PERCENT] = ACTIONS(709), + [anon_sym_CARET] = ACTIONS(709), + [anon_sym_BANG] = ACTIONS(709), + [anon_sym_AMP] = ACTIONS(709), + [anon_sym_PIPE] = ACTIONS(709), + [anon_sym_AMP_AMP] = ACTIONS(699), + [anon_sym_PIPE_PIPE] = ACTIONS(699), + [anon_sym_LT_LT] = ACTIONS(709), + [anon_sym_GT_GT] = ACTIONS(709), + [anon_sym_PLUS_EQ] = ACTIONS(699), + [anon_sym_DASH_EQ] = ACTIONS(699), + [anon_sym_STAR_EQ] = ACTIONS(699), + [anon_sym_SLASH_EQ] = ACTIONS(699), + [anon_sym_PERCENT_EQ] = ACTIONS(699), + [anon_sym_CARET_EQ] = ACTIONS(699), + [anon_sym_AMP_EQ] = ACTIONS(699), + [anon_sym_PIPE_EQ] = ACTIONS(699), + [anon_sym_LT_LT_EQ] = ACTIONS(699), + [anon_sym_GT_GT_EQ] = ACTIONS(699), + [anon_sym_EQ] = ACTIONS(709), + [anon_sym_EQ_EQ] = ACTIONS(699), + [anon_sym_BANG_EQ] = ACTIONS(699), + [anon_sym_GT] = ACTIONS(709), + [anon_sym_LT] = ACTIONS(709), + [anon_sym_GT_EQ] = ACTIONS(699), + [anon_sym_LT_EQ] = ACTIONS(699), + [anon_sym_AT] = ACTIONS(699), + [anon_sym__] = ACTIONS(709), + [anon_sym_DOT] = ACTIONS(709), + [anon_sym_DOT_DOT] = ACTIONS(709), + [anon_sym_DOT_DOT_DOT] = ACTIONS(699), + [anon_sym_DOT_DOT_EQ] = ACTIONS(699), + [anon_sym_COMMA] = ACTIONS(699), + [anon_sym_COLON_COLON] = ACTIONS(699), + [anon_sym_DASH_GT] = ACTIONS(699), + [anon_sym_POUND] = ACTIONS(699), + [anon_sym_SQUOTE] = ACTIONS(697), + [anon_sym_as] = ACTIONS(697), + [anon_sym_async] = ACTIONS(697), + [anon_sym_await] = ACTIONS(697), + [anon_sym_break] = ACTIONS(697), + [anon_sym_const] = ACTIONS(697), + [anon_sym_continue] = ACTIONS(697), + [anon_sym_default] = ACTIONS(697), + [anon_sym_enum] = ACTIONS(697), + [anon_sym_fn] = ACTIONS(697), + [anon_sym_for] = ACTIONS(697), + [anon_sym_gen] = ACTIONS(697), + [anon_sym_if] = ACTIONS(697), + [anon_sym_impl] = ACTIONS(697), + [anon_sym_let] = ACTIONS(697), + [anon_sym_loop] = ACTIONS(697), + [anon_sym_match] = ACTIONS(697), + [anon_sym_mod] = ACTIONS(697), + [anon_sym_pub] = ACTIONS(697), + [anon_sym_return] = ACTIONS(697), + [anon_sym_static] = ACTIONS(697), + [anon_sym_struct] = ACTIONS(697), + [anon_sym_trait] = ACTIONS(697), + [anon_sym_type] = ACTIONS(697), + [anon_sym_union] = ACTIONS(697), + [anon_sym_unsafe] = ACTIONS(697), + [anon_sym_use] = ACTIONS(697), + [anon_sym_where] = ACTIONS(697), + [anon_sym_while] = ACTIONS(697), + [sym_mutable_specifier] = ACTIONS(697), + [sym_integer_literal] = ACTIONS(713), + [aux_sym_string_literal_token1] = ACTIONS(715), + [sym_char_literal] = ACTIONS(713), + [anon_sym_true] = ACTIONS(717), + [anon_sym_false] = ACTIONS(717), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(697), + [sym_super] = ACTIONS(697), + [sym_crate] = ACTIONS(697), + [sym__raw_string_literal_start] = ACTIONS(719), + [sym_float_literal] = ACTIONS(713), + }, + [STATE(106)] = { + [sym_delim_token_tree] = STATE(222), + [sym__delim_tokens] = STATE(223), + [sym__non_delim_token] = STATE(222), + [sym__literal] = STATE(221), + [sym_string_literal] = STATE(212), + [sym_raw_string_literal] = STATE(212), + [sym_boolean_literal] = STATE(212), + [sym_line_comment] = STATE(106), + [sym_block_comment] = STATE(106), + [aux_sym__non_special_token_repeat1] = STATE(195), + [aux_sym_delim_token_tree_repeat1] = STATE(109), + [sym_identifier] = ACTIONS(697), + [anon_sym_SEMI] = ACTIONS(699), + [anon_sym_LPAREN] = ACTIONS(701), + [anon_sym_LBRACK] = ACTIONS(705), [anon_sym_RBRACK] = ACTIONS(733), - [anon_sym_LBRACE] = ACTIONS(719), + [anon_sym_LBRACE] = ACTIONS(707), + [anon_sym_EQ_GT] = ACTIONS(699), + [anon_sym_COLON] = ACTIONS(709), + [anon_sym_DOLLAR] = ACTIONS(711), + [anon_sym_PLUS] = ACTIONS(709), + [anon_sym_STAR] = ACTIONS(709), + [anon_sym_QMARK] = ACTIONS(699), + [anon_sym_u8] = ACTIONS(697), + [anon_sym_i8] = ACTIONS(697), + [anon_sym_u16] = ACTIONS(697), + [anon_sym_i16] = ACTIONS(697), + [anon_sym_u32] = ACTIONS(697), + [anon_sym_i32] = ACTIONS(697), + [anon_sym_u64] = ACTIONS(697), + [anon_sym_i64] = ACTIONS(697), + [anon_sym_u128] = ACTIONS(697), + [anon_sym_i128] = ACTIONS(697), + [anon_sym_isize] = ACTIONS(697), + [anon_sym_usize] = ACTIONS(697), + [anon_sym_f32] = ACTIONS(697), + [anon_sym_f64] = ACTIONS(697), + [anon_sym_bool] = ACTIONS(697), + [anon_sym_str] = ACTIONS(697), + [anon_sym_char] = ACTIONS(697), + [anon_sym_DASH] = ACTIONS(709), + [anon_sym_SLASH] = ACTIONS(709), + [anon_sym_PERCENT] = ACTIONS(709), + [anon_sym_CARET] = ACTIONS(709), + [anon_sym_BANG] = ACTIONS(709), + [anon_sym_AMP] = ACTIONS(709), + [anon_sym_PIPE] = ACTIONS(709), + [anon_sym_AMP_AMP] = ACTIONS(699), + [anon_sym_PIPE_PIPE] = ACTIONS(699), + [anon_sym_LT_LT] = ACTIONS(709), + [anon_sym_GT_GT] = ACTIONS(709), + [anon_sym_PLUS_EQ] = ACTIONS(699), + [anon_sym_DASH_EQ] = ACTIONS(699), + [anon_sym_STAR_EQ] = ACTIONS(699), + [anon_sym_SLASH_EQ] = ACTIONS(699), + [anon_sym_PERCENT_EQ] = ACTIONS(699), + [anon_sym_CARET_EQ] = ACTIONS(699), + [anon_sym_AMP_EQ] = ACTIONS(699), + [anon_sym_PIPE_EQ] = ACTIONS(699), + [anon_sym_LT_LT_EQ] = ACTIONS(699), + [anon_sym_GT_GT_EQ] = ACTIONS(699), + [anon_sym_EQ] = ACTIONS(709), + [anon_sym_EQ_EQ] = ACTIONS(699), + [anon_sym_BANG_EQ] = ACTIONS(699), + [anon_sym_GT] = ACTIONS(709), + [anon_sym_LT] = ACTIONS(709), + [anon_sym_GT_EQ] = ACTIONS(699), + [anon_sym_LT_EQ] = ACTIONS(699), + [anon_sym_AT] = ACTIONS(699), + [anon_sym__] = ACTIONS(709), + [anon_sym_DOT] = ACTIONS(709), + [anon_sym_DOT_DOT] = ACTIONS(709), + [anon_sym_DOT_DOT_DOT] = ACTIONS(699), + [anon_sym_DOT_DOT_EQ] = ACTIONS(699), + [anon_sym_COMMA] = ACTIONS(699), + [anon_sym_COLON_COLON] = ACTIONS(699), + [anon_sym_DASH_GT] = ACTIONS(699), + [anon_sym_POUND] = ACTIONS(699), + [anon_sym_SQUOTE] = ACTIONS(697), + [anon_sym_as] = ACTIONS(697), + [anon_sym_async] = ACTIONS(697), + [anon_sym_await] = ACTIONS(697), + [anon_sym_break] = ACTIONS(697), + [anon_sym_const] = ACTIONS(697), + [anon_sym_continue] = ACTIONS(697), + [anon_sym_default] = ACTIONS(697), + [anon_sym_enum] = ACTIONS(697), + [anon_sym_fn] = ACTIONS(697), + [anon_sym_for] = ACTIONS(697), + [anon_sym_gen] = ACTIONS(697), + [anon_sym_if] = ACTIONS(697), + [anon_sym_impl] = ACTIONS(697), + [anon_sym_let] = ACTIONS(697), + [anon_sym_loop] = ACTIONS(697), + [anon_sym_match] = ACTIONS(697), + [anon_sym_mod] = ACTIONS(697), + [anon_sym_pub] = ACTIONS(697), + [anon_sym_return] = ACTIONS(697), + [anon_sym_static] = ACTIONS(697), + [anon_sym_struct] = ACTIONS(697), + [anon_sym_trait] = ACTIONS(697), + [anon_sym_type] = ACTIONS(697), + [anon_sym_union] = ACTIONS(697), + [anon_sym_unsafe] = ACTIONS(697), + [anon_sym_use] = ACTIONS(697), + [anon_sym_where] = ACTIONS(697), + [anon_sym_while] = ACTIONS(697), + [sym_mutable_specifier] = ACTIONS(697), + [sym_integer_literal] = ACTIONS(713), + [aux_sym_string_literal_token1] = ACTIONS(715), + [sym_char_literal] = ACTIONS(713), + [anon_sym_true] = ACTIONS(717), + [anon_sym_false] = ACTIONS(717), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(697), + [sym_super] = ACTIONS(697), + [sym_crate] = ACTIONS(697), + [sym__raw_string_literal_start] = ACTIONS(719), + [sym_float_literal] = ACTIONS(713), + }, + [STATE(107)] = { + [sym_token_tree] = STATE(202), + [sym_token_repetition] = STATE(202), + [sym__literal] = STATE(202), + [sym_string_literal] = STATE(179), + [sym_raw_string_literal] = STATE(179), + [sym_boolean_literal] = STATE(179), + [sym_line_comment] = STATE(107), + [sym_block_comment] = STATE(107), + [aux_sym_token_tree_repeat1] = STATE(96), + [aux_sym__non_special_token_repeat1] = STATE(149), + [sym_identifier] = ACTIONS(683), + [anon_sym_SEMI] = ACTIONS(576), + [anon_sym_LPAREN] = ACTIONS(685), + [anon_sym_LBRACK] = ACTIONS(687), + [anon_sym_RBRACK] = ACTIONS(691), + [anon_sym_LBRACE] = ACTIONS(689), [anon_sym_EQ_GT] = ACTIONS(576), [anon_sym_COLON] = ACTIONS(586), - [anon_sym_DOLLAR] = ACTIONS(721), + [anon_sym_DOLLAR] = ACTIONS(693), [anon_sym_PLUS] = ACTIONS(586), [anon_sym_STAR] = ACTIONS(586), [anon_sym_QMARK] = ACTIONS(576), - [anon_sym_u8] = ACTIONS(711), - [anon_sym_i8] = ACTIONS(711), - [anon_sym_u16] = ACTIONS(711), - [anon_sym_i16] = ACTIONS(711), - [anon_sym_u32] = ACTIONS(711), - [anon_sym_i32] = ACTIONS(711), - [anon_sym_u64] = ACTIONS(711), - [anon_sym_i64] = ACTIONS(711), - [anon_sym_u128] = ACTIONS(711), - [anon_sym_i128] = ACTIONS(711), - [anon_sym_isize] = ACTIONS(711), - [anon_sym_usize] = ACTIONS(711), - [anon_sym_f32] = ACTIONS(711), - [anon_sym_f64] = ACTIONS(711), - [anon_sym_bool] = ACTIONS(711), - [anon_sym_str] = ACTIONS(711), - [anon_sym_char] = ACTIONS(711), + [anon_sym_u8] = ACTIONS(683), + [anon_sym_i8] = ACTIONS(683), + [anon_sym_u16] = ACTIONS(683), + [anon_sym_i16] = ACTIONS(683), + [anon_sym_u32] = ACTIONS(683), + [anon_sym_i32] = ACTIONS(683), + [anon_sym_u64] = ACTIONS(683), + [anon_sym_i64] = ACTIONS(683), + [anon_sym_u128] = ACTIONS(683), + [anon_sym_i128] = ACTIONS(683), + [anon_sym_isize] = ACTIONS(683), + [anon_sym_usize] = ACTIONS(683), + [anon_sym_f32] = ACTIONS(683), + [anon_sym_f64] = ACTIONS(683), + [anon_sym_bool] = ACTIONS(683), + [anon_sym_str] = ACTIONS(683), + [anon_sym_char] = ACTIONS(683), [anon_sym_DASH] = ACTIONS(586), [anon_sym_SLASH] = ACTIONS(586), [anon_sym_PERCENT] = ACTIONS(586), @@ -28979,36 +29536,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COLON_COLON] = ACTIONS(576), [anon_sym_DASH_GT] = ACTIONS(576), [anon_sym_POUND] = ACTIONS(576), - [anon_sym_SQUOTE] = ACTIONS(711), - [anon_sym_as] = ACTIONS(711), - [anon_sym_async] = ACTIONS(711), - [anon_sym_await] = ACTIONS(711), - [anon_sym_break] = ACTIONS(711), - [anon_sym_const] = ACTIONS(711), - [anon_sym_continue] = ACTIONS(711), - [anon_sym_default] = ACTIONS(711), - [anon_sym_enum] = ACTIONS(711), - [anon_sym_fn] = ACTIONS(711), - [anon_sym_for] = ACTIONS(711), - [anon_sym_gen] = ACTIONS(711), - [anon_sym_if] = ACTIONS(711), - [anon_sym_impl] = ACTIONS(711), - [anon_sym_let] = ACTIONS(711), - [anon_sym_loop] = ACTIONS(711), - [anon_sym_match] = ACTIONS(711), - [anon_sym_mod] = ACTIONS(711), - [anon_sym_pub] = ACTIONS(711), - [anon_sym_return] = ACTIONS(711), - [anon_sym_static] = ACTIONS(711), - [anon_sym_struct] = ACTIONS(711), - [anon_sym_trait] = ACTIONS(711), - [anon_sym_type] = ACTIONS(711), - [anon_sym_union] = ACTIONS(711), - [anon_sym_unsafe] = ACTIONS(711), - [anon_sym_use] = ACTIONS(711), - [anon_sym_where] = ACTIONS(711), - [anon_sym_while] = ACTIONS(711), - [sym_mutable_specifier] = ACTIONS(711), + [anon_sym_SQUOTE] = ACTIONS(683), + [anon_sym_as] = ACTIONS(683), + [anon_sym_async] = ACTIONS(683), + [anon_sym_await] = ACTIONS(683), + [anon_sym_break] = ACTIONS(683), + [anon_sym_const] = ACTIONS(683), + [anon_sym_continue] = ACTIONS(683), + [anon_sym_default] = ACTIONS(683), + [anon_sym_enum] = ACTIONS(683), + [anon_sym_fn] = ACTIONS(683), + [anon_sym_for] = ACTIONS(683), + [anon_sym_gen] = ACTIONS(683), + [anon_sym_if] = ACTIONS(683), + [anon_sym_impl] = ACTIONS(683), + [anon_sym_let] = ACTIONS(683), + [anon_sym_loop] = ACTIONS(683), + [anon_sym_match] = ACTIONS(683), + [anon_sym_mod] = ACTIONS(683), + [anon_sym_pub] = ACTIONS(683), + [anon_sym_return] = ACTIONS(683), + [anon_sym_static] = ACTIONS(683), + [anon_sym_struct] = ACTIONS(683), + [anon_sym_trait] = ACTIONS(683), + [anon_sym_type] = ACTIONS(683), + [anon_sym_union] = ACTIONS(683), + [anon_sym_unsafe] = ACTIONS(683), + [anon_sym_use] = ACTIONS(683), + [anon_sym_where] = ACTIONS(683), + [anon_sym_while] = ACTIONS(683), + [sym_mutable_specifier] = ACTIONS(683), [sym_integer_literal] = ACTIONS(590), [aux_sym_string_literal_token1] = ACTIONS(592), [sym_char_literal] = ACTIONS(590), @@ -29016,53 +29573,419 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(594), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(711), - [sym_super] = ACTIONS(711), - [sym_crate] = ACTIONS(711), - [sym_metavariable] = ACTIONS(723), + [sym_self] = ACTIONS(683), + [sym_super] = ACTIONS(683), + [sym_crate] = ACTIONS(683), + [sym_metavariable] = ACTIONS(695), [sym__raw_string_literal_start] = ACTIONS(598), [sym_float_literal] = ACTIONS(590), }, - [STATE(104)] = { - [sym_token_tree] = STATE(190), - [sym_token_repetition] = STATE(190), - [sym__literal] = STATE(190), - [sym_string_literal] = STATE(188), - [sym_raw_string_literal] = STATE(188), - [sym_boolean_literal] = STATE(188), - [sym_line_comment] = STATE(104), - [sym_block_comment] = STATE(104), - [aux_sym_token_tree_repeat1] = STATE(128), - [aux_sym__non_special_token_repeat1] = STATE(153), - [sym_identifier] = ACTIONS(711), + [STATE(108)] = { + [sym_delim_token_tree] = STATE(222), + [sym__delim_tokens] = STATE(223), + [sym__non_delim_token] = STATE(222), + [sym__literal] = STATE(221), + [sym_string_literal] = STATE(212), + [sym_raw_string_literal] = STATE(212), + [sym_boolean_literal] = STATE(212), + [sym_line_comment] = STATE(108), + [sym_block_comment] = STATE(108), + [aux_sym__non_special_token_repeat1] = STATE(195), + [aux_sym_delim_token_tree_repeat1] = STATE(73), + [sym_identifier] = ACTIONS(697), + [anon_sym_SEMI] = ACTIONS(699), + [anon_sym_LPAREN] = ACTIONS(701), + [anon_sym_RPAREN] = ACTIONS(735), + [anon_sym_LBRACK] = ACTIONS(705), + [anon_sym_LBRACE] = ACTIONS(707), + [anon_sym_EQ_GT] = ACTIONS(699), + [anon_sym_COLON] = ACTIONS(709), + [anon_sym_DOLLAR] = ACTIONS(711), + [anon_sym_PLUS] = ACTIONS(709), + [anon_sym_STAR] = ACTIONS(709), + [anon_sym_QMARK] = ACTIONS(699), + [anon_sym_u8] = ACTIONS(697), + [anon_sym_i8] = ACTIONS(697), + [anon_sym_u16] = ACTIONS(697), + [anon_sym_i16] = ACTIONS(697), + [anon_sym_u32] = ACTIONS(697), + [anon_sym_i32] = ACTIONS(697), + [anon_sym_u64] = ACTIONS(697), + [anon_sym_i64] = ACTIONS(697), + [anon_sym_u128] = ACTIONS(697), + [anon_sym_i128] = ACTIONS(697), + [anon_sym_isize] = ACTIONS(697), + [anon_sym_usize] = ACTIONS(697), + [anon_sym_f32] = ACTIONS(697), + [anon_sym_f64] = ACTIONS(697), + [anon_sym_bool] = ACTIONS(697), + [anon_sym_str] = ACTIONS(697), + [anon_sym_char] = ACTIONS(697), + [anon_sym_DASH] = ACTIONS(709), + [anon_sym_SLASH] = ACTIONS(709), + [anon_sym_PERCENT] = ACTIONS(709), + [anon_sym_CARET] = ACTIONS(709), + [anon_sym_BANG] = ACTIONS(709), + [anon_sym_AMP] = ACTIONS(709), + [anon_sym_PIPE] = ACTIONS(709), + [anon_sym_AMP_AMP] = ACTIONS(699), + [anon_sym_PIPE_PIPE] = ACTIONS(699), + [anon_sym_LT_LT] = ACTIONS(709), + [anon_sym_GT_GT] = ACTIONS(709), + [anon_sym_PLUS_EQ] = ACTIONS(699), + [anon_sym_DASH_EQ] = ACTIONS(699), + [anon_sym_STAR_EQ] = ACTIONS(699), + [anon_sym_SLASH_EQ] = ACTIONS(699), + [anon_sym_PERCENT_EQ] = ACTIONS(699), + [anon_sym_CARET_EQ] = ACTIONS(699), + [anon_sym_AMP_EQ] = ACTIONS(699), + [anon_sym_PIPE_EQ] = ACTIONS(699), + [anon_sym_LT_LT_EQ] = ACTIONS(699), + [anon_sym_GT_GT_EQ] = ACTIONS(699), + [anon_sym_EQ] = ACTIONS(709), + [anon_sym_EQ_EQ] = ACTIONS(699), + [anon_sym_BANG_EQ] = ACTIONS(699), + [anon_sym_GT] = ACTIONS(709), + [anon_sym_LT] = ACTIONS(709), + [anon_sym_GT_EQ] = ACTIONS(699), + [anon_sym_LT_EQ] = ACTIONS(699), + [anon_sym_AT] = ACTIONS(699), + [anon_sym__] = ACTIONS(709), + [anon_sym_DOT] = ACTIONS(709), + [anon_sym_DOT_DOT] = ACTIONS(709), + [anon_sym_DOT_DOT_DOT] = ACTIONS(699), + [anon_sym_DOT_DOT_EQ] = ACTIONS(699), + [anon_sym_COMMA] = ACTIONS(699), + [anon_sym_COLON_COLON] = ACTIONS(699), + [anon_sym_DASH_GT] = ACTIONS(699), + [anon_sym_POUND] = ACTIONS(699), + [anon_sym_SQUOTE] = ACTIONS(697), + [anon_sym_as] = ACTIONS(697), + [anon_sym_async] = ACTIONS(697), + [anon_sym_await] = ACTIONS(697), + [anon_sym_break] = ACTIONS(697), + [anon_sym_const] = ACTIONS(697), + [anon_sym_continue] = ACTIONS(697), + [anon_sym_default] = ACTIONS(697), + [anon_sym_enum] = ACTIONS(697), + [anon_sym_fn] = ACTIONS(697), + [anon_sym_for] = ACTIONS(697), + [anon_sym_gen] = ACTIONS(697), + [anon_sym_if] = ACTIONS(697), + [anon_sym_impl] = ACTIONS(697), + [anon_sym_let] = ACTIONS(697), + [anon_sym_loop] = ACTIONS(697), + [anon_sym_match] = ACTIONS(697), + [anon_sym_mod] = ACTIONS(697), + [anon_sym_pub] = ACTIONS(697), + [anon_sym_return] = ACTIONS(697), + [anon_sym_static] = ACTIONS(697), + [anon_sym_struct] = ACTIONS(697), + [anon_sym_trait] = ACTIONS(697), + [anon_sym_type] = ACTIONS(697), + [anon_sym_union] = ACTIONS(697), + [anon_sym_unsafe] = ACTIONS(697), + [anon_sym_use] = ACTIONS(697), + [anon_sym_where] = ACTIONS(697), + [anon_sym_while] = ACTIONS(697), + [sym_mutable_specifier] = ACTIONS(697), + [sym_integer_literal] = ACTIONS(713), + [aux_sym_string_literal_token1] = ACTIONS(715), + [sym_char_literal] = ACTIONS(713), + [anon_sym_true] = ACTIONS(717), + [anon_sym_false] = ACTIONS(717), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(697), + [sym_super] = ACTIONS(697), + [sym_crate] = ACTIONS(697), + [sym__raw_string_literal_start] = ACTIONS(719), + [sym_float_literal] = ACTIONS(713), + }, + [STATE(109)] = { + [sym_delim_token_tree] = STATE(222), + [sym__delim_tokens] = STATE(223), + [sym__non_delim_token] = STATE(222), + [sym__literal] = STATE(221), + [sym_string_literal] = STATE(212), + [sym_raw_string_literal] = STATE(212), + [sym_boolean_literal] = STATE(212), + [sym_line_comment] = STATE(109), + [sym_block_comment] = STATE(109), + [aux_sym__non_special_token_repeat1] = STATE(195), + [aux_sym_delim_token_tree_repeat1] = STATE(73), + [sym_identifier] = ACTIONS(697), + [anon_sym_SEMI] = ACTIONS(699), + [anon_sym_LPAREN] = ACTIONS(701), + [anon_sym_LBRACK] = ACTIONS(705), + [anon_sym_RBRACK] = ACTIONS(735), + [anon_sym_LBRACE] = ACTIONS(707), + [anon_sym_EQ_GT] = ACTIONS(699), + [anon_sym_COLON] = ACTIONS(709), + [anon_sym_DOLLAR] = ACTIONS(711), + [anon_sym_PLUS] = ACTIONS(709), + [anon_sym_STAR] = ACTIONS(709), + [anon_sym_QMARK] = ACTIONS(699), + [anon_sym_u8] = ACTIONS(697), + [anon_sym_i8] = ACTIONS(697), + [anon_sym_u16] = ACTIONS(697), + [anon_sym_i16] = ACTIONS(697), + [anon_sym_u32] = ACTIONS(697), + [anon_sym_i32] = ACTIONS(697), + [anon_sym_u64] = ACTIONS(697), + [anon_sym_i64] = ACTIONS(697), + [anon_sym_u128] = ACTIONS(697), + [anon_sym_i128] = ACTIONS(697), + [anon_sym_isize] = ACTIONS(697), + [anon_sym_usize] = ACTIONS(697), + [anon_sym_f32] = ACTIONS(697), + [anon_sym_f64] = ACTIONS(697), + [anon_sym_bool] = ACTIONS(697), + [anon_sym_str] = ACTIONS(697), + [anon_sym_char] = ACTIONS(697), + [anon_sym_DASH] = ACTIONS(709), + [anon_sym_SLASH] = ACTIONS(709), + [anon_sym_PERCENT] = ACTIONS(709), + [anon_sym_CARET] = ACTIONS(709), + [anon_sym_BANG] = ACTIONS(709), + [anon_sym_AMP] = ACTIONS(709), + [anon_sym_PIPE] = ACTIONS(709), + [anon_sym_AMP_AMP] = ACTIONS(699), + [anon_sym_PIPE_PIPE] = ACTIONS(699), + [anon_sym_LT_LT] = ACTIONS(709), + [anon_sym_GT_GT] = ACTIONS(709), + [anon_sym_PLUS_EQ] = ACTIONS(699), + [anon_sym_DASH_EQ] = ACTIONS(699), + [anon_sym_STAR_EQ] = ACTIONS(699), + [anon_sym_SLASH_EQ] = ACTIONS(699), + [anon_sym_PERCENT_EQ] = ACTIONS(699), + [anon_sym_CARET_EQ] = ACTIONS(699), + [anon_sym_AMP_EQ] = ACTIONS(699), + [anon_sym_PIPE_EQ] = ACTIONS(699), + [anon_sym_LT_LT_EQ] = ACTIONS(699), + [anon_sym_GT_GT_EQ] = ACTIONS(699), + [anon_sym_EQ] = ACTIONS(709), + [anon_sym_EQ_EQ] = ACTIONS(699), + [anon_sym_BANG_EQ] = ACTIONS(699), + [anon_sym_GT] = ACTIONS(709), + [anon_sym_LT] = ACTIONS(709), + [anon_sym_GT_EQ] = ACTIONS(699), + [anon_sym_LT_EQ] = ACTIONS(699), + [anon_sym_AT] = ACTIONS(699), + [anon_sym__] = ACTIONS(709), + [anon_sym_DOT] = ACTIONS(709), + [anon_sym_DOT_DOT] = ACTIONS(709), + [anon_sym_DOT_DOT_DOT] = ACTIONS(699), + [anon_sym_DOT_DOT_EQ] = ACTIONS(699), + [anon_sym_COMMA] = ACTIONS(699), + [anon_sym_COLON_COLON] = ACTIONS(699), + [anon_sym_DASH_GT] = ACTIONS(699), + [anon_sym_POUND] = ACTIONS(699), + [anon_sym_SQUOTE] = ACTIONS(697), + [anon_sym_as] = ACTIONS(697), + [anon_sym_async] = ACTIONS(697), + [anon_sym_await] = ACTIONS(697), + [anon_sym_break] = ACTIONS(697), + [anon_sym_const] = ACTIONS(697), + [anon_sym_continue] = ACTIONS(697), + [anon_sym_default] = ACTIONS(697), + [anon_sym_enum] = ACTIONS(697), + [anon_sym_fn] = ACTIONS(697), + [anon_sym_for] = ACTIONS(697), + [anon_sym_gen] = ACTIONS(697), + [anon_sym_if] = ACTIONS(697), + [anon_sym_impl] = ACTIONS(697), + [anon_sym_let] = ACTIONS(697), + [anon_sym_loop] = ACTIONS(697), + [anon_sym_match] = ACTIONS(697), + [anon_sym_mod] = ACTIONS(697), + [anon_sym_pub] = ACTIONS(697), + [anon_sym_return] = ACTIONS(697), + [anon_sym_static] = ACTIONS(697), + [anon_sym_struct] = ACTIONS(697), + [anon_sym_trait] = ACTIONS(697), + [anon_sym_type] = ACTIONS(697), + [anon_sym_union] = ACTIONS(697), + [anon_sym_unsafe] = ACTIONS(697), + [anon_sym_use] = ACTIONS(697), + [anon_sym_where] = ACTIONS(697), + [anon_sym_while] = ACTIONS(697), + [sym_mutable_specifier] = ACTIONS(697), + [sym_integer_literal] = ACTIONS(713), + [aux_sym_string_literal_token1] = ACTIONS(715), + [sym_char_literal] = ACTIONS(713), + [anon_sym_true] = ACTIONS(717), + [anon_sym_false] = ACTIONS(717), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(697), + [sym_super] = ACTIONS(697), + [sym_crate] = ACTIONS(697), + [sym__raw_string_literal_start] = ACTIONS(719), + [sym_float_literal] = ACTIONS(713), + }, + [STATE(110)] = { + [sym_delim_token_tree] = STATE(222), + [sym__delim_tokens] = STATE(223), + [sym__non_delim_token] = STATE(222), + [sym__literal] = STATE(221), + [sym_string_literal] = STATE(212), + [sym_raw_string_literal] = STATE(212), + [sym_boolean_literal] = STATE(212), + [sym_line_comment] = STATE(110), + [sym_block_comment] = STATE(110), + [aux_sym__non_special_token_repeat1] = STATE(195), + [aux_sym_delim_token_tree_repeat1] = STATE(73), + [sym_identifier] = ACTIONS(697), + [anon_sym_SEMI] = ACTIONS(699), + [anon_sym_LPAREN] = ACTIONS(701), + [anon_sym_LBRACK] = ACTIONS(705), + [anon_sym_LBRACE] = ACTIONS(707), + [anon_sym_RBRACE] = ACTIONS(735), + [anon_sym_EQ_GT] = ACTIONS(699), + [anon_sym_COLON] = ACTIONS(709), + [anon_sym_DOLLAR] = ACTIONS(711), + [anon_sym_PLUS] = ACTIONS(709), + [anon_sym_STAR] = ACTIONS(709), + [anon_sym_QMARK] = ACTIONS(699), + [anon_sym_u8] = ACTIONS(697), + [anon_sym_i8] = ACTIONS(697), + [anon_sym_u16] = ACTIONS(697), + [anon_sym_i16] = ACTIONS(697), + [anon_sym_u32] = ACTIONS(697), + [anon_sym_i32] = ACTIONS(697), + [anon_sym_u64] = ACTIONS(697), + [anon_sym_i64] = ACTIONS(697), + [anon_sym_u128] = ACTIONS(697), + [anon_sym_i128] = ACTIONS(697), + [anon_sym_isize] = ACTIONS(697), + [anon_sym_usize] = ACTIONS(697), + [anon_sym_f32] = ACTIONS(697), + [anon_sym_f64] = ACTIONS(697), + [anon_sym_bool] = ACTIONS(697), + [anon_sym_str] = ACTIONS(697), + [anon_sym_char] = ACTIONS(697), + [anon_sym_DASH] = ACTIONS(709), + [anon_sym_SLASH] = ACTIONS(709), + [anon_sym_PERCENT] = ACTIONS(709), + [anon_sym_CARET] = ACTIONS(709), + [anon_sym_BANG] = ACTIONS(709), + [anon_sym_AMP] = ACTIONS(709), + [anon_sym_PIPE] = ACTIONS(709), + [anon_sym_AMP_AMP] = ACTIONS(699), + [anon_sym_PIPE_PIPE] = ACTIONS(699), + [anon_sym_LT_LT] = ACTIONS(709), + [anon_sym_GT_GT] = ACTIONS(709), + [anon_sym_PLUS_EQ] = ACTIONS(699), + [anon_sym_DASH_EQ] = ACTIONS(699), + [anon_sym_STAR_EQ] = ACTIONS(699), + [anon_sym_SLASH_EQ] = ACTIONS(699), + [anon_sym_PERCENT_EQ] = ACTIONS(699), + [anon_sym_CARET_EQ] = ACTIONS(699), + [anon_sym_AMP_EQ] = ACTIONS(699), + [anon_sym_PIPE_EQ] = ACTIONS(699), + [anon_sym_LT_LT_EQ] = ACTIONS(699), + [anon_sym_GT_GT_EQ] = ACTIONS(699), + [anon_sym_EQ] = ACTIONS(709), + [anon_sym_EQ_EQ] = ACTIONS(699), + [anon_sym_BANG_EQ] = ACTIONS(699), + [anon_sym_GT] = ACTIONS(709), + [anon_sym_LT] = ACTIONS(709), + [anon_sym_GT_EQ] = ACTIONS(699), + [anon_sym_LT_EQ] = ACTIONS(699), + [anon_sym_AT] = ACTIONS(699), + [anon_sym__] = ACTIONS(709), + [anon_sym_DOT] = ACTIONS(709), + [anon_sym_DOT_DOT] = ACTIONS(709), + [anon_sym_DOT_DOT_DOT] = ACTIONS(699), + [anon_sym_DOT_DOT_EQ] = ACTIONS(699), + [anon_sym_COMMA] = ACTIONS(699), + [anon_sym_COLON_COLON] = ACTIONS(699), + [anon_sym_DASH_GT] = ACTIONS(699), + [anon_sym_POUND] = ACTIONS(699), + [anon_sym_SQUOTE] = ACTIONS(697), + [anon_sym_as] = ACTIONS(697), + [anon_sym_async] = ACTIONS(697), + [anon_sym_await] = ACTIONS(697), + [anon_sym_break] = ACTIONS(697), + [anon_sym_const] = ACTIONS(697), + [anon_sym_continue] = ACTIONS(697), + [anon_sym_default] = ACTIONS(697), + [anon_sym_enum] = ACTIONS(697), + [anon_sym_fn] = ACTIONS(697), + [anon_sym_for] = ACTIONS(697), + [anon_sym_gen] = ACTIONS(697), + [anon_sym_if] = ACTIONS(697), + [anon_sym_impl] = ACTIONS(697), + [anon_sym_let] = ACTIONS(697), + [anon_sym_loop] = ACTIONS(697), + [anon_sym_match] = ACTIONS(697), + [anon_sym_mod] = ACTIONS(697), + [anon_sym_pub] = ACTIONS(697), + [anon_sym_return] = ACTIONS(697), + [anon_sym_static] = ACTIONS(697), + [anon_sym_struct] = ACTIONS(697), + [anon_sym_trait] = ACTIONS(697), + [anon_sym_type] = ACTIONS(697), + [anon_sym_union] = ACTIONS(697), + [anon_sym_unsafe] = ACTIONS(697), + [anon_sym_use] = ACTIONS(697), + [anon_sym_where] = ACTIONS(697), + [anon_sym_while] = ACTIONS(697), + [sym_mutable_specifier] = ACTIONS(697), + [sym_integer_literal] = ACTIONS(713), + [aux_sym_string_literal_token1] = ACTIONS(715), + [sym_char_literal] = ACTIONS(713), + [anon_sym_true] = ACTIONS(717), + [anon_sym_false] = ACTIONS(717), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(697), + [sym_super] = ACTIONS(697), + [sym_crate] = ACTIONS(697), + [sym__raw_string_literal_start] = ACTIONS(719), + [sym_float_literal] = ACTIONS(713), + }, + [STATE(111)] = { + [sym_token_tree] = STATE(202), + [sym_token_repetition] = STATE(202), + [sym__literal] = STATE(202), + [sym_string_literal] = STATE(179), + [sym_raw_string_literal] = STATE(179), + [sym_boolean_literal] = STATE(179), + [sym_line_comment] = STATE(111), + [sym_block_comment] = STATE(111), + [aux_sym_token_tree_repeat1] = STATE(71), + [aux_sym__non_special_token_repeat1] = STATE(149), + [sym_identifier] = ACTIONS(683), [anon_sym_SEMI] = ACTIONS(576), - [anon_sym_LPAREN] = ACTIONS(713), - [anon_sym_LBRACK] = ACTIONS(717), - [anon_sym_LBRACE] = ACTIONS(719), - [anon_sym_RBRACE] = ACTIONS(733), + [anon_sym_LPAREN] = ACTIONS(685), + [anon_sym_RPAREN] = ACTIONS(737), + [anon_sym_LBRACK] = ACTIONS(687), + [anon_sym_LBRACE] = ACTIONS(689), [anon_sym_EQ_GT] = ACTIONS(576), [anon_sym_COLON] = ACTIONS(586), - [anon_sym_DOLLAR] = ACTIONS(721), + [anon_sym_DOLLAR] = ACTIONS(693), [anon_sym_PLUS] = ACTIONS(586), [anon_sym_STAR] = ACTIONS(586), [anon_sym_QMARK] = ACTIONS(576), - [anon_sym_u8] = ACTIONS(711), - [anon_sym_i8] = ACTIONS(711), - [anon_sym_u16] = ACTIONS(711), - [anon_sym_i16] = ACTIONS(711), - [anon_sym_u32] = ACTIONS(711), - [anon_sym_i32] = ACTIONS(711), - [anon_sym_u64] = ACTIONS(711), - [anon_sym_i64] = ACTIONS(711), - [anon_sym_u128] = ACTIONS(711), - [anon_sym_i128] = ACTIONS(711), - [anon_sym_isize] = ACTIONS(711), - [anon_sym_usize] = ACTIONS(711), - [anon_sym_f32] = ACTIONS(711), - [anon_sym_f64] = ACTIONS(711), - [anon_sym_bool] = ACTIONS(711), - [anon_sym_str] = ACTIONS(711), - [anon_sym_char] = ACTIONS(711), + [anon_sym_u8] = ACTIONS(683), + [anon_sym_i8] = ACTIONS(683), + [anon_sym_u16] = ACTIONS(683), + [anon_sym_i16] = ACTIONS(683), + [anon_sym_u32] = ACTIONS(683), + [anon_sym_i32] = ACTIONS(683), + [anon_sym_u64] = ACTIONS(683), + [anon_sym_i64] = ACTIONS(683), + [anon_sym_u128] = ACTIONS(683), + [anon_sym_i128] = ACTIONS(683), + [anon_sym_isize] = ACTIONS(683), + [anon_sym_usize] = ACTIONS(683), + [anon_sym_f32] = ACTIONS(683), + [anon_sym_f64] = ACTIONS(683), + [anon_sym_bool] = ACTIONS(683), + [anon_sym_str] = ACTIONS(683), + [anon_sym_char] = ACTIONS(683), [anon_sym_DASH] = ACTIONS(586), [anon_sym_SLASH] = ACTIONS(586), [anon_sym_PERCENT] = ACTIONS(586), @@ -29101,129 +30024,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COLON_COLON] = ACTIONS(576), [anon_sym_DASH_GT] = ACTIONS(576), [anon_sym_POUND] = ACTIONS(576), - [anon_sym_SQUOTE] = ACTIONS(711), - [anon_sym_as] = ACTIONS(711), - [anon_sym_async] = ACTIONS(711), - [anon_sym_await] = ACTIONS(711), - [anon_sym_break] = ACTIONS(711), - [anon_sym_const] = ACTIONS(711), - [anon_sym_continue] = ACTIONS(711), - [anon_sym_default] = ACTIONS(711), - [anon_sym_enum] = ACTIONS(711), - [anon_sym_fn] = ACTIONS(711), - [anon_sym_for] = ACTIONS(711), - [anon_sym_gen] = ACTIONS(711), - [anon_sym_if] = ACTIONS(711), - [anon_sym_impl] = ACTIONS(711), - [anon_sym_let] = ACTIONS(711), - [anon_sym_loop] = ACTIONS(711), - [anon_sym_match] = ACTIONS(711), - [anon_sym_mod] = ACTIONS(711), - [anon_sym_pub] = ACTIONS(711), - [anon_sym_return] = ACTIONS(711), - [anon_sym_static] = ACTIONS(711), - [anon_sym_struct] = ACTIONS(711), - [anon_sym_trait] = ACTIONS(711), - [anon_sym_type] = ACTIONS(711), - [anon_sym_union] = ACTIONS(711), - [anon_sym_unsafe] = ACTIONS(711), - [anon_sym_use] = ACTIONS(711), - [anon_sym_where] = ACTIONS(711), - [anon_sym_while] = ACTIONS(711), - [sym_mutable_specifier] = ACTIONS(711), - [sym_integer_literal] = ACTIONS(590), - [aux_sym_string_literal_token1] = ACTIONS(592), - [sym_char_literal] = ACTIONS(590), - [anon_sym_true] = ACTIONS(594), - [anon_sym_false] = ACTIONS(594), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(711), - [sym_super] = ACTIONS(711), - [sym_crate] = ACTIONS(711), - [sym_metavariable] = ACTIONS(723), - [sym__raw_string_literal_start] = ACTIONS(598), - [sym_float_literal] = ACTIONS(590), - }, - [STATE(105)] = { - [sym_delim_token_tree] = STATE(205), - [sym__delim_tokens] = STATE(204), - [sym__non_delim_token] = STATE(205), - [sym__literal] = STATE(246), - [sym_string_literal] = STATE(226), - [sym_raw_string_literal] = STATE(226), - [sym_boolean_literal] = STATE(226), - [sym_line_comment] = STATE(105), - [sym_block_comment] = STATE(105), - [aux_sym__non_special_token_repeat1] = STATE(175), - [aux_sym_delim_token_tree_repeat1] = STATE(133), - [sym_identifier] = ACTIONS(683), - [anon_sym_SEMI] = ACTIONS(685), - [anon_sym_LPAREN] = ACTIONS(687), - [anon_sym_RPAREN] = ACTIONS(735), - [anon_sym_LBRACK] = ACTIONS(691), - [anon_sym_LBRACE] = ACTIONS(693), - [anon_sym_EQ_GT] = ACTIONS(685), - [anon_sym_COLON] = ACTIONS(695), - [anon_sym_DOLLAR] = ACTIONS(697), - [anon_sym_PLUS] = ACTIONS(695), - [anon_sym_STAR] = ACTIONS(695), - [anon_sym_QMARK] = ACTIONS(685), - [anon_sym_u8] = ACTIONS(683), - [anon_sym_i8] = ACTIONS(683), - [anon_sym_u16] = ACTIONS(683), - [anon_sym_i16] = ACTIONS(683), - [anon_sym_u32] = ACTIONS(683), - [anon_sym_i32] = ACTIONS(683), - [anon_sym_u64] = ACTIONS(683), - [anon_sym_i64] = ACTIONS(683), - [anon_sym_u128] = ACTIONS(683), - [anon_sym_i128] = ACTIONS(683), - [anon_sym_isize] = ACTIONS(683), - [anon_sym_usize] = ACTIONS(683), - [anon_sym_f32] = ACTIONS(683), - [anon_sym_f64] = ACTIONS(683), - [anon_sym_bool] = ACTIONS(683), - [anon_sym_str] = ACTIONS(683), - [anon_sym_char] = ACTIONS(683), - [anon_sym_DASH] = ACTIONS(695), - [anon_sym_SLASH] = ACTIONS(695), - [anon_sym_PERCENT] = ACTIONS(695), - [anon_sym_CARET] = ACTIONS(695), - [anon_sym_BANG] = ACTIONS(695), - [anon_sym_AMP] = ACTIONS(695), - [anon_sym_PIPE] = ACTIONS(695), - [anon_sym_AMP_AMP] = ACTIONS(685), - [anon_sym_PIPE_PIPE] = ACTIONS(685), - [anon_sym_LT_LT] = ACTIONS(695), - [anon_sym_GT_GT] = ACTIONS(695), - [anon_sym_PLUS_EQ] = ACTIONS(685), - [anon_sym_DASH_EQ] = ACTIONS(685), - [anon_sym_STAR_EQ] = ACTIONS(685), - [anon_sym_SLASH_EQ] = ACTIONS(685), - [anon_sym_PERCENT_EQ] = ACTIONS(685), - [anon_sym_CARET_EQ] = ACTIONS(685), - [anon_sym_AMP_EQ] = ACTIONS(685), - [anon_sym_PIPE_EQ] = ACTIONS(685), - [anon_sym_LT_LT_EQ] = ACTIONS(685), - [anon_sym_GT_GT_EQ] = ACTIONS(685), - [anon_sym_EQ] = ACTIONS(695), - [anon_sym_EQ_EQ] = ACTIONS(685), - [anon_sym_BANG_EQ] = ACTIONS(685), - [anon_sym_GT] = ACTIONS(695), - [anon_sym_LT] = ACTIONS(695), - [anon_sym_GT_EQ] = ACTIONS(685), - [anon_sym_LT_EQ] = ACTIONS(685), - [anon_sym_AT] = ACTIONS(685), - [anon_sym__] = ACTIONS(695), - [anon_sym_DOT] = ACTIONS(695), - [anon_sym_DOT_DOT] = ACTIONS(695), - [anon_sym_DOT_DOT_DOT] = ACTIONS(685), - [anon_sym_DOT_DOT_EQ] = ACTIONS(685), - [anon_sym_COMMA] = ACTIONS(685), - [anon_sym_COLON_COLON] = ACTIONS(685), - [anon_sym_DASH_GT] = ACTIONS(685), - [anon_sym_POUND] = ACTIONS(685), [anon_sym_SQUOTE] = ACTIONS(683), [anon_sym_as] = ACTIONS(683), [anon_sym_async] = ACTIONS(683), @@ -29254,3487 +30054,2756 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(683), [anon_sym_while] = ACTIONS(683), [sym_mutable_specifier] = ACTIONS(683), - [sym_integer_literal] = ACTIONS(699), - [aux_sym_string_literal_token1] = ACTIONS(701), - [sym_char_literal] = ACTIONS(699), - [anon_sym_true] = ACTIONS(703), - [anon_sym_false] = ACTIONS(703), + [sym_integer_literal] = ACTIONS(590), + [aux_sym_string_literal_token1] = ACTIONS(592), + [sym_char_literal] = ACTIONS(590), + [anon_sym_true] = ACTIONS(594), + [anon_sym_false] = ACTIONS(594), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), [sym_self] = ACTIONS(683), [sym_super] = ACTIONS(683), [sym_crate] = ACTIONS(683), - [sym__raw_string_literal_start] = ACTIONS(705), - [sym_float_literal] = ACTIONS(699), - }, - [STATE(106)] = { - [sym_delim_token_tree] = STATE(205), - [sym__delim_tokens] = STATE(204), - [sym__non_delim_token] = STATE(205), - [sym__literal] = STATE(246), - [sym_string_literal] = STATE(226), - [sym_raw_string_literal] = STATE(226), - [sym_boolean_literal] = STATE(226), - [sym_line_comment] = STATE(106), - [sym_block_comment] = STATE(106), - [aux_sym__non_special_token_repeat1] = STATE(175), - [aux_sym_delim_token_tree_repeat1] = STATE(109), - [sym_identifier] = ACTIONS(683), - [anon_sym_SEMI] = ACTIONS(685), - [anon_sym_LPAREN] = ACTIONS(687), - [anon_sym_LBRACK] = ACTIONS(691), - [anon_sym_RBRACK] = ACTIONS(735), - [anon_sym_LBRACE] = ACTIONS(693), - [anon_sym_EQ_GT] = ACTIONS(685), - [anon_sym_COLON] = ACTIONS(695), - [anon_sym_DOLLAR] = ACTIONS(697), - [anon_sym_PLUS] = ACTIONS(695), - [anon_sym_STAR] = ACTIONS(695), - [anon_sym_QMARK] = ACTIONS(685), - [anon_sym_u8] = ACTIONS(683), - [anon_sym_i8] = ACTIONS(683), - [anon_sym_u16] = ACTIONS(683), - [anon_sym_i16] = ACTIONS(683), - [anon_sym_u32] = ACTIONS(683), - [anon_sym_i32] = ACTIONS(683), - [anon_sym_u64] = ACTIONS(683), - [anon_sym_i64] = ACTIONS(683), - [anon_sym_u128] = ACTIONS(683), - [anon_sym_i128] = ACTIONS(683), - [anon_sym_isize] = ACTIONS(683), - [anon_sym_usize] = ACTIONS(683), - [anon_sym_f32] = ACTIONS(683), - [anon_sym_f64] = ACTIONS(683), - [anon_sym_bool] = ACTIONS(683), - [anon_sym_str] = ACTIONS(683), - [anon_sym_char] = ACTIONS(683), - [anon_sym_DASH] = ACTIONS(695), - [anon_sym_SLASH] = ACTIONS(695), - [anon_sym_PERCENT] = ACTIONS(695), - [anon_sym_CARET] = ACTIONS(695), - [anon_sym_BANG] = ACTIONS(695), - [anon_sym_AMP] = ACTIONS(695), - [anon_sym_PIPE] = ACTIONS(695), - [anon_sym_AMP_AMP] = ACTIONS(685), - [anon_sym_PIPE_PIPE] = ACTIONS(685), - [anon_sym_LT_LT] = ACTIONS(695), - [anon_sym_GT_GT] = ACTIONS(695), - [anon_sym_PLUS_EQ] = ACTIONS(685), - [anon_sym_DASH_EQ] = ACTIONS(685), - [anon_sym_STAR_EQ] = ACTIONS(685), - [anon_sym_SLASH_EQ] = ACTIONS(685), - [anon_sym_PERCENT_EQ] = ACTIONS(685), - [anon_sym_CARET_EQ] = ACTIONS(685), - [anon_sym_AMP_EQ] = ACTIONS(685), - [anon_sym_PIPE_EQ] = ACTIONS(685), - [anon_sym_LT_LT_EQ] = ACTIONS(685), - [anon_sym_GT_GT_EQ] = ACTIONS(685), - [anon_sym_EQ] = ACTIONS(695), - [anon_sym_EQ_EQ] = ACTIONS(685), - [anon_sym_BANG_EQ] = ACTIONS(685), - [anon_sym_GT] = ACTIONS(695), - [anon_sym_LT] = ACTIONS(695), - [anon_sym_GT_EQ] = ACTIONS(685), - [anon_sym_LT_EQ] = ACTIONS(685), - [anon_sym_AT] = ACTIONS(685), - [anon_sym__] = ACTIONS(695), - [anon_sym_DOT] = ACTIONS(695), - [anon_sym_DOT_DOT] = ACTIONS(695), - [anon_sym_DOT_DOT_DOT] = ACTIONS(685), - [anon_sym_DOT_DOT_EQ] = ACTIONS(685), - [anon_sym_COMMA] = ACTIONS(685), - [anon_sym_COLON_COLON] = ACTIONS(685), - [anon_sym_DASH_GT] = ACTIONS(685), - [anon_sym_POUND] = ACTIONS(685), - [anon_sym_SQUOTE] = ACTIONS(683), - [anon_sym_as] = ACTIONS(683), - [anon_sym_async] = ACTIONS(683), - [anon_sym_await] = ACTIONS(683), - [anon_sym_break] = ACTIONS(683), - [anon_sym_const] = ACTIONS(683), - [anon_sym_continue] = ACTIONS(683), - [anon_sym_default] = ACTIONS(683), - [anon_sym_enum] = ACTIONS(683), - [anon_sym_fn] = ACTIONS(683), - [anon_sym_for] = ACTIONS(683), - [anon_sym_gen] = ACTIONS(683), - [anon_sym_if] = ACTIONS(683), - [anon_sym_impl] = ACTIONS(683), - [anon_sym_let] = ACTIONS(683), - [anon_sym_loop] = ACTIONS(683), - [anon_sym_match] = ACTIONS(683), - [anon_sym_mod] = ACTIONS(683), - [anon_sym_pub] = ACTIONS(683), - [anon_sym_return] = ACTIONS(683), - [anon_sym_static] = ACTIONS(683), - [anon_sym_struct] = ACTIONS(683), - [anon_sym_trait] = ACTIONS(683), - [anon_sym_type] = ACTIONS(683), - [anon_sym_union] = ACTIONS(683), - [anon_sym_unsafe] = ACTIONS(683), - [anon_sym_use] = ACTIONS(683), - [anon_sym_where] = ACTIONS(683), - [anon_sym_while] = ACTIONS(683), - [sym_mutable_specifier] = ACTIONS(683), - [sym_integer_literal] = ACTIONS(699), - [aux_sym_string_literal_token1] = ACTIONS(701), - [sym_char_literal] = ACTIONS(699), - [anon_sym_true] = ACTIONS(703), - [anon_sym_false] = ACTIONS(703), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(683), - [sym_super] = ACTIONS(683), - [sym_crate] = ACTIONS(683), - [sym__raw_string_literal_start] = ACTIONS(705), - [sym_float_literal] = ACTIONS(699), - }, - [STATE(107)] = { - [sym_delim_token_tree] = STATE(205), - [sym__delim_tokens] = STATE(204), - [sym__non_delim_token] = STATE(205), - [sym__literal] = STATE(246), - [sym_string_literal] = STATE(226), - [sym_raw_string_literal] = STATE(226), - [sym_boolean_literal] = STATE(226), - [sym_line_comment] = STATE(107), - [sym_block_comment] = STATE(107), - [aux_sym__non_special_token_repeat1] = STATE(175), - [aux_sym_delim_token_tree_repeat1] = STATE(110), - [sym_identifier] = ACTIONS(683), - [anon_sym_SEMI] = ACTIONS(685), - [anon_sym_LPAREN] = ACTIONS(687), - [anon_sym_LBRACK] = ACTIONS(691), - [anon_sym_LBRACE] = ACTIONS(693), - [anon_sym_RBRACE] = ACTIONS(735), - [anon_sym_EQ_GT] = ACTIONS(685), - [anon_sym_COLON] = ACTIONS(695), - [anon_sym_DOLLAR] = ACTIONS(697), - [anon_sym_PLUS] = ACTIONS(695), - [anon_sym_STAR] = ACTIONS(695), - [anon_sym_QMARK] = ACTIONS(685), - [anon_sym_u8] = ACTIONS(683), - [anon_sym_i8] = ACTIONS(683), - [anon_sym_u16] = ACTIONS(683), - [anon_sym_i16] = ACTIONS(683), - [anon_sym_u32] = ACTIONS(683), - [anon_sym_i32] = ACTIONS(683), - [anon_sym_u64] = ACTIONS(683), - [anon_sym_i64] = ACTIONS(683), - [anon_sym_u128] = ACTIONS(683), - [anon_sym_i128] = ACTIONS(683), - [anon_sym_isize] = ACTIONS(683), - [anon_sym_usize] = ACTIONS(683), - [anon_sym_f32] = ACTIONS(683), - [anon_sym_f64] = ACTIONS(683), - [anon_sym_bool] = ACTIONS(683), - [anon_sym_str] = ACTIONS(683), - [anon_sym_char] = ACTIONS(683), - [anon_sym_DASH] = ACTIONS(695), - [anon_sym_SLASH] = ACTIONS(695), - [anon_sym_PERCENT] = ACTIONS(695), - [anon_sym_CARET] = ACTIONS(695), - [anon_sym_BANG] = ACTIONS(695), - [anon_sym_AMP] = ACTIONS(695), - [anon_sym_PIPE] = ACTIONS(695), - [anon_sym_AMP_AMP] = ACTIONS(685), - [anon_sym_PIPE_PIPE] = ACTIONS(685), - [anon_sym_LT_LT] = ACTIONS(695), - [anon_sym_GT_GT] = ACTIONS(695), - [anon_sym_PLUS_EQ] = ACTIONS(685), - [anon_sym_DASH_EQ] = ACTIONS(685), - [anon_sym_STAR_EQ] = ACTIONS(685), - [anon_sym_SLASH_EQ] = ACTIONS(685), - [anon_sym_PERCENT_EQ] = ACTIONS(685), - [anon_sym_CARET_EQ] = ACTIONS(685), - [anon_sym_AMP_EQ] = ACTIONS(685), - [anon_sym_PIPE_EQ] = ACTIONS(685), - [anon_sym_LT_LT_EQ] = ACTIONS(685), - [anon_sym_GT_GT_EQ] = ACTIONS(685), - [anon_sym_EQ] = ACTIONS(695), - [anon_sym_EQ_EQ] = ACTIONS(685), - [anon_sym_BANG_EQ] = ACTIONS(685), - [anon_sym_GT] = ACTIONS(695), - [anon_sym_LT] = ACTIONS(695), - [anon_sym_GT_EQ] = ACTIONS(685), - [anon_sym_LT_EQ] = ACTIONS(685), - [anon_sym_AT] = ACTIONS(685), - [anon_sym__] = ACTIONS(695), - [anon_sym_DOT] = ACTIONS(695), - [anon_sym_DOT_DOT] = ACTIONS(695), - [anon_sym_DOT_DOT_DOT] = ACTIONS(685), - [anon_sym_DOT_DOT_EQ] = ACTIONS(685), - [anon_sym_COMMA] = ACTIONS(685), - [anon_sym_COLON_COLON] = ACTIONS(685), - [anon_sym_DASH_GT] = ACTIONS(685), - [anon_sym_POUND] = ACTIONS(685), - [anon_sym_SQUOTE] = ACTIONS(683), - [anon_sym_as] = ACTIONS(683), - [anon_sym_async] = ACTIONS(683), - [anon_sym_await] = ACTIONS(683), - [anon_sym_break] = ACTIONS(683), - [anon_sym_const] = ACTIONS(683), - [anon_sym_continue] = ACTIONS(683), - [anon_sym_default] = ACTIONS(683), - [anon_sym_enum] = ACTIONS(683), - [anon_sym_fn] = ACTIONS(683), - [anon_sym_for] = ACTIONS(683), - [anon_sym_gen] = ACTIONS(683), - [anon_sym_if] = ACTIONS(683), - [anon_sym_impl] = ACTIONS(683), - [anon_sym_let] = ACTIONS(683), - [anon_sym_loop] = ACTIONS(683), - [anon_sym_match] = ACTIONS(683), - [anon_sym_mod] = ACTIONS(683), - [anon_sym_pub] = ACTIONS(683), - [anon_sym_return] = ACTIONS(683), - [anon_sym_static] = ACTIONS(683), - [anon_sym_struct] = ACTIONS(683), - [anon_sym_trait] = ACTIONS(683), - [anon_sym_type] = ACTIONS(683), - [anon_sym_union] = ACTIONS(683), - [anon_sym_unsafe] = ACTIONS(683), - [anon_sym_use] = ACTIONS(683), - [anon_sym_where] = ACTIONS(683), - [anon_sym_while] = ACTIONS(683), - [sym_mutable_specifier] = ACTIONS(683), - [sym_integer_literal] = ACTIONS(699), - [aux_sym_string_literal_token1] = ACTIONS(701), - [sym_char_literal] = ACTIONS(699), - [anon_sym_true] = ACTIONS(703), - [anon_sym_false] = ACTIONS(703), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(683), - [sym_super] = ACTIONS(683), - [sym_crate] = ACTIONS(683), - [sym__raw_string_literal_start] = ACTIONS(705), - [sym_float_literal] = ACTIONS(699), - }, - [STATE(108)] = { - [sym_delim_token_tree] = STATE(205), - [sym__delim_tokens] = STATE(204), - [sym__non_delim_token] = STATE(205), - [sym__literal] = STATE(246), - [sym_string_literal] = STATE(226), - [sym_raw_string_literal] = STATE(226), - [sym_boolean_literal] = STATE(226), - [sym_line_comment] = STATE(108), - [sym_block_comment] = STATE(108), - [aux_sym__non_special_token_repeat1] = STATE(175), - [aux_sym_delim_token_tree_repeat1] = STATE(83), - [sym_identifier] = ACTIONS(683), - [anon_sym_SEMI] = ACTIONS(685), - [anon_sym_LPAREN] = ACTIONS(687), - [anon_sym_LBRACK] = ACTIONS(691), - [anon_sym_RBRACK] = ACTIONS(707), - [anon_sym_LBRACE] = ACTIONS(693), - [anon_sym_EQ_GT] = ACTIONS(685), - [anon_sym_COLON] = ACTIONS(695), - [anon_sym_DOLLAR] = ACTIONS(697), - [anon_sym_PLUS] = ACTIONS(695), - [anon_sym_STAR] = ACTIONS(695), - [anon_sym_QMARK] = ACTIONS(685), - [anon_sym_u8] = ACTIONS(683), - [anon_sym_i8] = ACTIONS(683), - [anon_sym_u16] = ACTIONS(683), - [anon_sym_i16] = ACTIONS(683), - [anon_sym_u32] = ACTIONS(683), - [anon_sym_i32] = ACTIONS(683), - [anon_sym_u64] = ACTIONS(683), - [anon_sym_i64] = ACTIONS(683), - [anon_sym_u128] = ACTIONS(683), - [anon_sym_i128] = ACTIONS(683), - [anon_sym_isize] = ACTIONS(683), - [anon_sym_usize] = ACTIONS(683), - [anon_sym_f32] = ACTIONS(683), - [anon_sym_f64] = ACTIONS(683), - [anon_sym_bool] = ACTIONS(683), - [anon_sym_str] = ACTIONS(683), - [anon_sym_char] = ACTIONS(683), - [anon_sym_DASH] = ACTIONS(695), - [anon_sym_SLASH] = ACTIONS(695), - [anon_sym_PERCENT] = ACTIONS(695), - [anon_sym_CARET] = ACTIONS(695), - [anon_sym_BANG] = ACTIONS(695), - [anon_sym_AMP] = ACTIONS(695), - [anon_sym_PIPE] = ACTIONS(695), - [anon_sym_AMP_AMP] = ACTIONS(685), - [anon_sym_PIPE_PIPE] = ACTIONS(685), - [anon_sym_LT_LT] = ACTIONS(695), - [anon_sym_GT_GT] = ACTIONS(695), - [anon_sym_PLUS_EQ] = ACTIONS(685), - [anon_sym_DASH_EQ] = ACTIONS(685), - [anon_sym_STAR_EQ] = ACTIONS(685), - [anon_sym_SLASH_EQ] = ACTIONS(685), - [anon_sym_PERCENT_EQ] = ACTIONS(685), - [anon_sym_CARET_EQ] = ACTIONS(685), - [anon_sym_AMP_EQ] = ACTIONS(685), - [anon_sym_PIPE_EQ] = ACTIONS(685), - [anon_sym_LT_LT_EQ] = ACTIONS(685), - [anon_sym_GT_GT_EQ] = ACTIONS(685), - [anon_sym_EQ] = ACTIONS(695), - [anon_sym_EQ_EQ] = ACTIONS(685), - [anon_sym_BANG_EQ] = ACTIONS(685), - [anon_sym_GT] = ACTIONS(695), - [anon_sym_LT] = ACTIONS(695), - [anon_sym_GT_EQ] = ACTIONS(685), - [anon_sym_LT_EQ] = ACTIONS(685), - [anon_sym_AT] = ACTIONS(685), - [anon_sym__] = ACTIONS(695), - [anon_sym_DOT] = ACTIONS(695), - [anon_sym_DOT_DOT] = ACTIONS(695), - [anon_sym_DOT_DOT_DOT] = ACTIONS(685), - [anon_sym_DOT_DOT_EQ] = ACTIONS(685), - [anon_sym_COMMA] = ACTIONS(685), - [anon_sym_COLON_COLON] = ACTIONS(685), - [anon_sym_DASH_GT] = ACTIONS(685), - [anon_sym_POUND] = ACTIONS(685), - [anon_sym_SQUOTE] = ACTIONS(683), - [anon_sym_as] = ACTIONS(683), - [anon_sym_async] = ACTIONS(683), - [anon_sym_await] = ACTIONS(683), - [anon_sym_break] = ACTIONS(683), - [anon_sym_const] = ACTIONS(683), - [anon_sym_continue] = ACTIONS(683), - [anon_sym_default] = ACTIONS(683), - [anon_sym_enum] = ACTIONS(683), - [anon_sym_fn] = ACTIONS(683), - [anon_sym_for] = ACTIONS(683), - [anon_sym_gen] = ACTIONS(683), - [anon_sym_if] = ACTIONS(683), - [anon_sym_impl] = ACTIONS(683), - [anon_sym_let] = ACTIONS(683), - [anon_sym_loop] = ACTIONS(683), - [anon_sym_match] = ACTIONS(683), - [anon_sym_mod] = ACTIONS(683), - [anon_sym_pub] = ACTIONS(683), - [anon_sym_return] = ACTIONS(683), - [anon_sym_static] = ACTIONS(683), - [anon_sym_struct] = ACTIONS(683), - [anon_sym_trait] = ACTIONS(683), - [anon_sym_type] = ACTIONS(683), - [anon_sym_union] = ACTIONS(683), - [anon_sym_unsafe] = ACTIONS(683), - [anon_sym_use] = ACTIONS(683), - [anon_sym_where] = ACTIONS(683), - [anon_sym_while] = ACTIONS(683), - [sym_mutable_specifier] = ACTIONS(683), - [sym_integer_literal] = ACTIONS(699), - [aux_sym_string_literal_token1] = ACTIONS(701), - [sym_char_literal] = ACTIONS(699), - [anon_sym_true] = ACTIONS(703), - [anon_sym_false] = ACTIONS(703), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(683), - [sym_super] = ACTIONS(683), - [sym_crate] = ACTIONS(683), - [sym__raw_string_literal_start] = ACTIONS(705), - [sym_float_literal] = ACTIONS(699), - }, - [STATE(109)] = { - [sym_delim_token_tree] = STATE(205), - [sym__delim_tokens] = STATE(204), - [sym__non_delim_token] = STATE(205), - [sym__literal] = STATE(246), - [sym_string_literal] = STATE(226), - [sym_raw_string_literal] = STATE(226), - [sym_boolean_literal] = STATE(226), - [sym_line_comment] = STATE(109), - [sym_block_comment] = STATE(109), - [aux_sym__non_special_token_repeat1] = STATE(175), - [aux_sym_delim_token_tree_repeat1] = STATE(83), - [sym_identifier] = ACTIONS(683), - [anon_sym_SEMI] = ACTIONS(685), - [anon_sym_LPAREN] = ACTIONS(687), - [anon_sym_LBRACK] = ACTIONS(691), - [anon_sym_RBRACK] = ACTIONS(737), - [anon_sym_LBRACE] = ACTIONS(693), - [anon_sym_EQ_GT] = ACTIONS(685), - [anon_sym_COLON] = ACTIONS(695), - [anon_sym_DOLLAR] = ACTIONS(697), - [anon_sym_PLUS] = ACTIONS(695), - [anon_sym_STAR] = ACTIONS(695), - [anon_sym_QMARK] = ACTIONS(685), - [anon_sym_u8] = ACTIONS(683), - [anon_sym_i8] = ACTIONS(683), - [anon_sym_u16] = ACTIONS(683), - [anon_sym_i16] = ACTIONS(683), - [anon_sym_u32] = ACTIONS(683), - [anon_sym_i32] = ACTIONS(683), - [anon_sym_u64] = ACTIONS(683), - [anon_sym_i64] = ACTIONS(683), - [anon_sym_u128] = ACTIONS(683), - [anon_sym_i128] = ACTIONS(683), - [anon_sym_isize] = ACTIONS(683), - [anon_sym_usize] = ACTIONS(683), - [anon_sym_f32] = ACTIONS(683), - [anon_sym_f64] = ACTIONS(683), - [anon_sym_bool] = ACTIONS(683), - [anon_sym_str] = ACTIONS(683), - [anon_sym_char] = ACTIONS(683), - [anon_sym_DASH] = ACTIONS(695), - [anon_sym_SLASH] = ACTIONS(695), - [anon_sym_PERCENT] = ACTIONS(695), - [anon_sym_CARET] = ACTIONS(695), - [anon_sym_BANG] = ACTIONS(695), - [anon_sym_AMP] = ACTIONS(695), - [anon_sym_PIPE] = ACTIONS(695), - [anon_sym_AMP_AMP] = ACTIONS(685), - [anon_sym_PIPE_PIPE] = ACTIONS(685), - [anon_sym_LT_LT] = ACTIONS(695), - [anon_sym_GT_GT] = ACTIONS(695), - [anon_sym_PLUS_EQ] = ACTIONS(685), - [anon_sym_DASH_EQ] = ACTIONS(685), - [anon_sym_STAR_EQ] = ACTIONS(685), - [anon_sym_SLASH_EQ] = ACTIONS(685), - [anon_sym_PERCENT_EQ] = ACTIONS(685), - [anon_sym_CARET_EQ] = ACTIONS(685), - [anon_sym_AMP_EQ] = ACTIONS(685), - [anon_sym_PIPE_EQ] = ACTIONS(685), - [anon_sym_LT_LT_EQ] = ACTIONS(685), - [anon_sym_GT_GT_EQ] = ACTIONS(685), - [anon_sym_EQ] = ACTIONS(695), - [anon_sym_EQ_EQ] = ACTIONS(685), - [anon_sym_BANG_EQ] = ACTIONS(685), - [anon_sym_GT] = ACTIONS(695), - [anon_sym_LT] = ACTIONS(695), - [anon_sym_GT_EQ] = ACTIONS(685), - [anon_sym_LT_EQ] = ACTIONS(685), - [anon_sym_AT] = ACTIONS(685), - [anon_sym__] = ACTIONS(695), - [anon_sym_DOT] = ACTIONS(695), - [anon_sym_DOT_DOT] = ACTIONS(695), - [anon_sym_DOT_DOT_DOT] = ACTIONS(685), - [anon_sym_DOT_DOT_EQ] = ACTIONS(685), - [anon_sym_COMMA] = ACTIONS(685), - [anon_sym_COLON_COLON] = ACTIONS(685), - [anon_sym_DASH_GT] = ACTIONS(685), - [anon_sym_POUND] = ACTIONS(685), - [anon_sym_SQUOTE] = ACTIONS(683), - [anon_sym_as] = ACTIONS(683), - [anon_sym_async] = ACTIONS(683), - [anon_sym_await] = ACTIONS(683), - [anon_sym_break] = ACTIONS(683), - [anon_sym_const] = ACTIONS(683), - [anon_sym_continue] = ACTIONS(683), - [anon_sym_default] = ACTIONS(683), - [anon_sym_enum] = ACTIONS(683), - [anon_sym_fn] = ACTIONS(683), - [anon_sym_for] = ACTIONS(683), - [anon_sym_gen] = ACTIONS(683), - [anon_sym_if] = ACTIONS(683), - [anon_sym_impl] = ACTIONS(683), - [anon_sym_let] = ACTIONS(683), - [anon_sym_loop] = ACTIONS(683), - [anon_sym_match] = ACTIONS(683), - [anon_sym_mod] = ACTIONS(683), - [anon_sym_pub] = ACTIONS(683), - [anon_sym_return] = ACTIONS(683), - [anon_sym_static] = ACTIONS(683), - [anon_sym_struct] = ACTIONS(683), - [anon_sym_trait] = ACTIONS(683), - [anon_sym_type] = ACTIONS(683), - [anon_sym_union] = ACTIONS(683), - [anon_sym_unsafe] = ACTIONS(683), - [anon_sym_use] = ACTIONS(683), - [anon_sym_where] = ACTIONS(683), - [anon_sym_while] = ACTIONS(683), - [sym_mutable_specifier] = ACTIONS(683), - [sym_integer_literal] = ACTIONS(699), - [aux_sym_string_literal_token1] = ACTIONS(701), - [sym_char_literal] = ACTIONS(699), - [anon_sym_true] = ACTIONS(703), - [anon_sym_false] = ACTIONS(703), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(683), - [sym_super] = ACTIONS(683), - [sym_crate] = ACTIONS(683), - [sym__raw_string_literal_start] = ACTIONS(705), - [sym_float_literal] = ACTIONS(699), - }, - [STATE(110)] = { - [sym_delim_token_tree] = STATE(205), - [sym__delim_tokens] = STATE(204), - [sym__non_delim_token] = STATE(205), - [sym__literal] = STATE(246), - [sym_string_literal] = STATE(226), - [sym_raw_string_literal] = STATE(226), - [sym_boolean_literal] = STATE(226), - [sym_line_comment] = STATE(110), - [sym_block_comment] = STATE(110), - [aux_sym__non_special_token_repeat1] = STATE(175), - [aux_sym_delim_token_tree_repeat1] = STATE(83), - [sym_identifier] = ACTIONS(683), - [anon_sym_SEMI] = ACTIONS(685), - [anon_sym_LPAREN] = ACTIONS(687), - [anon_sym_LBRACK] = ACTIONS(691), - [anon_sym_LBRACE] = ACTIONS(693), - [anon_sym_RBRACE] = ACTIONS(737), - [anon_sym_EQ_GT] = ACTIONS(685), - [anon_sym_COLON] = ACTIONS(695), - [anon_sym_DOLLAR] = ACTIONS(697), - [anon_sym_PLUS] = ACTIONS(695), - [anon_sym_STAR] = ACTIONS(695), - [anon_sym_QMARK] = ACTIONS(685), - [anon_sym_u8] = ACTIONS(683), - [anon_sym_i8] = ACTIONS(683), - [anon_sym_u16] = ACTIONS(683), - [anon_sym_i16] = ACTIONS(683), - [anon_sym_u32] = ACTIONS(683), - [anon_sym_i32] = ACTIONS(683), - [anon_sym_u64] = ACTIONS(683), - [anon_sym_i64] = ACTIONS(683), - [anon_sym_u128] = ACTIONS(683), - [anon_sym_i128] = ACTIONS(683), - [anon_sym_isize] = ACTIONS(683), - [anon_sym_usize] = ACTIONS(683), - [anon_sym_f32] = ACTIONS(683), - [anon_sym_f64] = ACTIONS(683), - [anon_sym_bool] = ACTIONS(683), - [anon_sym_str] = ACTIONS(683), - [anon_sym_char] = ACTIONS(683), - [anon_sym_DASH] = ACTIONS(695), - [anon_sym_SLASH] = ACTIONS(695), - [anon_sym_PERCENT] = ACTIONS(695), - [anon_sym_CARET] = ACTIONS(695), - [anon_sym_BANG] = ACTIONS(695), - [anon_sym_AMP] = ACTIONS(695), - [anon_sym_PIPE] = ACTIONS(695), - [anon_sym_AMP_AMP] = ACTIONS(685), - [anon_sym_PIPE_PIPE] = ACTIONS(685), - [anon_sym_LT_LT] = ACTIONS(695), - [anon_sym_GT_GT] = ACTIONS(695), - [anon_sym_PLUS_EQ] = ACTIONS(685), - [anon_sym_DASH_EQ] = ACTIONS(685), - [anon_sym_STAR_EQ] = ACTIONS(685), - [anon_sym_SLASH_EQ] = ACTIONS(685), - [anon_sym_PERCENT_EQ] = ACTIONS(685), - [anon_sym_CARET_EQ] = ACTIONS(685), - [anon_sym_AMP_EQ] = ACTIONS(685), - [anon_sym_PIPE_EQ] = ACTIONS(685), - [anon_sym_LT_LT_EQ] = ACTIONS(685), - [anon_sym_GT_GT_EQ] = ACTIONS(685), - [anon_sym_EQ] = ACTIONS(695), - [anon_sym_EQ_EQ] = ACTIONS(685), - [anon_sym_BANG_EQ] = ACTIONS(685), - [anon_sym_GT] = ACTIONS(695), - [anon_sym_LT] = ACTIONS(695), - [anon_sym_GT_EQ] = ACTIONS(685), - [anon_sym_LT_EQ] = ACTIONS(685), - [anon_sym_AT] = ACTIONS(685), - [anon_sym__] = ACTIONS(695), - [anon_sym_DOT] = ACTIONS(695), - [anon_sym_DOT_DOT] = ACTIONS(695), - [anon_sym_DOT_DOT_DOT] = ACTIONS(685), - [anon_sym_DOT_DOT_EQ] = ACTIONS(685), - [anon_sym_COMMA] = ACTIONS(685), - [anon_sym_COLON_COLON] = ACTIONS(685), - [anon_sym_DASH_GT] = ACTIONS(685), - [anon_sym_POUND] = ACTIONS(685), - [anon_sym_SQUOTE] = ACTIONS(683), - [anon_sym_as] = ACTIONS(683), - [anon_sym_async] = ACTIONS(683), - [anon_sym_await] = ACTIONS(683), - [anon_sym_break] = ACTIONS(683), - [anon_sym_const] = ACTIONS(683), - [anon_sym_continue] = ACTIONS(683), - [anon_sym_default] = ACTIONS(683), - [anon_sym_enum] = ACTIONS(683), - [anon_sym_fn] = ACTIONS(683), - [anon_sym_for] = ACTIONS(683), - [anon_sym_gen] = ACTIONS(683), - [anon_sym_if] = ACTIONS(683), - [anon_sym_impl] = ACTIONS(683), - [anon_sym_let] = ACTIONS(683), - [anon_sym_loop] = ACTIONS(683), - [anon_sym_match] = ACTIONS(683), - [anon_sym_mod] = ACTIONS(683), - [anon_sym_pub] = ACTIONS(683), - [anon_sym_return] = ACTIONS(683), - [anon_sym_static] = ACTIONS(683), - [anon_sym_struct] = ACTIONS(683), - [anon_sym_trait] = ACTIONS(683), - [anon_sym_type] = ACTIONS(683), - [anon_sym_union] = ACTIONS(683), - [anon_sym_unsafe] = ACTIONS(683), - [anon_sym_use] = ACTIONS(683), - [anon_sym_where] = ACTIONS(683), - [anon_sym_while] = ACTIONS(683), - [sym_mutable_specifier] = ACTIONS(683), - [sym_integer_literal] = ACTIONS(699), - [aux_sym_string_literal_token1] = ACTIONS(701), - [sym_char_literal] = ACTIONS(699), - [anon_sym_true] = ACTIONS(703), - [anon_sym_false] = ACTIONS(703), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(683), - [sym_super] = ACTIONS(683), - [sym_crate] = ACTIONS(683), - [sym__raw_string_literal_start] = ACTIONS(705), - [sym_float_literal] = ACTIONS(699), - }, - [STATE(111)] = { - [sym_delim_token_tree] = STATE(205), - [sym__delim_tokens] = STATE(204), - [sym__non_delim_token] = STATE(205), - [sym__literal] = STATE(246), - [sym_string_literal] = STATE(226), - [sym_raw_string_literal] = STATE(226), - [sym_boolean_literal] = STATE(226), - [sym_line_comment] = STATE(111), - [sym_block_comment] = STATE(111), - [aux_sym__non_special_token_repeat1] = STATE(175), - [aux_sym_delim_token_tree_repeat1] = STATE(83), - [sym_identifier] = ACTIONS(683), - [anon_sym_SEMI] = ACTIONS(685), - [anon_sym_LPAREN] = ACTIONS(687), - [anon_sym_LBRACK] = ACTIONS(691), - [anon_sym_RBRACK] = ACTIONS(729), - [anon_sym_LBRACE] = ACTIONS(693), - [anon_sym_EQ_GT] = ACTIONS(685), - [anon_sym_COLON] = ACTIONS(695), - [anon_sym_DOLLAR] = ACTIONS(697), - [anon_sym_PLUS] = ACTIONS(695), - [anon_sym_STAR] = ACTIONS(695), - [anon_sym_QMARK] = ACTIONS(685), - [anon_sym_u8] = ACTIONS(683), - [anon_sym_i8] = ACTIONS(683), - [anon_sym_u16] = ACTIONS(683), - [anon_sym_i16] = ACTIONS(683), - [anon_sym_u32] = ACTIONS(683), - [anon_sym_i32] = ACTIONS(683), - [anon_sym_u64] = ACTIONS(683), - [anon_sym_i64] = ACTIONS(683), - [anon_sym_u128] = ACTIONS(683), - [anon_sym_i128] = ACTIONS(683), - [anon_sym_isize] = ACTIONS(683), - [anon_sym_usize] = ACTIONS(683), - [anon_sym_f32] = ACTIONS(683), - [anon_sym_f64] = ACTIONS(683), - [anon_sym_bool] = ACTIONS(683), - [anon_sym_str] = ACTIONS(683), - [anon_sym_char] = ACTIONS(683), - [anon_sym_DASH] = ACTIONS(695), - [anon_sym_SLASH] = ACTIONS(695), - [anon_sym_PERCENT] = ACTIONS(695), - [anon_sym_CARET] = ACTIONS(695), - [anon_sym_BANG] = ACTIONS(695), - [anon_sym_AMP] = ACTIONS(695), - [anon_sym_PIPE] = ACTIONS(695), - [anon_sym_AMP_AMP] = ACTIONS(685), - [anon_sym_PIPE_PIPE] = ACTIONS(685), - [anon_sym_LT_LT] = ACTIONS(695), - [anon_sym_GT_GT] = ACTIONS(695), - [anon_sym_PLUS_EQ] = ACTIONS(685), - [anon_sym_DASH_EQ] = ACTIONS(685), - [anon_sym_STAR_EQ] = ACTIONS(685), - [anon_sym_SLASH_EQ] = ACTIONS(685), - [anon_sym_PERCENT_EQ] = ACTIONS(685), - [anon_sym_CARET_EQ] = ACTIONS(685), - [anon_sym_AMP_EQ] = ACTIONS(685), - [anon_sym_PIPE_EQ] = ACTIONS(685), - [anon_sym_LT_LT_EQ] = ACTIONS(685), - [anon_sym_GT_GT_EQ] = ACTIONS(685), - [anon_sym_EQ] = ACTIONS(695), - [anon_sym_EQ_EQ] = ACTIONS(685), - [anon_sym_BANG_EQ] = ACTIONS(685), - [anon_sym_GT] = ACTIONS(695), - [anon_sym_LT] = ACTIONS(695), - [anon_sym_GT_EQ] = ACTIONS(685), - [anon_sym_LT_EQ] = ACTIONS(685), - [anon_sym_AT] = ACTIONS(685), - [anon_sym__] = ACTIONS(695), - [anon_sym_DOT] = ACTIONS(695), - [anon_sym_DOT_DOT] = ACTIONS(695), - [anon_sym_DOT_DOT_DOT] = ACTIONS(685), - [anon_sym_DOT_DOT_EQ] = ACTIONS(685), - [anon_sym_COMMA] = ACTIONS(685), - [anon_sym_COLON_COLON] = ACTIONS(685), - [anon_sym_DASH_GT] = ACTIONS(685), - [anon_sym_POUND] = ACTIONS(685), - [anon_sym_SQUOTE] = ACTIONS(683), - [anon_sym_as] = ACTIONS(683), - [anon_sym_async] = ACTIONS(683), - [anon_sym_await] = ACTIONS(683), - [anon_sym_break] = ACTIONS(683), - [anon_sym_const] = ACTIONS(683), - [anon_sym_continue] = ACTIONS(683), - [anon_sym_default] = ACTIONS(683), - [anon_sym_enum] = ACTIONS(683), - [anon_sym_fn] = ACTIONS(683), - [anon_sym_for] = ACTIONS(683), - [anon_sym_gen] = ACTIONS(683), - [anon_sym_if] = ACTIONS(683), - [anon_sym_impl] = ACTIONS(683), - [anon_sym_let] = ACTIONS(683), - [anon_sym_loop] = ACTIONS(683), - [anon_sym_match] = ACTIONS(683), - [anon_sym_mod] = ACTIONS(683), - [anon_sym_pub] = ACTIONS(683), - [anon_sym_return] = ACTIONS(683), - [anon_sym_static] = ACTIONS(683), - [anon_sym_struct] = ACTIONS(683), - [anon_sym_trait] = ACTIONS(683), - [anon_sym_type] = ACTIONS(683), - [anon_sym_union] = ACTIONS(683), - [anon_sym_unsafe] = ACTIONS(683), - [anon_sym_use] = ACTIONS(683), - [anon_sym_where] = ACTIONS(683), - [anon_sym_while] = ACTIONS(683), - [sym_mutable_specifier] = ACTIONS(683), - [sym_integer_literal] = ACTIONS(699), - [aux_sym_string_literal_token1] = ACTIONS(701), - [sym_char_literal] = ACTIONS(699), - [anon_sym_true] = ACTIONS(703), - [anon_sym_false] = ACTIONS(703), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(683), - [sym_super] = ACTIONS(683), - [sym_crate] = ACTIONS(683), - [sym__raw_string_literal_start] = ACTIONS(705), - [sym_float_literal] = ACTIONS(699), + [sym_metavariable] = ACTIONS(695), + [sym__raw_string_literal_start] = ACTIONS(598), + [sym_float_literal] = ACTIONS(590), }, [STATE(112)] = { - [sym_token_tree] = STATE(190), - [sym_token_repetition] = STATE(190), - [sym__literal] = STATE(190), - [sym_string_literal] = STATE(188), - [sym_raw_string_literal] = STATE(188), - [sym_boolean_literal] = STATE(188), + [sym_delim_token_tree] = STATE(222), + [sym__delim_tokens] = STATE(223), + [sym__non_delim_token] = STATE(222), + [sym__literal] = STATE(221), + [sym_string_literal] = STATE(212), + [sym_raw_string_literal] = STATE(212), + [sym_boolean_literal] = STATE(212), [sym_line_comment] = STATE(112), [sym_block_comment] = STATE(112), - [aux_sym_token_tree_repeat1] = STATE(82), - [aux_sym__non_special_token_repeat1] = STATE(153), - [sym_identifier] = ACTIONS(711), - [anon_sym_SEMI] = ACTIONS(576), - [anon_sym_LPAREN] = ACTIONS(713), + [aux_sym__non_special_token_repeat1] = STATE(195), + [aux_sym_delim_token_tree_repeat1] = STATE(115), + [sym_identifier] = ACTIONS(697), + [anon_sym_SEMI] = ACTIONS(699), + [anon_sym_LPAREN] = ACTIONS(701), [anon_sym_RPAREN] = ACTIONS(739), - [anon_sym_LBRACK] = ACTIONS(717), - [anon_sym_LBRACE] = ACTIONS(719), - [anon_sym_EQ_GT] = ACTIONS(576), - [anon_sym_COLON] = ACTIONS(586), - [anon_sym_DOLLAR] = ACTIONS(721), - [anon_sym_PLUS] = ACTIONS(586), - [anon_sym_STAR] = ACTIONS(586), - [anon_sym_QMARK] = ACTIONS(576), - [anon_sym_u8] = ACTIONS(711), - [anon_sym_i8] = ACTIONS(711), - [anon_sym_u16] = ACTIONS(711), - [anon_sym_i16] = ACTIONS(711), - [anon_sym_u32] = ACTIONS(711), - [anon_sym_i32] = ACTIONS(711), - [anon_sym_u64] = ACTIONS(711), - [anon_sym_i64] = ACTIONS(711), - [anon_sym_u128] = ACTIONS(711), - [anon_sym_i128] = ACTIONS(711), - [anon_sym_isize] = ACTIONS(711), - [anon_sym_usize] = ACTIONS(711), - [anon_sym_f32] = ACTIONS(711), - [anon_sym_f64] = ACTIONS(711), - [anon_sym_bool] = ACTIONS(711), - [anon_sym_str] = ACTIONS(711), - [anon_sym_char] = ACTIONS(711), - [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(576), - [anon_sym_PIPE_PIPE] = ACTIONS(576), - [anon_sym_LT_LT] = ACTIONS(586), - [anon_sym_GT_GT] = ACTIONS(586), - [anon_sym_PLUS_EQ] = ACTIONS(576), - [anon_sym_DASH_EQ] = ACTIONS(576), - [anon_sym_STAR_EQ] = ACTIONS(576), - [anon_sym_SLASH_EQ] = ACTIONS(576), - [anon_sym_PERCENT_EQ] = ACTIONS(576), - [anon_sym_CARET_EQ] = ACTIONS(576), - [anon_sym_AMP_EQ] = ACTIONS(576), - [anon_sym_PIPE_EQ] = ACTIONS(576), - [anon_sym_LT_LT_EQ] = ACTIONS(576), - [anon_sym_GT_GT_EQ] = ACTIONS(576), - [anon_sym_EQ] = ACTIONS(586), - [anon_sym_EQ_EQ] = ACTIONS(576), - [anon_sym_BANG_EQ] = ACTIONS(576), - [anon_sym_GT] = ACTIONS(586), - [anon_sym_LT] = ACTIONS(586), - [anon_sym_GT_EQ] = ACTIONS(576), - [anon_sym_LT_EQ] = ACTIONS(576), - [anon_sym_AT] = ACTIONS(576), - [anon_sym__] = ACTIONS(586), - [anon_sym_DOT] = ACTIONS(586), - [anon_sym_DOT_DOT] = ACTIONS(586), - [anon_sym_DOT_DOT_DOT] = ACTIONS(576), - [anon_sym_DOT_DOT_EQ] = ACTIONS(576), - [anon_sym_COMMA] = ACTIONS(576), - [anon_sym_COLON_COLON] = ACTIONS(576), - [anon_sym_DASH_GT] = ACTIONS(576), - [anon_sym_POUND] = ACTIONS(576), - [anon_sym_SQUOTE] = ACTIONS(711), - [anon_sym_as] = ACTIONS(711), - [anon_sym_async] = ACTIONS(711), - [anon_sym_await] = ACTIONS(711), - [anon_sym_break] = ACTIONS(711), - [anon_sym_const] = ACTIONS(711), - [anon_sym_continue] = ACTIONS(711), - [anon_sym_default] = ACTIONS(711), - [anon_sym_enum] = ACTIONS(711), - [anon_sym_fn] = ACTIONS(711), - [anon_sym_for] = ACTIONS(711), - [anon_sym_gen] = ACTIONS(711), - [anon_sym_if] = ACTIONS(711), - [anon_sym_impl] = ACTIONS(711), - [anon_sym_let] = ACTIONS(711), - [anon_sym_loop] = ACTIONS(711), - [anon_sym_match] = ACTIONS(711), - [anon_sym_mod] = ACTIONS(711), - [anon_sym_pub] = ACTIONS(711), - [anon_sym_return] = ACTIONS(711), - [anon_sym_static] = ACTIONS(711), - [anon_sym_struct] = ACTIONS(711), - [anon_sym_trait] = ACTIONS(711), - [anon_sym_type] = ACTIONS(711), - [anon_sym_union] = ACTIONS(711), - [anon_sym_unsafe] = ACTIONS(711), - [anon_sym_use] = ACTIONS(711), - [anon_sym_where] = ACTIONS(711), - [anon_sym_while] = ACTIONS(711), - [sym_mutable_specifier] = ACTIONS(711), - [sym_integer_literal] = ACTIONS(590), - [aux_sym_string_literal_token1] = ACTIONS(592), - [sym_char_literal] = ACTIONS(590), - [anon_sym_true] = ACTIONS(594), - [anon_sym_false] = ACTIONS(594), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(711), - [sym_super] = ACTIONS(711), - [sym_crate] = ACTIONS(711), - [sym_metavariable] = ACTIONS(723), - [sym__raw_string_literal_start] = ACTIONS(598), - [sym_float_literal] = ACTIONS(590), + [anon_sym_LBRACK] = ACTIONS(705), + [anon_sym_LBRACE] = ACTIONS(707), + [anon_sym_EQ_GT] = ACTIONS(699), + [anon_sym_COLON] = ACTIONS(709), + [anon_sym_DOLLAR] = ACTIONS(711), + [anon_sym_PLUS] = ACTIONS(709), + [anon_sym_STAR] = ACTIONS(709), + [anon_sym_QMARK] = ACTIONS(699), + [anon_sym_u8] = ACTIONS(697), + [anon_sym_i8] = ACTIONS(697), + [anon_sym_u16] = ACTIONS(697), + [anon_sym_i16] = ACTIONS(697), + [anon_sym_u32] = ACTIONS(697), + [anon_sym_i32] = ACTIONS(697), + [anon_sym_u64] = ACTIONS(697), + [anon_sym_i64] = ACTIONS(697), + [anon_sym_u128] = ACTIONS(697), + [anon_sym_i128] = ACTIONS(697), + [anon_sym_isize] = ACTIONS(697), + [anon_sym_usize] = ACTIONS(697), + [anon_sym_f32] = ACTIONS(697), + [anon_sym_f64] = ACTIONS(697), + [anon_sym_bool] = ACTIONS(697), + [anon_sym_str] = ACTIONS(697), + [anon_sym_char] = ACTIONS(697), + [anon_sym_DASH] = ACTIONS(709), + [anon_sym_SLASH] = ACTIONS(709), + [anon_sym_PERCENT] = ACTIONS(709), + [anon_sym_CARET] = ACTIONS(709), + [anon_sym_BANG] = ACTIONS(709), + [anon_sym_AMP] = ACTIONS(709), + [anon_sym_PIPE] = ACTIONS(709), + [anon_sym_AMP_AMP] = ACTIONS(699), + [anon_sym_PIPE_PIPE] = ACTIONS(699), + [anon_sym_LT_LT] = ACTIONS(709), + [anon_sym_GT_GT] = ACTIONS(709), + [anon_sym_PLUS_EQ] = ACTIONS(699), + [anon_sym_DASH_EQ] = ACTIONS(699), + [anon_sym_STAR_EQ] = ACTIONS(699), + [anon_sym_SLASH_EQ] = ACTIONS(699), + [anon_sym_PERCENT_EQ] = ACTIONS(699), + [anon_sym_CARET_EQ] = ACTIONS(699), + [anon_sym_AMP_EQ] = ACTIONS(699), + [anon_sym_PIPE_EQ] = ACTIONS(699), + [anon_sym_LT_LT_EQ] = ACTIONS(699), + [anon_sym_GT_GT_EQ] = ACTIONS(699), + [anon_sym_EQ] = ACTIONS(709), + [anon_sym_EQ_EQ] = ACTIONS(699), + [anon_sym_BANG_EQ] = ACTIONS(699), + [anon_sym_GT] = ACTIONS(709), + [anon_sym_LT] = ACTIONS(709), + [anon_sym_GT_EQ] = ACTIONS(699), + [anon_sym_LT_EQ] = ACTIONS(699), + [anon_sym_AT] = ACTIONS(699), + [anon_sym__] = ACTIONS(709), + [anon_sym_DOT] = ACTIONS(709), + [anon_sym_DOT_DOT] = ACTIONS(709), + [anon_sym_DOT_DOT_DOT] = ACTIONS(699), + [anon_sym_DOT_DOT_EQ] = ACTIONS(699), + [anon_sym_COMMA] = ACTIONS(699), + [anon_sym_COLON_COLON] = ACTIONS(699), + [anon_sym_DASH_GT] = ACTIONS(699), + [anon_sym_POUND] = ACTIONS(699), + [anon_sym_SQUOTE] = ACTIONS(697), + [anon_sym_as] = ACTIONS(697), + [anon_sym_async] = ACTIONS(697), + [anon_sym_await] = ACTIONS(697), + [anon_sym_break] = ACTIONS(697), + [anon_sym_const] = ACTIONS(697), + [anon_sym_continue] = ACTIONS(697), + [anon_sym_default] = ACTIONS(697), + [anon_sym_enum] = ACTIONS(697), + [anon_sym_fn] = ACTIONS(697), + [anon_sym_for] = ACTIONS(697), + [anon_sym_gen] = ACTIONS(697), + [anon_sym_if] = ACTIONS(697), + [anon_sym_impl] = ACTIONS(697), + [anon_sym_let] = ACTIONS(697), + [anon_sym_loop] = ACTIONS(697), + [anon_sym_match] = ACTIONS(697), + [anon_sym_mod] = ACTIONS(697), + [anon_sym_pub] = ACTIONS(697), + [anon_sym_return] = ACTIONS(697), + [anon_sym_static] = ACTIONS(697), + [anon_sym_struct] = ACTIONS(697), + [anon_sym_trait] = ACTIONS(697), + [anon_sym_type] = ACTIONS(697), + [anon_sym_union] = ACTIONS(697), + [anon_sym_unsafe] = ACTIONS(697), + [anon_sym_use] = ACTIONS(697), + [anon_sym_where] = ACTIONS(697), + [anon_sym_while] = ACTIONS(697), + [sym_mutable_specifier] = ACTIONS(697), + [sym_integer_literal] = ACTIONS(713), + [aux_sym_string_literal_token1] = ACTIONS(715), + [sym_char_literal] = ACTIONS(713), + [anon_sym_true] = ACTIONS(717), + [anon_sym_false] = ACTIONS(717), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(697), + [sym_super] = ACTIONS(697), + [sym_crate] = ACTIONS(697), + [sym__raw_string_literal_start] = ACTIONS(719), + [sym_float_literal] = ACTIONS(713), }, [STATE(113)] = { - [sym_delim_token_tree] = STATE(205), - [sym__delim_tokens] = STATE(204), - [sym__non_delim_token] = STATE(205), - [sym__literal] = STATE(246), - [sym_string_literal] = STATE(226), - [sym_raw_string_literal] = STATE(226), - [sym_boolean_literal] = STATE(226), + [sym_delim_token_tree] = STATE(222), + [sym__delim_tokens] = STATE(223), + [sym__non_delim_token] = STATE(222), + [sym__literal] = STATE(221), + [sym_string_literal] = STATE(212), + [sym_raw_string_literal] = STATE(212), + [sym_boolean_literal] = STATE(212), [sym_line_comment] = STATE(113), [sym_block_comment] = STATE(113), - [aux_sym__non_special_token_repeat1] = STATE(175), + [aux_sym__non_special_token_repeat1] = STATE(195), [aux_sym_delim_token_tree_repeat1] = STATE(116), - [sym_identifier] = ACTIONS(683), - [anon_sym_SEMI] = ACTIONS(685), - [anon_sym_LPAREN] = ACTIONS(687), - [anon_sym_RPAREN] = ACTIONS(741), - [anon_sym_LBRACK] = ACTIONS(691), - [anon_sym_LBRACE] = ACTIONS(693), - [anon_sym_EQ_GT] = ACTIONS(685), - [anon_sym_COLON] = ACTIONS(695), - [anon_sym_DOLLAR] = ACTIONS(697), - [anon_sym_PLUS] = ACTIONS(695), - [anon_sym_STAR] = ACTIONS(695), - [anon_sym_QMARK] = ACTIONS(685), - [anon_sym_u8] = ACTIONS(683), - [anon_sym_i8] = ACTIONS(683), - [anon_sym_u16] = ACTIONS(683), - [anon_sym_i16] = ACTIONS(683), - [anon_sym_u32] = ACTIONS(683), - [anon_sym_i32] = ACTIONS(683), - [anon_sym_u64] = ACTIONS(683), - [anon_sym_i64] = ACTIONS(683), - [anon_sym_u128] = ACTIONS(683), - [anon_sym_i128] = ACTIONS(683), - [anon_sym_isize] = ACTIONS(683), - [anon_sym_usize] = ACTIONS(683), - [anon_sym_f32] = ACTIONS(683), - [anon_sym_f64] = ACTIONS(683), - [anon_sym_bool] = ACTIONS(683), - [anon_sym_str] = ACTIONS(683), - [anon_sym_char] = ACTIONS(683), - [anon_sym_DASH] = ACTIONS(695), - [anon_sym_SLASH] = ACTIONS(695), - [anon_sym_PERCENT] = ACTIONS(695), - [anon_sym_CARET] = ACTIONS(695), - [anon_sym_BANG] = ACTIONS(695), - [anon_sym_AMP] = ACTIONS(695), - [anon_sym_PIPE] = ACTIONS(695), - [anon_sym_AMP_AMP] = ACTIONS(685), - [anon_sym_PIPE_PIPE] = ACTIONS(685), - [anon_sym_LT_LT] = ACTIONS(695), - [anon_sym_GT_GT] = ACTIONS(695), - [anon_sym_PLUS_EQ] = ACTIONS(685), - [anon_sym_DASH_EQ] = ACTIONS(685), - [anon_sym_STAR_EQ] = ACTIONS(685), - [anon_sym_SLASH_EQ] = ACTIONS(685), - [anon_sym_PERCENT_EQ] = ACTIONS(685), - [anon_sym_CARET_EQ] = ACTIONS(685), - [anon_sym_AMP_EQ] = ACTIONS(685), - [anon_sym_PIPE_EQ] = ACTIONS(685), - [anon_sym_LT_LT_EQ] = ACTIONS(685), - [anon_sym_GT_GT_EQ] = ACTIONS(685), - [anon_sym_EQ] = ACTIONS(695), - [anon_sym_EQ_EQ] = ACTIONS(685), - [anon_sym_BANG_EQ] = ACTIONS(685), - [anon_sym_GT] = ACTIONS(695), - [anon_sym_LT] = ACTIONS(695), - [anon_sym_GT_EQ] = ACTIONS(685), - [anon_sym_LT_EQ] = ACTIONS(685), - [anon_sym_AT] = ACTIONS(685), - [anon_sym__] = ACTIONS(695), - [anon_sym_DOT] = ACTIONS(695), - [anon_sym_DOT_DOT] = ACTIONS(695), - [anon_sym_DOT_DOT_DOT] = ACTIONS(685), - [anon_sym_DOT_DOT_EQ] = ACTIONS(685), - [anon_sym_COMMA] = ACTIONS(685), - [anon_sym_COLON_COLON] = ACTIONS(685), - [anon_sym_DASH_GT] = ACTIONS(685), - [anon_sym_POUND] = ACTIONS(685), - [anon_sym_SQUOTE] = ACTIONS(683), - [anon_sym_as] = ACTIONS(683), - [anon_sym_async] = ACTIONS(683), - [anon_sym_await] = ACTIONS(683), - [anon_sym_break] = ACTIONS(683), - [anon_sym_const] = ACTIONS(683), - [anon_sym_continue] = ACTIONS(683), - [anon_sym_default] = ACTIONS(683), - [anon_sym_enum] = ACTIONS(683), - [anon_sym_fn] = ACTIONS(683), - [anon_sym_for] = ACTIONS(683), - [anon_sym_gen] = ACTIONS(683), - [anon_sym_if] = ACTIONS(683), - [anon_sym_impl] = ACTIONS(683), - [anon_sym_let] = ACTIONS(683), - [anon_sym_loop] = ACTIONS(683), - [anon_sym_match] = ACTIONS(683), - [anon_sym_mod] = ACTIONS(683), - [anon_sym_pub] = ACTIONS(683), - [anon_sym_return] = ACTIONS(683), - [anon_sym_static] = ACTIONS(683), - [anon_sym_struct] = ACTIONS(683), - [anon_sym_trait] = ACTIONS(683), - [anon_sym_type] = ACTIONS(683), - [anon_sym_union] = ACTIONS(683), - [anon_sym_unsafe] = ACTIONS(683), - [anon_sym_use] = ACTIONS(683), - [anon_sym_where] = ACTIONS(683), - [anon_sym_while] = ACTIONS(683), - [sym_mutable_specifier] = ACTIONS(683), - [sym_integer_literal] = ACTIONS(699), - [aux_sym_string_literal_token1] = ACTIONS(701), - [sym_char_literal] = ACTIONS(699), - [anon_sym_true] = ACTIONS(703), - [anon_sym_false] = ACTIONS(703), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(683), - [sym_super] = ACTIONS(683), - [sym_crate] = ACTIONS(683), - [sym__raw_string_literal_start] = ACTIONS(705), - [sym_float_literal] = ACTIONS(699), + [sym_identifier] = ACTIONS(697), + [anon_sym_SEMI] = ACTIONS(699), + [anon_sym_LPAREN] = ACTIONS(701), + [anon_sym_LBRACK] = ACTIONS(705), + [anon_sym_RBRACK] = ACTIONS(739), + [anon_sym_LBRACE] = ACTIONS(707), + [anon_sym_EQ_GT] = ACTIONS(699), + [anon_sym_COLON] = ACTIONS(709), + [anon_sym_DOLLAR] = ACTIONS(711), + [anon_sym_PLUS] = ACTIONS(709), + [anon_sym_STAR] = ACTIONS(709), + [anon_sym_QMARK] = ACTIONS(699), + [anon_sym_u8] = ACTIONS(697), + [anon_sym_i8] = ACTIONS(697), + [anon_sym_u16] = ACTIONS(697), + [anon_sym_i16] = ACTIONS(697), + [anon_sym_u32] = ACTIONS(697), + [anon_sym_i32] = ACTIONS(697), + [anon_sym_u64] = ACTIONS(697), + [anon_sym_i64] = ACTIONS(697), + [anon_sym_u128] = ACTIONS(697), + [anon_sym_i128] = ACTIONS(697), + [anon_sym_isize] = ACTIONS(697), + [anon_sym_usize] = ACTIONS(697), + [anon_sym_f32] = ACTIONS(697), + [anon_sym_f64] = ACTIONS(697), + [anon_sym_bool] = ACTIONS(697), + [anon_sym_str] = ACTIONS(697), + [anon_sym_char] = ACTIONS(697), + [anon_sym_DASH] = ACTIONS(709), + [anon_sym_SLASH] = ACTIONS(709), + [anon_sym_PERCENT] = ACTIONS(709), + [anon_sym_CARET] = ACTIONS(709), + [anon_sym_BANG] = ACTIONS(709), + [anon_sym_AMP] = ACTIONS(709), + [anon_sym_PIPE] = ACTIONS(709), + [anon_sym_AMP_AMP] = ACTIONS(699), + [anon_sym_PIPE_PIPE] = ACTIONS(699), + [anon_sym_LT_LT] = ACTIONS(709), + [anon_sym_GT_GT] = ACTIONS(709), + [anon_sym_PLUS_EQ] = ACTIONS(699), + [anon_sym_DASH_EQ] = ACTIONS(699), + [anon_sym_STAR_EQ] = ACTIONS(699), + [anon_sym_SLASH_EQ] = ACTIONS(699), + [anon_sym_PERCENT_EQ] = ACTIONS(699), + [anon_sym_CARET_EQ] = ACTIONS(699), + [anon_sym_AMP_EQ] = ACTIONS(699), + [anon_sym_PIPE_EQ] = ACTIONS(699), + [anon_sym_LT_LT_EQ] = ACTIONS(699), + [anon_sym_GT_GT_EQ] = ACTIONS(699), + [anon_sym_EQ] = ACTIONS(709), + [anon_sym_EQ_EQ] = ACTIONS(699), + [anon_sym_BANG_EQ] = ACTIONS(699), + [anon_sym_GT] = ACTIONS(709), + [anon_sym_LT] = ACTIONS(709), + [anon_sym_GT_EQ] = ACTIONS(699), + [anon_sym_LT_EQ] = ACTIONS(699), + [anon_sym_AT] = ACTIONS(699), + [anon_sym__] = ACTIONS(709), + [anon_sym_DOT] = ACTIONS(709), + [anon_sym_DOT_DOT] = ACTIONS(709), + [anon_sym_DOT_DOT_DOT] = ACTIONS(699), + [anon_sym_DOT_DOT_EQ] = ACTIONS(699), + [anon_sym_COMMA] = ACTIONS(699), + [anon_sym_COLON_COLON] = ACTIONS(699), + [anon_sym_DASH_GT] = ACTIONS(699), + [anon_sym_POUND] = ACTIONS(699), + [anon_sym_SQUOTE] = ACTIONS(697), + [anon_sym_as] = ACTIONS(697), + [anon_sym_async] = ACTIONS(697), + [anon_sym_await] = ACTIONS(697), + [anon_sym_break] = ACTIONS(697), + [anon_sym_const] = ACTIONS(697), + [anon_sym_continue] = ACTIONS(697), + [anon_sym_default] = ACTIONS(697), + [anon_sym_enum] = ACTIONS(697), + [anon_sym_fn] = ACTIONS(697), + [anon_sym_for] = ACTIONS(697), + [anon_sym_gen] = ACTIONS(697), + [anon_sym_if] = ACTIONS(697), + [anon_sym_impl] = ACTIONS(697), + [anon_sym_let] = ACTIONS(697), + [anon_sym_loop] = ACTIONS(697), + [anon_sym_match] = ACTIONS(697), + [anon_sym_mod] = ACTIONS(697), + [anon_sym_pub] = ACTIONS(697), + [anon_sym_return] = ACTIONS(697), + [anon_sym_static] = ACTIONS(697), + [anon_sym_struct] = ACTIONS(697), + [anon_sym_trait] = ACTIONS(697), + [anon_sym_type] = ACTIONS(697), + [anon_sym_union] = ACTIONS(697), + [anon_sym_unsafe] = ACTIONS(697), + [anon_sym_use] = ACTIONS(697), + [anon_sym_where] = ACTIONS(697), + [anon_sym_while] = ACTIONS(697), + [sym_mutable_specifier] = ACTIONS(697), + [sym_integer_literal] = ACTIONS(713), + [aux_sym_string_literal_token1] = ACTIONS(715), + [sym_char_literal] = ACTIONS(713), + [anon_sym_true] = ACTIONS(717), + [anon_sym_false] = ACTIONS(717), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(697), + [sym_super] = ACTIONS(697), + [sym_crate] = ACTIONS(697), + [sym__raw_string_literal_start] = ACTIONS(719), + [sym_float_literal] = ACTIONS(713), }, [STATE(114)] = { - [sym_delim_token_tree] = STATE(205), - [sym__delim_tokens] = STATE(204), - [sym__non_delim_token] = STATE(205), - [sym__literal] = STATE(246), - [sym_string_literal] = STATE(226), - [sym_raw_string_literal] = STATE(226), - [sym_boolean_literal] = STATE(226), + [sym_delim_token_tree] = STATE(222), + [sym__delim_tokens] = STATE(223), + [sym__non_delim_token] = STATE(222), + [sym__literal] = STATE(221), + [sym_string_literal] = STATE(212), + [sym_raw_string_literal] = STATE(212), + [sym_boolean_literal] = STATE(212), [sym_line_comment] = STATE(114), [sym_block_comment] = STATE(114), - [aux_sym__non_special_token_repeat1] = STATE(175), + [aux_sym__non_special_token_repeat1] = STATE(195), [aux_sym_delim_token_tree_repeat1] = STATE(117), - [sym_identifier] = ACTIONS(683), - [anon_sym_SEMI] = ACTIONS(685), - [anon_sym_LPAREN] = ACTIONS(687), - [anon_sym_LBRACK] = ACTIONS(691), - [anon_sym_RBRACK] = ACTIONS(741), - [anon_sym_LBRACE] = ACTIONS(693), - [anon_sym_EQ_GT] = ACTIONS(685), - [anon_sym_COLON] = ACTIONS(695), - [anon_sym_DOLLAR] = ACTIONS(697), - [anon_sym_PLUS] = ACTIONS(695), - [anon_sym_STAR] = ACTIONS(695), - [anon_sym_QMARK] = ACTIONS(685), - [anon_sym_u8] = ACTIONS(683), - [anon_sym_i8] = ACTIONS(683), - [anon_sym_u16] = ACTIONS(683), - [anon_sym_i16] = ACTIONS(683), - [anon_sym_u32] = ACTIONS(683), - [anon_sym_i32] = ACTIONS(683), - [anon_sym_u64] = ACTIONS(683), - [anon_sym_i64] = ACTIONS(683), - [anon_sym_u128] = ACTIONS(683), - [anon_sym_i128] = ACTIONS(683), - [anon_sym_isize] = ACTIONS(683), - [anon_sym_usize] = ACTIONS(683), - [anon_sym_f32] = ACTIONS(683), - [anon_sym_f64] = ACTIONS(683), - [anon_sym_bool] = ACTIONS(683), - [anon_sym_str] = ACTIONS(683), - [anon_sym_char] = ACTIONS(683), - [anon_sym_DASH] = ACTIONS(695), - [anon_sym_SLASH] = ACTIONS(695), - [anon_sym_PERCENT] = ACTIONS(695), - [anon_sym_CARET] = ACTIONS(695), - [anon_sym_BANG] = ACTIONS(695), - [anon_sym_AMP] = ACTIONS(695), - [anon_sym_PIPE] = ACTIONS(695), - [anon_sym_AMP_AMP] = ACTIONS(685), - [anon_sym_PIPE_PIPE] = ACTIONS(685), - [anon_sym_LT_LT] = ACTIONS(695), - [anon_sym_GT_GT] = ACTIONS(695), - [anon_sym_PLUS_EQ] = ACTIONS(685), - [anon_sym_DASH_EQ] = ACTIONS(685), - [anon_sym_STAR_EQ] = ACTIONS(685), - [anon_sym_SLASH_EQ] = ACTIONS(685), - [anon_sym_PERCENT_EQ] = ACTIONS(685), - [anon_sym_CARET_EQ] = ACTIONS(685), - [anon_sym_AMP_EQ] = ACTIONS(685), - [anon_sym_PIPE_EQ] = ACTIONS(685), - [anon_sym_LT_LT_EQ] = ACTIONS(685), - [anon_sym_GT_GT_EQ] = ACTIONS(685), - [anon_sym_EQ] = ACTIONS(695), - [anon_sym_EQ_EQ] = ACTIONS(685), - [anon_sym_BANG_EQ] = ACTIONS(685), - [anon_sym_GT] = ACTIONS(695), - [anon_sym_LT] = ACTIONS(695), - [anon_sym_GT_EQ] = ACTIONS(685), - [anon_sym_LT_EQ] = ACTIONS(685), - [anon_sym_AT] = ACTIONS(685), - [anon_sym__] = ACTIONS(695), - [anon_sym_DOT] = ACTIONS(695), - [anon_sym_DOT_DOT] = ACTIONS(695), - [anon_sym_DOT_DOT_DOT] = ACTIONS(685), - [anon_sym_DOT_DOT_EQ] = ACTIONS(685), - [anon_sym_COMMA] = ACTIONS(685), - [anon_sym_COLON_COLON] = ACTIONS(685), - [anon_sym_DASH_GT] = ACTIONS(685), - [anon_sym_POUND] = ACTIONS(685), - [anon_sym_SQUOTE] = ACTIONS(683), - [anon_sym_as] = ACTIONS(683), - [anon_sym_async] = ACTIONS(683), - [anon_sym_await] = ACTIONS(683), - [anon_sym_break] = ACTIONS(683), - [anon_sym_const] = ACTIONS(683), - [anon_sym_continue] = ACTIONS(683), - [anon_sym_default] = ACTIONS(683), - [anon_sym_enum] = ACTIONS(683), - [anon_sym_fn] = ACTIONS(683), - [anon_sym_for] = ACTIONS(683), - [anon_sym_gen] = ACTIONS(683), - [anon_sym_if] = ACTIONS(683), - [anon_sym_impl] = ACTIONS(683), - [anon_sym_let] = ACTIONS(683), - [anon_sym_loop] = ACTIONS(683), - [anon_sym_match] = ACTIONS(683), - [anon_sym_mod] = ACTIONS(683), - [anon_sym_pub] = ACTIONS(683), - [anon_sym_return] = ACTIONS(683), - [anon_sym_static] = ACTIONS(683), - [anon_sym_struct] = ACTIONS(683), - [anon_sym_trait] = ACTIONS(683), - [anon_sym_type] = ACTIONS(683), - [anon_sym_union] = ACTIONS(683), - [anon_sym_unsafe] = ACTIONS(683), - [anon_sym_use] = ACTIONS(683), - [anon_sym_where] = ACTIONS(683), - [anon_sym_while] = ACTIONS(683), - [sym_mutable_specifier] = ACTIONS(683), - [sym_integer_literal] = ACTIONS(699), - [aux_sym_string_literal_token1] = ACTIONS(701), - [sym_char_literal] = ACTIONS(699), - [anon_sym_true] = ACTIONS(703), - [anon_sym_false] = ACTIONS(703), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(683), - [sym_super] = ACTIONS(683), - [sym_crate] = ACTIONS(683), - [sym__raw_string_literal_start] = ACTIONS(705), - [sym_float_literal] = ACTIONS(699), + [sym_identifier] = ACTIONS(697), + [anon_sym_SEMI] = ACTIONS(699), + [anon_sym_LPAREN] = ACTIONS(701), + [anon_sym_LBRACK] = ACTIONS(705), + [anon_sym_LBRACE] = ACTIONS(707), + [anon_sym_RBRACE] = ACTIONS(739), + [anon_sym_EQ_GT] = ACTIONS(699), + [anon_sym_COLON] = ACTIONS(709), + [anon_sym_DOLLAR] = ACTIONS(711), + [anon_sym_PLUS] = ACTIONS(709), + [anon_sym_STAR] = ACTIONS(709), + [anon_sym_QMARK] = ACTIONS(699), + [anon_sym_u8] = ACTIONS(697), + [anon_sym_i8] = ACTIONS(697), + [anon_sym_u16] = ACTIONS(697), + [anon_sym_i16] = ACTIONS(697), + [anon_sym_u32] = ACTIONS(697), + [anon_sym_i32] = ACTIONS(697), + [anon_sym_u64] = ACTIONS(697), + [anon_sym_i64] = ACTIONS(697), + [anon_sym_u128] = ACTIONS(697), + [anon_sym_i128] = ACTIONS(697), + [anon_sym_isize] = ACTIONS(697), + [anon_sym_usize] = ACTIONS(697), + [anon_sym_f32] = ACTIONS(697), + [anon_sym_f64] = ACTIONS(697), + [anon_sym_bool] = ACTIONS(697), + [anon_sym_str] = ACTIONS(697), + [anon_sym_char] = ACTIONS(697), + [anon_sym_DASH] = ACTIONS(709), + [anon_sym_SLASH] = ACTIONS(709), + [anon_sym_PERCENT] = ACTIONS(709), + [anon_sym_CARET] = ACTIONS(709), + [anon_sym_BANG] = ACTIONS(709), + [anon_sym_AMP] = ACTIONS(709), + [anon_sym_PIPE] = ACTIONS(709), + [anon_sym_AMP_AMP] = ACTIONS(699), + [anon_sym_PIPE_PIPE] = ACTIONS(699), + [anon_sym_LT_LT] = ACTIONS(709), + [anon_sym_GT_GT] = ACTIONS(709), + [anon_sym_PLUS_EQ] = ACTIONS(699), + [anon_sym_DASH_EQ] = ACTIONS(699), + [anon_sym_STAR_EQ] = ACTIONS(699), + [anon_sym_SLASH_EQ] = ACTIONS(699), + [anon_sym_PERCENT_EQ] = ACTIONS(699), + [anon_sym_CARET_EQ] = ACTIONS(699), + [anon_sym_AMP_EQ] = ACTIONS(699), + [anon_sym_PIPE_EQ] = ACTIONS(699), + [anon_sym_LT_LT_EQ] = ACTIONS(699), + [anon_sym_GT_GT_EQ] = ACTIONS(699), + [anon_sym_EQ] = ACTIONS(709), + [anon_sym_EQ_EQ] = ACTIONS(699), + [anon_sym_BANG_EQ] = ACTIONS(699), + [anon_sym_GT] = ACTIONS(709), + [anon_sym_LT] = ACTIONS(709), + [anon_sym_GT_EQ] = ACTIONS(699), + [anon_sym_LT_EQ] = ACTIONS(699), + [anon_sym_AT] = ACTIONS(699), + [anon_sym__] = ACTIONS(709), + [anon_sym_DOT] = ACTIONS(709), + [anon_sym_DOT_DOT] = ACTIONS(709), + [anon_sym_DOT_DOT_DOT] = ACTIONS(699), + [anon_sym_DOT_DOT_EQ] = ACTIONS(699), + [anon_sym_COMMA] = ACTIONS(699), + [anon_sym_COLON_COLON] = ACTIONS(699), + [anon_sym_DASH_GT] = ACTIONS(699), + [anon_sym_POUND] = ACTIONS(699), + [anon_sym_SQUOTE] = ACTIONS(697), + [anon_sym_as] = ACTIONS(697), + [anon_sym_async] = ACTIONS(697), + [anon_sym_await] = ACTIONS(697), + [anon_sym_break] = ACTIONS(697), + [anon_sym_const] = ACTIONS(697), + [anon_sym_continue] = ACTIONS(697), + [anon_sym_default] = ACTIONS(697), + [anon_sym_enum] = ACTIONS(697), + [anon_sym_fn] = ACTIONS(697), + [anon_sym_for] = ACTIONS(697), + [anon_sym_gen] = ACTIONS(697), + [anon_sym_if] = ACTIONS(697), + [anon_sym_impl] = ACTIONS(697), + [anon_sym_let] = ACTIONS(697), + [anon_sym_loop] = ACTIONS(697), + [anon_sym_match] = ACTIONS(697), + [anon_sym_mod] = ACTIONS(697), + [anon_sym_pub] = ACTIONS(697), + [anon_sym_return] = ACTIONS(697), + [anon_sym_static] = ACTIONS(697), + [anon_sym_struct] = ACTIONS(697), + [anon_sym_trait] = ACTIONS(697), + [anon_sym_type] = ACTIONS(697), + [anon_sym_union] = ACTIONS(697), + [anon_sym_unsafe] = ACTIONS(697), + [anon_sym_use] = ACTIONS(697), + [anon_sym_where] = ACTIONS(697), + [anon_sym_while] = ACTIONS(697), + [sym_mutable_specifier] = ACTIONS(697), + [sym_integer_literal] = ACTIONS(713), + [aux_sym_string_literal_token1] = ACTIONS(715), + [sym_char_literal] = ACTIONS(713), + [anon_sym_true] = ACTIONS(717), + [anon_sym_false] = ACTIONS(717), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(697), + [sym_super] = ACTIONS(697), + [sym_crate] = ACTIONS(697), + [sym__raw_string_literal_start] = ACTIONS(719), + [sym_float_literal] = ACTIONS(713), }, [STATE(115)] = { - [sym_delim_token_tree] = STATE(205), - [sym__delim_tokens] = STATE(204), - [sym__non_delim_token] = STATE(205), - [sym__literal] = STATE(246), - [sym_string_literal] = STATE(226), - [sym_raw_string_literal] = STATE(226), - [sym_boolean_literal] = STATE(226), + [sym_delim_token_tree] = STATE(222), + [sym__delim_tokens] = STATE(223), + [sym__non_delim_token] = STATE(222), + [sym__literal] = STATE(221), + [sym_string_literal] = STATE(212), + [sym_raw_string_literal] = STATE(212), + [sym_boolean_literal] = STATE(212), [sym_line_comment] = STATE(115), [sym_block_comment] = STATE(115), - [aux_sym__non_special_token_repeat1] = STATE(175), - [aux_sym_delim_token_tree_repeat1] = STATE(118), - [sym_identifier] = ACTIONS(683), - [anon_sym_SEMI] = ACTIONS(685), - [anon_sym_LPAREN] = ACTIONS(687), - [anon_sym_LBRACK] = ACTIONS(691), - [anon_sym_LBRACE] = ACTIONS(693), - [anon_sym_RBRACE] = ACTIONS(741), - [anon_sym_EQ_GT] = ACTIONS(685), - [anon_sym_COLON] = ACTIONS(695), - [anon_sym_DOLLAR] = ACTIONS(697), - [anon_sym_PLUS] = ACTIONS(695), - [anon_sym_STAR] = ACTIONS(695), - [anon_sym_QMARK] = ACTIONS(685), - [anon_sym_u8] = ACTIONS(683), - [anon_sym_i8] = ACTIONS(683), - [anon_sym_u16] = ACTIONS(683), - [anon_sym_i16] = ACTIONS(683), - [anon_sym_u32] = ACTIONS(683), - [anon_sym_i32] = ACTIONS(683), - [anon_sym_u64] = ACTIONS(683), - [anon_sym_i64] = ACTIONS(683), - [anon_sym_u128] = ACTIONS(683), - [anon_sym_i128] = ACTIONS(683), - [anon_sym_isize] = ACTIONS(683), - [anon_sym_usize] = ACTIONS(683), - [anon_sym_f32] = ACTIONS(683), - [anon_sym_f64] = ACTIONS(683), - [anon_sym_bool] = ACTIONS(683), - [anon_sym_str] = ACTIONS(683), - [anon_sym_char] = ACTIONS(683), - [anon_sym_DASH] = ACTIONS(695), - [anon_sym_SLASH] = ACTIONS(695), - [anon_sym_PERCENT] = ACTIONS(695), - [anon_sym_CARET] = ACTIONS(695), - [anon_sym_BANG] = ACTIONS(695), - [anon_sym_AMP] = ACTIONS(695), - [anon_sym_PIPE] = ACTIONS(695), - [anon_sym_AMP_AMP] = ACTIONS(685), - [anon_sym_PIPE_PIPE] = ACTIONS(685), - [anon_sym_LT_LT] = ACTIONS(695), - [anon_sym_GT_GT] = ACTIONS(695), - [anon_sym_PLUS_EQ] = ACTIONS(685), - [anon_sym_DASH_EQ] = ACTIONS(685), - [anon_sym_STAR_EQ] = ACTIONS(685), - [anon_sym_SLASH_EQ] = ACTIONS(685), - [anon_sym_PERCENT_EQ] = ACTIONS(685), - [anon_sym_CARET_EQ] = ACTIONS(685), - [anon_sym_AMP_EQ] = ACTIONS(685), - [anon_sym_PIPE_EQ] = ACTIONS(685), - [anon_sym_LT_LT_EQ] = ACTIONS(685), - [anon_sym_GT_GT_EQ] = ACTIONS(685), - [anon_sym_EQ] = ACTIONS(695), - [anon_sym_EQ_EQ] = ACTIONS(685), - [anon_sym_BANG_EQ] = ACTIONS(685), - [anon_sym_GT] = ACTIONS(695), - [anon_sym_LT] = ACTIONS(695), - [anon_sym_GT_EQ] = ACTIONS(685), - [anon_sym_LT_EQ] = ACTIONS(685), - [anon_sym_AT] = ACTIONS(685), - [anon_sym__] = ACTIONS(695), - [anon_sym_DOT] = ACTIONS(695), - [anon_sym_DOT_DOT] = ACTIONS(695), - [anon_sym_DOT_DOT_DOT] = ACTIONS(685), - [anon_sym_DOT_DOT_EQ] = ACTIONS(685), - [anon_sym_COMMA] = ACTIONS(685), - [anon_sym_COLON_COLON] = ACTIONS(685), - [anon_sym_DASH_GT] = ACTIONS(685), - [anon_sym_POUND] = ACTIONS(685), - [anon_sym_SQUOTE] = ACTIONS(683), - [anon_sym_as] = ACTIONS(683), - [anon_sym_async] = ACTIONS(683), - [anon_sym_await] = ACTIONS(683), - [anon_sym_break] = ACTIONS(683), - [anon_sym_const] = ACTIONS(683), - [anon_sym_continue] = ACTIONS(683), - [anon_sym_default] = ACTIONS(683), - [anon_sym_enum] = ACTIONS(683), - [anon_sym_fn] = ACTIONS(683), - [anon_sym_for] = ACTIONS(683), - [anon_sym_gen] = ACTIONS(683), - [anon_sym_if] = ACTIONS(683), - [anon_sym_impl] = ACTIONS(683), - [anon_sym_let] = ACTIONS(683), - [anon_sym_loop] = ACTIONS(683), - [anon_sym_match] = ACTIONS(683), - [anon_sym_mod] = ACTIONS(683), - [anon_sym_pub] = ACTIONS(683), - [anon_sym_return] = ACTIONS(683), - [anon_sym_static] = ACTIONS(683), - [anon_sym_struct] = ACTIONS(683), - [anon_sym_trait] = ACTIONS(683), - [anon_sym_type] = ACTIONS(683), - [anon_sym_union] = ACTIONS(683), - [anon_sym_unsafe] = ACTIONS(683), - [anon_sym_use] = ACTIONS(683), - [anon_sym_where] = ACTIONS(683), - [anon_sym_while] = ACTIONS(683), - [sym_mutable_specifier] = ACTIONS(683), - [sym_integer_literal] = ACTIONS(699), - [aux_sym_string_literal_token1] = ACTIONS(701), - [sym_char_literal] = ACTIONS(699), - [anon_sym_true] = ACTIONS(703), - [anon_sym_false] = ACTIONS(703), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(683), - [sym_super] = ACTIONS(683), - [sym_crate] = ACTIONS(683), - [sym__raw_string_literal_start] = ACTIONS(705), - [sym_float_literal] = ACTIONS(699), + [aux_sym__non_special_token_repeat1] = STATE(195), + [aux_sym_delim_token_tree_repeat1] = STATE(73), + [sym_identifier] = ACTIONS(697), + [anon_sym_SEMI] = ACTIONS(699), + [anon_sym_LPAREN] = ACTIONS(701), + [anon_sym_RPAREN] = ACTIONS(741), + [anon_sym_LBRACK] = ACTIONS(705), + [anon_sym_LBRACE] = ACTIONS(707), + [anon_sym_EQ_GT] = ACTIONS(699), + [anon_sym_COLON] = ACTIONS(709), + [anon_sym_DOLLAR] = ACTIONS(711), + [anon_sym_PLUS] = ACTIONS(709), + [anon_sym_STAR] = ACTIONS(709), + [anon_sym_QMARK] = ACTIONS(699), + [anon_sym_u8] = ACTIONS(697), + [anon_sym_i8] = ACTIONS(697), + [anon_sym_u16] = ACTIONS(697), + [anon_sym_i16] = ACTIONS(697), + [anon_sym_u32] = ACTIONS(697), + [anon_sym_i32] = ACTIONS(697), + [anon_sym_u64] = ACTIONS(697), + [anon_sym_i64] = ACTIONS(697), + [anon_sym_u128] = ACTIONS(697), + [anon_sym_i128] = ACTIONS(697), + [anon_sym_isize] = ACTIONS(697), + [anon_sym_usize] = ACTIONS(697), + [anon_sym_f32] = ACTIONS(697), + [anon_sym_f64] = ACTIONS(697), + [anon_sym_bool] = ACTIONS(697), + [anon_sym_str] = ACTIONS(697), + [anon_sym_char] = ACTIONS(697), + [anon_sym_DASH] = ACTIONS(709), + [anon_sym_SLASH] = ACTIONS(709), + [anon_sym_PERCENT] = ACTIONS(709), + [anon_sym_CARET] = ACTIONS(709), + [anon_sym_BANG] = ACTIONS(709), + [anon_sym_AMP] = ACTIONS(709), + [anon_sym_PIPE] = ACTIONS(709), + [anon_sym_AMP_AMP] = ACTIONS(699), + [anon_sym_PIPE_PIPE] = ACTIONS(699), + [anon_sym_LT_LT] = ACTIONS(709), + [anon_sym_GT_GT] = ACTIONS(709), + [anon_sym_PLUS_EQ] = ACTIONS(699), + [anon_sym_DASH_EQ] = ACTIONS(699), + [anon_sym_STAR_EQ] = ACTIONS(699), + [anon_sym_SLASH_EQ] = ACTIONS(699), + [anon_sym_PERCENT_EQ] = ACTIONS(699), + [anon_sym_CARET_EQ] = ACTIONS(699), + [anon_sym_AMP_EQ] = ACTIONS(699), + [anon_sym_PIPE_EQ] = ACTIONS(699), + [anon_sym_LT_LT_EQ] = ACTIONS(699), + [anon_sym_GT_GT_EQ] = ACTIONS(699), + [anon_sym_EQ] = ACTIONS(709), + [anon_sym_EQ_EQ] = ACTIONS(699), + [anon_sym_BANG_EQ] = ACTIONS(699), + [anon_sym_GT] = ACTIONS(709), + [anon_sym_LT] = ACTIONS(709), + [anon_sym_GT_EQ] = ACTIONS(699), + [anon_sym_LT_EQ] = ACTIONS(699), + [anon_sym_AT] = ACTIONS(699), + [anon_sym__] = ACTIONS(709), + [anon_sym_DOT] = ACTIONS(709), + [anon_sym_DOT_DOT] = ACTIONS(709), + [anon_sym_DOT_DOT_DOT] = ACTIONS(699), + [anon_sym_DOT_DOT_EQ] = ACTIONS(699), + [anon_sym_COMMA] = ACTIONS(699), + [anon_sym_COLON_COLON] = ACTIONS(699), + [anon_sym_DASH_GT] = ACTIONS(699), + [anon_sym_POUND] = ACTIONS(699), + [anon_sym_SQUOTE] = ACTIONS(697), + [anon_sym_as] = ACTIONS(697), + [anon_sym_async] = ACTIONS(697), + [anon_sym_await] = ACTIONS(697), + [anon_sym_break] = ACTIONS(697), + [anon_sym_const] = ACTIONS(697), + [anon_sym_continue] = ACTIONS(697), + [anon_sym_default] = ACTIONS(697), + [anon_sym_enum] = ACTIONS(697), + [anon_sym_fn] = ACTIONS(697), + [anon_sym_for] = ACTIONS(697), + [anon_sym_gen] = ACTIONS(697), + [anon_sym_if] = ACTIONS(697), + [anon_sym_impl] = ACTIONS(697), + [anon_sym_let] = ACTIONS(697), + [anon_sym_loop] = ACTIONS(697), + [anon_sym_match] = ACTIONS(697), + [anon_sym_mod] = ACTIONS(697), + [anon_sym_pub] = ACTIONS(697), + [anon_sym_return] = ACTIONS(697), + [anon_sym_static] = ACTIONS(697), + [anon_sym_struct] = ACTIONS(697), + [anon_sym_trait] = ACTIONS(697), + [anon_sym_type] = ACTIONS(697), + [anon_sym_union] = ACTIONS(697), + [anon_sym_unsafe] = ACTIONS(697), + [anon_sym_use] = ACTIONS(697), + [anon_sym_where] = ACTIONS(697), + [anon_sym_while] = ACTIONS(697), + [sym_mutable_specifier] = ACTIONS(697), + [sym_integer_literal] = ACTIONS(713), + [aux_sym_string_literal_token1] = ACTIONS(715), + [sym_char_literal] = ACTIONS(713), + [anon_sym_true] = ACTIONS(717), + [anon_sym_false] = ACTIONS(717), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(697), + [sym_super] = ACTIONS(697), + [sym_crate] = ACTIONS(697), + [sym__raw_string_literal_start] = ACTIONS(719), + [sym_float_literal] = ACTIONS(713), }, [STATE(116)] = { - [sym_delim_token_tree] = STATE(205), - [sym__delim_tokens] = STATE(204), - [sym__non_delim_token] = STATE(205), - [sym__literal] = STATE(246), - [sym_string_literal] = STATE(226), - [sym_raw_string_literal] = STATE(226), - [sym_boolean_literal] = STATE(226), + [sym_delim_token_tree] = STATE(222), + [sym__delim_tokens] = STATE(223), + [sym__non_delim_token] = STATE(222), + [sym__literal] = STATE(221), + [sym_string_literal] = STATE(212), + [sym_raw_string_literal] = STATE(212), + [sym_boolean_literal] = STATE(212), [sym_line_comment] = STATE(116), [sym_block_comment] = STATE(116), - [aux_sym__non_special_token_repeat1] = STATE(175), - [aux_sym_delim_token_tree_repeat1] = STATE(83), - [sym_identifier] = ACTIONS(683), - [anon_sym_SEMI] = ACTIONS(685), - [anon_sym_LPAREN] = ACTIONS(687), - [anon_sym_RPAREN] = ACTIONS(743), - [anon_sym_LBRACK] = ACTIONS(691), - [anon_sym_LBRACE] = ACTIONS(693), - [anon_sym_EQ_GT] = ACTIONS(685), - [anon_sym_COLON] = ACTIONS(695), - [anon_sym_DOLLAR] = ACTIONS(697), - [anon_sym_PLUS] = ACTIONS(695), - [anon_sym_STAR] = ACTIONS(695), - [anon_sym_QMARK] = ACTIONS(685), - [anon_sym_u8] = ACTIONS(683), - [anon_sym_i8] = ACTIONS(683), - [anon_sym_u16] = ACTIONS(683), - [anon_sym_i16] = ACTIONS(683), - [anon_sym_u32] = ACTIONS(683), - [anon_sym_i32] = ACTIONS(683), - [anon_sym_u64] = ACTIONS(683), - [anon_sym_i64] = ACTIONS(683), - [anon_sym_u128] = ACTIONS(683), - [anon_sym_i128] = ACTIONS(683), - [anon_sym_isize] = ACTIONS(683), - [anon_sym_usize] = ACTIONS(683), - [anon_sym_f32] = ACTIONS(683), - [anon_sym_f64] = ACTIONS(683), - [anon_sym_bool] = ACTIONS(683), - [anon_sym_str] = ACTIONS(683), - [anon_sym_char] = ACTIONS(683), - [anon_sym_DASH] = ACTIONS(695), - [anon_sym_SLASH] = ACTIONS(695), - [anon_sym_PERCENT] = ACTIONS(695), - [anon_sym_CARET] = ACTIONS(695), - [anon_sym_BANG] = ACTIONS(695), - [anon_sym_AMP] = ACTIONS(695), - [anon_sym_PIPE] = ACTIONS(695), - [anon_sym_AMP_AMP] = ACTIONS(685), - [anon_sym_PIPE_PIPE] = ACTIONS(685), - [anon_sym_LT_LT] = ACTIONS(695), - [anon_sym_GT_GT] = ACTIONS(695), - [anon_sym_PLUS_EQ] = ACTIONS(685), - [anon_sym_DASH_EQ] = ACTIONS(685), - [anon_sym_STAR_EQ] = ACTIONS(685), - [anon_sym_SLASH_EQ] = ACTIONS(685), - [anon_sym_PERCENT_EQ] = ACTIONS(685), - [anon_sym_CARET_EQ] = ACTIONS(685), - [anon_sym_AMP_EQ] = ACTIONS(685), - [anon_sym_PIPE_EQ] = ACTIONS(685), - [anon_sym_LT_LT_EQ] = ACTIONS(685), - [anon_sym_GT_GT_EQ] = ACTIONS(685), - [anon_sym_EQ] = ACTIONS(695), - [anon_sym_EQ_EQ] = ACTIONS(685), - [anon_sym_BANG_EQ] = ACTIONS(685), - [anon_sym_GT] = ACTIONS(695), - [anon_sym_LT] = ACTIONS(695), - [anon_sym_GT_EQ] = ACTIONS(685), - [anon_sym_LT_EQ] = ACTIONS(685), - [anon_sym_AT] = ACTIONS(685), - [anon_sym__] = ACTIONS(695), - [anon_sym_DOT] = ACTIONS(695), - [anon_sym_DOT_DOT] = ACTIONS(695), - [anon_sym_DOT_DOT_DOT] = ACTIONS(685), - [anon_sym_DOT_DOT_EQ] = ACTIONS(685), - [anon_sym_COMMA] = ACTIONS(685), - [anon_sym_COLON_COLON] = ACTIONS(685), - [anon_sym_DASH_GT] = ACTIONS(685), - [anon_sym_POUND] = ACTIONS(685), - [anon_sym_SQUOTE] = ACTIONS(683), - [anon_sym_as] = ACTIONS(683), - [anon_sym_async] = ACTIONS(683), - [anon_sym_await] = ACTIONS(683), - [anon_sym_break] = ACTIONS(683), - [anon_sym_const] = ACTIONS(683), - [anon_sym_continue] = ACTIONS(683), - [anon_sym_default] = ACTIONS(683), - [anon_sym_enum] = ACTIONS(683), - [anon_sym_fn] = ACTIONS(683), - [anon_sym_for] = ACTIONS(683), - [anon_sym_gen] = ACTIONS(683), - [anon_sym_if] = ACTIONS(683), - [anon_sym_impl] = ACTIONS(683), - [anon_sym_let] = ACTIONS(683), - [anon_sym_loop] = ACTIONS(683), - [anon_sym_match] = ACTIONS(683), - [anon_sym_mod] = ACTIONS(683), - [anon_sym_pub] = ACTIONS(683), - [anon_sym_return] = ACTIONS(683), - [anon_sym_static] = ACTIONS(683), - [anon_sym_struct] = ACTIONS(683), - [anon_sym_trait] = ACTIONS(683), - [anon_sym_type] = ACTIONS(683), - [anon_sym_union] = ACTIONS(683), - [anon_sym_unsafe] = ACTIONS(683), - [anon_sym_use] = ACTIONS(683), - [anon_sym_where] = ACTIONS(683), - [anon_sym_while] = ACTIONS(683), - [sym_mutable_specifier] = ACTIONS(683), - [sym_integer_literal] = ACTIONS(699), - [aux_sym_string_literal_token1] = ACTIONS(701), - [sym_char_literal] = ACTIONS(699), - [anon_sym_true] = ACTIONS(703), - [anon_sym_false] = ACTIONS(703), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(683), - [sym_super] = ACTIONS(683), - [sym_crate] = ACTIONS(683), - [sym__raw_string_literal_start] = ACTIONS(705), - [sym_float_literal] = ACTIONS(699), + [aux_sym__non_special_token_repeat1] = STATE(195), + [aux_sym_delim_token_tree_repeat1] = STATE(73), + [sym_identifier] = ACTIONS(697), + [anon_sym_SEMI] = ACTIONS(699), + [anon_sym_LPAREN] = ACTIONS(701), + [anon_sym_LBRACK] = ACTIONS(705), + [anon_sym_RBRACK] = ACTIONS(741), + [anon_sym_LBRACE] = ACTIONS(707), + [anon_sym_EQ_GT] = ACTIONS(699), + [anon_sym_COLON] = ACTIONS(709), + [anon_sym_DOLLAR] = ACTIONS(711), + [anon_sym_PLUS] = ACTIONS(709), + [anon_sym_STAR] = ACTIONS(709), + [anon_sym_QMARK] = ACTIONS(699), + [anon_sym_u8] = ACTIONS(697), + [anon_sym_i8] = ACTIONS(697), + [anon_sym_u16] = ACTIONS(697), + [anon_sym_i16] = ACTIONS(697), + [anon_sym_u32] = ACTIONS(697), + [anon_sym_i32] = ACTIONS(697), + [anon_sym_u64] = ACTIONS(697), + [anon_sym_i64] = ACTIONS(697), + [anon_sym_u128] = ACTIONS(697), + [anon_sym_i128] = ACTIONS(697), + [anon_sym_isize] = ACTIONS(697), + [anon_sym_usize] = ACTIONS(697), + [anon_sym_f32] = ACTIONS(697), + [anon_sym_f64] = ACTIONS(697), + [anon_sym_bool] = ACTIONS(697), + [anon_sym_str] = ACTIONS(697), + [anon_sym_char] = ACTIONS(697), + [anon_sym_DASH] = ACTIONS(709), + [anon_sym_SLASH] = ACTIONS(709), + [anon_sym_PERCENT] = ACTIONS(709), + [anon_sym_CARET] = ACTIONS(709), + [anon_sym_BANG] = ACTIONS(709), + [anon_sym_AMP] = ACTIONS(709), + [anon_sym_PIPE] = ACTIONS(709), + [anon_sym_AMP_AMP] = ACTIONS(699), + [anon_sym_PIPE_PIPE] = ACTIONS(699), + [anon_sym_LT_LT] = ACTIONS(709), + [anon_sym_GT_GT] = ACTIONS(709), + [anon_sym_PLUS_EQ] = ACTIONS(699), + [anon_sym_DASH_EQ] = ACTIONS(699), + [anon_sym_STAR_EQ] = ACTIONS(699), + [anon_sym_SLASH_EQ] = ACTIONS(699), + [anon_sym_PERCENT_EQ] = ACTIONS(699), + [anon_sym_CARET_EQ] = ACTIONS(699), + [anon_sym_AMP_EQ] = ACTIONS(699), + [anon_sym_PIPE_EQ] = ACTIONS(699), + [anon_sym_LT_LT_EQ] = ACTIONS(699), + [anon_sym_GT_GT_EQ] = ACTIONS(699), + [anon_sym_EQ] = ACTIONS(709), + [anon_sym_EQ_EQ] = ACTIONS(699), + [anon_sym_BANG_EQ] = ACTIONS(699), + [anon_sym_GT] = ACTIONS(709), + [anon_sym_LT] = ACTIONS(709), + [anon_sym_GT_EQ] = ACTIONS(699), + [anon_sym_LT_EQ] = ACTIONS(699), + [anon_sym_AT] = ACTIONS(699), + [anon_sym__] = ACTIONS(709), + [anon_sym_DOT] = ACTIONS(709), + [anon_sym_DOT_DOT] = ACTIONS(709), + [anon_sym_DOT_DOT_DOT] = ACTIONS(699), + [anon_sym_DOT_DOT_EQ] = ACTIONS(699), + [anon_sym_COMMA] = ACTIONS(699), + [anon_sym_COLON_COLON] = ACTIONS(699), + [anon_sym_DASH_GT] = ACTIONS(699), + [anon_sym_POUND] = ACTIONS(699), + [anon_sym_SQUOTE] = ACTIONS(697), + [anon_sym_as] = ACTIONS(697), + [anon_sym_async] = ACTIONS(697), + [anon_sym_await] = ACTIONS(697), + [anon_sym_break] = ACTIONS(697), + [anon_sym_const] = ACTIONS(697), + [anon_sym_continue] = ACTIONS(697), + [anon_sym_default] = ACTIONS(697), + [anon_sym_enum] = ACTIONS(697), + [anon_sym_fn] = ACTIONS(697), + [anon_sym_for] = ACTIONS(697), + [anon_sym_gen] = ACTIONS(697), + [anon_sym_if] = ACTIONS(697), + [anon_sym_impl] = ACTIONS(697), + [anon_sym_let] = ACTIONS(697), + [anon_sym_loop] = ACTIONS(697), + [anon_sym_match] = ACTIONS(697), + [anon_sym_mod] = ACTIONS(697), + [anon_sym_pub] = ACTIONS(697), + [anon_sym_return] = ACTIONS(697), + [anon_sym_static] = ACTIONS(697), + [anon_sym_struct] = ACTIONS(697), + [anon_sym_trait] = ACTIONS(697), + [anon_sym_type] = ACTIONS(697), + [anon_sym_union] = ACTIONS(697), + [anon_sym_unsafe] = ACTIONS(697), + [anon_sym_use] = ACTIONS(697), + [anon_sym_where] = ACTIONS(697), + [anon_sym_while] = ACTIONS(697), + [sym_mutable_specifier] = ACTIONS(697), + [sym_integer_literal] = ACTIONS(713), + [aux_sym_string_literal_token1] = ACTIONS(715), + [sym_char_literal] = ACTIONS(713), + [anon_sym_true] = ACTIONS(717), + [anon_sym_false] = ACTIONS(717), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(697), + [sym_super] = ACTIONS(697), + [sym_crate] = ACTIONS(697), + [sym__raw_string_literal_start] = ACTIONS(719), + [sym_float_literal] = ACTIONS(713), }, [STATE(117)] = { - [sym_delim_token_tree] = STATE(205), - [sym__delim_tokens] = STATE(204), - [sym__non_delim_token] = STATE(205), - [sym__literal] = STATE(246), - [sym_string_literal] = STATE(226), - [sym_raw_string_literal] = STATE(226), - [sym_boolean_literal] = STATE(226), + [sym_delim_token_tree] = STATE(222), + [sym__delim_tokens] = STATE(223), + [sym__non_delim_token] = STATE(222), + [sym__literal] = STATE(221), + [sym_string_literal] = STATE(212), + [sym_raw_string_literal] = STATE(212), + [sym_boolean_literal] = STATE(212), [sym_line_comment] = STATE(117), [sym_block_comment] = STATE(117), - [aux_sym__non_special_token_repeat1] = STATE(175), - [aux_sym_delim_token_tree_repeat1] = STATE(83), - [sym_identifier] = ACTIONS(683), - [anon_sym_SEMI] = ACTIONS(685), - [anon_sym_LPAREN] = ACTIONS(687), - [anon_sym_LBRACK] = ACTIONS(691), - [anon_sym_RBRACK] = ACTIONS(743), - [anon_sym_LBRACE] = ACTIONS(693), - [anon_sym_EQ_GT] = ACTIONS(685), - [anon_sym_COLON] = ACTIONS(695), - [anon_sym_DOLLAR] = ACTIONS(697), - [anon_sym_PLUS] = ACTIONS(695), - [anon_sym_STAR] = ACTIONS(695), - [anon_sym_QMARK] = ACTIONS(685), - [anon_sym_u8] = ACTIONS(683), - [anon_sym_i8] = ACTIONS(683), - [anon_sym_u16] = ACTIONS(683), - [anon_sym_i16] = ACTIONS(683), - [anon_sym_u32] = ACTIONS(683), - [anon_sym_i32] = ACTIONS(683), - [anon_sym_u64] = ACTIONS(683), - [anon_sym_i64] = ACTIONS(683), - [anon_sym_u128] = ACTIONS(683), - [anon_sym_i128] = ACTIONS(683), - [anon_sym_isize] = ACTIONS(683), - [anon_sym_usize] = ACTIONS(683), - [anon_sym_f32] = ACTIONS(683), - [anon_sym_f64] = ACTIONS(683), - [anon_sym_bool] = ACTIONS(683), - [anon_sym_str] = ACTIONS(683), - [anon_sym_char] = ACTIONS(683), - [anon_sym_DASH] = ACTIONS(695), - [anon_sym_SLASH] = ACTIONS(695), - [anon_sym_PERCENT] = ACTIONS(695), - [anon_sym_CARET] = ACTIONS(695), - [anon_sym_BANG] = ACTIONS(695), - [anon_sym_AMP] = ACTIONS(695), - [anon_sym_PIPE] = ACTIONS(695), - [anon_sym_AMP_AMP] = ACTIONS(685), - [anon_sym_PIPE_PIPE] = ACTIONS(685), - [anon_sym_LT_LT] = ACTIONS(695), - [anon_sym_GT_GT] = ACTIONS(695), - [anon_sym_PLUS_EQ] = ACTIONS(685), - [anon_sym_DASH_EQ] = ACTIONS(685), - [anon_sym_STAR_EQ] = ACTIONS(685), - [anon_sym_SLASH_EQ] = ACTIONS(685), - [anon_sym_PERCENT_EQ] = ACTIONS(685), - [anon_sym_CARET_EQ] = ACTIONS(685), - [anon_sym_AMP_EQ] = ACTIONS(685), - [anon_sym_PIPE_EQ] = ACTIONS(685), - [anon_sym_LT_LT_EQ] = ACTIONS(685), - [anon_sym_GT_GT_EQ] = ACTIONS(685), - [anon_sym_EQ] = ACTIONS(695), - [anon_sym_EQ_EQ] = ACTIONS(685), - [anon_sym_BANG_EQ] = ACTIONS(685), - [anon_sym_GT] = ACTIONS(695), - [anon_sym_LT] = ACTIONS(695), - [anon_sym_GT_EQ] = ACTIONS(685), - [anon_sym_LT_EQ] = ACTIONS(685), - [anon_sym_AT] = ACTIONS(685), - [anon_sym__] = ACTIONS(695), - [anon_sym_DOT] = ACTIONS(695), - [anon_sym_DOT_DOT] = ACTIONS(695), - [anon_sym_DOT_DOT_DOT] = ACTIONS(685), - [anon_sym_DOT_DOT_EQ] = ACTIONS(685), - [anon_sym_COMMA] = ACTIONS(685), - [anon_sym_COLON_COLON] = ACTIONS(685), - [anon_sym_DASH_GT] = ACTIONS(685), - [anon_sym_POUND] = ACTIONS(685), - [anon_sym_SQUOTE] = ACTIONS(683), - [anon_sym_as] = ACTIONS(683), - [anon_sym_async] = ACTIONS(683), - [anon_sym_await] = ACTIONS(683), - [anon_sym_break] = ACTIONS(683), - [anon_sym_const] = ACTIONS(683), - [anon_sym_continue] = ACTIONS(683), - [anon_sym_default] = ACTIONS(683), - [anon_sym_enum] = ACTIONS(683), - [anon_sym_fn] = ACTIONS(683), - [anon_sym_for] = ACTIONS(683), - [anon_sym_gen] = ACTIONS(683), - [anon_sym_if] = ACTIONS(683), - [anon_sym_impl] = ACTIONS(683), - [anon_sym_let] = ACTIONS(683), - [anon_sym_loop] = ACTIONS(683), - [anon_sym_match] = ACTIONS(683), - [anon_sym_mod] = ACTIONS(683), - [anon_sym_pub] = ACTIONS(683), - [anon_sym_return] = ACTIONS(683), - [anon_sym_static] = ACTIONS(683), - [anon_sym_struct] = ACTIONS(683), - [anon_sym_trait] = ACTIONS(683), - [anon_sym_type] = ACTIONS(683), - [anon_sym_union] = ACTIONS(683), - [anon_sym_unsafe] = ACTIONS(683), - [anon_sym_use] = ACTIONS(683), - [anon_sym_where] = ACTIONS(683), - [anon_sym_while] = ACTIONS(683), - [sym_mutable_specifier] = ACTIONS(683), - [sym_integer_literal] = ACTIONS(699), - [aux_sym_string_literal_token1] = ACTIONS(701), - [sym_char_literal] = ACTIONS(699), - [anon_sym_true] = ACTIONS(703), - [anon_sym_false] = ACTIONS(703), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(683), - [sym_super] = ACTIONS(683), - [sym_crate] = ACTIONS(683), - [sym__raw_string_literal_start] = ACTIONS(705), - [sym_float_literal] = ACTIONS(699), + [aux_sym__non_special_token_repeat1] = STATE(195), + [aux_sym_delim_token_tree_repeat1] = STATE(73), + [sym_identifier] = ACTIONS(697), + [anon_sym_SEMI] = ACTIONS(699), + [anon_sym_LPAREN] = ACTIONS(701), + [anon_sym_LBRACK] = ACTIONS(705), + [anon_sym_LBRACE] = ACTIONS(707), + [anon_sym_RBRACE] = ACTIONS(741), + [anon_sym_EQ_GT] = ACTIONS(699), + [anon_sym_COLON] = ACTIONS(709), + [anon_sym_DOLLAR] = ACTIONS(711), + [anon_sym_PLUS] = ACTIONS(709), + [anon_sym_STAR] = ACTIONS(709), + [anon_sym_QMARK] = ACTIONS(699), + [anon_sym_u8] = ACTIONS(697), + [anon_sym_i8] = ACTIONS(697), + [anon_sym_u16] = ACTIONS(697), + [anon_sym_i16] = ACTIONS(697), + [anon_sym_u32] = ACTIONS(697), + [anon_sym_i32] = ACTIONS(697), + [anon_sym_u64] = ACTIONS(697), + [anon_sym_i64] = ACTIONS(697), + [anon_sym_u128] = ACTIONS(697), + [anon_sym_i128] = ACTIONS(697), + [anon_sym_isize] = ACTIONS(697), + [anon_sym_usize] = ACTIONS(697), + [anon_sym_f32] = ACTIONS(697), + [anon_sym_f64] = ACTIONS(697), + [anon_sym_bool] = ACTIONS(697), + [anon_sym_str] = ACTIONS(697), + [anon_sym_char] = ACTIONS(697), + [anon_sym_DASH] = ACTIONS(709), + [anon_sym_SLASH] = ACTIONS(709), + [anon_sym_PERCENT] = ACTIONS(709), + [anon_sym_CARET] = ACTIONS(709), + [anon_sym_BANG] = ACTIONS(709), + [anon_sym_AMP] = ACTIONS(709), + [anon_sym_PIPE] = ACTIONS(709), + [anon_sym_AMP_AMP] = ACTIONS(699), + [anon_sym_PIPE_PIPE] = ACTIONS(699), + [anon_sym_LT_LT] = ACTIONS(709), + [anon_sym_GT_GT] = ACTIONS(709), + [anon_sym_PLUS_EQ] = ACTIONS(699), + [anon_sym_DASH_EQ] = ACTIONS(699), + [anon_sym_STAR_EQ] = ACTIONS(699), + [anon_sym_SLASH_EQ] = ACTIONS(699), + [anon_sym_PERCENT_EQ] = ACTIONS(699), + [anon_sym_CARET_EQ] = ACTIONS(699), + [anon_sym_AMP_EQ] = ACTIONS(699), + [anon_sym_PIPE_EQ] = ACTIONS(699), + [anon_sym_LT_LT_EQ] = ACTIONS(699), + [anon_sym_GT_GT_EQ] = ACTIONS(699), + [anon_sym_EQ] = ACTIONS(709), + [anon_sym_EQ_EQ] = ACTIONS(699), + [anon_sym_BANG_EQ] = ACTIONS(699), + [anon_sym_GT] = ACTIONS(709), + [anon_sym_LT] = ACTIONS(709), + [anon_sym_GT_EQ] = ACTIONS(699), + [anon_sym_LT_EQ] = ACTIONS(699), + [anon_sym_AT] = ACTIONS(699), + [anon_sym__] = ACTIONS(709), + [anon_sym_DOT] = ACTIONS(709), + [anon_sym_DOT_DOT] = ACTIONS(709), + [anon_sym_DOT_DOT_DOT] = ACTIONS(699), + [anon_sym_DOT_DOT_EQ] = ACTIONS(699), + [anon_sym_COMMA] = ACTIONS(699), + [anon_sym_COLON_COLON] = ACTIONS(699), + [anon_sym_DASH_GT] = ACTIONS(699), + [anon_sym_POUND] = ACTIONS(699), + [anon_sym_SQUOTE] = ACTIONS(697), + [anon_sym_as] = ACTIONS(697), + [anon_sym_async] = ACTIONS(697), + [anon_sym_await] = ACTIONS(697), + [anon_sym_break] = ACTIONS(697), + [anon_sym_const] = ACTIONS(697), + [anon_sym_continue] = ACTIONS(697), + [anon_sym_default] = ACTIONS(697), + [anon_sym_enum] = ACTIONS(697), + [anon_sym_fn] = ACTIONS(697), + [anon_sym_for] = ACTIONS(697), + [anon_sym_gen] = ACTIONS(697), + [anon_sym_if] = ACTIONS(697), + [anon_sym_impl] = ACTIONS(697), + [anon_sym_let] = ACTIONS(697), + [anon_sym_loop] = ACTIONS(697), + [anon_sym_match] = ACTIONS(697), + [anon_sym_mod] = ACTIONS(697), + [anon_sym_pub] = ACTIONS(697), + [anon_sym_return] = ACTIONS(697), + [anon_sym_static] = ACTIONS(697), + [anon_sym_struct] = ACTIONS(697), + [anon_sym_trait] = ACTIONS(697), + [anon_sym_type] = ACTIONS(697), + [anon_sym_union] = ACTIONS(697), + [anon_sym_unsafe] = ACTIONS(697), + [anon_sym_use] = ACTIONS(697), + [anon_sym_where] = ACTIONS(697), + [anon_sym_while] = ACTIONS(697), + [sym_mutable_specifier] = ACTIONS(697), + [sym_integer_literal] = ACTIONS(713), + [aux_sym_string_literal_token1] = ACTIONS(715), + [sym_char_literal] = ACTIONS(713), + [anon_sym_true] = ACTIONS(717), + [anon_sym_false] = ACTIONS(717), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(697), + [sym_super] = ACTIONS(697), + [sym_crate] = ACTIONS(697), + [sym__raw_string_literal_start] = ACTIONS(719), + [sym_float_literal] = ACTIONS(713), }, [STATE(118)] = { - [sym_delim_token_tree] = STATE(205), - [sym__delim_tokens] = STATE(204), - [sym__non_delim_token] = STATE(205), - [sym__literal] = STATE(246), - [sym_string_literal] = STATE(226), - [sym_raw_string_literal] = STATE(226), - [sym_boolean_literal] = STATE(226), + [sym_delim_token_tree] = STATE(222), + [sym__delim_tokens] = STATE(223), + [sym__non_delim_token] = STATE(222), + [sym__literal] = STATE(221), + [sym_string_literal] = STATE(212), + [sym_raw_string_literal] = STATE(212), + [sym_boolean_literal] = STATE(212), [sym_line_comment] = STATE(118), [sym_block_comment] = STATE(118), - [aux_sym__non_special_token_repeat1] = STATE(175), - [aux_sym_delim_token_tree_repeat1] = STATE(83), - [sym_identifier] = ACTIONS(683), - [anon_sym_SEMI] = ACTIONS(685), - [anon_sym_LPAREN] = ACTIONS(687), - [anon_sym_LBRACK] = ACTIONS(691), - [anon_sym_LBRACE] = ACTIONS(693), - [anon_sym_RBRACE] = ACTIONS(743), - [anon_sym_EQ_GT] = ACTIONS(685), - [anon_sym_COLON] = ACTIONS(695), - [anon_sym_DOLLAR] = ACTIONS(697), - [anon_sym_PLUS] = ACTIONS(695), - [anon_sym_STAR] = ACTIONS(695), - [anon_sym_QMARK] = ACTIONS(685), - [anon_sym_u8] = ACTIONS(683), - [anon_sym_i8] = ACTIONS(683), - [anon_sym_u16] = ACTIONS(683), - [anon_sym_i16] = ACTIONS(683), - [anon_sym_u32] = ACTIONS(683), - [anon_sym_i32] = ACTIONS(683), - [anon_sym_u64] = ACTIONS(683), - [anon_sym_i64] = ACTIONS(683), - [anon_sym_u128] = ACTIONS(683), - [anon_sym_i128] = ACTIONS(683), - [anon_sym_isize] = ACTIONS(683), - [anon_sym_usize] = ACTIONS(683), - [anon_sym_f32] = ACTIONS(683), - [anon_sym_f64] = ACTIONS(683), - [anon_sym_bool] = ACTIONS(683), - [anon_sym_str] = ACTIONS(683), - [anon_sym_char] = ACTIONS(683), - [anon_sym_DASH] = ACTIONS(695), - [anon_sym_SLASH] = ACTIONS(695), - [anon_sym_PERCENT] = ACTIONS(695), - [anon_sym_CARET] = ACTIONS(695), - [anon_sym_BANG] = ACTIONS(695), - [anon_sym_AMP] = ACTIONS(695), - [anon_sym_PIPE] = ACTIONS(695), - [anon_sym_AMP_AMP] = ACTIONS(685), - [anon_sym_PIPE_PIPE] = ACTIONS(685), - [anon_sym_LT_LT] = ACTIONS(695), - [anon_sym_GT_GT] = ACTIONS(695), - [anon_sym_PLUS_EQ] = ACTIONS(685), - [anon_sym_DASH_EQ] = ACTIONS(685), - [anon_sym_STAR_EQ] = ACTIONS(685), - [anon_sym_SLASH_EQ] = ACTIONS(685), - [anon_sym_PERCENT_EQ] = ACTIONS(685), - [anon_sym_CARET_EQ] = ACTIONS(685), - [anon_sym_AMP_EQ] = ACTIONS(685), - [anon_sym_PIPE_EQ] = ACTIONS(685), - [anon_sym_LT_LT_EQ] = ACTIONS(685), - [anon_sym_GT_GT_EQ] = ACTIONS(685), - [anon_sym_EQ] = ACTIONS(695), - [anon_sym_EQ_EQ] = ACTIONS(685), - [anon_sym_BANG_EQ] = ACTIONS(685), - [anon_sym_GT] = ACTIONS(695), - [anon_sym_LT] = ACTIONS(695), - [anon_sym_GT_EQ] = ACTIONS(685), - [anon_sym_LT_EQ] = ACTIONS(685), - [anon_sym_AT] = ACTIONS(685), - [anon_sym__] = ACTIONS(695), - [anon_sym_DOT] = ACTIONS(695), - [anon_sym_DOT_DOT] = ACTIONS(695), - [anon_sym_DOT_DOT_DOT] = ACTIONS(685), - [anon_sym_DOT_DOT_EQ] = ACTIONS(685), - [anon_sym_COMMA] = ACTIONS(685), - [anon_sym_COLON_COLON] = ACTIONS(685), - [anon_sym_DASH_GT] = ACTIONS(685), - [anon_sym_POUND] = ACTIONS(685), - [anon_sym_SQUOTE] = ACTIONS(683), - [anon_sym_as] = ACTIONS(683), - [anon_sym_async] = ACTIONS(683), - [anon_sym_await] = ACTIONS(683), - [anon_sym_break] = ACTIONS(683), - [anon_sym_const] = ACTIONS(683), - [anon_sym_continue] = ACTIONS(683), - [anon_sym_default] = ACTIONS(683), - [anon_sym_enum] = ACTIONS(683), - [anon_sym_fn] = ACTIONS(683), - [anon_sym_for] = ACTIONS(683), - [anon_sym_gen] = ACTIONS(683), - [anon_sym_if] = ACTIONS(683), - [anon_sym_impl] = ACTIONS(683), - [anon_sym_let] = ACTIONS(683), - [anon_sym_loop] = ACTIONS(683), - [anon_sym_match] = ACTIONS(683), - [anon_sym_mod] = ACTIONS(683), - [anon_sym_pub] = ACTIONS(683), - [anon_sym_return] = ACTIONS(683), - [anon_sym_static] = ACTIONS(683), - [anon_sym_struct] = ACTIONS(683), - [anon_sym_trait] = ACTIONS(683), - [anon_sym_type] = ACTIONS(683), - [anon_sym_union] = ACTIONS(683), - [anon_sym_unsafe] = ACTIONS(683), - [anon_sym_use] = ACTIONS(683), - [anon_sym_where] = ACTIONS(683), - [anon_sym_while] = ACTIONS(683), - [sym_mutable_specifier] = ACTIONS(683), - [sym_integer_literal] = ACTIONS(699), - [aux_sym_string_literal_token1] = ACTIONS(701), - [sym_char_literal] = ACTIONS(699), - [anon_sym_true] = ACTIONS(703), - [anon_sym_false] = ACTIONS(703), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(683), - [sym_super] = ACTIONS(683), - [sym_crate] = ACTIONS(683), - [sym__raw_string_literal_start] = ACTIONS(705), - [sym_float_literal] = ACTIONS(699), + [aux_sym__non_special_token_repeat1] = STATE(195), + [aux_sym_delim_token_tree_repeat1] = STATE(73), + [sym_identifier] = ACTIONS(697), + [anon_sym_SEMI] = ACTIONS(699), + [anon_sym_LPAREN] = ACTIONS(701), + [anon_sym_RPAREN] = ACTIONS(743), + [anon_sym_LBRACK] = ACTIONS(705), + [anon_sym_LBRACE] = ACTIONS(707), + [anon_sym_EQ_GT] = ACTIONS(699), + [anon_sym_COLON] = ACTIONS(709), + [anon_sym_DOLLAR] = ACTIONS(711), + [anon_sym_PLUS] = ACTIONS(709), + [anon_sym_STAR] = ACTIONS(709), + [anon_sym_QMARK] = ACTIONS(699), + [anon_sym_u8] = ACTIONS(697), + [anon_sym_i8] = ACTIONS(697), + [anon_sym_u16] = ACTIONS(697), + [anon_sym_i16] = ACTIONS(697), + [anon_sym_u32] = ACTIONS(697), + [anon_sym_i32] = ACTIONS(697), + [anon_sym_u64] = ACTIONS(697), + [anon_sym_i64] = ACTIONS(697), + [anon_sym_u128] = ACTIONS(697), + [anon_sym_i128] = ACTIONS(697), + [anon_sym_isize] = ACTIONS(697), + [anon_sym_usize] = ACTIONS(697), + [anon_sym_f32] = ACTIONS(697), + [anon_sym_f64] = ACTIONS(697), + [anon_sym_bool] = ACTIONS(697), + [anon_sym_str] = ACTIONS(697), + [anon_sym_char] = ACTIONS(697), + [anon_sym_DASH] = ACTIONS(709), + [anon_sym_SLASH] = ACTIONS(709), + [anon_sym_PERCENT] = ACTIONS(709), + [anon_sym_CARET] = ACTIONS(709), + [anon_sym_BANG] = ACTIONS(709), + [anon_sym_AMP] = ACTIONS(709), + [anon_sym_PIPE] = ACTIONS(709), + [anon_sym_AMP_AMP] = ACTIONS(699), + [anon_sym_PIPE_PIPE] = ACTIONS(699), + [anon_sym_LT_LT] = ACTIONS(709), + [anon_sym_GT_GT] = ACTIONS(709), + [anon_sym_PLUS_EQ] = ACTIONS(699), + [anon_sym_DASH_EQ] = ACTIONS(699), + [anon_sym_STAR_EQ] = ACTIONS(699), + [anon_sym_SLASH_EQ] = ACTIONS(699), + [anon_sym_PERCENT_EQ] = ACTIONS(699), + [anon_sym_CARET_EQ] = ACTIONS(699), + [anon_sym_AMP_EQ] = ACTIONS(699), + [anon_sym_PIPE_EQ] = ACTIONS(699), + [anon_sym_LT_LT_EQ] = ACTIONS(699), + [anon_sym_GT_GT_EQ] = ACTIONS(699), + [anon_sym_EQ] = ACTIONS(709), + [anon_sym_EQ_EQ] = ACTIONS(699), + [anon_sym_BANG_EQ] = ACTIONS(699), + [anon_sym_GT] = ACTIONS(709), + [anon_sym_LT] = ACTIONS(709), + [anon_sym_GT_EQ] = ACTIONS(699), + [anon_sym_LT_EQ] = ACTIONS(699), + [anon_sym_AT] = ACTIONS(699), + [anon_sym__] = ACTIONS(709), + [anon_sym_DOT] = ACTIONS(709), + [anon_sym_DOT_DOT] = ACTIONS(709), + [anon_sym_DOT_DOT_DOT] = ACTIONS(699), + [anon_sym_DOT_DOT_EQ] = ACTIONS(699), + [anon_sym_COMMA] = ACTIONS(699), + [anon_sym_COLON_COLON] = ACTIONS(699), + [anon_sym_DASH_GT] = ACTIONS(699), + [anon_sym_POUND] = ACTIONS(699), + [anon_sym_SQUOTE] = ACTIONS(697), + [anon_sym_as] = ACTIONS(697), + [anon_sym_async] = ACTIONS(697), + [anon_sym_await] = ACTIONS(697), + [anon_sym_break] = ACTIONS(697), + [anon_sym_const] = ACTIONS(697), + [anon_sym_continue] = ACTIONS(697), + [anon_sym_default] = ACTIONS(697), + [anon_sym_enum] = ACTIONS(697), + [anon_sym_fn] = ACTIONS(697), + [anon_sym_for] = ACTIONS(697), + [anon_sym_gen] = ACTIONS(697), + [anon_sym_if] = ACTIONS(697), + [anon_sym_impl] = ACTIONS(697), + [anon_sym_let] = ACTIONS(697), + [anon_sym_loop] = ACTIONS(697), + [anon_sym_match] = ACTIONS(697), + [anon_sym_mod] = ACTIONS(697), + [anon_sym_pub] = ACTIONS(697), + [anon_sym_return] = ACTIONS(697), + [anon_sym_static] = ACTIONS(697), + [anon_sym_struct] = ACTIONS(697), + [anon_sym_trait] = ACTIONS(697), + [anon_sym_type] = ACTIONS(697), + [anon_sym_union] = ACTIONS(697), + [anon_sym_unsafe] = ACTIONS(697), + [anon_sym_use] = ACTIONS(697), + [anon_sym_where] = ACTIONS(697), + [anon_sym_while] = ACTIONS(697), + [sym_mutable_specifier] = ACTIONS(697), + [sym_integer_literal] = ACTIONS(713), + [aux_sym_string_literal_token1] = ACTIONS(715), + [sym_char_literal] = ACTIONS(713), + [anon_sym_true] = ACTIONS(717), + [anon_sym_false] = ACTIONS(717), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(697), + [sym_super] = ACTIONS(697), + [sym_crate] = ACTIONS(697), + [sym__raw_string_literal_start] = ACTIONS(719), + [sym_float_literal] = ACTIONS(713), }, [STATE(119)] = { - [sym_token_tree] = STATE(190), - [sym_token_repetition] = STATE(190), - [sym__literal] = STATE(190), - [sym_string_literal] = STATE(188), - [sym_raw_string_literal] = STATE(188), - [sym_boolean_literal] = STATE(188), + [sym_delim_token_tree] = STATE(222), + [sym__delim_tokens] = STATE(223), + [sym__non_delim_token] = STATE(222), + [sym__literal] = STATE(221), + [sym_string_literal] = STATE(212), + [sym_raw_string_literal] = STATE(212), + [sym_boolean_literal] = STATE(212), [sym_line_comment] = STATE(119), [sym_block_comment] = STATE(119), - [aux_sym_token_tree_repeat1] = STATE(82), - [aux_sym__non_special_token_repeat1] = STATE(153), - [sym_identifier] = ACTIONS(711), - [anon_sym_SEMI] = ACTIONS(576), - [anon_sym_LPAREN] = ACTIONS(713), - [anon_sym_LBRACK] = ACTIONS(717), - [anon_sym_RBRACK] = ACTIONS(739), - [anon_sym_LBRACE] = ACTIONS(719), - [anon_sym_EQ_GT] = ACTIONS(576), - [anon_sym_COLON] = ACTIONS(586), - [anon_sym_DOLLAR] = ACTIONS(721), - [anon_sym_PLUS] = ACTIONS(586), - [anon_sym_STAR] = ACTIONS(586), - [anon_sym_QMARK] = ACTIONS(576), - [anon_sym_u8] = ACTIONS(711), - [anon_sym_i8] = ACTIONS(711), - [anon_sym_u16] = ACTIONS(711), - [anon_sym_i16] = ACTIONS(711), - [anon_sym_u32] = ACTIONS(711), - [anon_sym_i32] = ACTIONS(711), - [anon_sym_u64] = ACTIONS(711), - [anon_sym_i64] = ACTIONS(711), - [anon_sym_u128] = ACTIONS(711), - [anon_sym_i128] = ACTIONS(711), - [anon_sym_isize] = ACTIONS(711), - [anon_sym_usize] = ACTIONS(711), - [anon_sym_f32] = ACTIONS(711), - [anon_sym_f64] = ACTIONS(711), - [anon_sym_bool] = ACTIONS(711), - [anon_sym_str] = ACTIONS(711), - [anon_sym_char] = ACTIONS(711), - [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(576), - [anon_sym_PIPE_PIPE] = ACTIONS(576), - [anon_sym_LT_LT] = ACTIONS(586), - [anon_sym_GT_GT] = ACTIONS(586), - [anon_sym_PLUS_EQ] = ACTIONS(576), - [anon_sym_DASH_EQ] = ACTIONS(576), - [anon_sym_STAR_EQ] = ACTIONS(576), - [anon_sym_SLASH_EQ] = ACTIONS(576), - [anon_sym_PERCENT_EQ] = ACTIONS(576), - [anon_sym_CARET_EQ] = ACTIONS(576), - [anon_sym_AMP_EQ] = ACTIONS(576), - [anon_sym_PIPE_EQ] = ACTIONS(576), - [anon_sym_LT_LT_EQ] = ACTIONS(576), - [anon_sym_GT_GT_EQ] = ACTIONS(576), - [anon_sym_EQ] = ACTIONS(586), - [anon_sym_EQ_EQ] = ACTIONS(576), - [anon_sym_BANG_EQ] = ACTIONS(576), - [anon_sym_GT] = ACTIONS(586), - [anon_sym_LT] = ACTIONS(586), - [anon_sym_GT_EQ] = ACTIONS(576), - [anon_sym_LT_EQ] = ACTIONS(576), - [anon_sym_AT] = ACTIONS(576), - [anon_sym__] = ACTIONS(586), - [anon_sym_DOT] = ACTIONS(586), - [anon_sym_DOT_DOT] = ACTIONS(586), - [anon_sym_DOT_DOT_DOT] = ACTIONS(576), - [anon_sym_DOT_DOT_EQ] = ACTIONS(576), - [anon_sym_COMMA] = ACTIONS(576), - [anon_sym_COLON_COLON] = ACTIONS(576), - [anon_sym_DASH_GT] = ACTIONS(576), - [anon_sym_POUND] = ACTIONS(576), - [anon_sym_SQUOTE] = ACTIONS(711), - [anon_sym_as] = ACTIONS(711), - [anon_sym_async] = ACTIONS(711), - [anon_sym_await] = ACTIONS(711), - [anon_sym_break] = ACTIONS(711), - [anon_sym_const] = ACTIONS(711), - [anon_sym_continue] = ACTIONS(711), - [anon_sym_default] = ACTIONS(711), - [anon_sym_enum] = ACTIONS(711), - [anon_sym_fn] = ACTIONS(711), - [anon_sym_for] = ACTIONS(711), - [anon_sym_gen] = ACTIONS(711), - [anon_sym_if] = ACTIONS(711), - [anon_sym_impl] = ACTIONS(711), - [anon_sym_let] = ACTIONS(711), - [anon_sym_loop] = ACTIONS(711), - [anon_sym_match] = ACTIONS(711), - [anon_sym_mod] = ACTIONS(711), - [anon_sym_pub] = ACTIONS(711), - [anon_sym_return] = ACTIONS(711), - [anon_sym_static] = ACTIONS(711), - [anon_sym_struct] = ACTIONS(711), - [anon_sym_trait] = ACTIONS(711), - [anon_sym_type] = ACTIONS(711), - [anon_sym_union] = ACTIONS(711), - [anon_sym_unsafe] = ACTIONS(711), - [anon_sym_use] = ACTIONS(711), - [anon_sym_where] = ACTIONS(711), - [anon_sym_while] = ACTIONS(711), - [sym_mutable_specifier] = ACTIONS(711), - [sym_integer_literal] = ACTIONS(590), - [aux_sym_string_literal_token1] = ACTIONS(592), - [sym_char_literal] = ACTIONS(590), - [anon_sym_true] = ACTIONS(594), - [anon_sym_false] = ACTIONS(594), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(711), - [sym_super] = ACTIONS(711), - [sym_crate] = ACTIONS(711), - [sym_metavariable] = ACTIONS(723), - [sym__raw_string_literal_start] = ACTIONS(598), - [sym_float_literal] = ACTIONS(590), + [aux_sym__non_special_token_repeat1] = STATE(195), + [aux_sym_delim_token_tree_repeat1] = STATE(123), + [sym_identifier] = ACTIONS(697), + [anon_sym_SEMI] = ACTIONS(699), + [anon_sym_LPAREN] = ACTIONS(701), + [anon_sym_RPAREN] = ACTIONS(745), + [anon_sym_LBRACK] = ACTIONS(705), + [anon_sym_LBRACE] = ACTIONS(707), + [anon_sym_EQ_GT] = ACTIONS(699), + [anon_sym_COLON] = ACTIONS(709), + [anon_sym_DOLLAR] = ACTIONS(711), + [anon_sym_PLUS] = ACTIONS(709), + [anon_sym_STAR] = ACTIONS(709), + [anon_sym_QMARK] = ACTIONS(699), + [anon_sym_u8] = ACTIONS(697), + [anon_sym_i8] = ACTIONS(697), + [anon_sym_u16] = ACTIONS(697), + [anon_sym_i16] = ACTIONS(697), + [anon_sym_u32] = ACTIONS(697), + [anon_sym_i32] = ACTIONS(697), + [anon_sym_u64] = ACTIONS(697), + [anon_sym_i64] = ACTIONS(697), + [anon_sym_u128] = ACTIONS(697), + [anon_sym_i128] = ACTIONS(697), + [anon_sym_isize] = ACTIONS(697), + [anon_sym_usize] = ACTIONS(697), + [anon_sym_f32] = ACTIONS(697), + [anon_sym_f64] = ACTIONS(697), + [anon_sym_bool] = ACTIONS(697), + [anon_sym_str] = ACTIONS(697), + [anon_sym_char] = ACTIONS(697), + [anon_sym_DASH] = ACTIONS(709), + [anon_sym_SLASH] = ACTIONS(709), + [anon_sym_PERCENT] = ACTIONS(709), + [anon_sym_CARET] = ACTIONS(709), + [anon_sym_BANG] = ACTIONS(709), + [anon_sym_AMP] = ACTIONS(709), + [anon_sym_PIPE] = ACTIONS(709), + [anon_sym_AMP_AMP] = ACTIONS(699), + [anon_sym_PIPE_PIPE] = ACTIONS(699), + [anon_sym_LT_LT] = ACTIONS(709), + [anon_sym_GT_GT] = ACTIONS(709), + [anon_sym_PLUS_EQ] = ACTIONS(699), + [anon_sym_DASH_EQ] = ACTIONS(699), + [anon_sym_STAR_EQ] = ACTIONS(699), + [anon_sym_SLASH_EQ] = ACTIONS(699), + [anon_sym_PERCENT_EQ] = ACTIONS(699), + [anon_sym_CARET_EQ] = ACTIONS(699), + [anon_sym_AMP_EQ] = ACTIONS(699), + [anon_sym_PIPE_EQ] = ACTIONS(699), + [anon_sym_LT_LT_EQ] = ACTIONS(699), + [anon_sym_GT_GT_EQ] = ACTIONS(699), + [anon_sym_EQ] = ACTIONS(709), + [anon_sym_EQ_EQ] = ACTIONS(699), + [anon_sym_BANG_EQ] = ACTIONS(699), + [anon_sym_GT] = ACTIONS(709), + [anon_sym_LT] = ACTIONS(709), + [anon_sym_GT_EQ] = ACTIONS(699), + [anon_sym_LT_EQ] = ACTIONS(699), + [anon_sym_AT] = ACTIONS(699), + [anon_sym__] = ACTIONS(709), + [anon_sym_DOT] = ACTIONS(709), + [anon_sym_DOT_DOT] = ACTIONS(709), + [anon_sym_DOT_DOT_DOT] = ACTIONS(699), + [anon_sym_DOT_DOT_EQ] = ACTIONS(699), + [anon_sym_COMMA] = ACTIONS(699), + [anon_sym_COLON_COLON] = ACTIONS(699), + [anon_sym_DASH_GT] = ACTIONS(699), + [anon_sym_POUND] = ACTIONS(699), + [anon_sym_SQUOTE] = ACTIONS(697), + [anon_sym_as] = ACTIONS(697), + [anon_sym_async] = ACTIONS(697), + [anon_sym_await] = ACTIONS(697), + [anon_sym_break] = ACTIONS(697), + [anon_sym_const] = ACTIONS(697), + [anon_sym_continue] = ACTIONS(697), + [anon_sym_default] = ACTIONS(697), + [anon_sym_enum] = ACTIONS(697), + [anon_sym_fn] = ACTIONS(697), + [anon_sym_for] = ACTIONS(697), + [anon_sym_gen] = ACTIONS(697), + [anon_sym_if] = ACTIONS(697), + [anon_sym_impl] = ACTIONS(697), + [anon_sym_let] = ACTIONS(697), + [anon_sym_loop] = ACTIONS(697), + [anon_sym_match] = ACTIONS(697), + [anon_sym_mod] = ACTIONS(697), + [anon_sym_pub] = ACTIONS(697), + [anon_sym_return] = ACTIONS(697), + [anon_sym_static] = ACTIONS(697), + [anon_sym_struct] = ACTIONS(697), + [anon_sym_trait] = ACTIONS(697), + [anon_sym_type] = ACTIONS(697), + [anon_sym_union] = ACTIONS(697), + [anon_sym_unsafe] = ACTIONS(697), + [anon_sym_use] = ACTIONS(697), + [anon_sym_where] = ACTIONS(697), + [anon_sym_while] = ACTIONS(697), + [sym_mutable_specifier] = ACTIONS(697), + [sym_integer_literal] = ACTIONS(713), + [aux_sym_string_literal_token1] = ACTIONS(715), + [sym_char_literal] = ACTIONS(713), + [anon_sym_true] = ACTIONS(717), + [anon_sym_false] = ACTIONS(717), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(697), + [sym_super] = ACTIONS(697), + [sym_crate] = ACTIONS(697), + [sym__raw_string_literal_start] = ACTIONS(719), + [sym_float_literal] = ACTIONS(713), }, [STATE(120)] = { - [sym_delim_token_tree] = STATE(205), - [sym__delim_tokens] = STATE(204), - [sym__non_delim_token] = STATE(205), - [sym__literal] = STATE(246), - [sym_string_literal] = STATE(226), - [sym_raw_string_literal] = STATE(226), - [sym_boolean_literal] = STATE(226), + [sym_delim_token_tree] = STATE(222), + [sym__delim_tokens] = STATE(223), + [sym__non_delim_token] = STATE(222), + [sym__literal] = STATE(221), + [sym_string_literal] = STATE(212), + [sym_raw_string_literal] = STATE(212), + [sym_boolean_literal] = STATE(212), [sym_line_comment] = STATE(120), [sym_block_comment] = STATE(120), - [aux_sym__non_special_token_repeat1] = STATE(175), - [aux_sym_delim_token_tree_repeat1] = STATE(132), - [sym_identifier] = ACTIONS(683), - [anon_sym_SEMI] = ACTIONS(685), - [anon_sym_LPAREN] = ACTIONS(687), - [anon_sym_RPAREN] = ACTIONS(745), - [anon_sym_LBRACK] = ACTIONS(691), - [anon_sym_LBRACE] = ACTIONS(693), - [anon_sym_EQ_GT] = ACTIONS(685), - [anon_sym_COLON] = ACTIONS(695), - [anon_sym_DOLLAR] = ACTIONS(697), - [anon_sym_PLUS] = ACTIONS(695), - [anon_sym_STAR] = ACTIONS(695), - [anon_sym_QMARK] = ACTIONS(685), - [anon_sym_u8] = ACTIONS(683), - [anon_sym_i8] = ACTIONS(683), - [anon_sym_u16] = ACTIONS(683), - [anon_sym_i16] = ACTIONS(683), - [anon_sym_u32] = ACTIONS(683), - [anon_sym_i32] = ACTIONS(683), - [anon_sym_u64] = ACTIONS(683), - [anon_sym_i64] = ACTIONS(683), - [anon_sym_u128] = ACTIONS(683), - [anon_sym_i128] = ACTIONS(683), - [anon_sym_isize] = ACTIONS(683), - [anon_sym_usize] = ACTIONS(683), - [anon_sym_f32] = ACTIONS(683), - [anon_sym_f64] = ACTIONS(683), - [anon_sym_bool] = ACTIONS(683), - [anon_sym_str] = ACTIONS(683), - [anon_sym_char] = ACTIONS(683), - [anon_sym_DASH] = ACTIONS(695), - [anon_sym_SLASH] = ACTIONS(695), - [anon_sym_PERCENT] = ACTIONS(695), - [anon_sym_CARET] = ACTIONS(695), - [anon_sym_BANG] = ACTIONS(695), - [anon_sym_AMP] = ACTIONS(695), - [anon_sym_PIPE] = ACTIONS(695), - [anon_sym_AMP_AMP] = ACTIONS(685), - [anon_sym_PIPE_PIPE] = ACTIONS(685), - [anon_sym_LT_LT] = ACTIONS(695), - [anon_sym_GT_GT] = ACTIONS(695), - [anon_sym_PLUS_EQ] = ACTIONS(685), - [anon_sym_DASH_EQ] = ACTIONS(685), - [anon_sym_STAR_EQ] = ACTIONS(685), - [anon_sym_SLASH_EQ] = ACTIONS(685), - [anon_sym_PERCENT_EQ] = ACTIONS(685), - [anon_sym_CARET_EQ] = ACTIONS(685), - [anon_sym_AMP_EQ] = ACTIONS(685), - [anon_sym_PIPE_EQ] = ACTIONS(685), - [anon_sym_LT_LT_EQ] = ACTIONS(685), - [anon_sym_GT_GT_EQ] = ACTIONS(685), - [anon_sym_EQ] = ACTIONS(695), - [anon_sym_EQ_EQ] = ACTIONS(685), - [anon_sym_BANG_EQ] = ACTIONS(685), - [anon_sym_GT] = ACTIONS(695), - [anon_sym_LT] = ACTIONS(695), - [anon_sym_GT_EQ] = ACTIONS(685), - [anon_sym_LT_EQ] = ACTIONS(685), - [anon_sym_AT] = ACTIONS(685), - [anon_sym__] = ACTIONS(695), - [anon_sym_DOT] = ACTIONS(695), - [anon_sym_DOT_DOT] = ACTIONS(695), - [anon_sym_DOT_DOT_DOT] = ACTIONS(685), - [anon_sym_DOT_DOT_EQ] = ACTIONS(685), - [anon_sym_COMMA] = ACTIONS(685), - [anon_sym_COLON_COLON] = ACTIONS(685), - [anon_sym_DASH_GT] = ACTIONS(685), - [anon_sym_POUND] = ACTIONS(685), - [anon_sym_SQUOTE] = ACTIONS(683), - [anon_sym_as] = ACTIONS(683), - [anon_sym_async] = ACTIONS(683), - [anon_sym_await] = ACTIONS(683), - [anon_sym_break] = ACTIONS(683), - [anon_sym_const] = ACTIONS(683), - [anon_sym_continue] = ACTIONS(683), - [anon_sym_default] = ACTIONS(683), - [anon_sym_enum] = ACTIONS(683), - [anon_sym_fn] = ACTIONS(683), - [anon_sym_for] = ACTIONS(683), - [anon_sym_gen] = ACTIONS(683), - [anon_sym_if] = ACTIONS(683), - [anon_sym_impl] = ACTIONS(683), - [anon_sym_let] = ACTIONS(683), - [anon_sym_loop] = ACTIONS(683), - [anon_sym_match] = ACTIONS(683), - [anon_sym_mod] = ACTIONS(683), - [anon_sym_pub] = ACTIONS(683), - [anon_sym_return] = ACTIONS(683), - [anon_sym_static] = ACTIONS(683), - [anon_sym_struct] = ACTIONS(683), - [anon_sym_trait] = ACTIONS(683), - [anon_sym_type] = ACTIONS(683), - [anon_sym_union] = ACTIONS(683), - [anon_sym_unsafe] = ACTIONS(683), - [anon_sym_use] = ACTIONS(683), - [anon_sym_where] = ACTIONS(683), - [anon_sym_while] = ACTIONS(683), - [sym_mutable_specifier] = ACTIONS(683), - [sym_integer_literal] = ACTIONS(699), - [aux_sym_string_literal_token1] = ACTIONS(701), - [sym_char_literal] = ACTIONS(699), - [anon_sym_true] = ACTIONS(703), - [anon_sym_false] = ACTIONS(703), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(683), - [sym_super] = ACTIONS(683), - [sym_crate] = ACTIONS(683), - [sym__raw_string_literal_start] = ACTIONS(705), - [sym_float_literal] = ACTIONS(699), + [aux_sym__non_special_token_repeat1] = STATE(195), + [aux_sym_delim_token_tree_repeat1] = STATE(124), + [sym_identifier] = ACTIONS(697), + [anon_sym_SEMI] = ACTIONS(699), + [anon_sym_LPAREN] = ACTIONS(701), + [anon_sym_LBRACK] = ACTIONS(705), + [anon_sym_RBRACK] = ACTIONS(745), + [anon_sym_LBRACE] = ACTIONS(707), + [anon_sym_EQ_GT] = ACTIONS(699), + [anon_sym_COLON] = ACTIONS(709), + [anon_sym_DOLLAR] = ACTIONS(711), + [anon_sym_PLUS] = ACTIONS(709), + [anon_sym_STAR] = ACTIONS(709), + [anon_sym_QMARK] = ACTIONS(699), + [anon_sym_u8] = ACTIONS(697), + [anon_sym_i8] = ACTIONS(697), + [anon_sym_u16] = ACTIONS(697), + [anon_sym_i16] = ACTIONS(697), + [anon_sym_u32] = ACTIONS(697), + [anon_sym_i32] = ACTIONS(697), + [anon_sym_u64] = ACTIONS(697), + [anon_sym_i64] = ACTIONS(697), + [anon_sym_u128] = ACTIONS(697), + [anon_sym_i128] = ACTIONS(697), + [anon_sym_isize] = ACTIONS(697), + [anon_sym_usize] = ACTIONS(697), + [anon_sym_f32] = ACTIONS(697), + [anon_sym_f64] = ACTIONS(697), + [anon_sym_bool] = ACTIONS(697), + [anon_sym_str] = ACTIONS(697), + [anon_sym_char] = ACTIONS(697), + [anon_sym_DASH] = ACTIONS(709), + [anon_sym_SLASH] = ACTIONS(709), + [anon_sym_PERCENT] = ACTIONS(709), + [anon_sym_CARET] = ACTIONS(709), + [anon_sym_BANG] = ACTIONS(709), + [anon_sym_AMP] = ACTIONS(709), + [anon_sym_PIPE] = ACTIONS(709), + [anon_sym_AMP_AMP] = ACTIONS(699), + [anon_sym_PIPE_PIPE] = ACTIONS(699), + [anon_sym_LT_LT] = ACTIONS(709), + [anon_sym_GT_GT] = ACTIONS(709), + [anon_sym_PLUS_EQ] = ACTIONS(699), + [anon_sym_DASH_EQ] = ACTIONS(699), + [anon_sym_STAR_EQ] = ACTIONS(699), + [anon_sym_SLASH_EQ] = ACTIONS(699), + [anon_sym_PERCENT_EQ] = ACTIONS(699), + [anon_sym_CARET_EQ] = ACTIONS(699), + [anon_sym_AMP_EQ] = ACTIONS(699), + [anon_sym_PIPE_EQ] = ACTIONS(699), + [anon_sym_LT_LT_EQ] = ACTIONS(699), + [anon_sym_GT_GT_EQ] = ACTIONS(699), + [anon_sym_EQ] = ACTIONS(709), + [anon_sym_EQ_EQ] = ACTIONS(699), + [anon_sym_BANG_EQ] = ACTIONS(699), + [anon_sym_GT] = ACTIONS(709), + [anon_sym_LT] = ACTIONS(709), + [anon_sym_GT_EQ] = ACTIONS(699), + [anon_sym_LT_EQ] = ACTIONS(699), + [anon_sym_AT] = ACTIONS(699), + [anon_sym__] = ACTIONS(709), + [anon_sym_DOT] = ACTIONS(709), + [anon_sym_DOT_DOT] = ACTIONS(709), + [anon_sym_DOT_DOT_DOT] = ACTIONS(699), + [anon_sym_DOT_DOT_EQ] = ACTIONS(699), + [anon_sym_COMMA] = ACTIONS(699), + [anon_sym_COLON_COLON] = ACTIONS(699), + [anon_sym_DASH_GT] = ACTIONS(699), + [anon_sym_POUND] = ACTIONS(699), + [anon_sym_SQUOTE] = ACTIONS(697), + [anon_sym_as] = ACTIONS(697), + [anon_sym_async] = ACTIONS(697), + [anon_sym_await] = ACTIONS(697), + [anon_sym_break] = ACTIONS(697), + [anon_sym_const] = ACTIONS(697), + [anon_sym_continue] = ACTIONS(697), + [anon_sym_default] = ACTIONS(697), + [anon_sym_enum] = ACTIONS(697), + [anon_sym_fn] = ACTIONS(697), + [anon_sym_for] = ACTIONS(697), + [anon_sym_gen] = ACTIONS(697), + [anon_sym_if] = ACTIONS(697), + [anon_sym_impl] = ACTIONS(697), + [anon_sym_let] = ACTIONS(697), + [anon_sym_loop] = ACTIONS(697), + [anon_sym_match] = ACTIONS(697), + [anon_sym_mod] = ACTIONS(697), + [anon_sym_pub] = ACTIONS(697), + [anon_sym_return] = ACTIONS(697), + [anon_sym_static] = ACTIONS(697), + [anon_sym_struct] = ACTIONS(697), + [anon_sym_trait] = ACTIONS(697), + [anon_sym_type] = ACTIONS(697), + [anon_sym_union] = ACTIONS(697), + [anon_sym_unsafe] = ACTIONS(697), + [anon_sym_use] = ACTIONS(697), + [anon_sym_where] = ACTIONS(697), + [anon_sym_while] = ACTIONS(697), + [sym_mutable_specifier] = ACTIONS(697), + [sym_integer_literal] = ACTIONS(713), + [aux_sym_string_literal_token1] = ACTIONS(715), + [sym_char_literal] = ACTIONS(713), + [anon_sym_true] = ACTIONS(717), + [anon_sym_false] = ACTIONS(717), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(697), + [sym_super] = ACTIONS(697), + [sym_crate] = ACTIONS(697), + [sym__raw_string_literal_start] = ACTIONS(719), + [sym_float_literal] = ACTIONS(713), }, [STATE(121)] = { - [sym_delim_token_tree] = STATE(205), - [sym__delim_tokens] = STATE(204), - [sym__non_delim_token] = STATE(205), - [sym__literal] = STATE(246), - [sym_string_literal] = STATE(226), - [sym_raw_string_literal] = STATE(226), - [sym_boolean_literal] = STATE(226), + [sym_delim_token_tree] = STATE(222), + [sym__delim_tokens] = STATE(223), + [sym__non_delim_token] = STATE(222), + [sym__literal] = STATE(221), + [sym_string_literal] = STATE(212), + [sym_raw_string_literal] = STATE(212), + [sym_boolean_literal] = STATE(212), [sym_line_comment] = STATE(121), [sym_block_comment] = STATE(121), - [aux_sym__non_special_token_repeat1] = STATE(175), - [aux_sym_delim_token_tree_repeat1] = STATE(108), - [sym_identifier] = ACTIONS(683), - [anon_sym_SEMI] = ACTIONS(685), - [anon_sym_LPAREN] = ACTIONS(687), - [anon_sym_LBRACK] = ACTIONS(691), - [anon_sym_RBRACK] = ACTIONS(745), - [anon_sym_LBRACE] = ACTIONS(693), - [anon_sym_EQ_GT] = ACTIONS(685), - [anon_sym_COLON] = ACTIONS(695), - [anon_sym_DOLLAR] = ACTIONS(697), - [anon_sym_PLUS] = ACTIONS(695), - [anon_sym_STAR] = ACTIONS(695), - [anon_sym_QMARK] = ACTIONS(685), - [anon_sym_u8] = ACTIONS(683), - [anon_sym_i8] = ACTIONS(683), - [anon_sym_u16] = ACTIONS(683), - [anon_sym_i16] = ACTIONS(683), - [anon_sym_u32] = ACTIONS(683), - [anon_sym_i32] = ACTIONS(683), - [anon_sym_u64] = ACTIONS(683), - [anon_sym_i64] = ACTIONS(683), - [anon_sym_u128] = ACTIONS(683), - [anon_sym_i128] = ACTIONS(683), - [anon_sym_isize] = ACTIONS(683), - [anon_sym_usize] = ACTIONS(683), - [anon_sym_f32] = ACTIONS(683), - [anon_sym_f64] = ACTIONS(683), - [anon_sym_bool] = ACTIONS(683), - [anon_sym_str] = ACTIONS(683), - [anon_sym_char] = ACTIONS(683), - [anon_sym_DASH] = ACTIONS(695), - [anon_sym_SLASH] = ACTIONS(695), - [anon_sym_PERCENT] = ACTIONS(695), - [anon_sym_CARET] = ACTIONS(695), - [anon_sym_BANG] = ACTIONS(695), - [anon_sym_AMP] = ACTIONS(695), - [anon_sym_PIPE] = ACTIONS(695), - [anon_sym_AMP_AMP] = ACTIONS(685), - [anon_sym_PIPE_PIPE] = ACTIONS(685), - [anon_sym_LT_LT] = ACTIONS(695), - [anon_sym_GT_GT] = ACTIONS(695), - [anon_sym_PLUS_EQ] = ACTIONS(685), - [anon_sym_DASH_EQ] = ACTIONS(685), - [anon_sym_STAR_EQ] = ACTIONS(685), - [anon_sym_SLASH_EQ] = ACTIONS(685), - [anon_sym_PERCENT_EQ] = ACTIONS(685), - [anon_sym_CARET_EQ] = ACTIONS(685), - [anon_sym_AMP_EQ] = ACTIONS(685), - [anon_sym_PIPE_EQ] = ACTIONS(685), - [anon_sym_LT_LT_EQ] = ACTIONS(685), - [anon_sym_GT_GT_EQ] = ACTIONS(685), - [anon_sym_EQ] = ACTIONS(695), - [anon_sym_EQ_EQ] = ACTIONS(685), - [anon_sym_BANG_EQ] = ACTIONS(685), - [anon_sym_GT] = ACTIONS(695), - [anon_sym_LT] = ACTIONS(695), - [anon_sym_GT_EQ] = ACTIONS(685), - [anon_sym_LT_EQ] = ACTIONS(685), - [anon_sym_AT] = ACTIONS(685), - [anon_sym__] = ACTIONS(695), - [anon_sym_DOT] = ACTIONS(695), - [anon_sym_DOT_DOT] = ACTIONS(695), - [anon_sym_DOT_DOT_DOT] = ACTIONS(685), - [anon_sym_DOT_DOT_EQ] = ACTIONS(685), - [anon_sym_COMMA] = ACTIONS(685), - [anon_sym_COLON_COLON] = ACTIONS(685), - [anon_sym_DASH_GT] = ACTIONS(685), - [anon_sym_POUND] = ACTIONS(685), - [anon_sym_SQUOTE] = ACTIONS(683), - [anon_sym_as] = ACTIONS(683), - [anon_sym_async] = ACTIONS(683), - [anon_sym_await] = ACTIONS(683), - [anon_sym_break] = ACTIONS(683), - [anon_sym_const] = ACTIONS(683), - [anon_sym_continue] = ACTIONS(683), - [anon_sym_default] = ACTIONS(683), - [anon_sym_enum] = ACTIONS(683), - [anon_sym_fn] = ACTIONS(683), - [anon_sym_for] = ACTIONS(683), - [anon_sym_gen] = ACTIONS(683), - [anon_sym_if] = ACTIONS(683), - [anon_sym_impl] = ACTIONS(683), - [anon_sym_let] = ACTIONS(683), - [anon_sym_loop] = ACTIONS(683), - [anon_sym_match] = ACTIONS(683), - [anon_sym_mod] = ACTIONS(683), - [anon_sym_pub] = ACTIONS(683), - [anon_sym_return] = ACTIONS(683), - [anon_sym_static] = ACTIONS(683), - [anon_sym_struct] = ACTIONS(683), - [anon_sym_trait] = ACTIONS(683), - [anon_sym_type] = ACTIONS(683), - [anon_sym_union] = ACTIONS(683), - [anon_sym_unsafe] = ACTIONS(683), - [anon_sym_use] = ACTIONS(683), - [anon_sym_where] = ACTIONS(683), - [anon_sym_while] = ACTIONS(683), - [sym_mutable_specifier] = ACTIONS(683), - [sym_integer_literal] = ACTIONS(699), - [aux_sym_string_literal_token1] = ACTIONS(701), - [sym_char_literal] = ACTIONS(699), - [anon_sym_true] = ACTIONS(703), - [anon_sym_false] = ACTIONS(703), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(683), - [sym_super] = ACTIONS(683), - [sym_crate] = ACTIONS(683), - [sym__raw_string_literal_start] = ACTIONS(705), - [sym_float_literal] = ACTIONS(699), + [aux_sym__non_special_token_repeat1] = STATE(195), + [aux_sym_delim_token_tree_repeat1] = STATE(125), + [sym_identifier] = ACTIONS(697), + [anon_sym_SEMI] = ACTIONS(699), + [anon_sym_LPAREN] = ACTIONS(701), + [anon_sym_LBRACK] = ACTIONS(705), + [anon_sym_LBRACE] = ACTIONS(707), + [anon_sym_RBRACE] = ACTIONS(745), + [anon_sym_EQ_GT] = ACTIONS(699), + [anon_sym_COLON] = ACTIONS(709), + [anon_sym_DOLLAR] = ACTIONS(711), + [anon_sym_PLUS] = ACTIONS(709), + [anon_sym_STAR] = ACTIONS(709), + [anon_sym_QMARK] = ACTIONS(699), + [anon_sym_u8] = ACTIONS(697), + [anon_sym_i8] = ACTIONS(697), + [anon_sym_u16] = ACTIONS(697), + [anon_sym_i16] = ACTIONS(697), + [anon_sym_u32] = ACTIONS(697), + [anon_sym_i32] = ACTIONS(697), + [anon_sym_u64] = ACTIONS(697), + [anon_sym_i64] = ACTIONS(697), + [anon_sym_u128] = ACTIONS(697), + [anon_sym_i128] = ACTIONS(697), + [anon_sym_isize] = ACTIONS(697), + [anon_sym_usize] = ACTIONS(697), + [anon_sym_f32] = ACTIONS(697), + [anon_sym_f64] = ACTIONS(697), + [anon_sym_bool] = ACTIONS(697), + [anon_sym_str] = ACTIONS(697), + [anon_sym_char] = ACTIONS(697), + [anon_sym_DASH] = ACTIONS(709), + [anon_sym_SLASH] = ACTIONS(709), + [anon_sym_PERCENT] = ACTIONS(709), + [anon_sym_CARET] = ACTIONS(709), + [anon_sym_BANG] = ACTIONS(709), + [anon_sym_AMP] = ACTIONS(709), + [anon_sym_PIPE] = ACTIONS(709), + [anon_sym_AMP_AMP] = ACTIONS(699), + [anon_sym_PIPE_PIPE] = ACTIONS(699), + [anon_sym_LT_LT] = ACTIONS(709), + [anon_sym_GT_GT] = ACTIONS(709), + [anon_sym_PLUS_EQ] = ACTIONS(699), + [anon_sym_DASH_EQ] = ACTIONS(699), + [anon_sym_STAR_EQ] = ACTIONS(699), + [anon_sym_SLASH_EQ] = ACTIONS(699), + [anon_sym_PERCENT_EQ] = ACTIONS(699), + [anon_sym_CARET_EQ] = ACTIONS(699), + [anon_sym_AMP_EQ] = ACTIONS(699), + [anon_sym_PIPE_EQ] = ACTIONS(699), + [anon_sym_LT_LT_EQ] = ACTIONS(699), + [anon_sym_GT_GT_EQ] = ACTIONS(699), + [anon_sym_EQ] = ACTIONS(709), + [anon_sym_EQ_EQ] = ACTIONS(699), + [anon_sym_BANG_EQ] = ACTIONS(699), + [anon_sym_GT] = ACTIONS(709), + [anon_sym_LT] = ACTIONS(709), + [anon_sym_GT_EQ] = ACTIONS(699), + [anon_sym_LT_EQ] = ACTIONS(699), + [anon_sym_AT] = ACTIONS(699), + [anon_sym__] = ACTIONS(709), + [anon_sym_DOT] = ACTIONS(709), + [anon_sym_DOT_DOT] = ACTIONS(709), + [anon_sym_DOT_DOT_DOT] = ACTIONS(699), + [anon_sym_DOT_DOT_EQ] = ACTIONS(699), + [anon_sym_COMMA] = ACTIONS(699), + [anon_sym_COLON_COLON] = ACTIONS(699), + [anon_sym_DASH_GT] = ACTIONS(699), + [anon_sym_POUND] = ACTIONS(699), + [anon_sym_SQUOTE] = ACTIONS(697), + [anon_sym_as] = ACTIONS(697), + [anon_sym_async] = ACTIONS(697), + [anon_sym_await] = ACTIONS(697), + [anon_sym_break] = ACTIONS(697), + [anon_sym_const] = ACTIONS(697), + [anon_sym_continue] = ACTIONS(697), + [anon_sym_default] = ACTIONS(697), + [anon_sym_enum] = ACTIONS(697), + [anon_sym_fn] = ACTIONS(697), + [anon_sym_for] = ACTIONS(697), + [anon_sym_gen] = ACTIONS(697), + [anon_sym_if] = ACTIONS(697), + [anon_sym_impl] = ACTIONS(697), + [anon_sym_let] = ACTIONS(697), + [anon_sym_loop] = ACTIONS(697), + [anon_sym_match] = ACTIONS(697), + [anon_sym_mod] = ACTIONS(697), + [anon_sym_pub] = ACTIONS(697), + [anon_sym_return] = ACTIONS(697), + [anon_sym_static] = ACTIONS(697), + [anon_sym_struct] = ACTIONS(697), + [anon_sym_trait] = ACTIONS(697), + [anon_sym_type] = ACTIONS(697), + [anon_sym_union] = ACTIONS(697), + [anon_sym_unsafe] = ACTIONS(697), + [anon_sym_use] = ACTIONS(697), + [anon_sym_where] = ACTIONS(697), + [anon_sym_while] = ACTIONS(697), + [sym_mutable_specifier] = ACTIONS(697), + [sym_integer_literal] = ACTIONS(713), + [aux_sym_string_literal_token1] = ACTIONS(715), + [sym_char_literal] = ACTIONS(713), + [anon_sym_true] = ACTIONS(717), + [anon_sym_false] = ACTIONS(717), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(697), + [sym_super] = ACTIONS(697), + [sym_crate] = ACTIONS(697), + [sym__raw_string_literal_start] = ACTIONS(719), + [sym_float_literal] = ACTIONS(713), }, [STATE(122)] = { - [sym_delim_token_tree] = STATE(205), - [sym__delim_tokens] = STATE(204), - [sym__non_delim_token] = STATE(205), - [sym__literal] = STATE(246), - [sym_string_literal] = STATE(226), - [sym_raw_string_literal] = STATE(226), - [sym_boolean_literal] = STATE(226), + [sym_delim_token_tree] = STATE(222), + [sym__delim_tokens] = STATE(223), + [sym__non_delim_token] = STATE(222), + [sym__literal] = STATE(221), + [sym_string_literal] = STATE(212), + [sym_raw_string_literal] = STATE(212), + [sym_boolean_literal] = STATE(212), [sym_line_comment] = STATE(122), [sym_block_comment] = STATE(122), - [aux_sym__non_special_token_repeat1] = STATE(175), - [aux_sym_delim_token_tree_repeat1] = STATE(84), - [sym_identifier] = ACTIONS(683), - [anon_sym_SEMI] = ACTIONS(685), - [anon_sym_LPAREN] = ACTIONS(687), - [anon_sym_RPAREN] = ACTIONS(747), - [anon_sym_LBRACK] = ACTIONS(691), - [anon_sym_LBRACE] = ACTIONS(693), - [anon_sym_EQ_GT] = ACTIONS(685), - [anon_sym_COLON] = ACTIONS(695), - [anon_sym_DOLLAR] = ACTIONS(697), - [anon_sym_PLUS] = ACTIONS(695), - [anon_sym_STAR] = ACTIONS(695), - [anon_sym_QMARK] = ACTIONS(685), - [anon_sym_u8] = ACTIONS(683), - [anon_sym_i8] = ACTIONS(683), - [anon_sym_u16] = ACTIONS(683), - [anon_sym_i16] = ACTIONS(683), - [anon_sym_u32] = ACTIONS(683), - [anon_sym_i32] = ACTIONS(683), - [anon_sym_u64] = ACTIONS(683), - [anon_sym_i64] = ACTIONS(683), - [anon_sym_u128] = ACTIONS(683), - [anon_sym_i128] = ACTIONS(683), - [anon_sym_isize] = ACTIONS(683), - [anon_sym_usize] = ACTIONS(683), - [anon_sym_f32] = ACTIONS(683), - [anon_sym_f64] = ACTIONS(683), - [anon_sym_bool] = ACTIONS(683), - [anon_sym_str] = ACTIONS(683), - [anon_sym_char] = ACTIONS(683), - [anon_sym_DASH] = ACTIONS(695), - [anon_sym_SLASH] = ACTIONS(695), - [anon_sym_PERCENT] = ACTIONS(695), - [anon_sym_CARET] = ACTIONS(695), - [anon_sym_BANG] = ACTIONS(695), - [anon_sym_AMP] = ACTIONS(695), - [anon_sym_PIPE] = ACTIONS(695), - [anon_sym_AMP_AMP] = ACTIONS(685), - [anon_sym_PIPE_PIPE] = ACTIONS(685), - [anon_sym_LT_LT] = ACTIONS(695), - [anon_sym_GT_GT] = ACTIONS(695), - [anon_sym_PLUS_EQ] = ACTIONS(685), - [anon_sym_DASH_EQ] = ACTIONS(685), - [anon_sym_STAR_EQ] = ACTIONS(685), - [anon_sym_SLASH_EQ] = ACTIONS(685), - [anon_sym_PERCENT_EQ] = ACTIONS(685), - [anon_sym_CARET_EQ] = ACTIONS(685), - [anon_sym_AMP_EQ] = ACTIONS(685), - [anon_sym_PIPE_EQ] = ACTIONS(685), - [anon_sym_LT_LT_EQ] = ACTIONS(685), - [anon_sym_GT_GT_EQ] = ACTIONS(685), - [anon_sym_EQ] = ACTIONS(695), - [anon_sym_EQ_EQ] = ACTIONS(685), - [anon_sym_BANG_EQ] = ACTIONS(685), - [anon_sym_GT] = ACTIONS(695), - [anon_sym_LT] = ACTIONS(695), - [anon_sym_GT_EQ] = ACTIONS(685), - [anon_sym_LT_EQ] = ACTIONS(685), - [anon_sym_AT] = ACTIONS(685), - [anon_sym__] = ACTIONS(695), - [anon_sym_DOT] = ACTIONS(695), - [anon_sym_DOT_DOT] = ACTIONS(695), - [anon_sym_DOT_DOT_DOT] = ACTIONS(685), - [anon_sym_DOT_DOT_EQ] = ACTIONS(685), - [anon_sym_COMMA] = ACTIONS(685), - [anon_sym_COLON_COLON] = ACTIONS(685), - [anon_sym_DASH_GT] = ACTIONS(685), - [anon_sym_POUND] = ACTIONS(685), - [anon_sym_SQUOTE] = ACTIONS(683), - [anon_sym_as] = ACTIONS(683), - [anon_sym_async] = ACTIONS(683), - [anon_sym_await] = ACTIONS(683), - [anon_sym_break] = ACTIONS(683), - [anon_sym_const] = ACTIONS(683), - [anon_sym_continue] = ACTIONS(683), - [anon_sym_default] = ACTIONS(683), - [anon_sym_enum] = ACTIONS(683), - [anon_sym_fn] = ACTIONS(683), - [anon_sym_for] = ACTIONS(683), - [anon_sym_gen] = ACTIONS(683), - [anon_sym_if] = ACTIONS(683), - [anon_sym_impl] = ACTIONS(683), - [anon_sym_let] = ACTIONS(683), - [anon_sym_loop] = ACTIONS(683), - [anon_sym_match] = ACTIONS(683), - [anon_sym_mod] = ACTIONS(683), - [anon_sym_pub] = ACTIONS(683), - [anon_sym_return] = ACTIONS(683), - [anon_sym_static] = ACTIONS(683), - [anon_sym_struct] = ACTIONS(683), - [anon_sym_trait] = ACTIONS(683), - [anon_sym_type] = ACTIONS(683), - [anon_sym_union] = ACTIONS(683), - [anon_sym_unsafe] = ACTIONS(683), - [anon_sym_use] = ACTIONS(683), - [anon_sym_where] = ACTIONS(683), - [anon_sym_while] = ACTIONS(683), - [sym_mutable_specifier] = ACTIONS(683), - [sym_integer_literal] = ACTIONS(699), - [aux_sym_string_literal_token1] = ACTIONS(701), - [sym_char_literal] = ACTIONS(699), - [anon_sym_true] = ACTIONS(703), - [anon_sym_false] = ACTIONS(703), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(683), - [sym_super] = ACTIONS(683), - [sym_crate] = ACTIONS(683), - [sym__raw_string_literal_start] = ACTIONS(705), - [sym_float_literal] = ACTIONS(699), + [aux_sym__non_special_token_repeat1] = STATE(195), + [aux_sym_delim_token_tree_repeat1] = STATE(73), + [sym_identifier] = ACTIONS(697), + [anon_sym_SEMI] = ACTIONS(699), + [anon_sym_LPAREN] = ACTIONS(701), + [anon_sym_LBRACK] = ACTIONS(705), + [anon_sym_RBRACK] = ACTIONS(743), + [anon_sym_LBRACE] = ACTIONS(707), + [anon_sym_EQ_GT] = ACTIONS(699), + [anon_sym_COLON] = ACTIONS(709), + [anon_sym_DOLLAR] = ACTIONS(711), + [anon_sym_PLUS] = ACTIONS(709), + [anon_sym_STAR] = ACTIONS(709), + [anon_sym_QMARK] = ACTIONS(699), + [anon_sym_u8] = ACTIONS(697), + [anon_sym_i8] = ACTIONS(697), + [anon_sym_u16] = ACTIONS(697), + [anon_sym_i16] = ACTIONS(697), + [anon_sym_u32] = ACTIONS(697), + [anon_sym_i32] = ACTIONS(697), + [anon_sym_u64] = ACTIONS(697), + [anon_sym_i64] = ACTIONS(697), + [anon_sym_u128] = ACTIONS(697), + [anon_sym_i128] = ACTIONS(697), + [anon_sym_isize] = ACTIONS(697), + [anon_sym_usize] = ACTIONS(697), + [anon_sym_f32] = ACTIONS(697), + [anon_sym_f64] = ACTIONS(697), + [anon_sym_bool] = ACTIONS(697), + [anon_sym_str] = ACTIONS(697), + [anon_sym_char] = ACTIONS(697), + [anon_sym_DASH] = ACTIONS(709), + [anon_sym_SLASH] = ACTIONS(709), + [anon_sym_PERCENT] = ACTIONS(709), + [anon_sym_CARET] = ACTIONS(709), + [anon_sym_BANG] = ACTIONS(709), + [anon_sym_AMP] = ACTIONS(709), + [anon_sym_PIPE] = ACTIONS(709), + [anon_sym_AMP_AMP] = ACTIONS(699), + [anon_sym_PIPE_PIPE] = ACTIONS(699), + [anon_sym_LT_LT] = ACTIONS(709), + [anon_sym_GT_GT] = ACTIONS(709), + [anon_sym_PLUS_EQ] = ACTIONS(699), + [anon_sym_DASH_EQ] = ACTIONS(699), + [anon_sym_STAR_EQ] = ACTIONS(699), + [anon_sym_SLASH_EQ] = ACTIONS(699), + [anon_sym_PERCENT_EQ] = ACTIONS(699), + [anon_sym_CARET_EQ] = ACTIONS(699), + [anon_sym_AMP_EQ] = ACTIONS(699), + [anon_sym_PIPE_EQ] = ACTIONS(699), + [anon_sym_LT_LT_EQ] = ACTIONS(699), + [anon_sym_GT_GT_EQ] = ACTIONS(699), + [anon_sym_EQ] = ACTIONS(709), + [anon_sym_EQ_EQ] = ACTIONS(699), + [anon_sym_BANG_EQ] = ACTIONS(699), + [anon_sym_GT] = ACTIONS(709), + [anon_sym_LT] = ACTIONS(709), + [anon_sym_GT_EQ] = ACTIONS(699), + [anon_sym_LT_EQ] = ACTIONS(699), + [anon_sym_AT] = ACTIONS(699), + [anon_sym__] = ACTIONS(709), + [anon_sym_DOT] = ACTIONS(709), + [anon_sym_DOT_DOT] = ACTIONS(709), + [anon_sym_DOT_DOT_DOT] = ACTIONS(699), + [anon_sym_DOT_DOT_EQ] = ACTIONS(699), + [anon_sym_COMMA] = ACTIONS(699), + [anon_sym_COLON_COLON] = ACTIONS(699), + [anon_sym_DASH_GT] = ACTIONS(699), + [anon_sym_POUND] = ACTIONS(699), + [anon_sym_SQUOTE] = ACTIONS(697), + [anon_sym_as] = ACTIONS(697), + [anon_sym_async] = ACTIONS(697), + [anon_sym_await] = ACTIONS(697), + [anon_sym_break] = ACTIONS(697), + [anon_sym_const] = ACTIONS(697), + [anon_sym_continue] = ACTIONS(697), + [anon_sym_default] = ACTIONS(697), + [anon_sym_enum] = ACTIONS(697), + [anon_sym_fn] = ACTIONS(697), + [anon_sym_for] = ACTIONS(697), + [anon_sym_gen] = ACTIONS(697), + [anon_sym_if] = ACTIONS(697), + [anon_sym_impl] = ACTIONS(697), + [anon_sym_let] = ACTIONS(697), + [anon_sym_loop] = ACTIONS(697), + [anon_sym_match] = ACTIONS(697), + [anon_sym_mod] = ACTIONS(697), + [anon_sym_pub] = ACTIONS(697), + [anon_sym_return] = ACTIONS(697), + [anon_sym_static] = ACTIONS(697), + [anon_sym_struct] = ACTIONS(697), + [anon_sym_trait] = ACTIONS(697), + [anon_sym_type] = ACTIONS(697), + [anon_sym_union] = ACTIONS(697), + [anon_sym_unsafe] = ACTIONS(697), + [anon_sym_use] = ACTIONS(697), + [anon_sym_where] = ACTIONS(697), + [anon_sym_while] = ACTIONS(697), + [sym_mutable_specifier] = ACTIONS(697), + [sym_integer_literal] = ACTIONS(713), + [aux_sym_string_literal_token1] = ACTIONS(715), + [sym_char_literal] = ACTIONS(713), + [anon_sym_true] = ACTIONS(717), + [anon_sym_false] = ACTIONS(717), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(697), + [sym_super] = ACTIONS(697), + [sym_crate] = ACTIONS(697), + [sym__raw_string_literal_start] = ACTIONS(719), + [sym_float_literal] = ACTIONS(713), }, [STATE(123)] = { - [sym_delim_token_tree] = STATE(205), - [sym__delim_tokens] = STATE(204), - [sym__non_delim_token] = STATE(205), - [sym__literal] = STATE(246), - [sym_string_literal] = STATE(226), - [sym_raw_string_literal] = STATE(226), - [sym_boolean_literal] = STATE(226), + [sym_delim_token_tree] = STATE(222), + [sym__delim_tokens] = STATE(223), + [sym__non_delim_token] = STATE(222), + [sym__literal] = STATE(221), + [sym_string_literal] = STATE(212), + [sym_raw_string_literal] = STATE(212), + [sym_boolean_literal] = STATE(212), [sym_line_comment] = STATE(123), [sym_block_comment] = STATE(123), - [aux_sym__non_special_token_repeat1] = STATE(175), - [aux_sym_delim_token_tree_repeat1] = STATE(126), - [sym_identifier] = ACTIONS(683), - [anon_sym_SEMI] = ACTIONS(685), - [anon_sym_LPAREN] = ACTIONS(687), - [anon_sym_LBRACK] = ACTIONS(691), - [anon_sym_RBRACK] = ACTIONS(747), - [anon_sym_LBRACE] = ACTIONS(693), - [anon_sym_EQ_GT] = ACTIONS(685), - [anon_sym_COLON] = ACTIONS(695), - [anon_sym_DOLLAR] = ACTIONS(697), - [anon_sym_PLUS] = ACTIONS(695), - [anon_sym_STAR] = ACTIONS(695), - [anon_sym_QMARK] = ACTIONS(685), - [anon_sym_u8] = ACTIONS(683), - [anon_sym_i8] = ACTIONS(683), - [anon_sym_u16] = ACTIONS(683), - [anon_sym_i16] = ACTIONS(683), - [anon_sym_u32] = ACTIONS(683), - [anon_sym_i32] = ACTIONS(683), - [anon_sym_u64] = ACTIONS(683), - [anon_sym_i64] = ACTIONS(683), - [anon_sym_u128] = ACTIONS(683), - [anon_sym_i128] = ACTIONS(683), - [anon_sym_isize] = ACTIONS(683), - [anon_sym_usize] = ACTIONS(683), - [anon_sym_f32] = ACTIONS(683), - [anon_sym_f64] = ACTIONS(683), - [anon_sym_bool] = ACTIONS(683), - [anon_sym_str] = ACTIONS(683), - [anon_sym_char] = ACTIONS(683), - [anon_sym_DASH] = ACTIONS(695), - [anon_sym_SLASH] = ACTIONS(695), - [anon_sym_PERCENT] = ACTIONS(695), - [anon_sym_CARET] = ACTIONS(695), - [anon_sym_BANG] = ACTIONS(695), - [anon_sym_AMP] = ACTIONS(695), - [anon_sym_PIPE] = ACTIONS(695), - [anon_sym_AMP_AMP] = ACTIONS(685), - [anon_sym_PIPE_PIPE] = ACTIONS(685), - [anon_sym_LT_LT] = ACTIONS(695), - [anon_sym_GT_GT] = ACTIONS(695), - [anon_sym_PLUS_EQ] = ACTIONS(685), - [anon_sym_DASH_EQ] = ACTIONS(685), - [anon_sym_STAR_EQ] = ACTIONS(685), - [anon_sym_SLASH_EQ] = ACTIONS(685), - [anon_sym_PERCENT_EQ] = ACTIONS(685), - [anon_sym_CARET_EQ] = ACTIONS(685), - [anon_sym_AMP_EQ] = ACTIONS(685), - [anon_sym_PIPE_EQ] = ACTIONS(685), - [anon_sym_LT_LT_EQ] = ACTIONS(685), - [anon_sym_GT_GT_EQ] = ACTIONS(685), - [anon_sym_EQ] = ACTIONS(695), - [anon_sym_EQ_EQ] = ACTIONS(685), - [anon_sym_BANG_EQ] = ACTIONS(685), - [anon_sym_GT] = ACTIONS(695), - [anon_sym_LT] = ACTIONS(695), - [anon_sym_GT_EQ] = ACTIONS(685), - [anon_sym_LT_EQ] = ACTIONS(685), - [anon_sym_AT] = ACTIONS(685), - [anon_sym__] = ACTIONS(695), - [anon_sym_DOT] = ACTIONS(695), - [anon_sym_DOT_DOT] = ACTIONS(695), - [anon_sym_DOT_DOT_DOT] = ACTIONS(685), - [anon_sym_DOT_DOT_EQ] = ACTIONS(685), - [anon_sym_COMMA] = ACTIONS(685), - [anon_sym_COLON_COLON] = ACTIONS(685), - [anon_sym_DASH_GT] = ACTIONS(685), - [anon_sym_POUND] = ACTIONS(685), - [anon_sym_SQUOTE] = ACTIONS(683), - [anon_sym_as] = ACTIONS(683), - [anon_sym_async] = ACTIONS(683), - [anon_sym_await] = ACTIONS(683), - [anon_sym_break] = ACTIONS(683), - [anon_sym_const] = ACTIONS(683), - [anon_sym_continue] = ACTIONS(683), - [anon_sym_default] = ACTIONS(683), - [anon_sym_enum] = ACTIONS(683), - [anon_sym_fn] = ACTIONS(683), - [anon_sym_for] = ACTIONS(683), - [anon_sym_gen] = ACTIONS(683), - [anon_sym_if] = ACTIONS(683), - [anon_sym_impl] = ACTIONS(683), - [anon_sym_let] = ACTIONS(683), - [anon_sym_loop] = ACTIONS(683), - [anon_sym_match] = ACTIONS(683), - [anon_sym_mod] = ACTIONS(683), - [anon_sym_pub] = ACTIONS(683), - [anon_sym_return] = ACTIONS(683), - [anon_sym_static] = ACTIONS(683), - [anon_sym_struct] = ACTIONS(683), - [anon_sym_trait] = ACTIONS(683), - [anon_sym_type] = ACTIONS(683), - [anon_sym_union] = ACTIONS(683), - [anon_sym_unsafe] = ACTIONS(683), - [anon_sym_use] = ACTIONS(683), - [anon_sym_where] = ACTIONS(683), - [anon_sym_while] = ACTIONS(683), - [sym_mutable_specifier] = ACTIONS(683), - [sym_integer_literal] = ACTIONS(699), - [aux_sym_string_literal_token1] = ACTIONS(701), - [sym_char_literal] = ACTIONS(699), - [anon_sym_true] = ACTIONS(703), - [anon_sym_false] = ACTIONS(703), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(683), - [sym_super] = ACTIONS(683), - [sym_crate] = ACTIONS(683), - [sym__raw_string_literal_start] = ACTIONS(705), - [sym_float_literal] = ACTIONS(699), + [aux_sym__non_special_token_repeat1] = STATE(195), + [aux_sym_delim_token_tree_repeat1] = STATE(73), + [sym_identifier] = ACTIONS(697), + [anon_sym_SEMI] = ACTIONS(699), + [anon_sym_LPAREN] = ACTIONS(701), + [anon_sym_RPAREN] = ACTIONS(747), + [anon_sym_LBRACK] = ACTIONS(705), + [anon_sym_LBRACE] = ACTIONS(707), + [anon_sym_EQ_GT] = ACTIONS(699), + [anon_sym_COLON] = ACTIONS(709), + [anon_sym_DOLLAR] = ACTIONS(711), + [anon_sym_PLUS] = ACTIONS(709), + [anon_sym_STAR] = ACTIONS(709), + [anon_sym_QMARK] = ACTIONS(699), + [anon_sym_u8] = ACTIONS(697), + [anon_sym_i8] = ACTIONS(697), + [anon_sym_u16] = ACTIONS(697), + [anon_sym_i16] = ACTIONS(697), + [anon_sym_u32] = ACTIONS(697), + [anon_sym_i32] = ACTIONS(697), + [anon_sym_u64] = ACTIONS(697), + [anon_sym_i64] = ACTIONS(697), + [anon_sym_u128] = ACTIONS(697), + [anon_sym_i128] = ACTIONS(697), + [anon_sym_isize] = ACTIONS(697), + [anon_sym_usize] = ACTIONS(697), + [anon_sym_f32] = ACTIONS(697), + [anon_sym_f64] = ACTIONS(697), + [anon_sym_bool] = ACTIONS(697), + [anon_sym_str] = ACTIONS(697), + [anon_sym_char] = ACTIONS(697), + [anon_sym_DASH] = ACTIONS(709), + [anon_sym_SLASH] = ACTIONS(709), + [anon_sym_PERCENT] = ACTIONS(709), + [anon_sym_CARET] = ACTIONS(709), + [anon_sym_BANG] = ACTIONS(709), + [anon_sym_AMP] = ACTIONS(709), + [anon_sym_PIPE] = ACTIONS(709), + [anon_sym_AMP_AMP] = ACTIONS(699), + [anon_sym_PIPE_PIPE] = ACTIONS(699), + [anon_sym_LT_LT] = ACTIONS(709), + [anon_sym_GT_GT] = ACTIONS(709), + [anon_sym_PLUS_EQ] = ACTIONS(699), + [anon_sym_DASH_EQ] = ACTIONS(699), + [anon_sym_STAR_EQ] = ACTIONS(699), + [anon_sym_SLASH_EQ] = ACTIONS(699), + [anon_sym_PERCENT_EQ] = ACTIONS(699), + [anon_sym_CARET_EQ] = ACTIONS(699), + [anon_sym_AMP_EQ] = ACTIONS(699), + [anon_sym_PIPE_EQ] = ACTIONS(699), + [anon_sym_LT_LT_EQ] = ACTIONS(699), + [anon_sym_GT_GT_EQ] = ACTIONS(699), + [anon_sym_EQ] = ACTIONS(709), + [anon_sym_EQ_EQ] = ACTIONS(699), + [anon_sym_BANG_EQ] = ACTIONS(699), + [anon_sym_GT] = ACTIONS(709), + [anon_sym_LT] = ACTIONS(709), + [anon_sym_GT_EQ] = ACTIONS(699), + [anon_sym_LT_EQ] = ACTIONS(699), + [anon_sym_AT] = ACTIONS(699), + [anon_sym__] = ACTIONS(709), + [anon_sym_DOT] = ACTIONS(709), + [anon_sym_DOT_DOT] = ACTIONS(709), + [anon_sym_DOT_DOT_DOT] = ACTIONS(699), + [anon_sym_DOT_DOT_EQ] = ACTIONS(699), + [anon_sym_COMMA] = ACTIONS(699), + [anon_sym_COLON_COLON] = ACTIONS(699), + [anon_sym_DASH_GT] = ACTIONS(699), + [anon_sym_POUND] = ACTIONS(699), + [anon_sym_SQUOTE] = ACTIONS(697), + [anon_sym_as] = ACTIONS(697), + [anon_sym_async] = ACTIONS(697), + [anon_sym_await] = ACTIONS(697), + [anon_sym_break] = ACTIONS(697), + [anon_sym_const] = ACTIONS(697), + [anon_sym_continue] = ACTIONS(697), + [anon_sym_default] = ACTIONS(697), + [anon_sym_enum] = ACTIONS(697), + [anon_sym_fn] = ACTIONS(697), + [anon_sym_for] = ACTIONS(697), + [anon_sym_gen] = ACTIONS(697), + [anon_sym_if] = ACTIONS(697), + [anon_sym_impl] = ACTIONS(697), + [anon_sym_let] = ACTIONS(697), + [anon_sym_loop] = ACTIONS(697), + [anon_sym_match] = ACTIONS(697), + [anon_sym_mod] = ACTIONS(697), + [anon_sym_pub] = ACTIONS(697), + [anon_sym_return] = ACTIONS(697), + [anon_sym_static] = ACTIONS(697), + [anon_sym_struct] = ACTIONS(697), + [anon_sym_trait] = ACTIONS(697), + [anon_sym_type] = ACTIONS(697), + [anon_sym_union] = ACTIONS(697), + [anon_sym_unsafe] = ACTIONS(697), + [anon_sym_use] = ACTIONS(697), + [anon_sym_where] = ACTIONS(697), + [anon_sym_while] = ACTIONS(697), + [sym_mutable_specifier] = ACTIONS(697), + [sym_integer_literal] = ACTIONS(713), + [aux_sym_string_literal_token1] = ACTIONS(715), + [sym_char_literal] = ACTIONS(713), + [anon_sym_true] = ACTIONS(717), + [anon_sym_false] = ACTIONS(717), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(697), + [sym_super] = ACTIONS(697), + [sym_crate] = ACTIONS(697), + [sym__raw_string_literal_start] = ACTIONS(719), + [sym_float_literal] = ACTIONS(713), }, [STATE(124)] = { - [sym_delim_token_tree] = STATE(205), - [sym__delim_tokens] = STATE(204), - [sym__non_delim_token] = STATE(205), - [sym__literal] = STATE(246), - [sym_string_literal] = STATE(226), - [sym_raw_string_literal] = STATE(226), - [sym_boolean_literal] = STATE(226), + [sym_delim_token_tree] = STATE(222), + [sym__delim_tokens] = STATE(223), + [sym__non_delim_token] = STATE(222), + [sym__literal] = STATE(221), + [sym_string_literal] = STATE(212), + [sym_raw_string_literal] = STATE(212), + [sym_boolean_literal] = STATE(212), [sym_line_comment] = STATE(124), [sym_block_comment] = STATE(124), - [aux_sym__non_special_token_repeat1] = STATE(175), - [aux_sym_delim_token_tree_repeat1] = STATE(127), - [sym_identifier] = ACTIONS(683), - [anon_sym_SEMI] = ACTIONS(685), - [anon_sym_LPAREN] = ACTIONS(687), - [anon_sym_LBRACK] = ACTIONS(691), - [anon_sym_LBRACE] = ACTIONS(693), - [anon_sym_RBRACE] = ACTIONS(747), - [anon_sym_EQ_GT] = ACTIONS(685), - [anon_sym_COLON] = ACTIONS(695), - [anon_sym_DOLLAR] = ACTIONS(697), - [anon_sym_PLUS] = ACTIONS(695), - [anon_sym_STAR] = ACTIONS(695), - [anon_sym_QMARK] = ACTIONS(685), - [anon_sym_u8] = ACTIONS(683), - [anon_sym_i8] = ACTIONS(683), - [anon_sym_u16] = ACTIONS(683), - [anon_sym_i16] = ACTIONS(683), - [anon_sym_u32] = ACTIONS(683), - [anon_sym_i32] = ACTIONS(683), - [anon_sym_u64] = ACTIONS(683), - [anon_sym_i64] = ACTIONS(683), - [anon_sym_u128] = ACTIONS(683), - [anon_sym_i128] = ACTIONS(683), - [anon_sym_isize] = ACTIONS(683), - [anon_sym_usize] = ACTIONS(683), - [anon_sym_f32] = ACTIONS(683), - [anon_sym_f64] = ACTIONS(683), - [anon_sym_bool] = ACTIONS(683), - [anon_sym_str] = ACTIONS(683), - [anon_sym_char] = ACTIONS(683), - [anon_sym_DASH] = ACTIONS(695), - [anon_sym_SLASH] = ACTIONS(695), - [anon_sym_PERCENT] = ACTIONS(695), - [anon_sym_CARET] = ACTIONS(695), - [anon_sym_BANG] = ACTIONS(695), - [anon_sym_AMP] = ACTIONS(695), - [anon_sym_PIPE] = ACTIONS(695), - [anon_sym_AMP_AMP] = ACTIONS(685), - [anon_sym_PIPE_PIPE] = ACTIONS(685), - [anon_sym_LT_LT] = ACTIONS(695), - [anon_sym_GT_GT] = ACTIONS(695), - [anon_sym_PLUS_EQ] = ACTIONS(685), - [anon_sym_DASH_EQ] = ACTIONS(685), - [anon_sym_STAR_EQ] = ACTIONS(685), - [anon_sym_SLASH_EQ] = ACTIONS(685), - [anon_sym_PERCENT_EQ] = ACTIONS(685), - [anon_sym_CARET_EQ] = ACTIONS(685), - [anon_sym_AMP_EQ] = ACTIONS(685), - [anon_sym_PIPE_EQ] = ACTIONS(685), - [anon_sym_LT_LT_EQ] = ACTIONS(685), - [anon_sym_GT_GT_EQ] = ACTIONS(685), - [anon_sym_EQ] = ACTIONS(695), - [anon_sym_EQ_EQ] = ACTIONS(685), - [anon_sym_BANG_EQ] = ACTIONS(685), - [anon_sym_GT] = ACTIONS(695), - [anon_sym_LT] = ACTIONS(695), - [anon_sym_GT_EQ] = ACTIONS(685), - [anon_sym_LT_EQ] = ACTIONS(685), - [anon_sym_AT] = ACTIONS(685), - [anon_sym__] = ACTIONS(695), - [anon_sym_DOT] = ACTIONS(695), - [anon_sym_DOT_DOT] = ACTIONS(695), - [anon_sym_DOT_DOT_DOT] = ACTIONS(685), - [anon_sym_DOT_DOT_EQ] = ACTIONS(685), - [anon_sym_COMMA] = ACTIONS(685), - [anon_sym_COLON_COLON] = ACTIONS(685), - [anon_sym_DASH_GT] = ACTIONS(685), - [anon_sym_POUND] = ACTIONS(685), - [anon_sym_SQUOTE] = ACTIONS(683), - [anon_sym_as] = ACTIONS(683), - [anon_sym_async] = ACTIONS(683), - [anon_sym_await] = ACTIONS(683), - [anon_sym_break] = ACTIONS(683), - [anon_sym_const] = ACTIONS(683), - [anon_sym_continue] = ACTIONS(683), - [anon_sym_default] = ACTIONS(683), - [anon_sym_enum] = ACTIONS(683), - [anon_sym_fn] = ACTIONS(683), - [anon_sym_for] = ACTIONS(683), - [anon_sym_gen] = ACTIONS(683), - [anon_sym_if] = ACTIONS(683), - [anon_sym_impl] = ACTIONS(683), - [anon_sym_let] = ACTIONS(683), - [anon_sym_loop] = ACTIONS(683), - [anon_sym_match] = ACTIONS(683), - [anon_sym_mod] = ACTIONS(683), - [anon_sym_pub] = ACTIONS(683), - [anon_sym_return] = ACTIONS(683), - [anon_sym_static] = ACTIONS(683), - [anon_sym_struct] = ACTIONS(683), - [anon_sym_trait] = ACTIONS(683), - [anon_sym_type] = ACTIONS(683), - [anon_sym_union] = ACTIONS(683), - [anon_sym_unsafe] = ACTIONS(683), - [anon_sym_use] = ACTIONS(683), - [anon_sym_where] = ACTIONS(683), - [anon_sym_while] = ACTIONS(683), - [sym_mutable_specifier] = ACTIONS(683), - [sym_integer_literal] = ACTIONS(699), - [aux_sym_string_literal_token1] = ACTIONS(701), - [sym_char_literal] = ACTIONS(699), - [anon_sym_true] = ACTIONS(703), - [anon_sym_false] = ACTIONS(703), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(683), - [sym_super] = ACTIONS(683), - [sym_crate] = ACTIONS(683), - [sym__raw_string_literal_start] = ACTIONS(705), - [sym_float_literal] = ACTIONS(699), + [aux_sym__non_special_token_repeat1] = STATE(195), + [aux_sym_delim_token_tree_repeat1] = STATE(73), + [sym_identifier] = ACTIONS(697), + [anon_sym_SEMI] = ACTIONS(699), + [anon_sym_LPAREN] = ACTIONS(701), + [anon_sym_LBRACK] = ACTIONS(705), + [anon_sym_RBRACK] = ACTIONS(747), + [anon_sym_LBRACE] = ACTIONS(707), + [anon_sym_EQ_GT] = ACTIONS(699), + [anon_sym_COLON] = ACTIONS(709), + [anon_sym_DOLLAR] = ACTIONS(711), + [anon_sym_PLUS] = ACTIONS(709), + [anon_sym_STAR] = ACTIONS(709), + [anon_sym_QMARK] = ACTIONS(699), + [anon_sym_u8] = ACTIONS(697), + [anon_sym_i8] = ACTIONS(697), + [anon_sym_u16] = ACTIONS(697), + [anon_sym_i16] = ACTIONS(697), + [anon_sym_u32] = ACTIONS(697), + [anon_sym_i32] = ACTIONS(697), + [anon_sym_u64] = ACTIONS(697), + [anon_sym_i64] = ACTIONS(697), + [anon_sym_u128] = ACTIONS(697), + [anon_sym_i128] = ACTIONS(697), + [anon_sym_isize] = ACTIONS(697), + [anon_sym_usize] = ACTIONS(697), + [anon_sym_f32] = ACTIONS(697), + [anon_sym_f64] = ACTIONS(697), + [anon_sym_bool] = ACTIONS(697), + [anon_sym_str] = ACTIONS(697), + [anon_sym_char] = ACTIONS(697), + [anon_sym_DASH] = ACTIONS(709), + [anon_sym_SLASH] = ACTIONS(709), + [anon_sym_PERCENT] = ACTIONS(709), + [anon_sym_CARET] = ACTIONS(709), + [anon_sym_BANG] = ACTIONS(709), + [anon_sym_AMP] = ACTIONS(709), + [anon_sym_PIPE] = ACTIONS(709), + [anon_sym_AMP_AMP] = ACTIONS(699), + [anon_sym_PIPE_PIPE] = ACTIONS(699), + [anon_sym_LT_LT] = ACTIONS(709), + [anon_sym_GT_GT] = ACTIONS(709), + [anon_sym_PLUS_EQ] = ACTIONS(699), + [anon_sym_DASH_EQ] = ACTIONS(699), + [anon_sym_STAR_EQ] = ACTIONS(699), + [anon_sym_SLASH_EQ] = ACTIONS(699), + [anon_sym_PERCENT_EQ] = ACTIONS(699), + [anon_sym_CARET_EQ] = ACTIONS(699), + [anon_sym_AMP_EQ] = ACTIONS(699), + [anon_sym_PIPE_EQ] = ACTIONS(699), + [anon_sym_LT_LT_EQ] = ACTIONS(699), + [anon_sym_GT_GT_EQ] = ACTIONS(699), + [anon_sym_EQ] = ACTIONS(709), + [anon_sym_EQ_EQ] = ACTIONS(699), + [anon_sym_BANG_EQ] = ACTIONS(699), + [anon_sym_GT] = ACTIONS(709), + [anon_sym_LT] = ACTIONS(709), + [anon_sym_GT_EQ] = ACTIONS(699), + [anon_sym_LT_EQ] = ACTIONS(699), + [anon_sym_AT] = ACTIONS(699), + [anon_sym__] = ACTIONS(709), + [anon_sym_DOT] = ACTIONS(709), + [anon_sym_DOT_DOT] = ACTIONS(709), + [anon_sym_DOT_DOT_DOT] = ACTIONS(699), + [anon_sym_DOT_DOT_EQ] = ACTIONS(699), + [anon_sym_COMMA] = ACTIONS(699), + [anon_sym_COLON_COLON] = ACTIONS(699), + [anon_sym_DASH_GT] = ACTIONS(699), + [anon_sym_POUND] = ACTIONS(699), + [anon_sym_SQUOTE] = ACTIONS(697), + [anon_sym_as] = ACTIONS(697), + [anon_sym_async] = ACTIONS(697), + [anon_sym_await] = ACTIONS(697), + [anon_sym_break] = ACTIONS(697), + [anon_sym_const] = ACTIONS(697), + [anon_sym_continue] = ACTIONS(697), + [anon_sym_default] = ACTIONS(697), + [anon_sym_enum] = ACTIONS(697), + [anon_sym_fn] = ACTIONS(697), + [anon_sym_for] = ACTIONS(697), + [anon_sym_gen] = ACTIONS(697), + [anon_sym_if] = ACTIONS(697), + [anon_sym_impl] = ACTIONS(697), + [anon_sym_let] = ACTIONS(697), + [anon_sym_loop] = ACTIONS(697), + [anon_sym_match] = ACTIONS(697), + [anon_sym_mod] = ACTIONS(697), + [anon_sym_pub] = ACTIONS(697), + [anon_sym_return] = ACTIONS(697), + [anon_sym_static] = ACTIONS(697), + [anon_sym_struct] = ACTIONS(697), + [anon_sym_trait] = ACTIONS(697), + [anon_sym_type] = ACTIONS(697), + [anon_sym_union] = ACTIONS(697), + [anon_sym_unsafe] = ACTIONS(697), + [anon_sym_use] = ACTIONS(697), + [anon_sym_where] = ACTIONS(697), + [anon_sym_while] = ACTIONS(697), + [sym_mutable_specifier] = ACTIONS(697), + [sym_integer_literal] = ACTIONS(713), + [aux_sym_string_literal_token1] = ACTIONS(715), + [sym_char_literal] = ACTIONS(713), + [anon_sym_true] = ACTIONS(717), + [anon_sym_false] = ACTIONS(717), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(697), + [sym_super] = ACTIONS(697), + [sym_crate] = ACTIONS(697), + [sym__raw_string_literal_start] = ACTIONS(719), + [sym_float_literal] = ACTIONS(713), }, [STATE(125)] = { - [sym_delim_token_tree] = STATE(205), - [sym__delim_tokens] = STATE(204), - [sym__non_delim_token] = STATE(205), - [sym__literal] = STATE(246), - [sym_string_literal] = STATE(226), - [sym_raw_string_literal] = STATE(226), - [sym_boolean_literal] = STATE(226), + [sym_delim_token_tree] = STATE(222), + [sym__delim_tokens] = STATE(223), + [sym__non_delim_token] = STATE(222), + [sym__literal] = STATE(221), + [sym_string_literal] = STATE(212), + [sym_raw_string_literal] = STATE(212), + [sym_boolean_literal] = STATE(212), [sym_line_comment] = STATE(125), [sym_block_comment] = STATE(125), - [aux_sym__non_special_token_repeat1] = STATE(175), - [aux_sym_delim_token_tree_repeat1] = STATE(85), - [sym_identifier] = ACTIONS(683), - [anon_sym_SEMI] = ACTIONS(685), - [anon_sym_LPAREN] = ACTIONS(687), - [anon_sym_LBRACK] = ACTIONS(691), - [anon_sym_LBRACE] = ACTIONS(693), - [anon_sym_RBRACE] = ACTIONS(745), - [anon_sym_EQ_GT] = ACTIONS(685), - [anon_sym_COLON] = ACTIONS(695), - [anon_sym_DOLLAR] = ACTIONS(697), - [anon_sym_PLUS] = ACTIONS(695), - [anon_sym_STAR] = ACTIONS(695), - [anon_sym_QMARK] = ACTIONS(685), - [anon_sym_u8] = ACTIONS(683), - [anon_sym_i8] = ACTIONS(683), - [anon_sym_u16] = ACTIONS(683), - [anon_sym_i16] = ACTIONS(683), - [anon_sym_u32] = ACTIONS(683), - [anon_sym_i32] = ACTIONS(683), - [anon_sym_u64] = ACTIONS(683), - [anon_sym_i64] = ACTIONS(683), - [anon_sym_u128] = ACTIONS(683), - [anon_sym_i128] = ACTIONS(683), - [anon_sym_isize] = ACTIONS(683), - [anon_sym_usize] = ACTIONS(683), - [anon_sym_f32] = ACTIONS(683), - [anon_sym_f64] = ACTIONS(683), - [anon_sym_bool] = ACTIONS(683), - [anon_sym_str] = ACTIONS(683), - [anon_sym_char] = ACTIONS(683), - [anon_sym_DASH] = ACTIONS(695), - [anon_sym_SLASH] = ACTIONS(695), - [anon_sym_PERCENT] = ACTIONS(695), - [anon_sym_CARET] = ACTIONS(695), - [anon_sym_BANG] = ACTIONS(695), - [anon_sym_AMP] = ACTIONS(695), - [anon_sym_PIPE] = ACTIONS(695), - [anon_sym_AMP_AMP] = ACTIONS(685), - [anon_sym_PIPE_PIPE] = ACTIONS(685), - [anon_sym_LT_LT] = ACTIONS(695), - [anon_sym_GT_GT] = ACTIONS(695), - [anon_sym_PLUS_EQ] = ACTIONS(685), - [anon_sym_DASH_EQ] = ACTIONS(685), - [anon_sym_STAR_EQ] = ACTIONS(685), - [anon_sym_SLASH_EQ] = ACTIONS(685), - [anon_sym_PERCENT_EQ] = ACTIONS(685), - [anon_sym_CARET_EQ] = ACTIONS(685), - [anon_sym_AMP_EQ] = ACTIONS(685), - [anon_sym_PIPE_EQ] = ACTIONS(685), - [anon_sym_LT_LT_EQ] = ACTIONS(685), - [anon_sym_GT_GT_EQ] = ACTIONS(685), - [anon_sym_EQ] = ACTIONS(695), - [anon_sym_EQ_EQ] = ACTIONS(685), - [anon_sym_BANG_EQ] = ACTIONS(685), - [anon_sym_GT] = ACTIONS(695), - [anon_sym_LT] = ACTIONS(695), - [anon_sym_GT_EQ] = ACTIONS(685), - [anon_sym_LT_EQ] = ACTIONS(685), - [anon_sym_AT] = ACTIONS(685), - [anon_sym__] = ACTIONS(695), - [anon_sym_DOT] = ACTIONS(695), - [anon_sym_DOT_DOT] = ACTIONS(695), - [anon_sym_DOT_DOT_DOT] = ACTIONS(685), - [anon_sym_DOT_DOT_EQ] = ACTIONS(685), - [anon_sym_COMMA] = ACTIONS(685), - [anon_sym_COLON_COLON] = ACTIONS(685), - [anon_sym_DASH_GT] = ACTIONS(685), - [anon_sym_POUND] = ACTIONS(685), - [anon_sym_SQUOTE] = ACTIONS(683), - [anon_sym_as] = ACTIONS(683), - [anon_sym_async] = ACTIONS(683), - [anon_sym_await] = ACTIONS(683), - [anon_sym_break] = ACTIONS(683), - [anon_sym_const] = ACTIONS(683), - [anon_sym_continue] = ACTIONS(683), - [anon_sym_default] = ACTIONS(683), - [anon_sym_enum] = ACTIONS(683), - [anon_sym_fn] = ACTIONS(683), - [anon_sym_for] = ACTIONS(683), - [anon_sym_gen] = ACTIONS(683), - [anon_sym_if] = ACTIONS(683), - [anon_sym_impl] = ACTIONS(683), - [anon_sym_let] = ACTIONS(683), - [anon_sym_loop] = ACTIONS(683), - [anon_sym_match] = ACTIONS(683), - [anon_sym_mod] = ACTIONS(683), - [anon_sym_pub] = ACTIONS(683), - [anon_sym_return] = ACTIONS(683), - [anon_sym_static] = ACTIONS(683), - [anon_sym_struct] = ACTIONS(683), - [anon_sym_trait] = ACTIONS(683), - [anon_sym_type] = ACTIONS(683), - [anon_sym_union] = ACTIONS(683), - [anon_sym_unsafe] = ACTIONS(683), - [anon_sym_use] = ACTIONS(683), - [anon_sym_where] = ACTIONS(683), - [anon_sym_while] = ACTIONS(683), - [sym_mutable_specifier] = ACTIONS(683), - [sym_integer_literal] = ACTIONS(699), - [aux_sym_string_literal_token1] = ACTIONS(701), - [sym_char_literal] = ACTIONS(699), - [anon_sym_true] = ACTIONS(703), - [anon_sym_false] = ACTIONS(703), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(683), - [sym_super] = ACTIONS(683), - [sym_crate] = ACTIONS(683), - [sym__raw_string_literal_start] = ACTIONS(705), - [sym_float_literal] = ACTIONS(699), + [aux_sym__non_special_token_repeat1] = STATE(195), + [aux_sym_delim_token_tree_repeat1] = STATE(73), + [sym_identifier] = ACTIONS(697), + [anon_sym_SEMI] = ACTIONS(699), + [anon_sym_LPAREN] = ACTIONS(701), + [anon_sym_LBRACK] = ACTIONS(705), + [anon_sym_LBRACE] = ACTIONS(707), + [anon_sym_RBRACE] = ACTIONS(747), + [anon_sym_EQ_GT] = ACTIONS(699), + [anon_sym_COLON] = ACTIONS(709), + [anon_sym_DOLLAR] = ACTIONS(711), + [anon_sym_PLUS] = ACTIONS(709), + [anon_sym_STAR] = ACTIONS(709), + [anon_sym_QMARK] = ACTIONS(699), + [anon_sym_u8] = ACTIONS(697), + [anon_sym_i8] = ACTIONS(697), + [anon_sym_u16] = ACTIONS(697), + [anon_sym_i16] = ACTIONS(697), + [anon_sym_u32] = ACTIONS(697), + [anon_sym_i32] = ACTIONS(697), + [anon_sym_u64] = ACTIONS(697), + [anon_sym_i64] = ACTIONS(697), + [anon_sym_u128] = ACTIONS(697), + [anon_sym_i128] = ACTIONS(697), + [anon_sym_isize] = ACTIONS(697), + [anon_sym_usize] = ACTIONS(697), + [anon_sym_f32] = ACTIONS(697), + [anon_sym_f64] = ACTIONS(697), + [anon_sym_bool] = ACTIONS(697), + [anon_sym_str] = ACTIONS(697), + [anon_sym_char] = ACTIONS(697), + [anon_sym_DASH] = ACTIONS(709), + [anon_sym_SLASH] = ACTIONS(709), + [anon_sym_PERCENT] = ACTIONS(709), + [anon_sym_CARET] = ACTIONS(709), + [anon_sym_BANG] = ACTIONS(709), + [anon_sym_AMP] = ACTIONS(709), + [anon_sym_PIPE] = ACTIONS(709), + [anon_sym_AMP_AMP] = ACTIONS(699), + [anon_sym_PIPE_PIPE] = ACTIONS(699), + [anon_sym_LT_LT] = ACTIONS(709), + [anon_sym_GT_GT] = ACTIONS(709), + [anon_sym_PLUS_EQ] = ACTIONS(699), + [anon_sym_DASH_EQ] = ACTIONS(699), + [anon_sym_STAR_EQ] = ACTIONS(699), + [anon_sym_SLASH_EQ] = ACTIONS(699), + [anon_sym_PERCENT_EQ] = ACTIONS(699), + [anon_sym_CARET_EQ] = ACTIONS(699), + [anon_sym_AMP_EQ] = ACTIONS(699), + [anon_sym_PIPE_EQ] = ACTIONS(699), + [anon_sym_LT_LT_EQ] = ACTIONS(699), + [anon_sym_GT_GT_EQ] = ACTIONS(699), + [anon_sym_EQ] = ACTIONS(709), + [anon_sym_EQ_EQ] = ACTIONS(699), + [anon_sym_BANG_EQ] = ACTIONS(699), + [anon_sym_GT] = ACTIONS(709), + [anon_sym_LT] = ACTIONS(709), + [anon_sym_GT_EQ] = ACTIONS(699), + [anon_sym_LT_EQ] = ACTIONS(699), + [anon_sym_AT] = ACTIONS(699), + [anon_sym__] = ACTIONS(709), + [anon_sym_DOT] = ACTIONS(709), + [anon_sym_DOT_DOT] = ACTIONS(709), + [anon_sym_DOT_DOT_DOT] = ACTIONS(699), + [anon_sym_DOT_DOT_EQ] = ACTIONS(699), + [anon_sym_COMMA] = ACTIONS(699), + [anon_sym_COLON_COLON] = ACTIONS(699), + [anon_sym_DASH_GT] = ACTIONS(699), + [anon_sym_POUND] = ACTIONS(699), + [anon_sym_SQUOTE] = ACTIONS(697), + [anon_sym_as] = ACTIONS(697), + [anon_sym_async] = ACTIONS(697), + [anon_sym_await] = ACTIONS(697), + [anon_sym_break] = ACTIONS(697), + [anon_sym_const] = ACTIONS(697), + [anon_sym_continue] = ACTIONS(697), + [anon_sym_default] = ACTIONS(697), + [anon_sym_enum] = ACTIONS(697), + [anon_sym_fn] = ACTIONS(697), + [anon_sym_for] = ACTIONS(697), + [anon_sym_gen] = ACTIONS(697), + [anon_sym_if] = ACTIONS(697), + [anon_sym_impl] = ACTIONS(697), + [anon_sym_let] = ACTIONS(697), + [anon_sym_loop] = ACTIONS(697), + [anon_sym_match] = ACTIONS(697), + [anon_sym_mod] = ACTIONS(697), + [anon_sym_pub] = ACTIONS(697), + [anon_sym_return] = ACTIONS(697), + [anon_sym_static] = ACTIONS(697), + [anon_sym_struct] = ACTIONS(697), + [anon_sym_trait] = ACTIONS(697), + [anon_sym_type] = ACTIONS(697), + [anon_sym_union] = ACTIONS(697), + [anon_sym_unsafe] = ACTIONS(697), + [anon_sym_use] = ACTIONS(697), + [anon_sym_where] = ACTIONS(697), + [anon_sym_while] = ACTIONS(697), + [sym_mutable_specifier] = ACTIONS(697), + [sym_integer_literal] = ACTIONS(713), + [aux_sym_string_literal_token1] = ACTIONS(715), + [sym_char_literal] = ACTIONS(713), + [anon_sym_true] = ACTIONS(717), + [anon_sym_false] = ACTIONS(717), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(697), + [sym_super] = ACTIONS(697), + [sym_crate] = ACTIONS(697), + [sym__raw_string_literal_start] = ACTIONS(719), + [sym_float_literal] = ACTIONS(713), }, [STATE(126)] = { - [sym_delim_token_tree] = STATE(205), - [sym__delim_tokens] = STATE(204), - [sym__non_delim_token] = STATE(205), - [sym__literal] = STATE(246), - [sym_string_literal] = STATE(226), - [sym_raw_string_literal] = STATE(226), - [sym_boolean_literal] = STATE(226), + [sym_delim_token_tree] = STATE(222), + [sym__delim_tokens] = STATE(223), + [sym__non_delim_token] = STATE(222), + [sym__literal] = STATE(221), + [sym_string_literal] = STATE(212), + [sym_raw_string_literal] = STATE(212), + [sym_boolean_literal] = STATE(212), [sym_line_comment] = STATE(126), [sym_block_comment] = STATE(126), - [aux_sym__non_special_token_repeat1] = STATE(175), - [aux_sym_delim_token_tree_repeat1] = STATE(83), - [sym_identifier] = ACTIONS(683), - [anon_sym_SEMI] = ACTIONS(685), - [anon_sym_LPAREN] = ACTIONS(687), - [anon_sym_LBRACK] = ACTIONS(691), - [anon_sym_RBRACK] = ACTIONS(689), - [anon_sym_LBRACE] = ACTIONS(693), - [anon_sym_EQ_GT] = ACTIONS(685), - [anon_sym_COLON] = ACTIONS(695), - [anon_sym_DOLLAR] = ACTIONS(697), - [anon_sym_PLUS] = ACTIONS(695), - [anon_sym_STAR] = ACTIONS(695), - [anon_sym_QMARK] = ACTIONS(685), - [anon_sym_u8] = ACTIONS(683), - [anon_sym_i8] = ACTIONS(683), - [anon_sym_u16] = ACTIONS(683), - [anon_sym_i16] = ACTIONS(683), - [anon_sym_u32] = ACTIONS(683), - [anon_sym_i32] = ACTIONS(683), - [anon_sym_u64] = ACTIONS(683), - [anon_sym_i64] = ACTIONS(683), - [anon_sym_u128] = ACTIONS(683), - [anon_sym_i128] = ACTIONS(683), - [anon_sym_isize] = ACTIONS(683), - [anon_sym_usize] = ACTIONS(683), - [anon_sym_f32] = ACTIONS(683), - [anon_sym_f64] = ACTIONS(683), - [anon_sym_bool] = ACTIONS(683), - [anon_sym_str] = ACTIONS(683), - [anon_sym_char] = ACTIONS(683), - [anon_sym_DASH] = ACTIONS(695), - [anon_sym_SLASH] = ACTIONS(695), - [anon_sym_PERCENT] = ACTIONS(695), - [anon_sym_CARET] = ACTIONS(695), - [anon_sym_BANG] = ACTIONS(695), - [anon_sym_AMP] = ACTIONS(695), - [anon_sym_PIPE] = ACTIONS(695), - [anon_sym_AMP_AMP] = ACTIONS(685), - [anon_sym_PIPE_PIPE] = ACTIONS(685), - [anon_sym_LT_LT] = ACTIONS(695), - [anon_sym_GT_GT] = ACTIONS(695), - [anon_sym_PLUS_EQ] = ACTIONS(685), - [anon_sym_DASH_EQ] = ACTIONS(685), - [anon_sym_STAR_EQ] = ACTIONS(685), - [anon_sym_SLASH_EQ] = ACTIONS(685), - [anon_sym_PERCENT_EQ] = ACTIONS(685), - [anon_sym_CARET_EQ] = ACTIONS(685), - [anon_sym_AMP_EQ] = ACTIONS(685), - [anon_sym_PIPE_EQ] = ACTIONS(685), - [anon_sym_LT_LT_EQ] = ACTIONS(685), - [anon_sym_GT_GT_EQ] = ACTIONS(685), - [anon_sym_EQ] = ACTIONS(695), - [anon_sym_EQ_EQ] = ACTIONS(685), - [anon_sym_BANG_EQ] = ACTIONS(685), - [anon_sym_GT] = ACTIONS(695), - [anon_sym_LT] = ACTIONS(695), - [anon_sym_GT_EQ] = ACTIONS(685), - [anon_sym_LT_EQ] = ACTIONS(685), - [anon_sym_AT] = ACTIONS(685), - [anon_sym__] = ACTIONS(695), - [anon_sym_DOT] = ACTIONS(695), - [anon_sym_DOT_DOT] = ACTIONS(695), - [anon_sym_DOT_DOT_DOT] = ACTIONS(685), - [anon_sym_DOT_DOT_EQ] = ACTIONS(685), - [anon_sym_COMMA] = ACTIONS(685), - [anon_sym_COLON_COLON] = ACTIONS(685), - [anon_sym_DASH_GT] = ACTIONS(685), - [anon_sym_POUND] = ACTIONS(685), - [anon_sym_SQUOTE] = ACTIONS(683), - [anon_sym_as] = ACTIONS(683), - [anon_sym_async] = ACTIONS(683), - [anon_sym_await] = ACTIONS(683), - [anon_sym_break] = ACTIONS(683), - [anon_sym_const] = ACTIONS(683), - [anon_sym_continue] = ACTIONS(683), - [anon_sym_default] = ACTIONS(683), - [anon_sym_enum] = ACTIONS(683), - [anon_sym_fn] = ACTIONS(683), - [anon_sym_for] = ACTIONS(683), - [anon_sym_gen] = ACTIONS(683), - [anon_sym_if] = ACTIONS(683), - [anon_sym_impl] = ACTIONS(683), - [anon_sym_let] = ACTIONS(683), - [anon_sym_loop] = ACTIONS(683), - [anon_sym_match] = ACTIONS(683), - [anon_sym_mod] = ACTIONS(683), - [anon_sym_pub] = ACTIONS(683), - [anon_sym_return] = ACTIONS(683), - [anon_sym_static] = ACTIONS(683), - [anon_sym_struct] = ACTIONS(683), - [anon_sym_trait] = ACTIONS(683), - [anon_sym_type] = ACTIONS(683), - [anon_sym_union] = ACTIONS(683), - [anon_sym_unsafe] = ACTIONS(683), - [anon_sym_use] = ACTIONS(683), - [anon_sym_where] = ACTIONS(683), - [anon_sym_while] = ACTIONS(683), - [sym_mutable_specifier] = ACTIONS(683), - [sym_integer_literal] = ACTIONS(699), - [aux_sym_string_literal_token1] = ACTIONS(701), - [sym_char_literal] = ACTIONS(699), - [anon_sym_true] = ACTIONS(703), - [anon_sym_false] = ACTIONS(703), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(683), - [sym_super] = ACTIONS(683), - [sym_crate] = ACTIONS(683), - [sym__raw_string_literal_start] = ACTIONS(705), - [sym_float_literal] = ACTIONS(699), + [aux_sym__non_special_token_repeat1] = STATE(195), + [aux_sym_delim_token_tree_repeat1] = STATE(73), + [sym_identifier] = ACTIONS(697), + [anon_sym_SEMI] = ACTIONS(699), + [anon_sym_LPAREN] = ACTIONS(701), + [anon_sym_LBRACK] = ACTIONS(705), + [anon_sym_LBRACE] = ACTIONS(707), + [anon_sym_RBRACE] = ACTIONS(743), + [anon_sym_EQ_GT] = ACTIONS(699), + [anon_sym_COLON] = ACTIONS(709), + [anon_sym_DOLLAR] = ACTIONS(711), + [anon_sym_PLUS] = ACTIONS(709), + [anon_sym_STAR] = ACTIONS(709), + [anon_sym_QMARK] = ACTIONS(699), + [anon_sym_u8] = ACTIONS(697), + [anon_sym_i8] = ACTIONS(697), + [anon_sym_u16] = ACTIONS(697), + [anon_sym_i16] = ACTIONS(697), + [anon_sym_u32] = ACTIONS(697), + [anon_sym_i32] = ACTIONS(697), + [anon_sym_u64] = ACTIONS(697), + [anon_sym_i64] = ACTIONS(697), + [anon_sym_u128] = ACTIONS(697), + [anon_sym_i128] = ACTIONS(697), + [anon_sym_isize] = ACTIONS(697), + [anon_sym_usize] = ACTIONS(697), + [anon_sym_f32] = ACTIONS(697), + [anon_sym_f64] = ACTIONS(697), + [anon_sym_bool] = ACTIONS(697), + [anon_sym_str] = ACTIONS(697), + [anon_sym_char] = ACTIONS(697), + [anon_sym_DASH] = ACTIONS(709), + [anon_sym_SLASH] = ACTIONS(709), + [anon_sym_PERCENT] = ACTIONS(709), + [anon_sym_CARET] = ACTIONS(709), + [anon_sym_BANG] = ACTIONS(709), + [anon_sym_AMP] = ACTIONS(709), + [anon_sym_PIPE] = ACTIONS(709), + [anon_sym_AMP_AMP] = ACTIONS(699), + [anon_sym_PIPE_PIPE] = ACTIONS(699), + [anon_sym_LT_LT] = ACTIONS(709), + [anon_sym_GT_GT] = ACTIONS(709), + [anon_sym_PLUS_EQ] = ACTIONS(699), + [anon_sym_DASH_EQ] = ACTIONS(699), + [anon_sym_STAR_EQ] = ACTIONS(699), + [anon_sym_SLASH_EQ] = ACTIONS(699), + [anon_sym_PERCENT_EQ] = ACTIONS(699), + [anon_sym_CARET_EQ] = ACTIONS(699), + [anon_sym_AMP_EQ] = ACTIONS(699), + [anon_sym_PIPE_EQ] = ACTIONS(699), + [anon_sym_LT_LT_EQ] = ACTIONS(699), + [anon_sym_GT_GT_EQ] = ACTIONS(699), + [anon_sym_EQ] = ACTIONS(709), + [anon_sym_EQ_EQ] = ACTIONS(699), + [anon_sym_BANG_EQ] = ACTIONS(699), + [anon_sym_GT] = ACTIONS(709), + [anon_sym_LT] = ACTIONS(709), + [anon_sym_GT_EQ] = ACTIONS(699), + [anon_sym_LT_EQ] = ACTIONS(699), + [anon_sym_AT] = ACTIONS(699), + [anon_sym__] = ACTIONS(709), + [anon_sym_DOT] = ACTIONS(709), + [anon_sym_DOT_DOT] = ACTIONS(709), + [anon_sym_DOT_DOT_DOT] = ACTIONS(699), + [anon_sym_DOT_DOT_EQ] = ACTIONS(699), + [anon_sym_COMMA] = ACTIONS(699), + [anon_sym_COLON_COLON] = ACTIONS(699), + [anon_sym_DASH_GT] = ACTIONS(699), + [anon_sym_POUND] = ACTIONS(699), + [anon_sym_SQUOTE] = ACTIONS(697), + [anon_sym_as] = ACTIONS(697), + [anon_sym_async] = ACTIONS(697), + [anon_sym_await] = ACTIONS(697), + [anon_sym_break] = ACTIONS(697), + [anon_sym_const] = ACTIONS(697), + [anon_sym_continue] = ACTIONS(697), + [anon_sym_default] = ACTIONS(697), + [anon_sym_enum] = ACTIONS(697), + [anon_sym_fn] = ACTIONS(697), + [anon_sym_for] = ACTIONS(697), + [anon_sym_gen] = ACTIONS(697), + [anon_sym_if] = ACTIONS(697), + [anon_sym_impl] = ACTIONS(697), + [anon_sym_let] = ACTIONS(697), + [anon_sym_loop] = ACTIONS(697), + [anon_sym_match] = ACTIONS(697), + [anon_sym_mod] = ACTIONS(697), + [anon_sym_pub] = ACTIONS(697), + [anon_sym_return] = ACTIONS(697), + [anon_sym_static] = ACTIONS(697), + [anon_sym_struct] = ACTIONS(697), + [anon_sym_trait] = ACTIONS(697), + [anon_sym_type] = ACTIONS(697), + [anon_sym_union] = ACTIONS(697), + [anon_sym_unsafe] = ACTIONS(697), + [anon_sym_use] = ACTIONS(697), + [anon_sym_where] = ACTIONS(697), + [anon_sym_while] = ACTIONS(697), + [sym_mutable_specifier] = ACTIONS(697), + [sym_integer_literal] = ACTIONS(713), + [aux_sym_string_literal_token1] = ACTIONS(715), + [sym_char_literal] = ACTIONS(713), + [anon_sym_true] = ACTIONS(717), + [anon_sym_false] = ACTIONS(717), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(697), + [sym_super] = ACTIONS(697), + [sym_crate] = ACTIONS(697), + [sym__raw_string_literal_start] = ACTIONS(719), + [sym_float_literal] = ACTIONS(713), }, [STATE(127)] = { - [sym_delim_token_tree] = STATE(205), - [sym__delim_tokens] = STATE(204), - [sym__non_delim_token] = STATE(205), - [sym__literal] = STATE(246), - [sym_string_literal] = STATE(226), - [sym_raw_string_literal] = STATE(226), - [sym_boolean_literal] = STATE(226), + [sym_delim_token_tree] = STATE(222), + [sym__delim_tokens] = STATE(223), + [sym__non_delim_token] = STATE(222), + [sym__literal] = STATE(221), + [sym_string_literal] = STATE(212), + [sym_raw_string_literal] = STATE(212), + [sym_boolean_literal] = STATE(212), [sym_line_comment] = STATE(127), [sym_block_comment] = STATE(127), - [aux_sym__non_special_token_repeat1] = STATE(175), - [aux_sym_delim_token_tree_repeat1] = STATE(83), - [sym_identifier] = ACTIONS(683), - [anon_sym_SEMI] = ACTIONS(685), - [anon_sym_LPAREN] = ACTIONS(687), - [anon_sym_LBRACK] = ACTIONS(691), - [anon_sym_LBRACE] = ACTIONS(693), - [anon_sym_RBRACE] = ACTIONS(689), - [anon_sym_EQ_GT] = ACTIONS(685), - [anon_sym_COLON] = ACTIONS(695), - [anon_sym_DOLLAR] = ACTIONS(697), - [anon_sym_PLUS] = ACTIONS(695), - [anon_sym_STAR] = ACTIONS(695), - [anon_sym_QMARK] = ACTIONS(685), - [anon_sym_u8] = ACTIONS(683), - [anon_sym_i8] = ACTIONS(683), - [anon_sym_u16] = ACTIONS(683), - [anon_sym_i16] = ACTIONS(683), - [anon_sym_u32] = ACTIONS(683), - [anon_sym_i32] = ACTIONS(683), - [anon_sym_u64] = ACTIONS(683), - [anon_sym_i64] = ACTIONS(683), - [anon_sym_u128] = ACTIONS(683), - [anon_sym_i128] = ACTIONS(683), - [anon_sym_isize] = ACTIONS(683), - [anon_sym_usize] = ACTIONS(683), - [anon_sym_f32] = ACTIONS(683), - [anon_sym_f64] = ACTIONS(683), - [anon_sym_bool] = ACTIONS(683), - [anon_sym_str] = ACTIONS(683), - [anon_sym_char] = ACTIONS(683), - [anon_sym_DASH] = ACTIONS(695), - [anon_sym_SLASH] = ACTIONS(695), - [anon_sym_PERCENT] = ACTIONS(695), - [anon_sym_CARET] = ACTIONS(695), - [anon_sym_BANG] = ACTIONS(695), - [anon_sym_AMP] = ACTIONS(695), - [anon_sym_PIPE] = ACTIONS(695), - [anon_sym_AMP_AMP] = ACTIONS(685), - [anon_sym_PIPE_PIPE] = ACTIONS(685), - [anon_sym_LT_LT] = ACTIONS(695), - [anon_sym_GT_GT] = ACTIONS(695), - [anon_sym_PLUS_EQ] = ACTIONS(685), - [anon_sym_DASH_EQ] = ACTIONS(685), - [anon_sym_STAR_EQ] = ACTIONS(685), - [anon_sym_SLASH_EQ] = ACTIONS(685), - [anon_sym_PERCENT_EQ] = ACTIONS(685), - [anon_sym_CARET_EQ] = ACTIONS(685), - [anon_sym_AMP_EQ] = ACTIONS(685), - [anon_sym_PIPE_EQ] = ACTIONS(685), - [anon_sym_LT_LT_EQ] = ACTIONS(685), - [anon_sym_GT_GT_EQ] = ACTIONS(685), - [anon_sym_EQ] = ACTIONS(695), - [anon_sym_EQ_EQ] = ACTIONS(685), - [anon_sym_BANG_EQ] = ACTIONS(685), - [anon_sym_GT] = ACTIONS(695), - [anon_sym_LT] = ACTIONS(695), - [anon_sym_GT_EQ] = ACTIONS(685), - [anon_sym_LT_EQ] = ACTIONS(685), - [anon_sym_AT] = ACTIONS(685), - [anon_sym__] = ACTIONS(695), - [anon_sym_DOT] = ACTIONS(695), - [anon_sym_DOT_DOT] = ACTIONS(695), - [anon_sym_DOT_DOT_DOT] = ACTIONS(685), - [anon_sym_DOT_DOT_EQ] = ACTIONS(685), - [anon_sym_COMMA] = ACTIONS(685), - [anon_sym_COLON_COLON] = ACTIONS(685), - [anon_sym_DASH_GT] = ACTIONS(685), - [anon_sym_POUND] = ACTIONS(685), - [anon_sym_SQUOTE] = ACTIONS(683), - [anon_sym_as] = ACTIONS(683), - [anon_sym_async] = ACTIONS(683), - [anon_sym_await] = ACTIONS(683), - [anon_sym_break] = ACTIONS(683), - [anon_sym_const] = ACTIONS(683), - [anon_sym_continue] = ACTIONS(683), - [anon_sym_default] = ACTIONS(683), - [anon_sym_enum] = ACTIONS(683), - [anon_sym_fn] = ACTIONS(683), - [anon_sym_for] = ACTIONS(683), - [anon_sym_gen] = ACTIONS(683), - [anon_sym_if] = ACTIONS(683), - [anon_sym_impl] = ACTIONS(683), - [anon_sym_let] = ACTIONS(683), - [anon_sym_loop] = ACTIONS(683), - [anon_sym_match] = ACTIONS(683), - [anon_sym_mod] = ACTIONS(683), - [anon_sym_pub] = ACTIONS(683), - [anon_sym_return] = ACTIONS(683), - [anon_sym_static] = ACTIONS(683), - [anon_sym_struct] = ACTIONS(683), - [anon_sym_trait] = ACTIONS(683), - [anon_sym_type] = ACTIONS(683), - [anon_sym_union] = ACTIONS(683), - [anon_sym_unsafe] = ACTIONS(683), - [anon_sym_use] = ACTIONS(683), - [anon_sym_where] = ACTIONS(683), - [anon_sym_while] = ACTIONS(683), - [sym_mutable_specifier] = ACTIONS(683), - [sym_integer_literal] = ACTIONS(699), - [aux_sym_string_literal_token1] = ACTIONS(701), - [sym_char_literal] = ACTIONS(699), - [anon_sym_true] = ACTIONS(703), - [anon_sym_false] = ACTIONS(703), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(683), - [sym_super] = ACTIONS(683), - [sym_crate] = ACTIONS(683), - [sym__raw_string_literal_start] = ACTIONS(705), - [sym_float_literal] = ACTIONS(699), + [aux_sym__non_special_token_repeat1] = STATE(195), + [aux_sym_delim_token_tree_repeat1] = STATE(130), + [sym_identifier] = ACTIONS(697), + [anon_sym_SEMI] = ACTIONS(699), + [anon_sym_LPAREN] = ACTIONS(701), + [anon_sym_RPAREN] = ACTIONS(749), + [anon_sym_LBRACK] = ACTIONS(705), + [anon_sym_LBRACE] = ACTIONS(707), + [anon_sym_EQ_GT] = ACTIONS(699), + [anon_sym_COLON] = ACTIONS(709), + [anon_sym_DOLLAR] = ACTIONS(711), + [anon_sym_PLUS] = ACTIONS(709), + [anon_sym_STAR] = ACTIONS(709), + [anon_sym_QMARK] = ACTIONS(699), + [anon_sym_u8] = ACTIONS(697), + [anon_sym_i8] = ACTIONS(697), + [anon_sym_u16] = ACTIONS(697), + [anon_sym_i16] = ACTIONS(697), + [anon_sym_u32] = ACTIONS(697), + [anon_sym_i32] = ACTIONS(697), + [anon_sym_u64] = ACTIONS(697), + [anon_sym_i64] = ACTIONS(697), + [anon_sym_u128] = ACTIONS(697), + [anon_sym_i128] = ACTIONS(697), + [anon_sym_isize] = ACTIONS(697), + [anon_sym_usize] = ACTIONS(697), + [anon_sym_f32] = ACTIONS(697), + [anon_sym_f64] = ACTIONS(697), + [anon_sym_bool] = ACTIONS(697), + [anon_sym_str] = ACTIONS(697), + [anon_sym_char] = ACTIONS(697), + [anon_sym_DASH] = ACTIONS(709), + [anon_sym_SLASH] = ACTIONS(709), + [anon_sym_PERCENT] = ACTIONS(709), + [anon_sym_CARET] = ACTIONS(709), + [anon_sym_BANG] = ACTIONS(709), + [anon_sym_AMP] = ACTIONS(709), + [anon_sym_PIPE] = ACTIONS(709), + [anon_sym_AMP_AMP] = ACTIONS(699), + [anon_sym_PIPE_PIPE] = ACTIONS(699), + [anon_sym_LT_LT] = ACTIONS(709), + [anon_sym_GT_GT] = ACTIONS(709), + [anon_sym_PLUS_EQ] = ACTIONS(699), + [anon_sym_DASH_EQ] = ACTIONS(699), + [anon_sym_STAR_EQ] = ACTIONS(699), + [anon_sym_SLASH_EQ] = ACTIONS(699), + [anon_sym_PERCENT_EQ] = ACTIONS(699), + [anon_sym_CARET_EQ] = ACTIONS(699), + [anon_sym_AMP_EQ] = ACTIONS(699), + [anon_sym_PIPE_EQ] = ACTIONS(699), + [anon_sym_LT_LT_EQ] = ACTIONS(699), + [anon_sym_GT_GT_EQ] = ACTIONS(699), + [anon_sym_EQ] = ACTIONS(709), + [anon_sym_EQ_EQ] = ACTIONS(699), + [anon_sym_BANG_EQ] = ACTIONS(699), + [anon_sym_GT] = ACTIONS(709), + [anon_sym_LT] = ACTIONS(709), + [anon_sym_GT_EQ] = ACTIONS(699), + [anon_sym_LT_EQ] = ACTIONS(699), + [anon_sym_AT] = ACTIONS(699), + [anon_sym__] = ACTIONS(709), + [anon_sym_DOT] = ACTIONS(709), + [anon_sym_DOT_DOT] = ACTIONS(709), + [anon_sym_DOT_DOT_DOT] = ACTIONS(699), + [anon_sym_DOT_DOT_EQ] = ACTIONS(699), + [anon_sym_COMMA] = ACTIONS(699), + [anon_sym_COLON_COLON] = ACTIONS(699), + [anon_sym_DASH_GT] = ACTIONS(699), + [anon_sym_POUND] = ACTIONS(699), + [anon_sym_SQUOTE] = ACTIONS(697), + [anon_sym_as] = ACTIONS(697), + [anon_sym_async] = ACTIONS(697), + [anon_sym_await] = ACTIONS(697), + [anon_sym_break] = ACTIONS(697), + [anon_sym_const] = ACTIONS(697), + [anon_sym_continue] = ACTIONS(697), + [anon_sym_default] = ACTIONS(697), + [anon_sym_enum] = ACTIONS(697), + [anon_sym_fn] = ACTIONS(697), + [anon_sym_for] = ACTIONS(697), + [anon_sym_gen] = ACTIONS(697), + [anon_sym_if] = ACTIONS(697), + [anon_sym_impl] = ACTIONS(697), + [anon_sym_let] = ACTIONS(697), + [anon_sym_loop] = ACTIONS(697), + [anon_sym_match] = ACTIONS(697), + [anon_sym_mod] = ACTIONS(697), + [anon_sym_pub] = ACTIONS(697), + [anon_sym_return] = ACTIONS(697), + [anon_sym_static] = ACTIONS(697), + [anon_sym_struct] = ACTIONS(697), + [anon_sym_trait] = ACTIONS(697), + [anon_sym_type] = ACTIONS(697), + [anon_sym_union] = ACTIONS(697), + [anon_sym_unsafe] = ACTIONS(697), + [anon_sym_use] = ACTIONS(697), + [anon_sym_where] = ACTIONS(697), + [anon_sym_while] = ACTIONS(697), + [sym_mutable_specifier] = ACTIONS(697), + [sym_integer_literal] = ACTIONS(713), + [aux_sym_string_literal_token1] = ACTIONS(715), + [sym_char_literal] = ACTIONS(713), + [anon_sym_true] = ACTIONS(717), + [anon_sym_false] = ACTIONS(717), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(697), + [sym_super] = ACTIONS(697), + [sym_crate] = ACTIONS(697), + [sym__raw_string_literal_start] = ACTIONS(719), + [sym_float_literal] = ACTIONS(713), }, [STATE(128)] = { - [sym_token_tree] = STATE(190), - [sym_token_repetition] = STATE(190), - [sym__literal] = STATE(190), - [sym_string_literal] = STATE(188), - [sym_raw_string_literal] = STATE(188), - [sym_boolean_literal] = STATE(188), + [sym_delim_token_tree] = STATE(222), + [sym__delim_tokens] = STATE(223), + [sym__non_delim_token] = STATE(222), + [sym__literal] = STATE(221), + [sym_string_literal] = STATE(212), + [sym_raw_string_literal] = STATE(212), + [sym_boolean_literal] = STATE(212), [sym_line_comment] = STATE(128), [sym_block_comment] = STATE(128), - [aux_sym_token_tree_repeat1] = STATE(82), - [aux_sym__non_special_token_repeat1] = STATE(153), - [sym_identifier] = ACTIONS(711), - [anon_sym_SEMI] = ACTIONS(576), - [anon_sym_LPAREN] = ACTIONS(713), - [anon_sym_LBRACK] = ACTIONS(717), - [anon_sym_LBRACE] = ACTIONS(719), - [anon_sym_RBRACE] = ACTIONS(739), - [anon_sym_EQ_GT] = ACTIONS(576), - [anon_sym_COLON] = ACTIONS(586), - [anon_sym_DOLLAR] = ACTIONS(721), - [anon_sym_PLUS] = ACTIONS(586), - [anon_sym_STAR] = ACTIONS(586), - [anon_sym_QMARK] = ACTIONS(576), - [anon_sym_u8] = ACTIONS(711), - [anon_sym_i8] = ACTIONS(711), - [anon_sym_u16] = ACTIONS(711), - [anon_sym_i16] = ACTIONS(711), - [anon_sym_u32] = ACTIONS(711), - [anon_sym_i32] = ACTIONS(711), - [anon_sym_u64] = ACTIONS(711), - [anon_sym_i64] = ACTIONS(711), - [anon_sym_u128] = ACTIONS(711), - [anon_sym_i128] = ACTIONS(711), - [anon_sym_isize] = ACTIONS(711), - [anon_sym_usize] = ACTIONS(711), - [anon_sym_f32] = ACTIONS(711), - [anon_sym_f64] = ACTIONS(711), - [anon_sym_bool] = ACTIONS(711), - [anon_sym_str] = ACTIONS(711), - [anon_sym_char] = ACTIONS(711), - [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(576), - [anon_sym_PIPE_PIPE] = ACTIONS(576), - [anon_sym_LT_LT] = ACTIONS(586), - [anon_sym_GT_GT] = ACTIONS(586), - [anon_sym_PLUS_EQ] = ACTIONS(576), - [anon_sym_DASH_EQ] = ACTIONS(576), - [anon_sym_STAR_EQ] = ACTIONS(576), - [anon_sym_SLASH_EQ] = ACTIONS(576), - [anon_sym_PERCENT_EQ] = ACTIONS(576), - [anon_sym_CARET_EQ] = ACTIONS(576), - [anon_sym_AMP_EQ] = ACTIONS(576), - [anon_sym_PIPE_EQ] = ACTIONS(576), - [anon_sym_LT_LT_EQ] = ACTIONS(576), - [anon_sym_GT_GT_EQ] = ACTIONS(576), - [anon_sym_EQ] = ACTIONS(586), - [anon_sym_EQ_EQ] = ACTIONS(576), - [anon_sym_BANG_EQ] = ACTIONS(576), - [anon_sym_GT] = ACTIONS(586), - [anon_sym_LT] = ACTIONS(586), - [anon_sym_GT_EQ] = ACTIONS(576), - [anon_sym_LT_EQ] = ACTIONS(576), - [anon_sym_AT] = ACTIONS(576), - [anon_sym__] = ACTIONS(586), - [anon_sym_DOT] = ACTIONS(586), - [anon_sym_DOT_DOT] = ACTIONS(586), - [anon_sym_DOT_DOT_DOT] = ACTIONS(576), - [anon_sym_DOT_DOT_EQ] = ACTIONS(576), - [anon_sym_COMMA] = ACTIONS(576), - [anon_sym_COLON_COLON] = ACTIONS(576), - [anon_sym_DASH_GT] = ACTIONS(576), - [anon_sym_POUND] = ACTIONS(576), - [anon_sym_SQUOTE] = ACTIONS(711), - [anon_sym_as] = ACTIONS(711), - [anon_sym_async] = ACTIONS(711), - [anon_sym_await] = ACTIONS(711), - [anon_sym_break] = ACTIONS(711), - [anon_sym_const] = ACTIONS(711), - [anon_sym_continue] = ACTIONS(711), - [anon_sym_default] = ACTIONS(711), - [anon_sym_enum] = ACTIONS(711), - [anon_sym_fn] = ACTIONS(711), - [anon_sym_for] = ACTIONS(711), - [anon_sym_gen] = ACTIONS(711), - [anon_sym_if] = ACTIONS(711), - [anon_sym_impl] = ACTIONS(711), - [anon_sym_let] = ACTIONS(711), - [anon_sym_loop] = ACTIONS(711), - [anon_sym_match] = ACTIONS(711), - [anon_sym_mod] = ACTIONS(711), - [anon_sym_pub] = ACTIONS(711), - [anon_sym_return] = ACTIONS(711), - [anon_sym_static] = ACTIONS(711), - [anon_sym_struct] = ACTIONS(711), - [anon_sym_trait] = ACTIONS(711), - [anon_sym_type] = ACTIONS(711), - [anon_sym_union] = ACTIONS(711), - [anon_sym_unsafe] = ACTIONS(711), - [anon_sym_use] = ACTIONS(711), - [anon_sym_where] = ACTIONS(711), - [anon_sym_while] = ACTIONS(711), - [sym_mutable_specifier] = ACTIONS(711), - [sym_integer_literal] = ACTIONS(590), - [aux_sym_string_literal_token1] = ACTIONS(592), - [sym_char_literal] = ACTIONS(590), - [anon_sym_true] = ACTIONS(594), - [anon_sym_false] = ACTIONS(594), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(711), - [sym_super] = ACTIONS(711), - [sym_crate] = ACTIONS(711), - [sym_metavariable] = ACTIONS(723), - [sym__raw_string_literal_start] = ACTIONS(598), - [sym_float_literal] = ACTIONS(590), + [aux_sym__non_special_token_repeat1] = STATE(195), + [aux_sym_delim_token_tree_repeat1] = STATE(131), + [sym_identifier] = ACTIONS(697), + [anon_sym_SEMI] = ACTIONS(699), + [anon_sym_LPAREN] = ACTIONS(701), + [anon_sym_LBRACK] = ACTIONS(705), + [anon_sym_RBRACK] = ACTIONS(749), + [anon_sym_LBRACE] = ACTIONS(707), + [anon_sym_EQ_GT] = ACTIONS(699), + [anon_sym_COLON] = ACTIONS(709), + [anon_sym_DOLLAR] = ACTIONS(711), + [anon_sym_PLUS] = ACTIONS(709), + [anon_sym_STAR] = ACTIONS(709), + [anon_sym_QMARK] = ACTIONS(699), + [anon_sym_u8] = ACTIONS(697), + [anon_sym_i8] = ACTIONS(697), + [anon_sym_u16] = ACTIONS(697), + [anon_sym_i16] = ACTIONS(697), + [anon_sym_u32] = ACTIONS(697), + [anon_sym_i32] = ACTIONS(697), + [anon_sym_u64] = ACTIONS(697), + [anon_sym_i64] = ACTIONS(697), + [anon_sym_u128] = ACTIONS(697), + [anon_sym_i128] = ACTIONS(697), + [anon_sym_isize] = ACTIONS(697), + [anon_sym_usize] = ACTIONS(697), + [anon_sym_f32] = ACTIONS(697), + [anon_sym_f64] = ACTIONS(697), + [anon_sym_bool] = ACTIONS(697), + [anon_sym_str] = ACTIONS(697), + [anon_sym_char] = ACTIONS(697), + [anon_sym_DASH] = ACTIONS(709), + [anon_sym_SLASH] = ACTIONS(709), + [anon_sym_PERCENT] = ACTIONS(709), + [anon_sym_CARET] = ACTIONS(709), + [anon_sym_BANG] = ACTIONS(709), + [anon_sym_AMP] = ACTIONS(709), + [anon_sym_PIPE] = ACTIONS(709), + [anon_sym_AMP_AMP] = ACTIONS(699), + [anon_sym_PIPE_PIPE] = ACTIONS(699), + [anon_sym_LT_LT] = ACTIONS(709), + [anon_sym_GT_GT] = ACTIONS(709), + [anon_sym_PLUS_EQ] = ACTIONS(699), + [anon_sym_DASH_EQ] = ACTIONS(699), + [anon_sym_STAR_EQ] = ACTIONS(699), + [anon_sym_SLASH_EQ] = ACTIONS(699), + [anon_sym_PERCENT_EQ] = ACTIONS(699), + [anon_sym_CARET_EQ] = ACTIONS(699), + [anon_sym_AMP_EQ] = ACTIONS(699), + [anon_sym_PIPE_EQ] = ACTIONS(699), + [anon_sym_LT_LT_EQ] = ACTIONS(699), + [anon_sym_GT_GT_EQ] = ACTIONS(699), + [anon_sym_EQ] = ACTIONS(709), + [anon_sym_EQ_EQ] = ACTIONS(699), + [anon_sym_BANG_EQ] = ACTIONS(699), + [anon_sym_GT] = ACTIONS(709), + [anon_sym_LT] = ACTIONS(709), + [anon_sym_GT_EQ] = ACTIONS(699), + [anon_sym_LT_EQ] = ACTIONS(699), + [anon_sym_AT] = ACTIONS(699), + [anon_sym__] = ACTIONS(709), + [anon_sym_DOT] = ACTIONS(709), + [anon_sym_DOT_DOT] = ACTIONS(709), + [anon_sym_DOT_DOT_DOT] = ACTIONS(699), + [anon_sym_DOT_DOT_EQ] = ACTIONS(699), + [anon_sym_COMMA] = ACTIONS(699), + [anon_sym_COLON_COLON] = ACTIONS(699), + [anon_sym_DASH_GT] = ACTIONS(699), + [anon_sym_POUND] = ACTIONS(699), + [anon_sym_SQUOTE] = ACTIONS(697), + [anon_sym_as] = ACTIONS(697), + [anon_sym_async] = ACTIONS(697), + [anon_sym_await] = ACTIONS(697), + [anon_sym_break] = ACTIONS(697), + [anon_sym_const] = ACTIONS(697), + [anon_sym_continue] = ACTIONS(697), + [anon_sym_default] = ACTIONS(697), + [anon_sym_enum] = ACTIONS(697), + [anon_sym_fn] = ACTIONS(697), + [anon_sym_for] = ACTIONS(697), + [anon_sym_gen] = ACTIONS(697), + [anon_sym_if] = ACTIONS(697), + [anon_sym_impl] = ACTIONS(697), + [anon_sym_let] = ACTIONS(697), + [anon_sym_loop] = ACTIONS(697), + [anon_sym_match] = ACTIONS(697), + [anon_sym_mod] = ACTIONS(697), + [anon_sym_pub] = ACTIONS(697), + [anon_sym_return] = ACTIONS(697), + [anon_sym_static] = ACTIONS(697), + [anon_sym_struct] = ACTIONS(697), + [anon_sym_trait] = ACTIONS(697), + [anon_sym_type] = ACTIONS(697), + [anon_sym_union] = ACTIONS(697), + [anon_sym_unsafe] = ACTIONS(697), + [anon_sym_use] = ACTIONS(697), + [anon_sym_where] = ACTIONS(697), + [anon_sym_while] = ACTIONS(697), + [sym_mutable_specifier] = ACTIONS(697), + [sym_integer_literal] = ACTIONS(713), + [aux_sym_string_literal_token1] = ACTIONS(715), + [sym_char_literal] = ACTIONS(713), + [anon_sym_true] = ACTIONS(717), + [anon_sym_false] = ACTIONS(717), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(697), + [sym_super] = ACTIONS(697), + [sym_crate] = ACTIONS(697), + [sym__raw_string_literal_start] = ACTIONS(719), + [sym_float_literal] = ACTIONS(713), }, [STATE(129)] = { - [sym_token_tree] = STATE(190), - [sym_token_repetition] = STATE(190), - [sym__literal] = STATE(190), - [sym_string_literal] = STATE(188), - [sym_raw_string_literal] = STATE(188), - [sym_boolean_literal] = STATE(188), + [sym_delim_token_tree] = STATE(222), + [sym__delim_tokens] = STATE(223), + [sym__non_delim_token] = STATE(222), + [sym__literal] = STATE(221), + [sym_string_literal] = STATE(212), + [sym_raw_string_literal] = STATE(212), + [sym_boolean_literal] = STATE(212), [sym_line_comment] = STATE(129), [sym_block_comment] = STATE(129), - [aux_sym_token_tree_repeat1] = STATE(131), - [aux_sym__non_special_token_repeat1] = STATE(153), - [sym_identifier] = ACTIONS(711), - [anon_sym_SEMI] = ACTIONS(576), - [anon_sym_LPAREN] = ACTIONS(713), - [anon_sym_RPAREN] = ACTIONS(749), - [anon_sym_LBRACK] = ACTIONS(717), - [anon_sym_LBRACE] = ACTIONS(719), - [anon_sym_EQ_GT] = ACTIONS(576), - [anon_sym_COLON] = ACTIONS(586), - [anon_sym_DOLLAR] = ACTIONS(721), - [anon_sym_PLUS] = ACTIONS(586), - [anon_sym_STAR] = ACTIONS(586), - [anon_sym_QMARK] = ACTIONS(576), - [anon_sym_u8] = ACTIONS(711), - [anon_sym_i8] = ACTIONS(711), - [anon_sym_u16] = ACTIONS(711), - [anon_sym_i16] = ACTIONS(711), - [anon_sym_u32] = ACTIONS(711), - [anon_sym_i32] = ACTIONS(711), - [anon_sym_u64] = ACTIONS(711), - [anon_sym_i64] = ACTIONS(711), - [anon_sym_u128] = ACTIONS(711), - [anon_sym_i128] = ACTIONS(711), - [anon_sym_isize] = ACTIONS(711), - [anon_sym_usize] = ACTIONS(711), - [anon_sym_f32] = ACTIONS(711), - [anon_sym_f64] = ACTIONS(711), - [anon_sym_bool] = ACTIONS(711), - [anon_sym_str] = ACTIONS(711), - [anon_sym_char] = ACTIONS(711), - [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(576), - [anon_sym_PIPE_PIPE] = ACTIONS(576), - [anon_sym_LT_LT] = ACTIONS(586), - [anon_sym_GT_GT] = ACTIONS(586), - [anon_sym_PLUS_EQ] = ACTIONS(576), - [anon_sym_DASH_EQ] = ACTIONS(576), - [anon_sym_STAR_EQ] = ACTIONS(576), - [anon_sym_SLASH_EQ] = ACTIONS(576), - [anon_sym_PERCENT_EQ] = ACTIONS(576), - [anon_sym_CARET_EQ] = ACTIONS(576), - [anon_sym_AMP_EQ] = ACTIONS(576), - [anon_sym_PIPE_EQ] = ACTIONS(576), - [anon_sym_LT_LT_EQ] = ACTIONS(576), - [anon_sym_GT_GT_EQ] = ACTIONS(576), - [anon_sym_EQ] = ACTIONS(586), - [anon_sym_EQ_EQ] = ACTIONS(576), - [anon_sym_BANG_EQ] = ACTIONS(576), - [anon_sym_GT] = ACTIONS(586), - [anon_sym_LT] = ACTIONS(586), - [anon_sym_GT_EQ] = ACTIONS(576), - [anon_sym_LT_EQ] = ACTIONS(576), - [anon_sym_AT] = ACTIONS(576), - [anon_sym__] = ACTIONS(586), - [anon_sym_DOT] = ACTIONS(586), - [anon_sym_DOT_DOT] = ACTIONS(586), - [anon_sym_DOT_DOT_DOT] = ACTIONS(576), - [anon_sym_DOT_DOT_EQ] = ACTIONS(576), - [anon_sym_COMMA] = ACTIONS(576), - [anon_sym_COLON_COLON] = ACTIONS(576), - [anon_sym_DASH_GT] = ACTIONS(576), - [anon_sym_POUND] = ACTIONS(576), - [anon_sym_SQUOTE] = ACTIONS(711), - [anon_sym_as] = ACTIONS(711), - [anon_sym_async] = ACTIONS(711), - [anon_sym_await] = ACTIONS(711), - [anon_sym_break] = ACTIONS(711), - [anon_sym_const] = ACTIONS(711), - [anon_sym_continue] = ACTIONS(711), - [anon_sym_default] = ACTIONS(711), - [anon_sym_enum] = ACTIONS(711), - [anon_sym_fn] = ACTIONS(711), - [anon_sym_for] = ACTIONS(711), - [anon_sym_gen] = ACTIONS(711), - [anon_sym_if] = ACTIONS(711), - [anon_sym_impl] = ACTIONS(711), - [anon_sym_let] = ACTIONS(711), - [anon_sym_loop] = ACTIONS(711), - [anon_sym_match] = ACTIONS(711), - [anon_sym_mod] = ACTIONS(711), - [anon_sym_pub] = ACTIONS(711), - [anon_sym_return] = ACTIONS(711), - [anon_sym_static] = ACTIONS(711), - [anon_sym_struct] = ACTIONS(711), - [anon_sym_trait] = ACTIONS(711), - [anon_sym_type] = ACTIONS(711), - [anon_sym_union] = ACTIONS(711), - [anon_sym_unsafe] = ACTIONS(711), - [anon_sym_use] = ACTIONS(711), - [anon_sym_where] = ACTIONS(711), - [anon_sym_while] = ACTIONS(711), - [sym_mutable_specifier] = ACTIONS(711), - [sym_integer_literal] = ACTIONS(590), - [aux_sym_string_literal_token1] = ACTIONS(592), - [sym_char_literal] = ACTIONS(590), - [anon_sym_true] = ACTIONS(594), - [anon_sym_false] = ACTIONS(594), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(711), - [sym_super] = ACTIONS(711), - [sym_crate] = ACTIONS(711), - [sym_metavariable] = ACTIONS(723), - [sym__raw_string_literal_start] = ACTIONS(598), - [sym_float_literal] = ACTIONS(590), + [aux_sym__non_special_token_repeat1] = STATE(195), + [aux_sym_delim_token_tree_repeat1] = STATE(132), + [sym_identifier] = ACTIONS(697), + [anon_sym_SEMI] = ACTIONS(699), + [anon_sym_LPAREN] = ACTIONS(701), + [anon_sym_LBRACK] = ACTIONS(705), + [anon_sym_LBRACE] = ACTIONS(707), + [anon_sym_RBRACE] = ACTIONS(749), + [anon_sym_EQ_GT] = ACTIONS(699), + [anon_sym_COLON] = ACTIONS(709), + [anon_sym_DOLLAR] = ACTIONS(711), + [anon_sym_PLUS] = ACTIONS(709), + [anon_sym_STAR] = ACTIONS(709), + [anon_sym_QMARK] = ACTIONS(699), + [anon_sym_u8] = ACTIONS(697), + [anon_sym_i8] = ACTIONS(697), + [anon_sym_u16] = ACTIONS(697), + [anon_sym_i16] = ACTIONS(697), + [anon_sym_u32] = ACTIONS(697), + [anon_sym_i32] = ACTIONS(697), + [anon_sym_u64] = ACTIONS(697), + [anon_sym_i64] = ACTIONS(697), + [anon_sym_u128] = ACTIONS(697), + [anon_sym_i128] = ACTIONS(697), + [anon_sym_isize] = ACTIONS(697), + [anon_sym_usize] = ACTIONS(697), + [anon_sym_f32] = ACTIONS(697), + [anon_sym_f64] = ACTIONS(697), + [anon_sym_bool] = ACTIONS(697), + [anon_sym_str] = ACTIONS(697), + [anon_sym_char] = ACTIONS(697), + [anon_sym_DASH] = ACTIONS(709), + [anon_sym_SLASH] = ACTIONS(709), + [anon_sym_PERCENT] = ACTIONS(709), + [anon_sym_CARET] = ACTIONS(709), + [anon_sym_BANG] = ACTIONS(709), + [anon_sym_AMP] = ACTIONS(709), + [anon_sym_PIPE] = ACTIONS(709), + [anon_sym_AMP_AMP] = ACTIONS(699), + [anon_sym_PIPE_PIPE] = ACTIONS(699), + [anon_sym_LT_LT] = ACTIONS(709), + [anon_sym_GT_GT] = ACTIONS(709), + [anon_sym_PLUS_EQ] = ACTIONS(699), + [anon_sym_DASH_EQ] = ACTIONS(699), + [anon_sym_STAR_EQ] = ACTIONS(699), + [anon_sym_SLASH_EQ] = ACTIONS(699), + [anon_sym_PERCENT_EQ] = ACTIONS(699), + [anon_sym_CARET_EQ] = ACTIONS(699), + [anon_sym_AMP_EQ] = ACTIONS(699), + [anon_sym_PIPE_EQ] = ACTIONS(699), + [anon_sym_LT_LT_EQ] = ACTIONS(699), + [anon_sym_GT_GT_EQ] = ACTIONS(699), + [anon_sym_EQ] = ACTIONS(709), + [anon_sym_EQ_EQ] = ACTIONS(699), + [anon_sym_BANG_EQ] = ACTIONS(699), + [anon_sym_GT] = ACTIONS(709), + [anon_sym_LT] = ACTIONS(709), + [anon_sym_GT_EQ] = ACTIONS(699), + [anon_sym_LT_EQ] = ACTIONS(699), + [anon_sym_AT] = ACTIONS(699), + [anon_sym__] = ACTIONS(709), + [anon_sym_DOT] = ACTIONS(709), + [anon_sym_DOT_DOT] = ACTIONS(709), + [anon_sym_DOT_DOT_DOT] = ACTIONS(699), + [anon_sym_DOT_DOT_EQ] = ACTIONS(699), + [anon_sym_COMMA] = ACTIONS(699), + [anon_sym_COLON_COLON] = ACTIONS(699), + [anon_sym_DASH_GT] = ACTIONS(699), + [anon_sym_POUND] = ACTIONS(699), + [anon_sym_SQUOTE] = ACTIONS(697), + [anon_sym_as] = ACTIONS(697), + [anon_sym_async] = ACTIONS(697), + [anon_sym_await] = ACTIONS(697), + [anon_sym_break] = ACTIONS(697), + [anon_sym_const] = ACTIONS(697), + [anon_sym_continue] = ACTIONS(697), + [anon_sym_default] = ACTIONS(697), + [anon_sym_enum] = ACTIONS(697), + [anon_sym_fn] = ACTIONS(697), + [anon_sym_for] = ACTIONS(697), + [anon_sym_gen] = ACTIONS(697), + [anon_sym_if] = ACTIONS(697), + [anon_sym_impl] = ACTIONS(697), + [anon_sym_let] = ACTIONS(697), + [anon_sym_loop] = ACTIONS(697), + [anon_sym_match] = ACTIONS(697), + [anon_sym_mod] = ACTIONS(697), + [anon_sym_pub] = ACTIONS(697), + [anon_sym_return] = ACTIONS(697), + [anon_sym_static] = ACTIONS(697), + [anon_sym_struct] = ACTIONS(697), + [anon_sym_trait] = ACTIONS(697), + [anon_sym_type] = ACTIONS(697), + [anon_sym_union] = ACTIONS(697), + [anon_sym_unsafe] = ACTIONS(697), + [anon_sym_use] = ACTIONS(697), + [anon_sym_where] = ACTIONS(697), + [anon_sym_while] = ACTIONS(697), + [sym_mutable_specifier] = ACTIONS(697), + [sym_integer_literal] = ACTIONS(713), + [aux_sym_string_literal_token1] = ACTIONS(715), + [sym_char_literal] = ACTIONS(713), + [anon_sym_true] = ACTIONS(717), + [anon_sym_false] = ACTIONS(717), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(697), + [sym_super] = ACTIONS(697), + [sym_crate] = ACTIONS(697), + [sym__raw_string_literal_start] = ACTIONS(719), + [sym_float_literal] = ACTIONS(713), }, [STATE(130)] = { - [sym_delim_token_tree] = STATE(205), - [sym__delim_tokens] = STATE(204), - [sym__non_delim_token] = STATE(205), - [sym__literal] = STATE(246), - [sym_string_literal] = STATE(226), - [sym_raw_string_literal] = STATE(226), - [sym_boolean_literal] = STATE(226), + [sym_delim_token_tree] = STATE(222), + [sym__delim_tokens] = STATE(223), + [sym__non_delim_token] = STATE(222), + [sym__literal] = STATE(221), + [sym_string_literal] = STATE(212), + [sym_raw_string_literal] = STATE(212), + [sym_boolean_literal] = STATE(212), [sym_line_comment] = STATE(130), [sym_block_comment] = STATE(130), - [aux_sym__non_special_token_repeat1] = STATE(175), - [aux_sym_delim_token_tree_repeat1] = STATE(83), - [sym_identifier] = ACTIONS(683), - [anon_sym_SEMI] = ACTIONS(685), - [anon_sym_LPAREN] = ACTIONS(687), - [anon_sym_LBRACK] = ACTIONS(691), - [anon_sym_LBRACE] = ACTIONS(693), - [anon_sym_RBRACE] = ACTIONS(729), - [anon_sym_EQ_GT] = ACTIONS(685), - [anon_sym_COLON] = ACTIONS(695), - [anon_sym_DOLLAR] = ACTIONS(697), - [anon_sym_PLUS] = ACTIONS(695), - [anon_sym_STAR] = ACTIONS(695), - [anon_sym_QMARK] = ACTIONS(685), - [anon_sym_u8] = ACTIONS(683), - [anon_sym_i8] = ACTIONS(683), - [anon_sym_u16] = ACTIONS(683), - [anon_sym_i16] = ACTIONS(683), - [anon_sym_u32] = ACTIONS(683), - [anon_sym_i32] = ACTIONS(683), - [anon_sym_u64] = ACTIONS(683), - [anon_sym_i64] = ACTIONS(683), - [anon_sym_u128] = ACTIONS(683), - [anon_sym_i128] = ACTIONS(683), - [anon_sym_isize] = ACTIONS(683), - [anon_sym_usize] = ACTIONS(683), - [anon_sym_f32] = ACTIONS(683), - [anon_sym_f64] = ACTIONS(683), - [anon_sym_bool] = ACTIONS(683), - [anon_sym_str] = ACTIONS(683), - [anon_sym_char] = ACTIONS(683), - [anon_sym_DASH] = ACTIONS(695), - [anon_sym_SLASH] = ACTIONS(695), - [anon_sym_PERCENT] = ACTIONS(695), - [anon_sym_CARET] = ACTIONS(695), - [anon_sym_BANG] = ACTIONS(695), - [anon_sym_AMP] = ACTIONS(695), - [anon_sym_PIPE] = ACTIONS(695), - [anon_sym_AMP_AMP] = ACTIONS(685), - [anon_sym_PIPE_PIPE] = ACTIONS(685), - [anon_sym_LT_LT] = ACTIONS(695), - [anon_sym_GT_GT] = ACTIONS(695), - [anon_sym_PLUS_EQ] = ACTIONS(685), - [anon_sym_DASH_EQ] = ACTIONS(685), - [anon_sym_STAR_EQ] = ACTIONS(685), - [anon_sym_SLASH_EQ] = ACTIONS(685), - [anon_sym_PERCENT_EQ] = ACTIONS(685), - [anon_sym_CARET_EQ] = ACTIONS(685), - [anon_sym_AMP_EQ] = ACTIONS(685), - [anon_sym_PIPE_EQ] = ACTIONS(685), - [anon_sym_LT_LT_EQ] = ACTIONS(685), - [anon_sym_GT_GT_EQ] = ACTIONS(685), - [anon_sym_EQ] = ACTIONS(695), - [anon_sym_EQ_EQ] = ACTIONS(685), - [anon_sym_BANG_EQ] = ACTIONS(685), - [anon_sym_GT] = ACTIONS(695), - [anon_sym_LT] = ACTIONS(695), - [anon_sym_GT_EQ] = ACTIONS(685), - [anon_sym_LT_EQ] = ACTIONS(685), - [anon_sym_AT] = ACTIONS(685), - [anon_sym__] = ACTIONS(695), - [anon_sym_DOT] = ACTIONS(695), - [anon_sym_DOT_DOT] = ACTIONS(695), - [anon_sym_DOT_DOT_DOT] = ACTIONS(685), - [anon_sym_DOT_DOT_EQ] = ACTIONS(685), - [anon_sym_COMMA] = ACTIONS(685), - [anon_sym_COLON_COLON] = ACTIONS(685), - [anon_sym_DASH_GT] = ACTIONS(685), - [anon_sym_POUND] = ACTIONS(685), - [anon_sym_SQUOTE] = ACTIONS(683), - [anon_sym_as] = ACTIONS(683), - [anon_sym_async] = ACTIONS(683), - [anon_sym_await] = ACTIONS(683), - [anon_sym_break] = ACTIONS(683), - [anon_sym_const] = ACTIONS(683), - [anon_sym_continue] = ACTIONS(683), - [anon_sym_default] = ACTIONS(683), - [anon_sym_enum] = ACTIONS(683), - [anon_sym_fn] = ACTIONS(683), - [anon_sym_for] = ACTIONS(683), - [anon_sym_gen] = ACTIONS(683), - [anon_sym_if] = ACTIONS(683), - [anon_sym_impl] = ACTIONS(683), - [anon_sym_let] = ACTIONS(683), - [anon_sym_loop] = ACTIONS(683), - [anon_sym_match] = ACTIONS(683), - [anon_sym_mod] = ACTIONS(683), - [anon_sym_pub] = ACTIONS(683), - [anon_sym_return] = ACTIONS(683), - [anon_sym_static] = ACTIONS(683), - [anon_sym_struct] = ACTIONS(683), - [anon_sym_trait] = ACTIONS(683), - [anon_sym_type] = ACTIONS(683), - [anon_sym_union] = ACTIONS(683), - [anon_sym_unsafe] = ACTIONS(683), - [anon_sym_use] = ACTIONS(683), - [anon_sym_where] = ACTIONS(683), - [anon_sym_while] = ACTIONS(683), - [sym_mutable_specifier] = ACTIONS(683), - [sym_integer_literal] = ACTIONS(699), - [aux_sym_string_literal_token1] = ACTIONS(701), - [sym_char_literal] = ACTIONS(699), - [anon_sym_true] = ACTIONS(703), - [anon_sym_false] = ACTIONS(703), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(683), - [sym_super] = ACTIONS(683), - [sym_crate] = ACTIONS(683), - [sym__raw_string_literal_start] = ACTIONS(705), - [sym_float_literal] = ACTIONS(699), + [aux_sym__non_special_token_repeat1] = STATE(195), + [aux_sym_delim_token_tree_repeat1] = STATE(73), + [sym_identifier] = ACTIONS(697), + [anon_sym_SEMI] = ACTIONS(699), + [anon_sym_LPAREN] = ACTIONS(701), + [anon_sym_RPAREN] = ACTIONS(751), + [anon_sym_LBRACK] = ACTIONS(705), + [anon_sym_LBRACE] = ACTIONS(707), + [anon_sym_EQ_GT] = ACTIONS(699), + [anon_sym_COLON] = ACTIONS(709), + [anon_sym_DOLLAR] = ACTIONS(711), + [anon_sym_PLUS] = ACTIONS(709), + [anon_sym_STAR] = ACTIONS(709), + [anon_sym_QMARK] = ACTIONS(699), + [anon_sym_u8] = ACTIONS(697), + [anon_sym_i8] = ACTIONS(697), + [anon_sym_u16] = ACTIONS(697), + [anon_sym_i16] = ACTIONS(697), + [anon_sym_u32] = ACTIONS(697), + [anon_sym_i32] = ACTIONS(697), + [anon_sym_u64] = ACTIONS(697), + [anon_sym_i64] = ACTIONS(697), + [anon_sym_u128] = ACTIONS(697), + [anon_sym_i128] = ACTIONS(697), + [anon_sym_isize] = ACTIONS(697), + [anon_sym_usize] = ACTIONS(697), + [anon_sym_f32] = ACTIONS(697), + [anon_sym_f64] = ACTIONS(697), + [anon_sym_bool] = ACTIONS(697), + [anon_sym_str] = ACTIONS(697), + [anon_sym_char] = ACTIONS(697), + [anon_sym_DASH] = ACTIONS(709), + [anon_sym_SLASH] = ACTIONS(709), + [anon_sym_PERCENT] = ACTIONS(709), + [anon_sym_CARET] = ACTIONS(709), + [anon_sym_BANG] = ACTIONS(709), + [anon_sym_AMP] = ACTIONS(709), + [anon_sym_PIPE] = ACTIONS(709), + [anon_sym_AMP_AMP] = ACTIONS(699), + [anon_sym_PIPE_PIPE] = ACTIONS(699), + [anon_sym_LT_LT] = ACTIONS(709), + [anon_sym_GT_GT] = ACTIONS(709), + [anon_sym_PLUS_EQ] = ACTIONS(699), + [anon_sym_DASH_EQ] = ACTIONS(699), + [anon_sym_STAR_EQ] = ACTIONS(699), + [anon_sym_SLASH_EQ] = ACTIONS(699), + [anon_sym_PERCENT_EQ] = ACTIONS(699), + [anon_sym_CARET_EQ] = ACTIONS(699), + [anon_sym_AMP_EQ] = ACTIONS(699), + [anon_sym_PIPE_EQ] = ACTIONS(699), + [anon_sym_LT_LT_EQ] = ACTIONS(699), + [anon_sym_GT_GT_EQ] = ACTIONS(699), + [anon_sym_EQ] = ACTIONS(709), + [anon_sym_EQ_EQ] = ACTIONS(699), + [anon_sym_BANG_EQ] = ACTIONS(699), + [anon_sym_GT] = ACTIONS(709), + [anon_sym_LT] = ACTIONS(709), + [anon_sym_GT_EQ] = ACTIONS(699), + [anon_sym_LT_EQ] = ACTIONS(699), + [anon_sym_AT] = ACTIONS(699), + [anon_sym__] = ACTIONS(709), + [anon_sym_DOT] = ACTIONS(709), + [anon_sym_DOT_DOT] = ACTIONS(709), + [anon_sym_DOT_DOT_DOT] = ACTIONS(699), + [anon_sym_DOT_DOT_EQ] = ACTIONS(699), + [anon_sym_COMMA] = ACTIONS(699), + [anon_sym_COLON_COLON] = ACTIONS(699), + [anon_sym_DASH_GT] = ACTIONS(699), + [anon_sym_POUND] = ACTIONS(699), + [anon_sym_SQUOTE] = ACTIONS(697), + [anon_sym_as] = ACTIONS(697), + [anon_sym_async] = ACTIONS(697), + [anon_sym_await] = ACTIONS(697), + [anon_sym_break] = ACTIONS(697), + [anon_sym_const] = ACTIONS(697), + [anon_sym_continue] = ACTIONS(697), + [anon_sym_default] = ACTIONS(697), + [anon_sym_enum] = ACTIONS(697), + [anon_sym_fn] = ACTIONS(697), + [anon_sym_for] = ACTIONS(697), + [anon_sym_gen] = ACTIONS(697), + [anon_sym_if] = ACTIONS(697), + [anon_sym_impl] = ACTIONS(697), + [anon_sym_let] = ACTIONS(697), + [anon_sym_loop] = ACTIONS(697), + [anon_sym_match] = ACTIONS(697), + [anon_sym_mod] = ACTIONS(697), + [anon_sym_pub] = ACTIONS(697), + [anon_sym_return] = ACTIONS(697), + [anon_sym_static] = ACTIONS(697), + [anon_sym_struct] = ACTIONS(697), + [anon_sym_trait] = ACTIONS(697), + [anon_sym_type] = ACTIONS(697), + [anon_sym_union] = ACTIONS(697), + [anon_sym_unsafe] = ACTIONS(697), + [anon_sym_use] = ACTIONS(697), + [anon_sym_where] = ACTIONS(697), + [anon_sym_while] = ACTIONS(697), + [sym_mutable_specifier] = ACTIONS(697), + [sym_integer_literal] = ACTIONS(713), + [aux_sym_string_literal_token1] = ACTIONS(715), + [sym_char_literal] = ACTIONS(713), + [anon_sym_true] = ACTIONS(717), + [anon_sym_false] = ACTIONS(717), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(697), + [sym_super] = ACTIONS(697), + [sym_crate] = ACTIONS(697), + [sym__raw_string_literal_start] = ACTIONS(719), + [sym_float_literal] = ACTIONS(713), }, [STATE(131)] = { - [sym_token_tree] = STATE(190), - [sym_token_repetition] = STATE(190), - [sym__literal] = STATE(190), - [sym_string_literal] = STATE(188), - [sym_raw_string_literal] = STATE(188), - [sym_boolean_literal] = STATE(188), + [sym_delim_token_tree] = STATE(222), + [sym__delim_tokens] = STATE(223), + [sym__non_delim_token] = STATE(222), + [sym__literal] = STATE(221), + [sym_string_literal] = STATE(212), + [sym_raw_string_literal] = STATE(212), + [sym_boolean_literal] = STATE(212), [sym_line_comment] = STATE(131), [sym_block_comment] = STATE(131), - [aux_sym_token_tree_repeat1] = STATE(82), - [aux_sym__non_special_token_repeat1] = STATE(153), - [sym_identifier] = ACTIONS(711), - [anon_sym_SEMI] = ACTIONS(576), - [anon_sym_LPAREN] = ACTIONS(713), - [anon_sym_RPAREN] = ACTIONS(751), - [anon_sym_LBRACK] = ACTIONS(717), - [anon_sym_LBRACE] = ACTIONS(719), - [anon_sym_EQ_GT] = ACTIONS(576), - [anon_sym_COLON] = ACTIONS(586), - [anon_sym_DOLLAR] = ACTIONS(721), - [anon_sym_PLUS] = ACTIONS(586), - [anon_sym_STAR] = ACTIONS(586), - [anon_sym_QMARK] = ACTIONS(576), - [anon_sym_u8] = ACTIONS(711), - [anon_sym_i8] = ACTIONS(711), - [anon_sym_u16] = ACTIONS(711), - [anon_sym_i16] = ACTIONS(711), - [anon_sym_u32] = ACTIONS(711), - [anon_sym_i32] = ACTIONS(711), - [anon_sym_u64] = ACTIONS(711), - [anon_sym_i64] = ACTIONS(711), - [anon_sym_u128] = ACTIONS(711), - [anon_sym_i128] = ACTIONS(711), - [anon_sym_isize] = ACTIONS(711), - [anon_sym_usize] = ACTIONS(711), - [anon_sym_f32] = ACTIONS(711), - [anon_sym_f64] = ACTIONS(711), - [anon_sym_bool] = ACTIONS(711), - [anon_sym_str] = ACTIONS(711), - [anon_sym_char] = ACTIONS(711), - [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(576), - [anon_sym_PIPE_PIPE] = ACTIONS(576), - [anon_sym_LT_LT] = ACTIONS(586), - [anon_sym_GT_GT] = ACTIONS(586), - [anon_sym_PLUS_EQ] = ACTIONS(576), - [anon_sym_DASH_EQ] = ACTIONS(576), - [anon_sym_STAR_EQ] = ACTIONS(576), - [anon_sym_SLASH_EQ] = ACTIONS(576), - [anon_sym_PERCENT_EQ] = ACTIONS(576), - [anon_sym_CARET_EQ] = ACTIONS(576), - [anon_sym_AMP_EQ] = ACTIONS(576), - [anon_sym_PIPE_EQ] = ACTIONS(576), - [anon_sym_LT_LT_EQ] = ACTIONS(576), - [anon_sym_GT_GT_EQ] = ACTIONS(576), - [anon_sym_EQ] = ACTIONS(586), - [anon_sym_EQ_EQ] = ACTIONS(576), - [anon_sym_BANG_EQ] = ACTIONS(576), - [anon_sym_GT] = ACTIONS(586), - [anon_sym_LT] = ACTIONS(586), - [anon_sym_GT_EQ] = ACTIONS(576), - [anon_sym_LT_EQ] = ACTIONS(576), - [anon_sym_AT] = ACTIONS(576), - [anon_sym__] = ACTIONS(586), - [anon_sym_DOT] = ACTIONS(586), - [anon_sym_DOT_DOT] = ACTIONS(586), - [anon_sym_DOT_DOT_DOT] = ACTIONS(576), - [anon_sym_DOT_DOT_EQ] = ACTIONS(576), - [anon_sym_COMMA] = ACTIONS(576), - [anon_sym_COLON_COLON] = ACTIONS(576), - [anon_sym_DASH_GT] = ACTIONS(576), - [anon_sym_POUND] = ACTIONS(576), - [anon_sym_SQUOTE] = ACTIONS(711), - [anon_sym_as] = ACTIONS(711), - [anon_sym_async] = ACTIONS(711), - [anon_sym_await] = ACTIONS(711), - [anon_sym_break] = ACTIONS(711), - [anon_sym_const] = ACTIONS(711), - [anon_sym_continue] = ACTIONS(711), - [anon_sym_default] = ACTIONS(711), - [anon_sym_enum] = ACTIONS(711), - [anon_sym_fn] = ACTIONS(711), - [anon_sym_for] = ACTIONS(711), - [anon_sym_gen] = ACTIONS(711), - [anon_sym_if] = ACTIONS(711), - [anon_sym_impl] = ACTIONS(711), - [anon_sym_let] = ACTIONS(711), - [anon_sym_loop] = ACTIONS(711), - [anon_sym_match] = ACTIONS(711), - [anon_sym_mod] = ACTIONS(711), - [anon_sym_pub] = ACTIONS(711), - [anon_sym_return] = ACTIONS(711), - [anon_sym_static] = ACTIONS(711), - [anon_sym_struct] = ACTIONS(711), - [anon_sym_trait] = ACTIONS(711), - [anon_sym_type] = ACTIONS(711), - [anon_sym_union] = ACTIONS(711), - [anon_sym_unsafe] = ACTIONS(711), - [anon_sym_use] = ACTIONS(711), - [anon_sym_where] = ACTIONS(711), - [anon_sym_while] = ACTIONS(711), - [sym_mutable_specifier] = ACTIONS(711), - [sym_integer_literal] = ACTIONS(590), - [aux_sym_string_literal_token1] = ACTIONS(592), - [sym_char_literal] = ACTIONS(590), - [anon_sym_true] = ACTIONS(594), - [anon_sym_false] = ACTIONS(594), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(711), - [sym_super] = ACTIONS(711), - [sym_crate] = ACTIONS(711), - [sym_metavariable] = ACTIONS(723), - [sym__raw_string_literal_start] = ACTIONS(598), - [sym_float_literal] = ACTIONS(590), + [aux_sym__non_special_token_repeat1] = STATE(195), + [aux_sym_delim_token_tree_repeat1] = STATE(73), + [sym_identifier] = ACTIONS(697), + [anon_sym_SEMI] = ACTIONS(699), + [anon_sym_LPAREN] = ACTIONS(701), + [anon_sym_LBRACK] = ACTIONS(705), + [anon_sym_RBRACK] = ACTIONS(751), + [anon_sym_LBRACE] = ACTIONS(707), + [anon_sym_EQ_GT] = ACTIONS(699), + [anon_sym_COLON] = ACTIONS(709), + [anon_sym_DOLLAR] = ACTIONS(711), + [anon_sym_PLUS] = ACTIONS(709), + [anon_sym_STAR] = ACTIONS(709), + [anon_sym_QMARK] = ACTIONS(699), + [anon_sym_u8] = ACTIONS(697), + [anon_sym_i8] = ACTIONS(697), + [anon_sym_u16] = ACTIONS(697), + [anon_sym_i16] = ACTIONS(697), + [anon_sym_u32] = ACTIONS(697), + [anon_sym_i32] = ACTIONS(697), + [anon_sym_u64] = ACTIONS(697), + [anon_sym_i64] = ACTIONS(697), + [anon_sym_u128] = ACTIONS(697), + [anon_sym_i128] = ACTIONS(697), + [anon_sym_isize] = ACTIONS(697), + [anon_sym_usize] = ACTIONS(697), + [anon_sym_f32] = ACTIONS(697), + [anon_sym_f64] = ACTIONS(697), + [anon_sym_bool] = ACTIONS(697), + [anon_sym_str] = ACTIONS(697), + [anon_sym_char] = ACTIONS(697), + [anon_sym_DASH] = ACTIONS(709), + [anon_sym_SLASH] = ACTIONS(709), + [anon_sym_PERCENT] = ACTIONS(709), + [anon_sym_CARET] = ACTIONS(709), + [anon_sym_BANG] = ACTIONS(709), + [anon_sym_AMP] = ACTIONS(709), + [anon_sym_PIPE] = ACTIONS(709), + [anon_sym_AMP_AMP] = ACTIONS(699), + [anon_sym_PIPE_PIPE] = ACTIONS(699), + [anon_sym_LT_LT] = ACTIONS(709), + [anon_sym_GT_GT] = ACTIONS(709), + [anon_sym_PLUS_EQ] = ACTIONS(699), + [anon_sym_DASH_EQ] = ACTIONS(699), + [anon_sym_STAR_EQ] = ACTIONS(699), + [anon_sym_SLASH_EQ] = ACTIONS(699), + [anon_sym_PERCENT_EQ] = ACTIONS(699), + [anon_sym_CARET_EQ] = ACTIONS(699), + [anon_sym_AMP_EQ] = ACTIONS(699), + [anon_sym_PIPE_EQ] = ACTIONS(699), + [anon_sym_LT_LT_EQ] = ACTIONS(699), + [anon_sym_GT_GT_EQ] = ACTIONS(699), + [anon_sym_EQ] = ACTIONS(709), + [anon_sym_EQ_EQ] = ACTIONS(699), + [anon_sym_BANG_EQ] = ACTIONS(699), + [anon_sym_GT] = ACTIONS(709), + [anon_sym_LT] = ACTIONS(709), + [anon_sym_GT_EQ] = ACTIONS(699), + [anon_sym_LT_EQ] = ACTIONS(699), + [anon_sym_AT] = ACTIONS(699), + [anon_sym__] = ACTIONS(709), + [anon_sym_DOT] = ACTIONS(709), + [anon_sym_DOT_DOT] = ACTIONS(709), + [anon_sym_DOT_DOT_DOT] = ACTIONS(699), + [anon_sym_DOT_DOT_EQ] = ACTIONS(699), + [anon_sym_COMMA] = ACTIONS(699), + [anon_sym_COLON_COLON] = ACTIONS(699), + [anon_sym_DASH_GT] = ACTIONS(699), + [anon_sym_POUND] = ACTIONS(699), + [anon_sym_SQUOTE] = ACTIONS(697), + [anon_sym_as] = ACTIONS(697), + [anon_sym_async] = ACTIONS(697), + [anon_sym_await] = ACTIONS(697), + [anon_sym_break] = ACTIONS(697), + [anon_sym_const] = ACTIONS(697), + [anon_sym_continue] = ACTIONS(697), + [anon_sym_default] = ACTIONS(697), + [anon_sym_enum] = ACTIONS(697), + [anon_sym_fn] = ACTIONS(697), + [anon_sym_for] = ACTIONS(697), + [anon_sym_gen] = ACTIONS(697), + [anon_sym_if] = ACTIONS(697), + [anon_sym_impl] = ACTIONS(697), + [anon_sym_let] = ACTIONS(697), + [anon_sym_loop] = ACTIONS(697), + [anon_sym_match] = ACTIONS(697), + [anon_sym_mod] = ACTIONS(697), + [anon_sym_pub] = ACTIONS(697), + [anon_sym_return] = ACTIONS(697), + [anon_sym_static] = ACTIONS(697), + [anon_sym_struct] = ACTIONS(697), + [anon_sym_trait] = ACTIONS(697), + [anon_sym_type] = ACTIONS(697), + [anon_sym_union] = ACTIONS(697), + [anon_sym_unsafe] = ACTIONS(697), + [anon_sym_use] = ACTIONS(697), + [anon_sym_where] = ACTIONS(697), + [anon_sym_while] = ACTIONS(697), + [sym_mutable_specifier] = ACTIONS(697), + [sym_integer_literal] = ACTIONS(713), + [aux_sym_string_literal_token1] = ACTIONS(715), + [sym_char_literal] = ACTIONS(713), + [anon_sym_true] = ACTIONS(717), + [anon_sym_false] = ACTIONS(717), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(697), + [sym_super] = ACTIONS(697), + [sym_crate] = ACTIONS(697), + [sym__raw_string_literal_start] = ACTIONS(719), + [sym_float_literal] = ACTIONS(713), }, [STATE(132)] = { - [sym_delim_token_tree] = STATE(205), - [sym__delim_tokens] = STATE(204), - [sym__non_delim_token] = STATE(205), - [sym__literal] = STATE(246), - [sym_string_literal] = STATE(226), - [sym_raw_string_literal] = STATE(226), - [sym_boolean_literal] = STATE(226), + [sym_delim_token_tree] = STATE(222), + [sym__delim_tokens] = STATE(223), + [sym__non_delim_token] = STATE(222), + [sym__literal] = STATE(221), + [sym_string_literal] = STATE(212), + [sym_raw_string_literal] = STATE(212), + [sym_boolean_literal] = STATE(212), [sym_line_comment] = STATE(132), [sym_block_comment] = STATE(132), - [aux_sym__non_special_token_repeat1] = STATE(175), - [aux_sym_delim_token_tree_repeat1] = STATE(83), - [sym_identifier] = ACTIONS(683), - [anon_sym_SEMI] = ACTIONS(685), - [anon_sym_LPAREN] = ACTIONS(687), - [anon_sym_RPAREN] = ACTIONS(707), - [anon_sym_LBRACK] = ACTIONS(691), - [anon_sym_LBRACE] = ACTIONS(693), - [anon_sym_EQ_GT] = ACTIONS(685), - [anon_sym_COLON] = ACTIONS(695), - [anon_sym_DOLLAR] = ACTIONS(697), - [anon_sym_PLUS] = ACTIONS(695), - [anon_sym_STAR] = ACTIONS(695), - [anon_sym_QMARK] = ACTIONS(685), - [anon_sym_u8] = ACTIONS(683), - [anon_sym_i8] = ACTIONS(683), - [anon_sym_u16] = ACTIONS(683), - [anon_sym_i16] = ACTIONS(683), - [anon_sym_u32] = ACTIONS(683), - [anon_sym_i32] = ACTIONS(683), - [anon_sym_u64] = ACTIONS(683), - [anon_sym_i64] = ACTIONS(683), - [anon_sym_u128] = ACTIONS(683), - [anon_sym_i128] = ACTIONS(683), - [anon_sym_isize] = ACTIONS(683), - [anon_sym_usize] = ACTIONS(683), - [anon_sym_f32] = ACTIONS(683), - [anon_sym_f64] = ACTIONS(683), - [anon_sym_bool] = ACTIONS(683), - [anon_sym_str] = ACTIONS(683), - [anon_sym_char] = ACTIONS(683), - [anon_sym_DASH] = ACTIONS(695), - [anon_sym_SLASH] = ACTIONS(695), - [anon_sym_PERCENT] = ACTIONS(695), - [anon_sym_CARET] = ACTIONS(695), - [anon_sym_BANG] = ACTIONS(695), - [anon_sym_AMP] = ACTIONS(695), - [anon_sym_PIPE] = ACTIONS(695), - [anon_sym_AMP_AMP] = ACTIONS(685), - [anon_sym_PIPE_PIPE] = ACTIONS(685), - [anon_sym_LT_LT] = ACTIONS(695), - [anon_sym_GT_GT] = ACTIONS(695), - [anon_sym_PLUS_EQ] = ACTIONS(685), - [anon_sym_DASH_EQ] = ACTIONS(685), - [anon_sym_STAR_EQ] = ACTIONS(685), - [anon_sym_SLASH_EQ] = ACTIONS(685), - [anon_sym_PERCENT_EQ] = ACTIONS(685), - [anon_sym_CARET_EQ] = ACTIONS(685), - [anon_sym_AMP_EQ] = ACTIONS(685), - [anon_sym_PIPE_EQ] = ACTIONS(685), - [anon_sym_LT_LT_EQ] = ACTIONS(685), - [anon_sym_GT_GT_EQ] = ACTIONS(685), - [anon_sym_EQ] = ACTIONS(695), - [anon_sym_EQ_EQ] = ACTIONS(685), - [anon_sym_BANG_EQ] = ACTIONS(685), - [anon_sym_GT] = ACTIONS(695), - [anon_sym_LT] = ACTIONS(695), - [anon_sym_GT_EQ] = ACTIONS(685), - [anon_sym_LT_EQ] = ACTIONS(685), - [anon_sym_AT] = ACTIONS(685), - [anon_sym__] = ACTIONS(695), - [anon_sym_DOT] = ACTIONS(695), - [anon_sym_DOT_DOT] = ACTIONS(695), - [anon_sym_DOT_DOT_DOT] = ACTIONS(685), - [anon_sym_DOT_DOT_EQ] = ACTIONS(685), - [anon_sym_COMMA] = ACTIONS(685), - [anon_sym_COLON_COLON] = ACTIONS(685), - [anon_sym_DASH_GT] = ACTIONS(685), - [anon_sym_POUND] = ACTIONS(685), - [anon_sym_SQUOTE] = ACTIONS(683), - [anon_sym_as] = ACTIONS(683), - [anon_sym_async] = ACTIONS(683), - [anon_sym_await] = ACTIONS(683), - [anon_sym_break] = ACTIONS(683), - [anon_sym_const] = ACTIONS(683), - [anon_sym_continue] = ACTIONS(683), - [anon_sym_default] = ACTIONS(683), - [anon_sym_enum] = ACTIONS(683), - [anon_sym_fn] = ACTIONS(683), - [anon_sym_for] = ACTIONS(683), - [anon_sym_gen] = ACTIONS(683), - [anon_sym_if] = ACTIONS(683), - [anon_sym_impl] = ACTIONS(683), - [anon_sym_let] = ACTIONS(683), - [anon_sym_loop] = ACTIONS(683), - [anon_sym_match] = ACTIONS(683), - [anon_sym_mod] = ACTIONS(683), - [anon_sym_pub] = ACTIONS(683), - [anon_sym_return] = ACTIONS(683), - [anon_sym_static] = ACTIONS(683), - [anon_sym_struct] = ACTIONS(683), - [anon_sym_trait] = ACTIONS(683), - [anon_sym_type] = ACTIONS(683), - [anon_sym_union] = ACTIONS(683), - [anon_sym_unsafe] = ACTIONS(683), - [anon_sym_use] = ACTIONS(683), - [anon_sym_where] = ACTIONS(683), - [anon_sym_while] = ACTIONS(683), - [sym_mutable_specifier] = ACTIONS(683), - [sym_integer_literal] = ACTIONS(699), - [aux_sym_string_literal_token1] = ACTIONS(701), - [sym_char_literal] = ACTIONS(699), - [anon_sym_true] = ACTIONS(703), - [anon_sym_false] = ACTIONS(703), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(683), - [sym_super] = ACTIONS(683), - [sym_crate] = ACTIONS(683), - [sym__raw_string_literal_start] = ACTIONS(705), - [sym_float_literal] = ACTIONS(699), + [aux_sym__non_special_token_repeat1] = STATE(195), + [aux_sym_delim_token_tree_repeat1] = STATE(73), + [sym_identifier] = ACTIONS(697), + [anon_sym_SEMI] = ACTIONS(699), + [anon_sym_LPAREN] = ACTIONS(701), + [anon_sym_LBRACK] = ACTIONS(705), + [anon_sym_LBRACE] = ACTIONS(707), + [anon_sym_RBRACE] = ACTIONS(751), + [anon_sym_EQ_GT] = ACTIONS(699), + [anon_sym_COLON] = ACTIONS(709), + [anon_sym_DOLLAR] = ACTIONS(711), + [anon_sym_PLUS] = ACTIONS(709), + [anon_sym_STAR] = ACTIONS(709), + [anon_sym_QMARK] = ACTIONS(699), + [anon_sym_u8] = ACTIONS(697), + [anon_sym_i8] = ACTIONS(697), + [anon_sym_u16] = ACTIONS(697), + [anon_sym_i16] = ACTIONS(697), + [anon_sym_u32] = ACTIONS(697), + [anon_sym_i32] = ACTIONS(697), + [anon_sym_u64] = ACTIONS(697), + [anon_sym_i64] = ACTIONS(697), + [anon_sym_u128] = ACTIONS(697), + [anon_sym_i128] = ACTIONS(697), + [anon_sym_isize] = ACTIONS(697), + [anon_sym_usize] = ACTIONS(697), + [anon_sym_f32] = ACTIONS(697), + [anon_sym_f64] = ACTIONS(697), + [anon_sym_bool] = ACTIONS(697), + [anon_sym_str] = ACTIONS(697), + [anon_sym_char] = ACTIONS(697), + [anon_sym_DASH] = ACTIONS(709), + [anon_sym_SLASH] = ACTIONS(709), + [anon_sym_PERCENT] = ACTIONS(709), + [anon_sym_CARET] = ACTIONS(709), + [anon_sym_BANG] = ACTIONS(709), + [anon_sym_AMP] = ACTIONS(709), + [anon_sym_PIPE] = ACTIONS(709), + [anon_sym_AMP_AMP] = ACTIONS(699), + [anon_sym_PIPE_PIPE] = ACTIONS(699), + [anon_sym_LT_LT] = ACTIONS(709), + [anon_sym_GT_GT] = ACTIONS(709), + [anon_sym_PLUS_EQ] = ACTIONS(699), + [anon_sym_DASH_EQ] = ACTIONS(699), + [anon_sym_STAR_EQ] = ACTIONS(699), + [anon_sym_SLASH_EQ] = ACTIONS(699), + [anon_sym_PERCENT_EQ] = ACTIONS(699), + [anon_sym_CARET_EQ] = ACTIONS(699), + [anon_sym_AMP_EQ] = ACTIONS(699), + [anon_sym_PIPE_EQ] = ACTIONS(699), + [anon_sym_LT_LT_EQ] = ACTIONS(699), + [anon_sym_GT_GT_EQ] = ACTIONS(699), + [anon_sym_EQ] = ACTIONS(709), + [anon_sym_EQ_EQ] = ACTIONS(699), + [anon_sym_BANG_EQ] = ACTIONS(699), + [anon_sym_GT] = ACTIONS(709), + [anon_sym_LT] = ACTIONS(709), + [anon_sym_GT_EQ] = ACTIONS(699), + [anon_sym_LT_EQ] = ACTIONS(699), + [anon_sym_AT] = ACTIONS(699), + [anon_sym__] = ACTIONS(709), + [anon_sym_DOT] = ACTIONS(709), + [anon_sym_DOT_DOT] = ACTIONS(709), + [anon_sym_DOT_DOT_DOT] = ACTIONS(699), + [anon_sym_DOT_DOT_EQ] = ACTIONS(699), + [anon_sym_COMMA] = ACTIONS(699), + [anon_sym_COLON_COLON] = ACTIONS(699), + [anon_sym_DASH_GT] = ACTIONS(699), + [anon_sym_POUND] = ACTIONS(699), + [anon_sym_SQUOTE] = ACTIONS(697), + [anon_sym_as] = ACTIONS(697), + [anon_sym_async] = ACTIONS(697), + [anon_sym_await] = ACTIONS(697), + [anon_sym_break] = ACTIONS(697), + [anon_sym_const] = ACTIONS(697), + [anon_sym_continue] = ACTIONS(697), + [anon_sym_default] = ACTIONS(697), + [anon_sym_enum] = ACTIONS(697), + [anon_sym_fn] = ACTIONS(697), + [anon_sym_for] = ACTIONS(697), + [anon_sym_gen] = ACTIONS(697), + [anon_sym_if] = ACTIONS(697), + [anon_sym_impl] = ACTIONS(697), + [anon_sym_let] = ACTIONS(697), + [anon_sym_loop] = ACTIONS(697), + [anon_sym_match] = ACTIONS(697), + [anon_sym_mod] = ACTIONS(697), + [anon_sym_pub] = ACTIONS(697), + [anon_sym_return] = ACTIONS(697), + [anon_sym_static] = ACTIONS(697), + [anon_sym_struct] = ACTIONS(697), + [anon_sym_trait] = ACTIONS(697), + [anon_sym_type] = ACTIONS(697), + [anon_sym_union] = ACTIONS(697), + [anon_sym_unsafe] = ACTIONS(697), + [anon_sym_use] = ACTIONS(697), + [anon_sym_where] = ACTIONS(697), + [anon_sym_while] = ACTIONS(697), + [sym_mutable_specifier] = ACTIONS(697), + [sym_integer_literal] = ACTIONS(713), + [aux_sym_string_literal_token1] = ACTIONS(715), + [sym_char_literal] = ACTIONS(713), + [anon_sym_true] = ACTIONS(717), + [anon_sym_false] = ACTIONS(717), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(697), + [sym_super] = ACTIONS(697), + [sym_crate] = ACTIONS(697), + [sym__raw_string_literal_start] = ACTIONS(719), + [sym_float_literal] = ACTIONS(713), }, [STATE(133)] = { - [sym_delim_token_tree] = STATE(205), - [sym__delim_tokens] = STATE(204), - [sym__non_delim_token] = STATE(205), - [sym__literal] = STATE(246), - [sym_string_literal] = STATE(226), - [sym_raw_string_literal] = STATE(226), - [sym_boolean_literal] = STATE(226), + [sym_delim_token_tree] = STATE(222), + [sym__delim_tokens] = STATE(223), + [sym__non_delim_token] = STATE(222), + [sym__literal] = STATE(221), + [sym_string_literal] = STATE(212), + [sym_raw_string_literal] = STATE(212), + [sym_boolean_literal] = STATE(212), [sym_line_comment] = STATE(133), [sym_block_comment] = STATE(133), - [aux_sym__non_special_token_repeat1] = STATE(175), - [aux_sym_delim_token_tree_repeat1] = STATE(83), - [sym_identifier] = ACTIONS(683), - [anon_sym_SEMI] = ACTIONS(685), - [anon_sym_LPAREN] = ACTIONS(687), - [anon_sym_RPAREN] = ACTIONS(737), - [anon_sym_LBRACK] = ACTIONS(691), - [anon_sym_LBRACE] = ACTIONS(693), - [anon_sym_EQ_GT] = ACTIONS(685), - [anon_sym_COLON] = ACTIONS(695), - [anon_sym_DOLLAR] = ACTIONS(697), - [anon_sym_PLUS] = ACTIONS(695), - [anon_sym_STAR] = ACTIONS(695), - [anon_sym_QMARK] = ACTIONS(685), - [anon_sym_u8] = ACTIONS(683), - [anon_sym_i8] = ACTIONS(683), - [anon_sym_u16] = ACTIONS(683), - [anon_sym_i16] = ACTIONS(683), - [anon_sym_u32] = ACTIONS(683), - [anon_sym_i32] = ACTIONS(683), - [anon_sym_u64] = ACTIONS(683), - [anon_sym_i64] = ACTIONS(683), - [anon_sym_u128] = ACTIONS(683), - [anon_sym_i128] = ACTIONS(683), - [anon_sym_isize] = ACTIONS(683), - [anon_sym_usize] = ACTIONS(683), - [anon_sym_f32] = ACTIONS(683), - [anon_sym_f64] = ACTIONS(683), - [anon_sym_bool] = ACTIONS(683), - [anon_sym_str] = ACTIONS(683), - [anon_sym_char] = ACTIONS(683), - [anon_sym_DASH] = ACTIONS(695), - [anon_sym_SLASH] = ACTIONS(695), - [anon_sym_PERCENT] = ACTIONS(695), - [anon_sym_CARET] = ACTIONS(695), - [anon_sym_BANG] = ACTIONS(695), - [anon_sym_AMP] = ACTIONS(695), - [anon_sym_PIPE] = ACTIONS(695), - [anon_sym_AMP_AMP] = ACTIONS(685), - [anon_sym_PIPE_PIPE] = ACTIONS(685), - [anon_sym_LT_LT] = ACTIONS(695), - [anon_sym_GT_GT] = ACTIONS(695), - [anon_sym_PLUS_EQ] = ACTIONS(685), - [anon_sym_DASH_EQ] = ACTIONS(685), - [anon_sym_STAR_EQ] = ACTIONS(685), - [anon_sym_SLASH_EQ] = ACTIONS(685), - [anon_sym_PERCENT_EQ] = ACTIONS(685), - [anon_sym_CARET_EQ] = ACTIONS(685), - [anon_sym_AMP_EQ] = ACTIONS(685), - [anon_sym_PIPE_EQ] = ACTIONS(685), - [anon_sym_LT_LT_EQ] = ACTIONS(685), - [anon_sym_GT_GT_EQ] = ACTIONS(685), - [anon_sym_EQ] = ACTIONS(695), - [anon_sym_EQ_EQ] = ACTIONS(685), - [anon_sym_BANG_EQ] = ACTIONS(685), - [anon_sym_GT] = ACTIONS(695), - [anon_sym_LT] = ACTIONS(695), - [anon_sym_GT_EQ] = ACTIONS(685), - [anon_sym_LT_EQ] = ACTIONS(685), - [anon_sym_AT] = ACTIONS(685), - [anon_sym__] = ACTIONS(695), - [anon_sym_DOT] = ACTIONS(695), - [anon_sym_DOT_DOT] = ACTIONS(695), - [anon_sym_DOT_DOT_DOT] = ACTIONS(685), - [anon_sym_DOT_DOT_EQ] = ACTIONS(685), - [anon_sym_COMMA] = ACTIONS(685), - [anon_sym_COLON_COLON] = ACTIONS(685), - [anon_sym_DASH_GT] = ACTIONS(685), - [anon_sym_POUND] = ACTIONS(685), - [anon_sym_SQUOTE] = ACTIONS(683), - [anon_sym_as] = ACTIONS(683), - [anon_sym_async] = ACTIONS(683), - [anon_sym_await] = ACTIONS(683), - [anon_sym_break] = ACTIONS(683), - [anon_sym_const] = ACTIONS(683), - [anon_sym_continue] = ACTIONS(683), - [anon_sym_default] = ACTIONS(683), - [anon_sym_enum] = ACTIONS(683), - [anon_sym_fn] = ACTIONS(683), - [anon_sym_for] = ACTIONS(683), - [anon_sym_gen] = ACTIONS(683), - [anon_sym_if] = ACTIONS(683), - [anon_sym_impl] = ACTIONS(683), - [anon_sym_let] = ACTIONS(683), - [anon_sym_loop] = ACTIONS(683), - [anon_sym_match] = ACTIONS(683), - [anon_sym_mod] = ACTIONS(683), - [anon_sym_pub] = ACTIONS(683), - [anon_sym_return] = ACTIONS(683), - [anon_sym_static] = ACTIONS(683), - [anon_sym_struct] = ACTIONS(683), - [anon_sym_trait] = ACTIONS(683), - [anon_sym_type] = ACTIONS(683), - [anon_sym_union] = ACTIONS(683), - [anon_sym_unsafe] = ACTIONS(683), - [anon_sym_use] = ACTIONS(683), - [anon_sym_where] = ACTIONS(683), - [anon_sym_while] = ACTIONS(683), - [sym_mutable_specifier] = ACTIONS(683), - [sym_integer_literal] = ACTIONS(699), - [aux_sym_string_literal_token1] = ACTIONS(701), - [sym_char_literal] = ACTIONS(699), - [anon_sym_true] = ACTIONS(703), - [anon_sym_false] = ACTIONS(703), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(683), - [sym_super] = ACTIONS(683), - [sym_crate] = ACTIONS(683), - [sym__raw_string_literal_start] = ACTIONS(705), - [sym_float_literal] = ACTIONS(699), + [aux_sym__non_special_token_repeat1] = STATE(195), + [aux_sym_delim_token_tree_repeat1] = STATE(110), + [sym_identifier] = ACTIONS(697), + [anon_sym_SEMI] = ACTIONS(699), + [anon_sym_LPAREN] = ACTIONS(701), + [anon_sym_LBRACK] = ACTIONS(705), + [anon_sym_LBRACE] = ACTIONS(707), + [anon_sym_RBRACE] = ACTIONS(733), + [anon_sym_EQ_GT] = ACTIONS(699), + [anon_sym_COLON] = ACTIONS(709), + [anon_sym_DOLLAR] = ACTIONS(711), + [anon_sym_PLUS] = ACTIONS(709), + [anon_sym_STAR] = ACTIONS(709), + [anon_sym_QMARK] = ACTIONS(699), + [anon_sym_u8] = ACTIONS(697), + [anon_sym_i8] = ACTIONS(697), + [anon_sym_u16] = ACTIONS(697), + [anon_sym_i16] = ACTIONS(697), + [anon_sym_u32] = ACTIONS(697), + [anon_sym_i32] = ACTIONS(697), + [anon_sym_u64] = ACTIONS(697), + [anon_sym_i64] = ACTIONS(697), + [anon_sym_u128] = ACTIONS(697), + [anon_sym_i128] = ACTIONS(697), + [anon_sym_isize] = ACTIONS(697), + [anon_sym_usize] = ACTIONS(697), + [anon_sym_f32] = ACTIONS(697), + [anon_sym_f64] = ACTIONS(697), + [anon_sym_bool] = ACTIONS(697), + [anon_sym_str] = ACTIONS(697), + [anon_sym_char] = ACTIONS(697), + [anon_sym_DASH] = ACTIONS(709), + [anon_sym_SLASH] = ACTIONS(709), + [anon_sym_PERCENT] = ACTIONS(709), + [anon_sym_CARET] = ACTIONS(709), + [anon_sym_BANG] = ACTIONS(709), + [anon_sym_AMP] = ACTIONS(709), + [anon_sym_PIPE] = ACTIONS(709), + [anon_sym_AMP_AMP] = ACTIONS(699), + [anon_sym_PIPE_PIPE] = ACTIONS(699), + [anon_sym_LT_LT] = ACTIONS(709), + [anon_sym_GT_GT] = ACTIONS(709), + [anon_sym_PLUS_EQ] = ACTIONS(699), + [anon_sym_DASH_EQ] = ACTIONS(699), + [anon_sym_STAR_EQ] = ACTIONS(699), + [anon_sym_SLASH_EQ] = ACTIONS(699), + [anon_sym_PERCENT_EQ] = ACTIONS(699), + [anon_sym_CARET_EQ] = ACTIONS(699), + [anon_sym_AMP_EQ] = ACTIONS(699), + [anon_sym_PIPE_EQ] = ACTIONS(699), + [anon_sym_LT_LT_EQ] = ACTIONS(699), + [anon_sym_GT_GT_EQ] = ACTIONS(699), + [anon_sym_EQ] = ACTIONS(709), + [anon_sym_EQ_EQ] = ACTIONS(699), + [anon_sym_BANG_EQ] = ACTIONS(699), + [anon_sym_GT] = ACTIONS(709), + [anon_sym_LT] = ACTIONS(709), + [anon_sym_GT_EQ] = ACTIONS(699), + [anon_sym_LT_EQ] = ACTIONS(699), + [anon_sym_AT] = ACTIONS(699), + [anon_sym__] = ACTIONS(709), + [anon_sym_DOT] = ACTIONS(709), + [anon_sym_DOT_DOT] = ACTIONS(709), + [anon_sym_DOT_DOT_DOT] = ACTIONS(699), + [anon_sym_DOT_DOT_EQ] = ACTIONS(699), + [anon_sym_COMMA] = ACTIONS(699), + [anon_sym_COLON_COLON] = ACTIONS(699), + [anon_sym_DASH_GT] = ACTIONS(699), + [anon_sym_POUND] = ACTIONS(699), + [anon_sym_SQUOTE] = ACTIONS(697), + [anon_sym_as] = ACTIONS(697), + [anon_sym_async] = ACTIONS(697), + [anon_sym_await] = ACTIONS(697), + [anon_sym_break] = ACTIONS(697), + [anon_sym_const] = ACTIONS(697), + [anon_sym_continue] = ACTIONS(697), + [anon_sym_default] = ACTIONS(697), + [anon_sym_enum] = ACTIONS(697), + [anon_sym_fn] = ACTIONS(697), + [anon_sym_for] = ACTIONS(697), + [anon_sym_gen] = ACTIONS(697), + [anon_sym_if] = ACTIONS(697), + [anon_sym_impl] = ACTIONS(697), + [anon_sym_let] = ACTIONS(697), + [anon_sym_loop] = ACTIONS(697), + [anon_sym_match] = ACTIONS(697), + [anon_sym_mod] = ACTIONS(697), + [anon_sym_pub] = ACTIONS(697), + [anon_sym_return] = ACTIONS(697), + [anon_sym_static] = ACTIONS(697), + [anon_sym_struct] = ACTIONS(697), + [anon_sym_trait] = ACTIONS(697), + [anon_sym_type] = ACTIONS(697), + [anon_sym_union] = ACTIONS(697), + [anon_sym_unsafe] = ACTIONS(697), + [anon_sym_use] = ACTIONS(697), + [anon_sym_where] = ACTIONS(697), + [anon_sym_while] = ACTIONS(697), + [sym_mutable_specifier] = ACTIONS(697), + [sym_integer_literal] = ACTIONS(713), + [aux_sym_string_literal_token1] = ACTIONS(715), + [sym_char_literal] = ACTIONS(713), + [anon_sym_true] = ACTIONS(717), + [anon_sym_false] = ACTIONS(717), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(697), + [sym_super] = ACTIONS(697), + [sym_crate] = ACTIONS(697), + [sym__raw_string_literal_start] = ACTIONS(719), + [sym_float_literal] = ACTIONS(713), }, [STATE(134)] = { - [sym_attribute_item] = STATE(1060), - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1643), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [sym_attribute_item] = STATE(1061), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1629), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(134), [sym_block_comment] = STATE(134), - [aux_sym_enum_variant_list_repeat1] = STATE(136), + [aux_sym_enum_variant_list_repeat1] = STATE(139), [sym_identifier] = ACTIONS(344), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -32802,61 +32871,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(99), }, [STATE(135)] = { - [sym_attribute_item] = STATE(1060), - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1670), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [sym_attribute_item] = STATE(1061), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1651), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(135), [sym_block_comment] = STATE(135), - [aux_sym_enum_variant_list_repeat1] = STATE(196), + [aux_sym_enum_variant_list_repeat1] = STATE(134), [sym_identifier] = ACTIONS(344), [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_RPAREN] = ACTIONS(759), [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_RBRACK] = ACTIONS(759), [anon_sym_LBRACE] = ACTIONS(348), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), @@ -32920,61 +32989,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(99), }, [STATE(136)] = { - [sym_attribute_item] = STATE(1060), - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1657), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [sym_attribute_item] = STATE(1061), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1722), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(136), [sym_block_comment] = STATE(136), - [aux_sym_enum_variant_list_repeat1] = STATE(141), + [aux_sym_enum_variant_list_repeat1] = STATE(198), [sym_identifier] = ACTIONS(344), [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_RPAREN] = ACTIONS(763), [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_RBRACK] = ACTIONS(763), [anon_sym_LBRACE] = ACTIONS(348), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), @@ -33037,298 +33106,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, - [STATE(137)] = { - [sym_attribute_item] = STATE(1060), - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1707), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), - [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(137), - [sym_block_comment] = STATE(137), - [aux_sym_enum_variant_list_repeat1] = STATE(1058), - [sym_identifier] = ACTIONS(767), - [anon_sym_LPAREN] = ACTIONS(770), - [anon_sym_LBRACK] = ACTIONS(773), - [anon_sym_RBRACK] = ACTIONS(776), - [anon_sym_LBRACE] = ACTIONS(778), - [anon_sym_STAR] = ACTIONS(781), - [anon_sym_u8] = ACTIONS(784), - [anon_sym_i8] = ACTIONS(784), - [anon_sym_u16] = ACTIONS(784), - [anon_sym_i16] = ACTIONS(784), - [anon_sym_u32] = ACTIONS(784), - [anon_sym_i32] = ACTIONS(784), - [anon_sym_u64] = ACTIONS(784), - [anon_sym_i64] = ACTIONS(784), - [anon_sym_u128] = ACTIONS(784), - [anon_sym_i128] = ACTIONS(784), - [anon_sym_isize] = ACTIONS(784), - [anon_sym_usize] = ACTIONS(784), - [anon_sym_f32] = ACTIONS(784), - [anon_sym_f64] = ACTIONS(784), - [anon_sym_bool] = ACTIONS(784), - [anon_sym_str] = ACTIONS(784), - [anon_sym_char] = ACTIONS(784), - [anon_sym_DASH] = ACTIONS(781), - [anon_sym_BANG] = ACTIONS(781), - [anon_sym_AMP] = ACTIONS(787), - [anon_sym_PIPE] = ACTIONS(790), - [anon_sym_LT] = ACTIONS(793), - [anon_sym_DOT_DOT] = ACTIONS(796), - [anon_sym_COMMA] = ACTIONS(776), - [anon_sym_COLON_COLON] = ACTIONS(799), - [anon_sym_POUND] = ACTIONS(802), - [anon_sym_SQUOTE] = ACTIONS(805), - [anon_sym_async] = ACTIONS(808), - [anon_sym_break] = ACTIONS(811), - [anon_sym_const] = ACTIONS(814), - [anon_sym_continue] = ACTIONS(817), - [anon_sym_default] = ACTIONS(820), - [anon_sym_for] = ACTIONS(823), - [anon_sym_gen] = ACTIONS(826), - [anon_sym_if] = ACTIONS(829), - [anon_sym_loop] = ACTIONS(832), - [anon_sym_match] = ACTIONS(835), - [anon_sym_return] = ACTIONS(838), - [anon_sym_static] = ACTIONS(841), - [anon_sym_union] = ACTIONS(820), - [anon_sym_unsafe] = ACTIONS(844), - [anon_sym_while] = ACTIONS(847), - [anon_sym_raw] = ACTIONS(820), - [anon_sym_yield] = ACTIONS(850), - [anon_sym_move] = ACTIONS(853), - [anon_sym_try] = ACTIONS(856), - [sym_integer_literal] = ACTIONS(859), - [aux_sym_string_literal_token1] = ACTIONS(862), - [sym_char_literal] = ACTIONS(859), - [anon_sym_true] = ACTIONS(865), - [anon_sym_false] = ACTIONS(865), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(868), - [sym_super] = ACTIONS(871), - [sym_crate] = ACTIONS(871), - [sym_metavariable] = ACTIONS(874), - [sym__raw_string_literal_start] = ACTIONS(877), - [sym_float_literal] = ACTIONS(859), - }, - [STATE(138)] = { - [sym_attribute_item] = STATE(1060), - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1636), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), - [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(138), - [sym_block_comment] = STATE(138), - [aux_sym_enum_variant_list_repeat1] = STATE(137), - [sym_identifier] = ACTIONS(344), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_RBRACK] = ACTIONS(880), - [anon_sym_LBRACE] = ACTIONS(348), - [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(882), - [anon_sym_COLON_COLON] = ACTIONS(33), - [anon_sym_POUND] = ACTIONS(757), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(356), - [anon_sym_break] = ACTIONS(41), - [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(360), - [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(364), - [anon_sym_if] = ACTIONS(366), - [anon_sym_loop] = ACTIONS(368), - [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(71), - [anon_sym_static] = ACTIONS(372), - [anon_sym_union] = ACTIONS(360), - [anon_sym_unsafe] = ACTIONS(374), - [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(360), - [anon_sym_yield] = ACTIONS(93), - [anon_sym_move] = ACTIONS(95), - [anon_sym_try] = ACTIONS(378), - [sym_integer_literal] = ACTIONS(99), - [aux_sym_string_literal_token1] = ACTIONS(101), - [sym_char_literal] = ACTIONS(99), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(111), - [sym_super] = ACTIONS(113), - [sym_crate] = ACTIONS(113), - [sym_metavariable] = ACTIONS(117), - [sym__raw_string_literal_start] = ACTIONS(119), - [sym_float_literal] = ACTIONS(99), - }, - [STATE(139)] = { - [sym_attribute_item] = STATE(1060), - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1698), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [STATE(137)] = { + [sym_attribute_item] = STATE(1061), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1648), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(139), - [sym_block_comment] = STATE(139), - [aux_sym_enum_variant_list_repeat1] = STATE(199), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(137), + [sym_block_comment] = STATE(137), + [aux_sym_enum_variant_list_repeat1] = STATE(138), [sym_identifier] = ACTIONS(344), [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_RPAREN] = ACTIONS(884), [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_RBRACK] = ACTIONS(767), [anon_sym_LBRACE] = ACTIONS(348), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), @@ -33354,7 +33187,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(886), + [anon_sym_COMMA] = ACTIONS(769), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_POUND] = ACTIONS(757), [anon_sym_SQUOTE] = ACTIONS(37), @@ -33391,62 +33224,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, - [STATE(140)] = { - [sym_attribute_item] = STATE(1060), - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), + [STATE(138)] = { + [sym_attribute_item] = STATE(1061), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), [sym__expression] = STATE(1649), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(140), - [sym_block_comment] = STATE(140), - [aux_sym_enum_variant_list_repeat1] = STATE(138), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(138), + [sym_block_comment] = STATE(138), + [aux_sym_enum_variant_list_repeat1] = STATE(141), [sym_identifier] = ACTIONS(344), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_RBRACK] = ACTIONS(888), + [anon_sym_RBRACK] = ACTIONS(771), [anon_sym_LBRACE] = ACTIONS(348), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), @@ -33472,7 +33305,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(890), + [anon_sym_COMMA] = ACTIONS(773), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_POUND] = ACTIONS(757), [anon_sym_SQUOTE] = ACTIONS(37), @@ -33509,179 +33342,179 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, - [STATE(141)] = { - [sym_attribute_item] = STATE(1060), - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1719), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [STATE(139)] = { + [sym_attribute_item] = STATE(1061), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1676), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(141), - [sym_block_comment] = STATE(141), - [aux_sym_enum_variant_list_repeat1] = STATE(1058), - [sym_identifier] = ACTIONS(767), - [anon_sym_LPAREN] = ACTIONS(770), - [anon_sym_LBRACK] = ACTIONS(773), - [anon_sym_RBRACK] = ACTIONS(776), - [anon_sym_LBRACE] = ACTIONS(778), - [anon_sym_STAR] = ACTIONS(781), - [anon_sym_u8] = ACTIONS(784), - [anon_sym_i8] = ACTIONS(784), - [anon_sym_u16] = ACTIONS(784), - [anon_sym_i16] = ACTIONS(784), - [anon_sym_u32] = ACTIONS(784), - [anon_sym_i32] = ACTIONS(784), - [anon_sym_u64] = ACTIONS(784), - [anon_sym_i64] = ACTIONS(784), - [anon_sym_u128] = ACTIONS(784), - [anon_sym_i128] = ACTIONS(784), - [anon_sym_isize] = ACTIONS(784), - [anon_sym_usize] = ACTIONS(784), - [anon_sym_f32] = ACTIONS(784), - [anon_sym_f64] = ACTIONS(784), - [anon_sym_bool] = ACTIONS(784), - [anon_sym_str] = ACTIONS(784), - [anon_sym_char] = ACTIONS(784), - [anon_sym_DASH] = ACTIONS(781), - [anon_sym_BANG] = ACTIONS(781), - [anon_sym_AMP] = ACTIONS(787), - [anon_sym_PIPE] = ACTIONS(790), - [anon_sym_LT] = ACTIONS(793), - [anon_sym_DOT_DOT] = ACTIONS(796), - [anon_sym_COMMA] = ACTIONS(776), - [anon_sym_COLON_COLON] = ACTIONS(799), - [anon_sym_POUND] = ACTIONS(802), - [anon_sym_SQUOTE] = ACTIONS(805), - [anon_sym_async] = ACTIONS(808), - [anon_sym_break] = ACTIONS(811), - [anon_sym_const] = ACTIONS(814), - [anon_sym_continue] = ACTIONS(817), - [anon_sym_default] = ACTIONS(820), - [anon_sym_for] = ACTIONS(823), - [anon_sym_gen] = ACTIONS(826), - [anon_sym_if] = ACTIONS(829), - [anon_sym_loop] = ACTIONS(832), - [anon_sym_match] = ACTIONS(835), - [anon_sym_return] = ACTIONS(838), - [anon_sym_static] = ACTIONS(841), - [anon_sym_union] = ACTIONS(820), - [anon_sym_unsafe] = ACTIONS(844), - [anon_sym_while] = ACTIONS(847), - [anon_sym_raw] = ACTIONS(820), - [anon_sym_yield] = ACTIONS(850), - [anon_sym_move] = ACTIONS(853), - [anon_sym_try] = ACTIONS(856), - [sym_integer_literal] = ACTIONS(859), - [aux_sym_string_literal_token1] = ACTIONS(862), - [sym_char_literal] = ACTIONS(859), - [anon_sym_true] = ACTIONS(865), - [anon_sym_false] = ACTIONS(865), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(868), - [sym_super] = ACTIONS(871), - [sym_crate] = ACTIONS(871), - [sym_metavariable] = ACTIONS(874), - [sym__raw_string_literal_start] = ACTIONS(877), - [sym_float_literal] = ACTIONS(859), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(139), + [sym_block_comment] = STATE(139), + [aux_sym_enum_variant_list_repeat1] = STATE(1059), + [sym_identifier] = ACTIONS(775), + [anon_sym_LPAREN] = ACTIONS(778), + [anon_sym_LBRACK] = ACTIONS(781), + [anon_sym_RBRACK] = ACTIONS(784), + [anon_sym_LBRACE] = ACTIONS(786), + [anon_sym_STAR] = ACTIONS(789), + [anon_sym_u8] = ACTIONS(792), + [anon_sym_i8] = ACTIONS(792), + [anon_sym_u16] = ACTIONS(792), + [anon_sym_i16] = ACTIONS(792), + [anon_sym_u32] = ACTIONS(792), + [anon_sym_i32] = ACTIONS(792), + [anon_sym_u64] = ACTIONS(792), + [anon_sym_i64] = ACTIONS(792), + [anon_sym_u128] = ACTIONS(792), + [anon_sym_i128] = ACTIONS(792), + [anon_sym_isize] = ACTIONS(792), + [anon_sym_usize] = ACTIONS(792), + [anon_sym_f32] = ACTIONS(792), + [anon_sym_f64] = ACTIONS(792), + [anon_sym_bool] = ACTIONS(792), + [anon_sym_str] = ACTIONS(792), + [anon_sym_char] = ACTIONS(792), + [anon_sym_DASH] = ACTIONS(789), + [anon_sym_BANG] = ACTIONS(789), + [anon_sym_AMP] = ACTIONS(795), + [anon_sym_PIPE] = ACTIONS(798), + [anon_sym_LT] = ACTIONS(801), + [anon_sym_DOT_DOT] = ACTIONS(804), + [anon_sym_COMMA] = ACTIONS(784), + [anon_sym_COLON_COLON] = ACTIONS(807), + [anon_sym_POUND] = ACTIONS(810), + [anon_sym_SQUOTE] = ACTIONS(813), + [anon_sym_async] = ACTIONS(816), + [anon_sym_break] = ACTIONS(819), + [anon_sym_const] = ACTIONS(822), + [anon_sym_continue] = ACTIONS(825), + [anon_sym_default] = ACTIONS(828), + [anon_sym_for] = ACTIONS(831), + [anon_sym_gen] = ACTIONS(834), + [anon_sym_if] = ACTIONS(837), + [anon_sym_loop] = ACTIONS(840), + [anon_sym_match] = ACTIONS(843), + [anon_sym_return] = ACTIONS(846), + [anon_sym_static] = ACTIONS(849), + [anon_sym_union] = ACTIONS(828), + [anon_sym_unsafe] = ACTIONS(852), + [anon_sym_while] = ACTIONS(855), + [anon_sym_raw] = ACTIONS(828), + [anon_sym_yield] = ACTIONS(858), + [anon_sym_move] = ACTIONS(861), + [anon_sym_try] = ACTIONS(864), + [sym_integer_literal] = ACTIONS(867), + [aux_sym_string_literal_token1] = ACTIONS(870), + [sym_char_literal] = ACTIONS(867), + [anon_sym_true] = ACTIONS(873), + [anon_sym_false] = ACTIONS(873), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(876), + [sym_super] = ACTIONS(879), + [sym_crate] = ACTIONS(879), + [sym_metavariable] = ACTIONS(882), + [sym__raw_string_literal_start] = ACTIONS(885), + [sym_float_literal] = ACTIONS(867), }, - [STATE(142)] = { - [sym_attribute_item] = STATE(1060), - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1943), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [STATE(140)] = { + [sym_attribute_item] = STATE(1061), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1723), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(142), - [sym_block_comment] = STATE(142), - [aux_sym_enum_variant_list_repeat1] = STATE(187), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(140), + [sym_block_comment] = STATE(140), + [aux_sym_enum_variant_list_repeat1] = STATE(194), [sym_identifier] = ACTIONS(344), [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_RPAREN] = ACTIONS(892), + [anon_sym_RPAREN] = ACTIONS(888), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), [anon_sym_STAR] = ACTIONS(21), @@ -33708,6 +33541,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(890), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_POUND] = ACTIONS(757), [anon_sym_SQUOTE] = ACTIONS(37), @@ -33744,64 +33578,182 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, - [STATE(143)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1935), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_let_condition] = STATE(3122), - [sym__let_chain] = STATE(3128), - [sym__condition] = STATE(2701), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(210), + [STATE(141)] = { + [sym_attribute_item] = STATE(1061), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1691), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(143), - [sym_block_comment] = STATE(143), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(141), + [sym_block_comment] = STATE(141), + [aux_sym_enum_variant_list_repeat1] = STATE(1059), + [sym_identifier] = ACTIONS(775), + [anon_sym_LPAREN] = ACTIONS(778), + [anon_sym_LBRACK] = ACTIONS(781), + [anon_sym_RBRACK] = ACTIONS(784), + [anon_sym_LBRACE] = ACTIONS(786), + [anon_sym_STAR] = ACTIONS(789), + [anon_sym_u8] = ACTIONS(792), + [anon_sym_i8] = ACTIONS(792), + [anon_sym_u16] = ACTIONS(792), + [anon_sym_i16] = ACTIONS(792), + [anon_sym_u32] = ACTIONS(792), + [anon_sym_i32] = ACTIONS(792), + [anon_sym_u64] = ACTIONS(792), + [anon_sym_i64] = ACTIONS(792), + [anon_sym_u128] = ACTIONS(792), + [anon_sym_i128] = ACTIONS(792), + [anon_sym_isize] = ACTIONS(792), + [anon_sym_usize] = ACTIONS(792), + [anon_sym_f32] = ACTIONS(792), + [anon_sym_f64] = ACTIONS(792), + [anon_sym_bool] = ACTIONS(792), + [anon_sym_str] = ACTIONS(792), + [anon_sym_char] = ACTIONS(792), + [anon_sym_DASH] = ACTIONS(789), + [anon_sym_BANG] = ACTIONS(789), + [anon_sym_AMP] = ACTIONS(795), + [anon_sym_PIPE] = ACTIONS(798), + [anon_sym_LT] = ACTIONS(801), + [anon_sym_DOT_DOT] = ACTIONS(804), + [anon_sym_COMMA] = ACTIONS(784), + [anon_sym_COLON_COLON] = ACTIONS(807), + [anon_sym_POUND] = ACTIONS(810), + [anon_sym_SQUOTE] = ACTIONS(813), + [anon_sym_async] = ACTIONS(816), + [anon_sym_break] = ACTIONS(819), + [anon_sym_const] = ACTIONS(822), + [anon_sym_continue] = ACTIONS(825), + [anon_sym_default] = ACTIONS(828), + [anon_sym_for] = ACTIONS(831), + [anon_sym_gen] = ACTIONS(834), + [anon_sym_if] = ACTIONS(837), + [anon_sym_loop] = ACTIONS(840), + [anon_sym_match] = ACTIONS(843), + [anon_sym_return] = ACTIONS(846), + [anon_sym_static] = ACTIONS(849), + [anon_sym_union] = ACTIONS(828), + [anon_sym_unsafe] = ACTIONS(852), + [anon_sym_while] = ACTIONS(855), + [anon_sym_raw] = ACTIONS(828), + [anon_sym_yield] = ACTIONS(858), + [anon_sym_move] = ACTIONS(861), + [anon_sym_try] = ACTIONS(864), + [sym_integer_literal] = ACTIONS(867), + [aux_sym_string_literal_token1] = ACTIONS(870), + [sym_char_literal] = ACTIONS(867), + [anon_sym_true] = ACTIONS(873), + [anon_sym_false] = ACTIONS(873), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(876), + [sym_super] = ACTIONS(879), + [sym_crate] = ACTIONS(879), + [sym_metavariable] = ACTIONS(882), + [sym__raw_string_literal_start] = ACTIONS(885), + [sym_float_literal] = ACTIONS(867), + }, + [STATE(142)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1731), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_let_condition] = STATE(2928), + [sym__let_chain] = STATE(2959), + [sym__condition] = STATE(2754), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(236), + [sym_label] = STATE(3711), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(142), + [sym_block_comment] = STATE(142), [sym_identifier] = ACTIONS(470), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), - [anon_sym_STAR] = ACTIONS(894), + [anon_sym_STAR] = ACTIONS(892), [anon_sym_u8] = ACTIONS(472), [anon_sym_i8] = ACTIONS(472), [anon_sym_u16] = ACTIONS(472), @@ -33819,33 +33771,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(472), [anon_sym_str] = ACTIONS(472), [anon_sym_char] = ACTIONS(472), - [anon_sym_DASH] = ACTIONS(894), - [anon_sym_BANG] = ACTIONS(894), - [anon_sym_AMP] = ACTIONS(896), + [anon_sym_DASH] = ACTIONS(892), + [anon_sym_BANG] = ACTIONS(892), + [anon_sym_AMP] = ACTIONS(894), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(898), + [anon_sym_DOT_DOT] = ACTIONS(896), [anon_sym_COLON_COLON] = ACTIONS(476), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(512), - [anon_sym_break] = ACTIONS(514), + [anon_sym_async] = ACTIONS(478), + [anon_sym_break] = ACTIONS(480), [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(516), - [anon_sym_default] = ACTIONS(482), + [anon_sym_continue] = ACTIONS(482), + [anon_sym_default] = ACTIONS(484), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(518), + [anon_sym_gen] = ACTIONS(486), [anon_sym_if] = ACTIONS(366), - [anon_sym_let] = ACTIONS(900), + [anon_sym_let] = ACTIONS(898), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(520), - [anon_sym_static] = ACTIONS(522), - [anon_sym_union] = ACTIONS(482), + [anon_sym_return] = ACTIONS(488), + [anon_sym_static] = ACTIONS(490), + [anon_sym_union] = ACTIONS(484), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(524), - [anon_sym_move] = ACTIONS(526), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(492), + [anon_sym_move] = ACTIONS(494), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -33854,69 +33806,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, - [STATE(144)] = { - [sym_attribute_item] = STATE(1060), - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1704), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [STATE(143)] = { + [sym_attribute_item] = STATE(1061), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1705), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(144), - [sym_block_comment] = STATE(144), - [aux_sym_enum_variant_list_repeat1] = STATE(200), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(143), + [sym_block_comment] = STATE(143), + [aux_sym_enum_variant_list_repeat1] = STATE(189), [sym_identifier] = ACTIONS(344), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_RBRACK] = ACTIONS(902), + [anon_sym_RBRACK] = ACTIONS(900), [anon_sym_LBRACE] = ACTIONS(348), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), @@ -33978,175 +33930,292 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, - [STATE(145)] = { - [sym_bracketed_type] = STATE(3669), - [sym_generic_function] = STATE(1894), - [sym_generic_type_with_turbofish] = STATE(3057), - [sym__expression_except_range] = STATE(1672), - [sym__expression] = STATE(1977), - [sym_macro_invocation] = STATE(1901), - [sym_scoped_identifier] = STATE(1644), - [sym_scoped_type_identifier_in_expression_position] = STATE(3253), - [sym_range_expression] = STATE(1897), - [sym_unary_expression] = STATE(1894), - [sym_try_expression] = STATE(1894), - [sym_reference_expression] = STATE(1894), - [sym_binary_expression] = STATE(1894), - [sym_assignment_expression] = STATE(1894), - [sym_compound_assignment_expr] = STATE(1894), - [sym_type_cast_expression] = STATE(1894), - [sym_return_expression] = STATE(1894), - [sym_yield_expression] = STATE(1894), - [sym_call_expression] = STATE(1894), - [sym_array_expression] = STATE(1894), - [sym_parenthesized_expression] = STATE(1894), - [sym_tuple_expression] = STATE(1894), - [sym_unit_expression] = STATE(1894), - [sym_struct_expression] = STATE(1894), - [sym_if_expression] = STATE(1894), - [sym_let_condition] = STATE(3301), - [sym__let_chain] = STATE(3302), - [sym__condition] = STATE(3557), - [sym_match_expression] = STATE(1894), - [sym_while_expression] = STATE(1894), - [sym_loop_expression] = STATE(1894), - [sym_for_expression] = STATE(1894), - [sym_const_block] = STATE(1894), - [sym_closure_expression] = STATE(1894), - [sym_closure_parameters] = STATE(220), - [sym_label] = STATE(3777), - [sym_break_expression] = STATE(1894), - [sym_continue_expression] = STATE(1894), - [sym_index_expression] = STATE(1894), - [sym_await_expression] = STATE(1894), - [sym_field_expression] = STATE(1674), - [sym_unsafe_block] = STATE(1894), - [sym_async_block] = STATE(1894), - [sym_gen_block] = STATE(1894), - [sym_try_block] = STATE(1894), - [sym_block] = STATE(1894), - [sym__literal] = STATE(1894), - [sym_string_literal] = STATE(1768), - [sym_raw_string_literal] = STATE(1768), - [sym_boolean_literal] = STATE(1768), - [sym_line_comment] = STATE(145), - [sym_block_comment] = STATE(145), - [sym_identifier] = ACTIONS(410), - [anon_sym_LPAREN] = ACTIONS(500), - [anon_sym_LBRACK] = ACTIONS(502), - [anon_sym_LBRACE] = ACTIONS(412), - [anon_sym_STAR] = ACTIONS(904), - [anon_sym_u8] = ACTIONS(416), - [anon_sym_i8] = ACTIONS(416), - [anon_sym_u16] = ACTIONS(416), - [anon_sym_i16] = ACTIONS(416), - [anon_sym_u32] = ACTIONS(416), - [anon_sym_i32] = ACTIONS(416), - [anon_sym_u64] = ACTIONS(416), - [anon_sym_i64] = ACTIONS(416), - [anon_sym_u128] = ACTIONS(416), - [anon_sym_i128] = ACTIONS(416), - [anon_sym_isize] = ACTIONS(416), - [anon_sym_usize] = ACTIONS(416), - [anon_sym_f32] = ACTIONS(416), - [anon_sym_f64] = ACTIONS(416), - [anon_sym_bool] = ACTIONS(416), - [anon_sym_str] = ACTIONS(416), - [anon_sym_char] = ACTIONS(416), - [anon_sym_DASH] = ACTIONS(904), - [anon_sym_BANG] = ACTIONS(904), - [anon_sym_AMP] = ACTIONS(906), + [STATE(144)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1731), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_let_condition] = STATE(2928), + [sym__let_chain] = STATE(2959), + [sym__condition] = STATE(2771), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(236), + [sym_label] = STATE(3711), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(144), + [sym_block_comment] = STATE(144), + [sym_identifier] = ACTIONS(470), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(348), + [anon_sym_STAR] = ACTIONS(892), + [anon_sym_u8] = ACTIONS(472), + [anon_sym_i8] = ACTIONS(472), + [anon_sym_u16] = ACTIONS(472), + [anon_sym_i16] = ACTIONS(472), + [anon_sym_u32] = ACTIONS(472), + [anon_sym_i32] = ACTIONS(472), + [anon_sym_u64] = ACTIONS(472), + [anon_sym_i64] = ACTIONS(472), + [anon_sym_u128] = ACTIONS(472), + [anon_sym_i128] = ACTIONS(472), + [anon_sym_isize] = ACTIONS(472), + [anon_sym_usize] = ACTIONS(472), + [anon_sym_f32] = ACTIONS(472), + [anon_sym_f64] = ACTIONS(472), + [anon_sym_bool] = ACTIONS(472), + [anon_sym_str] = ACTIONS(472), + [anon_sym_char] = ACTIONS(472), + [anon_sym_DASH] = ACTIONS(892), + [anon_sym_BANG] = ACTIONS(892), + [anon_sym_AMP] = ACTIONS(894), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(908), - [anon_sym_COLON_COLON] = ACTIONS(420), + [anon_sym_DOT_DOT] = ACTIONS(896), + [anon_sym_COLON_COLON] = ACTIONS(476), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(422), - [anon_sym_break] = ACTIONS(424), - [anon_sym_const] = ACTIONS(426), - [anon_sym_continue] = ACTIONS(428), - [anon_sym_default] = ACTIONS(430), - [anon_sym_for] = ACTIONS(432), - [anon_sym_gen] = ACTIONS(434), - [anon_sym_if] = ACTIONS(436), - [anon_sym_let] = ACTIONS(910), - [anon_sym_loop] = ACTIONS(438), - [anon_sym_match] = ACTIONS(440), - [anon_sym_return] = ACTIONS(442), - [anon_sym_static] = ACTIONS(444), - [anon_sym_union] = ACTIONS(430), - [anon_sym_unsafe] = ACTIONS(446), - [anon_sym_while] = ACTIONS(448), - [anon_sym_raw] = ACTIONS(430), - [anon_sym_yield] = ACTIONS(450), - [anon_sym_move] = ACTIONS(452), - [anon_sym_try] = ACTIONS(454), - [sym_integer_literal] = ACTIONS(456), - [aux_sym_string_literal_token1] = ACTIONS(458), - [sym_char_literal] = ACTIONS(456), - [anon_sym_true] = ACTIONS(460), - [anon_sym_false] = ACTIONS(460), + [anon_sym_async] = ACTIONS(478), + [anon_sym_break] = ACTIONS(480), + [anon_sym_const] = ACTIONS(358), + [anon_sym_continue] = ACTIONS(482), + [anon_sym_default] = ACTIONS(484), + [anon_sym_for] = ACTIONS(362), + [anon_sym_gen] = ACTIONS(486), + [anon_sym_if] = ACTIONS(366), + [anon_sym_let] = ACTIONS(898), + [anon_sym_loop] = ACTIONS(368), + [anon_sym_match] = ACTIONS(370), + [anon_sym_return] = ACTIONS(488), + [anon_sym_static] = ACTIONS(490), + [anon_sym_union] = ACTIONS(484), + [anon_sym_unsafe] = ACTIONS(374), + [anon_sym_while] = ACTIONS(376), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(492), + [anon_sym_move] = ACTIONS(494), + [anon_sym_try] = ACTIONS(378), + [sym_integer_literal] = ACTIONS(99), + [aux_sym_string_literal_token1] = ACTIONS(101), + [sym_char_literal] = ACTIONS(99), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(462), - [sym_super] = ACTIONS(464), - [sym_crate] = ACTIONS(464), - [sym_metavariable] = ACTIONS(466), - [sym__raw_string_literal_start] = ACTIONS(468), - [sym_float_literal] = ACTIONS(456), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), + [sym__raw_string_literal_start] = ACTIONS(119), + [sym_float_literal] = ACTIONS(99), + }, + [STATE(145)] = { + [sym_line_comment] = STATE(145), + [sym_block_comment] = STATE(145), + [aux_sym__non_special_token_repeat1] = STATE(145), + [sym_identifier] = ACTIONS(902), + [anon_sym_SEMI] = ACTIONS(904), + [anon_sym_LPAREN] = ACTIONS(907), + [anon_sym_RPAREN] = ACTIONS(907), + [anon_sym_LBRACK] = ACTIONS(907), + [anon_sym_RBRACK] = ACTIONS(907), + [anon_sym_LBRACE] = ACTIONS(907), + [anon_sym_RBRACE] = ACTIONS(907), + [anon_sym_EQ_GT] = ACTIONS(904), + [anon_sym_COLON] = ACTIONS(909), + [anon_sym_DOLLAR] = ACTIONS(902), + [anon_sym_PLUS] = ACTIONS(909), + [anon_sym_STAR] = ACTIONS(909), + [anon_sym_QMARK] = ACTIONS(904), + [anon_sym_u8] = ACTIONS(902), + [anon_sym_i8] = ACTIONS(902), + [anon_sym_u16] = ACTIONS(902), + [anon_sym_i16] = ACTIONS(902), + [anon_sym_u32] = ACTIONS(902), + [anon_sym_i32] = ACTIONS(902), + [anon_sym_u64] = ACTIONS(902), + [anon_sym_i64] = ACTIONS(902), + [anon_sym_u128] = ACTIONS(902), + [anon_sym_i128] = ACTIONS(902), + [anon_sym_isize] = ACTIONS(902), + [anon_sym_usize] = ACTIONS(902), + [anon_sym_f32] = ACTIONS(902), + [anon_sym_f64] = ACTIONS(902), + [anon_sym_bool] = ACTIONS(902), + [anon_sym_str] = ACTIONS(902), + [anon_sym_char] = ACTIONS(902), + [anon_sym_DASH] = ACTIONS(909), + [anon_sym_SLASH] = ACTIONS(909), + [anon_sym_PERCENT] = ACTIONS(909), + [anon_sym_CARET] = ACTIONS(909), + [anon_sym_BANG] = ACTIONS(909), + [anon_sym_AMP] = ACTIONS(909), + [anon_sym_PIPE] = ACTIONS(909), + [anon_sym_AMP_AMP] = ACTIONS(904), + [anon_sym_PIPE_PIPE] = ACTIONS(904), + [anon_sym_LT_LT] = ACTIONS(909), + [anon_sym_GT_GT] = ACTIONS(909), + [anon_sym_PLUS_EQ] = ACTIONS(904), + [anon_sym_DASH_EQ] = ACTIONS(904), + [anon_sym_STAR_EQ] = ACTIONS(904), + [anon_sym_SLASH_EQ] = ACTIONS(904), + [anon_sym_PERCENT_EQ] = ACTIONS(904), + [anon_sym_CARET_EQ] = ACTIONS(904), + [anon_sym_AMP_EQ] = ACTIONS(904), + [anon_sym_PIPE_EQ] = ACTIONS(904), + [anon_sym_LT_LT_EQ] = ACTIONS(904), + [anon_sym_GT_GT_EQ] = ACTIONS(904), + [anon_sym_EQ] = ACTIONS(909), + [anon_sym_EQ_EQ] = ACTIONS(904), + [anon_sym_BANG_EQ] = ACTIONS(904), + [anon_sym_GT] = ACTIONS(909), + [anon_sym_LT] = ACTIONS(909), + [anon_sym_GT_EQ] = ACTIONS(904), + [anon_sym_LT_EQ] = ACTIONS(904), + [anon_sym_AT] = ACTIONS(904), + [anon_sym__] = ACTIONS(909), + [anon_sym_DOT] = ACTIONS(909), + [anon_sym_DOT_DOT] = ACTIONS(909), + [anon_sym_DOT_DOT_DOT] = ACTIONS(904), + [anon_sym_DOT_DOT_EQ] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(904), + [anon_sym_COLON_COLON] = ACTIONS(904), + [anon_sym_DASH_GT] = ACTIONS(904), + [anon_sym_POUND] = ACTIONS(904), + [anon_sym_SQUOTE] = ACTIONS(902), + [anon_sym_as] = ACTIONS(902), + [anon_sym_async] = ACTIONS(902), + [anon_sym_await] = ACTIONS(902), + [anon_sym_break] = ACTIONS(902), + [anon_sym_const] = ACTIONS(902), + [anon_sym_continue] = ACTIONS(902), + [anon_sym_default] = ACTIONS(902), + [anon_sym_enum] = ACTIONS(902), + [anon_sym_fn] = ACTIONS(902), + [anon_sym_for] = ACTIONS(902), + [anon_sym_gen] = ACTIONS(902), + [anon_sym_if] = ACTIONS(902), + [anon_sym_impl] = ACTIONS(902), + [anon_sym_let] = ACTIONS(902), + [anon_sym_loop] = ACTIONS(902), + [anon_sym_match] = ACTIONS(902), + [anon_sym_mod] = ACTIONS(902), + [anon_sym_pub] = ACTIONS(902), + [anon_sym_return] = ACTIONS(902), + [anon_sym_static] = ACTIONS(902), + [anon_sym_struct] = ACTIONS(902), + [anon_sym_trait] = ACTIONS(902), + [anon_sym_type] = ACTIONS(902), + [anon_sym_union] = ACTIONS(902), + [anon_sym_unsafe] = ACTIONS(902), + [anon_sym_use] = ACTIONS(902), + [anon_sym_where] = ACTIONS(902), + [anon_sym_while] = ACTIONS(902), + [sym_mutable_specifier] = ACTIONS(902), + [sym_integer_literal] = ACTIONS(907), + [aux_sym_string_literal_token1] = ACTIONS(907), + [sym_char_literal] = ACTIONS(907), + [anon_sym_true] = ACTIONS(902), + [anon_sym_false] = ACTIONS(902), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(902), + [sym_super] = ACTIONS(902), + [sym_crate] = ACTIONS(902), + [sym_metavariable] = ACTIONS(907), + [sym__raw_string_literal_start] = ACTIONS(907), + [sym_float_literal] = ACTIONS(907), }, [STATE(146)] = { - [sym_attribute_item] = STATE(1060), - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1704), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [sym_attribute_item] = STATE(1061), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1888), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(146), [sym_block_comment] = STATE(146), - [aux_sym_enum_variant_list_repeat1] = STATE(200), + [aux_sym_enum_variant_list_repeat1] = STATE(203), [sym_identifier] = ACTIONS(344), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_RPAREN] = ACTIONS(912), @@ -34213,57 +34282,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(99), }, [STATE(147)] = { - [sym_attribute_item] = STATE(1060), - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1792), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [sym_attribute_item] = STATE(1061), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1705), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(147), [sym_block_comment] = STATE(147), - [aux_sym_enum_variant_list_repeat1] = STATE(198), + [aux_sym_enum_variant_list_repeat1] = STATE(189), [sym_identifier] = ACTIONS(344), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_RPAREN] = ACTIONS(914), @@ -34330,63 +34399,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(99), }, [STATE(148)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1935), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_let_condition] = STATE(3122), - [sym__let_chain] = STATE(3128), - [sym__condition] = STATE(2798), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(210), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1731), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_let_condition] = STATE(2928), + [sym__let_chain] = STATE(2959), + [sym__condition] = STATE(2693), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(236), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(148), [sym_block_comment] = STATE(148), [sym_identifier] = ACTIONS(470), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), - [anon_sym_STAR] = ACTIONS(894), + [anon_sym_STAR] = ACTIONS(892), [anon_sym_u8] = ACTIONS(472), [anon_sym_i8] = ACTIONS(472), [anon_sym_u16] = ACTIONS(472), @@ -34404,33 +34473,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(472), [anon_sym_str] = ACTIONS(472), [anon_sym_char] = ACTIONS(472), - [anon_sym_DASH] = ACTIONS(894), - [anon_sym_BANG] = ACTIONS(894), - [anon_sym_AMP] = ACTIONS(896), + [anon_sym_DASH] = ACTIONS(892), + [anon_sym_BANG] = ACTIONS(892), + [anon_sym_AMP] = ACTIONS(894), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(898), + [anon_sym_DOT_DOT] = ACTIONS(896), [anon_sym_COLON_COLON] = ACTIONS(476), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(512), - [anon_sym_break] = ACTIONS(514), + [anon_sym_async] = ACTIONS(478), + [anon_sym_break] = ACTIONS(480), [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(516), - [anon_sym_default] = ACTIONS(482), + [anon_sym_continue] = ACTIONS(482), + [anon_sym_default] = ACTIONS(484), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(518), + [anon_sym_gen] = ACTIONS(486), [anon_sym_if] = ACTIONS(366), - [anon_sym_let] = ACTIONS(900), + [anon_sym_let] = ACTIONS(898), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(520), - [anon_sym_static] = ACTIONS(522), - [anon_sym_union] = ACTIONS(482), + [anon_sym_return] = ACTIONS(488), + [anon_sym_static] = ACTIONS(490), + [anon_sym_union] = ACTIONS(484), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(524), - [anon_sym_move] = ACTIONS(526), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(492), + [anon_sym_move] = ACTIONS(494), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -34439,186 +34508,186 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, [STATE(149)] = { - [sym_attribute_item] = STATE(1060), - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1704), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), - [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), [sym_line_comment] = STATE(149), [sym_block_comment] = STATE(149), - [aux_sym_enum_variant_list_repeat1] = STATE(200), - [sym_identifier] = ACTIONS(344), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_RBRACK] = ACTIONS(916), - [anon_sym_LBRACE] = ACTIONS(348), - [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(757), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(356), - [anon_sym_break] = ACTIONS(41), - [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(360), - [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(364), - [anon_sym_if] = ACTIONS(366), - [anon_sym_loop] = ACTIONS(368), - [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(71), - [anon_sym_static] = ACTIONS(372), - [anon_sym_union] = ACTIONS(360), - [anon_sym_unsafe] = ACTIONS(374), - [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(360), - [anon_sym_yield] = ACTIONS(93), - [anon_sym_move] = ACTIONS(95), - [anon_sym_try] = ACTIONS(378), - [sym_integer_literal] = ACTIONS(99), - [aux_sym_string_literal_token1] = ACTIONS(101), - [sym_char_literal] = ACTIONS(99), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(111), - [sym_super] = ACTIONS(113), - [sym_crate] = ACTIONS(113), - [sym_metavariable] = ACTIONS(117), - [sym__raw_string_literal_start] = ACTIONS(119), - [sym_float_literal] = ACTIONS(99), + [aux_sym__non_special_token_repeat1] = STATE(145), + [sym_identifier] = ACTIONS(916), + [anon_sym_SEMI] = ACTIONS(576), + [anon_sym_LPAREN] = ACTIONS(918), + [anon_sym_RPAREN] = ACTIONS(918), + [anon_sym_LBRACK] = ACTIONS(918), + [anon_sym_RBRACK] = ACTIONS(918), + [anon_sym_LBRACE] = ACTIONS(918), + [anon_sym_RBRACE] = ACTIONS(918), + [anon_sym_EQ_GT] = ACTIONS(576), + [anon_sym_COLON] = ACTIONS(586), + [anon_sym_DOLLAR] = ACTIONS(916), + [anon_sym_PLUS] = ACTIONS(586), + [anon_sym_STAR] = ACTIONS(586), + [anon_sym_QMARK] = ACTIONS(576), + [anon_sym_u8] = ACTIONS(916), + [anon_sym_i8] = ACTIONS(916), + [anon_sym_u16] = ACTIONS(916), + [anon_sym_i16] = ACTIONS(916), + [anon_sym_u32] = ACTIONS(916), + [anon_sym_i32] = ACTIONS(916), + [anon_sym_u64] = ACTIONS(916), + [anon_sym_i64] = ACTIONS(916), + [anon_sym_u128] = ACTIONS(916), + [anon_sym_i128] = ACTIONS(916), + [anon_sym_isize] = ACTIONS(916), + [anon_sym_usize] = ACTIONS(916), + [anon_sym_f32] = ACTIONS(916), + [anon_sym_f64] = ACTIONS(916), + [anon_sym_bool] = ACTIONS(916), + [anon_sym_str] = ACTIONS(916), + [anon_sym_char] = ACTIONS(916), + [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(576), + [anon_sym_PIPE_PIPE] = ACTIONS(576), + [anon_sym_LT_LT] = ACTIONS(586), + [anon_sym_GT_GT] = ACTIONS(586), + [anon_sym_PLUS_EQ] = ACTIONS(576), + [anon_sym_DASH_EQ] = ACTIONS(576), + [anon_sym_STAR_EQ] = ACTIONS(576), + [anon_sym_SLASH_EQ] = ACTIONS(576), + [anon_sym_PERCENT_EQ] = ACTIONS(576), + [anon_sym_CARET_EQ] = ACTIONS(576), + [anon_sym_AMP_EQ] = ACTIONS(576), + [anon_sym_PIPE_EQ] = ACTIONS(576), + [anon_sym_LT_LT_EQ] = ACTIONS(576), + [anon_sym_GT_GT_EQ] = ACTIONS(576), + [anon_sym_EQ] = ACTIONS(586), + [anon_sym_EQ_EQ] = ACTIONS(576), + [anon_sym_BANG_EQ] = ACTIONS(576), + [anon_sym_GT] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(586), + [anon_sym_GT_EQ] = ACTIONS(576), + [anon_sym_LT_EQ] = ACTIONS(576), + [anon_sym_AT] = ACTIONS(576), + [anon_sym__] = ACTIONS(586), + [anon_sym_DOT] = ACTIONS(586), + [anon_sym_DOT_DOT] = ACTIONS(586), + [anon_sym_DOT_DOT_DOT] = ACTIONS(576), + [anon_sym_DOT_DOT_EQ] = ACTIONS(576), + [anon_sym_COMMA] = ACTIONS(576), + [anon_sym_COLON_COLON] = ACTIONS(576), + [anon_sym_DASH_GT] = ACTIONS(576), + [anon_sym_POUND] = ACTIONS(576), + [anon_sym_SQUOTE] = ACTIONS(916), + [anon_sym_as] = ACTIONS(916), + [anon_sym_async] = ACTIONS(916), + [anon_sym_await] = ACTIONS(916), + [anon_sym_break] = ACTIONS(916), + [anon_sym_const] = ACTIONS(916), + [anon_sym_continue] = ACTIONS(916), + [anon_sym_default] = ACTIONS(916), + [anon_sym_enum] = ACTIONS(916), + [anon_sym_fn] = ACTIONS(916), + [anon_sym_for] = ACTIONS(916), + [anon_sym_gen] = ACTIONS(916), + [anon_sym_if] = ACTIONS(916), + [anon_sym_impl] = ACTIONS(916), + [anon_sym_let] = ACTIONS(916), + [anon_sym_loop] = ACTIONS(916), + [anon_sym_match] = ACTIONS(916), + [anon_sym_mod] = ACTIONS(916), + [anon_sym_pub] = ACTIONS(916), + [anon_sym_return] = ACTIONS(916), + [anon_sym_static] = ACTIONS(916), + [anon_sym_struct] = ACTIONS(916), + [anon_sym_trait] = ACTIONS(916), + [anon_sym_type] = ACTIONS(916), + [anon_sym_union] = ACTIONS(916), + [anon_sym_unsafe] = ACTIONS(916), + [anon_sym_use] = ACTIONS(916), + [anon_sym_where] = ACTIONS(916), + [anon_sym_while] = ACTIONS(916), + [sym_mutable_specifier] = ACTIONS(916), + [sym_integer_literal] = ACTIONS(918), + [aux_sym_string_literal_token1] = ACTIONS(918), + [sym_char_literal] = ACTIONS(918), + [anon_sym_true] = ACTIONS(916), + [anon_sym_false] = ACTIONS(916), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(916), + [sym_super] = ACTIONS(916), + [sym_crate] = ACTIONS(916), + [sym_metavariable] = ACTIONS(918), + [sym__raw_string_literal_start] = ACTIONS(918), + [sym_float_literal] = ACTIONS(918), }, [STATE(150)] = { - [sym_attribute_item] = STATE(1060), - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1704), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [sym_attribute_item] = STATE(1061), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1705), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(150), [sym_block_comment] = STATE(150), - [aux_sym_enum_variant_list_repeat1] = STATE(200), + [aux_sym_enum_variant_list_repeat1] = STATE(189), [sym_identifier] = ACTIONS(344), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_RBRACK] = ACTIONS(918), + [anon_sym_RBRACK] = ACTIONS(920), [anon_sym_LBRACE] = ACTIONS(348), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), @@ -34681,60 +34750,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(99), }, [STATE(151)] = { - [sym_attribute_item] = STATE(1060), - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1704), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [sym_attribute_item] = STATE(1061), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1705), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(151), [sym_block_comment] = STATE(151), - [aux_sym_enum_variant_list_repeat1] = STATE(200), + [aux_sym_enum_variant_list_repeat1] = STATE(189), [sym_identifier] = ACTIONS(344), [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_RPAREN] = ACTIONS(920), + [anon_sym_RPAREN] = ACTIONS(922), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), [anon_sym_STAR] = ACTIONS(21), @@ -34798,295 +34867,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(99), }, [STATE(152)] = { - [sym_attribute_item] = STATE(1060), - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1704), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [sym_attribute_item] = STATE(1061), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1705), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(152), [sym_block_comment] = STATE(152), - [aux_sym_enum_variant_list_repeat1] = STATE(200), - [sym_identifier] = ACTIONS(344), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_RBRACK] = ACTIONS(922), - [anon_sym_LBRACE] = ACTIONS(348), - [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(757), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(356), - [anon_sym_break] = ACTIONS(41), - [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(360), - [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(364), - [anon_sym_if] = ACTIONS(366), - [anon_sym_loop] = ACTIONS(368), - [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(71), - [anon_sym_static] = ACTIONS(372), - [anon_sym_union] = ACTIONS(360), - [anon_sym_unsafe] = ACTIONS(374), - [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(360), - [anon_sym_yield] = ACTIONS(93), - [anon_sym_move] = ACTIONS(95), - [anon_sym_try] = ACTIONS(378), - [sym_integer_literal] = ACTIONS(99), - [aux_sym_string_literal_token1] = ACTIONS(101), - [sym_char_literal] = ACTIONS(99), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(111), - [sym_super] = ACTIONS(113), - [sym_crate] = ACTIONS(113), - [sym_metavariable] = ACTIONS(117), - [sym__raw_string_literal_start] = ACTIONS(119), - [sym_float_literal] = ACTIONS(99), - }, - [STATE(153)] = { - [sym_line_comment] = STATE(153), - [sym_block_comment] = STATE(153), - [aux_sym__non_special_token_repeat1] = STATE(161), - [sym_identifier] = ACTIONS(924), - [anon_sym_SEMI] = ACTIONS(576), - [anon_sym_LPAREN] = ACTIONS(926), - [anon_sym_RPAREN] = ACTIONS(926), - [anon_sym_LBRACK] = ACTIONS(926), - [anon_sym_RBRACK] = ACTIONS(926), - [anon_sym_LBRACE] = ACTIONS(926), - [anon_sym_RBRACE] = ACTIONS(926), - [anon_sym_EQ_GT] = ACTIONS(576), - [anon_sym_COLON] = ACTIONS(586), - [anon_sym_DOLLAR] = ACTIONS(924), - [anon_sym_PLUS] = ACTIONS(586), - [anon_sym_STAR] = ACTIONS(586), - [anon_sym_QMARK] = ACTIONS(576), - [anon_sym_u8] = ACTIONS(924), - [anon_sym_i8] = ACTIONS(924), - [anon_sym_u16] = ACTIONS(924), - [anon_sym_i16] = ACTIONS(924), - [anon_sym_u32] = ACTIONS(924), - [anon_sym_i32] = ACTIONS(924), - [anon_sym_u64] = ACTIONS(924), - [anon_sym_i64] = ACTIONS(924), - [anon_sym_u128] = ACTIONS(924), - [anon_sym_i128] = ACTIONS(924), - [anon_sym_isize] = ACTIONS(924), - [anon_sym_usize] = ACTIONS(924), - [anon_sym_f32] = ACTIONS(924), - [anon_sym_f64] = ACTIONS(924), - [anon_sym_bool] = ACTIONS(924), - [anon_sym_str] = ACTIONS(924), - [anon_sym_char] = ACTIONS(924), - [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(576), - [anon_sym_PIPE_PIPE] = ACTIONS(576), - [anon_sym_LT_LT] = ACTIONS(586), - [anon_sym_GT_GT] = ACTIONS(586), - [anon_sym_PLUS_EQ] = ACTIONS(576), - [anon_sym_DASH_EQ] = ACTIONS(576), - [anon_sym_STAR_EQ] = ACTIONS(576), - [anon_sym_SLASH_EQ] = ACTIONS(576), - [anon_sym_PERCENT_EQ] = ACTIONS(576), - [anon_sym_CARET_EQ] = ACTIONS(576), - [anon_sym_AMP_EQ] = ACTIONS(576), - [anon_sym_PIPE_EQ] = ACTIONS(576), - [anon_sym_LT_LT_EQ] = ACTIONS(576), - [anon_sym_GT_GT_EQ] = ACTIONS(576), - [anon_sym_EQ] = ACTIONS(586), - [anon_sym_EQ_EQ] = ACTIONS(576), - [anon_sym_BANG_EQ] = ACTIONS(576), - [anon_sym_GT] = ACTIONS(586), - [anon_sym_LT] = ACTIONS(586), - [anon_sym_GT_EQ] = ACTIONS(576), - [anon_sym_LT_EQ] = ACTIONS(576), - [anon_sym_AT] = ACTIONS(576), - [anon_sym__] = ACTIONS(586), - [anon_sym_DOT] = ACTIONS(586), - [anon_sym_DOT_DOT] = ACTIONS(586), - [anon_sym_DOT_DOT_DOT] = ACTIONS(576), - [anon_sym_DOT_DOT_EQ] = ACTIONS(576), - [anon_sym_COMMA] = ACTIONS(576), - [anon_sym_COLON_COLON] = ACTIONS(576), - [anon_sym_DASH_GT] = ACTIONS(576), - [anon_sym_POUND] = ACTIONS(576), - [anon_sym_SQUOTE] = ACTIONS(924), - [anon_sym_as] = ACTIONS(924), - [anon_sym_async] = ACTIONS(924), - [anon_sym_await] = ACTIONS(924), - [anon_sym_break] = ACTIONS(924), - [anon_sym_const] = ACTIONS(924), - [anon_sym_continue] = ACTIONS(924), - [anon_sym_default] = ACTIONS(924), - [anon_sym_enum] = ACTIONS(924), - [anon_sym_fn] = ACTIONS(924), - [anon_sym_for] = ACTIONS(924), - [anon_sym_gen] = ACTIONS(924), - [anon_sym_if] = ACTIONS(924), - [anon_sym_impl] = ACTIONS(924), - [anon_sym_let] = ACTIONS(924), - [anon_sym_loop] = ACTIONS(924), - [anon_sym_match] = ACTIONS(924), - [anon_sym_mod] = ACTIONS(924), - [anon_sym_pub] = ACTIONS(924), - [anon_sym_return] = ACTIONS(924), - [anon_sym_static] = ACTIONS(924), - [anon_sym_struct] = ACTIONS(924), - [anon_sym_trait] = ACTIONS(924), - [anon_sym_type] = ACTIONS(924), - [anon_sym_union] = ACTIONS(924), - [anon_sym_unsafe] = ACTIONS(924), - [anon_sym_use] = ACTIONS(924), - [anon_sym_where] = ACTIONS(924), - [anon_sym_while] = ACTIONS(924), - [sym_mutable_specifier] = ACTIONS(924), - [sym_integer_literal] = ACTIONS(926), - [aux_sym_string_literal_token1] = ACTIONS(926), - [sym_char_literal] = ACTIONS(926), - [anon_sym_true] = ACTIONS(924), - [anon_sym_false] = ACTIONS(924), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(924), - [sym_super] = ACTIONS(924), - [sym_crate] = ACTIONS(924), - [sym_metavariable] = ACTIONS(926), - [sym__raw_string_literal_start] = ACTIONS(926), - [sym_float_literal] = ACTIONS(926), - }, - [STATE(154)] = { - [sym_attribute_item] = STATE(1060), - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1704), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), - [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(154), - [sym_block_comment] = STATE(154), - [aux_sym_enum_variant_list_repeat1] = STATE(200), + [aux_sym_enum_variant_list_repeat1] = STATE(189), [sym_identifier] = ACTIONS(344), [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_RPAREN] = ACTIONS(924), [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_RBRACK] = ACTIONS(928), [anon_sym_LBRACE] = ACTIONS(348), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), @@ -35148,61 +34983,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, - [STATE(155)] = { - [sym_attribute_item] = STATE(1060), - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1704), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [STATE(153)] = { + [sym_attribute_item] = STATE(1061), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1705), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(155), - [sym_block_comment] = STATE(155), - [aux_sym_enum_variant_list_repeat1] = STATE(200), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(153), + [sym_block_comment] = STATE(153), + [aux_sym_enum_variant_list_repeat1] = STATE(189), [sym_identifier] = ACTIONS(344), [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_RPAREN] = ACTIONS(930), + [anon_sym_RPAREN] = ACTIONS(926), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), [anon_sym_STAR] = ACTIONS(21), @@ -35265,62 +35100,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, - [STATE(156)] = { - [sym_attribute_item] = STATE(1060), - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1704), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [STATE(154)] = { + [sym_attribute_item] = STATE(1061), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1893), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(156), - [sym_block_comment] = STATE(156), - [aux_sym_enum_variant_list_repeat1] = STATE(200), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(154), + [sym_block_comment] = STATE(154), + [aux_sym_enum_variant_list_repeat1] = STATE(178), [sym_identifier] = ACTIONS(344), [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_RPAREN] = ACTIONS(928), [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_RBRACK] = ACTIONS(932), [anon_sym_LBRACE] = ACTIONS(348), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), @@ -35382,62 +35217,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, - [STATE(157)] = { - [sym_attribute_item] = STATE(1060), - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1704), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [STATE(155)] = { + [sym_attribute_item] = STATE(1061), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1705), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(157), - [sym_block_comment] = STATE(157), - [aux_sym_enum_variant_list_repeat1] = STATE(200), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(155), + [sym_block_comment] = STATE(155), + [aux_sym_enum_variant_list_repeat1] = STATE(189), [sym_identifier] = ACTIONS(344), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_RBRACK] = ACTIONS(934), + [anon_sym_RBRACK] = ACTIONS(930), [anon_sym_LBRACE] = ACTIONS(348), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), @@ -35499,62 +35334,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, - [STATE(158)] = { - [sym_attribute_item] = STATE(1060), - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1704), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [STATE(156)] = { + [sym_attribute_item] = STATE(1061), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1705), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(158), - [sym_block_comment] = STATE(158), - [aux_sym_enum_variant_list_repeat1] = STATE(200), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(156), + [sym_block_comment] = STATE(156), + [aux_sym_enum_variant_list_repeat1] = STATE(189), [sym_identifier] = ACTIONS(344), [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_RPAREN] = ACTIONS(936), [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_RBRACK] = ACTIONS(932), [anon_sym_LBRACE] = ACTIONS(348), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), @@ -35616,62 +35451,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, - [STATE(159)] = { - [sym_attribute_item] = STATE(1060), - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1704), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [STATE(157)] = { + [sym_attribute_item] = STATE(1061), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1705), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(159), - [sym_block_comment] = STATE(159), - [aux_sym_enum_variant_list_repeat1] = STATE(200), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(157), + [sym_block_comment] = STATE(157), + [aux_sym_enum_variant_list_repeat1] = STATE(189), [sym_identifier] = ACTIONS(344), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_RBRACK] = ACTIONS(938), + [anon_sym_RBRACK] = ACTIONS(934), [anon_sym_LBRACE] = ACTIONS(348), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), @@ -35733,61 +35568,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, - [STATE(160)] = { - [sym_attribute_item] = STATE(1060), - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1704), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [STATE(158)] = { + [sym_attribute_item] = STATE(1061), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1705), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(160), - [sym_block_comment] = STATE(160), - [aux_sym_enum_variant_list_repeat1] = STATE(200), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(158), + [sym_block_comment] = STATE(158), + [aux_sym_enum_variant_list_repeat1] = STATE(189), [sym_identifier] = ACTIONS(344), [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_RPAREN] = ACTIONS(940), + [anon_sym_RPAREN] = ACTIONS(936), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), [anon_sym_STAR] = ACTIONS(21), @@ -35850,179 +35685,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, - [STATE(161)] = { - [sym_line_comment] = STATE(161), - [sym_block_comment] = STATE(161), - [aux_sym__non_special_token_repeat1] = STATE(161), - [sym_identifier] = ACTIONS(942), - [anon_sym_SEMI] = ACTIONS(944), - [anon_sym_LPAREN] = ACTIONS(947), - [anon_sym_RPAREN] = ACTIONS(947), - [anon_sym_LBRACK] = ACTIONS(947), - [anon_sym_RBRACK] = ACTIONS(947), - [anon_sym_LBRACE] = ACTIONS(947), - [anon_sym_RBRACE] = ACTIONS(947), - [anon_sym_EQ_GT] = ACTIONS(944), - [anon_sym_COLON] = ACTIONS(949), - [anon_sym_DOLLAR] = ACTIONS(942), - [anon_sym_PLUS] = ACTIONS(949), - [anon_sym_STAR] = ACTIONS(949), - [anon_sym_QMARK] = ACTIONS(944), - [anon_sym_u8] = ACTIONS(942), - [anon_sym_i8] = ACTIONS(942), - [anon_sym_u16] = ACTIONS(942), - [anon_sym_i16] = ACTIONS(942), - [anon_sym_u32] = ACTIONS(942), - [anon_sym_i32] = ACTIONS(942), - [anon_sym_u64] = ACTIONS(942), - [anon_sym_i64] = ACTIONS(942), - [anon_sym_u128] = ACTIONS(942), - [anon_sym_i128] = ACTIONS(942), - [anon_sym_isize] = ACTIONS(942), - [anon_sym_usize] = ACTIONS(942), - [anon_sym_f32] = ACTIONS(942), - [anon_sym_f64] = ACTIONS(942), - [anon_sym_bool] = ACTIONS(942), - [anon_sym_str] = ACTIONS(942), - [anon_sym_char] = ACTIONS(942), - [anon_sym_DASH] = ACTIONS(949), - [anon_sym_SLASH] = ACTIONS(949), - [anon_sym_PERCENT] = ACTIONS(949), - [anon_sym_CARET] = ACTIONS(949), - [anon_sym_BANG] = ACTIONS(949), - [anon_sym_AMP] = ACTIONS(949), - [anon_sym_PIPE] = ACTIONS(949), - [anon_sym_AMP_AMP] = ACTIONS(944), - [anon_sym_PIPE_PIPE] = ACTIONS(944), - [anon_sym_LT_LT] = ACTIONS(949), - [anon_sym_GT_GT] = ACTIONS(949), - [anon_sym_PLUS_EQ] = ACTIONS(944), - [anon_sym_DASH_EQ] = ACTIONS(944), - [anon_sym_STAR_EQ] = ACTIONS(944), - [anon_sym_SLASH_EQ] = ACTIONS(944), - [anon_sym_PERCENT_EQ] = ACTIONS(944), - [anon_sym_CARET_EQ] = ACTIONS(944), - [anon_sym_AMP_EQ] = ACTIONS(944), - [anon_sym_PIPE_EQ] = ACTIONS(944), - [anon_sym_LT_LT_EQ] = ACTIONS(944), - [anon_sym_GT_GT_EQ] = ACTIONS(944), - [anon_sym_EQ] = ACTIONS(949), - [anon_sym_EQ_EQ] = ACTIONS(944), - [anon_sym_BANG_EQ] = ACTIONS(944), - [anon_sym_GT] = ACTIONS(949), - [anon_sym_LT] = ACTIONS(949), - [anon_sym_GT_EQ] = ACTIONS(944), - [anon_sym_LT_EQ] = ACTIONS(944), - [anon_sym_AT] = ACTIONS(944), - [anon_sym__] = ACTIONS(949), - [anon_sym_DOT] = ACTIONS(949), - [anon_sym_DOT_DOT] = ACTIONS(949), - [anon_sym_DOT_DOT_DOT] = ACTIONS(944), - [anon_sym_DOT_DOT_EQ] = ACTIONS(944), - [anon_sym_COMMA] = ACTIONS(944), - [anon_sym_COLON_COLON] = ACTIONS(944), - [anon_sym_DASH_GT] = ACTIONS(944), - [anon_sym_POUND] = ACTIONS(944), - [anon_sym_SQUOTE] = ACTIONS(942), - [anon_sym_as] = ACTIONS(942), - [anon_sym_async] = ACTIONS(942), - [anon_sym_await] = ACTIONS(942), - [anon_sym_break] = ACTIONS(942), - [anon_sym_const] = ACTIONS(942), - [anon_sym_continue] = ACTIONS(942), - [anon_sym_default] = ACTIONS(942), - [anon_sym_enum] = ACTIONS(942), - [anon_sym_fn] = ACTIONS(942), - [anon_sym_for] = ACTIONS(942), - [anon_sym_gen] = ACTIONS(942), - [anon_sym_if] = ACTIONS(942), - [anon_sym_impl] = ACTIONS(942), - [anon_sym_let] = ACTIONS(942), - [anon_sym_loop] = ACTIONS(942), - [anon_sym_match] = ACTIONS(942), - [anon_sym_mod] = ACTIONS(942), - [anon_sym_pub] = ACTIONS(942), - [anon_sym_return] = ACTIONS(942), - [anon_sym_static] = ACTIONS(942), - [anon_sym_struct] = ACTIONS(942), - [anon_sym_trait] = ACTIONS(942), - [anon_sym_type] = ACTIONS(942), - [anon_sym_union] = ACTIONS(942), - [anon_sym_unsafe] = ACTIONS(942), - [anon_sym_use] = ACTIONS(942), - [anon_sym_where] = ACTIONS(942), - [anon_sym_while] = ACTIONS(942), - [sym_mutable_specifier] = ACTIONS(942), - [sym_integer_literal] = ACTIONS(947), - [aux_sym_string_literal_token1] = ACTIONS(947), - [sym_char_literal] = ACTIONS(947), - [anon_sym_true] = ACTIONS(942), - [anon_sym_false] = ACTIONS(942), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(942), - [sym_super] = ACTIONS(942), - [sym_crate] = ACTIONS(942), - [sym_metavariable] = ACTIONS(947), - [sym__raw_string_literal_start] = ACTIONS(947), - [sym_float_literal] = ACTIONS(947), - }, - [STATE(162)] = { - [sym_attribute_item] = STATE(1060), - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1704), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [STATE(159)] = { + [sym_attribute_item] = STATE(1061), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1705), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(162), - [sym_block_comment] = STATE(162), - [aux_sym_enum_variant_list_repeat1] = STATE(200), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(159), + [sym_block_comment] = STATE(159), + [aux_sym_enum_variant_list_repeat1] = STATE(189), [sym_identifier] = ACTIONS(344), [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_RPAREN] = ACTIONS(952), [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_RBRACK] = ACTIONS(938), [anon_sym_LBRACE] = ACTIONS(348), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), @@ -36084,64 +35802,532 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, + [STATE(160)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1731), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_let_condition] = STATE(2928), + [sym__let_chain] = STATE(2959), + [sym__condition] = STATE(2870), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(236), + [sym_label] = STATE(3711), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(160), + [sym_block_comment] = STATE(160), + [sym_identifier] = ACTIONS(470), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(348), + [anon_sym_STAR] = ACTIONS(892), + [anon_sym_u8] = ACTIONS(472), + [anon_sym_i8] = ACTIONS(472), + [anon_sym_u16] = ACTIONS(472), + [anon_sym_i16] = ACTIONS(472), + [anon_sym_u32] = ACTIONS(472), + [anon_sym_i32] = ACTIONS(472), + [anon_sym_u64] = ACTIONS(472), + [anon_sym_i64] = ACTIONS(472), + [anon_sym_u128] = ACTIONS(472), + [anon_sym_i128] = ACTIONS(472), + [anon_sym_isize] = ACTIONS(472), + [anon_sym_usize] = ACTIONS(472), + [anon_sym_f32] = ACTIONS(472), + [anon_sym_f64] = ACTIONS(472), + [anon_sym_bool] = ACTIONS(472), + [anon_sym_str] = ACTIONS(472), + [anon_sym_char] = ACTIONS(472), + [anon_sym_DASH] = ACTIONS(892), + [anon_sym_BANG] = ACTIONS(892), + [anon_sym_AMP] = ACTIONS(894), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(896), + [anon_sym_COLON_COLON] = ACTIONS(476), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(478), + [anon_sym_break] = ACTIONS(480), + [anon_sym_const] = ACTIONS(358), + [anon_sym_continue] = ACTIONS(482), + [anon_sym_default] = ACTIONS(484), + [anon_sym_for] = ACTIONS(362), + [anon_sym_gen] = ACTIONS(486), + [anon_sym_if] = ACTIONS(366), + [anon_sym_let] = ACTIONS(898), + [anon_sym_loop] = ACTIONS(368), + [anon_sym_match] = ACTIONS(370), + [anon_sym_return] = ACTIONS(488), + [anon_sym_static] = ACTIONS(490), + [anon_sym_union] = ACTIONS(484), + [anon_sym_unsafe] = ACTIONS(374), + [anon_sym_while] = ACTIONS(376), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(492), + [anon_sym_move] = ACTIONS(494), + [anon_sym_try] = ACTIONS(378), + [sym_integer_literal] = ACTIONS(99), + [aux_sym_string_literal_token1] = ACTIONS(101), + [sym_char_literal] = ACTIONS(99), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), + [sym__raw_string_literal_start] = ACTIONS(119), + [sym_float_literal] = ACTIONS(99), + }, + [STATE(161)] = { + [sym_line_comment] = STATE(161), + [sym_block_comment] = STATE(161), + [aux_sym__non_special_token_repeat1] = STATE(145), + [sym_identifier] = ACTIONS(940), + [anon_sym_SEMI] = ACTIONS(576), + [anon_sym_LPAREN] = ACTIONS(942), + [anon_sym_RPAREN] = ACTIONS(942), + [anon_sym_LBRACK] = ACTIONS(942), + [anon_sym_RBRACK] = ACTIONS(942), + [anon_sym_LBRACE] = ACTIONS(942), + [anon_sym_RBRACE] = ACTIONS(942), + [anon_sym_EQ_GT] = ACTIONS(576), + [anon_sym_COLON] = ACTIONS(586), + [anon_sym_DOLLAR] = ACTIONS(940), + [anon_sym_PLUS] = ACTIONS(586), + [anon_sym_STAR] = ACTIONS(586), + [anon_sym_QMARK] = ACTIONS(576), + [anon_sym_u8] = ACTIONS(940), + [anon_sym_i8] = ACTIONS(940), + [anon_sym_u16] = ACTIONS(940), + [anon_sym_i16] = ACTIONS(940), + [anon_sym_u32] = ACTIONS(940), + [anon_sym_i32] = ACTIONS(940), + [anon_sym_u64] = ACTIONS(940), + [anon_sym_i64] = ACTIONS(940), + [anon_sym_u128] = ACTIONS(940), + [anon_sym_i128] = ACTIONS(940), + [anon_sym_isize] = ACTIONS(940), + [anon_sym_usize] = ACTIONS(940), + [anon_sym_f32] = ACTIONS(940), + [anon_sym_f64] = ACTIONS(940), + [anon_sym_bool] = ACTIONS(940), + [anon_sym_str] = ACTIONS(940), + [anon_sym_char] = ACTIONS(940), + [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(576), + [anon_sym_PIPE_PIPE] = ACTIONS(576), + [anon_sym_LT_LT] = ACTIONS(586), + [anon_sym_GT_GT] = ACTIONS(586), + [anon_sym_PLUS_EQ] = ACTIONS(576), + [anon_sym_DASH_EQ] = ACTIONS(576), + [anon_sym_STAR_EQ] = ACTIONS(576), + [anon_sym_SLASH_EQ] = ACTIONS(576), + [anon_sym_PERCENT_EQ] = ACTIONS(576), + [anon_sym_CARET_EQ] = ACTIONS(576), + [anon_sym_AMP_EQ] = ACTIONS(576), + [anon_sym_PIPE_EQ] = ACTIONS(576), + [anon_sym_LT_LT_EQ] = ACTIONS(576), + [anon_sym_GT_GT_EQ] = ACTIONS(576), + [anon_sym_EQ] = ACTIONS(586), + [anon_sym_EQ_EQ] = ACTIONS(576), + [anon_sym_BANG_EQ] = ACTIONS(576), + [anon_sym_GT] = ACTIONS(586), + [anon_sym_LT] = ACTIONS(586), + [anon_sym_GT_EQ] = ACTIONS(576), + [anon_sym_LT_EQ] = ACTIONS(576), + [anon_sym_AT] = ACTIONS(576), + [anon_sym__] = ACTIONS(586), + [anon_sym_DOT] = ACTIONS(586), + [anon_sym_DOT_DOT] = ACTIONS(586), + [anon_sym_DOT_DOT_DOT] = ACTIONS(576), + [anon_sym_DOT_DOT_EQ] = ACTIONS(576), + [anon_sym_COMMA] = ACTIONS(576), + [anon_sym_COLON_COLON] = ACTIONS(576), + [anon_sym_DASH_GT] = ACTIONS(576), + [anon_sym_POUND] = ACTIONS(576), + [anon_sym_SQUOTE] = ACTIONS(940), + [anon_sym_as] = ACTIONS(940), + [anon_sym_async] = ACTIONS(940), + [anon_sym_await] = ACTIONS(940), + [anon_sym_break] = ACTIONS(940), + [anon_sym_const] = ACTIONS(940), + [anon_sym_continue] = ACTIONS(940), + [anon_sym_default] = ACTIONS(940), + [anon_sym_enum] = ACTIONS(940), + [anon_sym_fn] = ACTIONS(940), + [anon_sym_for] = ACTIONS(940), + [anon_sym_gen] = ACTIONS(940), + [anon_sym_if] = ACTIONS(940), + [anon_sym_impl] = ACTIONS(940), + [anon_sym_let] = ACTIONS(940), + [anon_sym_loop] = ACTIONS(940), + [anon_sym_match] = ACTIONS(940), + [anon_sym_mod] = ACTIONS(940), + [anon_sym_pub] = ACTIONS(940), + [anon_sym_return] = ACTIONS(940), + [anon_sym_static] = ACTIONS(940), + [anon_sym_struct] = ACTIONS(940), + [anon_sym_trait] = ACTIONS(940), + [anon_sym_type] = ACTIONS(940), + [anon_sym_union] = ACTIONS(940), + [anon_sym_unsafe] = ACTIONS(940), + [anon_sym_use] = ACTIONS(940), + [anon_sym_where] = ACTIONS(940), + [anon_sym_while] = ACTIONS(940), + [sym_mutable_specifier] = ACTIONS(940), + [sym_integer_literal] = ACTIONS(942), + [aux_sym_string_literal_token1] = ACTIONS(942), + [sym_char_literal] = ACTIONS(942), + [anon_sym_true] = ACTIONS(940), + [anon_sym_false] = ACTIONS(940), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(940), + [sym_super] = ACTIONS(940), + [sym_crate] = ACTIONS(940), + [sym_metavariable] = ACTIONS(942), + [sym__raw_string_literal_start] = ACTIONS(942), + [sym_float_literal] = ACTIONS(942), + }, + [STATE(162)] = { + [sym_bracketed_type] = STATE(3670), + [sym_generic_function] = STATE(1761), + [sym_generic_type_with_turbofish] = STATE(3007), + [sym__expression_except_range] = STATE(1674), + [sym__expression] = STATE(1959), + [sym_macro_invocation] = STATE(1765), + [sym_scoped_identifier] = STATE(1630), + [sym_scoped_type_identifier_in_expression_position] = STATE(3431), + [sym_range_expression] = STATE(1763), + [sym_unary_expression] = STATE(1761), + [sym_try_expression] = STATE(1761), + [sym_reference_expression] = STATE(1761), + [sym_binary_expression] = STATE(1761), + [sym_assignment_expression] = STATE(1761), + [sym_compound_assignment_expr] = STATE(1761), + [sym_type_cast_expression] = STATE(1761), + [sym_return_expression] = STATE(1761), + [sym_yield_expression] = STATE(1761), + [sym_call_expression] = STATE(1761), + [sym_array_expression] = STATE(1761), + [sym_parenthesized_expression] = STATE(1761), + [sym_tuple_expression] = STATE(1761), + [sym_unit_expression] = STATE(1761), + [sym_struct_expression] = STATE(1761), + [sym_if_expression] = STATE(1761), + [sym_let_condition] = STATE(3332), + [sym__let_chain] = STATE(3351), + [sym__condition] = STATE(3659), + [sym_match_expression] = STATE(1761), + [sym_while_expression] = STATE(1761), + [sym_loop_expression] = STATE(1761), + [sym_for_expression] = STATE(1761), + [sym_const_block] = STATE(1761), + [sym_closure_expression] = STATE(1761), + [sym_closure_parameters] = STATE(231), + [sym_label] = STATE(3777), + [sym_break_expression] = STATE(1761), + [sym_continue_expression] = STATE(1761), + [sym_index_expression] = STATE(1761), + [sym_await_expression] = STATE(1761), + [sym_field_expression] = STATE(1720), + [sym_unsafe_block] = STATE(1761), + [sym_async_block] = STATE(1761), + [sym_gen_block] = STATE(1761), + [sym_try_block] = STATE(1761), + [sym_block] = STATE(1761), + [sym__literal] = STATE(1761), + [sym_string_literal] = STATE(1873), + [sym_raw_string_literal] = STATE(1873), + [sym_boolean_literal] = STATE(1873), + [sym_line_comment] = STATE(162), + [sym_block_comment] = STATE(162), + [sym_identifier] = ACTIONS(410), + [anon_sym_LPAREN] = ACTIONS(518), + [anon_sym_LBRACK] = ACTIONS(520), + [anon_sym_LBRACE] = ACTIONS(412), + [anon_sym_STAR] = ACTIONS(944), + [anon_sym_u8] = ACTIONS(416), + [anon_sym_i8] = ACTIONS(416), + [anon_sym_u16] = ACTIONS(416), + [anon_sym_i16] = ACTIONS(416), + [anon_sym_u32] = ACTIONS(416), + [anon_sym_i32] = ACTIONS(416), + [anon_sym_u64] = ACTIONS(416), + [anon_sym_i64] = ACTIONS(416), + [anon_sym_u128] = ACTIONS(416), + [anon_sym_i128] = ACTIONS(416), + [anon_sym_isize] = ACTIONS(416), + [anon_sym_usize] = ACTIONS(416), + [anon_sym_f32] = ACTIONS(416), + [anon_sym_f64] = ACTIONS(416), + [anon_sym_bool] = ACTIONS(416), + [anon_sym_str] = ACTIONS(416), + [anon_sym_char] = ACTIONS(416), + [anon_sym_DASH] = ACTIONS(944), + [anon_sym_BANG] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(946), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(948), + [anon_sym_COLON_COLON] = ACTIONS(420), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(422), + [anon_sym_break] = ACTIONS(424), + [anon_sym_const] = ACTIONS(426), + [anon_sym_continue] = ACTIONS(428), + [anon_sym_default] = ACTIONS(430), + [anon_sym_for] = ACTIONS(432), + [anon_sym_gen] = ACTIONS(434), + [anon_sym_if] = ACTIONS(436), + [anon_sym_let] = ACTIONS(950), + [anon_sym_loop] = ACTIONS(438), + [anon_sym_match] = ACTIONS(440), + [anon_sym_return] = ACTIONS(442), + [anon_sym_static] = ACTIONS(444), + [anon_sym_union] = ACTIONS(430), + [anon_sym_unsafe] = ACTIONS(446), + [anon_sym_while] = ACTIONS(448), + [anon_sym_raw] = ACTIONS(430), + [anon_sym_yield] = ACTIONS(450), + [anon_sym_move] = ACTIONS(452), + [anon_sym_try] = ACTIONS(454), + [sym_integer_literal] = ACTIONS(456), + [aux_sym_string_literal_token1] = ACTIONS(458), + [sym_char_literal] = ACTIONS(456), + [anon_sym_true] = ACTIONS(460), + [anon_sym_false] = ACTIONS(460), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(462), + [sym_super] = ACTIONS(464), + [sym_crate] = ACTIONS(464), + [sym_metavariable] = ACTIONS(466), + [sym__raw_string_literal_start] = ACTIONS(468), + [sym_float_literal] = ACTIONS(456), + }, [STATE(163)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1935), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_let_condition] = STATE(3122), - [sym__let_chain] = STATE(3128), - [sym__condition] = STATE(2822), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(210), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1731), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_let_condition] = STATE(2928), + [sym__let_chain] = STATE(2959), + [sym__condition] = STATE(2658), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(236), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(163), [sym_block_comment] = STATE(163), [sym_identifier] = ACTIONS(470), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), - [anon_sym_STAR] = ACTIONS(894), + [anon_sym_STAR] = ACTIONS(892), + [anon_sym_u8] = ACTIONS(472), + [anon_sym_i8] = ACTIONS(472), + [anon_sym_u16] = ACTIONS(472), + [anon_sym_i16] = ACTIONS(472), + [anon_sym_u32] = ACTIONS(472), + [anon_sym_i32] = ACTIONS(472), + [anon_sym_u64] = ACTIONS(472), + [anon_sym_i64] = ACTIONS(472), + [anon_sym_u128] = ACTIONS(472), + [anon_sym_i128] = ACTIONS(472), + [anon_sym_isize] = ACTIONS(472), + [anon_sym_usize] = ACTIONS(472), + [anon_sym_f32] = ACTIONS(472), + [anon_sym_f64] = ACTIONS(472), + [anon_sym_bool] = ACTIONS(472), + [anon_sym_str] = ACTIONS(472), + [anon_sym_char] = ACTIONS(472), + [anon_sym_DASH] = ACTIONS(892), + [anon_sym_BANG] = ACTIONS(892), + [anon_sym_AMP] = ACTIONS(894), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(896), + [anon_sym_COLON_COLON] = ACTIONS(476), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(478), + [anon_sym_break] = ACTIONS(480), + [anon_sym_const] = ACTIONS(358), + [anon_sym_continue] = ACTIONS(482), + [anon_sym_default] = ACTIONS(484), + [anon_sym_for] = ACTIONS(362), + [anon_sym_gen] = ACTIONS(486), + [anon_sym_if] = ACTIONS(366), + [anon_sym_let] = ACTIONS(898), + [anon_sym_loop] = ACTIONS(368), + [anon_sym_match] = ACTIONS(370), + [anon_sym_return] = ACTIONS(488), + [anon_sym_static] = ACTIONS(490), + [anon_sym_union] = ACTIONS(484), + [anon_sym_unsafe] = ACTIONS(374), + [anon_sym_while] = ACTIONS(376), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(492), + [anon_sym_move] = ACTIONS(494), + [anon_sym_try] = ACTIONS(378), + [sym_integer_literal] = ACTIONS(99), + [aux_sym_string_literal_token1] = ACTIONS(101), + [sym_char_literal] = ACTIONS(99), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), + [sym__raw_string_literal_start] = ACTIONS(119), + [sym_float_literal] = ACTIONS(99), + }, + [STATE(164)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1731), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_let_condition] = STATE(2928), + [sym__let_chain] = STATE(2959), + [sym__condition] = STATE(2659), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(236), + [sym_label] = STATE(3711), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(164), + [sym_block_comment] = STATE(164), + [sym_identifier] = ACTIONS(470), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(348), + [anon_sym_STAR] = ACTIONS(892), [anon_sym_u8] = ACTIONS(472), [anon_sym_i8] = ACTIONS(472), [anon_sym_u16] = ACTIONS(472), @@ -36159,33 +36345,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(472), [anon_sym_str] = ACTIONS(472), [anon_sym_char] = ACTIONS(472), - [anon_sym_DASH] = ACTIONS(894), - [anon_sym_BANG] = ACTIONS(894), - [anon_sym_AMP] = ACTIONS(896), + [anon_sym_DASH] = ACTIONS(892), + [anon_sym_BANG] = ACTIONS(892), + [anon_sym_AMP] = ACTIONS(894), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(898), + [anon_sym_DOT_DOT] = ACTIONS(896), [anon_sym_COLON_COLON] = ACTIONS(476), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(512), - [anon_sym_break] = ACTIONS(514), + [anon_sym_async] = ACTIONS(478), + [anon_sym_break] = ACTIONS(480), [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(516), - [anon_sym_default] = ACTIONS(482), + [anon_sym_continue] = ACTIONS(482), + [anon_sym_default] = ACTIONS(484), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(518), + [anon_sym_gen] = ACTIONS(486), [anon_sym_if] = ACTIONS(366), - [anon_sym_let] = ACTIONS(900), + [anon_sym_let] = ACTIONS(898), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(520), - [anon_sym_static] = ACTIONS(522), - [anon_sym_union] = ACTIONS(482), + [anon_sym_return] = ACTIONS(488), + [anon_sym_static] = ACTIONS(490), + [anon_sym_union] = ACTIONS(484), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(524), - [anon_sym_move] = ACTIONS(526), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(492), + [anon_sym_move] = ACTIONS(494), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -36194,232 +36380,115 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, - [STATE(164)] = { - [sym_line_comment] = STATE(164), - [sym_block_comment] = STATE(164), - [aux_sym__non_special_token_repeat1] = STATE(161), - [sym_identifier] = ACTIONS(954), - [anon_sym_SEMI] = ACTIONS(576), - [anon_sym_LPAREN] = ACTIONS(956), - [anon_sym_RPAREN] = ACTIONS(956), - [anon_sym_LBRACK] = ACTIONS(956), - [anon_sym_RBRACK] = ACTIONS(956), - [anon_sym_LBRACE] = ACTIONS(956), - [anon_sym_RBRACE] = ACTIONS(956), - [anon_sym_EQ_GT] = ACTIONS(576), - [anon_sym_COLON] = ACTIONS(586), - [anon_sym_DOLLAR] = ACTIONS(954), - [anon_sym_PLUS] = ACTIONS(586), - [anon_sym_STAR] = ACTIONS(586), - [anon_sym_QMARK] = ACTIONS(576), - [anon_sym_u8] = ACTIONS(954), - [anon_sym_i8] = ACTIONS(954), - [anon_sym_u16] = ACTIONS(954), - [anon_sym_i16] = ACTIONS(954), - [anon_sym_u32] = ACTIONS(954), - [anon_sym_i32] = ACTIONS(954), - [anon_sym_u64] = ACTIONS(954), - [anon_sym_i64] = ACTIONS(954), - [anon_sym_u128] = ACTIONS(954), - [anon_sym_i128] = ACTIONS(954), - [anon_sym_isize] = ACTIONS(954), - [anon_sym_usize] = ACTIONS(954), - [anon_sym_f32] = ACTIONS(954), - [anon_sym_f64] = ACTIONS(954), - [anon_sym_bool] = ACTIONS(954), - [anon_sym_str] = ACTIONS(954), - [anon_sym_char] = ACTIONS(954), - [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(576), - [anon_sym_PIPE_PIPE] = ACTIONS(576), - [anon_sym_LT_LT] = ACTIONS(586), - [anon_sym_GT_GT] = ACTIONS(586), - [anon_sym_PLUS_EQ] = ACTIONS(576), - [anon_sym_DASH_EQ] = ACTIONS(576), - [anon_sym_STAR_EQ] = ACTIONS(576), - [anon_sym_SLASH_EQ] = ACTIONS(576), - [anon_sym_PERCENT_EQ] = ACTIONS(576), - [anon_sym_CARET_EQ] = ACTIONS(576), - [anon_sym_AMP_EQ] = ACTIONS(576), - [anon_sym_PIPE_EQ] = ACTIONS(576), - [anon_sym_LT_LT_EQ] = ACTIONS(576), - [anon_sym_GT_GT_EQ] = ACTIONS(576), - [anon_sym_EQ] = ACTIONS(586), - [anon_sym_EQ_EQ] = ACTIONS(576), - [anon_sym_BANG_EQ] = ACTIONS(576), - [anon_sym_GT] = ACTIONS(586), - [anon_sym_LT] = ACTIONS(586), - [anon_sym_GT_EQ] = ACTIONS(576), - [anon_sym_LT_EQ] = ACTIONS(576), - [anon_sym_AT] = ACTIONS(576), - [anon_sym__] = ACTIONS(586), - [anon_sym_DOT] = ACTIONS(586), - [anon_sym_DOT_DOT] = ACTIONS(586), - [anon_sym_DOT_DOT_DOT] = ACTIONS(576), - [anon_sym_DOT_DOT_EQ] = ACTIONS(576), - [anon_sym_COMMA] = ACTIONS(576), - [anon_sym_COLON_COLON] = ACTIONS(576), - [anon_sym_DASH_GT] = ACTIONS(576), - [anon_sym_POUND] = ACTIONS(576), - [anon_sym_SQUOTE] = ACTIONS(954), - [anon_sym_as] = ACTIONS(954), - [anon_sym_async] = ACTIONS(954), - [anon_sym_await] = ACTIONS(954), - [anon_sym_break] = ACTIONS(954), - [anon_sym_const] = ACTIONS(954), - [anon_sym_continue] = ACTIONS(954), - [anon_sym_default] = ACTIONS(954), - [anon_sym_enum] = ACTIONS(954), - [anon_sym_fn] = ACTIONS(954), - [anon_sym_for] = ACTIONS(954), - [anon_sym_gen] = ACTIONS(954), - [anon_sym_if] = ACTIONS(954), - [anon_sym_impl] = ACTIONS(954), - [anon_sym_let] = ACTIONS(954), - [anon_sym_loop] = ACTIONS(954), - [anon_sym_match] = ACTIONS(954), - [anon_sym_mod] = ACTIONS(954), - [anon_sym_pub] = ACTIONS(954), - [anon_sym_return] = ACTIONS(954), - [anon_sym_static] = ACTIONS(954), - [anon_sym_struct] = ACTIONS(954), - [anon_sym_trait] = ACTIONS(954), - [anon_sym_type] = ACTIONS(954), - [anon_sym_union] = ACTIONS(954), - [anon_sym_unsafe] = ACTIONS(954), - [anon_sym_use] = ACTIONS(954), - [anon_sym_where] = ACTIONS(954), - [anon_sym_while] = ACTIONS(954), - [sym_mutable_specifier] = ACTIONS(954), - [sym_integer_literal] = ACTIONS(956), - [aux_sym_string_literal_token1] = ACTIONS(956), - [sym_char_literal] = ACTIONS(956), - [anon_sym_true] = ACTIONS(954), - [anon_sym_false] = ACTIONS(954), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(954), - [sym_super] = ACTIONS(954), - [sym_crate] = ACTIONS(954), - [sym_metavariable] = ACTIONS(956), - [sym__raw_string_literal_start] = ACTIONS(956), - [sym_float_literal] = ACTIONS(956), - }, [STATE(165)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1935), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_let_condition] = STATE(3122), - [sym__let_chain] = STATE(3128), - [sym__condition] = STATE(2828), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(210), + [sym_attribute_item] = STATE(1061), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1705), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(165), [sym_block_comment] = STATE(165), - [sym_identifier] = ACTIONS(470), + [aux_sym_enum_variant_list_repeat1] = STATE(189), + [sym_identifier] = ACTIONS(344), [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_RPAREN] = ACTIONS(952), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), - [anon_sym_STAR] = ACTIONS(894), - [anon_sym_u8] = ACTIONS(472), - [anon_sym_i8] = ACTIONS(472), - [anon_sym_u16] = ACTIONS(472), - [anon_sym_i16] = ACTIONS(472), - [anon_sym_u32] = ACTIONS(472), - [anon_sym_i32] = ACTIONS(472), - [anon_sym_u64] = ACTIONS(472), - [anon_sym_i64] = ACTIONS(472), - [anon_sym_u128] = ACTIONS(472), - [anon_sym_i128] = ACTIONS(472), - [anon_sym_isize] = ACTIONS(472), - [anon_sym_usize] = ACTIONS(472), - [anon_sym_f32] = ACTIONS(472), - [anon_sym_f64] = ACTIONS(472), - [anon_sym_bool] = ACTIONS(472), - [anon_sym_str] = ACTIONS(472), - [anon_sym_char] = ACTIONS(472), - [anon_sym_DASH] = ACTIONS(894), - [anon_sym_BANG] = ACTIONS(894), - [anon_sym_AMP] = ACTIONS(896), + [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(898), - [anon_sym_COLON_COLON] = ACTIONS(476), + [anon_sym_DOT_DOT] = ACTIONS(31), + [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym_POUND] = ACTIONS(757), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(512), - [anon_sym_break] = ACTIONS(514), + [anon_sym_async] = ACTIONS(356), + [anon_sym_break] = ACTIONS(41), [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(516), - [anon_sym_default] = ACTIONS(482), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(360), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(518), + [anon_sym_gen] = ACTIONS(364), [anon_sym_if] = ACTIONS(366), - [anon_sym_let] = ACTIONS(900), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(520), - [anon_sym_static] = ACTIONS(522), - [anon_sym_union] = ACTIONS(482), + [anon_sym_return] = ACTIONS(71), + [anon_sym_static] = ACTIONS(372), + [anon_sym_union] = ACTIONS(360), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(524), - [anon_sym_move] = ACTIONS(526), + [anon_sym_raw] = ACTIONS(360), + [anon_sym_yield] = ACTIONS(93), + [anon_sym_move] = ACTIONS(95), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -36428,71 +36497,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), + [sym_self] = ACTIONS(111), + [sym_super] = ACTIONS(113), + [sym_crate] = ACTIONS(113), + [sym_metavariable] = ACTIONS(117), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, [STATE(166)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1935), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_let_condition] = STATE(3122), - [sym__let_chain] = STATE(3128), - [sym__condition] = STATE(2775), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(210), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1731), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_let_condition] = STATE(2928), + [sym__let_chain] = STATE(2959), + [sym__condition] = STATE(2704), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(236), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(166), [sym_block_comment] = STATE(166), [sym_identifier] = ACTIONS(470), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), - [anon_sym_STAR] = ACTIONS(894), + [anon_sym_STAR] = ACTIONS(892), [anon_sym_u8] = ACTIONS(472), [anon_sym_i8] = ACTIONS(472), [anon_sym_u16] = ACTIONS(472), @@ -36510,33 +36579,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(472), [anon_sym_str] = ACTIONS(472), [anon_sym_char] = ACTIONS(472), - [anon_sym_DASH] = ACTIONS(894), - [anon_sym_BANG] = ACTIONS(894), - [anon_sym_AMP] = ACTIONS(896), + [anon_sym_DASH] = ACTIONS(892), + [anon_sym_BANG] = ACTIONS(892), + [anon_sym_AMP] = ACTIONS(894), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(898), + [anon_sym_DOT_DOT] = ACTIONS(896), [anon_sym_COLON_COLON] = ACTIONS(476), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(512), - [anon_sym_break] = ACTIONS(514), + [anon_sym_async] = ACTIONS(478), + [anon_sym_break] = ACTIONS(480), [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(516), - [anon_sym_default] = ACTIONS(482), + [anon_sym_continue] = ACTIONS(482), + [anon_sym_default] = ACTIONS(484), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(518), + [anon_sym_gen] = ACTIONS(486), [anon_sym_if] = ACTIONS(366), - [anon_sym_let] = ACTIONS(900), + [anon_sym_let] = ACTIONS(898), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(520), - [anon_sym_static] = ACTIONS(522), - [anon_sym_union] = ACTIONS(482), + [anon_sym_return] = ACTIONS(488), + [anon_sym_static] = ACTIONS(490), + [anon_sym_union] = ACTIONS(484), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(524), - [anon_sym_move] = ACTIONS(526), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(492), + [anon_sym_move] = ACTIONS(494), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -36545,115 +36614,115 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, [STATE(167)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1935), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_let_condition] = STATE(3122), - [sym__let_chain] = STATE(3128), - [sym__condition] = STATE(2783), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(210), + [sym_attribute_item] = STATE(1061), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1705), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(167), [sym_block_comment] = STATE(167), - [sym_identifier] = ACTIONS(470), + [aux_sym_enum_variant_list_repeat1] = STATE(189), + [sym_identifier] = ACTIONS(344), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_RBRACK] = ACTIONS(954), [anon_sym_LBRACE] = ACTIONS(348), - [anon_sym_STAR] = ACTIONS(894), - [anon_sym_u8] = ACTIONS(472), - [anon_sym_i8] = ACTIONS(472), - [anon_sym_u16] = ACTIONS(472), - [anon_sym_i16] = ACTIONS(472), - [anon_sym_u32] = ACTIONS(472), - [anon_sym_i32] = ACTIONS(472), - [anon_sym_u64] = ACTIONS(472), - [anon_sym_i64] = ACTIONS(472), - [anon_sym_u128] = ACTIONS(472), - [anon_sym_i128] = ACTIONS(472), - [anon_sym_isize] = ACTIONS(472), - [anon_sym_usize] = ACTIONS(472), - [anon_sym_f32] = ACTIONS(472), - [anon_sym_f64] = ACTIONS(472), - [anon_sym_bool] = ACTIONS(472), - [anon_sym_str] = ACTIONS(472), - [anon_sym_char] = ACTIONS(472), - [anon_sym_DASH] = ACTIONS(894), - [anon_sym_BANG] = ACTIONS(894), - [anon_sym_AMP] = ACTIONS(896), + [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(898), - [anon_sym_COLON_COLON] = ACTIONS(476), + [anon_sym_DOT_DOT] = ACTIONS(31), + [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym_POUND] = ACTIONS(757), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(512), - [anon_sym_break] = ACTIONS(514), + [anon_sym_async] = ACTIONS(356), + [anon_sym_break] = ACTIONS(41), [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(516), - [anon_sym_default] = ACTIONS(482), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(360), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(518), + [anon_sym_gen] = ACTIONS(364), [anon_sym_if] = ACTIONS(366), - [anon_sym_let] = ACTIONS(900), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(520), - [anon_sym_static] = ACTIONS(522), - [anon_sym_union] = ACTIONS(482), + [anon_sym_return] = ACTIONS(71), + [anon_sym_static] = ACTIONS(372), + [anon_sym_union] = ACTIONS(360), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(524), - [anon_sym_move] = ACTIONS(526), + [anon_sym_raw] = ACTIONS(360), + [anon_sym_yield] = ACTIONS(93), + [anon_sym_move] = ACTIONS(95), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -36662,71 +36731,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), + [sym_self] = ACTIONS(111), + [sym_super] = ACTIONS(113), + [sym_crate] = ACTIONS(113), + [sym_metavariable] = ACTIONS(117), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, [STATE(168)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1935), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_let_condition] = STATE(3122), - [sym__let_chain] = STATE(3128), - [sym__condition] = STATE(2626), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(210), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1731), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_let_condition] = STATE(2928), + [sym__let_chain] = STATE(2959), + [sym__condition] = STATE(2753), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(236), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(168), [sym_block_comment] = STATE(168), [sym_identifier] = ACTIONS(470), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), - [anon_sym_STAR] = ACTIONS(894), + [anon_sym_STAR] = ACTIONS(892), [anon_sym_u8] = ACTIONS(472), [anon_sym_i8] = ACTIONS(472), [anon_sym_u16] = ACTIONS(472), @@ -36744,33 +36813,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(472), [anon_sym_str] = ACTIONS(472), [anon_sym_char] = ACTIONS(472), - [anon_sym_DASH] = ACTIONS(894), - [anon_sym_BANG] = ACTIONS(894), - [anon_sym_AMP] = ACTIONS(896), + [anon_sym_DASH] = ACTIONS(892), + [anon_sym_BANG] = ACTIONS(892), + [anon_sym_AMP] = ACTIONS(894), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(898), + [anon_sym_DOT_DOT] = ACTIONS(896), [anon_sym_COLON_COLON] = ACTIONS(476), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(512), - [anon_sym_break] = ACTIONS(514), + [anon_sym_async] = ACTIONS(478), + [anon_sym_break] = ACTIONS(480), [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(516), - [anon_sym_default] = ACTIONS(482), + [anon_sym_continue] = ACTIONS(482), + [anon_sym_default] = ACTIONS(484), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(518), + [anon_sym_gen] = ACTIONS(486), [anon_sym_if] = ACTIONS(366), - [anon_sym_let] = ACTIONS(900), + [anon_sym_let] = ACTIONS(898), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(520), - [anon_sym_static] = ACTIONS(522), - [anon_sym_union] = ACTIONS(482), + [anon_sym_return] = ACTIONS(488), + [anon_sym_static] = ACTIONS(490), + [anon_sym_union] = ACTIONS(484), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(524), - [anon_sym_move] = ACTIONS(526), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(492), + [anon_sym_move] = ACTIONS(494), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -36779,115 +36848,115 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, [STATE(169)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1935), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_let_condition] = STATE(3122), - [sym__let_chain] = STATE(3128), - [sym__condition] = STATE(2652), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(210), + [sym_attribute_item] = STATE(1061), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1705), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(169), [sym_block_comment] = STATE(169), - [sym_identifier] = ACTIONS(470), + [aux_sym_enum_variant_list_repeat1] = STATE(189), + [sym_identifier] = ACTIONS(344), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_RBRACK] = ACTIONS(956), [anon_sym_LBRACE] = ACTIONS(348), - [anon_sym_STAR] = ACTIONS(894), - [anon_sym_u8] = ACTIONS(472), - [anon_sym_i8] = ACTIONS(472), - [anon_sym_u16] = ACTIONS(472), - [anon_sym_i16] = ACTIONS(472), - [anon_sym_u32] = ACTIONS(472), - [anon_sym_i32] = ACTIONS(472), - [anon_sym_u64] = ACTIONS(472), - [anon_sym_i64] = ACTIONS(472), - [anon_sym_u128] = ACTIONS(472), - [anon_sym_i128] = ACTIONS(472), - [anon_sym_isize] = ACTIONS(472), - [anon_sym_usize] = ACTIONS(472), - [anon_sym_f32] = ACTIONS(472), - [anon_sym_f64] = ACTIONS(472), - [anon_sym_bool] = ACTIONS(472), - [anon_sym_str] = ACTIONS(472), - [anon_sym_char] = ACTIONS(472), - [anon_sym_DASH] = ACTIONS(894), - [anon_sym_BANG] = ACTIONS(894), - [anon_sym_AMP] = ACTIONS(896), + [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(898), - [anon_sym_COLON_COLON] = ACTIONS(476), + [anon_sym_DOT_DOT] = ACTIONS(31), + [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym_POUND] = ACTIONS(757), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(512), - [anon_sym_break] = ACTIONS(514), + [anon_sym_async] = ACTIONS(356), + [anon_sym_break] = ACTIONS(41), [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(516), - [anon_sym_default] = ACTIONS(482), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(360), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(518), + [anon_sym_gen] = ACTIONS(364), [anon_sym_if] = ACTIONS(366), - [anon_sym_let] = ACTIONS(900), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(520), - [anon_sym_static] = ACTIONS(522), - [anon_sym_union] = ACTIONS(482), + [anon_sym_return] = ACTIONS(71), + [anon_sym_static] = ACTIONS(372), + [anon_sym_union] = ACTIONS(360), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(524), - [anon_sym_move] = ACTIONS(526), + [anon_sym_raw] = ACTIONS(360), + [anon_sym_yield] = ACTIONS(93), + [anon_sym_move] = ACTIONS(95), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -36896,71 +36965,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), + [sym_self] = ACTIONS(111), + [sym_super] = ACTIONS(113), + [sym_crate] = ACTIONS(113), + [sym_metavariable] = ACTIONS(117), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, [STATE(170)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1935), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_let_condition] = STATE(3122), - [sym__let_chain] = STATE(3128), - [sym__condition] = STATE(2654), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(210), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1731), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_let_condition] = STATE(2928), + [sym__let_chain] = STATE(2959), + [sym__condition] = STATE(2770), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(236), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(170), [sym_block_comment] = STATE(170), [sym_identifier] = ACTIONS(470), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), - [anon_sym_STAR] = ACTIONS(894), + [anon_sym_STAR] = ACTIONS(892), [anon_sym_u8] = ACTIONS(472), [anon_sym_i8] = ACTIONS(472), [anon_sym_u16] = ACTIONS(472), @@ -36978,33 +37047,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(472), [anon_sym_str] = ACTIONS(472), [anon_sym_char] = ACTIONS(472), - [anon_sym_DASH] = ACTIONS(894), - [anon_sym_BANG] = ACTIONS(894), - [anon_sym_AMP] = ACTIONS(896), + [anon_sym_DASH] = ACTIONS(892), + [anon_sym_BANG] = ACTIONS(892), + [anon_sym_AMP] = ACTIONS(894), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(898), + [anon_sym_DOT_DOT] = ACTIONS(896), [anon_sym_COLON_COLON] = ACTIONS(476), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(512), - [anon_sym_break] = ACTIONS(514), + [anon_sym_async] = ACTIONS(478), + [anon_sym_break] = ACTIONS(480), [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(516), - [anon_sym_default] = ACTIONS(482), + [anon_sym_continue] = ACTIONS(482), + [anon_sym_default] = ACTIONS(484), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(518), + [anon_sym_gen] = ACTIONS(486), [anon_sym_if] = ACTIONS(366), - [anon_sym_let] = ACTIONS(900), + [anon_sym_let] = ACTIONS(898), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(520), - [anon_sym_static] = ACTIONS(522), - [anon_sym_union] = ACTIONS(482), + [anon_sym_return] = ACTIONS(488), + [anon_sym_static] = ACTIONS(490), + [anon_sym_union] = ACTIONS(484), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(524), - [anon_sym_move] = ACTIONS(526), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(492), + [anon_sym_move] = ACTIONS(494), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -37013,71 +37082,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, [STATE(171)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1935), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_let_condition] = STATE(3122), - [sym__let_chain] = STATE(3128), - [sym__condition] = STATE(2680), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(210), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1731), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_let_condition] = STATE(2928), + [sym__let_chain] = STATE(2959), + [sym__condition] = STATE(2785), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(236), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(171), [sym_block_comment] = STATE(171), [sym_identifier] = ACTIONS(470), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), - [anon_sym_STAR] = ACTIONS(894), + [anon_sym_STAR] = ACTIONS(892), [anon_sym_u8] = ACTIONS(472), [anon_sym_i8] = ACTIONS(472), [anon_sym_u16] = ACTIONS(472), @@ -37095,33 +37164,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(472), [anon_sym_str] = ACTIONS(472), [anon_sym_char] = ACTIONS(472), - [anon_sym_DASH] = ACTIONS(894), - [anon_sym_BANG] = ACTIONS(894), - [anon_sym_AMP] = ACTIONS(896), + [anon_sym_DASH] = ACTIONS(892), + [anon_sym_BANG] = ACTIONS(892), + [anon_sym_AMP] = ACTIONS(894), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(898), + [anon_sym_DOT_DOT] = ACTIONS(896), [anon_sym_COLON_COLON] = ACTIONS(476), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(512), - [anon_sym_break] = ACTIONS(514), + [anon_sym_async] = ACTIONS(478), + [anon_sym_break] = ACTIONS(480), [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(516), - [anon_sym_default] = ACTIONS(482), + [anon_sym_continue] = ACTIONS(482), + [anon_sym_default] = ACTIONS(484), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(518), + [anon_sym_gen] = ACTIONS(486), [anon_sym_if] = ACTIONS(366), - [anon_sym_let] = ACTIONS(900), + [anon_sym_let] = ACTIONS(898), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(520), - [anon_sym_static] = ACTIONS(522), - [anon_sym_union] = ACTIONS(482), + [anon_sym_return] = ACTIONS(488), + [anon_sym_static] = ACTIONS(490), + [anon_sym_union] = ACTIONS(484), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(524), - [anon_sym_move] = ACTIONS(526), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(492), + [anon_sym_move] = ACTIONS(494), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -37130,71 +37199,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, [STATE(172)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1935), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_let_condition] = STATE(3122), - [sym__let_chain] = STATE(3128), - [sym__condition] = STATE(2700), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(210), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1731), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_let_condition] = STATE(2928), + [sym__let_chain] = STATE(2959), + [sym__condition] = STATE(2786), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(236), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(172), [sym_block_comment] = STATE(172), [sym_identifier] = ACTIONS(470), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), - [anon_sym_STAR] = ACTIONS(894), + [anon_sym_STAR] = ACTIONS(892), [anon_sym_u8] = ACTIONS(472), [anon_sym_i8] = ACTIONS(472), [anon_sym_u16] = ACTIONS(472), @@ -37212,33 +37281,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(472), [anon_sym_str] = ACTIONS(472), [anon_sym_char] = ACTIONS(472), - [anon_sym_DASH] = ACTIONS(894), - [anon_sym_BANG] = ACTIONS(894), - [anon_sym_AMP] = ACTIONS(896), + [anon_sym_DASH] = ACTIONS(892), + [anon_sym_BANG] = ACTIONS(892), + [anon_sym_AMP] = ACTIONS(894), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(898), + [anon_sym_DOT_DOT] = ACTIONS(896), [anon_sym_COLON_COLON] = ACTIONS(476), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(512), - [anon_sym_break] = ACTIONS(514), + [anon_sym_async] = ACTIONS(478), + [anon_sym_break] = ACTIONS(480), [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(516), - [anon_sym_default] = ACTIONS(482), + [anon_sym_continue] = ACTIONS(482), + [anon_sym_default] = ACTIONS(484), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(518), + [anon_sym_gen] = ACTIONS(486), [anon_sym_if] = ACTIONS(366), - [anon_sym_let] = ACTIONS(900), + [anon_sym_let] = ACTIONS(898), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(520), - [anon_sym_static] = ACTIONS(522), - [anon_sym_union] = ACTIONS(482), + [anon_sym_return] = ACTIONS(488), + [anon_sym_static] = ACTIONS(490), + [anon_sym_union] = ACTIONS(484), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(524), - [anon_sym_move] = ACTIONS(526), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(492), + [anon_sym_move] = ACTIONS(494), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -37247,71 +37316,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, [STATE(173)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1935), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_let_condition] = STATE(3122), - [sym__let_chain] = STATE(3128), - [sym__condition] = STATE(2717), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(210), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1731), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_let_condition] = STATE(2928), + [sym__let_chain] = STATE(2959), + [sym__condition] = STATE(2796), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(236), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(173), [sym_block_comment] = STATE(173), [sym_identifier] = ACTIONS(470), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), - [anon_sym_STAR] = ACTIONS(894), + [anon_sym_STAR] = ACTIONS(892), [anon_sym_u8] = ACTIONS(472), [anon_sym_i8] = ACTIONS(472), [anon_sym_u16] = ACTIONS(472), @@ -37329,33 +37398,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(472), [anon_sym_str] = ACTIONS(472), [anon_sym_char] = ACTIONS(472), - [anon_sym_DASH] = ACTIONS(894), - [anon_sym_BANG] = ACTIONS(894), - [anon_sym_AMP] = ACTIONS(896), + [anon_sym_DASH] = ACTIONS(892), + [anon_sym_BANG] = ACTIONS(892), + [anon_sym_AMP] = ACTIONS(894), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(898), + [anon_sym_DOT_DOT] = ACTIONS(896), [anon_sym_COLON_COLON] = ACTIONS(476), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(512), - [anon_sym_break] = ACTIONS(514), + [anon_sym_async] = ACTIONS(478), + [anon_sym_break] = ACTIONS(480), [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(516), - [anon_sym_default] = ACTIONS(482), + [anon_sym_continue] = ACTIONS(482), + [anon_sym_default] = ACTIONS(484), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(518), + [anon_sym_gen] = ACTIONS(486), [anon_sym_if] = ACTIONS(366), - [anon_sym_let] = ACTIONS(900), + [anon_sym_let] = ACTIONS(898), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(520), - [anon_sym_static] = ACTIONS(522), - [anon_sym_union] = ACTIONS(482), + [anon_sym_return] = ACTIONS(488), + [anon_sym_static] = ACTIONS(490), + [anon_sym_union] = ACTIONS(484), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(524), - [anon_sym_move] = ACTIONS(526), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(492), + [anon_sym_move] = ACTIONS(494), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -37364,360 +37433,360 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, [STATE(174)] = { [sym_line_comment] = STATE(174), [sym_block_comment] = STATE(174), - [sym_identifier] = ACTIONS(958), - [anon_sym_SEMI] = ACTIONS(960), - [anon_sym_LPAREN] = ACTIONS(960), - [anon_sym_RPAREN] = ACTIONS(960), - [anon_sym_LBRACK] = ACTIONS(960), - [anon_sym_RBRACK] = ACTIONS(960), - [anon_sym_LBRACE] = ACTIONS(960), - [anon_sym_RBRACE] = ACTIONS(960), - [anon_sym_EQ_GT] = ACTIONS(960), + [sym_identifier] = ACTIONS(940), + [anon_sym_SEMI] = ACTIONS(942), + [anon_sym_LPAREN] = ACTIONS(942), + [anon_sym_RPAREN] = ACTIONS(942), + [anon_sym_LBRACK] = ACTIONS(942), + [anon_sym_RBRACK] = ACTIONS(942), + [anon_sym_LBRACE] = ACTIONS(942), + [anon_sym_RBRACE] = ACTIONS(942), + [anon_sym_EQ_GT] = ACTIONS(942), [anon_sym_COLON] = ACTIONS(958), - [anon_sym_DOLLAR] = ACTIONS(958), - [anon_sym_PLUS] = ACTIONS(958), - [anon_sym_STAR] = ACTIONS(958), - [anon_sym_QMARK] = ACTIONS(960), - [anon_sym_u8] = ACTIONS(958), - [anon_sym_i8] = ACTIONS(958), - [anon_sym_u16] = ACTIONS(958), - [anon_sym_i16] = ACTIONS(958), - [anon_sym_u32] = ACTIONS(958), - [anon_sym_i32] = ACTIONS(958), - [anon_sym_u64] = ACTIONS(958), - [anon_sym_i64] = ACTIONS(958), - [anon_sym_u128] = ACTIONS(958), - [anon_sym_i128] = ACTIONS(958), - [anon_sym_isize] = ACTIONS(958), - [anon_sym_usize] = ACTIONS(958), - [anon_sym_f32] = ACTIONS(958), - [anon_sym_f64] = ACTIONS(958), - [anon_sym_bool] = ACTIONS(958), - [anon_sym_str] = ACTIONS(958), - [anon_sym_char] = ACTIONS(958), - [anon_sym_DASH] = ACTIONS(958), - [anon_sym_SLASH] = ACTIONS(958), - [anon_sym_PERCENT] = ACTIONS(958), - [anon_sym_CARET] = ACTIONS(958), - [anon_sym_BANG] = ACTIONS(958), - [anon_sym_AMP] = ACTIONS(958), - [anon_sym_PIPE] = ACTIONS(958), - [anon_sym_AMP_AMP] = ACTIONS(960), - [anon_sym_PIPE_PIPE] = ACTIONS(960), - [anon_sym_LT_LT] = ACTIONS(958), - [anon_sym_GT_GT] = ACTIONS(958), - [anon_sym_PLUS_EQ] = ACTIONS(960), - [anon_sym_DASH_EQ] = ACTIONS(960), - [anon_sym_STAR_EQ] = ACTIONS(960), - [anon_sym_SLASH_EQ] = ACTIONS(960), - [anon_sym_PERCENT_EQ] = ACTIONS(960), - [anon_sym_CARET_EQ] = ACTIONS(960), - [anon_sym_AMP_EQ] = ACTIONS(960), - [anon_sym_PIPE_EQ] = ACTIONS(960), - [anon_sym_LT_LT_EQ] = ACTIONS(960), - [anon_sym_GT_GT_EQ] = ACTIONS(960), - [anon_sym_EQ] = ACTIONS(958), - [anon_sym_EQ_EQ] = ACTIONS(960), - [anon_sym_BANG_EQ] = ACTIONS(960), - [anon_sym_GT] = ACTIONS(958), - [anon_sym_LT] = ACTIONS(958), - [anon_sym_GT_EQ] = ACTIONS(960), - [anon_sym_LT_EQ] = ACTIONS(960), - [anon_sym_AT] = ACTIONS(960), - [anon_sym__] = ACTIONS(958), - [anon_sym_DOT] = ACTIONS(958), - [anon_sym_DOT_DOT] = ACTIONS(958), - [anon_sym_DOT_DOT_DOT] = ACTIONS(960), - [anon_sym_DOT_DOT_EQ] = ACTIONS(960), - [anon_sym_COMMA] = ACTIONS(960), - [anon_sym_COLON_COLON] = ACTIONS(960), - [anon_sym_DASH_GT] = ACTIONS(960), - [anon_sym_POUND] = ACTIONS(960), - [anon_sym_SQUOTE] = ACTIONS(958), - [anon_sym_as] = ACTIONS(958), - [anon_sym_async] = ACTIONS(958), - [anon_sym_await] = ACTIONS(958), - [anon_sym_break] = ACTIONS(958), - [anon_sym_const] = ACTIONS(958), - [anon_sym_continue] = ACTIONS(958), - [anon_sym_default] = ACTIONS(958), - [anon_sym_enum] = ACTIONS(958), - [anon_sym_fn] = ACTIONS(958), - [anon_sym_for] = ACTIONS(958), - [anon_sym_gen] = ACTIONS(958), - [anon_sym_if] = ACTIONS(958), - [anon_sym_impl] = ACTIONS(958), - [anon_sym_let] = ACTIONS(958), - [anon_sym_loop] = ACTIONS(958), - [anon_sym_match] = ACTIONS(958), - [anon_sym_mod] = ACTIONS(958), - [anon_sym_pub] = ACTIONS(958), - [anon_sym_return] = ACTIONS(958), - [anon_sym_static] = ACTIONS(958), - [anon_sym_struct] = ACTIONS(958), - [anon_sym_trait] = ACTIONS(958), - [anon_sym_type] = ACTIONS(958), - [anon_sym_union] = ACTIONS(958), - [anon_sym_unsafe] = ACTIONS(958), - [anon_sym_use] = ACTIONS(958), - [anon_sym_where] = ACTIONS(958), - [anon_sym_while] = ACTIONS(958), - [sym_mutable_specifier] = ACTIONS(958), - [sym_integer_literal] = ACTIONS(960), - [aux_sym_string_literal_token1] = ACTIONS(960), - [sym_char_literal] = ACTIONS(960), - [anon_sym_true] = ACTIONS(958), - [anon_sym_false] = ACTIONS(958), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(958), - [sym_super] = ACTIONS(958), - [sym_crate] = ACTIONS(958), - [sym_metavariable] = ACTIONS(960), - [sym__raw_string_literal_start] = ACTIONS(960), - [sym_float_literal] = ACTIONS(960), + [anon_sym_DOLLAR] = ACTIONS(940), + [anon_sym_PLUS] = ACTIONS(940), + [anon_sym_STAR] = ACTIONS(940), + [anon_sym_QMARK] = ACTIONS(942), + [anon_sym_u8] = ACTIONS(940), + [anon_sym_i8] = ACTIONS(940), + [anon_sym_u16] = ACTIONS(940), + [anon_sym_i16] = ACTIONS(940), + [anon_sym_u32] = ACTIONS(940), + [anon_sym_i32] = ACTIONS(940), + [anon_sym_u64] = ACTIONS(940), + [anon_sym_i64] = ACTIONS(940), + [anon_sym_u128] = ACTIONS(940), + [anon_sym_i128] = ACTIONS(940), + [anon_sym_isize] = ACTIONS(940), + [anon_sym_usize] = ACTIONS(940), + [anon_sym_f32] = ACTIONS(940), + [anon_sym_f64] = ACTIONS(940), + [anon_sym_bool] = ACTIONS(940), + [anon_sym_str] = ACTIONS(940), + [anon_sym_char] = ACTIONS(940), + [anon_sym_DASH] = ACTIONS(940), + [anon_sym_SLASH] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(940), + [anon_sym_CARET] = ACTIONS(940), + [anon_sym_BANG] = ACTIONS(940), + [anon_sym_AMP] = ACTIONS(940), + [anon_sym_PIPE] = ACTIONS(940), + [anon_sym_AMP_AMP] = ACTIONS(942), + [anon_sym_PIPE_PIPE] = ACTIONS(942), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_GT_GT] = ACTIONS(940), + [anon_sym_PLUS_EQ] = ACTIONS(942), + [anon_sym_DASH_EQ] = ACTIONS(942), + [anon_sym_STAR_EQ] = ACTIONS(942), + [anon_sym_SLASH_EQ] = ACTIONS(942), + [anon_sym_PERCENT_EQ] = ACTIONS(942), + [anon_sym_CARET_EQ] = ACTIONS(942), + [anon_sym_AMP_EQ] = ACTIONS(942), + [anon_sym_PIPE_EQ] = ACTIONS(942), + [anon_sym_LT_LT_EQ] = ACTIONS(942), + [anon_sym_GT_GT_EQ] = ACTIONS(942), + [anon_sym_EQ] = ACTIONS(940), + [anon_sym_EQ_EQ] = ACTIONS(942), + [anon_sym_BANG_EQ] = ACTIONS(942), + [anon_sym_GT] = ACTIONS(940), + [anon_sym_LT] = ACTIONS(940), + [anon_sym_GT_EQ] = ACTIONS(942), + [anon_sym_LT_EQ] = ACTIONS(942), + [anon_sym_AT] = ACTIONS(942), + [anon_sym__] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(940), + [anon_sym_DOT_DOT] = ACTIONS(940), + [anon_sym_DOT_DOT_DOT] = ACTIONS(942), + [anon_sym_DOT_DOT_EQ] = ACTIONS(942), + [anon_sym_COMMA] = ACTIONS(942), + [anon_sym_COLON_COLON] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [anon_sym_POUND] = ACTIONS(942), + [anon_sym_SQUOTE] = ACTIONS(940), + [anon_sym_as] = ACTIONS(940), + [anon_sym_async] = ACTIONS(940), + [anon_sym_await] = ACTIONS(940), + [anon_sym_break] = ACTIONS(940), + [anon_sym_const] = ACTIONS(940), + [anon_sym_continue] = ACTIONS(940), + [anon_sym_default] = ACTIONS(940), + [anon_sym_enum] = ACTIONS(940), + [anon_sym_fn] = ACTIONS(940), + [anon_sym_for] = ACTIONS(940), + [anon_sym_gen] = ACTIONS(940), + [anon_sym_if] = ACTIONS(940), + [anon_sym_impl] = ACTIONS(940), + [anon_sym_let] = ACTIONS(940), + [anon_sym_loop] = ACTIONS(940), + [anon_sym_match] = ACTIONS(940), + [anon_sym_mod] = ACTIONS(940), + [anon_sym_pub] = ACTIONS(940), + [anon_sym_return] = ACTIONS(940), + [anon_sym_static] = ACTIONS(940), + [anon_sym_struct] = ACTIONS(940), + [anon_sym_trait] = ACTIONS(940), + [anon_sym_type] = ACTIONS(940), + [anon_sym_union] = ACTIONS(940), + [anon_sym_unsafe] = ACTIONS(940), + [anon_sym_use] = ACTIONS(940), + [anon_sym_where] = ACTIONS(940), + [anon_sym_while] = ACTIONS(940), + [sym_mutable_specifier] = ACTIONS(940), + [sym_integer_literal] = ACTIONS(942), + [aux_sym_string_literal_token1] = ACTIONS(942), + [sym_char_literal] = ACTIONS(942), + [anon_sym_true] = ACTIONS(940), + [anon_sym_false] = ACTIONS(940), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(940), + [sym_super] = ACTIONS(940), + [sym_crate] = ACTIONS(940), + [sym_metavariable] = ACTIONS(942), + [sym__raw_string_literal_start] = ACTIONS(942), + [sym_float_literal] = ACTIONS(942), }, [STATE(175)] = { [sym_line_comment] = STATE(175), [sym_block_comment] = STATE(175), - [aux_sym__non_special_token_repeat1] = STATE(193), - [sym_identifier] = ACTIONS(962), - [anon_sym_SEMI] = ACTIONS(685), - [anon_sym_LPAREN] = ACTIONS(964), - [anon_sym_RPAREN] = ACTIONS(964), - [anon_sym_LBRACK] = ACTIONS(964), - [anon_sym_RBRACK] = ACTIONS(964), - [anon_sym_LBRACE] = ACTIONS(964), - [anon_sym_RBRACE] = ACTIONS(964), - [anon_sym_EQ_GT] = ACTIONS(685), - [anon_sym_COLON] = ACTIONS(695), - [anon_sym_DOLLAR] = ACTIONS(964), - [anon_sym_PLUS] = ACTIONS(695), - [anon_sym_STAR] = ACTIONS(695), - [anon_sym_QMARK] = ACTIONS(685), - [anon_sym_u8] = ACTIONS(962), - [anon_sym_i8] = ACTIONS(962), - [anon_sym_u16] = ACTIONS(962), - [anon_sym_i16] = ACTIONS(962), - [anon_sym_u32] = ACTIONS(962), - [anon_sym_i32] = ACTIONS(962), - [anon_sym_u64] = ACTIONS(962), - [anon_sym_i64] = ACTIONS(962), - [anon_sym_u128] = ACTIONS(962), - [anon_sym_i128] = ACTIONS(962), - [anon_sym_isize] = ACTIONS(962), - [anon_sym_usize] = ACTIONS(962), - [anon_sym_f32] = ACTIONS(962), - [anon_sym_f64] = ACTIONS(962), - [anon_sym_bool] = ACTIONS(962), - [anon_sym_str] = ACTIONS(962), - [anon_sym_char] = ACTIONS(962), - [anon_sym_DASH] = ACTIONS(695), - [anon_sym_SLASH] = ACTIONS(695), - [anon_sym_PERCENT] = ACTIONS(695), - [anon_sym_CARET] = ACTIONS(695), - [anon_sym_BANG] = ACTIONS(695), - [anon_sym_AMP] = ACTIONS(695), - [anon_sym_PIPE] = ACTIONS(695), - [anon_sym_AMP_AMP] = ACTIONS(685), - [anon_sym_PIPE_PIPE] = ACTIONS(685), - [anon_sym_LT_LT] = ACTIONS(695), - [anon_sym_GT_GT] = ACTIONS(695), - [anon_sym_PLUS_EQ] = ACTIONS(685), - [anon_sym_DASH_EQ] = ACTIONS(685), - [anon_sym_STAR_EQ] = ACTIONS(685), - [anon_sym_SLASH_EQ] = ACTIONS(685), - [anon_sym_PERCENT_EQ] = ACTIONS(685), - [anon_sym_CARET_EQ] = ACTIONS(685), - [anon_sym_AMP_EQ] = ACTIONS(685), - [anon_sym_PIPE_EQ] = ACTIONS(685), - [anon_sym_LT_LT_EQ] = ACTIONS(685), - [anon_sym_GT_GT_EQ] = ACTIONS(685), - [anon_sym_EQ] = ACTIONS(695), - [anon_sym_EQ_EQ] = ACTIONS(685), - [anon_sym_BANG_EQ] = ACTIONS(685), - [anon_sym_GT] = ACTIONS(695), - [anon_sym_LT] = ACTIONS(695), - [anon_sym_GT_EQ] = ACTIONS(685), - [anon_sym_LT_EQ] = ACTIONS(685), - [anon_sym_AT] = ACTIONS(685), - [anon_sym__] = ACTIONS(695), - [anon_sym_DOT] = ACTIONS(695), - [anon_sym_DOT_DOT] = ACTIONS(695), - [anon_sym_DOT_DOT_DOT] = ACTIONS(685), - [anon_sym_DOT_DOT_EQ] = ACTIONS(685), - [anon_sym_COMMA] = ACTIONS(685), - [anon_sym_COLON_COLON] = ACTIONS(685), - [anon_sym_DASH_GT] = ACTIONS(685), - [anon_sym_POUND] = ACTIONS(685), - [anon_sym_SQUOTE] = ACTIONS(962), - [anon_sym_as] = ACTIONS(962), - [anon_sym_async] = ACTIONS(962), - [anon_sym_await] = ACTIONS(962), - [anon_sym_break] = ACTIONS(962), - [anon_sym_const] = ACTIONS(962), - [anon_sym_continue] = ACTIONS(962), - [anon_sym_default] = ACTIONS(962), - [anon_sym_enum] = ACTIONS(962), - [anon_sym_fn] = ACTIONS(962), - [anon_sym_for] = ACTIONS(962), - [anon_sym_gen] = ACTIONS(962), - [anon_sym_if] = ACTIONS(962), - [anon_sym_impl] = ACTIONS(962), - [anon_sym_let] = ACTIONS(962), - [anon_sym_loop] = ACTIONS(962), - [anon_sym_match] = ACTIONS(962), - [anon_sym_mod] = ACTIONS(962), - [anon_sym_pub] = ACTIONS(962), - [anon_sym_return] = ACTIONS(962), - [anon_sym_static] = ACTIONS(962), - [anon_sym_struct] = ACTIONS(962), - [anon_sym_trait] = ACTIONS(962), - [anon_sym_type] = ACTIONS(962), - [anon_sym_union] = ACTIONS(962), - [anon_sym_unsafe] = ACTIONS(962), - [anon_sym_use] = ACTIONS(962), - [anon_sym_where] = ACTIONS(962), - [anon_sym_while] = ACTIONS(962), - [sym_mutable_specifier] = ACTIONS(962), - [sym_integer_literal] = ACTIONS(964), - [aux_sym_string_literal_token1] = ACTIONS(964), - [sym_char_literal] = ACTIONS(964), - [anon_sym_true] = ACTIONS(962), - [anon_sym_false] = ACTIONS(962), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(962), - [sym_super] = ACTIONS(962), - [sym_crate] = ACTIONS(962), - [sym__raw_string_literal_start] = ACTIONS(964), - [sym_float_literal] = ACTIONS(964), + [sym_identifier] = ACTIONS(960), + [anon_sym_SEMI] = ACTIONS(962), + [anon_sym_LPAREN] = ACTIONS(962), + [anon_sym_RPAREN] = ACTIONS(962), + [anon_sym_LBRACK] = ACTIONS(962), + [anon_sym_RBRACK] = ACTIONS(962), + [anon_sym_LBRACE] = ACTIONS(962), + [anon_sym_RBRACE] = ACTIONS(962), + [anon_sym_EQ_GT] = ACTIONS(962), + [anon_sym_COLON] = ACTIONS(960), + [anon_sym_DOLLAR] = ACTIONS(960), + [anon_sym_PLUS] = ACTIONS(960), + [anon_sym_STAR] = ACTIONS(960), + [anon_sym_QMARK] = ACTIONS(962), + [anon_sym_u8] = ACTIONS(960), + [anon_sym_i8] = ACTIONS(960), + [anon_sym_u16] = ACTIONS(960), + [anon_sym_i16] = ACTIONS(960), + [anon_sym_u32] = ACTIONS(960), + [anon_sym_i32] = ACTIONS(960), + [anon_sym_u64] = ACTIONS(960), + [anon_sym_i64] = ACTIONS(960), + [anon_sym_u128] = ACTIONS(960), + [anon_sym_i128] = ACTIONS(960), + [anon_sym_isize] = ACTIONS(960), + [anon_sym_usize] = ACTIONS(960), + [anon_sym_f32] = ACTIONS(960), + [anon_sym_f64] = ACTIONS(960), + [anon_sym_bool] = ACTIONS(960), + [anon_sym_str] = ACTIONS(960), + [anon_sym_char] = ACTIONS(960), + [anon_sym_DASH] = ACTIONS(960), + [anon_sym_SLASH] = ACTIONS(960), + [anon_sym_PERCENT] = ACTIONS(960), + [anon_sym_CARET] = ACTIONS(960), + [anon_sym_BANG] = ACTIONS(960), + [anon_sym_AMP] = ACTIONS(960), + [anon_sym_PIPE] = ACTIONS(960), + [anon_sym_AMP_AMP] = ACTIONS(962), + [anon_sym_PIPE_PIPE] = ACTIONS(962), + [anon_sym_LT_LT] = ACTIONS(960), + [anon_sym_GT_GT] = ACTIONS(960), + [anon_sym_PLUS_EQ] = ACTIONS(962), + [anon_sym_DASH_EQ] = ACTIONS(962), + [anon_sym_STAR_EQ] = ACTIONS(962), + [anon_sym_SLASH_EQ] = ACTIONS(962), + [anon_sym_PERCENT_EQ] = ACTIONS(962), + [anon_sym_CARET_EQ] = ACTIONS(962), + [anon_sym_AMP_EQ] = ACTIONS(962), + [anon_sym_PIPE_EQ] = ACTIONS(962), + [anon_sym_LT_LT_EQ] = ACTIONS(962), + [anon_sym_GT_GT_EQ] = ACTIONS(962), + [anon_sym_EQ] = ACTIONS(960), + [anon_sym_EQ_EQ] = ACTIONS(962), + [anon_sym_BANG_EQ] = ACTIONS(962), + [anon_sym_GT] = ACTIONS(960), + [anon_sym_LT] = ACTIONS(960), + [anon_sym_GT_EQ] = ACTIONS(962), + [anon_sym_LT_EQ] = ACTIONS(962), + [anon_sym_AT] = ACTIONS(962), + [anon_sym__] = ACTIONS(960), + [anon_sym_DOT] = ACTIONS(960), + [anon_sym_DOT_DOT] = ACTIONS(960), + [anon_sym_DOT_DOT_DOT] = ACTIONS(962), + [anon_sym_DOT_DOT_EQ] = ACTIONS(962), + [anon_sym_COMMA] = ACTIONS(962), + [anon_sym_COLON_COLON] = ACTIONS(962), + [anon_sym_DASH_GT] = ACTIONS(962), + [anon_sym_POUND] = ACTIONS(962), + [anon_sym_SQUOTE] = ACTIONS(960), + [anon_sym_as] = ACTIONS(960), + [anon_sym_async] = ACTIONS(960), + [anon_sym_await] = ACTIONS(960), + [anon_sym_break] = ACTIONS(960), + [anon_sym_const] = ACTIONS(960), + [anon_sym_continue] = ACTIONS(960), + [anon_sym_default] = ACTIONS(960), + [anon_sym_enum] = ACTIONS(960), + [anon_sym_fn] = ACTIONS(960), + [anon_sym_for] = ACTIONS(960), + [anon_sym_gen] = ACTIONS(960), + [anon_sym_if] = ACTIONS(960), + [anon_sym_impl] = ACTIONS(960), + [anon_sym_let] = ACTIONS(960), + [anon_sym_loop] = ACTIONS(960), + [anon_sym_match] = ACTIONS(960), + [anon_sym_mod] = ACTIONS(960), + [anon_sym_pub] = ACTIONS(960), + [anon_sym_return] = ACTIONS(960), + [anon_sym_static] = ACTIONS(960), + [anon_sym_struct] = ACTIONS(960), + [anon_sym_trait] = ACTIONS(960), + [anon_sym_type] = ACTIONS(960), + [anon_sym_union] = ACTIONS(960), + [anon_sym_unsafe] = ACTIONS(960), + [anon_sym_use] = ACTIONS(960), + [anon_sym_where] = ACTIONS(960), + [anon_sym_while] = ACTIONS(960), + [sym_mutable_specifier] = ACTIONS(960), + [sym_integer_literal] = ACTIONS(962), + [aux_sym_string_literal_token1] = ACTIONS(962), + [sym_char_literal] = ACTIONS(962), + [anon_sym_true] = ACTIONS(960), + [anon_sym_false] = ACTIONS(960), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(960), + [sym_super] = ACTIONS(960), + [sym_crate] = ACTIONS(960), + [sym_metavariable] = ACTIONS(962), + [sym__raw_string_literal_start] = ACTIONS(962), + [sym_float_literal] = ACTIONS(962), }, [STATE(176)] = { [sym_line_comment] = STATE(176), [sym_block_comment] = STATE(176), - [sym_identifier] = ACTIONS(966), - [anon_sym_SEMI] = ACTIONS(968), - [anon_sym_LPAREN] = ACTIONS(968), - [anon_sym_RPAREN] = ACTIONS(968), - [anon_sym_LBRACK] = ACTIONS(968), - [anon_sym_RBRACK] = ACTIONS(968), - [anon_sym_LBRACE] = ACTIONS(968), - [anon_sym_RBRACE] = ACTIONS(968), - [anon_sym_EQ_GT] = ACTIONS(968), - [anon_sym_COLON] = ACTIONS(966), - [anon_sym_DOLLAR] = ACTIONS(966), - [anon_sym_PLUS] = ACTIONS(966), - [anon_sym_STAR] = ACTIONS(966), - [anon_sym_QMARK] = ACTIONS(968), - [anon_sym_u8] = ACTIONS(966), - [anon_sym_i8] = ACTIONS(966), - [anon_sym_u16] = ACTIONS(966), - [anon_sym_i16] = ACTIONS(966), - [anon_sym_u32] = ACTIONS(966), - [anon_sym_i32] = ACTIONS(966), - [anon_sym_u64] = ACTIONS(966), - [anon_sym_i64] = ACTIONS(966), - [anon_sym_u128] = ACTIONS(966), - [anon_sym_i128] = ACTIONS(966), - [anon_sym_isize] = ACTIONS(966), - [anon_sym_usize] = ACTIONS(966), - [anon_sym_f32] = ACTIONS(966), - [anon_sym_f64] = ACTIONS(966), - [anon_sym_bool] = ACTIONS(966), - [anon_sym_str] = ACTIONS(966), - [anon_sym_char] = ACTIONS(966), - [anon_sym_DASH] = ACTIONS(966), - [anon_sym_SLASH] = ACTIONS(966), - [anon_sym_PERCENT] = ACTIONS(966), - [anon_sym_CARET] = ACTIONS(966), - [anon_sym_BANG] = ACTIONS(966), - [anon_sym_AMP] = ACTIONS(966), - [anon_sym_PIPE] = ACTIONS(966), - [anon_sym_AMP_AMP] = ACTIONS(968), - [anon_sym_PIPE_PIPE] = ACTIONS(968), - [anon_sym_LT_LT] = ACTIONS(966), - [anon_sym_GT_GT] = ACTIONS(966), - [anon_sym_PLUS_EQ] = ACTIONS(968), - [anon_sym_DASH_EQ] = ACTIONS(968), - [anon_sym_STAR_EQ] = ACTIONS(968), - [anon_sym_SLASH_EQ] = ACTIONS(968), - [anon_sym_PERCENT_EQ] = ACTIONS(968), - [anon_sym_CARET_EQ] = ACTIONS(968), - [anon_sym_AMP_EQ] = ACTIONS(968), - [anon_sym_PIPE_EQ] = ACTIONS(968), - [anon_sym_LT_LT_EQ] = ACTIONS(968), - [anon_sym_GT_GT_EQ] = ACTIONS(968), - [anon_sym_EQ] = ACTIONS(966), - [anon_sym_EQ_EQ] = ACTIONS(968), - [anon_sym_BANG_EQ] = ACTIONS(968), - [anon_sym_GT] = ACTIONS(966), - [anon_sym_LT] = ACTIONS(966), - [anon_sym_GT_EQ] = ACTIONS(968), - [anon_sym_LT_EQ] = ACTIONS(968), - [anon_sym_AT] = ACTIONS(968), - [anon_sym__] = ACTIONS(966), - [anon_sym_DOT] = ACTIONS(966), - [anon_sym_DOT_DOT] = ACTIONS(966), - [anon_sym_DOT_DOT_DOT] = ACTIONS(968), - [anon_sym_DOT_DOT_EQ] = ACTIONS(968), - [anon_sym_COMMA] = ACTIONS(968), - [anon_sym_COLON_COLON] = ACTIONS(968), - [anon_sym_DASH_GT] = ACTIONS(968), - [anon_sym_POUND] = ACTIONS(968), - [anon_sym_SQUOTE] = ACTIONS(966), - [anon_sym_as] = ACTIONS(966), - [anon_sym_async] = ACTIONS(966), - [anon_sym_await] = ACTIONS(966), - [anon_sym_break] = ACTIONS(966), - [anon_sym_const] = ACTIONS(966), - [anon_sym_continue] = ACTIONS(966), - [anon_sym_default] = ACTIONS(966), - [anon_sym_enum] = ACTIONS(966), - [anon_sym_fn] = ACTIONS(966), - [anon_sym_for] = ACTIONS(966), - [anon_sym_gen] = ACTIONS(966), - [anon_sym_if] = ACTIONS(966), - [anon_sym_impl] = ACTIONS(966), - [anon_sym_let] = ACTIONS(966), - [anon_sym_loop] = ACTIONS(966), - [anon_sym_match] = ACTIONS(966), - [anon_sym_mod] = ACTIONS(966), - [anon_sym_pub] = ACTIONS(966), - [anon_sym_return] = ACTIONS(966), - [anon_sym_static] = ACTIONS(966), - [anon_sym_struct] = ACTIONS(966), - [anon_sym_trait] = ACTIONS(966), - [anon_sym_type] = ACTIONS(966), - [anon_sym_union] = ACTIONS(966), - [anon_sym_unsafe] = ACTIONS(966), - [anon_sym_use] = ACTIONS(966), - [anon_sym_where] = ACTIONS(966), - [anon_sym_while] = ACTIONS(966), - [sym_mutable_specifier] = ACTIONS(966), - [sym_integer_literal] = ACTIONS(968), - [aux_sym_string_literal_token1] = ACTIONS(968), - [sym_char_literal] = ACTIONS(968), - [anon_sym_true] = ACTIONS(966), - [anon_sym_false] = ACTIONS(966), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(966), - [sym_super] = ACTIONS(966), - [sym_crate] = ACTIONS(966), - [sym_metavariable] = ACTIONS(968), - [sym__raw_string_literal_start] = ACTIONS(968), - [sym_float_literal] = ACTIONS(968), + [aux_sym__non_special_token_repeat1] = STATE(176), + [sym_identifier] = ACTIONS(902), + [anon_sym_SEMI] = ACTIONS(964), + [anon_sym_LPAREN] = ACTIONS(907), + [anon_sym_RPAREN] = ACTIONS(907), + [anon_sym_LBRACK] = ACTIONS(907), + [anon_sym_RBRACK] = ACTIONS(907), + [anon_sym_LBRACE] = ACTIONS(907), + [anon_sym_RBRACE] = ACTIONS(907), + [anon_sym_EQ_GT] = ACTIONS(964), + [anon_sym_COLON] = ACTIONS(967), + [anon_sym_DOLLAR] = ACTIONS(907), + [anon_sym_PLUS] = ACTIONS(967), + [anon_sym_STAR] = ACTIONS(967), + [anon_sym_QMARK] = ACTIONS(964), + [anon_sym_u8] = ACTIONS(902), + [anon_sym_i8] = ACTIONS(902), + [anon_sym_u16] = ACTIONS(902), + [anon_sym_i16] = ACTIONS(902), + [anon_sym_u32] = ACTIONS(902), + [anon_sym_i32] = ACTIONS(902), + [anon_sym_u64] = ACTIONS(902), + [anon_sym_i64] = ACTIONS(902), + [anon_sym_u128] = ACTIONS(902), + [anon_sym_i128] = ACTIONS(902), + [anon_sym_isize] = ACTIONS(902), + [anon_sym_usize] = ACTIONS(902), + [anon_sym_f32] = ACTIONS(902), + [anon_sym_f64] = ACTIONS(902), + [anon_sym_bool] = ACTIONS(902), + [anon_sym_str] = ACTIONS(902), + [anon_sym_char] = ACTIONS(902), + [anon_sym_DASH] = ACTIONS(967), + [anon_sym_SLASH] = ACTIONS(967), + [anon_sym_PERCENT] = ACTIONS(967), + [anon_sym_CARET] = ACTIONS(967), + [anon_sym_BANG] = ACTIONS(967), + [anon_sym_AMP] = ACTIONS(967), + [anon_sym_PIPE] = ACTIONS(967), + [anon_sym_AMP_AMP] = ACTIONS(964), + [anon_sym_PIPE_PIPE] = ACTIONS(964), + [anon_sym_LT_LT] = ACTIONS(967), + [anon_sym_GT_GT] = ACTIONS(967), + [anon_sym_PLUS_EQ] = ACTIONS(964), + [anon_sym_DASH_EQ] = ACTIONS(964), + [anon_sym_STAR_EQ] = ACTIONS(964), + [anon_sym_SLASH_EQ] = ACTIONS(964), + [anon_sym_PERCENT_EQ] = ACTIONS(964), + [anon_sym_CARET_EQ] = ACTIONS(964), + [anon_sym_AMP_EQ] = ACTIONS(964), + [anon_sym_PIPE_EQ] = ACTIONS(964), + [anon_sym_LT_LT_EQ] = ACTIONS(964), + [anon_sym_GT_GT_EQ] = ACTIONS(964), + [anon_sym_EQ] = ACTIONS(967), + [anon_sym_EQ_EQ] = ACTIONS(964), + [anon_sym_BANG_EQ] = ACTIONS(964), + [anon_sym_GT] = ACTIONS(967), + [anon_sym_LT] = ACTIONS(967), + [anon_sym_GT_EQ] = ACTIONS(964), + [anon_sym_LT_EQ] = ACTIONS(964), + [anon_sym_AT] = ACTIONS(964), + [anon_sym__] = ACTIONS(967), + [anon_sym_DOT] = ACTIONS(967), + [anon_sym_DOT_DOT] = ACTIONS(967), + [anon_sym_DOT_DOT_DOT] = ACTIONS(964), + [anon_sym_DOT_DOT_EQ] = ACTIONS(964), + [anon_sym_COMMA] = ACTIONS(964), + [anon_sym_COLON_COLON] = ACTIONS(964), + [anon_sym_DASH_GT] = ACTIONS(964), + [anon_sym_POUND] = ACTIONS(964), + [anon_sym_SQUOTE] = ACTIONS(902), + [anon_sym_as] = ACTIONS(902), + [anon_sym_async] = ACTIONS(902), + [anon_sym_await] = ACTIONS(902), + [anon_sym_break] = ACTIONS(902), + [anon_sym_const] = ACTIONS(902), + [anon_sym_continue] = ACTIONS(902), + [anon_sym_default] = ACTIONS(902), + [anon_sym_enum] = ACTIONS(902), + [anon_sym_fn] = ACTIONS(902), + [anon_sym_for] = ACTIONS(902), + [anon_sym_gen] = ACTIONS(902), + [anon_sym_if] = ACTIONS(902), + [anon_sym_impl] = ACTIONS(902), + [anon_sym_let] = ACTIONS(902), + [anon_sym_loop] = ACTIONS(902), + [anon_sym_match] = ACTIONS(902), + [anon_sym_mod] = ACTIONS(902), + [anon_sym_pub] = ACTIONS(902), + [anon_sym_return] = ACTIONS(902), + [anon_sym_static] = ACTIONS(902), + [anon_sym_struct] = ACTIONS(902), + [anon_sym_trait] = ACTIONS(902), + [anon_sym_type] = ACTIONS(902), + [anon_sym_union] = ACTIONS(902), + [anon_sym_unsafe] = ACTIONS(902), + [anon_sym_use] = ACTIONS(902), + [anon_sym_where] = ACTIONS(902), + [anon_sym_while] = ACTIONS(902), + [sym_mutable_specifier] = ACTIONS(902), + [sym_integer_literal] = ACTIONS(907), + [aux_sym_string_literal_token1] = ACTIONS(907), + [sym_char_literal] = ACTIONS(907), + [anon_sym_true] = ACTIONS(902), + [anon_sym_false] = ACTIONS(902), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(902), + [sym_super] = ACTIONS(902), + [sym_crate] = ACTIONS(902), + [sym__raw_string_literal_start] = ACTIONS(907), + [sym_float_literal] = ACTIONS(907), }, [STATE(177)] = { [sym_line_comment] = STATE(177), @@ -37836,8 +37905,124 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(972), }, [STATE(178)] = { + [sym_attribute_item] = STATE(1061), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1967), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), + [sym_label] = STATE(3711), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(178), [sym_block_comment] = STATE(178), + [aux_sym_enum_variant_list_repeat1] = STATE(1059), + [sym_identifier] = ACTIONS(344), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(348), + [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(757), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(356), + [anon_sym_break] = ACTIONS(41), + [anon_sym_const] = ACTIONS(358), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(360), + [anon_sym_for] = ACTIONS(362), + [anon_sym_gen] = ACTIONS(364), + [anon_sym_if] = ACTIONS(366), + [anon_sym_loop] = ACTIONS(368), + [anon_sym_match] = ACTIONS(370), + [anon_sym_return] = ACTIONS(71), + [anon_sym_static] = ACTIONS(372), + [anon_sym_union] = ACTIONS(360), + [anon_sym_unsafe] = ACTIONS(374), + [anon_sym_while] = ACTIONS(376), + [anon_sym_raw] = ACTIONS(360), + [anon_sym_yield] = ACTIONS(93), + [anon_sym_move] = ACTIONS(95), + [anon_sym_try] = ACTIONS(378), + [sym_integer_literal] = ACTIONS(99), + [aux_sym_string_literal_token1] = ACTIONS(101), + [sym_char_literal] = ACTIONS(99), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(111), + [sym_super] = ACTIONS(113), + [sym_crate] = ACTIONS(113), + [sym_metavariable] = ACTIONS(117), + [sym__raw_string_literal_start] = ACTIONS(119), + [sym_float_literal] = ACTIONS(99), + }, + [STATE(179)] = { + [sym_line_comment] = STATE(179), + [sym_block_comment] = STATE(179), [sym_identifier] = ACTIONS(974), [anon_sym_SEMI] = ACTIONS(976), [anon_sym_LPAREN] = ACTIONS(976), @@ -37951,9 +38136,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(976), [sym_float_literal] = ACTIONS(976), }, - [STATE(179)] = { - [sym_line_comment] = STATE(179), - [sym_block_comment] = STATE(179), + [STATE(180)] = { + [sym_line_comment] = STATE(180), + [sym_block_comment] = STATE(180), [sym_identifier] = ACTIONS(978), [anon_sym_SEMI] = ACTIONS(980), [anon_sym_LPAREN] = ACTIONS(980), @@ -38067,9 +38252,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(980), [sym_float_literal] = ACTIONS(980), }, - [STATE(180)] = { - [sym_line_comment] = STATE(180), - [sym_block_comment] = STATE(180), + [STATE(181)] = { + [sym_line_comment] = STATE(181), + [sym_block_comment] = STATE(181), [sym_identifier] = ACTIONS(982), [anon_sym_SEMI] = ACTIONS(984), [anon_sym_LPAREN] = ACTIONS(984), @@ -38183,9 +38368,125 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(984), [sym_float_literal] = ACTIONS(984), }, - [STATE(181)] = { - [sym_line_comment] = STATE(181), - [sym_block_comment] = STATE(181), + [STATE(182)] = { + [sym_line_comment] = STATE(182), + [sym_block_comment] = STATE(182), + [sym_identifier] = ACTIONS(940), + [anon_sym_SEMI] = ACTIONS(942), + [anon_sym_LPAREN] = ACTIONS(942), + [anon_sym_RPAREN] = ACTIONS(942), + [anon_sym_LBRACK] = ACTIONS(942), + [anon_sym_RBRACK] = ACTIONS(942), + [anon_sym_LBRACE] = ACTIONS(942), + [anon_sym_RBRACE] = ACTIONS(942), + [anon_sym_EQ_GT] = ACTIONS(942), + [anon_sym_COLON] = ACTIONS(940), + [anon_sym_DOLLAR] = ACTIONS(940), + [anon_sym_PLUS] = ACTIONS(940), + [anon_sym_STAR] = ACTIONS(940), + [anon_sym_QMARK] = ACTIONS(942), + [anon_sym_u8] = ACTIONS(940), + [anon_sym_i8] = ACTIONS(940), + [anon_sym_u16] = ACTIONS(940), + [anon_sym_i16] = ACTIONS(940), + [anon_sym_u32] = ACTIONS(940), + [anon_sym_i32] = ACTIONS(940), + [anon_sym_u64] = ACTIONS(940), + [anon_sym_i64] = ACTIONS(940), + [anon_sym_u128] = ACTIONS(940), + [anon_sym_i128] = ACTIONS(940), + [anon_sym_isize] = ACTIONS(940), + [anon_sym_usize] = ACTIONS(940), + [anon_sym_f32] = ACTIONS(940), + [anon_sym_f64] = ACTIONS(940), + [anon_sym_bool] = ACTIONS(940), + [anon_sym_str] = ACTIONS(940), + [anon_sym_char] = ACTIONS(940), + [anon_sym_DASH] = ACTIONS(940), + [anon_sym_SLASH] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(940), + [anon_sym_CARET] = ACTIONS(940), + [anon_sym_BANG] = ACTIONS(940), + [anon_sym_AMP] = ACTIONS(940), + [anon_sym_PIPE] = ACTIONS(940), + [anon_sym_AMP_AMP] = ACTIONS(942), + [anon_sym_PIPE_PIPE] = ACTIONS(942), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_GT_GT] = ACTIONS(940), + [anon_sym_PLUS_EQ] = ACTIONS(942), + [anon_sym_DASH_EQ] = ACTIONS(942), + [anon_sym_STAR_EQ] = ACTIONS(942), + [anon_sym_SLASH_EQ] = ACTIONS(942), + [anon_sym_PERCENT_EQ] = ACTIONS(942), + [anon_sym_CARET_EQ] = ACTIONS(942), + [anon_sym_AMP_EQ] = ACTIONS(942), + [anon_sym_PIPE_EQ] = ACTIONS(942), + [anon_sym_LT_LT_EQ] = ACTIONS(942), + [anon_sym_GT_GT_EQ] = ACTIONS(942), + [anon_sym_EQ] = ACTIONS(940), + [anon_sym_EQ_EQ] = ACTIONS(942), + [anon_sym_BANG_EQ] = ACTIONS(942), + [anon_sym_GT] = ACTIONS(940), + [anon_sym_LT] = ACTIONS(940), + [anon_sym_GT_EQ] = ACTIONS(942), + [anon_sym_LT_EQ] = ACTIONS(942), + [anon_sym_AT] = ACTIONS(942), + [anon_sym__] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(940), + [anon_sym_DOT_DOT] = ACTIONS(940), + [anon_sym_DOT_DOT_DOT] = ACTIONS(942), + [anon_sym_DOT_DOT_EQ] = ACTIONS(942), + [anon_sym_COMMA] = ACTIONS(942), + [anon_sym_COLON_COLON] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [anon_sym_POUND] = ACTIONS(942), + [anon_sym_SQUOTE] = ACTIONS(940), + [anon_sym_as] = ACTIONS(940), + [anon_sym_async] = ACTIONS(940), + [anon_sym_await] = ACTIONS(940), + [anon_sym_break] = ACTIONS(940), + [anon_sym_const] = ACTIONS(940), + [anon_sym_continue] = ACTIONS(940), + [anon_sym_default] = ACTIONS(940), + [anon_sym_enum] = ACTIONS(940), + [anon_sym_fn] = ACTIONS(940), + [anon_sym_for] = ACTIONS(940), + [anon_sym_gen] = ACTIONS(940), + [anon_sym_if] = ACTIONS(940), + [anon_sym_impl] = ACTIONS(940), + [anon_sym_let] = ACTIONS(940), + [anon_sym_loop] = ACTIONS(940), + [anon_sym_match] = ACTIONS(940), + [anon_sym_mod] = ACTIONS(940), + [anon_sym_pub] = ACTIONS(940), + [anon_sym_return] = ACTIONS(940), + [anon_sym_static] = ACTIONS(940), + [anon_sym_struct] = ACTIONS(940), + [anon_sym_trait] = ACTIONS(940), + [anon_sym_type] = ACTIONS(940), + [anon_sym_union] = ACTIONS(940), + [anon_sym_unsafe] = ACTIONS(940), + [anon_sym_use] = ACTIONS(940), + [anon_sym_where] = ACTIONS(940), + [anon_sym_while] = ACTIONS(940), + [sym_mutable_specifier] = ACTIONS(940), + [sym_integer_literal] = ACTIONS(942), + [aux_sym_string_literal_token1] = ACTIONS(942), + [sym_char_literal] = ACTIONS(942), + [anon_sym_true] = ACTIONS(940), + [anon_sym_false] = ACTIONS(940), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(940), + [sym_super] = ACTIONS(940), + [sym_crate] = ACTIONS(940), + [sym_metavariable] = ACTIONS(942), + [sym__raw_string_literal_start] = ACTIONS(942), + [sym_float_literal] = ACTIONS(942), + }, + [STATE(183)] = { + [sym_line_comment] = STATE(183), + [sym_block_comment] = STATE(183), [sym_identifier] = ACTIONS(986), [anon_sym_SEMI] = ACTIONS(988), [anon_sym_LPAREN] = ACTIONS(988), @@ -38299,9 +38600,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(988), [sym_float_literal] = ACTIONS(988), }, - [STATE(182)] = { - [sym_line_comment] = STATE(182), - [sym_block_comment] = STATE(182), + [STATE(184)] = { + [sym_line_comment] = STATE(184), + [sym_block_comment] = STATE(184), [sym_identifier] = ACTIONS(990), [anon_sym_SEMI] = ACTIONS(992), [anon_sym_LPAREN] = ACTIONS(992), @@ -38415,9 +38716,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(992), [sym_float_literal] = ACTIONS(992), }, - [STATE(183)] = { - [sym_line_comment] = STATE(183), - [sym_block_comment] = STATE(183), + [STATE(185)] = { + [sym_line_comment] = STATE(185), + [sym_block_comment] = STATE(185), [sym_identifier] = ACTIONS(994), [anon_sym_SEMI] = ACTIONS(996), [anon_sym_LPAREN] = ACTIONS(996), @@ -38531,406 +38832,58 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(996), [sym_float_literal] = ACTIONS(996), }, - [STATE(184)] = { - [sym_line_comment] = STATE(184), - [sym_block_comment] = STATE(184), - [sym_identifier] = ACTIONS(954), - [anon_sym_SEMI] = ACTIONS(956), - [anon_sym_LPAREN] = ACTIONS(956), - [anon_sym_RPAREN] = ACTIONS(956), - [anon_sym_LBRACK] = ACTIONS(956), - [anon_sym_RBRACK] = ACTIONS(956), - [anon_sym_LBRACE] = ACTIONS(956), - [anon_sym_RBRACE] = ACTIONS(956), - [anon_sym_EQ_GT] = ACTIONS(956), - [anon_sym_COLON] = ACTIONS(954), - [anon_sym_DOLLAR] = ACTIONS(954), - [anon_sym_PLUS] = ACTIONS(954), - [anon_sym_STAR] = ACTIONS(954), - [anon_sym_QMARK] = ACTIONS(956), - [anon_sym_u8] = ACTIONS(954), - [anon_sym_i8] = ACTIONS(954), - [anon_sym_u16] = ACTIONS(954), - [anon_sym_i16] = ACTIONS(954), - [anon_sym_u32] = ACTIONS(954), - [anon_sym_i32] = ACTIONS(954), - [anon_sym_u64] = ACTIONS(954), - [anon_sym_i64] = ACTIONS(954), - [anon_sym_u128] = ACTIONS(954), - [anon_sym_i128] = ACTIONS(954), - [anon_sym_isize] = ACTIONS(954), - [anon_sym_usize] = ACTIONS(954), - [anon_sym_f32] = ACTIONS(954), - [anon_sym_f64] = ACTIONS(954), - [anon_sym_bool] = ACTIONS(954), - [anon_sym_str] = ACTIONS(954), - [anon_sym_char] = ACTIONS(954), - [anon_sym_DASH] = ACTIONS(954), - [anon_sym_SLASH] = ACTIONS(954), - [anon_sym_PERCENT] = ACTIONS(954), - [anon_sym_CARET] = ACTIONS(954), - [anon_sym_BANG] = ACTIONS(954), - [anon_sym_AMP] = ACTIONS(954), - [anon_sym_PIPE] = ACTIONS(954), - [anon_sym_AMP_AMP] = ACTIONS(956), - [anon_sym_PIPE_PIPE] = ACTIONS(956), - [anon_sym_LT_LT] = ACTIONS(954), - [anon_sym_GT_GT] = ACTIONS(954), - [anon_sym_PLUS_EQ] = ACTIONS(956), - [anon_sym_DASH_EQ] = ACTIONS(956), - [anon_sym_STAR_EQ] = ACTIONS(956), - [anon_sym_SLASH_EQ] = ACTIONS(956), - [anon_sym_PERCENT_EQ] = ACTIONS(956), - [anon_sym_CARET_EQ] = ACTIONS(956), - [anon_sym_AMP_EQ] = ACTIONS(956), - [anon_sym_PIPE_EQ] = ACTIONS(956), - [anon_sym_LT_LT_EQ] = ACTIONS(956), - [anon_sym_GT_GT_EQ] = ACTIONS(956), - [anon_sym_EQ] = ACTIONS(954), - [anon_sym_EQ_EQ] = ACTIONS(956), - [anon_sym_BANG_EQ] = ACTIONS(956), - [anon_sym_GT] = ACTIONS(954), - [anon_sym_LT] = ACTIONS(954), - [anon_sym_GT_EQ] = ACTIONS(956), - [anon_sym_LT_EQ] = ACTIONS(956), - [anon_sym_AT] = ACTIONS(956), - [anon_sym__] = ACTIONS(954), - [anon_sym_DOT] = ACTIONS(954), - [anon_sym_DOT_DOT] = ACTIONS(954), - [anon_sym_DOT_DOT_DOT] = ACTIONS(956), - [anon_sym_DOT_DOT_EQ] = ACTIONS(956), - [anon_sym_COMMA] = ACTIONS(956), - [anon_sym_COLON_COLON] = ACTIONS(956), - [anon_sym_DASH_GT] = ACTIONS(956), - [anon_sym_POUND] = ACTIONS(956), - [anon_sym_SQUOTE] = ACTIONS(954), - [anon_sym_as] = ACTIONS(954), - [anon_sym_async] = ACTIONS(954), - [anon_sym_await] = ACTIONS(954), - [anon_sym_break] = ACTIONS(954), - [anon_sym_const] = ACTIONS(954), - [anon_sym_continue] = ACTIONS(954), - [anon_sym_default] = ACTIONS(954), - [anon_sym_enum] = ACTIONS(954), - [anon_sym_fn] = ACTIONS(954), - [anon_sym_for] = ACTIONS(954), - [anon_sym_gen] = ACTIONS(954), - [anon_sym_if] = ACTIONS(954), - [anon_sym_impl] = ACTIONS(954), - [anon_sym_let] = ACTIONS(954), - [anon_sym_loop] = ACTIONS(954), - [anon_sym_match] = ACTIONS(954), - [anon_sym_mod] = ACTIONS(954), - [anon_sym_pub] = ACTIONS(954), - [anon_sym_return] = ACTIONS(954), - [anon_sym_static] = ACTIONS(954), - [anon_sym_struct] = ACTIONS(954), - [anon_sym_trait] = ACTIONS(954), - [anon_sym_type] = ACTIONS(954), - [anon_sym_union] = ACTIONS(954), - [anon_sym_unsafe] = ACTIONS(954), - [anon_sym_use] = ACTIONS(954), - [anon_sym_where] = ACTIONS(954), - [anon_sym_while] = ACTIONS(954), - [sym_mutable_specifier] = ACTIONS(954), - [sym_integer_literal] = ACTIONS(956), - [aux_sym_string_literal_token1] = ACTIONS(956), - [sym_char_literal] = ACTIONS(956), - [anon_sym_true] = ACTIONS(954), - [anon_sym_false] = ACTIONS(954), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(954), - [sym_super] = ACTIONS(954), - [sym_crate] = ACTIONS(954), - [sym_metavariable] = ACTIONS(956), - [sym__raw_string_literal_start] = ACTIONS(956), - [sym_float_literal] = ACTIONS(956), - }, - [STATE(185)] = { - [sym_line_comment] = STATE(185), - [sym_block_comment] = STATE(185), - [sym_identifier] = ACTIONS(954), - [anon_sym_SEMI] = ACTIONS(956), - [anon_sym_LPAREN] = ACTIONS(956), - [anon_sym_RPAREN] = ACTIONS(956), - [anon_sym_LBRACK] = ACTIONS(956), - [anon_sym_RBRACK] = ACTIONS(956), - [anon_sym_LBRACE] = ACTIONS(956), - [anon_sym_RBRACE] = ACTIONS(956), - [anon_sym_EQ_GT] = ACTIONS(956), - [anon_sym_COLON] = ACTIONS(998), - [anon_sym_DOLLAR] = ACTIONS(954), - [anon_sym_PLUS] = ACTIONS(954), - [anon_sym_STAR] = ACTIONS(954), - [anon_sym_QMARK] = ACTIONS(956), - [anon_sym_u8] = ACTIONS(954), - [anon_sym_i8] = ACTIONS(954), - [anon_sym_u16] = ACTIONS(954), - [anon_sym_i16] = ACTIONS(954), - [anon_sym_u32] = ACTIONS(954), - [anon_sym_i32] = ACTIONS(954), - [anon_sym_u64] = ACTIONS(954), - [anon_sym_i64] = ACTIONS(954), - [anon_sym_u128] = ACTIONS(954), - [anon_sym_i128] = ACTIONS(954), - [anon_sym_isize] = ACTIONS(954), - [anon_sym_usize] = ACTIONS(954), - [anon_sym_f32] = ACTIONS(954), - [anon_sym_f64] = ACTIONS(954), - [anon_sym_bool] = ACTIONS(954), - [anon_sym_str] = ACTIONS(954), - [anon_sym_char] = ACTIONS(954), - [anon_sym_DASH] = ACTIONS(954), - [anon_sym_SLASH] = ACTIONS(954), - [anon_sym_PERCENT] = ACTIONS(954), - [anon_sym_CARET] = ACTIONS(954), - [anon_sym_BANG] = ACTIONS(954), - [anon_sym_AMP] = ACTIONS(954), - [anon_sym_PIPE] = ACTIONS(954), - [anon_sym_AMP_AMP] = ACTIONS(956), - [anon_sym_PIPE_PIPE] = ACTIONS(956), - [anon_sym_LT_LT] = ACTIONS(954), - [anon_sym_GT_GT] = ACTIONS(954), - [anon_sym_PLUS_EQ] = ACTIONS(956), - [anon_sym_DASH_EQ] = ACTIONS(956), - [anon_sym_STAR_EQ] = ACTIONS(956), - [anon_sym_SLASH_EQ] = ACTIONS(956), - [anon_sym_PERCENT_EQ] = ACTIONS(956), - [anon_sym_CARET_EQ] = ACTIONS(956), - [anon_sym_AMP_EQ] = ACTIONS(956), - [anon_sym_PIPE_EQ] = ACTIONS(956), - [anon_sym_LT_LT_EQ] = ACTIONS(956), - [anon_sym_GT_GT_EQ] = ACTIONS(956), - [anon_sym_EQ] = ACTIONS(954), - [anon_sym_EQ_EQ] = ACTIONS(956), - [anon_sym_BANG_EQ] = ACTIONS(956), - [anon_sym_GT] = ACTIONS(954), - [anon_sym_LT] = ACTIONS(954), - [anon_sym_GT_EQ] = ACTIONS(956), - [anon_sym_LT_EQ] = ACTIONS(956), - [anon_sym_AT] = ACTIONS(956), - [anon_sym__] = ACTIONS(954), - [anon_sym_DOT] = ACTIONS(954), - [anon_sym_DOT_DOT] = ACTIONS(954), - [anon_sym_DOT_DOT_DOT] = ACTIONS(956), - [anon_sym_DOT_DOT_EQ] = ACTIONS(956), - [anon_sym_COMMA] = ACTIONS(956), - [anon_sym_COLON_COLON] = ACTIONS(956), - [anon_sym_DASH_GT] = ACTIONS(956), - [anon_sym_POUND] = ACTIONS(956), - [anon_sym_SQUOTE] = ACTIONS(954), - [anon_sym_as] = ACTIONS(954), - [anon_sym_async] = ACTIONS(954), - [anon_sym_await] = ACTIONS(954), - [anon_sym_break] = ACTIONS(954), - [anon_sym_const] = ACTIONS(954), - [anon_sym_continue] = ACTIONS(954), - [anon_sym_default] = ACTIONS(954), - [anon_sym_enum] = ACTIONS(954), - [anon_sym_fn] = ACTIONS(954), - [anon_sym_for] = ACTIONS(954), - [anon_sym_gen] = ACTIONS(954), - [anon_sym_if] = ACTIONS(954), - [anon_sym_impl] = ACTIONS(954), - [anon_sym_let] = ACTIONS(954), - [anon_sym_loop] = ACTIONS(954), - [anon_sym_match] = ACTIONS(954), - [anon_sym_mod] = ACTIONS(954), - [anon_sym_pub] = ACTIONS(954), - [anon_sym_return] = ACTIONS(954), - [anon_sym_static] = ACTIONS(954), - [anon_sym_struct] = ACTIONS(954), - [anon_sym_trait] = ACTIONS(954), - [anon_sym_type] = ACTIONS(954), - [anon_sym_union] = ACTIONS(954), - [anon_sym_unsafe] = ACTIONS(954), - [anon_sym_use] = ACTIONS(954), - [anon_sym_where] = ACTIONS(954), - [anon_sym_while] = ACTIONS(954), - [sym_mutable_specifier] = ACTIONS(954), - [sym_integer_literal] = ACTIONS(956), - [aux_sym_string_literal_token1] = ACTIONS(956), - [sym_char_literal] = ACTIONS(956), - [anon_sym_true] = ACTIONS(954), - [anon_sym_false] = ACTIONS(954), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(954), - [sym_super] = ACTIONS(954), - [sym_crate] = ACTIONS(954), - [sym_metavariable] = ACTIONS(956), - [sym__raw_string_literal_start] = ACTIONS(956), - [sym_float_literal] = ACTIONS(956), - }, [STATE(186)] = { + [sym_attribute_item] = STATE(1061), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1705), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), + [sym_label] = STATE(3711), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(186), [sym_block_comment] = STATE(186), - [sym_identifier] = ACTIONS(1000), - [anon_sym_SEMI] = ACTIONS(1002), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_RPAREN] = ACTIONS(1002), - [anon_sym_LBRACK] = ACTIONS(1002), - [anon_sym_RBRACK] = ACTIONS(1002), - [anon_sym_LBRACE] = ACTIONS(1002), - [anon_sym_RBRACE] = ACTIONS(1002), - [anon_sym_EQ_GT] = ACTIONS(1002), - [anon_sym_COLON] = ACTIONS(1000), - [anon_sym_DOLLAR] = ACTIONS(1000), - [anon_sym_PLUS] = ACTIONS(1000), - [anon_sym_STAR] = ACTIONS(1000), - [anon_sym_QMARK] = ACTIONS(1002), - [anon_sym_u8] = ACTIONS(1000), - [anon_sym_i8] = ACTIONS(1000), - [anon_sym_u16] = ACTIONS(1000), - [anon_sym_i16] = ACTIONS(1000), - [anon_sym_u32] = ACTIONS(1000), - [anon_sym_i32] = ACTIONS(1000), - [anon_sym_u64] = ACTIONS(1000), - [anon_sym_i64] = ACTIONS(1000), - [anon_sym_u128] = ACTIONS(1000), - [anon_sym_i128] = ACTIONS(1000), - [anon_sym_isize] = ACTIONS(1000), - [anon_sym_usize] = ACTIONS(1000), - [anon_sym_f32] = ACTIONS(1000), - [anon_sym_f64] = ACTIONS(1000), - [anon_sym_bool] = ACTIONS(1000), - [anon_sym_str] = ACTIONS(1000), - [anon_sym_char] = ACTIONS(1000), - [anon_sym_DASH] = ACTIONS(1000), - [anon_sym_SLASH] = ACTIONS(1000), - [anon_sym_PERCENT] = ACTIONS(1000), - [anon_sym_CARET] = ACTIONS(1000), - [anon_sym_BANG] = ACTIONS(1000), - [anon_sym_AMP] = ACTIONS(1000), - [anon_sym_PIPE] = ACTIONS(1000), - [anon_sym_AMP_AMP] = ACTIONS(1002), - [anon_sym_PIPE_PIPE] = ACTIONS(1002), - [anon_sym_LT_LT] = ACTIONS(1000), - [anon_sym_GT_GT] = ACTIONS(1000), - [anon_sym_PLUS_EQ] = ACTIONS(1002), - [anon_sym_DASH_EQ] = ACTIONS(1002), - [anon_sym_STAR_EQ] = ACTIONS(1002), - [anon_sym_SLASH_EQ] = ACTIONS(1002), - [anon_sym_PERCENT_EQ] = ACTIONS(1002), - [anon_sym_CARET_EQ] = ACTIONS(1002), - [anon_sym_AMP_EQ] = ACTIONS(1002), - [anon_sym_PIPE_EQ] = ACTIONS(1002), - [anon_sym_LT_LT_EQ] = ACTIONS(1002), - [anon_sym_GT_GT_EQ] = ACTIONS(1002), - [anon_sym_EQ] = ACTIONS(1000), - [anon_sym_EQ_EQ] = ACTIONS(1002), - [anon_sym_BANG_EQ] = ACTIONS(1002), - [anon_sym_GT] = ACTIONS(1000), - [anon_sym_LT] = ACTIONS(1000), - [anon_sym_GT_EQ] = ACTIONS(1002), - [anon_sym_LT_EQ] = ACTIONS(1002), - [anon_sym_AT] = ACTIONS(1002), - [anon_sym__] = ACTIONS(1000), - [anon_sym_DOT] = ACTIONS(1000), - [anon_sym_DOT_DOT] = ACTIONS(1000), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1002), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(1002), - [anon_sym_COLON_COLON] = ACTIONS(1002), - [anon_sym_DASH_GT] = ACTIONS(1002), - [anon_sym_POUND] = ACTIONS(1002), - [anon_sym_SQUOTE] = ACTIONS(1000), - [anon_sym_as] = ACTIONS(1000), - [anon_sym_async] = ACTIONS(1000), - [anon_sym_await] = ACTIONS(1000), - [anon_sym_break] = ACTIONS(1000), - [anon_sym_const] = ACTIONS(1000), - [anon_sym_continue] = ACTIONS(1000), - [anon_sym_default] = ACTIONS(1000), - [anon_sym_enum] = ACTIONS(1000), - [anon_sym_fn] = ACTIONS(1000), - [anon_sym_for] = ACTIONS(1000), - [anon_sym_gen] = ACTIONS(1000), - [anon_sym_if] = ACTIONS(1000), - [anon_sym_impl] = ACTIONS(1000), - [anon_sym_let] = ACTIONS(1000), - [anon_sym_loop] = ACTIONS(1000), - [anon_sym_match] = ACTIONS(1000), - [anon_sym_mod] = ACTIONS(1000), - [anon_sym_pub] = ACTIONS(1000), - [anon_sym_return] = ACTIONS(1000), - [anon_sym_static] = ACTIONS(1000), - [anon_sym_struct] = ACTIONS(1000), - [anon_sym_trait] = ACTIONS(1000), - [anon_sym_type] = ACTIONS(1000), - [anon_sym_union] = ACTIONS(1000), - [anon_sym_unsafe] = ACTIONS(1000), - [anon_sym_use] = ACTIONS(1000), - [anon_sym_where] = ACTIONS(1000), - [anon_sym_while] = ACTIONS(1000), - [sym_mutable_specifier] = ACTIONS(1000), - [sym_integer_literal] = ACTIONS(1002), - [aux_sym_string_literal_token1] = ACTIONS(1002), - [sym_char_literal] = ACTIONS(1002), - [anon_sym_true] = ACTIONS(1000), - [anon_sym_false] = ACTIONS(1000), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1000), - [sym_super] = ACTIONS(1000), - [sym_crate] = ACTIONS(1000), - [sym_metavariable] = ACTIONS(1002), - [sym__raw_string_literal_start] = ACTIONS(1002), - [sym_float_literal] = ACTIONS(1002), - }, - [STATE(187)] = { - [sym_attribute_item] = STATE(1060), - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1967), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), - [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(187), - [sym_block_comment] = STATE(187), - [aux_sym_enum_variant_list_repeat1] = STATE(1058), + [aux_sym_enum_variant_list_repeat1] = STATE(189), [sym_identifier] = ACTIONS(344), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -38995,632 +38948,747 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, + [STATE(187)] = { + [sym_line_comment] = STATE(187), + [sym_block_comment] = STATE(187), + [sym_identifier] = ACTIONS(998), + [anon_sym_SEMI] = ACTIONS(1000), + [anon_sym_LPAREN] = ACTIONS(1000), + [anon_sym_RPAREN] = ACTIONS(1000), + [anon_sym_LBRACK] = ACTIONS(1000), + [anon_sym_RBRACK] = ACTIONS(1000), + [anon_sym_LBRACE] = ACTIONS(1000), + [anon_sym_RBRACE] = ACTIONS(1000), + [anon_sym_EQ_GT] = ACTIONS(1000), + [anon_sym_COLON] = ACTIONS(998), + [anon_sym_DOLLAR] = ACTIONS(998), + [anon_sym_PLUS] = ACTIONS(998), + [anon_sym_STAR] = ACTIONS(998), + [anon_sym_QMARK] = ACTIONS(1000), + [anon_sym_u8] = ACTIONS(998), + [anon_sym_i8] = ACTIONS(998), + [anon_sym_u16] = ACTIONS(998), + [anon_sym_i16] = ACTIONS(998), + [anon_sym_u32] = ACTIONS(998), + [anon_sym_i32] = ACTIONS(998), + [anon_sym_u64] = ACTIONS(998), + [anon_sym_i64] = ACTIONS(998), + [anon_sym_u128] = ACTIONS(998), + [anon_sym_i128] = ACTIONS(998), + [anon_sym_isize] = ACTIONS(998), + [anon_sym_usize] = ACTIONS(998), + [anon_sym_f32] = ACTIONS(998), + [anon_sym_f64] = ACTIONS(998), + [anon_sym_bool] = ACTIONS(998), + [anon_sym_str] = ACTIONS(998), + [anon_sym_char] = ACTIONS(998), + [anon_sym_DASH] = ACTIONS(998), + [anon_sym_SLASH] = ACTIONS(998), + [anon_sym_PERCENT] = ACTIONS(998), + [anon_sym_CARET] = ACTIONS(998), + [anon_sym_BANG] = ACTIONS(998), + [anon_sym_AMP] = ACTIONS(998), + [anon_sym_PIPE] = ACTIONS(998), + [anon_sym_AMP_AMP] = ACTIONS(1000), + [anon_sym_PIPE_PIPE] = ACTIONS(1000), + [anon_sym_LT_LT] = ACTIONS(998), + [anon_sym_GT_GT] = ACTIONS(998), + [anon_sym_PLUS_EQ] = ACTIONS(1000), + [anon_sym_DASH_EQ] = ACTIONS(1000), + [anon_sym_STAR_EQ] = ACTIONS(1000), + [anon_sym_SLASH_EQ] = ACTIONS(1000), + [anon_sym_PERCENT_EQ] = ACTIONS(1000), + [anon_sym_CARET_EQ] = ACTIONS(1000), + [anon_sym_AMP_EQ] = ACTIONS(1000), + [anon_sym_PIPE_EQ] = ACTIONS(1000), + [anon_sym_LT_LT_EQ] = ACTIONS(1000), + [anon_sym_GT_GT_EQ] = ACTIONS(1000), + [anon_sym_EQ] = ACTIONS(998), + [anon_sym_EQ_EQ] = ACTIONS(1000), + [anon_sym_BANG_EQ] = ACTIONS(1000), + [anon_sym_GT] = ACTIONS(998), + [anon_sym_LT] = ACTIONS(998), + [anon_sym_GT_EQ] = ACTIONS(1000), + [anon_sym_LT_EQ] = ACTIONS(1000), + [anon_sym_AT] = ACTIONS(1000), + [anon_sym__] = ACTIONS(998), + [anon_sym_DOT] = ACTIONS(998), + [anon_sym_DOT_DOT] = ACTIONS(998), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1000), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1000), + [anon_sym_COMMA] = ACTIONS(1000), + [anon_sym_COLON_COLON] = ACTIONS(1000), + [anon_sym_DASH_GT] = ACTIONS(1000), + [anon_sym_POUND] = ACTIONS(1000), + [anon_sym_SQUOTE] = ACTIONS(998), + [anon_sym_as] = ACTIONS(998), + [anon_sym_async] = ACTIONS(998), + [anon_sym_await] = ACTIONS(998), + [anon_sym_break] = ACTIONS(998), + [anon_sym_const] = ACTIONS(998), + [anon_sym_continue] = ACTIONS(998), + [anon_sym_default] = ACTIONS(998), + [anon_sym_enum] = ACTIONS(998), + [anon_sym_fn] = ACTIONS(998), + [anon_sym_for] = ACTIONS(998), + [anon_sym_gen] = ACTIONS(998), + [anon_sym_if] = ACTIONS(998), + [anon_sym_impl] = ACTIONS(998), + [anon_sym_let] = ACTIONS(998), + [anon_sym_loop] = ACTIONS(998), + [anon_sym_match] = ACTIONS(998), + [anon_sym_mod] = ACTIONS(998), + [anon_sym_pub] = ACTIONS(998), + [anon_sym_return] = ACTIONS(998), + [anon_sym_static] = ACTIONS(998), + [anon_sym_struct] = ACTIONS(998), + [anon_sym_trait] = ACTIONS(998), + [anon_sym_type] = ACTIONS(998), + [anon_sym_union] = ACTIONS(998), + [anon_sym_unsafe] = ACTIONS(998), + [anon_sym_use] = ACTIONS(998), + [anon_sym_where] = ACTIONS(998), + [anon_sym_while] = ACTIONS(998), + [sym_mutable_specifier] = ACTIONS(998), + [sym_integer_literal] = ACTIONS(1000), + [aux_sym_string_literal_token1] = ACTIONS(1000), + [sym_char_literal] = ACTIONS(1000), + [anon_sym_true] = ACTIONS(998), + [anon_sym_false] = ACTIONS(998), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(998), + [sym_super] = ACTIONS(998), + [sym_crate] = ACTIONS(998), + [sym_metavariable] = ACTIONS(1000), + [sym__raw_string_literal_start] = ACTIONS(1000), + [sym_float_literal] = ACTIONS(1000), + }, [STATE(188)] = { [sym_line_comment] = STATE(188), [sym_block_comment] = STATE(188), - [sym_identifier] = ACTIONS(1004), - [anon_sym_SEMI] = ACTIONS(1006), - [anon_sym_LPAREN] = ACTIONS(1006), - [anon_sym_RPAREN] = ACTIONS(1006), - [anon_sym_LBRACK] = ACTIONS(1006), - [anon_sym_RBRACK] = ACTIONS(1006), - [anon_sym_LBRACE] = ACTIONS(1006), - [anon_sym_RBRACE] = ACTIONS(1006), - [anon_sym_EQ_GT] = ACTIONS(1006), - [anon_sym_COLON] = ACTIONS(1004), - [anon_sym_DOLLAR] = ACTIONS(1004), - [anon_sym_PLUS] = ACTIONS(1004), - [anon_sym_STAR] = ACTIONS(1004), - [anon_sym_QMARK] = ACTIONS(1006), - [anon_sym_u8] = ACTIONS(1004), - [anon_sym_i8] = ACTIONS(1004), - [anon_sym_u16] = ACTIONS(1004), - [anon_sym_i16] = ACTIONS(1004), - [anon_sym_u32] = ACTIONS(1004), - [anon_sym_i32] = ACTIONS(1004), - [anon_sym_u64] = ACTIONS(1004), - [anon_sym_i64] = ACTIONS(1004), - [anon_sym_u128] = ACTIONS(1004), - [anon_sym_i128] = ACTIONS(1004), - [anon_sym_isize] = ACTIONS(1004), - [anon_sym_usize] = ACTIONS(1004), - [anon_sym_f32] = ACTIONS(1004), - [anon_sym_f64] = ACTIONS(1004), - [anon_sym_bool] = ACTIONS(1004), - [anon_sym_str] = ACTIONS(1004), - [anon_sym_char] = ACTIONS(1004), - [anon_sym_DASH] = ACTIONS(1004), - [anon_sym_SLASH] = ACTIONS(1004), - [anon_sym_PERCENT] = ACTIONS(1004), - [anon_sym_CARET] = ACTIONS(1004), - [anon_sym_BANG] = ACTIONS(1004), - [anon_sym_AMP] = ACTIONS(1004), - [anon_sym_PIPE] = ACTIONS(1004), - [anon_sym_AMP_AMP] = ACTIONS(1006), - [anon_sym_PIPE_PIPE] = ACTIONS(1006), - [anon_sym_LT_LT] = ACTIONS(1004), - [anon_sym_GT_GT] = ACTIONS(1004), - [anon_sym_PLUS_EQ] = ACTIONS(1006), - [anon_sym_DASH_EQ] = ACTIONS(1006), - [anon_sym_STAR_EQ] = ACTIONS(1006), - [anon_sym_SLASH_EQ] = ACTIONS(1006), - [anon_sym_PERCENT_EQ] = ACTIONS(1006), - [anon_sym_CARET_EQ] = ACTIONS(1006), - [anon_sym_AMP_EQ] = ACTIONS(1006), - [anon_sym_PIPE_EQ] = ACTIONS(1006), - [anon_sym_LT_LT_EQ] = ACTIONS(1006), - [anon_sym_GT_GT_EQ] = ACTIONS(1006), - [anon_sym_EQ] = ACTIONS(1004), - [anon_sym_EQ_EQ] = ACTIONS(1006), - [anon_sym_BANG_EQ] = ACTIONS(1006), - [anon_sym_GT] = ACTIONS(1004), - [anon_sym_LT] = ACTIONS(1004), - [anon_sym_GT_EQ] = ACTIONS(1006), - [anon_sym_LT_EQ] = ACTIONS(1006), - [anon_sym_AT] = ACTIONS(1006), - [anon_sym__] = ACTIONS(1004), - [anon_sym_DOT] = ACTIONS(1004), - [anon_sym_DOT_DOT] = ACTIONS(1004), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1006), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1006), - [anon_sym_COMMA] = ACTIONS(1006), - [anon_sym_COLON_COLON] = ACTIONS(1006), - [anon_sym_DASH_GT] = ACTIONS(1006), - [anon_sym_POUND] = ACTIONS(1006), - [anon_sym_SQUOTE] = ACTIONS(1004), - [anon_sym_as] = ACTIONS(1004), - [anon_sym_async] = ACTIONS(1004), - [anon_sym_await] = ACTIONS(1004), - [anon_sym_break] = ACTIONS(1004), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_continue] = ACTIONS(1004), - [anon_sym_default] = ACTIONS(1004), - [anon_sym_enum] = ACTIONS(1004), - [anon_sym_fn] = ACTIONS(1004), - [anon_sym_for] = ACTIONS(1004), - [anon_sym_gen] = ACTIONS(1004), - [anon_sym_if] = ACTIONS(1004), - [anon_sym_impl] = ACTIONS(1004), - [anon_sym_let] = ACTIONS(1004), - [anon_sym_loop] = ACTIONS(1004), - [anon_sym_match] = ACTIONS(1004), - [anon_sym_mod] = ACTIONS(1004), - [anon_sym_pub] = ACTIONS(1004), - [anon_sym_return] = ACTIONS(1004), - [anon_sym_static] = ACTIONS(1004), - [anon_sym_struct] = ACTIONS(1004), - [anon_sym_trait] = ACTIONS(1004), - [anon_sym_type] = ACTIONS(1004), - [anon_sym_union] = ACTIONS(1004), - [anon_sym_unsafe] = ACTIONS(1004), - [anon_sym_use] = ACTIONS(1004), - [anon_sym_where] = ACTIONS(1004), - [anon_sym_while] = ACTIONS(1004), - [sym_mutable_specifier] = ACTIONS(1004), - [sym_integer_literal] = ACTIONS(1006), - [aux_sym_string_literal_token1] = ACTIONS(1006), - [sym_char_literal] = ACTIONS(1006), - [anon_sym_true] = ACTIONS(1004), - [anon_sym_false] = ACTIONS(1004), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1004), - [sym_super] = ACTIONS(1004), - [sym_crate] = ACTIONS(1004), - [sym_metavariable] = ACTIONS(1006), - [sym__raw_string_literal_start] = ACTIONS(1006), - [sym_float_literal] = ACTIONS(1006), + [sym_identifier] = ACTIONS(1002), + [anon_sym_SEMI] = ACTIONS(1004), + [anon_sym_LPAREN] = ACTIONS(1004), + [anon_sym_RPAREN] = ACTIONS(1004), + [anon_sym_LBRACK] = ACTIONS(1004), + [anon_sym_RBRACK] = ACTIONS(1004), + [anon_sym_LBRACE] = ACTIONS(1004), + [anon_sym_RBRACE] = ACTIONS(1004), + [anon_sym_EQ_GT] = ACTIONS(1004), + [anon_sym_COLON] = ACTIONS(1002), + [anon_sym_DOLLAR] = ACTIONS(1002), + [anon_sym_PLUS] = ACTIONS(1002), + [anon_sym_STAR] = ACTIONS(1002), + [anon_sym_QMARK] = ACTIONS(1004), + [anon_sym_u8] = ACTIONS(1002), + [anon_sym_i8] = ACTIONS(1002), + [anon_sym_u16] = ACTIONS(1002), + [anon_sym_i16] = ACTIONS(1002), + [anon_sym_u32] = ACTIONS(1002), + [anon_sym_i32] = ACTIONS(1002), + [anon_sym_u64] = ACTIONS(1002), + [anon_sym_i64] = ACTIONS(1002), + [anon_sym_u128] = ACTIONS(1002), + [anon_sym_i128] = ACTIONS(1002), + [anon_sym_isize] = ACTIONS(1002), + [anon_sym_usize] = ACTIONS(1002), + [anon_sym_f32] = ACTIONS(1002), + [anon_sym_f64] = ACTIONS(1002), + [anon_sym_bool] = ACTIONS(1002), + [anon_sym_str] = ACTIONS(1002), + [anon_sym_char] = ACTIONS(1002), + [anon_sym_DASH] = ACTIONS(1002), + [anon_sym_SLASH] = ACTIONS(1002), + [anon_sym_PERCENT] = ACTIONS(1002), + [anon_sym_CARET] = ACTIONS(1002), + [anon_sym_BANG] = ACTIONS(1002), + [anon_sym_AMP] = ACTIONS(1002), + [anon_sym_PIPE] = ACTIONS(1002), + [anon_sym_AMP_AMP] = ACTIONS(1004), + [anon_sym_PIPE_PIPE] = ACTIONS(1004), + [anon_sym_LT_LT] = ACTIONS(1002), + [anon_sym_GT_GT] = ACTIONS(1002), + [anon_sym_PLUS_EQ] = ACTIONS(1004), + [anon_sym_DASH_EQ] = ACTIONS(1004), + [anon_sym_STAR_EQ] = ACTIONS(1004), + [anon_sym_SLASH_EQ] = ACTIONS(1004), + [anon_sym_PERCENT_EQ] = ACTIONS(1004), + [anon_sym_CARET_EQ] = ACTIONS(1004), + [anon_sym_AMP_EQ] = ACTIONS(1004), + [anon_sym_PIPE_EQ] = ACTIONS(1004), + [anon_sym_LT_LT_EQ] = ACTIONS(1004), + [anon_sym_GT_GT_EQ] = ACTIONS(1004), + [anon_sym_EQ] = ACTIONS(1002), + [anon_sym_EQ_EQ] = ACTIONS(1004), + [anon_sym_BANG_EQ] = ACTIONS(1004), + [anon_sym_GT] = ACTIONS(1002), + [anon_sym_LT] = ACTIONS(1002), + [anon_sym_GT_EQ] = ACTIONS(1004), + [anon_sym_LT_EQ] = ACTIONS(1004), + [anon_sym_AT] = ACTIONS(1004), + [anon_sym__] = ACTIONS(1002), + [anon_sym_DOT] = ACTIONS(1002), + [anon_sym_DOT_DOT] = ACTIONS(1002), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1004), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1004), + [anon_sym_COMMA] = ACTIONS(1004), + [anon_sym_COLON_COLON] = ACTIONS(1004), + [anon_sym_DASH_GT] = ACTIONS(1004), + [anon_sym_POUND] = ACTIONS(1004), + [anon_sym_SQUOTE] = ACTIONS(1002), + [anon_sym_as] = ACTIONS(1002), + [anon_sym_async] = ACTIONS(1002), + [anon_sym_await] = ACTIONS(1002), + [anon_sym_break] = ACTIONS(1002), + [anon_sym_const] = ACTIONS(1002), + [anon_sym_continue] = ACTIONS(1002), + [anon_sym_default] = ACTIONS(1002), + [anon_sym_enum] = ACTIONS(1002), + [anon_sym_fn] = ACTIONS(1002), + [anon_sym_for] = ACTIONS(1002), + [anon_sym_gen] = ACTIONS(1002), + [anon_sym_if] = ACTIONS(1002), + [anon_sym_impl] = ACTIONS(1002), + [anon_sym_let] = ACTIONS(1002), + [anon_sym_loop] = ACTIONS(1002), + [anon_sym_match] = ACTIONS(1002), + [anon_sym_mod] = ACTIONS(1002), + [anon_sym_pub] = ACTIONS(1002), + [anon_sym_return] = ACTIONS(1002), + [anon_sym_static] = ACTIONS(1002), + [anon_sym_struct] = ACTIONS(1002), + [anon_sym_trait] = ACTIONS(1002), + [anon_sym_type] = ACTIONS(1002), + [anon_sym_union] = ACTIONS(1002), + [anon_sym_unsafe] = ACTIONS(1002), + [anon_sym_use] = ACTIONS(1002), + [anon_sym_where] = ACTIONS(1002), + [anon_sym_while] = ACTIONS(1002), + [sym_mutable_specifier] = ACTIONS(1002), + [sym_integer_literal] = ACTIONS(1004), + [aux_sym_string_literal_token1] = ACTIONS(1004), + [sym_char_literal] = ACTIONS(1004), + [anon_sym_true] = ACTIONS(1002), + [anon_sym_false] = ACTIONS(1002), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1002), + [sym_super] = ACTIONS(1002), + [sym_crate] = ACTIONS(1002), + [sym_metavariable] = ACTIONS(1004), + [sym__raw_string_literal_start] = ACTIONS(1004), + [sym_float_literal] = ACTIONS(1004), }, [STATE(189)] = { + [sym_attribute_item] = STATE(1061), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1711), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), + [sym_label] = STATE(3711), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(189), [sym_block_comment] = STATE(189), - [sym_identifier] = ACTIONS(1008), - [anon_sym_SEMI] = ACTIONS(1010), - [anon_sym_LPAREN] = ACTIONS(1010), - [anon_sym_RPAREN] = ACTIONS(1010), - [anon_sym_LBRACK] = ACTIONS(1010), - [anon_sym_RBRACK] = ACTIONS(1010), - [anon_sym_LBRACE] = ACTIONS(1010), - [anon_sym_RBRACE] = ACTIONS(1010), - [anon_sym_EQ_GT] = ACTIONS(1010), - [anon_sym_COLON] = ACTIONS(1008), - [anon_sym_DOLLAR] = ACTIONS(1008), - [anon_sym_PLUS] = ACTIONS(1008), - [anon_sym_STAR] = ACTIONS(1008), - [anon_sym_QMARK] = ACTIONS(1010), - [anon_sym_u8] = ACTIONS(1008), - [anon_sym_i8] = ACTIONS(1008), - [anon_sym_u16] = ACTIONS(1008), - [anon_sym_i16] = ACTIONS(1008), - [anon_sym_u32] = ACTIONS(1008), - [anon_sym_i32] = ACTIONS(1008), - [anon_sym_u64] = ACTIONS(1008), - [anon_sym_i64] = ACTIONS(1008), - [anon_sym_u128] = ACTIONS(1008), - [anon_sym_i128] = ACTIONS(1008), - [anon_sym_isize] = ACTIONS(1008), - [anon_sym_usize] = ACTIONS(1008), - [anon_sym_f32] = ACTIONS(1008), - [anon_sym_f64] = ACTIONS(1008), - [anon_sym_bool] = ACTIONS(1008), - [anon_sym_str] = ACTIONS(1008), - [anon_sym_char] = ACTIONS(1008), - [anon_sym_DASH] = ACTIONS(1008), - [anon_sym_SLASH] = ACTIONS(1008), - [anon_sym_PERCENT] = ACTIONS(1008), - [anon_sym_CARET] = ACTIONS(1008), - [anon_sym_BANG] = ACTIONS(1008), - [anon_sym_AMP] = ACTIONS(1008), - [anon_sym_PIPE] = ACTIONS(1008), - [anon_sym_AMP_AMP] = ACTIONS(1010), - [anon_sym_PIPE_PIPE] = ACTIONS(1010), - [anon_sym_LT_LT] = ACTIONS(1008), - [anon_sym_GT_GT] = ACTIONS(1008), - [anon_sym_PLUS_EQ] = ACTIONS(1010), - [anon_sym_DASH_EQ] = ACTIONS(1010), - [anon_sym_STAR_EQ] = ACTIONS(1010), - [anon_sym_SLASH_EQ] = ACTIONS(1010), - [anon_sym_PERCENT_EQ] = ACTIONS(1010), - [anon_sym_CARET_EQ] = ACTIONS(1010), - [anon_sym_AMP_EQ] = ACTIONS(1010), - [anon_sym_PIPE_EQ] = ACTIONS(1010), - [anon_sym_LT_LT_EQ] = ACTIONS(1010), - [anon_sym_GT_GT_EQ] = ACTIONS(1010), - [anon_sym_EQ] = ACTIONS(1008), - [anon_sym_EQ_EQ] = ACTIONS(1010), - [anon_sym_BANG_EQ] = ACTIONS(1010), - [anon_sym_GT] = ACTIONS(1008), - [anon_sym_LT] = ACTIONS(1008), - [anon_sym_GT_EQ] = ACTIONS(1010), - [anon_sym_LT_EQ] = ACTIONS(1010), - [anon_sym_AT] = ACTIONS(1010), - [anon_sym__] = ACTIONS(1008), - [anon_sym_DOT] = ACTIONS(1008), - [anon_sym_DOT_DOT] = ACTIONS(1008), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1010), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1010), - [anon_sym_COMMA] = ACTIONS(1010), - [anon_sym_COLON_COLON] = ACTIONS(1010), - [anon_sym_DASH_GT] = ACTIONS(1010), - [anon_sym_POUND] = ACTIONS(1010), - [anon_sym_SQUOTE] = ACTIONS(1008), - [anon_sym_as] = ACTIONS(1008), - [anon_sym_async] = ACTIONS(1008), - [anon_sym_await] = ACTIONS(1008), - [anon_sym_break] = ACTIONS(1008), - [anon_sym_const] = ACTIONS(1008), - [anon_sym_continue] = ACTIONS(1008), - [anon_sym_default] = ACTIONS(1008), - [anon_sym_enum] = ACTIONS(1008), - [anon_sym_fn] = ACTIONS(1008), - [anon_sym_for] = ACTIONS(1008), - [anon_sym_gen] = ACTIONS(1008), - [anon_sym_if] = ACTIONS(1008), - [anon_sym_impl] = ACTIONS(1008), - [anon_sym_let] = ACTIONS(1008), - [anon_sym_loop] = ACTIONS(1008), - [anon_sym_match] = ACTIONS(1008), - [anon_sym_mod] = ACTIONS(1008), - [anon_sym_pub] = ACTIONS(1008), - [anon_sym_return] = ACTIONS(1008), - [anon_sym_static] = ACTIONS(1008), - [anon_sym_struct] = ACTIONS(1008), - [anon_sym_trait] = ACTIONS(1008), - [anon_sym_type] = ACTIONS(1008), - [anon_sym_union] = ACTIONS(1008), - [anon_sym_unsafe] = ACTIONS(1008), - [anon_sym_use] = ACTIONS(1008), - [anon_sym_where] = ACTIONS(1008), - [anon_sym_while] = ACTIONS(1008), - [sym_mutable_specifier] = ACTIONS(1008), - [sym_integer_literal] = ACTIONS(1010), - [aux_sym_string_literal_token1] = ACTIONS(1010), - [sym_char_literal] = ACTIONS(1010), - [anon_sym_true] = ACTIONS(1008), - [anon_sym_false] = ACTIONS(1008), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1008), - [sym_super] = ACTIONS(1008), - [sym_crate] = ACTIONS(1008), - [sym_metavariable] = ACTIONS(1010), - [sym__raw_string_literal_start] = ACTIONS(1010), - [sym_float_literal] = ACTIONS(1010), + [aux_sym_enum_variant_list_repeat1] = STATE(1059), + [sym_identifier] = ACTIONS(344), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(348), + [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(757), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(356), + [anon_sym_break] = ACTIONS(41), + [anon_sym_const] = ACTIONS(358), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(360), + [anon_sym_for] = ACTIONS(362), + [anon_sym_gen] = ACTIONS(364), + [anon_sym_if] = ACTIONS(366), + [anon_sym_loop] = ACTIONS(368), + [anon_sym_match] = ACTIONS(370), + [anon_sym_return] = ACTIONS(71), + [anon_sym_static] = ACTIONS(372), + [anon_sym_union] = ACTIONS(360), + [anon_sym_unsafe] = ACTIONS(374), + [anon_sym_while] = ACTIONS(376), + [anon_sym_raw] = ACTIONS(360), + [anon_sym_yield] = ACTIONS(93), + [anon_sym_move] = ACTIONS(95), + [anon_sym_try] = ACTIONS(378), + [sym_integer_literal] = ACTIONS(99), + [aux_sym_string_literal_token1] = ACTIONS(101), + [sym_char_literal] = ACTIONS(99), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(111), + [sym_super] = ACTIONS(113), + [sym_crate] = ACTIONS(113), + [sym_metavariable] = ACTIONS(117), + [sym__raw_string_literal_start] = ACTIONS(119), + [sym_float_literal] = ACTIONS(99), }, [STATE(190)] = { [sym_line_comment] = STATE(190), [sym_block_comment] = STATE(190), - [sym_identifier] = ACTIONS(924), - [anon_sym_SEMI] = ACTIONS(926), - [anon_sym_LPAREN] = ACTIONS(926), - [anon_sym_RPAREN] = ACTIONS(926), - [anon_sym_LBRACK] = ACTIONS(926), - [anon_sym_RBRACK] = ACTIONS(926), - [anon_sym_LBRACE] = ACTIONS(926), - [anon_sym_RBRACE] = ACTIONS(926), - [anon_sym_EQ_GT] = ACTIONS(926), - [anon_sym_COLON] = ACTIONS(924), - [anon_sym_DOLLAR] = ACTIONS(924), - [anon_sym_PLUS] = ACTIONS(924), - [anon_sym_STAR] = ACTIONS(924), - [anon_sym_QMARK] = ACTIONS(926), - [anon_sym_u8] = ACTIONS(924), - [anon_sym_i8] = ACTIONS(924), - [anon_sym_u16] = ACTIONS(924), - [anon_sym_i16] = ACTIONS(924), - [anon_sym_u32] = ACTIONS(924), - [anon_sym_i32] = ACTIONS(924), - [anon_sym_u64] = ACTIONS(924), - [anon_sym_i64] = ACTIONS(924), - [anon_sym_u128] = ACTIONS(924), - [anon_sym_i128] = ACTIONS(924), - [anon_sym_isize] = ACTIONS(924), - [anon_sym_usize] = ACTIONS(924), - [anon_sym_f32] = ACTIONS(924), - [anon_sym_f64] = ACTIONS(924), - [anon_sym_bool] = ACTIONS(924), - [anon_sym_str] = ACTIONS(924), - [anon_sym_char] = ACTIONS(924), - [anon_sym_DASH] = ACTIONS(924), - [anon_sym_SLASH] = ACTIONS(924), - [anon_sym_PERCENT] = ACTIONS(924), - [anon_sym_CARET] = ACTIONS(924), - [anon_sym_BANG] = ACTIONS(924), - [anon_sym_AMP] = ACTIONS(924), - [anon_sym_PIPE] = ACTIONS(924), - [anon_sym_AMP_AMP] = ACTIONS(926), - [anon_sym_PIPE_PIPE] = ACTIONS(926), - [anon_sym_LT_LT] = ACTIONS(924), - [anon_sym_GT_GT] = ACTIONS(924), - [anon_sym_PLUS_EQ] = ACTIONS(926), - [anon_sym_DASH_EQ] = ACTIONS(926), - [anon_sym_STAR_EQ] = ACTIONS(926), - [anon_sym_SLASH_EQ] = ACTIONS(926), - [anon_sym_PERCENT_EQ] = ACTIONS(926), - [anon_sym_CARET_EQ] = ACTIONS(926), - [anon_sym_AMP_EQ] = ACTIONS(926), - [anon_sym_PIPE_EQ] = ACTIONS(926), - [anon_sym_LT_LT_EQ] = ACTIONS(926), - [anon_sym_GT_GT_EQ] = ACTIONS(926), - [anon_sym_EQ] = ACTIONS(924), - [anon_sym_EQ_EQ] = ACTIONS(926), - [anon_sym_BANG_EQ] = ACTIONS(926), - [anon_sym_GT] = ACTIONS(924), - [anon_sym_LT] = ACTIONS(924), - [anon_sym_GT_EQ] = ACTIONS(926), - [anon_sym_LT_EQ] = ACTIONS(926), - [anon_sym_AT] = ACTIONS(926), - [anon_sym__] = ACTIONS(924), - [anon_sym_DOT] = ACTIONS(924), - [anon_sym_DOT_DOT] = ACTIONS(924), - [anon_sym_DOT_DOT_DOT] = ACTIONS(926), - [anon_sym_DOT_DOT_EQ] = ACTIONS(926), - [anon_sym_COMMA] = ACTIONS(926), - [anon_sym_COLON_COLON] = ACTIONS(926), - [anon_sym_DASH_GT] = ACTIONS(926), - [anon_sym_POUND] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(924), - [anon_sym_as] = ACTIONS(924), - [anon_sym_async] = ACTIONS(924), - [anon_sym_await] = ACTIONS(924), - [anon_sym_break] = ACTIONS(924), - [anon_sym_const] = ACTIONS(924), - [anon_sym_continue] = ACTIONS(924), - [anon_sym_default] = ACTIONS(924), - [anon_sym_enum] = ACTIONS(924), - [anon_sym_fn] = ACTIONS(924), - [anon_sym_for] = ACTIONS(924), - [anon_sym_gen] = ACTIONS(924), - [anon_sym_if] = ACTIONS(924), - [anon_sym_impl] = ACTIONS(924), - [anon_sym_let] = ACTIONS(924), - [anon_sym_loop] = ACTIONS(924), - [anon_sym_match] = ACTIONS(924), - [anon_sym_mod] = ACTIONS(924), - [anon_sym_pub] = ACTIONS(924), - [anon_sym_return] = ACTIONS(924), - [anon_sym_static] = ACTIONS(924), - [anon_sym_struct] = ACTIONS(924), - [anon_sym_trait] = ACTIONS(924), - [anon_sym_type] = ACTIONS(924), - [anon_sym_union] = ACTIONS(924), - [anon_sym_unsafe] = ACTIONS(924), - [anon_sym_use] = ACTIONS(924), - [anon_sym_where] = ACTIONS(924), - [anon_sym_while] = ACTIONS(924), - [sym_mutable_specifier] = ACTIONS(924), - [sym_integer_literal] = ACTIONS(926), - [aux_sym_string_literal_token1] = ACTIONS(926), - [sym_char_literal] = ACTIONS(926), - [anon_sym_true] = ACTIONS(924), - [anon_sym_false] = ACTIONS(924), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(924), - [sym_super] = ACTIONS(924), - [sym_crate] = ACTIONS(924), - [sym_metavariable] = ACTIONS(926), - [sym__raw_string_literal_start] = ACTIONS(926), - [sym_float_literal] = ACTIONS(926), + [sym_identifier] = ACTIONS(1006), + [anon_sym_SEMI] = ACTIONS(1008), + [anon_sym_LPAREN] = ACTIONS(1008), + [anon_sym_RPAREN] = ACTIONS(1008), + [anon_sym_LBRACK] = ACTIONS(1008), + [anon_sym_RBRACK] = ACTIONS(1008), + [anon_sym_LBRACE] = ACTIONS(1008), + [anon_sym_RBRACE] = ACTIONS(1008), + [anon_sym_EQ_GT] = ACTIONS(1008), + [anon_sym_COLON] = ACTIONS(1006), + [anon_sym_DOLLAR] = ACTIONS(1006), + [anon_sym_PLUS] = ACTIONS(1006), + [anon_sym_STAR] = ACTIONS(1006), + [anon_sym_QMARK] = ACTIONS(1008), + [anon_sym_u8] = ACTIONS(1006), + [anon_sym_i8] = ACTIONS(1006), + [anon_sym_u16] = ACTIONS(1006), + [anon_sym_i16] = ACTIONS(1006), + [anon_sym_u32] = ACTIONS(1006), + [anon_sym_i32] = ACTIONS(1006), + [anon_sym_u64] = ACTIONS(1006), + [anon_sym_i64] = ACTIONS(1006), + [anon_sym_u128] = ACTIONS(1006), + [anon_sym_i128] = ACTIONS(1006), + [anon_sym_isize] = ACTIONS(1006), + [anon_sym_usize] = ACTIONS(1006), + [anon_sym_f32] = ACTIONS(1006), + [anon_sym_f64] = ACTIONS(1006), + [anon_sym_bool] = ACTIONS(1006), + [anon_sym_str] = ACTIONS(1006), + [anon_sym_char] = ACTIONS(1006), + [anon_sym_DASH] = ACTIONS(1006), + [anon_sym_SLASH] = ACTIONS(1006), + [anon_sym_PERCENT] = ACTIONS(1006), + [anon_sym_CARET] = ACTIONS(1006), + [anon_sym_BANG] = ACTIONS(1006), + [anon_sym_AMP] = ACTIONS(1006), + [anon_sym_PIPE] = ACTIONS(1006), + [anon_sym_AMP_AMP] = ACTIONS(1008), + [anon_sym_PIPE_PIPE] = ACTIONS(1008), + [anon_sym_LT_LT] = ACTIONS(1006), + [anon_sym_GT_GT] = ACTIONS(1006), + [anon_sym_PLUS_EQ] = ACTIONS(1008), + [anon_sym_DASH_EQ] = ACTIONS(1008), + [anon_sym_STAR_EQ] = ACTIONS(1008), + [anon_sym_SLASH_EQ] = ACTIONS(1008), + [anon_sym_PERCENT_EQ] = ACTIONS(1008), + [anon_sym_CARET_EQ] = ACTIONS(1008), + [anon_sym_AMP_EQ] = ACTIONS(1008), + [anon_sym_PIPE_EQ] = ACTIONS(1008), + [anon_sym_LT_LT_EQ] = ACTIONS(1008), + [anon_sym_GT_GT_EQ] = ACTIONS(1008), + [anon_sym_EQ] = ACTIONS(1006), + [anon_sym_EQ_EQ] = ACTIONS(1008), + [anon_sym_BANG_EQ] = ACTIONS(1008), + [anon_sym_GT] = ACTIONS(1006), + [anon_sym_LT] = ACTIONS(1006), + [anon_sym_GT_EQ] = ACTIONS(1008), + [anon_sym_LT_EQ] = ACTIONS(1008), + [anon_sym_AT] = ACTIONS(1008), + [anon_sym__] = ACTIONS(1006), + [anon_sym_DOT] = ACTIONS(1006), + [anon_sym_DOT_DOT] = ACTIONS(1006), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1008), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1008), + [anon_sym_COMMA] = ACTIONS(1008), + [anon_sym_COLON_COLON] = ACTIONS(1008), + [anon_sym_DASH_GT] = ACTIONS(1008), + [anon_sym_POUND] = ACTIONS(1008), + [anon_sym_SQUOTE] = ACTIONS(1006), + [anon_sym_as] = ACTIONS(1006), + [anon_sym_async] = ACTIONS(1006), + [anon_sym_await] = ACTIONS(1006), + [anon_sym_break] = ACTIONS(1006), + [anon_sym_const] = ACTIONS(1006), + [anon_sym_continue] = ACTIONS(1006), + [anon_sym_default] = ACTIONS(1006), + [anon_sym_enum] = ACTIONS(1006), + [anon_sym_fn] = ACTIONS(1006), + [anon_sym_for] = ACTIONS(1006), + [anon_sym_gen] = ACTIONS(1006), + [anon_sym_if] = ACTIONS(1006), + [anon_sym_impl] = ACTIONS(1006), + [anon_sym_let] = ACTIONS(1006), + [anon_sym_loop] = ACTIONS(1006), + [anon_sym_match] = ACTIONS(1006), + [anon_sym_mod] = ACTIONS(1006), + [anon_sym_pub] = ACTIONS(1006), + [anon_sym_return] = ACTIONS(1006), + [anon_sym_static] = ACTIONS(1006), + [anon_sym_struct] = ACTIONS(1006), + [anon_sym_trait] = ACTIONS(1006), + [anon_sym_type] = ACTIONS(1006), + [anon_sym_union] = ACTIONS(1006), + [anon_sym_unsafe] = ACTIONS(1006), + [anon_sym_use] = ACTIONS(1006), + [anon_sym_where] = ACTIONS(1006), + [anon_sym_while] = ACTIONS(1006), + [sym_mutable_specifier] = ACTIONS(1006), + [sym_integer_literal] = ACTIONS(1008), + [aux_sym_string_literal_token1] = ACTIONS(1008), + [sym_char_literal] = ACTIONS(1008), + [anon_sym_true] = ACTIONS(1006), + [anon_sym_false] = ACTIONS(1006), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1006), + [sym_super] = ACTIONS(1006), + [sym_crate] = ACTIONS(1006), + [sym_metavariable] = ACTIONS(1008), + [sym__raw_string_literal_start] = ACTIONS(1008), + [sym_float_literal] = ACTIONS(1008), }, [STATE(191)] = { [sym_line_comment] = STATE(191), [sym_block_comment] = STATE(191), - [sym_identifier] = ACTIONS(1012), - [anon_sym_SEMI] = ACTIONS(1014), - [anon_sym_LPAREN] = ACTIONS(1014), - [anon_sym_RPAREN] = ACTIONS(1014), - [anon_sym_LBRACK] = ACTIONS(1014), - [anon_sym_RBRACK] = ACTIONS(1014), - [anon_sym_LBRACE] = ACTIONS(1014), - [anon_sym_RBRACE] = ACTIONS(1014), - [anon_sym_EQ_GT] = ACTIONS(1014), - [anon_sym_COLON] = ACTIONS(1012), - [anon_sym_DOLLAR] = ACTIONS(1012), - [anon_sym_PLUS] = ACTIONS(1012), - [anon_sym_STAR] = ACTIONS(1012), - [anon_sym_QMARK] = ACTIONS(1014), - [anon_sym_u8] = ACTIONS(1012), - [anon_sym_i8] = ACTIONS(1012), - [anon_sym_u16] = ACTIONS(1012), - [anon_sym_i16] = ACTIONS(1012), - [anon_sym_u32] = ACTIONS(1012), - [anon_sym_i32] = ACTIONS(1012), - [anon_sym_u64] = ACTIONS(1012), - [anon_sym_i64] = ACTIONS(1012), - [anon_sym_u128] = ACTIONS(1012), - [anon_sym_i128] = ACTIONS(1012), - [anon_sym_isize] = ACTIONS(1012), - [anon_sym_usize] = ACTIONS(1012), - [anon_sym_f32] = ACTIONS(1012), - [anon_sym_f64] = ACTIONS(1012), - [anon_sym_bool] = ACTIONS(1012), - [anon_sym_str] = ACTIONS(1012), - [anon_sym_char] = ACTIONS(1012), - [anon_sym_DASH] = ACTIONS(1012), - [anon_sym_SLASH] = ACTIONS(1012), - [anon_sym_PERCENT] = ACTIONS(1012), - [anon_sym_CARET] = ACTIONS(1012), - [anon_sym_BANG] = ACTIONS(1012), - [anon_sym_AMP] = ACTIONS(1012), - [anon_sym_PIPE] = ACTIONS(1012), - [anon_sym_AMP_AMP] = ACTIONS(1014), - [anon_sym_PIPE_PIPE] = ACTIONS(1014), - [anon_sym_LT_LT] = ACTIONS(1012), - [anon_sym_GT_GT] = ACTIONS(1012), - [anon_sym_PLUS_EQ] = ACTIONS(1014), - [anon_sym_DASH_EQ] = ACTIONS(1014), - [anon_sym_STAR_EQ] = ACTIONS(1014), - [anon_sym_SLASH_EQ] = ACTIONS(1014), - [anon_sym_PERCENT_EQ] = ACTIONS(1014), - [anon_sym_CARET_EQ] = ACTIONS(1014), - [anon_sym_AMP_EQ] = ACTIONS(1014), - [anon_sym_PIPE_EQ] = ACTIONS(1014), - [anon_sym_LT_LT_EQ] = ACTIONS(1014), - [anon_sym_GT_GT_EQ] = ACTIONS(1014), - [anon_sym_EQ] = ACTIONS(1012), - [anon_sym_EQ_EQ] = ACTIONS(1014), - [anon_sym_BANG_EQ] = ACTIONS(1014), - [anon_sym_GT] = ACTIONS(1012), - [anon_sym_LT] = ACTIONS(1012), - [anon_sym_GT_EQ] = ACTIONS(1014), - [anon_sym_LT_EQ] = ACTIONS(1014), - [anon_sym_AT] = ACTIONS(1014), - [anon_sym__] = ACTIONS(1012), - [anon_sym_DOT] = ACTIONS(1012), - [anon_sym_DOT_DOT] = ACTIONS(1012), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1014), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1014), - [anon_sym_COMMA] = ACTIONS(1014), - [anon_sym_COLON_COLON] = ACTIONS(1014), - [anon_sym_DASH_GT] = ACTIONS(1014), - [anon_sym_POUND] = ACTIONS(1014), - [anon_sym_SQUOTE] = ACTIONS(1012), - [anon_sym_as] = ACTIONS(1012), - [anon_sym_async] = ACTIONS(1012), - [anon_sym_await] = ACTIONS(1012), - [anon_sym_break] = ACTIONS(1012), - [anon_sym_const] = ACTIONS(1012), - [anon_sym_continue] = ACTIONS(1012), - [anon_sym_default] = ACTIONS(1012), - [anon_sym_enum] = ACTIONS(1012), - [anon_sym_fn] = ACTIONS(1012), - [anon_sym_for] = ACTIONS(1012), - [anon_sym_gen] = ACTIONS(1012), - [anon_sym_if] = ACTIONS(1012), - [anon_sym_impl] = ACTIONS(1012), - [anon_sym_let] = ACTIONS(1012), - [anon_sym_loop] = ACTIONS(1012), - [anon_sym_match] = ACTIONS(1012), - [anon_sym_mod] = ACTIONS(1012), - [anon_sym_pub] = ACTIONS(1012), - [anon_sym_return] = ACTIONS(1012), - [anon_sym_static] = ACTIONS(1012), - [anon_sym_struct] = ACTIONS(1012), - [anon_sym_trait] = ACTIONS(1012), - [anon_sym_type] = ACTIONS(1012), - [anon_sym_union] = ACTIONS(1012), - [anon_sym_unsafe] = ACTIONS(1012), - [anon_sym_use] = ACTIONS(1012), - [anon_sym_where] = ACTIONS(1012), - [anon_sym_while] = ACTIONS(1012), - [sym_mutable_specifier] = ACTIONS(1012), - [sym_integer_literal] = ACTIONS(1014), - [aux_sym_string_literal_token1] = ACTIONS(1014), - [sym_char_literal] = ACTIONS(1014), - [anon_sym_true] = ACTIONS(1012), - [anon_sym_false] = ACTIONS(1012), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1012), - [sym_super] = ACTIONS(1012), - [sym_crate] = ACTIONS(1012), - [sym_metavariable] = ACTIONS(1014), - [sym__raw_string_literal_start] = ACTIONS(1014), - [sym_float_literal] = ACTIONS(1014), + [sym_identifier] = ACTIONS(1010), + [anon_sym_SEMI] = ACTIONS(1012), + [anon_sym_LPAREN] = ACTIONS(1012), + [anon_sym_RPAREN] = ACTIONS(1012), + [anon_sym_LBRACK] = ACTIONS(1012), + [anon_sym_RBRACK] = ACTIONS(1012), + [anon_sym_LBRACE] = ACTIONS(1012), + [anon_sym_RBRACE] = ACTIONS(1012), + [anon_sym_EQ_GT] = ACTIONS(1012), + [anon_sym_COLON] = ACTIONS(1010), + [anon_sym_DOLLAR] = ACTIONS(1010), + [anon_sym_PLUS] = ACTIONS(1010), + [anon_sym_STAR] = ACTIONS(1010), + [anon_sym_QMARK] = ACTIONS(1012), + [anon_sym_u8] = ACTIONS(1010), + [anon_sym_i8] = ACTIONS(1010), + [anon_sym_u16] = ACTIONS(1010), + [anon_sym_i16] = ACTIONS(1010), + [anon_sym_u32] = ACTIONS(1010), + [anon_sym_i32] = ACTIONS(1010), + [anon_sym_u64] = ACTIONS(1010), + [anon_sym_i64] = ACTIONS(1010), + [anon_sym_u128] = ACTIONS(1010), + [anon_sym_i128] = ACTIONS(1010), + [anon_sym_isize] = ACTIONS(1010), + [anon_sym_usize] = ACTIONS(1010), + [anon_sym_f32] = ACTIONS(1010), + [anon_sym_f64] = ACTIONS(1010), + [anon_sym_bool] = ACTIONS(1010), + [anon_sym_str] = ACTIONS(1010), + [anon_sym_char] = ACTIONS(1010), + [anon_sym_DASH] = ACTIONS(1010), + [anon_sym_SLASH] = ACTIONS(1010), + [anon_sym_PERCENT] = ACTIONS(1010), + [anon_sym_CARET] = ACTIONS(1010), + [anon_sym_BANG] = ACTIONS(1010), + [anon_sym_AMP] = ACTIONS(1010), + [anon_sym_PIPE] = ACTIONS(1010), + [anon_sym_AMP_AMP] = ACTIONS(1012), + [anon_sym_PIPE_PIPE] = ACTIONS(1012), + [anon_sym_LT_LT] = ACTIONS(1010), + [anon_sym_GT_GT] = ACTIONS(1010), + [anon_sym_PLUS_EQ] = ACTIONS(1012), + [anon_sym_DASH_EQ] = ACTIONS(1012), + [anon_sym_STAR_EQ] = ACTIONS(1012), + [anon_sym_SLASH_EQ] = ACTIONS(1012), + [anon_sym_PERCENT_EQ] = ACTIONS(1012), + [anon_sym_CARET_EQ] = ACTIONS(1012), + [anon_sym_AMP_EQ] = ACTIONS(1012), + [anon_sym_PIPE_EQ] = ACTIONS(1012), + [anon_sym_LT_LT_EQ] = ACTIONS(1012), + [anon_sym_GT_GT_EQ] = ACTIONS(1012), + [anon_sym_EQ] = ACTIONS(1010), + [anon_sym_EQ_EQ] = ACTIONS(1012), + [anon_sym_BANG_EQ] = ACTIONS(1012), + [anon_sym_GT] = ACTIONS(1010), + [anon_sym_LT] = ACTIONS(1010), + [anon_sym_GT_EQ] = ACTIONS(1012), + [anon_sym_LT_EQ] = ACTIONS(1012), + [anon_sym_AT] = ACTIONS(1012), + [anon_sym__] = ACTIONS(1010), + [anon_sym_DOT] = ACTIONS(1010), + [anon_sym_DOT_DOT] = ACTIONS(1010), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1012), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1012), + [anon_sym_COMMA] = ACTIONS(1012), + [anon_sym_COLON_COLON] = ACTIONS(1012), + [anon_sym_DASH_GT] = ACTIONS(1012), + [anon_sym_POUND] = ACTIONS(1012), + [anon_sym_SQUOTE] = ACTIONS(1010), + [anon_sym_as] = ACTIONS(1010), + [anon_sym_async] = ACTIONS(1010), + [anon_sym_await] = ACTIONS(1010), + [anon_sym_break] = ACTIONS(1010), + [anon_sym_const] = ACTIONS(1010), + [anon_sym_continue] = ACTIONS(1010), + [anon_sym_default] = ACTIONS(1010), + [anon_sym_enum] = ACTIONS(1010), + [anon_sym_fn] = ACTIONS(1010), + [anon_sym_for] = ACTIONS(1010), + [anon_sym_gen] = ACTIONS(1010), + [anon_sym_if] = ACTIONS(1010), + [anon_sym_impl] = ACTIONS(1010), + [anon_sym_let] = ACTIONS(1010), + [anon_sym_loop] = ACTIONS(1010), + [anon_sym_match] = ACTIONS(1010), + [anon_sym_mod] = ACTIONS(1010), + [anon_sym_pub] = ACTIONS(1010), + [anon_sym_return] = ACTIONS(1010), + [anon_sym_static] = ACTIONS(1010), + [anon_sym_struct] = ACTIONS(1010), + [anon_sym_trait] = ACTIONS(1010), + [anon_sym_type] = ACTIONS(1010), + [anon_sym_union] = ACTIONS(1010), + [anon_sym_unsafe] = ACTIONS(1010), + [anon_sym_use] = ACTIONS(1010), + [anon_sym_where] = ACTIONS(1010), + [anon_sym_while] = ACTIONS(1010), + [sym_mutable_specifier] = ACTIONS(1010), + [sym_integer_literal] = ACTIONS(1012), + [aux_sym_string_literal_token1] = ACTIONS(1012), + [sym_char_literal] = ACTIONS(1012), + [anon_sym_true] = ACTIONS(1010), + [anon_sym_false] = ACTIONS(1010), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1010), + [sym_super] = ACTIONS(1010), + [sym_crate] = ACTIONS(1010), + [sym_metavariable] = ACTIONS(1012), + [sym__raw_string_literal_start] = ACTIONS(1012), + [sym_float_literal] = ACTIONS(1012), }, [STATE(192)] = { [sym_line_comment] = STATE(192), [sym_block_comment] = STATE(192), - [sym_identifier] = ACTIONS(1016), - [anon_sym_SEMI] = ACTIONS(1018), - [anon_sym_LPAREN] = ACTIONS(1018), - [anon_sym_RPAREN] = ACTIONS(1018), - [anon_sym_LBRACK] = ACTIONS(1018), - [anon_sym_RBRACK] = ACTIONS(1018), - [anon_sym_LBRACE] = ACTIONS(1018), - [anon_sym_RBRACE] = ACTIONS(1018), - [anon_sym_EQ_GT] = ACTIONS(1018), - [anon_sym_COLON] = ACTIONS(1016), - [anon_sym_DOLLAR] = ACTIONS(1016), - [anon_sym_PLUS] = ACTIONS(1016), - [anon_sym_STAR] = ACTIONS(1016), - [anon_sym_QMARK] = ACTIONS(1018), - [anon_sym_u8] = ACTIONS(1016), - [anon_sym_i8] = ACTIONS(1016), - [anon_sym_u16] = ACTIONS(1016), - [anon_sym_i16] = ACTIONS(1016), - [anon_sym_u32] = ACTIONS(1016), - [anon_sym_i32] = ACTIONS(1016), - [anon_sym_u64] = ACTIONS(1016), - [anon_sym_i64] = ACTIONS(1016), - [anon_sym_u128] = ACTIONS(1016), - [anon_sym_i128] = ACTIONS(1016), - [anon_sym_isize] = ACTIONS(1016), - [anon_sym_usize] = ACTIONS(1016), - [anon_sym_f32] = ACTIONS(1016), - [anon_sym_f64] = ACTIONS(1016), - [anon_sym_bool] = ACTIONS(1016), - [anon_sym_str] = ACTIONS(1016), - [anon_sym_char] = ACTIONS(1016), - [anon_sym_DASH] = ACTIONS(1016), - [anon_sym_SLASH] = ACTIONS(1016), - [anon_sym_PERCENT] = ACTIONS(1016), - [anon_sym_CARET] = ACTIONS(1016), - [anon_sym_BANG] = ACTIONS(1016), - [anon_sym_AMP] = ACTIONS(1016), - [anon_sym_PIPE] = ACTIONS(1016), - [anon_sym_AMP_AMP] = ACTIONS(1018), - [anon_sym_PIPE_PIPE] = ACTIONS(1018), - [anon_sym_LT_LT] = ACTIONS(1016), - [anon_sym_GT_GT] = ACTIONS(1016), - [anon_sym_PLUS_EQ] = ACTIONS(1018), - [anon_sym_DASH_EQ] = ACTIONS(1018), - [anon_sym_STAR_EQ] = ACTIONS(1018), - [anon_sym_SLASH_EQ] = ACTIONS(1018), - [anon_sym_PERCENT_EQ] = ACTIONS(1018), - [anon_sym_CARET_EQ] = ACTIONS(1018), - [anon_sym_AMP_EQ] = ACTIONS(1018), - [anon_sym_PIPE_EQ] = ACTIONS(1018), - [anon_sym_LT_LT_EQ] = ACTIONS(1018), - [anon_sym_GT_GT_EQ] = ACTIONS(1018), - [anon_sym_EQ] = ACTIONS(1016), - [anon_sym_EQ_EQ] = ACTIONS(1018), - [anon_sym_BANG_EQ] = ACTIONS(1018), - [anon_sym_GT] = ACTIONS(1016), - [anon_sym_LT] = ACTIONS(1016), - [anon_sym_GT_EQ] = ACTIONS(1018), - [anon_sym_LT_EQ] = ACTIONS(1018), - [anon_sym_AT] = ACTIONS(1018), - [anon_sym__] = ACTIONS(1016), - [anon_sym_DOT] = ACTIONS(1016), - [anon_sym_DOT_DOT] = ACTIONS(1016), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1018), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1018), - [anon_sym_COMMA] = ACTIONS(1018), - [anon_sym_COLON_COLON] = ACTIONS(1018), - [anon_sym_DASH_GT] = ACTIONS(1018), - [anon_sym_POUND] = ACTIONS(1018), - [anon_sym_SQUOTE] = ACTIONS(1016), - [anon_sym_as] = ACTIONS(1016), - [anon_sym_async] = ACTIONS(1016), - [anon_sym_await] = ACTIONS(1016), - [anon_sym_break] = ACTIONS(1016), - [anon_sym_const] = ACTIONS(1016), - [anon_sym_continue] = ACTIONS(1016), - [anon_sym_default] = ACTIONS(1016), - [anon_sym_enum] = ACTIONS(1016), - [anon_sym_fn] = ACTIONS(1016), - [anon_sym_for] = ACTIONS(1016), - [anon_sym_gen] = ACTIONS(1016), - [anon_sym_if] = ACTIONS(1016), - [anon_sym_impl] = ACTIONS(1016), - [anon_sym_let] = ACTIONS(1016), - [anon_sym_loop] = ACTIONS(1016), - [anon_sym_match] = ACTIONS(1016), - [anon_sym_mod] = ACTIONS(1016), - [anon_sym_pub] = ACTIONS(1016), - [anon_sym_return] = ACTIONS(1016), - [anon_sym_static] = ACTIONS(1016), - [anon_sym_struct] = ACTIONS(1016), - [anon_sym_trait] = ACTIONS(1016), - [anon_sym_type] = ACTIONS(1016), - [anon_sym_union] = ACTIONS(1016), - [anon_sym_unsafe] = ACTIONS(1016), - [anon_sym_use] = ACTIONS(1016), - [anon_sym_where] = ACTIONS(1016), - [anon_sym_while] = ACTIONS(1016), - [sym_mutable_specifier] = ACTIONS(1016), - [sym_integer_literal] = ACTIONS(1018), - [aux_sym_string_literal_token1] = ACTIONS(1018), - [sym_char_literal] = ACTIONS(1018), - [anon_sym_true] = ACTIONS(1016), - [anon_sym_false] = ACTIONS(1016), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1016), - [sym_super] = ACTIONS(1016), - [sym_crate] = ACTIONS(1016), - [sym_metavariable] = ACTIONS(1018), - [sym__raw_string_literal_start] = ACTIONS(1018), - [sym_float_literal] = ACTIONS(1018), + [sym_identifier] = ACTIONS(1014), + [anon_sym_SEMI] = ACTIONS(1016), + [anon_sym_LPAREN] = ACTIONS(1016), + [anon_sym_RPAREN] = ACTIONS(1016), + [anon_sym_LBRACK] = ACTIONS(1016), + [anon_sym_RBRACK] = ACTIONS(1016), + [anon_sym_LBRACE] = ACTIONS(1016), + [anon_sym_RBRACE] = ACTIONS(1016), + [anon_sym_EQ_GT] = ACTIONS(1016), + [anon_sym_COLON] = ACTIONS(1014), + [anon_sym_DOLLAR] = ACTIONS(1014), + [anon_sym_PLUS] = ACTIONS(1014), + [anon_sym_STAR] = ACTIONS(1014), + [anon_sym_QMARK] = ACTIONS(1016), + [anon_sym_u8] = ACTIONS(1014), + [anon_sym_i8] = ACTIONS(1014), + [anon_sym_u16] = ACTIONS(1014), + [anon_sym_i16] = ACTIONS(1014), + [anon_sym_u32] = ACTIONS(1014), + [anon_sym_i32] = ACTIONS(1014), + [anon_sym_u64] = ACTIONS(1014), + [anon_sym_i64] = ACTIONS(1014), + [anon_sym_u128] = ACTIONS(1014), + [anon_sym_i128] = ACTIONS(1014), + [anon_sym_isize] = ACTIONS(1014), + [anon_sym_usize] = ACTIONS(1014), + [anon_sym_f32] = ACTIONS(1014), + [anon_sym_f64] = ACTIONS(1014), + [anon_sym_bool] = ACTIONS(1014), + [anon_sym_str] = ACTIONS(1014), + [anon_sym_char] = ACTIONS(1014), + [anon_sym_DASH] = ACTIONS(1014), + [anon_sym_SLASH] = ACTIONS(1014), + [anon_sym_PERCENT] = ACTIONS(1014), + [anon_sym_CARET] = ACTIONS(1014), + [anon_sym_BANG] = ACTIONS(1014), + [anon_sym_AMP] = ACTIONS(1014), + [anon_sym_PIPE] = ACTIONS(1014), + [anon_sym_AMP_AMP] = ACTIONS(1016), + [anon_sym_PIPE_PIPE] = ACTIONS(1016), + [anon_sym_LT_LT] = ACTIONS(1014), + [anon_sym_GT_GT] = ACTIONS(1014), + [anon_sym_PLUS_EQ] = ACTIONS(1016), + [anon_sym_DASH_EQ] = ACTIONS(1016), + [anon_sym_STAR_EQ] = ACTIONS(1016), + [anon_sym_SLASH_EQ] = ACTIONS(1016), + [anon_sym_PERCENT_EQ] = ACTIONS(1016), + [anon_sym_CARET_EQ] = ACTIONS(1016), + [anon_sym_AMP_EQ] = ACTIONS(1016), + [anon_sym_PIPE_EQ] = ACTIONS(1016), + [anon_sym_LT_LT_EQ] = ACTIONS(1016), + [anon_sym_GT_GT_EQ] = ACTIONS(1016), + [anon_sym_EQ] = ACTIONS(1014), + [anon_sym_EQ_EQ] = ACTIONS(1016), + [anon_sym_BANG_EQ] = ACTIONS(1016), + [anon_sym_GT] = ACTIONS(1014), + [anon_sym_LT] = ACTIONS(1014), + [anon_sym_GT_EQ] = ACTIONS(1016), + [anon_sym_LT_EQ] = ACTIONS(1016), + [anon_sym_AT] = ACTIONS(1016), + [anon_sym__] = ACTIONS(1014), + [anon_sym_DOT] = ACTIONS(1014), + [anon_sym_DOT_DOT] = ACTIONS(1014), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1016), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1016), + [anon_sym_COMMA] = ACTIONS(1016), + [anon_sym_COLON_COLON] = ACTIONS(1016), + [anon_sym_DASH_GT] = ACTIONS(1016), + [anon_sym_POUND] = ACTIONS(1016), + [anon_sym_SQUOTE] = ACTIONS(1014), + [anon_sym_as] = ACTIONS(1014), + [anon_sym_async] = ACTIONS(1014), + [anon_sym_await] = ACTIONS(1014), + [anon_sym_break] = ACTIONS(1014), + [anon_sym_const] = ACTIONS(1014), + [anon_sym_continue] = ACTIONS(1014), + [anon_sym_default] = ACTIONS(1014), + [anon_sym_enum] = ACTIONS(1014), + [anon_sym_fn] = ACTIONS(1014), + [anon_sym_for] = ACTIONS(1014), + [anon_sym_gen] = ACTIONS(1014), + [anon_sym_if] = ACTIONS(1014), + [anon_sym_impl] = ACTIONS(1014), + [anon_sym_let] = ACTIONS(1014), + [anon_sym_loop] = ACTIONS(1014), + [anon_sym_match] = ACTIONS(1014), + [anon_sym_mod] = ACTIONS(1014), + [anon_sym_pub] = ACTIONS(1014), + [anon_sym_return] = ACTIONS(1014), + [anon_sym_static] = ACTIONS(1014), + [anon_sym_struct] = ACTIONS(1014), + [anon_sym_trait] = ACTIONS(1014), + [anon_sym_type] = ACTIONS(1014), + [anon_sym_union] = ACTIONS(1014), + [anon_sym_unsafe] = ACTIONS(1014), + [anon_sym_use] = ACTIONS(1014), + [anon_sym_where] = ACTIONS(1014), + [anon_sym_while] = ACTIONS(1014), + [sym_mutable_specifier] = ACTIONS(1014), + [sym_integer_literal] = ACTIONS(1016), + [aux_sym_string_literal_token1] = ACTIONS(1016), + [sym_char_literal] = ACTIONS(1016), + [anon_sym_true] = ACTIONS(1014), + [anon_sym_false] = ACTIONS(1014), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1014), + [sym_super] = ACTIONS(1014), + [sym_crate] = ACTIONS(1014), + [sym_metavariable] = ACTIONS(1016), + [sym__raw_string_literal_start] = ACTIONS(1016), + [sym_float_literal] = ACTIONS(1016), }, [STATE(193)] = { [sym_line_comment] = STATE(193), [sym_block_comment] = STATE(193), - [aux_sym__non_special_token_repeat1] = STATE(193), - [sym_identifier] = ACTIONS(942), + [sym_identifier] = ACTIONS(1018), [anon_sym_SEMI] = ACTIONS(1020), - [anon_sym_LPAREN] = ACTIONS(947), - [anon_sym_RPAREN] = ACTIONS(947), - [anon_sym_LBRACK] = ACTIONS(947), - [anon_sym_RBRACK] = ACTIONS(947), - [anon_sym_LBRACE] = ACTIONS(947), - [anon_sym_RBRACE] = ACTIONS(947), + [anon_sym_LPAREN] = ACTIONS(1020), + [anon_sym_RPAREN] = ACTIONS(1020), + [anon_sym_LBRACK] = ACTIONS(1020), + [anon_sym_RBRACK] = ACTIONS(1020), + [anon_sym_LBRACE] = ACTIONS(1020), + [anon_sym_RBRACE] = ACTIONS(1020), [anon_sym_EQ_GT] = ACTIONS(1020), - [anon_sym_COLON] = ACTIONS(1023), - [anon_sym_DOLLAR] = ACTIONS(947), - [anon_sym_PLUS] = ACTIONS(1023), - [anon_sym_STAR] = ACTIONS(1023), + [anon_sym_COLON] = ACTIONS(1018), + [anon_sym_DOLLAR] = ACTIONS(1018), + [anon_sym_PLUS] = ACTIONS(1018), + [anon_sym_STAR] = ACTIONS(1018), [anon_sym_QMARK] = ACTIONS(1020), - [anon_sym_u8] = ACTIONS(942), - [anon_sym_i8] = ACTIONS(942), - [anon_sym_u16] = ACTIONS(942), - [anon_sym_i16] = ACTIONS(942), - [anon_sym_u32] = ACTIONS(942), - [anon_sym_i32] = ACTIONS(942), - [anon_sym_u64] = ACTIONS(942), - [anon_sym_i64] = ACTIONS(942), - [anon_sym_u128] = ACTIONS(942), - [anon_sym_i128] = ACTIONS(942), - [anon_sym_isize] = ACTIONS(942), - [anon_sym_usize] = ACTIONS(942), - [anon_sym_f32] = ACTIONS(942), - [anon_sym_f64] = ACTIONS(942), - [anon_sym_bool] = ACTIONS(942), - [anon_sym_str] = ACTIONS(942), - [anon_sym_char] = ACTIONS(942), - [anon_sym_DASH] = ACTIONS(1023), - [anon_sym_SLASH] = ACTIONS(1023), - [anon_sym_PERCENT] = ACTIONS(1023), - [anon_sym_CARET] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(1023), - [anon_sym_AMP] = ACTIONS(1023), - [anon_sym_PIPE] = ACTIONS(1023), + [anon_sym_u8] = ACTIONS(1018), + [anon_sym_i8] = ACTIONS(1018), + [anon_sym_u16] = ACTIONS(1018), + [anon_sym_i16] = ACTIONS(1018), + [anon_sym_u32] = ACTIONS(1018), + [anon_sym_i32] = ACTIONS(1018), + [anon_sym_u64] = ACTIONS(1018), + [anon_sym_i64] = ACTIONS(1018), + [anon_sym_u128] = ACTIONS(1018), + [anon_sym_i128] = ACTIONS(1018), + [anon_sym_isize] = ACTIONS(1018), + [anon_sym_usize] = ACTIONS(1018), + [anon_sym_f32] = ACTIONS(1018), + [anon_sym_f64] = ACTIONS(1018), + [anon_sym_bool] = ACTIONS(1018), + [anon_sym_str] = ACTIONS(1018), + [anon_sym_char] = ACTIONS(1018), + [anon_sym_DASH] = ACTIONS(1018), + [anon_sym_SLASH] = ACTIONS(1018), + [anon_sym_PERCENT] = ACTIONS(1018), + [anon_sym_CARET] = ACTIONS(1018), + [anon_sym_BANG] = ACTIONS(1018), + [anon_sym_AMP] = ACTIONS(1018), + [anon_sym_PIPE] = ACTIONS(1018), [anon_sym_AMP_AMP] = ACTIONS(1020), [anon_sym_PIPE_PIPE] = ACTIONS(1020), - [anon_sym_LT_LT] = ACTIONS(1023), - [anon_sym_GT_GT] = ACTIONS(1023), + [anon_sym_LT_LT] = ACTIONS(1018), + [anon_sym_GT_GT] = ACTIONS(1018), [anon_sym_PLUS_EQ] = ACTIONS(1020), [anon_sym_DASH_EQ] = ACTIONS(1020), [anon_sym_STAR_EQ] = ACTIONS(1020), @@ -39631,69 +39699,302 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PIPE_EQ] = ACTIONS(1020), [anon_sym_LT_LT_EQ] = ACTIONS(1020), [anon_sym_GT_GT_EQ] = ACTIONS(1020), - [anon_sym_EQ] = ACTIONS(1023), + [anon_sym_EQ] = ACTIONS(1018), [anon_sym_EQ_EQ] = ACTIONS(1020), [anon_sym_BANG_EQ] = ACTIONS(1020), - [anon_sym_GT] = ACTIONS(1023), - [anon_sym_LT] = ACTIONS(1023), + [anon_sym_GT] = ACTIONS(1018), + [anon_sym_LT] = ACTIONS(1018), [anon_sym_GT_EQ] = ACTIONS(1020), [anon_sym_LT_EQ] = ACTIONS(1020), [anon_sym_AT] = ACTIONS(1020), - [anon_sym__] = ACTIONS(1023), - [anon_sym_DOT] = ACTIONS(1023), - [anon_sym_DOT_DOT] = ACTIONS(1023), + [anon_sym__] = ACTIONS(1018), + [anon_sym_DOT] = ACTIONS(1018), + [anon_sym_DOT_DOT] = ACTIONS(1018), [anon_sym_DOT_DOT_DOT] = ACTIONS(1020), [anon_sym_DOT_DOT_EQ] = ACTIONS(1020), [anon_sym_COMMA] = ACTIONS(1020), [anon_sym_COLON_COLON] = ACTIONS(1020), [anon_sym_DASH_GT] = ACTIONS(1020), [anon_sym_POUND] = ACTIONS(1020), - [anon_sym_SQUOTE] = ACTIONS(942), - [anon_sym_as] = ACTIONS(942), - [anon_sym_async] = ACTIONS(942), - [anon_sym_await] = ACTIONS(942), - [anon_sym_break] = ACTIONS(942), - [anon_sym_const] = ACTIONS(942), - [anon_sym_continue] = ACTIONS(942), - [anon_sym_default] = ACTIONS(942), - [anon_sym_enum] = ACTIONS(942), - [anon_sym_fn] = ACTIONS(942), - [anon_sym_for] = ACTIONS(942), - [anon_sym_gen] = ACTIONS(942), - [anon_sym_if] = ACTIONS(942), - [anon_sym_impl] = ACTIONS(942), - [anon_sym_let] = ACTIONS(942), - [anon_sym_loop] = ACTIONS(942), - [anon_sym_match] = ACTIONS(942), - [anon_sym_mod] = ACTIONS(942), - [anon_sym_pub] = ACTIONS(942), - [anon_sym_return] = ACTIONS(942), - [anon_sym_static] = ACTIONS(942), - [anon_sym_struct] = ACTIONS(942), - [anon_sym_trait] = ACTIONS(942), - [anon_sym_type] = ACTIONS(942), - [anon_sym_union] = ACTIONS(942), - [anon_sym_unsafe] = ACTIONS(942), - [anon_sym_use] = ACTIONS(942), - [anon_sym_where] = ACTIONS(942), - [anon_sym_while] = ACTIONS(942), - [sym_mutable_specifier] = ACTIONS(942), - [sym_integer_literal] = ACTIONS(947), - [aux_sym_string_literal_token1] = ACTIONS(947), - [sym_char_literal] = ACTIONS(947), - [anon_sym_true] = ACTIONS(942), - [anon_sym_false] = ACTIONS(942), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(942), - [sym_super] = ACTIONS(942), - [sym_crate] = ACTIONS(942), - [sym__raw_string_literal_start] = ACTIONS(947), - [sym_float_literal] = ACTIONS(947), + [anon_sym_SQUOTE] = ACTIONS(1018), + [anon_sym_as] = ACTIONS(1018), + [anon_sym_async] = ACTIONS(1018), + [anon_sym_await] = ACTIONS(1018), + [anon_sym_break] = ACTIONS(1018), + [anon_sym_const] = ACTIONS(1018), + [anon_sym_continue] = ACTIONS(1018), + [anon_sym_default] = ACTIONS(1018), + [anon_sym_enum] = ACTIONS(1018), + [anon_sym_fn] = ACTIONS(1018), + [anon_sym_for] = ACTIONS(1018), + [anon_sym_gen] = ACTIONS(1018), + [anon_sym_if] = ACTIONS(1018), + [anon_sym_impl] = ACTIONS(1018), + [anon_sym_let] = ACTIONS(1018), + [anon_sym_loop] = ACTIONS(1018), + [anon_sym_match] = ACTIONS(1018), + [anon_sym_mod] = ACTIONS(1018), + [anon_sym_pub] = ACTIONS(1018), + [anon_sym_return] = ACTIONS(1018), + [anon_sym_static] = ACTIONS(1018), + [anon_sym_struct] = ACTIONS(1018), + [anon_sym_trait] = ACTIONS(1018), + [anon_sym_type] = ACTIONS(1018), + [anon_sym_union] = ACTIONS(1018), + [anon_sym_unsafe] = ACTIONS(1018), + [anon_sym_use] = ACTIONS(1018), + [anon_sym_where] = ACTIONS(1018), + [anon_sym_while] = ACTIONS(1018), + [sym_mutable_specifier] = ACTIONS(1018), + [sym_integer_literal] = ACTIONS(1020), + [aux_sym_string_literal_token1] = ACTIONS(1020), + [sym_char_literal] = ACTIONS(1020), + [anon_sym_true] = ACTIONS(1018), + [anon_sym_false] = ACTIONS(1018), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1018), + [sym_super] = ACTIONS(1018), + [sym_crate] = ACTIONS(1018), + [sym_metavariable] = ACTIONS(1020), + [sym__raw_string_literal_start] = ACTIONS(1020), + [sym_float_literal] = ACTIONS(1020), }, [STATE(194)] = { + [sym_attribute_item] = STATE(1061), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1693), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), + [sym_label] = STATE(3711), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(194), [sym_block_comment] = STATE(194), + [aux_sym_enum_variant_list_repeat1] = STATE(1059), + [sym_identifier] = ACTIONS(344), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(348), + [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(757), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(356), + [anon_sym_break] = ACTIONS(41), + [anon_sym_const] = ACTIONS(358), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(360), + [anon_sym_for] = ACTIONS(362), + [anon_sym_gen] = ACTIONS(364), + [anon_sym_if] = ACTIONS(366), + [anon_sym_loop] = ACTIONS(368), + [anon_sym_match] = ACTIONS(370), + [anon_sym_return] = ACTIONS(71), + [anon_sym_static] = ACTIONS(372), + [anon_sym_union] = ACTIONS(360), + [anon_sym_unsafe] = ACTIONS(374), + [anon_sym_while] = ACTIONS(376), + [anon_sym_raw] = ACTIONS(360), + [anon_sym_yield] = ACTIONS(93), + [anon_sym_move] = ACTIONS(95), + [anon_sym_try] = ACTIONS(378), + [sym_integer_literal] = ACTIONS(99), + [aux_sym_string_literal_token1] = ACTIONS(101), + [sym_char_literal] = ACTIONS(99), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(111), + [sym_super] = ACTIONS(113), + [sym_crate] = ACTIONS(113), + [sym_metavariable] = ACTIONS(117), + [sym__raw_string_literal_start] = ACTIONS(119), + [sym_float_literal] = ACTIONS(99), + }, + [STATE(195)] = { + [sym_line_comment] = STATE(195), + [sym_block_comment] = STATE(195), + [aux_sym__non_special_token_repeat1] = STATE(176), + [sym_identifier] = ACTIONS(1022), + [anon_sym_SEMI] = ACTIONS(699), + [anon_sym_LPAREN] = ACTIONS(1024), + [anon_sym_RPAREN] = ACTIONS(1024), + [anon_sym_LBRACK] = ACTIONS(1024), + [anon_sym_RBRACK] = ACTIONS(1024), + [anon_sym_LBRACE] = ACTIONS(1024), + [anon_sym_RBRACE] = ACTIONS(1024), + [anon_sym_EQ_GT] = ACTIONS(699), + [anon_sym_COLON] = ACTIONS(709), + [anon_sym_DOLLAR] = ACTIONS(1024), + [anon_sym_PLUS] = ACTIONS(709), + [anon_sym_STAR] = ACTIONS(709), + [anon_sym_QMARK] = ACTIONS(699), + [anon_sym_u8] = ACTIONS(1022), + [anon_sym_i8] = ACTIONS(1022), + [anon_sym_u16] = ACTIONS(1022), + [anon_sym_i16] = ACTIONS(1022), + [anon_sym_u32] = ACTIONS(1022), + [anon_sym_i32] = ACTIONS(1022), + [anon_sym_u64] = ACTIONS(1022), + [anon_sym_i64] = ACTIONS(1022), + [anon_sym_u128] = ACTIONS(1022), + [anon_sym_i128] = ACTIONS(1022), + [anon_sym_isize] = ACTIONS(1022), + [anon_sym_usize] = ACTIONS(1022), + [anon_sym_f32] = ACTIONS(1022), + [anon_sym_f64] = ACTIONS(1022), + [anon_sym_bool] = ACTIONS(1022), + [anon_sym_str] = ACTIONS(1022), + [anon_sym_char] = ACTIONS(1022), + [anon_sym_DASH] = ACTIONS(709), + [anon_sym_SLASH] = ACTIONS(709), + [anon_sym_PERCENT] = ACTIONS(709), + [anon_sym_CARET] = ACTIONS(709), + [anon_sym_BANG] = ACTIONS(709), + [anon_sym_AMP] = ACTIONS(709), + [anon_sym_PIPE] = ACTIONS(709), + [anon_sym_AMP_AMP] = ACTIONS(699), + [anon_sym_PIPE_PIPE] = ACTIONS(699), + [anon_sym_LT_LT] = ACTIONS(709), + [anon_sym_GT_GT] = ACTIONS(709), + [anon_sym_PLUS_EQ] = ACTIONS(699), + [anon_sym_DASH_EQ] = ACTIONS(699), + [anon_sym_STAR_EQ] = ACTIONS(699), + [anon_sym_SLASH_EQ] = ACTIONS(699), + [anon_sym_PERCENT_EQ] = ACTIONS(699), + [anon_sym_CARET_EQ] = ACTIONS(699), + [anon_sym_AMP_EQ] = ACTIONS(699), + [anon_sym_PIPE_EQ] = ACTIONS(699), + [anon_sym_LT_LT_EQ] = ACTIONS(699), + [anon_sym_GT_GT_EQ] = ACTIONS(699), + [anon_sym_EQ] = ACTIONS(709), + [anon_sym_EQ_EQ] = ACTIONS(699), + [anon_sym_BANG_EQ] = ACTIONS(699), + [anon_sym_GT] = ACTIONS(709), + [anon_sym_LT] = ACTIONS(709), + [anon_sym_GT_EQ] = ACTIONS(699), + [anon_sym_LT_EQ] = ACTIONS(699), + [anon_sym_AT] = ACTIONS(699), + [anon_sym__] = ACTIONS(709), + [anon_sym_DOT] = ACTIONS(709), + [anon_sym_DOT_DOT] = ACTIONS(709), + [anon_sym_DOT_DOT_DOT] = ACTIONS(699), + [anon_sym_DOT_DOT_EQ] = ACTIONS(699), + [anon_sym_COMMA] = ACTIONS(699), + [anon_sym_COLON_COLON] = ACTIONS(699), + [anon_sym_DASH_GT] = ACTIONS(699), + [anon_sym_POUND] = ACTIONS(699), + [anon_sym_SQUOTE] = ACTIONS(1022), + [anon_sym_as] = ACTIONS(1022), + [anon_sym_async] = ACTIONS(1022), + [anon_sym_await] = ACTIONS(1022), + [anon_sym_break] = ACTIONS(1022), + [anon_sym_const] = ACTIONS(1022), + [anon_sym_continue] = ACTIONS(1022), + [anon_sym_default] = ACTIONS(1022), + [anon_sym_enum] = ACTIONS(1022), + [anon_sym_fn] = ACTIONS(1022), + [anon_sym_for] = ACTIONS(1022), + [anon_sym_gen] = ACTIONS(1022), + [anon_sym_if] = ACTIONS(1022), + [anon_sym_impl] = ACTIONS(1022), + [anon_sym_let] = ACTIONS(1022), + [anon_sym_loop] = ACTIONS(1022), + [anon_sym_match] = ACTIONS(1022), + [anon_sym_mod] = ACTIONS(1022), + [anon_sym_pub] = ACTIONS(1022), + [anon_sym_return] = ACTIONS(1022), + [anon_sym_static] = ACTIONS(1022), + [anon_sym_struct] = ACTIONS(1022), + [anon_sym_trait] = ACTIONS(1022), + [anon_sym_type] = ACTIONS(1022), + [anon_sym_union] = ACTIONS(1022), + [anon_sym_unsafe] = ACTIONS(1022), + [anon_sym_use] = ACTIONS(1022), + [anon_sym_where] = ACTIONS(1022), + [anon_sym_while] = ACTIONS(1022), + [sym_mutable_specifier] = ACTIONS(1022), + [sym_integer_literal] = ACTIONS(1024), + [aux_sym_string_literal_token1] = ACTIONS(1024), + [sym_char_literal] = ACTIONS(1024), + [anon_sym_true] = ACTIONS(1022), + [anon_sym_false] = ACTIONS(1022), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1022), + [sym_super] = ACTIONS(1022), + [sym_crate] = ACTIONS(1022), + [sym__raw_string_literal_start] = ACTIONS(1024), + [sym_float_literal] = ACTIONS(1024), + }, + [STATE(196)] = { + [sym_line_comment] = STATE(196), + [sym_block_comment] = STATE(196), [sym_identifier] = ACTIONS(1026), [anon_sym_SEMI] = ACTIONS(1028), [anon_sym_LPAREN] = ACTIONS(1028), @@ -39807,238 +40108,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1028), [sym_float_literal] = ACTIONS(1028), }, - [STATE(195)] = { - [sym_attribute_item] = STATE(1060), - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1704), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), - [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(195), - [sym_block_comment] = STATE(195), - [aux_sym_enum_variant_list_repeat1] = STATE(200), - [sym_identifier] = ACTIONS(344), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(348), - [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(757), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(356), - [anon_sym_break] = ACTIONS(41), - [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(360), - [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(364), - [anon_sym_if] = ACTIONS(366), - [anon_sym_loop] = ACTIONS(368), - [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(71), - [anon_sym_static] = ACTIONS(372), - [anon_sym_union] = ACTIONS(360), - [anon_sym_unsafe] = ACTIONS(374), - [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(360), - [anon_sym_yield] = ACTIONS(93), - [anon_sym_move] = ACTIONS(95), - [anon_sym_try] = ACTIONS(378), - [sym_integer_literal] = ACTIONS(99), - [aux_sym_string_literal_token1] = ACTIONS(101), - [sym_char_literal] = ACTIONS(99), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(111), - [sym_super] = ACTIONS(113), - [sym_crate] = ACTIONS(113), - [sym_metavariable] = ACTIONS(117), - [sym__raw_string_literal_start] = ACTIONS(119), - [sym_float_literal] = ACTIONS(99), - }, - [STATE(196)] = { - [sym_attribute_item] = STATE(1060), - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1667), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), - [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(196), - [sym_block_comment] = STATE(196), - [aux_sym_enum_variant_list_repeat1] = STATE(1058), - [sym_identifier] = ACTIONS(344), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(348), - [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(757), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(356), - [anon_sym_break] = ACTIONS(41), - [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(360), - [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(364), - [anon_sym_if] = ACTIONS(366), - [anon_sym_loop] = ACTIONS(368), - [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(71), - [anon_sym_static] = ACTIONS(372), - [anon_sym_union] = ACTIONS(360), - [anon_sym_unsafe] = ACTIONS(374), - [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(360), - [anon_sym_yield] = ACTIONS(93), - [anon_sym_move] = ACTIONS(95), - [anon_sym_try] = ACTIONS(378), - [sym_integer_literal] = ACTIONS(99), - [aux_sym_string_literal_token1] = ACTIONS(101), - [sym_char_literal] = ACTIONS(99), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(111), - [sym_super] = ACTIONS(113), - [sym_crate] = ACTIONS(113), - [sym_metavariable] = ACTIONS(117), - [sym__raw_string_literal_start] = ACTIONS(119), - [sym_float_literal] = ACTIONS(99), - }, [STATE(197)] = { [sym_line_comment] = STATE(197), [sym_block_comment] = STATE(197), @@ -40156,57 +40225,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(1032), }, [STATE(198)] = { - [sym_attribute_item] = STATE(1060), - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1973), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [sym_attribute_item] = STATE(1061), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1719), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(198), [sym_block_comment] = STATE(198), - [aux_sym_enum_variant_list_repeat1] = STATE(1058), + [aux_sym_enum_variant_list_repeat1] = STATE(1059), [sym_identifier] = ACTIONS(344), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -40272,240 +40341,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(99), }, [STATE(199)] = { - [sym_attribute_item] = STATE(1060), - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1680), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), - [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), [sym_line_comment] = STATE(199), [sym_block_comment] = STATE(199), - [aux_sym_enum_variant_list_repeat1] = STATE(1058), - [sym_identifier] = ACTIONS(344), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(348), - [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(757), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(356), - [anon_sym_break] = ACTIONS(41), - [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(360), - [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(364), - [anon_sym_if] = ACTIONS(366), - [anon_sym_loop] = ACTIONS(368), - [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(71), - [anon_sym_static] = ACTIONS(372), - [anon_sym_union] = ACTIONS(360), - [anon_sym_unsafe] = ACTIONS(374), - [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(360), - [anon_sym_yield] = ACTIONS(93), - [anon_sym_move] = ACTIONS(95), - [anon_sym_try] = ACTIONS(378), - [sym_integer_literal] = ACTIONS(99), - [aux_sym_string_literal_token1] = ACTIONS(101), - [sym_char_literal] = ACTIONS(99), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(111), - [sym_super] = ACTIONS(113), - [sym_crate] = ACTIONS(113), - [sym_metavariable] = ACTIONS(117), - [sym__raw_string_literal_start] = ACTIONS(119), - [sym_float_literal] = ACTIONS(99), - }, - [STATE(200)] = { - [sym_attribute_item] = STATE(1060), - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1714), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), - [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(200), - [sym_block_comment] = STATE(200), - [aux_sym_enum_variant_list_repeat1] = STATE(1058), - [sym_identifier] = ACTIONS(344), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(348), - [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(757), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(356), - [anon_sym_break] = ACTIONS(41), - [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(360), - [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(364), - [anon_sym_if] = ACTIONS(366), - [anon_sym_loop] = ACTIONS(368), - [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(71), - [anon_sym_static] = ACTIONS(372), - [anon_sym_union] = ACTIONS(360), - [anon_sym_unsafe] = ACTIONS(374), - [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(360), - [anon_sym_yield] = ACTIONS(93), - [anon_sym_move] = ACTIONS(95), - [anon_sym_try] = ACTIONS(378), - [sym_integer_literal] = ACTIONS(99), - [aux_sym_string_literal_token1] = ACTIONS(101), - [sym_char_literal] = ACTIONS(99), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(111), - [sym_super] = ACTIONS(113), - [sym_crate] = ACTIONS(113), - [sym_metavariable] = ACTIONS(117), - [sym__raw_string_literal_start] = ACTIONS(119), - [sym_float_literal] = ACTIONS(99), - }, - [STATE(201)] = { - [sym_line_comment] = STATE(201), - [sym_block_comment] = STATE(201), [sym_identifier] = ACTIONS(1034), [anon_sym_SEMI] = ACTIONS(1036), [anon_sym_LPAREN] = ACTIONS(1036), @@ -40619,9 +40456,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1036), [sym_float_literal] = ACTIONS(1036), }, - [STATE(202)] = { - [sym_line_comment] = STATE(202), - [sym_block_comment] = STATE(202), + [STATE(200)] = { + [sym_line_comment] = STATE(200), + [sym_block_comment] = STATE(200), [sym_identifier] = ACTIONS(1038), [anon_sym_SEMI] = ACTIONS(1040), [anon_sym_LPAREN] = ACTIONS(1040), @@ -40735,9 +40572,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1040), [sym_float_literal] = ACTIONS(1040), }, - [STATE(203)] = { - [sym_line_comment] = STATE(203), - [sym_block_comment] = STATE(203), + [STATE(201)] = { + [sym_line_comment] = STATE(201), + [sym_block_comment] = STATE(201), [sym_identifier] = ACTIONS(1042), [anon_sym_SEMI] = ACTIONS(1044), [anon_sym_LPAREN] = ACTIONS(1044), @@ -40851,633 +40688,1097 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1044), [sym_float_literal] = ACTIONS(1044), }, + [STATE(202)] = { + [sym_line_comment] = STATE(202), + [sym_block_comment] = STATE(202), + [sym_identifier] = ACTIONS(916), + [anon_sym_SEMI] = ACTIONS(918), + [anon_sym_LPAREN] = ACTIONS(918), + [anon_sym_RPAREN] = ACTIONS(918), + [anon_sym_LBRACK] = ACTIONS(918), + [anon_sym_RBRACK] = ACTIONS(918), + [anon_sym_LBRACE] = ACTIONS(918), + [anon_sym_RBRACE] = ACTIONS(918), + [anon_sym_EQ_GT] = ACTIONS(918), + [anon_sym_COLON] = ACTIONS(916), + [anon_sym_DOLLAR] = ACTIONS(916), + [anon_sym_PLUS] = ACTIONS(916), + [anon_sym_STAR] = ACTIONS(916), + [anon_sym_QMARK] = ACTIONS(918), + [anon_sym_u8] = ACTIONS(916), + [anon_sym_i8] = ACTIONS(916), + [anon_sym_u16] = ACTIONS(916), + [anon_sym_i16] = ACTIONS(916), + [anon_sym_u32] = ACTIONS(916), + [anon_sym_i32] = ACTIONS(916), + [anon_sym_u64] = ACTIONS(916), + [anon_sym_i64] = ACTIONS(916), + [anon_sym_u128] = ACTIONS(916), + [anon_sym_i128] = ACTIONS(916), + [anon_sym_isize] = ACTIONS(916), + [anon_sym_usize] = ACTIONS(916), + [anon_sym_f32] = ACTIONS(916), + [anon_sym_f64] = ACTIONS(916), + [anon_sym_bool] = ACTIONS(916), + [anon_sym_str] = ACTIONS(916), + [anon_sym_char] = ACTIONS(916), + [anon_sym_DASH] = ACTIONS(916), + [anon_sym_SLASH] = ACTIONS(916), + [anon_sym_PERCENT] = ACTIONS(916), + [anon_sym_CARET] = ACTIONS(916), + [anon_sym_BANG] = ACTIONS(916), + [anon_sym_AMP] = ACTIONS(916), + [anon_sym_PIPE] = ACTIONS(916), + [anon_sym_AMP_AMP] = ACTIONS(918), + [anon_sym_PIPE_PIPE] = ACTIONS(918), + [anon_sym_LT_LT] = ACTIONS(916), + [anon_sym_GT_GT] = ACTIONS(916), + [anon_sym_PLUS_EQ] = ACTIONS(918), + [anon_sym_DASH_EQ] = ACTIONS(918), + [anon_sym_STAR_EQ] = ACTIONS(918), + [anon_sym_SLASH_EQ] = ACTIONS(918), + [anon_sym_PERCENT_EQ] = ACTIONS(918), + [anon_sym_CARET_EQ] = ACTIONS(918), + [anon_sym_AMP_EQ] = ACTIONS(918), + [anon_sym_PIPE_EQ] = ACTIONS(918), + [anon_sym_LT_LT_EQ] = ACTIONS(918), + [anon_sym_GT_GT_EQ] = ACTIONS(918), + [anon_sym_EQ] = ACTIONS(916), + [anon_sym_EQ_EQ] = ACTIONS(918), + [anon_sym_BANG_EQ] = ACTIONS(918), + [anon_sym_GT] = ACTIONS(916), + [anon_sym_LT] = ACTIONS(916), + [anon_sym_GT_EQ] = ACTIONS(918), + [anon_sym_LT_EQ] = ACTIONS(918), + [anon_sym_AT] = ACTIONS(918), + [anon_sym__] = ACTIONS(916), + [anon_sym_DOT] = ACTIONS(916), + [anon_sym_DOT_DOT] = ACTIONS(916), + [anon_sym_DOT_DOT_DOT] = ACTIONS(918), + [anon_sym_DOT_DOT_EQ] = ACTIONS(918), + [anon_sym_COMMA] = ACTIONS(918), + [anon_sym_COLON_COLON] = ACTIONS(918), + [anon_sym_DASH_GT] = ACTIONS(918), + [anon_sym_POUND] = ACTIONS(918), + [anon_sym_SQUOTE] = ACTIONS(916), + [anon_sym_as] = ACTIONS(916), + [anon_sym_async] = ACTIONS(916), + [anon_sym_await] = ACTIONS(916), + [anon_sym_break] = ACTIONS(916), + [anon_sym_const] = ACTIONS(916), + [anon_sym_continue] = ACTIONS(916), + [anon_sym_default] = ACTIONS(916), + [anon_sym_enum] = ACTIONS(916), + [anon_sym_fn] = ACTIONS(916), + [anon_sym_for] = ACTIONS(916), + [anon_sym_gen] = ACTIONS(916), + [anon_sym_if] = ACTIONS(916), + [anon_sym_impl] = ACTIONS(916), + [anon_sym_let] = ACTIONS(916), + [anon_sym_loop] = ACTIONS(916), + [anon_sym_match] = ACTIONS(916), + [anon_sym_mod] = ACTIONS(916), + [anon_sym_pub] = ACTIONS(916), + [anon_sym_return] = ACTIONS(916), + [anon_sym_static] = ACTIONS(916), + [anon_sym_struct] = ACTIONS(916), + [anon_sym_trait] = ACTIONS(916), + [anon_sym_type] = ACTIONS(916), + [anon_sym_union] = ACTIONS(916), + [anon_sym_unsafe] = ACTIONS(916), + [anon_sym_use] = ACTIONS(916), + [anon_sym_where] = ACTIONS(916), + [anon_sym_while] = ACTIONS(916), + [sym_mutable_specifier] = ACTIONS(916), + [sym_integer_literal] = ACTIONS(918), + [aux_sym_string_literal_token1] = ACTIONS(918), + [sym_char_literal] = ACTIONS(918), + [anon_sym_true] = ACTIONS(916), + [anon_sym_false] = ACTIONS(916), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(916), + [sym_super] = ACTIONS(916), + [sym_crate] = ACTIONS(916), + [sym_metavariable] = ACTIONS(918), + [sym__raw_string_literal_start] = ACTIONS(918), + [sym_float_literal] = ACTIONS(918), + }, + [STATE(203)] = { + [sym_attribute_item] = STATE(1061), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1975), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), + [sym_label] = STATE(3711), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(203), + [sym_block_comment] = STATE(203), + [aux_sym_enum_variant_list_repeat1] = STATE(1059), + [sym_identifier] = ACTIONS(344), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(348), + [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(757), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(356), + [anon_sym_break] = ACTIONS(41), + [anon_sym_const] = ACTIONS(358), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(360), + [anon_sym_for] = ACTIONS(362), + [anon_sym_gen] = ACTIONS(364), + [anon_sym_if] = ACTIONS(366), + [anon_sym_loop] = ACTIONS(368), + [anon_sym_match] = ACTIONS(370), + [anon_sym_return] = ACTIONS(71), + [anon_sym_static] = ACTIONS(372), + [anon_sym_union] = ACTIONS(360), + [anon_sym_unsafe] = ACTIONS(374), + [anon_sym_while] = ACTIONS(376), + [anon_sym_raw] = ACTIONS(360), + [anon_sym_yield] = ACTIONS(93), + [anon_sym_move] = ACTIONS(95), + [anon_sym_try] = ACTIONS(378), + [sym_integer_literal] = ACTIONS(99), + [aux_sym_string_literal_token1] = ACTIONS(101), + [sym_char_literal] = ACTIONS(99), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(111), + [sym_super] = ACTIONS(113), + [sym_crate] = ACTIONS(113), + [sym_metavariable] = ACTIONS(117), + [sym__raw_string_literal_start] = ACTIONS(119), + [sym_float_literal] = ACTIONS(99), + }, [STATE(204)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1785), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(214), + [sym_label] = STATE(3711), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1557), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(204), [sym_block_comment] = STATE(204), - [sym_identifier] = ACTIONS(1046), - [anon_sym_SEMI] = ACTIONS(1048), - [anon_sym_LPAREN] = ACTIONS(1048), - [anon_sym_RPAREN] = ACTIONS(1048), - [anon_sym_LBRACK] = ACTIONS(1048), - [anon_sym_RBRACK] = ACTIONS(1048), - [anon_sym_LBRACE] = ACTIONS(1048), - [anon_sym_RBRACE] = ACTIONS(1048), - [anon_sym_EQ_GT] = ACTIONS(1048), - [anon_sym_COLON] = ACTIONS(1046), - [anon_sym_DOLLAR] = ACTIONS(1048), - [anon_sym_PLUS] = ACTIONS(1046), + [sym_identifier] = ACTIONS(470), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(348), [anon_sym_STAR] = ACTIONS(1046), - [anon_sym_QMARK] = ACTIONS(1048), - [anon_sym_u8] = ACTIONS(1046), - [anon_sym_i8] = ACTIONS(1046), - [anon_sym_u16] = ACTIONS(1046), - [anon_sym_i16] = ACTIONS(1046), - [anon_sym_u32] = ACTIONS(1046), - [anon_sym_i32] = ACTIONS(1046), - [anon_sym_u64] = ACTIONS(1046), - [anon_sym_i64] = ACTIONS(1046), - [anon_sym_u128] = ACTIONS(1046), - [anon_sym_i128] = ACTIONS(1046), - [anon_sym_isize] = ACTIONS(1046), - [anon_sym_usize] = ACTIONS(1046), - [anon_sym_f32] = ACTIONS(1046), - [anon_sym_f64] = ACTIONS(1046), - [anon_sym_bool] = ACTIONS(1046), - [anon_sym_str] = ACTIONS(1046), - [anon_sym_char] = ACTIONS(1046), - [anon_sym_DASH] = ACTIONS(1046), - [anon_sym_SLASH] = ACTIONS(1046), - [anon_sym_PERCENT] = ACTIONS(1046), - [anon_sym_CARET] = ACTIONS(1046), + [anon_sym_u8] = ACTIONS(472), + [anon_sym_i8] = ACTIONS(472), + [anon_sym_u16] = ACTIONS(472), + [anon_sym_i16] = ACTIONS(472), + [anon_sym_u32] = ACTIONS(472), + [anon_sym_i32] = ACTIONS(472), + [anon_sym_u64] = ACTIONS(472), + [anon_sym_i64] = ACTIONS(472), + [anon_sym_u128] = ACTIONS(472), + [anon_sym_i128] = ACTIONS(472), + [anon_sym_isize] = ACTIONS(472), + [anon_sym_usize] = ACTIONS(472), + [anon_sym_f32] = ACTIONS(472), + [anon_sym_f64] = ACTIONS(472), + [anon_sym_bool] = ACTIONS(472), + [anon_sym_str] = ACTIONS(472), + [anon_sym_char] = ACTIONS(472), + [anon_sym_DASH] = ACTIONS(502), [anon_sym_BANG] = ACTIONS(1046), - [anon_sym_AMP] = ACTIONS(1046), - [anon_sym_PIPE] = ACTIONS(1046), - [anon_sym_AMP_AMP] = ACTIONS(1048), - [anon_sym_PIPE_PIPE] = ACTIONS(1048), - [anon_sym_LT_LT] = ACTIONS(1046), - [anon_sym_GT_GT] = ACTIONS(1046), - [anon_sym_PLUS_EQ] = ACTIONS(1048), - [anon_sym_DASH_EQ] = ACTIONS(1048), - [anon_sym_STAR_EQ] = ACTIONS(1048), - [anon_sym_SLASH_EQ] = ACTIONS(1048), - [anon_sym_PERCENT_EQ] = ACTIONS(1048), - [anon_sym_CARET_EQ] = ACTIONS(1048), - [anon_sym_AMP_EQ] = ACTIONS(1048), - [anon_sym_PIPE_EQ] = ACTIONS(1048), - [anon_sym_LT_LT_EQ] = ACTIONS(1048), - [anon_sym_GT_GT_EQ] = ACTIONS(1048), - [anon_sym_EQ] = ACTIONS(1046), - [anon_sym_EQ_EQ] = ACTIONS(1048), - [anon_sym_BANG_EQ] = ACTIONS(1048), - [anon_sym_GT] = ACTIONS(1046), - [anon_sym_LT] = ACTIONS(1046), - [anon_sym_GT_EQ] = ACTIONS(1048), - [anon_sym_LT_EQ] = ACTIONS(1048), - [anon_sym_AT] = ACTIONS(1048), - [anon_sym__] = ACTIONS(1046), - [anon_sym_DOT] = ACTIONS(1046), - [anon_sym_DOT_DOT] = ACTIONS(1046), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1048), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1048), - [anon_sym_COMMA] = ACTIONS(1048), - [anon_sym_COLON_COLON] = ACTIONS(1048), - [anon_sym_DASH_GT] = ACTIONS(1048), - [anon_sym_POUND] = ACTIONS(1048), - [anon_sym_SQUOTE] = ACTIONS(1046), - [anon_sym_as] = ACTIONS(1046), - [anon_sym_async] = ACTIONS(1046), - [anon_sym_await] = ACTIONS(1046), - [anon_sym_break] = ACTIONS(1046), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_continue] = ACTIONS(1046), - [anon_sym_default] = ACTIONS(1046), - [anon_sym_enum] = ACTIONS(1046), - [anon_sym_fn] = ACTIONS(1046), - [anon_sym_for] = ACTIONS(1046), - [anon_sym_gen] = ACTIONS(1046), - [anon_sym_if] = ACTIONS(1046), - [anon_sym_impl] = ACTIONS(1046), - [anon_sym_let] = ACTIONS(1046), - [anon_sym_loop] = ACTIONS(1046), - [anon_sym_match] = ACTIONS(1046), - [anon_sym_mod] = ACTIONS(1046), - [anon_sym_pub] = ACTIONS(1046), - [anon_sym_return] = ACTIONS(1046), - [anon_sym_static] = ACTIONS(1046), - [anon_sym_struct] = ACTIONS(1046), - [anon_sym_trait] = ACTIONS(1046), - [anon_sym_type] = ACTIONS(1046), - [anon_sym_union] = ACTIONS(1046), - [anon_sym_unsafe] = ACTIONS(1046), - [anon_sym_use] = ACTIONS(1046), - [anon_sym_where] = ACTIONS(1046), - [anon_sym_while] = ACTIONS(1046), - [sym_mutable_specifier] = ACTIONS(1046), - [sym_integer_literal] = ACTIONS(1048), - [aux_sym_string_literal_token1] = ACTIONS(1048), - [sym_char_literal] = ACTIONS(1048), - [anon_sym_true] = ACTIONS(1046), - [anon_sym_false] = ACTIONS(1046), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1046), - [sym_super] = ACTIONS(1046), - [sym_crate] = ACTIONS(1046), - [sym__raw_string_literal_start] = ACTIONS(1048), - [sym_float_literal] = ACTIONS(1048), + [anon_sym_AMP] = ACTIONS(1048), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1050), + [anon_sym_DOT_DOT] = ACTIONS(1052), + [anon_sym_COLON_COLON] = ACTIONS(476), + [anon_sym_DASH_GT] = ACTIONS(1054), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(504), + [anon_sym_break] = ACTIONS(506), + [anon_sym_const] = ACTIONS(358), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(484), + [anon_sym_for] = ACTIONS(362), + [anon_sym_gen] = ACTIONS(508), + [anon_sym_if] = ACTIONS(366), + [anon_sym_loop] = ACTIONS(368), + [anon_sym_match] = ACTIONS(370), + [anon_sym_return] = ACTIONS(510), + [anon_sym_static] = ACTIONS(512), + [anon_sym_union] = ACTIONS(484), + [anon_sym_unsafe] = ACTIONS(374), + [anon_sym_while] = ACTIONS(376), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(514), + [anon_sym_move] = ACTIONS(516), + [anon_sym_try] = ACTIONS(378), + [sym_integer_literal] = ACTIONS(99), + [aux_sym_string_literal_token1] = ACTIONS(101), + [sym_char_literal] = ACTIONS(99), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), + [sym__raw_string_literal_start] = ACTIONS(119), + [sym_float_literal] = ACTIONS(99), }, [STATE(205)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1709), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(236), + [sym_label] = STATE(3711), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1557), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(205), [sym_block_comment] = STATE(205), - [sym_identifier] = ACTIONS(1050), - [anon_sym_SEMI] = ACTIONS(1052), - [anon_sym_LPAREN] = ACTIONS(1052), - [anon_sym_RPAREN] = ACTIONS(1052), - [anon_sym_LBRACK] = ACTIONS(1052), - [anon_sym_RBRACK] = ACTIONS(1052), - [anon_sym_LBRACE] = ACTIONS(1052), - [anon_sym_RBRACE] = ACTIONS(1052), - [anon_sym_EQ_GT] = ACTIONS(1052), - [anon_sym_COLON] = ACTIONS(1050), - [anon_sym_DOLLAR] = ACTIONS(1052), - [anon_sym_PLUS] = ACTIONS(1050), - [anon_sym_STAR] = ACTIONS(1050), - [anon_sym_QMARK] = ACTIONS(1052), - [anon_sym_u8] = ACTIONS(1050), - [anon_sym_i8] = ACTIONS(1050), - [anon_sym_u16] = ACTIONS(1050), - [anon_sym_i16] = ACTIONS(1050), - [anon_sym_u32] = ACTIONS(1050), - [anon_sym_i32] = ACTIONS(1050), - [anon_sym_u64] = ACTIONS(1050), - [anon_sym_i64] = ACTIONS(1050), - [anon_sym_u128] = ACTIONS(1050), - [anon_sym_i128] = ACTIONS(1050), - [anon_sym_isize] = ACTIONS(1050), - [anon_sym_usize] = ACTIONS(1050), - [anon_sym_f32] = ACTIONS(1050), - [anon_sym_f64] = ACTIONS(1050), - [anon_sym_bool] = ACTIONS(1050), - [anon_sym_str] = ACTIONS(1050), - [anon_sym_char] = ACTIONS(1050), - [anon_sym_DASH] = ACTIONS(1050), - [anon_sym_SLASH] = ACTIONS(1050), - [anon_sym_PERCENT] = ACTIONS(1050), - [anon_sym_CARET] = ACTIONS(1050), - [anon_sym_BANG] = ACTIONS(1050), - [anon_sym_AMP] = ACTIONS(1050), - [anon_sym_PIPE] = ACTIONS(1050), - [anon_sym_AMP_AMP] = ACTIONS(1052), - [anon_sym_PIPE_PIPE] = ACTIONS(1052), - [anon_sym_LT_LT] = ACTIONS(1050), - [anon_sym_GT_GT] = ACTIONS(1050), - [anon_sym_PLUS_EQ] = ACTIONS(1052), - [anon_sym_DASH_EQ] = ACTIONS(1052), - [anon_sym_STAR_EQ] = ACTIONS(1052), - [anon_sym_SLASH_EQ] = ACTIONS(1052), - [anon_sym_PERCENT_EQ] = ACTIONS(1052), - [anon_sym_CARET_EQ] = ACTIONS(1052), - [anon_sym_AMP_EQ] = ACTIONS(1052), - [anon_sym_PIPE_EQ] = ACTIONS(1052), - [anon_sym_LT_LT_EQ] = ACTIONS(1052), - [anon_sym_GT_GT_EQ] = ACTIONS(1052), - [anon_sym_EQ] = ACTIONS(1050), - [anon_sym_EQ_EQ] = ACTIONS(1052), - [anon_sym_BANG_EQ] = ACTIONS(1052), - [anon_sym_GT] = ACTIONS(1050), - [anon_sym_LT] = ACTIONS(1050), - [anon_sym_GT_EQ] = ACTIONS(1052), - [anon_sym_LT_EQ] = ACTIONS(1052), - [anon_sym_AT] = ACTIONS(1052), + [sym_identifier] = ACTIONS(470), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(348), + [anon_sym_STAR] = ACTIONS(892), + [anon_sym_u8] = ACTIONS(472), + [anon_sym_i8] = ACTIONS(472), + [anon_sym_u16] = ACTIONS(472), + [anon_sym_i16] = ACTIONS(472), + [anon_sym_u32] = ACTIONS(472), + [anon_sym_i32] = ACTIONS(472), + [anon_sym_u64] = ACTIONS(472), + [anon_sym_i64] = ACTIONS(472), + [anon_sym_u128] = ACTIONS(472), + [anon_sym_i128] = ACTIONS(472), + [anon_sym_isize] = ACTIONS(472), + [anon_sym_usize] = ACTIONS(472), + [anon_sym_f32] = ACTIONS(472), + [anon_sym_f64] = ACTIONS(472), + [anon_sym_bool] = ACTIONS(472), + [anon_sym_str] = ACTIONS(472), + [anon_sym_char] = ACTIONS(472), + [anon_sym_DASH] = ACTIONS(474), + [anon_sym_BANG] = ACTIONS(892), + [anon_sym_AMP] = ACTIONS(894), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1050), - [anon_sym_DOT] = ACTIONS(1050), - [anon_sym_DOT_DOT] = ACTIONS(1050), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1052), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1052), - [anon_sym_COMMA] = ACTIONS(1052), - [anon_sym_COLON_COLON] = ACTIONS(1052), - [anon_sym_DASH_GT] = ACTIONS(1052), - [anon_sym_POUND] = ACTIONS(1052), - [anon_sym_SQUOTE] = ACTIONS(1050), - [anon_sym_as] = ACTIONS(1050), - [anon_sym_async] = ACTIONS(1050), - [anon_sym_await] = ACTIONS(1050), - [anon_sym_break] = ACTIONS(1050), - [anon_sym_const] = ACTIONS(1050), - [anon_sym_continue] = ACTIONS(1050), - [anon_sym_default] = ACTIONS(1050), - [anon_sym_enum] = ACTIONS(1050), - [anon_sym_fn] = ACTIONS(1050), - [anon_sym_for] = ACTIONS(1050), - [anon_sym_gen] = ACTIONS(1050), - [anon_sym_if] = ACTIONS(1050), - [anon_sym_impl] = ACTIONS(1050), - [anon_sym_let] = ACTIONS(1050), - [anon_sym_loop] = ACTIONS(1050), - [anon_sym_match] = ACTIONS(1050), - [anon_sym_mod] = ACTIONS(1050), - [anon_sym_pub] = ACTIONS(1050), - [anon_sym_return] = ACTIONS(1050), - [anon_sym_static] = ACTIONS(1050), - [anon_sym_struct] = ACTIONS(1050), - [anon_sym_trait] = ACTIONS(1050), - [anon_sym_type] = ACTIONS(1050), - [anon_sym_union] = ACTIONS(1050), - [anon_sym_unsafe] = ACTIONS(1050), - [anon_sym_use] = ACTIONS(1050), - [anon_sym_where] = ACTIONS(1050), - [anon_sym_while] = ACTIONS(1050), - [sym_mutable_specifier] = ACTIONS(1050), - [sym_integer_literal] = ACTIONS(1052), - [aux_sym_string_literal_token1] = ACTIONS(1052), - [sym_char_literal] = ACTIONS(1052), - [anon_sym_true] = ACTIONS(1050), - [anon_sym_false] = ACTIONS(1050), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1050), - [sym_super] = ACTIONS(1050), - [sym_crate] = ACTIONS(1050), - [sym__raw_string_literal_start] = ACTIONS(1052), - [sym_float_literal] = ACTIONS(1052), + [anon_sym_DOT_DOT] = ACTIONS(1056), + [anon_sym_COLON_COLON] = ACTIONS(476), + [anon_sym_DASH_GT] = ACTIONS(1054), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(478), + [anon_sym_break] = ACTIONS(480), + [anon_sym_const] = ACTIONS(358), + [anon_sym_continue] = ACTIONS(482), + [anon_sym_default] = ACTIONS(484), + [anon_sym_for] = ACTIONS(362), + [anon_sym_gen] = ACTIONS(486), + [anon_sym_if] = ACTIONS(366), + [anon_sym_loop] = ACTIONS(368), + [anon_sym_match] = ACTIONS(370), + [anon_sym_return] = ACTIONS(488), + [anon_sym_static] = ACTIONS(490), + [anon_sym_union] = ACTIONS(484), + [anon_sym_unsafe] = ACTIONS(374), + [anon_sym_while] = ACTIONS(376), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(492), + [anon_sym_move] = ACTIONS(494), + [anon_sym_try] = ACTIONS(378), + [sym_integer_literal] = ACTIONS(99), + [aux_sym_string_literal_token1] = ACTIONS(101), + [sym_char_literal] = ACTIONS(99), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), + [sym__raw_string_literal_start] = ACTIONS(119), + [sym_float_literal] = ACTIONS(99), }, [STATE(206)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1675), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(236), + [sym_label] = STATE(3711), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1476), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(206), [sym_block_comment] = STATE(206), - [sym_identifier] = ACTIONS(1054), - [anon_sym_SEMI] = ACTIONS(1056), - [anon_sym_LPAREN] = ACTIONS(1056), - [anon_sym_RPAREN] = ACTIONS(1056), - [anon_sym_LBRACK] = ACTIONS(1056), - [anon_sym_RBRACK] = ACTIONS(1056), - [anon_sym_LBRACE] = ACTIONS(1056), - [anon_sym_RBRACE] = ACTIONS(1056), - [anon_sym_EQ_GT] = ACTIONS(1056), - [anon_sym_COLON] = ACTIONS(1054), - [anon_sym_DOLLAR] = ACTIONS(1056), - [anon_sym_PLUS] = ACTIONS(1054), - [anon_sym_STAR] = ACTIONS(1054), - [anon_sym_QMARK] = ACTIONS(1056), - [anon_sym_u8] = ACTIONS(1054), - [anon_sym_i8] = ACTIONS(1054), - [anon_sym_u16] = ACTIONS(1054), - [anon_sym_i16] = ACTIONS(1054), - [anon_sym_u32] = ACTIONS(1054), - [anon_sym_i32] = ACTIONS(1054), - [anon_sym_u64] = ACTIONS(1054), - [anon_sym_i64] = ACTIONS(1054), - [anon_sym_u128] = ACTIONS(1054), - [anon_sym_i128] = ACTIONS(1054), - [anon_sym_isize] = ACTIONS(1054), - [anon_sym_usize] = ACTIONS(1054), - [anon_sym_f32] = ACTIONS(1054), - [anon_sym_f64] = ACTIONS(1054), - [anon_sym_bool] = ACTIONS(1054), - [anon_sym_str] = ACTIONS(1054), - [anon_sym_char] = ACTIONS(1054), - [anon_sym_DASH] = ACTIONS(1054), - [anon_sym_SLASH] = ACTIONS(1054), - [anon_sym_PERCENT] = ACTIONS(1054), - [anon_sym_CARET] = ACTIONS(1054), - [anon_sym_BANG] = ACTIONS(1054), - [anon_sym_AMP] = ACTIONS(1054), - [anon_sym_PIPE] = ACTIONS(1054), - [anon_sym_AMP_AMP] = ACTIONS(1056), - [anon_sym_PIPE_PIPE] = ACTIONS(1056), - [anon_sym_LT_LT] = ACTIONS(1054), - [anon_sym_GT_GT] = ACTIONS(1054), - [anon_sym_PLUS_EQ] = ACTIONS(1056), - [anon_sym_DASH_EQ] = ACTIONS(1056), - [anon_sym_STAR_EQ] = ACTIONS(1056), - [anon_sym_SLASH_EQ] = ACTIONS(1056), - [anon_sym_PERCENT_EQ] = ACTIONS(1056), - [anon_sym_CARET_EQ] = ACTIONS(1056), - [anon_sym_AMP_EQ] = ACTIONS(1056), - [anon_sym_PIPE_EQ] = ACTIONS(1056), - [anon_sym_LT_LT_EQ] = ACTIONS(1056), - [anon_sym_GT_GT_EQ] = ACTIONS(1056), - [anon_sym_EQ] = ACTIONS(1054), - [anon_sym_EQ_EQ] = ACTIONS(1056), - [anon_sym_BANG_EQ] = ACTIONS(1056), - [anon_sym_GT] = ACTIONS(1054), - [anon_sym_LT] = ACTIONS(1054), - [anon_sym_GT_EQ] = ACTIONS(1056), - [anon_sym_LT_EQ] = ACTIONS(1056), - [anon_sym_AT] = ACTIONS(1056), - [anon_sym__] = ACTIONS(1054), - [anon_sym_DOT] = ACTIONS(1054), - [anon_sym_DOT_DOT] = ACTIONS(1054), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1056), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1056), - [anon_sym_COMMA] = ACTIONS(1056), - [anon_sym_COLON_COLON] = ACTIONS(1056), - [anon_sym_DASH_GT] = ACTIONS(1056), - [anon_sym_POUND] = ACTIONS(1056), - [anon_sym_SQUOTE] = ACTIONS(1054), - [anon_sym_as] = ACTIONS(1054), - [anon_sym_async] = ACTIONS(1054), - [anon_sym_await] = ACTIONS(1054), - [anon_sym_break] = ACTIONS(1054), - [anon_sym_const] = ACTIONS(1054), - [anon_sym_continue] = ACTIONS(1054), - [anon_sym_default] = ACTIONS(1054), - [anon_sym_enum] = ACTIONS(1054), - [anon_sym_fn] = ACTIONS(1054), - [anon_sym_for] = ACTIONS(1054), - [anon_sym_gen] = ACTIONS(1054), - [anon_sym_if] = ACTIONS(1054), - [anon_sym_impl] = ACTIONS(1054), - [anon_sym_let] = ACTIONS(1054), - [anon_sym_loop] = ACTIONS(1054), - [anon_sym_match] = ACTIONS(1054), - [anon_sym_mod] = ACTIONS(1054), - [anon_sym_pub] = ACTIONS(1054), - [anon_sym_return] = ACTIONS(1054), - [anon_sym_static] = ACTIONS(1054), - [anon_sym_struct] = ACTIONS(1054), - [anon_sym_trait] = ACTIONS(1054), - [anon_sym_type] = ACTIONS(1054), - [anon_sym_union] = ACTIONS(1054), - [anon_sym_unsafe] = ACTIONS(1054), - [anon_sym_use] = ACTIONS(1054), - [anon_sym_where] = ACTIONS(1054), - [anon_sym_while] = ACTIONS(1054), - [sym_mutable_specifier] = ACTIONS(1054), - [sym_integer_literal] = ACTIONS(1056), - [aux_sym_string_literal_token1] = ACTIONS(1056), - [sym_char_literal] = ACTIONS(1056), - [anon_sym_true] = ACTIONS(1054), - [anon_sym_false] = ACTIONS(1054), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1054), - [sym_super] = ACTIONS(1054), - [sym_crate] = ACTIONS(1054), - [sym__raw_string_literal_start] = ACTIONS(1056), - [sym_float_literal] = ACTIONS(1056), + [sym_identifier] = ACTIONS(470), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(348), + [anon_sym_STAR] = ACTIONS(892), + [anon_sym_u8] = ACTIONS(472), + [anon_sym_i8] = ACTIONS(472), + [anon_sym_u16] = ACTIONS(472), + [anon_sym_i16] = ACTIONS(472), + [anon_sym_u32] = ACTIONS(472), + [anon_sym_i32] = ACTIONS(472), + [anon_sym_u64] = ACTIONS(472), + [anon_sym_i64] = ACTIONS(472), + [anon_sym_u128] = ACTIONS(472), + [anon_sym_i128] = ACTIONS(472), + [anon_sym_isize] = ACTIONS(472), + [anon_sym_usize] = ACTIONS(472), + [anon_sym_f32] = ACTIONS(472), + [anon_sym_f64] = ACTIONS(472), + [anon_sym_bool] = ACTIONS(472), + [anon_sym_str] = ACTIONS(472), + [anon_sym_char] = ACTIONS(472), + [anon_sym_DASH] = ACTIONS(474), + [anon_sym_BANG] = ACTIONS(892), + [anon_sym_AMP] = ACTIONS(894), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1058), + [anon_sym_DOT_DOT] = ACTIONS(1056), + [anon_sym_COLON_COLON] = ACTIONS(476), + [anon_sym_DASH_GT] = ACTIONS(1060), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(478), + [anon_sym_break] = ACTIONS(480), + [anon_sym_const] = ACTIONS(358), + [anon_sym_continue] = ACTIONS(482), + [anon_sym_default] = ACTIONS(484), + [anon_sym_for] = ACTIONS(362), + [anon_sym_gen] = ACTIONS(486), + [anon_sym_if] = ACTIONS(366), + [anon_sym_loop] = ACTIONS(368), + [anon_sym_match] = ACTIONS(370), + [anon_sym_return] = ACTIONS(488), + [anon_sym_static] = ACTIONS(490), + [anon_sym_union] = ACTIONS(484), + [anon_sym_unsafe] = ACTIONS(374), + [anon_sym_while] = ACTIONS(376), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(492), + [anon_sym_move] = ACTIONS(494), + [anon_sym_try] = ACTIONS(378), + [sym_integer_literal] = ACTIONS(99), + [aux_sym_string_literal_token1] = ACTIONS(101), + [sym_char_literal] = ACTIONS(99), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), + [sym__raw_string_literal_start] = ACTIONS(119), + [sym_float_literal] = ACTIONS(99), }, [STATE(207)] = { - [sym_attribute_item] = STATE(424), - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_self_parameter] = STATE(3033), - [sym_variadic_parameter] = STATE(3033), - [sym_parameter] = STATE(3033), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2673), - [sym_bracketed_type] = STATE(3694), - [sym_lifetime] = STATE(3065), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3341), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(2582), - [sym_scoped_identifier] = STATE(2327), - [sym_scoped_type_identifier] = STATE(2197), - [sym_const_block] = STATE(2182), - [sym__pattern] = STATE(3276), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), + [sym_bracketed_type] = STATE(3670), + [sym_generic_function] = STATE(1761), + [sym_generic_type_with_turbofish] = STATE(3007), + [sym__expression_except_range] = STATE(1674), + [sym__expression] = STATE(1851), + [sym_macro_invocation] = STATE(1765), + [sym_scoped_identifier] = STATE(1630), + [sym_scoped_type_identifier_in_expression_position] = STATE(3431), + [sym_range_expression] = STATE(1763), + [sym_unary_expression] = STATE(1761), + [sym_try_expression] = STATE(1761), + [sym_reference_expression] = STATE(1761), + [sym_binary_expression] = STATE(1761), + [sym_assignment_expression] = STATE(1761), + [sym_compound_assignment_expr] = STATE(1761), + [sym_type_cast_expression] = STATE(1761), + [sym_return_expression] = STATE(1761), + [sym_yield_expression] = STATE(1761), + [sym_call_expression] = STATE(1761), + [sym_array_expression] = STATE(1761), + [sym_parenthesized_expression] = STATE(1761), + [sym_tuple_expression] = STATE(1761), + [sym_unit_expression] = STATE(1761), + [sym_struct_expression] = STATE(1761), + [sym_if_expression] = STATE(1761), + [sym_let_condition] = STATE(2839), + [sym_match_expression] = STATE(1761), + [sym_while_expression] = STATE(1761), + [sym_loop_expression] = STATE(1761), + [sym_for_expression] = STATE(1761), + [sym_const_block] = STATE(1761), + [sym_closure_expression] = STATE(1761), + [sym_closure_parameters] = STATE(231), + [sym_label] = STATE(3777), + [sym_break_expression] = STATE(1761), + [sym_continue_expression] = STATE(1761), + [sym_index_expression] = STATE(1761), + [sym_await_expression] = STATE(1761), + [sym_field_expression] = STATE(1720), + [sym_unsafe_block] = STATE(1761), + [sym_async_block] = STATE(1761), + [sym_gen_block] = STATE(1761), + [sym_try_block] = STATE(1761), + [sym_block] = STATE(1761), + [sym__literal] = STATE(1761), + [sym_string_literal] = STATE(1873), + [sym_raw_string_literal] = STATE(1873), + [sym_boolean_literal] = STATE(1873), [sym_line_comment] = STATE(207), [sym_block_comment] = STATE(207), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(1058), - [anon_sym_LPAREN] = ACTIONS(1060), - [anon_sym_RPAREN] = ACTIONS(1062), - [anon_sym_LBRACK] = ACTIONS(1064), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), - [anon_sym_u8] = ACTIONS(1070), - [anon_sym_i8] = ACTIONS(1070), - [anon_sym_u16] = ACTIONS(1070), - [anon_sym_i16] = ACTIONS(1070), - [anon_sym_u32] = ACTIONS(1070), - [anon_sym_i32] = ACTIONS(1070), - [anon_sym_u64] = ACTIONS(1070), - [anon_sym_i64] = ACTIONS(1070), - [anon_sym_u128] = ACTIONS(1070), - [anon_sym_i128] = ACTIONS(1070), - [anon_sym_isize] = ACTIONS(1070), - [anon_sym_usize] = ACTIONS(1070), - [anon_sym_f32] = ACTIONS(1070), - [anon_sym_f64] = ACTIONS(1070), - [anon_sym_bool] = ACTIONS(1070), - [anon_sym_str] = ACTIONS(1070), - [anon_sym_char] = ACTIONS(1070), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(1076), - [anon_sym_PIPE] = ACTIONS(1078), + [sym_identifier] = ACTIONS(410), + [anon_sym_LPAREN] = ACTIONS(518), + [anon_sym_LBRACK] = ACTIONS(520), + [anon_sym_LBRACE] = ACTIONS(412), + [anon_sym_STAR] = ACTIONS(944), + [anon_sym_u8] = ACTIONS(416), + [anon_sym_i8] = ACTIONS(416), + [anon_sym_u16] = ACTIONS(416), + [anon_sym_i16] = ACTIONS(416), + [anon_sym_u32] = ACTIONS(416), + [anon_sym_i32] = ACTIONS(416), + [anon_sym_u64] = ACTIONS(416), + [anon_sym_i64] = ACTIONS(416), + [anon_sym_u128] = ACTIONS(416), + [anon_sym_i128] = ACTIONS(416), + [anon_sym_isize] = ACTIONS(416), + [anon_sym_usize] = ACTIONS(416), + [anon_sym_f32] = ACTIONS(416), + [anon_sym_f64] = ACTIONS(416), + [anon_sym_bool] = ACTIONS(416), + [anon_sym_str] = ACTIONS(416), + [anon_sym_char] = ACTIONS(416), + [anon_sym_DASH] = ACTIONS(944), + [anon_sym_BANG] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(946), + [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1080), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1084), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COMMA] = ACTIONS(1088), - [anon_sym_COLON_COLON] = ACTIONS(1090), - [anon_sym_POUND] = ACTIONS(1092), - [anon_sym_SQUOTE] = ACTIONS(1094), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1098), - [anon_sym_default] = ACTIONS(1100), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), - [anon_sym_gen] = ACTIONS(1106), - [anon_sym_impl] = ACTIONS(1108), - [anon_sym_union] = ACTIONS(1106), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_ref] = ACTIONS(1114), - [anon_sym_dyn] = ACTIONS(1116), - [sym_mutable_specifier] = ACTIONS(1118), - [anon_sym_raw] = ACTIONS(1106), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1126), - [sym_super] = ACTIONS(1128), - [sym_crate] = ACTIONS(1128), - [sym_metavariable] = ACTIONS(1130), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), + [anon_sym_DOT_DOT] = ACTIONS(1062), + [anon_sym_COLON_COLON] = ACTIONS(420), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(422), + [anon_sym_break] = ACTIONS(424), + [anon_sym_const] = ACTIONS(426), + [anon_sym_continue] = ACTIONS(428), + [anon_sym_default] = ACTIONS(430), + [anon_sym_for] = ACTIONS(432), + [anon_sym_gen] = ACTIONS(434), + [anon_sym_if] = ACTIONS(436), + [anon_sym_let] = ACTIONS(950), + [anon_sym_loop] = ACTIONS(438), + [anon_sym_match] = ACTIONS(440), + [anon_sym_return] = ACTIONS(442), + [anon_sym_static] = ACTIONS(444), + [anon_sym_union] = ACTIONS(430), + [anon_sym_unsafe] = ACTIONS(446), + [anon_sym_while] = ACTIONS(448), + [anon_sym_raw] = ACTIONS(430), + [anon_sym_yield] = ACTIONS(450), + [anon_sym_move] = ACTIONS(452), + [anon_sym_try] = ACTIONS(454), + [sym_integer_literal] = ACTIONS(456), + [aux_sym_string_literal_token1] = ACTIONS(458), + [sym_char_literal] = ACTIONS(456), + [anon_sym_true] = ACTIONS(460), + [anon_sym_false] = ACTIONS(460), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(462), + [sym_super] = ACTIONS(464), + [sym_crate] = ACTIONS(464), + [sym_metavariable] = ACTIONS(466), + [sym__raw_string_literal_start] = ACTIONS(468), + [sym_float_literal] = ACTIONS(456), }, [STATE(208)] = { + [sym_bracketed_type] = STATE(3670), + [sym_generic_function] = STATE(1761), + [sym_generic_type_with_turbofish] = STATE(3007), + [sym__expression_except_range] = STATE(1674), + [sym__expression] = STATE(1960), + [sym_macro_invocation] = STATE(1765), + [sym_scoped_identifier] = STATE(1630), + [sym_scoped_type_identifier_in_expression_position] = STATE(3431), + [sym_range_expression] = STATE(1763), + [sym_unary_expression] = STATE(1761), + [sym_try_expression] = STATE(1761), + [sym_reference_expression] = STATE(1761), + [sym_binary_expression] = STATE(1761), + [sym_assignment_expression] = STATE(1761), + [sym_compound_assignment_expr] = STATE(1761), + [sym_type_cast_expression] = STATE(1761), + [sym_return_expression] = STATE(1761), + [sym_yield_expression] = STATE(1761), + [sym_call_expression] = STATE(1761), + [sym_array_expression] = STATE(1761), + [sym_parenthesized_expression] = STATE(1761), + [sym_tuple_expression] = STATE(1761), + [sym_unit_expression] = STATE(1761), + [sym_struct_expression] = STATE(1761), + [sym_if_expression] = STATE(1761), + [sym_let_condition] = STATE(2839), + [sym_match_expression] = STATE(1761), + [sym_while_expression] = STATE(1761), + [sym_loop_expression] = STATE(1761), + [sym_for_expression] = STATE(1761), + [sym_const_block] = STATE(1761), + [sym_closure_expression] = STATE(1761), + [sym_closure_parameters] = STATE(231), + [sym_label] = STATE(3777), + [sym_break_expression] = STATE(1761), + [sym_continue_expression] = STATE(1761), + [sym_index_expression] = STATE(1761), + [sym_await_expression] = STATE(1761), + [sym_field_expression] = STATE(1720), + [sym_unsafe_block] = STATE(1761), + [sym_async_block] = STATE(1761), + [sym_gen_block] = STATE(1761), + [sym_try_block] = STATE(1761), + [sym_block] = STATE(1761), + [sym__literal] = STATE(1761), + [sym_string_literal] = STATE(1873), + [sym_raw_string_literal] = STATE(1873), + [sym_boolean_literal] = STATE(1873), [sym_line_comment] = STATE(208), [sym_block_comment] = STATE(208), - [sym_identifier] = ACTIONS(1134), - [anon_sym_SEMI] = ACTIONS(1136), - [anon_sym_LPAREN] = ACTIONS(1136), - [anon_sym_RPAREN] = ACTIONS(1136), - [anon_sym_LBRACK] = ACTIONS(1136), - [anon_sym_RBRACK] = ACTIONS(1136), - [anon_sym_LBRACE] = ACTIONS(1136), - [anon_sym_RBRACE] = ACTIONS(1136), - [anon_sym_EQ_GT] = ACTIONS(1136), - [anon_sym_COLON] = ACTIONS(1134), - [anon_sym_DOLLAR] = ACTIONS(1136), - [anon_sym_PLUS] = ACTIONS(1134), - [anon_sym_STAR] = ACTIONS(1134), - [anon_sym_QMARK] = ACTIONS(1136), - [anon_sym_u8] = ACTIONS(1134), - [anon_sym_i8] = ACTIONS(1134), - [anon_sym_u16] = ACTIONS(1134), - [anon_sym_i16] = ACTIONS(1134), - [anon_sym_u32] = ACTIONS(1134), - [anon_sym_i32] = ACTIONS(1134), - [anon_sym_u64] = ACTIONS(1134), - [anon_sym_i64] = ACTIONS(1134), - [anon_sym_u128] = ACTIONS(1134), - [anon_sym_i128] = ACTIONS(1134), - [anon_sym_isize] = ACTIONS(1134), - [anon_sym_usize] = ACTIONS(1134), - [anon_sym_f32] = ACTIONS(1134), - [anon_sym_f64] = ACTIONS(1134), - [anon_sym_bool] = ACTIONS(1134), - [anon_sym_str] = ACTIONS(1134), - [anon_sym_char] = ACTIONS(1134), - [anon_sym_DASH] = ACTIONS(1134), - [anon_sym_SLASH] = ACTIONS(1134), - [anon_sym_PERCENT] = ACTIONS(1134), - [anon_sym_CARET] = ACTIONS(1134), - [anon_sym_BANG] = ACTIONS(1134), - [anon_sym_AMP] = ACTIONS(1134), - [anon_sym_PIPE] = ACTIONS(1134), - [anon_sym_AMP_AMP] = ACTIONS(1136), - [anon_sym_PIPE_PIPE] = ACTIONS(1136), - [anon_sym_LT_LT] = ACTIONS(1134), - [anon_sym_GT_GT] = ACTIONS(1134), - [anon_sym_PLUS_EQ] = ACTIONS(1136), - [anon_sym_DASH_EQ] = ACTIONS(1136), - [anon_sym_STAR_EQ] = ACTIONS(1136), - [anon_sym_SLASH_EQ] = ACTIONS(1136), - [anon_sym_PERCENT_EQ] = ACTIONS(1136), - [anon_sym_CARET_EQ] = ACTIONS(1136), - [anon_sym_AMP_EQ] = ACTIONS(1136), - [anon_sym_PIPE_EQ] = ACTIONS(1136), - [anon_sym_LT_LT_EQ] = ACTIONS(1136), - [anon_sym_GT_GT_EQ] = ACTIONS(1136), - [anon_sym_EQ] = ACTIONS(1134), - [anon_sym_EQ_EQ] = ACTIONS(1136), - [anon_sym_BANG_EQ] = ACTIONS(1136), - [anon_sym_GT] = ACTIONS(1134), - [anon_sym_LT] = ACTIONS(1134), - [anon_sym_GT_EQ] = ACTIONS(1136), - [anon_sym_LT_EQ] = ACTIONS(1136), - [anon_sym_AT] = ACTIONS(1136), - [anon_sym__] = ACTIONS(1134), - [anon_sym_DOT] = ACTIONS(1134), - [anon_sym_DOT_DOT] = ACTIONS(1134), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1136), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1136), - [anon_sym_COMMA] = ACTIONS(1136), - [anon_sym_COLON_COLON] = ACTIONS(1136), - [anon_sym_DASH_GT] = ACTIONS(1136), - [anon_sym_POUND] = ACTIONS(1136), - [anon_sym_SQUOTE] = ACTIONS(1134), - [anon_sym_as] = ACTIONS(1134), - [anon_sym_async] = ACTIONS(1134), - [anon_sym_await] = ACTIONS(1134), - [anon_sym_break] = ACTIONS(1134), - [anon_sym_const] = ACTIONS(1134), - [anon_sym_continue] = ACTIONS(1134), - [anon_sym_default] = ACTIONS(1134), - [anon_sym_enum] = ACTIONS(1134), - [anon_sym_fn] = ACTIONS(1134), - [anon_sym_for] = ACTIONS(1134), - [anon_sym_gen] = ACTIONS(1134), - [anon_sym_if] = ACTIONS(1134), - [anon_sym_impl] = ACTIONS(1134), - [anon_sym_let] = ACTIONS(1134), - [anon_sym_loop] = ACTIONS(1134), - [anon_sym_match] = ACTIONS(1134), - [anon_sym_mod] = ACTIONS(1134), - [anon_sym_pub] = ACTIONS(1134), - [anon_sym_return] = ACTIONS(1134), - [anon_sym_static] = ACTIONS(1134), - [anon_sym_struct] = ACTIONS(1134), - [anon_sym_trait] = ACTIONS(1134), - [anon_sym_type] = ACTIONS(1134), - [anon_sym_union] = ACTIONS(1134), - [anon_sym_unsafe] = ACTIONS(1134), - [anon_sym_use] = ACTIONS(1134), - [anon_sym_where] = ACTIONS(1134), - [anon_sym_while] = ACTIONS(1134), - [sym_mutable_specifier] = ACTIONS(1134), - [sym_integer_literal] = ACTIONS(1136), - [aux_sym_string_literal_token1] = ACTIONS(1136), - [sym_char_literal] = ACTIONS(1136), - [anon_sym_true] = ACTIONS(1134), - [anon_sym_false] = ACTIONS(1134), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1134), - [sym_super] = ACTIONS(1134), - [sym_crate] = ACTIONS(1134), - [sym__raw_string_literal_start] = ACTIONS(1136), - [sym_float_literal] = ACTIONS(1136), + [sym_identifier] = ACTIONS(410), + [anon_sym_LPAREN] = ACTIONS(518), + [anon_sym_LBRACK] = ACTIONS(520), + [anon_sym_LBRACE] = ACTIONS(412), + [anon_sym_STAR] = ACTIONS(944), + [anon_sym_u8] = ACTIONS(416), + [anon_sym_i8] = ACTIONS(416), + [anon_sym_u16] = ACTIONS(416), + [anon_sym_i16] = ACTIONS(416), + [anon_sym_u32] = ACTIONS(416), + [anon_sym_i32] = ACTIONS(416), + [anon_sym_u64] = ACTIONS(416), + [anon_sym_i64] = ACTIONS(416), + [anon_sym_u128] = ACTIONS(416), + [anon_sym_i128] = ACTIONS(416), + [anon_sym_isize] = ACTIONS(416), + [anon_sym_usize] = ACTIONS(416), + [anon_sym_f32] = ACTIONS(416), + [anon_sym_f64] = ACTIONS(416), + [anon_sym_bool] = ACTIONS(416), + [anon_sym_str] = ACTIONS(416), + [anon_sym_char] = ACTIONS(416), + [anon_sym_DASH] = ACTIONS(944), + [anon_sym_BANG] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(946), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(948), + [anon_sym_COLON_COLON] = ACTIONS(420), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(422), + [anon_sym_break] = ACTIONS(424), + [anon_sym_const] = ACTIONS(426), + [anon_sym_continue] = ACTIONS(428), + [anon_sym_default] = ACTIONS(430), + [anon_sym_for] = ACTIONS(432), + [anon_sym_gen] = ACTIONS(434), + [anon_sym_if] = ACTIONS(436), + [anon_sym_let] = ACTIONS(950), + [anon_sym_loop] = ACTIONS(438), + [anon_sym_match] = ACTIONS(440), + [anon_sym_return] = ACTIONS(442), + [anon_sym_static] = ACTIONS(444), + [anon_sym_union] = ACTIONS(430), + [anon_sym_unsafe] = ACTIONS(446), + [anon_sym_while] = ACTIONS(448), + [anon_sym_raw] = ACTIONS(430), + [anon_sym_yield] = ACTIONS(450), + [anon_sym_move] = ACTIONS(452), + [anon_sym_try] = ACTIONS(454), + [sym_integer_literal] = ACTIONS(456), + [aux_sym_string_literal_token1] = ACTIONS(458), + [sym_char_literal] = ACTIONS(456), + [anon_sym_true] = ACTIONS(460), + [anon_sym_false] = ACTIONS(460), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(462), + [sym_super] = ACTIONS(464), + [sym_crate] = ACTIONS(464), + [sym_metavariable] = ACTIONS(466), + [sym__raw_string_literal_start] = ACTIONS(468), + [sym_float_literal] = ACTIONS(456), }, [STATE(209)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1585), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1769), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), + [sym_label] = STATE(3711), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(209), + [sym_block_comment] = STATE(209), + [aux_sym_tuple_expression_repeat1] = STATE(239), + [sym_identifier] = ACTIONS(344), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_RPAREN] = ACTIONS(1064), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(348), + [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(356), + [anon_sym_break] = ACTIONS(41), + [anon_sym_const] = ACTIONS(358), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(360), + [anon_sym_for] = ACTIONS(362), + [anon_sym_gen] = ACTIONS(364), + [anon_sym_if] = ACTIONS(366), + [anon_sym_loop] = ACTIONS(368), + [anon_sym_match] = ACTIONS(370), + [anon_sym_return] = ACTIONS(71), + [anon_sym_static] = ACTIONS(372), + [anon_sym_union] = ACTIONS(360), + [anon_sym_unsafe] = ACTIONS(374), + [anon_sym_while] = ACTIONS(376), + [anon_sym_raw] = ACTIONS(360), + [anon_sym_yield] = ACTIONS(93), + [anon_sym_move] = ACTIONS(95), + [anon_sym_try] = ACTIONS(378), + [sym_integer_literal] = ACTIONS(99), + [aux_sym_string_literal_token1] = ACTIONS(101), + [sym_char_literal] = ACTIONS(99), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(111), + [sym_super] = ACTIONS(113), + [sym_crate] = ACTIONS(113), + [sym_metavariable] = ACTIONS(117), + [sym__raw_string_literal_start] = ACTIONS(119), + [sym_float_literal] = ACTIONS(99), + }, + [STATE(210)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1687), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(236), + [sym_label] = STATE(3711), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1542), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(210), + [sym_block_comment] = STATE(210), + [sym_identifier] = ACTIONS(470), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(348), + [anon_sym_STAR] = ACTIONS(892), + [anon_sym_u8] = ACTIONS(472), + [anon_sym_i8] = ACTIONS(472), + [anon_sym_u16] = ACTIONS(472), + [anon_sym_i16] = ACTIONS(472), + [anon_sym_u32] = ACTIONS(472), + [anon_sym_i32] = ACTIONS(472), + [anon_sym_u64] = ACTIONS(472), + [anon_sym_i64] = ACTIONS(472), + [anon_sym_u128] = ACTIONS(472), + [anon_sym_i128] = ACTIONS(472), + [anon_sym_isize] = ACTIONS(472), + [anon_sym_usize] = ACTIONS(472), + [anon_sym_f32] = ACTIONS(472), + [anon_sym_f64] = ACTIONS(472), + [anon_sym_bool] = ACTIONS(472), + [anon_sym_str] = ACTIONS(472), + [anon_sym_char] = ACTIONS(472), + [anon_sym_DASH] = ACTIONS(474), + [anon_sym_BANG] = ACTIONS(892), + [anon_sym_AMP] = ACTIONS(894), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1066), + [anon_sym_DOT_DOT] = ACTIONS(1056), + [anon_sym_COLON_COLON] = ACTIONS(476), + [anon_sym_DASH_GT] = ACTIONS(1068), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(478), + [anon_sym_break] = ACTIONS(480), + [anon_sym_const] = ACTIONS(358), + [anon_sym_continue] = ACTIONS(482), + [anon_sym_default] = ACTIONS(484), + [anon_sym_for] = ACTIONS(362), + [anon_sym_gen] = ACTIONS(486), + [anon_sym_if] = ACTIONS(366), + [anon_sym_loop] = ACTIONS(368), + [anon_sym_match] = ACTIONS(370), + [anon_sym_return] = ACTIONS(488), + [anon_sym_static] = ACTIONS(490), + [anon_sym_union] = ACTIONS(484), + [anon_sym_unsafe] = ACTIONS(374), + [anon_sym_while] = ACTIONS(376), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(492), + [anon_sym_move] = ACTIONS(494), + [anon_sym_try] = ACTIONS(378), + [sym_integer_literal] = ACTIONS(99), + [aux_sym_string_literal_token1] = ACTIONS(101), + [sym_char_literal] = ACTIONS(99), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), + [sym__raw_string_literal_start] = ACTIONS(119), + [sym_float_literal] = ACTIONS(99), + }, + [STATE(211)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1769), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1435), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(209), - [sym_block_comment] = STATE(209), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(211), + [sym_block_comment] = STATE(211), + [aux_sym_tuple_expression_repeat1] = STATE(240), [sym_identifier] = ACTIONS(344), [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_RPAREN] = ACTIONS(1064), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), [anon_sym_STAR] = ACTIONS(21), @@ -41498,15 +41799,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(354), + [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(1138), - [anon_sym_DOT_DOT] = ACTIONS(1140), + [anon_sym_DOT_DOT] = ACTIONS(31), [anon_sym_COLON_COLON] = ACTIONS(33), - [anon_sym_DASH_GT] = ACTIONS(1142), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(356), [anon_sym_break] = ACTIONS(41), @@ -41541,61 +41840,291 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, - [STATE(210)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1697), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(210), + [STATE(212)] = { + [sym_line_comment] = STATE(212), + [sym_block_comment] = STATE(212), + [sym_identifier] = ACTIONS(974), + [anon_sym_SEMI] = ACTIONS(976), + [anon_sym_LPAREN] = ACTIONS(976), + [anon_sym_RPAREN] = ACTIONS(976), + [anon_sym_LBRACK] = ACTIONS(976), + [anon_sym_RBRACK] = ACTIONS(976), + [anon_sym_LBRACE] = ACTIONS(976), + [anon_sym_RBRACE] = ACTIONS(976), + [anon_sym_EQ_GT] = ACTIONS(976), + [anon_sym_COLON] = ACTIONS(974), + [anon_sym_DOLLAR] = ACTIONS(976), + [anon_sym_PLUS] = ACTIONS(974), + [anon_sym_STAR] = ACTIONS(974), + [anon_sym_QMARK] = ACTIONS(976), + [anon_sym_u8] = ACTIONS(974), + [anon_sym_i8] = ACTIONS(974), + [anon_sym_u16] = ACTIONS(974), + [anon_sym_i16] = ACTIONS(974), + [anon_sym_u32] = ACTIONS(974), + [anon_sym_i32] = ACTIONS(974), + [anon_sym_u64] = ACTIONS(974), + [anon_sym_i64] = ACTIONS(974), + [anon_sym_u128] = ACTIONS(974), + [anon_sym_i128] = ACTIONS(974), + [anon_sym_isize] = ACTIONS(974), + [anon_sym_usize] = ACTIONS(974), + [anon_sym_f32] = ACTIONS(974), + [anon_sym_f64] = ACTIONS(974), + [anon_sym_bool] = ACTIONS(974), + [anon_sym_str] = ACTIONS(974), + [anon_sym_char] = ACTIONS(974), + [anon_sym_DASH] = ACTIONS(974), + [anon_sym_SLASH] = ACTIONS(974), + [anon_sym_PERCENT] = ACTIONS(974), + [anon_sym_CARET] = ACTIONS(974), + [anon_sym_BANG] = ACTIONS(974), + [anon_sym_AMP] = ACTIONS(974), + [anon_sym_PIPE] = ACTIONS(974), + [anon_sym_AMP_AMP] = ACTIONS(976), + [anon_sym_PIPE_PIPE] = ACTIONS(976), + [anon_sym_LT_LT] = ACTIONS(974), + [anon_sym_GT_GT] = ACTIONS(974), + [anon_sym_PLUS_EQ] = ACTIONS(976), + [anon_sym_DASH_EQ] = ACTIONS(976), + [anon_sym_STAR_EQ] = ACTIONS(976), + [anon_sym_SLASH_EQ] = ACTIONS(976), + [anon_sym_PERCENT_EQ] = ACTIONS(976), + [anon_sym_CARET_EQ] = ACTIONS(976), + [anon_sym_AMP_EQ] = ACTIONS(976), + [anon_sym_PIPE_EQ] = ACTIONS(976), + [anon_sym_LT_LT_EQ] = ACTIONS(976), + [anon_sym_GT_GT_EQ] = ACTIONS(976), + [anon_sym_EQ] = ACTIONS(974), + [anon_sym_EQ_EQ] = ACTIONS(976), + [anon_sym_BANG_EQ] = ACTIONS(976), + [anon_sym_GT] = ACTIONS(974), + [anon_sym_LT] = ACTIONS(974), + [anon_sym_GT_EQ] = ACTIONS(976), + [anon_sym_LT_EQ] = ACTIONS(976), + [anon_sym_AT] = ACTIONS(976), + [anon_sym__] = ACTIONS(974), + [anon_sym_DOT] = ACTIONS(974), + [anon_sym_DOT_DOT] = ACTIONS(974), + [anon_sym_DOT_DOT_DOT] = ACTIONS(976), + [anon_sym_DOT_DOT_EQ] = ACTIONS(976), + [anon_sym_COMMA] = ACTIONS(976), + [anon_sym_COLON_COLON] = ACTIONS(976), + [anon_sym_DASH_GT] = ACTIONS(976), + [anon_sym_POUND] = ACTIONS(976), + [anon_sym_SQUOTE] = ACTIONS(974), + [anon_sym_as] = ACTIONS(974), + [anon_sym_async] = ACTIONS(974), + [anon_sym_await] = ACTIONS(974), + [anon_sym_break] = ACTIONS(974), + [anon_sym_const] = ACTIONS(974), + [anon_sym_continue] = ACTIONS(974), + [anon_sym_default] = ACTIONS(974), + [anon_sym_enum] = ACTIONS(974), + [anon_sym_fn] = ACTIONS(974), + [anon_sym_for] = ACTIONS(974), + [anon_sym_gen] = ACTIONS(974), + [anon_sym_if] = ACTIONS(974), + [anon_sym_impl] = ACTIONS(974), + [anon_sym_let] = ACTIONS(974), + [anon_sym_loop] = ACTIONS(974), + [anon_sym_match] = ACTIONS(974), + [anon_sym_mod] = ACTIONS(974), + [anon_sym_pub] = ACTIONS(974), + [anon_sym_return] = ACTIONS(974), + [anon_sym_static] = ACTIONS(974), + [anon_sym_struct] = ACTIONS(974), + [anon_sym_trait] = ACTIONS(974), + [anon_sym_type] = ACTIONS(974), + [anon_sym_union] = ACTIONS(974), + [anon_sym_unsafe] = ACTIONS(974), + [anon_sym_use] = ACTIONS(974), + [anon_sym_where] = ACTIONS(974), + [anon_sym_while] = ACTIONS(974), + [sym_mutable_specifier] = ACTIONS(974), + [sym_integer_literal] = ACTIONS(976), + [aux_sym_string_literal_token1] = ACTIONS(976), + [sym_char_literal] = ACTIONS(976), + [anon_sym_true] = ACTIONS(974), + [anon_sym_false] = ACTIONS(974), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(974), + [sym_super] = ACTIONS(974), + [sym_crate] = ACTIONS(974), + [sym__raw_string_literal_start] = ACTIONS(976), + [sym_float_literal] = ACTIONS(976), + }, + [STATE(213)] = { + [sym_line_comment] = STATE(213), + [sym_block_comment] = STATE(213), + [sym_identifier] = ACTIONS(994), + [anon_sym_SEMI] = ACTIONS(996), + [anon_sym_LPAREN] = ACTIONS(996), + [anon_sym_RPAREN] = ACTIONS(996), + [anon_sym_LBRACK] = ACTIONS(996), + [anon_sym_RBRACK] = ACTIONS(996), + [anon_sym_LBRACE] = ACTIONS(996), + [anon_sym_RBRACE] = ACTIONS(996), + [anon_sym_EQ_GT] = ACTIONS(996), + [anon_sym_COLON] = ACTIONS(994), + [anon_sym_DOLLAR] = ACTIONS(996), + [anon_sym_PLUS] = ACTIONS(994), + [anon_sym_STAR] = ACTIONS(994), + [anon_sym_QMARK] = ACTIONS(996), + [anon_sym_u8] = ACTIONS(994), + [anon_sym_i8] = ACTIONS(994), + [anon_sym_u16] = ACTIONS(994), + [anon_sym_i16] = ACTIONS(994), + [anon_sym_u32] = ACTIONS(994), + [anon_sym_i32] = ACTIONS(994), + [anon_sym_u64] = ACTIONS(994), + [anon_sym_i64] = ACTIONS(994), + [anon_sym_u128] = ACTIONS(994), + [anon_sym_i128] = ACTIONS(994), + [anon_sym_isize] = ACTIONS(994), + [anon_sym_usize] = ACTIONS(994), + [anon_sym_f32] = ACTIONS(994), + [anon_sym_f64] = ACTIONS(994), + [anon_sym_bool] = ACTIONS(994), + [anon_sym_str] = ACTIONS(994), + [anon_sym_char] = ACTIONS(994), + [anon_sym_DASH] = ACTIONS(994), + [anon_sym_SLASH] = ACTIONS(994), + [anon_sym_PERCENT] = ACTIONS(994), + [anon_sym_CARET] = ACTIONS(994), + [anon_sym_BANG] = ACTIONS(994), + [anon_sym_AMP] = ACTIONS(994), + [anon_sym_PIPE] = ACTIONS(994), + [anon_sym_AMP_AMP] = ACTIONS(996), + [anon_sym_PIPE_PIPE] = ACTIONS(996), + [anon_sym_LT_LT] = ACTIONS(994), + [anon_sym_GT_GT] = ACTIONS(994), + [anon_sym_PLUS_EQ] = ACTIONS(996), + [anon_sym_DASH_EQ] = ACTIONS(996), + [anon_sym_STAR_EQ] = ACTIONS(996), + [anon_sym_SLASH_EQ] = ACTIONS(996), + [anon_sym_PERCENT_EQ] = ACTIONS(996), + [anon_sym_CARET_EQ] = ACTIONS(996), + [anon_sym_AMP_EQ] = ACTIONS(996), + [anon_sym_PIPE_EQ] = ACTIONS(996), + [anon_sym_LT_LT_EQ] = ACTIONS(996), + [anon_sym_GT_GT_EQ] = ACTIONS(996), + [anon_sym_EQ] = ACTIONS(994), + [anon_sym_EQ_EQ] = ACTIONS(996), + [anon_sym_BANG_EQ] = ACTIONS(996), + [anon_sym_GT] = ACTIONS(994), + [anon_sym_LT] = ACTIONS(994), + [anon_sym_GT_EQ] = ACTIONS(996), + [anon_sym_LT_EQ] = ACTIONS(996), + [anon_sym_AT] = ACTIONS(996), + [anon_sym__] = ACTIONS(994), + [anon_sym_DOT] = ACTIONS(994), + [anon_sym_DOT_DOT] = ACTIONS(994), + [anon_sym_DOT_DOT_DOT] = ACTIONS(996), + [anon_sym_DOT_DOT_EQ] = ACTIONS(996), + [anon_sym_COMMA] = ACTIONS(996), + [anon_sym_COLON_COLON] = ACTIONS(996), + [anon_sym_DASH_GT] = ACTIONS(996), + [anon_sym_POUND] = ACTIONS(996), + [anon_sym_SQUOTE] = ACTIONS(994), + [anon_sym_as] = ACTIONS(994), + [anon_sym_async] = ACTIONS(994), + [anon_sym_await] = ACTIONS(994), + [anon_sym_break] = ACTIONS(994), + [anon_sym_const] = ACTIONS(994), + [anon_sym_continue] = ACTIONS(994), + [anon_sym_default] = ACTIONS(994), + [anon_sym_enum] = ACTIONS(994), + [anon_sym_fn] = ACTIONS(994), + [anon_sym_for] = ACTIONS(994), + [anon_sym_gen] = ACTIONS(994), + [anon_sym_if] = ACTIONS(994), + [anon_sym_impl] = ACTIONS(994), + [anon_sym_let] = ACTIONS(994), + [anon_sym_loop] = ACTIONS(994), + [anon_sym_match] = ACTIONS(994), + [anon_sym_mod] = ACTIONS(994), + [anon_sym_pub] = ACTIONS(994), + [anon_sym_return] = ACTIONS(994), + [anon_sym_static] = ACTIONS(994), + [anon_sym_struct] = ACTIONS(994), + [anon_sym_trait] = ACTIONS(994), + [anon_sym_type] = ACTIONS(994), + [anon_sym_union] = ACTIONS(994), + [anon_sym_unsafe] = ACTIONS(994), + [anon_sym_use] = ACTIONS(994), + [anon_sym_where] = ACTIONS(994), + [anon_sym_while] = ACTIONS(994), + [sym_mutable_specifier] = ACTIONS(994), + [sym_integer_literal] = ACTIONS(996), + [aux_sym_string_literal_token1] = ACTIONS(996), + [sym_char_literal] = ACTIONS(996), + [anon_sym_true] = ACTIONS(994), + [anon_sym_false] = ACTIONS(994), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(994), + [sym_super] = ACTIONS(994), + [sym_crate] = ACTIONS(994), + [sym__raw_string_literal_start] = ACTIONS(996), + [sym_float_literal] = ACTIONS(996), + }, + [STATE(214)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1776), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(214), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1435), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(210), - [sym_block_comment] = STATE(210), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1531), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(214), + [sym_block_comment] = STATE(214), [sym_identifier] = ACTIONS(470), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), - [anon_sym_STAR] = ACTIONS(894), + [anon_sym_STAR] = ACTIONS(1046), [anon_sym_u8] = ACTIONS(472), [anon_sym_i8] = ACTIONS(472), [anon_sym_u16] = ACTIONS(472), @@ -41613,34 +42142,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(472), [anon_sym_str] = ACTIONS(472), [anon_sym_char] = ACTIONS(472), - [anon_sym_DASH] = ACTIONS(510), - [anon_sym_BANG] = ACTIONS(894), - [anon_sym_AMP] = ACTIONS(896), + [anon_sym_DASH] = ACTIONS(502), + [anon_sym_BANG] = ACTIONS(1046), + [anon_sym_AMP] = ACTIONS(1048), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1138), - [anon_sym_DOT_DOT] = ACTIONS(1144), + [anon_sym__] = ACTIONS(1070), + [anon_sym_DOT_DOT] = ACTIONS(1052), [anon_sym_COLON_COLON] = ACTIONS(476), - [anon_sym_DASH_GT] = ACTIONS(1142), + [anon_sym_DASH_GT] = ACTIONS(1072), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(512), - [anon_sym_break] = ACTIONS(514), + [anon_sym_async] = ACTIONS(504), + [anon_sym_break] = ACTIONS(506), [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(516), - [anon_sym_default] = ACTIONS(482), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(484), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(518), + [anon_sym_gen] = ACTIONS(508), [anon_sym_if] = ACTIONS(366), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(520), - [anon_sym_static] = ACTIONS(522), - [anon_sym_union] = ACTIONS(482), + [anon_sym_return] = ACTIONS(510), + [anon_sym_static] = ACTIONS(512), + [anon_sym_union] = ACTIONS(484), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(524), - [anon_sym_move] = ACTIONS(526), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(514), + [anon_sym_move] = ACTIONS(516), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -41649,68 +42178,298 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, - [STATE(211)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1676), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(210), + [STATE(215)] = { + [sym_line_comment] = STATE(215), + [sym_block_comment] = STATE(215), + [sym_identifier] = ACTIONS(1006), + [anon_sym_SEMI] = ACTIONS(1008), + [anon_sym_LPAREN] = ACTIONS(1008), + [anon_sym_RPAREN] = ACTIONS(1008), + [anon_sym_LBRACK] = ACTIONS(1008), + [anon_sym_RBRACK] = ACTIONS(1008), + [anon_sym_LBRACE] = ACTIONS(1008), + [anon_sym_RBRACE] = ACTIONS(1008), + [anon_sym_EQ_GT] = ACTIONS(1008), + [anon_sym_COLON] = ACTIONS(1006), + [anon_sym_DOLLAR] = ACTIONS(1008), + [anon_sym_PLUS] = ACTIONS(1006), + [anon_sym_STAR] = ACTIONS(1006), + [anon_sym_QMARK] = ACTIONS(1008), + [anon_sym_u8] = ACTIONS(1006), + [anon_sym_i8] = ACTIONS(1006), + [anon_sym_u16] = ACTIONS(1006), + [anon_sym_i16] = ACTIONS(1006), + [anon_sym_u32] = ACTIONS(1006), + [anon_sym_i32] = ACTIONS(1006), + [anon_sym_u64] = ACTIONS(1006), + [anon_sym_i64] = ACTIONS(1006), + [anon_sym_u128] = ACTIONS(1006), + [anon_sym_i128] = ACTIONS(1006), + [anon_sym_isize] = ACTIONS(1006), + [anon_sym_usize] = ACTIONS(1006), + [anon_sym_f32] = ACTIONS(1006), + [anon_sym_f64] = ACTIONS(1006), + [anon_sym_bool] = ACTIONS(1006), + [anon_sym_str] = ACTIONS(1006), + [anon_sym_char] = ACTIONS(1006), + [anon_sym_DASH] = ACTIONS(1006), + [anon_sym_SLASH] = ACTIONS(1006), + [anon_sym_PERCENT] = ACTIONS(1006), + [anon_sym_CARET] = ACTIONS(1006), + [anon_sym_BANG] = ACTIONS(1006), + [anon_sym_AMP] = ACTIONS(1006), + [anon_sym_PIPE] = ACTIONS(1006), + [anon_sym_AMP_AMP] = ACTIONS(1008), + [anon_sym_PIPE_PIPE] = ACTIONS(1008), + [anon_sym_LT_LT] = ACTIONS(1006), + [anon_sym_GT_GT] = ACTIONS(1006), + [anon_sym_PLUS_EQ] = ACTIONS(1008), + [anon_sym_DASH_EQ] = ACTIONS(1008), + [anon_sym_STAR_EQ] = ACTIONS(1008), + [anon_sym_SLASH_EQ] = ACTIONS(1008), + [anon_sym_PERCENT_EQ] = ACTIONS(1008), + [anon_sym_CARET_EQ] = ACTIONS(1008), + [anon_sym_AMP_EQ] = ACTIONS(1008), + [anon_sym_PIPE_EQ] = ACTIONS(1008), + [anon_sym_LT_LT_EQ] = ACTIONS(1008), + [anon_sym_GT_GT_EQ] = ACTIONS(1008), + [anon_sym_EQ] = ACTIONS(1006), + [anon_sym_EQ_EQ] = ACTIONS(1008), + [anon_sym_BANG_EQ] = ACTIONS(1008), + [anon_sym_GT] = ACTIONS(1006), + [anon_sym_LT] = ACTIONS(1006), + [anon_sym_GT_EQ] = ACTIONS(1008), + [anon_sym_LT_EQ] = ACTIONS(1008), + [anon_sym_AT] = ACTIONS(1008), + [anon_sym__] = ACTIONS(1006), + [anon_sym_DOT] = ACTIONS(1006), + [anon_sym_DOT_DOT] = ACTIONS(1006), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1008), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1008), + [anon_sym_COMMA] = ACTIONS(1008), + [anon_sym_COLON_COLON] = ACTIONS(1008), + [anon_sym_DASH_GT] = ACTIONS(1008), + [anon_sym_POUND] = ACTIONS(1008), + [anon_sym_SQUOTE] = ACTIONS(1006), + [anon_sym_as] = ACTIONS(1006), + [anon_sym_async] = ACTIONS(1006), + [anon_sym_await] = ACTIONS(1006), + [anon_sym_break] = ACTIONS(1006), + [anon_sym_const] = ACTIONS(1006), + [anon_sym_continue] = ACTIONS(1006), + [anon_sym_default] = ACTIONS(1006), + [anon_sym_enum] = ACTIONS(1006), + [anon_sym_fn] = ACTIONS(1006), + [anon_sym_for] = ACTIONS(1006), + [anon_sym_gen] = ACTIONS(1006), + [anon_sym_if] = ACTIONS(1006), + [anon_sym_impl] = ACTIONS(1006), + [anon_sym_let] = ACTIONS(1006), + [anon_sym_loop] = ACTIONS(1006), + [anon_sym_match] = ACTIONS(1006), + [anon_sym_mod] = ACTIONS(1006), + [anon_sym_pub] = ACTIONS(1006), + [anon_sym_return] = ACTIONS(1006), + [anon_sym_static] = ACTIONS(1006), + [anon_sym_struct] = ACTIONS(1006), + [anon_sym_trait] = ACTIONS(1006), + [anon_sym_type] = ACTIONS(1006), + [anon_sym_union] = ACTIONS(1006), + [anon_sym_unsafe] = ACTIONS(1006), + [anon_sym_use] = ACTIONS(1006), + [anon_sym_where] = ACTIONS(1006), + [anon_sym_while] = ACTIONS(1006), + [sym_mutable_specifier] = ACTIONS(1006), + [sym_integer_literal] = ACTIONS(1008), + [aux_sym_string_literal_token1] = ACTIONS(1008), + [sym_char_literal] = ACTIONS(1008), + [anon_sym_true] = ACTIONS(1006), + [anon_sym_false] = ACTIONS(1006), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1006), + [sym_super] = ACTIONS(1006), + [sym_crate] = ACTIONS(1006), + [sym__raw_string_literal_start] = ACTIONS(1008), + [sym_float_literal] = ACTIONS(1008), + }, + [STATE(216)] = { + [sym_line_comment] = STATE(216), + [sym_block_comment] = STATE(216), + [sym_identifier] = ACTIONS(1014), + [anon_sym_SEMI] = ACTIONS(1016), + [anon_sym_LPAREN] = ACTIONS(1016), + [anon_sym_RPAREN] = ACTIONS(1016), + [anon_sym_LBRACK] = ACTIONS(1016), + [anon_sym_RBRACK] = ACTIONS(1016), + [anon_sym_LBRACE] = ACTIONS(1016), + [anon_sym_RBRACE] = ACTIONS(1016), + [anon_sym_EQ_GT] = ACTIONS(1016), + [anon_sym_COLON] = ACTIONS(1014), + [anon_sym_DOLLAR] = ACTIONS(1016), + [anon_sym_PLUS] = ACTIONS(1014), + [anon_sym_STAR] = ACTIONS(1014), + [anon_sym_QMARK] = ACTIONS(1016), + [anon_sym_u8] = ACTIONS(1014), + [anon_sym_i8] = ACTIONS(1014), + [anon_sym_u16] = ACTIONS(1014), + [anon_sym_i16] = ACTIONS(1014), + [anon_sym_u32] = ACTIONS(1014), + [anon_sym_i32] = ACTIONS(1014), + [anon_sym_u64] = ACTIONS(1014), + [anon_sym_i64] = ACTIONS(1014), + [anon_sym_u128] = ACTIONS(1014), + [anon_sym_i128] = ACTIONS(1014), + [anon_sym_isize] = ACTIONS(1014), + [anon_sym_usize] = ACTIONS(1014), + [anon_sym_f32] = ACTIONS(1014), + [anon_sym_f64] = ACTIONS(1014), + [anon_sym_bool] = ACTIONS(1014), + [anon_sym_str] = ACTIONS(1014), + [anon_sym_char] = ACTIONS(1014), + [anon_sym_DASH] = ACTIONS(1014), + [anon_sym_SLASH] = ACTIONS(1014), + [anon_sym_PERCENT] = ACTIONS(1014), + [anon_sym_CARET] = ACTIONS(1014), + [anon_sym_BANG] = ACTIONS(1014), + [anon_sym_AMP] = ACTIONS(1014), + [anon_sym_PIPE] = ACTIONS(1014), + [anon_sym_AMP_AMP] = ACTIONS(1016), + [anon_sym_PIPE_PIPE] = ACTIONS(1016), + [anon_sym_LT_LT] = ACTIONS(1014), + [anon_sym_GT_GT] = ACTIONS(1014), + [anon_sym_PLUS_EQ] = ACTIONS(1016), + [anon_sym_DASH_EQ] = ACTIONS(1016), + [anon_sym_STAR_EQ] = ACTIONS(1016), + [anon_sym_SLASH_EQ] = ACTIONS(1016), + [anon_sym_PERCENT_EQ] = ACTIONS(1016), + [anon_sym_CARET_EQ] = ACTIONS(1016), + [anon_sym_AMP_EQ] = ACTIONS(1016), + [anon_sym_PIPE_EQ] = ACTIONS(1016), + [anon_sym_LT_LT_EQ] = ACTIONS(1016), + [anon_sym_GT_GT_EQ] = ACTIONS(1016), + [anon_sym_EQ] = ACTIONS(1014), + [anon_sym_EQ_EQ] = ACTIONS(1016), + [anon_sym_BANG_EQ] = ACTIONS(1016), + [anon_sym_GT] = ACTIONS(1014), + [anon_sym_LT] = ACTIONS(1014), + [anon_sym_GT_EQ] = ACTIONS(1016), + [anon_sym_LT_EQ] = ACTIONS(1016), + [anon_sym_AT] = ACTIONS(1016), + [anon_sym__] = ACTIONS(1014), + [anon_sym_DOT] = ACTIONS(1014), + [anon_sym_DOT_DOT] = ACTIONS(1014), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1016), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1016), + [anon_sym_COMMA] = ACTIONS(1016), + [anon_sym_COLON_COLON] = ACTIONS(1016), + [anon_sym_DASH_GT] = ACTIONS(1016), + [anon_sym_POUND] = ACTIONS(1016), + [anon_sym_SQUOTE] = ACTIONS(1014), + [anon_sym_as] = ACTIONS(1014), + [anon_sym_async] = ACTIONS(1014), + [anon_sym_await] = ACTIONS(1014), + [anon_sym_break] = ACTIONS(1014), + [anon_sym_const] = ACTIONS(1014), + [anon_sym_continue] = ACTIONS(1014), + [anon_sym_default] = ACTIONS(1014), + [anon_sym_enum] = ACTIONS(1014), + [anon_sym_fn] = ACTIONS(1014), + [anon_sym_for] = ACTIONS(1014), + [anon_sym_gen] = ACTIONS(1014), + [anon_sym_if] = ACTIONS(1014), + [anon_sym_impl] = ACTIONS(1014), + [anon_sym_let] = ACTIONS(1014), + [anon_sym_loop] = ACTIONS(1014), + [anon_sym_match] = ACTIONS(1014), + [anon_sym_mod] = ACTIONS(1014), + [anon_sym_pub] = ACTIONS(1014), + [anon_sym_return] = ACTIONS(1014), + [anon_sym_static] = ACTIONS(1014), + [anon_sym_struct] = ACTIONS(1014), + [anon_sym_trait] = ACTIONS(1014), + [anon_sym_type] = ACTIONS(1014), + [anon_sym_union] = ACTIONS(1014), + [anon_sym_unsafe] = ACTIONS(1014), + [anon_sym_use] = ACTIONS(1014), + [anon_sym_where] = ACTIONS(1014), + [anon_sym_while] = ACTIONS(1014), + [sym_mutable_specifier] = ACTIONS(1014), + [sym_integer_literal] = ACTIONS(1016), + [aux_sym_string_literal_token1] = ACTIONS(1016), + [sym_char_literal] = ACTIONS(1016), + [anon_sym_true] = ACTIONS(1014), + [anon_sym_false] = ACTIONS(1014), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1014), + [sym_super] = ACTIONS(1014), + [sym_crate] = ACTIONS(1014), + [sym__raw_string_literal_start] = ACTIONS(1016), + [sym_float_literal] = ACTIONS(1016), + }, + [STATE(217)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1807), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(214), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1460), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(211), - [sym_block_comment] = STATE(211), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1476), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(217), + [sym_block_comment] = STATE(217), [sym_identifier] = ACTIONS(470), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), - [anon_sym_STAR] = ACTIONS(894), + [anon_sym_STAR] = ACTIONS(1046), [anon_sym_u8] = ACTIONS(472), [anon_sym_i8] = ACTIONS(472), [anon_sym_u16] = ACTIONS(472), @@ -41728,264 +42487,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(472), [anon_sym_str] = ACTIONS(472), [anon_sym_char] = ACTIONS(472), - [anon_sym_DASH] = ACTIONS(510), - [anon_sym_BANG] = ACTIONS(894), - [anon_sym_AMP] = ACTIONS(896), + [anon_sym_DASH] = ACTIONS(502), + [anon_sym_BANG] = ACTIONS(1046), + [anon_sym_AMP] = ACTIONS(1048), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1146), - [anon_sym_DOT_DOT] = ACTIONS(1144), + [anon_sym__] = ACTIONS(1058), + [anon_sym_DOT_DOT] = ACTIONS(1052), [anon_sym_COLON_COLON] = ACTIONS(476), - [anon_sym_DASH_GT] = ACTIONS(1148), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(512), - [anon_sym_break] = ACTIONS(514), - [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(516), - [anon_sym_default] = ACTIONS(482), - [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(518), - [anon_sym_if] = ACTIONS(366), - [anon_sym_loop] = ACTIONS(368), - [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(520), - [anon_sym_static] = ACTIONS(522), - [anon_sym_union] = ACTIONS(482), - [anon_sym_unsafe] = ACTIONS(374), - [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(524), - [anon_sym_move] = ACTIONS(526), - [anon_sym_try] = ACTIONS(378), - [sym_integer_literal] = ACTIONS(99), - [aux_sym_string_literal_token1] = ACTIONS(101), - [sym_char_literal] = ACTIONS(99), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), - [sym__raw_string_literal_start] = ACTIONS(119), - [sym_float_literal] = ACTIONS(99), - }, - [STATE(212)] = { - [sym_attribute_item] = STATE(425), - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_self_parameter] = STATE(3064), - [sym_variadic_parameter] = STATE(3064), - [sym_parameter] = STATE(3064), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2716), - [sym_bracketed_type] = STATE(3694), - [sym_lifetime] = STATE(3065), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3341), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(2582), - [sym_scoped_identifier] = STATE(2327), - [sym_scoped_type_identifier] = STATE(2197), - [sym_const_block] = STATE(2182), - [sym__pattern] = STATE(3276), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), - [sym_line_comment] = STATE(212), - [sym_block_comment] = STATE(212), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(1058), - [anon_sym_LPAREN] = ACTIONS(1060), - [anon_sym_RPAREN] = ACTIONS(1150), - [anon_sym_LBRACK] = ACTIONS(1064), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), - [anon_sym_u8] = ACTIONS(1070), - [anon_sym_i8] = ACTIONS(1070), - [anon_sym_u16] = ACTIONS(1070), - [anon_sym_i16] = ACTIONS(1070), - [anon_sym_u32] = ACTIONS(1070), - [anon_sym_i32] = ACTIONS(1070), - [anon_sym_u64] = ACTIONS(1070), - [anon_sym_i64] = ACTIONS(1070), - [anon_sym_u128] = ACTIONS(1070), - [anon_sym_i128] = ACTIONS(1070), - [anon_sym_isize] = ACTIONS(1070), - [anon_sym_usize] = ACTIONS(1070), - [anon_sym_f32] = ACTIONS(1070), - [anon_sym_f64] = ACTIONS(1070), - [anon_sym_bool] = ACTIONS(1070), - [anon_sym_str] = ACTIONS(1070), - [anon_sym_char] = ACTIONS(1070), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(1076), - [anon_sym_PIPE] = ACTIONS(1078), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1152), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1084), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COMMA] = ACTIONS(1154), - [anon_sym_COLON_COLON] = ACTIONS(1090), - [anon_sym_POUND] = ACTIONS(1092), - [anon_sym_SQUOTE] = ACTIONS(1094), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1098), - [anon_sym_default] = ACTIONS(1100), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), - [anon_sym_gen] = ACTIONS(1106), - [anon_sym_impl] = ACTIONS(1108), - [anon_sym_union] = ACTIONS(1106), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_ref] = ACTIONS(1114), - [anon_sym_dyn] = ACTIONS(1116), - [sym_mutable_specifier] = ACTIONS(1118), - [anon_sym_raw] = ACTIONS(1106), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1126), - [sym_super] = ACTIONS(1128), - [sym_crate] = ACTIONS(1128), - [sym_metavariable] = ACTIONS(1130), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), - }, - [STATE(213)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1593), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), - [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1450), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(213), - [sym_block_comment] = STATE(213), - [sym_identifier] = ACTIONS(344), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(348), - [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(354), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_AMP] = ACTIONS(25), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1156), - [anon_sym_DOT_DOT] = ACTIONS(1140), - [anon_sym_COLON_COLON] = ACTIONS(33), - [anon_sym_DASH_GT] = ACTIONS(1158), + [anon_sym_DASH_GT] = ACTIONS(1060), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(356), - [anon_sym_break] = ACTIONS(41), + [anon_sym_async] = ACTIONS(504), + [anon_sym_break] = ACTIONS(506), [anon_sym_const] = ACTIONS(358), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(360), + [anon_sym_default] = ACTIONS(484), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(364), + [anon_sym_gen] = ACTIONS(508), [anon_sym_if] = ACTIONS(366), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(71), - [anon_sym_static] = ACTIONS(372), - [anon_sym_union] = ACTIONS(360), + [anon_sym_return] = ACTIONS(510), + [anon_sym_static] = ACTIONS(512), + [anon_sym_union] = ACTIONS(484), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(360), - [anon_sym_yield] = ACTIONS(93), - [anon_sym_move] = ACTIONS(95), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(514), + [anon_sym_move] = ACTIONS(516), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -41994,68 +42523,183 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(111), - [sym_super] = ACTIONS(113), - [sym_crate] = ACTIONS(113), - [sym_metavariable] = ACTIONS(117), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, - [STATE(214)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1711), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(210), + [STATE(218)] = { + [sym_line_comment] = STATE(218), + [sym_block_comment] = STATE(218), + [sym_identifier] = ACTIONS(1018), + [anon_sym_SEMI] = ACTIONS(1020), + [anon_sym_LPAREN] = ACTIONS(1020), + [anon_sym_RPAREN] = ACTIONS(1020), + [anon_sym_LBRACK] = ACTIONS(1020), + [anon_sym_RBRACK] = ACTIONS(1020), + [anon_sym_LBRACE] = ACTIONS(1020), + [anon_sym_RBRACE] = ACTIONS(1020), + [anon_sym_EQ_GT] = ACTIONS(1020), + [anon_sym_COLON] = ACTIONS(1018), + [anon_sym_DOLLAR] = ACTIONS(1020), + [anon_sym_PLUS] = ACTIONS(1018), + [anon_sym_STAR] = ACTIONS(1018), + [anon_sym_QMARK] = ACTIONS(1020), + [anon_sym_u8] = ACTIONS(1018), + [anon_sym_i8] = ACTIONS(1018), + [anon_sym_u16] = ACTIONS(1018), + [anon_sym_i16] = ACTIONS(1018), + [anon_sym_u32] = ACTIONS(1018), + [anon_sym_i32] = ACTIONS(1018), + [anon_sym_u64] = ACTIONS(1018), + [anon_sym_i64] = ACTIONS(1018), + [anon_sym_u128] = ACTIONS(1018), + [anon_sym_i128] = ACTIONS(1018), + [anon_sym_isize] = ACTIONS(1018), + [anon_sym_usize] = ACTIONS(1018), + [anon_sym_f32] = ACTIONS(1018), + [anon_sym_f64] = ACTIONS(1018), + [anon_sym_bool] = ACTIONS(1018), + [anon_sym_str] = ACTIONS(1018), + [anon_sym_char] = ACTIONS(1018), + [anon_sym_DASH] = ACTIONS(1018), + [anon_sym_SLASH] = ACTIONS(1018), + [anon_sym_PERCENT] = ACTIONS(1018), + [anon_sym_CARET] = ACTIONS(1018), + [anon_sym_BANG] = ACTIONS(1018), + [anon_sym_AMP] = ACTIONS(1018), + [anon_sym_PIPE] = ACTIONS(1018), + [anon_sym_AMP_AMP] = ACTIONS(1020), + [anon_sym_PIPE_PIPE] = ACTIONS(1020), + [anon_sym_LT_LT] = ACTIONS(1018), + [anon_sym_GT_GT] = ACTIONS(1018), + [anon_sym_PLUS_EQ] = ACTIONS(1020), + [anon_sym_DASH_EQ] = ACTIONS(1020), + [anon_sym_STAR_EQ] = ACTIONS(1020), + [anon_sym_SLASH_EQ] = ACTIONS(1020), + [anon_sym_PERCENT_EQ] = ACTIONS(1020), + [anon_sym_CARET_EQ] = ACTIONS(1020), + [anon_sym_AMP_EQ] = ACTIONS(1020), + [anon_sym_PIPE_EQ] = ACTIONS(1020), + [anon_sym_LT_LT_EQ] = ACTIONS(1020), + [anon_sym_GT_GT_EQ] = ACTIONS(1020), + [anon_sym_EQ] = ACTIONS(1018), + [anon_sym_EQ_EQ] = ACTIONS(1020), + [anon_sym_BANG_EQ] = ACTIONS(1020), + [anon_sym_GT] = ACTIONS(1018), + [anon_sym_LT] = ACTIONS(1018), + [anon_sym_GT_EQ] = ACTIONS(1020), + [anon_sym_LT_EQ] = ACTIONS(1020), + [anon_sym_AT] = ACTIONS(1020), + [anon_sym__] = ACTIONS(1018), + [anon_sym_DOT] = ACTIONS(1018), + [anon_sym_DOT_DOT] = ACTIONS(1018), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1020), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1020), + [anon_sym_COMMA] = ACTIONS(1020), + [anon_sym_COLON_COLON] = ACTIONS(1020), + [anon_sym_DASH_GT] = ACTIONS(1020), + [anon_sym_POUND] = ACTIONS(1020), + [anon_sym_SQUOTE] = ACTIONS(1018), + [anon_sym_as] = ACTIONS(1018), + [anon_sym_async] = ACTIONS(1018), + [anon_sym_await] = ACTIONS(1018), + [anon_sym_break] = ACTIONS(1018), + [anon_sym_const] = ACTIONS(1018), + [anon_sym_continue] = ACTIONS(1018), + [anon_sym_default] = ACTIONS(1018), + [anon_sym_enum] = ACTIONS(1018), + [anon_sym_fn] = ACTIONS(1018), + [anon_sym_for] = ACTIONS(1018), + [anon_sym_gen] = ACTIONS(1018), + [anon_sym_if] = ACTIONS(1018), + [anon_sym_impl] = ACTIONS(1018), + [anon_sym_let] = ACTIONS(1018), + [anon_sym_loop] = ACTIONS(1018), + [anon_sym_match] = ACTIONS(1018), + [anon_sym_mod] = ACTIONS(1018), + [anon_sym_pub] = ACTIONS(1018), + [anon_sym_return] = ACTIONS(1018), + [anon_sym_static] = ACTIONS(1018), + [anon_sym_struct] = ACTIONS(1018), + [anon_sym_trait] = ACTIONS(1018), + [anon_sym_type] = ACTIONS(1018), + [anon_sym_union] = ACTIONS(1018), + [anon_sym_unsafe] = ACTIONS(1018), + [anon_sym_use] = ACTIONS(1018), + [anon_sym_where] = ACTIONS(1018), + [anon_sym_while] = ACTIONS(1018), + [sym_mutable_specifier] = ACTIONS(1018), + [sym_integer_literal] = ACTIONS(1020), + [aux_sym_string_literal_token1] = ACTIONS(1020), + [sym_char_literal] = ACTIONS(1020), + [anon_sym_true] = ACTIONS(1018), + [anon_sym_false] = ACTIONS(1018), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1018), + [sym_super] = ACTIONS(1018), + [sym_crate] = ACTIONS(1018), + [sym__raw_string_literal_start] = ACTIONS(1020), + [sym_float_literal] = ACTIONS(1020), + }, + [STATE(219)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1817), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(214), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1450), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(214), - [sym_block_comment] = STATE(214), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1542), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(219), + [sym_block_comment] = STATE(219), [sym_identifier] = ACTIONS(470), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), - [anon_sym_STAR] = ACTIONS(894), + [anon_sym_STAR] = ACTIONS(1046), [anon_sym_u8] = ACTIONS(472), [anon_sym_i8] = ACTIONS(472), [anon_sym_u16] = ACTIONS(472), @@ -42073,34 +42717,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(472), [anon_sym_str] = ACTIONS(472), [anon_sym_char] = ACTIONS(472), - [anon_sym_DASH] = ACTIONS(510), - [anon_sym_BANG] = ACTIONS(894), - [anon_sym_AMP] = ACTIONS(896), + [anon_sym_DASH] = ACTIONS(502), + [anon_sym_BANG] = ACTIONS(1046), + [anon_sym_AMP] = ACTIONS(1048), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1156), - [anon_sym_DOT_DOT] = ACTIONS(1144), + [anon_sym__] = ACTIONS(1066), + [anon_sym_DOT_DOT] = ACTIONS(1052), [anon_sym_COLON_COLON] = ACTIONS(476), - [anon_sym_DASH_GT] = ACTIONS(1158), + [anon_sym_DASH_GT] = ACTIONS(1068), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(512), - [anon_sym_break] = ACTIONS(514), + [anon_sym_async] = ACTIONS(504), + [anon_sym_break] = ACTIONS(506), [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(516), - [anon_sym_default] = ACTIONS(482), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(484), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(518), + [anon_sym_gen] = ACTIONS(508), [anon_sym_if] = ACTIONS(366), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(520), - [anon_sym_static] = ACTIONS(522), - [anon_sym_union] = ACTIONS(482), + [anon_sym_return] = ACTIONS(510), + [anon_sym_static] = ACTIONS(512), + [anon_sym_union] = ACTIONS(484), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(524), - [anon_sym_move] = ACTIONS(526), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(514), + [anon_sym_move] = ACTIONS(516), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -42109,412 +42753,525 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, - [STATE(215)] = { - [sym_bracketed_type] = STATE(3669), - [sym_generic_function] = STATE(1894), - [sym_generic_type_with_turbofish] = STATE(3057), - [sym__expression_except_range] = STATE(1672), - [sym__expression] = STATE(1745), - [sym_macro_invocation] = STATE(1901), - [sym_scoped_identifier] = STATE(1644), - [sym_scoped_type_identifier_in_expression_position] = STATE(3253), - [sym_range_expression] = STATE(1897), - [sym_unary_expression] = STATE(1894), - [sym_try_expression] = STATE(1894), - [sym_reference_expression] = STATE(1894), - [sym_binary_expression] = STATE(1894), - [sym_assignment_expression] = STATE(1894), - [sym_compound_assignment_expr] = STATE(1894), - [sym_type_cast_expression] = STATE(1894), - [sym_return_expression] = STATE(1894), - [sym_yield_expression] = STATE(1894), - [sym_call_expression] = STATE(1894), - [sym_array_expression] = STATE(1894), - [sym_parenthesized_expression] = STATE(1894), - [sym_tuple_expression] = STATE(1894), - [sym_unit_expression] = STATE(1894), - [sym_struct_expression] = STATE(1894), - [sym_if_expression] = STATE(1894), - [sym_let_condition] = STATE(2832), - [sym_match_expression] = STATE(1894), - [sym_while_expression] = STATE(1894), - [sym_loop_expression] = STATE(1894), - [sym_for_expression] = STATE(1894), - [sym_const_block] = STATE(1894), - [sym_closure_expression] = STATE(1894), - [sym_closure_parameters] = STATE(220), - [sym_label] = STATE(3777), - [sym_break_expression] = STATE(1894), - [sym_continue_expression] = STATE(1894), - [sym_index_expression] = STATE(1894), - [sym_await_expression] = STATE(1894), - [sym_field_expression] = STATE(1674), - [sym_unsafe_block] = STATE(1894), - [sym_async_block] = STATE(1894), - [sym_gen_block] = STATE(1894), - [sym_try_block] = STATE(1894), - [sym_block] = STATE(1894), - [sym__literal] = STATE(1894), - [sym_string_literal] = STATE(1768), - [sym_raw_string_literal] = STATE(1768), - [sym_boolean_literal] = STATE(1768), - [sym_line_comment] = STATE(215), - [sym_block_comment] = STATE(215), - [sym_identifier] = ACTIONS(410), - [anon_sym_LPAREN] = ACTIONS(500), - [anon_sym_LBRACK] = ACTIONS(502), - [anon_sym_LBRACE] = ACTIONS(412), - [anon_sym_STAR] = ACTIONS(904), - [anon_sym_u8] = ACTIONS(416), - [anon_sym_i8] = ACTIONS(416), - [anon_sym_u16] = ACTIONS(416), - [anon_sym_i16] = ACTIONS(416), - [anon_sym_u32] = ACTIONS(416), - [anon_sym_i32] = ACTIONS(416), - [anon_sym_u64] = ACTIONS(416), - [anon_sym_i64] = ACTIONS(416), - [anon_sym_u128] = ACTIONS(416), - [anon_sym_i128] = ACTIONS(416), - [anon_sym_isize] = ACTIONS(416), - [anon_sym_usize] = ACTIONS(416), - [anon_sym_f32] = ACTIONS(416), - [anon_sym_f64] = ACTIONS(416), - [anon_sym_bool] = ACTIONS(416), - [anon_sym_str] = ACTIONS(416), - [anon_sym_char] = ACTIONS(416), - [anon_sym_DASH] = ACTIONS(904), - [anon_sym_BANG] = ACTIONS(904), - [anon_sym_AMP] = ACTIONS(906), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1160), - [anon_sym_COLON_COLON] = ACTIONS(420), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(422), - [anon_sym_break] = ACTIONS(424), - [anon_sym_const] = ACTIONS(426), - [anon_sym_continue] = ACTIONS(428), - [anon_sym_default] = ACTIONS(430), - [anon_sym_for] = ACTIONS(432), - [anon_sym_gen] = ACTIONS(434), - [anon_sym_if] = ACTIONS(436), - [anon_sym_let] = ACTIONS(910), - [anon_sym_loop] = ACTIONS(438), - [anon_sym_match] = ACTIONS(440), - [anon_sym_return] = ACTIONS(442), - [anon_sym_static] = ACTIONS(444), - [anon_sym_union] = ACTIONS(430), - [anon_sym_unsafe] = ACTIONS(446), - [anon_sym_while] = ACTIONS(448), - [anon_sym_raw] = ACTIONS(430), - [anon_sym_yield] = ACTIONS(450), - [anon_sym_move] = ACTIONS(452), - [anon_sym_try] = ACTIONS(454), - [sym_integer_literal] = ACTIONS(456), - [aux_sym_string_literal_token1] = ACTIONS(458), - [sym_char_literal] = ACTIONS(456), - [anon_sym_true] = ACTIONS(460), - [anon_sym_false] = ACTIONS(460), + [STATE(220)] = { + [sym_line_comment] = STATE(220), + [sym_block_comment] = STATE(220), + [sym_identifier] = ACTIONS(986), + [anon_sym_SEMI] = ACTIONS(988), + [anon_sym_LPAREN] = ACTIONS(988), + [anon_sym_RPAREN] = ACTIONS(988), + [anon_sym_LBRACK] = ACTIONS(988), + [anon_sym_RBRACK] = ACTIONS(988), + [anon_sym_LBRACE] = ACTIONS(988), + [anon_sym_RBRACE] = ACTIONS(988), + [anon_sym_EQ_GT] = ACTIONS(988), + [anon_sym_COLON] = ACTIONS(986), + [anon_sym_DOLLAR] = ACTIONS(988), + [anon_sym_PLUS] = ACTIONS(986), + [anon_sym_STAR] = ACTIONS(986), + [anon_sym_QMARK] = ACTIONS(988), + [anon_sym_u8] = ACTIONS(986), + [anon_sym_i8] = ACTIONS(986), + [anon_sym_u16] = ACTIONS(986), + [anon_sym_i16] = ACTIONS(986), + [anon_sym_u32] = ACTIONS(986), + [anon_sym_i32] = ACTIONS(986), + [anon_sym_u64] = ACTIONS(986), + [anon_sym_i64] = ACTIONS(986), + [anon_sym_u128] = ACTIONS(986), + [anon_sym_i128] = ACTIONS(986), + [anon_sym_isize] = ACTIONS(986), + [anon_sym_usize] = ACTIONS(986), + [anon_sym_f32] = ACTIONS(986), + [anon_sym_f64] = ACTIONS(986), + [anon_sym_bool] = ACTIONS(986), + [anon_sym_str] = ACTIONS(986), + [anon_sym_char] = ACTIONS(986), + [anon_sym_DASH] = ACTIONS(986), + [anon_sym_SLASH] = ACTIONS(986), + [anon_sym_PERCENT] = ACTIONS(986), + [anon_sym_CARET] = ACTIONS(986), + [anon_sym_BANG] = ACTIONS(986), + [anon_sym_AMP] = ACTIONS(986), + [anon_sym_PIPE] = ACTIONS(986), + [anon_sym_AMP_AMP] = ACTIONS(988), + [anon_sym_PIPE_PIPE] = ACTIONS(988), + [anon_sym_LT_LT] = ACTIONS(986), + [anon_sym_GT_GT] = ACTIONS(986), + [anon_sym_PLUS_EQ] = ACTIONS(988), + [anon_sym_DASH_EQ] = ACTIONS(988), + [anon_sym_STAR_EQ] = ACTIONS(988), + [anon_sym_SLASH_EQ] = ACTIONS(988), + [anon_sym_PERCENT_EQ] = ACTIONS(988), + [anon_sym_CARET_EQ] = ACTIONS(988), + [anon_sym_AMP_EQ] = ACTIONS(988), + [anon_sym_PIPE_EQ] = ACTIONS(988), + [anon_sym_LT_LT_EQ] = ACTIONS(988), + [anon_sym_GT_GT_EQ] = ACTIONS(988), + [anon_sym_EQ] = ACTIONS(986), + [anon_sym_EQ_EQ] = ACTIONS(988), + [anon_sym_BANG_EQ] = ACTIONS(988), + [anon_sym_GT] = ACTIONS(986), + [anon_sym_LT] = ACTIONS(986), + [anon_sym_GT_EQ] = ACTIONS(988), + [anon_sym_LT_EQ] = ACTIONS(988), + [anon_sym_AT] = ACTIONS(988), + [anon_sym__] = ACTIONS(986), + [anon_sym_DOT] = ACTIONS(986), + [anon_sym_DOT_DOT] = ACTIONS(986), + [anon_sym_DOT_DOT_DOT] = ACTIONS(988), + [anon_sym_DOT_DOT_EQ] = ACTIONS(988), + [anon_sym_COMMA] = ACTIONS(988), + [anon_sym_COLON_COLON] = ACTIONS(988), + [anon_sym_DASH_GT] = ACTIONS(988), + [anon_sym_POUND] = ACTIONS(988), + [anon_sym_SQUOTE] = ACTIONS(986), + [anon_sym_as] = ACTIONS(986), + [anon_sym_async] = ACTIONS(986), + [anon_sym_await] = ACTIONS(986), + [anon_sym_break] = ACTIONS(986), + [anon_sym_const] = ACTIONS(986), + [anon_sym_continue] = ACTIONS(986), + [anon_sym_default] = ACTIONS(986), + [anon_sym_enum] = ACTIONS(986), + [anon_sym_fn] = ACTIONS(986), + [anon_sym_for] = ACTIONS(986), + [anon_sym_gen] = ACTIONS(986), + [anon_sym_if] = ACTIONS(986), + [anon_sym_impl] = ACTIONS(986), + [anon_sym_let] = ACTIONS(986), + [anon_sym_loop] = ACTIONS(986), + [anon_sym_match] = ACTIONS(986), + [anon_sym_mod] = ACTIONS(986), + [anon_sym_pub] = ACTIONS(986), + [anon_sym_return] = ACTIONS(986), + [anon_sym_static] = ACTIONS(986), + [anon_sym_struct] = ACTIONS(986), + [anon_sym_trait] = ACTIONS(986), + [anon_sym_type] = ACTIONS(986), + [anon_sym_union] = ACTIONS(986), + [anon_sym_unsafe] = ACTIONS(986), + [anon_sym_use] = ACTIONS(986), + [anon_sym_where] = ACTIONS(986), + [anon_sym_while] = ACTIONS(986), + [sym_mutable_specifier] = ACTIONS(986), + [sym_integer_literal] = ACTIONS(988), + [aux_sym_string_literal_token1] = ACTIONS(988), + [sym_char_literal] = ACTIONS(988), + [anon_sym_true] = ACTIONS(986), + [anon_sym_false] = ACTIONS(986), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(462), - [sym_super] = ACTIONS(464), - [sym_crate] = ACTIONS(464), - [sym_metavariable] = ACTIONS(466), - [sym__raw_string_literal_start] = ACTIONS(468), - [sym_float_literal] = ACTIONS(456), + [sym_self] = ACTIONS(986), + [sym_super] = ACTIONS(986), + [sym_crate] = ACTIONS(986), + [sym__raw_string_literal_start] = ACTIONS(988), + [sym_float_literal] = ACTIONS(988), }, - [STATE(216)] = { - [sym_attribute_item] = STATE(425), - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_self_parameter] = STATE(3064), - [sym_variadic_parameter] = STATE(3064), - [sym_parameter] = STATE(3064), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2716), - [sym_bracketed_type] = STATE(3702), - [sym_lifetime] = STATE(3065), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3434), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(2533), - [sym_scoped_identifier] = STATE(2200), - [sym_scoped_type_identifier] = STATE(2197), - [sym_const_block] = STATE(2182), - [sym__pattern] = STATE(2584), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), - [sym_line_comment] = STATE(216), - [sym_block_comment] = STATE(216), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(1162), - [anon_sym_LPAREN] = ACTIONS(1164), - [anon_sym_RPAREN] = ACTIONS(1166), - [anon_sym_LBRACK] = ACTIONS(1064), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), - [anon_sym_u8] = ACTIONS(1168), - [anon_sym_i8] = ACTIONS(1168), - [anon_sym_u16] = ACTIONS(1168), - [anon_sym_i16] = ACTIONS(1168), - [anon_sym_u32] = ACTIONS(1168), - [anon_sym_i32] = ACTIONS(1168), - [anon_sym_u64] = ACTIONS(1168), - [anon_sym_i64] = ACTIONS(1168), - [anon_sym_u128] = ACTIONS(1168), - [anon_sym_i128] = ACTIONS(1168), - [anon_sym_isize] = ACTIONS(1168), - [anon_sym_usize] = ACTIONS(1168), - [anon_sym_f32] = ACTIONS(1168), - [anon_sym_f64] = ACTIONS(1168), - [anon_sym_bool] = ACTIONS(1168), - [anon_sym_str] = ACTIONS(1168), - [anon_sym_char] = ACTIONS(1168), - [anon_sym_DASH] = ACTIONS(1072), + [STATE(221)] = { + [sym_line_comment] = STATE(221), + [sym_block_comment] = STATE(221), + [sym_identifier] = ACTIONS(1022), + [anon_sym_SEMI] = ACTIONS(1024), + [anon_sym_LPAREN] = ACTIONS(1024), + [anon_sym_RPAREN] = ACTIONS(1024), + [anon_sym_LBRACK] = ACTIONS(1024), + [anon_sym_RBRACK] = ACTIONS(1024), + [anon_sym_LBRACE] = ACTIONS(1024), + [anon_sym_RBRACE] = ACTIONS(1024), + [anon_sym_EQ_GT] = ACTIONS(1024), + [anon_sym_COLON] = ACTIONS(1022), + [anon_sym_DOLLAR] = ACTIONS(1024), + [anon_sym_PLUS] = ACTIONS(1022), + [anon_sym_STAR] = ACTIONS(1022), + [anon_sym_QMARK] = ACTIONS(1024), + [anon_sym_u8] = ACTIONS(1022), + [anon_sym_i8] = ACTIONS(1022), + [anon_sym_u16] = ACTIONS(1022), + [anon_sym_i16] = ACTIONS(1022), + [anon_sym_u32] = ACTIONS(1022), + [anon_sym_i32] = ACTIONS(1022), + [anon_sym_u64] = ACTIONS(1022), + [anon_sym_i64] = ACTIONS(1022), + [anon_sym_u128] = ACTIONS(1022), + [anon_sym_i128] = ACTIONS(1022), + [anon_sym_isize] = ACTIONS(1022), + [anon_sym_usize] = ACTIONS(1022), + [anon_sym_f32] = ACTIONS(1022), + [anon_sym_f64] = ACTIONS(1022), + [anon_sym_bool] = ACTIONS(1022), + [anon_sym_str] = ACTIONS(1022), + [anon_sym_char] = ACTIONS(1022), + [anon_sym_DASH] = ACTIONS(1022), + [anon_sym_SLASH] = ACTIONS(1022), + [anon_sym_PERCENT] = ACTIONS(1022), + [anon_sym_CARET] = ACTIONS(1022), + [anon_sym_BANG] = ACTIONS(1022), + [anon_sym_AMP] = ACTIONS(1022), + [anon_sym_PIPE] = ACTIONS(1022), + [anon_sym_AMP_AMP] = ACTIONS(1024), + [anon_sym_PIPE_PIPE] = ACTIONS(1024), + [anon_sym_LT_LT] = ACTIONS(1022), + [anon_sym_GT_GT] = ACTIONS(1022), + [anon_sym_PLUS_EQ] = ACTIONS(1024), + [anon_sym_DASH_EQ] = ACTIONS(1024), + [anon_sym_STAR_EQ] = ACTIONS(1024), + [anon_sym_SLASH_EQ] = ACTIONS(1024), + [anon_sym_PERCENT_EQ] = ACTIONS(1024), + [anon_sym_CARET_EQ] = ACTIONS(1024), + [anon_sym_AMP_EQ] = ACTIONS(1024), + [anon_sym_PIPE_EQ] = ACTIONS(1024), + [anon_sym_LT_LT_EQ] = ACTIONS(1024), + [anon_sym_GT_GT_EQ] = ACTIONS(1024), + [anon_sym_EQ] = ACTIONS(1022), + [anon_sym_EQ_EQ] = ACTIONS(1024), + [anon_sym_BANG_EQ] = ACTIONS(1024), + [anon_sym_GT] = ACTIONS(1022), + [anon_sym_LT] = ACTIONS(1022), + [anon_sym_GT_EQ] = ACTIONS(1024), + [anon_sym_LT_EQ] = ACTIONS(1024), + [anon_sym_AT] = ACTIONS(1024), + [anon_sym__] = ACTIONS(1022), + [anon_sym_DOT] = ACTIONS(1022), + [anon_sym_DOT_DOT] = ACTIONS(1022), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1024), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1024), + [anon_sym_COMMA] = ACTIONS(1024), + [anon_sym_COLON_COLON] = ACTIONS(1024), + [anon_sym_DASH_GT] = ACTIONS(1024), + [anon_sym_POUND] = ACTIONS(1024), + [anon_sym_SQUOTE] = ACTIONS(1022), + [anon_sym_as] = ACTIONS(1022), + [anon_sym_async] = ACTIONS(1022), + [anon_sym_await] = ACTIONS(1022), + [anon_sym_break] = ACTIONS(1022), + [anon_sym_const] = ACTIONS(1022), + [anon_sym_continue] = ACTIONS(1022), + [anon_sym_default] = ACTIONS(1022), + [anon_sym_enum] = ACTIONS(1022), + [anon_sym_fn] = ACTIONS(1022), + [anon_sym_for] = ACTIONS(1022), + [anon_sym_gen] = ACTIONS(1022), + [anon_sym_if] = ACTIONS(1022), + [anon_sym_impl] = ACTIONS(1022), + [anon_sym_let] = ACTIONS(1022), + [anon_sym_loop] = ACTIONS(1022), + [anon_sym_match] = ACTIONS(1022), + [anon_sym_mod] = ACTIONS(1022), + [anon_sym_pub] = ACTIONS(1022), + [anon_sym_return] = ACTIONS(1022), + [anon_sym_static] = ACTIONS(1022), + [anon_sym_struct] = ACTIONS(1022), + [anon_sym_trait] = ACTIONS(1022), + [anon_sym_type] = ACTIONS(1022), + [anon_sym_union] = ACTIONS(1022), + [anon_sym_unsafe] = ACTIONS(1022), + [anon_sym_use] = ACTIONS(1022), + [anon_sym_where] = ACTIONS(1022), + [anon_sym_while] = ACTIONS(1022), + [sym_mutable_specifier] = ACTIONS(1022), + [sym_integer_literal] = ACTIONS(1024), + [aux_sym_string_literal_token1] = ACTIONS(1024), + [sym_char_literal] = ACTIONS(1024), + [anon_sym_true] = ACTIONS(1022), + [anon_sym_false] = ACTIONS(1022), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1022), + [sym_super] = ACTIONS(1022), + [sym_crate] = ACTIONS(1022), + [sym__raw_string_literal_start] = ACTIONS(1024), + [sym_float_literal] = ACTIONS(1024), + }, + [STATE(222)] = { + [sym_line_comment] = STATE(222), + [sym_block_comment] = STATE(222), + [sym_identifier] = ACTIONS(1074), + [anon_sym_SEMI] = ACTIONS(1076), + [anon_sym_LPAREN] = ACTIONS(1076), + [anon_sym_RPAREN] = ACTIONS(1076), + [anon_sym_LBRACK] = ACTIONS(1076), + [anon_sym_RBRACK] = ACTIONS(1076), + [anon_sym_LBRACE] = ACTIONS(1076), + [anon_sym_RBRACE] = ACTIONS(1076), + [anon_sym_EQ_GT] = ACTIONS(1076), + [anon_sym_COLON] = ACTIONS(1074), + [anon_sym_DOLLAR] = ACTIONS(1076), + [anon_sym_PLUS] = ACTIONS(1074), + [anon_sym_STAR] = ACTIONS(1074), + [anon_sym_QMARK] = ACTIONS(1076), + [anon_sym_u8] = ACTIONS(1074), + [anon_sym_i8] = ACTIONS(1074), + [anon_sym_u16] = ACTIONS(1074), + [anon_sym_i16] = ACTIONS(1074), + [anon_sym_u32] = ACTIONS(1074), + [anon_sym_i32] = ACTIONS(1074), + [anon_sym_u64] = ACTIONS(1074), + [anon_sym_i64] = ACTIONS(1074), + [anon_sym_u128] = ACTIONS(1074), + [anon_sym_i128] = ACTIONS(1074), + [anon_sym_isize] = ACTIONS(1074), + [anon_sym_usize] = ACTIONS(1074), + [anon_sym_f32] = ACTIONS(1074), + [anon_sym_f64] = ACTIONS(1074), + [anon_sym_bool] = ACTIONS(1074), + [anon_sym_str] = ACTIONS(1074), + [anon_sym_char] = ACTIONS(1074), + [anon_sym_DASH] = ACTIONS(1074), + [anon_sym_SLASH] = ACTIONS(1074), + [anon_sym_PERCENT] = ACTIONS(1074), + [anon_sym_CARET] = ACTIONS(1074), [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(1170), - [anon_sym_PIPE] = ACTIONS(1078), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1172), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1084), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COMMA] = ACTIONS(1174), - [anon_sym_COLON_COLON] = ACTIONS(1176), - [anon_sym_POUND] = ACTIONS(1092), - [anon_sym_SQUOTE] = ACTIONS(1094), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1098), - [anon_sym_default] = ACTIONS(1178), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), - [anon_sym_gen] = ACTIONS(1180), - [anon_sym_impl] = ACTIONS(1108), - [anon_sym_union] = ACTIONS(1180), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_ref] = ACTIONS(1114), - [anon_sym_dyn] = ACTIONS(1116), - [sym_mutable_specifier] = ACTIONS(1118), - [anon_sym_raw] = ACTIONS(1180), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1182), - [sym_super] = ACTIONS(1184), - [sym_crate] = ACTIONS(1184), - [sym_metavariable] = ACTIONS(1186), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), + [anon_sym_AMP] = ACTIONS(1074), + [anon_sym_PIPE] = ACTIONS(1074), + [anon_sym_AMP_AMP] = ACTIONS(1076), + [anon_sym_PIPE_PIPE] = ACTIONS(1076), + [anon_sym_LT_LT] = ACTIONS(1074), + [anon_sym_GT_GT] = ACTIONS(1074), + [anon_sym_PLUS_EQ] = ACTIONS(1076), + [anon_sym_DASH_EQ] = ACTIONS(1076), + [anon_sym_STAR_EQ] = ACTIONS(1076), + [anon_sym_SLASH_EQ] = ACTIONS(1076), + [anon_sym_PERCENT_EQ] = ACTIONS(1076), + [anon_sym_CARET_EQ] = ACTIONS(1076), + [anon_sym_AMP_EQ] = ACTIONS(1076), + [anon_sym_PIPE_EQ] = ACTIONS(1076), + [anon_sym_LT_LT_EQ] = ACTIONS(1076), + [anon_sym_GT_GT_EQ] = ACTIONS(1076), + [anon_sym_EQ] = ACTIONS(1074), + [anon_sym_EQ_EQ] = ACTIONS(1076), + [anon_sym_BANG_EQ] = ACTIONS(1076), + [anon_sym_GT] = ACTIONS(1074), + [anon_sym_LT] = ACTIONS(1074), + [anon_sym_GT_EQ] = ACTIONS(1076), + [anon_sym_LT_EQ] = ACTIONS(1076), + [anon_sym_AT] = ACTIONS(1076), + [anon_sym__] = ACTIONS(1074), + [anon_sym_DOT] = ACTIONS(1074), + [anon_sym_DOT_DOT] = ACTIONS(1074), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1076), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1076), + [anon_sym_COMMA] = ACTIONS(1076), + [anon_sym_COLON_COLON] = ACTIONS(1076), + [anon_sym_DASH_GT] = ACTIONS(1076), + [anon_sym_POUND] = ACTIONS(1076), + [anon_sym_SQUOTE] = ACTIONS(1074), + [anon_sym_as] = ACTIONS(1074), + [anon_sym_async] = ACTIONS(1074), + [anon_sym_await] = ACTIONS(1074), + [anon_sym_break] = ACTIONS(1074), + [anon_sym_const] = ACTIONS(1074), + [anon_sym_continue] = ACTIONS(1074), + [anon_sym_default] = ACTIONS(1074), + [anon_sym_enum] = ACTIONS(1074), + [anon_sym_fn] = ACTIONS(1074), + [anon_sym_for] = ACTIONS(1074), + [anon_sym_gen] = ACTIONS(1074), + [anon_sym_if] = ACTIONS(1074), + [anon_sym_impl] = ACTIONS(1074), + [anon_sym_let] = ACTIONS(1074), + [anon_sym_loop] = ACTIONS(1074), + [anon_sym_match] = ACTIONS(1074), + [anon_sym_mod] = ACTIONS(1074), + [anon_sym_pub] = ACTIONS(1074), + [anon_sym_return] = ACTIONS(1074), + [anon_sym_static] = ACTIONS(1074), + [anon_sym_struct] = ACTIONS(1074), + [anon_sym_trait] = ACTIONS(1074), + [anon_sym_type] = ACTIONS(1074), + [anon_sym_union] = ACTIONS(1074), + [anon_sym_unsafe] = ACTIONS(1074), + [anon_sym_use] = ACTIONS(1074), + [anon_sym_where] = ACTIONS(1074), + [anon_sym_while] = ACTIONS(1074), + [sym_mutable_specifier] = ACTIONS(1074), + [sym_integer_literal] = ACTIONS(1076), + [aux_sym_string_literal_token1] = ACTIONS(1076), + [sym_char_literal] = ACTIONS(1076), + [anon_sym_true] = ACTIONS(1074), + [anon_sym_false] = ACTIONS(1074), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1074), + [sym_super] = ACTIONS(1074), + [sym_crate] = ACTIONS(1074), + [sym__raw_string_literal_start] = ACTIONS(1076), + [sym_float_literal] = ACTIONS(1076), }, - [STATE(217)] = { - [sym_bracketed_type] = STATE(3669), - [sym_generic_function] = STATE(1894), - [sym_generic_type_with_turbofish] = STATE(3057), - [sym__expression_except_range] = STATE(1672), - [sym__expression] = STATE(1980), - [sym_macro_invocation] = STATE(1901), - [sym_scoped_identifier] = STATE(1644), - [sym_scoped_type_identifier_in_expression_position] = STATE(3253), - [sym_range_expression] = STATE(1897), - [sym_unary_expression] = STATE(1894), - [sym_try_expression] = STATE(1894), - [sym_reference_expression] = STATE(1894), - [sym_binary_expression] = STATE(1894), - [sym_assignment_expression] = STATE(1894), - [sym_compound_assignment_expr] = STATE(1894), - [sym_type_cast_expression] = STATE(1894), - [sym_return_expression] = STATE(1894), - [sym_yield_expression] = STATE(1894), - [sym_call_expression] = STATE(1894), - [sym_array_expression] = STATE(1894), - [sym_parenthesized_expression] = STATE(1894), - [sym_tuple_expression] = STATE(1894), - [sym_unit_expression] = STATE(1894), - [sym_struct_expression] = STATE(1894), - [sym_if_expression] = STATE(1894), - [sym_let_condition] = STATE(2832), - [sym_match_expression] = STATE(1894), - [sym_while_expression] = STATE(1894), - [sym_loop_expression] = STATE(1894), - [sym_for_expression] = STATE(1894), - [sym_const_block] = STATE(1894), - [sym_closure_expression] = STATE(1894), - [sym_closure_parameters] = STATE(220), - [sym_label] = STATE(3777), - [sym_break_expression] = STATE(1894), - [sym_continue_expression] = STATE(1894), - [sym_index_expression] = STATE(1894), - [sym_await_expression] = STATE(1894), - [sym_field_expression] = STATE(1674), - [sym_unsafe_block] = STATE(1894), - [sym_async_block] = STATE(1894), - [sym_gen_block] = STATE(1894), - [sym_try_block] = STATE(1894), - [sym_block] = STATE(1894), - [sym__literal] = STATE(1894), - [sym_string_literal] = STATE(1768), - [sym_raw_string_literal] = STATE(1768), - [sym_boolean_literal] = STATE(1768), - [sym_line_comment] = STATE(217), - [sym_block_comment] = STATE(217), - [sym_identifier] = ACTIONS(410), - [anon_sym_LPAREN] = ACTIONS(500), - [anon_sym_LBRACK] = ACTIONS(502), - [anon_sym_LBRACE] = ACTIONS(412), - [anon_sym_STAR] = ACTIONS(904), - [anon_sym_u8] = ACTIONS(416), - [anon_sym_i8] = ACTIONS(416), - [anon_sym_u16] = ACTIONS(416), - [anon_sym_i16] = ACTIONS(416), - [anon_sym_u32] = ACTIONS(416), - [anon_sym_i32] = ACTIONS(416), - [anon_sym_u64] = ACTIONS(416), - [anon_sym_i64] = ACTIONS(416), - [anon_sym_u128] = ACTIONS(416), - [anon_sym_i128] = ACTIONS(416), - [anon_sym_isize] = ACTIONS(416), - [anon_sym_usize] = ACTIONS(416), - [anon_sym_f32] = ACTIONS(416), - [anon_sym_f64] = ACTIONS(416), - [anon_sym_bool] = ACTIONS(416), - [anon_sym_str] = ACTIONS(416), - [anon_sym_char] = ACTIONS(416), - [anon_sym_DASH] = ACTIONS(904), - [anon_sym_BANG] = ACTIONS(904), - [anon_sym_AMP] = ACTIONS(906), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(908), - [anon_sym_COLON_COLON] = ACTIONS(420), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(422), - [anon_sym_break] = ACTIONS(424), - [anon_sym_const] = ACTIONS(426), - [anon_sym_continue] = ACTIONS(428), - [anon_sym_default] = ACTIONS(430), - [anon_sym_for] = ACTIONS(432), - [anon_sym_gen] = ACTIONS(434), - [anon_sym_if] = ACTIONS(436), - [anon_sym_let] = ACTIONS(910), - [anon_sym_loop] = ACTIONS(438), - [anon_sym_match] = ACTIONS(440), - [anon_sym_return] = ACTIONS(442), - [anon_sym_static] = ACTIONS(444), - [anon_sym_union] = ACTIONS(430), - [anon_sym_unsafe] = ACTIONS(446), - [anon_sym_while] = ACTIONS(448), - [anon_sym_raw] = ACTIONS(430), - [anon_sym_yield] = ACTIONS(450), - [anon_sym_move] = ACTIONS(452), - [anon_sym_try] = ACTIONS(454), - [sym_integer_literal] = ACTIONS(456), - [aux_sym_string_literal_token1] = ACTIONS(458), - [sym_char_literal] = ACTIONS(456), - [anon_sym_true] = ACTIONS(460), - [anon_sym_false] = ACTIONS(460), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(462), - [sym_super] = ACTIONS(464), - [sym_crate] = ACTIONS(464), - [sym_metavariable] = ACTIONS(466), - [sym__raw_string_literal_start] = ACTIONS(468), - [sym_float_literal] = ACTIONS(456), + [STATE(223)] = { + [sym_line_comment] = STATE(223), + [sym_block_comment] = STATE(223), + [sym_identifier] = ACTIONS(1078), + [anon_sym_SEMI] = ACTIONS(1080), + [anon_sym_LPAREN] = ACTIONS(1080), + [anon_sym_RPAREN] = ACTIONS(1080), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_RBRACK] = ACTIONS(1080), + [anon_sym_LBRACE] = ACTIONS(1080), + [anon_sym_RBRACE] = ACTIONS(1080), + [anon_sym_EQ_GT] = ACTIONS(1080), + [anon_sym_COLON] = ACTIONS(1078), + [anon_sym_DOLLAR] = ACTIONS(1080), + [anon_sym_PLUS] = ACTIONS(1078), + [anon_sym_STAR] = ACTIONS(1078), + [anon_sym_QMARK] = ACTIONS(1080), + [anon_sym_u8] = ACTIONS(1078), + [anon_sym_i8] = ACTIONS(1078), + [anon_sym_u16] = ACTIONS(1078), + [anon_sym_i16] = ACTIONS(1078), + [anon_sym_u32] = ACTIONS(1078), + [anon_sym_i32] = ACTIONS(1078), + [anon_sym_u64] = ACTIONS(1078), + [anon_sym_i64] = ACTIONS(1078), + [anon_sym_u128] = ACTIONS(1078), + [anon_sym_i128] = ACTIONS(1078), + [anon_sym_isize] = ACTIONS(1078), + [anon_sym_usize] = ACTIONS(1078), + [anon_sym_f32] = ACTIONS(1078), + [anon_sym_f64] = ACTIONS(1078), + [anon_sym_bool] = ACTIONS(1078), + [anon_sym_str] = ACTIONS(1078), + [anon_sym_char] = ACTIONS(1078), + [anon_sym_DASH] = ACTIONS(1078), + [anon_sym_SLASH] = ACTIONS(1078), + [anon_sym_PERCENT] = ACTIONS(1078), + [anon_sym_CARET] = ACTIONS(1078), + [anon_sym_BANG] = ACTIONS(1078), + [anon_sym_AMP] = ACTIONS(1078), + [anon_sym_PIPE] = ACTIONS(1078), + [anon_sym_AMP_AMP] = ACTIONS(1080), + [anon_sym_PIPE_PIPE] = ACTIONS(1080), + [anon_sym_LT_LT] = ACTIONS(1078), + [anon_sym_GT_GT] = ACTIONS(1078), + [anon_sym_PLUS_EQ] = ACTIONS(1080), + [anon_sym_DASH_EQ] = ACTIONS(1080), + [anon_sym_STAR_EQ] = ACTIONS(1080), + [anon_sym_SLASH_EQ] = ACTIONS(1080), + [anon_sym_PERCENT_EQ] = ACTIONS(1080), + [anon_sym_CARET_EQ] = ACTIONS(1080), + [anon_sym_AMP_EQ] = ACTIONS(1080), + [anon_sym_PIPE_EQ] = ACTIONS(1080), + [anon_sym_LT_LT_EQ] = ACTIONS(1080), + [anon_sym_GT_GT_EQ] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1078), + [anon_sym_EQ_EQ] = ACTIONS(1080), + [anon_sym_BANG_EQ] = ACTIONS(1080), + [anon_sym_GT] = ACTIONS(1078), + [anon_sym_LT] = ACTIONS(1078), + [anon_sym_GT_EQ] = ACTIONS(1080), + [anon_sym_LT_EQ] = ACTIONS(1080), + [anon_sym_AT] = ACTIONS(1080), + [anon_sym__] = ACTIONS(1078), + [anon_sym_DOT] = ACTIONS(1078), + [anon_sym_DOT_DOT] = ACTIONS(1078), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1080), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1080), + [anon_sym_COMMA] = ACTIONS(1080), + [anon_sym_COLON_COLON] = ACTIONS(1080), + [anon_sym_DASH_GT] = ACTIONS(1080), + [anon_sym_POUND] = ACTIONS(1080), + [anon_sym_SQUOTE] = ACTIONS(1078), + [anon_sym_as] = ACTIONS(1078), + [anon_sym_async] = ACTIONS(1078), + [anon_sym_await] = ACTIONS(1078), + [anon_sym_break] = ACTIONS(1078), + [anon_sym_const] = ACTIONS(1078), + [anon_sym_continue] = ACTIONS(1078), + [anon_sym_default] = ACTIONS(1078), + [anon_sym_enum] = ACTIONS(1078), + [anon_sym_fn] = ACTIONS(1078), + [anon_sym_for] = ACTIONS(1078), + [anon_sym_gen] = ACTIONS(1078), + [anon_sym_if] = ACTIONS(1078), + [anon_sym_impl] = ACTIONS(1078), + [anon_sym_let] = ACTIONS(1078), + [anon_sym_loop] = ACTIONS(1078), + [anon_sym_match] = ACTIONS(1078), + [anon_sym_mod] = ACTIONS(1078), + [anon_sym_pub] = ACTIONS(1078), + [anon_sym_return] = ACTIONS(1078), + [anon_sym_static] = ACTIONS(1078), + [anon_sym_struct] = ACTIONS(1078), + [anon_sym_trait] = ACTIONS(1078), + [anon_sym_type] = ACTIONS(1078), + [anon_sym_union] = ACTIONS(1078), + [anon_sym_unsafe] = ACTIONS(1078), + [anon_sym_use] = ACTIONS(1078), + [anon_sym_where] = ACTIONS(1078), + [anon_sym_while] = ACTIONS(1078), + [sym_mutable_specifier] = ACTIONS(1078), + [sym_integer_literal] = ACTIONS(1080), + [aux_sym_string_literal_token1] = ACTIONS(1080), + [sym_char_literal] = ACTIONS(1080), + [anon_sym_true] = ACTIONS(1078), + [anon_sym_false] = ACTIONS(1078), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1078), + [sym_super] = ACTIONS(1078), + [sym_crate] = ACTIONS(1078), + [sym__raw_string_literal_start] = ACTIONS(1080), + [sym_float_literal] = ACTIONS(1080), }, - [STATE(218)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1797), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [STATE(224)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1583), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(218), - [sym_block_comment] = STATE(218), - [aux_sym_tuple_expression_repeat1] = STATE(241), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1531), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(224), + [sym_block_comment] = STATE(224), [sym_identifier] = ACTIONS(344), [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_RPAREN] = ACTIONS(1188), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), [anon_sym_STAR] = ACTIONS(21), @@ -42535,13 +43292,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(354), [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(1070), + [anon_sym_DOT_DOT] = ACTIONS(1082), [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym_DASH_GT] = ACTIONS(1072), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(356), [anon_sym_break] = ACTIONS(41), @@ -42576,106 +43335,106 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, - [STATE(219)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1665), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(210), + [STATE(225)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1840), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1516), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(219), - [sym_block_comment] = STATE(219), - [sym_identifier] = ACTIONS(470), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1531), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(225), + [sym_block_comment] = STATE(225), + [sym_identifier] = ACTIONS(344), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), - [anon_sym_STAR] = ACTIONS(894), - [anon_sym_u8] = ACTIONS(472), - [anon_sym_i8] = ACTIONS(472), - [anon_sym_u16] = ACTIONS(472), - [anon_sym_i16] = ACTIONS(472), - [anon_sym_u32] = ACTIONS(472), - [anon_sym_i32] = ACTIONS(472), - [anon_sym_u64] = ACTIONS(472), - [anon_sym_i64] = ACTIONS(472), - [anon_sym_u128] = ACTIONS(472), - [anon_sym_i128] = ACTIONS(472), - [anon_sym_isize] = ACTIONS(472), - [anon_sym_usize] = ACTIONS(472), - [anon_sym_f32] = ACTIONS(472), - [anon_sym_f64] = ACTIONS(472), - [anon_sym_bool] = ACTIONS(472), - [anon_sym_str] = ACTIONS(472), - [anon_sym_char] = ACTIONS(472), - [anon_sym_DASH] = ACTIONS(510), - [anon_sym_BANG] = ACTIONS(894), - [anon_sym_AMP] = ACTIONS(896), + [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(354), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_AMP] = ACTIONS(25), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1190), - [anon_sym_DOT_DOT] = ACTIONS(1144), - [anon_sym_COLON_COLON] = ACTIONS(476), - [anon_sym_DASH_GT] = ACTIONS(1192), + [anon_sym__] = ACTIONS(1070), + [anon_sym_DOT_DOT] = ACTIONS(31), + [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym_DASH_GT] = ACTIONS(1072), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(512), - [anon_sym_break] = ACTIONS(514), + [anon_sym_async] = ACTIONS(356), + [anon_sym_break] = ACTIONS(41), [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(516), - [anon_sym_default] = ACTIONS(482), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(360), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(518), + [anon_sym_gen] = ACTIONS(364), [anon_sym_if] = ACTIONS(366), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(520), - [anon_sym_static] = ACTIONS(522), - [anon_sym_union] = ACTIONS(482), + [anon_sym_return] = ACTIONS(71), + [anon_sym_static] = ACTIONS(372), + [anon_sym_union] = ACTIONS(360), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(524), - [anon_sym_move] = ACTIONS(526), + [anon_sym_raw] = ACTIONS(360), + [anon_sym_yield] = ACTIONS(93), + [anon_sym_move] = ACTIONS(95), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -42684,182 +43443,65 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), + [sym_self] = ACTIONS(111), + [sym_super] = ACTIONS(113), + [sym_crate] = ACTIONS(113), + [sym_metavariable] = ACTIONS(117), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, - [STATE(220)] = { - [sym_bracketed_type] = STATE(3669), - [sym_generic_function] = STATE(1894), - [sym_generic_type_with_turbofish] = STATE(3057), - [sym__expression_except_range] = STATE(1672), - [sym__expression] = STATE(1774), - [sym_macro_invocation] = STATE(1901), - [sym_scoped_identifier] = STATE(1644), - [sym_scoped_type_identifier_in_expression_position] = STATE(3253), - [sym_range_expression] = STATE(1897), - [sym_unary_expression] = STATE(1894), - [sym_try_expression] = STATE(1894), - [sym_reference_expression] = STATE(1894), - [sym_binary_expression] = STATE(1894), - [sym_assignment_expression] = STATE(1894), - [sym_compound_assignment_expr] = STATE(1894), - [sym_type_cast_expression] = STATE(1894), - [sym_return_expression] = STATE(1894), - [sym_yield_expression] = STATE(1894), - [sym_call_expression] = STATE(1894), - [sym_array_expression] = STATE(1894), - [sym_parenthesized_expression] = STATE(1894), - [sym_tuple_expression] = STATE(1894), - [sym_unit_expression] = STATE(1894), - [sym_struct_expression] = STATE(1894), - [sym_if_expression] = STATE(1894), - [sym_match_expression] = STATE(1894), - [sym_while_expression] = STATE(1894), - [sym_loop_expression] = STATE(1894), - [sym_for_expression] = STATE(1894), - [sym_const_block] = STATE(1894), - [sym_closure_expression] = STATE(1894), - [sym_closure_parameters] = STATE(220), - [sym_label] = STATE(3777), - [sym_break_expression] = STATE(1894), - [sym_continue_expression] = STATE(1894), - [sym_index_expression] = STATE(1894), - [sym_await_expression] = STATE(1894), - [sym_field_expression] = STATE(1674), - [sym_unsafe_block] = STATE(1894), - [sym_async_block] = STATE(1894), - [sym_gen_block] = STATE(1894), - [sym_try_block] = STATE(1894), - [sym_block] = STATE(1930), - [sym__literal] = STATE(1894), - [sym_string_literal] = STATE(1768), - [sym_raw_string_literal] = STATE(1768), - [sym_boolean_literal] = STATE(1768), - [sym_line_comment] = STATE(220), - [sym_block_comment] = STATE(220), - [sym_identifier] = ACTIONS(410), - [anon_sym_LPAREN] = ACTIONS(500), - [anon_sym_LBRACK] = ACTIONS(502), - [anon_sym_LBRACE] = ACTIONS(412), - [anon_sym_STAR] = ACTIONS(904), - [anon_sym_u8] = ACTIONS(416), - [anon_sym_i8] = ACTIONS(416), - [anon_sym_u16] = ACTIONS(416), - [anon_sym_i16] = ACTIONS(416), - [anon_sym_u32] = ACTIONS(416), - [anon_sym_i32] = ACTIONS(416), - [anon_sym_u64] = ACTIONS(416), - [anon_sym_i64] = ACTIONS(416), - [anon_sym_u128] = ACTIONS(416), - [anon_sym_i128] = ACTIONS(416), - [anon_sym_isize] = ACTIONS(416), - [anon_sym_usize] = ACTIONS(416), - [anon_sym_f32] = ACTIONS(416), - [anon_sym_f64] = ACTIONS(416), - [anon_sym_bool] = ACTIONS(416), - [anon_sym_str] = ACTIONS(416), - [anon_sym_char] = ACTIONS(416), - [anon_sym_DASH] = ACTIONS(418), - [anon_sym_BANG] = ACTIONS(904), - [anon_sym_AMP] = ACTIONS(906), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1194), - [anon_sym_DOT_DOT] = ACTIONS(1160), - [anon_sym_COLON_COLON] = ACTIONS(420), - [anon_sym_DASH_GT] = ACTIONS(1196), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(422), - [anon_sym_break] = ACTIONS(424), - [anon_sym_const] = ACTIONS(426), - [anon_sym_continue] = ACTIONS(428), - [anon_sym_default] = ACTIONS(430), - [anon_sym_for] = ACTIONS(432), - [anon_sym_gen] = ACTIONS(434), - [anon_sym_if] = ACTIONS(436), - [anon_sym_loop] = ACTIONS(438), - [anon_sym_match] = ACTIONS(440), - [anon_sym_return] = ACTIONS(442), - [anon_sym_static] = ACTIONS(444), - [anon_sym_union] = ACTIONS(430), - [anon_sym_unsafe] = ACTIONS(446), - [anon_sym_while] = ACTIONS(448), - [anon_sym_raw] = ACTIONS(430), - [anon_sym_yield] = ACTIONS(450), - [anon_sym_move] = ACTIONS(452), - [anon_sym_try] = ACTIONS(454), - [sym_integer_literal] = ACTIONS(456), - [aux_sym_string_literal_token1] = ACTIONS(458), - [sym_char_literal] = ACTIONS(456), - [anon_sym_true] = ACTIONS(460), - [anon_sym_false] = ACTIONS(460), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(462), - [sym_super] = ACTIONS(464), - [sym_crate] = ACTIONS(464), - [sym_metavariable] = ACTIONS(466), - [sym__raw_string_literal_start] = ACTIONS(468), - [sym_float_literal] = ACTIONS(456), - }, - [STATE(221)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1813), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [STATE(226)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1843), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(221), - [sym_block_comment] = STATE(221), - [aux_sym_tuple_expression_repeat1] = STATE(241), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1557), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(226), + [sym_block_comment] = STATE(226), [sym_identifier] = ACTIONS(344), [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_RPAREN] = ACTIONS(1198), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), [anon_sym_STAR] = ACTIONS(21), @@ -42880,13 +43522,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(354), [anon_sym_BANG] = ACTIONS(21), [anon_sym_AMP] = ACTIONS(25), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1050), [anon_sym_DOT_DOT] = ACTIONS(31), [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym_DASH_GT] = ACTIONS(1054), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(356), [anon_sym_break] = ACTIONS(41), @@ -42921,56 +43565,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, - [STATE(222)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1586), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [STATE(227)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1860), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1516), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(222), - [sym_block_comment] = STATE(222), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1476), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(227), + [sym_block_comment] = STATE(227), [sym_identifier] = ACTIONS(344), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -42998,10 +43642,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(1190), - [anon_sym_DOT_DOT] = ACTIONS(1140), + [anon_sym__] = ACTIONS(1058), + [anon_sym_DOT_DOT] = ACTIONS(31), [anon_sym_COLON_COLON] = ACTIONS(33), - [anon_sym_DASH_GT] = ACTIONS(1192), + [anon_sym_DASH_GT] = ACTIONS(1060), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(356), [anon_sym_break] = ACTIONS(41), @@ -43036,60 +43680,173 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, - [STATE(223)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1813), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [STATE(228)] = { + [sym_line_comment] = STATE(228), + [sym_block_comment] = STATE(228), + [sym_identifier] = ACTIONS(1084), + [anon_sym_SEMI] = ACTIONS(1086), + [anon_sym_LPAREN] = ACTIONS(1086), + [anon_sym_RPAREN] = ACTIONS(1086), + [anon_sym_LBRACK] = ACTIONS(1086), + [anon_sym_RBRACK] = ACTIONS(1086), + [anon_sym_LBRACE] = ACTIONS(1086), + [anon_sym_RBRACE] = ACTIONS(1086), + [anon_sym_EQ_GT] = ACTIONS(1086), + [anon_sym_COLON] = ACTIONS(1084), + [anon_sym_DOLLAR] = ACTIONS(1086), + [anon_sym_PLUS] = ACTIONS(1084), + [anon_sym_STAR] = ACTIONS(1084), + [anon_sym_QMARK] = ACTIONS(1086), + [anon_sym_u8] = ACTIONS(1084), + [anon_sym_i8] = ACTIONS(1084), + [anon_sym_u16] = ACTIONS(1084), + [anon_sym_i16] = ACTIONS(1084), + [anon_sym_u32] = ACTIONS(1084), + [anon_sym_i32] = ACTIONS(1084), + [anon_sym_u64] = ACTIONS(1084), + [anon_sym_i64] = ACTIONS(1084), + [anon_sym_u128] = ACTIONS(1084), + [anon_sym_i128] = ACTIONS(1084), + [anon_sym_isize] = ACTIONS(1084), + [anon_sym_usize] = ACTIONS(1084), + [anon_sym_f32] = ACTIONS(1084), + [anon_sym_f64] = ACTIONS(1084), + [anon_sym_bool] = ACTIONS(1084), + [anon_sym_str] = ACTIONS(1084), + [anon_sym_char] = ACTIONS(1084), + [anon_sym_DASH] = ACTIONS(1084), + [anon_sym_SLASH] = ACTIONS(1084), + [anon_sym_PERCENT] = ACTIONS(1084), + [anon_sym_CARET] = ACTIONS(1084), + [anon_sym_BANG] = ACTIONS(1084), + [anon_sym_AMP] = ACTIONS(1084), + [anon_sym_PIPE] = ACTIONS(1084), + [anon_sym_AMP_AMP] = ACTIONS(1086), + [anon_sym_PIPE_PIPE] = ACTIONS(1086), + [anon_sym_LT_LT] = ACTIONS(1084), + [anon_sym_GT_GT] = ACTIONS(1084), + [anon_sym_PLUS_EQ] = ACTIONS(1086), + [anon_sym_DASH_EQ] = ACTIONS(1086), + [anon_sym_STAR_EQ] = ACTIONS(1086), + [anon_sym_SLASH_EQ] = ACTIONS(1086), + [anon_sym_PERCENT_EQ] = ACTIONS(1086), + [anon_sym_CARET_EQ] = ACTIONS(1086), + [anon_sym_AMP_EQ] = ACTIONS(1086), + [anon_sym_PIPE_EQ] = ACTIONS(1086), + [anon_sym_LT_LT_EQ] = ACTIONS(1086), + [anon_sym_GT_GT_EQ] = ACTIONS(1086), + [anon_sym_EQ] = ACTIONS(1084), + [anon_sym_EQ_EQ] = ACTIONS(1086), + [anon_sym_BANG_EQ] = ACTIONS(1086), + [anon_sym_GT] = ACTIONS(1084), + [anon_sym_LT] = ACTIONS(1084), + [anon_sym_GT_EQ] = ACTIONS(1086), + [anon_sym_LT_EQ] = ACTIONS(1086), + [anon_sym_AT] = ACTIONS(1086), + [anon_sym__] = ACTIONS(1084), + [anon_sym_DOT] = ACTIONS(1084), + [anon_sym_DOT_DOT] = ACTIONS(1084), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1086), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), + [anon_sym_COMMA] = ACTIONS(1086), + [anon_sym_COLON_COLON] = ACTIONS(1086), + [anon_sym_DASH_GT] = ACTIONS(1086), + [anon_sym_POUND] = ACTIONS(1086), + [anon_sym_SQUOTE] = ACTIONS(1084), + [anon_sym_as] = ACTIONS(1084), + [anon_sym_async] = ACTIONS(1084), + [anon_sym_await] = ACTIONS(1084), + [anon_sym_break] = ACTIONS(1084), + [anon_sym_const] = ACTIONS(1084), + [anon_sym_continue] = ACTIONS(1084), + [anon_sym_default] = ACTIONS(1084), + [anon_sym_enum] = ACTIONS(1084), + [anon_sym_fn] = ACTIONS(1084), + [anon_sym_for] = ACTIONS(1084), + [anon_sym_gen] = ACTIONS(1084), + [anon_sym_if] = ACTIONS(1084), + [anon_sym_impl] = ACTIONS(1084), + [anon_sym_let] = ACTIONS(1084), + [anon_sym_loop] = ACTIONS(1084), + [anon_sym_match] = ACTIONS(1084), + [anon_sym_mod] = ACTIONS(1084), + [anon_sym_pub] = ACTIONS(1084), + [anon_sym_return] = ACTIONS(1084), + [anon_sym_static] = ACTIONS(1084), + [anon_sym_struct] = ACTIONS(1084), + [anon_sym_trait] = ACTIONS(1084), + [anon_sym_type] = ACTIONS(1084), + [anon_sym_union] = ACTIONS(1084), + [anon_sym_unsafe] = ACTIONS(1084), + [anon_sym_use] = ACTIONS(1084), + [anon_sym_where] = ACTIONS(1084), + [anon_sym_while] = ACTIONS(1084), + [sym_mutable_specifier] = ACTIONS(1084), + [sym_integer_literal] = ACTIONS(1086), + [aux_sym_string_literal_token1] = ACTIONS(1086), + [sym_char_literal] = ACTIONS(1086), + [anon_sym_true] = ACTIONS(1084), + [anon_sym_false] = ACTIONS(1084), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1084), + [sym_super] = ACTIONS(1084), + [sym_crate] = ACTIONS(1084), + [sym__raw_string_literal_start] = ACTIONS(1086), + [sym_float_literal] = ACTIONS(1086), + }, + [STATE(229)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1869), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(223), - [sym_block_comment] = STATE(223), - [aux_sym_tuple_expression_repeat1] = STATE(238), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1542), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(229), + [sym_block_comment] = STATE(229), [sym_identifier] = ACTIONS(344), [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_RPAREN] = ACTIONS(1198), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), [anon_sym_STAR] = ACTIONS(21), @@ -43110,13 +43867,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(354), [anon_sym_BANG] = ACTIONS(21), [anon_sym_AMP] = ACTIONS(25), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1066), [anon_sym_DOT_DOT] = ACTIONS(31), [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym_DASH_GT] = ACTIONS(1068), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(356), [anon_sym_break] = ACTIONS(41), @@ -43151,61 +43910,176 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, - [STATE(224)] = { - [sym_bracketed_type] = STATE(3669), - [sym_generic_function] = STATE(1894), - [sym_generic_type_with_turbofish] = STATE(3057), - [sym__expression_except_range] = STATE(1672), - [sym__expression] = STATE(1776), - [sym_macro_invocation] = STATE(1901), - [sym_scoped_identifier] = STATE(1644), - [sym_scoped_type_identifier_in_expression_position] = STATE(3253), - [sym_range_expression] = STATE(1897), - [sym_unary_expression] = STATE(1894), - [sym_try_expression] = STATE(1894), - [sym_reference_expression] = STATE(1894), - [sym_binary_expression] = STATE(1894), - [sym_assignment_expression] = STATE(1894), - [sym_compound_assignment_expr] = STATE(1894), - [sym_type_cast_expression] = STATE(1894), - [sym_return_expression] = STATE(1894), - [sym_yield_expression] = STATE(1894), - [sym_call_expression] = STATE(1894), - [sym_array_expression] = STATE(1894), - [sym_parenthesized_expression] = STATE(1894), - [sym_tuple_expression] = STATE(1894), - [sym_unit_expression] = STATE(1894), - [sym_struct_expression] = STATE(1894), - [sym_if_expression] = STATE(1894), - [sym_match_expression] = STATE(1894), - [sym_while_expression] = STATE(1894), - [sym_loop_expression] = STATE(1894), - [sym_for_expression] = STATE(1894), - [sym_const_block] = STATE(1894), - [sym_closure_expression] = STATE(1894), - [sym_closure_parameters] = STATE(220), + [STATE(230)] = { + [sym_line_comment] = STATE(230), + [sym_block_comment] = STATE(230), + [sym_identifier] = ACTIONS(1088), + [anon_sym_SEMI] = ACTIONS(1090), + [anon_sym_LPAREN] = ACTIONS(1090), + [anon_sym_RPAREN] = ACTIONS(1090), + [anon_sym_LBRACK] = ACTIONS(1090), + [anon_sym_RBRACK] = ACTIONS(1090), + [anon_sym_LBRACE] = ACTIONS(1090), + [anon_sym_RBRACE] = ACTIONS(1090), + [anon_sym_EQ_GT] = ACTIONS(1090), + [anon_sym_COLON] = ACTIONS(1088), + [anon_sym_DOLLAR] = ACTIONS(1090), + [anon_sym_PLUS] = ACTIONS(1088), + [anon_sym_STAR] = ACTIONS(1088), + [anon_sym_QMARK] = ACTIONS(1090), + [anon_sym_u8] = ACTIONS(1088), + [anon_sym_i8] = ACTIONS(1088), + [anon_sym_u16] = ACTIONS(1088), + [anon_sym_i16] = ACTIONS(1088), + [anon_sym_u32] = ACTIONS(1088), + [anon_sym_i32] = ACTIONS(1088), + [anon_sym_u64] = ACTIONS(1088), + [anon_sym_i64] = ACTIONS(1088), + [anon_sym_u128] = ACTIONS(1088), + [anon_sym_i128] = ACTIONS(1088), + [anon_sym_isize] = ACTIONS(1088), + [anon_sym_usize] = ACTIONS(1088), + [anon_sym_f32] = ACTIONS(1088), + [anon_sym_f64] = ACTIONS(1088), + [anon_sym_bool] = ACTIONS(1088), + [anon_sym_str] = ACTIONS(1088), + [anon_sym_char] = ACTIONS(1088), + [anon_sym_DASH] = ACTIONS(1088), + [anon_sym_SLASH] = ACTIONS(1088), + [anon_sym_PERCENT] = ACTIONS(1088), + [anon_sym_CARET] = ACTIONS(1088), + [anon_sym_BANG] = ACTIONS(1088), + [anon_sym_AMP] = ACTIONS(1088), + [anon_sym_PIPE] = ACTIONS(1088), + [anon_sym_AMP_AMP] = ACTIONS(1090), + [anon_sym_PIPE_PIPE] = ACTIONS(1090), + [anon_sym_LT_LT] = ACTIONS(1088), + [anon_sym_GT_GT] = ACTIONS(1088), + [anon_sym_PLUS_EQ] = ACTIONS(1090), + [anon_sym_DASH_EQ] = ACTIONS(1090), + [anon_sym_STAR_EQ] = ACTIONS(1090), + [anon_sym_SLASH_EQ] = ACTIONS(1090), + [anon_sym_PERCENT_EQ] = ACTIONS(1090), + [anon_sym_CARET_EQ] = ACTIONS(1090), + [anon_sym_AMP_EQ] = ACTIONS(1090), + [anon_sym_PIPE_EQ] = ACTIONS(1090), + [anon_sym_LT_LT_EQ] = ACTIONS(1090), + [anon_sym_GT_GT_EQ] = ACTIONS(1090), + [anon_sym_EQ] = ACTIONS(1088), + [anon_sym_EQ_EQ] = ACTIONS(1090), + [anon_sym_BANG_EQ] = ACTIONS(1090), + [anon_sym_GT] = ACTIONS(1088), + [anon_sym_LT] = ACTIONS(1088), + [anon_sym_GT_EQ] = ACTIONS(1090), + [anon_sym_LT_EQ] = ACTIONS(1090), + [anon_sym_AT] = ACTIONS(1090), + [anon_sym__] = ACTIONS(1088), + [anon_sym_DOT] = ACTIONS(1088), + [anon_sym_DOT_DOT] = ACTIONS(1088), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1090), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1090), + [anon_sym_COMMA] = ACTIONS(1090), + [anon_sym_COLON_COLON] = ACTIONS(1090), + [anon_sym_DASH_GT] = ACTIONS(1090), + [anon_sym_POUND] = ACTIONS(1090), + [anon_sym_SQUOTE] = ACTIONS(1088), + [anon_sym_as] = ACTIONS(1088), + [anon_sym_async] = ACTIONS(1088), + [anon_sym_await] = ACTIONS(1088), + [anon_sym_break] = ACTIONS(1088), + [anon_sym_const] = ACTIONS(1088), + [anon_sym_continue] = ACTIONS(1088), + [anon_sym_default] = ACTIONS(1088), + [anon_sym_enum] = ACTIONS(1088), + [anon_sym_fn] = ACTIONS(1088), + [anon_sym_for] = ACTIONS(1088), + [anon_sym_gen] = ACTIONS(1088), + [anon_sym_if] = ACTIONS(1088), + [anon_sym_impl] = ACTIONS(1088), + [anon_sym_let] = ACTIONS(1088), + [anon_sym_loop] = ACTIONS(1088), + [anon_sym_match] = ACTIONS(1088), + [anon_sym_mod] = ACTIONS(1088), + [anon_sym_pub] = ACTIONS(1088), + [anon_sym_return] = ACTIONS(1088), + [anon_sym_static] = ACTIONS(1088), + [anon_sym_struct] = ACTIONS(1088), + [anon_sym_trait] = ACTIONS(1088), + [anon_sym_type] = ACTIONS(1088), + [anon_sym_union] = ACTIONS(1088), + [anon_sym_unsafe] = ACTIONS(1088), + [anon_sym_use] = ACTIONS(1088), + [anon_sym_where] = ACTIONS(1088), + [anon_sym_while] = ACTIONS(1088), + [sym_mutable_specifier] = ACTIONS(1088), + [sym_integer_literal] = ACTIONS(1090), + [aux_sym_string_literal_token1] = ACTIONS(1090), + [sym_char_literal] = ACTIONS(1090), + [anon_sym_true] = ACTIONS(1088), + [anon_sym_false] = ACTIONS(1088), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1088), + [sym_super] = ACTIONS(1088), + [sym_crate] = ACTIONS(1088), + [sym__raw_string_literal_start] = ACTIONS(1090), + [sym_float_literal] = ACTIONS(1090), + }, + [STATE(231)] = { + [sym_bracketed_type] = STATE(3670), + [sym_generic_function] = STATE(1761), + [sym_generic_type_with_turbofish] = STATE(3007), + [sym__expression_except_range] = STATE(1674), + [sym__expression] = STATE(1877), + [sym_macro_invocation] = STATE(1765), + [sym_scoped_identifier] = STATE(1630), + [sym_scoped_type_identifier_in_expression_position] = STATE(3431), + [sym_range_expression] = STATE(1763), + [sym_unary_expression] = STATE(1761), + [sym_try_expression] = STATE(1761), + [sym_reference_expression] = STATE(1761), + [sym_binary_expression] = STATE(1761), + [sym_assignment_expression] = STATE(1761), + [sym_compound_assignment_expr] = STATE(1761), + [sym_type_cast_expression] = STATE(1761), + [sym_return_expression] = STATE(1761), + [sym_yield_expression] = STATE(1761), + [sym_call_expression] = STATE(1761), + [sym_array_expression] = STATE(1761), + [sym_parenthesized_expression] = STATE(1761), + [sym_tuple_expression] = STATE(1761), + [sym_unit_expression] = STATE(1761), + [sym_struct_expression] = STATE(1761), + [sym_if_expression] = STATE(1761), + [sym_match_expression] = STATE(1761), + [sym_while_expression] = STATE(1761), + [sym_loop_expression] = STATE(1761), + [sym_for_expression] = STATE(1761), + [sym_const_block] = STATE(1761), + [sym_closure_expression] = STATE(1761), + [sym_closure_parameters] = STATE(231), [sym_label] = STATE(3777), - [sym_break_expression] = STATE(1894), - [sym_continue_expression] = STATE(1894), - [sym_index_expression] = STATE(1894), - [sym_await_expression] = STATE(1894), - [sym_field_expression] = STATE(1674), - [sym_unsafe_block] = STATE(1894), - [sym_async_block] = STATE(1894), - [sym_gen_block] = STATE(1894), - [sym_try_block] = STATE(1894), - [sym_block] = STATE(1722), - [sym__literal] = STATE(1894), - [sym_string_literal] = STATE(1768), - [sym_raw_string_literal] = STATE(1768), - [sym_boolean_literal] = STATE(1768), - [sym_line_comment] = STATE(224), - [sym_block_comment] = STATE(224), + [sym_break_expression] = STATE(1761), + [sym_continue_expression] = STATE(1761), + [sym_index_expression] = STATE(1761), + [sym_await_expression] = STATE(1761), + [sym_field_expression] = STATE(1720), + [sym_unsafe_block] = STATE(1761), + [sym_async_block] = STATE(1761), + [sym_gen_block] = STATE(1761), + [sym_try_block] = STATE(1761), + [sym_block] = STATE(1815), + [sym__literal] = STATE(1761), + [sym_string_literal] = STATE(1873), + [sym_raw_string_literal] = STATE(1873), + [sym_boolean_literal] = STATE(1873), + [sym_line_comment] = STATE(231), + [sym_block_comment] = STATE(231), [sym_identifier] = ACTIONS(410), - [anon_sym_LPAREN] = ACTIONS(500), - [anon_sym_LBRACK] = ACTIONS(502), + [anon_sym_LPAREN] = ACTIONS(518), + [anon_sym_LBRACK] = ACTIONS(520), [anon_sym_LBRACE] = ACTIONS(412), - [anon_sym_STAR] = ACTIONS(904), + [anon_sym_STAR] = ACTIONS(944), [anon_sym_u8] = ACTIONS(416), [anon_sym_i8] = ACTIONS(416), [anon_sym_u16] = ACTIONS(416), @@ -43224,14 +44098,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_str] = ACTIONS(416), [anon_sym_char] = ACTIONS(416), [anon_sym_DASH] = ACTIONS(418), - [anon_sym_BANG] = ACTIONS(904), - [anon_sym_AMP] = ACTIONS(906), + [anon_sym_BANG] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(946), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1200), - [anon_sym_DOT_DOT] = ACTIONS(1160), + [anon_sym__] = ACTIONS(1092), + [anon_sym_DOT_DOT] = ACTIONS(1062), [anon_sym_COLON_COLON] = ACTIONS(420), - [anon_sym_DASH_GT] = ACTIONS(1202), + [anon_sym_DASH_GT] = ACTIONS(1094), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(422), [anon_sym_break] = ACTIONS(424), @@ -43266,631 +44140,401 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(468), [sym_float_literal] = ACTIONS(456), }, - [STATE(225)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1797), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), - [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(225), - [sym_block_comment] = STATE(225), - [aux_sym_tuple_expression_repeat1] = STATE(244), - [sym_identifier] = ACTIONS(344), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_RPAREN] = ACTIONS(1188), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(348), - [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), + [STATE(232)] = { + [sym_bracketed_type] = STATE(3670), + [sym_generic_function] = STATE(1761), + [sym_generic_type_with_turbofish] = STATE(3007), + [sym__expression_except_range] = STATE(1674), + [sym__expression] = STATE(1879), + [sym_macro_invocation] = STATE(1765), + [sym_scoped_identifier] = STATE(1630), + [sym_scoped_type_identifier_in_expression_position] = STATE(3431), + [sym_range_expression] = STATE(1763), + [sym_unary_expression] = STATE(1761), + [sym_try_expression] = STATE(1761), + [sym_reference_expression] = STATE(1761), + [sym_binary_expression] = STATE(1761), + [sym_assignment_expression] = STATE(1761), + [sym_compound_assignment_expr] = STATE(1761), + [sym_type_cast_expression] = STATE(1761), + [sym_return_expression] = STATE(1761), + [sym_yield_expression] = STATE(1761), + [sym_call_expression] = STATE(1761), + [sym_array_expression] = STATE(1761), + [sym_parenthesized_expression] = STATE(1761), + [sym_tuple_expression] = STATE(1761), + [sym_unit_expression] = STATE(1761), + [sym_struct_expression] = STATE(1761), + [sym_if_expression] = STATE(1761), + [sym_match_expression] = STATE(1761), + [sym_while_expression] = STATE(1761), + [sym_loop_expression] = STATE(1761), + [sym_for_expression] = STATE(1761), + [sym_const_block] = STATE(1761), + [sym_closure_expression] = STATE(1761), + [sym_closure_parameters] = STATE(231), + [sym_label] = STATE(3777), + [sym_break_expression] = STATE(1761), + [sym_continue_expression] = STATE(1761), + [sym_index_expression] = STATE(1761), + [sym_await_expression] = STATE(1761), + [sym_field_expression] = STATE(1720), + [sym_unsafe_block] = STATE(1761), + [sym_async_block] = STATE(1761), + [sym_gen_block] = STATE(1761), + [sym_try_block] = STATE(1761), + [sym_block] = STATE(1894), + [sym__literal] = STATE(1761), + [sym_string_literal] = STATE(1873), + [sym_raw_string_literal] = STATE(1873), + [sym_boolean_literal] = STATE(1873), + [sym_line_comment] = STATE(232), + [sym_block_comment] = STATE(232), + [sym_identifier] = ACTIONS(410), + [anon_sym_LPAREN] = ACTIONS(518), + [anon_sym_LBRACK] = ACTIONS(520), + [anon_sym_LBRACE] = ACTIONS(412), + [anon_sym_STAR] = ACTIONS(944), + [anon_sym_u8] = ACTIONS(416), + [anon_sym_i8] = ACTIONS(416), + [anon_sym_u16] = ACTIONS(416), + [anon_sym_i16] = ACTIONS(416), + [anon_sym_u32] = ACTIONS(416), + [anon_sym_i32] = ACTIONS(416), + [anon_sym_u64] = ACTIONS(416), + [anon_sym_i64] = ACTIONS(416), + [anon_sym_u128] = ACTIONS(416), + [anon_sym_i128] = ACTIONS(416), + [anon_sym_isize] = ACTIONS(416), + [anon_sym_usize] = ACTIONS(416), + [anon_sym_f32] = ACTIONS(416), + [anon_sym_f64] = ACTIONS(416), + [anon_sym_bool] = ACTIONS(416), + [anon_sym_str] = ACTIONS(416), + [anon_sym_char] = ACTIONS(416), + [anon_sym_DASH] = ACTIONS(418), + [anon_sym_BANG] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(946), [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(1096), + [anon_sym_DOT_DOT] = ACTIONS(1062), + [anon_sym_COLON_COLON] = ACTIONS(420), + [anon_sym_DASH_GT] = ACTIONS(1098), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(356), - [anon_sym_break] = ACTIONS(41), - [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(360), - [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(364), - [anon_sym_if] = ACTIONS(366), - [anon_sym_loop] = ACTIONS(368), - [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(71), - [anon_sym_static] = ACTIONS(372), - [anon_sym_union] = ACTIONS(360), - [anon_sym_unsafe] = ACTIONS(374), - [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(360), - [anon_sym_yield] = ACTIONS(93), - [anon_sym_move] = ACTIONS(95), - [anon_sym_try] = ACTIONS(378), - [sym_integer_literal] = ACTIONS(99), - [aux_sym_string_literal_token1] = ACTIONS(101), - [sym_char_literal] = ACTIONS(99), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), + [anon_sym_async] = ACTIONS(422), + [anon_sym_break] = ACTIONS(424), + [anon_sym_const] = ACTIONS(426), + [anon_sym_continue] = ACTIONS(428), + [anon_sym_default] = ACTIONS(430), + [anon_sym_for] = ACTIONS(432), + [anon_sym_gen] = ACTIONS(434), + [anon_sym_if] = ACTIONS(436), + [anon_sym_loop] = ACTIONS(438), + [anon_sym_match] = ACTIONS(440), + [anon_sym_return] = ACTIONS(442), + [anon_sym_static] = ACTIONS(444), + [anon_sym_union] = ACTIONS(430), + [anon_sym_unsafe] = ACTIONS(446), + [anon_sym_while] = ACTIONS(448), + [anon_sym_raw] = ACTIONS(430), + [anon_sym_yield] = ACTIONS(450), + [anon_sym_move] = ACTIONS(452), + [anon_sym_try] = ACTIONS(454), + [sym_integer_literal] = ACTIONS(456), + [aux_sym_string_literal_token1] = ACTIONS(458), + [sym_char_literal] = ACTIONS(456), + [anon_sym_true] = ACTIONS(460), + [anon_sym_false] = ACTIONS(460), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(111), - [sym_super] = ACTIONS(113), - [sym_crate] = ACTIONS(113), - [sym_metavariable] = ACTIONS(117), - [sym__raw_string_literal_start] = ACTIONS(119), - [sym_float_literal] = ACTIONS(99), - }, - [STATE(226)] = { - [sym_line_comment] = STATE(226), - [sym_block_comment] = STATE(226), - [sym_identifier] = ACTIONS(1004), - [anon_sym_SEMI] = ACTIONS(1006), - [anon_sym_LPAREN] = ACTIONS(1006), - [anon_sym_RPAREN] = ACTIONS(1006), - [anon_sym_LBRACK] = ACTIONS(1006), - [anon_sym_RBRACK] = ACTIONS(1006), - [anon_sym_LBRACE] = ACTIONS(1006), - [anon_sym_RBRACE] = ACTIONS(1006), - [anon_sym_EQ_GT] = ACTIONS(1006), - [anon_sym_COLON] = ACTIONS(1004), - [anon_sym_DOLLAR] = ACTIONS(1006), - [anon_sym_PLUS] = ACTIONS(1004), - [anon_sym_STAR] = ACTIONS(1004), - [anon_sym_QMARK] = ACTIONS(1006), - [anon_sym_u8] = ACTIONS(1004), - [anon_sym_i8] = ACTIONS(1004), - [anon_sym_u16] = ACTIONS(1004), - [anon_sym_i16] = ACTIONS(1004), - [anon_sym_u32] = ACTIONS(1004), - [anon_sym_i32] = ACTIONS(1004), - [anon_sym_u64] = ACTIONS(1004), - [anon_sym_i64] = ACTIONS(1004), - [anon_sym_u128] = ACTIONS(1004), - [anon_sym_i128] = ACTIONS(1004), - [anon_sym_isize] = ACTIONS(1004), - [anon_sym_usize] = ACTIONS(1004), - [anon_sym_f32] = ACTIONS(1004), - [anon_sym_f64] = ACTIONS(1004), - [anon_sym_bool] = ACTIONS(1004), - [anon_sym_str] = ACTIONS(1004), - [anon_sym_char] = ACTIONS(1004), - [anon_sym_DASH] = ACTIONS(1004), - [anon_sym_SLASH] = ACTIONS(1004), - [anon_sym_PERCENT] = ACTIONS(1004), - [anon_sym_CARET] = ACTIONS(1004), - [anon_sym_BANG] = ACTIONS(1004), - [anon_sym_AMP] = ACTIONS(1004), - [anon_sym_PIPE] = ACTIONS(1004), - [anon_sym_AMP_AMP] = ACTIONS(1006), - [anon_sym_PIPE_PIPE] = ACTIONS(1006), - [anon_sym_LT_LT] = ACTIONS(1004), - [anon_sym_GT_GT] = ACTIONS(1004), - [anon_sym_PLUS_EQ] = ACTIONS(1006), - [anon_sym_DASH_EQ] = ACTIONS(1006), - [anon_sym_STAR_EQ] = ACTIONS(1006), - [anon_sym_SLASH_EQ] = ACTIONS(1006), - [anon_sym_PERCENT_EQ] = ACTIONS(1006), - [anon_sym_CARET_EQ] = ACTIONS(1006), - [anon_sym_AMP_EQ] = ACTIONS(1006), - [anon_sym_PIPE_EQ] = ACTIONS(1006), - [anon_sym_LT_LT_EQ] = ACTIONS(1006), - [anon_sym_GT_GT_EQ] = ACTIONS(1006), - [anon_sym_EQ] = ACTIONS(1004), - [anon_sym_EQ_EQ] = ACTIONS(1006), - [anon_sym_BANG_EQ] = ACTIONS(1006), - [anon_sym_GT] = ACTIONS(1004), - [anon_sym_LT] = ACTIONS(1004), - [anon_sym_GT_EQ] = ACTIONS(1006), - [anon_sym_LT_EQ] = ACTIONS(1006), - [anon_sym_AT] = ACTIONS(1006), - [anon_sym__] = ACTIONS(1004), - [anon_sym_DOT] = ACTIONS(1004), - [anon_sym_DOT_DOT] = ACTIONS(1004), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1006), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1006), - [anon_sym_COMMA] = ACTIONS(1006), - [anon_sym_COLON_COLON] = ACTIONS(1006), - [anon_sym_DASH_GT] = ACTIONS(1006), - [anon_sym_POUND] = ACTIONS(1006), - [anon_sym_SQUOTE] = ACTIONS(1004), - [anon_sym_as] = ACTIONS(1004), - [anon_sym_async] = ACTIONS(1004), - [anon_sym_await] = ACTIONS(1004), - [anon_sym_break] = ACTIONS(1004), - [anon_sym_const] = ACTIONS(1004), - [anon_sym_continue] = ACTIONS(1004), - [anon_sym_default] = ACTIONS(1004), - [anon_sym_enum] = ACTIONS(1004), - [anon_sym_fn] = ACTIONS(1004), - [anon_sym_for] = ACTIONS(1004), - [anon_sym_gen] = ACTIONS(1004), - [anon_sym_if] = ACTIONS(1004), - [anon_sym_impl] = ACTIONS(1004), - [anon_sym_let] = ACTIONS(1004), - [anon_sym_loop] = ACTIONS(1004), - [anon_sym_match] = ACTIONS(1004), - [anon_sym_mod] = ACTIONS(1004), - [anon_sym_pub] = ACTIONS(1004), - [anon_sym_return] = ACTIONS(1004), - [anon_sym_static] = ACTIONS(1004), - [anon_sym_struct] = ACTIONS(1004), - [anon_sym_trait] = ACTIONS(1004), - [anon_sym_type] = ACTIONS(1004), - [anon_sym_union] = ACTIONS(1004), - [anon_sym_unsafe] = ACTIONS(1004), - [anon_sym_use] = ACTIONS(1004), - [anon_sym_where] = ACTIONS(1004), - [anon_sym_while] = ACTIONS(1004), - [sym_mutable_specifier] = ACTIONS(1004), - [sym_integer_literal] = ACTIONS(1006), - [aux_sym_string_literal_token1] = ACTIONS(1006), - [sym_char_literal] = ACTIONS(1006), - [anon_sym_true] = ACTIONS(1004), - [anon_sym_false] = ACTIONS(1004), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1004), - [sym_super] = ACTIONS(1004), - [sym_crate] = ACTIONS(1004), - [sym__raw_string_literal_start] = ACTIONS(1006), - [sym_float_literal] = ACTIONS(1006), - }, - [STATE(227)] = { - [sym_line_comment] = STATE(227), - [sym_block_comment] = STATE(227), - [sym_identifier] = ACTIONS(1012), - [anon_sym_SEMI] = ACTIONS(1014), - [anon_sym_LPAREN] = ACTIONS(1014), - [anon_sym_RPAREN] = ACTIONS(1014), - [anon_sym_LBRACK] = ACTIONS(1014), - [anon_sym_RBRACK] = ACTIONS(1014), - [anon_sym_LBRACE] = ACTIONS(1014), - [anon_sym_RBRACE] = ACTIONS(1014), - [anon_sym_EQ_GT] = ACTIONS(1014), - [anon_sym_COLON] = ACTIONS(1012), - [anon_sym_DOLLAR] = ACTIONS(1014), - [anon_sym_PLUS] = ACTIONS(1012), - [anon_sym_STAR] = ACTIONS(1012), - [anon_sym_QMARK] = ACTIONS(1014), - [anon_sym_u8] = ACTIONS(1012), - [anon_sym_i8] = ACTIONS(1012), - [anon_sym_u16] = ACTIONS(1012), - [anon_sym_i16] = ACTIONS(1012), - [anon_sym_u32] = ACTIONS(1012), - [anon_sym_i32] = ACTIONS(1012), - [anon_sym_u64] = ACTIONS(1012), - [anon_sym_i64] = ACTIONS(1012), - [anon_sym_u128] = ACTIONS(1012), - [anon_sym_i128] = ACTIONS(1012), - [anon_sym_isize] = ACTIONS(1012), - [anon_sym_usize] = ACTIONS(1012), - [anon_sym_f32] = ACTIONS(1012), - [anon_sym_f64] = ACTIONS(1012), - [anon_sym_bool] = ACTIONS(1012), - [anon_sym_str] = ACTIONS(1012), - [anon_sym_char] = ACTIONS(1012), - [anon_sym_DASH] = ACTIONS(1012), - [anon_sym_SLASH] = ACTIONS(1012), - [anon_sym_PERCENT] = ACTIONS(1012), - [anon_sym_CARET] = ACTIONS(1012), - [anon_sym_BANG] = ACTIONS(1012), - [anon_sym_AMP] = ACTIONS(1012), - [anon_sym_PIPE] = ACTIONS(1012), - [anon_sym_AMP_AMP] = ACTIONS(1014), - [anon_sym_PIPE_PIPE] = ACTIONS(1014), - [anon_sym_LT_LT] = ACTIONS(1012), - [anon_sym_GT_GT] = ACTIONS(1012), - [anon_sym_PLUS_EQ] = ACTIONS(1014), - [anon_sym_DASH_EQ] = ACTIONS(1014), - [anon_sym_STAR_EQ] = ACTIONS(1014), - [anon_sym_SLASH_EQ] = ACTIONS(1014), - [anon_sym_PERCENT_EQ] = ACTIONS(1014), - [anon_sym_CARET_EQ] = ACTIONS(1014), - [anon_sym_AMP_EQ] = ACTIONS(1014), - [anon_sym_PIPE_EQ] = ACTIONS(1014), - [anon_sym_LT_LT_EQ] = ACTIONS(1014), - [anon_sym_GT_GT_EQ] = ACTIONS(1014), - [anon_sym_EQ] = ACTIONS(1012), - [anon_sym_EQ_EQ] = ACTIONS(1014), - [anon_sym_BANG_EQ] = ACTIONS(1014), - [anon_sym_GT] = ACTIONS(1012), - [anon_sym_LT] = ACTIONS(1012), - [anon_sym_GT_EQ] = ACTIONS(1014), - [anon_sym_LT_EQ] = ACTIONS(1014), - [anon_sym_AT] = ACTIONS(1014), - [anon_sym__] = ACTIONS(1012), - [anon_sym_DOT] = ACTIONS(1012), - [anon_sym_DOT_DOT] = ACTIONS(1012), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1014), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1014), - [anon_sym_COMMA] = ACTIONS(1014), - [anon_sym_COLON_COLON] = ACTIONS(1014), - [anon_sym_DASH_GT] = ACTIONS(1014), - [anon_sym_POUND] = ACTIONS(1014), - [anon_sym_SQUOTE] = ACTIONS(1012), - [anon_sym_as] = ACTIONS(1012), - [anon_sym_async] = ACTIONS(1012), - [anon_sym_await] = ACTIONS(1012), - [anon_sym_break] = ACTIONS(1012), - [anon_sym_const] = ACTIONS(1012), - [anon_sym_continue] = ACTIONS(1012), - [anon_sym_default] = ACTIONS(1012), - [anon_sym_enum] = ACTIONS(1012), - [anon_sym_fn] = ACTIONS(1012), - [anon_sym_for] = ACTIONS(1012), - [anon_sym_gen] = ACTIONS(1012), - [anon_sym_if] = ACTIONS(1012), - [anon_sym_impl] = ACTIONS(1012), - [anon_sym_let] = ACTIONS(1012), - [anon_sym_loop] = ACTIONS(1012), - [anon_sym_match] = ACTIONS(1012), - [anon_sym_mod] = ACTIONS(1012), - [anon_sym_pub] = ACTIONS(1012), - [anon_sym_return] = ACTIONS(1012), - [anon_sym_static] = ACTIONS(1012), - [anon_sym_struct] = ACTIONS(1012), - [anon_sym_trait] = ACTIONS(1012), - [anon_sym_type] = ACTIONS(1012), - [anon_sym_union] = ACTIONS(1012), - [anon_sym_unsafe] = ACTIONS(1012), - [anon_sym_use] = ACTIONS(1012), - [anon_sym_where] = ACTIONS(1012), - [anon_sym_while] = ACTIONS(1012), - [sym_mutable_specifier] = ACTIONS(1012), - [sym_integer_literal] = ACTIONS(1014), - [aux_sym_string_literal_token1] = ACTIONS(1014), - [sym_char_literal] = ACTIONS(1014), - [anon_sym_true] = ACTIONS(1012), - [anon_sym_false] = ACTIONS(1012), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1012), - [sym_super] = ACTIONS(1012), - [sym_crate] = ACTIONS(1012), - [sym__raw_string_literal_start] = ACTIONS(1014), - [sym_float_literal] = ACTIONS(1014), + [sym_self] = ACTIONS(462), + [sym_super] = ACTIONS(464), + [sym_crate] = ACTIONS(464), + [sym_metavariable] = ACTIONS(466), + [sym__raw_string_literal_start] = ACTIONS(468), + [sym_float_literal] = ACTIONS(456), }, - [STATE(228)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1796), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(228), - [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1435), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(228), - [sym_block_comment] = STATE(228), - [sym_identifier] = ACTIONS(470), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(348), - [anon_sym_STAR] = ACTIONS(1204), - [anon_sym_u8] = ACTIONS(472), - [anon_sym_i8] = ACTIONS(472), - [anon_sym_u16] = ACTIONS(472), - [anon_sym_i16] = ACTIONS(472), - [anon_sym_u32] = ACTIONS(472), - [anon_sym_i32] = ACTIONS(472), - [anon_sym_u64] = ACTIONS(472), - [anon_sym_i64] = ACTIONS(472), - [anon_sym_u128] = ACTIONS(472), - [anon_sym_i128] = ACTIONS(472), - [anon_sym_isize] = ACTIONS(472), - [anon_sym_usize] = ACTIONS(472), - [anon_sym_f32] = ACTIONS(472), - [anon_sym_f64] = ACTIONS(472), - [anon_sym_bool] = ACTIONS(472), - [anon_sym_str] = ACTIONS(472), - [anon_sym_char] = ACTIONS(472), - [anon_sym_DASH] = ACTIONS(474), - [anon_sym_BANG] = ACTIONS(1204), - [anon_sym_AMP] = ACTIONS(1206), + [STATE(233)] = { + [sym_bracketed_type] = STATE(3670), + [sym_generic_function] = STATE(1761), + [sym_generic_type_with_turbofish] = STATE(3007), + [sym__expression_except_range] = STATE(1674), + [sym__expression] = STATE(1883), + [sym_macro_invocation] = STATE(1765), + [sym_scoped_identifier] = STATE(1630), + [sym_scoped_type_identifier_in_expression_position] = STATE(3431), + [sym_range_expression] = STATE(1763), + [sym_unary_expression] = STATE(1761), + [sym_try_expression] = STATE(1761), + [sym_reference_expression] = STATE(1761), + [sym_binary_expression] = STATE(1761), + [sym_assignment_expression] = STATE(1761), + [sym_compound_assignment_expr] = STATE(1761), + [sym_type_cast_expression] = STATE(1761), + [sym_return_expression] = STATE(1761), + [sym_yield_expression] = STATE(1761), + [sym_call_expression] = STATE(1761), + [sym_array_expression] = STATE(1761), + [sym_parenthesized_expression] = STATE(1761), + [sym_tuple_expression] = STATE(1761), + [sym_unit_expression] = STATE(1761), + [sym_struct_expression] = STATE(1761), + [sym_if_expression] = STATE(1761), + [sym_match_expression] = STATE(1761), + [sym_while_expression] = STATE(1761), + [sym_loop_expression] = STATE(1761), + [sym_for_expression] = STATE(1761), + [sym_const_block] = STATE(1761), + [sym_closure_expression] = STATE(1761), + [sym_closure_parameters] = STATE(231), + [sym_label] = STATE(3777), + [sym_break_expression] = STATE(1761), + [sym_continue_expression] = STATE(1761), + [sym_index_expression] = STATE(1761), + [sym_await_expression] = STATE(1761), + [sym_field_expression] = STATE(1720), + [sym_unsafe_block] = STATE(1761), + [sym_async_block] = STATE(1761), + [sym_gen_block] = STATE(1761), + [sym_try_block] = STATE(1761), + [sym_block] = STATE(1733), + [sym__literal] = STATE(1761), + [sym_string_literal] = STATE(1873), + [sym_raw_string_literal] = STATE(1873), + [sym_boolean_literal] = STATE(1873), + [sym_line_comment] = STATE(233), + [sym_block_comment] = STATE(233), + [sym_identifier] = ACTIONS(410), + [anon_sym_LPAREN] = ACTIONS(518), + [anon_sym_LBRACK] = ACTIONS(520), + [anon_sym_LBRACE] = ACTIONS(412), + [anon_sym_STAR] = ACTIONS(944), + [anon_sym_u8] = ACTIONS(416), + [anon_sym_i8] = ACTIONS(416), + [anon_sym_u16] = ACTIONS(416), + [anon_sym_i16] = ACTIONS(416), + [anon_sym_u32] = ACTIONS(416), + [anon_sym_i32] = ACTIONS(416), + [anon_sym_u64] = ACTIONS(416), + [anon_sym_i64] = ACTIONS(416), + [anon_sym_u128] = ACTIONS(416), + [anon_sym_i128] = ACTIONS(416), + [anon_sym_isize] = ACTIONS(416), + [anon_sym_usize] = ACTIONS(416), + [anon_sym_f32] = ACTIONS(416), + [anon_sym_f64] = ACTIONS(416), + [anon_sym_bool] = ACTIONS(416), + [anon_sym_str] = ACTIONS(416), + [anon_sym_char] = ACTIONS(416), + [anon_sym_DASH] = ACTIONS(418), + [anon_sym_BANG] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(946), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1138), - [anon_sym_DOT_DOT] = ACTIONS(1208), - [anon_sym_COLON_COLON] = ACTIONS(476), - [anon_sym_DASH_GT] = ACTIONS(1142), + [anon_sym__] = ACTIONS(1100), + [anon_sym_DOT_DOT] = ACTIONS(1062), + [anon_sym_COLON_COLON] = ACTIONS(420), + [anon_sym_DASH_GT] = ACTIONS(1102), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(478), - [anon_sym_break] = ACTIONS(480), - [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(482), - [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(484), - [anon_sym_if] = ACTIONS(366), - [anon_sym_loop] = ACTIONS(368), - [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(486), - [anon_sym_static] = ACTIONS(488), - [anon_sym_union] = ACTIONS(482), - [anon_sym_unsafe] = ACTIONS(374), - [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(490), - [anon_sym_move] = ACTIONS(492), - [anon_sym_try] = ACTIONS(378), - [sym_integer_literal] = ACTIONS(99), - [aux_sym_string_literal_token1] = ACTIONS(101), - [sym_char_literal] = ACTIONS(99), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), + [anon_sym_async] = ACTIONS(422), + [anon_sym_break] = ACTIONS(424), + [anon_sym_const] = ACTIONS(426), + [anon_sym_continue] = ACTIONS(428), + [anon_sym_default] = ACTIONS(430), + [anon_sym_for] = ACTIONS(432), + [anon_sym_gen] = ACTIONS(434), + [anon_sym_if] = ACTIONS(436), + [anon_sym_loop] = ACTIONS(438), + [anon_sym_match] = ACTIONS(440), + [anon_sym_return] = ACTIONS(442), + [anon_sym_static] = ACTIONS(444), + [anon_sym_union] = ACTIONS(430), + [anon_sym_unsafe] = ACTIONS(446), + [anon_sym_while] = ACTIONS(448), + [anon_sym_raw] = ACTIONS(430), + [anon_sym_yield] = ACTIONS(450), + [anon_sym_move] = ACTIONS(452), + [anon_sym_try] = ACTIONS(454), + [sym_integer_literal] = ACTIONS(456), + [aux_sym_string_literal_token1] = ACTIONS(458), + [sym_char_literal] = ACTIONS(456), + [anon_sym_true] = ACTIONS(460), + [anon_sym_false] = ACTIONS(460), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), - [sym__raw_string_literal_start] = ACTIONS(119), - [sym_float_literal] = ACTIONS(99), + [sym_self] = ACTIONS(462), + [sym_super] = ACTIONS(464), + [sym_crate] = ACTIONS(464), + [sym_metavariable] = ACTIONS(466), + [sym__raw_string_literal_start] = ACTIONS(468), + [sym_float_literal] = ACTIONS(456), }, - [STATE(229)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1827), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(228), - [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1460), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(229), - [sym_block_comment] = STATE(229), - [sym_identifier] = ACTIONS(470), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(348), - [anon_sym_STAR] = ACTIONS(1204), - [anon_sym_u8] = ACTIONS(472), - [anon_sym_i8] = ACTIONS(472), - [anon_sym_u16] = ACTIONS(472), - [anon_sym_i16] = ACTIONS(472), - [anon_sym_u32] = ACTIONS(472), - [anon_sym_i32] = ACTIONS(472), - [anon_sym_u64] = ACTIONS(472), - [anon_sym_i64] = ACTIONS(472), - [anon_sym_u128] = ACTIONS(472), - [anon_sym_i128] = ACTIONS(472), - [anon_sym_isize] = ACTIONS(472), - [anon_sym_usize] = ACTIONS(472), - [anon_sym_f32] = ACTIONS(472), - [anon_sym_f64] = ACTIONS(472), - [anon_sym_bool] = ACTIONS(472), - [anon_sym_str] = ACTIONS(472), - [anon_sym_char] = ACTIONS(472), - [anon_sym_DASH] = ACTIONS(474), - [anon_sym_BANG] = ACTIONS(1204), - [anon_sym_AMP] = ACTIONS(1206), + [STATE(234)] = { + [sym_bracketed_type] = STATE(3670), + [sym_generic_function] = STATE(1761), + [sym_generic_type_with_turbofish] = STATE(3007), + [sym__expression_except_range] = STATE(1674), + [sym__expression] = STATE(1885), + [sym_macro_invocation] = STATE(1765), + [sym_scoped_identifier] = STATE(1630), + [sym_scoped_type_identifier_in_expression_position] = STATE(3431), + [sym_range_expression] = STATE(1763), + [sym_unary_expression] = STATE(1761), + [sym_try_expression] = STATE(1761), + [sym_reference_expression] = STATE(1761), + [sym_binary_expression] = STATE(1761), + [sym_assignment_expression] = STATE(1761), + [sym_compound_assignment_expr] = STATE(1761), + [sym_type_cast_expression] = STATE(1761), + [sym_return_expression] = STATE(1761), + [sym_yield_expression] = STATE(1761), + [sym_call_expression] = STATE(1761), + [sym_array_expression] = STATE(1761), + [sym_parenthesized_expression] = STATE(1761), + [sym_tuple_expression] = STATE(1761), + [sym_unit_expression] = STATE(1761), + [sym_struct_expression] = STATE(1761), + [sym_if_expression] = STATE(1761), + [sym_match_expression] = STATE(1761), + [sym_while_expression] = STATE(1761), + [sym_loop_expression] = STATE(1761), + [sym_for_expression] = STATE(1761), + [sym_const_block] = STATE(1761), + [sym_closure_expression] = STATE(1761), + [sym_closure_parameters] = STATE(231), + [sym_label] = STATE(3777), + [sym_break_expression] = STATE(1761), + [sym_continue_expression] = STATE(1761), + [sym_index_expression] = STATE(1761), + [sym_await_expression] = STATE(1761), + [sym_field_expression] = STATE(1720), + [sym_unsafe_block] = STATE(1761), + [sym_async_block] = STATE(1761), + [sym_gen_block] = STATE(1761), + [sym_try_block] = STATE(1761), + [sym_block] = STATE(1746), + [sym__literal] = STATE(1761), + [sym_string_literal] = STATE(1873), + [sym_raw_string_literal] = STATE(1873), + [sym_boolean_literal] = STATE(1873), + [sym_line_comment] = STATE(234), + [sym_block_comment] = STATE(234), + [sym_identifier] = ACTIONS(410), + [anon_sym_LPAREN] = ACTIONS(518), + [anon_sym_LBRACK] = ACTIONS(520), + [anon_sym_LBRACE] = ACTIONS(412), + [anon_sym_STAR] = ACTIONS(944), + [anon_sym_u8] = ACTIONS(416), + [anon_sym_i8] = ACTIONS(416), + [anon_sym_u16] = ACTIONS(416), + [anon_sym_i16] = ACTIONS(416), + [anon_sym_u32] = ACTIONS(416), + [anon_sym_i32] = ACTIONS(416), + [anon_sym_u64] = ACTIONS(416), + [anon_sym_i64] = ACTIONS(416), + [anon_sym_u128] = ACTIONS(416), + [anon_sym_i128] = ACTIONS(416), + [anon_sym_isize] = ACTIONS(416), + [anon_sym_usize] = ACTIONS(416), + [anon_sym_f32] = ACTIONS(416), + [anon_sym_f64] = ACTIONS(416), + [anon_sym_bool] = ACTIONS(416), + [anon_sym_str] = ACTIONS(416), + [anon_sym_char] = ACTIONS(416), + [anon_sym_DASH] = ACTIONS(418), + [anon_sym_BANG] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(946), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1146), - [anon_sym_DOT_DOT] = ACTIONS(1208), - [anon_sym_COLON_COLON] = ACTIONS(476), - [anon_sym_DASH_GT] = ACTIONS(1148), + [anon_sym__] = ACTIONS(1104), + [anon_sym_DOT_DOT] = ACTIONS(1062), + [anon_sym_COLON_COLON] = ACTIONS(420), + [anon_sym_DASH_GT] = ACTIONS(1106), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(478), - [anon_sym_break] = ACTIONS(480), - [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(482), - [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(484), - [anon_sym_if] = ACTIONS(366), - [anon_sym_loop] = ACTIONS(368), - [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(486), - [anon_sym_static] = ACTIONS(488), - [anon_sym_union] = ACTIONS(482), - [anon_sym_unsafe] = ACTIONS(374), - [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(490), - [anon_sym_move] = ACTIONS(492), - [anon_sym_try] = ACTIONS(378), - [sym_integer_literal] = ACTIONS(99), - [aux_sym_string_literal_token1] = ACTIONS(101), - [sym_char_literal] = ACTIONS(99), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), + [anon_sym_async] = ACTIONS(422), + [anon_sym_break] = ACTIONS(424), + [anon_sym_const] = ACTIONS(426), + [anon_sym_continue] = ACTIONS(428), + [anon_sym_default] = ACTIONS(430), + [anon_sym_for] = ACTIONS(432), + [anon_sym_gen] = ACTIONS(434), + [anon_sym_if] = ACTIONS(436), + [anon_sym_loop] = ACTIONS(438), + [anon_sym_match] = ACTIONS(440), + [anon_sym_return] = ACTIONS(442), + [anon_sym_static] = ACTIONS(444), + [anon_sym_union] = ACTIONS(430), + [anon_sym_unsafe] = ACTIONS(446), + [anon_sym_while] = ACTIONS(448), + [anon_sym_raw] = ACTIONS(430), + [anon_sym_yield] = ACTIONS(450), + [anon_sym_move] = ACTIONS(452), + [anon_sym_try] = ACTIONS(454), + [sym_integer_literal] = ACTIONS(456), + [aux_sym_string_literal_token1] = ACTIONS(458), + [sym_char_literal] = ACTIONS(456), + [anon_sym_true] = ACTIONS(460), + [anon_sym_false] = ACTIONS(460), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), - [sym__raw_string_literal_start] = ACTIONS(119), - [sym_float_literal] = ACTIONS(99), + [sym_self] = ACTIONS(462), + [sym_super] = ACTIONS(464), + [sym_crate] = ACTIONS(464), + [sym_metavariable] = ACTIONS(466), + [sym__raw_string_literal_start] = ACTIONS(468), + [sym_float_literal] = ACTIONS(456), }, - [STATE(230)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1592), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [STATE(235)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1574), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1460), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(230), - [sym_block_comment] = STATE(230), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1542), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(235), + [sym_block_comment] = STATE(235), [sym_identifier] = ACTIONS(344), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -43918,10 +44562,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(1146), - [anon_sym_DOT_DOT] = ACTIONS(1140), + [anon_sym__] = ACTIONS(1066), + [anon_sym_DOT_DOT] = ACTIONS(1082), [anon_sym_COLON_COLON] = ACTIONS(33), - [anon_sym_DASH_GT] = ACTIONS(1148), + [anon_sym_DASH_GT] = ACTIONS(1068), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(356), [anon_sym_break] = ACTIONS(41), @@ -43956,636 +44600,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, - [STATE(231)] = { - [sym_line_comment] = STATE(231), - [sym_block_comment] = STATE(231), - [sym_identifier] = ACTIONS(1016), - [anon_sym_SEMI] = ACTIONS(1018), - [anon_sym_LPAREN] = ACTIONS(1018), - [anon_sym_RPAREN] = ACTIONS(1018), - [anon_sym_LBRACK] = ACTIONS(1018), - [anon_sym_RBRACK] = ACTIONS(1018), - [anon_sym_LBRACE] = ACTIONS(1018), - [anon_sym_RBRACE] = ACTIONS(1018), - [anon_sym_EQ_GT] = ACTIONS(1018), - [anon_sym_COLON] = ACTIONS(1016), - [anon_sym_DOLLAR] = ACTIONS(1018), - [anon_sym_PLUS] = ACTIONS(1016), - [anon_sym_STAR] = ACTIONS(1016), - [anon_sym_QMARK] = ACTIONS(1018), - [anon_sym_u8] = ACTIONS(1016), - [anon_sym_i8] = ACTIONS(1016), - [anon_sym_u16] = ACTIONS(1016), - [anon_sym_i16] = ACTIONS(1016), - [anon_sym_u32] = ACTIONS(1016), - [anon_sym_i32] = ACTIONS(1016), - [anon_sym_u64] = ACTIONS(1016), - [anon_sym_i64] = ACTIONS(1016), - [anon_sym_u128] = ACTIONS(1016), - [anon_sym_i128] = ACTIONS(1016), - [anon_sym_isize] = ACTIONS(1016), - [anon_sym_usize] = ACTIONS(1016), - [anon_sym_f32] = ACTIONS(1016), - [anon_sym_f64] = ACTIONS(1016), - [anon_sym_bool] = ACTIONS(1016), - [anon_sym_str] = ACTIONS(1016), - [anon_sym_char] = ACTIONS(1016), - [anon_sym_DASH] = ACTIONS(1016), - [anon_sym_SLASH] = ACTIONS(1016), - [anon_sym_PERCENT] = ACTIONS(1016), - [anon_sym_CARET] = ACTIONS(1016), - [anon_sym_BANG] = ACTIONS(1016), - [anon_sym_AMP] = ACTIONS(1016), - [anon_sym_PIPE] = ACTIONS(1016), - [anon_sym_AMP_AMP] = ACTIONS(1018), - [anon_sym_PIPE_PIPE] = ACTIONS(1018), - [anon_sym_LT_LT] = ACTIONS(1016), - [anon_sym_GT_GT] = ACTIONS(1016), - [anon_sym_PLUS_EQ] = ACTIONS(1018), - [anon_sym_DASH_EQ] = ACTIONS(1018), - [anon_sym_STAR_EQ] = ACTIONS(1018), - [anon_sym_SLASH_EQ] = ACTIONS(1018), - [anon_sym_PERCENT_EQ] = ACTIONS(1018), - [anon_sym_CARET_EQ] = ACTIONS(1018), - [anon_sym_AMP_EQ] = ACTIONS(1018), - [anon_sym_PIPE_EQ] = ACTIONS(1018), - [anon_sym_LT_LT_EQ] = ACTIONS(1018), - [anon_sym_GT_GT_EQ] = ACTIONS(1018), - [anon_sym_EQ] = ACTIONS(1016), - [anon_sym_EQ_EQ] = ACTIONS(1018), - [anon_sym_BANG_EQ] = ACTIONS(1018), - [anon_sym_GT] = ACTIONS(1016), - [anon_sym_LT] = ACTIONS(1016), - [anon_sym_GT_EQ] = ACTIONS(1018), - [anon_sym_LT_EQ] = ACTIONS(1018), - [anon_sym_AT] = ACTIONS(1018), - [anon_sym__] = ACTIONS(1016), - [anon_sym_DOT] = ACTIONS(1016), - [anon_sym_DOT_DOT] = ACTIONS(1016), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1018), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1018), - [anon_sym_COMMA] = ACTIONS(1018), - [anon_sym_COLON_COLON] = ACTIONS(1018), - [anon_sym_DASH_GT] = ACTIONS(1018), - [anon_sym_POUND] = ACTIONS(1018), - [anon_sym_SQUOTE] = ACTIONS(1016), - [anon_sym_as] = ACTIONS(1016), - [anon_sym_async] = ACTIONS(1016), - [anon_sym_await] = ACTIONS(1016), - [anon_sym_break] = ACTIONS(1016), - [anon_sym_const] = ACTIONS(1016), - [anon_sym_continue] = ACTIONS(1016), - [anon_sym_default] = ACTIONS(1016), - [anon_sym_enum] = ACTIONS(1016), - [anon_sym_fn] = ACTIONS(1016), - [anon_sym_for] = ACTIONS(1016), - [anon_sym_gen] = ACTIONS(1016), - [anon_sym_if] = ACTIONS(1016), - [anon_sym_impl] = ACTIONS(1016), - [anon_sym_let] = ACTIONS(1016), - [anon_sym_loop] = ACTIONS(1016), - [anon_sym_match] = ACTIONS(1016), - [anon_sym_mod] = ACTIONS(1016), - [anon_sym_pub] = ACTIONS(1016), - [anon_sym_return] = ACTIONS(1016), - [anon_sym_static] = ACTIONS(1016), - [anon_sym_struct] = ACTIONS(1016), - [anon_sym_trait] = ACTIONS(1016), - [anon_sym_type] = ACTIONS(1016), - [anon_sym_union] = ACTIONS(1016), - [anon_sym_unsafe] = ACTIONS(1016), - [anon_sym_use] = ACTIONS(1016), - [anon_sym_where] = ACTIONS(1016), - [anon_sym_while] = ACTIONS(1016), - [sym_mutable_specifier] = ACTIONS(1016), - [sym_integer_literal] = ACTIONS(1018), - [aux_sym_string_literal_token1] = ACTIONS(1018), - [sym_char_literal] = ACTIONS(1018), - [anon_sym_true] = ACTIONS(1016), - [anon_sym_false] = ACTIONS(1016), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1016), - [sym_super] = ACTIONS(1016), - [sym_crate] = ACTIONS(1016), - [sym__raw_string_literal_start] = ACTIONS(1018), - [sym_float_literal] = ACTIONS(1018), - }, - [STATE(232)] = { - [sym_line_comment] = STATE(232), - [sym_block_comment] = STATE(232), - [sym_identifier] = ACTIONS(966), - [anon_sym_SEMI] = ACTIONS(968), - [anon_sym_LPAREN] = ACTIONS(968), - [anon_sym_RPAREN] = ACTIONS(968), - [anon_sym_LBRACK] = ACTIONS(968), - [anon_sym_RBRACK] = ACTIONS(968), - [anon_sym_LBRACE] = ACTIONS(968), - [anon_sym_RBRACE] = ACTIONS(968), - [anon_sym_EQ_GT] = ACTIONS(968), - [anon_sym_COLON] = ACTIONS(966), - [anon_sym_DOLLAR] = ACTIONS(968), - [anon_sym_PLUS] = ACTIONS(966), - [anon_sym_STAR] = ACTIONS(966), - [anon_sym_QMARK] = ACTIONS(968), - [anon_sym_u8] = ACTIONS(966), - [anon_sym_i8] = ACTIONS(966), - [anon_sym_u16] = ACTIONS(966), - [anon_sym_i16] = ACTIONS(966), - [anon_sym_u32] = ACTIONS(966), - [anon_sym_i32] = ACTIONS(966), - [anon_sym_u64] = ACTIONS(966), - [anon_sym_i64] = ACTIONS(966), - [anon_sym_u128] = ACTIONS(966), - [anon_sym_i128] = ACTIONS(966), - [anon_sym_isize] = ACTIONS(966), - [anon_sym_usize] = ACTIONS(966), - [anon_sym_f32] = ACTIONS(966), - [anon_sym_f64] = ACTIONS(966), - [anon_sym_bool] = ACTIONS(966), - [anon_sym_str] = ACTIONS(966), - [anon_sym_char] = ACTIONS(966), - [anon_sym_DASH] = ACTIONS(966), - [anon_sym_SLASH] = ACTIONS(966), - [anon_sym_PERCENT] = ACTIONS(966), - [anon_sym_CARET] = ACTIONS(966), - [anon_sym_BANG] = ACTIONS(966), - [anon_sym_AMP] = ACTIONS(966), - [anon_sym_PIPE] = ACTIONS(966), - [anon_sym_AMP_AMP] = ACTIONS(968), - [anon_sym_PIPE_PIPE] = ACTIONS(968), - [anon_sym_LT_LT] = ACTIONS(966), - [anon_sym_GT_GT] = ACTIONS(966), - [anon_sym_PLUS_EQ] = ACTIONS(968), - [anon_sym_DASH_EQ] = ACTIONS(968), - [anon_sym_STAR_EQ] = ACTIONS(968), - [anon_sym_SLASH_EQ] = ACTIONS(968), - [anon_sym_PERCENT_EQ] = ACTIONS(968), - [anon_sym_CARET_EQ] = ACTIONS(968), - [anon_sym_AMP_EQ] = ACTIONS(968), - [anon_sym_PIPE_EQ] = ACTIONS(968), - [anon_sym_LT_LT_EQ] = ACTIONS(968), - [anon_sym_GT_GT_EQ] = ACTIONS(968), - [anon_sym_EQ] = ACTIONS(966), - [anon_sym_EQ_EQ] = ACTIONS(968), - [anon_sym_BANG_EQ] = ACTIONS(968), - [anon_sym_GT] = ACTIONS(966), - [anon_sym_LT] = ACTIONS(966), - [anon_sym_GT_EQ] = ACTIONS(968), - [anon_sym_LT_EQ] = ACTIONS(968), - [anon_sym_AT] = ACTIONS(968), - [anon_sym__] = ACTIONS(966), - [anon_sym_DOT] = ACTIONS(966), - [anon_sym_DOT_DOT] = ACTIONS(966), - [anon_sym_DOT_DOT_DOT] = ACTIONS(968), - [anon_sym_DOT_DOT_EQ] = ACTIONS(968), - [anon_sym_COMMA] = ACTIONS(968), - [anon_sym_COLON_COLON] = ACTIONS(968), - [anon_sym_DASH_GT] = ACTIONS(968), - [anon_sym_POUND] = ACTIONS(968), - [anon_sym_SQUOTE] = ACTIONS(966), - [anon_sym_as] = ACTIONS(966), - [anon_sym_async] = ACTIONS(966), - [anon_sym_await] = ACTIONS(966), - [anon_sym_break] = ACTIONS(966), - [anon_sym_const] = ACTIONS(966), - [anon_sym_continue] = ACTIONS(966), - [anon_sym_default] = ACTIONS(966), - [anon_sym_enum] = ACTIONS(966), - [anon_sym_fn] = ACTIONS(966), - [anon_sym_for] = ACTIONS(966), - [anon_sym_gen] = ACTIONS(966), - [anon_sym_if] = ACTIONS(966), - [anon_sym_impl] = ACTIONS(966), - [anon_sym_let] = ACTIONS(966), - [anon_sym_loop] = ACTIONS(966), - [anon_sym_match] = ACTIONS(966), - [anon_sym_mod] = ACTIONS(966), - [anon_sym_pub] = ACTIONS(966), - [anon_sym_return] = ACTIONS(966), - [anon_sym_static] = ACTIONS(966), - [anon_sym_struct] = ACTIONS(966), - [anon_sym_trait] = ACTIONS(966), - [anon_sym_type] = ACTIONS(966), - [anon_sym_union] = ACTIONS(966), - [anon_sym_unsafe] = ACTIONS(966), - [anon_sym_use] = ACTIONS(966), - [anon_sym_where] = ACTIONS(966), - [anon_sym_while] = ACTIONS(966), - [sym_mutable_specifier] = ACTIONS(966), - [sym_integer_literal] = ACTIONS(968), - [aux_sym_string_literal_token1] = ACTIONS(968), - [sym_char_literal] = ACTIONS(968), - [anon_sym_true] = ACTIONS(966), - [anon_sym_false] = ACTIONS(966), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(966), - [sym_super] = ACTIONS(966), - [sym_crate] = ACTIONS(966), - [sym__raw_string_literal_start] = ACTIONS(968), - [sym_float_literal] = ACTIONS(968), - }, - [STATE(233)] = { - [sym_line_comment] = STATE(233), - [sym_block_comment] = STATE(233), - [sym_identifier] = ACTIONS(1042), - [anon_sym_SEMI] = ACTIONS(1044), - [anon_sym_LPAREN] = ACTIONS(1044), - [anon_sym_RPAREN] = ACTIONS(1044), - [anon_sym_LBRACK] = ACTIONS(1044), - [anon_sym_RBRACK] = ACTIONS(1044), - [anon_sym_LBRACE] = ACTIONS(1044), - [anon_sym_RBRACE] = ACTIONS(1044), - [anon_sym_EQ_GT] = ACTIONS(1044), - [anon_sym_COLON] = ACTIONS(1042), - [anon_sym_DOLLAR] = ACTIONS(1044), - [anon_sym_PLUS] = ACTIONS(1042), - [anon_sym_STAR] = ACTIONS(1042), - [anon_sym_QMARK] = ACTIONS(1044), - [anon_sym_u8] = ACTIONS(1042), - [anon_sym_i8] = ACTIONS(1042), - [anon_sym_u16] = ACTIONS(1042), - [anon_sym_i16] = ACTIONS(1042), - [anon_sym_u32] = ACTIONS(1042), - [anon_sym_i32] = ACTIONS(1042), - [anon_sym_u64] = ACTIONS(1042), - [anon_sym_i64] = ACTIONS(1042), - [anon_sym_u128] = ACTIONS(1042), - [anon_sym_i128] = ACTIONS(1042), - [anon_sym_isize] = ACTIONS(1042), - [anon_sym_usize] = ACTIONS(1042), - [anon_sym_f32] = ACTIONS(1042), - [anon_sym_f64] = ACTIONS(1042), - [anon_sym_bool] = ACTIONS(1042), - [anon_sym_str] = ACTIONS(1042), - [anon_sym_char] = ACTIONS(1042), - [anon_sym_DASH] = ACTIONS(1042), - [anon_sym_SLASH] = ACTIONS(1042), - [anon_sym_PERCENT] = ACTIONS(1042), - [anon_sym_CARET] = ACTIONS(1042), - [anon_sym_BANG] = ACTIONS(1042), - [anon_sym_AMP] = ACTIONS(1042), - [anon_sym_PIPE] = ACTIONS(1042), - [anon_sym_AMP_AMP] = ACTIONS(1044), - [anon_sym_PIPE_PIPE] = ACTIONS(1044), - [anon_sym_LT_LT] = ACTIONS(1042), - [anon_sym_GT_GT] = ACTIONS(1042), - [anon_sym_PLUS_EQ] = ACTIONS(1044), - [anon_sym_DASH_EQ] = ACTIONS(1044), - [anon_sym_STAR_EQ] = ACTIONS(1044), - [anon_sym_SLASH_EQ] = ACTIONS(1044), - [anon_sym_PERCENT_EQ] = ACTIONS(1044), - [anon_sym_CARET_EQ] = ACTIONS(1044), - [anon_sym_AMP_EQ] = ACTIONS(1044), - [anon_sym_PIPE_EQ] = ACTIONS(1044), - [anon_sym_LT_LT_EQ] = ACTIONS(1044), - [anon_sym_GT_GT_EQ] = ACTIONS(1044), - [anon_sym_EQ] = ACTIONS(1042), - [anon_sym_EQ_EQ] = ACTIONS(1044), - [anon_sym_BANG_EQ] = ACTIONS(1044), - [anon_sym_GT] = ACTIONS(1042), - [anon_sym_LT] = ACTIONS(1042), - [anon_sym_GT_EQ] = ACTIONS(1044), - [anon_sym_LT_EQ] = ACTIONS(1044), - [anon_sym_AT] = ACTIONS(1044), - [anon_sym__] = ACTIONS(1042), - [anon_sym_DOT] = ACTIONS(1042), - [anon_sym_DOT_DOT] = ACTIONS(1042), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1044), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1044), - [anon_sym_COMMA] = ACTIONS(1044), - [anon_sym_COLON_COLON] = ACTIONS(1044), - [anon_sym_DASH_GT] = ACTIONS(1044), - [anon_sym_POUND] = ACTIONS(1044), - [anon_sym_SQUOTE] = ACTIONS(1042), - [anon_sym_as] = ACTIONS(1042), - [anon_sym_async] = ACTIONS(1042), - [anon_sym_await] = ACTIONS(1042), - [anon_sym_break] = ACTIONS(1042), - [anon_sym_const] = ACTIONS(1042), - [anon_sym_continue] = ACTIONS(1042), - [anon_sym_default] = ACTIONS(1042), - [anon_sym_enum] = ACTIONS(1042), - [anon_sym_fn] = ACTIONS(1042), - [anon_sym_for] = ACTIONS(1042), - [anon_sym_gen] = ACTIONS(1042), - [anon_sym_if] = ACTIONS(1042), - [anon_sym_impl] = ACTIONS(1042), - [anon_sym_let] = ACTIONS(1042), - [anon_sym_loop] = ACTIONS(1042), - [anon_sym_match] = ACTIONS(1042), - [anon_sym_mod] = ACTIONS(1042), - [anon_sym_pub] = ACTIONS(1042), - [anon_sym_return] = ACTIONS(1042), - [anon_sym_static] = ACTIONS(1042), - [anon_sym_struct] = ACTIONS(1042), - [anon_sym_trait] = ACTIONS(1042), - [anon_sym_type] = ACTIONS(1042), - [anon_sym_union] = ACTIONS(1042), - [anon_sym_unsafe] = ACTIONS(1042), - [anon_sym_use] = ACTIONS(1042), - [anon_sym_where] = ACTIONS(1042), - [anon_sym_while] = ACTIONS(1042), - [sym_mutable_specifier] = ACTIONS(1042), - [sym_integer_literal] = ACTIONS(1044), - [aux_sym_string_literal_token1] = ACTIONS(1044), - [sym_char_literal] = ACTIONS(1044), - [anon_sym_true] = ACTIONS(1042), - [anon_sym_false] = ACTIONS(1042), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1042), - [sym_super] = ACTIONS(1042), - [sym_crate] = ACTIONS(1042), - [sym__raw_string_literal_start] = ACTIONS(1044), - [sym_float_literal] = ACTIONS(1044), - }, - [STATE(234)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1883), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(228), - [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1450), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(234), - [sym_block_comment] = STATE(234), - [sym_identifier] = ACTIONS(470), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(348), - [anon_sym_STAR] = ACTIONS(1204), - [anon_sym_u8] = ACTIONS(472), - [anon_sym_i8] = ACTIONS(472), - [anon_sym_u16] = ACTIONS(472), - [anon_sym_i16] = ACTIONS(472), - [anon_sym_u32] = ACTIONS(472), - [anon_sym_i32] = ACTIONS(472), - [anon_sym_u64] = ACTIONS(472), - [anon_sym_i64] = ACTIONS(472), - [anon_sym_u128] = ACTIONS(472), - [anon_sym_i128] = ACTIONS(472), - [anon_sym_isize] = ACTIONS(472), - [anon_sym_usize] = ACTIONS(472), - [anon_sym_f32] = ACTIONS(472), - [anon_sym_f64] = ACTIONS(472), - [anon_sym_bool] = ACTIONS(472), - [anon_sym_str] = ACTIONS(472), - [anon_sym_char] = ACTIONS(472), - [anon_sym_DASH] = ACTIONS(474), - [anon_sym_BANG] = ACTIONS(1204), - [anon_sym_AMP] = ACTIONS(1206), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1156), - [anon_sym_DOT_DOT] = ACTIONS(1208), - [anon_sym_COLON_COLON] = ACTIONS(476), - [anon_sym_DASH_GT] = ACTIONS(1158), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(478), - [anon_sym_break] = ACTIONS(480), - [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(482), - [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(484), - [anon_sym_if] = ACTIONS(366), - [anon_sym_loop] = ACTIONS(368), - [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(486), - [anon_sym_static] = ACTIONS(488), - [anon_sym_union] = ACTIONS(482), - [anon_sym_unsafe] = ACTIONS(374), - [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(490), - [anon_sym_move] = ACTIONS(492), - [anon_sym_try] = ACTIONS(378), - [sym_integer_literal] = ACTIONS(99), - [aux_sym_string_literal_token1] = ACTIONS(101), - [sym_char_literal] = ACTIONS(99), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), - [sym__raw_string_literal_start] = ACTIONS(119), - [sym_float_literal] = ACTIONS(99), - }, - [STATE(235)] = { - [sym_line_comment] = STATE(235), - [sym_block_comment] = STATE(235), - [sym_identifier] = ACTIONS(958), - [anon_sym_SEMI] = ACTIONS(960), - [anon_sym_LPAREN] = ACTIONS(960), - [anon_sym_RPAREN] = ACTIONS(960), - [anon_sym_LBRACK] = ACTIONS(960), - [anon_sym_RBRACK] = ACTIONS(960), - [anon_sym_LBRACE] = ACTIONS(960), - [anon_sym_RBRACE] = ACTIONS(960), - [anon_sym_EQ_GT] = ACTIONS(960), - [anon_sym_COLON] = ACTIONS(958), - [anon_sym_DOLLAR] = ACTIONS(960), - [anon_sym_PLUS] = ACTIONS(958), - [anon_sym_STAR] = ACTIONS(958), - [anon_sym_QMARK] = ACTIONS(960), - [anon_sym_u8] = ACTIONS(958), - [anon_sym_i8] = ACTIONS(958), - [anon_sym_u16] = ACTIONS(958), - [anon_sym_i16] = ACTIONS(958), - [anon_sym_u32] = ACTIONS(958), - [anon_sym_i32] = ACTIONS(958), - [anon_sym_u64] = ACTIONS(958), - [anon_sym_i64] = ACTIONS(958), - [anon_sym_u128] = ACTIONS(958), - [anon_sym_i128] = ACTIONS(958), - [anon_sym_isize] = ACTIONS(958), - [anon_sym_usize] = ACTIONS(958), - [anon_sym_f32] = ACTIONS(958), - [anon_sym_f64] = ACTIONS(958), - [anon_sym_bool] = ACTIONS(958), - [anon_sym_str] = ACTIONS(958), - [anon_sym_char] = ACTIONS(958), - [anon_sym_DASH] = ACTIONS(958), - [anon_sym_SLASH] = ACTIONS(958), - [anon_sym_PERCENT] = ACTIONS(958), - [anon_sym_CARET] = ACTIONS(958), - [anon_sym_BANG] = ACTIONS(958), - [anon_sym_AMP] = ACTIONS(958), - [anon_sym_PIPE] = ACTIONS(958), - [anon_sym_AMP_AMP] = ACTIONS(960), - [anon_sym_PIPE_PIPE] = ACTIONS(960), - [anon_sym_LT_LT] = ACTIONS(958), - [anon_sym_GT_GT] = ACTIONS(958), - [anon_sym_PLUS_EQ] = ACTIONS(960), - [anon_sym_DASH_EQ] = ACTIONS(960), - [anon_sym_STAR_EQ] = ACTIONS(960), - [anon_sym_SLASH_EQ] = ACTIONS(960), - [anon_sym_PERCENT_EQ] = ACTIONS(960), - [anon_sym_CARET_EQ] = ACTIONS(960), - [anon_sym_AMP_EQ] = ACTIONS(960), - [anon_sym_PIPE_EQ] = ACTIONS(960), - [anon_sym_LT_LT_EQ] = ACTIONS(960), - [anon_sym_GT_GT_EQ] = ACTIONS(960), - [anon_sym_EQ] = ACTIONS(958), - [anon_sym_EQ_EQ] = ACTIONS(960), - [anon_sym_BANG_EQ] = ACTIONS(960), - [anon_sym_GT] = ACTIONS(958), - [anon_sym_LT] = ACTIONS(958), - [anon_sym_GT_EQ] = ACTIONS(960), - [anon_sym_LT_EQ] = ACTIONS(960), - [anon_sym_AT] = ACTIONS(960), - [anon_sym__] = ACTIONS(958), - [anon_sym_DOT] = ACTIONS(958), - [anon_sym_DOT_DOT] = ACTIONS(958), - [anon_sym_DOT_DOT_DOT] = ACTIONS(960), - [anon_sym_DOT_DOT_EQ] = ACTIONS(960), - [anon_sym_COMMA] = ACTIONS(960), - [anon_sym_COLON_COLON] = ACTIONS(960), - [anon_sym_DASH_GT] = ACTIONS(960), - [anon_sym_POUND] = ACTIONS(960), - [anon_sym_SQUOTE] = ACTIONS(958), - [anon_sym_as] = ACTIONS(958), - [anon_sym_async] = ACTIONS(958), - [anon_sym_await] = ACTIONS(958), - [anon_sym_break] = ACTIONS(958), - [anon_sym_const] = ACTIONS(958), - [anon_sym_continue] = ACTIONS(958), - [anon_sym_default] = ACTIONS(958), - [anon_sym_enum] = ACTIONS(958), - [anon_sym_fn] = ACTIONS(958), - [anon_sym_for] = ACTIONS(958), - [anon_sym_gen] = ACTIONS(958), - [anon_sym_if] = ACTIONS(958), - [anon_sym_impl] = ACTIONS(958), - [anon_sym_let] = ACTIONS(958), - [anon_sym_loop] = ACTIONS(958), - [anon_sym_match] = ACTIONS(958), - [anon_sym_mod] = ACTIONS(958), - [anon_sym_pub] = ACTIONS(958), - [anon_sym_return] = ACTIONS(958), - [anon_sym_static] = ACTIONS(958), - [anon_sym_struct] = ACTIONS(958), - [anon_sym_trait] = ACTIONS(958), - [anon_sym_type] = ACTIONS(958), - [anon_sym_union] = ACTIONS(958), - [anon_sym_unsafe] = ACTIONS(958), - [anon_sym_use] = ACTIONS(958), - [anon_sym_where] = ACTIONS(958), - [anon_sym_while] = ACTIONS(958), - [sym_mutable_specifier] = ACTIONS(958), - [sym_integer_literal] = ACTIONS(960), - [aux_sym_string_literal_token1] = ACTIONS(960), - [sym_char_literal] = ACTIONS(960), - [anon_sym_true] = ACTIONS(958), - [anon_sym_false] = ACTIONS(958), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(958), - [sym_super] = ACTIONS(958), - [sym_crate] = ACTIONS(958), - [sym__raw_string_literal_start] = ACTIONS(960), - [sym_float_literal] = ACTIONS(960), - }, [STATE(236)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1915), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(228), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1664), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(236), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1516), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1531), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(236), [sym_block_comment] = STATE(236), [sym_identifier] = ACTIONS(470), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), - [anon_sym_STAR] = ACTIONS(1204), + [anon_sym_STAR] = ACTIONS(892), [anon_sym_u8] = ACTIONS(472), [anon_sym_i8] = ACTIONS(472), [anon_sym_u16] = ACTIONS(472), @@ -44604,33 +44673,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_str] = ACTIONS(472), [anon_sym_char] = ACTIONS(472), [anon_sym_DASH] = ACTIONS(474), - [anon_sym_BANG] = ACTIONS(1204), - [anon_sym_AMP] = ACTIONS(1206), + [anon_sym_BANG] = ACTIONS(892), + [anon_sym_AMP] = ACTIONS(894), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1190), - [anon_sym_DOT_DOT] = ACTIONS(1208), + [anon_sym__] = ACTIONS(1070), + [anon_sym_DOT_DOT] = ACTIONS(1056), [anon_sym_COLON_COLON] = ACTIONS(476), - [anon_sym_DASH_GT] = ACTIONS(1192), + [anon_sym_DASH_GT] = ACTIONS(1072), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(478), [anon_sym_break] = ACTIONS(480), [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(482), + [anon_sym_continue] = ACTIONS(482), + [anon_sym_default] = ACTIONS(484), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(484), + [anon_sym_gen] = ACTIONS(486), [anon_sym_if] = ACTIONS(366), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(486), - [anon_sym_static] = ACTIONS(488), - [anon_sym_union] = ACTIONS(482), + [anon_sym_return] = ACTIONS(488), + [anon_sym_static] = ACTIONS(490), + [anon_sym_union] = ACTIONS(484), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(490), - [anon_sym_move] = ACTIONS(492), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(492), + [anon_sym_move] = ACTIONS(494), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -44639,67 +44708,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, [STATE(237)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1867), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1895), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(237), [sym_block_comment] = STATE(237), - [aux_sym_tuple_expression_repeat1] = STATE(218), + [aux_sym_tuple_expression_repeat1] = STATE(241), [sym_identifier] = ACTIONS(344), [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_RPAREN] = ACTIONS(1210), + [anon_sym_RPAREN] = ACTIONS(1108), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), [anon_sym_STAR] = ACTIONS(21), @@ -44762,59 +44831,289 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(99), }, [STATE(238)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1819), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), - [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_attribute_item] = STATE(419), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_self_parameter] = STATE(2945), + [sym_variadic_parameter] = STATE(2945), + [sym_parameter] = STATE(2945), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2694), + [sym_bracketed_type] = STATE(3694), + [sym_lifetime] = STATE(3032), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3357), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(2298), + [sym_scoped_type_identifier] = STATE(2185), + [sym_const_block] = STATE(2192), + [sym__pattern] = STATE(3247), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), [sym_line_comment] = STATE(238), [sym_block_comment] = STATE(238), - [aux_sym_tuple_expression_repeat1] = STATE(241), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(1110), + [anon_sym_LPAREN] = ACTIONS(1112), + [anon_sym_RPAREN] = ACTIONS(1114), + [anon_sym_LBRACK] = ACTIONS(1116), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), + [anon_sym_u8] = ACTIONS(1122), + [anon_sym_i8] = ACTIONS(1122), + [anon_sym_u16] = ACTIONS(1122), + [anon_sym_i16] = ACTIONS(1122), + [anon_sym_u32] = ACTIONS(1122), + [anon_sym_i32] = ACTIONS(1122), + [anon_sym_u64] = ACTIONS(1122), + [anon_sym_i64] = ACTIONS(1122), + [anon_sym_u128] = ACTIONS(1122), + [anon_sym_i128] = ACTIONS(1122), + [anon_sym_isize] = ACTIONS(1122), + [anon_sym_usize] = ACTIONS(1122), + [anon_sym_f32] = ACTIONS(1122), + [anon_sym_f64] = ACTIONS(1122), + [anon_sym_bool] = ACTIONS(1122), + [anon_sym_str] = ACTIONS(1122), + [anon_sym_char] = ACTIONS(1122), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(1128), + [anon_sym_PIPE] = ACTIONS(1130), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1132), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1136), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COMMA] = ACTIONS(1140), + [anon_sym_COLON_COLON] = ACTIONS(1142), + [anon_sym_POUND] = ACTIONS(1144), + [anon_sym_SQUOTE] = ACTIONS(1146), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1150), + [anon_sym_default] = ACTIONS(1152), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), + [anon_sym_gen] = ACTIONS(1158), + [anon_sym_impl] = ACTIONS(1160), + [anon_sym_union] = ACTIONS(1158), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_ref] = ACTIONS(1166), + [anon_sym_dyn] = ACTIONS(1168), + [sym_mutable_specifier] = ACTIONS(1170), + [anon_sym_raw] = ACTIONS(1158), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1178), + [sym_super] = ACTIONS(1180), + [sym_crate] = ACTIONS(1180), + [sym_metavariable] = ACTIONS(1182), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), + }, + [STATE(239)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1961), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), + [sym_label] = STATE(3711), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(239), + [sym_block_comment] = STATE(239), + [aux_sym_tuple_expression_repeat1] = STATE(239), + [sym_identifier] = ACTIONS(1186), + [anon_sym_LPAREN] = ACTIONS(1189), + [anon_sym_RPAREN] = ACTIONS(1192), + [anon_sym_LBRACK] = ACTIONS(1194), + [anon_sym_LBRACE] = ACTIONS(1197), + [anon_sym_STAR] = ACTIONS(1200), + [anon_sym_u8] = ACTIONS(1203), + [anon_sym_i8] = ACTIONS(1203), + [anon_sym_u16] = ACTIONS(1203), + [anon_sym_i16] = ACTIONS(1203), + [anon_sym_u32] = ACTIONS(1203), + [anon_sym_i32] = ACTIONS(1203), + [anon_sym_u64] = ACTIONS(1203), + [anon_sym_i64] = ACTIONS(1203), + [anon_sym_u128] = ACTIONS(1203), + [anon_sym_i128] = ACTIONS(1203), + [anon_sym_isize] = ACTIONS(1203), + [anon_sym_usize] = ACTIONS(1203), + [anon_sym_f32] = ACTIONS(1203), + [anon_sym_f64] = ACTIONS(1203), + [anon_sym_bool] = ACTIONS(1203), + [anon_sym_str] = ACTIONS(1203), + [anon_sym_char] = ACTIONS(1203), + [anon_sym_DASH] = ACTIONS(1200), + [anon_sym_BANG] = ACTIONS(1200), + [anon_sym_AMP] = ACTIONS(1206), + [anon_sym_PIPE] = ACTIONS(1209), + [anon_sym_LT] = ACTIONS(1212), + [anon_sym_DOT_DOT] = ACTIONS(1215), + [anon_sym_COLON_COLON] = ACTIONS(1218), + [anon_sym_SQUOTE] = ACTIONS(1221), + [anon_sym_async] = ACTIONS(1224), + [anon_sym_break] = ACTIONS(1227), + [anon_sym_const] = ACTIONS(1230), + [anon_sym_continue] = ACTIONS(1233), + [anon_sym_default] = ACTIONS(1236), + [anon_sym_for] = ACTIONS(1239), + [anon_sym_gen] = ACTIONS(1242), + [anon_sym_if] = ACTIONS(1245), + [anon_sym_loop] = ACTIONS(1248), + [anon_sym_match] = ACTIONS(1251), + [anon_sym_return] = ACTIONS(1254), + [anon_sym_static] = ACTIONS(1257), + [anon_sym_union] = ACTIONS(1236), + [anon_sym_unsafe] = ACTIONS(1260), + [anon_sym_while] = ACTIONS(1263), + [anon_sym_raw] = ACTIONS(1236), + [anon_sym_yield] = ACTIONS(1266), + [anon_sym_move] = ACTIONS(1269), + [anon_sym_try] = ACTIONS(1272), + [sym_integer_literal] = ACTIONS(1275), + [aux_sym_string_literal_token1] = ACTIONS(1278), + [sym_char_literal] = ACTIONS(1275), + [anon_sym_true] = ACTIONS(1281), + [anon_sym_false] = ACTIONS(1281), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1284), + [sym_super] = ACTIONS(1287), + [sym_crate] = ACTIONS(1287), + [sym_metavariable] = ACTIONS(1290), + [sym__raw_string_literal_start] = ACTIONS(1293), + [sym_float_literal] = ACTIONS(1275), + }, + [STATE(240)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1922), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), + [sym_label] = STATE(3711), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(240), + [sym_block_comment] = STATE(240), + [aux_sym_tuple_expression_repeat1] = STATE(239), [sym_identifier] = ACTIONS(344), [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_RPAREN] = ACTIONS(1212), + [anon_sym_RPAREN] = ACTIONS(1296), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), [anon_sym_STAR] = ACTIONS(21), @@ -44876,403 +45175,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, - [STATE(239)] = { - [sym_bracketed_type] = STATE(3669), - [sym_generic_function] = STATE(1894), - [sym_generic_type_with_turbofish] = STATE(3057), - [sym__expression_except_range] = STATE(1672), - [sym__expression] = STATE(1781), - [sym_macro_invocation] = STATE(1901), - [sym_scoped_identifier] = STATE(1644), - [sym_scoped_type_identifier_in_expression_position] = STATE(3253), - [sym_range_expression] = STATE(1897), - [sym_unary_expression] = STATE(1894), - [sym_try_expression] = STATE(1894), - [sym_reference_expression] = STATE(1894), - [sym_binary_expression] = STATE(1894), - [sym_assignment_expression] = STATE(1894), - [sym_compound_assignment_expr] = STATE(1894), - [sym_type_cast_expression] = STATE(1894), - [sym_return_expression] = STATE(1894), - [sym_yield_expression] = STATE(1894), - [sym_call_expression] = STATE(1894), - [sym_array_expression] = STATE(1894), - [sym_parenthesized_expression] = STATE(1894), - [sym_tuple_expression] = STATE(1894), - [sym_unit_expression] = STATE(1894), - [sym_struct_expression] = STATE(1894), - [sym_if_expression] = STATE(1894), - [sym_match_expression] = STATE(1894), - [sym_while_expression] = STATE(1894), - [sym_loop_expression] = STATE(1894), - [sym_for_expression] = STATE(1894), - [sym_const_block] = STATE(1894), - [sym_closure_expression] = STATE(1894), - [sym_closure_parameters] = STATE(220), - [sym_label] = STATE(3777), - [sym_break_expression] = STATE(1894), - [sym_continue_expression] = STATE(1894), - [sym_index_expression] = STATE(1894), - [sym_await_expression] = STATE(1894), - [sym_field_expression] = STATE(1674), - [sym_unsafe_block] = STATE(1894), - [sym_async_block] = STATE(1894), - [sym_gen_block] = STATE(1894), - [sym_try_block] = STATE(1894), - [sym_block] = STATE(1858), - [sym__literal] = STATE(1894), - [sym_string_literal] = STATE(1768), - [sym_raw_string_literal] = STATE(1768), - [sym_boolean_literal] = STATE(1768), - [sym_line_comment] = STATE(239), - [sym_block_comment] = STATE(239), - [sym_identifier] = ACTIONS(410), - [anon_sym_LPAREN] = ACTIONS(500), - [anon_sym_LBRACK] = ACTIONS(502), - [anon_sym_LBRACE] = ACTIONS(412), - [anon_sym_STAR] = ACTIONS(904), - [anon_sym_u8] = ACTIONS(416), - [anon_sym_i8] = ACTIONS(416), - [anon_sym_u16] = ACTIONS(416), - [anon_sym_i16] = ACTIONS(416), - [anon_sym_u32] = ACTIONS(416), - [anon_sym_i32] = ACTIONS(416), - [anon_sym_u64] = ACTIONS(416), - [anon_sym_i64] = ACTIONS(416), - [anon_sym_u128] = ACTIONS(416), - [anon_sym_i128] = ACTIONS(416), - [anon_sym_isize] = ACTIONS(416), - [anon_sym_usize] = ACTIONS(416), - [anon_sym_f32] = ACTIONS(416), - [anon_sym_f64] = ACTIONS(416), - [anon_sym_bool] = ACTIONS(416), - [anon_sym_str] = ACTIONS(416), - [anon_sym_char] = ACTIONS(416), - [anon_sym_DASH] = ACTIONS(418), - [anon_sym_BANG] = ACTIONS(904), - [anon_sym_AMP] = ACTIONS(906), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1214), - [anon_sym_DOT_DOT] = ACTIONS(1160), - [anon_sym_COLON_COLON] = ACTIONS(420), - [anon_sym_DASH_GT] = ACTIONS(1216), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(422), - [anon_sym_break] = ACTIONS(424), - [anon_sym_const] = ACTIONS(426), - [anon_sym_continue] = ACTIONS(428), - [anon_sym_default] = ACTIONS(430), - [anon_sym_for] = ACTIONS(432), - [anon_sym_gen] = ACTIONS(434), - [anon_sym_if] = ACTIONS(436), - [anon_sym_loop] = ACTIONS(438), - [anon_sym_match] = ACTIONS(440), - [anon_sym_return] = ACTIONS(442), - [anon_sym_static] = ACTIONS(444), - [anon_sym_union] = ACTIONS(430), - [anon_sym_unsafe] = ACTIONS(446), - [anon_sym_while] = ACTIONS(448), - [anon_sym_raw] = ACTIONS(430), - [anon_sym_yield] = ACTIONS(450), - [anon_sym_move] = ACTIONS(452), - [anon_sym_try] = ACTIONS(454), - [sym_integer_literal] = ACTIONS(456), - [aux_sym_string_literal_token1] = ACTIONS(458), - [sym_char_literal] = ACTIONS(456), - [anon_sym_true] = ACTIONS(460), - [anon_sym_false] = ACTIONS(460), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(462), - [sym_super] = ACTIONS(464), - [sym_crate] = ACTIONS(464), - [sym_metavariable] = ACTIONS(466), - [sym__raw_string_literal_start] = ACTIONS(468), - [sym_float_literal] = ACTIONS(456), - }, - [STATE(240)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1668), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_let_condition] = STATE(2832), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(210), - [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(240), - [sym_block_comment] = STATE(240), - [sym_identifier] = ACTIONS(470), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(348), - [anon_sym_STAR] = ACTIONS(894), - [anon_sym_u8] = ACTIONS(472), - [anon_sym_i8] = ACTIONS(472), - [anon_sym_u16] = ACTIONS(472), - [anon_sym_i16] = ACTIONS(472), - [anon_sym_u32] = ACTIONS(472), - [anon_sym_i32] = ACTIONS(472), - [anon_sym_u64] = ACTIONS(472), - [anon_sym_i64] = ACTIONS(472), - [anon_sym_u128] = ACTIONS(472), - [anon_sym_i128] = ACTIONS(472), - [anon_sym_isize] = ACTIONS(472), - [anon_sym_usize] = ACTIONS(472), - [anon_sym_f32] = ACTIONS(472), - [anon_sym_f64] = ACTIONS(472), - [anon_sym_bool] = ACTIONS(472), - [anon_sym_str] = ACTIONS(472), - [anon_sym_char] = ACTIONS(472), - [anon_sym_DASH] = ACTIONS(894), - [anon_sym_BANG] = ACTIONS(894), - [anon_sym_AMP] = ACTIONS(896), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1144), - [anon_sym_COLON_COLON] = ACTIONS(476), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(512), - [anon_sym_break] = ACTIONS(514), - [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(516), - [anon_sym_default] = ACTIONS(482), - [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(518), - [anon_sym_if] = ACTIONS(366), - [anon_sym_let] = ACTIONS(900), - [anon_sym_loop] = ACTIONS(368), - [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(520), - [anon_sym_static] = ACTIONS(522), - [anon_sym_union] = ACTIONS(482), - [anon_sym_unsafe] = ACTIONS(374), - [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(524), - [anon_sym_move] = ACTIONS(526), - [anon_sym_try] = ACTIONS(378), - [sym_integer_literal] = ACTIONS(99), - [aux_sym_string_literal_token1] = ACTIONS(101), - [sym_char_literal] = ACTIONS(99), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), - [sym__raw_string_literal_start] = ACTIONS(119), - [sym_float_literal] = ACTIONS(99), - }, [STATE(241)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1963), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1899), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(241), [sym_block_comment] = STATE(241), - [aux_sym_tuple_expression_repeat1] = STATE(241), - [sym_identifier] = ACTIONS(1218), - [anon_sym_LPAREN] = ACTIONS(1221), - [anon_sym_RPAREN] = ACTIONS(1224), - [anon_sym_LBRACK] = ACTIONS(1226), - [anon_sym_LBRACE] = ACTIONS(1229), - [anon_sym_STAR] = ACTIONS(1232), - [anon_sym_u8] = ACTIONS(1235), - [anon_sym_i8] = ACTIONS(1235), - [anon_sym_u16] = ACTIONS(1235), - [anon_sym_i16] = ACTIONS(1235), - [anon_sym_u32] = ACTIONS(1235), - [anon_sym_i32] = ACTIONS(1235), - [anon_sym_u64] = ACTIONS(1235), - [anon_sym_i64] = ACTIONS(1235), - [anon_sym_u128] = ACTIONS(1235), - [anon_sym_i128] = ACTIONS(1235), - [anon_sym_isize] = ACTIONS(1235), - [anon_sym_usize] = ACTIONS(1235), - [anon_sym_f32] = ACTIONS(1235), - [anon_sym_f64] = ACTIONS(1235), - [anon_sym_bool] = ACTIONS(1235), - [anon_sym_str] = ACTIONS(1235), - [anon_sym_char] = ACTIONS(1235), - [anon_sym_DASH] = ACTIONS(1232), - [anon_sym_BANG] = ACTIONS(1232), - [anon_sym_AMP] = ACTIONS(1238), - [anon_sym_PIPE] = ACTIONS(1241), - [anon_sym_LT] = ACTIONS(1244), - [anon_sym_DOT_DOT] = ACTIONS(1247), - [anon_sym_COLON_COLON] = ACTIONS(1250), - [anon_sym_SQUOTE] = ACTIONS(1253), - [anon_sym_async] = ACTIONS(1256), - [anon_sym_break] = ACTIONS(1259), - [anon_sym_const] = ACTIONS(1262), - [anon_sym_continue] = ACTIONS(1265), - [anon_sym_default] = ACTIONS(1268), - [anon_sym_for] = ACTIONS(1271), - [anon_sym_gen] = ACTIONS(1274), - [anon_sym_if] = ACTIONS(1277), - [anon_sym_loop] = ACTIONS(1280), - [anon_sym_match] = ACTIONS(1283), - [anon_sym_return] = ACTIONS(1286), - [anon_sym_static] = ACTIONS(1289), - [anon_sym_union] = ACTIONS(1268), - [anon_sym_unsafe] = ACTIONS(1292), - [anon_sym_while] = ACTIONS(1295), - [anon_sym_raw] = ACTIONS(1268), - [anon_sym_yield] = ACTIONS(1298), - [anon_sym_move] = ACTIONS(1301), - [anon_sym_try] = ACTIONS(1304), - [sym_integer_literal] = ACTIONS(1307), - [aux_sym_string_literal_token1] = ACTIONS(1310), - [sym_char_literal] = ACTIONS(1307), - [anon_sym_true] = ACTIONS(1313), - [anon_sym_false] = ACTIONS(1313), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1316), - [sym_super] = ACTIONS(1319), - [sym_crate] = ACTIONS(1319), - [sym_metavariable] = ACTIONS(1322), - [sym__raw_string_literal_start] = ACTIONS(1325), - [sym_float_literal] = ACTIONS(1307), - }, - [STATE(242)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1732), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), - [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1435), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(242), - [sym_block_comment] = STATE(242), + [aux_sym_tuple_expression_repeat1] = STATE(239), [sym_identifier] = ACTIONS(344), [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_RPAREN] = ACTIONS(1298), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), [anon_sym_STAR] = ACTIONS(21), @@ -45293,15 +45249,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(354), + [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(1138), [anon_sym_DOT_DOT] = ACTIONS(31), [anon_sym_COLON_COLON] = ACTIONS(33), - [anon_sym_DASH_GT] = ACTIONS(1142), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(356), [anon_sym_break] = ACTIONS(41), @@ -45336,58 +45290,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, - [STATE(243)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1736), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [STATE(242)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1899), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1460), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(243), - [sym_block_comment] = STATE(243), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(242), + [sym_block_comment] = STATE(242), + [aux_sym_tuple_expression_repeat1] = STATE(244), [sym_identifier] = ACTIONS(344), [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_RPAREN] = ACTIONS(1298), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), [anon_sym_STAR] = ACTIONS(21), @@ -45408,15 +45364,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(354), + [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(1146), [anon_sym_DOT_DOT] = ACTIONS(31), [anon_sym_COLON_COLON] = ACTIONS(33), - [anon_sym_DASH_GT] = ACTIONS(1148), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(356), [anon_sym_break] = ACTIONS(41), @@ -45451,60 +45405,175 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, + [STATE(243)] = { + [sym_attribute_item] = STATE(412), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_self_parameter] = STATE(2944), + [sym_variadic_parameter] = STATE(2944), + [sym_parameter] = STATE(2944), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2646), + [sym_bracketed_type] = STATE(3702), + [sym_lifetime] = STATE(3032), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3445), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(2557), + [sym_scoped_identifier] = STATE(2236), + [sym_scoped_type_identifier] = STATE(2185), + [sym_const_block] = STATE(2192), + [sym__pattern] = STATE(2601), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), + [sym_line_comment] = STATE(243), + [sym_block_comment] = STATE(243), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_RPAREN] = ACTIONS(1304), + [anon_sym_LBRACK] = ACTIONS(1116), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), + [anon_sym_u8] = ACTIONS(1306), + [anon_sym_i8] = ACTIONS(1306), + [anon_sym_u16] = ACTIONS(1306), + [anon_sym_i16] = ACTIONS(1306), + [anon_sym_u32] = ACTIONS(1306), + [anon_sym_i32] = ACTIONS(1306), + [anon_sym_u64] = ACTIONS(1306), + [anon_sym_i64] = ACTIONS(1306), + [anon_sym_u128] = ACTIONS(1306), + [anon_sym_i128] = ACTIONS(1306), + [anon_sym_isize] = ACTIONS(1306), + [anon_sym_usize] = ACTIONS(1306), + [anon_sym_f32] = ACTIONS(1306), + [anon_sym_f64] = ACTIONS(1306), + [anon_sym_bool] = ACTIONS(1306), + [anon_sym_str] = ACTIONS(1306), + [anon_sym_char] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(1308), + [anon_sym_PIPE] = ACTIONS(1130), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1310), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1136), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COMMA] = ACTIONS(1312), + [anon_sym_COLON_COLON] = ACTIONS(1314), + [anon_sym_POUND] = ACTIONS(1144), + [anon_sym_SQUOTE] = ACTIONS(1146), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1150), + [anon_sym_default] = ACTIONS(1316), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), + [anon_sym_gen] = ACTIONS(1318), + [anon_sym_impl] = ACTIONS(1160), + [anon_sym_union] = ACTIONS(1318), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_ref] = ACTIONS(1166), + [anon_sym_dyn] = ACTIONS(1168), + [sym_mutable_specifier] = ACTIONS(1170), + [anon_sym_raw] = ACTIONS(1318), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1320), + [sym_super] = ACTIONS(1322), + [sym_crate] = ACTIONS(1322), + [sym_metavariable] = ACTIONS(1324), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), + }, [STATE(244)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1864), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1904), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(244), [sym_block_comment] = STATE(244), - [aux_sym_tuple_expression_repeat1] = STATE(241), + [aux_sym_tuple_expression_repeat1] = STATE(239), [sym_identifier] = ACTIONS(344), [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_RPAREN] = ACTIONS(1328), + [anon_sym_RPAREN] = ACTIONS(1326), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), [anon_sym_STAR] = ACTIONS(21), @@ -45567,289 +45636,174 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(99), }, [STATE(245)] = { - [sym_attribute_item] = STATE(425), - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_self_parameter] = STATE(3064), - [sym_variadic_parameter] = STATE(3064), - [sym_parameter] = STATE(3064), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2716), + [sym_attribute_item] = STATE(412), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_self_parameter] = STATE(2944), + [sym_variadic_parameter] = STATE(2944), + [sym_parameter] = STATE(2944), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2646), [sym_bracketed_type] = STATE(3702), - [sym_lifetime] = STATE(3065), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3434), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(2533), - [sym_scoped_identifier] = STATE(2200), - [sym_scoped_type_identifier] = STATE(2197), - [sym_const_block] = STATE(2182), - [sym__pattern] = STATE(2584), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), + [sym_lifetime] = STATE(3032), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3445), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(2557), + [sym_scoped_identifier] = STATE(2236), + [sym_scoped_type_identifier] = STATE(2185), + [sym_const_block] = STATE(2192), + [sym__pattern] = STATE(2601), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), [sym_line_comment] = STATE(245), [sym_block_comment] = STATE(245), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(1162), - [anon_sym_LPAREN] = ACTIONS(1164), - [anon_sym_RPAREN] = ACTIONS(1330), - [anon_sym_LBRACK] = ACTIONS(1064), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), - [anon_sym_u8] = ACTIONS(1168), - [anon_sym_i8] = ACTIONS(1168), - [anon_sym_u16] = ACTIONS(1168), - [anon_sym_i16] = ACTIONS(1168), - [anon_sym_u32] = ACTIONS(1168), - [anon_sym_i32] = ACTIONS(1168), - [anon_sym_u64] = ACTIONS(1168), - [anon_sym_i64] = ACTIONS(1168), - [anon_sym_u128] = ACTIONS(1168), - [anon_sym_i128] = ACTIONS(1168), - [anon_sym_isize] = ACTIONS(1168), - [anon_sym_usize] = ACTIONS(1168), - [anon_sym_f32] = ACTIONS(1168), - [anon_sym_f64] = ACTIONS(1168), - [anon_sym_bool] = ACTIONS(1168), - [anon_sym_str] = ACTIONS(1168), - [anon_sym_char] = ACTIONS(1168), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(1170), - [anon_sym_PIPE] = ACTIONS(1078), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1172), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1084), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COMMA] = ACTIONS(1332), - [anon_sym_COLON_COLON] = ACTIONS(1176), - [anon_sym_POUND] = ACTIONS(1092), - [anon_sym_SQUOTE] = ACTIONS(1094), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1098), - [anon_sym_default] = ACTIONS(1178), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), - [anon_sym_gen] = ACTIONS(1180), - [anon_sym_impl] = ACTIONS(1108), - [anon_sym_union] = ACTIONS(1180), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_ref] = ACTIONS(1114), - [anon_sym_dyn] = ACTIONS(1116), - [sym_mutable_specifier] = ACTIONS(1118), - [anon_sym_raw] = ACTIONS(1180), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1182), - [sym_super] = ACTIONS(1184), - [sym_crate] = ACTIONS(1184), - [sym_metavariable] = ACTIONS(1186), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_RPAREN] = ACTIONS(1328), + [anon_sym_LBRACK] = ACTIONS(1116), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), + [anon_sym_u8] = ACTIONS(1306), + [anon_sym_i8] = ACTIONS(1306), + [anon_sym_u16] = ACTIONS(1306), + [anon_sym_i16] = ACTIONS(1306), + [anon_sym_u32] = ACTIONS(1306), + [anon_sym_i32] = ACTIONS(1306), + [anon_sym_u64] = ACTIONS(1306), + [anon_sym_i64] = ACTIONS(1306), + [anon_sym_u128] = ACTIONS(1306), + [anon_sym_i128] = ACTIONS(1306), + [anon_sym_isize] = ACTIONS(1306), + [anon_sym_usize] = ACTIONS(1306), + [anon_sym_f32] = ACTIONS(1306), + [anon_sym_f64] = ACTIONS(1306), + [anon_sym_bool] = ACTIONS(1306), + [anon_sym_str] = ACTIONS(1306), + [anon_sym_char] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(1308), + [anon_sym_PIPE] = ACTIONS(1130), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1310), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1136), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COMMA] = ACTIONS(1330), + [anon_sym_COLON_COLON] = ACTIONS(1314), + [anon_sym_POUND] = ACTIONS(1144), + [anon_sym_SQUOTE] = ACTIONS(1146), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1150), + [anon_sym_default] = ACTIONS(1316), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), + [anon_sym_gen] = ACTIONS(1318), + [anon_sym_impl] = ACTIONS(1160), + [anon_sym_union] = ACTIONS(1318), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_ref] = ACTIONS(1166), + [anon_sym_dyn] = ACTIONS(1168), + [sym_mutable_specifier] = ACTIONS(1170), + [anon_sym_raw] = ACTIONS(1318), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1320), + [sym_super] = ACTIONS(1322), + [sym_crate] = ACTIONS(1322), + [sym_metavariable] = ACTIONS(1324), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), }, [STATE(246)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1742), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), + [sym_label] = STATE(3711), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(246), [sym_block_comment] = STATE(246), - [sym_identifier] = ACTIONS(962), - [anon_sym_SEMI] = ACTIONS(964), - [anon_sym_LPAREN] = ACTIONS(964), - [anon_sym_RPAREN] = ACTIONS(964), - [anon_sym_LBRACK] = ACTIONS(964), - [anon_sym_RBRACK] = ACTIONS(964), - [anon_sym_LBRACE] = ACTIONS(964), - [anon_sym_RBRACE] = ACTIONS(964), - [anon_sym_EQ_GT] = ACTIONS(964), - [anon_sym_COLON] = ACTIONS(962), - [anon_sym_DOLLAR] = ACTIONS(964), - [anon_sym_PLUS] = ACTIONS(962), - [anon_sym_STAR] = ACTIONS(962), - [anon_sym_QMARK] = ACTIONS(964), - [anon_sym_u8] = ACTIONS(962), - [anon_sym_i8] = ACTIONS(962), - [anon_sym_u16] = ACTIONS(962), - [anon_sym_i16] = ACTIONS(962), - [anon_sym_u32] = ACTIONS(962), - [anon_sym_i32] = ACTIONS(962), - [anon_sym_u64] = ACTIONS(962), - [anon_sym_i64] = ACTIONS(962), - [anon_sym_u128] = ACTIONS(962), - [anon_sym_i128] = ACTIONS(962), - [anon_sym_isize] = ACTIONS(962), - [anon_sym_usize] = ACTIONS(962), - [anon_sym_f32] = ACTIONS(962), - [anon_sym_f64] = ACTIONS(962), - [anon_sym_bool] = ACTIONS(962), - [anon_sym_str] = ACTIONS(962), - [anon_sym_char] = ACTIONS(962), - [anon_sym_DASH] = ACTIONS(962), - [anon_sym_SLASH] = ACTIONS(962), - [anon_sym_PERCENT] = ACTIONS(962), - [anon_sym_CARET] = ACTIONS(962), - [anon_sym_BANG] = ACTIONS(962), - [anon_sym_AMP] = ACTIONS(962), - [anon_sym_PIPE] = ACTIONS(962), - [anon_sym_AMP_AMP] = ACTIONS(964), - [anon_sym_PIPE_PIPE] = ACTIONS(964), - [anon_sym_LT_LT] = ACTIONS(962), - [anon_sym_GT_GT] = ACTIONS(962), - [anon_sym_PLUS_EQ] = ACTIONS(964), - [anon_sym_DASH_EQ] = ACTIONS(964), - [anon_sym_STAR_EQ] = ACTIONS(964), - [anon_sym_SLASH_EQ] = ACTIONS(964), - [anon_sym_PERCENT_EQ] = ACTIONS(964), - [anon_sym_CARET_EQ] = ACTIONS(964), - [anon_sym_AMP_EQ] = ACTIONS(964), - [anon_sym_PIPE_EQ] = ACTIONS(964), - [anon_sym_LT_LT_EQ] = ACTIONS(964), - [anon_sym_GT_GT_EQ] = ACTIONS(964), - [anon_sym_EQ] = ACTIONS(962), - [anon_sym_EQ_EQ] = ACTIONS(964), - [anon_sym_BANG_EQ] = ACTIONS(964), - [anon_sym_GT] = ACTIONS(962), - [anon_sym_LT] = ACTIONS(962), - [anon_sym_GT_EQ] = ACTIONS(964), - [anon_sym_LT_EQ] = ACTIONS(964), - [anon_sym_AT] = ACTIONS(964), - [anon_sym__] = ACTIONS(962), - [anon_sym_DOT] = ACTIONS(962), - [anon_sym_DOT_DOT] = ACTIONS(962), - [anon_sym_DOT_DOT_DOT] = ACTIONS(964), - [anon_sym_DOT_DOT_EQ] = ACTIONS(964), - [anon_sym_COMMA] = ACTIONS(964), - [anon_sym_COLON_COLON] = ACTIONS(964), - [anon_sym_DASH_GT] = ACTIONS(964), - [anon_sym_POUND] = ACTIONS(964), - [anon_sym_SQUOTE] = ACTIONS(962), - [anon_sym_as] = ACTIONS(962), - [anon_sym_async] = ACTIONS(962), - [anon_sym_await] = ACTIONS(962), - [anon_sym_break] = ACTIONS(962), - [anon_sym_const] = ACTIONS(962), - [anon_sym_continue] = ACTIONS(962), - [anon_sym_default] = ACTIONS(962), - [anon_sym_enum] = ACTIONS(962), - [anon_sym_fn] = ACTIONS(962), - [anon_sym_for] = ACTIONS(962), - [anon_sym_gen] = ACTIONS(962), - [anon_sym_if] = ACTIONS(962), - [anon_sym_impl] = ACTIONS(962), - [anon_sym_let] = ACTIONS(962), - [anon_sym_loop] = ACTIONS(962), - [anon_sym_match] = ACTIONS(962), - [anon_sym_mod] = ACTIONS(962), - [anon_sym_pub] = ACTIONS(962), - [anon_sym_return] = ACTIONS(962), - [anon_sym_static] = ACTIONS(962), - [anon_sym_struct] = ACTIONS(962), - [anon_sym_trait] = ACTIONS(962), - [anon_sym_type] = ACTIONS(962), - [anon_sym_union] = ACTIONS(962), - [anon_sym_unsafe] = ACTIONS(962), - [anon_sym_use] = ACTIONS(962), - [anon_sym_where] = ACTIONS(962), - [anon_sym_while] = ACTIONS(962), - [sym_mutable_specifier] = ACTIONS(962), - [sym_integer_literal] = ACTIONS(964), - [aux_sym_string_literal_token1] = ACTIONS(964), - [sym_char_literal] = ACTIONS(964), - [anon_sym_true] = ACTIONS(962), - [anon_sym_false] = ACTIONS(962), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(962), - [sym_super] = ACTIONS(962), - [sym_crate] = ACTIONS(962), - [sym__raw_string_literal_start] = ACTIONS(964), - [sym_float_literal] = ACTIONS(964), - }, - [STATE(247)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1805), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), - [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(247), - [sym_block_comment] = STATE(247), - [aux_sym_tuple_expression_repeat1] = STATE(221), + [aux_sym_tuple_expression_repeat1] = STATE(209), [sym_identifier] = ACTIONS(344), [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_RPAREN] = ACTIONS(1334), + [anon_sym_RPAREN] = ACTIONS(1332), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), [anon_sym_STAR] = ACTIONS(21), @@ -45911,401 +45865,401 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, + [STATE(247)] = { + [sym_attribute_item] = STATE(422), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_self_parameter] = STATE(2948), + [sym_variadic_parameter] = STATE(2948), + [sym_parameter] = STATE(2948), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2768), + [sym_bracketed_type] = STATE(3694), + [sym_lifetime] = STATE(3032), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3357), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(2298), + [sym_scoped_type_identifier] = STATE(2185), + [sym_const_block] = STATE(2192), + [sym__pattern] = STATE(3247), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), + [sym_line_comment] = STATE(247), + [sym_block_comment] = STATE(247), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(1110), + [anon_sym_LPAREN] = ACTIONS(1112), + [anon_sym_RPAREN] = ACTIONS(1334), + [anon_sym_LBRACK] = ACTIONS(1116), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), + [anon_sym_u8] = ACTIONS(1122), + [anon_sym_i8] = ACTIONS(1122), + [anon_sym_u16] = ACTIONS(1122), + [anon_sym_i16] = ACTIONS(1122), + [anon_sym_u32] = ACTIONS(1122), + [anon_sym_i32] = ACTIONS(1122), + [anon_sym_u64] = ACTIONS(1122), + [anon_sym_i64] = ACTIONS(1122), + [anon_sym_u128] = ACTIONS(1122), + [anon_sym_i128] = ACTIONS(1122), + [anon_sym_isize] = ACTIONS(1122), + [anon_sym_usize] = ACTIONS(1122), + [anon_sym_f32] = ACTIONS(1122), + [anon_sym_f64] = ACTIONS(1122), + [anon_sym_bool] = ACTIONS(1122), + [anon_sym_str] = ACTIONS(1122), + [anon_sym_char] = ACTIONS(1122), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(1128), + [anon_sym_PIPE] = ACTIONS(1130), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1336), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1136), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COMMA] = ACTIONS(1338), + [anon_sym_COLON_COLON] = ACTIONS(1142), + [anon_sym_POUND] = ACTIONS(1144), + [anon_sym_SQUOTE] = ACTIONS(1146), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1150), + [anon_sym_default] = ACTIONS(1152), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), + [anon_sym_gen] = ACTIONS(1158), + [anon_sym_impl] = ACTIONS(1160), + [anon_sym_union] = ACTIONS(1158), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_ref] = ACTIONS(1166), + [anon_sym_dyn] = ACTIONS(1168), + [sym_mutable_specifier] = ACTIONS(1170), + [anon_sym_raw] = ACTIONS(1158), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1178), + [sym_super] = ACTIONS(1180), + [sym_crate] = ACTIONS(1180), + [sym_metavariable] = ACTIONS(1182), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), + }, [STATE(248)] = { - [sym_bracketed_type] = STATE(3669), - [sym_generic_function] = STATE(1894), - [sym_generic_type_with_turbofish] = STATE(3057), - [sym__expression_except_range] = STATE(1672), - [sym__expression] = STATE(1783), - [sym_macro_invocation] = STATE(1901), - [sym_scoped_identifier] = STATE(1644), - [sym_scoped_type_identifier_in_expression_position] = STATE(3253), - [sym_range_expression] = STATE(1897), - [sym_unary_expression] = STATE(1894), - [sym_try_expression] = STATE(1894), - [sym_reference_expression] = STATE(1894), - [sym_binary_expression] = STATE(1894), - [sym_assignment_expression] = STATE(1894), - [sym_compound_assignment_expr] = STATE(1894), - [sym_type_cast_expression] = STATE(1894), - [sym_return_expression] = STATE(1894), - [sym_yield_expression] = STATE(1894), - [sym_call_expression] = STATE(1894), - [sym_array_expression] = STATE(1894), - [sym_parenthesized_expression] = STATE(1894), - [sym_tuple_expression] = STATE(1894), - [sym_unit_expression] = STATE(1894), - [sym_struct_expression] = STATE(1894), - [sym_if_expression] = STATE(1894), - [sym_match_expression] = STATE(1894), - [sym_while_expression] = STATE(1894), - [sym_loop_expression] = STATE(1894), - [sym_for_expression] = STATE(1894), - [sym_const_block] = STATE(1894), - [sym_closure_expression] = STATE(1894), - [sym_closure_parameters] = STATE(220), - [sym_label] = STATE(3777), - [sym_break_expression] = STATE(1894), - [sym_continue_expression] = STATE(1894), - [sym_index_expression] = STATE(1894), - [sym_await_expression] = STATE(1894), - [sym_field_expression] = STATE(1674), - [sym_unsafe_block] = STATE(1894), - [sym_async_block] = STATE(1894), - [sym_gen_block] = STATE(1894), - [sym_try_block] = STATE(1894), - [sym_block] = STATE(1896), - [sym__literal] = STATE(1894), - [sym_string_literal] = STATE(1768), - [sym_raw_string_literal] = STATE(1768), - [sym_boolean_literal] = STATE(1768), + [sym_attribute_item] = STATE(412), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_self_parameter] = STATE(2944), + [sym_variadic_parameter] = STATE(2944), + [sym_parameter] = STATE(2944), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2646), + [sym_bracketed_type] = STATE(3702), + [sym_lifetime] = STATE(3032), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3445), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(2557), + [sym_scoped_identifier] = STATE(2236), + [sym_scoped_type_identifier] = STATE(2185), + [sym_const_block] = STATE(2192), + [sym__pattern] = STATE(2601), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), [sym_line_comment] = STATE(248), [sym_block_comment] = STATE(248), - [sym_identifier] = ACTIONS(410), - [anon_sym_LPAREN] = ACTIONS(500), - [anon_sym_LBRACK] = ACTIONS(502), - [anon_sym_LBRACE] = ACTIONS(412), - [anon_sym_STAR] = ACTIONS(904), - [anon_sym_u8] = ACTIONS(416), - [anon_sym_i8] = ACTIONS(416), - [anon_sym_u16] = ACTIONS(416), - [anon_sym_i16] = ACTIONS(416), - [anon_sym_u32] = ACTIONS(416), - [anon_sym_i32] = ACTIONS(416), - [anon_sym_u64] = ACTIONS(416), - [anon_sym_i64] = ACTIONS(416), - [anon_sym_u128] = ACTIONS(416), - [anon_sym_i128] = ACTIONS(416), - [anon_sym_isize] = ACTIONS(416), - [anon_sym_usize] = ACTIONS(416), - [anon_sym_f32] = ACTIONS(416), - [anon_sym_f64] = ACTIONS(416), - [anon_sym_bool] = ACTIONS(416), - [anon_sym_str] = ACTIONS(416), - [anon_sym_char] = ACTIONS(416), - [anon_sym_DASH] = ACTIONS(418), - [anon_sym_BANG] = ACTIONS(904), - [anon_sym_AMP] = ACTIONS(906), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1336), - [anon_sym_DOT_DOT] = ACTIONS(1160), - [anon_sym_COLON_COLON] = ACTIONS(420), - [anon_sym_DASH_GT] = ACTIONS(1338), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(422), - [anon_sym_break] = ACTIONS(424), - [anon_sym_const] = ACTIONS(426), - [anon_sym_continue] = ACTIONS(428), - [anon_sym_default] = ACTIONS(430), - [anon_sym_for] = ACTIONS(432), - [anon_sym_gen] = ACTIONS(434), - [anon_sym_if] = ACTIONS(436), - [anon_sym_loop] = ACTIONS(438), - [anon_sym_match] = ACTIONS(440), - [anon_sym_return] = ACTIONS(442), - [anon_sym_static] = ACTIONS(444), - [anon_sym_union] = ACTIONS(430), - [anon_sym_unsafe] = ACTIONS(446), - [anon_sym_while] = ACTIONS(448), - [anon_sym_raw] = ACTIONS(430), - [anon_sym_yield] = ACTIONS(450), - [anon_sym_move] = ACTIONS(452), - [anon_sym_try] = ACTIONS(454), - [sym_integer_literal] = ACTIONS(456), - [aux_sym_string_literal_token1] = ACTIONS(458), - [sym_char_literal] = ACTIONS(456), - [anon_sym_true] = ACTIONS(460), - [anon_sym_false] = ACTIONS(460), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(462), - [sym_super] = ACTIONS(464), - [sym_crate] = ACTIONS(464), - [sym_metavariable] = ACTIONS(466), - [sym__raw_string_literal_start] = ACTIONS(468), - [sym_float_literal] = ACTIONS(456), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_RPAREN] = ACTIONS(1340), + [anon_sym_LBRACK] = ACTIONS(1116), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), + [anon_sym_u8] = ACTIONS(1306), + [anon_sym_i8] = ACTIONS(1306), + [anon_sym_u16] = ACTIONS(1306), + [anon_sym_i16] = ACTIONS(1306), + [anon_sym_u32] = ACTIONS(1306), + [anon_sym_i32] = ACTIONS(1306), + [anon_sym_u64] = ACTIONS(1306), + [anon_sym_i64] = ACTIONS(1306), + [anon_sym_u128] = ACTIONS(1306), + [anon_sym_i128] = ACTIONS(1306), + [anon_sym_isize] = ACTIONS(1306), + [anon_sym_usize] = ACTIONS(1306), + [anon_sym_f32] = ACTIONS(1306), + [anon_sym_f64] = ACTIONS(1306), + [anon_sym_bool] = ACTIONS(1306), + [anon_sym_str] = ACTIONS(1306), + [anon_sym_char] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(1308), + [anon_sym_PIPE] = ACTIONS(1130), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1310), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1136), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COMMA] = ACTIONS(1342), + [anon_sym_COLON_COLON] = ACTIONS(1314), + [anon_sym_POUND] = ACTIONS(1144), + [anon_sym_SQUOTE] = ACTIONS(1146), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1150), + [anon_sym_default] = ACTIONS(1316), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), + [anon_sym_gen] = ACTIONS(1318), + [anon_sym_impl] = ACTIONS(1160), + [anon_sym_union] = ACTIONS(1318), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_ref] = ACTIONS(1166), + [anon_sym_dyn] = ACTIONS(1168), + [sym_mutable_specifier] = ACTIONS(1170), + [anon_sym_raw] = ACTIONS(1318), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1320), + [sym_super] = ACTIONS(1322), + [sym_crate] = ACTIONS(1322), + [sym_metavariable] = ACTIONS(1324), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), }, [STATE(249)] = { - [sym_attribute_item] = STATE(418), - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_self_parameter] = STATE(2891), - [sym_variadic_parameter] = STATE(2891), - [sym_parameter] = STATE(2891), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2682), + [sym_attribute_item] = STATE(412), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_self_parameter] = STATE(2944), + [sym_variadic_parameter] = STATE(2944), + [sym_parameter] = STATE(2944), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2646), [sym_bracketed_type] = STATE(3694), - [sym_lifetime] = STATE(3065), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3341), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(2582), - [sym_scoped_identifier] = STATE(2327), - [sym_scoped_type_identifier] = STATE(2197), - [sym_const_block] = STATE(2182), - [sym__pattern] = STATE(3276), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), + [sym_lifetime] = STATE(3032), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3357), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(2298), + [sym_scoped_type_identifier] = STATE(2185), + [sym_const_block] = STATE(2192), + [sym__pattern] = STATE(3247), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), [sym_line_comment] = STATE(249), [sym_block_comment] = STATE(249), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(1058), - [anon_sym_LPAREN] = ACTIONS(1060), - [anon_sym_RPAREN] = ACTIONS(1340), - [anon_sym_LBRACK] = ACTIONS(1064), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), - [anon_sym_u8] = ACTIONS(1070), - [anon_sym_i8] = ACTIONS(1070), - [anon_sym_u16] = ACTIONS(1070), - [anon_sym_i16] = ACTIONS(1070), - [anon_sym_u32] = ACTIONS(1070), - [anon_sym_i32] = ACTIONS(1070), - [anon_sym_u64] = ACTIONS(1070), - [anon_sym_i64] = ACTIONS(1070), - [anon_sym_u128] = ACTIONS(1070), - [anon_sym_i128] = ACTIONS(1070), - [anon_sym_isize] = ACTIONS(1070), - [anon_sym_usize] = ACTIONS(1070), - [anon_sym_f32] = ACTIONS(1070), - [anon_sym_f64] = ACTIONS(1070), - [anon_sym_bool] = ACTIONS(1070), - [anon_sym_str] = ACTIONS(1070), - [anon_sym_char] = ACTIONS(1070), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(1076), - [anon_sym_PIPE] = ACTIONS(1078), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1342), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1084), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COMMA] = ACTIONS(1344), - [anon_sym_COLON_COLON] = ACTIONS(1090), - [anon_sym_POUND] = ACTIONS(1092), - [anon_sym_SQUOTE] = ACTIONS(1094), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1098), - [anon_sym_default] = ACTIONS(1100), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), - [anon_sym_gen] = ACTIONS(1106), - [anon_sym_impl] = ACTIONS(1108), - [anon_sym_union] = ACTIONS(1106), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_ref] = ACTIONS(1114), - [anon_sym_dyn] = ACTIONS(1116), - [sym_mutable_specifier] = ACTIONS(1118), - [anon_sym_raw] = ACTIONS(1106), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1126), - [sym_super] = ACTIONS(1128), - [sym_crate] = ACTIONS(1128), - [sym_metavariable] = ACTIONS(1130), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(1110), + [anon_sym_LPAREN] = ACTIONS(1112), + [anon_sym_RPAREN] = ACTIONS(1344), + [anon_sym_LBRACK] = ACTIONS(1116), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), + [anon_sym_u8] = ACTIONS(1122), + [anon_sym_i8] = ACTIONS(1122), + [anon_sym_u16] = ACTIONS(1122), + [anon_sym_i16] = ACTIONS(1122), + [anon_sym_u32] = ACTIONS(1122), + [anon_sym_i32] = ACTIONS(1122), + [anon_sym_u64] = ACTIONS(1122), + [anon_sym_i64] = ACTIONS(1122), + [anon_sym_u128] = ACTIONS(1122), + [anon_sym_i128] = ACTIONS(1122), + [anon_sym_isize] = ACTIONS(1122), + [anon_sym_usize] = ACTIONS(1122), + [anon_sym_f32] = ACTIONS(1122), + [anon_sym_f64] = ACTIONS(1122), + [anon_sym_bool] = ACTIONS(1122), + [anon_sym_str] = ACTIONS(1122), + [anon_sym_char] = ACTIONS(1122), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(1128), + [anon_sym_PIPE] = ACTIONS(1130), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1346), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1136), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COMMA] = ACTIONS(1348), + [anon_sym_COLON_COLON] = ACTIONS(1142), + [anon_sym_POUND] = ACTIONS(1144), + [anon_sym_SQUOTE] = ACTIONS(1146), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1150), + [anon_sym_default] = ACTIONS(1152), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), + [anon_sym_gen] = ACTIONS(1158), + [anon_sym_impl] = ACTIONS(1160), + [anon_sym_union] = ACTIONS(1158), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_ref] = ACTIONS(1166), + [anon_sym_dyn] = ACTIONS(1168), + [sym_mutable_specifier] = ACTIONS(1170), + [anon_sym_raw] = ACTIONS(1158), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1178), + [sym_super] = ACTIONS(1180), + [sym_crate] = ACTIONS(1180), + [sym_metavariable] = ACTIONS(1182), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), }, [STATE(250)] = { - [sym_attribute_item] = STATE(425), - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_self_parameter] = STATE(3064), - [sym_variadic_parameter] = STATE(3064), - [sym_parameter] = STATE(3064), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2716), - [sym_bracketed_type] = STATE(3702), - [sym_lifetime] = STATE(3065), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3434), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(2533), - [sym_scoped_identifier] = STATE(2200), - [sym_scoped_type_identifier] = STATE(2197), - [sym_const_block] = STATE(2182), - [sym__pattern] = STATE(2584), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1582), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), + [sym_label] = STATE(3711), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1476), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(250), [sym_block_comment] = STATE(250), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(1162), - [anon_sym_LPAREN] = ACTIONS(1164), - [anon_sym_RPAREN] = ACTIONS(1346), - [anon_sym_LBRACK] = ACTIONS(1064), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), - [anon_sym_u8] = ACTIONS(1168), - [anon_sym_i8] = ACTIONS(1168), - [anon_sym_u16] = ACTIONS(1168), - [anon_sym_i16] = ACTIONS(1168), - [anon_sym_u32] = ACTIONS(1168), - [anon_sym_i32] = ACTIONS(1168), - [anon_sym_u64] = ACTIONS(1168), - [anon_sym_i64] = ACTIONS(1168), - [anon_sym_u128] = ACTIONS(1168), - [anon_sym_i128] = ACTIONS(1168), - [anon_sym_isize] = ACTIONS(1168), - [anon_sym_usize] = ACTIONS(1168), - [anon_sym_f32] = ACTIONS(1168), - [anon_sym_f64] = ACTIONS(1168), - [anon_sym_bool] = ACTIONS(1168), - [anon_sym_str] = ACTIONS(1168), - [anon_sym_char] = ACTIONS(1168), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(1170), - [anon_sym_PIPE] = ACTIONS(1078), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1172), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1084), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COMMA] = ACTIONS(1348), - [anon_sym_COLON_COLON] = ACTIONS(1176), - [anon_sym_POUND] = ACTIONS(1092), - [anon_sym_SQUOTE] = ACTIONS(1094), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1098), - [anon_sym_default] = ACTIONS(1178), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), - [anon_sym_gen] = ACTIONS(1180), - [anon_sym_impl] = ACTIONS(1108), - [anon_sym_union] = ACTIONS(1180), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_ref] = ACTIONS(1114), - [anon_sym_dyn] = ACTIONS(1116), - [sym_mutable_specifier] = ACTIONS(1118), - [anon_sym_raw] = ACTIONS(1180), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1182), - [sym_super] = ACTIONS(1184), - [sym_crate] = ACTIONS(1184), - [sym_metavariable] = ACTIONS(1186), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), - }, - [STATE(251)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1764), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), - [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1516), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(251), - [sym_block_comment] = STATE(251), [sym_identifier] = ACTIONS(344), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -46333,10 +46287,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(1190), - [anon_sym_DOT_DOT] = ACTIONS(31), + [anon_sym__] = ACTIONS(1058), + [anon_sym_DOT_DOT] = ACTIONS(1082), [anon_sym_COLON_COLON] = ACTIONS(33), - [anon_sym_DASH_GT] = ACTIONS(1192), + [anon_sym_DASH_GT] = ACTIONS(1060), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(356), [anon_sym_break] = ACTIONS(41), @@ -46371,62 +46325,177 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, + [STATE(251)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1698), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_let_condition] = STATE(2839), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(236), + [sym_label] = STATE(3711), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(251), + [sym_block_comment] = STATE(251), + [sym_identifier] = ACTIONS(470), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(348), + [anon_sym_STAR] = ACTIONS(892), + [anon_sym_u8] = ACTIONS(472), + [anon_sym_i8] = ACTIONS(472), + [anon_sym_u16] = ACTIONS(472), + [anon_sym_i16] = ACTIONS(472), + [anon_sym_u32] = ACTIONS(472), + [anon_sym_i32] = ACTIONS(472), + [anon_sym_u64] = ACTIONS(472), + [anon_sym_i64] = ACTIONS(472), + [anon_sym_u128] = ACTIONS(472), + [anon_sym_i128] = ACTIONS(472), + [anon_sym_isize] = ACTIONS(472), + [anon_sym_usize] = ACTIONS(472), + [anon_sym_f32] = ACTIONS(472), + [anon_sym_f64] = ACTIONS(472), + [anon_sym_bool] = ACTIONS(472), + [anon_sym_str] = ACTIONS(472), + [anon_sym_char] = ACTIONS(472), + [anon_sym_DASH] = ACTIONS(892), + [anon_sym_BANG] = ACTIONS(892), + [anon_sym_AMP] = ACTIONS(894), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(1056), + [anon_sym_COLON_COLON] = ACTIONS(476), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(478), + [anon_sym_break] = ACTIONS(480), + [anon_sym_const] = ACTIONS(358), + [anon_sym_continue] = ACTIONS(482), + [anon_sym_default] = ACTIONS(484), + [anon_sym_for] = ACTIONS(362), + [anon_sym_gen] = ACTIONS(486), + [anon_sym_if] = ACTIONS(366), + [anon_sym_let] = ACTIONS(898), + [anon_sym_loop] = ACTIONS(368), + [anon_sym_match] = ACTIONS(370), + [anon_sym_return] = ACTIONS(488), + [anon_sym_static] = ACTIONS(490), + [anon_sym_union] = ACTIONS(484), + [anon_sym_unsafe] = ACTIONS(374), + [anon_sym_while] = ACTIONS(376), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(492), + [anon_sym_move] = ACTIONS(494), + [anon_sym_try] = ACTIONS(378), + [sym_integer_literal] = ACTIONS(99), + [aux_sym_string_literal_token1] = ACTIONS(101), + [sym_char_literal] = ACTIONS(99), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), + [sym__raw_string_literal_start] = ACTIONS(119), + [sym_float_literal] = ACTIONS(99), + }, [STATE(252)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1801), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_let_condition] = STATE(2832), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(210), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1744), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_let_condition] = STATE(2839), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(236), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(252), [sym_block_comment] = STATE(252), [sym_identifier] = ACTIONS(470), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), - [anon_sym_STAR] = ACTIONS(894), + [anon_sym_STAR] = ACTIONS(892), [anon_sym_u8] = ACTIONS(472), [anon_sym_i8] = ACTIONS(472), [anon_sym_u16] = ACTIONS(472), @@ -46444,33 +46513,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(472), [anon_sym_str] = ACTIONS(472), [anon_sym_char] = ACTIONS(472), - [anon_sym_DASH] = ACTIONS(894), - [anon_sym_BANG] = ACTIONS(894), - [anon_sym_AMP] = ACTIONS(896), + [anon_sym_DASH] = ACTIONS(892), + [anon_sym_BANG] = ACTIONS(892), + [anon_sym_AMP] = ACTIONS(894), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(898), + [anon_sym_DOT_DOT] = ACTIONS(896), [anon_sym_COLON_COLON] = ACTIONS(476), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(512), - [anon_sym_break] = ACTIONS(514), + [anon_sym_async] = ACTIONS(478), + [anon_sym_break] = ACTIONS(480), [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(516), - [anon_sym_default] = ACTIONS(482), + [anon_sym_continue] = ACTIONS(482), + [anon_sym_default] = ACTIONS(484), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(518), + [anon_sym_gen] = ACTIONS(486), [anon_sym_if] = ACTIONS(366), - [anon_sym_let] = ACTIONS(900), + [anon_sym_let] = ACTIONS(898), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(520), - [anon_sym_static] = ACTIONS(522), - [anon_sym_union] = ACTIONS(482), + [anon_sym_return] = ACTIONS(488), + [anon_sym_static] = ACTIONS(490), + [anon_sym_union] = ACTIONS(484), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(524), - [anon_sym_move] = ACTIONS(526), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(492), + [anon_sym_move] = ACTIONS(494), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -46479,61 +46548,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, [STATE(253)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1754), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1596), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1450), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1557), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(253), [sym_block_comment] = STATE(253), [sym_identifier] = ACTIONS(344), @@ -46563,10 +46632,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(1156), - [anon_sym_DOT_DOT] = ACTIONS(31), + [anon_sym__] = ACTIONS(1050), + [anon_sym_DOT_DOT] = ACTIONS(1082), [anon_sym_COLON_COLON] = ACTIONS(33), - [anon_sym_DASH_GT] = ACTIONS(1158), + [anon_sym_DASH_GT] = ACTIONS(1054), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(356), [anon_sym_break] = ACTIONS(41), @@ -46602,60 +46671,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(99), }, [STATE(254)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1478), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(228), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1549), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(214), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(254), [sym_block_comment] = STATE(254), [sym_identifier] = ACTIONS(470), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), - [anon_sym_STAR] = ACTIONS(1204), + [anon_sym_STAR] = ACTIONS(1046), [anon_sym_u8] = ACTIONS(472), [anon_sym_i8] = ACTIONS(472), [anon_sym_u16] = ACTIONS(472), @@ -46673,33 +46742,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(472), [anon_sym_str] = ACTIONS(472), [anon_sym_char] = ACTIONS(472), - [anon_sym_DASH] = ACTIONS(1204), - [anon_sym_BANG] = ACTIONS(1204), - [anon_sym_AMP] = ACTIONS(1206), + [anon_sym_DASH] = ACTIONS(1046), + [anon_sym_BANG] = ACTIONS(1046), + [anon_sym_AMP] = ACTIONS(1048), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1208), + [anon_sym_DOT_DOT] = ACTIONS(1052), [anon_sym_COLON_COLON] = ACTIONS(476), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(478), - [anon_sym_break] = ACTIONS(480), + [anon_sym_async] = ACTIONS(504), + [anon_sym_break] = ACTIONS(506), [anon_sym_const] = ACTIONS(358), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(482), + [anon_sym_default] = ACTIONS(484), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(484), + [anon_sym_gen] = ACTIONS(508), [anon_sym_if] = ACTIONS(366), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(486), - [anon_sym_static] = ACTIONS(488), - [anon_sym_union] = ACTIONS(482), + [anon_sym_return] = ACTIONS(510), + [anon_sym_static] = ACTIONS(512), + [anon_sym_union] = ACTIONS(484), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), [sym_mutable_specifier] = ACTIONS(1350), [anon_sym_raw] = ACTIONS(1352), - [anon_sym_yield] = ACTIONS(490), - [anon_sym_move] = ACTIONS(492), + [anon_sym_yield] = ACTIONS(514), + [anon_sym_move] = ACTIONS(516), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -46708,340 +46777,112 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, [STATE(255)] = { - [sym_attribute_item] = STATE(403), - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_self_parameter] = STATE(3279), - [sym_variadic_parameter] = STATE(3279), - [sym_parameter] = STATE(3279), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(3071), - [sym_bracketed_type] = STATE(3694), - [sym_lifetime] = STATE(3065), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3341), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(2582), - [sym_scoped_identifier] = STATE(2327), - [sym_scoped_type_identifier] = STATE(2197), - [sym_const_block] = STATE(2182), - [sym__pattern] = STATE(3276), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1549), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), + [sym_label] = STATE(3711), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(255), [sym_block_comment] = STATE(255), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(1058), - [anon_sym_LPAREN] = ACTIONS(1060), - [anon_sym_RPAREN] = ACTIONS(1354), - [anon_sym_LBRACK] = ACTIONS(1064), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), - [anon_sym_u8] = ACTIONS(1070), - [anon_sym_i8] = ACTIONS(1070), - [anon_sym_u16] = ACTIONS(1070), - [anon_sym_i16] = ACTIONS(1070), - [anon_sym_u32] = ACTIONS(1070), - [anon_sym_i32] = ACTIONS(1070), - [anon_sym_u64] = ACTIONS(1070), - [anon_sym_i64] = ACTIONS(1070), - [anon_sym_u128] = ACTIONS(1070), - [anon_sym_i128] = ACTIONS(1070), - [anon_sym_isize] = ACTIONS(1070), - [anon_sym_usize] = ACTIONS(1070), - [anon_sym_f32] = ACTIONS(1070), - [anon_sym_f64] = ACTIONS(1070), - [anon_sym_bool] = ACTIONS(1070), - [anon_sym_str] = ACTIONS(1070), - [anon_sym_char] = ACTIONS(1070), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(1076), - [anon_sym_PIPE] = ACTIONS(1078), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1356), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1084), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COLON_COLON] = ACTIONS(1090), - [anon_sym_POUND] = ACTIONS(1092), - [anon_sym_SQUOTE] = ACTIONS(1094), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1098), - [anon_sym_default] = ACTIONS(1100), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), - [anon_sym_gen] = ACTIONS(1106), - [anon_sym_impl] = ACTIONS(1108), - [anon_sym_union] = ACTIONS(1106), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_ref] = ACTIONS(1114), - [anon_sym_dyn] = ACTIONS(1116), - [sym_mutable_specifier] = ACTIONS(1118), - [anon_sym_raw] = ACTIONS(1106), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1126), - [sym_super] = ACTIONS(1128), - [sym_crate] = ACTIONS(1128), - [sym_metavariable] = ACTIONS(1130), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), - }, - [STATE(256)] = { - [sym_attribute_item] = STATE(403), - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_self_parameter] = STATE(3279), - [sym_variadic_parameter] = STATE(3279), - [sym_parameter] = STATE(3279), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(3071), - [sym_bracketed_type] = STATE(3694), - [sym_lifetime] = STATE(3065), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3341), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(2582), - [sym_scoped_identifier] = STATE(2327), - [sym_scoped_type_identifier] = STATE(2197), - [sym_const_block] = STATE(2182), - [sym__pattern] = STATE(3276), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), - [sym_line_comment] = STATE(256), - [sym_block_comment] = STATE(256), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(1058), - [anon_sym_LPAREN] = ACTIONS(1060), - [anon_sym_RPAREN] = ACTIONS(1358), - [anon_sym_LBRACK] = ACTIONS(1064), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), - [anon_sym_u8] = ACTIONS(1070), - [anon_sym_i8] = ACTIONS(1070), - [anon_sym_u16] = ACTIONS(1070), - [anon_sym_i16] = ACTIONS(1070), - [anon_sym_u32] = ACTIONS(1070), - [anon_sym_i32] = ACTIONS(1070), - [anon_sym_u64] = ACTIONS(1070), - [anon_sym_i64] = ACTIONS(1070), - [anon_sym_u128] = ACTIONS(1070), - [anon_sym_i128] = ACTIONS(1070), - [anon_sym_isize] = ACTIONS(1070), - [anon_sym_usize] = ACTIONS(1070), - [anon_sym_f32] = ACTIONS(1070), - [anon_sym_f64] = ACTIONS(1070), - [anon_sym_bool] = ACTIONS(1070), - [anon_sym_str] = ACTIONS(1070), - [anon_sym_char] = ACTIONS(1070), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(1076), - [anon_sym_PIPE] = ACTIONS(1078), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1356), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1084), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COLON_COLON] = ACTIONS(1090), - [anon_sym_POUND] = ACTIONS(1092), - [anon_sym_SQUOTE] = ACTIONS(1094), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1098), - [anon_sym_default] = ACTIONS(1100), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), - [anon_sym_gen] = ACTIONS(1106), - [anon_sym_impl] = ACTIONS(1108), - [anon_sym_union] = ACTIONS(1106), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_ref] = ACTIONS(1114), - [anon_sym_dyn] = ACTIONS(1116), - [sym_mutable_specifier] = ACTIONS(1118), - [anon_sym_raw] = ACTIONS(1106), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1126), - [sym_super] = ACTIONS(1128), - [sym_crate] = ACTIONS(1128), - [sym_metavariable] = ACTIONS(1130), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), - }, - [STATE(257)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1478), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(210), - [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(257), - [sym_block_comment] = STATE(257), - [sym_identifier] = ACTIONS(470), + [sym_identifier] = ACTIONS(344), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), - [anon_sym_STAR] = ACTIONS(894), - [anon_sym_u8] = ACTIONS(472), - [anon_sym_i8] = ACTIONS(472), - [anon_sym_u16] = ACTIONS(472), - [anon_sym_i16] = ACTIONS(472), - [anon_sym_u32] = ACTIONS(472), - [anon_sym_i32] = ACTIONS(472), - [anon_sym_u64] = ACTIONS(472), - [anon_sym_i64] = ACTIONS(472), - [anon_sym_u128] = ACTIONS(472), - [anon_sym_i128] = ACTIONS(472), - [anon_sym_isize] = ACTIONS(472), - [anon_sym_usize] = ACTIONS(472), - [anon_sym_f32] = ACTIONS(472), - [anon_sym_f64] = ACTIONS(472), - [anon_sym_bool] = ACTIONS(472), - [anon_sym_str] = ACTIONS(472), - [anon_sym_char] = ACTIONS(472), - [anon_sym_DASH] = ACTIONS(894), - [anon_sym_BANG] = ACTIONS(894), - [anon_sym_AMP] = ACTIONS(896), + [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(1144), - [anon_sym_COLON_COLON] = ACTIONS(476), + [anon_sym_DOT_DOT] = ACTIONS(1082), + [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(512), - [anon_sym_break] = ACTIONS(514), + [anon_sym_async] = ACTIONS(356), + [anon_sym_break] = ACTIONS(41), [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(516), - [anon_sym_default] = ACTIONS(482), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(360), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(518), + [anon_sym_gen] = ACTIONS(364), [anon_sym_if] = ACTIONS(366), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(520), - [anon_sym_static] = ACTIONS(522), - [anon_sym_union] = ACTIONS(482), + [anon_sym_return] = ACTIONS(71), + [anon_sym_static] = ACTIONS(372), + [anon_sym_union] = ACTIONS(360), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [sym_mutable_specifier] = ACTIONS(1360), - [anon_sym_raw] = ACTIONS(1362), - [anon_sym_yield] = ACTIONS(524), - [anon_sym_move] = ACTIONS(526), + [sym_mutable_specifier] = ACTIONS(1354), + [anon_sym_raw] = ACTIONS(1356), + [anon_sym_yield] = ACTIONS(93), + [anon_sym_move] = ACTIONS(95), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -47050,682 +46891,796 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), + [sym_self] = ACTIONS(111), + [sym_super] = ACTIONS(113), + [sym_crate] = ACTIONS(113), + [sym_metavariable] = ACTIONS(117), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, + [STATE(256)] = { + [sym_attribute_item] = STATE(403), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_self_parameter] = STATE(3368), + [sym_variadic_parameter] = STATE(3368), + [sym_parameter] = STATE(3368), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(3070), + [sym_bracketed_type] = STATE(3694), + [sym_lifetime] = STATE(3032), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3357), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(2298), + [sym_scoped_type_identifier] = STATE(2185), + [sym_const_block] = STATE(2192), + [sym__pattern] = STATE(3247), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), + [sym_line_comment] = STATE(256), + [sym_block_comment] = STATE(256), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(1110), + [anon_sym_LPAREN] = ACTIONS(1112), + [anon_sym_RPAREN] = ACTIONS(1358), + [anon_sym_LBRACK] = ACTIONS(1116), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), + [anon_sym_u8] = ACTIONS(1122), + [anon_sym_i8] = ACTIONS(1122), + [anon_sym_u16] = ACTIONS(1122), + [anon_sym_i16] = ACTIONS(1122), + [anon_sym_u32] = ACTIONS(1122), + [anon_sym_i32] = ACTIONS(1122), + [anon_sym_u64] = ACTIONS(1122), + [anon_sym_i64] = ACTIONS(1122), + [anon_sym_u128] = ACTIONS(1122), + [anon_sym_i128] = ACTIONS(1122), + [anon_sym_isize] = ACTIONS(1122), + [anon_sym_usize] = ACTIONS(1122), + [anon_sym_f32] = ACTIONS(1122), + [anon_sym_f64] = ACTIONS(1122), + [anon_sym_bool] = ACTIONS(1122), + [anon_sym_str] = ACTIONS(1122), + [anon_sym_char] = ACTIONS(1122), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(1128), + [anon_sym_PIPE] = ACTIONS(1130), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1360), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1136), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COLON_COLON] = ACTIONS(1142), + [anon_sym_POUND] = ACTIONS(1144), + [anon_sym_SQUOTE] = ACTIONS(1146), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1150), + [anon_sym_default] = ACTIONS(1152), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), + [anon_sym_gen] = ACTIONS(1158), + [anon_sym_impl] = ACTIONS(1160), + [anon_sym_union] = ACTIONS(1158), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_ref] = ACTIONS(1166), + [anon_sym_dyn] = ACTIONS(1168), + [sym_mutable_specifier] = ACTIONS(1170), + [anon_sym_raw] = ACTIONS(1158), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1178), + [sym_super] = ACTIONS(1180), + [sym_crate] = ACTIONS(1180), + [sym_metavariable] = ACTIONS(1182), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), + }, + [STATE(257)] = { + [sym_attribute_item] = STATE(403), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_self_parameter] = STATE(3368), + [sym_variadic_parameter] = STATE(3368), + [sym_parameter] = STATE(3368), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(3070), + [sym_bracketed_type] = STATE(3694), + [sym_lifetime] = STATE(3032), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3357), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(2298), + [sym_scoped_type_identifier] = STATE(2185), + [sym_const_block] = STATE(2192), + [sym__pattern] = STATE(3247), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), + [sym_line_comment] = STATE(257), + [sym_block_comment] = STATE(257), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(1110), + [anon_sym_LPAREN] = ACTIONS(1112), + [anon_sym_RPAREN] = ACTIONS(1362), + [anon_sym_LBRACK] = ACTIONS(1116), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), + [anon_sym_u8] = ACTIONS(1122), + [anon_sym_i8] = ACTIONS(1122), + [anon_sym_u16] = ACTIONS(1122), + [anon_sym_i16] = ACTIONS(1122), + [anon_sym_u32] = ACTIONS(1122), + [anon_sym_i32] = ACTIONS(1122), + [anon_sym_u64] = ACTIONS(1122), + [anon_sym_i64] = ACTIONS(1122), + [anon_sym_u128] = ACTIONS(1122), + [anon_sym_i128] = ACTIONS(1122), + [anon_sym_isize] = ACTIONS(1122), + [anon_sym_usize] = ACTIONS(1122), + [anon_sym_f32] = ACTIONS(1122), + [anon_sym_f64] = ACTIONS(1122), + [anon_sym_bool] = ACTIONS(1122), + [anon_sym_str] = ACTIONS(1122), + [anon_sym_char] = ACTIONS(1122), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(1128), + [anon_sym_PIPE] = ACTIONS(1130), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1360), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1136), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COLON_COLON] = ACTIONS(1142), + [anon_sym_POUND] = ACTIONS(1144), + [anon_sym_SQUOTE] = ACTIONS(1146), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1150), + [anon_sym_default] = ACTIONS(1152), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), + [anon_sym_gen] = ACTIONS(1158), + [anon_sym_impl] = ACTIONS(1160), + [anon_sym_union] = ACTIONS(1158), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_ref] = ACTIONS(1166), + [anon_sym_dyn] = ACTIONS(1168), + [sym_mutable_specifier] = ACTIONS(1170), + [anon_sym_raw] = ACTIONS(1158), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1178), + [sym_super] = ACTIONS(1180), + [sym_crate] = ACTIONS(1180), + [sym_metavariable] = ACTIONS(1182), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), + }, [STATE(258)] = { [sym_attribute_item] = STATE(403), - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_self_parameter] = STATE(3279), - [sym_variadic_parameter] = STATE(3279), - [sym_parameter] = STATE(3279), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(3071), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_self_parameter] = STATE(3368), + [sym_variadic_parameter] = STATE(3368), + [sym_parameter] = STATE(3368), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(3070), [sym_bracketed_type] = STATE(3694), - [sym_lifetime] = STATE(3065), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3341), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(2582), - [sym_scoped_identifier] = STATE(2327), - [sym_scoped_type_identifier] = STATE(2197), - [sym_const_block] = STATE(2182), - [sym__pattern] = STATE(3276), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), + [sym_lifetime] = STATE(3032), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3357), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(2298), + [sym_scoped_type_identifier] = STATE(2185), + [sym_const_block] = STATE(2192), + [sym__pattern] = STATE(3247), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), [sym_line_comment] = STATE(258), [sym_block_comment] = STATE(258), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(1058), - [anon_sym_LPAREN] = ACTIONS(1060), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(1110), + [anon_sym_LPAREN] = ACTIONS(1112), [anon_sym_RPAREN] = ACTIONS(1364), - [anon_sym_LBRACK] = ACTIONS(1064), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), - [anon_sym_u8] = ACTIONS(1070), - [anon_sym_i8] = ACTIONS(1070), - [anon_sym_u16] = ACTIONS(1070), - [anon_sym_i16] = ACTIONS(1070), - [anon_sym_u32] = ACTIONS(1070), - [anon_sym_i32] = ACTIONS(1070), - [anon_sym_u64] = ACTIONS(1070), - [anon_sym_i64] = ACTIONS(1070), - [anon_sym_u128] = ACTIONS(1070), - [anon_sym_i128] = ACTIONS(1070), - [anon_sym_isize] = ACTIONS(1070), - [anon_sym_usize] = ACTIONS(1070), - [anon_sym_f32] = ACTIONS(1070), - [anon_sym_f64] = ACTIONS(1070), - [anon_sym_bool] = ACTIONS(1070), - [anon_sym_str] = ACTIONS(1070), - [anon_sym_char] = ACTIONS(1070), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(1076), - [anon_sym_PIPE] = ACTIONS(1078), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1356), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1084), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COLON_COLON] = ACTIONS(1090), - [anon_sym_POUND] = ACTIONS(1092), - [anon_sym_SQUOTE] = ACTIONS(1094), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1098), - [anon_sym_default] = ACTIONS(1100), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), - [anon_sym_gen] = ACTIONS(1106), - [anon_sym_impl] = ACTIONS(1108), - [anon_sym_union] = ACTIONS(1106), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_ref] = ACTIONS(1114), - [anon_sym_dyn] = ACTIONS(1116), - [sym_mutable_specifier] = ACTIONS(1118), - [anon_sym_raw] = ACTIONS(1106), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1126), - [sym_super] = ACTIONS(1128), - [sym_crate] = ACTIONS(1128), - [sym_metavariable] = ACTIONS(1130), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), + [anon_sym_LBRACK] = ACTIONS(1116), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), + [anon_sym_u8] = ACTIONS(1122), + [anon_sym_i8] = ACTIONS(1122), + [anon_sym_u16] = ACTIONS(1122), + [anon_sym_i16] = ACTIONS(1122), + [anon_sym_u32] = ACTIONS(1122), + [anon_sym_i32] = ACTIONS(1122), + [anon_sym_u64] = ACTIONS(1122), + [anon_sym_i64] = ACTIONS(1122), + [anon_sym_u128] = ACTIONS(1122), + [anon_sym_i128] = ACTIONS(1122), + [anon_sym_isize] = ACTIONS(1122), + [anon_sym_usize] = ACTIONS(1122), + [anon_sym_f32] = ACTIONS(1122), + [anon_sym_f64] = ACTIONS(1122), + [anon_sym_bool] = ACTIONS(1122), + [anon_sym_str] = ACTIONS(1122), + [anon_sym_char] = ACTIONS(1122), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(1128), + [anon_sym_PIPE] = ACTIONS(1130), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1360), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1136), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COLON_COLON] = ACTIONS(1142), + [anon_sym_POUND] = ACTIONS(1144), + [anon_sym_SQUOTE] = ACTIONS(1146), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1150), + [anon_sym_default] = ACTIONS(1152), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), + [anon_sym_gen] = ACTIONS(1158), + [anon_sym_impl] = ACTIONS(1160), + [anon_sym_union] = ACTIONS(1158), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_ref] = ACTIONS(1166), + [anon_sym_dyn] = ACTIONS(1168), + [sym_mutable_specifier] = ACTIONS(1170), + [anon_sym_raw] = ACTIONS(1158), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1178), + [sym_super] = ACTIONS(1180), + [sym_crate] = ACTIONS(1180), + [sym_metavariable] = ACTIONS(1182), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), }, [STATE(259)] = { [sym_attribute_item] = STATE(403), - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_self_parameter] = STATE(3279), - [sym_variadic_parameter] = STATE(3279), - [sym_parameter] = STATE(3279), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(3071), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_self_parameter] = STATE(3368), + [sym_variadic_parameter] = STATE(3368), + [sym_parameter] = STATE(3368), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(3070), [sym_bracketed_type] = STATE(3694), - [sym_lifetime] = STATE(3065), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3341), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(2582), - [sym_scoped_identifier] = STATE(2327), - [sym_scoped_type_identifier] = STATE(2197), - [sym_const_block] = STATE(2182), - [sym__pattern] = STATE(3276), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), + [sym_lifetime] = STATE(3032), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3357), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(2298), + [sym_scoped_type_identifier] = STATE(2185), + [sym_const_block] = STATE(2192), + [sym__pattern] = STATE(3247), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), [sym_line_comment] = STATE(259), [sym_block_comment] = STATE(259), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(1058), - [anon_sym_LPAREN] = ACTIONS(1060), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(1110), + [anon_sym_LPAREN] = ACTIONS(1112), [anon_sym_RPAREN] = ACTIONS(1366), - [anon_sym_LBRACK] = ACTIONS(1064), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), - [anon_sym_u8] = ACTIONS(1070), - [anon_sym_i8] = ACTIONS(1070), - [anon_sym_u16] = ACTIONS(1070), - [anon_sym_i16] = ACTIONS(1070), - [anon_sym_u32] = ACTIONS(1070), - [anon_sym_i32] = ACTIONS(1070), - [anon_sym_u64] = ACTIONS(1070), - [anon_sym_i64] = ACTIONS(1070), - [anon_sym_u128] = ACTIONS(1070), - [anon_sym_i128] = ACTIONS(1070), - [anon_sym_isize] = ACTIONS(1070), - [anon_sym_usize] = ACTIONS(1070), - [anon_sym_f32] = ACTIONS(1070), - [anon_sym_f64] = ACTIONS(1070), - [anon_sym_bool] = ACTIONS(1070), - [anon_sym_str] = ACTIONS(1070), - [anon_sym_char] = ACTIONS(1070), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(1076), - [anon_sym_PIPE] = ACTIONS(1078), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1356), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1084), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COLON_COLON] = ACTIONS(1090), - [anon_sym_POUND] = ACTIONS(1092), - [anon_sym_SQUOTE] = ACTIONS(1094), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1098), - [anon_sym_default] = ACTIONS(1100), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), - [anon_sym_gen] = ACTIONS(1106), - [anon_sym_impl] = ACTIONS(1108), - [anon_sym_union] = ACTIONS(1106), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_ref] = ACTIONS(1114), - [anon_sym_dyn] = ACTIONS(1116), - [sym_mutable_specifier] = ACTIONS(1118), - [anon_sym_raw] = ACTIONS(1106), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1126), - [sym_super] = ACTIONS(1128), - [sym_crate] = ACTIONS(1128), - [sym_metavariable] = ACTIONS(1130), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), + [anon_sym_LBRACK] = ACTIONS(1116), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), + [anon_sym_u8] = ACTIONS(1122), + [anon_sym_i8] = ACTIONS(1122), + [anon_sym_u16] = ACTIONS(1122), + [anon_sym_i16] = ACTIONS(1122), + [anon_sym_u32] = ACTIONS(1122), + [anon_sym_i32] = ACTIONS(1122), + [anon_sym_u64] = ACTIONS(1122), + [anon_sym_i64] = ACTIONS(1122), + [anon_sym_u128] = ACTIONS(1122), + [anon_sym_i128] = ACTIONS(1122), + [anon_sym_isize] = ACTIONS(1122), + [anon_sym_usize] = ACTIONS(1122), + [anon_sym_f32] = ACTIONS(1122), + [anon_sym_f64] = ACTIONS(1122), + [anon_sym_bool] = ACTIONS(1122), + [anon_sym_str] = ACTIONS(1122), + [anon_sym_char] = ACTIONS(1122), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(1128), + [anon_sym_PIPE] = ACTIONS(1130), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1360), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1136), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COLON_COLON] = ACTIONS(1142), + [anon_sym_POUND] = ACTIONS(1144), + [anon_sym_SQUOTE] = ACTIONS(1146), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1150), + [anon_sym_default] = ACTIONS(1152), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), + [anon_sym_gen] = ACTIONS(1158), + [anon_sym_impl] = ACTIONS(1160), + [anon_sym_union] = ACTIONS(1158), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_ref] = ACTIONS(1166), + [anon_sym_dyn] = ACTIONS(1168), + [sym_mutable_specifier] = ACTIONS(1170), + [anon_sym_raw] = ACTIONS(1158), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1178), + [sym_super] = ACTIONS(1180), + [sym_crate] = ACTIONS(1180), + [sym_metavariable] = ACTIONS(1182), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), }, [STATE(260)] = { [sym_attribute_item] = STATE(403), - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_self_parameter] = STATE(3279), - [sym_variadic_parameter] = STATE(3279), - [sym_parameter] = STATE(3279), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(3071), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_self_parameter] = STATE(3368), + [sym_variadic_parameter] = STATE(3368), + [sym_parameter] = STATE(3368), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(3070), [sym_bracketed_type] = STATE(3694), - [sym_lifetime] = STATE(3065), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3341), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(2582), - [sym_scoped_identifier] = STATE(2327), - [sym_scoped_type_identifier] = STATE(2197), - [sym_const_block] = STATE(2182), - [sym__pattern] = STATE(3276), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), + [sym_lifetime] = STATE(3032), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3357), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(2298), + [sym_scoped_type_identifier] = STATE(2185), + [sym_const_block] = STATE(2192), + [sym__pattern] = STATE(3247), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), [sym_line_comment] = STATE(260), [sym_block_comment] = STATE(260), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(1058), - [anon_sym_LPAREN] = ACTIONS(1060), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(1110), + [anon_sym_LPAREN] = ACTIONS(1112), [anon_sym_RPAREN] = ACTIONS(1368), - [anon_sym_LBRACK] = ACTIONS(1064), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), - [anon_sym_u8] = ACTIONS(1070), - [anon_sym_i8] = ACTIONS(1070), - [anon_sym_u16] = ACTIONS(1070), - [anon_sym_i16] = ACTIONS(1070), - [anon_sym_u32] = ACTIONS(1070), - [anon_sym_i32] = ACTIONS(1070), - [anon_sym_u64] = ACTIONS(1070), - [anon_sym_i64] = ACTIONS(1070), - [anon_sym_u128] = ACTIONS(1070), - [anon_sym_i128] = ACTIONS(1070), - [anon_sym_isize] = ACTIONS(1070), - [anon_sym_usize] = ACTIONS(1070), - [anon_sym_f32] = ACTIONS(1070), - [anon_sym_f64] = ACTIONS(1070), - [anon_sym_bool] = ACTIONS(1070), - [anon_sym_str] = ACTIONS(1070), - [anon_sym_char] = ACTIONS(1070), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(1076), - [anon_sym_PIPE] = ACTIONS(1078), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1356), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1084), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COLON_COLON] = ACTIONS(1090), - [anon_sym_POUND] = ACTIONS(1092), - [anon_sym_SQUOTE] = ACTIONS(1094), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1098), - [anon_sym_default] = ACTIONS(1100), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), - [anon_sym_gen] = ACTIONS(1106), - [anon_sym_impl] = ACTIONS(1108), - [anon_sym_union] = ACTIONS(1106), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_ref] = ACTIONS(1114), - [anon_sym_dyn] = ACTIONS(1116), - [sym_mutable_specifier] = ACTIONS(1118), - [anon_sym_raw] = ACTIONS(1106), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1126), - [sym_super] = ACTIONS(1128), - [sym_crate] = ACTIONS(1128), - [sym_metavariable] = ACTIONS(1130), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), + [anon_sym_LBRACK] = ACTIONS(1116), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), + [anon_sym_u8] = ACTIONS(1122), + [anon_sym_i8] = ACTIONS(1122), + [anon_sym_u16] = ACTIONS(1122), + [anon_sym_i16] = ACTIONS(1122), + [anon_sym_u32] = ACTIONS(1122), + [anon_sym_i32] = ACTIONS(1122), + [anon_sym_u64] = ACTIONS(1122), + [anon_sym_i64] = ACTIONS(1122), + [anon_sym_u128] = ACTIONS(1122), + [anon_sym_i128] = ACTIONS(1122), + [anon_sym_isize] = ACTIONS(1122), + [anon_sym_usize] = ACTIONS(1122), + [anon_sym_f32] = ACTIONS(1122), + [anon_sym_f64] = ACTIONS(1122), + [anon_sym_bool] = ACTIONS(1122), + [anon_sym_str] = ACTIONS(1122), + [anon_sym_char] = ACTIONS(1122), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(1128), + [anon_sym_PIPE] = ACTIONS(1130), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1360), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1136), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COLON_COLON] = ACTIONS(1142), + [anon_sym_POUND] = ACTIONS(1144), + [anon_sym_SQUOTE] = ACTIONS(1146), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1150), + [anon_sym_default] = ACTIONS(1152), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), + [anon_sym_gen] = ACTIONS(1158), + [anon_sym_impl] = ACTIONS(1160), + [anon_sym_union] = ACTIONS(1158), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_ref] = ACTIONS(1166), + [anon_sym_dyn] = ACTIONS(1168), + [sym_mutable_specifier] = ACTIONS(1170), + [anon_sym_raw] = ACTIONS(1158), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1178), + [sym_super] = ACTIONS(1180), + [sym_crate] = ACTIONS(1180), + [sym_metavariable] = ACTIONS(1182), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), }, [STATE(261)] = { [sym_attribute_item] = STATE(403), - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_self_parameter] = STATE(3279), - [sym_variadic_parameter] = STATE(3279), - [sym_parameter] = STATE(3279), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(3071), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_self_parameter] = STATE(3368), + [sym_variadic_parameter] = STATE(3368), + [sym_parameter] = STATE(3368), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(3070), [sym_bracketed_type] = STATE(3694), - [sym_lifetime] = STATE(3065), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3341), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(2582), - [sym_scoped_identifier] = STATE(2327), - [sym_scoped_type_identifier] = STATE(2197), - [sym_const_block] = STATE(2182), - [sym__pattern] = STATE(3276), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), + [sym_lifetime] = STATE(3032), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3357), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(2298), + [sym_scoped_type_identifier] = STATE(2185), + [sym_const_block] = STATE(2192), + [sym__pattern] = STATE(3247), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), [sym_line_comment] = STATE(261), [sym_block_comment] = STATE(261), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(1058), - [anon_sym_LPAREN] = ACTIONS(1060), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(1110), + [anon_sym_LPAREN] = ACTIONS(1112), [anon_sym_RPAREN] = ACTIONS(1370), - [anon_sym_LBRACK] = ACTIONS(1064), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), - [anon_sym_u8] = ACTIONS(1070), - [anon_sym_i8] = ACTIONS(1070), - [anon_sym_u16] = ACTIONS(1070), - [anon_sym_i16] = ACTIONS(1070), - [anon_sym_u32] = ACTIONS(1070), - [anon_sym_i32] = ACTIONS(1070), - [anon_sym_u64] = ACTIONS(1070), - [anon_sym_i64] = ACTIONS(1070), - [anon_sym_u128] = ACTIONS(1070), - [anon_sym_i128] = ACTIONS(1070), - [anon_sym_isize] = ACTIONS(1070), - [anon_sym_usize] = ACTIONS(1070), - [anon_sym_f32] = ACTIONS(1070), - [anon_sym_f64] = ACTIONS(1070), - [anon_sym_bool] = ACTIONS(1070), - [anon_sym_str] = ACTIONS(1070), - [anon_sym_char] = ACTIONS(1070), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(1076), - [anon_sym_PIPE] = ACTIONS(1078), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1356), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1084), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COLON_COLON] = ACTIONS(1090), - [anon_sym_POUND] = ACTIONS(1092), - [anon_sym_SQUOTE] = ACTIONS(1094), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1098), - [anon_sym_default] = ACTIONS(1100), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), - [anon_sym_gen] = ACTIONS(1106), - [anon_sym_impl] = ACTIONS(1108), - [anon_sym_union] = ACTIONS(1106), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_ref] = ACTIONS(1114), - [anon_sym_dyn] = ACTIONS(1116), - [sym_mutable_specifier] = ACTIONS(1118), - [anon_sym_raw] = ACTIONS(1106), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1126), - [sym_super] = ACTIONS(1128), - [sym_crate] = ACTIONS(1128), - [sym_metavariable] = ACTIONS(1130), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), + [anon_sym_LBRACK] = ACTIONS(1116), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), + [anon_sym_u8] = ACTIONS(1122), + [anon_sym_i8] = ACTIONS(1122), + [anon_sym_u16] = ACTIONS(1122), + [anon_sym_i16] = ACTIONS(1122), + [anon_sym_u32] = ACTIONS(1122), + [anon_sym_i32] = ACTIONS(1122), + [anon_sym_u64] = ACTIONS(1122), + [anon_sym_i64] = ACTIONS(1122), + [anon_sym_u128] = ACTIONS(1122), + [anon_sym_i128] = ACTIONS(1122), + [anon_sym_isize] = ACTIONS(1122), + [anon_sym_usize] = ACTIONS(1122), + [anon_sym_f32] = ACTIONS(1122), + [anon_sym_f64] = ACTIONS(1122), + [anon_sym_bool] = ACTIONS(1122), + [anon_sym_str] = ACTIONS(1122), + [anon_sym_char] = ACTIONS(1122), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(1128), + [anon_sym_PIPE] = ACTIONS(1130), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1360), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1136), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COLON_COLON] = ACTIONS(1142), + [anon_sym_POUND] = ACTIONS(1144), + [anon_sym_SQUOTE] = ACTIONS(1146), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1150), + [anon_sym_default] = ACTIONS(1152), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), + [anon_sym_gen] = ACTIONS(1158), + [anon_sym_impl] = ACTIONS(1160), + [anon_sym_union] = ACTIONS(1158), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_ref] = ACTIONS(1166), + [anon_sym_dyn] = ACTIONS(1168), + [sym_mutable_specifier] = ACTIONS(1170), + [anon_sym_raw] = ACTIONS(1158), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1178), + [sym_super] = ACTIONS(1180), + [sym_crate] = ACTIONS(1180), + [sym_metavariable] = ACTIONS(1182), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), }, [STATE(262)] = { - [sym_attribute_item] = STATE(403), - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_self_parameter] = STATE(3279), - [sym_variadic_parameter] = STATE(3279), - [sym_parameter] = STATE(3279), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(3071), - [sym_bracketed_type] = STATE(3694), - [sym_lifetime] = STATE(3065), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3341), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(2582), - [sym_scoped_identifier] = STATE(2327), - [sym_scoped_type_identifier] = STATE(2197), - [sym_const_block] = STATE(2182), - [sym__pattern] = STATE(3276), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1549), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(236), + [sym_label] = STATE(3711), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(262), [sym_block_comment] = STATE(262), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(1058), - [anon_sym_LPAREN] = ACTIONS(1060), - [anon_sym_RPAREN] = ACTIONS(1372), - [anon_sym_LBRACK] = ACTIONS(1064), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), - [anon_sym_u8] = ACTIONS(1070), - [anon_sym_i8] = ACTIONS(1070), - [anon_sym_u16] = ACTIONS(1070), - [anon_sym_i16] = ACTIONS(1070), - [anon_sym_u32] = ACTIONS(1070), - [anon_sym_i32] = ACTIONS(1070), - [anon_sym_u64] = ACTIONS(1070), - [anon_sym_i64] = ACTIONS(1070), - [anon_sym_u128] = ACTIONS(1070), - [anon_sym_i128] = ACTIONS(1070), - [anon_sym_isize] = ACTIONS(1070), - [anon_sym_usize] = ACTIONS(1070), - [anon_sym_f32] = ACTIONS(1070), - [anon_sym_f64] = ACTIONS(1070), - [anon_sym_bool] = ACTIONS(1070), - [anon_sym_str] = ACTIONS(1070), - [anon_sym_char] = ACTIONS(1070), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(1076), - [anon_sym_PIPE] = ACTIONS(1078), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1356), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1084), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COLON_COLON] = ACTIONS(1090), - [anon_sym_POUND] = ACTIONS(1092), - [anon_sym_SQUOTE] = ACTIONS(1094), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1098), - [anon_sym_default] = ACTIONS(1100), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), - [anon_sym_gen] = ACTIONS(1106), - [anon_sym_impl] = ACTIONS(1108), - [anon_sym_union] = ACTIONS(1106), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_ref] = ACTIONS(1114), - [anon_sym_dyn] = ACTIONS(1116), - [sym_mutable_specifier] = ACTIONS(1118), - [anon_sym_raw] = ACTIONS(1106), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1126), - [sym_super] = ACTIONS(1128), - [sym_crate] = ACTIONS(1128), - [sym_metavariable] = ACTIONS(1130), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), - }, - [STATE(263)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1478), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), - [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(263), - [sym_block_comment] = STATE(263), - [sym_identifier] = ACTIONS(344), + [sym_identifier] = ACTIONS(470), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), - [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(892), + [anon_sym_u8] = ACTIONS(472), + [anon_sym_i8] = ACTIONS(472), + [anon_sym_u16] = ACTIONS(472), + [anon_sym_i16] = ACTIONS(472), + [anon_sym_u32] = ACTIONS(472), + [anon_sym_i32] = ACTIONS(472), + [anon_sym_u64] = ACTIONS(472), + [anon_sym_i64] = ACTIONS(472), + [anon_sym_u128] = ACTIONS(472), + [anon_sym_i128] = ACTIONS(472), + [anon_sym_isize] = ACTIONS(472), + [anon_sym_usize] = ACTIONS(472), + [anon_sym_f32] = ACTIONS(472), + [anon_sym_f64] = ACTIONS(472), + [anon_sym_bool] = ACTIONS(472), + [anon_sym_str] = ACTIONS(472), + [anon_sym_char] = ACTIONS(472), + [anon_sym_DASH] = ACTIONS(892), + [anon_sym_BANG] = ACTIONS(892), + [anon_sym_AMP] = ACTIONS(894), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1140), - [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym_DOT_DOT] = ACTIONS(1056), + [anon_sym_COLON_COLON] = ACTIONS(476), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(356), - [anon_sym_break] = ACTIONS(41), + [anon_sym_async] = ACTIONS(478), + [anon_sym_break] = ACTIONS(480), [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(360), + [anon_sym_continue] = ACTIONS(482), + [anon_sym_default] = ACTIONS(484), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(364), + [anon_sym_gen] = ACTIONS(486), [anon_sym_if] = ACTIONS(366), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(71), - [anon_sym_static] = ACTIONS(372), - [anon_sym_union] = ACTIONS(360), + [anon_sym_return] = ACTIONS(488), + [anon_sym_static] = ACTIONS(490), + [anon_sym_union] = ACTIONS(484), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [sym_mutable_specifier] = ACTIONS(1374), - [anon_sym_raw] = ACTIONS(1376), - [anon_sym_yield] = ACTIONS(93), - [anon_sym_move] = ACTIONS(95), + [sym_mutable_specifier] = ACTIONS(1372), + [anon_sym_raw] = ACTIONS(1374), + [anon_sym_yield] = ACTIONS(492), + [anon_sym_move] = ACTIONS(494), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -47734,68 +47689,410 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(111), - [sym_super] = ACTIONS(113), - [sym_crate] = ACTIONS(113), - [sym_metavariable] = ACTIONS(117), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, + [STATE(263)] = { + [sym_attribute_item] = STATE(403), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_self_parameter] = STATE(3368), + [sym_variadic_parameter] = STATE(3368), + [sym_parameter] = STATE(3368), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(3070), + [sym_bracketed_type] = STATE(3694), + [sym_lifetime] = STATE(3032), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3357), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(2298), + [sym_scoped_type_identifier] = STATE(2185), + [sym_const_block] = STATE(2192), + [sym__pattern] = STATE(3247), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), + [sym_line_comment] = STATE(263), + [sym_block_comment] = STATE(263), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(1110), + [anon_sym_LPAREN] = ACTIONS(1112), + [anon_sym_RPAREN] = ACTIONS(1376), + [anon_sym_LBRACK] = ACTIONS(1116), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), + [anon_sym_u8] = ACTIONS(1122), + [anon_sym_i8] = ACTIONS(1122), + [anon_sym_u16] = ACTIONS(1122), + [anon_sym_i16] = ACTIONS(1122), + [anon_sym_u32] = ACTIONS(1122), + [anon_sym_i32] = ACTIONS(1122), + [anon_sym_u64] = ACTIONS(1122), + [anon_sym_i64] = ACTIONS(1122), + [anon_sym_u128] = ACTIONS(1122), + [anon_sym_i128] = ACTIONS(1122), + [anon_sym_isize] = ACTIONS(1122), + [anon_sym_usize] = ACTIONS(1122), + [anon_sym_f32] = ACTIONS(1122), + [anon_sym_f64] = ACTIONS(1122), + [anon_sym_bool] = ACTIONS(1122), + [anon_sym_str] = ACTIONS(1122), + [anon_sym_char] = ACTIONS(1122), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(1128), + [anon_sym_PIPE] = ACTIONS(1130), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1360), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1136), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COLON_COLON] = ACTIONS(1142), + [anon_sym_POUND] = ACTIONS(1144), + [anon_sym_SQUOTE] = ACTIONS(1146), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1150), + [anon_sym_default] = ACTIONS(1152), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), + [anon_sym_gen] = ACTIONS(1158), + [anon_sym_impl] = ACTIONS(1160), + [anon_sym_union] = ACTIONS(1158), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_ref] = ACTIONS(1166), + [anon_sym_dyn] = ACTIONS(1168), + [sym_mutable_specifier] = ACTIONS(1170), + [anon_sym_raw] = ACTIONS(1158), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1178), + [sym_super] = ACTIONS(1180), + [sym_crate] = ACTIONS(1180), + [sym_metavariable] = ACTIONS(1182), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), + }, [STATE(264)] = { - [sym_bracketed_type] = STATE(3669), - [sym_generic_function] = STATE(1894), - [sym_generic_type_with_turbofish] = STATE(3057), - [sym__expression_except_range] = STATE(1672), - [sym__expression] = STATE(1907), - [sym_macro_invocation] = STATE(1901), - [sym_scoped_identifier] = STATE(1644), - [sym_scoped_type_identifier_in_expression_position] = STATE(3253), - [sym_range_expression] = STATE(1897), - [sym_unary_expression] = STATE(1894), - [sym_try_expression] = STATE(1894), - [sym_reference_expression] = STATE(1894), - [sym_binary_expression] = STATE(1894), - [sym_assignment_expression] = STATE(1894), - [sym_compound_assignment_expr] = STATE(1894), - [sym_type_cast_expression] = STATE(1894), - [sym_return_expression] = STATE(1894), - [sym_yield_expression] = STATE(1894), - [sym_call_expression] = STATE(1894), - [sym_array_expression] = STATE(1894), - [sym_parenthesized_expression] = STATE(1894), - [sym_tuple_expression] = STATE(1894), - [sym_unit_expression] = STATE(1894), - [sym_struct_expression] = STATE(1894), - [sym_if_expression] = STATE(1894), - [sym_match_expression] = STATE(1894), - [sym_while_expression] = STATE(1894), - [sym_loop_expression] = STATE(1894), - [sym_for_expression] = STATE(1894), - [sym_const_block] = STATE(1894), - [sym_closure_expression] = STATE(1894), - [sym_closure_parameters] = STATE(220), - [sym_label] = STATE(3777), - [sym_break_expression] = STATE(1894), - [sym_continue_expression] = STATE(1894), - [sym_index_expression] = STATE(1894), - [sym_await_expression] = STATE(1894), - [sym_field_expression] = STATE(1674), - [sym_unsafe_block] = STATE(1894), - [sym_async_block] = STATE(1894), - [sym_gen_block] = STATE(1894), - [sym_try_block] = STATE(1894), - [sym_block] = STATE(1894), - [sym__literal] = STATE(1894), - [sym_string_literal] = STATE(1768), - [sym_raw_string_literal] = STATE(1768), - [sym_boolean_literal] = STATE(1768), + [sym_attribute_item] = STATE(403), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_self_parameter] = STATE(3368), + [sym_variadic_parameter] = STATE(3368), + [sym_parameter] = STATE(3368), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(3070), + [sym_bracketed_type] = STATE(3694), + [sym_lifetime] = STATE(3032), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3357), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(2298), + [sym_scoped_type_identifier] = STATE(2185), + [sym_const_block] = STATE(2192), + [sym__pattern] = STATE(3247), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), [sym_line_comment] = STATE(264), [sym_block_comment] = STATE(264), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(1110), + [anon_sym_LPAREN] = ACTIONS(1112), + [anon_sym_RPAREN] = ACTIONS(1378), + [anon_sym_LBRACK] = ACTIONS(1116), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), + [anon_sym_u8] = ACTIONS(1122), + [anon_sym_i8] = ACTIONS(1122), + [anon_sym_u16] = ACTIONS(1122), + [anon_sym_i16] = ACTIONS(1122), + [anon_sym_u32] = ACTIONS(1122), + [anon_sym_i32] = ACTIONS(1122), + [anon_sym_u64] = ACTIONS(1122), + [anon_sym_i64] = ACTIONS(1122), + [anon_sym_u128] = ACTIONS(1122), + [anon_sym_i128] = ACTIONS(1122), + [anon_sym_isize] = ACTIONS(1122), + [anon_sym_usize] = ACTIONS(1122), + [anon_sym_f32] = ACTIONS(1122), + [anon_sym_f64] = ACTIONS(1122), + [anon_sym_bool] = ACTIONS(1122), + [anon_sym_str] = ACTIONS(1122), + [anon_sym_char] = ACTIONS(1122), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(1128), + [anon_sym_PIPE] = ACTIONS(1130), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1360), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1136), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COLON_COLON] = ACTIONS(1142), + [anon_sym_POUND] = ACTIONS(1144), + [anon_sym_SQUOTE] = ACTIONS(1146), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1150), + [anon_sym_default] = ACTIONS(1152), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), + [anon_sym_gen] = ACTIONS(1158), + [anon_sym_impl] = ACTIONS(1160), + [anon_sym_union] = ACTIONS(1158), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_ref] = ACTIONS(1166), + [anon_sym_dyn] = ACTIONS(1168), + [sym_mutable_specifier] = ACTIONS(1170), + [anon_sym_raw] = ACTIONS(1158), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1178), + [sym_super] = ACTIONS(1180), + [sym_crate] = ACTIONS(1180), + [sym_metavariable] = ACTIONS(1182), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), + }, + [STATE(265)] = { + [sym_attribute_item] = STATE(403), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_self_parameter] = STATE(3368), + [sym_variadic_parameter] = STATE(3368), + [sym_parameter] = STATE(3368), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(3070), + [sym_bracketed_type] = STATE(3694), + [sym_lifetime] = STATE(3032), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3357), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(2298), + [sym_scoped_type_identifier] = STATE(2185), + [sym_const_block] = STATE(2192), + [sym__pattern] = STATE(3247), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), + [sym_line_comment] = STATE(265), + [sym_block_comment] = STATE(265), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(1110), + [anon_sym_LPAREN] = ACTIONS(1112), + [anon_sym_RPAREN] = ACTIONS(1380), + [anon_sym_LBRACK] = ACTIONS(1116), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), + [anon_sym_u8] = ACTIONS(1122), + [anon_sym_i8] = ACTIONS(1122), + [anon_sym_u16] = ACTIONS(1122), + [anon_sym_i16] = ACTIONS(1122), + [anon_sym_u32] = ACTIONS(1122), + [anon_sym_i32] = ACTIONS(1122), + [anon_sym_u64] = ACTIONS(1122), + [anon_sym_i64] = ACTIONS(1122), + [anon_sym_u128] = ACTIONS(1122), + [anon_sym_i128] = ACTIONS(1122), + [anon_sym_isize] = ACTIONS(1122), + [anon_sym_usize] = ACTIONS(1122), + [anon_sym_f32] = ACTIONS(1122), + [anon_sym_f64] = ACTIONS(1122), + [anon_sym_bool] = ACTIONS(1122), + [anon_sym_str] = ACTIONS(1122), + [anon_sym_char] = ACTIONS(1122), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(1128), + [anon_sym_PIPE] = ACTIONS(1130), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1360), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1136), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COLON_COLON] = ACTIONS(1142), + [anon_sym_POUND] = ACTIONS(1144), + [anon_sym_SQUOTE] = ACTIONS(1146), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1150), + [anon_sym_default] = ACTIONS(1152), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), + [anon_sym_gen] = ACTIONS(1158), + [anon_sym_impl] = ACTIONS(1160), + [anon_sym_union] = ACTIONS(1158), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_ref] = ACTIONS(1166), + [anon_sym_dyn] = ACTIONS(1168), + [sym_mutable_specifier] = ACTIONS(1170), + [anon_sym_raw] = ACTIONS(1158), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1178), + [sym_super] = ACTIONS(1180), + [sym_crate] = ACTIONS(1180), + [sym_metavariable] = ACTIONS(1182), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), + }, + [STATE(266)] = { + [sym_bracketed_type] = STATE(3670), + [sym_generic_function] = STATE(1761), + [sym_generic_type_with_turbofish] = STATE(3007), + [sym__expression_except_range] = STATE(1674), + [sym__expression] = STATE(1770), + [sym_macro_invocation] = STATE(1765), + [sym_scoped_identifier] = STATE(1630), + [sym_scoped_type_identifier_in_expression_position] = STATE(3431), + [sym_range_expression] = STATE(1763), + [sym_unary_expression] = STATE(1761), + [sym_try_expression] = STATE(1761), + [sym_reference_expression] = STATE(1761), + [sym_binary_expression] = STATE(1761), + [sym_assignment_expression] = STATE(1761), + [sym_compound_assignment_expr] = STATE(1761), + [sym_type_cast_expression] = STATE(1761), + [sym_return_expression] = STATE(1761), + [sym_yield_expression] = STATE(1761), + [sym_call_expression] = STATE(1761), + [sym_array_expression] = STATE(1761), + [sym_parenthesized_expression] = STATE(1761), + [sym_tuple_expression] = STATE(1761), + [sym_unit_expression] = STATE(1761), + [sym_struct_expression] = STATE(1761), + [sym_if_expression] = STATE(1761), + [sym_match_expression] = STATE(1761), + [sym_while_expression] = STATE(1761), + [sym_loop_expression] = STATE(1761), + [sym_for_expression] = STATE(1761), + [sym_const_block] = STATE(1761), + [sym_closure_expression] = STATE(1761), + [sym_closure_parameters] = STATE(231), + [sym_label] = STATE(3777), + [sym_break_expression] = STATE(1761), + [sym_continue_expression] = STATE(1761), + [sym_index_expression] = STATE(1761), + [sym_await_expression] = STATE(1761), + [sym_field_expression] = STATE(1720), + [sym_unsafe_block] = STATE(1761), + [sym_async_block] = STATE(1761), + [sym_gen_block] = STATE(1761), + [sym_try_block] = STATE(1761), + [sym_block] = STATE(1761), + [sym__literal] = STATE(1761), + [sym_string_literal] = STATE(1873), + [sym_raw_string_literal] = STATE(1873), + [sym_boolean_literal] = STATE(1873), + [sym_line_comment] = STATE(266), + [sym_block_comment] = STATE(266), [sym_identifier] = ACTIONS(410), - [anon_sym_LPAREN] = ACTIONS(500), - [anon_sym_LBRACK] = ACTIONS(502), + [anon_sym_LPAREN] = ACTIONS(518), + [anon_sym_LBRACK] = ACTIONS(520), [anon_sym_LBRACE] = ACTIONS(412), - [anon_sym_STAR] = ACTIONS(904), + [anon_sym_STAR] = ACTIONS(944), [anon_sym_u8] = ACTIONS(416), [anon_sym_i8] = ACTIONS(416), [anon_sym_u16] = ACTIONS(416), @@ -47813,12 +48110,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(416), [anon_sym_str] = ACTIONS(416), [anon_sym_char] = ACTIONS(416), - [anon_sym_DASH] = ACTIONS(904), - [anon_sym_BANG] = ACTIONS(904), - [anon_sym_AMP] = ACTIONS(906), + [anon_sym_DASH] = ACTIONS(944), + [anon_sym_BANG] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(946), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1160), + [anon_sym_DOT_DOT] = ACTIONS(1062), [anon_sym_COLON_COLON] = ACTIONS(420), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(422), @@ -47836,8 +48133,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_union] = ACTIONS(430), [anon_sym_unsafe] = ACTIONS(446), [anon_sym_while] = ACTIONS(448), - [sym_mutable_specifier] = ACTIONS(1378), - [anon_sym_raw] = ACTIONS(1380), + [sym_mutable_specifier] = ACTIONS(1382), + [anon_sym_raw] = ACTIONS(1384), [anon_sym_yield] = ACTIONS(450), [anon_sym_move] = ACTIONS(452), [anon_sym_try] = ACTIONS(454), @@ -47855,282 +48152,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(468), [sym_float_literal] = ACTIONS(456), }, - [STATE(265)] = { - [sym_attribute_item] = STATE(403), - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_self_parameter] = STATE(3279), - [sym_variadic_parameter] = STATE(3279), - [sym_parameter] = STATE(3279), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(3071), - [sym_bracketed_type] = STATE(3694), - [sym_lifetime] = STATE(3065), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3341), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(2582), - [sym_scoped_identifier] = STATE(2327), - [sym_scoped_type_identifier] = STATE(2197), - [sym_const_block] = STATE(2182), - [sym__pattern] = STATE(3276), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), - [sym_line_comment] = STATE(265), - [sym_block_comment] = STATE(265), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(1058), - [anon_sym_LPAREN] = ACTIONS(1060), - [anon_sym_RPAREN] = ACTIONS(1382), - [anon_sym_LBRACK] = ACTIONS(1064), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), - [anon_sym_u8] = ACTIONS(1070), - [anon_sym_i8] = ACTIONS(1070), - [anon_sym_u16] = ACTIONS(1070), - [anon_sym_i16] = ACTIONS(1070), - [anon_sym_u32] = ACTIONS(1070), - [anon_sym_i32] = ACTIONS(1070), - [anon_sym_u64] = ACTIONS(1070), - [anon_sym_i64] = ACTIONS(1070), - [anon_sym_u128] = ACTIONS(1070), - [anon_sym_i128] = ACTIONS(1070), - [anon_sym_isize] = ACTIONS(1070), - [anon_sym_usize] = ACTIONS(1070), - [anon_sym_f32] = ACTIONS(1070), - [anon_sym_f64] = ACTIONS(1070), - [anon_sym_bool] = ACTIONS(1070), - [anon_sym_str] = ACTIONS(1070), - [anon_sym_char] = ACTIONS(1070), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(1076), - [anon_sym_PIPE] = ACTIONS(1078), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1356), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1084), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COLON_COLON] = ACTIONS(1090), - [anon_sym_POUND] = ACTIONS(1092), - [anon_sym_SQUOTE] = ACTIONS(1094), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1098), - [anon_sym_default] = ACTIONS(1100), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), - [anon_sym_gen] = ACTIONS(1106), - [anon_sym_impl] = ACTIONS(1108), - [anon_sym_union] = ACTIONS(1106), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_ref] = ACTIONS(1114), - [anon_sym_dyn] = ACTIONS(1116), - [sym_mutable_specifier] = ACTIONS(1118), - [anon_sym_raw] = ACTIONS(1106), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1126), - [sym_super] = ACTIONS(1128), - [sym_crate] = ACTIONS(1128), - [sym_metavariable] = ACTIONS(1130), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), - }, - [STATE(266)] = { - [sym_attribute_item] = STATE(403), - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_self_parameter] = STATE(3279), - [sym_variadic_parameter] = STATE(3279), - [sym_parameter] = STATE(3279), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(3071), - [sym_bracketed_type] = STATE(3694), - [sym_lifetime] = STATE(3065), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3341), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(2582), - [sym_scoped_identifier] = STATE(2327), - [sym_scoped_type_identifier] = STATE(2197), - [sym_const_block] = STATE(2182), - [sym__pattern] = STATE(3276), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), - [sym_line_comment] = STATE(266), - [sym_block_comment] = STATE(266), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(1058), - [anon_sym_LPAREN] = ACTIONS(1060), - [anon_sym_RPAREN] = ACTIONS(1384), - [anon_sym_LBRACK] = ACTIONS(1064), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), - [anon_sym_u8] = ACTIONS(1070), - [anon_sym_i8] = ACTIONS(1070), - [anon_sym_u16] = ACTIONS(1070), - [anon_sym_i16] = ACTIONS(1070), - [anon_sym_u32] = ACTIONS(1070), - [anon_sym_i32] = ACTIONS(1070), - [anon_sym_u64] = ACTIONS(1070), - [anon_sym_i64] = ACTIONS(1070), - [anon_sym_u128] = ACTIONS(1070), - [anon_sym_i128] = ACTIONS(1070), - [anon_sym_isize] = ACTIONS(1070), - [anon_sym_usize] = ACTIONS(1070), - [anon_sym_f32] = ACTIONS(1070), - [anon_sym_f64] = ACTIONS(1070), - [anon_sym_bool] = ACTIONS(1070), - [anon_sym_str] = ACTIONS(1070), - [anon_sym_char] = ACTIONS(1070), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(1076), - [anon_sym_PIPE] = ACTIONS(1078), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1356), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1084), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COLON_COLON] = ACTIONS(1090), - [anon_sym_POUND] = ACTIONS(1092), - [anon_sym_SQUOTE] = ACTIONS(1094), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1098), - [anon_sym_default] = ACTIONS(1100), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), - [anon_sym_gen] = ACTIONS(1106), - [anon_sym_impl] = ACTIONS(1108), - [anon_sym_union] = ACTIONS(1106), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_ref] = ACTIONS(1114), - [anon_sym_dyn] = ACTIONS(1116), - [sym_mutable_specifier] = ACTIONS(1118), - [anon_sym_raw] = ACTIONS(1106), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1126), - [sym_super] = ACTIONS(1128), - [sym_crate] = ACTIONS(1128), - [sym_metavariable] = ACTIONS(1130), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), - }, [STATE(267)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1958), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1575), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(267), [sym_block_comment] = STATE(267), [sym_identifier] = ACTIONS(344), @@ -48160,7 +48229,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(1082), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(356), @@ -48197,60 +48266,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(99), }, [STATE(268)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1851), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(228), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1470), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(214), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(268), [sym_block_comment] = STATE(268), [sym_identifier] = ACTIONS(470), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), - [anon_sym_STAR] = ACTIONS(1204), + [anon_sym_STAR] = ACTIONS(1046), [anon_sym_u8] = ACTIONS(472), [anon_sym_i8] = ACTIONS(472), [anon_sym_u16] = ACTIONS(472), @@ -48268,32 +48337,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(472), [anon_sym_str] = ACTIONS(472), [anon_sym_char] = ACTIONS(472), - [anon_sym_DASH] = ACTIONS(1204), - [anon_sym_BANG] = ACTIONS(1204), - [anon_sym_AMP] = ACTIONS(1206), + [anon_sym_DASH] = ACTIONS(1046), + [anon_sym_BANG] = ACTIONS(1046), + [anon_sym_AMP] = ACTIONS(1048), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1208), + [anon_sym_DOT_DOT] = ACTIONS(1052), [anon_sym_COLON_COLON] = ACTIONS(476), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(478), - [anon_sym_break] = ACTIONS(480), + [anon_sym_async] = ACTIONS(504), + [anon_sym_break] = ACTIONS(506), [anon_sym_const] = ACTIONS(358), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(482), + [anon_sym_default] = ACTIONS(484), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(484), + [anon_sym_gen] = ACTIONS(508), [anon_sym_if] = ACTIONS(366), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(486), - [anon_sym_static] = ACTIONS(488), - [anon_sym_union] = ACTIONS(482), + [anon_sym_return] = ACTIONS(510), + [anon_sym_static] = ACTIONS(512), + [anon_sym_union] = ACTIONS(484), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(490), - [anon_sym_move] = ACTIONS(492), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(514), + [anon_sym_move] = ACTIONS(516), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -48302,68 +48371,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, [STATE(269)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1856), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(228), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1706), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(236), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(269), [sym_block_comment] = STATE(269), [sym_identifier] = ACTIONS(470), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), - [anon_sym_STAR] = ACTIONS(1204), + [anon_sym_STAR] = ACTIONS(892), [anon_sym_u8] = ACTIONS(472), [anon_sym_i8] = ACTIONS(472), [anon_sym_u16] = ACTIONS(472), @@ -48381,32 +48450,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(472), [anon_sym_str] = ACTIONS(472), [anon_sym_char] = ACTIONS(472), - [anon_sym_DASH] = ACTIONS(1204), - [anon_sym_BANG] = ACTIONS(1204), - [anon_sym_AMP] = ACTIONS(1206), + [anon_sym_DASH] = ACTIONS(892), + [anon_sym_BANG] = ACTIONS(892), + [anon_sym_AMP] = ACTIONS(894), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1208), + [anon_sym_DOT_DOT] = ACTIONS(1056), [anon_sym_COLON_COLON] = ACTIONS(476), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(478), [anon_sym_break] = ACTIONS(480), [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(482), + [anon_sym_continue] = ACTIONS(482), + [anon_sym_default] = ACTIONS(484), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(484), + [anon_sym_gen] = ACTIONS(486), [anon_sym_if] = ACTIONS(366), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(486), - [anon_sym_static] = ACTIONS(488), - [anon_sym_union] = ACTIONS(482), + [anon_sym_return] = ACTIONS(488), + [anon_sym_static] = ACTIONS(490), + [anon_sym_union] = ACTIONS(484), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(490), - [anon_sym_move] = ACTIONS(492), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(492), + [anon_sym_move] = ACTIONS(494), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -48415,68 +48484,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, [STATE(270)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1692), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(210), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1708), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(236), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(270), [sym_block_comment] = STATE(270), [sym_identifier] = ACTIONS(470), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), - [anon_sym_STAR] = ACTIONS(894), + [anon_sym_STAR] = ACTIONS(892), [anon_sym_u8] = ACTIONS(472), [anon_sym_i8] = ACTIONS(472), [anon_sym_u16] = ACTIONS(472), @@ -48494,32 +48563,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(472), [anon_sym_str] = ACTIONS(472), [anon_sym_char] = ACTIONS(472), - [anon_sym_DASH] = ACTIONS(894), - [anon_sym_BANG] = ACTIONS(894), - [anon_sym_AMP] = ACTIONS(896), + [anon_sym_DASH] = ACTIONS(892), + [anon_sym_BANG] = ACTIONS(892), + [anon_sym_AMP] = ACTIONS(894), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(898), + [anon_sym_DOT_DOT] = ACTIONS(1056), [anon_sym_COLON_COLON] = ACTIONS(476), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(512), - [anon_sym_break] = ACTIONS(514), + [anon_sym_async] = ACTIONS(478), + [anon_sym_break] = ACTIONS(480), [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(516), - [anon_sym_default] = ACTIONS(482), + [anon_sym_continue] = ACTIONS(482), + [anon_sym_default] = ACTIONS(484), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(518), + [anon_sym_gen] = ACTIONS(486), [anon_sym_if] = ACTIONS(366), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(520), - [anon_sym_static] = ACTIONS(522), - [anon_sym_union] = ACTIONS(482), + [anon_sym_return] = ACTIONS(488), + [anon_sym_static] = ACTIONS(490), + [anon_sym_union] = ACTIONS(484), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(524), - [anon_sym_move] = ACTIONS(526), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(492), + [anon_sym_move] = ACTIONS(494), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -48528,68 +48597,181 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, [STATE(271)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1519), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(228), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1581), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(271), [sym_block_comment] = STATE(271), + [sym_identifier] = ACTIONS(344), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(348), + [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(1082), + [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(356), + [anon_sym_break] = ACTIONS(41), + [anon_sym_const] = ACTIONS(358), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(360), + [anon_sym_for] = ACTIONS(362), + [anon_sym_gen] = ACTIONS(364), + [anon_sym_if] = ACTIONS(366), + [anon_sym_loop] = ACTIONS(368), + [anon_sym_match] = ACTIONS(370), + [anon_sym_return] = ACTIONS(71), + [anon_sym_static] = ACTIONS(372), + [anon_sym_union] = ACTIONS(360), + [anon_sym_unsafe] = ACTIONS(374), + [anon_sym_while] = ACTIONS(376), + [anon_sym_raw] = ACTIONS(360), + [anon_sym_yield] = ACTIONS(93), + [anon_sym_move] = ACTIONS(95), + [anon_sym_try] = ACTIONS(378), + [sym_integer_literal] = ACTIONS(99), + [aux_sym_string_literal_token1] = ACTIONS(101), + [sym_char_literal] = ACTIONS(99), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(111), + [sym_super] = ACTIONS(113), + [sym_crate] = ACTIONS(113), + [sym_metavariable] = ACTIONS(117), + [sym__raw_string_literal_start] = ACTIONS(119), + [sym_float_literal] = ACTIONS(99), + }, + [STATE(272)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1470), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(236), + [sym_label] = STATE(3711), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(272), + [sym_block_comment] = STATE(272), [sym_identifier] = ACTIONS(470), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), - [anon_sym_STAR] = ACTIONS(1204), + [anon_sym_STAR] = ACTIONS(892), [anon_sym_u8] = ACTIONS(472), [anon_sym_i8] = ACTIONS(472), [anon_sym_u16] = ACTIONS(472), @@ -48607,32 +48789,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(472), [anon_sym_str] = ACTIONS(472), [anon_sym_char] = ACTIONS(472), - [anon_sym_DASH] = ACTIONS(1204), - [anon_sym_BANG] = ACTIONS(1204), - [anon_sym_AMP] = ACTIONS(1206), + [anon_sym_DASH] = ACTIONS(892), + [anon_sym_BANG] = ACTIONS(892), + [anon_sym_AMP] = ACTIONS(894), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1208), + [anon_sym_DOT_DOT] = ACTIONS(1056), [anon_sym_COLON_COLON] = ACTIONS(476), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(478), [anon_sym_break] = ACTIONS(480), [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(482), + [anon_sym_continue] = ACTIONS(482), + [anon_sym_default] = ACTIONS(484), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(484), + [anon_sym_gen] = ACTIONS(486), [anon_sym_if] = ACTIONS(366), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(486), - [anon_sym_static] = ACTIONS(488), - [anon_sym_union] = ACTIONS(482), + [anon_sym_return] = ACTIONS(488), + [anon_sym_static] = ACTIONS(490), + [anon_sym_union] = ACTIONS(484), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(490), - [anon_sym_move] = ACTIONS(492), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(492), + [anon_sym_move] = ACTIONS(494), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -48641,68 +48823,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, - [STATE(272)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1653), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(210), + [STATE(273)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1680), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(236), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(272), - [sym_block_comment] = STATE(272), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(273), + [sym_block_comment] = STATE(273), [sym_identifier] = ACTIONS(470), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), - [anon_sym_STAR] = ACTIONS(894), + [anon_sym_STAR] = ACTIONS(892), [anon_sym_u8] = ACTIONS(472), [anon_sym_i8] = ACTIONS(472), [anon_sym_u16] = ACTIONS(472), @@ -48720,32 +48902,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(472), [anon_sym_str] = ACTIONS(472), [anon_sym_char] = ACTIONS(472), - [anon_sym_DASH] = ACTIONS(894), - [anon_sym_BANG] = ACTIONS(894), - [anon_sym_AMP] = ACTIONS(896), + [anon_sym_DASH] = ACTIONS(892), + [anon_sym_BANG] = ACTIONS(892), + [anon_sym_AMP] = ACTIONS(894), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(898), + [anon_sym_DOT_DOT] = ACTIONS(1056), [anon_sym_COLON_COLON] = ACTIONS(476), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(512), - [anon_sym_break] = ACTIONS(514), + [anon_sym_async] = ACTIONS(478), + [anon_sym_break] = ACTIONS(480), [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(516), - [anon_sym_default] = ACTIONS(482), + [anon_sym_continue] = ACTIONS(482), + [anon_sym_default] = ACTIONS(484), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(518), + [anon_sym_gen] = ACTIONS(486), [anon_sym_if] = ACTIONS(366), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(520), - [anon_sym_static] = ACTIONS(522), - [anon_sym_union] = ACTIONS(482), + [anon_sym_return] = ACTIONS(488), + [anon_sym_static] = ACTIONS(490), + [anon_sym_union] = ACTIONS(484), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(524), - [anon_sym_move] = ACTIONS(526), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(492), + [anon_sym_move] = ACTIONS(494), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -48754,224 +48936,224 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, - [STATE(273)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1965), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), - [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(273), - [sym_block_comment] = STATE(273), - [sym_identifier] = ACTIONS(344), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(348), - [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), + [STATE(274)] = { + [sym_bracketed_type] = STATE(3670), + [sym_generic_function] = STATE(1761), + [sym_generic_type_with_turbofish] = STATE(3007), + [sym__expression_except_range] = STATE(1674), + [sym__expression] = STATE(1831), + [sym_macro_invocation] = STATE(1765), + [sym_scoped_identifier] = STATE(1630), + [sym_scoped_type_identifier_in_expression_position] = STATE(3431), + [sym_range_expression] = STATE(1763), + [sym_unary_expression] = STATE(1761), + [sym_try_expression] = STATE(1761), + [sym_reference_expression] = STATE(1761), + [sym_binary_expression] = STATE(1761), + [sym_assignment_expression] = STATE(1761), + [sym_compound_assignment_expr] = STATE(1761), + [sym_type_cast_expression] = STATE(1761), + [sym_return_expression] = STATE(1761), + [sym_yield_expression] = STATE(1761), + [sym_call_expression] = STATE(1761), + [sym_array_expression] = STATE(1761), + [sym_parenthesized_expression] = STATE(1761), + [sym_tuple_expression] = STATE(1761), + [sym_unit_expression] = STATE(1761), + [sym_struct_expression] = STATE(1761), + [sym_if_expression] = STATE(1761), + [sym_match_expression] = STATE(1761), + [sym_while_expression] = STATE(1761), + [sym_loop_expression] = STATE(1761), + [sym_for_expression] = STATE(1761), + [sym_const_block] = STATE(1761), + [sym_closure_expression] = STATE(1761), + [sym_closure_parameters] = STATE(231), + [sym_label] = STATE(3777), + [sym_break_expression] = STATE(1761), + [sym_continue_expression] = STATE(1761), + [sym_index_expression] = STATE(1761), + [sym_await_expression] = STATE(1761), + [sym_field_expression] = STATE(1720), + [sym_unsafe_block] = STATE(1761), + [sym_async_block] = STATE(1761), + [sym_gen_block] = STATE(1761), + [sym_try_block] = STATE(1761), + [sym_block] = STATE(1761), + [sym__literal] = STATE(1761), + [sym_string_literal] = STATE(1873), + [sym_raw_string_literal] = STATE(1873), + [sym_boolean_literal] = STATE(1873), + [sym_line_comment] = STATE(274), + [sym_block_comment] = STATE(274), + [sym_identifier] = ACTIONS(410), + [anon_sym_LPAREN] = ACTIONS(518), + [anon_sym_LBRACK] = ACTIONS(520), + [anon_sym_LBRACE] = ACTIONS(412), + [anon_sym_STAR] = ACTIONS(944), + [anon_sym_u8] = ACTIONS(416), + [anon_sym_i8] = ACTIONS(416), + [anon_sym_u16] = ACTIONS(416), + [anon_sym_i16] = ACTIONS(416), + [anon_sym_u32] = ACTIONS(416), + [anon_sym_i32] = ACTIONS(416), + [anon_sym_u64] = ACTIONS(416), + [anon_sym_i64] = ACTIONS(416), + [anon_sym_u128] = ACTIONS(416), + [anon_sym_i128] = ACTIONS(416), + [anon_sym_isize] = ACTIONS(416), + [anon_sym_usize] = ACTIONS(416), + [anon_sym_f32] = ACTIONS(416), + [anon_sym_f64] = ACTIONS(416), + [anon_sym_bool] = ACTIONS(416), + [anon_sym_str] = ACTIONS(416), + [anon_sym_char] = ACTIONS(416), + [anon_sym_DASH] = ACTIONS(944), + [anon_sym_BANG] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(946), [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(1062), + [anon_sym_COLON_COLON] = ACTIONS(420), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(356), - [anon_sym_break] = ACTIONS(41), - [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(360), - [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(364), - [anon_sym_if] = ACTIONS(366), - [anon_sym_loop] = ACTIONS(368), - [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(71), - [anon_sym_static] = ACTIONS(372), - [anon_sym_union] = ACTIONS(360), - [anon_sym_unsafe] = ACTIONS(374), - [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(360), - [anon_sym_yield] = ACTIONS(93), - [anon_sym_move] = ACTIONS(95), - [anon_sym_try] = ACTIONS(378), - [sym_integer_literal] = ACTIONS(99), - [aux_sym_string_literal_token1] = ACTIONS(101), - [sym_char_literal] = ACTIONS(99), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), + [anon_sym_async] = ACTIONS(422), + [anon_sym_break] = ACTIONS(424), + [anon_sym_const] = ACTIONS(426), + [anon_sym_continue] = ACTIONS(428), + [anon_sym_default] = ACTIONS(430), + [anon_sym_for] = ACTIONS(432), + [anon_sym_gen] = ACTIONS(434), + [anon_sym_if] = ACTIONS(436), + [anon_sym_loop] = ACTIONS(438), + [anon_sym_match] = ACTIONS(440), + [anon_sym_return] = ACTIONS(442), + [anon_sym_static] = ACTIONS(444), + [anon_sym_union] = ACTIONS(430), + [anon_sym_unsafe] = ACTIONS(446), + [anon_sym_while] = ACTIONS(448), + [anon_sym_raw] = ACTIONS(430), + [anon_sym_yield] = ACTIONS(450), + [anon_sym_move] = ACTIONS(452), + [anon_sym_try] = ACTIONS(454), + [sym_integer_literal] = ACTIONS(456), + [aux_sym_string_literal_token1] = ACTIONS(458), + [sym_char_literal] = ACTIONS(456), + [anon_sym_true] = ACTIONS(460), + [anon_sym_false] = ACTIONS(460), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(111), - [sym_super] = ACTIONS(113), - [sym_crate] = ACTIONS(113), - [sym_metavariable] = ACTIONS(117), - [sym__raw_string_literal_start] = ACTIONS(119), - [sym_float_literal] = ACTIONS(99), + [sym_self] = ACTIONS(462), + [sym_super] = ACTIONS(464), + [sym_crate] = ACTIONS(464), + [sym_metavariable] = ACTIONS(466), + [sym__raw_string_literal_start] = ACTIONS(468), + [sym_float_literal] = ACTIONS(456), }, - [STATE(274)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1786), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [STATE(275)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1440), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(236), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(274), - [sym_block_comment] = STATE(274), - [sym_identifier] = ACTIONS(344), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(275), + [sym_block_comment] = STATE(275), + [sym_identifier] = ACTIONS(470), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), - [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(892), + [anon_sym_u8] = ACTIONS(472), + [anon_sym_i8] = ACTIONS(472), + [anon_sym_u16] = ACTIONS(472), + [anon_sym_i16] = ACTIONS(472), + [anon_sym_u32] = ACTIONS(472), + [anon_sym_i32] = ACTIONS(472), + [anon_sym_u64] = ACTIONS(472), + [anon_sym_i64] = ACTIONS(472), + [anon_sym_u128] = ACTIONS(472), + [anon_sym_i128] = ACTIONS(472), + [anon_sym_isize] = ACTIONS(472), + [anon_sym_usize] = ACTIONS(472), + [anon_sym_f32] = ACTIONS(472), + [anon_sym_f64] = ACTIONS(472), + [anon_sym_bool] = ACTIONS(472), + [anon_sym_str] = ACTIONS(472), + [anon_sym_char] = ACTIONS(472), + [anon_sym_DASH] = ACTIONS(892), + [anon_sym_BANG] = ACTIONS(892), + [anon_sym_AMP] = ACTIONS(894), [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(1056), + [anon_sym_COLON_COLON] = ACTIONS(476), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(356), - [anon_sym_break] = ACTIONS(41), + [anon_sym_async] = ACTIONS(478), + [anon_sym_break] = ACTIONS(480), [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(360), + [anon_sym_continue] = ACTIONS(482), + [anon_sym_default] = ACTIONS(484), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(364), + [anon_sym_gen] = ACTIONS(486), [anon_sym_if] = ACTIONS(366), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(71), - [anon_sym_static] = ACTIONS(372), - [anon_sym_union] = ACTIONS(360), + [anon_sym_return] = ACTIONS(488), + [anon_sym_static] = ACTIONS(490), + [anon_sym_union] = ACTIONS(484), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(360), - [anon_sym_yield] = ACTIONS(93), - [anon_sym_move] = ACTIONS(95), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(492), + [anon_sym_move] = ACTIONS(494), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -48980,68 +49162,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(111), - [sym_super] = ACTIONS(113), - [sym_crate] = ACTIONS(113), - [sym_metavariable] = ACTIONS(117), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, - [STATE(275)] = { - [sym_bracketed_type] = STATE(3669), - [sym_generic_function] = STATE(1894), - [sym_generic_type_with_turbofish] = STATE(3057), - [sym__expression_except_range] = STATE(1672), - [sym__expression] = STATE(1936), - [sym_macro_invocation] = STATE(1901), - [sym_scoped_identifier] = STATE(1644), - [sym_scoped_type_identifier_in_expression_position] = STATE(3253), - [sym_range_expression] = STATE(1897), - [sym_unary_expression] = STATE(1894), - [sym_try_expression] = STATE(1894), - [sym_reference_expression] = STATE(1894), - [sym_binary_expression] = STATE(1894), - [sym_assignment_expression] = STATE(1894), - [sym_compound_assignment_expr] = STATE(1894), - [sym_type_cast_expression] = STATE(1894), - [sym_return_expression] = STATE(1894), - [sym_yield_expression] = STATE(1894), - [sym_call_expression] = STATE(1894), - [sym_array_expression] = STATE(1894), - [sym_parenthesized_expression] = STATE(1894), - [sym_tuple_expression] = STATE(1894), - [sym_unit_expression] = STATE(1894), - [sym_struct_expression] = STATE(1894), - [sym_if_expression] = STATE(1894), - [sym_match_expression] = STATE(1894), - [sym_while_expression] = STATE(1894), - [sym_loop_expression] = STATE(1894), - [sym_for_expression] = STATE(1894), - [sym_const_block] = STATE(1894), - [sym_closure_expression] = STATE(1894), - [sym_closure_parameters] = STATE(220), + [STATE(276)] = { + [sym_bracketed_type] = STATE(3670), + [sym_generic_function] = STATE(1761), + [sym_generic_type_with_turbofish] = STATE(3007), + [sym__expression_except_range] = STATE(1674), + [sym__expression] = STATE(1983), + [sym_macro_invocation] = STATE(1765), + [sym_scoped_identifier] = STATE(1630), + [sym_scoped_type_identifier_in_expression_position] = STATE(3431), + [sym_range_expression] = STATE(1763), + [sym_unary_expression] = STATE(1761), + [sym_try_expression] = STATE(1761), + [sym_reference_expression] = STATE(1761), + [sym_binary_expression] = STATE(1761), + [sym_assignment_expression] = STATE(1761), + [sym_compound_assignment_expr] = STATE(1761), + [sym_type_cast_expression] = STATE(1761), + [sym_return_expression] = STATE(1761), + [sym_yield_expression] = STATE(1761), + [sym_call_expression] = STATE(1761), + [sym_array_expression] = STATE(1761), + [sym_parenthesized_expression] = STATE(1761), + [sym_tuple_expression] = STATE(1761), + [sym_unit_expression] = STATE(1761), + [sym_struct_expression] = STATE(1761), + [sym_if_expression] = STATE(1761), + [sym_match_expression] = STATE(1761), + [sym_while_expression] = STATE(1761), + [sym_loop_expression] = STATE(1761), + [sym_for_expression] = STATE(1761), + [sym_const_block] = STATE(1761), + [sym_closure_expression] = STATE(1761), + [sym_closure_parameters] = STATE(231), [sym_label] = STATE(3777), - [sym_break_expression] = STATE(1894), - [sym_continue_expression] = STATE(1894), - [sym_index_expression] = STATE(1894), - [sym_await_expression] = STATE(1894), - [sym_field_expression] = STATE(1674), - [sym_unsafe_block] = STATE(1894), - [sym_async_block] = STATE(1894), - [sym_gen_block] = STATE(1894), - [sym_try_block] = STATE(1894), - [sym_block] = STATE(1894), - [sym__literal] = STATE(1894), - [sym_string_literal] = STATE(1768), - [sym_raw_string_literal] = STATE(1768), - [sym_boolean_literal] = STATE(1768), - [sym_line_comment] = STATE(275), - [sym_block_comment] = STATE(275), + [sym_break_expression] = STATE(1761), + [sym_continue_expression] = STATE(1761), + [sym_index_expression] = STATE(1761), + [sym_await_expression] = STATE(1761), + [sym_field_expression] = STATE(1720), + [sym_unsafe_block] = STATE(1761), + [sym_async_block] = STATE(1761), + [sym_gen_block] = STATE(1761), + [sym_try_block] = STATE(1761), + [sym_block] = STATE(1761), + [sym__literal] = STATE(1761), + [sym_string_literal] = STATE(1873), + [sym_raw_string_literal] = STATE(1873), + [sym_boolean_literal] = STATE(1873), + [sym_line_comment] = STATE(276), + [sym_block_comment] = STATE(276), [sym_identifier] = ACTIONS(410), - [anon_sym_LPAREN] = ACTIONS(500), - [anon_sym_LBRACK] = ACTIONS(502), + [anon_sym_LPAREN] = ACTIONS(518), + [anon_sym_LBRACK] = ACTIONS(520), [anon_sym_LBRACE] = ACTIONS(412), - [anon_sym_STAR] = ACTIONS(904), + [anon_sym_STAR] = ACTIONS(944), [anon_sym_u8] = ACTIONS(416), [anon_sym_i8] = ACTIONS(416), [anon_sym_u16] = ACTIONS(416), @@ -49059,12 +49241,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(416), [anon_sym_str] = ACTIONS(416), [anon_sym_char] = ACTIONS(416), - [anon_sym_DASH] = ACTIONS(904), - [anon_sym_BANG] = ACTIONS(904), - [anon_sym_AMP] = ACTIONS(906), + [anon_sym_DASH] = ACTIONS(944), + [anon_sym_BANG] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(946), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1160), + [anon_sym_DOT_DOT] = ACTIONS(948), [anon_sym_COLON_COLON] = ACTIONS(420), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(422), @@ -49100,56 +49282,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(468), [sym_float_literal] = ACTIONS(456), }, - [STATE(276)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1835), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [STATE(277)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1978), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(276), - [sym_block_comment] = STATE(276), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(277), + [sym_block_comment] = STATE(277), [sym_identifier] = ACTIONS(344), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -49213,61 +49395,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, - [STATE(277)] = { - [sym_bracketed_type] = STATE(3669), - [sym_generic_function] = STATE(1894), - [sym_generic_type_with_turbofish] = STATE(3057), - [sym__expression_except_range] = STATE(1672), - [sym__expression] = STATE(1741), - [sym_macro_invocation] = STATE(1901), - [sym_scoped_identifier] = STATE(1644), - [sym_scoped_type_identifier_in_expression_position] = STATE(3253), - [sym_range_expression] = STATE(1897), - [sym_unary_expression] = STATE(1894), - [sym_try_expression] = STATE(1894), - [sym_reference_expression] = STATE(1894), - [sym_binary_expression] = STATE(1894), - [sym_assignment_expression] = STATE(1894), - [sym_compound_assignment_expr] = STATE(1894), - [sym_type_cast_expression] = STATE(1894), - [sym_return_expression] = STATE(1894), - [sym_yield_expression] = STATE(1894), - [sym_call_expression] = STATE(1894), - [sym_array_expression] = STATE(1894), - [sym_parenthesized_expression] = STATE(1894), - [sym_tuple_expression] = STATE(1894), - [sym_unit_expression] = STATE(1894), - [sym_struct_expression] = STATE(1894), - [sym_if_expression] = STATE(1894), - [sym_match_expression] = STATE(1894), - [sym_while_expression] = STATE(1894), - [sym_loop_expression] = STATE(1894), - [sym_for_expression] = STATE(1894), - [sym_const_block] = STATE(1894), - [sym_closure_expression] = STATE(1894), - [sym_closure_parameters] = STATE(220), + [STATE(278)] = { + [sym_bracketed_type] = STATE(3670), + [sym_generic_function] = STATE(1761), + [sym_generic_type_with_turbofish] = STATE(3007), + [sym__expression_except_range] = STATE(1674), + [sym__expression] = STATE(1848), + [sym_macro_invocation] = STATE(1765), + [sym_scoped_identifier] = STATE(1630), + [sym_scoped_type_identifier_in_expression_position] = STATE(3431), + [sym_range_expression] = STATE(1763), + [sym_unary_expression] = STATE(1761), + [sym_try_expression] = STATE(1761), + [sym_reference_expression] = STATE(1761), + [sym_binary_expression] = STATE(1761), + [sym_assignment_expression] = STATE(1761), + [sym_compound_assignment_expr] = STATE(1761), + [sym_type_cast_expression] = STATE(1761), + [sym_return_expression] = STATE(1761), + [sym_yield_expression] = STATE(1761), + [sym_call_expression] = STATE(1761), + [sym_array_expression] = STATE(1761), + [sym_parenthesized_expression] = STATE(1761), + [sym_tuple_expression] = STATE(1761), + [sym_unit_expression] = STATE(1761), + [sym_struct_expression] = STATE(1761), + [sym_if_expression] = STATE(1761), + [sym_match_expression] = STATE(1761), + [sym_while_expression] = STATE(1761), + [sym_loop_expression] = STATE(1761), + [sym_for_expression] = STATE(1761), + [sym_const_block] = STATE(1761), + [sym_closure_expression] = STATE(1761), + [sym_closure_parameters] = STATE(231), [sym_label] = STATE(3777), - [sym_break_expression] = STATE(1894), - [sym_continue_expression] = STATE(1894), - [sym_index_expression] = STATE(1894), - [sym_await_expression] = STATE(1894), - [sym_field_expression] = STATE(1674), - [sym_unsafe_block] = STATE(1894), - [sym_async_block] = STATE(1894), - [sym_gen_block] = STATE(1894), - [sym_try_block] = STATE(1894), - [sym_block] = STATE(1894), - [sym__literal] = STATE(1894), - [sym_string_literal] = STATE(1768), - [sym_raw_string_literal] = STATE(1768), - [sym_boolean_literal] = STATE(1768), - [sym_line_comment] = STATE(277), - [sym_block_comment] = STATE(277), + [sym_break_expression] = STATE(1761), + [sym_continue_expression] = STATE(1761), + [sym_index_expression] = STATE(1761), + [sym_await_expression] = STATE(1761), + [sym_field_expression] = STATE(1720), + [sym_unsafe_block] = STATE(1761), + [sym_async_block] = STATE(1761), + [sym_gen_block] = STATE(1761), + [sym_try_block] = STATE(1761), + [sym_block] = STATE(1761), + [sym__literal] = STATE(1761), + [sym_string_literal] = STATE(1873), + [sym_raw_string_literal] = STATE(1873), + [sym_boolean_literal] = STATE(1873), + [sym_line_comment] = STATE(278), + [sym_block_comment] = STATE(278), [sym_identifier] = ACTIONS(410), - [anon_sym_LPAREN] = ACTIONS(500), - [anon_sym_LBRACK] = ACTIONS(502), + [anon_sym_LPAREN] = ACTIONS(518), + [anon_sym_LBRACK] = ACTIONS(520), [anon_sym_LBRACE] = ACTIONS(412), - [anon_sym_STAR] = ACTIONS(904), + [anon_sym_STAR] = ACTIONS(944), [anon_sym_u8] = ACTIONS(416), [anon_sym_i8] = ACTIONS(416), [anon_sym_u16] = ACTIONS(416), @@ -49285,12 +49467,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(416), [anon_sym_str] = ACTIONS(416), [anon_sym_char] = ACTIONS(416), - [anon_sym_DASH] = ACTIONS(904), - [anon_sym_BANG] = ACTIONS(904), - [anon_sym_AMP] = ACTIONS(906), + [anon_sym_DASH] = ACTIONS(944), + [anon_sym_BANG] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(946), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1160), + [anon_sym_DOT_DOT] = ACTIONS(1062), [anon_sym_COLON_COLON] = ACTIONS(420), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(422), @@ -49326,61 +49508,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(468), [sym_float_literal] = ACTIONS(456), }, - [STATE(278)] = { - [sym_bracketed_type] = STATE(3669), - [sym_generic_function] = STATE(1894), - [sym_generic_type_with_turbofish] = STATE(3057), - [sym__expression_except_range] = STATE(1672), - [sym__expression] = STATE(1880), - [sym_macro_invocation] = STATE(1901), - [sym_scoped_identifier] = STATE(1644), - [sym_scoped_type_identifier_in_expression_position] = STATE(3253), - [sym_range_expression] = STATE(1897), - [sym_unary_expression] = STATE(1894), - [sym_try_expression] = STATE(1894), - [sym_reference_expression] = STATE(1894), - [sym_binary_expression] = STATE(1894), - [sym_assignment_expression] = STATE(1894), - [sym_compound_assignment_expr] = STATE(1894), - [sym_type_cast_expression] = STATE(1894), - [sym_return_expression] = STATE(1894), - [sym_yield_expression] = STATE(1894), - [sym_call_expression] = STATE(1894), - [sym_array_expression] = STATE(1894), - [sym_parenthesized_expression] = STATE(1894), - [sym_tuple_expression] = STATE(1894), - [sym_unit_expression] = STATE(1894), - [sym_struct_expression] = STATE(1894), - [sym_if_expression] = STATE(1894), - [sym_match_expression] = STATE(1894), - [sym_while_expression] = STATE(1894), - [sym_loop_expression] = STATE(1894), - [sym_for_expression] = STATE(1894), - [sym_const_block] = STATE(1894), - [sym_closure_expression] = STATE(1894), - [sym_closure_parameters] = STATE(220), + [STATE(279)] = { + [sym_bracketed_type] = STATE(3670), + [sym_generic_function] = STATE(1761), + [sym_generic_type_with_turbofish] = STATE(3007), + [sym__expression_except_range] = STATE(1674), + [sym__expression] = STATE(1938), + [sym_macro_invocation] = STATE(1765), + [sym_scoped_identifier] = STATE(1630), + [sym_scoped_type_identifier_in_expression_position] = STATE(3431), + [sym_range_expression] = STATE(1763), + [sym_unary_expression] = STATE(1761), + [sym_try_expression] = STATE(1761), + [sym_reference_expression] = STATE(1761), + [sym_binary_expression] = STATE(1761), + [sym_assignment_expression] = STATE(1761), + [sym_compound_assignment_expr] = STATE(1761), + [sym_type_cast_expression] = STATE(1761), + [sym_return_expression] = STATE(1761), + [sym_yield_expression] = STATE(1761), + [sym_call_expression] = STATE(1761), + [sym_array_expression] = STATE(1761), + [sym_parenthesized_expression] = STATE(1761), + [sym_tuple_expression] = STATE(1761), + [sym_unit_expression] = STATE(1761), + [sym_struct_expression] = STATE(1761), + [sym_if_expression] = STATE(1761), + [sym_match_expression] = STATE(1761), + [sym_while_expression] = STATE(1761), + [sym_loop_expression] = STATE(1761), + [sym_for_expression] = STATE(1761), + [sym_const_block] = STATE(1761), + [sym_closure_expression] = STATE(1761), + [sym_closure_parameters] = STATE(231), [sym_label] = STATE(3777), - [sym_break_expression] = STATE(1894), - [sym_continue_expression] = STATE(1894), - [sym_index_expression] = STATE(1894), - [sym_await_expression] = STATE(1894), - [sym_field_expression] = STATE(1674), - [sym_unsafe_block] = STATE(1894), - [sym_async_block] = STATE(1894), - [sym_gen_block] = STATE(1894), - [sym_try_block] = STATE(1894), - [sym_block] = STATE(1894), - [sym__literal] = STATE(1894), - [sym_string_literal] = STATE(1768), - [sym_raw_string_literal] = STATE(1768), - [sym_boolean_literal] = STATE(1768), - [sym_line_comment] = STATE(278), - [sym_block_comment] = STATE(278), + [sym_break_expression] = STATE(1761), + [sym_continue_expression] = STATE(1761), + [sym_index_expression] = STATE(1761), + [sym_await_expression] = STATE(1761), + [sym_field_expression] = STATE(1720), + [sym_unsafe_block] = STATE(1761), + [sym_async_block] = STATE(1761), + [sym_gen_block] = STATE(1761), + [sym_try_block] = STATE(1761), + [sym_block] = STATE(1761), + [sym__literal] = STATE(1761), + [sym_string_literal] = STATE(1873), + [sym_raw_string_literal] = STATE(1873), + [sym_boolean_literal] = STATE(1873), + [sym_line_comment] = STATE(279), + [sym_block_comment] = STATE(279), [sym_identifier] = ACTIONS(410), - [anon_sym_LPAREN] = ACTIONS(500), - [anon_sym_LBRACK] = ACTIONS(502), + [anon_sym_LPAREN] = ACTIONS(518), + [anon_sym_LBRACK] = ACTIONS(520), [anon_sym_LBRACE] = ACTIONS(412), - [anon_sym_STAR] = ACTIONS(904), + [anon_sym_STAR] = ACTIONS(944), [anon_sym_u8] = ACTIONS(416), [anon_sym_i8] = ACTIONS(416), [anon_sym_u16] = ACTIONS(416), @@ -49398,12 +49580,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(416), [anon_sym_str] = ACTIONS(416), [anon_sym_char] = ACTIONS(416), - [anon_sym_DASH] = ACTIONS(904), - [anon_sym_BANG] = ACTIONS(904), - [anon_sym_AMP] = ACTIONS(906), + [anon_sym_DASH] = ACTIONS(944), + [anon_sym_BANG] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(946), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1160), + [anon_sym_DOT_DOT] = ACTIONS(1062), [anon_sym_COLON_COLON] = ACTIONS(420), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(422), @@ -49439,61 +49621,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(468), [sym_float_literal] = ACTIONS(456), }, - [STATE(279)] = { - [sym_bracketed_type] = STATE(3669), - [sym_generic_function] = STATE(1894), - [sym_generic_type_with_turbofish] = STATE(3057), - [sym__expression_except_range] = STATE(1672), - [sym__expression] = STATE(1742), - [sym_macro_invocation] = STATE(1901), - [sym_scoped_identifier] = STATE(1644), - [sym_scoped_type_identifier_in_expression_position] = STATE(3253), - [sym_range_expression] = STATE(1897), - [sym_unary_expression] = STATE(1894), - [sym_try_expression] = STATE(1894), - [sym_reference_expression] = STATE(1894), - [sym_binary_expression] = STATE(1894), - [sym_assignment_expression] = STATE(1894), - [sym_compound_assignment_expr] = STATE(1894), - [sym_type_cast_expression] = STATE(1894), - [sym_return_expression] = STATE(1894), - [sym_yield_expression] = STATE(1894), - [sym_call_expression] = STATE(1894), - [sym_array_expression] = STATE(1894), - [sym_parenthesized_expression] = STATE(1894), - [sym_tuple_expression] = STATE(1894), - [sym_unit_expression] = STATE(1894), - [sym_struct_expression] = STATE(1894), - [sym_if_expression] = STATE(1894), - [sym_match_expression] = STATE(1894), - [sym_while_expression] = STATE(1894), - [sym_loop_expression] = STATE(1894), - [sym_for_expression] = STATE(1894), - [sym_const_block] = STATE(1894), - [sym_closure_expression] = STATE(1894), - [sym_closure_parameters] = STATE(220), + [STATE(280)] = { + [sym_bracketed_type] = STATE(3670), + [sym_generic_function] = STATE(1761), + [sym_generic_type_with_turbofish] = STATE(3007), + [sym__expression_except_range] = STATE(1674), + [sym__expression] = STATE(1849), + [sym_macro_invocation] = STATE(1765), + [sym_scoped_identifier] = STATE(1630), + [sym_scoped_type_identifier_in_expression_position] = STATE(3431), + [sym_range_expression] = STATE(1763), + [sym_unary_expression] = STATE(1761), + [sym_try_expression] = STATE(1761), + [sym_reference_expression] = STATE(1761), + [sym_binary_expression] = STATE(1761), + [sym_assignment_expression] = STATE(1761), + [sym_compound_assignment_expr] = STATE(1761), + [sym_type_cast_expression] = STATE(1761), + [sym_return_expression] = STATE(1761), + [sym_yield_expression] = STATE(1761), + [sym_call_expression] = STATE(1761), + [sym_array_expression] = STATE(1761), + [sym_parenthesized_expression] = STATE(1761), + [sym_tuple_expression] = STATE(1761), + [sym_unit_expression] = STATE(1761), + [sym_struct_expression] = STATE(1761), + [sym_if_expression] = STATE(1761), + [sym_match_expression] = STATE(1761), + [sym_while_expression] = STATE(1761), + [sym_loop_expression] = STATE(1761), + [sym_for_expression] = STATE(1761), + [sym_const_block] = STATE(1761), + [sym_closure_expression] = STATE(1761), + [sym_closure_parameters] = STATE(231), [sym_label] = STATE(3777), - [sym_break_expression] = STATE(1894), - [sym_continue_expression] = STATE(1894), - [sym_index_expression] = STATE(1894), - [sym_await_expression] = STATE(1894), - [sym_field_expression] = STATE(1674), - [sym_unsafe_block] = STATE(1894), - [sym_async_block] = STATE(1894), - [sym_gen_block] = STATE(1894), - [sym_try_block] = STATE(1894), - [sym_block] = STATE(1894), - [sym__literal] = STATE(1894), - [sym_string_literal] = STATE(1768), - [sym_raw_string_literal] = STATE(1768), - [sym_boolean_literal] = STATE(1768), - [sym_line_comment] = STATE(279), - [sym_block_comment] = STATE(279), + [sym_break_expression] = STATE(1761), + [sym_continue_expression] = STATE(1761), + [sym_index_expression] = STATE(1761), + [sym_await_expression] = STATE(1761), + [sym_field_expression] = STATE(1720), + [sym_unsafe_block] = STATE(1761), + [sym_async_block] = STATE(1761), + [sym_gen_block] = STATE(1761), + [sym_try_block] = STATE(1761), + [sym_block] = STATE(1761), + [sym__literal] = STATE(1761), + [sym_string_literal] = STATE(1873), + [sym_raw_string_literal] = STATE(1873), + [sym_boolean_literal] = STATE(1873), + [sym_line_comment] = STATE(280), + [sym_block_comment] = STATE(280), [sym_identifier] = ACTIONS(410), - [anon_sym_LPAREN] = ACTIONS(500), - [anon_sym_LBRACK] = ACTIONS(502), + [anon_sym_LPAREN] = ACTIONS(518), + [anon_sym_LBRACK] = ACTIONS(520), [anon_sym_LBRACE] = ACTIONS(412), - [anon_sym_STAR] = ACTIONS(904), + [anon_sym_STAR] = ACTIONS(944), [anon_sym_u8] = ACTIONS(416), [anon_sym_i8] = ACTIONS(416), [anon_sym_u16] = ACTIONS(416), @@ -49511,12 +49693,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(416), [anon_sym_str] = ACTIONS(416), [anon_sym_char] = ACTIONS(416), - [anon_sym_DASH] = ACTIONS(904), - [anon_sym_BANG] = ACTIONS(904), - [anon_sym_AMP] = ACTIONS(906), + [anon_sym_DASH] = ACTIONS(944), + [anon_sym_BANG] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(946), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1160), + [anon_sym_DOT_DOT] = ACTIONS(1062), [anon_sym_COLON_COLON] = ACTIONS(420), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(422), @@ -49552,61 +49734,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(468), [sym_float_literal] = ACTIONS(456), }, - [STATE(280)] = { - [sym_bracketed_type] = STATE(3669), - [sym_generic_function] = STATE(1894), - [sym_generic_type_with_turbofish] = STATE(3057), - [sym__expression_except_range] = STATE(1672), - [sym__expression] = STATE(1743), - [sym_macro_invocation] = STATE(1901), - [sym_scoped_identifier] = STATE(1644), - [sym_scoped_type_identifier_in_expression_position] = STATE(3253), - [sym_range_expression] = STATE(1897), - [sym_unary_expression] = STATE(1894), - [sym_try_expression] = STATE(1894), - [sym_reference_expression] = STATE(1894), - [sym_binary_expression] = STATE(1894), - [sym_assignment_expression] = STATE(1894), - [sym_compound_assignment_expr] = STATE(1894), - [sym_type_cast_expression] = STATE(1894), - [sym_return_expression] = STATE(1894), - [sym_yield_expression] = STATE(1894), - [sym_call_expression] = STATE(1894), - [sym_array_expression] = STATE(1894), - [sym_parenthesized_expression] = STATE(1894), - [sym_tuple_expression] = STATE(1894), - [sym_unit_expression] = STATE(1894), - [sym_struct_expression] = STATE(1894), - [sym_if_expression] = STATE(1894), - [sym_match_expression] = STATE(1894), - [sym_while_expression] = STATE(1894), - [sym_loop_expression] = STATE(1894), - [sym_for_expression] = STATE(1894), - [sym_const_block] = STATE(1894), - [sym_closure_expression] = STATE(1894), - [sym_closure_parameters] = STATE(220), + [STATE(281)] = { + [sym_bracketed_type] = STATE(3670), + [sym_generic_function] = STATE(1761), + [sym_generic_type_with_turbofish] = STATE(3007), + [sym__expression_except_range] = STATE(1674), + [sym__expression] = STATE(1850), + [sym_macro_invocation] = STATE(1765), + [sym_scoped_identifier] = STATE(1630), + [sym_scoped_type_identifier_in_expression_position] = STATE(3431), + [sym_range_expression] = STATE(1763), + [sym_unary_expression] = STATE(1761), + [sym_try_expression] = STATE(1761), + [sym_reference_expression] = STATE(1761), + [sym_binary_expression] = STATE(1761), + [sym_assignment_expression] = STATE(1761), + [sym_compound_assignment_expr] = STATE(1761), + [sym_type_cast_expression] = STATE(1761), + [sym_return_expression] = STATE(1761), + [sym_yield_expression] = STATE(1761), + [sym_call_expression] = STATE(1761), + [sym_array_expression] = STATE(1761), + [sym_parenthesized_expression] = STATE(1761), + [sym_tuple_expression] = STATE(1761), + [sym_unit_expression] = STATE(1761), + [sym_struct_expression] = STATE(1761), + [sym_if_expression] = STATE(1761), + [sym_match_expression] = STATE(1761), + [sym_while_expression] = STATE(1761), + [sym_loop_expression] = STATE(1761), + [sym_for_expression] = STATE(1761), + [sym_const_block] = STATE(1761), + [sym_closure_expression] = STATE(1761), + [sym_closure_parameters] = STATE(231), [sym_label] = STATE(3777), - [sym_break_expression] = STATE(1894), - [sym_continue_expression] = STATE(1894), - [sym_index_expression] = STATE(1894), - [sym_await_expression] = STATE(1894), - [sym_field_expression] = STATE(1674), - [sym_unsafe_block] = STATE(1894), - [sym_async_block] = STATE(1894), - [sym_gen_block] = STATE(1894), - [sym_try_block] = STATE(1894), - [sym_block] = STATE(1894), - [sym__literal] = STATE(1894), - [sym_string_literal] = STATE(1768), - [sym_raw_string_literal] = STATE(1768), - [sym_boolean_literal] = STATE(1768), - [sym_line_comment] = STATE(280), - [sym_block_comment] = STATE(280), + [sym_break_expression] = STATE(1761), + [sym_continue_expression] = STATE(1761), + [sym_index_expression] = STATE(1761), + [sym_await_expression] = STATE(1761), + [sym_field_expression] = STATE(1720), + [sym_unsafe_block] = STATE(1761), + [sym_async_block] = STATE(1761), + [sym_gen_block] = STATE(1761), + [sym_try_block] = STATE(1761), + [sym_block] = STATE(1761), + [sym__literal] = STATE(1761), + [sym_string_literal] = STATE(1873), + [sym_raw_string_literal] = STATE(1873), + [sym_boolean_literal] = STATE(1873), + [sym_line_comment] = STATE(281), + [sym_block_comment] = STATE(281), [sym_identifier] = ACTIONS(410), - [anon_sym_LPAREN] = ACTIONS(500), - [anon_sym_LBRACK] = ACTIONS(502), + [anon_sym_LPAREN] = ACTIONS(518), + [anon_sym_LBRACK] = ACTIONS(520), [anon_sym_LBRACE] = ACTIONS(412), - [anon_sym_STAR] = ACTIONS(904), + [anon_sym_STAR] = ACTIONS(944), [anon_sym_u8] = ACTIONS(416), [anon_sym_i8] = ACTIONS(416), [anon_sym_u16] = ACTIONS(416), @@ -49624,12 +49806,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(416), [anon_sym_str] = ACTIONS(416), [anon_sym_char] = ACTIONS(416), - [anon_sym_DASH] = ACTIONS(904), - [anon_sym_BANG] = ACTIONS(904), - [anon_sym_AMP] = ACTIONS(906), + [anon_sym_DASH] = ACTIONS(944), + [anon_sym_BANG] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(946), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1160), + [anon_sym_DOT_DOT] = ACTIONS(1062), [anon_sym_COLON_COLON] = ACTIONS(420), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(422), @@ -49665,61 +49847,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(468), [sym_float_literal] = ACTIONS(456), }, - [STATE(281)] = { - [sym_bracketed_type] = STATE(3669), - [sym_generic_function] = STATE(1894), - [sym_generic_type_with_turbofish] = STATE(3057), - [sym__expression_except_range] = STATE(1672), - [sym__expression] = STATE(1744), - [sym_macro_invocation] = STATE(1901), - [sym_scoped_identifier] = STATE(1644), - [sym_scoped_type_identifier_in_expression_position] = STATE(3253), - [sym_range_expression] = STATE(1897), - [sym_unary_expression] = STATE(1894), - [sym_try_expression] = STATE(1894), - [sym_reference_expression] = STATE(1894), - [sym_binary_expression] = STATE(1894), - [sym_assignment_expression] = STATE(1894), - [sym_compound_assignment_expr] = STATE(1894), - [sym_type_cast_expression] = STATE(1894), - [sym_return_expression] = STATE(1894), - [sym_yield_expression] = STATE(1894), - [sym_call_expression] = STATE(1894), - [sym_array_expression] = STATE(1894), - [sym_parenthesized_expression] = STATE(1894), - [sym_tuple_expression] = STATE(1894), - [sym_unit_expression] = STATE(1894), - [sym_struct_expression] = STATE(1894), - [sym_if_expression] = STATE(1894), - [sym_match_expression] = STATE(1894), - [sym_while_expression] = STATE(1894), - [sym_loop_expression] = STATE(1894), - [sym_for_expression] = STATE(1894), - [sym_const_block] = STATE(1894), - [sym_closure_expression] = STATE(1894), - [sym_closure_parameters] = STATE(220), + [STATE(282)] = { + [sym_bracketed_type] = STATE(3670), + [sym_generic_function] = STATE(1761), + [sym_generic_type_with_turbofish] = STATE(3007), + [sym__expression_except_range] = STATE(1674), + [sym__expression] = STATE(1948), + [sym_macro_invocation] = STATE(1765), + [sym_scoped_identifier] = STATE(1630), + [sym_scoped_type_identifier_in_expression_position] = STATE(3431), + [sym_range_expression] = STATE(1763), + [sym_unary_expression] = STATE(1761), + [sym_try_expression] = STATE(1761), + [sym_reference_expression] = STATE(1761), + [sym_binary_expression] = STATE(1761), + [sym_assignment_expression] = STATE(1761), + [sym_compound_assignment_expr] = STATE(1761), + [sym_type_cast_expression] = STATE(1761), + [sym_return_expression] = STATE(1761), + [sym_yield_expression] = STATE(1761), + [sym_call_expression] = STATE(1761), + [sym_array_expression] = STATE(1761), + [sym_parenthesized_expression] = STATE(1761), + [sym_tuple_expression] = STATE(1761), + [sym_unit_expression] = STATE(1761), + [sym_struct_expression] = STATE(1761), + [sym_if_expression] = STATE(1761), + [sym_match_expression] = STATE(1761), + [sym_while_expression] = STATE(1761), + [sym_loop_expression] = STATE(1761), + [sym_for_expression] = STATE(1761), + [sym_const_block] = STATE(1761), + [sym_closure_expression] = STATE(1761), + [sym_closure_parameters] = STATE(231), [sym_label] = STATE(3777), - [sym_break_expression] = STATE(1894), - [sym_continue_expression] = STATE(1894), - [sym_index_expression] = STATE(1894), - [sym_await_expression] = STATE(1894), - [sym_field_expression] = STATE(1674), - [sym_unsafe_block] = STATE(1894), - [sym_async_block] = STATE(1894), - [sym_gen_block] = STATE(1894), - [sym_try_block] = STATE(1894), - [sym_block] = STATE(1894), - [sym__literal] = STATE(1894), - [sym_string_literal] = STATE(1768), - [sym_raw_string_literal] = STATE(1768), - [sym_boolean_literal] = STATE(1768), - [sym_line_comment] = STATE(281), - [sym_block_comment] = STATE(281), + [sym_break_expression] = STATE(1761), + [sym_continue_expression] = STATE(1761), + [sym_index_expression] = STATE(1761), + [sym_await_expression] = STATE(1761), + [sym_field_expression] = STATE(1720), + [sym_unsafe_block] = STATE(1761), + [sym_async_block] = STATE(1761), + [sym_gen_block] = STATE(1761), + [sym_try_block] = STATE(1761), + [sym_block] = STATE(1761), + [sym__literal] = STATE(1761), + [sym_string_literal] = STATE(1873), + [sym_raw_string_literal] = STATE(1873), + [sym_boolean_literal] = STATE(1873), + [sym_line_comment] = STATE(282), + [sym_block_comment] = STATE(282), [sym_identifier] = ACTIONS(410), - [anon_sym_LPAREN] = ACTIONS(500), - [anon_sym_LBRACK] = ACTIONS(502), + [anon_sym_LPAREN] = ACTIONS(518), + [anon_sym_LBRACK] = ACTIONS(520), [anon_sym_LBRACE] = ACTIONS(412), - [anon_sym_STAR] = ACTIONS(904), + [anon_sym_STAR] = ACTIONS(944), [anon_sym_u8] = ACTIONS(416), [anon_sym_i8] = ACTIONS(416), [anon_sym_u16] = ACTIONS(416), @@ -49737,12 +49919,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(416), [anon_sym_str] = ACTIONS(416), [anon_sym_char] = ACTIONS(416), - [anon_sym_DASH] = ACTIONS(904), - [anon_sym_BANG] = ACTIONS(904), - [anon_sym_AMP] = ACTIONS(906), + [anon_sym_DASH] = ACTIONS(944), + [anon_sym_BANG] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(946), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1160), + [anon_sym_DOT_DOT] = ACTIONS(1062), [anon_sym_COLON_COLON] = ACTIONS(420), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(422), @@ -49778,61 +49960,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(468), [sym_float_literal] = ACTIONS(456), }, - [STATE(282)] = { - [sym_bracketed_type] = STATE(3669), - [sym_generic_function] = STATE(1894), - [sym_generic_type_with_turbofish] = STATE(3057), - [sym__expression_except_range] = STATE(1672), - [sym__expression] = STATE(1745), - [sym_macro_invocation] = STATE(1901), - [sym_scoped_identifier] = STATE(1644), - [sym_scoped_type_identifier_in_expression_position] = STATE(3253), - [sym_range_expression] = STATE(1897), - [sym_unary_expression] = STATE(1894), - [sym_try_expression] = STATE(1894), - [sym_reference_expression] = STATE(1894), - [sym_binary_expression] = STATE(1894), - [sym_assignment_expression] = STATE(1894), - [sym_compound_assignment_expr] = STATE(1894), - [sym_type_cast_expression] = STATE(1894), - [sym_return_expression] = STATE(1894), - [sym_yield_expression] = STATE(1894), - [sym_call_expression] = STATE(1894), - [sym_array_expression] = STATE(1894), - [sym_parenthesized_expression] = STATE(1894), - [sym_tuple_expression] = STATE(1894), - [sym_unit_expression] = STATE(1894), - [sym_struct_expression] = STATE(1894), - [sym_if_expression] = STATE(1894), - [sym_match_expression] = STATE(1894), - [sym_while_expression] = STATE(1894), - [sym_loop_expression] = STATE(1894), - [sym_for_expression] = STATE(1894), - [sym_const_block] = STATE(1894), - [sym_closure_expression] = STATE(1894), - [sym_closure_parameters] = STATE(220), + [STATE(283)] = { + [sym_bracketed_type] = STATE(3670), + [sym_generic_function] = STATE(1761), + [sym_generic_type_with_turbofish] = STATE(3007), + [sym__expression_except_range] = STATE(1674), + [sym__expression] = STATE(1851), + [sym_macro_invocation] = STATE(1765), + [sym_scoped_identifier] = STATE(1630), + [sym_scoped_type_identifier_in_expression_position] = STATE(3431), + [sym_range_expression] = STATE(1763), + [sym_unary_expression] = STATE(1761), + [sym_try_expression] = STATE(1761), + [sym_reference_expression] = STATE(1761), + [sym_binary_expression] = STATE(1761), + [sym_assignment_expression] = STATE(1761), + [sym_compound_assignment_expr] = STATE(1761), + [sym_type_cast_expression] = STATE(1761), + [sym_return_expression] = STATE(1761), + [sym_yield_expression] = STATE(1761), + [sym_call_expression] = STATE(1761), + [sym_array_expression] = STATE(1761), + [sym_parenthesized_expression] = STATE(1761), + [sym_tuple_expression] = STATE(1761), + [sym_unit_expression] = STATE(1761), + [sym_struct_expression] = STATE(1761), + [sym_if_expression] = STATE(1761), + [sym_match_expression] = STATE(1761), + [sym_while_expression] = STATE(1761), + [sym_loop_expression] = STATE(1761), + [sym_for_expression] = STATE(1761), + [sym_const_block] = STATE(1761), + [sym_closure_expression] = STATE(1761), + [sym_closure_parameters] = STATE(231), [sym_label] = STATE(3777), - [sym_break_expression] = STATE(1894), - [sym_continue_expression] = STATE(1894), - [sym_index_expression] = STATE(1894), - [sym_await_expression] = STATE(1894), - [sym_field_expression] = STATE(1674), - [sym_unsafe_block] = STATE(1894), - [sym_async_block] = STATE(1894), - [sym_gen_block] = STATE(1894), - [sym_try_block] = STATE(1894), - [sym_block] = STATE(1894), - [sym__literal] = STATE(1894), - [sym_string_literal] = STATE(1768), - [sym_raw_string_literal] = STATE(1768), - [sym_boolean_literal] = STATE(1768), - [sym_line_comment] = STATE(282), - [sym_block_comment] = STATE(282), + [sym_break_expression] = STATE(1761), + [sym_continue_expression] = STATE(1761), + [sym_index_expression] = STATE(1761), + [sym_await_expression] = STATE(1761), + [sym_field_expression] = STATE(1720), + [sym_unsafe_block] = STATE(1761), + [sym_async_block] = STATE(1761), + [sym_gen_block] = STATE(1761), + [sym_try_block] = STATE(1761), + [sym_block] = STATE(1761), + [sym__literal] = STATE(1761), + [sym_string_literal] = STATE(1873), + [sym_raw_string_literal] = STATE(1873), + [sym_boolean_literal] = STATE(1873), + [sym_line_comment] = STATE(283), + [sym_block_comment] = STATE(283), [sym_identifier] = ACTIONS(410), - [anon_sym_LPAREN] = ACTIONS(500), - [anon_sym_LBRACK] = ACTIONS(502), + [anon_sym_LPAREN] = ACTIONS(518), + [anon_sym_LBRACK] = ACTIONS(520), [anon_sym_LBRACE] = ACTIONS(412), - [anon_sym_STAR] = ACTIONS(904), + [anon_sym_STAR] = ACTIONS(944), [anon_sym_u8] = ACTIONS(416), [anon_sym_i8] = ACTIONS(416), [anon_sym_u16] = ACTIONS(416), @@ -49850,12 +50032,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(416), [anon_sym_str] = ACTIONS(416), [anon_sym_char] = ACTIONS(416), - [anon_sym_DASH] = ACTIONS(904), - [anon_sym_BANG] = ACTIONS(904), - [anon_sym_AMP] = ACTIONS(906), + [anon_sym_DASH] = ACTIONS(944), + [anon_sym_BANG] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(946), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1160), + [anon_sym_DOT_DOT] = ACTIONS(1062), [anon_sym_COLON_COLON] = ACTIONS(420), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(422), @@ -49891,61 +50073,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(468), [sym_float_literal] = ACTIONS(456), }, - [STATE(283)] = { - [sym_bracketed_type] = STATE(3669), - [sym_generic_function] = STATE(1894), - [sym_generic_type_with_turbofish] = STATE(3057), - [sym__expression_except_range] = STATE(1672), - [sym__expression] = STATE(1746), - [sym_macro_invocation] = STATE(1901), - [sym_scoped_identifier] = STATE(1644), - [sym_scoped_type_identifier_in_expression_position] = STATE(3253), - [sym_range_expression] = STATE(1897), - [sym_unary_expression] = STATE(1894), - [sym_try_expression] = STATE(1894), - [sym_reference_expression] = STATE(1894), - [sym_binary_expression] = STATE(1894), - [sym_assignment_expression] = STATE(1894), - [sym_compound_assignment_expr] = STATE(1894), - [sym_type_cast_expression] = STATE(1894), - [sym_return_expression] = STATE(1894), - [sym_yield_expression] = STATE(1894), - [sym_call_expression] = STATE(1894), - [sym_array_expression] = STATE(1894), - [sym_parenthesized_expression] = STATE(1894), - [sym_tuple_expression] = STATE(1894), - [sym_unit_expression] = STATE(1894), - [sym_struct_expression] = STATE(1894), - [sym_if_expression] = STATE(1894), - [sym_match_expression] = STATE(1894), - [sym_while_expression] = STATE(1894), - [sym_loop_expression] = STATE(1894), - [sym_for_expression] = STATE(1894), - [sym_const_block] = STATE(1894), - [sym_closure_expression] = STATE(1894), - [sym_closure_parameters] = STATE(220), + [STATE(284)] = { + [sym_bracketed_type] = STATE(3670), + [sym_generic_function] = STATE(1761), + [sym_generic_type_with_turbofish] = STATE(3007), + [sym__expression_except_range] = STATE(1674), + [sym__expression] = STATE(1852), + [sym_macro_invocation] = STATE(1765), + [sym_scoped_identifier] = STATE(1630), + [sym_scoped_type_identifier_in_expression_position] = STATE(3431), + [sym_range_expression] = STATE(1763), + [sym_unary_expression] = STATE(1761), + [sym_try_expression] = STATE(1761), + [sym_reference_expression] = STATE(1761), + [sym_binary_expression] = STATE(1761), + [sym_assignment_expression] = STATE(1761), + [sym_compound_assignment_expr] = STATE(1761), + [sym_type_cast_expression] = STATE(1761), + [sym_return_expression] = STATE(1761), + [sym_yield_expression] = STATE(1761), + [sym_call_expression] = STATE(1761), + [sym_array_expression] = STATE(1761), + [sym_parenthesized_expression] = STATE(1761), + [sym_tuple_expression] = STATE(1761), + [sym_unit_expression] = STATE(1761), + [sym_struct_expression] = STATE(1761), + [sym_if_expression] = STATE(1761), + [sym_match_expression] = STATE(1761), + [sym_while_expression] = STATE(1761), + [sym_loop_expression] = STATE(1761), + [sym_for_expression] = STATE(1761), + [sym_const_block] = STATE(1761), + [sym_closure_expression] = STATE(1761), + [sym_closure_parameters] = STATE(231), [sym_label] = STATE(3777), - [sym_break_expression] = STATE(1894), - [sym_continue_expression] = STATE(1894), - [sym_index_expression] = STATE(1894), - [sym_await_expression] = STATE(1894), - [sym_field_expression] = STATE(1674), - [sym_unsafe_block] = STATE(1894), - [sym_async_block] = STATE(1894), - [sym_gen_block] = STATE(1894), - [sym_try_block] = STATE(1894), - [sym_block] = STATE(1894), - [sym__literal] = STATE(1894), - [sym_string_literal] = STATE(1768), - [sym_raw_string_literal] = STATE(1768), - [sym_boolean_literal] = STATE(1768), - [sym_line_comment] = STATE(283), - [sym_block_comment] = STATE(283), + [sym_break_expression] = STATE(1761), + [sym_continue_expression] = STATE(1761), + [sym_index_expression] = STATE(1761), + [sym_await_expression] = STATE(1761), + [sym_field_expression] = STATE(1720), + [sym_unsafe_block] = STATE(1761), + [sym_async_block] = STATE(1761), + [sym_gen_block] = STATE(1761), + [sym_try_block] = STATE(1761), + [sym_block] = STATE(1761), + [sym__literal] = STATE(1761), + [sym_string_literal] = STATE(1873), + [sym_raw_string_literal] = STATE(1873), + [sym_boolean_literal] = STATE(1873), + [sym_line_comment] = STATE(284), + [sym_block_comment] = STATE(284), [sym_identifier] = ACTIONS(410), - [anon_sym_LPAREN] = ACTIONS(500), - [anon_sym_LBRACK] = ACTIONS(502), + [anon_sym_LPAREN] = ACTIONS(518), + [anon_sym_LBRACK] = ACTIONS(520), [anon_sym_LBRACE] = ACTIONS(412), - [anon_sym_STAR] = ACTIONS(904), + [anon_sym_STAR] = ACTIONS(944), [anon_sym_u8] = ACTIONS(416), [anon_sym_i8] = ACTIONS(416), [anon_sym_u16] = ACTIONS(416), @@ -49963,12 +50145,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(416), [anon_sym_str] = ACTIONS(416), [anon_sym_char] = ACTIONS(416), - [anon_sym_DASH] = ACTIONS(904), - [anon_sym_BANG] = ACTIONS(904), - [anon_sym_AMP] = ACTIONS(906), + [anon_sym_DASH] = ACTIONS(944), + [anon_sym_BANG] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(946), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1160), + [anon_sym_DOT_DOT] = ACTIONS(1062), [anon_sym_COLON_COLON] = ACTIONS(420), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(422), @@ -50004,61 +50186,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(468), [sym_float_literal] = ACTIONS(456), }, - [STATE(284)] = { - [sym_bracketed_type] = STATE(3669), - [sym_generic_function] = STATE(1894), - [sym_generic_type_with_turbofish] = STATE(3057), - [sym__expression_except_range] = STATE(1672), - [sym__expression] = STATE(1747), - [sym_macro_invocation] = STATE(1901), - [sym_scoped_identifier] = STATE(1644), - [sym_scoped_type_identifier_in_expression_position] = STATE(3253), - [sym_range_expression] = STATE(1897), - [sym_unary_expression] = STATE(1894), - [sym_try_expression] = STATE(1894), - [sym_reference_expression] = STATE(1894), - [sym_binary_expression] = STATE(1894), - [sym_assignment_expression] = STATE(1894), - [sym_compound_assignment_expr] = STATE(1894), - [sym_type_cast_expression] = STATE(1894), - [sym_return_expression] = STATE(1894), - [sym_yield_expression] = STATE(1894), - [sym_call_expression] = STATE(1894), - [sym_array_expression] = STATE(1894), - [sym_parenthesized_expression] = STATE(1894), - [sym_tuple_expression] = STATE(1894), - [sym_unit_expression] = STATE(1894), - [sym_struct_expression] = STATE(1894), - [sym_if_expression] = STATE(1894), - [sym_match_expression] = STATE(1894), - [sym_while_expression] = STATE(1894), - [sym_loop_expression] = STATE(1894), - [sym_for_expression] = STATE(1894), - [sym_const_block] = STATE(1894), - [sym_closure_expression] = STATE(1894), - [sym_closure_parameters] = STATE(220), + [STATE(285)] = { + [sym_bracketed_type] = STATE(3670), + [sym_generic_function] = STATE(1761), + [sym_generic_type_with_turbofish] = STATE(3007), + [sym__expression_except_range] = STATE(1674), + [sym__expression] = STATE(1853), + [sym_macro_invocation] = STATE(1765), + [sym_scoped_identifier] = STATE(1630), + [sym_scoped_type_identifier_in_expression_position] = STATE(3431), + [sym_range_expression] = STATE(1763), + [sym_unary_expression] = STATE(1761), + [sym_try_expression] = STATE(1761), + [sym_reference_expression] = STATE(1761), + [sym_binary_expression] = STATE(1761), + [sym_assignment_expression] = STATE(1761), + [sym_compound_assignment_expr] = STATE(1761), + [sym_type_cast_expression] = STATE(1761), + [sym_return_expression] = STATE(1761), + [sym_yield_expression] = STATE(1761), + [sym_call_expression] = STATE(1761), + [sym_array_expression] = STATE(1761), + [sym_parenthesized_expression] = STATE(1761), + [sym_tuple_expression] = STATE(1761), + [sym_unit_expression] = STATE(1761), + [sym_struct_expression] = STATE(1761), + [sym_if_expression] = STATE(1761), + [sym_match_expression] = STATE(1761), + [sym_while_expression] = STATE(1761), + [sym_loop_expression] = STATE(1761), + [sym_for_expression] = STATE(1761), + [sym_const_block] = STATE(1761), + [sym_closure_expression] = STATE(1761), + [sym_closure_parameters] = STATE(231), [sym_label] = STATE(3777), - [sym_break_expression] = STATE(1894), - [sym_continue_expression] = STATE(1894), - [sym_index_expression] = STATE(1894), - [sym_await_expression] = STATE(1894), - [sym_field_expression] = STATE(1674), - [sym_unsafe_block] = STATE(1894), - [sym_async_block] = STATE(1894), - [sym_gen_block] = STATE(1894), - [sym_try_block] = STATE(1894), - [sym_block] = STATE(1894), - [sym__literal] = STATE(1894), - [sym_string_literal] = STATE(1768), - [sym_raw_string_literal] = STATE(1768), - [sym_boolean_literal] = STATE(1768), - [sym_line_comment] = STATE(284), - [sym_block_comment] = STATE(284), + [sym_break_expression] = STATE(1761), + [sym_continue_expression] = STATE(1761), + [sym_index_expression] = STATE(1761), + [sym_await_expression] = STATE(1761), + [sym_field_expression] = STATE(1720), + [sym_unsafe_block] = STATE(1761), + [sym_async_block] = STATE(1761), + [sym_gen_block] = STATE(1761), + [sym_try_block] = STATE(1761), + [sym_block] = STATE(1761), + [sym__literal] = STATE(1761), + [sym_string_literal] = STATE(1873), + [sym_raw_string_literal] = STATE(1873), + [sym_boolean_literal] = STATE(1873), + [sym_line_comment] = STATE(285), + [sym_block_comment] = STATE(285), [sym_identifier] = ACTIONS(410), - [anon_sym_LPAREN] = ACTIONS(500), - [anon_sym_LBRACK] = ACTIONS(502), + [anon_sym_LPAREN] = ACTIONS(518), + [anon_sym_LBRACK] = ACTIONS(520), [anon_sym_LBRACE] = ACTIONS(412), - [anon_sym_STAR] = ACTIONS(904), + [anon_sym_STAR] = ACTIONS(944), [anon_sym_u8] = ACTIONS(416), [anon_sym_i8] = ACTIONS(416), [anon_sym_u16] = ACTIONS(416), @@ -50076,12 +50258,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(416), [anon_sym_str] = ACTIONS(416), [anon_sym_char] = ACTIONS(416), - [anon_sym_DASH] = ACTIONS(904), - [anon_sym_BANG] = ACTIONS(904), - [anon_sym_AMP] = ACTIONS(906), + [anon_sym_DASH] = ACTIONS(944), + [anon_sym_BANG] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(946), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1160), + [anon_sym_DOT_DOT] = ACTIONS(1062), [anon_sym_COLON_COLON] = ACTIONS(420), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(422), @@ -50117,61 +50299,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(468), [sym_float_literal] = ACTIONS(456), }, - [STATE(285)] = { - [sym_bracketed_type] = STATE(3669), - [sym_generic_function] = STATE(1894), - [sym_generic_type_with_turbofish] = STATE(3057), - [sym__expression_except_range] = STATE(1672), - [sym__expression] = STATE(1748), - [sym_macro_invocation] = STATE(1901), - [sym_scoped_identifier] = STATE(1644), - [sym_scoped_type_identifier_in_expression_position] = STATE(3253), - [sym_range_expression] = STATE(1897), - [sym_unary_expression] = STATE(1894), - [sym_try_expression] = STATE(1894), - [sym_reference_expression] = STATE(1894), - [sym_binary_expression] = STATE(1894), - [sym_assignment_expression] = STATE(1894), - [sym_compound_assignment_expr] = STATE(1894), - [sym_type_cast_expression] = STATE(1894), - [sym_return_expression] = STATE(1894), - [sym_yield_expression] = STATE(1894), - [sym_call_expression] = STATE(1894), - [sym_array_expression] = STATE(1894), - [sym_parenthesized_expression] = STATE(1894), - [sym_tuple_expression] = STATE(1894), - [sym_unit_expression] = STATE(1894), - [sym_struct_expression] = STATE(1894), - [sym_if_expression] = STATE(1894), - [sym_match_expression] = STATE(1894), - [sym_while_expression] = STATE(1894), - [sym_loop_expression] = STATE(1894), - [sym_for_expression] = STATE(1894), - [sym_const_block] = STATE(1894), - [sym_closure_expression] = STATE(1894), - [sym_closure_parameters] = STATE(220), + [STATE(286)] = { + [sym_bracketed_type] = STATE(3670), + [sym_generic_function] = STATE(1761), + [sym_generic_type_with_turbofish] = STATE(3007), + [sym__expression_except_range] = STATE(1674), + [sym__expression] = STATE(1854), + [sym_macro_invocation] = STATE(1765), + [sym_scoped_identifier] = STATE(1630), + [sym_scoped_type_identifier_in_expression_position] = STATE(3431), + [sym_range_expression] = STATE(1763), + [sym_unary_expression] = STATE(1761), + [sym_try_expression] = STATE(1761), + [sym_reference_expression] = STATE(1761), + [sym_binary_expression] = STATE(1761), + [sym_assignment_expression] = STATE(1761), + [sym_compound_assignment_expr] = STATE(1761), + [sym_type_cast_expression] = STATE(1761), + [sym_return_expression] = STATE(1761), + [sym_yield_expression] = STATE(1761), + [sym_call_expression] = STATE(1761), + [sym_array_expression] = STATE(1761), + [sym_parenthesized_expression] = STATE(1761), + [sym_tuple_expression] = STATE(1761), + [sym_unit_expression] = STATE(1761), + [sym_struct_expression] = STATE(1761), + [sym_if_expression] = STATE(1761), + [sym_match_expression] = STATE(1761), + [sym_while_expression] = STATE(1761), + [sym_loop_expression] = STATE(1761), + [sym_for_expression] = STATE(1761), + [sym_const_block] = STATE(1761), + [sym_closure_expression] = STATE(1761), + [sym_closure_parameters] = STATE(231), [sym_label] = STATE(3777), - [sym_break_expression] = STATE(1894), - [sym_continue_expression] = STATE(1894), - [sym_index_expression] = STATE(1894), - [sym_await_expression] = STATE(1894), - [sym_field_expression] = STATE(1674), - [sym_unsafe_block] = STATE(1894), - [sym_async_block] = STATE(1894), - [sym_gen_block] = STATE(1894), - [sym_try_block] = STATE(1894), - [sym_block] = STATE(1894), - [sym__literal] = STATE(1894), - [sym_string_literal] = STATE(1768), - [sym_raw_string_literal] = STATE(1768), - [sym_boolean_literal] = STATE(1768), - [sym_line_comment] = STATE(285), - [sym_block_comment] = STATE(285), + [sym_break_expression] = STATE(1761), + [sym_continue_expression] = STATE(1761), + [sym_index_expression] = STATE(1761), + [sym_await_expression] = STATE(1761), + [sym_field_expression] = STATE(1720), + [sym_unsafe_block] = STATE(1761), + [sym_async_block] = STATE(1761), + [sym_gen_block] = STATE(1761), + [sym_try_block] = STATE(1761), + [sym_block] = STATE(1761), + [sym__literal] = STATE(1761), + [sym_string_literal] = STATE(1873), + [sym_raw_string_literal] = STATE(1873), + [sym_boolean_literal] = STATE(1873), + [sym_line_comment] = STATE(286), + [sym_block_comment] = STATE(286), [sym_identifier] = ACTIONS(410), - [anon_sym_LPAREN] = ACTIONS(500), - [anon_sym_LBRACK] = ACTIONS(502), + [anon_sym_LPAREN] = ACTIONS(518), + [anon_sym_LBRACK] = ACTIONS(520), [anon_sym_LBRACE] = ACTIONS(412), - [anon_sym_STAR] = ACTIONS(904), + [anon_sym_STAR] = ACTIONS(944), [anon_sym_u8] = ACTIONS(416), [anon_sym_i8] = ACTIONS(416), [anon_sym_u16] = ACTIONS(416), @@ -50189,12 +50371,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(416), [anon_sym_str] = ACTIONS(416), [anon_sym_char] = ACTIONS(416), - [anon_sym_DASH] = ACTIONS(904), - [anon_sym_BANG] = ACTIONS(904), - [anon_sym_AMP] = ACTIONS(906), + [anon_sym_DASH] = ACTIONS(944), + [anon_sym_BANG] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(946), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1160), + [anon_sym_DOT_DOT] = ACTIONS(1062), [anon_sym_COLON_COLON] = ACTIONS(420), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(422), @@ -50230,61 +50412,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(468), [sym_float_literal] = ACTIONS(456), }, - [STATE(286)] = { - [sym_bracketed_type] = STATE(3669), - [sym_generic_function] = STATE(1894), - [sym_generic_type_with_turbofish] = STATE(3057), - [sym__expression_except_range] = STATE(1672), - [sym__expression] = STATE(1749), - [sym_macro_invocation] = STATE(1901), - [sym_scoped_identifier] = STATE(1644), - [sym_scoped_type_identifier_in_expression_position] = STATE(3253), - [sym_range_expression] = STATE(1897), - [sym_unary_expression] = STATE(1894), - [sym_try_expression] = STATE(1894), - [sym_reference_expression] = STATE(1894), - [sym_binary_expression] = STATE(1894), - [sym_assignment_expression] = STATE(1894), - [sym_compound_assignment_expr] = STATE(1894), - [sym_type_cast_expression] = STATE(1894), - [sym_return_expression] = STATE(1894), - [sym_yield_expression] = STATE(1894), - [sym_call_expression] = STATE(1894), - [sym_array_expression] = STATE(1894), - [sym_parenthesized_expression] = STATE(1894), - [sym_tuple_expression] = STATE(1894), - [sym_unit_expression] = STATE(1894), - [sym_struct_expression] = STATE(1894), - [sym_if_expression] = STATE(1894), - [sym_match_expression] = STATE(1894), - [sym_while_expression] = STATE(1894), - [sym_loop_expression] = STATE(1894), - [sym_for_expression] = STATE(1894), - [sym_const_block] = STATE(1894), - [sym_closure_expression] = STATE(1894), - [sym_closure_parameters] = STATE(220), + [STATE(287)] = { + [sym_bracketed_type] = STATE(3670), + [sym_generic_function] = STATE(1761), + [sym_generic_type_with_turbofish] = STATE(3007), + [sym__expression_except_range] = STATE(1674), + [sym__expression] = STATE(1855), + [sym_macro_invocation] = STATE(1765), + [sym_scoped_identifier] = STATE(1630), + [sym_scoped_type_identifier_in_expression_position] = STATE(3431), + [sym_range_expression] = STATE(1763), + [sym_unary_expression] = STATE(1761), + [sym_try_expression] = STATE(1761), + [sym_reference_expression] = STATE(1761), + [sym_binary_expression] = STATE(1761), + [sym_assignment_expression] = STATE(1761), + [sym_compound_assignment_expr] = STATE(1761), + [sym_type_cast_expression] = STATE(1761), + [sym_return_expression] = STATE(1761), + [sym_yield_expression] = STATE(1761), + [sym_call_expression] = STATE(1761), + [sym_array_expression] = STATE(1761), + [sym_parenthesized_expression] = STATE(1761), + [sym_tuple_expression] = STATE(1761), + [sym_unit_expression] = STATE(1761), + [sym_struct_expression] = STATE(1761), + [sym_if_expression] = STATE(1761), + [sym_match_expression] = STATE(1761), + [sym_while_expression] = STATE(1761), + [sym_loop_expression] = STATE(1761), + [sym_for_expression] = STATE(1761), + [sym_const_block] = STATE(1761), + [sym_closure_expression] = STATE(1761), + [sym_closure_parameters] = STATE(231), [sym_label] = STATE(3777), - [sym_break_expression] = STATE(1894), - [sym_continue_expression] = STATE(1894), - [sym_index_expression] = STATE(1894), - [sym_await_expression] = STATE(1894), - [sym_field_expression] = STATE(1674), - [sym_unsafe_block] = STATE(1894), - [sym_async_block] = STATE(1894), - [sym_gen_block] = STATE(1894), - [sym_try_block] = STATE(1894), - [sym_block] = STATE(1894), - [sym__literal] = STATE(1894), - [sym_string_literal] = STATE(1768), - [sym_raw_string_literal] = STATE(1768), - [sym_boolean_literal] = STATE(1768), - [sym_line_comment] = STATE(286), - [sym_block_comment] = STATE(286), + [sym_break_expression] = STATE(1761), + [sym_continue_expression] = STATE(1761), + [sym_index_expression] = STATE(1761), + [sym_await_expression] = STATE(1761), + [sym_field_expression] = STATE(1720), + [sym_unsafe_block] = STATE(1761), + [sym_async_block] = STATE(1761), + [sym_gen_block] = STATE(1761), + [sym_try_block] = STATE(1761), + [sym_block] = STATE(1761), + [sym__literal] = STATE(1761), + [sym_string_literal] = STATE(1873), + [sym_raw_string_literal] = STATE(1873), + [sym_boolean_literal] = STATE(1873), + [sym_line_comment] = STATE(287), + [sym_block_comment] = STATE(287), [sym_identifier] = ACTIONS(410), - [anon_sym_LPAREN] = ACTIONS(500), - [anon_sym_LBRACK] = ACTIONS(502), + [anon_sym_LPAREN] = ACTIONS(518), + [anon_sym_LBRACK] = ACTIONS(520), [anon_sym_LBRACE] = ACTIONS(412), - [anon_sym_STAR] = ACTIONS(904), + [anon_sym_STAR] = ACTIONS(944), [anon_sym_u8] = ACTIONS(416), [anon_sym_i8] = ACTIONS(416), [anon_sym_u16] = ACTIONS(416), @@ -50302,12 +50484,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(416), [anon_sym_str] = ACTIONS(416), [anon_sym_char] = ACTIONS(416), - [anon_sym_DASH] = ACTIONS(904), - [anon_sym_BANG] = ACTIONS(904), - [anon_sym_AMP] = ACTIONS(906), + [anon_sym_DASH] = ACTIONS(944), + [anon_sym_BANG] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(946), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1160), + [anon_sym_DOT_DOT] = ACTIONS(1062), [anon_sym_COLON_COLON] = ACTIONS(420), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(422), @@ -50343,61 +50525,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(468), [sym_float_literal] = ACTIONS(456), }, - [STATE(287)] = { - [sym_bracketed_type] = STATE(3669), - [sym_generic_function] = STATE(1894), - [sym_generic_type_with_turbofish] = STATE(3057), - [sym__expression_except_range] = STATE(1672), - [sym__expression] = STATE(1750), - [sym_macro_invocation] = STATE(1901), - [sym_scoped_identifier] = STATE(1644), - [sym_scoped_type_identifier_in_expression_position] = STATE(3253), - [sym_range_expression] = STATE(1897), - [sym_unary_expression] = STATE(1894), - [sym_try_expression] = STATE(1894), - [sym_reference_expression] = STATE(1894), - [sym_binary_expression] = STATE(1894), - [sym_assignment_expression] = STATE(1894), - [sym_compound_assignment_expr] = STATE(1894), - [sym_type_cast_expression] = STATE(1894), - [sym_return_expression] = STATE(1894), - [sym_yield_expression] = STATE(1894), - [sym_call_expression] = STATE(1894), - [sym_array_expression] = STATE(1894), - [sym_parenthesized_expression] = STATE(1894), - [sym_tuple_expression] = STATE(1894), - [sym_unit_expression] = STATE(1894), - [sym_struct_expression] = STATE(1894), - [sym_if_expression] = STATE(1894), - [sym_match_expression] = STATE(1894), - [sym_while_expression] = STATE(1894), - [sym_loop_expression] = STATE(1894), - [sym_for_expression] = STATE(1894), - [sym_const_block] = STATE(1894), - [sym_closure_expression] = STATE(1894), - [sym_closure_parameters] = STATE(220), + [STATE(288)] = { + [sym_bracketed_type] = STATE(3670), + [sym_generic_function] = STATE(1761), + [sym_generic_type_with_turbofish] = STATE(3007), + [sym__expression_except_range] = STATE(1674), + [sym__expression] = STATE(1856), + [sym_macro_invocation] = STATE(1765), + [sym_scoped_identifier] = STATE(1630), + [sym_scoped_type_identifier_in_expression_position] = STATE(3431), + [sym_range_expression] = STATE(1763), + [sym_unary_expression] = STATE(1761), + [sym_try_expression] = STATE(1761), + [sym_reference_expression] = STATE(1761), + [sym_binary_expression] = STATE(1761), + [sym_assignment_expression] = STATE(1761), + [sym_compound_assignment_expr] = STATE(1761), + [sym_type_cast_expression] = STATE(1761), + [sym_return_expression] = STATE(1761), + [sym_yield_expression] = STATE(1761), + [sym_call_expression] = STATE(1761), + [sym_array_expression] = STATE(1761), + [sym_parenthesized_expression] = STATE(1761), + [sym_tuple_expression] = STATE(1761), + [sym_unit_expression] = STATE(1761), + [sym_struct_expression] = STATE(1761), + [sym_if_expression] = STATE(1761), + [sym_match_expression] = STATE(1761), + [sym_while_expression] = STATE(1761), + [sym_loop_expression] = STATE(1761), + [sym_for_expression] = STATE(1761), + [sym_const_block] = STATE(1761), + [sym_closure_expression] = STATE(1761), + [sym_closure_parameters] = STATE(231), [sym_label] = STATE(3777), - [sym_break_expression] = STATE(1894), - [sym_continue_expression] = STATE(1894), - [sym_index_expression] = STATE(1894), - [sym_await_expression] = STATE(1894), - [sym_field_expression] = STATE(1674), - [sym_unsafe_block] = STATE(1894), - [sym_async_block] = STATE(1894), - [sym_gen_block] = STATE(1894), - [sym_try_block] = STATE(1894), - [sym_block] = STATE(1894), - [sym__literal] = STATE(1894), - [sym_string_literal] = STATE(1768), - [sym_raw_string_literal] = STATE(1768), - [sym_boolean_literal] = STATE(1768), - [sym_line_comment] = STATE(287), - [sym_block_comment] = STATE(287), + [sym_break_expression] = STATE(1761), + [sym_continue_expression] = STATE(1761), + [sym_index_expression] = STATE(1761), + [sym_await_expression] = STATE(1761), + [sym_field_expression] = STATE(1720), + [sym_unsafe_block] = STATE(1761), + [sym_async_block] = STATE(1761), + [sym_gen_block] = STATE(1761), + [sym_try_block] = STATE(1761), + [sym_block] = STATE(1761), + [sym__literal] = STATE(1761), + [sym_string_literal] = STATE(1873), + [sym_raw_string_literal] = STATE(1873), + [sym_boolean_literal] = STATE(1873), + [sym_line_comment] = STATE(288), + [sym_block_comment] = STATE(288), [sym_identifier] = ACTIONS(410), - [anon_sym_LPAREN] = ACTIONS(500), - [anon_sym_LBRACK] = ACTIONS(502), + [anon_sym_LPAREN] = ACTIONS(518), + [anon_sym_LBRACK] = ACTIONS(520), [anon_sym_LBRACE] = ACTIONS(412), - [anon_sym_STAR] = ACTIONS(904), + [anon_sym_STAR] = ACTIONS(944), [anon_sym_u8] = ACTIONS(416), [anon_sym_i8] = ACTIONS(416), [anon_sym_u16] = ACTIONS(416), @@ -50415,12 +50597,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(416), [anon_sym_str] = ACTIONS(416), [anon_sym_char] = ACTIONS(416), - [anon_sym_DASH] = ACTIONS(904), - [anon_sym_BANG] = ACTIONS(904), - [anon_sym_AMP] = ACTIONS(906), + [anon_sym_DASH] = ACTIONS(944), + [anon_sym_BANG] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(946), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1160), + [anon_sym_DOT_DOT] = ACTIONS(1062), [anon_sym_COLON_COLON] = ACTIONS(420), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(422), @@ -50456,60 +50638,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(468), [sym_float_literal] = ACTIONS(456), }, - [STATE(288)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1836), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(489), - [sym_match_expression] = STATE(489), - [sym_while_expression] = STATE(489), - [sym_loop_expression] = STATE(489), - [sym_for_expression] = STATE(489), - [sym_const_block] = STATE(489), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), - [sym_label] = STATE(3771), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(489), - [sym_async_block] = STATE(489), - [sym_gen_block] = STATE(489), - [sym_try_block] = STATE(489), - [sym_block] = STATE(489), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(288), - [sym_block_comment] = STATE(288), + [STATE(289)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1584), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), + [sym_label] = STATE(3711), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(289), + [sym_block_comment] = STATE(289), [sym_identifier] = ACTIONS(344), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(1386), + [anon_sym_LBRACE] = ACTIONS(348), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), [anon_sym_i8] = ACTIONS(23), @@ -50533,28 +50715,28 @@ 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(1082), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(1388), + [anon_sym_async] = ACTIONS(356), [anon_sym_break] = ACTIONS(41), - [anon_sym_const] = ACTIONS(1390), + [anon_sym_const] = ACTIONS(358), [anon_sym_continue] = ACTIONS(45), [anon_sym_default] = ACTIONS(360), - [anon_sym_for] = ACTIONS(1392), - [anon_sym_gen] = ACTIONS(1394), - [anon_sym_if] = ACTIONS(1396), - [anon_sym_loop] = ACTIONS(1398), - [anon_sym_match] = ACTIONS(1400), + [anon_sym_for] = ACTIONS(362), + [anon_sym_gen] = ACTIONS(364), + [anon_sym_if] = ACTIONS(366), + [anon_sym_loop] = ACTIONS(368), + [anon_sym_match] = ACTIONS(370), [anon_sym_return] = ACTIONS(71), [anon_sym_static] = ACTIONS(372), [anon_sym_union] = ACTIONS(360), - [anon_sym_unsafe] = ACTIONS(1402), - [anon_sym_while] = ACTIONS(1404), + [anon_sym_unsafe] = ACTIONS(374), + [anon_sym_while] = ACTIONS(376), [anon_sym_raw] = ACTIONS(360), [anon_sym_yield] = ACTIONS(93), [anon_sym_move] = ACTIONS(95), - [anon_sym_try] = ACTIONS(1406), + [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), [sym_char_literal] = ACTIONS(99), @@ -50569,61 +50751,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, - [STATE(289)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1857), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(228), + [STATE(290)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1799), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(214), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(289), - [sym_block_comment] = STATE(289), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(290), + [sym_block_comment] = STATE(290), [sym_identifier] = ACTIONS(470), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), - [anon_sym_STAR] = ACTIONS(1204), + [anon_sym_STAR] = ACTIONS(1046), [anon_sym_u8] = ACTIONS(472), [anon_sym_i8] = ACTIONS(472), [anon_sym_u16] = ACTIONS(472), @@ -50641,32 +50823,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(472), [anon_sym_str] = ACTIONS(472), [anon_sym_char] = ACTIONS(472), - [anon_sym_DASH] = ACTIONS(1204), - [anon_sym_BANG] = ACTIONS(1204), - [anon_sym_AMP] = ACTIONS(1206), + [anon_sym_DASH] = ACTIONS(1046), + [anon_sym_BANG] = ACTIONS(1046), + [anon_sym_AMP] = ACTIONS(1048), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1408), + [anon_sym_DOT_DOT] = ACTIONS(1386), [anon_sym_COLON_COLON] = ACTIONS(476), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(478), - [anon_sym_break] = ACTIONS(480), + [anon_sym_async] = ACTIONS(504), + [anon_sym_break] = ACTIONS(506), [anon_sym_const] = ACTIONS(358), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(482), + [anon_sym_default] = ACTIONS(484), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(484), + [anon_sym_gen] = ACTIONS(508), [anon_sym_if] = ACTIONS(366), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(486), - [anon_sym_static] = ACTIONS(488), - [anon_sym_union] = ACTIONS(482), + [anon_sym_return] = ACTIONS(510), + [anon_sym_static] = ACTIONS(512), + [anon_sym_union] = ACTIONS(484), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(490), - [anon_sym_move] = ACTIONS(492), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(514), + [anon_sym_move] = ACTIONS(516), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -50675,181 +50857,181 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, - [STATE(290)] = { - [sym_else_clause] = STATE(406), - [sym_line_comment] = STATE(290), - [sym_block_comment] = STATE(290), - [ts_builtin_sym_end] = ACTIONS(1410), - [sym_identifier] = ACTIONS(1412), - [anon_sym_SEMI] = ACTIONS(1410), - [anon_sym_macro_rules_BANG] = ACTIONS(1410), - [anon_sym_LPAREN] = ACTIONS(1410), - [anon_sym_LBRACK] = ACTIONS(1410), - [anon_sym_LBRACE] = ACTIONS(1410), - [anon_sym_RBRACE] = ACTIONS(1410), - [anon_sym_PLUS] = ACTIONS(1412), - [anon_sym_STAR] = ACTIONS(1412), - [anon_sym_QMARK] = ACTIONS(1410), - [anon_sym_u8] = ACTIONS(1412), - [anon_sym_i8] = ACTIONS(1412), - [anon_sym_u16] = ACTIONS(1412), - [anon_sym_i16] = ACTIONS(1412), - [anon_sym_u32] = ACTIONS(1412), - [anon_sym_i32] = ACTIONS(1412), - [anon_sym_u64] = ACTIONS(1412), - [anon_sym_i64] = ACTIONS(1412), - [anon_sym_u128] = ACTIONS(1412), - [anon_sym_i128] = ACTIONS(1412), - [anon_sym_isize] = ACTIONS(1412), - [anon_sym_usize] = ACTIONS(1412), - [anon_sym_f32] = ACTIONS(1412), - [anon_sym_f64] = ACTIONS(1412), - [anon_sym_bool] = ACTIONS(1412), - [anon_sym_str] = ACTIONS(1412), - [anon_sym_char] = ACTIONS(1412), - [anon_sym_DASH] = ACTIONS(1412), - [anon_sym_SLASH] = ACTIONS(1412), - [anon_sym_PERCENT] = ACTIONS(1412), - [anon_sym_CARET] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(1412), - [anon_sym_AMP] = ACTIONS(1412), - [anon_sym_PIPE] = ACTIONS(1412), - [anon_sym_AMP_AMP] = ACTIONS(1410), - [anon_sym_PIPE_PIPE] = ACTIONS(1410), - [anon_sym_LT_LT] = ACTIONS(1412), - [anon_sym_GT_GT] = ACTIONS(1412), - [anon_sym_PLUS_EQ] = ACTIONS(1410), - [anon_sym_DASH_EQ] = ACTIONS(1410), - [anon_sym_STAR_EQ] = ACTIONS(1410), - [anon_sym_SLASH_EQ] = ACTIONS(1410), - [anon_sym_PERCENT_EQ] = ACTIONS(1410), - [anon_sym_CARET_EQ] = ACTIONS(1410), - [anon_sym_AMP_EQ] = ACTIONS(1410), - [anon_sym_PIPE_EQ] = ACTIONS(1410), - [anon_sym_LT_LT_EQ] = ACTIONS(1410), - [anon_sym_GT_GT_EQ] = ACTIONS(1410), - [anon_sym_EQ] = ACTIONS(1412), - [anon_sym_EQ_EQ] = ACTIONS(1410), - [anon_sym_BANG_EQ] = ACTIONS(1410), - [anon_sym_GT] = ACTIONS(1412), - [anon_sym_LT] = ACTIONS(1412), - [anon_sym_GT_EQ] = ACTIONS(1410), - [anon_sym_LT_EQ] = ACTIONS(1410), - [anon_sym_DOT] = ACTIONS(1412), - [anon_sym_DOT_DOT] = ACTIONS(1412), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1410), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1410), - [anon_sym_COLON_COLON] = ACTIONS(1410), - [anon_sym_POUND] = ACTIONS(1410), - [anon_sym_SQUOTE] = ACTIONS(1412), - [anon_sym_as] = ACTIONS(1412), - [anon_sym_async] = ACTIONS(1412), - [anon_sym_break] = ACTIONS(1412), - [anon_sym_const] = ACTIONS(1412), - [anon_sym_continue] = ACTIONS(1412), - [anon_sym_default] = ACTIONS(1412), - [anon_sym_enum] = ACTIONS(1412), - [anon_sym_fn] = ACTIONS(1412), - [anon_sym_for] = ACTIONS(1412), - [anon_sym_gen] = ACTIONS(1412), - [anon_sym_if] = ACTIONS(1412), - [anon_sym_impl] = ACTIONS(1412), - [anon_sym_let] = ACTIONS(1412), - [anon_sym_loop] = ACTIONS(1412), - [anon_sym_match] = ACTIONS(1412), - [anon_sym_mod] = ACTIONS(1412), - [anon_sym_pub] = ACTIONS(1412), - [anon_sym_return] = ACTIONS(1412), - [anon_sym_static] = ACTIONS(1412), - [anon_sym_struct] = ACTIONS(1412), - [anon_sym_trait] = ACTIONS(1412), - [anon_sym_type] = ACTIONS(1412), - [anon_sym_union] = ACTIONS(1412), - [anon_sym_unsafe] = ACTIONS(1412), - [anon_sym_use] = ACTIONS(1412), - [anon_sym_while] = ACTIONS(1412), - [anon_sym_extern] = ACTIONS(1412), - [anon_sym_else] = ACTIONS(1414), - [anon_sym_raw] = ACTIONS(1412), - [anon_sym_yield] = ACTIONS(1412), - [anon_sym_move] = ACTIONS(1412), - [anon_sym_try] = ACTIONS(1412), - [sym_integer_literal] = ACTIONS(1410), - [aux_sym_string_literal_token1] = ACTIONS(1410), - [sym_char_literal] = ACTIONS(1410), - [anon_sym_true] = ACTIONS(1412), - [anon_sym_false] = ACTIONS(1412), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1412), - [sym_super] = ACTIONS(1412), - [sym_crate] = ACTIONS(1412), - [sym_metavariable] = ACTIONS(1410), - [sym__raw_string_literal_start] = ACTIONS(1410), - [sym_float_literal] = ACTIONS(1410), - }, [STATE(291)] = { - [sym_bracketed_type] = STATE(3669), - [sym_generic_function] = STATE(1894), - [sym_generic_type_with_turbofish] = STATE(3057), - [sym__expression_except_range] = STATE(1672), - [sym__expression] = STATE(1911), - [sym_macro_invocation] = STATE(1901), - [sym_scoped_identifier] = STATE(1644), - [sym_scoped_type_identifier_in_expression_position] = STATE(3253), - [sym_range_expression] = STATE(1897), - [sym_unary_expression] = STATE(1894), - [sym_try_expression] = STATE(1894), - [sym_reference_expression] = STATE(1894), - [sym_binary_expression] = STATE(1894), - [sym_assignment_expression] = STATE(1894), - [sym_compound_assignment_expr] = STATE(1894), - [sym_type_cast_expression] = STATE(1894), - [sym_return_expression] = STATE(1894), - [sym_yield_expression] = STATE(1894), - [sym_call_expression] = STATE(1894), - [sym_array_expression] = STATE(1894), - [sym_parenthesized_expression] = STATE(1894), - [sym_tuple_expression] = STATE(1894), - [sym_unit_expression] = STATE(1894), - [sym_struct_expression] = STATE(1894), - [sym_if_expression] = STATE(1894), - [sym_match_expression] = STATE(1894), - [sym_while_expression] = STATE(1894), - [sym_loop_expression] = STATE(1894), - [sym_for_expression] = STATE(1894), - [sym_const_block] = STATE(1894), - [sym_closure_expression] = STATE(1894), - [sym_closure_parameters] = STATE(220), - [sym_label] = STATE(3777), - [sym_break_expression] = STATE(1894), - [sym_continue_expression] = STATE(1894), - [sym_index_expression] = STATE(1894), - [sym_await_expression] = STATE(1894), - [sym_field_expression] = STATE(1674), - [sym_unsafe_block] = STATE(1894), - [sym_async_block] = STATE(1894), - [sym_gen_block] = STATE(1894), - [sym_try_block] = STATE(1894), - [sym_block] = STATE(1894), - [sym__literal] = STATE(1894), - [sym_string_literal] = STATE(1768), - [sym_raw_string_literal] = STATE(1768), - [sym_boolean_literal] = STATE(1768), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1839), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(236), + [sym_label] = STATE(3711), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(291), [sym_block_comment] = STATE(291), + [sym_identifier] = ACTIONS(470), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(348), + [anon_sym_STAR] = ACTIONS(892), + [anon_sym_u8] = ACTIONS(472), + [anon_sym_i8] = ACTIONS(472), + [anon_sym_u16] = ACTIONS(472), + [anon_sym_i16] = ACTIONS(472), + [anon_sym_u32] = ACTIONS(472), + [anon_sym_i32] = ACTIONS(472), + [anon_sym_u64] = ACTIONS(472), + [anon_sym_i64] = ACTIONS(472), + [anon_sym_u128] = ACTIONS(472), + [anon_sym_i128] = ACTIONS(472), + [anon_sym_isize] = ACTIONS(472), + [anon_sym_usize] = ACTIONS(472), + [anon_sym_f32] = ACTIONS(472), + [anon_sym_f64] = ACTIONS(472), + [anon_sym_bool] = ACTIONS(472), + [anon_sym_str] = ACTIONS(472), + [anon_sym_char] = ACTIONS(472), + [anon_sym_DASH] = ACTIONS(892), + [anon_sym_BANG] = ACTIONS(892), + [anon_sym_AMP] = ACTIONS(894), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(896), + [anon_sym_COLON_COLON] = ACTIONS(476), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(478), + [anon_sym_break] = ACTIONS(480), + [anon_sym_const] = ACTIONS(358), + [anon_sym_continue] = ACTIONS(482), + [anon_sym_default] = ACTIONS(484), + [anon_sym_for] = ACTIONS(362), + [anon_sym_gen] = ACTIONS(486), + [anon_sym_if] = ACTIONS(366), + [anon_sym_loop] = ACTIONS(368), + [anon_sym_match] = ACTIONS(370), + [anon_sym_return] = ACTIONS(488), + [anon_sym_static] = ACTIONS(490), + [anon_sym_union] = ACTIONS(484), + [anon_sym_unsafe] = ACTIONS(374), + [anon_sym_while] = ACTIONS(376), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(492), + [anon_sym_move] = ACTIONS(494), + [anon_sym_try] = ACTIONS(378), + [sym_integer_literal] = ACTIONS(99), + [aux_sym_string_literal_token1] = ACTIONS(101), + [sym_char_literal] = ACTIONS(99), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), + [sym__raw_string_literal_start] = ACTIONS(119), + [sym_float_literal] = ACTIONS(99), + }, + [STATE(292)] = { + [sym_bracketed_type] = STATE(3670), + [sym_generic_function] = STATE(1761), + [sym_generic_type_with_turbofish] = STATE(3007), + [sym__expression_except_range] = STATE(1674), + [sym__expression] = STATE(1730), + [sym_macro_invocation] = STATE(1765), + [sym_scoped_identifier] = STATE(1630), + [sym_scoped_type_identifier_in_expression_position] = STATE(3431), + [sym_range_expression] = STATE(1763), + [sym_unary_expression] = STATE(1761), + [sym_try_expression] = STATE(1761), + [sym_reference_expression] = STATE(1761), + [sym_binary_expression] = STATE(1761), + [sym_assignment_expression] = STATE(1761), + [sym_compound_assignment_expr] = STATE(1761), + [sym_type_cast_expression] = STATE(1761), + [sym_return_expression] = STATE(1761), + [sym_yield_expression] = STATE(1761), + [sym_call_expression] = STATE(1761), + [sym_array_expression] = STATE(1761), + [sym_parenthesized_expression] = STATE(1761), + [sym_tuple_expression] = STATE(1761), + [sym_unit_expression] = STATE(1761), + [sym_struct_expression] = STATE(1761), + [sym_if_expression] = STATE(1761), + [sym_match_expression] = STATE(1761), + [sym_while_expression] = STATE(1761), + [sym_loop_expression] = STATE(1761), + [sym_for_expression] = STATE(1761), + [sym_const_block] = STATE(1761), + [sym_closure_expression] = STATE(1761), + [sym_closure_parameters] = STATE(231), + [sym_label] = STATE(3777), + [sym_break_expression] = STATE(1761), + [sym_continue_expression] = STATE(1761), + [sym_index_expression] = STATE(1761), + [sym_await_expression] = STATE(1761), + [sym_field_expression] = STATE(1720), + [sym_unsafe_block] = STATE(1761), + [sym_async_block] = STATE(1761), + [sym_gen_block] = STATE(1761), + [sym_try_block] = STATE(1761), + [sym_block] = STATE(1761), + [sym__literal] = STATE(1761), + [sym_string_literal] = STATE(1873), + [sym_raw_string_literal] = STATE(1873), + [sym_boolean_literal] = STATE(1873), + [sym_line_comment] = STATE(292), + [sym_block_comment] = STATE(292), [sym_identifier] = ACTIONS(410), - [anon_sym_LPAREN] = ACTIONS(500), - [anon_sym_LBRACK] = ACTIONS(502), + [anon_sym_LPAREN] = ACTIONS(518), + [anon_sym_LBRACK] = ACTIONS(520), [anon_sym_LBRACE] = ACTIONS(412), - [anon_sym_STAR] = ACTIONS(904), + [anon_sym_STAR] = ACTIONS(944), [anon_sym_u8] = ACTIONS(416), [anon_sym_i8] = ACTIONS(416), [anon_sym_u16] = ACTIONS(416), @@ -50867,12 +51049,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(416), [anon_sym_str] = ACTIONS(416), [anon_sym_char] = ACTIONS(416), - [anon_sym_DASH] = ACTIONS(904), - [anon_sym_BANG] = ACTIONS(904), - [anon_sym_AMP] = ACTIONS(906), + [anon_sym_DASH] = ACTIONS(944), + [anon_sym_BANG] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(946), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1160), + [anon_sym_DOT_DOT] = ACTIONS(1062), [anon_sym_COLON_COLON] = ACTIONS(420), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(422), @@ -50908,104 +51090,104 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(468), [sym_float_literal] = ACTIONS(456), }, - [STATE(292)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1971), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [STATE(293)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1686), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(236), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(292), - [sym_block_comment] = STATE(292), - [sym_identifier] = ACTIONS(344), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(293), + [sym_block_comment] = STATE(293), + [sym_identifier] = ACTIONS(470), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), - [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(892), + [anon_sym_u8] = ACTIONS(472), + [anon_sym_i8] = ACTIONS(472), + [anon_sym_u16] = ACTIONS(472), + [anon_sym_i16] = ACTIONS(472), + [anon_sym_u32] = ACTIONS(472), + [anon_sym_i32] = ACTIONS(472), + [anon_sym_u64] = ACTIONS(472), + [anon_sym_i64] = ACTIONS(472), + [anon_sym_u128] = ACTIONS(472), + [anon_sym_i128] = ACTIONS(472), + [anon_sym_isize] = ACTIONS(472), + [anon_sym_usize] = ACTIONS(472), + [anon_sym_f32] = ACTIONS(472), + [anon_sym_f64] = ACTIONS(472), + [anon_sym_bool] = ACTIONS(472), + [anon_sym_str] = ACTIONS(472), + [anon_sym_char] = ACTIONS(472), + [anon_sym_DASH] = ACTIONS(892), + [anon_sym_BANG] = ACTIONS(892), + [anon_sym_AMP] = ACTIONS(894), [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(1056), + [anon_sym_COLON_COLON] = ACTIONS(476), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(356), - [anon_sym_break] = ACTIONS(41), + [anon_sym_async] = ACTIONS(478), + [anon_sym_break] = ACTIONS(480), [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(360), + [anon_sym_continue] = ACTIONS(482), + [anon_sym_default] = ACTIONS(484), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(364), + [anon_sym_gen] = ACTIONS(486), [anon_sym_if] = ACTIONS(366), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(71), - [anon_sym_static] = ACTIONS(372), - [anon_sym_union] = ACTIONS(360), + [anon_sym_return] = ACTIONS(488), + [anon_sym_static] = ACTIONS(490), + [anon_sym_union] = ACTIONS(484), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(360), - [anon_sym_yield] = ACTIONS(93), - [anon_sym_move] = ACTIONS(95), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(492), + [anon_sym_move] = ACTIONS(494), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -51014,111 +51196,111 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(111), - [sym_super] = ACTIONS(113), - [sym_crate] = ACTIONS(113), - [sym_metavariable] = ACTIONS(117), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, - [STATE(293)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1723), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [STATE(294)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1695), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(236), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(293), - [sym_block_comment] = STATE(293), - [sym_identifier] = ACTIONS(344), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(294), + [sym_block_comment] = STATE(294), + [sym_identifier] = ACTIONS(470), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), - [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(892), + [anon_sym_u8] = ACTIONS(472), + [anon_sym_i8] = ACTIONS(472), + [anon_sym_u16] = ACTIONS(472), + [anon_sym_i16] = ACTIONS(472), + [anon_sym_u32] = ACTIONS(472), + [anon_sym_i32] = ACTIONS(472), + [anon_sym_u64] = ACTIONS(472), + [anon_sym_i64] = ACTIONS(472), + [anon_sym_u128] = ACTIONS(472), + [anon_sym_i128] = ACTIONS(472), + [anon_sym_isize] = ACTIONS(472), + [anon_sym_usize] = ACTIONS(472), + [anon_sym_f32] = ACTIONS(472), + [anon_sym_f64] = ACTIONS(472), + [anon_sym_bool] = ACTIONS(472), + [anon_sym_str] = ACTIONS(472), + [anon_sym_char] = ACTIONS(472), + [anon_sym_DASH] = ACTIONS(892), + [anon_sym_BANG] = ACTIONS(892), + [anon_sym_AMP] = ACTIONS(894), [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(1056), + [anon_sym_COLON_COLON] = ACTIONS(476), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(356), - [anon_sym_break] = ACTIONS(41), + [anon_sym_async] = ACTIONS(478), + [anon_sym_break] = ACTIONS(480), [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(360), + [anon_sym_continue] = ACTIONS(482), + [anon_sym_default] = ACTIONS(484), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(364), + [anon_sym_gen] = ACTIONS(486), [anon_sym_if] = ACTIONS(366), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(71), - [anon_sym_static] = ACTIONS(372), - [anon_sym_union] = ACTIONS(360), + [anon_sym_return] = ACTIONS(488), + [anon_sym_static] = ACTIONS(490), + [anon_sym_union] = ACTIONS(484), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(360), - [anon_sym_yield] = ACTIONS(93), - [anon_sym_move] = ACTIONS(95), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(492), + [anon_sym_move] = ACTIONS(494), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -51127,63 +51309,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(111), - [sym_super] = ACTIONS(113), - [sym_crate] = ACTIONS(113), - [sym_metavariable] = ACTIONS(117), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, - [STATE(294)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1725), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [STATE(295)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1884), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(294), - [sym_block_comment] = STATE(294), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(295), + [sym_block_comment] = STATE(295), [sym_identifier] = ACTIONS(344), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -51247,56 +51429,169 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, - [STATE(295)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1882), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [STATE(296)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1714), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(236), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(295), - [sym_block_comment] = STATE(295), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(296), + [sym_block_comment] = STATE(296), + [sym_identifier] = ACTIONS(470), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(348), + [anon_sym_STAR] = ACTIONS(892), + [anon_sym_u8] = ACTIONS(472), + [anon_sym_i8] = ACTIONS(472), + [anon_sym_u16] = ACTIONS(472), + [anon_sym_i16] = ACTIONS(472), + [anon_sym_u32] = ACTIONS(472), + [anon_sym_i32] = ACTIONS(472), + [anon_sym_u64] = ACTIONS(472), + [anon_sym_i64] = ACTIONS(472), + [anon_sym_u128] = ACTIONS(472), + [anon_sym_i128] = ACTIONS(472), + [anon_sym_isize] = ACTIONS(472), + [anon_sym_usize] = ACTIONS(472), + [anon_sym_f32] = ACTIONS(472), + [anon_sym_f64] = ACTIONS(472), + [anon_sym_bool] = ACTIONS(472), + [anon_sym_str] = ACTIONS(472), + [anon_sym_char] = ACTIONS(472), + [anon_sym_DASH] = ACTIONS(892), + [anon_sym_BANG] = ACTIONS(892), + [anon_sym_AMP] = ACTIONS(894), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(1056), + [anon_sym_COLON_COLON] = ACTIONS(476), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(478), + [anon_sym_break] = ACTIONS(480), + [anon_sym_const] = ACTIONS(358), + [anon_sym_continue] = ACTIONS(482), + [anon_sym_default] = ACTIONS(484), + [anon_sym_for] = ACTIONS(362), + [anon_sym_gen] = ACTIONS(486), + [anon_sym_if] = ACTIONS(366), + [anon_sym_loop] = ACTIONS(368), + [anon_sym_match] = ACTIONS(370), + [anon_sym_return] = ACTIONS(488), + [anon_sym_static] = ACTIONS(490), + [anon_sym_union] = ACTIONS(484), + [anon_sym_unsafe] = ACTIONS(374), + [anon_sym_while] = ACTIONS(376), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(492), + [anon_sym_move] = ACTIONS(494), + [anon_sym_try] = ACTIONS(378), + [sym_integer_literal] = ACTIONS(99), + [aux_sym_string_literal_token1] = ACTIONS(101), + [sym_char_literal] = ACTIONS(99), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), + [sym__raw_string_literal_start] = ACTIONS(119), + [sym_float_literal] = ACTIONS(99), + }, + [STATE(297)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1970), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), + [sym_label] = STATE(3711), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(297), + [sym_block_comment] = STATE(297), [sym_identifier] = ACTIONS(344), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -51360,174 +51655,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, - [STATE(296)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1656), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(210), - [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(296), - [sym_block_comment] = STATE(296), - [sym_identifier] = ACTIONS(470), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(348), - [anon_sym_STAR] = ACTIONS(894), - [anon_sym_u8] = ACTIONS(472), - [anon_sym_i8] = ACTIONS(472), - [anon_sym_u16] = ACTIONS(472), - [anon_sym_i16] = ACTIONS(472), - [anon_sym_u32] = ACTIONS(472), - [anon_sym_i32] = ACTIONS(472), - [anon_sym_u64] = ACTIONS(472), - [anon_sym_i64] = ACTIONS(472), - [anon_sym_u128] = ACTIONS(472), - [anon_sym_i128] = ACTIONS(472), - [anon_sym_isize] = ACTIONS(472), - [anon_sym_usize] = ACTIONS(472), - [anon_sym_f32] = ACTIONS(472), - [anon_sym_f64] = ACTIONS(472), - [anon_sym_bool] = ACTIONS(472), - [anon_sym_str] = ACTIONS(472), - [anon_sym_char] = ACTIONS(472), - [anon_sym_DASH] = ACTIONS(894), - [anon_sym_BANG] = ACTIONS(894), - [anon_sym_AMP] = ACTIONS(896), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(898), - [anon_sym_COLON_COLON] = ACTIONS(476), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(512), - [anon_sym_break] = ACTIONS(514), - [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(516), - [anon_sym_default] = ACTIONS(482), - [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(518), - [anon_sym_if] = ACTIONS(366), - [anon_sym_loop] = ACTIONS(368), - [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(520), - [anon_sym_static] = ACTIONS(522), - [anon_sym_union] = ACTIONS(482), - [anon_sym_unsafe] = ACTIONS(374), - [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(524), - [anon_sym_move] = ACTIONS(526), - [anon_sym_try] = ACTIONS(378), - [sym_integer_literal] = ACTIONS(99), - [aux_sym_string_literal_token1] = ACTIONS(101), - [sym_char_literal] = ACTIONS(99), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), - [sym__raw_string_literal_start] = ACTIONS(119), - [sym_float_literal] = ACTIONS(99), - }, - [STATE(297)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1692), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(210), + [STATE(298)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1799), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(214), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(297), - [sym_block_comment] = STATE(297), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(298), + [sym_block_comment] = STATE(298), [sym_identifier] = ACTIONS(470), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), - [anon_sym_STAR] = ACTIONS(894), + [anon_sym_STAR] = ACTIONS(1046), [anon_sym_u8] = ACTIONS(472), [anon_sym_i8] = ACTIONS(472), [anon_sym_u16] = ACTIONS(472), @@ -51545,32 +51727,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(472), [anon_sym_str] = ACTIONS(472), [anon_sym_char] = ACTIONS(472), - [anon_sym_DASH] = ACTIONS(894), - [anon_sym_BANG] = ACTIONS(894), - [anon_sym_AMP] = ACTIONS(896), + [anon_sym_DASH] = ACTIONS(1046), + [anon_sym_BANG] = ACTIONS(1046), + [anon_sym_AMP] = ACTIONS(1048), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1144), + [anon_sym_DOT_DOT] = ACTIONS(1052), [anon_sym_COLON_COLON] = ACTIONS(476), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(512), - [anon_sym_break] = ACTIONS(514), + [anon_sym_async] = ACTIONS(504), + [anon_sym_break] = ACTIONS(506), [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(516), - [anon_sym_default] = ACTIONS(482), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(484), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(518), + [anon_sym_gen] = ACTIONS(508), [anon_sym_if] = ACTIONS(366), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(520), - [anon_sym_static] = ACTIONS(522), - [anon_sym_union] = ACTIONS(482), + [anon_sym_return] = ACTIONS(510), + [anon_sym_static] = ACTIONS(512), + [anon_sym_union] = ACTIONS(484), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(524), - [anon_sym_move] = ACTIONS(526), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(514), + [anon_sym_move] = ACTIONS(516), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -51579,63 +51761,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, - [STATE(298)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1734), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [STATE(299)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1900), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(298), - [sym_block_comment] = STATE(298), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(299), + [sym_block_comment] = STATE(299), [sym_identifier] = ACTIONS(344), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -51699,104 +51881,104 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, - [STATE(299)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1857), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(228), + [STATE(300)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1901), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(299), - [sym_block_comment] = STATE(299), - [sym_identifier] = ACTIONS(470), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(300), + [sym_block_comment] = STATE(300), + [sym_identifier] = ACTIONS(344), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), - [anon_sym_STAR] = ACTIONS(1204), - [anon_sym_u8] = ACTIONS(472), - [anon_sym_i8] = ACTIONS(472), - [anon_sym_u16] = ACTIONS(472), - [anon_sym_i16] = ACTIONS(472), - [anon_sym_u32] = ACTIONS(472), - [anon_sym_i32] = ACTIONS(472), - [anon_sym_u64] = ACTIONS(472), - [anon_sym_i64] = ACTIONS(472), - [anon_sym_u128] = ACTIONS(472), - [anon_sym_i128] = ACTIONS(472), - [anon_sym_isize] = ACTIONS(472), - [anon_sym_usize] = ACTIONS(472), - [anon_sym_f32] = ACTIONS(472), - [anon_sym_f64] = ACTIONS(472), - [anon_sym_bool] = ACTIONS(472), - [anon_sym_str] = ACTIONS(472), - [anon_sym_char] = ACTIONS(472), - [anon_sym_DASH] = ACTIONS(1204), - [anon_sym_BANG] = ACTIONS(1204), - [anon_sym_AMP] = ACTIONS(1206), + [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(1208), - [anon_sym_COLON_COLON] = ACTIONS(476), + [anon_sym_DOT_DOT] = ACTIONS(31), + [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(478), - [anon_sym_break] = ACTIONS(480), + [anon_sym_async] = ACTIONS(356), + [anon_sym_break] = ACTIONS(41), [anon_sym_const] = ACTIONS(358), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(482), + [anon_sym_default] = ACTIONS(360), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(484), + [anon_sym_gen] = ACTIONS(364), [anon_sym_if] = ACTIONS(366), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(486), - [anon_sym_static] = ACTIONS(488), - [anon_sym_union] = ACTIONS(482), + [anon_sym_return] = ACTIONS(71), + [anon_sym_static] = ACTIONS(372), + [anon_sym_union] = ACTIONS(360), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(490), - [anon_sym_move] = ACTIONS(492), + [anon_sym_raw] = ACTIONS(360), + [anon_sym_yield] = ACTIONS(93), + [anon_sym_move] = ACTIONS(95), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -51805,181 +51987,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), + [sym_self] = ACTIONS(111), + [sym_super] = ACTIONS(113), + [sym_crate] = ACTIONS(113), + [sym_metavariable] = ACTIONS(117), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, - [STATE(300)] = { - [sym_bracketed_type] = STATE(3669), - [sym_generic_function] = STATE(1894), - [sym_generic_type_with_turbofish] = STATE(3057), - [sym__expression_except_range] = STATE(1672), - [sym__expression] = STATE(1751), - [sym_macro_invocation] = STATE(1901), - [sym_scoped_identifier] = STATE(1644), - [sym_scoped_type_identifier_in_expression_position] = STATE(3253), - [sym_range_expression] = STATE(1897), - [sym_unary_expression] = STATE(1894), - [sym_try_expression] = STATE(1894), - [sym_reference_expression] = STATE(1894), - [sym_binary_expression] = STATE(1894), - [sym_assignment_expression] = STATE(1894), - [sym_compound_assignment_expr] = STATE(1894), - [sym_type_cast_expression] = STATE(1894), - [sym_return_expression] = STATE(1894), - [sym_yield_expression] = STATE(1894), - [sym_call_expression] = STATE(1894), - [sym_array_expression] = STATE(1894), - [sym_parenthesized_expression] = STATE(1894), - [sym_tuple_expression] = STATE(1894), - [sym_unit_expression] = STATE(1894), - [sym_struct_expression] = STATE(1894), - [sym_if_expression] = STATE(1894), - [sym_match_expression] = STATE(1894), - [sym_while_expression] = STATE(1894), - [sym_loop_expression] = STATE(1894), - [sym_for_expression] = STATE(1894), - [sym_const_block] = STATE(1894), - [sym_closure_expression] = STATE(1894), - [sym_closure_parameters] = STATE(220), - [sym_label] = STATE(3777), - [sym_break_expression] = STATE(1894), - [sym_continue_expression] = STATE(1894), - [sym_index_expression] = STATE(1894), - [sym_await_expression] = STATE(1894), - [sym_field_expression] = STATE(1674), - [sym_unsafe_block] = STATE(1894), - [sym_async_block] = STATE(1894), - [sym_gen_block] = STATE(1894), - [sym_try_block] = STATE(1894), - [sym_block] = STATE(1894), - [sym__literal] = STATE(1894), - [sym_string_literal] = STATE(1768), - [sym_raw_string_literal] = STATE(1768), - [sym_boolean_literal] = STATE(1768), - [sym_line_comment] = STATE(300), - [sym_block_comment] = STATE(300), - [sym_identifier] = ACTIONS(410), - [anon_sym_LPAREN] = ACTIONS(500), - [anon_sym_LBRACK] = ACTIONS(502), - [anon_sym_LBRACE] = ACTIONS(412), - [anon_sym_STAR] = ACTIONS(904), - [anon_sym_u8] = ACTIONS(416), - [anon_sym_i8] = ACTIONS(416), - [anon_sym_u16] = ACTIONS(416), - [anon_sym_i16] = ACTIONS(416), - [anon_sym_u32] = ACTIONS(416), - [anon_sym_i32] = ACTIONS(416), - [anon_sym_u64] = ACTIONS(416), - [anon_sym_i64] = ACTIONS(416), - [anon_sym_u128] = ACTIONS(416), - [anon_sym_i128] = ACTIONS(416), - [anon_sym_isize] = ACTIONS(416), - [anon_sym_usize] = ACTIONS(416), - [anon_sym_f32] = ACTIONS(416), - [anon_sym_f64] = ACTIONS(416), - [anon_sym_bool] = ACTIONS(416), - [anon_sym_str] = ACTIONS(416), - [anon_sym_char] = ACTIONS(416), - [anon_sym_DASH] = ACTIONS(904), - [anon_sym_BANG] = ACTIONS(904), - [anon_sym_AMP] = ACTIONS(906), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(908), - [anon_sym_COLON_COLON] = ACTIONS(420), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(422), - [anon_sym_break] = ACTIONS(424), - [anon_sym_const] = ACTIONS(426), - [anon_sym_continue] = ACTIONS(428), - [anon_sym_default] = ACTIONS(430), - [anon_sym_for] = ACTIONS(432), - [anon_sym_gen] = ACTIONS(434), - [anon_sym_if] = ACTIONS(436), - [anon_sym_loop] = ACTIONS(438), - [anon_sym_match] = ACTIONS(440), - [anon_sym_return] = ACTIONS(442), - [anon_sym_static] = ACTIONS(444), - [anon_sym_union] = ACTIONS(430), - [anon_sym_unsafe] = ACTIONS(446), - [anon_sym_while] = ACTIONS(448), - [anon_sym_raw] = ACTIONS(430), - [anon_sym_yield] = ACTIONS(450), - [anon_sym_move] = ACTIONS(452), - [anon_sym_try] = ACTIONS(454), - [sym_integer_literal] = ACTIONS(456), - [aux_sym_string_literal_token1] = ACTIONS(458), - [sym_char_literal] = ACTIONS(456), - [anon_sym_true] = ACTIONS(460), - [anon_sym_false] = ACTIONS(460), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(462), - [sym_super] = ACTIONS(464), - [sym_crate] = ACTIONS(464), - [sym_metavariable] = ACTIONS(466), - [sym__raw_string_literal_start] = ACTIONS(468), - [sym_float_literal] = ACTIONS(456), - }, [STATE(301)] = { - [sym_bracketed_type] = STATE(3669), - [sym_generic_function] = STATE(1894), - [sym_generic_type_with_turbofish] = STATE(3057), - [sym__expression_except_range] = STATE(1672), - [sym__expression] = STATE(1751), - [sym_macro_invocation] = STATE(1901), - [sym_scoped_identifier] = STATE(1644), - [sym_scoped_type_identifier_in_expression_position] = STATE(3253), - [sym_range_expression] = STATE(1897), - [sym_unary_expression] = STATE(1894), - [sym_try_expression] = STATE(1894), - [sym_reference_expression] = STATE(1894), - [sym_binary_expression] = STATE(1894), - [sym_assignment_expression] = STATE(1894), - [sym_compound_assignment_expr] = STATE(1894), - [sym_type_cast_expression] = STATE(1894), - [sym_return_expression] = STATE(1894), - [sym_yield_expression] = STATE(1894), - [sym_call_expression] = STATE(1894), - [sym_array_expression] = STATE(1894), - [sym_parenthesized_expression] = STATE(1894), - [sym_tuple_expression] = STATE(1894), - [sym_unit_expression] = STATE(1894), - [sym_struct_expression] = STATE(1894), - [sym_if_expression] = STATE(1894), - [sym_match_expression] = STATE(1894), - [sym_while_expression] = STATE(1894), - [sym_loop_expression] = STATE(1894), - [sym_for_expression] = STATE(1894), - [sym_const_block] = STATE(1894), - [sym_closure_expression] = STATE(1894), - [sym_closure_parameters] = STATE(220), + [sym_bracketed_type] = STATE(3670), + [sym_generic_function] = STATE(1761), + [sym_generic_type_with_turbofish] = STATE(3007), + [sym__expression_except_range] = STATE(1674), + [sym__expression] = STATE(1857), + [sym_macro_invocation] = STATE(1765), + [sym_scoped_identifier] = STATE(1630), + [sym_scoped_type_identifier_in_expression_position] = STATE(3431), + [sym_range_expression] = STATE(1763), + [sym_unary_expression] = STATE(1761), + [sym_try_expression] = STATE(1761), + [sym_reference_expression] = STATE(1761), + [sym_binary_expression] = STATE(1761), + [sym_assignment_expression] = STATE(1761), + [sym_compound_assignment_expr] = STATE(1761), + [sym_type_cast_expression] = STATE(1761), + [sym_return_expression] = STATE(1761), + [sym_yield_expression] = STATE(1761), + [sym_call_expression] = STATE(1761), + [sym_array_expression] = STATE(1761), + [sym_parenthesized_expression] = STATE(1761), + [sym_tuple_expression] = STATE(1761), + [sym_unit_expression] = STATE(1761), + [sym_struct_expression] = STATE(1761), + [sym_if_expression] = STATE(1761), + [sym_match_expression] = STATE(1761), + [sym_while_expression] = STATE(1761), + [sym_loop_expression] = STATE(1761), + [sym_for_expression] = STATE(1761), + [sym_const_block] = STATE(1761), + [sym_closure_expression] = STATE(1761), + [sym_closure_parameters] = STATE(231), [sym_label] = STATE(3777), - [sym_break_expression] = STATE(1894), - [sym_continue_expression] = STATE(1894), - [sym_index_expression] = STATE(1894), - [sym_await_expression] = STATE(1894), - [sym_field_expression] = STATE(1674), - [sym_unsafe_block] = STATE(1894), - [sym_async_block] = STATE(1894), - [sym_gen_block] = STATE(1894), - [sym_try_block] = STATE(1894), - [sym_block] = STATE(1894), - [sym__literal] = STATE(1894), - [sym_string_literal] = STATE(1768), - [sym_raw_string_literal] = STATE(1768), - [sym_boolean_literal] = STATE(1768), + [sym_break_expression] = STATE(1761), + [sym_continue_expression] = STATE(1761), + [sym_index_expression] = STATE(1761), + [sym_await_expression] = STATE(1761), + [sym_field_expression] = STATE(1720), + [sym_unsafe_block] = STATE(1761), + [sym_async_block] = STATE(1761), + [sym_gen_block] = STATE(1761), + [sym_try_block] = STATE(1761), + [sym_block] = STATE(1761), + [sym__literal] = STATE(1761), + [sym_string_literal] = STATE(1873), + [sym_raw_string_literal] = STATE(1873), + [sym_boolean_literal] = STATE(1873), [sym_line_comment] = STATE(301), [sym_block_comment] = STATE(301), [sym_identifier] = ACTIONS(410), - [anon_sym_LPAREN] = ACTIONS(500), - [anon_sym_LBRACK] = ACTIONS(502), + [anon_sym_LPAREN] = ACTIONS(518), + [anon_sym_LBRACK] = ACTIONS(520), [anon_sym_LBRACE] = ACTIONS(412), - [anon_sym_STAR] = ACTIONS(904), + [anon_sym_STAR] = ACTIONS(944), [anon_sym_u8] = ACTIONS(416), [anon_sym_i8] = ACTIONS(416), [anon_sym_u16] = ACTIONS(416), @@ -51997,12 +52066,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(416), [anon_sym_str] = ACTIONS(416), [anon_sym_char] = ACTIONS(416), - [anon_sym_DASH] = ACTIONS(904), - [anon_sym_BANG] = ACTIONS(904), - [anon_sym_AMP] = ACTIONS(906), + [anon_sym_DASH] = ACTIONS(944), + [anon_sym_BANG] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(946), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1160), + [anon_sym_DOT_DOT] = ACTIONS(948), [anon_sym_COLON_COLON] = ACTIONS(420), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(422), @@ -52039,53 +52108,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(456), }, [STATE(302)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1471), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1440), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(302), [sym_block_comment] = STATE(302), [sym_identifier] = ACTIONS(344), @@ -52115,7 +52184,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(1140), + [anon_sym_DOT_DOT] = ACTIONS(1082), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(356), @@ -52152,53 +52221,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(99), }, [STATE(303)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1787), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1589), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(303), [sym_block_comment] = STATE(303), [sym_identifier] = ACTIONS(344), @@ -52228,7 +52297,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(1082), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(356), @@ -52265,55 +52334,168 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(99), }, [STATE(304)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1789), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), - [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_bracketed_type] = STATE(3670), + [sym_generic_function] = STATE(1761), + [sym_generic_type_with_turbofish] = STATE(3007), + [sym__expression_except_range] = STATE(1674), + [sym__expression] = STATE(1857), + [sym_macro_invocation] = STATE(1765), + [sym_scoped_identifier] = STATE(1630), + [sym_scoped_type_identifier_in_expression_position] = STATE(3431), + [sym_range_expression] = STATE(1763), + [sym_unary_expression] = STATE(1761), + [sym_try_expression] = STATE(1761), + [sym_reference_expression] = STATE(1761), + [sym_binary_expression] = STATE(1761), + [sym_assignment_expression] = STATE(1761), + [sym_compound_assignment_expr] = STATE(1761), + [sym_type_cast_expression] = STATE(1761), + [sym_return_expression] = STATE(1761), + [sym_yield_expression] = STATE(1761), + [sym_call_expression] = STATE(1761), + [sym_array_expression] = STATE(1761), + [sym_parenthesized_expression] = STATE(1761), + [sym_tuple_expression] = STATE(1761), + [sym_unit_expression] = STATE(1761), + [sym_struct_expression] = STATE(1761), + [sym_if_expression] = STATE(1761), + [sym_match_expression] = STATE(1761), + [sym_while_expression] = STATE(1761), + [sym_loop_expression] = STATE(1761), + [sym_for_expression] = STATE(1761), + [sym_const_block] = STATE(1761), + [sym_closure_expression] = STATE(1761), + [sym_closure_parameters] = STATE(231), + [sym_label] = STATE(3777), + [sym_break_expression] = STATE(1761), + [sym_continue_expression] = STATE(1761), + [sym_index_expression] = STATE(1761), + [sym_await_expression] = STATE(1761), + [sym_field_expression] = STATE(1720), + [sym_unsafe_block] = STATE(1761), + [sym_async_block] = STATE(1761), + [sym_gen_block] = STATE(1761), + [sym_try_block] = STATE(1761), + [sym_block] = STATE(1761), + [sym__literal] = STATE(1761), + [sym_string_literal] = STATE(1873), + [sym_raw_string_literal] = STATE(1873), + [sym_boolean_literal] = STATE(1873), [sym_line_comment] = STATE(304), [sym_block_comment] = STATE(304), + [sym_identifier] = ACTIONS(410), + [anon_sym_LPAREN] = ACTIONS(518), + [anon_sym_LBRACK] = ACTIONS(520), + [anon_sym_LBRACE] = ACTIONS(412), + [anon_sym_STAR] = ACTIONS(944), + [anon_sym_u8] = ACTIONS(416), + [anon_sym_i8] = ACTIONS(416), + [anon_sym_u16] = ACTIONS(416), + [anon_sym_i16] = ACTIONS(416), + [anon_sym_u32] = ACTIONS(416), + [anon_sym_i32] = ACTIONS(416), + [anon_sym_u64] = ACTIONS(416), + [anon_sym_i64] = ACTIONS(416), + [anon_sym_u128] = ACTIONS(416), + [anon_sym_i128] = ACTIONS(416), + [anon_sym_isize] = ACTIONS(416), + [anon_sym_usize] = ACTIONS(416), + [anon_sym_f32] = ACTIONS(416), + [anon_sym_f64] = ACTIONS(416), + [anon_sym_bool] = ACTIONS(416), + [anon_sym_str] = ACTIONS(416), + [anon_sym_char] = ACTIONS(416), + [anon_sym_DASH] = ACTIONS(944), + [anon_sym_BANG] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(946), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(1062), + [anon_sym_COLON_COLON] = ACTIONS(420), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(422), + [anon_sym_break] = ACTIONS(424), + [anon_sym_const] = ACTIONS(426), + [anon_sym_continue] = ACTIONS(428), + [anon_sym_default] = ACTIONS(430), + [anon_sym_for] = ACTIONS(432), + [anon_sym_gen] = ACTIONS(434), + [anon_sym_if] = ACTIONS(436), + [anon_sym_loop] = ACTIONS(438), + [anon_sym_match] = ACTIONS(440), + [anon_sym_return] = ACTIONS(442), + [anon_sym_static] = ACTIONS(444), + [anon_sym_union] = ACTIONS(430), + [anon_sym_unsafe] = ACTIONS(446), + [anon_sym_while] = ACTIONS(448), + [anon_sym_raw] = ACTIONS(430), + [anon_sym_yield] = ACTIONS(450), + [anon_sym_move] = ACTIONS(452), + [anon_sym_try] = ACTIONS(454), + [sym_integer_literal] = ACTIONS(456), + [aux_sym_string_literal_token1] = ACTIONS(458), + [sym_char_literal] = ACTIONS(456), + [anon_sym_true] = ACTIONS(460), + [anon_sym_false] = ACTIONS(460), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(462), + [sym_super] = ACTIONS(464), + [sym_crate] = ACTIONS(464), + [sym_metavariable] = ACTIONS(466), + [sym__raw_string_literal_start] = ACTIONS(468), + [sym_float_literal] = ACTIONS(456), + }, + [STATE(305)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1593), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), + [sym_label] = STATE(3711), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(305), + [sym_block_comment] = STATE(305), [sym_identifier] = ACTIONS(344), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -52341,7 +52523,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(1082), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(356), @@ -52377,167 +52559,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, - [STATE(305)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1471), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(210), - [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(305), - [sym_block_comment] = STATE(305), - [sym_identifier] = ACTIONS(470), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(348), - [anon_sym_STAR] = ACTIONS(894), - [anon_sym_u8] = ACTIONS(472), - [anon_sym_i8] = ACTIONS(472), - [anon_sym_u16] = ACTIONS(472), - [anon_sym_i16] = ACTIONS(472), - [anon_sym_u32] = ACTIONS(472), - [anon_sym_i32] = ACTIONS(472), - [anon_sym_u64] = ACTIONS(472), - [anon_sym_i64] = ACTIONS(472), - [anon_sym_u128] = ACTIONS(472), - [anon_sym_i128] = ACTIONS(472), - [anon_sym_isize] = ACTIONS(472), - [anon_sym_usize] = ACTIONS(472), - [anon_sym_f32] = ACTIONS(472), - [anon_sym_f64] = ACTIONS(472), - [anon_sym_bool] = ACTIONS(472), - [anon_sym_str] = ACTIONS(472), - [anon_sym_char] = ACTIONS(472), - [anon_sym_DASH] = ACTIONS(894), - [anon_sym_BANG] = ACTIONS(894), - [anon_sym_AMP] = ACTIONS(896), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1144), - [anon_sym_COLON_COLON] = ACTIONS(476), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(512), - [anon_sym_break] = ACTIONS(514), - [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(516), - [anon_sym_default] = ACTIONS(482), - [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(518), - [anon_sym_if] = ACTIONS(366), - [anon_sym_loop] = ACTIONS(368), - [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(520), - [anon_sym_static] = ACTIONS(522), - [anon_sym_union] = ACTIONS(482), - [anon_sym_unsafe] = ACTIONS(374), - [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(524), - [anon_sym_move] = ACTIONS(526), - [anon_sym_try] = ACTIONS(378), - [sym_integer_literal] = ACTIONS(99), - [aux_sym_string_literal_token1] = ACTIONS(101), - [sym_char_literal] = ACTIONS(99), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), - [sym__raw_string_literal_start] = ACTIONS(119), - [sym_float_literal] = ACTIONS(99), - }, [STATE(306)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1800), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1598), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(306), [sym_block_comment] = STATE(306), [sym_identifier] = ACTIONS(344), @@ -52567,7 +52636,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(1082), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(356), @@ -52604,104 +52673,104 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(99), }, [STATE(307)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1802), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [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(1507), - [sym_closure_parameters] = STATE(209), - [sym_label] = STATE(3771), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [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(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1547), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(236), + [sym_label] = STATE(3711), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(307), [sym_block_comment] = STATE(307), - [sym_identifier] = ACTIONS(344), + [sym_identifier] = ACTIONS(470), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(1386), - [anon_sym_STAR] = ACTIONS(21), - [anon_sym_u8] = ACTIONS(23), - [anon_sym_i8] = ACTIONS(23), - [anon_sym_u16] = ACTIONS(23), - [anon_sym_i16] = ACTIONS(23), - [anon_sym_u32] = ACTIONS(23), - [anon_sym_i32] = ACTIONS(23), - [anon_sym_u64] = ACTIONS(23), - [anon_sym_i64] = ACTIONS(23), - [anon_sym_u128] = ACTIONS(23), - [anon_sym_i128] = ACTIONS(23), - [anon_sym_isize] = ACTIONS(23), - [anon_sym_usize] = ACTIONS(23), - [anon_sym_f32] = ACTIONS(23), - [anon_sym_f64] = ACTIONS(23), - [anon_sym_bool] = ACTIONS(23), - [anon_sym_str] = ACTIONS(23), - [anon_sym_char] = ACTIONS(23), - [anon_sym_DASH] = ACTIONS(21), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_AMP] = ACTIONS(25), + [anon_sym_LBRACE] = ACTIONS(348), + [anon_sym_STAR] = ACTIONS(892), + [anon_sym_u8] = ACTIONS(472), + [anon_sym_i8] = ACTIONS(472), + [anon_sym_u16] = ACTIONS(472), + [anon_sym_i16] = ACTIONS(472), + [anon_sym_u32] = ACTIONS(472), + [anon_sym_i32] = ACTIONS(472), + [anon_sym_u64] = ACTIONS(472), + [anon_sym_i64] = ACTIONS(472), + [anon_sym_u128] = ACTIONS(472), + [anon_sym_i128] = ACTIONS(472), + [anon_sym_isize] = ACTIONS(472), + [anon_sym_usize] = ACTIONS(472), + [anon_sym_f32] = ACTIONS(472), + [anon_sym_f64] = ACTIONS(472), + [anon_sym_bool] = ACTIONS(472), + [anon_sym_str] = ACTIONS(472), + [anon_sym_char] = ACTIONS(472), + [anon_sym_DASH] = ACTIONS(892), + [anon_sym_BANG] = ACTIONS(892), + [anon_sym_AMP] = ACTIONS(894), [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(1056), + [anon_sym_COLON_COLON] = ACTIONS(476), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(1388), - [anon_sym_break] = ACTIONS(41), - [anon_sym_const] = ACTIONS(1390), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(360), - [anon_sym_for] = ACTIONS(1392), - [anon_sym_gen] = ACTIONS(1394), - [anon_sym_if] = ACTIONS(1396), - [anon_sym_loop] = ACTIONS(1398), - [anon_sym_match] = ACTIONS(1400), - [anon_sym_return] = ACTIONS(71), - [anon_sym_static] = ACTIONS(372), - [anon_sym_union] = ACTIONS(360), - [anon_sym_unsafe] = ACTIONS(1402), - [anon_sym_while] = ACTIONS(1404), - [anon_sym_raw] = ACTIONS(360), - [anon_sym_yield] = ACTIONS(93), - [anon_sym_move] = ACTIONS(95), - [anon_sym_try] = ACTIONS(1406), + [anon_sym_async] = ACTIONS(478), + [anon_sym_break] = ACTIONS(480), + [anon_sym_const] = ACTIONS(358), + [anon_sym_continue] = ACTIONS(482), + [anon_sym_default] = ACTIONS(484), + [anon_sym_for] = ACTIONS(362), + [anon_sym_gen] = ACTIONS(486), + [anon_sym_if] = ACTIONS(366), + [anon_sym_loop] = ACTIONS(368), + [anon_sym_match] = ACTIONS(370), + [anon_sym_return] = ACTIONS(488), + [anon_sym_static] = ACTIONS(490), + [anon_sym_union] = ACTIONS(484), + [anon_sym_unsafe] = ACTIONS(374), + [anon_sym_while] = ACTIONS(376), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(492), + [anon_sym_move] = ACTIONS(494), + [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), [sym_char_literal] = ACTIONS(99), @@ -52709,111 +52778,111 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(111), - [sym_super] = ACTIONS(113), - [sym_crate] = ACTIONS(113), - [sym_metavariable] = ACTIONS(117), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, [STATE(308)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1976), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1696), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(236), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(308), [sym_block_comment] = STATE(308), - [sym_identifier] = ACTIONS(344), + [sym_identifier] = ACTIONS(470), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), - [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(892), + [anon_sym_u8] = ACTIONS(472), + [anon_sym_i8] = ACTIONS(472), + [anon_sym_u16] = ACTIONS(472), + [anon_sym_i16] = ACTIONS(472), + [anon_sym_u32] = ACTIONS(472), + [anon_sym_i32] = ACTIONS(472), + [anon_sym_u64] = ACTIONS(472), + [anon_sym_i64] = ACTIONS(472), + [anon_sym_u128] = ACTIONS(472), + [anon_sym_i128] = ACTIONS(472), + [anon_sym_isize] = ACTIONS(472), + [anon_sym_usize] = ACTIONS(472), + [anon_sym_f32] = ACTIONS(472), + [anon_sym_f64] = ACTIONS(472), + [anon_sym_bool] = ACTIONS(472), + [anon_sym_str] = ACTIONS(472), + [anon_sym_char] = ACTIONS(472), + [anon_sym_DASH] = ACTIONS(892), + [anon_sym_BANG] = ACTIONS(892), + [anon_sym_AMP] = ACTIONS(894), [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(1056), + [anon_sym_COLON_COLON] = ACTIONS(476), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(356), - [anon_sym_break] = ACTIONS(41), + [anon_sym_async] = ACTIONS(478), + [anon_sym_break] = ACTIONS(480), [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(360), + [anon_sym_continue] = ACTIONS(482), + [anon_sym_default] = ACTIONS(484), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(364), + [anon_sym_gen] = ACTIONS(486), [anon_sym_if] = ACTIONS(366), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(71), - [anon_sym_static] = ACTIONS(372), - [anon_sym_union] = ACTIONS(360), + [anon_sym_return] = ACTIONS(488), + [anon_sym_static] = ACTIONS(490), + [anon_sym_union] = ACTIONS(484), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(360), - [anon_sym_yield] = ACTIONS(93), - [anon_sym_move] = ACTIONS(95), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(492), + [anon_sym_move] = ACTIONS(494), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -52822,61 +52891,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(111), - [sym_super] = ACTIONS(113), - [sym_crate] = ACTIONS(113), - [sym_metavariable] = ACTIONS(117), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, [STATE(309)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1949), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1591), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(309), [sym_block_comment] = STATE(309), [sym_identifier] = ACTIONS(344), @@ -52906,7 +52975,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(1082), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(356), @@ -52943,53 +53012,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(99), }, [STATE(310)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1961), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1594), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(310), [sym_block_comment] = STATE(310), [sym_identifier] = ACTIONS(344), @@ -53019,7 +53088,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(1082), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(356), @@ -53056,53 +53125,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(99), }, [STATE(311)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1578), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1981), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(311), [sym_block_comment] = STATE(311), [sym_identifier] = ACTIONS(344), @@ -53132,7 +53201,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(1140), + [anon_sym_DOT_DOT] = ACTIONS(31), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(356), @@ -53169,53 +53238,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(99), }, [STATE(312)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1501), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1577), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(312), [sym_block_comment] = STATE(312), [sym_identifier] = ACTIONS(344), @@ -53245,7 +53314,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(1140), + [anon_sym_DOT_DOT] = ACTIONS(1082), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(356), @@ -53282,55 +53351,168 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(99), }, [STATE(313)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1579), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), - [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2703), + [sym_bracketed_type] = STATE(3702), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3445), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(2557), + [sym_scoped_identifier] = STATE(2236), + [sym_scoped_type_identifier] = STATE(2185), + [sym_const_block] = STATE(2192), + [sym_closure_expression] = STATE(2970), + [sym_closure_parameters] = STATE(225), + [sym__pattern] = STATE(2624), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), [sym_line_comment] = STATE(313), [sym_block_comment] = STATE(313), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_RPAREN] = ACTIONS(1388), + [anon_sym_LBRACK] = ACTIONS(1116), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), + [anon_sym_u8] = ACTIONS(1306), + [anon_sym_i8] = ACTIONS(1306), + [anon_sym_u16] = ACTIONS(1306), + [anon_sym_i16] = ACTIONS(1306), + [anon_sym_u32] = ACTIONS(1306), + [anon_sym_i32] = ACTIONS(1306), + [anon_sym_u64] = ACTIONS(1306), + [anon_sym_i64] = ACTIONS(1306), + [anon_sym_u128] = ACTIONS(1306), + [anon_sym_i128] = ACTIONS(1306), + [anon_sym_isize] = ACTIONS(1306), + [anon_sym_usize] = ACTIONS(1306), + [anon_sym_f32] = ACTIONS(1306), + [anon_sym_f64] = ACTIONS(1306), + [anon_sym_bool] = ACTIONS(1306), + [anon_sym_str] = ACTIONS(1306), + [anon_sym_char] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(1390), + [anon_sym_PIPE] = ACTIONS(1392), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1394), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COMMA] = ACTIONS(1396), + [anon_sym_COLON_COLON] = ACTIONS(1314), + [anon_sym_SQUOTE] = ACTIONS(1146), + [anon_sym_async] = ACTIONS(1398), + [anon_sym_const] = ACTIONS(1150), + [anon_sym_default] = ACTIONS(1316), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), + [anon_sym_gen] = ACTIONS(1318), + [anon_sym_impl] = ACTIONS(1160), + [anon_sym_static] = ACTIONS(1400), + [anon_sym_union] = ACTIONS(1318), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_ref] = ACTIONS(1166), + [anon_sym_dyn] = ACTIONS(1168), + [sym_mutable_specifier] = ACTIONS(1402), + [anon_sym_raw] = ACTIONS(1318), + [anon_sym_move] = ACTIONS(1404), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1322), + [sym_super] = ACTIONS(1322), + [sym_crate] = ACTIONS(1322), + [sym_metavariable] = ACTIONS(1324), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), + }, + [STATE(314)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1579), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), + [sym_label] = STATE(3711), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(314), + [sym_block_comment] = STATE(314), [sym_identifier] = ACTIONS(344), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -53358,7 +53540,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(1140), + [anon_sym_DOT_DOT] = ACTIONS(1082), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(356), @@ -53394,56 +53576,169 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, - [STATE(314)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), + [STATE(315)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1793), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(214), + [sym_label] = STATE(3711), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(315), + [sym_block_comment] = STATE(315), + [sym_identifier] = ACTIONS(470), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(348), + [anon_sym_STAR] = ACTIONS(1046), + [anon_sym_u8] = ACTIONS(472), + [anon_sym_i8] = ACTIONS(472), + [anon_sym_u16] = ACTIONS(472), + [anon_sym_i16] = ACTIONS(472), + [anon_sym_u32] = ACTIONS(472), + [anon_sym_i32] = ACTIONS(472), + [anon_sym_u64] = ACTIONS(472), + [anon_sym_i64] = ACTIONS(472), + [anon_sym_u128] = ACTIONS(472), + [anon_sym_i128] = ACTIONS(472), + [anon_sym_isize] = ACTIONS(472), + [anon_sym_usize] = ACTIONS(472), + [anon_sym_f32] = ACTIONS(472), + [anon_sym_f64] = ACTIONS(472), + [anon_sym_bool] = ACTIONS(472), + [anon_sym_str] = ACTIONS(472), + [anon_sym_char] = ACTIONS(472), + [anon_sym_DASH] = ACTIONS(1046), + [anon_sym_BANG] = ACTIONS(1046), + [anon_sym_AMP] = ACTIONS(1048), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(1052), + [anon_sym_COLON_COLON] = ACTIONS(476), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(504), + [anon_sym_break] = ACTIONS(506), + [anon_sym_const] = ACTIONS(358), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(484), + [anon_sym_for] = ACTIONS(362), + [anon_sym_gen] = ACTIONS(508), + [anon_sym_if] = ACTIONS(366), + [anon_sym_loop] = ACTIONS(368), + [anon_sym_match] = ACTIONS(370), + [anon_sym_return] = ACTIONS(510), + [anon_sym_static] = ACTIONS(512), + [anon_sym_union] = ACTIONS(484), + [anon_sym_unsafe] = ACTIONS(374), + [anon_sym_while] = ACTIONS(376), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(514), + [anon_sym_move] = ACTIONS(516), + [anon_sym_try] = ACTIONS(378), + [sym_integer_literal] = ACTIONS(99), + [aux_sym_string_literal_token1] = ACTIONS(101), + [sym_char_literal] = ACTIONS(99), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), + [sym__raw_string_literal_start] = ACTIONS(119), + [sym_float_literal] = ACTIONS(99), + }, + [STATE(316)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), [sym__expression] = STATE(1580), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(314), - [sym_block_comment] = STATE(314), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(316), + [sym_block_comment] = STATE(316), [sym_identifier] = ACTIONS(344), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -53471,7 +53766,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(1140), + [anon_sym_DOT_DOT] = ACTIONS(1082), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(356), @@ -53507,104 +53802,104 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, - [STATE(315)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1581), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [STATE(317)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1734), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(214), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(315), - [sym_block_comment] = STATE(315), - [sym_identifier] = ACTIONS(344), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(317), + [sym_block_comment] = STATE(317), + [sym_identifier] = ACTIONS(470), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), - [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(1046), + [anon_sym_u8] = ACTIONS(472), + [anon_sym_i8] = ACTIONS(472), + [anon_sym_u16] = ACTIONS(472), + [anon_sym_i16] = ACTIONS(472), + [anon_sym_u32] = ACTIONS(472), + [anon_sym_i32] = ACTIONS(472), + [anon_sym_u64] = ACTIONS(472), + [anon_sym_i64] = ACTIONS(472), + [anon_sym_u128] = ACTIONS(472), + [anon_sym_i128] = ACTIONS(472), + [anon_sym_isize] = ACTIONS(472), + [anon_sym_usize] = ACTIONS(472), + [anon_sym_f32] = ACTIONS(472), + [anon_sym_f64] = ACTIONS(472), + [anon_sym_bool] = ACTIONS(472), + [anon_sym_str] = ACTIONS(472), + [anon_sym_char] = ACTIONS(472), + [anon_sym_DASH] = ACTIONS(1046), + [anon_sym_BANG] = ACTIONS(1046), + [anon_sym_AMP] = ACTIONS(1048), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1140), - [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym_DOT_DOT] = ACTIONS(1386), + [anon_sym_COLON_COLON] = ACTIONS(476), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(356), - [anon_sym_break] = ACTIONS(41), + [anon_sym_async] = ACTIONS(504), + [anon_sym_break] = ACTIONS(506), [anon_sym_const] = ACTIONS(358), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(360), + [anon_sym_default] = ACTIONS(484), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(364), + [anon_sym_gen] = ACTIONS(508), [anon_sym_if] = ACTIONS(366), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(71), - [anon_sym_static] = ACTIONS(372), - [anon_sym_union] = ACTIONS(360), + [anon_sym_return] = ACTIONS(510), + [anon_sym_static] = ACTIONS(512), + [anon_sym_union] = ACTIONS(484), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(360), - [anon_sym_yield] = ACTIONS(93), - [anon_sym_move] = ACTIONS(95), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(514), + [anon_sym_move] = ACTIONS(516), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -53613,111 +53908,224 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(111), - [sym_super] = ACTIONS(113), - [sym_crate] = ACTIONS(113), - [sym_metavariable] = ACTIONS(117), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, - [STATE(316)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1575), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [STATE(318)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1700), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(236), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(316), - [sym_block_comment] = STATE(316), - [sym_identifier] = ACTIONS(344), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(318), + [sym_block_comment] = STATE(318), + [sym_identifier] = ACTIONS(470), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), - [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(892), + [anon_sym_u8] = ACTIONS(472), + [anon_sym_i8] = ACTIONS(472), + [anon_sym_u16] = ACTIONS(472), + [anon_sym_i16] = ACTIONS(472), + [anon_sym_u32] = ACTIONS(472), + [anon_sym_i32] = ACTIONS(472), + [anon_sym_u64] = ACTIONS(472), + [anon_sym_i64] = ACTIONS(472), + [anon_sym_u128] = ACTIONS(472), + [anon_sym_i128] = ACTIONS(472), + [anon_sym_isize] = ACTIONS(472), + [anon_sym_usize] = ACTIONS(472), + [anon_sym_f32] = ACTIONS(472), + [anon_sym_f64] = ACTIONS(472), + [anon_sym_bool] = ACTIONS(472), + [anon_sym_str] = ACTIONS(472), + [anon_sym_char] = ACTIONS(472), + [anon_sym_DASH] = ACTIONS(892), + [anon_sym_BANG] = ACTIONS(892), + [anon_sym_AMP] = ACTIONS(894), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1140), - [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym_DOT_DOT] = ACTIONS(1056), + [anon_sym_COLON_COLON] = ACTIONS(476), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(356), - [anon_sym_break] = ACTIONS(41), + [anon_sym_async] = ACTIONS(478), + [anon_sym_break] = ACTIONS(480), + [anon_sym_const] = ACTIONS(358), + [anon_sym_continue] = ACTIONS(482), + [anon_sym_default] = ACTIONS(484), + [anon_sym_for] = ACTIONS(362), + [anon_sym_gen] = ACTIONS(486), + [anon_sym_if] = ACTIONS(366), + [anon_sym_loop] = ACTIONS(368), + [anon_sym_match] = ACTIONS(370), + [anon_sym_return] = ACTIONS(488), + [anon_sym_static] = ACTIONS(490), + [anon_sym_union] = ACTIONS(484), + [anon_sym_unsafe] = ACTIONS(374), + [anon_sym_while] = ACTIONS(376), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(492), + [anon_sym_move] = ACTIONS(494), + [anon_sym_try] = ACTIONS(378), + [sym_integer_literal] = ACTIONS(99), + [aux_sym_string_literal_token1] = ACTIONS(101), + [sym_char_literal] = ACTIONS(99), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), + [sym__raw_string_literal_start] = ACTIONS(119), + [sym_float_literal] = ACTIONS(99), + }, + [STATE(319)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1540), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(214), + [sym_label] = STATE(3711), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(319), + [sym_block_comment] = STATE(319), + [sym_identifier] = ACTIONS(470), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(348), + [anon_sym_STAR] = ACTIONS(1046), + [anon_sym_u8] = ACTIONS(472), + [anon_sym_i8] = ACTIONS(472), + [anon_sym_u16] = ACTIONS(472), + [anon_sym_i16] = ACTIONS(472), + [anon_sym_u32] = ACTIONS(472), + [anon_sym_i32] = ACTIONS(472), + [anon_sym_u64] = ACTIONS(472), + [anon_sym_i64] = ACTIONS(472), + [anon_sym_u128] = ACTIONS(472), + [anon_sym_i128] = ACTIONS(472), + [anon_sym_isize] = ACTIONS(472), + [anon_sym_usize] = ACTIONS(472), + [anon_sym_f32] = ACTIONS(472), + [anon_sym_f64] = ACTIONS(472), + [anon_sym_bool] = ACTIONS(472), + [anon_sym_str] = ACTIONS(472), + [anon_sym_char] = ACTIONS(472), + [anon_sym_DASH] = ACTIONS(1046), + [anon_sym_BANG] = ACTIONS(1046), + [anon_sym_AMP] = ACTIONS(1048), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(1052), + [anon_sym_COLON_COLON] = ACTIONS(476), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(504), + [anon_sym_break] = ACTIONS(506), [anon_sym_const] = ACTIONS(358), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(360), + [anon_sym_default] = ACTIONS(484), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(364), + [anon_sym_gen] = ACTIONS(508), [anon_sym_if] = ACTIONS(366), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(71), - [anon_sym_static] = ACTIONS(372), - [anon_sym_union] = ACTIONS(360), + [anon_sym_return] = ACTIONS(510), + [anon_sym_static] = ACTIONS(512), + [anon_sym_union] = ACTIONS(484), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(360), - [anon_sym_yield] = ACTIONS(93), - [anon_sym_move] = ACTIONS(95), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(514), + [anon_sym_move] = ACTIONS(516), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -53726,63 +54134,176 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(111), - [sym_super] = ACTIONS(113), - [sym_crate] = ACTIONS(113), - [sym_metavariable] = ACTIONS(117), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, - [STATE(317)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1574), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [STATE(320)] = { + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2703), + [sym_bracketed_type] = STATE(3702), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3445), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(2557), + [sym_scoped_identifier] = STATE(2236), + [sym_scoped_type_identifier] = STATE(2185), + [sym_const_block] = STATE(2192), + [sym_closure_expression] = STATE(2970), + [sym_closure_parameters] = STATE(225), + [sym__pattern] = STATE(2624), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), + [sym_line_comment] = STATE(320), + [sym_block_comment] = STATE(320), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_RPAREN] = ACTIONS(1406), + [anon_sym_LBRACK] = ACTIONS(1116), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), + [anon_sym_u8] = ACTIONS(1306), + [anon_sym_i8] = ACTIONS(1306), + [anon_sym_u16] = ACTIONS(1306), + [anon_sym_i16] = ACTIONS(1306), + [anon_sym_u32] = ACTIONS(1306), + [anon_sym_i32] = ACTIONS(1306), + [anon_sym_u64] = ACTIONS(1306), + [anon_sym_i64] = ACTIONS(1306), + [anon_sym_u128] = ACTIONS(1306), + [anon_sym_i128] = ACTIONS(1306), + [anon_sym_isize] = ACTIONS(1306), + [anon_sym_usize] = ACTIONS(1306), + [anon_sym_f32] = ACTIONS(1306), + [anon_sym_f64] = ACTIONS(1306), + [anon_sym_bool] = ACTIONS(1306), + [anon_sym_str] = ACTIONS(1306), + [anon_sym_char] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(1390), + [anon_sym_PIPE] = ACTIONS(1392), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1394), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COMMA] = ACTIONS(1396), + [anon_sym_COLON_COLON] = ACTIONS(1314), + [anon_sym_SQUOTE] = ACTIONS(1146), + [anon_sym_async] = ACTIONS(1398), + [anon_sym_const] = ACTIONS(1150), + [anon_sym_default] = ACTIONS(1316), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), + [anon_sym_gen] = ACTIONS(1318), + [anon_sym_impl] = ACTIONS(1160), + [anon_sym_static] = ACTIONS(1400), + [anon_sym_union] = ACTIONS(1318), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_ref] = ACTIONS(1166), + [anon_sym_dyn] = ACTIONS(1168), + [sym_mutable_specifier] = ACTIONS(1402), + [anon_sym_raw] = ACTIONS(1318), + [anon_sym_move] = ACTIONS(1404), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1322), + [sym_super] = ACTIONS(1322), + [sym_crate] = ACTIONS(1322), + [sym_metavariable] = ACTIONS(1324), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), + }, + [STATE(321)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1976), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(317), - [sym_block_comment] = STATE(317), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(321), + [sym_block_comment] = STATE(321), [sym_identifier] = ACTIONS(344), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -53810,7 +54331,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(1140), + [anon_sym_DOT_DOT] = ACTIONS(31), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(356), @@ -53846,56 +54367,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, - [STATE(318)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1974), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [STATE(322)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1581), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(318), - [sym_block_comment] = STATE(318), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(322), + [sym_block_comment] = STATE(322), [sym_identifier] = ACTIONS(344), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -53959,282 +54480,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, - [STATE(319)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2646), - [sym_bracketed_type] = STATE(3702), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3434), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(2533), - [sym_scoped_identifier] = STATE(2200), - [sym_scoped_type_identifier] = STATE(2197), - [sym_const_block] = STATE(2182), - [sym_closure_expression] = STATE(3030), - [sym_closure_parameters] = STATE(242), - [sym__pattern] = STATE(2669), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), - [sym_line_comment] = STATE(319), - [sym_block_comment] = STATE(319), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(1162), - [anon_sym_LPAREN] = ACTIONS(1164), - [anon_sym_RPAREN] = ACTIONS(1416), - [anon_sym_LBRACK] = ACTIONS(1064), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), - [anon_sym_u8] = ACTIONS(1168), - [anon_sym_i8] = ACTIONS(1168), - [anon_sym_u16] = ACTIONS(1168), - [anon_sym_i16] = ACTIONS(1168), - [anon_sym_u32] = ACTIONS(1168), - [anon_sym_i32] = ACTIONS(1168), - [anon_sym_u64] = ACTIONS(1168), - [anon_sym_i64] = ACTIONS(1168), - [anon_sym_u128] = ACTIONS(1168), - [anon_sym_i128] = ACTIONS(1168), - [anon_sym_isize] = ACTIONS(1168), - [anon_sym_usize] = ACTIONS(1168), - [anon_sym_f32] = ACTIONS(1168), - [anon_sym_f64] = ACTIONS(1168), - [anon_sym_bool] = ACTIONS(1168), - [anon_sym_str] = ACTIONS(1168), - [anon_sym_char] = ACTIONS(1168), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(1418), - [anon_sym_PIPE] = ACTIONS(1420), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1422), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COMMA] = ACTIONS(1424), - [anon_sym_COLON_COLON] = ACTIONS(1176), - [anon_sym_SQUOTE] = ACTIONS(1094), - [anon_sym_async] = ACTIONS(1426), - [anon_sym_const] = ACTIONS(1098), - [anon_sym_default] = ACTIONS(1178), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), - [anon_sym_gen] = ACTIONS(1180), - [anon_sym_impl] = ACTIONS(1108), - [anon_sym_static] = ACTIONS(1428), - [anon_sym_union] = ACTIONS(1180), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_ref] = ACTIONS(1114), - [anon_sym_dyn] = ACTIONS(1116), - [sym_mutable_specifier] = ACTIONS(1430), - [anon_sym_raw] = ACTIONS(1180), - [anon_sym_move] = ACTIONS(1432), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1184), - [sym_super] = ACTIONS(1184), - [sym_crate] = ACTIONS(1184), - [sym_metavariable] = ACTIONS(1186), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), - }, - [STATE(320)] = { - [sym_attribute_item] = STATE(403), - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_self_parameter] = STATE(3279), - [sym_variadic_parameter] = STATE(3279), - [sym_parameter] = STATE(3279), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(3071), - [sym_bracketed_type] = STATE(3694), - [sym_lifetime] = STATE(3065), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3341), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(2582), - [sym_scoped_identifier] = STATE(2327), - [sym_scoped_type_identifier] = STATE(2197), - [sym_const_block] = STATE(2182), - [sym__pattern] = STATE(3276), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), - [sym_line_comment] = STATE(320), - [sym_block_comment] = STATE(320), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(1058), - [anon_sym_LPAREN] = ACTIONS(1060), - [anon_sym_LBRACK] = ACTIONS(1064), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), - [anon_sym_u8] = ACTIONS(1070), - [anon_sym_i8] = ACTIONS(1070), - [anon_sym_u16] = ACTIONS(1070), - [anon_sym_i16] = ACTIONS(1070), - [anon_sym_u32] = ACTIONS(1070), - [anon_sym_i32] = ACTIONS(1070), - [anon_sym_u64] = ACTIONS(1070), - [anon_sym_i64] = ACTIONS(1070), - [anon_sym_u128] = ACTIONS(1070), - [anon_sym_i128] = ACTIONS(1070), - [anon_sym_isize] = ACTIONS(1070), - [anon_sym_usize] = ACTIONS(1070), - [anon_sym_f32] = ACTIONS(1070), - [anon_sym_f64] = ACTIONS(1070), - [anon_sym_bool] = ACTIONS(1070), - [anon_sym_str] = ACTIONS(1070), - [anon_sym_char] = ACTIONS(1070), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(1076), - [anon_sym_PIPE] = ACTIONS(1078), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1356), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1084), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COLON_COLON] = ACTIONS(1090), - [anon_sym_POUND] = ACTIONS(1092), - [anon_sym_SQUOTE] = ACTIONS(1094), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1098), - [anon_sym_default] = ACTIONS(1100), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), - [anon_sym_gen] = ACTIONS(1106), - [anon_sym_impl] = ACTIONS(1108), - [anon_sym_union] = ACTIONS(1106), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_ref] = ACTIONS(1114), - [anon_sym_dyn] = ACTIONS(1116), - [sym_mutable_specifier] = ACTIONS(1118), - [anon_sym_raw] = ACTIONS(1106), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1126), - [sym_super] = ACTIONS(1128), - [sym_crate] = ACTIONS(1128), - [sym_metavariable] = ACTIONS(1130), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), - }, - [STATE(321)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1821), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [STATE(323)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1547), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(321), - [sym_block_comment] = STATE(321), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(323), + [sym_block_comment] = STATE(323), [sym_identifier] = ACTIONS(344), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -54262,7 +54557,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(1082), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(356), @@ -54298,60 +54593,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, - [STATE(322)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1960), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(489), - [sym_match_expression] = STATE(489), - [sym_while_expression] = STATE(489), - [sym_loop_expression] = STATE(489), - [sym_for_expression] = STATE(489), - [sym_const_block] = STATE(489), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), - [sym_label] = STATE(3771), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(489), - [sym_async_block] = STATE(489), - [sym_gen_block] = STATE(489), - [sym_try_block] = STATE(489), - [sym_block] = STATE(489), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(322), - [sym_block_comment] = STATE(322), + [STATE(324)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1941), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), + [sym_label] = STATE(3711), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(324), + [sym_block_comment] = STATE(324), [sym_identifier] = ACTIONS(344), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(1386), + [anon_sym_LBRACE] = ACTIONS(348), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), [anon_sym_i8] = ACTIONS(23), @@ -54378,25 +54673,25 @@ 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(1388), + [anon_sym_async] = ACTIONS(356), [anon_sym_break] = ACTIONS(41), - [anon_sym_const] = ACTIONS(1390), + [anon_sym_const] = ACTIONS(358), [anon_sym_continue] = ACTIONS(45), [anon_sym_default] = ACTIONS(360), - [anon_sym_for] = ACTIONS(1392), - [anon_sym_gen] = ACTIONS(1394), - [anon_sym_if] = ACTIONS(1396), - [anon_sym_loop] = ACTIONS(1398), - [anon_sym_match] = ACTIONS(1400), + [anon_sym_for] = ACTIONS(362), + [anon_sym_gen] = ACTIONS(364), + [anon_sym_if] = ACTIONS(366), + [anon_sym_loop] = ACTIONS(368), + [anon_sym_match] = ACTIONS(370), [anon_sym_return] = ACTIONS(71), [anon_sym_static] = ACTIONS(372), [anon_sym_union] = ACTIONS(360), - [anon_sym_unsafe] = ACTIONS(1402), - [anon_sym_while] = ACTIONS(1404), + [anon_sym_unsafe] = ACTIONS(374), + [anon_sym_while] = ACTIONS(376), [anon_sym_raw] = ACTIONS(360), [anon_sym_yield] = ACTIONS(93), [anon_sym_move] = ACTIONS(95), - [anon_sym_try] = ACTIONS(1406), + [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), [sym_char_literal] = ACTIONS(99), @@ -54411,56 +54706,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, - [STATE(323)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1962), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [STATE(325)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1945), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(323), - [sym_block_comment] = STATE(323), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(325), + [sym_block_comment] = STATE(325), [sym_identifier] = ACTIONS(344), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -54524,56 +54819,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, - [STATE(324)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1982), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [STATE(326)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1965), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(324), - [sym_block_comment] = STATE(324), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(326), + [sym_block_comment] = STATE(326), [sym_identifier] = ACTIONS(344), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -54637,174 +54932,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, - [STATE(325)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2646), - [sym_bracketed_type] = STATE(3702), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3434), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(2533), - [sym_scoped_identifier] = STATE(2200), - [sym_scoped_type_identifier] = STATE(2197), - [sym_const_block] = STATE(2182), - [sym_closure_expression] = STATE(3030), - [sym_closure_parameters] = STATE(242), - [sym__pattern] = STATE(2669), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), - [sym_line_comment] = STATE(325), - [sym_block_comment] = STATE(325), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(1162), - [anon_sym_LPAREN] = ACTIONS(1164), - [anon_sym_RPAREN] = ACTIONS(1434), - [anon_sym_LBRACK] = ACTIONS(1064), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), - [anon_sym_u8] = ACTIONS(1168), - [anon_sym_i8] = ACTIONS(1168), - [anon_sym_u16] = ACTIONS(1168), - [anon_sym_i16] = ACTIONS(1168), - [anon_sym_u32] = ACTIONS(1168), - [anon_sym_i32] = ACTIONS(1168), - [anon_sym_u64] = ACTIONS(1168), - [anon_sym_i64] = ACTIONS(1168), - [anon_sym_u128] = ACTIONS(1168), - [anon_sym_i128] = ACTIONS(1168), - [anon_sym_isize] = ACTIONS(1168), - [anon_sym_usize] = ACTIONS(1168), - [anon_sym_f32] = ACTIONS(1168), - [anon_sym_f64] = ACTIONS(1168), - [anon_sym_bool] = ACTIONS(1168), - [anon_sym_str] = ACTIONS(1168), - [anon_sym_char] = ACTIONS(1168), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(1418), - [anon_sym_PIPE] = ACTIONS(1420), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1422), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COMMA] = ACTIONS(1424), - [anon_sym_COLON_COLON] = ACTIONS(1176), - [anon_sym_SQUOTE] = ACTIONS(1094), - [anon_sym_async] = ACTIONS(1426), - [anon_sym_const] = ACTIONS(1098), - [anon_sym_default] = ACTIONS(1178), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), - [anon_sym_gen] = ACTIONS(1180), - [anon_sym_impl] = ACTIONS(1108), - [anon_sym_static] = ACTIONS(1428), - [anon_sym_union] = ACTIONS(1180), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_ref] = ACTIONS(1114), - [anon_sym_dyn] = ACTIONS(1116), - [sym_mutable_specifier] = ACTIONS(1430), - [anon_sym_raw] = ACTIONS(1180), - [anon_sym_move] = ACTIONS(1432), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1184), - [sym_super] = ACTIONS(1184), - [sym_crate] = ACTIONS(1184), - [sym_metavariable] = ACTIONS(1186), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), - }, - [STATE(326)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1850), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(228), + [STATE(327)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1540), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(236), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(326), - [sym_block_comment] = STATE(326), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(327), + [sym_block_comment] = STATE(327), [sym_identifier] = ACTIONS(470), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), - [anon_sym_STAR] = ACTIONS(1204), + [anon_sym_STAR] = ACTIONS(892), [anon_sym_u8] = ACTIONS(472), [anon_sym_i8] = ACTIONS(472), [anon_sym_u16] = ACTIONS(472), @@ -54822,32 +55004,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(472), [anon_sym_str] = ACTIONS(472), [anon_sym_char] = ACTIONS(472), - [anon_sym_DASH] = ACTIONS(1204), - [anon_sym_BANG] = ACTIONS(1204), - [anon_sym_AMP] = ACTIONS(1206), + [anon_sym_DASH] = ACTIONS(892), + [anon_sym_BANG] = ACTIONS(892), + [anon_sym_AMP] = ACTIONS(894), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1208), + [anon_sym_DOT_DOT] = ACTIONS(1056), [anon_sym_COLON_COLON] = ACTIONS(476), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(478), [anon_sym_break] = ACTIONS(480), [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(482), + [anon_sym_continue] = ACTIONS(482), + [anon_sym_default] = ACTIONS(484), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(484), + [anon_sym_gen] = ACTIONS(486), [anon_sym_if] = ACTIONS(366), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(486), - [anon_sym_static] = ACTIONS(488), - [anon_sym_union] = ACTIONS(482), + [anon_sym_return] = ACTIONS(488), + [anon_sym_static] = ACTIONS(490), + [anon_sym_union] = ACTIONS(484), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(490), - [anon_sym_move] = ACTIONS(492), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(492), + [anon_sym_move] = ACTIONS(494), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -54856,67 +55038,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, - [STATE(327)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1969), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), - [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(327), - [sym_block_comment] = STATE(327), + [STATE(328)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1947), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(495), + [sym_match_expression] = STATE(495), + [sym_while_expression] = STATE(495), + [sym_loop_expression] = STATE(495), + [sym_for_expression] = STATE(495), + [sym_const_block] = STATE(495), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), + [sym_label] = STATE(3771), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(495), + [sym_async_block] = STATE(495), + [sym_gen_block] = STATE(495), + [sym_try_block] = STATE(495), + [sym_block] = STATE(495), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(328), + [sym_block_comment] = STATE(328), [sym_identifier] = ACTIONS(344), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(348), + [anon_sym_LBRACE] = ACTIONS(1408), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), [anon_sym_i8] = ACTIONS(23), @@ -54943,25 +55125,25 @@ 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(356), + [anon_sym_async] = ACTIONS(1410), [anon_sym_break] = ACTIONS(41), - [anon_sym_const] = ACTIONS(358), + [anon_sym_const] = ACTIONS(1412), [anon_sym_continue] = ACTIONS(45), [anon_sym_default] = ACTIONS(360), - [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(364), - [anon_sym_if] = ACTIONS(366), - [anon_sym_loop] = ACTIONS(368), - [anon_sym_match] = ACTIONS(370), + [anon_sym_for] = ACTIONS(1414), + [anon_sym_gen] = ACTIONS(1416), + [anon_sym_if] = ACTIONS(1418), + [anon_sym_loop] = ACTIONS(1420), + [anon_sym_match] = ACTIONS(1422), [anon_sym_return] = ACTIONS(71), [anon_sym_static] = ACTIONS(372), [anon_sym_union] = ACTIONS(360), - [anon_sym_unsafe] = ACTIONS(374), - [anon_sym_while] = ACTIONS(376), + [anon_sym_unsafe] = ACTIONS(1424), + [anon_sym_while] = ACTIONS(1426), [anon_sym_raw] = ACTIONS(360), [anon_sym_yield] = ACTIONS(93), [anon_sym_move] = ACTIONS(95), - [anon_sym_try] = ACTIONS(378), + [anon_sym_try] = ACTIONS(1428), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), [sym_char_literal] = ACTIONS(99), @@ -54976,56 +55158,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, - [STATE(328)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1952), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [STATE(329)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1984), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(328), - [sym_block_comment] = STATE(328), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(329), + [sym_block_comment] = STATE(329), [sym_identifier] = ACTIONS(344), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -55089,104 +55271,104 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, - [STATE(329)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1953), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [STATE(330)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1704), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(236), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(329), - [sym_block_comment] = STATE(329), - [sym_identifier] = ACTIONS(344), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(330), + [sym_block_comment] = STATE(330), + [sym_identifier] = ACTIONS(470), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), - [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(892), + [anon_sym_u8] = ACTIONS(472), + [anon_sym_i8] = ACTIONS(472), + [anon_sym_u16] = ACTIONS(472), + [anon_sym_i16] = ACTIONS(472), + [anon_sym_u32] = ACTIONS(472), + [anon_sym_i32] = ACTIONS(472), + [anon_sym_u64] = ACTIONS(472), + [anon_sym_i64] = ACTIONS(472), + [anon_sym_u128] = ACTIONS(472), + [anon_sym_i128] = ACTIONS(472), + [anon_sym_isize] = ACTIONS(472), + [anon_sym_usize] = ACTIONS(472), + [anon_sym_f32] = ACTIONS(472), + [anon_sym_f64] = ACTIONS(472), + [anon_sym_bool] = ACTIONS(472), + [anon_sym_str] = ACTIONS(472), + [anon_sym_char] = ACTIONS(472), + [anon_sym_DASH] = ACTIONS(892), + [anon_sym_BANG] = ACTIONS(892), + [anon_sym_AMP] = ACTIONS(894), [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(1056), + [anon_sym_COLON_COLON] = ACTIONS(476), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(356), - [anon_sym_break] = ACTIONS(41), + [anon_sym_async] = ACTIONS(478), + [anon_sym_break] = ACTIONS(480), [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(360), + [anon_sym_continue] = ACTIONS(482), + [anon_sym_default] = ACTIONS(484), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(364), + [anon_sym_gen] = ACTIONS(486), [anon_sym_if] = ACTIONS(366), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(71), - [anon_sym_static] = ACTIONS(372), - [anon_sym_union] = ACTIONS(360), + [anon_sym_return] = ACTIONS(488), + [anon_sym_static] = ACTIONS(490), + [anon_sym_union] = ACTIONS(484), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(360), - [anon_sym_yield] = ACTIONS(93), - [anon_sym_move] = ACTIONS(95), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(492), + [anon_sym_move] = ACTIONS(494), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -55195,63 +55377,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(111), - [sym_super] = ACTIONS(113), - [sym_crate] = ACTIONS(113), - [sym_metavariable] = ACTIONS(117), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, - [STATE(330)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1577), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [STATE(331)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1943), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(330), - [sym_block_comment] = STATE(330), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(331), + [sym_block_comment] = STATE(331), [sym_identifier] = ACTIONS(344), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -55279,7 +55461,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(1140), + [anon_sym_DOT_DOT] = ACTIONS(31), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(356), @@ -55315,167 +55497,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, - [STATE(331)] = { - [sym_bracketed_type] = STATE(3669), - [sym_generic_function] = STATE(1894), - [sym_generic_type_with_turbofish] = STATE(3057), - [sym__expression_except_range] = STATE(1672), - [sym__expression] = STATE(1904), - [sym_macro_invocation] = STATE(1901), - [sym_scoped_identifier] = STATE(1644), - [sym_scoped_type_identifier_in_expression_position] = STATE(3253), - [sym_range_expression] = STATE(1897), - [sym_unary_expression] = STATE(1894), - [sym_try_expression] = STATE(1894), - [sym_reference_expression] = STATE(1894), - [sym_binary_expression] = STATE(1894), - [sym_assignment_expression] = STATE(1894), - [sym_compound_assignment_expr] = STATE(1894), - [sym_type_cast_expression] = STATE(1894), - [sym_return_expression] = STATE(1894), - [sym_yield_expression] = STATE(1894), - [sym_call_expression] = STATE(1894), - [sym_array_expression] = STATE(1894), - [sym_parenthesized_expression] = STATE(1894), - [sym_tuple_expression] = STATE(1894), - [sym_unit_expression] = STATE(1894), - [sym_struct_expression] = STATE(1894), - [sym_if_expression] = STATE(1894), - [sym_match_expression] = STATE(1894), - [sym_while_expression] = STATE(1894), - [sym_loop_expression] = STATE(1894), - [sym_for_expression] = STATE(1894), - [sym_const_block] = STATE(1894), - [sym_closure_expression] = STATE(1894), - [sym_closure_parameters] = STATE(220), - [sym_label] = STATE(3777), - [sym_break_expression] = STATE(1894), - [sym_continue_expression] = STATE(1894), - [sym_index_expression] = STATE(1894), - [sym_await_expression] = STATE(1894), - [sym_field_expression] = STATE(1674), - [sym_unsafe_block] = STATE(1894), - [sym_async_block] = STATE(1894), - [sym_gen_block] = STATE(1894), - [sym_try_block] = STATE(1894), - [sym_block] = STATE(1894), - [sym__literal] = STATE(1894), - [sym_string_literal] = STATE(1768), - [sym_raw_string_literal] = STATE(1768), - [sym_boolean_literal] = STATE(1768), - [sym_line_comment] = STATE(331), - [sym_block_comment] = STATE(331), - [sym_identifier] = ACTIONS(410), - [anon_sym_LPAREN] = ACTIONS(500), - [anon_sym_LBRACK] = ACTIONS(502), - [anon_sym_LBRACE] = ACTIONS(412), - [anon_sym_STAR] = ACTIONS(904), - [anon_sym_u8] = ACTIONS(416), - [anon_sym_i8] = ACTIONS(416), - [anon_sym_u16] = ACTIONS(416), - [anon_sym_i16] = ACTIONS(416), - [anon_sym_u32] = ACTIONS(416), - [anon_sym_i32] = ACTIONS(416), - [anon_sym_u64] = ACTIONS(416), - [anon_sym_i64] = ACTIONS(416), - [anon_sym_u128] = ACTIONS(416), - [anon_sym_i128] = ACTIONS(416), - [anon_sym_isize] = ACTIONS(416), - [anon_sym_usize] = ACTIONS(416), - [anon_sym_f32] = ACTIONS(416), - [anon_sym_f64] = ACTIONS(416), - [anon_sym_bool] = ACTIONS(416), - [anon_sym_str] = ACTIONS(416), - [anon_sym_char] = ACTIONS(416), - [anon_sym_DASH] = ACTIONS(904), - [anon_sym_BANG] = ACTIONS(904), - [anon_sym_AMP] = ACTIONS(906), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1160), - [anon_sym_COLON_COLON] = ACTIONS(420), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(422), - [anon_sym_break] = ACTIONS(424), - [anon_sym_const] = ACTIONS(426), - [anon_sym_continue] = ACTIONS(428), - [anon_sym_default] = ACTIONS(430), - [anon_sym_for] = ACTIONS(432), - [anon_sym_gen] = ACTIONS(434), - [anon_sym_if] = ACTIONS(436), - [anon_sym_loop] = ACTIONS(438), - [anon_sym_match] = ACTIONS(440), - [anon_sym_return] = ACTIONS(442), - [anon_sym_static] = ACTIONS(444), - [anon_sym_union] = ACTIONS(430), - [anon_sym_unsafe] = ACTIONS(446), - [anon_sym_while] = ACTIONS(448), - [anon_sym_raw] = ACTIONS(430), - [anon_sym_yield] = ACTIONS(450), - [anon_sym_move] = ACTIONS(452), - [anon_sym_try] = ACTIONS(454), - [sym_integer_literal] = ACTIONS(456), - [aux_sym_string_literal_token1] = ACTIONS(458), - [sym_char_literal] = ACTIONS(456), - [anon_sym_true] = ACTIONS(460), - [anon_sym_false] = ACTIONS(460), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(462), - [sym_super] = ACTIONS(464), - [sym_crate] = ACTIONS(464), - [sym_metavariable] = ACTIONS(466), - [sym__raw_string_literal_start] = ACTIONS(468), - [sym_float_literal] = ACTIONS(456), - }, [STATE(332)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1582), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1973), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(332), [sym_block_comment] = STATE(332), [sym_identifier] = ACTIONS(344), @@ -55505,7 +55574,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(1140), + [anon_sym_DOT_DOT] = ACTIONS(31), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(356), @@ -55542,103 +55611,103 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(99), }, [STATE(333)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1583), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1639), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(236), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(333), [sym_block_comment] = STATE(333), - [sym_identifier] = ACTIONS(344), + [sym_identifier] = ACTIONS(470), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), - [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(892), + [anon_sym_u8] = ACTIONS(472), + [anon_sym_i8] = ACTIONS(472), + [anon_sym_u16] = ACTIONS(472), + [anon_sym_i16] = ACTIONS(472), + [anon_sym_u32] = ACTIONS(472), + [anon_sym_i32] = ACTIONS(472), + [anon_sym_u64] = ACTIONS(472), + [anon_sym_i64] = ACTIONS(472), + [anon_sym_u128] = ACTIONS(472), + [anon_sym_i128] = ACTIONS(472), + [anon_sym_isize] = ACTIONS(472), + [anon_sym_usize] = ACTIONS(472), + [anon_sym_f32] = ACTIONS(472), + [anon_sym_f64] = ACTIONS(472), + [anon_sym_bool] = ACTIONS(472), + [anon_sym_str] = ACTIONS(472), + [anon_sym_char] = ACTIONS(472), + [anon_sym_DASH] = ACTIONS(892), + [anon_sym_BANG] = ACTIONS(892), + [anon_sym_AMP] = ACTIONS(894), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1140), - [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym_DOT_DOT] = ACTIONS(896), + [anon_sym_COLON_COLON] = ACTIONS(476), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(356), - [anon_sym_break] = ACTIONS(41), + [anon_sym_async] = ACTIONS(478), + [anon_sym_break] = ACTIONS(480), [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(360), + [anon_sym_continue] = ACTIONS(482), + [anon_sym_default] = ACTIONS(484), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(364), + [anon_sym_gen] = ACTIONS(486), [anon_sym_if] = ACTIONS(366), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(71), - [anon_sym_static] = ACTIONS(372), - [anon_sym_union] = ACTIONS(360), + [anon_sym_return] = ACTIONS(488), + [anon_sym_static] = ACTIONS(490), + [anon_sym_union] = ACTIONS(484), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(360), - [anon_sym_yield] = ACTIONS(93), - [anon_sym_move] = ACTIONS(95), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(492), + [anon_sym_move] = ACTIONS(494), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -55647,111 +55716,111 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(111), - [sym_super] = ACTIONS(113), - [sym_crate] = ACTIONS(113), - [sym_metavariable] = ACTIONS(117), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, [STATE(334)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1584), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1547), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(214), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(334), [sym_block_comment] = STATE(334), - [sym_identifier] = ACTIONS(344), + [sym_identifier] = ACTIONS(470), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), - [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(1046), + [anon_sym_u8] = ACTIONS(472), + [anon_sym_i8] = ACTIONS(472), + [anon_sym_u16] = ACTIONS(472), + [anon_sym_i16] = ACTIONS(472), + [anon_sym_u32] = ACTIONS(472), + [anon_sym_i32] = ACTIONS(472), + [anon_sym_u64] = ACTIONS(472), + [anon_sym_i64] = ACTIONS(472), + [anon_sym_u128] = ACTIONS(472), + [anon_sym_i128] = ACTIONS(472), + [anon_sym_isize] = ACTIONS(472), + [anon_sym_usize] = ACTIONS(472), + [anon_sym_f32] = ACTIONS(472), + [anon_sym_f64] = ACTIONS(472), + [anon_sym_bool] = ACTIONS(472), + [anon_sym_str] = ACTIONS(472), + [anon_sym_char] = ACTIONS(472), + [anon_sym_DASH] = ACTIONS(1046), + [anon_sym_BANG] = ACTIONS(1046), + [anon_sym_AMP] = ACTIONS(1048), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1140), - [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym_DOT_DOT] = ACTIONS(1052), + [anon_sym_COLON_COLON] = ACTIONS(476), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(356), - [anon_sym_break] = ACTIONS(41), + [anon_sym_async] = ACTIONS(504), + [anon_sym_break] = ACTIONS(506), [anon_sym_const] = ACTIONS(358), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(360), + [anon_sym_default] = ACTIONS(484), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(364), + [anon_sym_gen] = ACTIONS(508), [anon_sym_if] = ACTIONS(366), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(71), - [anon_sym_static] = ACTIONS(372), - [anon_sym_union] = ACTIONS(360), + [anon_sym_return] = ACTIONS(510), + [anon_sym_static] = ACTIONS(512), + [anon_sym_union] = ACTIONS(484), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(360), - [anon_sym_yield] = ACTIONS(93), - [anon_sym_move] = ACTIONS(95), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(514), + [anon_sym_move] = ACTIONS(516), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -55760,111 +55829,111 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(111), - [sym_super] = ACTIONS(113), - [sym_crate] = ACTIONS(113), - [sym_metavariable] = ACTIONS(117), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, [STATE(335)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1544), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1703), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(236), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(335), [sym_block_comment] = STATE(335), - [sym_identifier] = ACTIONS(344), + [sym_identifier] = ACTIONS(470), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), - [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(892), + [anon_sym_u8] = ACTIONS(472), + [anon_sym_i8] = ACTIONS(472), + [anon_sym_u16] = ACTIONS(472), + [anon_sym_i16] = ACTIONS(472), + [anon_sym_u32] = ACTIONS(472), + [anon_sym_i32] = ACTIONS(472), + [anon_sym_u64] = ACTIONS(472), + [anon_sym_i64] = ACTIONS(472), + [anon_sym_u128] = ACTIONS(472), + [anon_sym_i128] = ACTIONS(472), + [anon_sym_isize] = ACTIONS(472), + [anon_sym_usize] = ACTIONS(472), + [anon_sym_f32] = ACTIONS(472), + [anon_sym_f64] = ACTIONS(472), + [anon_sym_bool] = ACTIONS(472), + [anon_sym_str] = ACTIONS(472), + [anon_sym_char] = ACTIONS(472), + [anon_sym_DASH] = ACTIONS(892), + [anon_sym_BANG] = ACTIONS(892), + [anon_sym_AMP] = ACTIONS(894), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1140), - [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym_DOT_DOT] = ACTIONS(1056), + [anon_sym_COLON_COLON] = ACTIONS(476), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(356), - [anon_sym_break] = ACTIONS(41), + [anon_sym_async] = ACTIONS(478), + [anon_sym_break] = ACTIONS(480), [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(360), + [anon_sym_continue] = ACTIONS(482), + [anon_sym_default] = ACTIONS(484), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(364), + [anon_sym_gen] = ACTIONS(486), [anon_sym_if] = ACTIONS(366), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(71), - [anon_sym_static] = ACTIONS(372), - [anon_sym_union] = ACTIONS(360), + [anon_sym_return] = ACTIONS(488), + [anon_sym_static] = ACTIONS(490), + [anon_sym_union] = ACTIONS(484), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(360), - [anon_sym_yield] = ACTIONS(93), - [anon_sym_move] = ACTIONS(95), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(492), + [anon_sym_move] = ACTIONS(494), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -55873,68 +55942,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(111), - [sym_super] = ACTIONS(113), - [sym_crate] = ACTIONS(113), - [sym_metavariable] = ACTIONS(117), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, [STATE(336)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1471), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(228), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1789), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(214), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(336), [sym_block_comment] = STATE(336), [sym_identifier] = ACTIONS(470), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), - [anon_sym_STAR] = ACTIONS(1204), + [anon_sym_STAR] = ACTIONS(1046), [anon_sym_u8] = ACTIONS(472), [anon_sym_i8] = ACTIONS(472), [anon_sym_u16] = ACTIONS(472), @@ -55952,32 +56021,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(472), [anon_sym_str] = ACTIONS(472), [anon_sym_char] = ACTIONS(472), - [anon_sym_DASH] = ACTIONS(1204), - [anon_sym_BANG] = ACTIONS(1204), - [anon_sym_AMP] = ACTIONS(1206), + [anon_sym_DASH] = ACTIONS(1046), + [anon_sym_BANG] = ACTIONS(1046), + [anon_sym_AMP] = ACTIONS(1048), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1208), + [anon_sym_DOT_DOT] = ACTIONS(1052), [anon_sym_COLON_COLON] = ACTIONS(476), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(478), - [anon_sym_break] = ACTIONS(480), + [anon_sym_async] = ACTIONS(504), + [anon_sym_break] = ACTIONS(506), [anon_sym_const] = ACTIONS(358), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(482), + [anon_sym_default] = ACTIONS(484), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(484), + [anon_sym_gen] = ACTIONS(508), [anon_sym_if] = ACTIONS(366), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(486), - [anon_sym_static] = ACTIONS(488), - [anon_sym_union] = ACTIONS(482), + [anon_sym_return] = ACTIONS(510), + [anon_sym_static] = ACTIONS(512), + [anon_sym_union] = ACTIONS(484), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(490), - [anon_sym_move] = ACTIONS(492), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(514), + [anon_sym_move] = ACTIONS(516), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -55986,61 +56055,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, [STATE(337)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1572), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1470), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(337), [sym_block_comment] = STATE(337), [sym_identifier] = ACTIONS(344), @@ -56070,7 +56139,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(1082), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(356), @@ -56107,60 +56176,173 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(99), }, [STATE(338)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1544), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(210), - [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2703), + [sym_bracketed_type] = STATE(3702), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3445), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(2557), + [sym_scoped_identifier] = STATE(2236), + [sym_scoped_type_identifier] = STATE(2185), + [sym_const_block] = STATE(2192), + [sym_closure_expression] = STATE(2970), + [sym_closure_parameters] = STATE(225), + [sym__pattern] = STATE(2624), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), [sym_line_comment] = STATE(338), [sym_block_comment] = STATE(338), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_RPAREN] = ACTIONS(1430), + [anon_sym_LBRACK] = ACTIONS(1116), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), + [anon_sym_u8] = ACTIONS(1306), + [anon_sym_i8] = ACTIONS(1306), + [anon_sym_u16] = ACTIONS(1306), + [anon_sym_i16] = ACTIONS(1306), + [anon_sym_u32] = ACTIONS(1306), + [anon_sym_i32] = ACTIONS(1306), + [anon_sym_u64] = ACTIONS(1306), + [anon_sym_i64] = ACTIONS(1306), + [anon_sym_u128] = ACTIONS(1306), + [anon_sym_i128] = ACTIONS(1306), + [anon_sym_isize] = ACTIONS(1306), + [anon_sym_usize] = ACTIONS(1306), + [anon_sym_f32] = ACTIONS(1306), + [anon_sym_f64] = ACTIONS(1306), + [anon_sym_bool] = ACTIONS(1306), + [anon_sym_str] = ACTIONS(1306), + [anon_sym_char] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(1390), + [anon_sym_PIPE] = ACTIONS(1392), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1394), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COMMA] = ACTIONS(1396), + [anon_sym_COLON_COLON] = ACTIONS(1314), + [anon_sym_SQUOTE] = ACTIONS(1146), + [anon_sym_async] = ACTIONS(1398), + [anon_sym_const] = ACTIONS(1150), + [anon_sym_default] = ACTIONS(1316), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), + [anon_sym_gen] = ACTIONS(1318), + [anon_sym_impl] = ACTIONS(1160), + [anon_sym_static] = ACTIONS(1400), + [anon_sym_union] = ACTIONS(1318), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_ref] = ACTIONS(1166), + [anon_sym_dyn] = ACTIONS(1168), + [sym_mutable_specifier] = ACTIONS(1402), + [anon_sym_raw] = ACTIONS(1318), + [anon_sym_move] = ACTIONS(1404), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1322), + [sym_super] = ACTIONS(1322), + [sym_crate] = ACTIONS(1322), + [sym_metavariable] = ACTIONS(1324), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), + }, + [STATE(339)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1440), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(214), + [sym_label] = STATE(3711), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(339), + [sym_block_comment] = STATE(339), [sym_identifier] = ACTIONS(470), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), - [anon_sym_STAR] = ACTIONS(894), + [anon_sym_STAR] = ACTIONS(1046), [anon_sym_u8] = ACTIONS(472), [anon_sym_i8] = ACTIONS(472), [anon_sym_u16] = ACTIONS(472), @@ -56178,32 +56360,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(472), [anon_sym_str] = ACTIONS(472), [anon_sym_char] = ACTIONS(472), - [anon_sym_DASH] = ACTIONS(894), - [anon_sym_BANG] = ACTIONS(894), - [anon_sym_AMP] = ACTIONS(896), + [anon_sym_DASH] = ACTIONS(1046), + [anon_sym_BANG] = ACTIONS(1046), + [anon_sym_AMP] = ACTIONS(1048), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1144), + [anon_sym_DOT_DOT] = ACTIONS(1052), [anon_sym_COLON_COLON] = ACTIONS(476), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(512), - [anon_sym_break] = ACTIONS(514), + [anon_sym_async] = ACTIONS(504), + [anon_sym_break] = ACTIONS(506), [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(516), - [anon_sym_default] = ACTIONS(482), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(484), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(518), + [anon_sym_gen] = ACTIONS(508), [anon_sym_if] = ACTIONS(366), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(520), - [anon_sym_static] = ACTIONS(522), - [anon_sym_union] = ACTIONS(482), + [anon_sym_return] = ACTIONS(510), + [anon_sym_static] = ACTIONS(512), + [anon_sym_union] = ACTIONS(484), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(524), - [anon_sym_move] = ACTIONS(526), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(514), + [anon_sym_move] = ACTIONS(516), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -56212,68 +56394,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, - [STATE(339)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1691), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(210), + [STATE(340)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1790), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(214), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(339), - [sym_block_comment] = STATE(339), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(340), + [sym_block_comment] = STATE(340), [sym_identifier] = ACTIONS(470), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), - [anon_sym_STAR] = ACTIONS(894), + [anon_sym_STAR] = ACTIONS(1046), [anon_sym_u8] = ACTIONS(472), [anon_sym_i8] = ACTIONS(472), [anon_sym_u16] = ACTIONS(472), @@ -56291,32 +56473,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(472), [anon_sym_str] = ACTIONS(472), [anon_sym_char] = ACTIONS(472), - [anon_sym_DASH] = ACTIONS(894), - [anon_sym_BANG] = ACTIONS(894), - [anon_sym_AMP] = ACTIONS(896), + [anon_sym_DASH] = ACTIONS(1046), + [anon_sym_BANG] = ACTIONS(1046), + [anon_sym_AMP] = ACTIONS(1048), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1144), + [anon_sym_DOT_DOT] = ACTIONS(1052), [anon_sym_COLON_COLON] = ACTIONS(476), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(512), - [anon_sym_break] = ACTIONS(514), + [anon_sym_async] = ACTIONS(504), + [anon_sym_break] = ACTIONS(506), [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(516), - [anon_sym_default] = ACTIONS(482), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(484), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(518), + [anon_sym_gen] = ACTIONS(508), [anon_sym_if] = ACTIONS(366), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(520), - [anon_sym_static] = ACTIONS(522), - [anon_sym_union] = ACTIONS(482), + [anon_sym_return] = ACTIONS(510), + [anon_sym_static] = ACTIONS(512), + [anon_sym_union] = ACTIONS(484), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(524), - [anon_sym_move] = ACTIONS(526), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(514), + [anon_sym_move] = ACTIONS(516), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -56325,181 +56507,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, - [STATE(340)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2646), - [sym_bracketed_type] = STATE(3702), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3434), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(2533), - [sym_scoped_identifier] = STATE(2200), - [sym_scoped_type_identifier] = STATE(2197), - [sym_const_block] = STATE(2182), - [sym_closure_expression] = STATE(3030), - [sym_closure_parameters] = STATE(242), - [sym__pattern] = STATE(2669), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), - [sym_line_comment] = STATE(340), - [sym_block_comment] = STATE(340), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(1162), - [anon_sym_LPAREN] = ACTIONS(1164), - [anon_sym_RPAREN] = ACTIONS(1436), - [anon_sym_LBRACK] = ACTIONS(1064), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), - [anon_sym_u8] = ACTIONS(1168), - [anon_sym_i8] = ACTIONS(1168), - [anon_sym_u16] = ACTIONS(1168), - [anon_sym_i16] = ACTIONS(1168), - [anon_sym_u32] = ACTIONS(1168), - [anon_sym_i32] = ACTIONS(1168), - [anon_sym_u64] = ACTIONS(1168), - [anon_sym_i64] = ACTIONS(1168), - [anon_sym_u128] = ACTIONS(1168), - [anon_sym_i128] = ACTIONS(1168), - [anon_sym_isize] = ACTIONS(1168), - [anon_sym_usize] = ACTIONS(1168), - [anon_sym_f32] = ACTIONS(1168), - [anon_sym_f64] = ACTIONS(1168), - [anon_sym_bool] = ACTIONS(1168), - [anon_sym_str] = ACTIONS(1168), - [anon_sym_char] = ACTIONS(1168), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(1418), - [anon_sym_PIPE] = ACTIONS(1420), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1422), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COMMA] = ACTIONS(1424), - [anon_sym_COLON_COLON] = ACTIONS(1176), - [anon_sym_SQUOTE] = ACTIONS(1094), - [anon_sym_async] = ACTIONS(1426), - [anon_sym_const] = ACTIONS(1098), - [anon_sym_default] = ACTIONS(1178), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), - [anon_sym_gen] = ACTIONS(1180), - [anon_sym_impl] = ACTIONS(1108), - [anon_sym_static] = ACTIONS(1428), - [anon_sym_union] = ACTIONS(1180), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_ref] = ACTIONS(1114), - [anon_sym_dyn] = ACTIONS(1116), - [sym_mutable_specifier] = ACTIONS(1430), - [anon_sym_raw] = ACTIONS(1180), - [anon_sym_move] = ACTIONS(1432), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1184), - [sym_super] = ACTIONS(1184), - [sym_crate] = ACTIONS(1184), - [sym_metavariable] = ACTIONS(1186), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), - }, [STATE(341)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1501), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(210), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1791), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(214), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(341), [sym_block_comment] = STATE(341), [sym_identifier] = ACTIONS(470), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), - [anon_sym_STAR] = ACTIONS(894), + [anon_sym_STAR] = ACTIONS(1046), [anon_sym_u8] = ACTIONS(472), [anon_sym_i8] = ACTIONS(472), [anon_sym_u16] = ACTIONS(472), @@ -56517,32 +56586,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(472), [anon_sym_str] = ACTIONS(472), [anon_sym_char] = ACTIONS(472), - [anon_sym_DASH] = ACTIONS(894), - [anon_sym_BANG] = ACTIONS(894), - [anon_sym_AMP] = ACTIONS(896), + [anon_sym_DASH] = ACTIONS(1046), + [anon_sym_BANG] = ACTIONS(1046), + [anon_sym_AMP] = ACTIONS(1048), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1144), + [anon_sym_DOT_DOT] = ACTIONS(1052), [anon_sym_COLON_COLON] = ACTIONS(476), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(512), - [anon_sym_break] = ACTIONS(514), + [anon_sym_async] = ACTIONS(504), + [anon_sym_break] = ACTIONS(506), [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(516), - [anon_sym_default] = ACTIONS(482), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(484), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(518), + [anon_sym_gen] = ACTIONS(508), [anon_sym_if] = ACTIONS(366), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(520), - [anon_sym_static] = ACTIONS(522), - [anon_sym_union] = ACTIONS(482), + [anon_sym_return] = ACTIONS(510), + [anon_sym_static] = ACTIONS(512), + [anon_sym_union] = ACTIONS(484), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(524), - [anon_sym_move] = ACTIONS(526), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(514), + [anon_sym_move] = ACTIONS(516), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -56551,68 +56620,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, [STATE(342)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1694), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(210), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1792), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(214), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(342), [sym_block_comment] = STATE(342), [sym_identifier] = ACTIONS(470), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), - [anon_sym_STAR] = ACTIONS(894), + [anon_sym_STAR] = ACTIONS(1046), [anon_sym_u8] = ACTIONS(472), [anon_sym_i8] = ACTIONS(472), [anon_sym_u16] = ACTIONS(472), @@ -56630,32 +56699,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(472), [anon_sym_str] = ACTIONS(472), [anon_sym_char] = ACTIONS(472), - [anon_sym_DASH] = ACTIONS(894), - [anon_sym_BANG] = ACTIONS(894), - [anon_sym_AMP] = ACTIONS(896), + [anon_sym_DASH] = ACTIONS(1046), + [anon_sym_BANG] = ACTIONS(1046), + [anon_sym_AMP] = ACTIONS(1048), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1144), + [anon_sym_DOT_DOT] = ACTIONS(1052), [anon_sym_COLON_COLON] = ACTIONS(476), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(512), - [anon_sym_break] = ACTIONS(514), + [anon_sym_async] = ACTIONS(504), + [anon_sym_break] = ACTIONS(506), [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(516), - [anon_sym_default] = ACTIONS(482), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(484), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(518), + [anon_sym_gen] = ACTIONS(508), [anon_sym_if] = ACTIONS(366), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(520), - [anon_sym_static] = ACTIONS(522), - [anon_sym_union] = ACTIONS(482), + [anon_sym_return] = ACTIONS(510), + [anon_sym_static] = ACTIONS(512), + [anon_sym_union] = ACTIONS(484), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(524), - [anon_sym_move] = ACTIONS(526), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(514), + [anon_sym_move] = ACTIONS(516), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -56664,68 +56733,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, [STATE(343)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1710), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(210), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1698), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(236), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(343), [sym_block_comment] = STATE(343), [sym_identifier] = ACTIONS(470), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), - [anon_sym_STAR] = ACTIONS(894), + [anon_sym_STAR] = ACTIONS(892), [anon_sym_u8] = ACTIONS(472), [anon_sym_i8] = ACTIONS(472), [anon_sym_u16] = ACTIONS(472), @@ -56743,32 +56812,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(472), [anon_sym_str] = ACTIONS(472), [anon_sym_char] = ACTIONS(472), - [anon_sym_DASH] = ACTIONS(894), - [anon_sym_BANG] = ACTIONS(894), - [anon_sym_AMP] = ACTIONS(896), + [anon_sym_DASH] = ACTIONS(892), + [anon_sym_BANG] = ACTIONS(892), + [anon_sym_AMP] = ACTIONS(894), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1144), + [anon_sym_DOT_DOT] = ACTIONS(1056), [anon_sym_COLON_COLON] = ACTIONS(476), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(512), - [anon_sym_break] = ACTIONS(514), + [anon_sym_async] = ACTIONS(478), + [anon_sym_break] = ACTIONS(480), [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(516), - [anon_sym_default] = ACTIONS(482), + [anon_sym_continue] = ACTIONS(482), + [anon_sym_default] = ACTIONS(484), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(518), + [anon_sym_gen] = ACTIONS(486), [anon_sym_if] = ACTIONS(366), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(520), - [anon_sym_static] = ACTIONS(522), - [anon_sym_union] = ACTIONS(482), + [anon_sym_return] = ACTIONS(488), + [anon_sym_static] = ACTIONS(490), + [anon_sym_union] = ACTIONS(484), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(524), - [anon_sym_move] = ACTIONS(526), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(492), + [anon_sym_move] = ACTIONS(494), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -56777,111 +56846,111 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, [STATE(344)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1700), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(210), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1771), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(344), [sym_block_comment] = STATE(344), - [sym_identifier] = ACTIONS(470), + [sym_identifier] = ACTIONS(344), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), - [anon_sym_STAR] = ACTIONS(894), - [anon_sym_u8] = ACTIONS(472), - [anon_sym_i8] = ACTIONS(472), - [anon_sym_u16] = ACTIONS(472), - [anon_sym_i16] = ACTIONS(472), - [anon_sym_u32] = ACTIONS(472), - [anon_sym_i32] = ACTIONS(472), - [anon_sym_u64] = ACTIONS(472), - [anon_sym_i64] = ACTIONS(472), - [anon_sym_u128] = ACTIONS(472), - [anon_sym_i128] = ACTIONS(472), - [anon_sym_isize] = ACTIONS(472), - [anon_sym_usize] = ACTIONS(472), - [anon_sym_f32] = ACTIONS(472), - [anon_sym_f64] = ACTIONS(472), - [anon_sym_bool] = ACTIONS(472), - [anon_sym_str] = ACTIONS(472), - [anon_sym_char] = ACTIONS(472), - [anon_sym_DASH] = ACTIONS(894), - [anon_sym_BANG] = ACTIONS(894), - [anon_sym_AMP] = ACTIONS(896), + [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(1144), - [anon_sym_COLON_COLON] = ACTIONS(476), + [anon_sym_DOT_DOT] = ACTIONS(31), + [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(512), - [anon_sym_break] = ACTIONS(514), + [anon_sym_async] = ACTIONS(356), + [anon_sym_break] = ACTIONS(41), [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(516), - [anon_sym_default] = ACTIONS(482), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(360), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(518), + [anon_sym_gen] = ACTIONS(364), [anon_sym_if] = ACTIONS(366), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(520), - [anon_sym_static] = ACTIONS(522), - [anon_sym_union] = ACTIONS(482), + [anon_sym_return] = ACTIONS(71), + [anon_sym_static] = ACTIONS(372), + [anon_sym_union] = ACTIONS(360), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(524), - [anon_sym_move] = ACTIONS(526), + [anon_sym_raw] = ACTIONS(360), + [anon_sym_yield] = ACTIONS(93), + [anon_sym_move] = ACTIONS(95), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -56890,111 +56959,111 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), + [sym_self] = ACTIONS(111), + [sym_super] = ACTIONS(113), + [sym_crate] = ACTIONS(113), + [sym_metavariable] = ACTIONS(117), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, [STATE(345)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1847), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(228), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1773), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(345), [sym_block_comment] = STATE(345), - [sym_identifier] = ACTIONS(470), + [sym_identifier] = ACTIONS(344), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), - [anon_sym_STAR] = ACTIONS(1204), - [anon_sym_u8] = ACTIONS(472), - [anon_sym_i8] = ACTIONS(472), - [anon_sym_u16] = ACTIONS(472), - [anon_sym_i16] = ACTIONS(472), - [anon_sym_u32] = ACTIONS(472), - [anon_sym_i32] = ACTIONS(472), - [anon_sym_u64] = ACTIONS(472), - [anon_sym_i64] = ACTIONS(472), - [anon_sym_u128] = ACTIONS(472), - [anon_sym_i128] = ACTIONS(472), - [anon_sym_isize] = ACTIONS(472), - [anon_sym_usize] = ACTIONS(472), - [anon_sym_f32] = ACTIONS(472), - [anon_sym_f64] = ACTIONS(472), - [anon_sym_bool] = ACTIONS(472), - [anon_sym_str] = ACTIONS(472), - [anon_sym_char] = ACTIONS(472), - [anon_sym_DASH] = ACTIONS(1204), - [anon_sym_BANG] = ACTIONS(1204), - [anon_sym_AMP] = ACTIONS(1206), + [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(1208), - [anon_sym_COLON_COLON] = ACTIONS(476), + [anon_sym_DOT_DOT] = ACTIONS(31), + [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(478), - [anon_sym_break] = ACTIONS(480), + [anon_sym_async] = ACTIONS(356), + [anon_sym_break] = ACTIONS(41), [anon_sym_const] = ACTIONS(358), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(482), + [anon_sym_default] = ACTIONS(360), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(484), + [anon_sym_gen] = ACTIONS(364), [anon_sym_if] = ACTIONS(366), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(486), - [anon_sym_static] = ACTIONS(488), - [anon_sym_union] = ACTIONS(482), + [anon_sym_return] = ACTIONS(71), + [anon_sym_static] = ACTIONS(372), + [anon_sym_union] = ACTIONS(360), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(490), - [anon_sym_move] = ACTIONS(492), + [anon_sym_raw] = ACTIONS(360), + [anon_sym_yield] = ACTIONS(93), + [anon_sym_move] = ACTIONS(95), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -57003,111 +57072,111 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), + [sym_self] = ACTIONS(111), + [sym_super] = ACTIONS(113), + [sym_crate] = ACTIONS(113), + [sym_metavariable] = ACTIONS(117), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, [STATE(346)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1661), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(210), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1830), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(346), [sym_block_comment] = STATE(346), - [sym_identifier] = ACTIONS(470), + [sym_identifier] = ACTIONS(344), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), - [anon_sym_STAR] = ACTIONS(894), - [anon_sym_u8] = ACTIONS(472), - [anon_sym_i8] = ACTIONS(472), - [anon_sym_u16] = ACTIONS(472), - [anon_sym_i16] = ACTIONS(472), - [anon_sym_u32] = ACTIONS(472), - [anon_sym_i32] = ACTIONS(472), - [anon_sym_u64] = ACTIONS(472), - [anon_sym_i64] = ACTIONS(472), - [anon_sym_u128] = ACTIONS(472), - [anon_sym_i128] = ACTIONS(472), - [anon_sym_isize] = ACTIONS(472), - [anon_sym_usize] = ACTIONS(472), - [anon_sym_f32] = ACTIONS(472), - [anon_sym_f64] = ACTIONS(472), - [anon_sym_bool] = ACTIONS(472), - [anon_sym_str] = ACTIONS(472), - [anon_sym_char] = ACTIONS(472), - [anon_sym_DASH] = ACTIONS(894), - [anon_sym_BANG] = ACTIONS(894), - [anon_sym_AMP] = ACTIONS(896), + [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(1144), - [anon_sym_COLON_COLON] = ACTIONS(476), + [anon_sym_DOT_DOT] = ACTIONS(31), + [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(512), - [anon_sym_break] = ACTIONS(514), + [anon_sym_async] = ACTIONS(356), + [anon_sym_break] = ACTIONS(41), [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(516), - [anon_sym_default] = ACTIONS(482), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(360), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(518), + [anon_sym_gen] = ACTIONS(364), [anon_sym_if] = ACTIONS(366), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(520), - [anon_sym_static] = ACTIONS(522), - [anon_sym_union] = ACTIONS(482), + [anon_sym_return] = ACTIONS(71), + [anon_sym_static] = ACTIONS(372), + [anon_sym_union] = ACTIONS(360), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(524), - [anon_sym_move] = ACTIONS(526), + [anon_sym_raw] = ACTIONS(360), + [anon_sym_yield] = ACTIONS(93), + [anon_sym_move] = ACTIONS(95), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -57116,112 +57185,112 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), + [sym_self] = ACTIONS(111), + [sym_super] = ACTIONS(113), + [sym_crate] = ACTIONS(113), + [sym_metavariable] = ACTIONS(117), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, [STATE(347)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1683), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(210), - [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1837), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(476), + [sym_match_expression] = STATE(476), + [sym_while_expression] = STATE(476), + [sym_loop_expression] = STATE(476), + [sym_for_expression] = STATE(476), + [sym_const_block] = STATE(476), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), + [sym_label] = STATE(3771), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(476), + [sym_async_block] = STATE(476), + [sym_gen_block] = STATE(476), + [sym_try_block] = STATE(476), + [sym_block] = STATE(476), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(347), [sym_block_comment] = STATE(347), - [sym_identifier] = ACTIONS(470), + [sym_identifier] = ACTIONS(344), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(348), - [anon_sym_STAR] = ACTIONS(894), - [anon_sym_u8] = ACTIONS(472), - [anon_sym_i8] = ACTIONS(472), - [anon_sym_u16] = ACTIONS(472), - [anon_sym_i16] = ACTIONS(472), - [anon_sym_u32] = ACTIONS(472), - [anon_sym_i32] = ACTIONS(472), - [anon_sym_u64] = ACTIONS(472), - [anon_sym_i64] = ACTIONS(472), - [anon_sym_u128] = ACTIONS(472), - [anon_sym_i128] = ACTIONS(472), - [anon_sym_isize] = ACTIONS(472), - [anon_sym_usize] = ACTIONS(472), - [anon_sym_f32] = ACTIONS(472), - [anon_sym_f64] = ACTIONS(472), - [anon_sym_bool] = ACTIONS(472), - [anon_sym_str] = ACTIONS(472), - [anon_sym_char] = ACTIONS(472), - [anon_sym_DASH] = ACTIONS(894), - [anon_sym_BANG] = ACTIONS(894), - [anon_sym_AMP] = ACTIONS(896), + [anon_sym_LBRACE] = ACTIONS(1408), + [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(1144), - [anon_sym_COLON_COLON] = ACTIONS(476), + [anon_sym_DOT_DOT] = ACTIONS(31), + [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(512), - [anon_sym_break] = ACTIONS(514), - [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(516), - [anon_sym_default] = ACTIONS(482), - [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(518), - [anon_sym_if] = ACTIONS(366), - [anon_sym_loop] = ACTIONS(368), - [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(520), - [anon_sym_static] = ACTIONS(522), - [anon_sym_union] = ACTIONS(482), - [anon_sym_unsafe] = ACTIONS(374), - [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(524), - [anon_sym_move] = ACTIONS(526), - [anon_sym_try] = ACTIONS(378), + [anon_sym_async] = ACTIONS(1410), + [anon_sym_break] = ACTIONS(41), + [anon_sym_const] = ACTIONS(1412), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(360), + [anon_sym_for] = ACTIONS(1414), + [anon_sym_gen] = ACTIONS(1416), + [anon_sym_if] = ACTIONS(1418), + [anon_sym_loop] = ACTIONS(1420), + [anon_sym_match] = ACTIONS(1422), + [anon_sym_return] = ACTIONS(71), + [anon_sym_static] = ACTIONS(372), + [anon_sym_union] = ACTIONS(360), + [anon_sym_unsafe] = ACTIONS(1424), + [anon_sym_while] = ACTIONS(1426), + [anon_sym_raw] = ACTIONS(360), + [anon_sym_yield] = ACTIONS(93), + [anon_sym_move] = ACTIONS(95), + [anon_sym_try] = ACTIONS(1428), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), [sym_char_literal] = ACTIONS(99), @@ -57229,111 +57298,111 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), + [sym_self] = ACTIONS(111), + [sym_super] = ACTIONS(113), + [sym_crate] = ACTIONS(113), + [sym_metavariable] = ACTIONS(117), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, [STATE(348)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1686), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(210), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1964), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(348), [sym_block_comment] = STATE(348), - [sym_identifier] = ACTIONS(470), + [sym_identifier] = ACTIONS(344), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), - [anon_sym_STAR] = ACTIONS(894), - [anon_sym_u8] = ACTIONS(472), - [anon_sym_i8] = ACTIONS(472), - [anon_sym_u16] = ACTIONS(472), - [anon_sym_i16] = ACTIONS(472), - [anon_sym_u32] = ACTIONS(472), - [anon_sym_i32] = ACTIONS(472), - [anon_sym_u64] = ACTIONS(472), - [anon_sym_i64] = ACTIONS(472), - [anon_sym_u128] = ACTIONS(472), - [anon_sym_i128] = ACTIONS(472), - [anon_sym_isize] = ACTIONS(472), - [anon_sym_usize] = ACTIONS(472), - [anon_sym_f32] = ACTIONS(472), - [anon_sym_f64] = ACTIONS(472), - [anon_sym_bool] = ACTIONS(472), - [anon_sym_str] = ACTIONS(472), - [anon_sym_char] = ACTIONS(472), - [anon_sym_DASH] = ACTIONS(894), - [anon_sym_BANG] = ACTIONS(894), - [anon_sym_AMP] = ACTIONS(896), + [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(1144), - [anon_sym_COLON_COLON] = ACTIONS(476), + [anon_sym_DOT_DOT] = ACTIONS(31), + [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(512), - [anon_sym_break] = ACTIONS(514), + [anon_sym_async] = ACTIONS(356), + [anon_sym_break] = ACTIONS(41), [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(516), - [anon_sym_default] = ACTIONS(482), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(360), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(518), + [anon_sym_gen] = ACTIONS(364), [anon_sym_if] = ACTIONS(366), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(520), - [anon_sym_static] = ACTIONS(522), - [anon_sym_union] = ACTIONS(482), + [anon_sym_return] = ACTIONS(71), + [anon_sym_static] = ACTIONS(372), + [anon_sym_union] = ACTIONS(360), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(524), - [anon_sym_move] = ACTIONS(526), + [anon_sym_raw] = ACTIONS(360), + [anon_sym_yield] = ACTIONS(93), + [anon_sym_move] = ACTIONS(95), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -57342,111 +57411,111 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), + [sym_self] = ACTIONS(111), + [sym_super] = ACTIONS(113), + [sym_crate] = ACTIONS(113), + [sym_metavariable] = ACTIONS(117), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, [STATE(349)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1721), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(210), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1963), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(349), [sym_block_comment] = STATE(349), - [sym_identifier] = ACTIONS(470), + [sym_identifier] = ACTIONS(344), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), - [anon_sym_STAR] = ACTIONS(894), - [anon_sym_u8] = ACTIONS(472), - [anon_sym_i8] = ACTIONS(472), - [anon_sym_u16] = ACTIONS(472), - [anon_sym_i16] = ACTIONS(472), - [anon_sym_u32] = ACTIONS(472), - [anon_sym_i32] = ACTIONS(472), - [anon_sym_u64] = ACTIONS(472), - [anon_sym_i64] = ACTIONS(472), - [anon_sym_u128] = ACTIONS(472), - [anon_sym_i128] = ACTIONS(472), - [anon_sym_isize] = ACTIONS(472), - [anon_sym_usize] = ACTIONS(472), - [anon_sym_f32] = ACTIONS(472), - [anon_sym_f64] = ACTIONS(472), - [anon_sym_bool] = ACTIONS(472), - [anon_sym_str] = ACTIONS(472), - [anon_sym_char] = ACTIONS(472), - [anon_sym_DASH] = ACTIONS(894), - [anon_sym_BANG] = ACTIONS(894), - [anon_sym_AMP] = ACTIONS(896), + [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(1144), - [anon_sym_COLON_COLON] = ACTIONS(476), + [anon_sym_DOT_DOT] = ACTIONS(31), + [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(512), - [anon_sym_break] = ACTIONS(514), + [anon_sym_async] = ACTIONS(356), + [anon_sym_break] = ACTIONS(41), [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(516), - [anon_sym_default] = ACTIONS(482), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(360), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(518), + [anon_sym_gen] = ACTIONS(364), [anon_sym_if] = ACTIONS(366), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(520), - [anon_sym_static] = ACTIONS(522), - [anon_sym_union] = ACTIONS(482), + [anon_sym_return] = ACTIONS(71), + [anon_sym_static] = ACTIONS(372), + [anon_sym_union] = ACTIONS(360), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(524), - [anon_sym_move] = ACTIONS(526), + [anon_sym_raw] = ACTIONS(360), + [anon_sym_yield] = ACTIONS(93), + [anon_sym_move] = ACTIONS(95), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -57455,68 +57524,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), + [sym_self] = ACTIONS(111), + [sym_super] = ACTIONS(113), + [sym_crate] = ACTIONS(113), + [sym_metavariable] = ACTIONS(117), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, [STATE(350)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1669), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(210), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1794), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(214), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(350), [sym_block_comment] = STATE(350), [sym_identifier] = ACTIONS(470), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), - [anon_sym_STAR] = ACTIONS(894), + [anon_sym_STAR] = ACTIONS(1046), [anon_sym_u8] = ACTIONS(472), [anon_sym_i8] = ACTIONS(472), [anon_sym_u16] = ACTIONS(472), @@ -57534,32 +57603,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(472), [anon_sym_str] = ACTIONS(472), [anon_sym_char] = ACTIONS(472), - [anon_sym_DASH] = ACTIONS(894), - [anon_sym_BANG] = ACTIONS(894), - [anon_sym_AMP] = ACTIONS(896), + [anon_sym_DASH] = ACTIONS(1046), + [anon_sym_BANG] = ACTIONS(1046), + [anon_sym_AMP] = ACTIONS(1048), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1144), + [anon_sym_DOT_DOT] = ACTIONS(1052), [anon_sym_COLON_COLON] = ACTIONS(476), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(512), - [anon_sym_break] = ACTIONS(514), + [anon_sym_async] = ACTIONS(504), + [anon_sym_break] = ACTIONS(506), [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(516), - [anon_sym_default] = ACTIONS(482), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(484), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(518), + [anon_sym_gen] = ACTIONS(508), [anon_sym_if] = ACTIONS(366), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(520), - [anon_sym_static] = ACTIONS(522), - [anon_sym_union] = ACTIONS(482), + [anon_sym_return] = ACTIONS(510), + [anon_sym_static] = ACTIONS(512), + [anon_sym_union] = ACTIONS(484), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(524), - [anon_sym_move] = ACTIONS(526), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(514), + [anon_sym_move] = ACTIONS(516), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -57568,68 +57637,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, [STATE(351)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1837), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(210), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1795), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(214), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(351), [sym_block_comment] = STATE(351), [sym_identifier] = ACTIONS(470), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), - [anon_sym_STAR] = ACTIONS(894), + [anon_sym_STAR] = ACTIONS(1046), [anon_sym_u8] = ACTIONS(472), [anon_sym_i8] = ACTIONS(472), [anon_sym_u16] = ACTIONS(472), @@ -57647,32 +57716,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(472), [anon_sym_str] = ACTIONS(472), [anon_sym_char] = ACTIONS(472), - [anon_sym_DASH] = ACTIONS(894), - [anon_sym_BANG] = ACTIONS(894), - [anon_sym_AMP] = ACTIONS(896), + [anon_sym_DASH] = ACTIONS(1046), + [anon_sym_BANG] = ACTIONS(1046), + [anon_sym_AMP] = ACTIONS(1048), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(898), + [anon_sym_DOT_DOT] = ACTIONS(1052), [anon_sym_COLON_COLON] = ACTIONS(476), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(512), - [anon_sym_break] = ACTIONS(514), + [anon_sym_async] = ACTIONS(504), + [anon_sym_break] = ACTIONS(506), [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(516), - [anon_sym_default] = ACTIONS(482), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(484), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(518), + [anon_sym_gen] = ACTIONS(508), [anon_sym_if] = ACTIONS(366), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(520), - [anon_sym_static] = ACTIONS(522), - [anon_sym_union] = ACTIONS(482), + [anon_sym_return] = ACTIONS(510), + [anon_sym_static] = ACTIONS(512), + [anon_sym_union] = ACTIONS(484), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(524), - [anon_sym_move] = ACTIONS(526), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(514), + [anon_sym_move] = ACTIONS(516), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -57681,61 +57750,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, [STATE(352)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1572), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1540), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(352), [sym_block_comment] = STATE(352), [sym_identifier] = ACTIONS(344), @@ -57765,7 +57834,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(1140), + [anon_sym_DOT_DOT] = ACTIONS(1082), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(356), @@ -57802,60 +57871,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(99), }, [STATE(353)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1519), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(210), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1643), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(236), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(353), [sym_block_comment] = STATE(353), [sym_identifier] = ACTIONS(470), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), - [anon_sym_STAR] = ACTIONS(894), + [anon_sym_STAR] = ACTIONS(892), [anon_sym_u8] = ACTIONS(472), [anon_sym_i8] = ACTIONS(472), [anon_sym_u16] = ACTIONS(472), @@ -57873,32 +57942,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(472), [anon_sym_str] = ACTIONS(472), [anon_sym_char] = ACTIONS(472), - [anon_sym_DASH] = ACTIONS(894), - [anon_sym_BANG] = ACTIONS(894), - [anon_sym_AMP] = ACTIONS(896), + [anon_sym_DASH] = ACTIONS(892), + [anon_sym_BANG] = ACTIONS(892), + [anon_sym_AMP] = ACTIONS(894), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1144), + [anon_sym_DOT_DOT] = ACTIONS(896), [anon_sym_COLON_COLON] = ACTIONS(476), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(512), - [anon_sym_break] = ACTIONS(514), + [anon_sym_async] = ACTIONS(478), + [anon_sym_break] = ACTIONS(480), [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(516), - [anon_sym_default] = ACTIONS(482), + [anon_sym_continue] = ACTIONS(482), + [anon_sym_default] = ACTIONS(484), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(518), + [anon_sym_gen] = ACTIONS(486), [anon_sym_if] = ACTIONS(366), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(520), - [anon_sym_static] = ACTIONS(522), - [anon_sym_union] = ACTIONS(482), + [anon_sym_return] = ACTIONS(488), + [anon_sym_static] = ACTIONS(490), + [anon_sym_union] = ACTIONS(484), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(524), - [anon_sym_move] = ACTIONS(526), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(492), + [anon_sym_move] = ACTIONS(494), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -57907,111 +57976,224 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, [STATE(354)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1853), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), - [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_attribute_item] = STATE(403), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_self_parameter] = STATE(3368), + [sym_variadic_parameter] = STATE(3368), + [sym_parameter] = STATE(3368), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(3070), + [sym_bracketed_type] = STATE(3694), + [sym_lifetime] = STATE(3032), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3357), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(2298), + [sym_scoped_type_identifier] = STATE(2185), + [sym_const_block] = STATE(2192), + [sym__pattern] = STATE(3247), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), [sym_line_comment] = STATE(354), [sym_block_comment] = STATE(354), - [sym_identifier] = ACTIONS(344), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(1110), + [anon_sym_LPAREN] = ACTIONS(1112), + [anon_sym_LBRACK] = ACTIONS(1116), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), + [anon_sym_u8] = ACTIONS(1122), + [anon_sym_i8] = ACTIONS(1122), + [anon_sym_u16] = ACTIONS(1122), + [anon_sym_i16] = ACTIONS(1122), + [anon_sym_u32] = ACTIONS(1122), + [anon_sym_i32] = ACTIONS(1122), + [anon_sym_u64] = ACTIONS(1122), + [anon_sym_i64] = ACTIONS(1122), + [anon_sym_u128] = ACTIONS(1122), + [anon_sym_i128] = ACTIONS(1122), + [anon_sym_isize] = ACTIONS(1122), + [anon_sym_usize] = ACTIONS(1122), + [anon_sym_f32] = ACTIONS(1122), + [anon_sym_f64] = ACTIONS(1122), + [anon_sym_bool] = ACTIONS(1122), + [anon_sym_str] = ACTIONS(1122), + [anon_sym_char] = ACTIONS(1122), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(1128), + [anon_sym_PIPE] = ACTIONS(1130), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1360), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1136), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COLON_COLON] = ACTIONS(1142), + [anon_sym_POUND] = ACTIONS(1144), + [anon_sym_SQUOTE] = ACTIONS(1146), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1150), + [anon_sym_default] = ACTIONS(1152), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), + [anon_sym_gen] = ACTIONS(1158), + [anon_sym_impl] = ACTIONS(1160), + [anon_sym_union] = ACTIONS(1158), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_ref] = ACTIONS(1166), + [anon_sym_dyn] = ACTIONS(1168), + [sym_mutable_specifier] = ACTIONS(1170), + [anon_sym_raw] = ACTIONS(1158), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1178), + [sym_super] = ACTIONS(1180), + [sym_crate] = ACTIONS(1180), + [sym_metavariable] = ACTIONS(1182), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), + }, + [STATE(355)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1796), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(214), + [sym_label] = STATE(3711), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(355), + [sym_block_comment] = STATE(355), + [sym_identifier] = ACTIONS(470), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), - [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(1046), + [anon_sym_u8] = ACTIONS(472), + [anon_sym_i8] = ACTIONS(472), + [anon_sym_u16] = ACTIONS(472), + [anon_sym_i16] = ACTIONS(472), + [anon_sym_u32] = ACTIONS(472), + [anon_sym_i32] = ACTIONS(472), + [anon_sym_u64] = ACTIONS(472), + [anon_sym_i64] = ACTIONS(472), + [anon_sym_u128] = ACTIONS(472), + [anon_sym_i128] = ACTIONS(472), + [anon_sym_isize] = ACTIONS(472), + [anon_sym_usize] = ACTIONS(472), + [anon_sym_f32] = ACTIONS(472), + [anon_sym_f64] = ACTIONS(472), + [anon_sym_bool] = ACTIONS(472), + [anon_sym_str] = ACTIONS(472), + [anon_sym_char] = ACTIONS(472), + [anon_sym_DASH] = ACTIONS(1046), + [anon_sym_BANG] = ACTIONS(1046), + [anon_sym_AMP] = ACTIONS(1048), [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(1052), + [anon_sym_COLON_COLON] = ACTIONS(476), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(356), - [anon_sym_break] = ACTIONS(41), + [anon_sym_async] = ACTIONS(504), + [anon_sym_break] = ACTIONS(506), [anon_sym_const] = ACTIONS(358), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(360), + [anon_sym_default] = ACTIONS(484), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(364), + [anon_sym_gen] = ACTIONS(508), [anon_sym_if] = ACTIONS(366), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(71), - [anon_sym_static] = ACTIONS(372), - [anon_sym_union] = ACTIONS(360), + [anon_sym_return] = ACTIONS(510), + [anon_sym_static] = ACTIONS(512), + [anon_sym_union] = ACTIONS(484), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(360), - [anon_sym_yield] = ACTIONS(93), - [anon_sym_move] = ACTIONS(95), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(514), + [anon_sym_move] = ACTIONS(516), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -58020,174 +58202,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(111), - [sym_super] = ACTIONS(113), - [sym_crate] = ACTIONS(113), - [sym_metavariable] = ACTIONS(117), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, - [STATE(355)] = { - [sym_bracketed_type] = STATE(3669), - [sym_generic_function] = STATE(1894), - [sym_generic_type_with_turbofish] = STATE(3057), - [sym__expression_except_range] = STATE(1672), - [sym__expression] = STATE(1964), - [sym_macro_invocation] = STATE(1901), - [sym_scoped_identifier] = STATE(1644), - [sym_scoped_type_identifier_in_expression_position] = STATE(3253), - [sym_range_expression] = STATE(1897), - [sym_unary_expression] = STATE(1894), - [sym_try_expression] = STATE(1894), - [sym_reference_expression] = STATE(1894), - [sym_binary_expression] = STATE(1894), - [sym_assignment_expression] = STATE(1894), - [sym_compound_assignment_expr] = STATE(1894), - [sym_type_cast_expression] = STATE(1894), - [sym_return_expression] = STATE(1894), - [sym_yield_expression] = STATE(1894), - [sym_call_expression] = STATE(1894), - [sym_array_expression] = STATE(1894), - [sym_parenthesized_expression] = STATE(1894), - [sym_tuple_expression] = STATE(1894), - [sym_unit_expression] = STATE(1894), - [sym_struct_expression] = STATE(1894), - [sym_if_expression] = STATE(1894), - [sym_match_expression] = STATE(1894), - [sym_while_expression] = STATE(1894), - [sym_loop_expression] = STATE(1894), - [sym_for_expression] = STATE(1894), - [sym_const_block] = STATE(1894), - [sym_closure_expression] = STATE(1894), - [sym_closure_parameters] = STATE(220), - [sym_label] = STATE(3777), - [sym_break_expression] = STATE(1894), - [sym_continue_expression] = STATE(1894), - [sym_index_expression] = STATE(1894), - [sym_await_expression] = STATE(1894), - [sym_field_expression] = STATE(1674), - [sym_unsafe_block] = STATE(1894), - [sym_async_block] = STATE(1894), - [sym_gen_block] = STATE(1894), - [sym_try_block] = STATE(1894), - [sym_block] = STATE(1894), - [sym__literal] = STATE(1894), - [sym_string_literal] = STATE(1768), - [sym_raw_string_literal] = STATE(1768), - [sym_boolean_literal] = STATE(1768), - [sym_line_comment] = STATE(355), - [sym_block_comment] = STATE(355), - [sym_identifier] = ACTIONS(410), - [anon_sym_LPAREN] = ACTIONS(500), - [anon_sym_LBRACK] = ACTIONS(502), - [anon_sym_LBRACE] = ACTIONS(412), - [anon_sym_STAR] = ACTIONS(904), - [anon_sym_u8] = ACTIONS(416), - [anon_sym_i8] = ACTIONS(416), - [anon_sym_u16] = ACTIONS(416), - [anon_sym_i16] = ACTIONS(416), - [anon_sym_u32] = ACTIONS(416), - [anon_sym_i32] = ACTIONS(416), - [anon_sym_u64] = ACTIONS(416), - [anon_sym_i64] = ACTIONS(416), - [anon_sym_u128] = ACTIONS(416), - [anon_sym_i128] = ACTIONS(416), - [anon_sym_isize] = ACTIONS(416), - [anon_sym_usize] = ACTIONS(416), - [anon_sym_f32] = ACTIONS(416), - [anon_sym_f64] = ACTIONS(416), - [anon_sym_bool] = ACTIONS(416), - [anon_sym_str] = ACTIONS(416), - [anon_sym_char] = ACTIONS(416), - [anon_sym_DASH] = ACTIONS(904), - [anon_sym_BANG] = ACTIONS(904), - [anon_sym_AMP] = ACTIONS(906), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(908), - [anon_sym_COLON_COLON] = ACTIONS(420), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(422), - [anon_sym_break] = ACTIONS(424), - [anon_sym_const] = ACTIONS(426), - [anon_sym_continue] = ACTIONS(428), - [anon_sym_default] = ACTIONS(430), - [anon_sym_for] = ACTIONS(432), - [anon_sym_gen] = ACTIONS(434), - [anon_sym_if] = ACTIONS(436), - [anon_sym_loop] = ACTIONS(438), - [anon_sym_match] = ACTIONS(440), - [anon_sym_return] = ACTIONS(442), - [anon_sym_static] = ACTIONS(444), - [anon_sym_union] = ACTIONS(430), - [anon_sym_unsafe] = ACTIONS(446), - [anon_sym_while] = ACTIONS(448), - [anon_sym_raw] = ACTIONS(430), - [anon_sym_yield] = ACTIONS(450), - [anon_sym_move] = ACTIONS(452), - [anon_sym_try] = ACTIONS(454), - [sym_integer_literal] = ACTIONS(456), - [aux_sym_string_literal_token1] = ACTIONS(458), - [sym_char_literal] = ACTIONS(456), - [anon_sym_true] = ACTIONS(460), - [anon_sym_false] = ACTIONS(460), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(462), - [sym_super] = ACTIONS(464), - [sym_crate] = ACTIONS(464), - [sym_metavariable] = ACTIONS(466), - [sym__raw_string_literal_start] = ACTIONS(468), - [sym_float_literal] = ACTIONS(456), - }, [STATE(356)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1968), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1729), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(356), [sym_block_comment] = STATE(356), [sym_identifier] = ACTIONS(344), @@ -58254,59 +58323,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(99), }, [STATE(357)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1916), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), - [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1957), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(495), + [sym_match_expression] = STATE(495), + [sym_while_expression] = STATE(495), + [sym_loop_expression] = STATE(495), + [sym_for_expression] = STATE(495), + [sym_const_block] = STATE(495), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), + [sym_label] = STATE(3771), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(495), + [sym_async_block] = STATE(495), + [sym_gen_block] = STATE(495), + [sym_try_block] = STATE(495), + [sym_block] = STATE(495), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(357), [sym_block_comment] = STATE(357), [sym_identifier] = ACTIONS(344), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(348), + [anon_sym_LBRACE] = ACTIONS(1408), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), [anon_sym_i8] = ACTIONS(23), @@ -58333,25 +58402,25 @@ 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(356), + [anon_sym_async] = ACTIONS(1410), [anon_sym_break] = ACTIONS(41), - [anon_sym_const] = ACTIONS(358), + [anon_sym_const] = ACTIONS(1412), [anon_sym_continue] = ACTIONS(45), [anon_sym_default] = ACTIONS(360), - [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(364), - [anon_sym_if] = ACTIONS(366), - [anon_sym_loop] = ACTIONS(368), - [anon_sym_match] = ACTIONS(370), + [anon_sym_for] = ACTIONS(1414), + [anon_sym_gen] = ACTIONS(1416), + [anon_sym_if] = ACTIONS(1418), + [anon_sym_loop] = ACTIONS(1420), + [anon_sym_match] = ACTIONS(1422), [anon_sym_return] = ACTIONS(71), [anon_sym_static] = ACTIONS(372), [anon_sym_union] = ACTIONS(360), - [anon_sym_unsafe] = ACTIONS(374), - [anon_sym_while] = ACTIONS(376), + [anon_sym_unsafe] = ACTIONS(1424), + [anon_sym_while] = ACTIONS(1426), [anon_sym_raw] = ACTIONS(360), [anon_sym_yield] = ACTIONS(93), [anon_sym_move] = ACTIONS(95), - [anon_sym_try] = ACTIONS(378), + [anon_sym_try] = ACTIONS(1428), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), [sym_char_literal] = ACTIONS(99), @@ -58367,53 +58436,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(99), }, [STATE(358)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1924), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1962), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(358), [sym_block_comment] = STATE(358), [sym_identifier] = ACTIONS(344), @@ -58480,60 +58549,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(99), }, [STATE(359)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1730), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(228), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1797), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(214), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(359), [sym_block_comment] = STATE(359), [sym_identifier] = ACTIONS(470), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), - [anon_sym_STAR] = ACTIONS(1204), + [anon_sym_STAR] = ACTIONS(1046), [anon_sym_u8] = ACTIONS(472), [anon_sym_i8] = ACTIONS(472), [anon_sym_u16] = ACTIONS(472), @@ -58551,32 +58620,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(472), [anon_sym_str] = ACTIONS(472), [anon_sym_char] = ACTIONS(472), - [anon_sym_DASH] = ACTIONS(1204), - [anon_sym_BANG] = ACTIONS(1204), - [anon_sym_AMP] = ACTIONS(1206), + [anon_sym_DASH] = ACTIONS(1046), + [anon_sym_BANG] = ACTIONS(1046), + [anon_sym_AMP] = ACTIONS(1048), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1408), + [anon_sym_DOT_DOT] = ACTIONS(1052), [anon_sym_COLON_COLON] = ACTIONS(476), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(478), - [anon_sym_break] = ACTIONS(480), + [anon_sym_async] = ACTIONS(504), + [anon_sym_break] = ACTIONS(506), [anon_sym_const] = ACTIONS(358), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(482), + [anon_sym_default] = ACTIONS(484), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(484), + [anon_sym_gen] = ACTIONS(508), [anon_sym_if] = ACTIONS(366), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(486), - [anon_sym_static] = ACTIONS(488), - [anon_sym_union] = ACTIONS(482), + [anon_sym_return] = ACTIONS(510), + [anon_sym_static] = ACTIONS(512), + [anon_sym_union] = ACTIONS(484), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(490), - [anon_sym_move] = ACTIONS(492), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(514), + [anon_sym_move] = ACTIONS(516), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -58585,181 +58654,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, [STATE(360)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1519), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1798), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(214), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(360), [sym_block_comment] = STATE(360), - [sym_identifier] = ACTIONS(344), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(348), - [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(1140), - [anon_sym_COLON_COLON] = ACTIONS(33), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(356), - [anon_sym_break] = ACTIONS(41), - [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(360), - [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(364), - [anon_sym_if] = ACTIONS(366), - [anon_sym_loop] = ACTIONS(368), - [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(71), - [anon_sym_static] = ACTIONS(372), - [anon_sym_union] = ACTIONS(360), - [anon_sym_unsafe] = ACTIONS(374), - [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(360), - [anon_sym_yield] = ACTIONS(93), - [anon_sym_move] = ACTIONS(95), - [anon_sym_try] = ACTIONS(378), - [sym_integer_literal] = ACTIONS(99), - [aux_sym_string_literal_token1] = ACTIONS(101), - [sym_char_literal] = ACTIONS(99), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(111), - [sym_super] = ACTIONS(113), - [sym_crate] = ACTIONS(113), - [sym_metavariable] = ACTIONS(117), - [sym__raw_string_literal_start] = ACTIONS(119), - [sym_float_literal] = ACTIONS(99), - }, - [STATE(361)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1544), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(228), - [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(361), - [sym_block_comment] = STATE(361), [sym_identifier] = ACTIONS(470), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), - [anon_sym_STAR] = ACTIONS(1204), + [anon_sym_STAR] = ACTIONS(1046), [anon_sym_u8] = ACTIONS(472), [anon_sym_i8] = ACTIONS(472), [anon_sym_u16] = ACTIONS(472), @@ -58777,32 +58733,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(472), [anon_sym_str] = ACTIONS(472), [anon_sym_char] = ACTIONS(472), - [anon_sym_DASH] = ACTIONS(1204), - [anon_sym_BANG] = ACTIONS(1204), - [anon_sym_AMP] = ACTIONS(1206), + [anon_sym_DASH] = ACTIONS(1046), + [anon_sym_BANG] = ACTIONS(1046), + [anon_sym_AMP] = ACTIONS(1048), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1208), + [anon_sym_DOT_DOT] = ACTIONS(1052), [anon_sym_COLON_COLON] = ACTIONS(476), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(478), - [anon_sym_break] = ACTIONS(480), + [anon_sym_async] = ACTIONS(504), + [anon_sym_break] = ACTIONS(506), [anon_sym_const] = ACTIONS(358), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(482), + [anon_sym_default] = ACTIONS(484), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(484), + [anon_sym_gen] = ACTIONS(508), [anon_sym_if] = ACTIONS(366), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(486), - [anon_sym_static] = ACTIONS(488), - [anon_sym_union] = ACTIONS(482), + [anon_sym_return] = ACTIONS(510), + [anon_sym_static] = ACTIONS(512), + [anon_sym_union] = ACTIONS(484), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(490), - [anon_sym_move] = ACTIONS(492), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(514), + [anon_sym_move] = ACTIONS(516), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -58811,112 +58767,225 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, + [STATE(361)] = { + [sym_else_clause] = STATE(404), + [sym_line_comment] = STATE(361), + [sym_block_comment] = STATE(361), + [ts_builtin_sym_end] = ACTIONS(1432), + [sym_identifier] = ACTIONS(1434), + [anon_sym_SEMI] = ACTIONS(1432), + [anon_sym_macro_rules_BANG] = ACTIONS(1432), + [anon_sym_LPAREN] = ACTIONS(1432), + [anon_sym_LBRACK] = ACTIONS(1432), + [anon_sym_LBRACE] = ACTIONS(1432), + [anon_sym_RBRACE] = ACTIONS(1432), + [anon_sym_PLUS] = ACTIONS(1434), + [anon_sym_STAR] = ACTIONS(1434), + [anon_sym_QMARK] = ACTIONS(1432), + [anon_sym_u8] = ACTIONS(1434), + [anon_sym_i8] = ACTIONS(1434), + [anon_sym_u16] = ACTIONS(1434), + [anon_sym_i16] = ACTIONS(1434), + [anon_sym_u32] = ACTIONS(1434), + [anon_sym_i32] = ACTIONS(1434), + [anon_sym_u64] = ACTIONS(1434), + [anon_sym_i64] = ACTIONS(1434), + [anon_sym_u128] = ACTIONS(1434), + [anon_sym_i128] = ACTIONS(1434), + [anon_sym_isize] = ACTIONS(1434), + [anon_sym_usize] = ACTIONS(1434), + [anon_sym_f32] = ACTIONS(1434), + [anon_sym_f64] = ACTIONS(1434), + [anon_sym_bool] = ACTIONS(1434), + [anon_sym_str] = ACTIONS(1434), + [anon_sym_char] = ACTIONS(1434), + [anon_sym_DASH] = ACTIONS(1434), + [anon_sym_SLASH] = ACTIONS(1434), + [anon_sym_PERCENT] = ACTIONS(1434), + [anon_sym_CARET] = ACTIONS(1434), + [anon_sym_BANG] = ACTIONS(1434), + [anon_sym_AMP] = ACTIONS(1434), + [anon_sym_PIPE] = ACTIONS(1434), + [anon_sym_AMP_AMP] = ACTIONS(1432), + [anon_sym_PIPE_PIPE] = ACTIONS(1432), + [anon_sym_LT_LT] = ACTIONS(1434), + [anon_sym_GT_GT] = ACTIONS(1434), + [anon_sym_PLUS_EQ] = ACTIONS(1432), + [anon_sym_DASH_EQ] = ACTIONS(1432), + [anon_sym_STAR_EQ] = ACTIONS(1432), + [anon_sym_SLASH_EQ] = ACTIONS(1432), + [anon_sym_PERCENT_EQ] = ACTIONS(1432), + [anon_sym_CARET_EQ] = ACTIONS(1432), + [anon_sym_AMP_EQ] = ACTIONS(1432), + [anon_sym_PIPE_EQ] = ACTIONS(1432), + [anon_sym_LT_LT_EQ] = ACTIONS(1432), + [anon_sym_GT_GT_EQ] = ACTIONS(1432), + [anon_sym_EQ] = ACTIONS(1434), + [anon_sym_EQ_EQ] = ACTIONS(1432), + [anon_sym_BANG_EQ] = ACTIONS(1432), + [anon_sym_GT] = ACTIONS(1434), + [anon_sym_LT] = ACTIONS(1434), + [anon_sym_GT_EQ] = ACTIONS(1432), + [anon_sym_LT_EQ] = ACTIONS(1432), + [anon_sym_DOT] = ACTIONS(1434), + [anon_sym_DOT_DOT] = ACTIONS(1434), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1432), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1432), + [anon_sym_COLON_COLON] = ACTIONS(1432), + [anon_sym_POUND] = ACTIONS(1432), + [anon_sym_SQUOTE] = ACTIONS(1434), + [anon_sym_as] = ACTIONS(1434), + [anon_sym_async] = ACTIONS(1434), + [anon_sym_break] = ACTIONS(1434), + [anon_sym_const] = ACTIONS(1434), + [anon_sym_continue] = ACTIONS(1434), + [anon_sym_default] = ACTIONS(1434), + [anon_sym_enum] = ACTIONS(1434), + [anon_sym_fn] = ACTIONS(1434), + [anon_sym_for] = ACTIONS(1434), + [anon_sym_gen] = ACTIONS(1434), + [anon_sym_if] = ACTIONS(1434), + [anon_sym_impl] = ACTIONS(1434), + [anon_sym_let] = ACTIONS(1434), + [anon_sym_loop] = ACTIONS(1434), + [anon_sym_match] = ACTIONS(1434), + [anon_sym_mod] = ACTIONS(1434), + [anon_sym_pub] = ACTIONS(1434), + [anon_sym_return] = ACTIONS(1434), + [anon_sym_static] = ACTIONS(1434), + [anon_sym_struct] = ACTIONS(1434), + [anon_sym_trait] = ACTIONS(1434), + [anon_sym_type] = ACTIONS(1434), + [anon_sym_union] = ACTIONS(1434), + [anon_sym_unsafe] = ACTIONS(1434), + [anon_sym_use] = ACTIONS(1434), + [anon_sym_while] = ACTIONS(1434), + [anon_sym_extern] = ACTIONS(1434), + [anon_sym_else] = ACTIONS(1436), + [anon_sym_raw] = ACTIONS(1434), + [anon_sym_yield] = ACTIONS(1434), + [anon_sym_move] = ACTIONS(1434), + [anon_sym_try] = ACTIONS(1434), + [sym_integer_literal] = ACTIONS(1432), + [aux_sym_string_literal_token1] = ACTIONS(1432), + [sym_char_literal] = ACTIONS(1432), + [anon_sym_true] = ACTIONS(1434), + [anon_sym_false] = ACTIONS(1434), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1434), + [sym_super] = ACTIONS(1434), + [sym_crate] = ACTIONS(1434), + [sym_metavariable] = ACTIONS(1432), + [sym__raw_string_literal_start] = ACTIONS(1432), + [sym_float_literal] = ACTIONS(1432), + }, [STATE(362)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1795), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(228), - [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1956), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(476), + [sym_match_expression] = STATE(476), + [sym_while_expression] = STATE(476), + [sym_loop_expression] = STATE(476), + [sym_for_expression] = STATE(476), + [sym_const_block] = STATE(476), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), + [sym_label] = STATE(3771), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(476), + [sym_async_block] = STATE(476), + [sym_gen_block] = STATE(476), + [sym_try_block] = STATE(476), + [sym_block] = STATE(476), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(362), [sym_block_comment] = STATE(362), - [sym_identifier] = ACTIONS(470), + [sym_identifier] = ACTIONS(344), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(348), - [anon_sym_STAR] = ACTIONS(1204), - [anon_sym_u8] = ACTIONS(472), - [anon_sym_i8] = ACTIONS(472), - [anon_sym_u16] = ACTIONS(472), - [anon_sym_i16] = ACTIONS(472), - [anon_sym_u32] = ACTIONS(472), - [anon_sym_i32] = ACTIONS(472), - [anon_sym_u64] = ACTIONS(472), - [anon_sym_i64] = ACTIONS(472), - [anon_sym_u128] = ACTIONS(472), - [anon_sym_i128] = ACTIONS(472), - [anon_sym_isize] = ACTIONS(472), - [anon_sym_usize] = ACTIONS(472), - [anon_sym_f32] = ACTIONS(472), - [anon_sym_f64] = ACTIONS(472), - [anon_sym_bool] = ACTIONS(472), - [anon_sym_str] = ACTIONS(472), - [anon_sym_char] = ACTIONS(472), - [anon_sym_DASH] = ACTIONS(1204), - [anon_sym_BANG] = ACTIONS(1204), - [anon_sym_AMP] = ACTIONS(1206), + [anon_sym_LBRACE] = ACTIONS(1408), + [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(1408), - [anon_sym_COLON_COLON] = ACTIONS(476), + [anon_sym_DOT_DOT] = ACTIONS(31), + [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(478), - [anon_sym_break] = ACTIONS(480), - [anon_sym_const] = ACTIONS(358), + [anon_sym_async] = ACTIONS(1410), + [anon_sym_break] = ACTIONS(41), + [anon_sym_const] = ACTIONS(1412), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(482), - [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(484), - [anon_sym_if] = ACTIONS(366), - [anon_sym_loop] = ACTIONS(368), - [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(486), - [anon_sym_static] = ACTIONS(488), - [anon_sym_union] = ACTIONS(482), - [anon_sym_unsafe] = ACTIONS(374), - [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(490), - [anon_sym_move] = ACTIONS(492), - [anon_sym_try] = ACTIONS(378), + [anon_sym_default] = ACTIONS(360), + [anon_sym_for] = ACTIONS(1414), + [anon_sym_gen] = ACTIONS(1416), + [anon_sym_if] = ACTIONS(1418), + [anon_sym_loop] = ACTIONS(1420), + [anon_sym_match] = ACTIONS(1422), + [anon_sym_return] = ACTIONS(71), + [anon_sym_static] = ACTIONS(372), + [anon_sym_union] = ACTIONS(360), + [anon_sym_unsafe] = ACTIONS(1424), + [anon_sym_while] = ACTIONS(1426), + [anon_sym_raw] = ACTIONS(360), + [anon_sym_yield] = ACTIONS(93), + [anon_sym_move] = ACTIONS(95), + [anon_sym_try] = ACTIONS(1428), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), [sym_char_literal] = ACTIONS(99), @@ -58924,61 +58993,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), + [sym_self] = ACTIONS(111), + [sym_super] = ACTIONS(113), + [sym_crate] = ACTIONS(113), + [sym_metavariable] = ACTIONS(117), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, [STATE(363)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1979), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1969), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(363), [sym_block_comment] = STATE(363), [sym_identifier] = ACTIONS(344), @@ -59045,53 +59114,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(99), }, [STATE(364)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1981), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1748), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(364), [sym_block_comment] = STATE(364), [sym_identifier] = ACTIONS(344), @@ -59158,60 +59227,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(99), }, [STATE(365)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1638), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(210), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1890), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(214), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(365), [sym_block_comment] = STATE(365), [sym_identifier] = ACTIONS(470), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), - [anon_sym_STAR] = ACTIONS(894), + [anon_sym_STAR] = ACTIONS(1046), [anon_sym_u8] = ACTIONS(472), [anon_sym_i8] = ACTIONS(472), [anon_sym_u16] = ACTIONS(472), @@ -59229,32 +59298,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(472), [anon_sym_str] = ACTIONS(472), [anon_sym_char] = ACTIONS(472), - [anon_sym_DASH] = ACTIONS(894), - [anon_sym_BANG] = ACTIONS(894), - [anon_sym_AMP] = ACTIONS(896), + [anon_sym_DASH] = ACTIONS(1046), + [anon_sym_BANG] = ACTIONS(1046), + [anon_sym_AMP] = ACTIONS(1048), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(898), + [anon_sym_DOT_DOT] = ACTIONS(1386), [anon_sym_COLON_COLON] = ACTIONS(476), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(512), - [anon_sym_break] = ACTIONS(514), + [anon_sym_async] = ACTIONS(504), + [anon_sym_break] = ACTIONS(506), [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(516), - [anon_sym_default] = ACTIONS(482), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(484), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(518), + [anon_sym_gen] = ACTIONS(508), [anon_sym_if] = ACTIONS(366), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(520), - [anon_sym_static] = ACTIONS(522), - [anon_sym_union] = ACTIONS(482), + [anon_sym_return] = ACTIONS(510), + [anon_sym_static] = ACTIONS(512), + [anon_sym_union] = ACTIONS(484), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(524), - [anon_sym_move] = ACTIONS(526), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(514), + [anon_sym_move] = ACTIONS(516), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -59263,61 +59332,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, [STATE(366)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1809), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1971), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(366), [sym_block_comment] = STATE(366), [sym_identifier] = ACTIONS(344), @@ -59384,168 +59453,55 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(99), }, [STATE(367)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1842), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(228), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1972), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(367), [sym_block_comment] = STATE(367), - [sym_identifier] = ACTIONS(470), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(348), - [anon_sym_STAR] = ACTIONS(1204), - [anon_sym_u8] = ACTIONS(472), - [anon_sym_i8] = ACTIONS(472), - [anon_sym_u16] = ACTIONS(472), - [anon_sym_i16] = ACTIONS(472), - [anon_sym_u32] = ACTIONS(472), - [anon_sym_i32] = ACTIONS(472), - [anon_sym_u64] = ACTIONS(472), - [anon_sym_i64] = ACTIONS(472), - [anon_sym_u128] = ACTIONS(472), - [anon_sym_i128] = ACTIONS(472), - [anon_sym_isize] = ACTIONS(472), - [anon_sym_usize] = ACTIONS(472), - [anon_sym_f32] = ACTIONS(472), - [anon_sym_f64] = ACTIONS(472), - [anon_sym_bool] = ACTIONS(472), - [anon_sym_str] = ACTIONS(472), - [anon_sym_char] = ACTIONS(472), - [anon_sym_DASH] = ACTIONS(1204), - [anon_sym_BANG] = ACTIONS(1204), - [anon_sym_AMP] = ACTIONS(1206), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1208), - [anon_sym_COLON_COLON] = ACTIONS(476), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(478), - [anon_sym_break] = ACTIONS(480), - [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(482), - [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(484), - [anon_sym_if] = ACTIONS(366), - [anon_sym_loop] = ACTIONS(368), - [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(486), - [anon_sym_static] = ACTIONS(488), - [anon_sym_union] = ACTIONS(482), - [anon_sym_unsafe] = ACTIONS(374), - [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(490), - [anon_sym_move] = ACTIONS(492), - [anon_sym_try] = ACTIONS(378), - [sym_integer_literal] = ACTIONS(99), - [aux_sym_string_literal_token1] = ACTIONS(101), - [sym_char_literal] = ACTIONS(99), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), - [sym__raw_string_literal_start] = ACTIONS(119), - [sym_float_literal] = ACTIONS(99), - }, - [STATE(368)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1950), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), - [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(368), - [sym_block_comment] = STATE(368), [sym_identifier] = ACTIONS(344), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -59609,54 +59565,167 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, + [STATE(368)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1652), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(236), + [sym_label] = STATE(3711), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(368), + [sym_block_comment] = STATE(368), + [sym_identifier] = ACTIONS(470), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(348), + [anon_sym_STAR] = ACTIONS(892), + [anon_sym_u8] = ACTIONS(472), + [anon_sym_i8] = ACTIONS(472), + [anon_sym_u16] = ACTIONS(472), + [anon_sym_i16] = ACTIONS(472), + [anon_sym_u32] = ACTIONS(472), + [anon_sym_i32] = ACTIONS(472), + [anon_sym_u64] = ACTIONS(472), + [anon_sym_i64] = ACTIONS(472), + [anon_sym_u128] = ACTIONS(472), + [anon_sym_i128] = ACTIONS(472), + [anon_sym_isize] = ACTIONS(472), + [anon_sym_usize] = ACTIONS(472), + [anon_sym_f32] = ACTIONS(472), + [anon_sym_f64] = ACTIONS(472), + [anon_sym_bool] = ACTIONS(472), + [anon_sym_str] = ACTIONS(472), + [anon_sym_char] = ACTIONS(472), + [anon_sym_DASH] = ACTIONS(892), + [anon_sym_BANG] = ACTIONS(892), + [anon_sym_AMP] = ACTIONS(894), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(896), + [anon_sym_COLON_COLON] = ACTIONS(476), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(478), + [anon_sym_break] = ACTIONS(480), + [anon_sym_const] = ACTIONS(358), + [anon_sym_continue] = ACTIONS(482), + [anon_sym_default] = ACTIONS(484), + [anon_sym_for] = ACTIONS(362), + [anon_sym_gen] = ACTIONS(486), + [anon_sym_if] = ACTIONS(366), + [anon_sym_loop] = ACTIONS(368), + [anon_sym_match] = ACTIONS(370), + [anon_sym_return] = ACTIONS(488), + [anon_sym_static] = ACTIONS(490), + [anon_sym_union] = ACTIONS(484), + [anon_sym_unsafe] = ACTIONS(374), + [anon_sym_while] = ACTIONS(376), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(492), + [anon_sym_move] = ACTIONS(494), + [anon_sym_try] = ACTIONS(378), + [sym_integer_literal] = ACTIONS(99), + [aux_sym_string_literal_token1] = ACTIONS(101), + [sym_char_literal] = ACTIONS(99), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), + [sym__raw_string_literal_start] = ACTIONS(119), + [sym_float_literal] = ACTIONS(99), + }, [STATE(369)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1951), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1896), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(369), [sym_block_comment] = STATE(369), [sym_identifier] = ACTIONS(344), @@ -59723,53 +59792,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(99), }, [STATE(370)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1815), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1758), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(370), [sym_block_comment] = STATE(370), [sym_identifier] = ACTIONS(344), @@ -59836,53 +59905,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(99), }, [STATE(371)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1954), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1979), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(371), [sym_block_comment] = STATE(371), [sym_identifier] = ACTIONS(344), @@ -59949,53 +60018,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(99), }, [STATE(372)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1820), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1982), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(372), [sym_block_comment] = STATE(372), [sym_identifier] = ACTIONS(344), @@ -60062,53 +60131,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(99), }, [STATE(373)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1955), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1902), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(373), [sym_block_comment] = STATE(373), [sym_identifier] = ACTIONS(344), @@ -60175,103 +60244,103 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(99), }, [STATE(374)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1646), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(210), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1966), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(374), [sym_block_comment] = STATE(374), - [sym_identifier] = ACTIONS(470), + [sym_identifier] = ACTIONS(344), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), - [anon_sym_STAR] = ACTIONS(894), - [anon_sym_u8] = ACTIONS(472), - [anon_sym_i8] = ACTIONS(472), - [anon_sym_u16] = ACTIONS(472), - [anon_sym_i16] = ACTIONS(472), - [anon_sym_u32] = ACTIONS(472), - [anon_sym_i32] = ACTIONS(472), - [anon_sym_u64] = ACTIONS(472), - [anon_sym_i64] = ACTIONS(472), - [anon_sym_u128] = ACTIONS(472), - [anon_sym_i128] = ACTIONS(472), - [anon_sym_isize] = ACTIONS(472), - [anon_sym_usize] = ACTIONS(472), - [anon_sym_f32] = ACTIONS(472), - [anon_sym_f64] = ACTIONS(472), - [anon_sym_bool] = ACTIONS(472), - [anon_sym_str] = ACTIONS(472), - [anon_sym_char] = ACTIONS(472), - [anon_sym_DASH] = ACTIONS(894), - [anon_sym_BANG] = ACTIONS(894), - [anon_sym_AMP] = ACTIONS(896), + [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(898), - [anon_sym_COLON_COLON] = ACTIONS(476), + [anon_sym_DOT_DOT] = ACTIONS(31), + [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(512), - [anon_sym_break] = ACTIONS(514), + [anon_sym_async] = ACTIONS(356), + [anon_sym_break] = ACTIONS(41), [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(516), - [anon_sym_default] = ACTIONS(482), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(360), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(518), + [anon_sym_gen] = ACTIONS(364), [anon_sym_if] = ACTIONS(366), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(520), - [anon_sym_static] = ACTIONS(522), - [anon_sym_union] = ACTIONS(482), + [anon_sym_return] = ACTIONS(71), + [anon_sym_static] = ACTIONS(372), + [anon_sym_union] = ACTIONS(360), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(524), - [anon_sym_move] = ACTIONS(526), + [anon_sym_raw] = ACTIONS(360), + [anon_sym_yield] = ACTIONS(93), + [anon_sym_move] = ACTIONS(95), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -60280,61 +60349,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), + [sym_self] = ACTIONS(111), + [sym_super] = ACTIONS(113), + [sym_crate] = ACTIONS(113), + [sym_metavariable] = ACTIONS(117), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, [STATE(375)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1824), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1905), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(375), [sym_block_comment] = STATE(375), [sym_identifier] = ACTIONS(344), @@ -60401,53 +60470,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(99), }, [STATE(376)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1956), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1950), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(376), [sym_block_comment] = STATE(376), [sym_identifier] = ACTIONS(344), @@ -60514,55 +60583,168 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(99), }, [STATE(377)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1957), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1653), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(236), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(377), [sym_block_comment] = STATE(377), + [sym_identifier] = ACTIONS(470), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(348), + [anon_sym_STAR] = ACTIONS(892), + [anon_sym_u8] = ACTIONS(472), + [anon_sym_i8] = ACTIONS(472), + [anon_sym_u16] = ACTIONS(472), + [anon_sym_i16] = ACTIONS(472), + [anon_sym_u32] = ACTIONS(472), + [anon_sym_i32] = ACTIONS(472), + [anon_sym_u64] = ACTIONS(472), + [anon_sym_i64] = ACTIONS(472), + [anon_sym_u128] = ACTIONS(472), + [anon_sym_i128] = ACTIONS(472), + [anon_sym_isize] = ACTIONS(472), + [anon_sym_usize] = ACTIONS(472), + [anon_sym_f32] = ACTIONS(472), + [anon_sym_f64] = ACTIONS(472), + [anon_sym_bool] = ACTIONS(472), + [anon_sym_str] = ACTIONS(472), + [anon_sym_char] = ACTIONS(472), + [anon_sym_DASH] = ACTIONS(892), + [anon_sym_BANG] = ACTIONS(892), + [anon_sym_AMP] = ACTIONS(894), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(896), + [anon_sym_COLON_COLON] = ACTIONS(476), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(478), + [anon_sym_break] = ACTIONS(480), + [anon_sym_const] = ACTIONS(358), + [anon_sym_continue] = ACTIONS(482), + [anon_sym_default] = ACTIONS(484), + [anon_sym_for] = ACTIONS(362), + [anon_sym_gen] = ACTIONS(486), + [anon_sym_if] = ACTIONS(366), + [anon_sym_loop] = ACTIONS(368), + [anon_sym_match] = ACTIONS(370), + [anon_sym_return] = ACTIONS(488), + [anon_sym_static] = ACTIONS(490), + [anon_sym_union] = ACTIONS(484), + [anon_sym_unsafe] = ACTIONS(374), + [anon_sym_while] = ACTIONS(376), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(492), + [anon_sym_move] = ACTIONS(494), + [anon_sym_try] = ACTIONS(378), + [sym_integer_literal] = ACTIONS(99), + [aux_sym_string_literal_token1] = ACTIONS(101), + [sym_char_literal] = ACTIONS(99), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), + [sym__raw_string_literal_start] = ACTIONS(119), + [sym_float_literal] = ACTIONS(99), + }, + [STATE(378)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1906), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), + [sym_label] = STATE(3711), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(378), + [sym_block_comment] = STATE(378), [sym_identifier] = ACTIONS(344), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -60626,104 +60808,104 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, - [STATE(378)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1501), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(228), + [STATE(379)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1951), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(378), - [sym_block_comment] = STATE(378), - [sym_identifier] = ACTIONS(470), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(379), + [sym_block_comment] = STATE(379), + [sym_identifier] = ACTIONS(344), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), - [anon_sym_STAR] = ACTIONS(1204), - [anon_sym_u8] = ACTIONS(472), - [anon_sym_i8] = ACTIONS(472), - [anon_sym_u16] = ACTIONS(472), - [anon_sym_i16] = ACTIONS(472), - [anon_sym_u32] = ACTIONS(472), - [anon_sym_i32] = ACTIONS(472), - [anon_sym_u64] = ACTIONS(472), - [anon_sym_i64] = ACTIONS(472), - [anon_sym_u128] = ACTIONS(472), - [anon_sym_i128] = ACTIONS(472), - [anon_sym_isize] = ACTIONS(472), - [anon_sym_usize] = ACTIONS(472), - [anon_sym_f32] = ACTIONS(472), - [anon_sym_f64] = ACTIONS(472), - [anon_sym_bool] = ACTIONS(472), - [anon_sym_str] = ACTIONS(472), - [anon_sym_char] = ACTIONS(472), - [anon_sym_DASH] = ACTIONS(1204), - [anon_sym_BANG] = ACTIONS(1204), - [anon_sym_AMP] = ACTIONS(1206), + [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(1208), - [anon_sym_COLON_COLON] = ACTIONS(476), + [anon_sym_DOT_DOT] = ACTIONS(31), + [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(478), - [anon_sym_break] = ACTIONS(480), + [anon_sym_async] = ACTIONS(356), + [anon_sym_break] = ACTIONS(41), [anon_sym_const] = ACTIONS(358), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(482), + [anon_sym_default] = ACTIONS(360), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(484), + [anon_sym_gen] = ACTIONS(364), [anon_sym_if] = ACTIONS(366), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(486), - [anon_sym_static] = ACTIONS(488), - [anon_sym_union] = ACTIONS(482), + [anon_sym_return] = ACTIONS(71), + [anon_sym_static] = ACTIONS(372), + [anon_sym_union] = ACTIONS(360), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(490), - [anon_sym_move] = ACTIONS(492), + [anon_sym_raw] = ACTIONS(360), + [anon_sym_yield] = ACTIONS(93), + [anon_sym_move] = ACTIONS(95), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -60732,63 +60914,176 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), + [sym_self] = ACTIONS(111), + [sym_super] = ACTIONS(113), + [sym_crate] = ACTIONS(113), + [sym_metavariable] = ACTIONS(117), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, - [STATE(379)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1959), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [STATE(380)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1952), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(379), - [sym_block_comment] = STATE(379), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(380), + [sym_block_comment] = STATE(380), + [sym_identifier] = ACTIONS(344), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(348), + [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(356), + [anon_sym_break] = ACTIONS(41), + [anon_sym_const] = ACTIONS(358), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(360), + [anon_sym_for] = ACTIONS(362), + [anon_sym_gen] = ACTIONS(364), + [anon_sym_if] = ACTIONS(366), + [anon_sym_loop] = ACTIONS(368), + [anon_sym_match] = ACTIONS(370), + [anon_sym_return] = ACTIONS(71), + [anon_sym_static] = ACTIONS(372), + [anon_sym_union] = ACTIONS(360), + [anon_sym_unsafe] = ACTIONS(374), + [anon_sym_while] = ACTIONS(376), + [anon_sym_raw] = ACTIONS(360), + [anon_sym_yield] = ACTIONS(93), + [anon_sym_move] = ACTIONS(95), + [anon_sym_try] = ACTIONS(378), + [sym_integer_literal] = ACTIONS(99), + [aux_sym_string_literal_token1] = ACTIONS(101), + [sym_char_literal] = ACTIONS(99), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(111), + [sym_super] = ACTIONS(113), + [sym_crate] = ACTIONS(113), + [sym_metavariable] = ACTIONS(117), + [sym__raw_string_literal_start] = ACTIONS(119), + [sym_float_literal] = ACTIONS(99), + }, + [STATE(381)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1953), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), + [sym_label] = STATE(3711), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), + [sym_line_comment] = STATE(381), + [sym_block_comment] = STATE(381), [sym_identifier] = ACTIONS(344), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -60852,330 +61147,104 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, - [STATE(380)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1843), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(228), - [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(380), - [sym_block_comment] = STATE(380), - [sym_identifier] = ACTIONS(470), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(348), - [anon_sym_STAR] = ACTIONS(1204), - [anon_sym_u8] = ACTIONS(472), - [anon_sym_i8] = ACTIONS(472), - [anon_sym_u16] = ACTIONS(472), - [anon_sym_i16] = ACTIONS(472), - [anon_sym_u32] = ACTIONS(472), - [anon_sym_i32] = ACTIONS(472), - [anon_sym_u64] = ACTIONS(472), - [anon_sym_i64] = ACTIONS(472), - [anon_sym_u128] = ACTIONS(472), - [anon_sym_i128] = ACTIONS(472), - [anon_sym_isize] = ACTIONS(472), - [anon_sym_usize] = ACTIONS(472), - [anon_sym_f32] = ACTIONS(472), - [anon_sym_f64] = ACTIONS(472), - [anon_sym_bool] = ACTIONS(472), - [anon_sym_str] = ACTIONS(472), - [anon_sym_char] = ACTIONS(472), - [anon_sym_DASH] = ACTIONS(1204), - [anon_sym_BANG] = ACTIONS(1204), - [anon_sym_AMP] = ACTIONS(1206), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1208), - [anon_sym_COLON_COLON] = ACTIONS(476), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(478), - [anon_sym_break] = ACTIONS(480), - [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(482), - [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(484), - [anon_sym_if] = ACTIONS(366), - [anon_sym_loop] = ACTIONS(368), - [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(486), - [anon_sym_static] = ACTIONS(488), - [anon_sym_union] = ACTIONS(482), - [anon_sym_unsafe] = ACTIONS(374), - [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(490), - [anon_sym_move] = ACTIONS(492), - [anon_sym_try] = ACTIONS(378), - [sym_integer_literal] = ACTIONS(99), - [aux_sym_string_literal_token1] = ACTIONS(101), - [sym_char_literal] = ACTIONS(99), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), - [sym__raw_string_literal_start] = ACTIONS(119), - [sym_float_literal] = ACTIONS(99), - }, - [STATE(381)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1831), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(228), - [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), - [sym_line_comment] = STATE(381), - [sym_block_comment] = STATE(381), - [sym_identifier] = ACTIONS(470), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(348), - [anon_sym_STAR] = ACTIONS(1204), - [anon_sym_u8] = ACTIONS(472), - [anon_sym_i8] = ACTIONS(472), - [anon_sym_u16] = ACTIONS(472), - [anon_sym_i16] = ACTIONS(472), - [anon_sym_u32] = ACTIONS(472), - [anon_sym_i32] = ACTIONS(472), - [anon_sym_u64] = ACTIONS(472), - [anon_sym_i64] = ACTIONS(472), - [anon_sym_u128] = ACTIONS(472), - [anon_sym_i128] = ACTIONS(472), - [anon_sym_isize] = ACTIONS(472), - [anon_sym_usize] = ACTIONS(472), - [anon_sym_f32] = ACTIONS(472), - [anon_sym_f64] = ACTIONS(472), - [anon_sym_bool] = ACTIONS(472), - [anon_sym_str] = ACTIONS(472), - [anon_sym_char] = ACTIONS(472), - [anon_sym_DASH] = ACTIONS(1204), - [anon_sym_BANG] = ACTIONS(1204), - [anon_sym_AMP] = ACTIONS(1206), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1408), - [anon_sym_COLON_COLON] = ACTIONS(476), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(478), - [anon_sym_break] = ACTIONS(480), - [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(482), - [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(484), - [anon_sym_if] = ACTIONS(366), - [anon_sym_loop] = ACTIONS(368), - [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(486), - [anon_sym_static] = ACTIONS(488), - [anon_sym_union] = ACTIONS(482), - [anon_sym_unsafe] = ACTIONS(374), - [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(490), - [anon_sym_move] = ACTIONS(492), - [anon_sym_try] = ACTIONS(378), - [sym_integer_literal] = ACTIONS(99), - [aux_sym_string_literal_token1] = ACTIONS(101), - [sym_char_literal] = ACTIONS(99), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), - [sym__raw_string_literal_start] = ACTIONS(119), - [sym_float_literal] = ACTIONS(99), - }, [STATE(382)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1844), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(228), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1954), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(382), [sym_block_comment] = STATE(382), - [sym_identifier] = ACTIONS(470), + [sym_identifier] = ACTIONS(344), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), - [anon_sym_STAR] = ACTIONS(1204), - [anon_sym_u8] = ACTIONS(472), - [anon_sym_i8] = ACTIONS(472), - [anon_sym_u16] = ACTIONS(472), - [anon_sym_i16] = ACTIONS(472), - [anon_sym_u32] = ACTIONS(472), - [anon_sym_i32] = ACTIONS(472), - [anon_sym_u64] = ACTIONS(472), - [anon_sym_i64] = ACTIONS(472), - [anon_sym_u128] = ACTIONS(472), - [anon_sym_i128] = ACTIONS(472), - [anon_sym_isize] = ACTIONS(472), - [anon_sym_usize] = ACTIONS(472), - [anon_sym_f32] = ACTIONS(472), - [anon_sym_f64] = ACTIONS(472), - [anon_sym_bool] = ACTIONS(472), - [anon_sym_str] = ACTIONS(472), - [anon_sym_char] = ACTIONS(472), - [anon_sym_DASH] = ACTIONS(1204), - [anon_sym_BANG] = ACTIONS(1204), - [anon_sym_AMP] = ACTIONS(1206), + [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(1208), - [anon_sym_COLON_COLON] = ACTIONS(476), + [anon_sym_DOT_DOT] = ACTIONS(31), + [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(478), - [anon_sym_break] = ACTIONS(480), + [anon_sym_async] = ACTIONS(356), + [anon_sym_break] = ACTIONS(41), [anon_sym_const] = ACTIONS(358), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(482), + [anon_sym_default] = ACTIONS(360), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(484), + [anon_sym_gen] = ACTIONS(364), [anon_sym_if] = ACTIONS(366), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(486), - [anon_sym_static] = ACTIONS(488), - [anon_sym_union] = ACTIONS(482), + [anon_sym_return] = ACTIONS(71), + [anon_sym_static] = ACTIONS(372), + [anon_sym_union] = ACTIONS(360), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(490), - [anon_sym_move] = ACTIONS(492), + [anon_sym_raw] = ACTIONS(360), + [anon_sym_yield] = ACTIONS(93), + [anon_sym_move] = ACTIONS(95), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -61184,181 +61253,181 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), + [sym_self] = ACTIONS(111), + [sym_super] = ACTIONS(113), + [sym_crate] = ACTIONS(113), + [sym_metavariable] = ACTIONS(117), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, [STATE(383)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1658), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(210), - [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_bracketed_type] = STATE(3670), + [sym_generic_function] = STATE(1761), + [sym_generic_type_with_turbofish] = STATE(3007), + [sym__expression_except_range] = STATE(1674), + [sym__expression] = STATE(1768), + [sym_macro_invocation] = STATE(1765), + [sym_scoped_identifier] = STATE(1630), + [sym_scoped_type_identifier_in_expression_position] = STATE(3431), + [sym_range_expression] = STATE(1763), + [sym_unary_expression] = STATE(1761), + [sym_try_expression] = STATE(1761), + [sym_reference_expression] = STATE(1761), + [sym_binary_expression] = STATE(1761), + [sym_assignment_expression] = STATE(1761), + [sym_compound_assignment_expr] = STATE(1761), + [sym_type_cast_expression] = STATE(1761), + [sym_return_expression] = STATE(1761), + [sym_yield_expression] = STATE(1761), + [sym_call_expression] = STATE(1761), + [sym_array_expression] = STATE(1761), + [sym_parenthesized_expression] = STATE(1761), + [sym_tuple_expression] = STATE(1761), + [sym_unit_expression] = STATE(1761), + [sym_struct_expression] = STATE(1761), + [sym_if_expression] = STATE(1761), + [sym_match_expression] = STATE(1761), + [sym_while_expression] = STATE(1761), + [sym_loop_expression] = STATE(1761), + [sym_for_expression] = STATE(1761), + [sym_const_block] = STATE(1761), + [sym_closure_expression] = STATE(1761), + [sym_closure_parameters] = STATE(231), + [sym_label] = STATE(3777), + [sym_break_expression] = STATE(1761), + [sym_continue_expression] = STATE(1761), + [sym_index_expression] = STATE(1761), + [sym_await_expression] = STATE(1761), + [sym_field_expression] = STATE(1720), + [sym_unsafe_block] = STATE(1761), + [sym_async_block] = STATE(1761), + [sym_gen_block] = STATE(1761), + [sym_try_block] = STATE(1761), + [sym_block] = STATE(1761), + [sym__literal] = STATE(1761), + [sym_string_literal] = STATE(1873), + [sym_raw_string_literal] = STATE(1873), + [sym_boolean_literal] = STATE(1873), [sym_line_comment] = STATE(383), [sym_block_comment] = STATE(383), - [sym_identifier] = ACTIONS(470), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(348), - [anon_sym_STAR] = ACTIONS(894), - [anon_sym_u8] = ACTIONS(472), - [anon_sym_i8] = ACTIONS(472), - [anon_sym_u16] = ACTIONS(472), - [anon_sym_i16] = ACTIONS(472), - [anon_sym_u32] = ACTIONS(472), - [anon_sym_i32] = ACTIONS(472), - [anon_sym_u64] = ACTIONS(472), - [anon_sym_i64] = ACTIONS(472), - [anon_sym_u128] = ACTIONS(472), - [anon_sym_i128] = ACTIONS(472), - [anon_sym_isize] = ACTIONS(472), - [anon_sym_usize] = ACTIONS(472), - [anon_sym_f32] = ACTIONS(472), - [anon_sym_f64] = ACTIONS(472), - [anon_sym_bool] = ACTIONS(472), - [anon_sym_str] = ACTIONS(472), - [anon_sym_char] = ACTIONS(472), - [anon_sym_DASH] = ACTIONS(894), - [anon_sym_BANG] = ACTIONS(894), - [anon_sym_AMP] = ACTIONS(896), + [sym_identifier] = ACTIONS(410), + [anon_sym_LPAREN] = ACTIONS(518), + [anon_sym_LBRACK] = ACTIONS(520), + [anon_sym_LBRACE] = ACTIONS(412), + [anon_sym_STAR] = ACTIONS(944), + [anon_sym_u8] = ACTIONS(416), + [anon_sym_i8] = ACTIONS(416), + [anon_sym_u16] = ACTIONS(416), + [anon_sym_i16] = ACTIONS(416), + [anon_sym_u32] = ACTIONS(416), + [anon_sym_i32] = ACTIONS(416), + [anon_sym_u64] = ACTIONS(416), + [anon_sym_i64] = ACTIONS(416), + [anon_sym_u128] = ACTIONS(416), + [anon_sym_i128] = ACTIONS(416), + [anon_sym_isize] = ACTIONS(416), + [anon_sym_usize] = ACTIONS(416), + [anon_sym_f32] = ACTIONS(416), + [anon_sym_f64] = ACTIONS(416), + [anon_sym_bool] = ACTIONS(416), + [anon_sym_str] = ACTIONS(416), + [anon_sym_char] = ACTIONS(416), + [anon_sym_DASH] = ACTIONS(944), + [anon_sym_BANG] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(946), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(898), - [anon_sym_COLON_COLON] = ACTIONS(476), + [anon_sym_DOT_DOT] = ACTIONS(1062), + [anon_sym_COLON_COLON] = ACTIONS(420), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(512), - [anon_sym_break] = ACTIONS(514), - [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(516), - [anon_sym_default] = ACTIONS(482), - [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(518), - [anon_sym_if] = ACTIONS(366), - [anon_sym_loop] = ACTIONS(368), - [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(520), - [anon_sym_static] = ACTIONS(522), - [anon_sym_union] = ACTIONS(482), - [anon_sym_unsafe] = ACTIONS(374), - [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(524), - [anon_sym_move] = ACTIONS(526), - [anon_sym_try] = ACTIONS(378), - [sym_integer_literal] = ACTIONS(99), - [aux_sym_string_literal_token1] = ACTIONS(101), - [sym_char_literal] = ACTIONS(99), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), + [anon_sym_async] = ACTIONS(422), + [anon_sym_break] = ACTIONS(424), + [anon_sym_const] = ACTIONS(426), + [anon_sym_continue] = ACTIONS(428), + [anon_sym_default] = ACTIONS(430), + [anon_sym_for] = ACTIONS(432), + [anon_sym_gen] = ACTIONS(434), + [anon_sym_if] = ACTIONS(436), + [anon_sym_loop] = ACTIONS(438), + [anon_sym_match] = ACTIONS(440), + [anon_sym_return] = ACTIONS(442), + [anon_sym_static] = ACTIONS(444), + [anon_sym_union] = ACTIONS(430), + [anon_sym_unsafe] = ACTIONS(446), + [anon_sym_while] = ACTIONS(448), + [anon_sym_raw] = ACTIONS(430), + [anon_sym_yield] = ACTIONS(450), + [anon_sym_move] = ACTIONS(452), + [anon_sym_try] = ACTIONS(454), + [sym_integer_literal] = ACTIONS(456), + [aux_sym_string_literal_token1] = ACTIONS(458), + [sym_char_literal] = ACTIONS(456), + [anon_sym_true] = ACTIONS(460), + [anon_sym_false] = ACTIONS(460), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), - [sym__raw_string_literal_start] = ACTIONS(119), - [sym_float_literal] = ACTIONS(99), + [sym_self] = ACTIONS(462), + [sym_super] = ACTIONS(464), + [sym_crate] = ACTIONS(464), + [sym_metavariable] = ACTIONS(466), + [sym__raw_string_literal_start] = ACTIONS(468), + [sym_float_literal] = ACTIONS(456), }, [STATE(384)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1946), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(228), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1910), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(214), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(384), [sym_block_comment] = STATE(384), [sym_identifier] = ACTIONS(470), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), - [anon_sym_STAR] = ACTIONS(1204), + [anon_sym_STAR] = ACTIONS(1046), [anon_sym_u8] = ACTIONS(472), [anon_sym_i8] = ACTIONS(472), [anon_sym_u16] = ACTIONS(472), @@ -61376,32 +61445,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(472), [anon_sym_str] = ACTIONS(472), [anon_sym_char] = ACTIONS(472), - [anon_sym_DASH] = ACTIONS(1204), - [anon_sym_BANG] = ACTIONS(1204), - [anon_sym_AMP] = ACTIONS(1206), + [anon_sym_DASH] = ACTIONS(1046), + [anon_sym_BANG] = ACTIONS(1046), + [anon_sym_AMP] = ACTIONS(1048), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1208), + [anon_sym_DOT_DOT] = ACTIONS(1386), [anon_sym_COLON_COLON] = ACTIONS(476), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(478), - [anon_sym_break] = ACTIONS(480), + [anon_sym_async] = ACTIONS(504), + [anon_sym_break] = ACTIONS(506), [anon_sym_const] = ACTIONS(358), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(482), + [anon_sym_default] = ACTIONS(484), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(484), + [anon_sym_gen] = ACTIONS(508), [anon_sym_if] = ACTIONS(366), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(486), - [anon_sym_static] = ACTIONS(488), - [anon_sym_union] = ACTIONS(482), + [anon_sym_return] = ACTIONS(510), + [anon_sym_static] = ACTIONS(512), + [anon_sym_union] = ACTIONS(484), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(490), - [anon_sym_move] = ACTIONS(492), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(514), + [anon_sym_move] = ACTIONS(516), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -61410,61 +61479,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, [STATE(385)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1947), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(209), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1988), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(385), [sym_block_comment] = STATE(385), [sym_identifier] = ACTIONS(344), @@ -61531,60 +61600,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(99), }, [STATE(386)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1629), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(210), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1654), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(236), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(386), [sym_block_comment] = STATE(386), [sym_identifier] = ACTIONS(470), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), - [anon_sym_STAR] = ACTIONS(894), + [anon_sym_STAR] = ACTIONS(892), [anon_sym_u8] = ACTIONS(472), [anon_sym_i8] = ACTIONS(472), [anon_sym_u16] = ACTIONS(472), @@ -61602,32 +61671,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(472), [anon_sym_str] = ACTIONS(472), [anon_sym_char] = ACTIONS(472), - [anon_sym_DASH] = ACTIONS(894), - [anon_sym_BANG] = ACTIONS(894), - [anon_sym_AMP] = ACTIONS(896), + [anon_sym_DASH] = ACTIONS(892), + [anon_sym_BANG] = ACTIONS(892), + [anon_sym_AMP] = ACTIONS(894), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(898), + [anon_sym_DOT_DOT] = ACTIONS(896), [anon_sym_COLON_COLON] = ACTIONS(476), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(512), - [anon_sym_break] = ACTIONS(514), + [anon_sym_async] = ACTIONS(478), + [anon_sym_break] = ACTIONS(480), [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(516), - [anon_sym_default] = ACTIONS(482), + [anon_sym_continue] = ACTIONS(482), + [anon_sym_default] = ACTIONS(484), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(518), + [anon_sym_gen] = ACTIONS(486), [anon_sym_if] = ACTIONS(366), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(520), - [anon_sym_static] = ACTIONS(522), - [anon_sym_union] = ACTIONS(482), + [anon_sym_return] = ACTIONS(488), + [anon_sym_static] = ACTIONS(490), + [anon_sym_union] = ACTIONS(484), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(524), - [anon_sym_move] = ACTIONS(526), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(492), + [anon_sym_move] = ACTIONS(494), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -61636,68 +61705,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, [STATE(387)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1668), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(210), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1714), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(236), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(387), [sym_block_comment] = STATE(387), [sym_identifier] = ACTIONS(470), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), - [anon_sym_STAR] = ACTIONS(894), + [anon_sym_STAR] = ACTIONS(892), [anon_sym_u8] = ACTIONS(472), [anon_sym_i8] = ACTIONS(472), [anon_sym_u16] = ACTIONS(472), @@ -61715,32 +61784,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(472), [anon_sym_str] = ACTIONS(472), [anon_sym_char] = ACTIONS(472), - [anon_sym_DASH] = ACTIONS(894), - [anon_sym_BANG] = ACTIONS(894), - [anon_sym_AMP] = ACTIONS(896), + [anon_sym_DASH] = ACTIONS(892), + [anon_sym_BANG] = ACTIONS(892), + [anon_sym_AMP] = ACTIONS(894), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1144), + [anon_sym_DOT_DOT] = ACTIONS(896), [anon_sym_COLON_COLON] = ACTIONS(476), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(512), - [anon_sym_break] = ACTIONS(514), + [anon_sym_async] = ACTIONS(478), + [anon_sym_break] = ACTIONS(480), [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(516), - [anon_sym_default] = ACTIONS(482), + [anon_sym_continue] = ACTIONS(482), + [anon_sym_default] = ACTIONS(484), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(518), + [anon_sym_gen] = ACTIONS(486), [anon_sym_if] = ACTIONS(366), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(520), - [anon_sym_static] = ACTIONS(522), - [anon_sym_union] = ACTIONS(482), + [anon_sym_return] = ACTIONS(488), + [anon_sym_static] = ACTIONS(490), + [anon_sym_union] = ACTIONS(484), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(524), - [anon_sym_move] = ACTIONS(526), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(492), + [anon_sym_move] = ACTIONS(494), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -61749,111 +61818,111 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, [STATE(388)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1854), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(228), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1958), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(388), [sym_block_comment] = STATE(388), - [sym_identifier] = ACTIONS(470), + [sym_identifier] = ACTIONS(344), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), - [anon_sym_STAR] = ACTIONS(1204), - [anon_sym_u8] = ACTIONS(472), - [anon_sym_i8] = ACTIONS(472), - [anon_sym_u16] = ACTIONS(472), - [anon_sym_i16] = ACTIONS(472), - [anon_sym_u32] = ACTIONS(472), - [anon_sym_i32] = ACTIONS(472), - [anon_sym_u64] = ACTIONS(472), - [anon_sym_i64] = ACTIONS(472), - [anon_sym_u128] = ACTIONS(472), - [anon_sym_i128] = ACTIONS(472), - [anon_sym_isize] = ACTIONS(472), - [anon_sym_usize] = ACTIONS(472), - [anon_sym_f32] = ACTIONS(472), - [anon_sym_f64] = ACTIONS(472), - [anon_sym_bool] = ACTIONS(472), - [anon_sym_str] = ACTIONS(472), - [anon_sym_char] = ACTIONS(472), - [anon_sym_DASH] = ACTIONS(1204), - [anon_sym_BANG] = ACTIONS(1204), - [anon_sym_AMP] = ACTIONS(1206), + [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(1408), - [anon_sym_COLON_COLON] = ACTIONS(476), + [anon_sym_DOT_DOT] = ACTIONS(31), + [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(478), - [anon_sym_break] = ACTIONS(480), + [anon_sym_async] = ACTIONS(356), + [anon_sym_break] = ACTIONS(41), [anon_sym_const] = ACTIONS(358), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(482), + [anon_sym_default] = ACTIONS(360), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(484), + [anon_sym_gen] = ACTIONS(364), [anon_sym_if] = ACTIONS(366), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(486), - [anon_sym_static] = ACTIONS(488), - [anon_sym_union] = ACTIONS(482), + [anon_sym_return] = ACTIONS(71), + [anon_sym_static] = ACTIONS(372), + [anon_sym_union] = ACTIONS(360), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(490), - [anon_sym_move] = ACTIONS(492), + [anon_sym_raw] = ACTIONS(360), + [anon_sym_yield] = ACTIONS(93), + [anon_sym_move] = ACTIONS(95), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -61862,68 +61931,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), + [sym_self] = ACTIONS(111), + [sym_super] = ACTIONS(113), + [sym_crate] = ACTIONS(113), + [sym_metavariable] = ACTIONS(117), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, [STATE(389)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1848), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(228), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1655), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(236), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(389), [sym_block_comment] = STATE(389), [sym_identifier] = ACTIONS(470), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), - [anon_sym_STAR] = ACTIONS(1204), + [anon_sym_STAR] = ACTIONS(892), [anon_sym_u8] = ACTIONS(472), [anon_sym_i8] = ACTIONS(472), [anon_sym_u16] = ACTIONS(472), @@ -61941,32 +62010,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(472), [anon_sym_str] = ACTIONS(472), [anon_sym_char] = ACTIONS(472), - [anon_sym_DASH] = ACTIONS(1204), - [anon_sym_BANG] = ACTIONS(1204), - [anon_sym_AMP] = ACTIONS(1206), + [anon_sym_DASH] = ACTIONS(892), + [anon_sym_BANG] = ACTIONS(892), + [anon_sym_AMP] = ACTIONS(894), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1208), + [anon_sym_DOT_DOT] = ACTIONS(896), [anon_sym_COLON_COLON] = ACTIONS(476), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(478), [anon_sym_break] = ACTIONS(480), [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(482), + [anon_sym_continue] = ACTIONS(482), + [anon_sym_default] = ACTIONS(484), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(484), + [anon_sym_gen] = ACTIONS(486), [anon_sym_if] = ACTIONS(366), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(486), - [anon_sym_static] = ACTIONS(488), - [anon_sym_union] = ACTIONS(482), + [anon_sym_return] = ACTIONS(488), + [anon_sym_static] = ACTIONS(490), + [anon_sym_union] = ACTIONS(484), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(490), - [anon_sym_move] = ACTIONS(492), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(492), + [anon_sym_move] = ACTIONS(494), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -61975,68 +62044,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, [STATE(390)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1632), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(210), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1918), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(214), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(390), [sym_block_comment] = STATE(390), [sym_identifier] = ACTIONS(470), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), - [anon_sym_STAR] = ACTIONS(894), + [anon_sym_STAR] = ACTIONS(1046), [anon_sym_u8] = ACTIONS(472), [anon_sym_i8] = ACTIONS(472), [anon_sym_u16] = ACTIONS(472), @@ -62054,32 +62123,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(472), [anon_sym_str] = ACTIONS(472), [anon_sym_char] = ACTIONS(472), - [anon_sym_DASH] = ACTIONS(894), - [anon_sym_BANG] = ACTIONS(894), - [anon_sym_AMP] = ACTIONS(896), + [anon_sym_DASH] = ACTIONS(1046), + [anon_sym_BANG] = ACTIONS(1046), + [anon_sym_AMP] = ACTIONS(1048), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(898), + [anon_sym_DOT_DOT] = ACTIONS(1386), [anon_sym_COLON_COLON] = ACTIONS(476), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(512), - [anon_sym_break] = ACTIONS(514), + [anon_sym_async] = ACTIONS(504), + [anon_sym_break] = ACTIONS(506), [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(516), - [anon_sym_default] = ACTIONS(482), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(484), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(518), + [anon_sym_gen] = ACTIONS(508), [anon_sym_if] = ACTIONS(366), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(520), - [anon_sym_static] = ACTIONS(522), - [anon_sym_union] = ACTIONS(482), + [anon_sym_return] = ACTIONS(510), + [anon_sym_static] = ACTIONS(512), + [anon_sym_union] = ACTIONS(484), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(524), - [anon_sym_move] = ACTIONS(526), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(514), + [anon_sym_move] = ACTIONS(516), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -62088,68 +62157,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, [STATE(391)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1849), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(228), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1656), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(236), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(391), [sym_block_comment] = STATE(391), [sym_identifier] = ACTIONS(470), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), - [anon_sym_STAR] = ACTIONS(1204), + [anon_sym_STAR] = ACTIONS(892), [anon_sym_u8] = ACTIONS(472), [anon_sym_i8] = ACTIONS(472), [anon_sym_u16] = ACTIONS(472), @@ -62167,32 +62236,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(472), [anon_sym_str] = ACTIONS(472), [anon_sym_char] = ACTIONS(472), - [anon_sym_DASH] = ACTIONS(1204), - [anon_sym_BANG] = ACTIONS(1204), - [anon_sym_AMP] = ACTIONS(1206), + [anon_sym_DASH] = ACTIONS(892), + [anon_sym_BANG] = ACTIONS(892), + [anon_sym_AMP] = ACTIONS(894), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1208), + [anon_sym_DOT_DOT] = ACTIONS(896), [anon_sym_COLON_COLON] = ACTIONS(476), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(478), [anon_sym_break] = ACTIONS(480), [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(482), + [anon_sym_continue] = ACTIONS(482), + [anon_sym_default] = ACTIONS(484), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(484), + [anon_sym_gen] = ACTIONS(486), [anon_sym_if] = ACTIONS(366), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(486), - [anon_sym_static] = ACTIONS(488), - [anon_sym_union] = ACTIONS(482), + [anon_sym_return] = ACTIONS(488), + [anon_sym_static] = ACTIONS(490), + [anon_sym_union] = ACTIONS(484), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(490), - [anon_sym_move] = ACTIONS(492), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(492), + [anon_sym_move] = ACTIONS(494), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -62201,68 +62270,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, [STATE(392)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3100), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1627), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1614), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [sym_if_expression] = STATE(1507), - [sym_match_expression] = STATE(1507), - [sym_while_expression] = STATE(1507), - [sym_loop_expression] = STATE(1507), - [sym_for_expression] = STATE(1507), - [sym_const_block] = STATE(1507), - [sym_closure_expression] = STATE(1507), - [sym_closure_parameters] = STATE(210), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3196), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1657), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1628), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(236), [sym_label] = STATE(3711), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [sym_unsafe_block] = STATE(1507), - [sym_async_block] = STATE(1507), - [sym_gen_block] = STATE(1507), - [sym_try_block] = STATE(1507), - [sym_block] = STATE(1507), - [sym__literal] = STATE(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(392), [sym_block_comment] = STATE(392), [sym_identifier] = ACTIONS(470), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(348), - [anon_sym_STAR] = ACTIONS(894), + [anon_sym_STAR] = ACTIONS(892), [anon_sym_u8] = ACTIONS(472), [anon_sym_i8] = ACTIONS(472), [anon_sym_u16] = ACTIONS(472), @@ -62280,32 +62349,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(472), [anon_sym_str] = ACTIONS(472), [anon_sym_char] = ACTIONS(472), - [anon_sym_DASH] = ACTIONS(894), - [anon_sym_BANG] = ACTIONS(894), - [anon_sym_AMP] = ACTIONS(896), + [anon_sym_DASH] = ACTIONS(892), + [anon_sym_BANG] = ACTIONS(892), + [anon_sym_AMP] = ACTIONS(894), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(898), + [anon_sym_DOT_DOT] = ACTIONS(896), [anon_sym_COLON_COLON] = ACTIONS(476), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(512), - [anon_sym_break] = ACTIONS(514), + [anon_sym_async] = ACTIONS(478), + [anon_sym_break] = ACTIONS(480), [anon_sym_const] = ACTIONS(358), - [anon_sym_continue] = ACTIONS(516), - [anon_sym_default] = ACTIONS(482), + [anon_sym_continue] = ACTIONS(482), + [anon_sym_default] = ACTIONS(484), [anon_sym_for] = ACTIONS(362), - [anon_sym_gen] = ACTIONS(518), + [anon_sym_gen] = ACTIONS(486), [anon_sym_if] = ACTIONS(366), [anon_sym_loop] = ACTIONS(368), [anon_sym_match] = ACTIONS(370), - [anon_sym_return] = ACTIONS(520), - [anon_sym_static] = ACTIONS(522), - [anon_sym_union] = ACTIONS(482), + [anon_sym_return] = ACTIONS(488), + [anon_sym_static] = ACTIONS(490), + [anon_sym_union] = ACTIONS(484), [anon_sym_unsafe] = ACTIONS(374), [anon_sym_while] = ACTIONS(376), - [anon_sym_raw] = ACTIONS(482), - [anon_sym_yield] = ACTIONS(524), - [anon_sym_move] = ACTIONS(526), + [anon_sym_raw] = ACTIONS(484), + [anon_sym_yield] = ACTIONS(492), + [anon_sym_move] = ACTIONS(494), [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), @@ -62314,67 +62383,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(494), - [sym_super] = ACTIONS(496), - [sym_crate] = ACTIONS(496), - [sym_metavariable] = ACTIONS(498), + [sym_self] = ACTIONS(496), + [sym_super] = ACTIONS(498), + [sym_crate] = ACTIONS(498), + [sym_metavariable] = ACTIONS(500), [sym__raw_string_literal_start] = ACTIONS(119), [sym_float_literal] = ACTIONS(99), }, [STATE(393)] = { - [sym_bracketed_type] = STATE(3502), - [sym_generic_function] = STATE(1507), - [sym_generic_type_with_turbofish] = STATE(3142), - [sym__expression_except_range] = STATE(1412), - [sym__expression] = STATE(1966), - [sym_macro_invocation] = STATE(1462), - [sym_scoped_identifier] = STATE(1524), - [sym_scoped_type_identifier_in_expression_position] = STATE(3278), - [sym_range_expression] = STATE(1454), - [sym_unary_expression] = STATE(1507), - [sym_try_expression] = STATE(1507), - [sym_reference_expression] = STATE(1507), - [sym_binary_expression] = STATE(1507), - [sym_assignment_expression] = STATE(1507), - [sym_compound_assignment_expr] = STATE(1507), - [sym_type_cast_expression] = STATE(1507), - [sym_return_expression] = STATE(1507), - [sym_yield_expression] = STATE(1507), - [sym_call_expression] = STATE(1507), - [sym_array_expression] = STATE(1507), - [sym_parenthesized_expression] = STATE(1507), - [sym_tuple_expression] = STATE(1507), - [sym_unit_expression] = STATE(1507), - [sym_struct_expression] = STATE(1507), - [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(1507), - [sym_closure_parameters] = STATE(209), - [sym_label] = STATE(3771), - [sym_break_expression] = STATE(1507), - [sym_continue_expression] = STATE(1507), - [sym_index_expression] = STATE(1507), - [sym_await_expression] = STATE(1507), - [sym_field_expression] = STATE(1424), - [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(1507), - [sym_string_literal] = STATE(1442), - [sym_raw_string_literal] = STATE(1442), - [sym_boolean_literal] = STATE(1442), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1504), + [sym_generic_type_with_turbofish] = STATE(3055), + [sym__expression_except_range] = STATE(1429), + [sym__expression] = STATE(1942), + [sym_macro_invocation] = STATE(1544), + [sym_scoped_identifier] = STATE(1554), + [sym_scoped_type_identifier_in_expression_position] = STATE(3288), + [sym_range_expression] = STATE(1518), + [sym_unary_expression] = STATE(1504), + [sym_try_expression] = STATE(1504), + [sym_reference_expression] = STATE(1504), + [sym_binary_expression] = STATE(1504), + [sym_assignment_expression] = STATE(1504), + [sym_compound_assignment_expr] = STATE(1504), + [sym_type_cast_expression] = STATE(1504), + [sym_return_expression] = STATE(1504), + [sym_yield_expression] = STATE(1504), + [sym_call_expression] = STATE(1504), + [sym_array_expression] = STATE(1504), + [sym_parenthesized_expression] = STATE(1504), + [sym_tuple_expression] = STATE(1504), + [sym_unit_expression] = STATE(1504), + [sym_struct_expression] = STATE(1504), + [sym_if_expression] = STATE(1504), + [sym_match_expression] = STATE(1504), + [sym_while_expression] = STATE(1504), + [sym_loop_expression] = STATE(1504), + [sym_for_expression] = STATE(1504), + [sym_const_block] = STATE(1504), + [sym_closure_expression] = STATE(1504), + [sym_closure_parameters] = STATE(224), + [sym_label] = STATE(3711), + [sym_break_expression] = STATE(1504), + [sym_continue_expression] = STATE(1504), + [sym_index_expression] = STATE(1504), + [sym_await_expression] = STATE(1504), + [sym_field_expression] = STATE(1434), + [sym_unsafe_block] = STATE(1504), + [sym_async_block] = STATE(1504), + [sym_gen_block] = STATE(1504), + [sym_try_block] = STATE(1504), + [sym_block] = STATE(1504), + [sym__literal] = STATE(1504), + [sym_string_literal] = STATE(1543), + [sym_raw_string_literal] = STATE(1543), + [sym_boolean_literal] = STATE(1543), [sym_line_comment] = STATE(393), [sym_block_comment] = STATE(393), [sym_identifier] = ACTIONS(344), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(1386), + [anon_sym_LBRACE] = ACTIONS(348), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), [anon_sym_i8] = ACTIONS(23), @@ -62401,25 +62470,25 @@ 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(1388), + [anon_sym_async] = ACTIONS(356), [anon_sym_break] = ACTIONS(41), - [anon_sym_const] = ACTIONS(1390), + [anon_sym_const] = ACTIONS(358), [anon_sym_continue] = ACTIONS(45), [anon_sym_default] = ACTIONS(360), - [anon_sym_for] = ACTIONS(1392), - [anon_sym_gen] = ACTIONS(1394), - [anon_sym_if] = ACTIONS(1396), - [anon_sym_loop] = ACTIONS(1398), - [anon_sym_match] = ACTIONS(1400), + [anon_sym_for] = ACTIONS(362), + [anon_sym_gen] = ACTIONS(364), + [anon_sym_if] = ACTIONS(366), + [anon_sym_loop] = ACTIONS(368), + [anon_sym_match] = ACTIONS(370), [anon_sym_return] = ACTIONS(71), [anon_sym_static] = ACTIONS(372), [anon_sym_union] = ACTIONS(360), - [anon_sym_unsafe] = ACTIONS(1402), - [anon_sym_while] = ACTIONS(1404), + [anon_sym_unsafe] = ACTIONS(374), + [anon_sym_while] = ACTIONS(376), [anon_sym_raw] = ACTIONS(360), [anon_sym_yield] = ACTIONS(93), [anon_sym_move] = ACTIONS(95), - [anon_sym_try] = ACTIONS(1406), + [anon_sym_try] = ACTIONS(378), [sym_integer_literal] = ACTIONS(99), [aux_sym_string_literal_token1] = ACTIONS(101), [sym_char_literal] = ACTIONS(99), @@ -63108,17 +63177,128 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [STATE(400)] = { [sym_line_comment] = STATE(400), [sym_block_comment] = STATE(400), + [ts_builtin_sym_end] = ACTIONS(1086), + [sym_identifier] = ACTIONS(1084), + [anon_sym_SEMI] = ACTIONS(1086), + [anon_sym_macro_rules_BANG] = ACTIONS(1086), + [anon_sym_LPAREN] = ACTIONS(1086), + [anon_sym_LBRACK] = ACTIONS(1086), + [anon_sym_LBRACE] = ACTIONS(1086), + [anon_sym_RBRACE] = ACTIONS(1086), + [anon_sym_PLUS] = ACTIONS(1084), + [anon_sym_STAR] = ACTIONS(1084), + [anon_sym_QMARK] = ACTIONS(1086), + [anon_sym_u8] = ACTIONS(1084), + [anon_sym_i8] = ACTIONS(1084), + [anon_sym_u16] = ACTIONS(1084), + [anon_sym_i16] = ACTIONS(1084), + [anon_sym_u32] = ACTIONS(1084), + [anon_sym_i32] = ACTIONS(1084), + [anon_sym_u64] = ACTIONS(1084), + [anon_sym_i64] = ACTIONS(1084), + [anon_sym_u128] = ACTIONS(1084), + [anon_sym_i128] = ACTIONS(1084), + [anon_sym_isize] = ACTIONS(1084), + [anon_sym_usize] = ACTIONS(1084), + [anon_sym_f32] = ACTIONS(1084), + [anon_sym_f64] = ACTIONS(1084), + [anon_sym_bool] = ACTIONS(1084), + [anon_sym_str] = ACTIONS(1084), + [anon_sym_char] = ACTIONS(1084), + [anon_sym_DASH] = ACTIONS(1084), + [anon_sym_SLASH] = ACTIONS(1084), + [anon_sym_PERCENT] = ACTIONS(1084), + [anon_sym_CARET] = ACTIONS(1084), + [anon_sym_BANG] = ACTIONS(1084), + [anon_sym_AMP] = ACTIONS(1084), + [anon_sym_PIPE] = ACTIONS(1084), + [anon_sym_AMP_AMP] = ACTIONS(1086), + [anon_sym_PIPE_PIPE] = ACTIONS(1086), + [anon_sym_LT_LT] = ACTIONS(1084), + [anon_sym_GT_GT] = ACTIONS(1084), + [anon_sym_PLUS_EQ] = ACTIONS(1086), + [anon_sym_DASH_EQ] = ACTIONS(1086), + [anon_sym_STAR_EQ] = ACTIONS(1086), + [anon_sym_SLASH_EQ] = ACTIONS(1086), + [anon_sym_PERCENT_EQ] = ACTIONS(1086), + [anon_sym_CARET_EQ] = ACTIONS(1086), + [anon_sym_AMP_EQ] = ACTIONS(1086), + [anon_sym_PIPE_EQ] = ACTIONS(1086), + [anon_sym_LT_LT_EQ] = ACTIONS(1086), + [anon_sym_GT_GT_EQ] = ACTIONS(1086), + [anon_sym_EQ] = ACTIONS(1084), + [anon_sym_EQ_EQ] = ACTIONS(1086), + [anon_sym_BANG_EQ] = ACTIONS(1086), + [anon_sym_GT] = ACTIONS(1084), + [anon_sym_LT] = ACTIONS(1084), + [anon_sym_GT_EQ] = ACTIONS(1086), + [anon_sym_LT_EQ] = ACTIONS(1086), + [anon_sym_DOT] = ACTIONS(1084), + [anon_sym_DOT_DOT] = ACTIONS(1084), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1086), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), + [anon_sym_COLON_COLON] = ACTIONS(1086), + [anon_sym_POUND] = ACTIONS(1086), + [anon_sym_SQUOTE] = ACTIONS(1084), + [anon_sym_as] = ACTIONS(1084), + [anon_sym_async] = ACTIONS(1084), + [anon_sym_break] = ACTIONS(1084), + [anon_sym_const] = ACTIONS(1084), + [anon_sym_continue] = ACTIONS(1084), + [anon_sym_default] = ACTIONS(1084), + [anon_sym_enum] = ACTIONS(1084), + [anon_sym_fn] = ACTIONS(1084), + [anon_sym_for] = ACTIONS(1084), + [anon_sym_gen] = ACTIONS(1084), + [anon_sym_if] = ACTIONS(1084), + [anon_sym_impl] = ACTIONS(1084), + [anon_sym_let] = ACTIONS(1084), + [anon_sym_loop] = ACTIONS(1084), + [anon_sym_match] = ACTIONS(1084), + [anon_sym_mod] = ACTIONS(1084), + [anon_sym_pub] = ACTIONS(1084), + [anon_sym_return] = ACTIONS(1084), + [anon_sym_static] = ACTIONS(1084), + [anon_sym_struct] = ACTIONS(1084), + [anon_sym_trait] = ACTIONS(1084), + [anon_sym_type] = ACTIONS(1084), + [anon_sym_union] = ACTIONS(1084), + [anon_sym_unsafe] = ACTIONS(1084), + [anon_sym_use] = ACTIONS(1084), + [anon_sym_while] = ACTIONS(1084), + [anon_sym_extern] = ACTIONS(1084), + [anon_sym_raw] = ACTIONS(1084), + [anon_sym_yield] = ACTIONS(1084), + [anon_sym_move] = ACTIONS(1084), + [anon_sym_try] = ACTIONS(1084), + [sym_integer_literal] = ACTIONS(1086), + [aux_sym_string_literal_token1] = ACTIONS(1086), + [sym_char_literal] = ACTIONS(1086), + [anon_sym_true] = ACTIONS(1084), + [anon_sym_false] = ACTIONS(1084), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1084), + [sym_super] = ACTIONS(1084), + [sym_crate] = ACTIONS(1084), + [sym_metavariable] = ACTIONS(1086), + [sym__raw_string_literal_start] = ACTIONS(1086), + [sym_float_literal] = ACTIONS(1086), + }, + [STATE(401)] = { + [sym_line_comment] = STATE(401), + [sym_block_comment] = STATE(401), [ts_builtin_sym_end] = ACTIONS(1462), [sym_identifier] = ACTIONS(1464), - [anon_sym_SEMI] = ACTIONS(1462), + [anon_sym_SEMI] = ACTIONS(1466), [anon_sym_macro_rules_BANG] = ACTIONS(1462), - [anon_sym_LPAREN] = ACTIONS(1462), - [anon_sym_LBRACK] = ACTIONS(1462), + [anon_sym_LPAREN] = ACTIONS(1466), + [anon_sym_LBRACK] = ACTIONS(1466), [anon_sym_LBRACE] = ACTIONS(1462), - [anon_sym_RBRACE] = ACTIONS(1462), - [anon_sym_PLUS] = ACTIONS(1464), - [anon_sym_STAR] = ACTIONS(1464), - [anon_sym_QMARK] = ACTIONS(1462), + [anon_sym_RBRACE] = ACTIONS(1466), + [anon_sym_PLUS] = ACTIONS(1468), + [anon_sym_STAR] = ACTIONS(1468), + [anon_sym_QMARK] = ACTIONS(1466), [anon_sym_u8] = ACTIONS(1464), [anon_sym_i8] = ACTIONS(1464), [anon_sym_u16] = ACTIONS(1464), @@ -63136,42 +63316,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1464), [anon_sym_str] = ACTIONS(1464), [anon_sym_char] = ACTIONS(1464), - [anon_sym_DASH] = ACTIONS(1464), - [anon_sym_SLASH] = ACTIONS(1464), - [anon_sym_PERCENT] = ACTIONS(1464), - [anon_sym_CARET] = ACTIONS(1464), + [anon_sym_DASH] = ACTIONS(1468), + [anon_sym_SLASH] = ACTIONS(1468), + [anon_sym_PERCENT] = ACTIONS(1468), + [anon_sym_CARET] = ACTIONS(1468), [anon_sym_BANG] = ACTIONS(1464), - [anon_sym_AMP] = ACTIONS(1464), - [anon_sym_PIPE] = ACTIONS(1464), - [anon_sym_AMP_AMP] = ACTIONS(1462), - [anon_sym_PIPE_PIPE] = ACTIONS(1462), - [anon_sym_LT_LT] = ACTIONS(1464), - [anon_sym_GT_GT] = ACTIONS(1464), - [anon_sym_PLUS_EQ] = ACTIONS(1462), - [anon_sym_DASH_EQ] = ACTIONS(1462), - [anon_sym_STAR_EQ] = ACTIONS(1462), - [anon_sym_SLASH_EQ] = ACTIONS(1462), - [anon_sym_PERCENT_EQ] = ACTIONS(1462), - [anon_sym_CARET_EQ] = ACTIONS(1462), - [anon_sym_AMP_EQ] = ACTIONS(1462), - [anon_sym_PIPE_EQ] = ACTIONS(1462), - [anon_sym_LT_LT_EQ] = ACTIONS(1462), - [anon_sym_GT_GT_EQ] = ACTIONS(1462), - [anon_sym_EQ] = ACTIONS(1464), - [anon_sym_EQ_EQ] = ACTIONS(1462), - [anon_sym_BANG_EQ] = ACTIONS(1462), - [anon_sym_GT] = ACTIONS(1464), - [anon_sym_LT] = ACTIONS(1464), - [anon_sym_GT_EQ] = ACTIONS(1462), - [anon_sym_LT_EQ] = ACTIONS(1462), - [anon_sym_DOT] = ACTIONS(1464), - [anon_sym_DOT_DOT] = ACTIONS(1464), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1462), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1462), + [anon_sym_AMP] = ACTIONS(1468), + [anon_sym_PIPE] = ACTIONS(1468), + [anon_sym_AMP_AMP] = ACTIONS(1466), + [anon_sym_PIPE_PIPE] = ACTIONS(1466), + [anon_sym_LT_LT] = ACTIONS(1468), + [anon_sym_GT_GT] = ACTIONS(1468), + [anon_sym_PLUS_EQ] = ACTIONS(1466), + [anon_sym_DASH_EQ] = ACTIONS(1466), + [anon_sym_STAR_EQ] = ACTIONS(1466), + [anon_sym_SLASH_EQ] = ACTIONS(1466), + [anon_sym_PERCENT_EQ] = ACTIONS(1466), + [anon_sym_CARET_EQ] = ACTIONS(1466), + [anon_sym_AMP_EQ] = ACTIONS(1466), + [anon_sym_PIPE_EQ] = ACTIONS(1466), + [anon_sym_LT_LT_EQ] = ACTIONS(1466), + [anon_sym_GT_GT_EQ] = ACTIONS(1466), + [anon_sym_EQ] = ACTIONS(1468), + [anon_sym_EQ_EQ] = ACTIONS(1466), + [anon_sym_BANG_EQ] = ACTIONS(1466), + [anon_sym_GT] = ACTIONS(1468), + [anon_sym_LT] = ACTIONS(1468), + [anon_sym_GT_EQ] = ACTIONS(1466), + [anon_sym_LT_EQ] = ACTIONS(1466), + [anon_sym_DOT] = ACTIONS(1468), + [anon_sym_DOT_DOT] = ACTIONS(1468), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1466), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1466), [anon_sym_COLON_COLON] = ACTIONS(1462), [anon_sym_POUND] = ACTIONS(1462), [anon_sym_SQUOTE] = ACTIONS(1464), - [anon_sym_as] = ACTIONS(1464), + [anon_sym_as] = ACTIONS(1468), [anon_sym_async] = ACTIONS(1464), [anon_sym_break] = ACTIONS(1464), [anon_sym_const] = ACTIONS(1464), @@ -63216,117 +63396,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1462), [sym_float_literal] = ACTIONS(1462), }, - [STATE(401)] = { - [sym_line_comment] = STATE(401), - [sym_block_comment] = STATE(401), - [ts_builtin_sym_end] = ACTIONS(1466), - [sym_identifier] = ACTIONS(1468), - [anon_sym_SEMI] = ACTIONS(1466), - [anon_sym_macro_rules_BANG] = ACTIONS(1466), - [anon_sym_LPAREN] = ACTIONS(1466), - [anon_sym_LBRACK] = ACTIONS(1466), - [anon_sym_LBRACE] = ACTIONS(1466), - [anon_sym_RBRACE] = ACTIONS(1466), - [anon_sym_PLUS] = ACTIONS(1468), - [anon_sym_STAR] = ACTIONS(1468), - [anon_sym_QMARK] = ACTIONS(1466), - [anon_sym_u8] = ACTIONS(1468), - [anon_sym_i8] = ACTIONS(1468), - [anon_sym_u16] = ACTIONS(1468), - [anon_sym_i16] = ACTIONS(1468), - [anon_sym_u32] = ACTIONS(1468), - [anon_sym_i32] = ACTIONS(1468), - [anon_sym_u64] = ACTIONS(1468), - [anon_sym_i64] = ACTIONS(1468), - [anon_sym_u128] = ACTIONS(1468), - [anon_sym_i128] = ACTIONS(1468), - [anon_sym_isize] = ACTIONS(1468), - [anon_sym_usize] = ACTIONS(1468), - [anon_sym_f32] = ACTIONS(1468), - [anon_sym_f64] = ACTIONS(1468), - [anon_sym_bool] = ACTIONS(1468), - [anon_sym_str] = ACTIONS(1468), - [anon_sym_char] = ACTIONS(1468), - [anon_sym_DASH] = ACTIONS(1468), - [anon_sym_SLASH] = ACTIONS(1468), - [anon_sym_PERCENT] = ACTIONS(1468), - [anon_sym_CARET] = ACTIONS(1468), - [anon_sym_BANG] = ACTIONS(1468), - [anon_sym_AMP] = ACTIONS(1468), - [anon_sym_PIPE] = ACTIONS(1468), - [anon_sym_AMP_AMP] = ACTIONS(1466), - [anon_sym_PIPE_PIPE] = ACTIONS(1466), - [anon_sym_LT_LT] = ACTIONS(1468), - [anon_sym_GT_GT] = ACTIONS(1468), - [anon_sym_PLUS_EQ] = ACTIONS(1466), - [anon_sym_DASH_EQ] = ACTIONS(1466), - [anon_sym_STAR_EQ] = ACTIONS(1466), - [anon_sym_SLASH_EQ] = ACTIONS(1466), - [anon_sym_PERCENT_EQ] = ACTIONS(1466), - [anon_sym_CARET_EQ] = ACTIONS(1466), - [anon_sym_AMP_EQ] = ACTIONS(1466), - [anon_sym_PIPE_EQ] = ACTIONS(1466), - [anon_sym_LT_LT_EQ] = ACTIONS(1466), - [anon_sym_GT_GT_EQ] = ACTIONS(1466), - [anon_sym_EQ] = ACTIONS(1468), - [anon_sym_EQ_EQ] = ACTIONS(1466), - [anon_sym_BANG_EQ] = ACTIONS(1466), - [anon_sym_GT] = ACTIONS(1468), - [anon_sym_LT] = ACTIONS(1468), - [anon_sym_GT_EQ] = ACTIONS(1466), - [anon_sym_LT_EQ] = ACTIONS(1466), - [anon_sym_DOT] = ACTIONS(1468), - [anon_sym_DOT_DOT] = ACTIONS(1468), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1466), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1466), - [anon_sym_COLON_COLON] = ACTIONS(1466), - [anon_sym_POUND] = ACTIONS(1466), - [anon_sym_SQUOTE] = ACTIONS(1468), - [anon_sym_as] = ACTIONS(1468), - [anon_sym_async] = ACTIONS(1468), - [anon_sym_break] = ACTIONS(1468), - [anon_sym_const] = ACTIONS(1468), - [anon_sym_continue] = ACTIONS(1468), - [anon_sym_default] = ACTIONS(1468), - [anon_sym_enum] = ACTIONS(1468), - [anon_sym_fn] = ACTIONS(1468), - [anon_sym_for] = ACTIONS(1468), - [anon_sym_gen] = ACTIONS(1468), - [anon_sym_if] = ACTIONS(1468), - [anon_sym_impl] = ACTIONS(1468), - [anon_sym_let] = ACTIONS(1468), - [anon_sym_loop] = ACTIONS(1468), - [anon_sym_match] = ACTIONS(1468), - [anon_sym_mod] = ACTIONS(1468), - [anon_sym_pub] = ACTIONS(1468), - [anon_sym_return] = ACTIONS(1468), - [anon_sym_static] = ACTIONS(1468), - [anon_sym_struct] = ACTIONS(1468), - [anon_sym_trait] = ACTIONS(1468), - [anon_sym_type] = ACTIONS(1468), - [anon_sym_union] = ACTIONS(1468), - [anon_sym_unsafe] = ACTIONS(1468), - [anon_sym_use] = ACTIONS(1468), - [anon_sym_while] = ACTIONS(1468), - [anon_sym_extern] = ACTIONS(1468), - [anon_sym_raw] = ACTIONS(1468), - [anon_sym_yield] = ACTIONS(1468), - [anon_sym_move] = ACTIONS(1468), - [anon_sym_try] = ACTIONS(1468), - [sym_integer_literal] = ACTIONS(1466), - [aux_sym_string_literal_token1] = ACTIONS(1466), - [sym_char_literal] = ACTIONS(1466), - [anon_sym_true] = ACTIONS(1468), - [anon_sym_false] = ACTIONS(1468), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1468), - [sym_super] = ACTIONS(1468), - [sym_crate] = ACTIONS(1468), - [sym_metavariable] = ACTIONS(1466), - [sym__raw_string_literal_start] = ACTIONS(1466), - [sym_float_literal] = ACTIONS(1466), - }, [STATE(402)] = { [sym_line_comment] = STATE(402), [sym_block_comment] = STATE(402), @@ -63439,115 +63508,115 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(1470), }, [STATE(403)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_self_parameter] = STATE(3421), - [sym_variadic_parameter] = STATE(3421), - [sym_parameter] = STATE(3421), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(3170), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_self_parameter] = STATE(3436), + [sym_variadic_parameter] = STATE(3436), + [sym_parameter] = STATE(3436), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2905), [sym_bracketed_type] = STATE(3694), - [sym_lifetime] = STATE(3065), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3341), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(2582), - [sym_scoped_identifier] = STATE(2327), - [sym_scoped_type_identifier] = STATE(2197), - [sym_const_block] = STATE(2182), - [sym__pattern] = STATE(3276), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), + [sym_lifetime] = STATE(3032), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3357), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(2298), + [sym_scoped_type_identifier] = STATE(2185), + [sym_const_block] = STATE(2192), + [sym__pattern] = STATE(3247), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), [sym_line_comment] = STATE(403), [sym_block_comment] = STATE(403), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(1058), - [anon_sym_LPAREN] = ACTIONS(1060), - [anon_sym_LBRACK] = ACTIONS(1064), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), - [anon_sym_u8] = ACTIONS(1070), - [anon_sym_i8] = ACTIONS(1070), - [anon_sym_u16] = ACTIONS(1070), - [anon_sym_i16] = ACTIONS(1070), - [anon_sym_u32] = ACTIONS(1070), - [anon_sym_i32] = ACTIONS(1070), - [anon_sym_u64] = ACTIONS(1070), - [anon_sym_i64] = ACTIONS(1070), - [anon_sym_u128] = ACTIONS(1070), - [anon_sym_i128] = ACTIONS(1070), - [anon_sym_isize] = ACTIONS(1070), - [anon_sym_usize] = ACTIONS(1070), - [anon_sym_f32] = ACTIONS(1070), - [anon_sym_f64] = ACTIONS(1070), - [anon_sym_bool] = ACTIONS(1070), - [anon_sym_str] = ACTIONS(1070), - [anon_sym_char] = ACTIONS(1070), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(1076), - [anon_sym_PIPE] = ACTIONS(1078), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(1110), + [anon_sym_LPAREN] = ACTIONS(1112), + [anon_sym_LBRACK] = ACTIONS(1116), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), + [anon_sym_u8] = ACTIONS(1122), + [anon_sym_i8] = ACTIONS(1122), + [anon_sym_u16] = ACTIONS(1122), + [anon_sym_i16] = ACTIONS(1122), + [anon_sym_u32] = ACTIONS(1122), + [anon_sym_i32] = ACTIONS(1122), + [anon_sym_u64] = ACTIONS(1122), + [anon_sym_i64] = ACTIONS(1122), + [anon_sym_u128] = ACTIONS(1122), + [anon_sym_i128] = ACTIONS(1122), + [anon_sym_isize] = ACTIONS(1122), + [anon_sym_usize] = ACTIONS(1122), + [anon_sym_f32] = ACTIONS(1122), + [anon_sym_f64] = ACTIONS(1122), + [anon_sym_bool] = ACTIONS(1122), + [anon_sym_str] = ACTIONS(1122), + [anon_sym_char] = ACTIONS(1122), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(1128), + [anon_sym_PIPE] = ACTIONS(1130), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1474), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1084), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COLON_COLON] = ACTIONS(1090), - [anon_sym_SQUOTE] = ACTIONS(1094), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1098), - [anon_sym_default] = ACTIONS(1100), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), - [anon_sym_gen] = ACTIONS(1106), - [anon_sym_impl] = ACTIONS(1108), - [anon_sym_union] = ACTIONS(1106), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_ref] = ACTIONS(1114), - [anon_sym_dyn] = ACTIONS(1116), - [sym_mutable_specifier] = ACTIONS(1118), - [anon_sym_raw] = ACTIONS(1106), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1126), - [sym_super] = ACTIONS(1128), - [sym_crate] = ACTIONS(1128), - [sym_metavariable] = ACTIONS(1130), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1136), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COLON_COLON] = ACTIONS(1142), + [anon_sym_SQUOTE] = ACTIONS(1146), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1150), + [anon_sym_default] = ACTIONS(1152), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), + [anon_sym_gen] = ACTIONS(1158), + [anon_sym_impl] = ACTIONS(1160), + [anon_sym_union] = ACTIONS(1158), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_ref] = ACTIONS(1166), + [anon_sym_dyn] = ACTIONS(1168), + [sym_mutable_specifier] = ACTIONS(1170), + [anon_sym_raw] = ACTIONS(1158), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1178), + [sym_super] = ACTIONS(1180), + [sym_crate] = ACTIONS(1180), + [sym_metavariable] = ACTIONS(1182), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), }, [STATE(404)] = { [sym_line_comment] = STATE(404), @@ -64220,15 +64289,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_block_comment] = STATE(410), [ts_builtin_sym_end] = ACTIONS(1500), [sym_identifier] = ACTIONS(1502), - [anon_sym_SEMI] = ACTIONS(1504), + [anon_sym_SEMI] = ACTIONS(1500), [anon_sym_macro_rules_BANG] = ACTIONS(1500), - [anon_sym_LPAREN] = ACTIONS(1504), - [anon_sym_LBRACK] = ACTIONS(1504), + [anon_sym_LPAREN] = ACTIONS(1500), + [anon_sym_LBRACK] = ACTIONS(1500), [anon_sym_LBRACE] = ACTIONS(1500), - [anon_sym_RBRACE] = ACTIONS(1504), - [anon_sym_PLUS] = ACTIONS(1506), - [anon_sym_STAR] = ACTIONS(1506), - [anon_sym_QMARK] = ACTIONS(1504), + [anon_sym_RBRACE] = ACTIONS(1500), + [anon_sym_PLUS] = ACTIONS(1502), + [anon_sym_STAR] = ACTIONS(1502), + [anon_sym_QMARK] = ACTIONS(1500), [anon_sym_u8] = ACTIONS(1502), [anon_sym_i8] = ACTIONS(1502), [anon_sym_u16] = ACTIONS(1502), @@ -64246,42 +64315,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1502), [anon_sym_str] = ACTIONS(1502), [anon_sym_char] = ACTIONS(1502), - [anon_sym_DASH] = ACTIONS(1506), - [anon_sym_SLASH] = ACTIONS(1506), - [anon_sym_PERCENT] = ACTIONS(1506), - [anon_sym_CARET] = ACTIONS(1506), + [anon_sym_DASH] = ACTIONS(1502), + [anon_sym_SLASH] = ACTIONS(1502), + [anon_sym_PERCENT] = ACTIONS(1502), + [anon_sym_CARET] = ACTIONS(1502), [anon_sym_BANG] = ACTIONS(1502), - [anon_sym_AMP] = ACTIONS(1506), - [anon_sym_PIPE] = ACTIONS(1506), - [anon_sym_AMP_AMP] = ACTIONS(1504), - [anon_sym_PIPE_PIPE] = ACTIONS(1504), - [anon_sym_LT_LT] = ACTIONS(1506), - [anon_sym_GT_GT] = ACTIONS(1506), - [anon_sym_PLUS_EQ] = ACTIONS(1504), - [anon_sym_DASH_EQ] = ACTIONS(1504), - [anon_sym_STAR_EQ] = ACTIONS(1504), - [anon_sym_SLASH_EQ] = ACTIONS(1504), - [anon_sym_PERCENT_EQ] = ACTIONS(1504), - [anon_sym_CARET_EQ] = ACTIONS(1504), - [anon_sym_AMP_EQ] = ACTIONS(1504), - [anon_sym_PIPE_EQ] = ACTIONS(1504), - [anon_sym_LT_LT_EQ] = ACTIONS(1504), - [anon_sym_GT_GT_EQ] = ACTIONS(1504), - [anon_sym_EQ] = ACTIONS(1506), - [anon_sym_EQ_EQ] = ACTIONS(1504), - [anon_sym_BANG_EQ] = ACTIONS(1504), - [anon_sym_GT] = ACTIONS(1506), - [anon_sym_LT] = ACTIONS(1506), - [anon_sym_GT_EQ] = ACTIONS(1504), - [anon_sym_LT_EQ] = ACTIONS(1504), - [anon_sym_DOT] = ACTIONS(1506), - [anon_sym_DOT_DOT] = ACTIONS(1506), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1504), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1504), + [anon_sym_AMP] = ACTIONS(1502), + [anon_sym_PIPE] = ACTIONS(1502), + [anon_sym_AMP_AMP] = ACTIONS(1500), + [anon_sym_PIPE_PIPE] = ACTIONS(1500), + [anon_sym_LT_LT] = ACTIONS(1502), + [anon_sym_GT_GT] = ACTIONS(1502), + [anon_sym_PLUS_EQ] = ACTIONS(1500), + [anon_sym_DASH_EQ] = ACTIONS(1500), + [anon_sym_STAR_EQ] = ACTIONS(1500), + [anon_sym_SLASH_EQ] = ACTIONS(1500), + [anon_sym_PERCENT_EQ] = ACTIONS(1500), + [anon_sym_CARET_EQ] = ACTIONS(1500), + [anon_sym_AMP_EQ] = ACTIONS(1500), + [anon_sym_PIPE_EQ] = ACTIONS(1500), + [anon_sym_LT_LT_EQ] = ACTIONS(1500), + [anon_sym_GT_GT_EQ] = ACTIONS(1500), + [anon_sym_EQ] = ACTIONS(1502), + [anon_sym_EQ_EQ] = ACTIONS(1500), + [anon_sym_BANG_EQ] = ACTIONS(1500), + [anon_sym_GT] = ACTIONS(1502), + [anon_sym_LT] = ACTIONS(1502), + [anon_sym_GT_EQ] = ACTIONS(1500), + [anon_sym_LT_EQ] = ACTIONS(1500), + [anon_sym_DOT] = ACTIONS(1502), + [anon_sym_DOT_DOT] = ACTIONS(1502), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1500), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1500), [anon_sym_COLON_COLON] = ACTIONS(1500), [anon_sym_POUND] = ACTIONS(1500), [anon_sym_SQUOTE] = ACTIONS(1502), - [anon_sym_as] = ACTIONS(1506), + [anon_sym_as] = ACTIONS(1502), [anon_sym_async] = ACTIONS(1502), [anon_sym_break] = ACTIONS(1502), [anon_sym_const] = ACTIONS(1502), @@ -64329,1227 +64398,1338 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [STATE(411)] = { [sym_line_comment] = STATE(411), [sym_block_comment] = STATE(411), - [ts_builtin_sym_end] = ACTIONS(1508), - [sym_identifier] = ACTIONS(1510), - [anon_sym_SEMI] = ACTIONS(1508), - [anon_sym_macro_rules_BANG] = ACTIONS(1508), - [anon_sym_LPAREN] = ACTIONS(1508), - [anon_sym_LBRACK] = ACTIONS(1508), - [anon_sym_LBRACE] = ACTIONS(1508), - [anon_sym_RBRACE] = ACTIONS(1508), - [anon_sym_PLUS] = ACTIONS(1510), - [anon_sym_STAR] = ACTIONS(1510), - [anon_sym_QMARK] = ACTIONS(1508), - [anon_sym_u8] = ACTIONS(1510), - [anon_sym_i8] = ACTIONS(1510), - [anon_sym_u16] = ACTIONS(1510), - [anon_sym_i16] = ACTIONS(1510), - [anon_sym_u32] = ACTIONS(1510), - [anon_sym_i32] = ACTIONS(1510), - [anon_sym_u64] = ACTIONS(1510), - [anon_sym_i64] = ACTIONS(1510), - [anon_sym_u128] = ACTIONS(1510), - [anon_sym_i128] = ACTIONS(1510), - [anon_sym_isize] = ACTIONS(1510), - [anon_sym_usize] = ACTIONS(1510), - [anon_sym_f32] = ACTIONS(1510), - [anon_sym_f64] = ACTIONS(1510), - [anon_sym_bool] = ACTIONS(1510), - [anon_sym_str] = ACTIONS(1510), - [anon_sym_char] = ACTIONS(1510), - [anon_sym_DASH] = ACTIONS(1510), - [anon_sym_SLASH] = ACTIONS(1510), - [anon_sym_PERCENT] = ACTIONS(1510), - [anon_sym_CARET] = ACTIONS(1510), - [anon_sym_BANG] = ACTIONS(1510), - [anon_sym_AMP] = ACTIONS(1510), - [anon_sym_PIPE] = ACTIONS(1510), - [anon_sym_AMP_AMP] = ACTIONS(1508), - [anon_sym_PIPE_PIPE] = ACTIONS(1508), - [anon_sym_LT_LT] = ACTIONS(1510), - [anon_sym_GT_GT] = ACTIONS(1510), - [anon_sym_PLUS_EQ] = ACTIONS(1508), - [anon_sym_DASH_EQ] = ACTIONS(1508), - [anon_sym_STAR_EQ] = ACTIONS(1508), - [anon_sym_SLASH_EQ] = ACTIONS(1508), - [anon_sym_PERCENT_EQ] = ACTIONS(1508), - [anon_sym_CARET_EQ] = ACTIONS(1508), - [anon_sym_AMP_EQ] = ACTIONS(1508), - [anon_sym_PIPE_EQ] = ACTIONS(1508), - [anon_sym_LT_LT_EQ] = ACTIONS(1508), - [anon_sym_GT_GT_EQ] = ACTIONS(1508), - [anon_sym_EQ] = ACTIONS(1510), - [anon_sym_EQ_EQ] = ACTIONS(1508), - [anon_sym_BANG_EQ] = ACTIONS(1508), - [anon_sym_GT] = ACTIONS(1510), - [anon_sym_LT] = ACTIONS(1510), - [anon_sym_GT_EQ] = ACTIONS(1508), - [anon_sym_LT_EQ] = ACTIONS(1508), - [anon_sym_DOT] = ACTIONS(1510), - [anon_sym_DOT_DOT] = ACTIONS(1510), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1508), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1508), - [anon_sym_COLON_COLON] = ACTIONS(1508), - [anon_sym_POUND] = ACTIONS(1508), - [anon_sym_SQUOTE] = ACTIONS(1510), - [anon_sym_as] = ACTIONS(1510), - [anon_sym_async] = ACTIONS(1510), - [anon_sym_break] = ACTIONS(1510), - [anon_sym_const] = ACTIONS(1510), - [anon_sym_continue] = ACTIONS(1510), - [anon_sym_default] = ACTIONS(1510), - [anon_sym_enum] = ACTIONS(1510), - [anon_sym_fn] = ACTIONS(1510), - [anon_sym_for] = ACTIONS(1510), - [anon_sym_gen] = ACTIONS(1510), - [anon_sym_if] = ACTIONS(1510), - [anon_sym_impl] = ACTIONS(1510), - [anon_sym_let] = ACTIONS(1510), - [anon_sym_loop] = ACTIONS(1510), - [anon_sym_match] = ACTIONS(1510), - [anon_sym_mod] = ACTIONS(1510), - [anon_sym_pub] = ACTIONS(1510), - [anon_sym_return] = ACTIONS(1510), - [anon_sym_static] = ACTIONS(1510), - [anon_sym_struct] = ACTIONS(1510), - [anon_sym_trait] = ACTIONS(1510), - [anon_sym_type] = ACTIONS(1510), - [anon_sym_union] = ACTIONS(1510), - [anon_sym_unsafe] = ACTIONS(1510), - [anon_sym_use] = ACTIONS(1510), - [anon_sym_while] = ACTIONS(1510), - [anon_sym_extern] = ACTIONS(1510), - [anon_sym_raw] = ACTIONS(1510), - [anon_sym_yield] = ACTIONS(1510), - [anon_sym_move] = ACTIONS(1510), - [anon_sym_try] = ACTIONS(1510), - [sym_integer_literal] = ACTIONS(1508), - [aux_sym_string_literal_token1] = ACTIONS(1508), - [sym_char_literal] = ACTIONS(1508), - [anon_sym_true] = ACTIONS(1510), - [anon_sym_false] = ACTIONS(1510), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1510), - [sym_super] = ACTIONS(1510), - [sym_crate] = ACTIONS(1510), - [sym_metavariable] = ACTIONS(1508), - [sym__raw_string_literal_start] = ACTIONS(1508), - [sym_float_literal] = ACTIONS(1508), + [ts_builtin_sym_end] = ACTIONS(1504), + [sym_identifier] = ACTIONS(1506), + [anon_sym_SEMI] = ACTIONS(1504), + [anon_sym_macro_rules_BANG] = ACTIONS(1504), + [anon_sym_LPAREN] = ACTIONS(1504), + [anon_sym_LBRACK] = ACTIONS(1504), + [anon_sym_LBRACE] = ACTIONS(1504), + [anon_sym_RBRACE] = ACTIONS(1504), + [anon_sym_PLUS] = ACTIONS(1506), + [anon_sym_STAR] = ACTIONS(1506), + [anon_sym_QMARK] = ACTIONS(1504), + [anon_sym_u8] = ACTIONS(1506), + [anon_sym_i8] = ACTIONS(1506), + [anon_sym_u16] = ACTIONS(1506), + [anon_sym_i16] = ACTIONS(1506), + [anon_sym_u32] = ACTIONS(1506), + [anon_sym_i32] = ACTIONS(1506), + [anon_sym_u64] = ACTIONS(1506), + [anon_sym_i64] = ACTIONS(1506), + [anon_sym_u128] = ACTIONS(1506), + [anon_sym_i128] = ACTIONS(1506), + [anon_sym_isize] = ACTIONS(1506), + [anon_sym_usize] = ACTIONS(1506), + [anon_sym_f32] = ACTIONS(1506), + [anon_sym_f64] = ACTIONS(1506), + [anon_sym_bool] = ACTIONS(1506), + [anon_sym_str] = ACTIONS(1506), + [anon_sym_char] = ACTIONS(1506), + [anon_sym_DASH] = ACTIONS(1506), + [anon_sym_SLASH] = ACTIONS(1506), + [anon_sym_PERCENT] = ACTIONS(1506), + [anon_sym_CARET] = ACTIONS(1506), + [anon_sym_BANG] = ACTIONS(1506), + [anon_sym_AMP] = ACTIONS(1506), + [anon_sym_PIPE] = ACTIONS(1506), + [anon_sym_AMP_AMP] = ACTIONS(1504), + [anon_sym_PIPE_PIPE] = ACTIONS(1504), + [anon_sym_LT_LT] = ACTIONS(1506), + [anon_sym_GT_GT] = ACTIONS(1506), + [anon_sym_PLUS_EQ] = ACTIONS(1504), + [anon_sym_DASH_EQ] = ACTIONS(1504), + [anon_sym_STAR_EQ] = ACTIONS(1504), + [anon_sym_SLASH_EQ] = ACTIONS(1504), + [anon_sym_PERCENT_EQ] = ACTIONS(1504), + [anon_sym_CARET_EQ] = ACTIONS(1504), + [anon_sym_AMP_EQ] = ACTIONS(1504), + [anon_sym_PIPE_EQ] = ACTIONS(1504), + [anon_sym_LT_LT_EQ] = ACTIONS(1504), + [anon_sym_GT_GT_EQ] = ACTIONS(1504), + [anon_sym_EQ] = ACTIONS(1506), + [anon_sym_EQ_EQ] = ACTIONS(1504), + [anon_sym_BANG_EQ] = ACTIONS(1504), + [anon_sym_GT] = ACTIONS(1506), + [anon_sym_LT] = ACTIONS(1506), + [anon_sym_GT_EQ] = ACTIONS(1504), + [anon_sym_LT_EQ] = ACTIONS(1504), + [anon_sym_DOT] = ACTIONS(1506), + [anon_sym_DOT_DOT] = ACTIONS(1506), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1504), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1504), + [anon_sym_COLON_COLON] = ACTIONS(1504), + [anon_sym_POUND] = ACTIONS(1504), + [anon_sym_SQUOTE] = ACTIONS(1506), + [anon_sym_as] = ACTIONS(1506), + [anon_sym_async] = ACTIONS(1506), + [anon_sym_break] = ACTIONS(1506), + [anon_sym_const] = ACTIONS(1506), + [anon_sym_continue] = ACTIONS(1506), + [anon_sym_default] = ACTIONS(1506), + [anon_sym_enum] = ACTIONS(1506), + [anon_sym_fn] = ACTIONS(1506), + [anon_sym_for] = ACTIONS(1506), + [anon_sym_gen] = ACTIONS(1506), + [anon_sym_if] = ACTIONS(1506), + [anon_sym_impl] = ACTIONS(1506), + [anon_sym_let] = ACTIONS(1506), + [anon_sym_loop] = ACTIONS(1506), + [anon_sym_match] = ACTIONS(1506), + [anon_sym_mod] = ACTIONS(1506), + [anon_sym_pub] = ACTIONS(1506), + [anon_sym_return] = ACTIONS(1506), + [anon_sym_static] = ACTIONS(1506), + [anon_sym_struct] = ACTIONS(1506), + [anon_sym_trait] = ACTIONS(1506), + [anon_sym_type] = ACTIONS(1506), + [anon_sym_union] = ACTIONS(1506), + [anon_sym_unsafe] = ACTIONS(1506), + [anon_sym_use] = ACTIONS(1506), + [anon_sym_while] = ACTIONS(1506), + [anon_sym_extern] = ACTIONS(1506), + [anon_sym_raw] = ACTIONS(1506), + [anon_sym_yield] = ACTIONS(1506), + [anon_sym_move] = ACTIONS(1506), + [anon_sym_try] = ACTIONS(1506), + [sym_integer_literal] = ACTIONS(1504), + [aux_sym_string_literal_token1] = ACTIONS(1504), + [sym_char_literal] = ACTIONS(1504), + [anon_sym_true] = ACTIONS(1506), + [anon_sym_false] = ACTIONS(1506), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1506), + [sym_super] = ACTIONS(1506), + [sym_crate] = ACTIONS(1506), + [sym_metavariable] = ACTIONS(1504), + [sym__raw_string_literal_start] = ACTIONS(1504), + [sym_float_literal] = ACTIONS(1504), }, [STATE(412)] = { + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_self_parameter] = STATE(2952), + [sym_variadic_parameter] = STATE(2952), + [sym_parameter] = STATE(2952), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2769), + [sym_bracketed_type] = STATE(3694), + [sym_lifetime] = STATE(3032), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3357), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(2298), + [sym_scoped_type_identifier] = STATE(2185), + [sym_const_block] = STATE(2192), + [sym__pattern] = STATE(3247), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), [sym_line_comment] = STATE(412), [sym_block_comment] = STATE(412), - [ts_builtin_sym_end] = ACTIONS(1512), - [sym_identifier] = ACTIONS(1514), - [anon_sym_SEMI] = ACTIONS(1512), - [anon_sym_macro_rules_BANG] = ACTIONS(1512), - [anon_sym_LPAREN] = ACTIONS(1512), - [anon_sym_LBRACK] = ACTIONS(1512), - [anon_sym_LBRACE] = ACTIONS(1512), - [anon_sym_RBRACE] = ACTIONS(1512), - [anon_sym_PLUS] = ACTIONS(1514), - [anon_sym_STAR] = ACTIONS(1514), - [anon_sym_QMARK] = ACTIONS(1512), - [anon_sym_u8] = ACTIONS(1514), - [anon_sym_i8] = ACTIONS(1514), - [anon_sym_u16] = ACTIONS(1514), - [anon_sym_i16] = ACTIONS(1514), - [anon_sym_u32] = ACTIONS(1514), - [anon_sym_i32] = ACTIONS(1514), - [anon_sym_u64] = ACTIONS(1514), - [anon_sym_i64] = ACTIONS(1514), - [anon_sym_u128] = ACTIONS(1514), - [anon_sym_i128] = ACTIONS(1514), - [anon_sym_isize] = ACTIONS(1514), - [anon_sym_usize] = ACTIONS(1514), - [anon_sym_f32] = ACTIONS(1514), - [anon_sym_f64] = ACTIONS(1514), - [anon_sym_bool] = ACTIONS(1514), - [anon_sym_str] = ACTIONS(1514), - [anon_sym_char] = ACTIONS(1514), - [anon_sym_DASH] = ACTIONS(1514), - [anon_sym_SLASH] = ACTIONS(1514), - [anon_sym_PERCENT] = ACTIONS(1514), - [anon_sym_CARET] = ACTIONS(1514), - [anon_sym_BANG] = ACTIONS(1514), - [anon_sym_AMP] = ACTIONS(1514), - [anon_sym_PIPE] = ACTIONS(1514), - [anon_sym_AMP_AMP] = ACTIONS(1512), - [anon_sym_PIPE_PIPE] = ACTIONS(1512), - [anon_sym_LT_LT] = ACTIONS(1514), - [anon_sym_GT_GT] = ACTIONS(1514), - [anon_sym_PLUS_EQ] = ACTIONS(1512), - [anon_sym_DASH_EQ] = ACTIONS(1512), - [anon_sym_STAR_EQ] = ACTIONS(1512), - [anon_sym_SLASH_EQ] = ACTIONS(1512), - [anon_sym_PERCENT_EQ] = ACTIONS(1512), - [anon_sym_CARET_EQ] = ACTIONS(1512), - [anon_sym_AMP_EQ] = ACTIONS(1512), - [anon_sym_PIPE_EQ] = ACTIONS(1512), - [anon_sym_LT_LT_EQ] = ACTIONS(1512), - [anon_sym_GT_GT_EQ] = ACTIONS(1512), - [anon_sym_EQ] = ACTIONS(1514), - [anon_sym_EQ_EQ] = ACTIONS(1512), - [anon_sym_BANG_EQ] = ACTIONS(1512), - [anon_sym_GT] = ACTIONS(1514), - [anon_sym_LT] = ACTIONS(1514), - [anon_sym_GT_EQ] = ACTIONS(1512), - [anon_sym_LT_EQ] = ACTIONS(1512), - [anon_sym_DOT] = ACTIONS(1514), - [anon_sym_DOT_DOT] = ACTIONS(1514), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1512), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1512), - [anon_sym_COLON_COLON] = ACTIONS(1512), - [anon_sym_POUND] = ACTIONS(1512), - [anon_sym_SQUOTE] = ACTIONS(1514), - [anon_sym_as] = ACTIONS(1514), - [anon_sym_async] = ACTIONS(1514), - [anon_sym_break] = ACTIONS(1514), - [anon_sym_const] = ACTIONS(1514), - [anon_sym_continue] = ACTIONS(1514), - [anon_sym_default] = ACTIONS(1514), - [anon_sym_enum] = ACTIONS(1514), - [anon_sym_fn] = ACTIONS(1514), - [anon_sym_for] = ACTIONS(1514), - [anon_sym_gen] = ACTIONS(1514), - [anon_sym_if] = ACTIONS(1514), - [anon_sym_impl] = ACTIONS(1514), - [anon_sym_let] = ACTIONS(1514), - [anon_sym_loop] = ACTIONS(1514), - [anon_sym_match] = ACTIONS(1514), - [anon_sym_mod] = ACTIONS(1514), - [anon_sym_pub] = ACTIONS(1514), - [anon_sym_return] = ACTIONS(1514), - [anon_sym_static] = ACTIONS(1514), - [anon_sym_struct] = ACTIONS(1514), - [anon_sym_trait] = ACTIONS(1514), - [anon_sym_type] = ACTIONS(1514), - [anon_sym_union] = ACTIONS(1514), - [anon_sym_unsafe] = ACTIONS(1514), - [anon_sym_use] = ACTIONS(1514), - [anon_sym_while] = ACTIONS(1514), - [anon_sym_extern] = ACTIONS(1514), - [anon_sym_raw] = ACTIONS(1514), - [anon_sym_yield] = ACTIONS(1514), - [anon_sym_move] = ACTIONS(1514), - [anon_sym_try] = ACTIONS(1514), - [sym_integer_literal] = ACTIONS(1512), - [aux_sym_string_literal_token1] = ACTIONS(1512), - [sym_char_literal] = ACTIONS(1512), - [anon_sym_true] = ACTIONS(1514), - [anon_sym_false] = ACTIONS(1514), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1514), - [sym_super] = ACTIONS(1514), - [sym_crate] = ACTIONS(1514), - [sym_metavariable] = ACTIONS(1512), - [sym__raw_string_literal_start] = ACTIONS(1512), - [sym_float_literal] = ACTIONS(1512), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(1110), + [anon_sym_LPAREN] = ACTIONS(1112), + [anon_sym_LBRACK] = ACTIONS(1116), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), + [anon_sym_u8] = ACTIONS(1122), + [anon_sym_i8] = ACTIONS(1122), + [anon_sym_u16] = ACTIONS(1122), + [anon_sym_i16] = ACTIONS(1122), + [anon_sym_u32] = ACTIONS(1122), + [anon_sym_i32] = ACTIONS(1122), + [anon_sym_u64] = ACTIONS(1122), + [anon_sym_i64] = ACTIONS(1122), + [anon_sym_u128] = ACTIONS(1122), + [anon_sym_i128] = ACTIONS(1122), + [anon_sym_isize] = ACTIONS(1122), + [anon_sym_usize] = ACTIONS(1122), + [anon_sym_f32] = ACTIONS(1122), + [anon_sym_f64] = ACTIONS(1122), + [anon_sym_bool] = ACTIONS(1122), + [anon_sym_str] = ACTIONS(1122), + [anon_sym_char] = ACTIONS(1122), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(1128), + [anon_sym_PIPE] = ACTIONS(1130), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1508), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1136), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COLON_COLON] = ACTIONS(1142), + [anon_sym_SQUOTE] = ACTIONS(1146), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1150), + [anon_sym_default] = ACTIONS(1152), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), + [anon_sym_gen] = ACTIONS(1158), + [anon_sym_impl] = ACTIONS(1160), + [anon_sym_union] = ACTIONS(1158), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_ref] = ACTIONS(1166), + [anon_sym_dyn] = ACTIONS(1168), + [sym_mutable_specifier] = ACTIONS(1170), + [anon_sym_raw] = ACTIONS(1158), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1178), + [sym_super] = ACTIONS(1180), + [sym_crate] = ACTIONS(1180), + [sym_metavariable] = ACTIONS(1182), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), }, [STATE(413)] = { [sym_line_comment] = STATE(413), [sym_block_comment] = STATE(413), - [ts_builtin_sym_end] = ACTIONS(1136), - [sym_identifier] = ACTIONS(1134), - [anon_sym_SEMI] = ACTIONS(1136), - [anon_sym_macro_rules_BANG] = ACTIONS(1136), - [anon_sym_LPAREN] = ACTIONS(1136), - [anon_sym_LBRACK] = ACTIONS(1136), - [anon_sym_LBRACE] = ACTIONS(1136), - [anon_sym_RBRACE] = ACTIONS(1136), - [anon_sym_PLUS] = ACTIONS(1134), - [anon_sym_STAR] = ACTIONS(1134), - [anon_sym_QMARK] = ACTIONS(1136), - [anon_sym_u8] = ACTIONS(1134), - [anon_sym_i8] = ACTIONS(1134), - [anon_sym_u16] = ACTIONS(1134), - [anon_sym_i16] = ACTIONS(1134), - [anon_sym_u32] = ACTIONS(1134), - [anon_sym_i32] = ACTIONS(1134), - [anon_sym_u64] = ACTIONS(1134), - [anon_sym_i64] = ACTIONS(1134), - [anon_sym_u128] = ACTIONS(1134), - [anon_sym_i128] = ACTIONS(1134), - [anon_sym_isize] = ACTIONS(1134), - [anon_sym_usize] = ACTIONS(1134), - [anon_sym_f32] = ACTIONS(1134), - [anon_sym_f64] = ACTIONS(1134), - [anon_sym_bool] = ACTIONS(1134), - [anon_sym_str] = ACTIONS(1134), - [anon_sym_char] = ACTIONS(1134), - [anon_sym_DASH] = ACTIONS(1134), - [anon_sym_SLASH] = ACTIONS(1134), - [anon_sym_PERCENT] = ACTIONS(1134), - [anon_sym_CARET] = ACTIONS(1134), - [anon_sym_BANG] = ACTIONS(1134), - [anon_sym_AMP] = ACTIONS(1134), - [anon_sym_PIPE] = ACTIONS(1134), - [anon_sym_AMP_AMP] = ACTIONS(1136), - [anon_sym_PIPE_PIPE] = ACTIONS(1136), - [anon_sym_LT_LT] = ACTIONS(1134), - [anon_sym_GT_GT] = ACTIONS(1134), - [anon_sym_PLUS_EQ] = ACTIONS(1136), - [anon_sym_DASH_EQ] = ACTIONS(1136), - [anon_sym_STAR_EQ] = ACTIONS(1136), - [anon_sym_SLASH_EQ] = ACTIONS(1136), - [anon_sym_PERCENT_EQ] = ACTIONS(1136), - [anon_sym_CARET_EQ] = ACTIONS(1136), - [anon_sym_AMP_EQ] = ACTIONS(1136), - [anon_sym_PIPE_EQ] = ACTIONS(1136), - [anon_sym_LT_LT_EQ] = ACTIONS(1136), - [anon_sym_GT_GT_EQ] = ACTIONS(1136), - [anon_sym_EQ] = ACTIONS(1134), - [anon_sym_EQ_EQ] = ACTIONS(1136), - [anon_sym_BANG_EQ] = ACTIONS(1136), - [anon_sym_GT] = ACTIONS(1134), - [anon_sym_LT] = ACTIONS(1134), - [anon_sym_GT_EQ] = ACTIONS(1136), - [anon_sym_LT_EQ] = ACTIONS(1136), - [anon_sym_DOT] = ACTIONS(1134), - [anon_sym_DOT_DOT] = ACTIONS(1134), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1136), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1136), - [anon_sym_COLON_COLON] = ACTIONS(1136), - [anon_sym_POUND] = ACTIONS(1136), - [anon_sym_SQUOTE] = ACTIONS(1134), - [anon_sym_as] = ACTIONS(1134), - [anon_sym_async] = ACTIONS(1134), - [anon_sym_break] = ACTIONS(1134), - [anon_sym_const] = ACTIONS(1134), - [anon_sym_continue] = ACTIONS(1134), - [anon_sym_default] = ACTIONS(1134), - [anon_sym_enum] = ACTIONS(1134), - [anon_sym_fn] = ACTIONS(1134), - [anon_sym_for] = ACTIONS(1134), - [anon_sym_gen] = ACTIONS(1134), - [anon_sym_if] = ACTIONS(1134), - [anon_sym_impl] = ACTIONS(1134), - [anon_sym_let] = ACTIONS(1134), - [anon_sym_loop] = ACTIONS(1134), - [anon_sym_match] = ACTIONS(1134), - [anon_sym_mod] = ACTIONS(1134), - [anon_sym_pub] = ACTIONS(1134), - [anon_sym_return] = ACTIONS(1134), - [anon_sym_static] = ACTIONS(1134), - [anon_sym_struct] = ACTIONS(1134), - [anon_sym_trait] = ACTIONS(1134), - [anon_sym_type] = ACTIONS(1134), - [anon_sym_union] = ACTIONS(1134), - [anon_sym_unsafe] = ACTIONS(1134), - [anon_sym_use] = ACTIONS(1134), - [anon_sym_while] = ACTIONS(1134), - [anon_sym_extern] = ACTIONS(1134), - [anon_sym_raw] = ACTIONS(1134), - [anon_sym_yield] = ACTIONS(1134), - [anon_sym_move] = ACTIONS(1134), - [anon_sym_try] = ACTIONS(1134), - [sym_integer_literal] = ACTIONS(1136), - [aux_sym_string_literal_token1] = ACTIONS(1136), - [sym_char_literal] = ACTIONS(1136), - [anon_sym_true] = ACTIONS(1134), - [anon_sym_false] = ACTIONS(1134), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1134), - [sym_super] = ACTIONS(1134), - [sym_crate] = ACTIONS(1134), - [sym_metavariable] = ACTIONS(1136), - [sym__raw_string_literal_start] = ACTIONS(1136), - [sym_float_literal] = ACTIONS(1136), + [ts_builtin_sym_end] = ACTIONS(1510), + [sym_identifier] = ACTIONS(1512), + [anon_sym_SEMI] = ACTIONS(1510), + [anon_sym_macro_rules_BANG] = ACTIONS(1510), + [anon_sym_LPAREN] = ACTIONS(1510), + [anon_sym_LBRACK] = ACTIONS(1510), + [anon_sym_LBRACE] = ACTIONS(1510), + [anon_sym_RBRACE] = ACTIONS(1510), + [anon_sym_PLUS] = ACTIONS(1512), + [anon_sym_STAR] = ACTIONS(1512), + [anon_sym_QMARK] = ACTIONS(1510), + [anon_sym_u8] = ACTIONS(1512), + [anon_sym_i8] = ACTIONS(1512), + [anon_sym_u16] = ACTIONS(1512), + [anon_sym_i16] = ACTIONS(1512), + [anon_sym_u32] = ACTIONS(1512), + [anon_sym_i32] = ACTIONS(1512), + [anon_sym_u64] = ACTIONS(1512), + [anon_sym_i64] = ACTIONS(1512), + [anon_sym_u128] = ACTIONS(1512), + [anon_sym_i128] = ACTIONS(1512), + [anon_sym_isize] = ACTIONS(1512), + [anon_sym_usize] = ACTIONS(1512), + [anon_sym_f32] = ACTIONS(1512), + [anon_sym_f64] = ACTIONS(1512), + [anon_sym_bool] = ACTIONS(1512), + [anon_sym_str] = ACTIONS(1512), + [anon_sym_char] = ACTIONS(1512), + [anon_sym_DASH] = ACTIONS(1512), + [anon_sym_SLASH] = ACTIONS(1512), + [anon_sym_PERCENT] = ACTIONS(1512), + [anon_sym_CARET] = ACTIONS(1512), + [anon_sym_BANG] = ACTIONS(1512), + [anon_sym_AMP] = ACTIONS(1512), + [anon_sym_PIPE] = ACTIONS(1512), + [anon_sym_AMP_AMP] = ACTIONS(1510), + [anon_sym_PIPE_PIPE] = ACTIONS(1510), + [anon_sym_LT_LT] = ACTIONS(1512), + [anon_sym_GT_GT] = ACTIONS(1512), + [anon_sym_PLUS_EQ] = ACTIONS(1510), + [anon_sym_DASH_EQ] = ACTIONS(1510), + [anon_sym_STAR_EQ] = ACTIONS(1510), + [anon_sym_SLASH_EQ] = ACTIONS(1510), + [anon_sym_PERCENT_EQ] = ACTIONS(1510), + [anon_sym_CARET_EQ] = ACTIONS(1510), + [anon_sym_AMP_EQ] = ACTIONS(1510), + [anon_sym_PIPE_EQ] = ACTIONS(1510), + [anon_sym_LT_LT_EQ] = ACTIONS(1510), + [anon_sym_GT_GT_EQ] = ACTIONS(1510), + [anon_sym_EQ] = ACTIONS(1512), + [anon_sym_EQ_EQ] = ACTIONS(1510), + [anon_sym_BANG_EQ] = ACTIONS(1510), + [anon_sym_GT] = ACTIONS(1512), + [anon_sym_LT] = ACTIONS(1512), + [anon_sym_GT_EQ] = ACTIONS(1510), + [anon_sym_LT_EQ] = ACTIONS(1510), + [anon_sym_DOT] = ACTIONS(1512), + [anon_sym_DOT_DOT] = ACTIONS(1512), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1510), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1510), + [anon_sym_COLON_COLON] = ACTIONS(1510), + [anon_sym_POUND] = ACTIONS(1510), + [anon_sym_SQUOTE] = ACTIONS(1512), + [anon_sym_as] = ACTIONS(1512), + [anon_sym_async] = ACTIONS(1512), + [anon_sym_break] = ACTIONS(1512), + [anon_sym_const] = ACTIONS(1512), + [anon_sym_continue] = ACTIONS(1512), + [anon_sym_default] = ACTIONS(1512), + [anon_sym_enum] = ACTIONS(1512), + [anon_sym_fn] = ACTIONS(1512), + [anon_sym_for] = ACTIONS(1512), + [anon_sym_gen] = ACTIONS(1512), + [anon_sym_if] = ACTIONS(1512), + [anon_sym_impl] = ACTIONS(1512), + [anon_sym_let] = ACTIONS(1512), + [anon_sym_loop] = ACTIONS(1512), + [anon_sym_match] = ACTIONS(1512), + [anon_sym_mod] = ACTIONS(1512), + [anon_sym_pub] = ACTIONS(1512), + [anon_sym_return] = ACTIONS(1512), + [anon_sym_static] = ACTIONS(1512), + [anon_sym_struct] = ACTIONS(1512), + [anon_sym_trait] = ACTIONS(1512), + [anon_sym_type] = ACTIONS(1512), + [anon_sym_union] = ACTIONS(1512), + [anon_sym_unsafe] = ACTIONS(1512), + [anon_sym_use] = ACTIONS(1512), + [anon_sym_while] = ACTIONS(1512), + [anon_sym_extern] = ACTIONS(1512), + [anon_sym_raw] = ACTIONS(1512), + [anon_sym_yield] = ACTIONS(1512), + [anon_sym_move] = ACTIONS(1512), + [anon_sym_try] = ACTIONS(1512), + [sym_integer_literal] = ACTIONS(1510), + [aux_sym_string_literal_token1] = ACTIONS(1510), + [sym_char_literal] = ACTIONS(1510), + [anon_sym_true] = ACTIONS(1512), + [anon_sym_false] = ACTIONS(1512), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1512), + [sym_super] = ACTIONS(1512), + [sym_crate] = ACTIONS(1512), + [sym_metavariable] = ACTIONS(1510), + [sym__raw_string_literal_start] = ACTIONS(1510), + [sym_float_literal] = ACTIONS(1510), }, [STATE(414)] = { [sym_line_comment] = STATE(414), [sym_block_comment] = STATE(414), - [ts_builtin_sym_end] = ACTIONS(1516), - [sym_identifier] = ACTIONS(1518), - [anon_sym_SEMI] = ACTIONS(1516), - [anon_sym_macro_rules_BANG] = ACTIONS(1516), - [anon_sym_LPAREN] = ACTIONS(1516), - [anon_sym_LBRACK] = ACTIONS(1516), - [anon_sym_LBRACE] = ACTIONS(1516), - [anon_sym_RBRACE] = ACTIONS(1516), - [anon_sym_PLUS] = ACTIONS(1518), - [anon_sym_STAR] = ACTIONS(1518), - [anon_sym_QMARK] = ACTIONS(1516), - [anon_sym_u8] = ACTIONS(1518), - [anon_sym_i8] = ACTIONS(1518), - [anon_sym_u16] = ACTIONS(1518), - [anon_sym_i16] = ACTIONS(1518), - [anon_sym_u32] = ACTIONS(1518), - [anon_sym_i32] = ACTIONS(1518), - [anon_sym_u64] = ACTIONS(1518), - [anon_sym_i64] = ACTIONS(1518), - [anon_sym_u128] = ACTIONS(1518), - [anon_sym_i128] = ACTIONS(1518), - [anon_sym_isize] = ACTIONS(1518), - [anon_sym_usize] = ACTIONS(1518), - [anon_sym_f32] = ACTIONS(1518), - [anon_sym_f64] = ACTIONS(1518), - [anon_sym_bool] = ACTIONS(1518), - [anon_sym_str] = ACTIONS(1518), - [anon_sym_char] = ACTIONS(1518), - [anon_sym_DASH] = ACTIONS(1518), - [anon_sym_SLASH] = ACTIONS(1518), - [anon_sym_PERCENT] = ACTIONS(1518), - [anon_sym_CARET] = ACTIONS(1518), - [anon_sym_BANG] = ACTIONS(1518), - [anon_sym_AMP] = ACTIONS(1518), - [anon_sym_PIPE] = ACTIONS(1518), - [anon_sym_AMP_AMP] = ACTIONS(1516), - [anon_sym_PIPE_PIPE] = ACTIONS(1516), - [anon_sym_LT_LT] = ACTIONS(1518), - [anon_sym_GT_GT] = ACTIONS(1518), - [anon_sym_PLUS_EQ] = ACTIONS(1516), - [anon_sym_DASH_EQ] = ACTIONS(1516), - [anon_sym_STAR_EQ] = ACTIONS(1516), - [anon_sym_SLASH_EQ] = ACTIONS(1516), - [anon_sym_PERCENT_EQ] = ACTIONS(1516), - [anon_sym_CARET_EQ] = ACTIONS(1516), - [anon_sym_AMP_EQ] = ACTIONS(1516), - [anon_sym_PIPE_EQ] = ACTIONS(1516), - [anon_sym_LT_LT_EQ] = ACTIONS(1516), - [anon_sym_GT_GT_EQ] = ACTIONS(1516), - [anon_sym_EQ] = ACTIONS(1518), - [anon_sym_EQ_EQ] = ACTIONS(1516), - [anon_sym_BANG_EQ] = ACTIONS(1516), - [anon_sym_GT] = ACTIONS(1518), - [anon_sym_LT] = ACTIONS(1518), - [anon_sym_GT_EQ] = ACTIONS(1516), - [anon_sym_LT_EQ] = ACTIONS(1516), - [anon_sym_DOT] = ACTIONS(1518), - [anon_sym_DOT_DOT] = ACTIONS(1518), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1516), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1516), - [anon_sym_COLON_COLON] = ACTIONS(1516), - [anon_sym_POUND] = ACTIONS(1516), - [anon_sym_SQUOTE] = ACTIONS(1518), - [anon_sym_as] = ACTIONS(1518), - [anon_sym_async] = ACTIONS(1518), - [anon_sym_break] = ACTIONS(1518), - [anon_sym_const] = ACTIONS(1518), - [anon_sym_continue] = ACTIONS(1518), - [anon_sym_default] = ACTIONS(1518), - [anon_sym_enum] = ACTIONS(1518), - [anon_sym_fn] = ACTIONS(1518), - [anon_sym_for] = ACTIONS(1518), - [anon_sym_gen] = ACTIONS(1518), - [anon_sym_if] = ACTIONS(1518), - [anon_sym_impl] = ACTIONS(1518), - [anon_sym_let] = ACTIONS(1518), - [anon_sym_loop] = ACTIONS(1518), - [anon_sym_match] = ACTIONS(1518), - [anon_sym_mod] = ACTIONS(1518), - [anon_sym_pub] = ACTIONS(1518), - [anon_sym_return] = ACTIONS(1518), - [anon_sym_static] = ACTIONS(1518), - [anon_sym_struct] = ACTIONS(1518), - [anon_sym_trait] = ACTIONS(1518), - [anon_sym_type] = ACTIONS(1518), - [anon_sym_union] = ACTIONS(1518), - [anon_sym_unsafe] = ACTIONS(1518), - [anon_sym_use] = ACTIONS(1518), - [anon_sym_while] = ACTIONS(1518), - [anon_sym_extern] = ACTIONS(1518), - [anon_sym_raw] = ACTIONS(1518), - [anon_sym_yield] = ACTIONS(1518), - [anon_sym_move] = ACTIONS(1518), - [anon_sym_try] = ACTIONS(1518), - [sym_integer_literal] = ACTIONS(1516), - [aux_sym_string_literal_token1] = ACTIONS(1516), - [sym_char_literal] = ACTIONS(1516), - [anon_sym_true] = ACTIONS(1518), - [anon_sym_false] = ACTIONS(1518), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1518), - [sym_super] = ACTIONS(1518), - [sym_crate] = ACTIONS(1518), - [sym_metavariable] = ACTIONS(1516), - [sym__raw_string_literal_start] = ACTIONS(1516), - [sym_float_literal] = ACTIONS(1516), + [ts_builtin_sym_end] = ACTIONS(1090), + [sym_identifier] = ACTIONS(1088), + [anon_sym_SEMI] = ACTIONS(1090), + [anon_sym_macro_rules_BANG] = ACTIONS(1090), + [anon_sym_LPAREN] = ACTIONS(1090), + [anon_sym_LBRACK] = ACTIONS(1090), + [anon_sym_LBRACE] = ACTIONS(1090), + [anon_sym_RBRACE] = ACTIONS(1090), + [anon_sym_PLUS] = ACTIONS(1088), + [anon_sym_STAR] = ACTIONS(1088), + [anon_sym_QMARK] = ACTIONS(1090), + [anon_sym_u8] = ACTIONS(1088), + [anon_sym_i8] = ACTIONS(1088), + [anon_sym_u16] = ACTIONS(1088), + [anon_sym_i16] = ACTIONS(1088), + [anon_sym_u32] = ACTIONS(1088), + [anon_sym_i32] = ACTIONS(1088), + [anon_sym_u64] = ACTIONS(1088), + [anon_sym_i64] = ACTIONS(1088), + [anon_sym_u128] = ACTIONS(1088), + [anon_sym_i128] = ACTIONS(1088), + [anon_sym_isize] = ACTIONS(1088), + [anon_sym_usize] = ACTIONS(1088), + [anon_sym_f32] = ACTIONS(1088), + [anon_sym_f64] = ACTIONS(1088), + [anon_sym_bool] = ACTIONS(1088), + [anon_sym_str] = ACTIONS(1088), + [anon_sym_char] = ACTIONS(1088), + [anon_sym_DASH] = ACTIONS(1088), + [anon_sym_SLASH] = ACTIONS(1088), + [anon_sym_PERCENT] = ACTIONS(1088), + [anon_sym_CARET] = ACTIONS(1088), + [anon_sym_BANG] = ACTIONS(1088), + [anon_sym_AMP] = ACTIONS(1088), + [anon_sym_PIPE] = ACTIONS(1088), + [anon_sym_AMP_AMP] = ACTIONS(1090), + [anon_sym_PIPE_PIPE] = ACTIONS(1090), + [anon_sym_LT_LT] = ACTIONS(1088), + [anon_sym_GT_GT] = ACTIONS(1088), + [anon_sym_PLUS_EQ] = ACTIONS(1090), + [anon_sym_DASH_EQ] = ACTIONS(1090), + [anon_sym_STAR_EQ] = ACTIONS(1090), + [anon_sym_SLASH_EQ] = ACTIONS(1090), + [anon_sym_PERCENT_EQ] = ACTIONS(1090), + [anon_sym_CARET_EQ] = ACTIONS(1090), + [anon_sym_AMP_EQ] = ACTIONS(1090), + [anon_sym_PIPE_EQ] = ACTIONS(1090), + [anon_sym_LT_LT_EQ] = ACTIONS(1090), + [anon_sym_GT_GT_EQ] = ACTIONS(1090), + [anon_sym_EQ] = ACTIONS(1088), + [anon_sym_EQ_EQ] = ACTIONS(1090), + [anon_sym_BANG_EQ] = ACTIONS(1090), + [anon_sym_GT] = ACTIONS(1088), + [anon_sym_LT] = ACTIONS(1088), + [anon_sym_GT_EQ] = ACTIONS(1090), + [anon_sym_LT_EQ] = ACTIONS(1090), + [anon_sym_DOT] = ACTIONS(1088), + [anon_sym_DOT_DOT] = ACTIONS(1088), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1090), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1090), + [anon_sym_COLON_COLON] = ACTIONS(1090), + [anon_sym_POUND] = ACTIONS(1090), + [anon_sym_SQUOTE] = ACTIONS(1088), + [anon_sym_as] = ACTIONS(1088), + [anon_sym_async] = ACTIONS(1088), + [anon_sym_break] = ACTIONS(1088), + [anon_sym_const] = ACTIONS(1088), + [anon_sym_continue] = ACTIONS(1088), + [anon_sym_default] = ACTIONS(1088), + [anon_sym_enum] = ACTIONS(1088), + [anon_sym_fn] = ACTIONS(1088), + [anon_sym_for] = ACTIONS(1088), + [anon_sym_gen] = ACTIONS(1088), + [anon_sym_if] = ACTIONS(1088), + [anon_sym_impl] = ACTIONS(1088), + [anon_sym_let] = ACTIONS(1088), + [anon_sym_loop] = ACTIONS(1088), + [anon_sym_match] = ACTIONS(1088), + [anon_sym_mod] = ACTIONS(1088), + [anon_sym_pub] = ACTIONS(1088), + [anon_sym_return] = ACTIONS(1088), + [anon_sym_static] = ACTIONS(1088), + [anon_sym_struct] = ACTIONS(1088), + [anon_sym_trait] = ACTIONS(1088), + [anon_sym_type] = ACTIONS(1088), + [anon_sym_union] = ACTIONS(1088), + [anon_sym_unsafe] = ACTIONS(1088), + [anon_sym_use] = ACTIONS(1088), + [anon_sym_while] = ACTIONS(1088), + [anon_sym_extern] = ACTIONS(1088), + [anon_sym_raw] = ACTIONS(1088), + [anon_sym_yield] = ACTIONS(1088), + [anon_sym_move] = ACTIONS(1088), + [anon_sym_try] = ACTIONS(1088), + [sym_integer_literal] = ACTIONS(1090), + [aux_sym_string_literal_token1] = ACTIONS(1090), + [sym_char_literal] = ACTIONS(1090), + [anon_sym_true] = ACTIONS(1088), + [anon_sym_false] = ACTIONS(1088), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1088), + [sym_super] = ACTIONS(1088), + [sym_crate] = ACTIONS(1088), + [sym_metavariable] = ACTIONS(1090), + [sym__raw_string_literal_start] = ACTIONS(1090), + [sym_float_literal] = ACTIONS(1090), }, [STATE(415)] = { [sym_line_comment] = STATE(415), [sym_block_comment] = STATE(415), - [ts_builtin_sym_end] = ACTIONS(1520), - [sym_identifier] = ACTIONS(1522), - [anon_sym_SEMI] = ACTIONS(1520), - [anon_sym_macro_rules_BANG] = ACTIONS(1520), - [anon_sym_LPAREN] = ACTIONS(1520), - [anon_sym_LBRACK] = ACTIONS(1520), - [anon_sym_LBRACE] = ACTIONS(1520), - [anon_sym_RBRACE] = ACTIONS(1520), - [anon_sym_PLUS] = ACTIONS(1522), - [anon_sym_STAR] = ACTIONS(1522), - [anon_sym_QMARK] = ACTIONS(1520), - [anon_sym_u8] = ACTIONS(1522), - [anon_sym_i8] = ACTIONS(1522), - [anon_sym_u16] = ACTIONS(1522), - [anon_sym_i16] = ACTIONS(1522), - [anon_sym_u32] = ACTIONS(1522), - [anon_sym_i32] = ACTIONS(1522), - [anon_sym_u64] = ACTIONS(1522), - [anon_sym_i64] = ACTIONS(1522), - [anon_sym_u128] = ACTIONS(1522), - [anon_sym_i128] = ACTIONS(1522), - [anon_sym_isize] = ACTIONS(1522), - [anon_sym_usize] = ACTIONS(1522), - [anon_sym_f32] = ACTIONS(1522), - [anon_sym_f64] = ACTIONS(1522), - [anon_sym_bool] = ACTIONS(1522), - [anon_sym_str] = ACTIONS(1522), - [anon_sym_char] = ACTIONS(1522), - [anon_sym_DASH] = ACTIONS(1522), - [anon_sym_SLASH] = ACTIONS(1522), - [anon_sym_PERCENT] = ACTIONS(1522), - [anon_sym_CARET] = ACTIONS(1522), - [anon_sym_BANG] = ACTIONS(1522), - [anon_sym_AMP] = ACTIONS(1522), - [anon_sym_PIPE] = ACTIONS(1522), - [anon_sym_AMP_AMP] = ACTIONS(1520), - [anon_sym_PIPE_PIPE] = ACTIONS(1520), - [anon_sym_LT_LT] = ACTIONS(1522), - [anon_sym_GT_GT] = ACTIONS(1522), - [anon_sym_PLUS_EQ] = ACTIONS(1520), - [anon_sym_DASH_EQ] = ACTIONS(1520), - [anon_sym_STAR_EQ] = ACTIONS(1520), - [anon_sym_SLASH_EQ] = ACTIONS(1520), - [anon_sym_PERCENT_EQ] = ACTIONS(1520), - [anon_sym_CARET_EQ] = ACTIONS(1520), - [anon_sym_AMP_EQ] = ACTIONS(1520), - [anon_sym_PIPE_EQ] = ACTIONS(1520), - [anon_sym_LT_LT_EQ] = ACTIONS(1520), - [anon_sym_GT_GT_EQ] = ACTIONS(1520), - [anon_sym_EQ] = ACTIONS(1522), - [anon_sym_EQ_EQ] = ACTIONS(1520), - [anon_sym_BANG_EQ] = ACTIONS(1520), - [anon_sym_GT] = ACTIONS(1522), - [anon_sym_LT] = ACTIONS(1522), - [anon_sym_GT_EQ] = ACTIONS(1520), - [anon_sym_LT_EQ] = ACTIONS(1520), - [anon_sym_DOT] = ACTIONS(1522), - [anon_sym_DOT_DOT] = ACTIONS(1522), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1520), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1520), - [anon_sym_COLON_COLON] = ACTIONS(1520), - [anon_sym_POUND] = ACTIONS(1520), - [anon_sym_SQUOTE] = ACTIONS(1522), - [anon_sym_as] = ACTIONS(1522), - [anon_sym_async] = ACTIONS(1522), - [anon_sym_break] = ACTIONS(1522), - [anon_sym_const] = ACTIONS(1522), - [anon_sym_continue] = ACTIONS(1522), - [anon_sym_default] = ACTIONS(1522), - [anon_sym_enum] = ACTIONS(1522), - [anon_sym_fn] = ACTIONS(1522), - [anon_sym_for] = ACTIONS(1522), - [anon_sym_gen] = ACTIONS(1522), - [anon_sym_if] = ACTIONS(1522), - [anon_sym_impl] = ACTIONS(1522), - [anon_sym_let] = ACTIONS(1522), - [anon_sym_loop] = ACTIONS(1522), - [anon_sym_match] = ACTIONS(1522), - [anon_sym_mod] = ACTIONS(1522), - [anon_sym_pub] = ACTIONS(1522), - [anon_sym_return] = ACTIONS(1522), - [anon_sym_static] = ACTIONS(1522), - [anon_sym_struct] = ACTIONS(1522), - [anon_sym_trait] = ACTIONS(1522), - [anon_sym_type] = ACTIONS(1522), - [anon_sym_union] = ACTIONS(1522), - [anon_sym_unsafe] = ACTIONS(1522), - [anon_sym_use] = ACTIONS(1522), - [anon_sym_while] = ACTIONS(1522), - [anon_sym_extern] = ACTIONS(1522), - [anon_sym_raw] = ACTIONS(1522), - [anon_sym_yield] = ACTIONS(1522), - [anon_sym_move] = ACTIONS(1522), - [anon_sym_try] = ACTIONS(1522), - [sym_integer_literal] = ACTIONS(1520), - [aux_sym_string_literal_token1] = ACTIONS(1520), - [sym_char_literal] = ACTIONS(1520), - [anon_sym_true] = ACTIONS(1522), - [anon_sym_false] = ACTIONS(1522), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1522), - [sym_super] = ACTIONS(1522), - [sym_crate] = ACTIONS(1522), - [sym_metavariable] = ACTIONS(1520), - [sym__raw_string_literal_start] = ACTIONS(1520), - [sym_float_literal] = ACTIONS(1520), + [ts_builtin_sym_end] = ACTIONS(1514), + [sym_identifier] = ACTIONS(1516), + [anon_sym_SEMI] = ACTIONS(1514), + [anon_sym_macro_rules_BANG] = ACTIONS(1514), + [anon_sym_LPAREN] = ACTIONS(1514), + [anon_sym_LBRACK] = ACTIONS(1514), + [anon_sym_LBRACE] = ACTIONS(1514), + [anon_sym_RBRACE] = ACTIONS(1514), + [anon_sym_PLUS] = ACTIONS(1516), + [anon_sym_STAR] = ACTIONS(1516), + [anon_sym_QMARK] = ACTIONS(1514), + [anon_sym_u8] = ACTIONS(1516), + [anon_sym_i8] = ACTIONS(1516), + [anon_sym_u16] = ACTIONS(1516), + [anon_sym_i16] = ACTIONS(1516), + [anon_sym_u32] = ACTIONS(1516), + [anon_sym_i32] = ACTIONS(1516), + [anon_sym_u64] = ACTIONS(1516), + [anon_sym_i64] = ACTIONS(1516), + [anon_sym_u128] = ACTIONS(1516), + [anon_sym_i128] = ACTIONS(1516), + [anon_sym_isize] = ACTIONS(1516), + [anon_sym_usize] = ACTIONS(1516), + [anon_sym_f32] = ACTIONS(1516), + [anon_sym_f64] = ACTIONS(1516), + [anon_sym_bool] = ACTIONS(1516), + [anon_sym_str] = ACTIONS(1516), + [anon_sym_char] = ACTIONS(1516), + [anon_sym_DASH] = ACTIONS(1516), + [anon_sym_SLASH] = ACTIONS(1516), + [anon_sym_PERCENT] = ACTIONS(1516), + [anon_sym_CARET] = ACTIONS(1516), + [anon_sym_BANG] = ACTIONS(1516), + [anon_sym_AMP] = ACTIONS(1516), + [anon_sym_PIPE] = ACTIONS(1516), + [anon_sym_AMP_AMP] = ACTIONS(1514), + [anon_sym_PIPE_PIPE] = ACTIONS(1514), + [anon_sym_LT_LT] = ACTIONS(1516), + [anon_sym_GT_GT] = ACTIONS(1516), + [anon_sym_PLUS_EQ] = ACTIONS(1514), + [anon_sym_DASH_EQ] = ACTIONS(1514), + [anon_sym_STAR_EQ] = ACTIONS(1514), + [anon_sym_SLASH_EQ] = ACTIONS(1514), + [anon_sym_PERCENT_EQ] = ACTIONS(1514), + [anon_sym_CARET_EQ] = ACTIONS(1514), + [anon_sym_AMP_EQ] = ACTIONS(1514), + [anon_sym_PIPE_EQ] = ACTIONS(1514), + [anon_sym_LT_LT_EQ] = ACTIONS(1514), + [anon_sym_GT_GT_EQ] = ACTIONS(1514), + [anon_sym_EQ] = ACTIONS(1516), + [anon_sym_EQ_EQ] = ACTIONS(1514), + [anon_sym_BANG_EQ] = ACTIONS(1514), + [anon_sym_GT] = ACTIONS(1516), + [anon_sym_LT] = ACTIONS(1516), + [anon_sym_GT_EQ] = ACTIONS(1514), + [anon_sym_LT_EQ] = ACTIONS(1514), + [anon_sym_DOT] = ACTIONS(1516), + [anon_sym_DOT_DOT] = ACTIONS(1516), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1514), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1514), + [anon_sym_COLON_COLON] = ACTIONS(1514), + [anon_sym_POUND] = ACTIONS(1514), + [anon_sym_SQUOTE] = ACTIONS(1516), + [anon_sym_as] = ACTIONS(1516), + [anon_sym_async] = ACTIONS(1516), + [anon_sym_break] = ACTIONS(1516), + [anon_sym_const] = ACTIONS(1516), + [anon_sym_continue] = ACTIONS(1516), + [anon_sym_default] = ACTIONS(1516), + [anon_sym_enum] = ACTIONS(1516), + [anon_sym_fn] = ACTIONS(1516), + [anon_sym_for] = ACTIONS(1516), + [anon_sym_gen] = ACTIONS(1516), + [anon_sym_if] = ACTIONS(1516), + [anon_sym_impl] = ACTIONS(1516), + [anon_sym_let] = ACTIONS(1516), + [anon_sym_loop] = ACTIONS(1516), + [anon_sym_match] = ACTIONS(1516), + [anon_sym_mod] = ACTIONS(1516), + [anon_sym_pub] = ACTIONS(1516), + [anon_sym_return] = ACTIONS(1516), + [anon_sym_static] = ACTIONS(1516), + [anon_sym_struct] = ACTIONS(1516), + [anon_sym_trait] = ACTIONS(1516), + [anon_sym_type] = ACTIONS(1516), + [anon_sym_union] = ACTIONS(1516), + [anon_sym_unsafe] = ACTIONS(1516), + [anon_sym_use] = ACTIONS(1516), + [anon_sym_while] = ACTIONS(1516), + [anon_sym_extern] = ACTIONS(1516), + [anon_sym_raw] = ACTIONS(1516), + [anon_sym_yield] = ACTIONS(1516), + [anon_sym_move] = ACTIONS(1516), + [anon_sym_try] = ACTIONS(1516), + [sym_integer_literal] = ACTIONS(1514), + [aux_sym_string_literal_token1] = ACTIONS(1514), + [sym_char_literal] = ACTIONS(1514), + [anon_sym_true] = ACTIONS(1516), + [anon_sym_false] = ACTIONS(1516), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1516), + [sym_super] = ACTIONS(1516), + [sym_crate] = ACTIONS(1516), + [sym_metavariable] = ACTIONS(1514), + [sym__raw_string_literal_start] = ACTIONS(1514), + [sym_float_literal] = ACTIONS(1514), }, [STATE(416)] = { [sym_line_comment] = STATE(416), [sym_block_comment] = STATE(416), - [ts_builtin_sym_end] = ACTIONS(1524), - [sym_identifier] = ACTIONS(1526), - [anon_sym_SEMI] = ACTIONS(1524), - [anon_sym_macro_rules_BANG] = ACTIONS(1524), - [anon_sym_LPAREN] = ACTIONS(1524), - [anon_sym_LBRACK] = ACTIONS(1524), - [anon_sym_LBRACE] = ACTIONS(1524), - [anon_sym_RBRACE] = ACTIONS(1524), - [anon_sym_PLUS] = ACTIONS(1526), - [anon_sym_STAR] = ACTIONS(1526), - [anon_sym_QMARK] = ACTIONS(1524), - [anon_sym_u8] = ACTIONS(1526), - [anon_sym_i8] = ACTIONS(1526), - [anon_sym_u16] = ACTIONS(1526), - [anon_sym_i16] = ACTIONS(1526), - [anon_sym_u32] = ACTIONS(1526), - [anon_sym_i32] = ACTIONS(1526), - [anon_sym_u64] = ACTIONS(1526), - [anon_sym_i64] = ACTIONS(1526), - [anon_sym_u128] = ACTIONS(1526), - [anon_sym_i128] = ACTIONS(1526), - [anon_sym_isize] = ACTIONS(1526), - [anon_sym_usize] = ACTIONS(1526), - [anon_sym_f32] = ACTIONS(1526), - [anon_sym_f64] = ACTIONS(1526), - [anon_sym_bool] = ACTIONS(1526), - [anon_sym_str] = ACTIONS(1526), - [anon_sym_char] = ACTIONS(1526), - [anon_sym_DASH] = ACTIONS(1526), - [anon_sym_SLASH] = ACTIONS(1526), - [anon_sym_PERCENT] = ACTIONS(1526), - [anon_sym_CARET] = ACTIONS(1526), - [anon_sym_BANG] = ACTIONS(1526), - [anon_sym_AMP] = ACTIONS(1526), - [anon_sym_PIPE] = ACTIONS(1526), - [anon_sym_AMP_AMP] = ACTIONS(1524), - [anon_sym_PIPE_PIPE] = ACTIONS(1524), - [anon_sym_LT_LT] = ACTIONS(1526), - [anon_sym_GT_GT] = ACTIONS(1526), - [anon_sym_PLUS_EQ] = ACTIONS(1524), - [anon_sym_DASH_EQ] = ACTIONS(1524), - [anon_sym_STAR_EQ] = ACTIONS(1524), - [anon_sym_SLASH_EQ] = ACTIONS(1524), - [anon_sym_PERCENT_EQ] = ACTIONS(1524), - [anon_sym_CARET_EQ] = ACTIONS(1524), - [anon_sym_AMP_EQ] = ACTIONS(1524), - [anon_sym_PIPE_EQ] = ACTIONS(1524), - [anon_sym_LT_LT_EQ] = ACTIONS(1524), - [anon_sym_GT_GT_EQ] = ACTIONS(1524), - [anon_sym_EQ] = ACTIONS(1526), - [anon_sym_EQ_EQ] = ACTIONS(1524), - [anon_sym_BANG_EQ] = ACTIONS(1524), - [anon_sym_GT] = ACTIONS(1526), - [anon_sym_LT] = ACTIONS(1526), - [anon_sym_GT_EQ] = ACTIONS(1524), - [anon_sym_LT_EQ] = ACTIONS(1524), - [anon_sym_DOT] = ACTIONS(1526), - [anon_sym_DOT_DOT] = ACTIONS(1526), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1524), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1524), - [anon_sym_COLON_COLON] = ACTIONS(1524), - [anon_sym_POUND] = ACTIONS(1524), - [anon_sym_SQUOTE] = ACTIONS(1526), - [anon_sym_as] = ACTIONS(1526), - [anon_sym_async] = ACTIONS(1526), - [anon_sym_break] = ACTIONS(1526), - [anon_sym_const] = ACTIONS(1526), - [anon_sym_continue] = ACTIONS(1526), - [anon_sym_default] = ACTIONS(1526), - [anon_sym_enum] = ACTIONS(1526), - [anon_sym_fn] = ACTIONS(1526), - [anon_sym_for] = ACTIONS(1526), - [anon_sym_gen] = ACTIONS(1526), - [anon_sym_if] = ACTIONS(1526), - [anon_sym_impl] = ACTIONS(1526), - [anon_sym_let] = ACTIONS(1526), - [anon_sym_loop] = ACTIONS(1526), - [anon_sym_match] = ACTIONS(1526), - [anon_sym_mod] = ACTIONS(1526), - [anon_sym_pub] = ACTIONS(1526), - [anon_sym_return] = ACTIONS(1526), - [anon_sym_static] = ACTIONS(1526), - [anon_sym_struct] = ACTIONS(1526), - [anon_sym_trait] = ACTIONS(1526), - [anon_sym_type] = ACTIONS(1526), - [anon_sym_union] = ACTIONS(1526), - [anon_sym_unsafe] = ACTIONS(1526), - [anon_sym_use] = ACTIONS(1526), - [anon_sym_while] = ACTIONS(1526), - [anon_sym_extern] = ACTIONS(1526), - [anon_sym_raw] = ACTIONS(1526), - [anon_sym_yield] = ACTIONS(1526), - [anon_sym_move] = ACTIONS(1526), - [anon_sym_try] = ACTIONS(1526), - [sym_integer_literal] = ACTIONS(1524), - [aux_sym_string_literal_token1] = ACTIONS(1524), - [sym_char_literal] = ACTIONS(1524), - [anon_sym_true] = ACTIONS(1526), - [anon_sym_false] = ACTIONS(1526), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1526), - [sym_super] = ACTIONS(1526), - [sym_crate] = ACTIONS(1526), - [sym_metavariable] = ACTIONS(1524), - [sym__raw_string_literal_start] = ACTIONS(1524), - [sym_float_literal] = ACTIONS(1524), + [ts_builtin_sym_end] = ACTIONS(1518), + [sym_identifier] = ACTIONS(1520), + [anon_sym_SEMI] = ACTIONS(1518), + [anon_sym_macro_rules_BANG] = ACTIONS(1518), + [anon_sym_LPAREN] = ACTIONS(1518), + [anon_sym_LBRACK] = ACTIONS(1518), + [anon_sym_LBRACE] = ACTIONS(1518), + [anon_sym_RBRACE] = ACTIONS(1518), + [anon_sym_PLUS] = ACTIONS(1520), + [anon_sym_STAR] = ACTIONS(1520), + [anon_sym_QMARK] = ACTIONS(1518), + [anon_sym_u8] = ACTIONS(1520), + [anon_sym_i8] = ACTIONS(1520), + [anon_sym_u16] = ACTIONS(1520), + [anon_sym_i16] = ACTIONS(1520), + [anon_sym_u32] = ACTIONS(1520), + [anon_sym_i32] = ACTIONS(1520), + [anon_sym_u64] = ACTIONS(1520), + [anon_sym_i64] = ACTIONS(1520), + [anon_sym_u128] = ACTIONS(1520), + [anon_sym_i128] = ACTIONS(1520), + [anon_sym_isize] = ACTIONS(1520), + [anon_sym_usize] = ACTIONS(1520), + [anon_sym_f32] = ACTIONS(1520), + [anon_sym_f64] = ACTIONS(1520), + [anon_sym_bool] = ACTIONS(1520), + [anon_sym_str] = ACTIONS(1520), + [anon_sym_char] = ACTIONS(1520), + [anon_sym_DASH] = ACTIONS(1520), + [anon_sym_SLASH] = ACTIONS(1520), + [anon_sym_PERCENT] = ACTIONS(1520), + [anon_sym_CARET] = ACTIONS(1520), + [anon_sym_BANG] = ACTIONS(1520), + [anon_sym_AMP] = ACTIONS(1520), + [anon_sym_PIPE] = ACTIONS(1520), + [anon_sym_AMP_AMP] = ACTIONS(1518), + [anon_sym_PIPE_PIPE] = ACTIONS(1518), + [anon_sym_LT_LT] = ACTIONS(1520), + [anon_sym_GT_GT] = ACTIONS(1520), + [anon_sym_PLUS_EQ] = ACTIONS(1518), + [anon_sym_DASH_EQ] = ACTIONS(1518), + [anon_sym_STAR_EQ] = ACTIONS(1518), + [anon_sym_SLASH_EQ] = ACTIONS(1518), + [anon_sym_PERCENT_EQ] = ACTIONS(1518), + [anon_sym_CARET_EQ] = ACTIONS(1518), + [anon_sym_AMP_EQ] = ACTIONS(1518), + [anon_sym_PIPE_EQ] = ACTIONS(1518), + [anon_sym_LT_LT_EQ] = ACTIONS(1518), + [anon_sym_GT_GT_EQ] = ACTIONS(1518), + [anon_sym_EQ] = ACTIONS(1520), + [anon_sym_EQ_EQ] = ACTIONS(1518), + [anon_sym_BANG_EQ] = ACTIONS(1518), + [anon_sym_GT] = ACTIONS(1520), + [anon_sym_LT] = ACTIONS(1520), + [anon_sym_GT_EQ] = ACTIONS(1518), + [anon_sym_LT_EQ] = ACTIONS(1518), + [anon_sym_DOT] = ACTIONS(1520), + [anon_sym_DOT_DOT] = ACTIONS(1520), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1518), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1518), + [anon_sym_COLON_COLON] = ACTIONS(1518), + [anon_sym_POUND] = ACTIONS(1518), + [anon_sym_SQUOTE] = ACTIONS(1520), + [anon_sym_as] = ACTIONS(1520), + [anon_sym_async] = ACTIONS(1520), + [anon_sym_break] = ACTIONS(1520), + [anon_sym_const] = ACTIONS(1520), + [anon_sym_continue] = ACTIONS(1520), + [anon_sym_default] = ACTIONS(1520), + [anon_sym_enum] = ACTIONS(1520), + [anon_sym_fn] = ACTIONS(1520), + [anon_sym_for] = ACTIONS(1520), + [anon_sym_gen] = ACTIONS(1520), + [anon_sym_if] = ACTIONS(1520), + [anon_sym_impl] = ACTIONS(1520), + [anon_sym_let] = ACTIONS(1520), + [anon_sym_loop] = ACTIONS(1520), + [anon_sym_match] = ACTIONS(1520), + [anon_sym_mod] = ACTIONS(1520), + [anon_sym_pub] = ACTIONS(1520), + [anon_sym_return] = ACTIONS(1520), + [anon_sym_static] = ACTIONS(1520), + [anon_sym_struct] = ACTIONS(1520), + [anon_sym_trait] = ACTIONS(1520), + [anon_sym_type] = ACTIONS(1520), + [anon_sym_union] = ACTIONS(1520), + [anon_sym_unsafe] = ACTIONS(1520), + [anon_sym_use] = ACTIONS(1520), + [anon_sym_while] = ACTIONS(1520), + [anon_sym_extern] = ACTIONS(1520), + [anon_sym_raw] = ACTIONS(1520), + [anon_sym_yield] = ACTIONS(1520), + [anon_sym_move] = ACTIONS(1520), + [anon_sym_try] = ACTIONS(1520), + [sym_integer_literal] = ACTIONS(1518), + [aux_sym_string_literal_token1] = ACTIONS(1518), + [sym_char_literal] = ACTIONS(1518), + [anon_sym_true] = ACTIONS(1520), + [anon_sym_false] = ACTIONS(1520), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1520), + [sym_super] = ACTIONS(1520), + [sym_crate] = ACTIONS(1520), + [sym_metavariable] = ACTIONS(1518), + [sym__raw_string_literal_start] = ACTIONS(1518), + [sym_float_literal] = ACTIONS(1518), }, [STATE(417)] = { [sym_line_comment] = STATE(417), [sym_block_comment] = STATE(417), - [ts_builtin_sym_end] = ACTIONS(1528), - [sym_identifier] = ACTIONS(1530), - [anon_sym_SEMI] = ACTIONS(1528), - [anon_sym_macro_rules_BANG] = ACTIONS(1528), - [anon_sym_LPAREN] = ACTIONS(1528), - [anon_sym_LBRACK] = ACTIONS(1528), - [anon_sym_LBRACE] = ACTIONS(1528), - [anon_sym_RBRACE] = ACTIONS(1528), - [anon_sym_PLUS] = ACTIONS(1530), - [anon_sym_STAR] = ACTIONS(1530), - [anon_sym_QMARK] = ACTIONS(1528), - [anon_sym_u8] = ACTIONS(1530), - [anon_sym_i8] = ACTIONS(1530), - [anon_sym_u16] = ACTIONS(1530), - [anon_sym_i16] = ACTIONS(1530), - [anon_sym_u32] = ACTIONS(1530), - [anon_sym_i32] = ACTIONS(1530), - [anon_sym_u64] = ACTIONS(1530), - [anon_sym_i64] = ACTIONS(1530), - [anon_sym_u128] = ACTIONS(1530), - [anon_sym_i128] = ACTIONS(1530), - [anon_sym_isize] = ACTIONS(1530), - [anon_sym_usize] = ACTIONS(1530), - [anon_sym_f32] = ACTIONS(1530), - [anon_sym_f64] = ACTIONS(1530), - [anon_sym_bool] = ACTIONS(1530), - [anon_sym_str] = ACTIONS(1530), - [anon_sym_char] = ACTIONS(1530), - [anon_sym_DASH] = ACTIONS(1530), - [anon_sym_SLASH] = ACTIONS(1530), - [anon_sym_PERCENT] = ACTIONS(1530), - [anon_sym_CARET] = ACTIONS(1530), - [anon_sym_BANG] = ACTIONS(1530), - [anon_sym_AMP] = ACTIONS(1530), - [anon_sym_PIPE] = ACTIONS(1530), - [anon_sym_AMP_AMP] = ACTIONS(1528), - [anon_sym_PIPE_PIPE] = ACTIONS(1528), - [anon_sym_LT_LT] = ACTIONS(1530), - [anon_sym_GT_GT] = ACTIONS(1530), - [anon_sym_PLUS_EQ] = ACTIONS(1528), - [anon_sym_DASH_EQ] = ACTIONS(1528), - [anon_sym_STAR_EQ] = ACTIONS(1528), - [anon_sym_SLASH_EQ] = ACTIONS(1528), - [anon_sym_PERCENT_EQ] = ACTIONS(1528), - [anon_sym_CARET_EQ] = ACTIONS(1528), - [anon_sym_AMP_EQ] = ACTIONS(1528), - [anon_sym_PIPE_EQ] = ACTIONS(1528), - [anon_sym_LT_LT_EQ] = ACTIONS(1528), - [anon_sym_GT_GT_EQ] = ACTIONS(1528), - [anon_sym_EQ] = ACTIONS(1530), - [anon_sym_EQ_EQ] = ACTIONS(1528), - [anon_sym_BANG_EQ] = ACTIONS(1528), - [anon_sym_GT] = ACTIONS(1530), - [anon_sym_LT] = ACTIONS(1530), - [anon_sym_GT_EQ] = ACTIONS(1528), - [anon_sym_LT_EQ] = ACTIONS(1528), - [anon_sym_DOT] = ACTIONS(1530), - [anon_sym_DOT_DOT] = ACTIONS(1530), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1528), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1528), - [anon_sym_COLON_COLON] = ACTIONS(1528), - [anon_sym_POUND] = ACTIONS(1528), - [anon_sym_SQUOTE] = ACTIONS(1530), - [anon_sym_as] = ACTIONS(1530), - [anon_sym_async] = ACTIONS(1530), - [anon_sym_break] = ACTIONS(1530), - [anon_sym_const] = ACTIONS(1530), - [anon_sym_continue] = ACTIONS(1530), - [anon_sym_default] = ACTIONS(1530), - [anon_sym_enum] = ACTIONS(1530), - [anon_sym_fn] = ACTIONS(1530), - [anon_sym_for] = ACTIONS(1530), - [anon_sym_gen] = ACTIONS(1530), - [anon_sym_if] = ACTIONS(1530), - [anon_sym_impl] = ACTIONS(1530), - [anon_sym_let] = ACTIONS(1530), - [anon_sym_loop] = ACTIONS(1530), - [anon_sym_match] = ACTIONS(1530), - [anon_sym_mod] = ACTIONS(1530), - [anon_sym_pub] = ACTIONS(1530), - [anon_sym_return] = ACTIONS(1530), - [anon_sym_static] = ACTIONS(1530), - [anon_sym_struct] = ACTIONS(1530), - [anon_sym_trait] = ACTIONS(1530), - [anon_sym_type] = ACTIONS(1530), - [anon_sym_union] = ACTIONS(1530), - [anon_sym_unsafe] = ACTIONS(1530), - [anon_sym_use] = ACTIONS(1530), - [anon_sym_while] = ACTIONS(1530), - [anon_sym_extern] = ACTIONS(1530), - [anon_sym_raw] = ACTIONS(1530), - [anon_sym_yield] = ACTIONS(1530), - [anon_sym_move] = ACTIONS(1530), - [anon_sym_try] = ACTIONS(1530), - [sym_integer_literal] = ACTIONS(1528), - [aux_sym_string_literal_token1] = ACTIONS(1528), - [sym_char_literal] = ACTIONS(1528), - [anon_sym_true] = ACTIONS(1530), - [anon_sym_false] = ACTIONS(1530), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1530), - [sym_super] = ACTIONS(1530), - [sym_crate] = ACTIONS(1530), - [sym_metavariable] = ACTIONS(1528), - [sym__raw_string_literal_start] = ACTIONS(1528), - [sym_float_literal] = ACTIONS(1528), + [ts_builtin_sym_end] = ACTIONS(1522), + [sym_identifier] = ACTIONS(1524), + [anon_sym_SEMI] = ACTIONS(1522), + [anon_sym_macro_rules_BANG] = ACTIONS(1522), + [anon_sym_LPAREN] = ACTIONS(1522), + [anon_sym_LBRACK] = ACTIONS(1522), + [anon_sym_LBRACE] = ACTIONS(1522), + [anon_sym_RBRACE] = ACTIONS(1522), + [anon_sym_PLUS] = ACTIONS(1524), + [anon_sym_STAR] = ACTIONS(1524), + [anon_sym_QMARK] = ACTIONS(1522), + [anon_sym_u8] = ACTIONS(1524), + [anon_sym_i8] = ACTIONS(1524), + [anon_sym_u16] = ACTIONS(1524), + [anon_sym_i16] = ACTIONS(1524), + [anon_sym_u32] = ACTIONS(1524), + [anon_sym_i32] = ACTIONS(1524), + [anon_sym_u64] = ACTIONS(1524), + [anon_sym_i64] = ACTIONS(1524), + [anon_sym_u128] = ACTIONS(1524), + [anon_sym_i128] = ACTIONS(1524), + [anon_sym_isize] = ACTIONS(1524), + [anon_sym_usize] = ACTIONS(1524), + [anon_sym_f32] = ACTIONS(1524), + [anon_sym_f64] = ACTIONS(1524), + [anon_sym_bool] = ACTIONS(1524), + [anon_sym_str] = ACTIONS(1524), + [anon_sym_char] = ACTIONS(1524), + [anon_sym_DASH] = ACTIONS(1524), + [anon_sym_SLASH] = ACTIONS(1524), + [anon_sym_PERCENT] = ACTIONS(1524), + [anon_sym_CARET] = ACTIONS(1524), + [anon_sym_BANG] = ACTIONS(1524), + [anon_sym_AMP] = ACTIONS(1524), + [anon_sym_PIPE] = ACTIONS(1524), + [anon_sym_AMP_AMP] = ACTIONS(1522), + [anon_sym_PIPE_PIPE] = ACTIONS(1522), + [anon_sym_LT_LT] = ACTIONS(1524), + [anon_sym_GT_GT] = ACTIONS(1524), + [anon_sym_PLUS_EQ] = ACTIONS(1522), + [anon_sym_DASH_EQ] = ACTIONS(1522), + [anon_sym_STAR_EQ] = ACTIONS(1522), + [anon_sym_SLASH_EQ] = ACTIONS(1522), + [anon_sym_PERCENT_EQ] = ACTIONS(1522), + [anon_sym_CARET_EQ] = ACTIONS(1522), + [anon_sym_AMP_EQ] = ACTIONS(1522), + [anon_sym_PIPE_EQ] = ACTIONS(1522), + [anon_sym_LT_LT_EQ] = ACTIONS(1522), + [anon_sym_GT_GT_EQ] = ACTIONS(1522), + [anon_sym_EQ] = ACTIONS(1524), + [anon_sym_EQ_EQ] = ACTIONS(1522), + [anon_sym_BANG_EQ] = ACTIONS(1522), + [anon_sym_GT] = ACTIONS(1524), + [anon_sym_LT] = ACTIONS(1524), + [anon_sym_GT_EQ] = ACTIONS(1522), + [anon_sym_LT_EQ] = ACTIONS(1522), + [anon_sym_DOT] = ACTIONS(1524), + [anon_sym_DOT_DOT] = ACTIONS(1524), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1522), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1522), + [anon_sym_COLON_COLON] = ACTIONS(1522), + [anon_sym_POUND] = ACTIONS(1522), + [anon_sym_SQUOTE] = ACTIONS(1524), + [anon_sym_as] = ACTIONS(1524), + [anon_sym_async] = ACTIONS(1524), + [anon_sym_break] = ACTIONS(1524), + [anon_sym_const] = ACTIONS(1524), + [anon_sym_continue] = ACTIONS(1524), + [anon_sym_default] = ACTIONS(1524), + [anon_sym_enum] = ACTIONS(1524), + [anon_sym_fn] = ACTIONS(1524), + [anon_sym_for] = ACTIONS(1524), + [anon_sym_gen] = ACTIONS(1524), + [anon_sym_if] = ACTIONS(1524), + [anon_sym_impl] = ACTIONS(1524), + [anon_sym_let] = ACTIONS(1524), + [anon_sym_loop] = ACTIONS(1524), + [anon_sym_match] = ACTIONS(1524), + [anon_sym_mod] = ACTIONS(1524), + [anon_sym_pub] = ACTIONS(1524), + [anon_sym_return] = ACTIONS(1524), + [anon_sym_static] = ACTIONS(1524), + [anon_sym_struct] = ACTIONS(1524), + [anon_sym_trait] = ACTIONS(1524), + [anon_sym_type] = ACTIONS(1524), + [anon_sym_union] = ACTIONS(1524), + [anon_sym_unsafe] = ACTIONS(1524), + [anon_sym_use] = ACTIONS(1524), + [anon_sym_while] = ACTIONS(1524), + [anon_sym_extern] = ACTIONS(1524), + [anon_sym_raw] = ACTIONS(1524), + [anon_sym_yield] = ACTIONS(1524), + [anon_sym_move] = ACTIONS(1524), + [anon_sym_try] = ACTIONS(1524), + [sym_integer_literal] = ACTIONS(1522), + [aux_sym_string_literal_token1] = ACTIONS(1522), + [sym_char_literal] = ACTIONS(1522), + [anon_sym_true] = ACTIONS(1524), + [anon_sym_false] = ACTIONS(1524), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1524), + [sym_super] = ACTIONS(1524), + [sym_crate] = ACTIONS(1524), + [sym_metavariable] = ACTIONS(1522), + [sym__raw_string_literal_start] = ACTIONS(1522), + [sym_float_literal] = ACTIONS(1522), }, [STATE(418)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_self_parameter] = STATE(2946), - [sym_variadic_parameter] = STATE(2946), - [sym_parameter] = STATE(2946), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2672), - [sym_bracketed_type] = STATE(3694), - [sym_lifetime] = STATE(3065), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3341), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(2582), - [sym_scoped_identifier] = STATE(2327), - [sym_scoped_type_identifier] = STATE(2197), - [sym_const_block] = STATE(2182), - [sym__pattern] = STATE(3276), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), [sym_line_comment] = STATE(418), [sym_block_comment] = STATE(418), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(1058), - [anon_sym_LPAREN] = ACTIONS(1060), - [anon_sym_LBRACK] = ACTIONS(1064), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), - [anon_sym_u8] = ACTIONS(1070), - [anon_sym_i8] = ACTIONS(1070), - [anon_sym_u16] = ACTIONS(1070), - [anon_sym_i16] = ACTIONS(1070), - [anon_sym_u32] = ACTIONS(1070), - [anon_sym_i32] = ACTIONS(1070), - [anon_sym_u64] = ACTIONS(1070), - [anon_sym_i64] = ACTIONS(1070), - [anon_sym_u128] = ACTIONS(1070), - [anon_sym_i128] = ACTIONS(1070), - [anon_sym_isize] = ACTIONS(1070), - [anon_sym_usize] = ACTIONS(1070), - [anon_sym_f32] = ACTIONS(1070), - [anon_sym_f64] = ACTIONS(1070), - [anon_sym_bool] = ACTIONS(1070), - [anon_sym_str] = ACTIONS(1070), - [anon_sym_char] = ACTIONS(1070), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(1076), - [anon_sym_PIPE] = ACTIONS(1078), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1532), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1084), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COLON_COLON] = ACTIONS(1090), - [anon_sym_SQUOTE] = ACTIONS(1094), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1098), - [anon_sym_default] = ACTIONS(1100), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), - [anon_sym_gen] = ACTIONS(1106), - [anon_sym_impl] = ACTIONS(1108), - [anon_sym_union] = ACTIONS(1106), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_ref] = ACTIONS(1114), - [anon_sym_dyn] = ACTIONS(1116), - [sym_mutable_specifier] = ACTIONS(1118), - [anon_sym_raw] = ACTIONS(1106), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1126), - [sym_super] = ACTIONS(1128), - [sym_crate] = ACTIONS(1128), - [sym_metavariable] = ACTIONS(1130), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), + [ts_builtin_sym_end] = ACTIONS(1526), + [sym_identifier] = ACTIONS(1528), + [anon_sym_SEMI] = ACTIONS(1526), + [anon_sym_macro_rules_BANG] = ACTIONS(1526), + [anon_sym_LPAREN] = ACTIONS(1526), + [anon_sym_LBRACK] = ACTIONS(1526), + [anon_sym_LBRACE] = ACTIONS(1526), + [anon_sym_RBRACE] = ACTIONS(1526), + [anon_sym_PLUS] = ACTIONS(1528), + [anon_sym_STAR] = ACTIONS(1528), + [anon_sym_QMARK] = ACTIONS(1526), + [anon_sym_u8] = ACTIONS(1528), + [anon_sym_i8] = ACTIONS(1528), + [anon_sym_u16] = ACTIONS(1528), + [anon_sym_i16] = ACTIONS(1528), + [anon_sym_u32] = ACTIONS(1528), + [anon_sym_i32] = ACTIONS(1528), + [anon_sym_u64] = ACTIONS(1528), + [anon_sym_i64] = ACTIONS(1528), + [anon_sym_u128] = ACTIONS(1528), + [anon_sym_i128] = ACTIONS(1528), + [anon_sym_isize] = ACTIONS(1528), + [anon_sym_usize] = ACTIONS(1528), + [anon_sym_f32] = ACTIONS(1528), + [anon_sym_f64] = ACTIONS(1528), + [anon_sym_bool] = ACTIONS(1528), + [anon_sym_str] = ACTIONS(1528), + [anon_sym_char] = ACTIONS(1528), + [anon_sym_DASH] = ACTIONS(1528), + [anon_sym_SLASH] = ACTIONS(1528), + [anon_sym_PERCENT] = ACTIONS(1528), + [anon_sym_CARET] = ACTIONS(1528), + [anon_sym_BANG] = ACTIONS(1528), + [anon_sym_AMP] = ACTIONS(1528), + [anon_sym_PIPE] = ACTIONS(1528), + [anon_sym_AMP_AMP] = ACTIONS(1526), + [anon_sym_PIPE_PIPE] = ACTIONS(1526), + [anon_sym_LT_LT] = ACTIONS(1528), + [anon_sym_GT_GT] = ACTIONS(1528), + [anon_sym_PLUS_EQ] = ACTIONS(1526), + [anon_sym_DASH_EQ] = ACTIONS(1526), + [anon_sym_STAR_EQ] = ACTIONS(1526), + [anon_sym_SLASH_EQ] = ACTIONS(1526), + [anon_sym_PERCENT_EQ] = ACTIONS(1526), + [anon_sym_CARET_EQ] = ACTIONS(1526), + [anon_sym_AMP_EQ] = ACTIONS(1526), + [anon_sym_PIPE_EQ] = ACTIONS(1526), + [anon_sym_LT_LT_EQ] = ACTIONS(1526), + [anon_sym_GT_GT_EQ] = ACTIONS(1526), + [anon_sym_EQ] = ACTIONS(1528), + [anon_sym_EQ_EQ] = ACTIONS(1526), + [anon_sym_BANG_EQ] = ACTIONS(1526), + [anon_sym_GT] = ACTIONS(1528), + [anon_sym_LT] = ACTIONS(1528), + [anon_sym_GT_EQ] = ACTIONS(1526), + [anon_sym_LT_EQ] = ACTIONS(1526), + [anon_sym_DOT] = ACTIONS(1528), + [anon_sym_DOT_DOT] = ACTIONS(1528), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1526), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1526), + [anon_sym_COLON_COLON] = ACTIONS(1526), + [anon_sym_POUND] = ACTIONS(1526), + [anon_sym_SQUOTE] = ACTIONS(1528), + [anon_sym_as] = ACTIONS(1528), + [anon_sym_async] = ACTIONS(1528), + [anon_sym_break] = ACTIONS(1528), + [anon_sym_const] = ACTIONS(1528), + [anon_sym_continue] = ACTIONS(1528), + [anon_sym_default] = ACTIONS(1528), + [anon_sym_enum] = ACTIONS(1528), + [anon_sym_fn] = ACTIONS(1528), + [anon_sym_for] = ACTIONS(1528), + [anon_sym_gen] = ACTIONS(1528), + [anon_sym_if] = ACTIONS(1528), + [anon_sym_impl] = ACTIONS(1528), + [anon_sym_let] = ACTIONS(1528), + [anon_sym_loop] = ACTIONS(1528), + [anon_sym_match] = ACTIONS(1528), + [anon_sym_mod] = ACTIONS(1528), + [anon_sym_pub] = ACTIONS(1528), + [anon_sym_return] = ACTIONS(1528), + [anon_sym_static] = ACTIONS(1528), + [anon_sym_struct] = ACTIONS(1528), + [anon_sym_trait] = ACTIONS(1528), + [anon_sym_type] = ACTIONS(1528), + [anon_sym_union] = ACTIONS(1528), + [anon_sym_unsafe] = ACTIONS(1528), + [anon_sym_use] = ACTIONS(1528), + [anon_sym_while] = ACTIONS(1528), + [anon_sym_extern] = ACTIONS(1528), + [anon_sym_raw] = ACTIONS(1528), + [anon_sym_yield] = ACTIONS(1528), + [anon_sym_move] = ACTIONS(1528), + [anon_sym_try] = ACTIONS(1528), + [sym_integer_literal] = ACTIONS(1526), + [aux_sym_string_literal_token1] = ACTIONS(1526), + [sym_char_literal] = ACTIONS(1526), + [anon_sym_true] = ACTIONS(1528), + [anon_sym_false] = ACTIONS(1528), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1528), + [sym_super] = ACTIONS(1528), + [sym_crate] = ACTIONS(1528), + [sym_metavariable] = ACTIONS(1526), + [sym__raw_string_literal_start] = ACTIONS(1526), + [sym_float_literal] = ACTIONS(1526), }, [STATE(419)] = { + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_self_parameter] = STATE(3029), + [sym_variadic_parameter] = STATE(3029), + [sym_parameter] = STATE(3029), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2708), + [sym_bracketed_type] = STATE(3694), + [sym_lifetime] = STATE(3032), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3357), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(2298), + [sym_scoped_type_identifier] = STATE(2185), + [sym_const_block] = STATE(2192), + [sym__pattern] = STATE(3247), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), [sym_line_comment] = STATE(419), [sym_block_comment] = STATE(419), - [ts_builtin_sym_end] = ACTIONS(1534), - [sym_identifier] = ACTIONS(1536), - [anon_sym_SEMI] = ACTIONS(1534), - [anon_sym_macro_rules_BANG] = ACTIONS(1534), - [anon_sym_LPAREN] = ACTIONS(1534), - [anon_sym_LBRACK] = ACTIONS(1534), - [anon_sym_LBRACE] = ACTIONS(1534), - [anon_sym_RBRACE] = ACTIONS(1534), - [anon_sym_PLUS] = ACTIONS(1506), - [anon_sym_STAR] = ACTIONS(1536), - [anon_sym_QMARK] = ACTIONS(1504), - [anon_sym_u8] = ACTIONS(1536), - [anon_sym_i8] = ACTIONS(1536), - [anon_sym_u16] = ACTIONS(1536), - [anon_sym_i16] = ACTIONS(1536), - [anon_sym_u32] = ACTIONS(1536), - [anon_sym_i32] = ACTIONS(1536), - [anon_sym_u64] = ACTIONS(1536), - [anon_sym_i64] = ACTIONS(1536), - [anon_sym_u128] = ACTIONS(1536), - [anon_sym_i128] = ACTIONS(1536), - [anon_sym_isize] = ACTIONS(1536), - [anon_sym_usize] = ACTIONS(1536), - [anon_sym_f32] = ACTIONS(1536), - [anon_sym_f64] = ACTIONS(1536), - [anon_sym_bool] = ACTIONS(1536), - [anon_sym_str] = ACTIONS(1536), - [anon_sym_char] = ACTIONS(1536), - [anon_sym_DASH] = ACTIONS(1536), - [anon_sym_SLASH] = ACTIONS(1506), - [anon_sym_PERCENT] = ACTIONS(1506), - [anon_sym_CARET] = ACTIONS(1506), - [anon_sym_BANG] = ACTIONS(1536), - [anon_sym_AMP] = ACTIONS(1536), - [anon_sym_PIPE] = ACTIONS(1536), - [anon_sym_AMP_AMP] = ACTIONS(1504), - [anon_sym_PIPE_PIPE] = ACTIONS(1504), - [anon_sym_LT_LT] = ACTIONS(1506), - [anon_sym_GT_GT] = ACTIONS(1506), - [anon_sym_PLUS_EQ] = ACTIONS(1504), - [anon_sym_DASH_EQ] = ACTIONS(1504), - [anon_sym_STAR_EQ] = ACTIONS(1504), - [anon_sym_SLASH_EQ] = ACTIONS(1504), - [anon_sym_PERCENT_EQ] = ACTIONS(1504), - [anon_sym_CARET_EQ] = ACTIONS(1504), - [anon_sym_AMP_EQ] = ACTIONS(1504), - [anon_sym_PIPE_EQ] = ACTIONS(1504), - [anon_sym_LT_LT_EQ] = ACTIONS(1504), - [anon_sym_GT_GT_EQ] = ACTIONS(1504), - [anon_sym_EQ] = ACTIONS(1506), - [anon_sym_EQ_EQ] = ACTIONS(1504), - [anon_sym_BANG_EQ] = ACTIONS(1504), - [anon_sym_GT] = ACTIONS(1506), - [anon_sym_LT] = ACTIONS(1536), - [anon_sym_GT_EQ] = ACTIONS(1504), - [anon_sym_LT_EQ] = ACTIONS(1504), - [anon_sym_DOT] = ACTIONS(1506), - [anon_sym_DOT_DOT] = ACTIONS(1536), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1504), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1504), - [anon_sym_COLON_COLON] = ACTIONS(1534), - [anon_sym_POUND] = ACTIONS(1534), - [anon_sym_SQUOTE] = ACTIONS(1536), - [anon_sym_as] = ACTIONS(1506), - [anon_sym_async] = ACTIONS(1536), - [anon_sym_break] = ACTIONS(1536), - [anon_sym_const] = ACTIONS(1536), - [anon_sym_continue] = ACTIONS(1536), - [anon_sym_default] = ACTIONS(1536), - [anon_sym_enum] = ACTIONS(1536), - [anon_sym_fn] = ACTIONS(1536), - [anon_sym_for] = ACTIONS(1536), - [anon_sym_gen] = ACTIONS(1536), - [anon_sym_if] = ACTIONS(1536), - [anon_sym_impl] = ACTIONS(1536), - [anon_sym_let] = ACTIONS(1536), - [anon_sym_loop] = ACTIONS(1536), - [anon_sym_match] = ACTIONS(1536), - [anon_sym_mod] = ACTIONS(1536), - [anon_sym_pub] = ACTIONS(1536), - [anon_sym_return] = ACTIONS(1536), - [anon_sym_static] = ACTIONS(1536), - [anon_sym_struct] = ACTIONS(1536), - [anon_sym_trait] = ACTIONS(1536), - [anon_sym_type] = ACTIONS(1536), - [anon_sym_union] = ACTIONS(1536), - [anon_sym_unsafe] = ACTIONS(1536), - [anon_sym_use] = ACTIONS(1536), - [anon_sym_while] = ACTIONS(1536), - [anon_sym_extern] = ACTIONS(1536), - [anon_sym_raw] = ACTIONS(1536), - [anon_sym_yield] = ACTIONS(1536), - [anon_sym_move] = ACTIONS(1536), - [anon_sym_try] = ACTIONS(1536), - [sym_integer_literal] = ACTIONS(1534), - [aux_sym_string_literal_token1] = ACTIONS(1534), - [sym_char_literal] = ACTIONS(1534), - [anon_sym_true] = ACTIONS(1536), - [anon_sym_false] = ACTIONS(1536), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1536), - [sym_super] = ACTIONS(1536), - [sym_crate] = ACTIONS(1536), - [sym_metavariable] = ACTIONS(1534), - [sym__raw_string_literal_start] = ACTIONS(1534), - [sym_float_literal] = ACTIONS(1534), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(1110), + [anon_sym_LPAREN] = ACTIONS(1112), + [anon_sym_LBRACK] = ACTIONS(1116), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), + [anon_sym_u8] = ACTIONS(1122), + [anon_sym_i8] = ACTIONS(1122), + [anon_sym_u16] = ACTIONS(1122), + [anon_sym_i16] = ACTIONS(1122), + [anon_sym_u32] = ACTIONS(1122), + [anon_sym_i32] = ACTIONS(1122), + [anon_sym_u64] = ACTIONS(1122), + [anon_sym_i64] = ACTIONS(1122), + [anon_sym_u128] = ACTIONS(1122), + [anon_sym_i128] = ACTIONS(1122), + [anon_sym_isize] = ACTIONS(1122), + [anon_sym_usize] = ACTIONS(1122), + [anon_sym_f32] = ACTIONS(1122), + [anon_sym_f64] = ACTIONS(1122), + [anon_sym_bool] = ACTIONS(1122), + [anon_sym_str] = ACTIONS(1122), + [anon_sym_char] = ACTIONS(1122), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(1128), + [anon_sym_PIPE] = ACTIONS(1130), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1530), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1136), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COLON_COLON] = ACTIONS(1142), + [anon_sym_SQUOTE] = ACTIONS(1146), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1150), + [anon_sym_default] = ACTIONS(1152), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), + [anon_sym_gen] = ACTIONS(1158), + [anon_sym_impl] = ACTIONS(1160), + [anon_sym_union] = ACTIONS(1158), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_ref] = ACTIONS(1166), + [anon_sym_dyn] = ACTIONS(1168), + [sym_mutable_specifier] = ACTIONS(1170), + [anon_sym_raw] = ACTIONS(1158), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1178), + [sym_super] = ACTIONS(1180), + [sym_crate] = ACTIONS(1180), + [sym_metavariable] = ACTIONS(1182), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), }, [STATE(420)] = { [sym_line_comment] = STATE(420), [sym_block_comment] = STATE(420), - [ts_builtin_sym_end] = ACTIONS(1056), - [sym_identifier] = ACTIONS(1054), - [anon_sym_SEMI] = ACTIONS(1056), - [anon_sym_macro_rules_BANG] = ACTIONS(1056), - [anon_sym_LPAREN] = ACTIONS(1056), - [anon_sym_LBRACK] = ACTIONS(1056), - [anon_sym_LBRACE] = ACTIONS(1056), - [anon_sym_RBRACE] = ACTIONS(1056), - [anon_sym_PLUS] = ACTIONS(1054), - [anon_sym_STAR] = ACTIONS(1054), - [anon_sym_QMARK] = ACTIONS(1056), - [anon_sym_u8] = ACTIONS(1054), - [anon_sym_i8] = ACTIONS(1054), - [anon_sym_u16] = ACTIONS(1054), - [anon_sym_i16] = ACTIONS(1054), - [anon_sym_u32] = ACTIONS(1054), - [anon_sym_i32] = ACTIONS(1054), - [anon_sym_u64] = ACTIONS(1054), - [anon_sym_i64] = ACTIONS(1054), - [anon_sym_u128] = ACTIONS(1054), - [anon_sym_i128] = ACTIONS(1054), - [anon_sym_isize] = ACTIONS(1054), - [anon_sym_usize] = ACTIONS(1054), - [anon_sym_f32] = ACTIONS(1054), - [anon_sym_f64] = ACTIONS(1054), - [anon_sym_bool] = ACTIONS(1054), - [anon_sym_str] = ACTIONS(1054), - [anon_sym_char] = ACTIONS(1054), - [anon_sym_DASH] = ACTIONS(1054), - [anon_sym_SLASH] = ACTIONS(1054), - [anon_sym_PERCENT] = ACTIONS(1054), - [anon_sym_CARET] = ACTIONS(1054), - [anon_sym_BANG] = ACTIONS(1054), - [anon_sym_AMP] = ACTIONS(1054), - [anon_sym_PIPE] = ACTIONS(1054), - [anon_sym_AMP_AMP] = ACTIONS(1056), - [anon_sym_PIPE_PIPE] = ACTIONS(1056), - [anon_sym_LT_LT] = ACTIONS(1054), - [anon_sym_GT_GT] = ACTIONS(1054), - [anon_sym_PLUS_EQ] = ACTIONS(1056), - [anon_sym_DASH_EQ] = ACTIONS(1056), - [anon_sym_STAR_EQ] = ACTIONS(1056), - [anon_sym_SLASH_EQ] = ACTIONS(1056), - [anon_sym_PERCENT_EQ] = ACTIONS(1056), - [anon_sym_CARET_EQ] = ACTIONS(1056), - [anon_sym_AMP_EQ] = ACTIONS(1056), - [anon_sym_PIPE_EQ] = ACTIONS(1056), - [anon_sym_LT_LT_EQ] = ACTIONS(1056), - [anon_sym_GT_GT_EQ] = ACTIONS(1056), - [anon_sym_EQ] = ACTIONS(1054), - [anon_sym_EQ_EQ] = ACTIONS(1056), - [anon_sym_BANG_EQ] = ACTIONS(1056), - [anon_sym_GT] = ACTIONS(1054), - [anon_sym_LT] = ACTIONS(1054), - [anon_sym_GT_EQ] = ACTIONS(1056), - [anon_sym_LT_EQ] = ACTIONS(1056), - [anon_sym_DOT] = ACTIONS(1054), - [anon_sym_DOT_DOT] = ACTIONS(1054), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1056), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1056), - [anon_sym_COLON_COLON] = ACTIONS(1056), - [anon_sym_POUND] = ACTIONS(1056), - [anon_sym_SQUOTE] = ACTIONS(1054), - [anon_sym_as] = ACTIONS(1054), - [anon_sym_async] = ACTIONS(1054), - [anon_sym_break] = ACTIONS(1054), - [anon_sym_const] = ACTIONS(1054), - [anon_sym_continue] = ACTIONS(1054), - [anon_sym_default] = ACTIONS(1054), - [anon_sym_enum] = ACTIONS(1054), - [anon_sym_fn] = ACTIONS(1054), - [anon_sym_for] = ACTIONS(1054), - [anon_sym_gen] = ACTIONS(1054), - [anon_sym_if] = ACTIONS(1054), - [anon_sym_impl] = ACTIONS(1054), - [anon_sym_let] = ACTIONS(1054), - [anon_sym_loop] = ACTIONS(1054), - [anon_sym_match] = ACTIONS(1054), - [anon_sym_mod] = ACTIONS(1054), - [anon_sym_pub] = ACTIONS(1054), - [anon_sym_return] = ACTIONS(1054), - [anon_sym_static] = ACTIONS(1054), - [anon_sym_struct] = ACTIONS(1054), - [anon_sym_trait] = ACTIONS(1054), - [anon_sym_type] = ACTIONS(1054), - [anon_sym_union] = ACTIONS(1054), - [anon_sym_unsafe] = ACTIONS(1054), - [anon_sym_use] = ACTIONS(1054), - [anon_sym_while] = ACTIONS(1054), - [anon_sym_extern] = ACTIONS(1054), - [anon_sym_raw] = ACTIONS(1054), - [anon_sym_yield] = ACTIONS(1054), - [anon_sym_move] = ACTIONS(1054), - [anon_sym_try] = ACTIONS(1054), - [sym_integer_literal] = ACTIONS(1056), - [aux_sym_string_literal_token1] = ACTIONS(1056), - [sym_char_literal] = ACTIONS(1056), - [anon_sym_true] = ACTIONS(1054), - [anon_sym_false] = ACTIONS(1054), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1054), - [sym_super] = ACTIONS(1054), - [sym_crate] = ACTIONS(1054), - [sym_metavariable] = ACTIONS(1056), - [sym__raw_string_literal_start] = ACTIONS(1056), - [sym_float_literal] = ACTIONS(1056), + [ts_builtin_sym_end] = ACTIONS(1532), + [sym_identifier] = ACTIONS(1534), + [anon_sym_SEMI] = ACTIONS(1532), + [anon_sym_macro_rules_BANG] = ACTIONS(1532), + [anon_sym_LPAREN] = ACTIONS(1532), + [anon_sym_LBRACK] = ACTIONS(1532), + [anon_sym_LBRACE] = ACTIONS(1532), + [anon_sym_RBRACE] = ACTIONS(1532), + [anon_sym_PLUS] = ACTIONS(1534), + [anon_sym_STAR] = ACTIONS(1534), + [anon_sym_QMARK] = ACTIONS(1532), + [anon_sym_u8] = ACTIONS(1534), + [anon_sym_i8] = ACTIONS(1534), + [anon_sym_u16] = ACTIONS(1534), + [anon_sym_i16] = ACTIONS(1534), + [anon_sym_u32] = ACTIONS(1534), + [anon_sym_i32] = ACTIONS(1534), + [anon_sym_u64] = ACTIONS(1534), + [anon_sym_i64] = ACTIONS(1534), + [anon_sym_u128] = ACTIONS(1534), + [anon_sym_i128] = ACTIONS(1534), + [anon_sym_isize] = ACTIONS(1534), + [anon_sym_usize] = ACTIONS(1534), + [anon_sym_f32] = ACTIONS(1534), + [anon_sym_f64] = ACTIONS(1534), + [anon_sym_bool] = ACTIONS(1534), + [anon_sym_str] = ACTIONS(1534), + [anon_sym_char] = ACTIONS(1534), + [anon_sym_DASH] = ACTIONS(1534), + [anon_sym_SLASH] = ACTIONS(1534), + [anon_sym_PERCENT] = ACTIONS(1534), + [anon_sym_CARET] = ACTIONS(1534), + [anon_sym_BANG] = ACTIONS(1534), + [anon_sym_AMP] = ACTIONS(1534), + [anon_sym_PIPE] = ACTIONS(1534), + [anon_sym_AMP_AMP] = ACTIONS(1532), + [anon_sym_PIPE_PIPE] = ACTIONS(1532), + [anon_sym_LT_LT] = ACTIONS(1534), + [anon_sym_GT_GT] = ACTIONS(1534), + [anon_sym_PLUS_EQ] = ACTIONS(1532), + [anon_sym_DASH_EQ] = ACTIONS(1532), + [anon_sym_STAR_EQ] = ACTIONS(1532), + [anon_sym_SLASH_EQ] = ACTIONS(1532), + [anon_sym_PERCENT_EQ] = ACTIONS(1532), + [anon_sym_CARET_EQ] = ACTIONS(1532), + [anon_sym_AMP_EQ] = ACTIONS(1532), + [anon_sym_PIPE_EQ] = ACTIONS(1532), + [anon_sym_LT_LT_EQ] = ACTIONS(1532), + [anon_sym_GT_GT_EQ] = ACTIONS(1532), + [anon_sym_EQ] = ACTIONS(1534), + [anon_sym_EQ_EQ] = ACTIONS(1532), + [anon_sym_BANG_EQ] = ACTIONS(1532), + [anon_sym_GT] = ACTIONS(1534), + [anon_sym_LT] = ACTIONS(1534), + [anon_sym_GT_EQ] = ACTIONS(1532), + [anon_sym_LT_EQ] = ACTIONS(1532), + [anon_sym_DOT] = ACTIONS(1534), + [anon_sym_DOT_DOT] = ACTIONS(1534), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1532), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1532), + [anon_sym_COLON_COLON] = ACTIONS(1532), + [anon_sym_POUND] = ACTIONS(1532), + [anon_sym_SQUOTE] = ACTIONS(1534), + [anon_sym_as] = ACTIONS(1534), + [anon_sym_async] = ACTIONS(1534), + [anon_sym_break] = ACTIONS(1534), + [anon_sym_const] = ACTIONS(1534), + [anon_sym_continue] = ACTIONS(1534), + [anon_sym_default] = ACTIONS(1534), + [anon_sym_enum] = ACTIONS(1534), + [anon_sym_fn] = ACTIONS(1534), + [anon_sym_for] = ACTIONS(1534), + [anon_sym_gen] = ACTIONS(1534), + [anon_sym_if] = ACTIONS(1534), + [anon_sym_impl] = ACTIONS(1534), + [anon_sym_let] = ACTIONS(1534), + [anon_sym_loop] = ACTIONS(1534), + [anon_sym_match] = ACTIONS(1534), + [anon_sym_mod] = ACTIONS(1534), + [anon_sym_pub] = ACTIONS(1534), + [anon_sym_return] = ACTIONS(1534), + [anon_sym_static] = ACTIONS(1534), + [anon_sym_struct] = ACTIONS(1534), + [anon_sym_trait] = ACTIONS(1534), + [anon_sym_type] = ACTIONS(1534), + [anon_sym_union] = ACTIONS(1534), + [anon_sym_unsafe] = ACTIONS(1534), + [anon_sym_use] = ACTIONS(1534), + [anon_sym_while] = ACTIONS(1534), + [anon_sym_extern] = ACTIONS(1534), + [anon_sym_raw] = ACTIONS(1534), + [anon_sym_yield] = ACTIONS(1534), + [anon_sym_move] = ACTIONS(1534), + [anon_sym_try] = ACTIONS(1534), + [sym_integer_literal] = ACTIONS(1532), + [aux_sym_string_literal_token1] = ACTIONS(1532), + [sym_char_literal] = ACTIONS(1532), + [anon_sym_true] = ACTIONS(1534), + [anon_sym_false] = ACTIONS(1534), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1534), + [sym_super] = ACTIONS(1534), + [sym_crate] = ACTIONS(1534), + [sym_metavariable] = ACTIONS(1532), + [sym__raw_string_literal_start] = ACTIONS(1532), + [sym_float_literal] = ACTIONS(1532), }, [STATE(421)] = { [sym_line_comment] = STATE(421), [sym_block_comment] = STATE(421), - [ts_builtin_sym_end] = ACTIONS(1538), - [sym_identifier] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1538), - [anon_sym_macro_rules_BANG] = ACTIONS(1538), - [anon_sym_LPAREN] = ACTIONS(1538), - [anon_sym_LBRACK] = ACTIONS(1538), - [anon_sym_LBRACE] = ACTIONS(1538), - [anon_sym_RBRACE] = ACTIONS(1538), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1540), - [anon_sym_QMARK] = ACTIONS(1538), - [anon_sym_u8] = ACTIONS(1540), - [anon_sym_i8] = ACTIONS(1540), - [anon_sym_u16] = ACTIONS(1540), - [anon_sym_i16] = ACTIONS(1540), - [anon_sym_u32] = ACTIONS(1540), - [anon_sym_i32] = ACTIONS(1540), - [anon_sym_u64] = ACTIONS(1540), - [anon_sym_i64] = ACTIONS(1540), - [anon_sym_u128] = ACTIONS(1540), - [anon_sym_i128] = ACTIONS(1540), - [anon_sym_isize] = ACTIONS(1540), - [anon_sym_usize] = ACTIONS(1540), - [anon_sym_f32] = ACTIONS(1540), - [anon_sym_f64] = ACTIONS(1540), - [anon_sym_bool] = ACTIONS(1540), - [anon_sym_str] = ACTIONS(1540), - [anon_sym_char] = ACTIONS(1540), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_SLASH] = ACTIONS(1540), - [anon_sym_PERCENT] = ACTIONS(1540), - [anon_sym_CARET] = ACTIONS(1540), - [anon_sym_BANG] = ACTIONS(1540), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_PIPE] = ACTIONS(1540), - [anon_sym_AMP_AMP] = ACTIONS(1538), - [anon_sym_PIPE_PIPE] = ACTIONS(1538), - [anon_sym_LT_LT] = ACTIONS(1540), - [anon_sym_GT_GT] = ACTIONS(1540), - [anon_sym_PLUS_EQ] = ACTIONS(1538), - [anon_sym_DASH_EQ] = ACTIONS(1538), - [anon_sym_STAR_EQ] = ACTIONS(1538), - [anon_sym_SLASH_EQ] = ACTIONS(1538), - [anon_sym_PERCENT_EQ] = ACTIONS(1538), - [anon_sym_CARET_EQ] = ACTIONS(1538), - [anon_sym_AMP_EQ] = ACTIONS(1538), - [anon_sym_PIPE_EQ] = ACTIONS(1538), - [anon_sym_LT_LT_EQ] = ACTIONS(1538), - [anon_sym_GT_GT_EQ] = ACTIONS(1538), - [anon_sym_EQ] = ACTIONS(1540), - [anon_sym_EQ_EQ] = ACTIONS(1538), - [anon_sym_BANG_EQ] = ACTIONS(1538), - [anon_sym_GT] = ACTIONS(1540), - [anon_sym_LT] = ACTIONS(1540), - [anon_sym_GT_EQ] = ACTIONS(1538), - [anon_sym_LT_EQ] = ACTIONS(1538), - [anon_sym_DOT] = ACTIONS(1540), - [anon_sym_DOT_DOT] = ACTIONS(1540), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1538), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1538), - [anon_sym_COLON_COLON] = ACTIONS(1538), - [anon_sym_POUND] = ACTIONS(1538), - [anon_sym_SQUOTE] = ACTIONS(1540), - [anon_sym_as] = ACTIONS(1540), - [anon_sym_async] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_fn] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_gen] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_impl] = ACTIONS(1540), - [anon_sym_let] = ACTIONS(1540), - [anon_sym_loop] = ACTIONS(1540), - [anon_sym_match] = ACTIONS(1540), - [anon_sym_mod] = ACTIONS(1540), - [anon_sym_pub] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_trait] = ACTIONS(1540), - [anon_sym_type] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_unsafe] = ACTIONS(1540), - [anon_sym_use] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym_raw] = ACTIONS(1540), - [anon_sym_yield] = ACTIONS(1540), - [anon_sym_move] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [sym_integer_literal] = ACTIONS(1538), - [aux_sym_string_literal_token1] = ACTIONS(1538), - [sym_char_literal] = ACTIONS(1538), - [anon_sym_true] = ACTIONS(1540), - [anon_sym_false] = ACTIONS(1540), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1540), - [sym_super] = ACTIONS(1540), - [sym_crate] = ACTIONS(1540), - [sym_metavariable] = ACTIONS(1538), - [sym__raw_string_literal_start] = ACTIONS(1538), - [sym_float_literal] = ACTIONS(1538), + [ts_builtin_sym_end] = ACTIONS(1536), + [sym_identifier] = ACTIONS(1538), + [anon_sym_SEMI] = ACTIONS(1536), + [anon_sym_macro_rules_BANG] = ACTIONS(1536), + [anon_sym_LPAREN] = ACTIONS(1536), + [anon_sym_LBRACK] = ACTIONS(1536), + [anon_sym_LBRACE] = ACTIONS(1536), + [anon_sym_RBRACE] = ACTIONS(1536), + [anon_sym_PLUS] = ACTIONS(1538), + [anon_sym_STAR] = ACTIONS(1538), + [anon_sym_QMARK] = ACTIONS(1536), + [anon_sym_u8] = ACTIONS(1538), + [anon_sym_i8] = ACTIONS(1538), + [anon_sym_u16] = ACTIONS(1538), + [anon_sym_i16] = ACTIONS(1538), + [anon_sym_u32] = ACTIONS(1538), + [anon_sym_i32] = ACTIONS(1538), + [anon_sym_u64] = ACTIONS(1538), + [anon_sym_i64] = ACTIONS(1538), + [anon_sym_u128] = ACTIONS(1538), + [anon_sym_i128] = ACTIONS(1538), + [anon_sym_isize] = ACTIONS(1538), + [anon_sym_usize] = ACTIONS(1538), + [anon_sym_f32] = ACTIONS(1538), + [anon_sym_f64] = ACTIONS(1538), + [anon_sym_bool] = ACTIONS(1538), + [anon_sym_str] = ACTIONS(1538), + [anon_sym_char] = ACTIONS(1538), + [anon_sym_DASH] = ACTIONS(1538), + [anon_sym_SLASH] = ACTIONS(1538), + [anon_sym_PERCENT] = ACTIONS(1538), + [anon_sym_CARET] = ACTIONS(1538), + [anon_sym_BANG] = ACTIONS(1538), + [anon_sym_AMP] = ACTIONS(1538), + [anon_sym_PIPE] = ACTIONS(1538), + [anon_sym_AMP_AMP] = ACTIONS(1536), + [anon_sym_PIPE_PIPE] = ACTIONS(1536), + [anon_sym_LT_LT] = ACTIONS(1538), + [anon_sym_GT_GT] = ACTIONS(1538), + [anon_sym_PLUS_EQ] = ACTIONS(1536), + [anon_sym_DASH_EQ] = ACTIONS(1536), + [anon_sym_STAR_EQ] = ACTIONS(1536), + [anon_sym_SLASH_EQ] = ACTIONS(1536), + [anon_sym_PERCENT_EQ] = ACTIONS(1536), + [anon_sym_CARET_EQ] = ACTIONS(1536), + [anon_sym_AMP_EQ] = ACTIONS(1536), + [anon_sym_PIPE_EQ] = ACTIONS(1536), + [anon_sym_LT_LT_EQ] = ACTIONS(1536), + [anon_sym_GT_GT_EQ] = ACTIONS(1536), + [anon_sym_EQ] = ACTIONS(1538), + [anon_sym_EQ_EQ] = ACTIONS(1536), + [anon_sym_BANG_EQ] = ACTIONS(1536), + [anon_sym_GT] = ACTIONS(1538), + [anon_sym_LT] = ACTIONS(1538), + [anon_sym_GT_EQ] = ACTIONS(1536), + [anon_sym_LT_EQ] = ACTIONS(1536), + [anon_sym_DOT] = ACTIONS(1538), + [anon_sym_DOT_DOT] = ACTIONS(1538), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1536), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1536), + [anon_sym_COLON_COLON] = ACTIONS(1536), + [anon_sym_POUND] = ACTIONS(1536), + [anon_sym_SQUOTE] = ACTIONS(1538), + [anon_sym_as] = ACTIONS(1538), + [anon_sym_async] = ACTIONS(1538), + [anon_sym_break] = ACTIONS(1538), + [anon_sym_const] = ACTIONS(1538), + [anon_sym_continue] = ACTIONS(1538), + [anon_sym_default] = ACTIONS(1538), + [anon_sym_enum] = ACTIONS(1538), + [anon_sym_fn] = ACTIONS(1538), + [anon_sym_for] = ACTIONS(1538), + [anon_sym_gen] = ACTIONS(1538), + [anon_sym_if] = ACTIONS(1538), + [anon_sym_impl] = ACTIONS(1538), + [anon_sym_let] = ACTIONS(1538), + [anon_sym_loop] = ACTIONS(1538), + [anon_sym_match] = ACTIONS(1538), + [anon_sym_mod] = ACTIONS(1538), + [anon_sym_pub] = ACTIONS(1538), + [anon_sym_return] = ACTIONS(1538), + [anon_sym_static] = ACTIONS(1538), + [anon_sym_struct] = ACTIONS(1538), + [anon_sym_trait] = ACTIONS(1538), + [anon_sym_type] = ACTIONS(1538), + [anon_sym_union] = ACTIONS(1538), + [anon_sym_unsafe] = ACTIONS(1538), + [anon_sym_use] = ACTIONS(1538), + [anon_sym_while] = ACTIONS(1538), + [anon_sym_extern] = ACTIONS(1538), + [anon_sym_raw] = ACTIONS(1538), + [anon_sym_yield] = ACTIONS(1538), + [anon_sym_move] = ACTIONS(1538), + [anon_sym_try] = ACTIONS(1538), + [sym_integer_literal] = ACTIONS(1536), + [aux_sym_string_literal_token1] = ACTIONS(1536), + [sym_char_literal] = ACTIONS(1536), + [anon_sym_true] = ACTIONS(1538), + [anon_sym_false] = ACTIONS(1538), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1538), + [sym_super] = ACTIONS(1538), + [sym_crate] = ACTIONS(1538), + [sym_metavariable] = ACTIONS(1536), + [sym__raw_string_literal_start] = ACTIONS(1536), + [sym_float_literal] = ACTIONS(1536), }, [STATE(422)] = { + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_self_parameter] = STATE(2962), + [sym_variadic_parameter] = STATE(2962), + [sym_parameter] = STATE(2962), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2772), + [sym_bracketed_type] = STATE(3694), + [sym_lifetime] = STATE(3032), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3357), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(2298), + [sym_scoped_type_identifier] = STATE(2185), + [sym_const_block] = STATE(2192), + [sym__pattern] = STATE(3247), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), [sym_line_comment] = STATE(422), [sym_block_comment] = STATE(422), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(1110), + [anon_sym_LPAREN] = ACTIONS(1112), + [anon_sym_LBRACK] = ACTIONS(1116), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), + [anon_sym_u8] = ACTIONS(1122), + [anon_sym_i8] = ACTIONS(1122), + [anon_sym_u16] = ACTIONS(1122), + [anon_sym_i16] = ACTIONS(1122), + [anon_sym_u32] = ACTIONS(1122), + [anon_sym_i32] = ACTIONS(1122), + [anon_sym_u64] = ACTIONS(1122), + [anon_sym_i64] = ACTIONS(1122), + [anon_sym_u128] = ACTIONS(1122), + [anon_sym_i128] = ACTIONS(1122), + [anon_sym_isize] = ACTIONS(1122), + [anon_sym_usize] = ACTIONS(1122), + [anon_sym_f32] = ACTIONS(1122), + [anon_sym_f64] = ACTIONS(1122), + [anon_sym_bool] = ACTIONS(1122), + [anon_sym_str] = ACTIONS(1122), + [anon_sym_char] = ACTIONS(1122), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(1128), + [anon_sym_PIPE] = ACTIONS(1130), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1540), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1136), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COLON_COLON] = ACTIONS(1142), + [anon_sym_SQUOTE] = ACTIONS(1146), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1150), + [anon_sym_default] = ACTIONS(1152), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), + [anon_sym_gen] = ACTIONS(1158), + [anon_sym_impl] = ACTIONS(1160), + [anon_sym_union] = ACTIONS(1158), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_ref] = ACTIONS(1166), + [anon_sym_dyn] = ACTIONS(1168), + [sym_mutable_specifier] = ACTIONS(1170), + [anon_sym_raw] = ACTIONS(1158), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1178), + [sym_super] = ACTIONS(1180), + [sym_crate] = ACTIONS(1180), + [sym_metavariable] = ACTIONS(1182), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), + }, + [STATE(423)] = { + [sym_line_comment] = STATE(423), + [sym_block_comment] = STATE(423), [ts_builtin_sym_end] = ACTIONS(1542), [sym_identifier] = ACTIONS(1544), [anon_sym_SEMI] = ACTIONS(1542), @@ -65658,9 +65838,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1542), [sym_float_literal] = ACTIONS(1542), }, - [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(1546), [sym_identifier] = ACTIONS(1548), [anon_sym_SEMI] = ACTIONS(1546), @@ -65769,227 +65949,116 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1546), [sym_float_literal] = ACTIONS(1546), }, - [STATE(424)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_self_parameter] = STATE(3047), - [sym_variadic_parameter] = STATE(3047), - [sym_parameter] = STATE(3047), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2683), - [sym_bracketed_type] = STATE(3694), - [sym_lifetime] = STATE(3065), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3341), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(2582), - [sym_scoped_identifier] = STATE(2327), - [sym_scoped_type_identifier] = STATE(2197), - [sym_const_block] = STATE(2182), - [sym__pattern] = STATE(3276), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), - [sym_line_comment] = STATE(424), - [sym_block_comment] = STATE(424), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(1058), - [anon_sym_LPAREN] = ACTIONS(1060), - [anon_sym_LBRACK] = ACTIONS(1064), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), - [anon_sym_u8] = ACTIONS(1070), - [anon_sym_i8] = ACTIONS(1070), - [anon_sym_u16] = ACTIONS(1070), - [anon_sym_i16] = ACTIONS(1070), - [anon_sym_u32] = ACTIONS(1070), - [anon_sym_i32] = ACTIONS(1070), - [anon_sym_u64] = ACTIONS(1070), - [anon_sym_i64] = ACTIONS(1070), - [anon_sym_u128] = ACTIONS(1070), - [anon_sym_i128] = ACTIONS(1070), - [anon_sym_isize] = ACTIONS(1070), - [anon_sym_usize] = ACTIONS(1070), - [anon_sym_f32] = ACTIONS(1070), - [anon_sym_f64] = ACTIONS(1070), - [anon_sym_bool] = ACTIONS(1070), - [anon_sym_str] = ACTIONS(1070), - [anon_sym_char] = ACTIONS(1070), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(1076), - [anon_sym_PIPE] = ACTIONS(1078), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1550), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1084), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COLON_COLON] = ACTIONS(1090), - [anon_sym_SQUOTE] = ACTIONS(1094), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1098), - [anon_sym_default] = ACTIONS(1100), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), - [anon_sym_gen] = ACTIONS(1106), - [anon_sym_impl] = ACTIONS(1108), - [anon_sym_union] = ACTIONS(1106), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_ref] = ACTIONS(1114), - [anon_sym_dyn] = ACTIONS(1116), - [sym_mutable_specifier] = ACTIONS(1118), - [anon_sym_raw] = ACTIONS(1106), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1126), - [sym_super] = ACTIONS(1128), - [sym_crate] = ACTIONS(1128), - [sym_metavariable] = ACTIONS(1130), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), - }, [STATE(425)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_self_parameter] = STATE(2940), - [sym_variadic_parameter] = STATE(2940), - [sym_parameter] = STATE(2940), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2719), - [sym_bracketed_type] = STATE(3694), - [sym_lifetime] = STATE(3065), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3341), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(2582), - [sym_scoped_identifier] = STATE(2327), - [sym_scoped_type_identifier] = STATE(2197), - [sym_const_block] = STATE(2182), - [sym__pattern] = STATE(3276), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), [sym_line_comment] = STATE(425), [sym_block_comment] = STATE(425), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(1058), - [anon_sym_LPAREN] = ACTIONS(1060), - [anon_sym_LBRACK] = ACTIONS(1064), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), - [anon_sym_u8] = ACTIONS(1070), - [anon_sym_i8] = ACTIONS(1070), - [anon_sym_u16] = ACTIONS(1070), - [anon_sym_i16] = ACTIONS(1070), - [anon_sym_u32] = ACTIONS(1070), - [anon_sym_i32] = ACTIONS(1070), - [anon_sym_u64] = ACTIONS(1070), - [anon_sym_i64] = ACTIONS(1070), - [anon_sym_u128] = ACTIONS(1070), - [anon_sym_i128] = ACTIONS(1070), - [anon_sym_isize] = ACTIONS(1070), - [anon_sym_usize] = ACTIONS(1070), - [anon_sym_f32] = ACTIONS(1070), - [anon_sym_f64] = ACTIONS(1070), - [anon_sym_bool] = ACTIONS(1070), - [anon_sym_str] = ACTIONS(1070), - [anon_sym_char] = ACTIONS(1070), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(1076), - [anon_sym_PIPE] = ACTIONS(1078), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1552), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1084), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COLON_COLON] = ACTIONS(1090), - [anon_sym_SQUOTE] = ACTIONS(1094), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1098), - [anon_sym_default] = ACTIONS(1100), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), - [anon_sym_gen] = ACTIONS(1106), - [anon_sym_impl] = ACTIONS(1108), - [anon_sym_union] = ACTIONS(1106), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_ref] = ACTIONS(1114), - [anon_sym_dyn] = ACTIONS(1116), - [sym_mutable_specifier] = ACTIONS(1118), - [anon_sym_raw] = ACTIONS(1106), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1126), - [sym_super] = ACTIONS(1128), - [sym_crate] = ACTIONS(1128), - [sym_metavariable] = ACTIONS(1130), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), + [ts_builtin_sym_end] = ACTIONS(1550), + [sym_identifier] = ACTIONS(1552), + [anon_sym_SEMI] = ACTIONS(1550), + [anon_sym_macro_rules_BANG] = ACTIONS(1550), + [anon_sym_LPAREN] = ACTIONS(1550), + [anon_sym_LBRACK] = ACTIONS(1550), + [anon_sym_LBRACE] = ACTIONS(1550), + [anon_sym_RBRACE] = ACTIONS(1550), + [anon_sym_PLUS] = ACTIONS(1468), + [anon_sym_STAR] = ACTIONS(1552), + [anon_sym_QMARK] = ACTIONS(1466), + [anon_sym_u8] = ACTIONS(1552), + [anon_sym_i8] = ACTIONS(1552), + [anon_sym_u16] = ACTIONS(1552), + [anon_sym_i16] = ACTIONS(1552), + [anon_sym_u32] = ACTIONS(1552), + [anon_sym_i32] = ACTIONS(1552), + [anon_sym_u64] = ACTIONS(1552), + [anon_sym_i64] = ACTIONS(1552), + [anon_sym_u128] = ACTIONS(1552), + [anon_sym_i128] = ACTIONS(1552), + [anon_sym_isize] = ACTIONS(1552), + [anon_sym_usize] = ACTIONS(1552), + [anon_sym_f32] = ACTIONS(1552), + [anon_sym_f64] = ACTIONS(1552), + [anon_sym_bool] = ACTIONS(1552), + [anon_sym_str] = ACTIONS(1552), + [anon_sym_char] = ACTIONS(1552), + [anon_sym_DASH] = ACTIONS(1552), + [anon_sym_SLASH] = ACTIONS(1468), + [anon_sym_PERCENT] = ACTIONS(1468), + [anon_sym_CARET] = ACTIONS(1468), + [anon_sym_BANG] = ACTIONS(1552), + [anon_sym_AMP] = ACTIONS(1552), + [anon_sym_PIPE] = ACTIONS(1552), + [anon_sym_AMP_AMP] = ACTIONS(1466), + [anon_sym_PIPE_PIPE] = ACTIONS(1466), + [anon_sym_LT_LT] = ACTIONS(1468), + [anon_sym_GT_GT] = ACTIONS(1468), + [anon_sym_PLUS_EQ] = ACTIONS(1466), + [anon_sym_DASH_EQ] = ACTIONS(1466), + [anon_sym_STAR_EQ] = ACTIONS(1466), + [anon_sym_SLASH_EQ] = ACTIONS(1466), + [anon_sym_PERCENT_EQ] = ACTIONS(1466), + [anon_sym_CARET_EQ] = ACTIONS(1466), + [anon_sym_AMP_EQ] = ACTIONS(1466), + [anon_sym_PIPE_EQ] = ACTIONS(1466), + [anon_sym_LT_LT_EQ] = ACTIONS(1466), + [anon_sym_GT_GT_EQ] = ACTIONS(1466), + [anon_sym_EQ] = ACTIONS(1468), + [anon_sym_EQ_EQ] = ACTIONS(1466), + [anon_sym_BANG_EQ] = ACTIONS(1466), + [anon_sym_GT] = ACTIONS(1468), + [anon_sym_LT] = ACTIONS(1552), + [anon_sym_GT_EQ] = ACTIONS(1466), + [anon_sym_LT_EQ] = ACTIONS(1466), + [anon_sym_DOT] = ACTIONS(1468), + [anon_sym_DOT_DOT] = ACTIONS(1552), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1466), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1466), + [anon_sym_COLON_COLON] = ACTIONS(1550), + [anon_sym_POUND] = ACTIONS(1550), + [anon_sym_SQUOTE] = ACTIONS(1552), + [anon_sym_as] = ACTIONS(1468), + [anon_sym_async] = ACTIONS(1552), + [anon_sym_break] = ACTIONS(1552), + [anon_sym_const] = ACTIONS(1552), + [anon_sym_continue] = ACTIONS(1552), + [anon_sym_default] = ACTIONS(1552), + [anon_sym_enum] = ACTIONS(1552), + [anon_sym_fn] = ACTIONS(1552), + [anon_sym_for] = ACTIONS(1552), + [anon_sym_gen] = ACTIONS(1552), + [anon_sym_if] = ACTIONS(1552), + [anon_sym_impl] = ACTIONS(1552), + [anon_sym_let] = ACTIONS(1552), + [anon_sym_loop] = ACTIONS(1552), + [anon_sym_match] = ACTIONS(1552), + [anon_sym_mod] = ACTIONS(1552), + [anon_sym_pub] = ACTIONS(1552), + [anon_sym_return] = ACTIONS(1552), + [anon_sym_static] = ACTIONS(1552), + [anon_sym_struct] = ACTIONS(1552), + [anon_sym_trait] = ACTIONS(1552), + [anon_sym_type] = ACTIONS(1552), + [anon_sym_union] = ACTIONS(1552), + [anon_sym_unsafe] = ACTIONS(1552), + [anon_sym_use] = ACTIONS(1552), + [anon_sym_while] = ACTIONS(1552), + [anon_sym_extern] = ACTIONS(1552), + [anon_sym_raw] = ACTIONS(1552), + [anon_sym_yield] = ACTIONS(1552), + [anon_sym_move] = ACTIONS(1552), + [anon_sym_try] = ACTIONS(1552), + [sym_integer_literal] = ACTIONS(1550), + [aux_sym_string_literal_token1] = ACTIONS(1550), + [sym_char_literal] = ACTIONS(1550), + [anon_sym_true] = ACTIONS(1552), + [anon_sym_false] = ACTIONS(1552), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1552), + [sym_super] = ACTIONS(1552), + [sym_crate] = ACTIONS(1552), + [sym_metavariable] = ACTIONS(1550), + [sym__raw_string_literal_start] = ACTIONS(1550), + [sym_float_literal] = ACTIONS(1550), }, [STATE(426)] = { [sym_line_comment] = STATE(426), @@ -66216,165 +66285,165 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [STATE(428)] = { [sym_line_comment] = STATE(428), [sym_block_comment] = STATE(428), - [sym_identifier] = ACTIONS(1502), - [anon_sym_SEMI] = ACTIONS(1504), - [anon_sym_macro_rules_BANG] = ACTIONS(1500), - [anon_sym_LPAREN] = ACTIONS(1504), - [anon_sym_LBRACK] = ACTIONS(1504), - [anon_sym_LBRACE] = ACTIONS(1500), - [anon_sym_RBRACE] = ACTIONS(1500), - [anon_sym_PLUS] = ACTIONS(1506), - [anon_sym_STAR] = ACTIONS(1506), - [anon_sym_QMARK] = ACTIONS(1504), - [anon_sym_u8] = ACTIONS(1502), - [anon_sym_i8] = ACTIONS(1502), - [anon_sym_u16] = ACTIONS(1502), - [anon_sym_i16] = ACTIONS(1502), - [anon_sym_u32] = ACTIONS(1502), - [anon_sym_i32] = ACTIONS(1502), - [anon_sym_u64] = ACTIONS(1502), - [anon_sym_i64] = ACTIONS(1502), - [anon_sym_u128] = ACTIONS(1502), - [anon_sym_i128] = ACTIONS(1502), - [anon_sym_isize] = ACTIONS(1502), - [anon_sym_usize] = ACTIONS(1502), - [anon_sym_f32] = ACTIONS(1502), - [anon_sym_f64] = ACTIONS(1502), - [anon_sym_bool] = ACTIONS(1502), - [anon_sym_str] = ACTIONS(1502), - [anon_sym_char] = ACTIONS(1502), - [anon_sym_DASH] = ACTIONS(1506), - [anon_sym_SLASH] = ACTIONS(1506), - [anon_sym_PERCENT] = ACTIONS(1506), - [anon_sym_CARET] = ACTIONS(1506), - [anon_sym_BANG] = ACTIONS(1502), - [anon_sym_AMP] = ACTIONS(1506), - [anon_sym_PIPE] = ACTIONS(1506), - [anon_sym_AMP_AMP] = ACTIONS(1504), - [anon_sym_PIPE_PIPE] = ACTIONS(1504), - [anon_sym_LT_LT] = ACTIONS(1506), - [anon_sym_GT_GT] = ACTIONS(1506), - [anon_sym_PLUS_EQ] = ACTIONS(1504), - [anon_sym_DASH_EQ] = ACTIONS(1504), - [anon_sym_STAR_EQ] = ACTIONS(1504), - [anon_sym_SLASH_EQ] = ACTIONS(1504), - [anon_sym_PERCENT_EQ] = ACTIONS(1504), - [anon_sym_CARET_EQ] = ACTIONS(1504), - [anon_sym_AMP_EQ] = ACTIONS(1504), - [anon_sym_PIPE_EQ] = ACTIONS(1504), - [anon_sym_LT_LT_EQ] = ACTIONS(1504), - [anon_sym_GT_GT_EQ] = ACTIONS(1504), - [anon_sym_EQ] = ACTIONS(1506), - [anon_sym_EQ_EQ] = ACTIONS(1504), - [anon_sym_BANG_EQ] = ACTIONS(1504), - [anon_sym_GT] = ACTIONS(1506), - [anon_sym_LT] = ACTIONS(1506), - [anon_sym_GT_EQ] = ACTIONS(1504), - [anon_sym_LT_EQ] = ACTIONS(1504), - [anon_sym_DOT] = ACTIONS(1506), - [anon_sym_DOT_DOT] = ACTIONS(1506), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1504), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1504), - [anon_sym_COLON_COLON] = ACTIONS(1500), - [anon_sym_POUND] = ACTIONS(1500), - [anon_sym_SQUOTE] = ACTIONS(1502), - [anon_sym_as] = ACTIONS(1506), - [anon_sym_async] = ACTIONS(1502), - [anon_sym_break] = ACTIONS(1502), - [anon_sym_const] = ACTIONS(1502), - [anon_sym_continue] = ACTIONS(1502), - [anon_sym_default] = ACTIONS(1502), - [anon_sym_enum] = ACTIONS(1502), - [anon_sym_fn] = ACTIONS(1502), - [anon_sym_for] = ACTIONS(1502), - [anon_sym_gen] = ACTIONS(1502), - [anon_sym_if] = ACTIONS(1502), - [anon_sym_impl] = ACTIONS(1502), - [anon_sym_let] = ACTIONS(1502), - [anon_sym_loop] = ACTIONS(1502), - [anon_sym_match] = ACTIONS(1502), - [anon_sym_mod] = ACTIONS(1502), - [anon_sym_pub] = ACTIONS(1502), - [anon_sym_return] = ACTIONS(1502), - [anon_sym_static] = ACTIONS(1502), - [anon_sym_struct] = ACTIONS(1502), - [anon_sym_trait] = ACTIONS(1502), - [anon_sym_type] = ACTIONS(1502), - [anon_sym_union] = ACTIONS(1502), - [anon_sym_unsafe] = ACTIONS(1502), - [anon_sym_use] = ACTIONS(1502), - [anon_sym_while] = ACTIONS(1502), - [anon_sym_extern] = ACTIONS(1502), - [anon_sym_raw] = ACTIONS(1502), - [anon_sym_yield] = ACTIONS(1502), - [anon_sym_move] = ACTIONS(1502), - [anon_sym_try] = ACTIONS(1502), - [sym_integer_literal] = ACTIONS(1500), - [aux_sym_string_literal_token1] = ACTIONS(1500), - [sym_char_literal] = ACTIONS(1500), - [anon_sym_true] = ACTIONS(1502), - [anon_sym_false] = ACTIONS(1502), + [sym_identifier] = ACTIONS(1464), + [anon_sym_SEMI] = ACTIONS(1466), + [anon_sym_macro_rules_BANG] = ACTIONS(1462), + [anon_sym_LPAREN] = ACTIONS(1466), + [anon_sym_LBRACK] = ACTIONS(1466), + [anon_sym_LBRACE] = ACTIONS(1462), + [anon_sym_RBRACE] = ACTIONS(1462), + [anon_sym_PLUS] = ACTIONS(1468), + [anon_sym_STAR] = ACTIONS(1468), + [anon_sym_QMARK] = ACTIONS(1466), + [anon_sym_u8] = ACTIONS(1464), + [anon_sym_i8] = ACTIONS(1464), + [anon_sym_u16] = ACTIONS(1464), + [anon_sym_i16] = ACTIONS(1464), + [anon_sym_u32] = ACTIONS(1464), + [anon_sym_i32] = ACTIONS(1464), + [anon_sym_u64] = ACTIONS(1464), + [anon_sym_i64] = ACTIONS(1464), + [anon_sym_u128] = ACTIONS(1464), + [anon_sym_i128] = ACTIONS(1464), + [anon_sym_isize] = ACTIONS(1464), + [anon_sym_usize] = ACTIONS(1464), + [anon_sym_f32] = ACTIONS(1464), + [anon_sym_f64] = ACTIONS(1464), + [anon_sym_bool] = ACTIONS(1464), + [anon_sym_str] = ACTIONS(1464), + [anon_sym_char] = ACTIONS(1464), + [anon_sym_DASH] = ACTIONS(1468), + [anon_sym_SLASH] = ACTIONS(1468), + [anon_sym_PERCENT] = ACTIONS(1468), + [anon_sym_CARET] = ACTIONS(1468), + [anon_sym_BANG] = ACTIONS(1464), + [anon_sym_AMP] = ACTIONS(1468), + [anon_sym_PIPE] = ACTIONS(1468), + [anon_sym_AMP_AMP] = ACTIONS(1466), + [anon_sym_PIPE_PIPE] = ACTIONS(1466), + [anon_sym_LT_LT] = ACTIONS(1468), + [anon_sym_GT_GT] = ACTIONS(1468), + [anon_sym_PLUS_EQ] = ACTIONS(1466), + [anon_sym_DASH_EQ] = ACTIONS(1466), + [anon_sym_STAR_EQ] = ACTIONS(1466), + [anon_sym_SLASH_EQ] = ACTIONS(1466), + [anon_sym_PERCENT_EQ] = ACTIONS(1466), + [anon_sym_CARET_EQ] = ACTIONS(1466), + [anon_sym_AMP_EQ] = ACTIONS(1466), + [anon_sym_PIPE_EQ] = ACTIONS(1466), + [anon_sym_LT_LT_EQ] = ACTIONS(1466), + [anon_sym_GT_GT_EQ] = ACTIONS(1466), + [anon_sym_EQ] = ACTIONS(1468), + [anon_sym_EQ_EQ] = ACTIONS(1466), + [anon_sym_BANG_EQ] = ACTIONS(1466), + [anon_sym_GT] = ACTIONS(1468), + [anon_sym_LT] = ACTIONS(1468), + [anon_sym_GT_EQ] = ACTIONS(1466), + [anon_sym_LT_EQ] = ACTIONS(1466), + [anon_sym_DOT] = ACTIONS(1468), + [anon_sym_DOT_DOT] = ACTIONS(1468), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1466), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1466), + [anon_sym_COLON_COLON] = ACTIONS(1462), + [anon_sym_POUND] = ACTIONS(1462), + [anon_sym_SQUOTE] = ACTIONS(1464), + [anon_sym_as] = ACTIONS(1468), + [anon_sym_async] = ACTIONS(1464), + [anon_sym_break] = ACTIONS(1464), + [anon_sym_const] = ACTIONS(1464), + [anon_sym_continue] = ACTIONS(1464), + [anon_sym_default] = ACTIONS(1464), + [anon_sym_enum] = ACTIONS(1464), + [anon_sym_fn] = ACTIONS(1464), + [anon_sym_for] = ACTIONS(1464), + [anon_sym_gen] = ACTIONS(1464), + [anon_sym_if] = ACTIONS(1464), + [anon_sym_impl] = ACTIONS(1464), + [anon_sym_let] = ACTIONS(1464), + [anon_sym_loop] = ACTIONS(1464), + [anon_sym_match] = ACTIONS(1464), + [anon_sym_mod] = ACTIONS(1464), + [anon_sym_pub] = ACTIONS(1464), + [anon_sym_return] = ACTIONS(1464), + [anon_sym_static] = ACTIONS(1464), + [anon_sym_struct] = ACTIONS(1464), + [anon_sym_trait] = ACTIONS(1464), + [anon_sym_type] = ACTIONS(1464), + [anon_sym_union] = ACTIONS(1464), + [anon_sym_unsafe] = ACTIONS(1464), + [anon_sym_use] = ACTIONS(1464), + [anon_sym_while] = ACTIONS(1464), + [anon_sym_extern] = ACTIONS(1464), + [anon_sym_raw] = ACTIONS(1464), + [anon_sym_yield] = ACTIONS(1464), + [anon_sym_move] = ACTIONS(1464), + [anon_sym_try] = ACTIONS(1464), + [sym_integer_literal] = ACTIONS(1462), + [aux_sym_string_literal_token1] = ACTIONS(1462), + [sym_char_literal] = ACTIONS(1462), + [anon_sym_true] = ACTIONS(1464), + [anon_sym_false] = ACTIONS(1464), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1502), - [sym_super] = ACTIONS(1502), - [sym_crate] = ACTIONS(1502), - [sym_metavariable] = ACTIONS(1500), - [sym__raw_string_literal_start] = ACTIONS(1500), - [sym_float_literal] = ACTIONS(1500), + [sym_self] = ACTIONS(1464), + [sym_super] = ACTIONS(1464), + [sym_crate] = ACTIONS(1464), + [sym_metavariable] = ACTIONS(1462), + [sym__raw_string_literal_start] = ACTIONS(1462), + [sym_float_literal] = ACTIONS(1462), }, [STATE(429)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(3013), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(3000), [sym_bracketed_type] = STATE(3703), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3442), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(2539), - [sym_scoped_identifier] = STATE(2236), - [sym_scoped_type_identifier] = STATE(2197), - [sym_const_block] = STATE(2182), - [sym__pattern] = STATE(2722), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3449), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(2617), + [sym_scoped_identifier] = STATE(2270), + [sym_scoped_type_identifier] = STATE(2185), + [sym_const_block] = STATE(2192), + [sym__pattern] = STATE(2628), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), [sym_line_comment] = STATE(429), [sym_block_comment] = STATE(429), - [aux_sym_function_modifiers_repeat1] = STATE(2336), + [aux_sym_function_modifiers_repeat1] = STATE(2299), [sym_identifier] = ACTIONS(1562), [anon_sym_LPAREN] = ACTIONS(1564), - [anon_sym_LBRACK] = ACTIONS(1064), + [anon_sym_LBRACK] = ACTIONS(1116), [anon_sym_RBRACK] = ACTIONS(1566), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1568), [anon_sym_i8] = ACTIONS(1568), [anon_sym_u16] = ACTIONS(1568), @@ -66392,311 +66461,311 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1568), [anon_sym_str] = ACTIONS(1568), [anon_sym_char] = ACTIONS(1568), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_BANG] = ACTIONS(1074), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_BANG] = ACTIONS(1126), [anon_sym_AMP] = ACTIONS(1570), - [anon_sym_PIPE] = ACTIONS(1078), + [anon_sym_PIPE] = ACTIONS(1130), [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1422), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), + [anon_sym__] = ACTIONS(1394), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), [anon_sym_COMMA] = ACTIONS(1572), [anon_sym_COLON_COLON] = ACTIONS(1574), - [anon_sym_SQUOTE] = ACTIONS(1094), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1098), + [anon_sym_SQUOTE] = ACTIONS(1146), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1150), [anon_sym_default] = ACTIONS(1576), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1578), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1578), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_ref] = ACTIONS(1114), - [anon_sym_dyn] = ACTIONS(1116), - [sym_mutable_specifier] = ACTIONS(1430), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_ref] = ACTIONS(1166), + [anon_sym_dyn] = ACTIONS(1168), + [sym_mutable_specifier] = ACTIONS(1402), [anon_sym_raw] = ACTIONS(1578), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), [sym_self] = ACTIONS(1580), [sym_super] = ACTIONS(1580), [sym_crate] = ACTIONS(1580), [sym_metavariable] = ACTIONS(1582), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), }, [STATE(430)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2086), - [sym_bracketed_type] = STATE(3694), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3341), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(2582), - [sym_scoped_identifier] = STATE(2327), - [sym_scoped_type_identifier] = STATE(2197), - [sym_const_block] = STATE(2182), - [sym__pattern] = STATE(2212), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2068), + [sym_bracketed_type] = STATE(3702), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3445), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(2557), + [sym_scoped_identifier] = STATE(2236), + [sym_scoped_type_identifier] = STATE(2185), + [sym_const_block] = STATE(2192), + [sym__pattern] = STATE(2230), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), [sym_line_comment] = STATE(430), [sym_block_comment] = STATE(430), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(1058), - [anon_sym_LPAREN] = ACTIONS(1060), - [anon_sym_LBRACK] = ACTIONS(1064), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), - [anon_sym_u8] = ACTIONS(1070), - [anon_sym_i8] = ACTIONS(1070), - [anon_sym_u16] = ACTIONS(1070), - [anon_sym_i16] = ACTIONS(1070), - [anon_sym_u32] = ACTIONS(1070), - [anon_sym_i32] = ACTIONS(1070), - [anon_sym_u64] = ACTIONS(1070), - [anon_sym_i64] = ACTIONS(1070), - [anon_sym_u128] = ACTIONS(1070), - [anon_sym_i128] = ACTIONS(1070), - [anon_sym_isize] = ACTIONS(1070), - [anon_sym_usize] = ACTIONS(1070), - [anon_sym_f32] = ACTIONS(1070), - [anon_sym_f64] = ACTIONS(1070), - [anon_sym_bool] = ACTIONS(1070), - [anon_sym_str] = ACTIONS(1070), - [anon_sym_char] = ACTIONS(1070), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(1584), - [anon_sym_PIPE] = ACTIONS(1078), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1422), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COLON_COLON] = ACTIONS(1090), - [anon_sym_SQUOTE] = ACTIONS(1094), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1098), - [anon_sym_default] = ACTIONS(1100), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), - [anon_sym_gen] = ACTIONS(1106), - [anon_sym_impl] = ACTIONS(1108), - [anon_sym_union] = ACTIONS(1106), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_ref] = ACTIONS(1114), - [anon_sym_dyn] = ACTIONS(1116), - [sym_mutable_specifier] = ACTIONS(1430), - [anon_sym_raw] = ACTIONS(1106), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1128), - [sym_super] = ACTIONS(1128), - [sym_crate] = ACTIONS(1128), - [sym_metavariable] = ACTIONS(1130), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_LBRACK] = ACTIONS(1116), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), + [anon_sym_u8] = ACTIONS(1306), + [anon_sym_i8] = ACTIONS(1306), + [anon_sym_u16] = ACTIONS(1306), + [anon_sym_i16] = ACTIONS(1306), + [anon_sym_u32] = ACTIONS(1306), + [anon_sym_i32] = ACTIONS(1306), + [anon_sym_u64] = ACTIONS(1306), + [anon_sym_i64] = ACTIONS(1306), + [anon_sym_u128] = ACTIONS(1306), + [anon_sym_i128] = ACTIONS(1306), + [anon_sym_isize] = ACTIONS(1306), + [anon_sym_usize] = ACTIONS(1306), + [anon_sym_f32] = ACTIONS(1306), + [anon_sym_f64] = ACTIONS(1306), + [anon_sym_bool] = ACTIONS(1306), + [anon_sym_str] = ACTIONS(1306), + [anon_sym_char] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(1390), + [anon_sym_PIPE] = ACTIONS(1130), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1394), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COLON_COLON] = ACTIONS(1314), + [anon_sym_SQUOTE] = ACTIONS(1146), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1150), + [anon_sym_default] = ACTIONS(1316), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), + [anon_sym_gen] = ACTIONS(1318), + [anon_sym_impl] = ACTIONS(1160), + [anon_sym_union] = ACTIONS(1318), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_ref] = ACTIONS(1166), + [anon_sym_dyn] = ACTIONS(1168), + [sym_mutable_specifier] = ACTIONS(1402), + [anon_sym_raw] = ACTIONS(1318), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1584), + [sym_super] = ACTIONS(1322), + [sym_crate] = ACTIONS(1322), + [sym_metavariable] = ACTIONS(1324), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), }, [STATE(431)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2092), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2081), [sym_bracketed_type] = STATE(3702), - [sym_lifetime] = STATE(857), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3434), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(2533), - [sym_scoped_identifier] = STATE(2200), - [sym_scoped_type_identifier] = STATE(2197), - [sym_const_block] = STATE(2182), - [sym__pattern] = STATE(2206), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), + [sym_lifetime] = STATE(860), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3445), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(2557), + [sym_scoped_identifier] = STATE(2236), + [sym_scoped_type_identifier] = STATE(2185), + [sym_const_block] = STATE(2192), + [sym__pattern] = STATE(2205), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), [sym_line_comment] = STATE(431), [sym_block_comment] = STATE(431), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(1162), - [anon_sym_LPAREN] = ACTIONS(1164), - [anon_sym_LBRACK] = ACTIONS(1064), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), - [anon_sym_u8] = ACTIONS(1168), - [anon_sym_i8] = ACTIONS(1168), - [anon_sym_u16] = ACTIONS(1168), - [anon_sym_i16] = ACTIONS(1168), - [anon_sym_u32] = ACTIONS(1168), - [anon_sym_i32] = ACTIONS(1168), - [anon_sym_u64] = ACTIONS(1168), - [anon_sym_i64] = ACTIONS(1168), - [anon_sym_u128] = ACTIONS(1168), - [anon_sym_i128] = ACTIONS(1168), - [anon_sym_isize] = ACTIONS(1168), - [anon_sym_usize] = ACTIONS(1168), - [anon_sym_f32] = ACTIONS(1168), - [anon_sym_f64] = ACTIONS(1168), - [anon_sym_bool] = ACTIONS(1168), - [anon_sym_str] = ACTIONS(1168), - [anon_sym_char] = ACTIONS(1168), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(1418), - [anon_sym_PIPE] = ACTIONS(1078), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1422), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COLON_COLON] = ACTIONS(1176), - [anon_sym_SQUOTE] = ACTIONS(1094), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1098), - [anon_sym_default] = ACTIONS(1178), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), - [anon_sym_gen] = ACTIONS(1180), - [anon_sym_impl] = ACTIONS(1108), - [anon_sym_union] = ACTIONS(1180), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_ref] = ACTIONS(1114), - [anon_sym_dyn] = ACTIONS(1116), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_LBRACK] = ACTIONS(1116), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), + [anon_sym_u8] = ACTIONS(1306), + [anon_sym_i8] = ACTIONS(1306), + [anon_sym_u16] = ACTIONS(1306), + [anon_sym_i16] = ACTIONS(1306), + [anon_sym_u32] = ACTIONS(1306), + [anon_sym_i32] = ACTIONS(1306), + [anon_sym_u64] = ACTIONS(1306), + [anon_sym_i64] = ACTIONS(1306), + [anon_sym_u128] = ACTIONS(1306), + [anon_sym_i128] = ACTIONS(1306), + [anon_sym_isize] = ACTIONS(1306), + [anon_sym_usize] = ACTIONS(1306), + [anon_sym_f32] = ACTIONS(1306), + [anon_sym_f64] = ACTIONS(1306), + [anon_sym_bool] = ACTIONS(1306), + [anon_sym_str] = ACTIONS(1306), + [anon_sym_char] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(1390), + [anon_sym_PIPE] = ACTIONS(1130), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1394), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COLON_COLON] = ACTIONS(1314), + [anon_sym_SQUOTE] = ACTIONS(1146), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1150), + [anon_sym_default] = ACTIONS(1316), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), + [anon_sym_gen] = ACTIONS(1318), + [anon_sym_impl] = ACTIONS(1160), + [anon_sym_union] = ACTIONS(1318), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_ref] = ACTIONS(1166), + [anon_sym_dyn] = ACTIONS(1168), [sym_mutable_specifier] = ACTIONS(1586), - [anon_sym_raw] = ACTIONS(1180), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), + [anon_sym_raw] = ACTIONS(1318), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1184), - [sym_super] = ACTIONS(1184), - [sym_crate] = ACTIONS(1184), - [sym_metavariable] = ACTIONS(1186), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), + [sym_self] = ACTIONS(1588), + [sym_super] = ACTIONS(1322), + [sym_crate] = ACTIONS(1322), + [sym_metavariable] = ACTIONS(1324), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), }, [STATE(432)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2092), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2068), [sym_bracketed_type] = STATE(3703), - [sym_lifetime] = STATE(857), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3442), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(2539), - [sym_scoped_identifier] = STATE(2236), - [sym_scoped_type_identifier] = STATE(2197), - [sym_const_block] = STATE(2182), - [sym__pattern] = STATE(2206), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3449), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(2617), + [sym_scoped_identifier] = STATE(2270), + [sym_scoped_type_identifier] = STATE(2185), + [sym_const_block] = STATE(2192), + [sym__pattern] = STATE(2230), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), [sym_line_comment] = STATE(432), [sym_block_comment] = STATE(432), - [aux_sym_function_modifiers_repeat1] = STATE(2336), + [aux_sym_function_modifiers_repeat1] = STATE(2299), [sym_identifier] = ACTIONS(1562), [anon_sym_LPAREN] = ACTIONS(1564), - [anon_sym_LBRACK] = ACTIONS(1064), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_LBRACK] = ACTIONS(1116), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1568), [anon_sym_i8] = ACTIONS(1568), [anon_sym_u16] = ACTIONS(1568), @@ -66714,738 +66783,96 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1568), [anon_sym_str] = ACTIONS(1568), [anon_sym_char] = ACTIONS(1568), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_BANG] = ACTIONS(1074), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_BANG] = ACTIONS(1126), [anon_sym_AMP] = ACTIONS(1570), - [anon_sym_PIPE] = ACTIONS(1078), + [anon_sym_PIPE] = ACTIONS(1130), [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1422), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), + [anon_sym__] = ACTIONS(1394), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), [anon_sym_COLON_COLON] = ACTIONS(1574), - [anon_sym_SQUOTE] = ACTIONS(1094), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1098), + [anon_sym_SQUOTE] = ACTIONS(1146), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1150), [anon_sym_default] = ACTIONS(1576), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1578), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1578), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_ref] = ACTIONS(1114), - [anon_sym_dyn] = ACTIONS(1116), - [sym_mutable_specifier] = ACTIONS(1588), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_ref] = ACTIONS(1166), + [anon_sym_dyn] = ACTIONS(1168), + [sym_mutable_specifier] = ACTIONS(1402), [anon_sym_raw] = ACTIONS(1578), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), [sym_self] = ACTIONS(1580), [sym_super] = ACTIONS(1580), [sym_crate] = ACTIONS(1580), [sym_metavariable] = ACTIONS(1582), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), }, [STATE(433)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2086), - [sym_bracketed_type] = STATE(3702), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3434), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(2533), - [sym_scoped_identifier] = STATE(2200), - [sym_scoped_type_identifier] = STATE(2197), - [sym_const_block] = STATE(2182), - [sym__pattern] = STATE(2212), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2081), + [sym_bracketed_type] = STATE(3703), + [sym_lifetime] = STATE(855), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3449), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(2617), + [sym_scoped_identifier] = STATE(2270), + [sym_scoped_type_identifier] = STATE(2185), + [sym_const_block] = STATE(2192), + [sym__pattern] = STATE(2205), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), [sym_line_comment] = STATE(433), [sym_block_comment] = STATE(433), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(1162), - [anon_sym_LPAREN] = ACTIONS(1164), - [anon_sym_LBRACK] = ACTIONS(1064), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), - [anon_sym_u8] = ACTIONS(1168), - [anon_sym_i8] = ACTIONS(1168), - [anon_sym_u16] = ACTIONS(1168), - [anon_sym_i16] = ACTIONS(1168), - [anon_sym_u32] = ACTIONS(1168), - [anon_sym_i32] = ACTIONS(1168), - [anon_sym_u64] = ACTIONS(1168), - [anon_sym_i64] = ACTIONS(1168), - [anon_sym_u128] = ACTIONS(1168), - [anon_sym_i128] = ACTIONS(1168), - [anon_sym_isize] = ACTIONS(1168), - [anon_sym_usize] = ACTIONS(1168), - [anon_sym_f32] = ACTIONS(1168), - [anon_sym_f64] = ACTIONS(1168), - [anon_sym_bool] = ACTIONS(1168), - [anon_sym_str] = ACTIONS(1168), - [anon_sym_char] = ACTIONS(1168), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(1418), - [anon_sym_PIPE] = ACTIONS(1078), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1422), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COLON_COLON] = ACTIONS(1176), - [anon_sym_SQUOTE] = ACTIONS(1094), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1098), - [anon_sym_default] = ACTIONS(1178), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), - [anon_sym_gen] = ACTIONS(1180), - [anon_sym_impl] = ACTIONS(1108), - [anon_sym_union] = ACTIONS(1180), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_ref] = ACTIONS(1114), - [anon_sym_dyn] = ACTIONS(1116), - [sym_mutable_specifier] = ACTIONS(1430), - [anon_sym_raw] = ACTIONS(1180), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1184), - [sym_super] = ACTIONS(1184), - [sym_crate] = ACTIONS(1184), - [sym_metavariable] = ACTIONS(1186), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), - }, - [STATE(434)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2092), - [sym_bracketed_type] = STATE(3694), - [sym_lifetime] = STATE(857), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3341), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(2582), - [sym_scoped_identifier] = STATE(2327), - [sym_scoped_type_identifier] = STATE(2197), - [sym_const_block] = STATE(2182), - [sym__pattern] = STATE(2206), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), - [sym_line_comment] = STATE(434), - [sym_block_comment] = STATE(434), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(1058), - [anon_sym_LPAREN] = ACTIONS(1060), - [anon_sym_LBRACK] = ACTIONS(1064), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), - [anon_sym_u8] = ACTIONS(1070), - [anon_sym_i8] = ACTIONS(1070), - [anon_sym_u16] = ACTIONS(1070), - [anon_sym_i16] = ACTIONS(1070), - [anon_sym_u32] = ACTIONS(1070), - [anon_sym_i32] = ACTIONS(1070), - [anon_sym_u64] = ACTIONS(1070), - [anon_sym_i64] = ACTIONS(1070), - [anon_sym_u128] = ACTIONS(1070), - [anon_sym_i128] = ACTIONS(1070), - [anon_sym_isize] = ACTIONS(1070), - [anon_sym_usize] = ACTIONS(1070), - [anon_sym_f32] = ACTIONS(1070), - [anon_sym_f64] = ACTIONS(1070), - [anon_sym_bool] = ACTIONS(1070), - [anon_sym_str] = ACTIONS(1070), - [anon_sym_char] = ACTIONS(1070), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(1584), - [anon_sym_PIPE] = ACTIONS(1078), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1422), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COLON_COLON] = ACTIONS(1090), - [anon_sym_SQUOTE] = ACTIONS(1094), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1098), - [anon_sym_default] = ACTIONS(1100), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), - [anon_sym_gen] = ACTIONS(1106), - [anon_sym_impl] = ACTIONS(1108), - [anon_sym_union] = ACTIONS(1106), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_ref] = ACTIONS(1114), - [anon_sym_dyn] = ACTIONS(1116), - [sym_mutable_specifier] = ACTIONS(1590), - [anon_sym_raw] = ACTIONS(1106), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1128), - [sym_super] = ACTIONS(1128), - [sym_crate] = ACTIONS(1128), - [sym_metavariable] = ACTIONS(1130), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), - }, - [STATE(435)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2086), - [sym_bracketed_type] = STATE(3694), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3341), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(2582), - [sym_scoped_identifier] = STATE(2327), - [sym_scoped_type_identifier] = STATE(2197), - [sym_const_block] = STATE(2182), - [sym__pattern] = STATE(2212), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), - [sym_line_comment] = STATE(435), - [sym_block_comment] = STATE(435), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(1058), - [anon_sym_LPAREN] = ACTIONS(1060), - [anon_sym_LBRACK] = ACTIONS(1064), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), - [anon_sym_u8] = ACTIONS(1070), - [anon_sym_i8] = ACTIONS(1070), - [anon_sym_u16] = ACTIONS(1070), - [anon_sym_i16] = ACTIONS(1070), - [anon_sym_u32] = ACTIONS(1070), - [anon_sym_i32] = ACTIONS(1070), - [anon_sym_u64] = ACTIONS(1070), - [anon_sym_i64] = ACTIONS(1070), - [anon_sym_u128] = ACTIONS(1070), - [anon_sym_i128] = ACTIONS(1070), - [anon_sym_isize] = ACTIONS(1070), - [anon_sym_usize] = ACTIONS(1070), - [anon_sym_f32] = ACTIONS(1070), - [anon_sym_f64] = ACTIONS(1070), - [anon_sym_bool] = ACTIONS(1070), - [anon_sym_str] = ACTIONS(1070), - [anon_sym_char] = ACTIONS(1070), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(1584), - [anon_sym_PIPE] = ACTIONS(1078), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1422), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COLON_COLON] = ACTIONS(1090), - [anon_sym_SQUOTE] = ACTIONS(1094), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1098), - [anon_sym_default] = ACTIONS(1100), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), - [anon_sym_gen] = ACTIONS(1106), - [anon_sym_impl] = ACTIONS(1108), - [anon_sym_union] = ACTIONS(1106), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_ref] = ACTIONS(1114), - [anon_sym_dyn] = ACTIONS(1116), - [sym_mutable_specifier] = ACTIONS(1430), - [anon_sym_raw] = ACTIONS(1106), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1592), - [sym_super] = ACTIONS(1128), - [sym_crate] = ACTIONS(1128), - [sym_metavariable] = ACTIONS(1130), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), - }, - [STATE(436)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2092), - [sym_bracketed_type] = STATE(3694), - [sym_lifetime] = STATE(856), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3341), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(2582), - [sym_scoped_identifier] = STATE(2327), - [sym_scoped_type_identifier] = STATE(2197), - [sym_const_block] = STATE(2182), - [sym__pattern] = STATE(2206), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), - [sym_line_comment] = STATE(436), - [sym_block_comment] = STATE(436), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(1058), - [anon_sym_LPAREN] = ACTIONS(1060), - [anon_sym_LBRACK] = ACTIONS(1064), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), - [anon_sym_u8] = ACTIONS(1070), - [anon_sym_i8] = ACTIONS(1070), - [anon_sym_u16] = ACTIONS(1070), - [anon_sym_i16] = ACTIONS(1070), - [anon_sym_u32] = ACTIONS(1070), - [anon_sym_i32] = ACTIONS(1070), - [anon_sym_u64] = ACTIONS(1070), - [anon_sym_i64] = ACTIONS(1070), - [anon_sym_u128] = ACTIONS(1070), - [anon_sym_i128] = ACTIONS(1070), - [anon_sym_isize] = ACTIONS(1070), - [anon_sym_usize] = ACTIONS(1070), - [anon_sym_f32] = ACTIONS(1070), - [anon_sym_f64] = ACTIONS(1070), - [anon_sym_bool] = ACTIONS(1070), - [anon_sym_str] = ACTIONS(1070), - [anon_sym_char] = ACTIONS(1070), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(1584), - [anon_sym_PIPE] = ACTIONS(1078), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1422), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COLON_COLON] = ACTIONS(1090), - [anon_sym_SQUOTE] = ACTIONS(1094), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1098), - [anon_sym_default] = ACTIONS(1100), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), - [anon_sym_gen] = ACTIONS(1106), - [anon_sym_impl] = ACTIONS(1108), - [anon_sym_union] = ACTIONS(1106), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_ref] = ACTIONS(1114), - [anon_sym_dyn] = ACTIONS(1116), - [sym_mutable_specifier] = ACTIONS(1594), - [anon_sym_raw] = ACTIONS(1106), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1596), - [sym_super] = ACTIONS(1128), - [sym_crate] = ACTIONS(1128), - [sym_metavariable] = ACTIONS(1130), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), - }, - [STATE(437)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2092), - [sym_bracketed_type] = STATE(3702), - [sym_lifetime] = STATE(856), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3434), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(2533), - [sym_scoped_identifier] = STATE(2200), - [sym_scoped_type_identifier] = STATE(2197), - [sym_const_block] = STATE(2182), - [sym__pattern] = STATE(2206), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), - [sym_line_comment] = STATE(437), - [sym_block_comment] = STATE(437), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(1162), - [anon_sym_LPAREN] = ACTIONS(1164), - [anon_sym_LBRACK] = ACTIONS(1064), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), - [anon_sym_u8] = ACTIONS(1168), - [anon_sym_i8] = ACTIONS(1168), - [anon_sym_u16] = ACTIONS(1168), - [anon_sym_i16] = ACTIONS(1168), - [anon_sym_u32] = ACTIONS(1168), - [anon_sym_i32] = ACTIONS(1168), - [anon_sym_u64] = ACTIONS(1168), - [anon_sym_i64] = ACTIONS(1168), - [anon_sym_u128] = ACTIONS(1168), - [anon_sym_i128] = ACTIONS(1168), - [anon_sym_isize] = ACTIONS(1168), - [anon_sym_usize] = ACTIONS(1168), - [anon_sym_f32] = ACTIONS(1168), - [anon_sym_f64] = ACTIONS(1168), - [anon_sym_bool] = ACTIONS(1168), - [anon_sym_str] = ACTIONS(1168), - [anon_sym_char] = ACTIONS(1168), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(1418), - [anon_sym_PIPE] = ACTIONS(1078), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1422), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COLON_COLON] = ACTIONS(1176), - [anon_sym_SQUOTE] = ACTIONS(1094), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1098), - [anon_sym_default] = ACTIONS(1178), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), - [anon_sym_gen] = ACTIONS(1180), - [anon_sym_impl] = ACTIONS(1108), - [anon_sym_union] = ACTIONS(1180), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_ref] = ACTIONS(1114), - [anon_sym_dyn] = ACTIONS(1116), - [sym_mutable_specifier] = ACTIONS(1598), - [anon_sym_raw] = ACTIONS(1180), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1600), - [sym_super] = ACTIONS(1184), - [sym_crate] = ACTIONS(1184), - [sym_metavariable] = ACTIONS(1186), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), - }, - [STATE(438)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2086), - [sym_bracketed_type] = STATE(3702), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3434), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(2533), - [sym_scoped_identifier] = STATE(2200), - [sym_scoped_type_identifier] = STATE(2197), - [sym_const_block] = STATE(2182), - [sym__pattern] = STATE(2212), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), - [sym_line_comment] = STATE(438), - [sym_block_comment] = STATE(438), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(1162), - [anon_sym_LPAREN] = ACTIONS(1164), - [anon_sym_LBRACK] = ACTIONS(1064), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), - [anon_sym_u8] = ACTIONS(1168), - [anon_sym_i8] = ACTIONS(1168), - [anon_sym_u16] = ACTIONS(1168), - [anon_sym_i16] = ACTIONS(1168), - [anon_sym_u32] = ACTIONS(1168), - [anon_sym_i32] = ACTIONS(1168), - [anon_sym_u64] = ACTIONS(1168), - [anon_sym_i64] = ACTIONS(1168), - [anon_sym_u128] = ACTIONS(1168), - [anon_sym_i128] = ACTIONS(1168), - [anon_sym_isize] = ACTIONS(1168), - [anon_sym_usize] = ACTIONS(1168), - [anon_sym_f32] = ACTIONS(1168), - [anon_sym_f64] = ACTIONS(1168), - [anon_sym_bool] = ACTIONS(1168), - [anon_sym_str] = ACTIONS(1168), - [anon_sym_char] = ACTIONS(1168), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(1418), - [anon_sym_PIPE] = ACTIONS(1078), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1422), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COLON_COLON] = ACTIONS(1176), - [anon_sym_SQUOTE] = ACTIONS(1094), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1098), - [anon_sym_default] = ACTIONS(1178), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), - [anon_sym_gen] = ACTIONS(1180), - [anon_sym_impl] = ACTIONS(1108), - [anon_sym_union] = ACTIONS(1180), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_ref] = ACTIONS(1114), - [anon_sym_dyn] = ACTIONS(1116), - [sym_mutable_specifier] = ACTIONS(1430), - [anon_sym_raw] = ACTIONS(1180), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1602), - [sym_super] = ACTIONS(1184), - [sym_crate] = ACTIONS(1184), - [sym_metavariable] = ACTIONS(1186), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), - }, - [STATE(439)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2086), - [sym_bracketed_type] = STATE(3703), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3442), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(2539), - [sym_scoped_identifier] = STATE(2236), - [sym_scoped_type_identifier] = STATE(2197), - [sym_const_block] = STATE(2182), - [sym__pattern] = STATE(2212), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), - [sym_line_comment] = STATE(439), - [sym_block_comment] = STATE(439), - [aux_sym_function_modifiers_repeat1] = STATE(2336), + [aux_sym_function_modifiers_repeat1] = STATE(2299), [sym_identifier] = ACTIONS(1562), [anon_sym_LPAREN] = ACTIONS(1564), - [anon_sym_LBRACK] = ACTIONS(1064), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_LBRACK] = ACTIONS(1116), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1568), [anon_sym_i8] = ACTIONS(1568), [anon_sym_u16] = ACTIONS(1568), @@ -67463,44 +66890,686 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1568), [anon_sym_str] = ACTIONS(1568), [anon_sym_char] = ACTIONS(1568), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_BANG] = ACTIONS(1074), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_BANG] = ACTIONS(1126), [anon_sym_AMP] = ACTIONS(1570), - [anon_sym_PIPE] = ACTIONS(1078), + [anon_sym_PIPE] = ACTIONS(1130), [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1422), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), + [anon_sym__] = ACTIONS(1394), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), [anon_sym_COLON_COLON] = ACTIONS(1574), - [anon_sym_SQUOTE] = ACTIONS(1094), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1098), + [anon_sym_SQUOTE] = ACTIONS(1146), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1150), [anon_sym_default] = ACTIONS(1576), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1578), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1578), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_ref] = ACTIONS(1114), - [anon_sym_dyn] = ACTIONS(1116), - [sym_mutable_specifier] = ACTIONS(1430), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_ref] = ACTIONS(1166), + [anon_sym_dyn] = ACTIONS(1168), + [sym_mutable_specifier] = ACTIONS(1590), [anon_sym_raw] = ACTIONS(1578), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), [sym_self] = ACTIONS(1580), [sym_super] = ACTIONS(1580), [sym_crate] = ACTIONS(1580), [sym_metavariable] = ACTIONS(1582), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), + }, + [STATE(434)] = { + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2068), + [sym_bracketed_type] = STATE(3694), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3357), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(2298), + [sym_scoped_type_identifier] = STATE(2185), + [sym_const_block] = STATE(2192), + [sym__pattern] = STATE(2230), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), + [sym_line_comment] = STATE(434), + [sym_block_comment] = STATE(434), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(1110), + [anon_sym_LPAREN] = ACTIONS(1112), + [anon_sym_LBRACK] = ACTIONS(1116), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), + [anon_sym_u8] = ACTIONS(1122), + [anon_sym_i8] = ACTIONS(1122), + [anon_sym_u16] = ACTIONS(1122), + [anon_sym_i16] = ACTIONS(1122), + [anon_sym_u32] = ACTIONS(1122), + [anon_sym_i32] = ACTIONS(1122), + [anon_sym_u64] = ACTIONS(1122), + [anon_sym_i64] = ACTIONS(1122), + [anon_sym_u128] = ACTIONS(1122), + [anon_sym_i128] = ACTIONS(1122), + [anon_sym_isize] = ACTIONS(1122), + [anon_sym_usize] = ACTIONS(1122), + [anon_sym_f32] = ACTIONS(1122), + [anon_sym_f64] = ACTIONS(1122), + [anon_sym_bool] = ACTIONS(1122), + [anon_sym_str] = ACTIONS(1122), + [anon_sym_char] = ACTIONS(1122), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(1592), + [anon_sym_PIPE] = ACTIONS(1130), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1394), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COLON_COLON] = ACTIONS(1142), + [anon_sym_SQUOTE] = ACTIONS(1146), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1150), + [anon_sym_default] = ACTIONS(1152), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), + [anon_sym_gen] = ACTIONS(1158), + [anon_sym_impl] = ACTIONS(1160), + [anon_sym_union] = ACTIONS(1158), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_ref] = ACTIONS(1166), + [anon_sym_dyn] = ACTIONS(1168), + [sym_mutable_specifier] = ACTIONS(1402), + [anon_sym_raw] = ACTIONS(1158), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1594), + [sym_super] = ACTIONS(1180), + [sym_crate] = ACTIONS(1180), + [sym_metavariable] = ACTIONS(1182), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), + }, + [STATE(435)] = { + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2081), + [sym_bracketed_type] = STATE(3694), + [sym_lifetime] = STATE(855), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3357), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(2298), + [sym_scoped_type_identifier] = STATE(2185), + [sym_const_block] = STATE(2192), + [sym__pattern] = STATE(2205), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), + [sym_line_comment] = STATE(435), + [sym_block_comment] = STATE(435), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(1110), + [anon_sym_LPAREN] = ACTIONS(1112), + [anon_sym_LBRACK] = ACTIONS(1116), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), + [anon_sym_u8] = ACTIONS(1122), + [anon_sym_i8] = ACTIONS(1122), + [anon_sym_u16] = ACTIONS(1122), + [anon_sym_i16] = ACTIONS(1122), + [anon_sym_u32] = ACTIONS(1122), + [anon_sym_i32] = ACTIONS(1122), + [anon_sym_u64] = ACTIONS(1122), + [anon_sym_i64] = ACTIONS(1122), + [anon_sym_u128] = ACTIONS(1122), + [anon_sym_i128] = ACTIONS(1122), + [anon_sym_isize] = ACTIONS(1122), + [anon_sym_usize] = ACTIONS(1122), + [anon_sym_f32] = ACTIONS(1122), + [anon_sym_f64] = ACTIONS(1122), + [anon_sym_bool] = ACTIONS(1122), + [anon_sym_str] = ACTIONS(1122), + [anon_sym_char] = ACTIONS(1122), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(1592), + [anon_sym_PIPE] = ACTIONS(1130), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1394), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COLON_COLON] = ACTIONS(1142), + [anon_sym_SQUOTE] = ACTIONS(1146), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1150), + [anon_sym_default] = ACTIONS(1152), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), + [anon_sym_gen] = ACTIONS(1158), + [anon_sym_impl] = ACTIONS(1160), + [anon_sym_union] = ACTIONS(1158), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_ref] = ACTIONS(1166), + [anon_sym_dyn] = ACTIONS(1168), + [sym_mutable_specifier] = ACTIONS(1596), + [anon_sym_raw] = ACTIONS(1158), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1180), + [sym_super] = ACTIONS(1180), + [sym_crate] = ACTIONS(1180), + [sym_metavariable] = ACTIONS(1182), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), + }, + [STATE(436)] = { + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2081), + [sym_bracketed_type] = STATE(3702), + [sym_lifetime] = STATE(855), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3445), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(2557), + [sym_scoped_identifier] = STATE(2236), + [sym_scoped_type_identifier] = STATE(2185), + [sym_const_block] = STATE(2192), + [sym__pattern] = STATE(2205), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), + [sym_line_comment] = STATE(436), + [sym_block_comment] = STATE(436), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_LBRACK] = ACTIONS(1116), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), + [anon_sym_u8] = ACTIONS(1306), + [anon_sym_i8] = ACTIONS(1306), + [anon_sym_u16] = ACTIONS(1306), + [anon_sym_i16] = ACTIONS(1306), + [anon_sym_u32] = ACTIONS(1306), + [anon_sym_i32] = ACTIONS(1306), + [anon_sym_u64] = ACTIONS(1306), + [anon_sym_i64] = ACTIONS(1306), + [anon_sym_u128] = ACTIONS(1306), + [anon_sym_i128] = ACTIONS(1306), + [anon_sym_isize] = ACTIONS(1306), + [anon_sym_usize] = ACTIONS(1306), + [anon_sym_f32] = ACTIONS(1306), + [anon_sym_f64] = ACTIONS(1306), + [anon_sym_bool] = ACTIONS(1306), + [anon_sym_str] = ACTIONS(1306), + [anon_sym_char] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(1390), + [anon_sym_PIPE] = ACTIONS(1130), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1394), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COLON_COLON] = ACTIONS(1314), + [anon_sym_SQUOTE] = ACTIONS(1146), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1150), + [anon_sym_default] = ACTIONS(1316), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), + [anon_sym_gen] = ACTIONS(1318), + [anon_sym_impl] = ACTIONS(1160), + [anon_sym_union] = ACTIONS(1318), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_ref] = ACTIONS(1166), + [anon_sym_dyn] = ACTIONS(1168), + [sym_mutable_specifier] = ACTIONS(1598), + [anon_sym_raw] = ACTIONS(1318), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1322), + [sym_super] = ACTIONS(1322), + [sym_crate] = ACTIONS(1322), + [sym_metavariable] = ACTIONS(1324), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), + }, + [STATE(437)] = { + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2081), + [sym_bracketed_type] = STATE(3694), + [sym_lifetime] = STATE(860), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3357), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(2298), + [sym_scoped_type_identifier] = STATE(2185), + [sym_const_block] = STATE(2192), + [sym__pattern] = STATE(2205), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), + [sym_line_comment] = STATE(437), + [sym_block_comment] = STATE(437), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(1110), + [anon_sym_LPAREN] = ACTIONS(1112), + [anon_sym_LBRACK] = ACTIONS(1116), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), + [anon_sym_u8] = ACTIONS(1122), + [anon_sym_i8] = ACTIONS(1122), + [anon_sym_u16] = ACTIONS(1122), + [anon_sym_i16] = ACTIONS(1122), + [anon_sym_u32] = ACTIONS(1122), + [anon_sym_i32] = ACTIONS(1122), + [anon_sym_u64] = ACTIONS(1122), + [anon_sym_i64] = ACTIONS(1122), + [anon_sym_u128] = ACTIONS(1122), + [anon_sym_i128] = ACTIONS(1122), + [anon_sym_isize] = ACTIONS(1122), + [anon_sym_usize] = ACTIONS(1122), + [anon_sym_f32] = ACTIONS(1122), + [anon_sym_f64] = ACTIONS(1122), + [anon_sym_bool] = ACTIONS(1122), + [anon_sym_str] = ACTIONS(1122), + [anon_sym_char] = ACTIONS(1122), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(1592), + [anon_sym_PIPE] = ACTIONS(1130), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1394), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COLON_COLON] = ACTIONS(1142), + [anon_sym_SQUOTE] = ACTIONS(1146), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1150), + [anon_sym_default] = ACTIONS(1152), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), + [anon_sym_gen] = ACTIONS(1158), + [anon_sym_impl] = ACTIONS(1160), + [anon_sym_union] = ACTIONS(1158), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_ref] = ACTIONS(1166), + [anon_sym_dyn] = ACTIONS(1168), + [sym_mutable_specifier] = ACTIONS(1600), + [anon_sym_raw] = ACTIONS(1158), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1602), + [sym_super] = ACTIONS(1180), + [sym_crate] = ACTIONS(1180), + [sym_metavariable] = ACTIONS(1182), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), + }, + [STATE(438)] = { + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2068), + [sym_bracketed_type] = STATE(3702), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3445), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(2557), + [sym_scoped_identifier] = STATE(2236), + [sym_scoped_type_identifier] = STATE(2185), + [sym_const_block] = STATE(2192), + [sym__pattern] = STATE(2230), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), + [sym_line_comment] = STATE(438), + [sym_block_comment] = STATE(438), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_LBRACK] = ACTIONS(1116), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), + [anon_sym_u8] = ACTIONS(1306), + [anon_sym_i8] = ACTIONS(1306), + [anon_sym_u16] = ACTIONS(1306), + [anon_sym_i16] = ACTIONS(1306), + [anon_sym_u32] = ACTIONS(1306), + [anon_sym_i32] = ACTIONS(1306), + [anon_sym_u64] = ACTIONS(1306), + [anon_sym_i64] = ACTIONS(1306), + [anon_sym_u128] = ACTIONS(1306), + [anon_sym_i128] = ACTIONS(1306), + [anon_sym_isize] = ACTIONS(1306), + [anon_sym_usize] = ACTIONS(1306), + [anon_sym_f32] = ACTIONS(1306), + [anon_sym_f64] = ACTIONS(1306), + [anon_sym_bool] = ACTIONS(1306), + [anon_sym_str] = ACTIONS(1306), + [anon_sym_char] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(1390), + [anon_sym_PIPE] = ACTIONS(1130), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1394), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COLON_COLON] = ACTIONS(1314), + [anon_sym_SQUOTE] = ACTIONS(1146), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1150), + [anon_sym_default] = ACTIONS(1316), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), + [anon_sym_gen] = ACTIONS(1318), + [anon_sym_impl] = ACTIONS(1160), + [anon_sym_union] = ACTIONS(1318), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_ref] = ACTIONS(1166), + [anon_sym_dyn] = ACTIONS(1168), + [sym_mutable_specifier] = ACTIONS(1402), + [anon_sym_raw] = ACTIONS(1318), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1322), + [sym_super] = ACTIONS(1322), + [sym_crate] = ACTIONS(1322), + [sym_metavariable] = ACTIONS(1324), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), + }, + [STATE(439)] = { + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2068), + [sym_bracketed_type] = STATE(3694), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3357), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(2298), + [sym_scoped_type_identifier] = STATE(2185), + [sym_const_block] = STATE(2192), + [sym__pattern] = STATE(2230), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), + [sym_line_comment] = STATE(439), + [sym_block_comment] = STATE(439), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(1110), + [anon_sym_LPAREN] = ACTIONS(1112), + [anon_sym_LBRACK] = ACTIONS(1116), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), + [anon_sym_u8] = ACTIONS(1122), + [anon_sym_i8] = ACTIONS(1122), + [anon_sym_u16] = ACTIONS(1122), + [anon_sym_i16] = ACTIONS(1122), + [anon_sym_u32] = ACTIONS(1122), + [anon_sym_i32] = ACTIONS(1122), + [anon_sym_u64] = ACTIONS(1122), + [anon_sym_i64] = ACTIONS(1122), + [anon_sym_u128] = ACTIONS(1122), + [anon_sym_i128] = ACTIONS(1122), + [anon_sym_isize] = ACTIONS(1122), + [anon_sym_usize] = ACTIONS(1122), + [anon_sym_f32] = ACTIONS(1122), + [anon_sym_f64] = ACTIONS(1122), + [anon_sym_bool] = ACTIONS(1122), + [anon_sym_str] = ACTIONS(1122), + [anon_sym_char] = ACTIONS(1122), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(1592), + [anon_sym_PIPE] = ACTIONS(1130), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1394), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COLON_COLON] = ACTIONS(1142), + [anon_sym_SQUOTE] = ACTIONS(1146), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1150), + [anon_sym_default] = ACTIONS(1152), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), + [anon_sym_gen] = ACTIONS(1158), + [anon_sym_impl] = ACTIONS(1160), + [anon_sym_union] = ACTIONS(1158), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_ref] = ACTIONS(1166), + [anon_sym_dyn] = ACTIONS(1168), + [sym_mutable_specifier] = ACTIONS(1402), + [anon_sym_raw] = ACTIONS(1158), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1180), + [sym_super] = ACTIONS(1180), + [sym_crate] = ACTIONS(1180), + [sym_metavariable] = ACTIONS(1182), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), }, [STATE(440)] = { [sym_line_comment] = STATE(440), @@ -67702,31 +67771,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(1606), }, [STATE(442)] = { - [sym_bracketed_type] = STATE(3762), - [sym_generic_type] = STATE(3764), - [sym_generic_type_with_turbofish] = STATE(3481), - [sym_macro_invocation] = STATE(2182), - [sym_scoped_identifier] = STATE(2047), - [sym_scoped_type_identifier] = STATE(3014), - [sym_const_block] = STATE(2182), - [sym__pattern] = STATE(2231), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), + [sym_bracketed_type] = STATE(3504), + [sym_generic_type] = STATE(3513), + [sym_generic_type_with_turbofish] = STATE(3321), + [sym_macro_invocation] = STATE(2192), + [sym_scoped_identifier] = STATE(2052), + [sym_scoped_type_identifier] = STATE(3076), + [sym_const_block] = STATE(2192), + [sym__pattern] = STATE(2210), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), [sym_line_comment] = STATE(442), [sym_block_comment] = STATE(442), [sym_identifier] = ACTIONS(1608), @@ -67758,7 +67827,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(1610), [anon_sym__] = ACTIONS(1608), [anon_sym_DOT_DOT] = ACTIONS(1608), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), [anon_sym_COLON_COLON] = ACTIONS(1610), [anon_sym_DASH_GT] = ACTIONS(1610), [anon_sym_SQUOTE] = ACTIONS(1608), @@ -67777,8 +67846,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_union] = ACTIONS(1608), [anon_sym_unsafe] = ACTIONS(1608), [anon_sym_while] = ACTIONS(1608), - [anon_sym_ref] = ACTIONS(1114), - [sym_mutable_specifier] = ACTIONS(1430), + [anon_sym_ref] = ACTIONS(1166), + [sym_mutable_specifier] = ACTIONS(1402), [anon_sym_raw] = ACTIONS(1608), [anon_sym_yield] = ACTIONS(1608), [anon_sym_move] = ACTIONS(1608), @@ -67798,31 +67867,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(1610), }, [STATE(443)] = { - [sym_bracketed_type] = STATE(3762), - [sym_generic_type] = STATE(3764), - [sym_generic_type_with_turbofish] = STATE(3481), - [sym_macro_invocation] = STATE(2182), - [sym_scoped_identifier] = STATE(2047), - [sym_scoped_type_identifier] = STATE(3014), - [sym_const_block] = STATE(2182), - [sym__pattern] = STATE(2191), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), + [sym_bracketed_type] = STATE(3504), + [sym_generic_type] = STATE(3513), + [sym_generic_type_with_turbofish] = STATE(3321), + [sym_macro_invocation] = STATE(2192), + [sym_scoped_identifier] = STATE(2052), + [sym_scoped_type_identifier] = STATE(3076), + [sym_const_block] = STATE(2192), + [sym__pattern] = STATE(2227), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), [sym_line_comment] = STATE(443), [sym_block_comment] = STATE(443), [sym_identifier] = ACTIONS(1612), @@ -67854,7 +67923,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(1614), [anon_sym__] = ACTIONS(1612), [anon_sym_DOT_DOT] = ACTIONS(1612), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), [anon_sym_COLON_COLON] = ACTIONS(1614), [anon_sym_DASH_GT] = ACTIONS(1614), [anon_sym_SQUOTE] = ACTIONS(1612), @@ -67873,8 +67942,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_union] = ACTIONS(1612), [anon_sym_unsafe] = ACTIONS(1612), [anon_sym_while] = ACTIONS(1612), - [anon_sym_ref] = ACTIONS(1114), - [sym_mutable_specifier] = ACTIONS(1430), + [anon_sym_ref] = ACTIONS(1166), + [sym_mutable_specifier] = ACTIONS(1402), [anon_sym_raw] = ACTIONS(1612), [anon_sym_yield] = ACTIONS(1612), [anon_sym_move] = ACTIONS(1612), @@ -67894,39 +67963,39 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(1614), }, [STATE(444)] = { - [sym_function_modifiers] = STATE(3661), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2574), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(2574), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1606), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3584), - [sym_type_binding] = STATE(2681), - [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(3335), - [sym_scoped_type_identifier] = STATE(2278), + [sym_function_modifiers] = STATE(3541), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2517), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(2517), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1610), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3591), + [sym_type_binding] = STATE(2811), + [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(3394), + [sym_scoped_type_identifier] = STATE(2240), [sym_label] = STATE(3774), - [sym_block] = STATE(2681), - [sym__literal] = STATE(2681), - [sym_string_literal] = STATE(2884), - [sym_raw_string_literal] = STATE(2884), - [sym_boolean_literal] = STATE(2884), + [sym_block] = STATE(2811), + [sym__literal] = STATE(2811), + [sym_string_literal] = STATE(2920), + [sym_raw_string_literal] = STATE(2920), + [sym_boolean_literal] = STATE(2920), [sym_line_comment] = STATE(444), [sym_block_comment] = STATE(444), - [aux_sym_function_modifiers_repeat1] = STATE(2336), + [aux_sym_function_modifiers_repeat1] = STATE(2299), [sym_identifier] = ACTIONS(1616), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), @@ -67950,73 +68019,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), + [anon_sym_BANG] = ACTIONS(1126), [anon_sym_AMP] = ACTIONS(1630), [anon_sym_GT] = ACTIONS(1632), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), [anon_sym_SQUOTE] = ACTIONS(1636), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), [anon_sym_fn] = ACTIONS(1640), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), [anon_sym_impl] = ACTIONS(1644), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), [anon_sym_dyn] = ACTIONS(1646), [anon_sym_raw] = ACTIONS(1642), [sym_integer_literal] = ACTIONS(1648), - [aux_sym_string_literal_token1] = ACTIONS(1122), + [aux_sym_string_literal_token1] = ACTIONS(1174), [sym_char_literal] = ACTIONS(1648), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), [sym_self] = ACTIONS(1650), [sym_super] = ACTIONS(1650), [sym_crate] = ACTIONS(1650), [sym_metavariable] = ACTIONS(1652), - [sym__raw_string_literal_start] = ACTIONS(1132), + [sym__raw_string_literal_start] = ACTIONS(1184), [sym_float_literal] = ACTIONS(1648), }, [STATE(445)] = { - [sym_function_modifiers] = STATE(3661), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2574), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(2574), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1606), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3584), - [sym_type_binding] = STATE(2681), - [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(3335), - [sym_scoped_type_identifier] = STATE(2278), + [sym_function_modifiers] = STATE(3541), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2517), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(2517), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1610), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3591), + [sym_type_binding] = STATE(2811), + [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(3394), + [sym_scoped_type_identifier] = STATE(2240), [sym_label] = STATE(3774), - [sym_block] = STATE(2681), - [sym__literal] = STATE(2681), - [sym_string_literal] = STATE(2884), - [sym_raw_string_literal] = STATE(2884), - [sym_boolean_literal] = STATE(2884), + [sym_block] = STATE(2811), + [sym__literal] = STATE(2811), + [sym_string_literal] = STATE(2920), + [sym_raw_string_literal] = STATE(2920), + [sym_boolean_literal] = STATE(2920), [sym_line_comment] = STATE(445), [sym_block_comment] = STATE(445), - [aux_sym_function_modifiers_repeat1] = STATE(2336), + [aux_sym_function_modifiers_repeat1] = STATE(2299), [sym_identifier] = ACTIONS(1616), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), @@ -68040,73 +68109,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), + [anon_sym_BANG] = ACTIONS(1126), [anon_sym_AMP] = ACTIONS(1630), [anon_sym_GT] = ACTIONS(1654), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), [anon_sym_SQUOTE] = ACTIONS(1636), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), [anon_sym_fn] = ACTIONS(1640), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), [anon_sym_impl] = ACTIONS(1644), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), [anon_sym_dyn] = ACTIONS(1646), [anon_sym_raw] = ACTIONS(1642), [sym_integer_literal] = ACTIONS(1648), - [aux_sym_string_literal_token1] = ACTIONS(1122), + [aux_sym_string_literal_token1] = ACTIONS(1174), [sym_char_literal] = ACTIONS(1648), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), [sym_self] = ACTIONS(1650), [sym_super] = ACTIONS(1650), [sym_crate] = ACTIONS(1650), [sym_metavariable] = ACTIONS(1652), - [sym__raw_string_literal_start] = ACTIONS(1132), + [sym__raw_string_literal_start] = ACTIONS(1184), [sym_float_literal] = ACTIONS(1648), }, [STATE(446)] = { - [sym_function_modifiers] = STATE(3661), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2574), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(2574), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1606), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3584), - [sym_type_binding] = STATE(2681), - [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(3335), - [sym_scoped_type_identifier] = STATE(2278), + [sym_function_modifiers] = STATE(3541), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2517), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(2517), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1610), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3591), + [sym_type_binding] = STATE(2811), + [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(3394), + [sym_scoped_type_identifier] = STATE(2240), [sym_label] = STATE(3774), - [sym_block] = STATE(2681), - [sym__literal] = STATE(2681), - [sym_string_literal] = STATE(2884), - [sym_raw_string_literal] = STATE(2884), - [sym_boolean_literal] = STATE(2884), + [sym_block] = STATE(2811), + [sym__literal] = STATE(2811), + [sym_string_literal] = STATE(2920), + [sym_raw_string_literal] = STATE(2920), + [sym_boolean_literal] = STATE(2920), [sym_line_comment] = STATE(446), [sym_block_comment] = STATE(446), - [aux_sym_function_modifiers_repeat1] = STATE(2336), + [aux_sym_function_modifiers_repeat1] = STATE(2299), [sym_identifier] = ACTIONS(1616), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), @@ -68130,73 +68199,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), + [anon_sym_BANG] = ACTIONS(1126), [anon_sym_AMP] = ACTIONS(1630), [anon_sym_GT] = ACTIONS(1656), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), [anon_sym_SQUOTE] = ACTIONS(1636), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), [anon_sym_fn] = ACTIONS(1640), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), [anon_sym_impl] = ACTIONS(1644), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), [anon_sym_dyn] = ACTIONS(1646), [anon_sym_raw] = ACTIONS(1642), [sym_integer_literal] = ACTIONS(1648), - [aux_sym_string_literal_token1] = ACTIONS(1122), + [aux_sym_string_literal_token1] = ACTIONS(1174), [sym_char_literal] = ACTIONS(1648), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), [sym_self] = ACTIONS(1650), [sym_super] = ACTIONS(1650), [sym_crate] = ACTIONS(1650), [sym_metavariable] = ACTIONS(1652), - [sym__raw_string_literal_start] = ACTIONS(1132), + [sym__raw_string_literal_start] = ACTIONS(1184), [sym_float_literal] = ACTIONS(1648), }, [STATE(447)] = { - [sym_function_modifiers] = STATE(3661), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2574), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(2574), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1606), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3584), - [sym_type_binding] = STATE(2681), - [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(3335), - [sym_scoped_type_identifier] = STATE(2278), + [sym_function_modifiers] = STATE(3541), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2517), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(2517), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1610), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3591), + [sym_type_binding] = STATE(2811), + [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(3394), + [sym_scoped_type_identifier] = STATE(2240), [sym_label] = STATE(3774), - [sym_block] = STATE(2681), - [sym__literal] = STATE(2681), - [sym_string_literal] = STATE(2884), - [sym_raw_string_literal] = STATE(2884), - [sym_boolean_literal] = STATE(2884), + [sym_block] = STATE(2811), + [sym__literal] = STATE(2811), + [sym_string_literal] = STATE(2920), + [sym_raw_string_literal] = STATE(2920), + [sym_boolean_literal] = STATE(2920), [sym_line_comment] = STATE(447), [sym_block_comment] = STATE(447), - [aux_sym_function_modifiers_repeat1] = STATE(2336), + [aux_sym_function_modifiers_repeat1] = STATE(2299), [sym_identifier] = ACTIONS(1616), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), @@ -68220,73 +68289,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), + [anon_sym_BANG] = ACTIONS(1126), [anon_sym_AMP] = ACTIONS(1630), [anon_sym_GT] = ACTIONS(1658), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), [anon_sym_SQUOTE] = ACTIONS(1636), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), [anon_sym_fn] = ACTIONS(1640), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), [anon_sym_impl] = ACTIONS(1644), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), [anon_sym_dyn] = ACTIONS(1646), [anon_sym_raw] = ACTIONS(1642), [sym_integer_literal] = ACTIONS(1648), - [aux_sym_string_literal_token1] = ACTIONS(1122), + [aux_sym_string_literal_token1] = ACTIONS(1174), [sym_char_literal] = ACTIONS(1648), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), [sym_self] = ACTIONS(1650), [sym_super] = ACTIONS(1650), [sym_crate] = ACTIONS(1650), [sym_metavariable] = ACTIONS(1652), - [sym__raw_string_literal_start] = ACTIONS(1132), + [sym__raw_string_literal_start] = ACTIONS(1184), [sym_float_literal] = ACTIONS(1648), }, [STATE(448)] = { - [sym_function_modifiers] = STATE(3661), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2574), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(2574), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1606), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3584), - [sym_type_binding] = STATE(2681), - [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(3335), - [sym_scoped_type_identifier] = STATE(2278), + [sym_function_modifiers] = STATE(3541), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2517), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(2517), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1610), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3591), + [sym_type_binding] = STATE(2811), + [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(3394), + [sym_scoped_type_identifier] = STATE(2240), [sym_label] = STATE(3774), - [sym_block] = STATE(2681), - [sym__literal] = STATE(2681), - [sym_string_literal] = STATE(2884), - [sym_raw_string_literal] = STATE(2884), - [sym_boolean_literal] = STATE(2884), + [sym_block] = STATE(2811), + [sym__literal] = STATE(2811), + [sym_string_literal] = STATE(2920), + [sym_raw_string_literal] = STATE(2920), + [sym_boolean_literal] = STATE(2920), [sym_line_comment] = STATE(448), [sym_block_comment] = STATE(448), - [aux_sym_function_modifiers_repeat1] = STATE(2336), + [aux_sym_function_modifiers_repeat1] = STATE(2299), [sym_identifier] = ACTIONS(1616), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), @@ -68310,73 +68379,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), + [anon_sym_BANG] = ACTIONS(1126), [anon_sym_AMP] = ACTIONS(1630), [anon_sym_GT] = ACTIONS(1660), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), [anon_sym_SQUOTE] = ACTIONS(1636), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), [anon_sym_fn] = ACTIONS(1640), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), [anon_sym_impl] = ACTIONS(1644), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), [anon_sym_dyn] = ACTIONS(1646), [anon_sym_raw] = ACTIONS(1642), [sym_integer_literal] = ACTIONS(1648), - [aux_sym_string_literal_token1] = ACTIONS(1122), + [aux_sym_string_literal_token1] = ACTIONS(1174), [sym_char_literal] = ACTIONS(1648), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), [sym_self] = ACTIONS(1650), [sym_super] = ACTIONS(1650), [sym_crate] = ACTIONS(1650), [sym_metavariable] = ACTIONS(1652), - [sym__raw_string_literal_start] = ACTIONS(1132), + [sym__raw_string_literal_start] = ACTIONS(1184), [sym_float_literal] = ACTIONS(1648), }, [STATE(449)] = { - [sym_function_modifiers] = STATE(3661), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2574), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(2574), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1606), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3584), - [sym_type_binding] = STATE(2681), - [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(3335), - [sym_scoped_type_identifier] = STATE(2278), + [sym_function_modifiers] = STATE(3541), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2517), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(2517), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1610), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3591), + [sym_type_binding] = STATE(2811), + [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(3394), + [sym_scoped_type_identifier] = STATE(2240), [sym_label] = STATE(3774), - [sym_block] = STATE(2681), - [sym__literal] = STATE(2681), - [sym_string_literal] = STATE(2884), - [sym_raw_string_literal] = STATE(2884), - [sym_boolean_literal] = STATE(2884), + [sym_block] = STATE(2811), + [sym__literal] = STATE(2811), + [sym_string_literal] = STATE(2920), + [sym_raw_string_literal] = STATE(2920), + [sym_boolean_literal] = STATE(2920), [sym_line_comment] = STATE(449), [sym_block_comment] = STATE(449), - [aux_sym_function_modifiers_repeat1] = STATE(2336), + [aux_sym_function_modifiers_repeat1] = STATE(2299), [sym_identifier] = ACTIONS(1616), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), @@ -68400,73 +68469,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), + [anon_sym_BANG] = ACTIONS(1126), [anon_sym_AMP] = ACTIONS(1630), [anon_sym_GT] = ACTIONS(1662), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), [anon_sym_SQUOTE] = ACTIONS(1636), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), [anon_sym_fn] = ACTIONS(1640), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), [anon_sym_impl] = ACTIONS(1644), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), [anon_sym_dyn] = ACTIONS(1646), [anon_sym_raw] = ACTIONS(1642), [sym_integer_literal] = ACTIONS(1648), - [aux_sym_string_literal_token1] = ACTIONS(1122), + [aux_sym_string_literal_token1] = ACTIONS(1174), [sym_char_literal] = ACTIONS(1648), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), [sym_self] = ACTIONS(1650), [sym_super] = ACTIONS(1650), [sym_crate] = ACTIONS(1650), [sym_metavariable] = ACTIONS(1652), - [sym__raw_string_literal_start] = ACTIONS(1132), + [sym__raw_string_literal_start] = ACTIONS(1184), [sym_float_literal] = ACTIONS(1648), }, [STATE(450)] = { - [sym_function_modifiers] = STATE(3661), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2574), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(2574), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1606), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3584), - [sym_type_binding] = STATE(2681), - [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(3335), - [sym_scoped_type_identifier] = STATE(2278), + [sym_function_modifiers] = STATE(3541), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2517), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(2517), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1610), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3591), + [sym_type_binding] = STATE(2811), + [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(3394), + [sym_scoped_type_identifier] = STATE(2240), [sym_label] = STATE(3774), - [sym_block] = STATE(2681), - [sym__literal] = STATE(2681), - [sym_string_literal] = STATE(2884), - [sym_raw_string_literal] = STATE(2884), - [sym_boolean_literal] = STATE(2884), + [sym_block] = STATE(2811), + [sym__literal] = STATE(2811), + [sym_string_literal] = STATE(2920), + [sym_raw_string_literal] = STATE(2920), + [sym_boolean_literal] = STATE(2920), [sym_line_comment] = STATE(450), [sym_block_comment] = STATE(450), - [aux_sym_function_modifiers_repeat1] = STATE(2336), + [aux_sym_function_modifiers_repeat1] = STATE(2299), [sym_identifier] = ACTIONS(1616), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), @@ -68490,73 +68559,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), + [anon_sym_BANG] = ACTIONS(1126), [anon_sym_AMP] = ACTIONS(1630), [anon_sym_GT] = ACTIONS(1664), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), [anon_sym_SQUOTE] = ACTIONS(1636), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), [anon_sym_fn] = ACTIONS(1640), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), [anon_sym_impl] = ACTIONS(1644), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), [anon_sym_dyn] = ACTIONS(1646), [anon_sym_raw] = ACTIONS(1642), [sym_integer_literal] = ACTIONS(1648), - [aux_sym_string_literal_token1] = ACTIONS(1122), + [aux_sym_string_literal_token1] = ACTIONS(1174), [sym_char_literal] = ACTIONS(1648), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), [sym_self] = ACTIONS(1650), [sym_super] = ACTIONS(1650), [sym_crate] = ACTIONS(1650), [sym_metavariable] = ACTIONS(1652), - [sym__raw_string_literal_start] = ACTIONS(1132), + [sym__raw_string_literal_start] = ACTIONS(1184), [sym_float_literal] = ACTIONS(1648), }, [STATE(451)] = { - [sym_function_modifiers] = STATE(3661), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2574), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(2574), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1606), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3584), - [sym_type_binding] = STATE(2681), - [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(3335), - [sym_scoped_type_identifier] = STATE(2278), + [sym_function_modifiers] = STATE(3541), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2517), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(2517), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1610), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3591), + [sym_type_binding] = STATE(2811), + [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(3394), + [sym_scoped_type_identifier] = STATE(2240), [sym_label] = STATE(3774), - [sym_block] = STATE(2681), - [sym__literal] = STATE(2681), - [sym_string_literal] = STATE(2884), - [sym_raw_string_literal] = STATE(2884), - [sym_boolean_literal] = STATE(2884), + [sym_block] = STATE(2811), + [sym__literal] = STATE(2811), + [sym_string_literal] = STATE(2920), + [sym_raw_string_literal] = STATE(2920), + [sym_boolean_literal] = STATE(2920), [sym_line_comment] = STATE(451), [sym_block_comment] = STATE(451), - [aux_sym_function_modifiers_repeat1] = STATE(2336), + [aux_sym_function_modifiers_repeat1] = STATE(2299), [sym_identifier] = ACTIONS(1616), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), @@ -68580,73 +68649,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), + [anon_sym_BANG] = ACTIONS(1126), [anon_sym_AMP] = ACTIONS(1630), [anon_sym_GT] = ACTIONS(1666), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), [anon_sym_SQUOTE] = ACTIONS(1636), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), [anon_sym_fn] = ACTIONS(1640), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), [anon_sym_impl] = ACTIONS(1644), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), [anon_sym_dyn] = ACTIONS(1646), [anon_sym_raw] = ACTIONS(1642), [sym_integer_literal] = ACTIONS(1648), - [aux_sym_string_literal_token1] = ACTIONS(1122), + [aux_sym_string_literal_token1] = ACTIONS(1174), [sym_char_literal] = ACTIONS(1648), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), [sym_self] = ACTIONS(1650), [sym_super] = ACTIONS(1650), [sym_crate] = ACTIONS(1650), [sym_metavariable] = ACTIONS(1652), - [sym__raw_string_literal_start] = ACTIONS(1132), + [sym__raw_string_literal_start] = ACTIONS(1184), [sym_float_literal] = ACTIONS(1648), }, [STATE(452)] = { - [sym_function_modifiers] = STATE(3661), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2574), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(2574), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1606), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3584), - [sym_type_binding] = STATE(2681), - [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(3335), - [sym_scoped_type_identifier] = STATE(2278), + [sym_function_modifiers] = STATE(3541), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2517), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(2517), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1610), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3591), + [sym_type_binding] = STATE(2811), + [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(3394), + [sym_scoped_type_identifier] = STATE(2240), [sym_label] = STATE(3774), - [sym_block] = STATE(2681), - [sym__literal] = STATE(2681), - [sym_string_literal] = STATE(2884), - [sym_raw_string_literal] = STATE(2884), - [sym_boolean_literal] = STATE(2884), + [sym_block] = STATE(2811), + [sym__literal] = STATE(2811), + [sym_string_literal] = STATE(2920), + [sym_raw_string_literal] = STATE(2920), + [sym_boolean_literal] = STATE(2920), [sym_line_comment] = STATE(452), [sym_block_comment] = STATE(452), - [aux_sym_function_modifiers_repeat1] = STATE(2336), + [aux_sym_function_modifiers_repeat1] = STATE(2299), [sym_identifier] = ACTIONS(1616), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), @@ -68670,73 +68739,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), + [anon_sym_BANG] = ACTIONS(1126), [anon_sym_AMP] = ACTIONS(1630), [anon_sym_GT] = ACTIONS(1668), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), [anon_sym_SQUOTE] = ACTIONS(1636), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), [anon_sym_fn] = ACTIONS(1640), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), [anon_sym_impl] = ACTIONS(1644), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), [anon_sym_dyn] = ACTIONS(1646), [anon_sym_raw] = ACTIONS(1642), [sym_integer_literal] = ACTIONS(1648), - [aux_sym_string_literal_token1] = ACTIONS(1122), + [aux_sym_string_literal_token1] = ACTIONS(1174), [sym_char_literal] = ACTIONS(1648), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), [sym_self] = ACTIONS(1650), [sym_super] = ACTIONS(1650), [sym_crate] = ACTIONS(1650), [sym_metavariable] = ACTIONS(1652), - [sym__raw_string_literal_start] = ACTIONS(1132), + [sym__raw_string_literal_start] = ACTIONS(1184), [sym_float_literal] = ACTIONS(1648), }, [STATE(453)] = { - [sym_function_modifiers] = STATE(3661), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2574), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(2574), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1606), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3584), - [sym_type_binding] = STATE(2681), - [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(3335), - [sym_scoped_type_identifier] = STATE(2278), + [sym_function_modifiers] = STATE(3541), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2517), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(2517), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1610), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3591), + [sym_type_binding] = STATE(2811), + [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(3394), + [sym_scoped_type_identifier] = STATE(2240), [sym_label] = STATE(3774), - [sym_block] = STATE(2681), - [sym__literal] = STATE(2681), - [sym_string_literal] = STATE(2884), - [sym_raw_string_literal] = STATE(2884), - [sym_boolean_literal] = STATE(2884), + [sym_block] = STATE(2811), + [sym__literal] = STATE(2811), + [sym_string_literal] = STATE(2920), + [sym_raw_string_literal] = STATE(2920), + [sym_boolean_literal] = STATE(2920), [sym_line_comment] = STATE(453), [sym_block_comment] = STATE(453), - [aux_sym_function_modifiers_repeat1] = STATE(2336), + [aux_sym_function_modifiers_repeat1] = STATE(2299), [sym_identifier] = ACTIONS(1616), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), @@ -68760,73 +68829,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), + [anon_sym_BANG] = ACTIONS(1126), [anon_sym_AMP] = ACTIONS(1630), [anon_sym_GT] = ACTIONS(1670), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), [anon_sym_SQUOTE] = ACTIONS(1636), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), [anon_sym_fn] = ACTIONS(1640), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), [anon_sym_impl] = ACTIONS(1644), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), [anon_sym_dyn] = ACTIONS(1646), [anon_sym_raw] = ACTIONS(1642), [sym_integer_literal] = ACTIONS(1648), - [aux_sym_string_literal_token1] = ACTIONS(1122), + [aux_sym_string_literal_token1] = ACTIONS(1174), [sym_char_literal] = ACTIONS(1648), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), [sym_self] = ACTIONS(1650), [sym_super] = ACTIONS(1650), [sym_crate] = ACTIONS(1650), [sym_metavariable] = ACTIONS(1652), - [sym__raw_string_literal_start] = ACTIONS(1132), + [sym__raw_string_literal_start] = ACTIONS(1184), [sym_float_literal] = ACTIONS(1648), }, [STATE(454)] = { - [sym_function_modifiers] = STATE(3661), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2574), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(2574), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1606), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3584), - [sym_type_binding] = STATE(2681), - [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(3335), - [sym_scoped_type_identifier] = STATE(2278), + [sym_function_modifiers] = STATE(3541), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2517), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(2517), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1610), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3591), + [sym_type_binding] = STATE(2811), + [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(3394), + [sym_scoped_type_identifier] = STATE(2240), [sym_label] = STATE(3774), - [sym_block] = STATE(2681), - [sym__literal] = STATE(2681), - [sym_string_literal] = STATE(2884), - [sym_raw_string_literal] = STATE(2884), - [sym_boolean_literal] = STATE(2884), + [sym_block] = STATE(2811), + [sym__literal] = STATE(2811), + [sym_string_literal] = STATE(2920), + [sym_raw_string_literal] = STATE(2920), + [sym_boolean_literal] = STATE(2920), [sym_line_comment] = STATE(454), [sym_block_comment] = STATE(454), - [aux_sym_function_modifiers_repeat1] = STATE(2336), + [aux_sym_function_modifiers_repeat1] = STATE(2299), [sym_identifier] = ACTIONS(1616), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), @@ -68850,73 +68919,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), + [anon_sym_BANG] = ACTIONS(1126), [anon_sym_AMP] = ACTIONS(1630), [anon_sym_GT] = ACTIONS(1672), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), [anon_sym_SQUOTE] = ACTIONS(1636), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), [anon_sym_fn] = ACTIONS(1640), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), [anon_sym_impl] = ACTIONS(1644), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), [anon_sym_dyn] = ACTIONS(1646), [anon_sym_raw] = ACTIONS(1642), [sym_integer_literal] = ACTIONS(1648), - [aux_sym_string_literal_token1] = ACTIONS(1122), + [aux_sym_string_literal_token1] = ACTIONS(1174), [sym_char_literal] = ACTIONS(1648), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), [sym_self] = ACTIONS(1650), [sym_super] = ACTIONS(1650), [sym_crate] = ACTIONS(1650), [sym_metavariable] = ACTIONS(1652), - [sym__raw_string_literal_start] = ACTIONS(1132), + [sym__raw_string_literal_start] = ACTIONS(1184), [sym_float_literal] = ACTIONS(1648), }, [STATE(455)] = { - [sym_function_modifiers] = STATE(3661), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2574), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(2574), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1606), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3584), - [sym_type_binding] = STATE(2681), - [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(3335), - [sym_scoped_type_identifier] = STATE(2278), + [sym_function_modifiers] = STATE(3541), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2517), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(2517), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1610), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3591), + [sym_type_binding] = STATE(2811), + [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(3394), + [sym_scoped_type_identifier] = STATE(2240), [sym_label] = STATE(3774), - [sym_block] = STATE(2681), - [sym__literal] = STATE(2681), - [sym_string_literal] = STATE(2884), - [sym_raw_string_literal] = STATE(2884), - [sym_boolean_literal] = STATE(2884), + [sym_block] = STATE(2811), + [sym__literal] = STATE(2811), + [sym_string_literal] = STATE(2920), + [sym_raw_string_literal] = STATE(2920), + [sym_boolean_literal] = STATE(2920), [sym_line_comment] = STATE(455), [sym_block_comment] = STATE(455), - [aux_sym_function_modifiers_repeat1] = STATE(2336), + [aux_sym_function_modifiers_repeat1] = STATE(2299), [sym_identifier] = ACTIONS(1616), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), @@ -68940,73 +69009,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), + [anon_sym_BANG] = ACTIONS(1126), [anon_sym_AMP] = ACTIONS(1630), [anon_sym_GT] = ACTIONS(1674), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), [anon_sym_SQUOTE] = ACTIONS(1636), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), [anon_sym_fn] = ACTIONS(1640), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), [anon_sym_impl] = ACTIONS(1644), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), [anon_sym_dyn] = ACTIONS(1646), [anon_sym_raw] = ACTIONS(1642), [sym_integer_literal] = ACTIONS(1648), - [aux_sym_string_literal_token1] = ACTIONS(1122), + [aux_sym_string_literal_token1] = ACTIONS(1174), [sym_char_literal] = ACTIONS(1648), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), [sym_self] = ACTIONS(1650), [sym_super] = ACTIONS(1650), [sym_crate] = ACTIONS(1650), [sym_metavariable] = ACTIONS(1652), - [sym__raw_string_literal_start] = ACTIONS(1132), + [sym__raw_string_literal_start] = ACTIONS(1184), [sym_float_literal] = ACTIONS(1648), }, [STATE(456)] = { - [sym_function_modifiers] = STATE(3661), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2574), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(2574), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1606), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3584), - [sym_type_binding] = STATE(2681), - [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(3335), - [sym_scoped_type_identifier] = STATE(2278), + [sym_function_modifiers] = STATE(3541), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2416), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(2416), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1610), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3591), + [sym_type_binding] = STATE(2588), + [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(3394), + [sym_scoped_type_identifier] = STATE(2240), [sym_label] = STATE(3774), - [sym_block] = STATE(2681), - [sym__literal] = STATE(2681), - [sym_string_literal] = STATE(2884), - [sym_raw_string_literal] = STATE(2884), - [sym_boolean_literal] = STATE(2884), + [sym_block] = STATE(2588), + [sym__literal] = STATE(2588), + [sym_string_literal] = STATE(2920), + [sym_raw_string_literal] = STATE(2920), + [sym_boolean_literal] = STATE(2920), [sym_line_comment] = STATE(456), [sym_block_comment] = STATE(456), - [aux_sym_function_modifiers_repeat1] = STATE(2336), + [aux_sym_function_modifiers_repeat1] = STATE(2299), [sym_identifier] = ACTIONS(1616), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), @@ -69030,72 +69099,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), + [anon_sym_BANG] = ACTIONS(1126), [anon_sym_AMP] = ACTIONS(1630), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), [anon_sym_SQUOTE] = ACTIONS(1636), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), [anon_sym_fn] = ACTIONS(1640), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), [anon_sym_impl] = ACTIONS(1644), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), [anon_sym_dyn] = ACTIONS(1646), [anon_sym_raw] = ACTIONS(1642), [sym_integer_literal] = ACTIONS(1648), - [aux_sym_string_literal_token1] = ACTIONS(1122), + [aux_sym_string_literal_token1] = ACTIONS(1174), [sym_char_literal] = ACTIONS(1648), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), [sym_self] = ACTIONS(1650), [sym_super] = ACTIONS(1650), [sym_crate] = ACTIONS(1650), [sym_metavariable] = ACTIONS(1652), - [sym__raw_string_literal_start] = ACTIONS(1132), + [sym__raw_string_literal_start] = ACTIONS(1184), [sym_float_literal] = ACTIONS(1648), }, [STATE(457)] = { - [sym_function_modifiers] = STATE(3661), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2476), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(2476), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1606), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3584), - [sym_type_binding] = STATE(2517), - [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(3335), - [sym_scoped_type_identifier] = STATE(2278), + [sym_function_modifiers] = STATE(3541), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2469), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(2469), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1610), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3591), + [sym_type_binding] = STATE(2538), + [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(3394), + [sym_scoped_type_identifier] = STATE(2240), [sym_label] = STATE(3774), - [sym_block] = STATE(2517), - [sym__literal] = STATE(2517), - [sym_string_literal] = STATE(2884), - [sym_raw_string_literal] = STATE(2884), - [sym_boolean_literal] = STATE(2884), + [sym_block] = STATE(2538), + [sym__literal] = STATE(2538), + [sym_string_literal] = STATE(2920), + [sym_raw_string_literal] = STATE(2920), + [sym_boolean_literal] = STATE(2920), [sym_line_comment] = STATE(457), [sym_block_comment] = STATE(457), - [aux_sym_function_modifiers_repeat1] = STATE(2336), + [aux_sym_function_modifiers_repeat1] = STATE(2299), [sym_identifier] = ACTIONS(1616), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), @@ -69119,72 +69188,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), + [anon_sym_BANG] = ACTIONS(1126), [anon_sym_AMP] = ACTIONS(1630), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), [anon_sym_SQUOTE] = ACTIONS(1636), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), [anon_sym_fn] = ACTIONS(1640), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), [anon_sym_impl] = ACTIONS(1644), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), [anon_sym_dyn] = ACTIONS(1646), [anon_sym_raw] = ACTIONS(1642), [sym_integer_literal] = ACTIONS(1648), - [aux_sym_string_literal_token1] = ACTIONS(1122), + [aux_sym_string_literal_token1] = ACTIONS(1174), [sym_char_literal] = ACTIONS(1648), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), [sym_self] = ACTIONS(1650), [sym_super] = ACTIONS(1650), [sym_crate] = ACTIONS(1650), [sym_metavariable] = ACTIONS(1652), - [sym__raw_string_literal_start] = ACTIONS(1132), + [sym__raw_string_literal_start] = ACTIONS(1184), [sym_float_literal] = ACTIONS(1648), }, [STATE(458)] = { - [sym_function_modifiers] = STATE(3661), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2477), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(2477), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1606), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3584), - [sym_type_binding] = STATE(2518), - [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(3335), - [sym_scoped_type_identifier] = STATE(2278), + [sym_function_modifiers] = STATE(3541), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2410), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(2410), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1610), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3591), + [sym_type_binding] = STATE(2576), + [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(3394), + [sym_scoped_type_identifier] = STATE(2240), [sym_label] = STATE(3774), - [sym_block] = STATE(2518), - [sym__literal] = STATE(2518), - [sym_string_literal] = STATE(2884), - [sym_raw_string_literal] = STATE(2884), - [sym_boolean_literal] = STATE(2884), + [sym_block] = STATE(2576), + [sym__literal] = STATE(2576), + [sym_string_literal] = STATE(2920), + [sym_raw_string_literal] = STATE(2920), + [sym_boolean_literal] = STATE(2920), [sym_line_comment] = STATE(458), [sym_block_comment] = STATE(458), - [aux_sym_function_modifiers_repeat1] = STATE(2336), + [aux_sym_function_modifiers_repeat1] = STATE(2299), [sym_identifier] = ACTIONS(1616), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), @@ -69208,72 +69277,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), + [anon_sym_BANG] = ACTIONS(1126), [anon_sym_AMP] = ACTIONS(1630), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), [anon_sym_SQUOTE] = ACTIONS(1636), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), [anon_sym_fn] = ACTIONS(1640), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), [anon_sym_impl] = ACTIONS(1644), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), [anon_sym_dyn] = ACTIONS(1646), [anon_sym_raw] = ACTIONS(1642), [sym_integer_literal] = ACTIONS(1648), - [aux_sym_string_literal_token1] = ACTIONS(1122), + [aux_sym_string_literal_token1] = ACTIONS(1174), [sym_char_literal] = ACTIONS(1648), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), [sym_self] = ACTIONS(1650), [sym_super] = ACTIONS(1650), [sym_crate] = ACTIONS(1650), [sym_metavariable] = ACTIONS(1652), - [sym__raw_string_literal_start] = ACTIONS(1132), + [sym__raw_string_literal_start] = ACTIONS(1184), [sym_float_literal] = ACTIONS(1648), }, [STATE(459)] = { - [sym_function_modifiers] = STATE(3661), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2442), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(2442), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1606), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3584), - [sym_type_binding] = STATE(2580), - [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(3335), - [sym_scoped_type_identifier] = STATE(2278), + [sym_function_modifiers] = STATE(3541), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2424), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(2424), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1610), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3591), + [sym_type_binding] = STATE(2531), + [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(3394), + [sym_scoped_type_identifier] = STATE(2240), [sym_label] = STATE(3774), - [sym_block] = STATE(2580), - [sym__literal] = STATE(2580), - [sym_string_literal] = STATE(2884), - [sym_raw_string_literal] = STATE(2884), - [sym_boolean_literal] = STATE(2884), + [sym_block] = STATE(2531), + [sym__literal] = STATE(2531), + [sym_string_literal] = STATE(2920), + [sym_raw_string_literal] = STATE(2920), + [sym_boolean_literal] = STATE(2920), [sym_line_comment] = STATE(459), [sym_block_comment] = STATE(459), - [aux_sym_function_modifiers_repeat1] = STATE(2336), + [aux_sym_function_modifiers_repeat1] = STATE(2299), [sym_identifier] = ACTIONS(1616), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), @@ -69297,72 +69366,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), + [anon_sym_BANG] = ACTIONS(1126), [anon_sym_AMP] = ACTIONS(1630), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), [anon_sym_SQUOTE] = ACTIONS(1636), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), [anon_sym_fn] = ACTIONS(1640), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), [anon_sym_impl] = ACTIONS(1644), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), [anon_sym_dyn] = ACTIONS(1646), [anon_sym_raw] = ACTIONS(1642), [sym_integer_literal] = ACTIONS(1648), - [aux_sym_string_literal_token1] = ACTIONS(1122), + [aux_sym_string_literal_token1] = ACTIONS(1174), [sym_char_literal] = ACTIONS(1648), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), [sym_self] = ACTIONS(1650), [sym_super] = ACTIONS(1650), [sym_crate] = ACTIONS(1650), [sym_metavariable] = ACTIONS(1652), - [sym__raw_string_literal_start] = ACTIONS(1132), + [sym__raw_string_literal_start] = ACTIONS(1184), [sym_float_literal] = ACTIONS(1648), }, [STATE(460)] = { - [sym_function_modifiers] = STATE(3661), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2433), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(2433), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1606), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3584), - [sym_type_binding] = STATE(2569), - [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(3335), - [sym_scoped_type_identifier] = STATE(2278), + [sym_function_modifiers] = STATE(3541), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2517), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(2517), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1610), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3591), + [sym_type_binding] = STATE(2811), + [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(3394), + [sym_scoped_type_identifier] = STATE(2240), [sym_label] = STATE(3774), - [sym_block] = STATE(2569), - [sym__literal] = STATE(2569), - [sym_string_literal] = STATE(2884), - [sym_raw_string_literal] = STATE(2884), - [sym_boolean_literal] = STATE(2884), + [sym_block] = STATE(2811), + [sym__literal] = STATE(2811), + [sym_string_literal] = STATE(2920), + [sym_raw_string_literal] = STATE(2920), + [sym_boolean_literal] = STATE(2920), [sym_line_comment] = STATE(460), [sym_block_comment] = STATE(460), - [aux_sym_function_modifiers_repeat1] = STATE(2336), + [aux_sym_function_modifiers_repeat1] = STATE(2299), [sym_identifier] = ACTIONS(1616), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), @@ -69386,73 +69455,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), + [anon_sym_BANG] = ACTIONS(1126), [anon_sym_AMP] = ACTIONS(1630), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), [anon_sym_SQUOTE] = ACTIONS(1636), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), [anon_sym_fn] = ACTIONS(1640), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), [anon_sym_impl] = ACTIONS(1644), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), [anon_sym_dyn] = ACTIONS(1646), [anon_sym_raw] = ACTIONS(1642), [sym_integer_literal] = ACTIONS(1648), - [aux_sym_string_literal_token1] = ACTIONS(1122), + [aux_sym_string_literal_token1] = ACTIONS(1174), [sym_char_literal] = ACTIONS(1648), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), [sym_self] = ACTIONS(1650), [sym_super] = ACTIONS(1650), [sym_crate] = ACTIONS(1650), [sym_metavariable] = ACTIONS(1652), - [sym__raw_string_literal_start] = ACTIONS(1132), + [sym__raw_string_literal_start] = ACTIONS(1184), [sym_float_literal] = ACTIONS(1648), }, [STATE(461)] = { - [sym_attribute_item] = STATE(1369), - [sym_inner_attribute_item] = STATE(1369), + [sym_attribute_item] = STATE(1206), + [sym_inner_attribute_item] = STATE(1206), [sym_bracketed_type] = STATE(3698), - [sym_generic_type] = STATE(3764), - [sym_generic_type_with_turbofish] = STATE(3419), - [sym_macro_invocation] = STATE(2942), - [sym_scoped_identifier] = STATE(2248), - [sym_scoped_type_identifier] = STATE(3103), - [sym_match_arm] = STATE(1370), - [sym_last_match_arm] = STATE(3746), - [sym_match_pattern] = STATE(3790), - [sym_const_block] = STATE(2942), - [sym__pattern] = STATE(3188), - [sym_generic_pattern] = STATE(2942), - [sym_tuple_pattern] = STATE(2942), - [sym_slice_pattern] = STATE(2942), - [sym_tuple_struct_pattern] = STATE(2942), - [sym_struct_pattern] = STATE(2942), - [sym_remaining_field_pattern] = STATE(2942), - [sym_mut_pattern] = STATE(2942), - [sym_range_pattern] = STATE(2942), - [sym_ref_pattern] = STATE(2942), - [sym_captured_pattern] = STATE(2942), - [sym_reference_pattern] = STATE(2942), - [sym_or_pattern] = STATE(2942), - [sym__literal_pattern] = STATE(2447), - [sym_negative_literal] = STATE(2441), - [sym_string_literal] = STATE(2441), - [sym_raw_string_literal] = STATE(2441), - [sym_boolean_literal] = STATE(2441), + [sym_generic_type] = STATE(3513), + [sym_generic_type_with_turbofish] = STATE(3435), + [sym_macro_invocation] = STATE(2935), + [sym_scoped_identifier] = STATE(2252), + [sym_scoped_type_identifier] = STATE(3061), + [sym_match_arm] = STATE(1219), + [sym_last_match_arm] = STATE(3503), + [sym_match_pattern] = STATE(3678), + [sym_const_block] = STATE(2935), + [sym__pattern] = STATE(3153), + [sym_generic_pattern] = STATE(2935), + [sym_tuple_pattern] = STATE(2935), + [sym_slice_pattern] = STATE(2935), + [sym_tuple_struct_pattern] = STATE(2935), + [sym_struct_pattern] = STATE(2935), + [sym_remaining_field_pattern] = STATE(2935), + [sym_mut_pattern] = STATE(2935), + [sym_range_pattern] = STATE(2935), + [sym_ref_pattern] = STATE(2935), + [sym_captured_pattern] = STATE(2935), + [sym_reference_pattern] = STATE(2935), + [sym_or_pattern] = STATE(2935), + [sym__literal_pattern] = STATE(2490), + [sym_negative_literal] = STATE(2411), + [sym_string_literal] = STATE(2411), + [sym_raw_string_literal] = STATE(2411), + [sym_boolean_literal] = STATE(2411), [sym_line_comment] = STATE(461), [sym_block_comment] = STATE(461), - [aux_sym_match_block_repeat1] = STATE(466), - [aux_sym_match_arm_repeat1] = STATE(616), + [aux_sym_match_block_repeat1] = STATE(470), + [aux_sym_match_arm_repeat1] = STATE(692), [sym_identifier] = ACTIONS(1676), [anon_sym_LPAREN] = ACTIONS(1678), [anon_sym_LBRACK] = ACTIONS(1680), @@ -69505,40 +69574,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(1710), }, [STATE(462)] = { - [sym_attribute_item] = STATE(1369), - [sym_inner_attribute_item] = STATE(1369), + [sym_attribute_item] = STATE(1206), + [sym_inner_attribute_item] = STATE(1206), [sym_bracketed_type] = STATE(3698), - [sym_generic_type] = STATE(3764), - [sym_generic_type_with_turbofish] = STATE(3419), - [sym_macro_invocation] = STATE(2942), - [sym_scoped_identifier] = STATE(2248), - [sym_scoped_type_identifier] = STATE(3103), - [sym_match_arm] = STATE(1370), - [sym_last_match_arm] = STATE(3604), - [sym_match_pattern] = STATE(3790), - [sym_const_block] = STATE(2942), - [sym__pattern] = STATE(3188), - [sym_generic_pattern] = STATE(2942), - [sym_tuple_pattern] = STATE(2942), - [sym_slice_pattern] = STATE(2942), - [sym_tuple_struct_pattern] = STATE(2942), - [sym_struct_pattern] = STATE(2942), - [sym_remaining_field_pattern] = STATE(2942), - [sym_mut_pattern] = STATE(2942), - [sym_range_pattern] = STATE(2942), - [sym_ref_pattern] = STATE(2942), - [sym_captured_pattern] = STATE(2942), - [sym_reference_pattern] = STATE(2942), - [sym_or_pattern] = STATE(2942), - [sym__literal_pattern] = STATE(2447), - [sym_negative_literal] = STATE(2441), - [sym_string_literal] = STATE(2441), - [sym_raw_string_literal] = STATE(2441), - [sym_boolean_literal] = STATE(2441), + [sym_generic_type] = STATE(3513), + [sym_generic_type_with_turbofish] = STATE(3435), + [sym_macro_invocation] = STATE(2935), + [sym_scoped_identifier] = STATE(2252), + [sym_scoped_type_identifier] = STATE(3061), + [sym_match_arm] = STATE(1219), + [sym_last_match_arm] = STATE(3501), + [sym_match_pattern] = STATE(3678), + [sym_const_block] = STATE(2935), + [sym__pattern] = STATE(3153), + [sym_generic_pattern] = STATE(2935), + [sym_tuple_pattern] = STATE(2935), + [sym_slice_pattern] = STATE(2935), + [sym_tuple_struct_pattern] = STATE(2935), + [sym_struct_pattern] = STATE(2935), + [sym_remaining_field_pattern] = STATE(2935), + [sym_mut_pattern] = STATE(2935), + [sym_range_pattern] = STATE(2935), + [sym_ref_pattern] = STATE(2935), + [sym_captured_pattern] = STATE(2935), + [sym_reference_pattern] = STATE(2935), + [sym_or_pattern] = STATE(2935), + [sym__literal_pattern] = STATE(2490), + [sym_negative_literal] = STATE(2411), + [sym_string_literal] = STATE(2411), + [sym_raw_string_literal] = STATE(2411), + [sym_boolean_literal] = STATE(2411), [sym_line_comment] = STATE(462), [sym_block_comment] = STATE(462), - [aux_sym_match_block_repeat1] = STATE(467), - [aux_sym_match_arm_repeat1] = STATE(616), + [aux_sym_match_block_repeat1] = STATE(468), + [aux_sym_match_arm_repeat1] = STATE(692), [sym_identifier] = ACTIONS(1676), [anon_sym_LPAREN] = ACTIONS(1678), [anon_sym_LBRACK] = ACTIONS(1680), @@ -69591,126 +69660,126 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(1710), }, [STATE(463)] = { - [sym_else_clause] = STATE(483), + [sym_else_clause] = STATE(496), [sym_line_comment] = STATE(463), [sym_block_comment] = STATE(463), - [sym_identifier] = ACTIONS(1412), - [anon_sym_LPAREN] = ACTIONS(1410), - [anon_sym_LBRACK] = ACTIONS(1410), - [anon_sym_RBRACE] = ACTIONS(1410), - [anon_sym_PLUS] = ACTIONS(1412), - [anon_sym_STAR] = ACTIONS(1412), - [anon_sym_QMARK] = ACTIONS(1410), - [anon_sym_u8] = ACTIONS(1412), - [anon_sym_i8] = ACTIONS(1412), - [anon_sym_u16] = ACTIONS(1412), - [anon_sym_i16] = ACTIONS(1412), - [anon_sym_u32] = ACTIONS(1412), - [anon_sym_i32] = ACTIONS(1412), - [anon_sym_u64] = ACTIONS(1412), - [anon_sym_i64] = ACTIONS(1412), - [anon_sym_u128] = ACTIONS(1412), - [anon_sym_i128] = ACTIONS(1412), - [anon_sym_isize] = ACTIONS(1412), - [anon_sym_usize] = ACTIONS(1412), - [anon_sym_f32] = ACTIONS(1412), - [anon_sym_f64] = ACTIONS(1412), - [anon_sym_bool] = ACTIONS(1412), - [anon_sym_str] = ACTIONS(1412), - [anon_sym_char] = ACTIONS(1412), - [anon_sym_DASH] = ACTIONS(1412), - [anon_sym_SLASH] = ACTIONS(1412), - [anon_sym_PERCENT] = ACTIONS(1412), - [anon_sym_CARET] = ACTIONS(1412), - [anon_sym_AMP] = ACTIONS(1412), - [anon_sym_PIPE] = ACTIONS(1412), - [anon_sym_AMP_AMP] = ACTIONS(1410), - [anon_sym_PIPE_PIPE] = ACTIONS(1410), - [anon_sym_LT_LT] = ACTIONS(1412), - [anon_sym_GT_GT] = ACTIONS(1412), - [anon_sym_PLUS_EQ] = ACTIONS(1410), - [anon_sym_DASH_EQ] = ACTIONS(1410), - [anon_sym_STAR_EQ] = ACTIONS(1410), - [anon_sym_SLASH_EQ] = ACTIONS(1410), - [anon_sym_PERCENT_EQ] = ACTIONS(1410), - [anon_sym_CARET_EQ] = ACTIONS(1410), - [anon_sym_AMP_EQ] = ACTIONS(1410), - [anon_sym_PIPE_EQ] = ACTIONS(1410), - [anon_sym_LT_LT_EQ] = ACTIONS(1410), - [anon_sym_GT_GT_EQ] = ACTIONS(1410), - [anon_sym_EQ] = ACTIONS(1412), - [anon_sym_EQ_EQ] = ACTIONS(1410), - [anon_sym_BANG_EQ] = ACTIONS(1410), - [anon_sym_GT] = ACTIONS(1412), - [anon_sym_LT] = ACTIONS(1412), - [anon_sym_GT_EQ] = ACTIONS(1410), - [anon_sym_LT_EQ] = ACTIONS(1410), - [anon_sym__] = ACTIONS(1412), - [anon_sym_DOT] = ACTIONS(1412), - [anon_sym_DOT_DOT] = ACTIONS(1412), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1410), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1410), - [anon_sym_COMMA] = ACTIONS(1410), - [anon_sym_COLON_COLON] = ACTIONS(1410), - [anon_sym_POUND] = ACTIONS(1410), - [anon_sym_as] = ACTIONS(1412), - [anon_sym_const] = ACTIONS(1412), - [anon_sym_default] = ACTIONS(1412), - [anon_sym_gen] = ACTIONS(1412), - [anon_sym_union] = ACTIONS(1412), - [anon_sym_ref] = ACTIONS(1412), + [sym_identifier] = ACTIONS(1434), + [anon_sym_LPAREN] = ACTIONS(1432), + [anon_sym_LBRACK] = ACTIONS(1432), + [anon_sym_RBRACE] = ACTIONS(1432), + [anon_sym_PLUS] = ACTIONS(1434), + [anon_sym_STAR] = ACTIONS(1434), + [anon_sym_QMARK] = ACTIONS(1432), + [anon_sym_u8] = ACTIONS(1434), + [anon_sym_i8] = ACTIONS(1434), + [anon_sym_u16] = ACTIONS(1434), + [anon_sym_i16] = ACTIONS(1434), + [anon_sym_u32] = ACTIONS(1434), + [anon_sym_i32] = ACTIONS(1434), + [anon_sym_u64] = ACTIONS(1434), + [anon_sym_i64] = ACTIONS(1434), + [anon_sym_u128] = ACTIONS(1434), + [anon_sym_i128] = ACTIONS(1434), + [anon_sym_isize] = ACTIONS(1434), + [anon_sym_usize] = ACTIONS(1434), + [anon_sym_f32] = ACTIONS(1434), + [anon_sym_f64] = ACTIONS(1434), + [anon_sym_bool] = ACTIONS(1434), + [anon_sym_str] = ACTIONS(1434), + [anon_sym_char] = ACTIONS(1434), + [anon_sym_DASH] = ACTIONS(1434), + [anon_sym_SLASH] = ACTIONS(1434), + [anon_sym_PERCENT] = ACTIONS(1434), + [anon_sym_CARET] = ACTIONS(1434), + [anon_sym_AMP] = ACTIONS(1434), + [anon_sym_PIPE] = ACTIONS(1434), + [anon_sym_AMP_AMP] = ACTIONS(1432), + [anon_sym_PIPE_PIPE] = ACTIONS(1432), + [anon_sym_LT_LT] = ACTIONS(1434), + [anon_sym_GT_GT] = ACTIONS(1434), + [anon_sym_PLUS_EQ] = ACTIONS(1432), + [anon_sym_DASH_EQ] = ACTIONS(1432), + [anon_sym_STAR_EQ] = ACTIONS(1432), + [anon_sym_SLASH_EQ] = ACTIONS(1432), + [anon_sym_PERCENT_EQ] = ACTIONS(1432), + [anon_sym_CARET_EQ] = ACTIONS(1432), + [anon_sym_AMP_EQ] = ACTIONS(1432), + [anon_sym_PIPE_EQ] = ACTIONS(1432), + [anon_sym_LT_LT_EQ] = ACTIONS(1432), + [anon_sym_GT_GT_EQ] = ACTIONS(1432), + [anon_sym_EQ] = ACTIONS(1434), + [anon_sym_EQ_EQ] = ACTIONS(1432), + [anon_sym_BANG_EQ] = ACTIONS(1432), + [anon_sym_GT] = ACTIONS(1434), + [anon_sym_LT] = ACTIONS(1434), + [anon_sym_GT_EQ] = ACTIONS(1432), + [anon_sym_LT_EQ] = ACTIONS(1432), + [anon_sym__] = ACTIONS(1434), + [anon_sym_DOT] = ACTIONS(1434), + [anon_sym_DOT_DOT] = ACTIONS(1434), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1432), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1432), + [anon_sym_COMMA] = ACTIONS(1432), + [anon_sym_COLON_COLON] = ACTIONS(1432), + [anon_sym_POUND] = ACTIONS(1432), + [anon_sym_as] = ACTIONS(1434), + [anon_sym_const] = ACTIONS(1434), + [anon_sym_default] = ACTIONS(1434), + [anon_sym_gen] = ACTIONS(1434), + [anon_sym_union] = ACTIONS(1434), + [anon_sym_ref] = ACTIONS(1434), [anon_sym_else] = ACTIONS(1724), - [sym_mutable_specifier] = ACTIONS(1412), - [anon_sym_raw] = ACTIONS(1412), - [sym_integer_literal] = ACTIONS(1410), - [aux_sym_string_literal_token1] = ACTIONS(1410), - [sym_char_literal] = ACTIONS(1410), - [anon_sym_true] = ACTIONS(1412), - [anon_sym_false] = ACTIONS(1412), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1412), - [sym_super] = ACTIONS(1412), - [sym_crate] = ACTIONS(1412), - [sym_metavariable] = ACTIONS(1410), - [sym__raw_string_literal_start] = ACTIONS(1410), - [sym_float_literal] = ACTIONS(1410), + [sym_mutable_specifier] = ACTIONS(1434), + [anon_sym_raw] = ACTIONS(1434), + [sym_integer_literal] = ACTIONS(1432), + [aux_sym_string_literal_token1] = ACTIONS(1432), + [sym_char_literal] = ACTIONS(1432), + [anon_sym_true] = ACTIONS(1434), + [anon_sym_false] = ACTIONS(1434), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1434), + [sym_super] = ACTIONS(1434), + [sym_crate] = ACTIONS(1434), + [sym_metavariable] = ACTIONS(1432), + [sym__raw_string_literal_start] = ACTIONS(1432), + [sym_float_literal] = ACTIONS(1432), }, [STATE(464)] = { - [sym_attribute_item] = STATE(1369), - [sym_inner_attribute_item] = STATE(1369), + [sym_attribute_item] = STATE(1206), + [sym_inner_attribute_item] = STATE(1206), [sym_bracketed_type] = STATE(3698), - [sym_generic_type] = STATE(3764), - [sym_generic_type_with_turbofish] = STATE(3419), - [sym_macro_invocation] = STATE(2942), - [sym_scoped_identifier] = STATE(2248), - [sym_scoped_type_identifier] = STATE(3103), - [sym_match_arm] = STATE(1370), - [sym_last_match_arm] = STATE(3643), - [sym_match_pattern] = STATE(3790), - [sym_const_block] = STATE(2942), - [sym__pattern] = STATE(3188), - [sym_generic_pattern] = STATE(2942), - [sym_tuple_pattern] = STATE(2942), - [sym_slice_pattern] = STATE(2942), - [sym_tuple_struct_pattern] = STATE(2942), - [sym_struct_pattern] = STATE(2942), - [sym_remaining_field_pattern] = STATE(2942), - [sym_mut_pattern] = STATE(2942), - [sym_range_pattern] = STATE(2942), - [sym_ref_pattern] = STATE(2942), - [sym_captured_pattern] = STATE(2942), - [sym_reference_pattern] = STATE(2942), - [sym_or_pattern] = STATE(2942), - [sym__literal_pattern] = STATE(2447), - [sym_negative_literal] = STATE(2441), - [sym_string_literal] = STATE(2441), - [sym_raw_string_literal] = STATE(2441), - [sym_boolean_literal] = STATE(2441), + [sym_generic_type] = STATE(3513), + [sym_generic_type_with_turbofish] = STATE(3435), + [sym_macro_invocation] = STATE(2935), + [sym_scoped_identifier] = STATE(2252), + [sym_scoped_type_identifier] = STATE(3061), + [sym_match_arm] = STATE(1219), + [sym_last_match_arm] = STATE(3535), + [sym_match_pattern] = STATE(3678), + [sym_const_block] = STATE(2935), + [sym__pattern] = STATE(3153), + [sym_generic_pattern] = STATE(2935), + [sym_tuple_pattern] = STATE(2935), + [sym_slice_pattern] = STATE(2935), + [sym_tuple_struct_pattern] = STATE(2935), + [sym_struct_pattern] = STATE(2935), + [sym_remaining_field_pattern] = STATE(2935), + [sym_mut_pattern] = STATE(2935), + [sym_range_pattern] = STATE(2935), + [sym_ref_pattern] = STATE(2935), + [sym_captured_pattern] = STATE(2935), + [sym_reference_pattern] = STATE(2935), + [sym_or_pattern] = STATE(2935), + [sym__literal_pattern] = STATE(2490), + [sym_negative_literal] = STATE(2411), + [sym_string_literal] = STATE(2411), + [sym_raw_string_literal] = STATE(2411), + [sym_boolean_literal] = STATE(2411), [sym_line_comment] = STATE(464), [sym_block_comment] = STATE(464), - [aux_sym_match_block_repeat1] = STATE(474), - [aux_sym_match_arm_repeat1] = STATE(616), + [aux_sym_match_block_repeat1] = STATE(471), + [aux_sym_match_arm_repeat1] = STATE(692), [sym_identifier] = ACTIONS(1676), [anon_sym_LPAREN] = ACTIONS(1678), [anon_sym_LBRACK] = ACTIONS(1680), @@ -69763,40 +69832,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(1710), }, [STATE(465)] = { - [sym_attribute_item] = STATE(1369), - [sym_inner_attribute_item] = STATE(1369), + [sym_attribute_item] = STATE(1206), + [sym_inner_attribute_item] = STATE(1206), [sym_bracketed_type] = STATE(3698), - [sym_generic_type] = STATE(3764), - [sym_generic_type_with_turbofish] = STATE(3419), - [sym_macro_invocation] = STATE(2942), - [sym_scoped_identifier] = STATE(2248), - [sym_scoped_type_identifier] = STATE(3103), - [sym_match_arm] = STATE(1370), - [sym_last_match_arm] = STATE(3787), - [sym_match_pattern] = STATE(3790), - [sym_const_block] = STATE(2942), - [sym__pattern] = STATE(3188), - [sym_generic_pattern] = STATE(2942), - [sym_tuple_pattern] = STATE(2942), - [sym_slice_pattern] = STATE(2942), - [sym_tuple_struct_pattern] = STATE(2942), - [sym_struct_pattern] = STATE(2942), - [sym_remaining_field_pattern] = STATE(2942), - [sym_mut_pattern] = STATE(2942), - [sym_range_pattern] = STATE(2942), - [sym_ref_pattern] = STATE(2942), - [sym_captured_pattern] = STATE(2942), - [sym_reference_pattern] = STATE(2942), - [sym_or_pattern] = STATE(2942), - [sym__literal_pattern] = STATE(2447), - [sym_negative_literal] = STATE(2441), - [sym_string_literal] = STATE(2441), - [sym_raw_string_literal] = STATE(2441), - [sym_boolean_literal] = STATE(2441), + [sym_generic_type] = STATE(3513), + [sym_generic_type_with_turbofish] = STATE(3435), + [sym_macro_invocation] = STATE(2935), + [sym_scoped_identifier] = STATE(2252), + [sym_scoped_type_identifier] = STATE(3061), + [sym_match_arm] = STATE(1219), + [sym_last_match_arm] = STATE(3644), + [sym_match_pattern] = STATE(3678), + [sym_const_block] = STATE(2935), + [sym__pattern] = STATE(3153), + [sym_generic_pattern] = STATE(2935), + [sym_tuple_pattern] = STATE(2935), + [sym_slice_pattern] = STATE(2935), + [sym_tuple_struct_pattern] = STATE(2935), + [sym_struct_pattern] = STATE(2935), + [sym_remaining_field_pattern] = STATE(2935), + [sym_mut_pattern] = STATE(2935), + [sym_range_pattern] = STATE(2935), + [sym_ref_pattern] = STATE(2935), + [sym_captured_pattern] = STATE(2935), + [sym_reference_pattern] = STATE(2935), + [sym_or_pattern] = STATE(2935), + [sym__literal_pattern] = STATE(2490), + [sym_negative_literal] = STATE(2411), + [sym_string_literal] = STATE(2411), + [sym_raw_string_literal] = STATE(2411), + [sym_boolean_literal] = STATE(2411), [sym_line_comment] = STATE(465), [sym_block_comment] = STATE(465), - [aux_sym_match_block_repeat1] = STATE(468), - [aux_sym_match_arm_repeat1] = STATE(616), + [aux_sym_match_block_repeat1] = STATE(473), + [aux_sym_match_arm_repeat1] = STATE(692), [sym_identifier] = ACTIONS(1676), [anon_sym_LPAREN] = ACTIONS(1678), [anon_sym_LBRACK] = ACTIONS(1680), @@ -69849,210 +69918,210 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(1710), }, [STATE(466)] = { - [sym_attribute_item] = STATE(1369), - [sym_inner_attribute_item] = STATE(1369), - [sym_bracketed_type] = STATE(3698), - [sym_generic_type] = STATE(3764), - [sym_generic_type_with_turbofish] = STATE(3419), - [sym_macro_invocation] = STATE(2942), - [sym_scoped_identifier] = STATE(2248), - [sym_scoped_type_identifier] = STATE(3103), - [sym_match_arm] = STATE(1370), - [sym_last_match_arm] = STATE(3784), - [sym_match_pattern] = STATE(3790), - [sym_const_block] = STATE(2942), - [sym__pattern] = STATE(3188), - [sym_generic_pattern] = STATE(2942), - [sym_tuple_pattern] = STATE(2942), - [sym_slice_pattern] = STATE(2942), - [sym_tuple_struct_pattern] = STATE(2942), - [sym_struct_pattern] = STATE(2942), - [sym_remaining_field_pattern] = STATE(2942), - [sym_mut_pattern] = STATE(2942), - [sym_range_pattern] = STATE(2942), - [sym_ref_pattern] = STATE(2942), - [sym_captured_pattern] = STATE(2942), - [sym_reference_pattern] = STATE(2942), - [sym_or_pattern] = STATE(2942), - [sym__literal_pattern] = STATE(2447), - [sym_negative_literal] = STATE(2441), - [sym_string_literal] = STATE(2441), - [sym_raw_string_literal] = STATE(2441), - [sym_boolean_literal] = STATE(2441), [sym_line_comment] = STATE(466), [sym_block_comment] = STATE(466), - [aux_sym_match_block_repeat1] = STATE(486), - [aux_sym_match_arm_repeat1] = STATE(616), - [sym_identifier] = ACTIONS(1676), - [anon_sym_LPAREN] = ACTIONS(1678), - [anon_sym_LBRACK] = ACTIONS(1680), - [anon_sym_u8] = ACTIONS(1684), - [anon_sym_i8] = ACTIONS(1684), - [anon_sym_u16] = ACTIONS(1684), - [anon_sym_i16] = ACTIONS(1684), - [anon_sym_u32] = ACTIONS(1684), - [anon_sym_i32] = ACTIONS(1684), - [anon_sym_u64] = ACTIONS(1684), - [anon_sym_i64] = ACTIONS(1684), - [anon_sym_u128] = ACTIONS(1684), - [anon_sym_i128] = ACTIONS(1684), - [anon_sym_isize] = ACTIONS(1684), - [anon_sym_usize] = ACTIONS(1684), - [anon_sym_f32] = ACTIONS(1684), - [anon_sym_f64] = ACTIONS(1684), - [anon_sym_bool] = ACTIONS(1684), - [anon_sym_str] = ACTIONS(1684), - [anon_sym_char] = ACTIONS(1684), - [anon_sym_DASH] = ACTIONS(1686), - [anon_sym_AMP] = ACTIONS(1688), - [anon_sym_PIPE] = ACTIONS(1690), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1692), - [anon_sym_DOT_DOT] = ACTIONS(1694), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1696), - [anon_sym_COLON_COLON] = ACTIONS(1698), - [anon_sym_POUND] = ACTIONS(1700), - [anon_sym_const] = ACTIONS(1702), - [anon_sym_default] = ACTIONS(1704), - [anon_sym_gen] = ACTIONS(1704), - [anon_sym_union] = ACTIONS(1704), - [anon_sym_ref] = ACTIONS(1706), - [sym_mutable_specifier] = ACTIONS(1708), - [anon_sym_raw] = ACTIONS(1704), - [sym_integer_literal] = ACTIONS(1710), - [aux_sym_string_literal_token1] = ACTIONS(1712), - [sym_char_literal] = ACTIONS(1710), - [anon_sym_true] = ACTIONS(1714), - [anon_sym_false] = ACTIONS(1714), + [sym_identifier] = ACTIONS(1440), + [anon_sym_LPAREN] = ACTIONS(1438), + [anon_sym_LBRACK] = ACTIONS(1438), + [anon_sym_RBRACE] = ACTIONS(1438), + [anon_sym_PLUS] = ACTIONS(1440), + [anon_sym_STAR] = ACTIONS(1440), + [anon_sym_QMARK] = ACTIONS(1438), + [anon_sym_u8] = ACTIONS(1440), + [anon_sym_i8] = ACTIONS(1440), + [anon_sym_u16] = ACTIONS(1440), + [anon_sym_i16] = ACTIONS(1440), + [anon_sym_u32] = ACTIONS(1440), + [anon_sym_i32] = ACTIONS(1440), + [anon_sym_u64] = ACTIONS(1440), + [anon_sym_i64] = ACTIONS(1440), + [anon_sym_u128] = ACTIONS(1440), + [anon_sym_i128] = ACTIONS(1440), + [anon_sym_isize] = ACTIONS(1440), + [anon_sym_usize] = ACTIONS(1440), + [anon_sym_f32] = ACTIONS(1440), + [anon_sym_f64] = ACTIONS(1440), + [anon_sym_bool] = ACTIONS(1440), + [anon_sym_str] = ACTIONS(1440), + [anon_sym_char] = ACTIONS(1440), + [anon_sym_DASH] = ACTIONS(1440), + [anon_sym_SLASH] = ACTIONS(1440), + [anon_sym_PERCENT] = ACTIONS(1440), + [anon_sym_CARET] = ACTIONS(1440), + [anon_sym_AMP] = ACTIONS(1440), + [anon_sym_PIPE] = ACTIONS(1440), + [anon_sym_AMP_AMP] = ACTIONS(1438), + [anon_sym_PIPE_PIPE] = ACTIONS(1438), + [anon_sym_LT_LT] = ACTIONS(1440), + [anon_sym_GT_GT] = ACTIONS(1440), + [anon_sym_PLUS_EQ] = ACTIONS(1438), + [anon_sym_DASH_EQ] = ACTIONS(1438), + [anon_sym_STAR_EQ] = ACTIONS(1438), + [anon_sym_SLASH_EQ] = ACTIONS(1438), + [anon_sym_PERCENT_EQ] = ACTIONS(1438), + [anon_sym_CARET_EQ] = ACTIONS(1438), + [anon_sym_AMP_EQ] = ACTIONS(1438), + [anon_sym_PIPE_EQ] = ACTIONS(1438), + [anon_sym_LT_LT_EQ] = ACTIONS(1438), + [anon_sym_GT_GT_EQ] = ACTIONS(1438), + [anon_sym_EQ] = ACTIONS(1440), + [anon_sym_EQ_EQ] = ACTIONS(1438), + [anon_sym_BANG_EQ] = ACTIONS(1438), + [anon_sym_GT] = ACTIONS(1440), + [anon_sym_LT] = ACTIONS(1440), + [anon_sym_GT_EQ] = ACTIONS(1438), + [anon_sym_LT_EQ] = ACTIONS(1438), + [anon_sym__] = ACTIONS(1440), + [anon_sym_DOT] = ACTIONS(1440), + [anon_sym_DOT_DOT] = ACTIONS(1440), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1438), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1438), + [anon_sym_COMMA] = ACTIONS(1438), + [anon_sym_COLON_COLON] = ACTIONS(1438), + [anon_sym_POUND] = ACTIONS(1438), + [anon_sym_as] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_gen] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_ref] = ACTIONS(1440), + [anon_sym_else] = ACTIONS(1440), + [sym_mutable_specifier] = ACTIONS(1440), + [anon_sym_raw] = ACTIONS(1440), + [sym_integer_literal] = ACTIONS(1438), + [aux_sym_string_literal_token1] = ACTIONS(1438), + [sym_char_literal] = ACTIONS(1438), + [anon_sym_true] = ACTIONS(1440), + [anon_sym_false] = ACTIONS(1440), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1716), - [sym_super] = ACTIONS(1716), - [sym_crate] = ACTIONS(1716), - [sym_metavariable] = ACTIONS(1718), - [sym__raw_string_literal_start] = ACTIONS(1720), - [sym_float_literal] = ACTIONS(1710), + [sym_self] = ACTIONS(1440), + [sym_super] = ACTIONS(1440), + [sym_crate] = ACTIONS(1440), + [sym_metavariable] = ACTIONS(1438), + [sym__raw_string_literal_start] = ACTIONS(1438), + [sym_float_literal] = ACTIONS(1438), }, [STATE(467)] = { - [sym_attribute_item] = STATE(1369), - [sym_inner_attribute_item] = STATE(1369), - [sym_bracketed_type] = STATE(3698), - [sym_generic_type] = STATE(3764), - [sym_generic_type_with_turbofish] = STATE(3419), - [sym_macro_invocation] = STATE(2942), - [sym_scoped_identifier] = STATE(2248), - [sym_scoped_type_identifier] = STATE(3103), - [sym_match_arm] = STATE(1370), - [sym_last_match_arm] = STATE(3751), - [sym_match_pattern] = STATE(3790), - [sym_const_block] = STATE(2942), - [sym__pattern] = STATE(3188), - [sym_generic_pattern] = STATE(2942), - [sym_tuple_pattern] = STATE(2942), - [sym_slice_pattern] = STATE(2942), - [sym_tuple_struct_pattern] = STATE(2942), - [sym_struct_pattern] = STATE(2942), - [sym_remaining_field_pattern] = STATE(2942), - [sym_mut_pattern] = STATE(2942), - [sym_range_pattern] = STATE(2942), - [sym_ref_pattern] = STATE(2942), - [sym_captured_pattern] = STATE(2942), - [sym_reference_pattern] = STATE(2942), - [sym_or_pattern] = STATE(2942), - [sym__literal_pattern] = STATE(2447), - [sym_negative_literal] = STATE(2441), - [sym_string_literal] = STATE(2441), - [sym_raw_string_literal] = STATE(2441), - [sym_boolean_literal] = STATE(2441), [sym_line_comment] = STATE(467), [sym_block_comment] = STATE(467), - [aux_sym_match_block_repeat1] = STATE(486), - [aux_sym_match_arm_repeat1] = STATE(616), - [sym_identifier] = ACTIONS(1676), - [anon_sym_LPAREN] = ACTIONS(1678), - [anon_sym_LBRACK] = ACTIONS(1680), - [anon_sym_u8] = ACTIONS(1684), - [anon_sym_i8] = ACTIONS(1684), - [anon_sym_u16] = ACTIONS(1684), - [anon_sym_i16] = ACTIONS(1684), - [anon_sym_u32] = ACTIONS(1684), - [anon_sym_i32] = ACTIONS(1684), - [anon_sym_u64] = ACTIONS(1684), - [anon_sym_i64] = ACTIONS(1684), - [anon_sym_u128] = ACTIONS(1684), - [anon_sym_i128] = ACTIONS(1684), - [anon_sym_isize] = ACTIONS(1684), - [anon_sym_usize] = ACTIONS(1684), - [anon_sym_f32] = ACTIONS(1684), - [anon_sym_f64] = ACTIONS(1684), - [anon_sym_bool] = ACTIONS(1684), - [anon_sym_str] = ACTIONS(1684), - [anon_sym_char] = ACTIONS(1684), - [anon_sym_DASH] = ACTIONS(1686), - [anon_sym_AMP] = ACTIONS(1688), - [anon_sym_PIPE] = ACTIONS(1690), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1692), - [anon_sym_DOT_DOT] = ACTIONS(1694), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1696), - [anon_sym_COLON_COLON] = ACTIONS(1698), - [anon_sym_POUND] = ACTIONS(1700), - [anon_sym_const] = ACTIONS(1702), - [anon_sym_default] = ACTIONS(1704), - [anon_sym_gen] = ACTIONS(1704), - [anon_sym_union] = ACTIONS(1704), - [anon_sym_ref] = ACTIONS(1706), - [sym_mutable_specifier] = ACTIONS(1708), - [anon_sym_raw] = ACTIONS(1704), - [sym_integer_literal] = ACTIONS(1710), - [aux_sym_string_literal_token1] = ACTIONS(1712), - [sym_char_literal] = ACTIONS(1710), - [anon_sym_true] = ACTIONS(1714), - [anon_sym_false] = ACTIONS(1714), + [sym_identifier] = ACTIONS(1456), + [anon_sym_LPAREN] = ACTIONS(1454), + [anon_sym_LBRACK] = ACTIONS(1454), + [anon_sym_RBRACE] = ACTIONS(1454), + [anon_sym_PLUS] = ACTIONS(1456), + [anon_sym_STAR] = ACTIONS(1456), + [anon_sym_QMARK] = ACTIONS(1454), + [anon_sym_u8] = ACTIONS(1456), + [anon_sym_i8] = ACTIONS(1456), + [anon_sym_u16] = ACTIONS(1456), + [anon_sym_i16] = ACTIONS(1456), + [anon_sym_u32] = ACTIONS(1456), + [anon_sym_i32] = ACTIONS(1456), + [anon_sym_u64] = ACTIONS(1456), + [anon_sym_i64] = ACTIONS(1456), + [anon_sym_u128] = ACTIONS(1456), + [anon_sym_i128] = ACTIONS(1456), + [anon_sym_isize] = ACTIONS(1456), + [anon_sym_usize] = ACTIONS(1456), + [anon_sym_f32] = ACTIONS(1456), + [anon_sym_f64] = ACTIONS(1456), + [anon_sym_bool] = ACTIONS(1456), + [anon_sym_str] = ACTIONS(1456), + [anon_sym_char] = ACTIONS(1456), + [anon_sym_DASH] = ACTIONS(1456), + [anon_sym_SLASH] = ACTIONS(1456), + [anon_sym_PERCENT] = ACTIONS(1456), + [anon_sym_CARET] = ACTIONS(1456), + [anon_sym_AMP] = ACTIONS(1456), + [anon_sym_PIPE] = ACTIONS(1456), + [anon_sym_AMP_AMP] = ACTIONS(1454), + [anon_sym_PIPE_PIPE] = ACTIONS(1454), + [anon_sym_LT_LT] = ACTIONS(1456), + [anon_sym_GT_GT] = ACTIONS(1456), + [anon_sym_PLUS_EQ] = ACTIONS(1454), + [anon_sym_DASH_EQ] = ACTIONS(1454), + [anon_sym_STAR_EQ] = ACTIONS(1454), + [anon_sym_SLASH_EQ] = ACTIONS(1454), + [anon_sym_PERCENT_EQ] = ACTIONS(1454), + [anon_sym_CARET_EQ] = ACTIONS(1454), + [anon_sym_AMP_EQ] = ACTIONS(1454), + [anon_sym_PIPE_EQ] = ACTIONS(1454), + [anon_sym_LT_LT_EQ] = ACTIONS(1454), + [anon_sym_GT_GT_EQ] = ACTIONS(1454), + [anon_sym_EQ] = ACTIONS(1456), + [anon_sym_EQ_EQ] = ACTIONS(1454), + [anon_sym_BANG_EQ] = ACTIONS(1454), + [anon_sym_GT] = ACTIONS(1456), + [anon_sym_LT] = ACTIONS(1456), + [anon_sym_GT_EQ] = ACTIONS(1454), + [anon_sym_LT_EQ] = ACTIONS(1454), + [anon_sym__] = ACTIONS(1456), + [anon_sym_DOT] = ACTIONS(1456), + [anon_sym_DOT_DOT] = ACTIONS(1456), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1454), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1454), + [anon_sym_COMMA] = ACTIONS(1454), + [anon_sym_COLON_COLON] = ACTIONS(1454), + [anon_sym_POUND] = ACTIONS(1454), + [anon_sym_as] = ACTIONS(1456), + [anon_sym_const] = ACTIONS(1456), + [anon_sym_default] = ACTIONS(1456), + [anon_sym_gen] = ACTIONS(1456), + [anon_sym_union] = ACTIONS(1456), + [anon_sym_ref] = ACTIONS(1456), + [anon_sym_else] = ACTIONS(1456), + [sym_mutable_specifier] = ACTIONS(1456), + [anon_sym_raw] = ACTIONS(1456), + [sym_integer_literal] = ACTIONS(1454), + [aux_sym_string_literal_token1] = ACTIONS(1454), + [sym_char_literal] = ACTIONS(1454), + [anon_sym_true] = ACTIONS(1456), + [anon_sym_false] = ACTIONS(1456), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1716), - [sym_super] = ACTIONS(1716), - [sym_crate] = ACTIONS(1716), - [sym_metavariable] = ACTIONS(1718), - [sym__raw_string_literal_start] = ACTIONS(1720), - [sym_float_literal] = ACTIONS(1710), + [sym_self] = ACTIONS(1456), + [sym_super] = ACTIONS(1456), + [sym_crate] = ACTIONS(1456), + [sym_metavariable] = ACTIONS(1454), + [sym__raw_string_literal_start] = ACTIONS(1454), + [sym_float_literal] = ACTIONS(1454), }, [STATE(468)] = { - [sym_attribute_item] = STATE(1369), - [sym_inner_attribute_item] = STATE(1369), + [sym_attribute_item] = STATE(1206), + [sym_inner_attribute_item] = STATE(1206), [sym_bracketed_type] = STATE(3698), - [sym_generic_type] = STATE(3764), - [sym_generic_type_with_turbofish] = STATE(3419), - [sym_macro_invocation] = STATE(2942), - [sym_scoped_identifier] = STATE(2248), - [sym_scoped_type_identifier] = STATE(3103), - [sym_match_arm] = STATE(1370), - [sym_last_match_arm] = STATE(3791), - [sym_match_pattern] = STATE(3790), - [sym_const_block] = STATE(2942), - [sym__pattern] = STATE(3188), - [sym_generic_pattern] = STATE(2942), - [sym_tuple_pattern] = STATE(2942), - [sym_slice_pattern] = STATE(2942), - [sym_tuple_struct_pattern] = STATE(2942), - [sym_struct_pattern] = STATE(2942), - [sym_remaining_field_pattern] = STATE(2942), - [sym_mut_pattern] = STATE(2942), - [sym_range_pattern] = STATE(2942), - [sym_ref_pattern] = STATE(2942), - [sym_captured_pattern] = STATE(2942), - [sym_reference_pattern] = STATE(2942), - [sym_or_pattern] = STATE(2942), - [sym__literal_pattern] = STATE(2447), - [sym_negative_literal] = STATE(2441), - [sym_string_literal] = STATE(2441), - [sym_raw_string_literal] = STATE(2441), - [sym_boolean_literal] = STATE(2441), + [sym_generic_type] = STATE(3513), + [sym_generic_type_with_turbofish] = STATE(3435), + [sym_macro_invocation] = STATE(2935), + [sym_scoped_identifier] = STATE(2252), + [sym_scoped_type_identifier] = STATE(3061), + [sym_match_arm] = STATE(1219), + [sym_last_match_arm] = STATE(3572), + [sym_match_pattern] = STATE(3678), + [sym_const_block] = STATE(2935), + [sym__pattern] = STATE(3153), + [sym_generic_pattern] = STATE(2935), + [sym_tuple_pattern] = STATE(2935), + [sym_slice_pattern] = STATE(2935), + [sym_tuple_struct_pattern] = STATE(2935), + [sym_struct_pattern] = STATE(2935), + [sym_remaining_field_pattern] = STATE(2935), + [sym_mut_pattern] = STATE(2935), + [sym_range_pattern] = STATE(2935), + [sym_ref_pattern] = STATE(2935), + [sym_captured_pattern] = STATE(2935), + [sym_reference_pattern] = STATE(2935), + [sym_or_pattern] = STATE(2935), + [sym__literal_pattern] = STATE(2490), + [sym_negative_literal] = STATE(2411), + [sym_string_literal] = STATE(2411), + [sym_raw_string_literal] = STATE(2411), + [sym_boolean_literal] = STATE(2411), [sym_line_comment] = STATE(468), [sym_block_comment] = STATE(468), - [aux_sym_match_block_repeat1] = STATE(486), - [aux_sym_match_arm_repeat1] = STATE(616), + [aux_sym_match_block_repeat1] = STATE(493), + [aux_sym_match_arm_repeat1] = STATE(692), [sym_identifier] = ACTIONS(1676), [anon_sym_LPAREN] = ACTIONS(1678), [anon_sym_LBRACK] = ACTIONS(1680), @@ -70106,91 +70175,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [STATE(469)] = { [sym_line_comment] = STATE(469), [sym_block_comment] = STATE(469), - [sym_identifier] = ACTIONS(1444), - [anon_sym_LPAREN] = ACTIONS(1442), - [anon_sym_LBRACK] = ACTIONS(1442), - [anon_sym_RBRACE] = ACTIONS(1442), - [anon_sym_PLUS] = ACTIONS(1444), - [anon_sym_STAR] = ACTIONS(1444), - [anon_sym_QMARK] = ACTIONS(1442), - [anon_sym_u8] = ACTIONS(1444), - [anon_sym_i8] = ACTIONS(1444), - [anon_sym_u16] = ACTIONS(1444), - [anon_sym_i16] = ACTIONS(1444), - [anon_sym_u32] = ACTIONS(1444), - [anon_sym_i32] = ACTIONS(1444), - [anon_sym_u64] = ACTIONS(1444), - [anon_sym_i64] = ACTIONS(1444), - [anon_sym_u128] = ACTIONS(1444), - [anon_sym_i128] = ACTIONS(1444), - [anon_sym_isize] = ACTIONS(1444), - [anon_sym_usize] = ACTIONS(1444), - [anon_sym_f32] = ACTIONS(1444), - [anon_sym_f64] = ACTIONS(1444), - [anon_sym_bool] = ACTIONS(1444), - [anon_sym_str] = ACTIONS(1444), - [anon_sym_char] = ACTIONS(1444), - [anon_sym_DASH] = ACTIONS(1444), - [anon_sym_SLASH] = ACTIONS(1444), - [anon_sym_PERCENT] = ACTIONS(1444), - [anon_sym_CARET] = ACTIONS(1444), - [anon_sym_AMP] = ACTIONS(1444), - [anon_sym_PIPE] = ACTIONS(1444), - [anon_sym_AMP_AMP] = ACTIONS(1442), - [anon_sym_PIPE_PIPE] = ACTIONS(1442), - [anon_sym_LT_LT] = ACTIONS(1444), - [anon_sym_GT_GT] = ACTIONS(1444), - [anon_sym_PLUS_EQ] = ACTIONS(1442), - [anon_sym_DASH_EQ] = ACTIONS(1442), - [anon_sym_STAR_EQ] = ACTIONS(1442), - [anon_sym_SLASH_EQ] = ACTIONS(1442), - [anon_sym_PERCENT_EQ] = ACTIONS(1442), - [anon_sym_CARET_EQ] = ACTIONS(1442), - [anon_sym_AMP_EQ] = ACTIONS(1442), - [anon_sym_PIPE_EQ] = ACTIONS(1442), - [anon_sym_LT_LT_EQ] = ACTIONS(1442), - [anon_sym_GT_GT_EQ] = ACTIONS(1442), - [anon_sym_EQ] = ACTIONS(1444), - [anon_sym_EQ_EQ] = ACTIONS(1442), - [anon_sym_BANG_EQ] = ACTIONS(1442), - [anon_sym_GT] = ACTIONS(1444), - [anon_sym_LT] = ACTIONS(1444), - [anon_sym_GT_EQ] = ACTIONS(1442), - [anon_sym_LT_EQ] = ACTIONS(1442), - [anon_sym__] = ACTIONS(1444), - [anon_sym_DOT] = ACTIONS(1444), - [anon_sym_DOT_DOT] = ACTIONS(1444), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1442), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1442), - [anon_sym_COMMA] = ACTIONS(1442), - [anon_sym_COLON_COLON] = ACTIONS(1442), - [anon_sym_POUND] = ACTIONS(1442), - [anon_sym_as] = ACTIONS(1444), - [anon_sym_const] = ACTIONS(1444), - [anon_sym_default] = ACTIONS(1444), - [anon_sym_gen] = ACTIONS(1444), - [anon_sym_union] = ACTIONS(1444), - [anon_sym_ref] = ACTIONS(1444), - [anon_sym_else] = ACTIONS(1444), - [sym_mutable_specifier] = ACTIONS(1444), - [anon_sym_raw] = ACTIONS(1444), - [sym_integer_literal] = ACTIONS(1442), - [aux_sym_string_literal_token1] = ACTIONS(1442), - [sym_char_literal] = ACTIONS(1442), - [anon_sym_true] = ACTIONS(1444), - [anon_sym_false] = ACTIONS(1444), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1444), - [sym_super] = ACTIONS(1444), - [sym_crate] = ACTIONS(1444), - [sym_metavariable] = ACTIONS(1442), - [sym__raw_string_literal_start] = ACTIONS(1442), - [sym_float_literal] = ACTIONS(1442), - }, - [STATE(470)] = { - [sym_line_comment] = STATE(470), - [sym_block_comment] = STATE(470), [sym_identifier] = ACTIONS(1448), [anon_sym_LPAREN] = ACTIONS(1446), [anon_sym_LBRACK] = ACTIONS(1446), @@ -70273,179 +70257,349 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1446), [sym_float_literal] = ACTIONS(1446), }, + [STATE(470)] = { + [sym_attribute_item] = STATE(1206), + [sym_inner_attribute_item] = STATE(1206), + [sym_bracketed_type] = STATE(3698), + [sym_generic_type] = STATE(3513), + [sym_generic_type_with_turbofish] = STATE(3435), + [sym_macro_invocation] = STATE(2935), + [sym_scoped_identifier] = STATE(2252), + [sym_scoped_type_identifier] = STATE(3061), + [sym_match_arm] = STATE(1219), + [sym_last_match_arm] = STATE(3546), + [sym_match_pattern] = STATE(3678), + [sym_const_block] = STATE(2935), + [sym__pattern] = STATE(3153), + [sym_generic_pattern] = STATE(2935), + [sym_tuple_pattern] = STATE(2935), + [sym_slice_pattern] = STATE(2935), + [sym_tuple_struct_pattern] = STATE(2935), + [sym_struct_pattern] = STATE(2935), + [sym_remaining_field_pattern] = STATE(2935), + [sym_mut_pattern] = STATE(2935), + [sym_range_pattern] = STATE(2935), + [sym_ref_pattern] = STATE(2935), + [sym_captured_pattern] = STATE(2935), + [sym_reference_pattern] = STATE(2935), + [sym_or_pattern] = STATE(2935), + [sym__literal_pattern] = STATE(2490), + [sym_negative_literal] = STATE(2411), + [sym_string_literal] = STATE(2411), + [sym_raw_string_literal] = STATE(2411), + [sym_boolean_literal] = STATE(2411), + [sym_line_comment] = STATE(470), + [sym_block_comment] = STATE(470), + [aux_sym_match_block_repeat1] = STATE(493), + [aux_sym_match_arm_repeat1] = STATE(692), + [sym_identifier] = ACTIONS(1676), + [anon_sym_LPAREN] = ACTIONS(1678), + [anon_sym_LBRACK] = ACTIONS(1680), + [anon_sym_u8] = ACTIONS(1684), + [anon_sym_i8] = ACTIONS(1684), + [anon_sym_u16] = ACTIONS(1684), + [anon_sym_i16] = ACTIONS(1684), + [anon_sym_u32] = ACTIONS(1684), + [anon_sym_i32] = ACTIONS(1684), + [anon_sym_u64] = ACTIONS(1684), + [anon_sym_i64] = ACTIONS(1684), + [anon_sym_u128] = ACTIONS(1684), + [anon_sym_i128] = ACTIONS(1684), + [anon_sym_isize] = ACTIONS(1684), + [anon_sym_usize] = ACTIONS(1684), + [anon_sym_f32] = ACTIONS(1684), + [anon_sym_f64] = ACTIONS(1684), + [anon_sym_bool] = ACTIONS(1684), + [anon_sym_str] = ACTIONS(1684), + [anon_sym_char] = ACTIONS(1684), + [anon_sym_DASH] = ACTIONS(1686), + [anon_sym_AMP] = ACTIONS(1688), + [anon_sym_PIPE] = ACTIONS(1690), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1692), + [anon_sym_DOT_DOT] = ACTIONS(1694), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1696), + [anon_sym_COLON_COLON] = ACTIONS(1698), + [anon_sym_POUND] = ACTIONS(1700), + [anon_sym_const] = ACTIONS(1702), + [anon_sym_default] = ACTIONS(1704), + [anon_sym_gen] = ACTIONS(1704), + [anon_sym_union] = ACTIONS(1704), + [anon_sym_ref] = ACTIONS(1706), + [sym_mutable_specifier] = ACTIONS(1708), + [anon_sym_raw] = ACTIONS(1704), + [sym_integer_literal] = ACTIONS(1710), + [aux_sym_string_literal_token1] = ACTIONS(1712), + [sym_char_literal] = ACTIONS(1710), + [anon_sym_true] = ACTIONS(1714), + [anon_sym_false] = ACTIONS(1714), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1716), + [sym_super] = ACTIONS(1716), + [sym_crate] = ACTIONS(1716), + [sym_metavariable] = ACTIONS(1718), + [sym__raw_string_literal_start] = ACTIONS(1720), + [sym_float_literal] = ACTIONS(1710), + }, [STATE(471)] = { + [sym_attribute_item] = STATE(1206), + [sym_inner_attribute_item] = STATE(1206), + [sym_bracketed_type] = STATE(3698), + [sym_generic_type] = STATE(3513), + [sym_generic_type_with_turbofish] = STATE(3435), + [sym_macro_invocation] = STATE(2935), + [sym_scoped_identifier] = STATE(2252), + [sym_scoped_type_identifier] = STATE(3061), + [sym_match_arm] = STATE(1219), + [sym_last_match_arm] = STATE(3626), + [sym_match_pattern] = STATE(3678), + [sym_const_block] = STATE(2935), + [sym__pattern] = STATE(3153), + [sym_generic_pattern] = STATE(2935), + [sym_tuple_pattern] = STATE(2935), + [sym_slice_pattern] = STATE(2935), + [sym_tuple_struct_pattern] = STATE(2935), + [sym_struct_pattern] = STATE(2935), + [sym_remaining_field_pattern] = STATE(2935), + [sym_mut_pattern] = STATE(2935), + [sym_range_pattern] = STATE(2935), + [sym_ref_pattern] = STATE(2935), + [sym_captured_pattern] = STATE(2935), + [sym_reference_pattern] = STATE(2935), + [sym_or_pattern] = STATE(2935), + [sym__literal_pattern] = STATE(2490), + [sym_negative_literal] = STATE(2411), + [sym_string_literal] = STATE(2411), + [sym_raw_string_literal] = STATE(2411), + [sym_boolean_literal] = STATE(2411), [sym_line_comment] = STATE(471), [sym_block_comment] = STATE(471), - [sym_identifier] = ACTIONS(1456), - [anon_sym_LPAREN] = ACTIONS(1454), - [anon_sym_LBRACK] = ACTIONS(1454), - [anon_sym_RBRACE] = ACTIONS(1454), - [anon_sym_PLUS] = ACTIONS(1456), - [anon_sym_STAR] = ACTIONS(1456), - [anon_sym_QMARK] = ACTIONS(1454), - [anon_sym_u8] = ACTIONS(1456), - [anon_sym_i8] = ACTIONS(1456), - [anon_sym_u16] = ACTIONS(1456), - [anon_sym_i16] = ACTIONS(1456), - [anon_sym_u32] = ACTIONS(1456), - [anon_sym_i32] = ACTIONS(1456), - [anon_sym_u64] = ACTIONS(1456), - [anon_sym_i64] = ACTIONS(1456), - [anon_sym_u128] = ACTIONS(1456), - [anon_sym_i128] = ACTIONS(1456), - [anon_sym_isize] = ACTIONS(1456), - [anon_sym_usize] = ACTIONS(1456), - [anon_sym_f32] = ACTIONS(1456), - [anon_sym_f64] = ACTIONS(1456), - [anon_sym_bool] = ACTIONS(1456), - [anon_sym_str] = ACTIONS(1456), - [anon_sym_char] = ACTIONS(1456), - [anon_sym_DASH] = ACTIONS(1456), - [anon_sym_SLASH] = ACTIONS(1456), - [anon_sym_PERCENT] = ACTIONS(1456), - [anon_sym_CARET] = ACTIONS(1456), - [anon_sym_AMP] = ACTIONS(1456), - [anon_sym_PIPE] = ACTIONS(1456), - [anon_sym_AMP_AMP] = ACTIONS(1454), - [anon_sym_PIPE_PIPE] = ACTIONS(1454), - [anon_sym_LT_LT] = ACTIONS(1456), - [anon_sym_GT_GT] = ACTIONS(1456), - [anon_sym_PLUS_EQ] = ACTIONS(1454), - [anon_sym_DASH_EQ] = ACTIONS(1454), - [anon_sym_STAR_EQ] = ACTIONS(1454), - [anon_sym_SLASH_EQ] = ACTIONS(1454), - [anon_sym_PERCENT_EQ] = ACTIONS(1454), - [anon_sym_CARET_EQ] = ACTIONS(1454), - [anon_sym_AMP_EQ] = ACTIONS(1454), - [anon_sym_PIPE_EQ] = ACTIONS(1454), - [anon_sym_LT_LT_EQ] = ACTIONS(1454), - [anon_sym_GT_GT_EQ] = ACTIONS(1454), - [anon_sym_EQ] = ACTIONS(1456), - [anon_sym_EQ_EQ] = ACTIONS(1454), - [anon_sym_BANG_EQ] = ACTIONS(1454), - [anon_sym_GT] = ACTIONS(1456), - [anon_sym_LT] = ACTIONS(1456), - [anon_sym_GT_EQ] = ACTIONS(1454), - [anon_sym_LT_EQ] = ACTIONS(1454), - [anon_sym__] = ACTIONS(1456), - [anon_sym_DOT] = ACTIONS(1456), - [anon_sym_DOT_DOT] = ACTIONS(1456), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1454), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1454), - [anon_sym_COMMA] = ACTIONS(1454), - [anon_sym_COLON_COLON] = ACTIONS(1454), - [anon_sym_POUND] = ACTIONS(1454), - [anon_sym_as] = ACTIONS(1456), - [anon_sym_const] = ACTIONS(1456), - [anon_sym_default] = ACTIONS(1456), - [anon_sym_gen] = ACTIONS(1456), - [anon_sym_union] = ACTIONS(1456), - [anon_sym_ref] = ACTIONS(1456), - [anon_sym_else] = ACTIONS(1456), - [sym_mutable_specifier] = ACTIONS(1456), - [anon_sym_raw] = ACTIONS(1456), - [sym_integer_literal] = ACTIONS(1454), - [aux_sym_string_literal_token1] = ACTIONS(1454), - [sym_char_literal] = ACTIONS(1454), - [anon_sym_true] = ACTIONS(1456), - [anon_sym_false] = ACTIONS(1456), + [aux_sym_match_block_repeat1] = STATE(493), + [aux_sym_match_arm_repeat1] = STATE(692), + [sym_identifier] = ACTIONS(1676), + [anon_sym_LPAREN] = ACTIONS(1678), + [anon_sym_LBRACK] = ACTIONS(1680), + [anon_sym_u8] = ACTIONS(1684), + [anon_sym_i8] = ACTIONS(1684), + [anon_sym_u16] = ACTIONS(1684), + [anon_sym_i16] = ACTIONS(1684), + [anon_sym_u32] = ACTIONS(1684), + [anon_sym_i32] = ACTIONS(1684), + [anon_sym_u64] = ACTIONS(1684), + [anon_sym_i64] = ACTIONS(1684), + [anon_sym_u128] = ACTIONS(1684), + [anon_sym_i128] = ACTIONS(1684), + [anon_sym_isize] = ACTIONS(1684), + [anon_sym_usize] = ACTIONS(1684), + [anon_sym_f32] = ACTIONS(1684), + [anon_sym_f64] = ACTIONS(1684), + [anon_sym_bool] = ACTIONS(1684), + [anon_sym_str] = ACTIONS(1684), + [anon_sym_char] = ACTIONS(1684), + [anon_sym_DASH] = ACTIONS(1686), + [anon_sym_AMP] = ACTIONS(1688), + [anon_sym_PIPE] = ACTIONS(1690), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1692), + [anon_sym_DOT_DOT] = ACTIONS(1694), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1696), + [anon_sym_COLON_COLON] = ACTIONS(1698), + [anon_sym_POUND] = ACTIONS(1700), + [anon_sym_const] = ACTIONS(1702), + [anon_sym_default] = ACTIONS(1704), + [anon_sym_gen] = ACTIONS(1704), + [anon_sym_union] = ACTIONS(1704), + [anon_sym_ref] = ACTIONS(1706), + [sym_mutable_specifier] = ACTIONS(1708), + [anon_sym_raw] = ACTIONS(1704), + [sym_integer_literal] = ACTIONS(1710), + [aux_sym_string_literal_token1] = ACTIONS(1712), + [sym_char_literal] = ACTIONS(1710), + [anon_sym_true] = ACTIONS(1714), + [anon_sym_false] = ACTIONS(1714), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1456), - [sym_super] = ACTIONS(1456), - [sym_crate] = ACTIONS(1456), - [sym_metavariable] = ACTIONS(1454), - [sym__raw_string_literal_start] = ACTIONS(1454), - [sym_float_literal] = ACTIONS(1454), - }, - [STATE(472)] = { - [sym_line_comment] = STATE(472), - [sym_block_comment] = STATE(472), - [sym_identifier] = ACTIONS(1440), - [anon_sym_LPAREN] = ACTIONS(1438), - [anon_sym_LBRACK] = ACTIONS(1438), - [anon_sym_RBRACE] = ACTIONS(1438), - [anon_sym_PLUS] = ACTIONS(1440), - [anon_sym_STAR] = ACTIONS(1440), - [anon_sym_QMARK] = ACTIONS(1438), - [anon_sym_u8] = ACTIONS(1440), - [anon_sym_i8] = ACTIONS(1440), - [anon_sym_u16] = ACTIONS(1440), - [anon_sym_i16] = ACTIONS(1440), - [anon_sym_u32] = ACTIONS(1440), - [anon_sym_i32] = ACTIONS(1440), - [anon_sym_u64] = ACTIONS(1440), - [anon_sym_i64] = ACTIONS(1440), - [anon_sym_u128] = ACTIONS(1440), - [anon_sym_i128] = ACTIONS(1440), - [anon_sym_isize] = ACTIONS(1440), - [anon_sym_usize] = ACTIONS(1440), - [anon_sym_f32] = ACTIONS(1440), - [anon_sym_f64] = ACTIONS(1440), - [anon_sym_bool] = ACTIONS(1440), - [anon_sym_str] = ACTIONS(1440), - [anon_sym_char] = ACTIONS(1440), - [anon_sym_DASH] = ACTIONS(1440), - [anon_sym_SLASH] = ACTIONS(1440), - [anon_sym_PERCENT] = ACTIONS(1440), - [anon_sym_CARET] = ACTIONS(1440), - [anon_sym_AMP] = ACTIONS(1440), - [anon_sym_PIPE] = ACTIONS(1440), - [anon_sym_AMP_AMP] = ACTIONS(1438), - [anon_sym_PIPE_PIPE] = ACTIONS(1438), - [anon_sym_LT_LT] = ACTIONS(1440), - [anon_sym_GT_GT] = ACTIONS(1440), - [anon_sym_PLUS_EQ] = ACTIONS(1438), - [anon_sym_DASH_EQ] = ACTIONS(1438), - [anon_sym_STAR_EQ] = ACTIONS(1438), - [anon_sym_SLASH_EQ] = ACTIONS(1438), - [anon_sym_PERCENT_EQ] = ACTIONS(1438), - [anon_sym_CARET_EQ] = ACTIONS(1438), - [anon_sym_AMP_EQ] = ACTIONS(1438), - [anon_sym_PIPE_EQ] = ACTIONS(1438), - [anon_sym_LT_LT_EQ] = ACTIONS(1438), - [anon_sym_GT_GT_EQ] = ACTIONS(1438), - [anon_sym_EQ] = ACTIONS(1440), - [anon_sym_EQ_EQ] = ACTIONS(1438), - [anon_sym_BANG_EQ] = ACTIONS(1438), - [anon_sym_GT] = ACTIONS(1440), - [anon_sym_LT] = ACTIONS(1440), - [anon_sym_GT_EQ] = ACTIONS(1438), - [anon_sym_LT_EQ] = ACTIONS(1438), - [anon_sym__] = ACTIONS(1440), - [anon_sym_DOT] = ACTIONS(1440), - [anon_sym_DOT_DOT] = ACTIONS(1440), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1438), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1438), - [anon_sym_COMMA] = ACTIONS(1438), - [anon_sym_COLON_COLON] = ACTIONS(1438), - [anon_sym_POUND] = ACTIONS(1438), - [anon_sym_as] = ACTIONS(1440), - [anon_sym_const] = ACTIONS(1440), - [anon_sym_default] = ACTIONS(1440), - [anon_sym_gen] = ACTIONS(1440), - [anon_sym_union] = ACTIONS(1440), - [anon_sym_ref] = ACTIONS(1440), - [anon_sym_else] = ACTIONS(1440), - [sym_mutable_specifier] = ACTIONS(1440), - [anon_sym_raw] = ACTIONS(1440), - [sym_integer_literal] = ACTIONS(1438), - [aux_sym_string_literal_token1] = ACTIONS(1438), - [sym_char_literal] = ACTIONS(1438), - [anon_sym_true] = ACTIONS(1440), - [anon_sym_false] = ACTIONS(1440), + [sym_self] = ACTIONS(1716), + [sym_super] = ACTIONS(1716), + [sym_crate] = ACTIONS(1716), + [sym_metavariable] = ACTIONS(1718), + [sym__raw_string_literal_start] = ACTIONS(1720), + [sym_float_literal] = ACTIONS(1710), + }, + [STATE(472)] = { + [sym_line_comment] = STATE(472), + [sym_block_comment] = STATE(472), + [sym_identifier] = ACTIONS(1444), + [anon_sym_LPAREN] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1442), + [anon_sym_RBRACE] = ACTIONS(1442), + [anon_sym_PLUS] = ACTIONS(1444), + [anon_sym_STAR] = ACTIONS(1444), + [anon_sym_QMARK] = ACTIONS(1442), + [anon_sym_u8] = ACTIONS(1444), + [anon_sym_i8] = ACTIONS(1444), + [anon_sym_u16] = ACTIONS(1444), + [anon_sym_i16] = ACTIONS(1444), + [anon_sym_u32] = ACTIONS(1444), + [anon_sym_i32] = ACTIONS(1444), + [anon_sym_u64] = ACTIONS(1444), + [anon_sym_i64] = ACTIONS(1444), + [anon_sym_u128] = ACTIONS(1444), + [anon_sym_i128] = ACTIONS(1444), + [anon_sym_isize] = ACTIONS(1444), + [anon_sym_usize] = ACTIONS(1444), + [anon_sym_f32] = ACTIONS(1444), + [anon_sym_f64] = ACTIONS(1444), + [anon_sym_bool] = ACTIONS(1444), + [anon_sym_str] = ACTIONS(1444), + [anon_sym_char] = ACTIONS(1444), + [anon_sym_DASH] = ACTIONS(1444), + [anon_sym_SLASH] = ACTIONS(1444), + [anon_sym_PERCENT] = ACTIONS(1444), + [anon_sym_CARET] = ACTIONS(1444), + [anon_sym_AMP] = ACTIONS(1444), + [anon_sym_PIPE] = ACTIONS(1444), + [anon_sym_AMP_AMP] = ACTIONS(1442), + [anon_sym_PIPE_PIPE] = ACTIONS(1442), + [anon_sym_LT_LT] = ACTIONS(1444), + [anon_sym_GT_GT] = ACTIONS(1444), + [anon_sym_PLUS_EQ] = ACTIONS(1442), + [anon_sym_DASH_EQ] = ACTIONS(1442), + [anon_sym_STAR_EQ] = ACTIONS(1442), + [anon_sym_SLASH_EQ] = ACTIONS(1442), + [anon_sym_PERCENT_EQ] = ACTIONS(1442), + [anon_sym_CARET_EQ] = ACTIONS(1442), + [anon_sym_AMP_EQ] = ACTIONS(1442), + [anon_sym_PIPE_EQ] = ACTIONS(1442), + [anon_sym_LT_LT_EQ] = ACTIONS(1442), + [anon_sym_GT_GT_EQ] = ACTIONS(1442), + [anon_sym_EQ] = ACTIONS(1444), + [anon_sym_EQ_EQ] = ACTIONS(1442), + [anon_sym_BANG_EQ] = ACTIONS(1442), + [anon_sym_GT] = ACTIONS(1444), + [anon_sym_LT] = ACTIONS(1444), + [anon_sym_GT_EQ] = ACTIONS(1442), + [anon_sym_LT_EQ] = ACTIONS(1442), + [anon_sym__] = ACTIONS(1444), + [anon_sym_DOT] = ACTIONS(1444), + [anon_sym_DOT_DOT] = ACTIONS(1444), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1442), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1442), + [anon_sym_COMMA] = ACTIONS(1442), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_POUND] = ACTIONS(1442), + [anon_sym_as] = ACTIONS(1444), + [anon_sym_const] = ACTIONS(1444), + [anon_sym_default] = ACTIONS(1444), + [anon_sym_gen] = ACTIONS(1444), + [anon_sym_union] = ACTIONS(1444), + [anon_sym_ref] = ACTIONS(1444), + [anon_sym_else] = ACTIONS(1444), + [sym_mutable_specifier] = ACTIONS(1444), + [anon_sym_raw] = ACTIONS(1444), + [sym_integer_literal] = ACTIONS(1442), + [aux_sym_string_literal_token1] = ACTIONS(1442), + [sym_char_literal] = ACTIONS(1442), + [anon_sym_true] = ACTIONS(1444), + [anon_sym_false] = ACTIONS(1444), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1440), - [sym_super] = ACTIONS(1440), - [sym_crate] = ACTIONS(1440), - [sym_metavariable] = ACTIONS(1438), - [sym__raw_string_literal_start] = ACTIONS(1438), - [sym_float_literal] = ACTIONS(1438), + [sym_self] = ACTIONS(1444), + [sym_super] = ACTIONS(1444), + [sym_crate] = ACTIONS(1444), + [sym_metavariable] = ACTIONS(1442), + [sym__raw_string_literal_start] = ACTIONS(1442), + [sym_float_literal] = ACTIONS(1442), }, [STATE(473)] = { + [sym_attribute_item] = STATE(1206), + [sym_inner_attribute_item] = STATE(1206), + [sym_bracketed_type] = STATE(3698), + [sym_generic_type] = STATE(3513), + [sym_generic_type_with_turbofish] = STATE(3435), + [sym_macro_invocation] = STATE(2935), + [sym_scoped_identifier] = STATE(2252), + [sym_scoped_type_identifier] = STATE(3061), + [sym_match_arm] = STATE(1219), + [sym_last_match_arm] = STATE(3674), + [sym_match_pattern] = STATE(3678), + [sym_const_block] = STATE(2935), + [sym__pattern] = STATE(3153), + [sym_generic_pattern] = STATE(2935), + [sym_tuple_pattern] = STATE(2935), + [sym_slice_pattern] = STATE(2935), + [sym_tuple_struct_pattern] = STATE(2935), + [sym_struct_pattern] = STATE(2935), + [sym_remaining_field_pattern] = STATE(2935), + [sym_mut_pattern] = STATE(2935), + [sym_range_pattern] = STATE(2935), + [sym_ref_pattern] = STATE(2935), + [sym_captured_pattern] = STATE(2935), + [sym_reference_pattern] = STATE(2935), + [sym_or_pattern] = STATE(2935), + [sym__literal_pattern] = STATE(2490), + [sym_negative_literal] = STATE(2411), + [sym_string_literal] = STATE(2411), + [sym_raw_string_literal] = STATE(2411), + [sym_boolean_literal] = STATE(2411), [sym_line_comment] = STATE(473), [sym_block_comment] = STATE(473), + [aux_sym_match_block_repeat1] = STATE(493), + [aux_sym_match_arm_repeat1] = STATE(692), + [sym_identifier] = ACTIONS(1676), + [anon_sym_LPAREN] = ACTIONS(1678), + [anon_sym_LBRACK] = ACTIONS(1680), + [anon_sym_u8] = ACTIONS(1684), + [anon_sym_i8] = ACTIONS(1684), + [anon_sym_u16] = ACTIONS(1684), + [anon_sym_i16] = ACTIONS(1684), + [anon_sym_u32] = ACTIONS(1684), + [anon_sym_i32] = ACTIONS(1684), + [anon_sym_u64] = ACTIONS(1684), + [anon_sym_i64] = ACTIONS(1684), + [anon_sym_u128] = ACTIONS(1684), + [anon_sym_i128] = ACTIONS(1684), + [anon_sym_isize] = ACTIONS(1684), + [anon_sym_usize] = ACTIONS(1684), + [anon_sym_f32] = ACTIONS(1684), + [anon_sym_f64] = ACTIONS(1684), + [anon_sym_bool] = ACTIONS(1684), + [anon_sym_str] = ACTIONS(1684), + [anon_sym_char] = ACTIONS(1684), + [anon_sym_DASH] = ACTIONS(1686), + [anon_sym_AMP] = ACTIONS(1688), + [anon_sym_PIPE] = ACTIONS(1690), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1692), + [anon_sym_DOT_DOT] = ACTIONS(1694), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1696), + [anon_sym_COLON_COLON] = ACTIONS(1698), + [anon_sym_POUND] = ACTIONS(1700), + [anon_sym_const] = ACTIONS(1702), + [anon_sym_default] = ACTIONS(1704), + [anon_sym_gen] = ACTIONS(1704), + [anon_sym_union] = ACTIONS(1704), + [anon_sym_ref] = ACTIONS(1706), + [sym_mutable_specifier] = ACTIONS(1708), + [anon_sym_raw] = ACTIONS(1704), + [sym_integer_literal] = ACTIONS(1710), + [aux_sym_string_literal_token1] = ACTIONS(1712), + [sym_char_literal] = ACTIONS(1710), + [anon_sym_true] = ACTIONS(1714), + [anon_sym_false] = ACTIONS(1714), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1716), + [sym_super] = ACTIONS(1716), + [sym_crate] = ACTIONS(1716), + [sym_metavariable] = ACTIONS(1718), + [sym__raw_string_literal_start] = ACTIONS(1720), + [sym_float_literal] = ACTIONS(1710), + }, + [STATE(474)] = { + [sym_line_comment] = STATE(474), + [sym_block_comment] = STATE(474), [sym_identifier] = ACTIONS(1452), [anon_sym_LPAREN] = ACTIONS(1450), [anon_sym_LBRACK] = ACTIONS(1450), @@ -70528,94 +70682,177 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1450), [sym_float_literal] = ACTIONS(1450), }, - [STATE(474)] = { - [sym_attribute_item] = STATE(1369), - [sym_inner_attribute_item] = STATE(1369), - [sym_bracketed_type] = STATE(3698), - [sym_generic_type] = STATE(3764), - [sym_generic_type_with_turbofish] = STATE(3419), - [sym_macro_invocation] = STATE(2942), - [sym_scoped_identifier] = STATE(2248), - [sym_scoped_type_identifier] = STATE(3103), - [sym_match_arm] = STATE(1370), - [sym_last_match_arm] = STATE(3501), - [sym_match_pattern] = STATE(3790), - [sym_const_block] = STATE(2942), - [sym__pattern] = STATE(3188), - [sym_generic_pattern] = STATE(2942), - [sym_tuple_pattern] = STATE(2942), - [sym_slice_pattern] = STATE(2942), - [sym_tuple_struct_pattern] = STATE(2942), - [sym_struct_pattern] = STATE(2942), - [sym_remaining_field_pattern] = STATE(2942), - [sym_mut_pattern] = STATE(2942), - [sym_range_pattern] = STATE(2942), - [sym_ref_pattern] = STATE(2942), - [sym_captured_pattern] = STATE(2942), - [sym_reference_pattern] = STATE(2942), - [sym_or_pattern] = STATE(2942), - [sym__literal_pattern] = STATE(2447), - [sym_negative_literal] = STATE(2441), - [sym_string_literal] = STATE(2441), - [sym_raw_string_literal] = STATE(2441), - [sym_boolean_literal] = STATE(2441), - [sym_line_comment] = STATE(474), - [sym_block_comment] = STATE(474), - [aux_sym_match_block_repeat1] = STATE(486), - [aux_sym_match_arm_repeat1] = STATE(616), - [sym_identifier] = ACTIONS(1676), - [anon_sym_LPAREN] = ACTIONS(1678), - [anon_sym_LBRACK] = ACTIONS(1680), - [anon_sym_u8] = ACTIONS(1684), - [anon_sym_i8] = ACTIONS(1684), - [anon_sym_u16] = ACTIONS(1684), - [anon_sym_i16] = ACTIONS(1684), - [anon_sym_u32] = ACTIONS(1684), - [anon_sym_i32] = ACTIONS(1684), - [anon_sym_u64] = ACTIONS(1684), - [anon_sym_i64] = ACTIONS(1684), - [anon_sym_u128] = ACTIONS(1684), - [anon_sym_i128] = ACTIONS(1684), - [anon_sym_isize] = ACTIONS(1684), - [anon_sym_usize] = ACTIONS(1684), - [anon_sym_f32] = ACTIONS(1684), - [anon_sym_f64] = ACTIONS(1684), - [anon_sym_bool] = ACTIONS(1684), - [anon_sym_str] = ACTIONS(1684), - [anon_sym_char] = ACTIONS(1684), - [anon_sym_DASH] = ACTIONS(1686), - [anon_sym_AMP] = ACTIONS(1688), - [anon_sym_PIPE] = ACTIONS(1690), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1692), - [anon_sym_DOT_DOT] = ACTIONS(1694), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1696), - [anon_sym_COLON_COLON] = ACTIONS(1698), - [anon_sym_POUND] = ACTIONS(1700), - [anon_sym_const] = ACTIONS(1702), - [anon_sym_default] = ACTIONS(1704), - [anon_sym_gen] = ACTIONS(1704), - [anon_sym_union] = ACTIONS(1704), - [anon_sym_ref] = ACTIONS(1706), - [sym_mutable_specifier] = ACTIONS(1708), - [anon_sym_raw] = ACTIONS(1704), - [sym_integer_literal] = ACTIONS(1710), - [aux_sym_string_literal_token1] = ACTIONS(1712), - [sym_char_literal] = ACTIONS(1710), - [anon_sym_true] = ACTIONS(1714), - [anon_sym_false] = ACTIONS(1714), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1716), - [sym_super] = ACTIONS(1716), - [sym_crate] = ACTIONS(1716), - [sym_metavariable] = ACTIONS(1718), - [sym__raw_string_literal_start] = ACTIONS(1720), - [sym_float_literal] = ACTIONS(1710), - }, [STATE(475)] = { [sym_line_comment] = STATE(475), [sym_block_comment] = STATE(475), + [sym_identifier] = ACTIONS(1486), + [anon_sym_LPAREN] = ACTIONS(1484), + [anon_sym_LBRACK] = ACTIONS(1484), + [anon_sym_RBRACE] = ACTIONS(1484), + [anon_sym_PLUS] = ACTIONS(1486), + [anon_sym_STAR] = ACTIONS(1486), + [anon_sym_QMARK] = ACTIONS(1484), + [anon_sym_u8] = ACTIONS(1486), + [anon_sym_i8] = ACTIONS(1486), + [anon_sym_u16] = ACTIONS(1486), + [anon_sym_i16] = ACTIONS(1486), + [anon_sym_u32] = ACTIONS(1486), + [anon_sym_i32] = ACTIONS(1486), + [anon_sym_u64] = ACTIONS(1486), + [anon_sym_i64] = ACTIONS(1486), + [anon_sym_u128] = ACTIONS(1486), + [anon_sym_i128] = ACTIONS(1486), + [anon_sym_isize] = ACTIONS(1486), + [anon_sym_usize] = ACTIONS(1486), + [anon_sym_f32] = ACTIONS(1486), + [anon_sym_f64] = ACTIONS(1486), + [anon_sym_bool] = ACTIONS(1486), + [anon_sym_str] = ACTIONS(1486), + [anon_sym_char] = ACTIONS(1486), + [anon_sym_DASH] = ACTIONS(1486), + [anon_sym_SLASH] = ACTIONS(1486), + [anon_sym_PERCENT] = ACTIONS(1486), + [anon_sym_CARET] = ACTIONS(1486), + [anon_sym_AMP] = ACTIONS(1486), + [anon_sym_PIPE] = ACTIONS(1486), + [anon_sym_AMP_AMP] = ACTIONS(1484), + [anon_sym_PIPE_PIPE] = ACTIONS(1484), + [anon_sym_LT_LT] = ACTIONS(1486), + [anon_sym_GT_GT] = ACTIONS(1486), + [anon_sym_PLUS_EQ] = ACTIONS(1484), + [anon_sym_DASH_EQ] = ACTIONS(1484), + [anon_sym_STAR_EQ] = ACTIONS(1484), + [anon_sym_SLASH_EQ] = ACTIONS(1484), + [anon_sym_PERCENT_EQ] = ACTIONS(1484), + [anon_sym_CARET_EQ] = ACTIONS(1484), + [anon_sym_AMP_EQ] = ACTIONS(1484), + [anon_sym_PIPE_EQ] = ACTIONS(1484), + [anon_sym_LT_LT_EQ] = ACTIONS(1484), + [anon_sym_GT_GT_EQ] = ACTIONS(1484), + [anon_sym_EQ] = ACTIONS(1486), + [anon_sym_EQ_EQ] = ACTIONS(1484), + [anon_sym_BANG_EQ] = ACTIONS(1484), + [anon_sym_GT] = ACTIONS(1486), + [anon_sym_LT] = ACTIONS(1486), + [anon_sym_GT_EQ] = ACTIONS(1484), + [anon_sym_LT_EQ] = ACTIONS(1484), + [anon_sym__] = ACTIONS(1486), + [anon_sym_DOT] = ACTIONS(1486), + [anon_sym_DOT_DOT] = ACTIONS(1486), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1484), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1484), + [anon_sym_COMMA] = ACTIONS(1484), + [anon_sym_COLON_COLON] = ACTIONS(1484), + [anon_sym_POUND] = ACTIONS(1484), + [anon_sym_as] = ACTIONS(1486), + [anon_sym_const] = ACTIONS(1486), + [anon_sym_default] = ACTIONS(1486), + [anon_sym_gen] = ACTIONS(1486), + [anon_sym_union] = ACTIONS(1486), + [anon_sym_ref] = ACTIONS(1486), + [sym_mutable_specifier] = ACTIONS(1486), + [anon_sym_raw] = ACTIONS(1486), + [sym_integer_literal] = ACTIONS(1484), + [aux_sym_string_literal_token1] = ACTIONS(1484), + [sym_char_literal] = ACTIONS(1484), + [anon_sym_true] = ACTIONS(1486), + [anon_sym_false] = ACTIONS(1486), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1486), + [sym_super] = ACTIONS(1486), + [sym_crate] = ACTIONS(1486), + [sym_metavariable] = ACTIONS(1484), + [sym__raw_string_literal_start] = ACTIONS(1484), + [sym_float_literal] = ACTIONS(1484), + }, + [STATE(476)] = { + [sym_line_comment] = STATE(476), + [sym_block_comment] = STATE(476), + [sym_identifier] = ACTIONS(1730), + [anon_sym_LPAREN] = ACTIONS(1732), + [anon_sym_LBRACK] = ACTIONS(1732), + [anon_sym_RBRACE] = ACTIONS(1466), + [anon_sym_PLUS] = ACTIONS(1468), + [anon_sym_STAR] = ACTIONS(1468), + [anon_sym_QMARK] = ACTIONS(1466), + [anon_sym_u8] = ACTIONS(1730), + [anon_sym_i8] = ACTIONS(1730), + [anon_sym_u16] = ACTIONS(1730), + [anon_sym_i16] = ACTIONS(1730), + [anon_sym_u32] = ACTIONS(1730), + [anon_sym_i32] = ACTIONS(1730), + [anon_sym_u64] = ACTIONS(1730), + [anon_sym_i64] = ACTIONS(1730), + [anon_sym_u128] = ACTIONS(1730), + [anon_sym_i128] = ACTIONS(1730), + [anon_sym_isize] = ACTIONS(1730), + [anon_sym_usize] = ACTIONS(1730), + [anon_sym_f32] = ACTIONS(1730), + [anon_sym_f64] = ACTIONS(1730), + [anon_sym_bool] = ACTIONS(1730), + [anon_sym_str] = ACTIONS(1730), + [anon_sym_char] = ACTIONS(1730), + [anon_sym_DASH] = ACTIONS(1730), + [anon_sym_SLASH] = ACTIONS(1468), + [anon_sym_PERCENT] = ACTIONS(1468), + [anon_sym_CARET] = ACTIONS(1468), + [anon_sym_AMP] = ACTIONS(1730), + [anon_sym_PIPE] = ACTIONS(1730), + [anon_sym_AMP_AMP] = ACTIONS(1466), + [anon_sym_PIPE_PIPE] = ACTIONS(1466), + [anon_sym_LT_LT] = ACTIONS(1468), + [anon_sym_GT_GT] = ACTIONS(1468), + [anon_sym_PLUS_EQ] = ACTIONS(1466), + [anon_sym_DASH_EQ] = ACTIONS(1466), + [anon_sym_STAR_EQ] = ACTIONS(1466), + [anon_sym_SLASH_EQ] = ACTIONS(1466), + [anon_sym_PERCENT_EQ] = ACTIONS(1466), + [anon_sym_CARET_EQ] = ACTIONS(1466), + [anon_sym_AMP_EQ] = ACTIONS(1466), + [anon_sym_PIPE_EQ] = ACTIONS(1466), + [anon_sym_LT_LT_EQ] = ACTIONS(1466), + [anon_sym_GT_GT_EQ] = ACTIONS(1466), + [anon_sym_EQ] = ACTIONS(1468), + [anon_sym_EQ_EQ] = ACTIONS(1466), + [anon_sym_BANG_EQ] = ACTIONS(1466), + [anon_sym_GT] = ACTIONS(1468), + [anon_sym_LT] = ACTIONS(1730), + [anon_sym_GT_EQ] = ACTIONS(1466), + [anon_sym_LT_EQ] = ACTIONS(1466), + [anon_sym__] = ACTIONS(1730), + [anon_sym_DOT] = ACTIONS(1468), + [anon_sym_DOT_DOT] = ACTIONS(1730), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1466), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1732), + [anon_sym_COMMA] = ACTIONS(1466), + [anon_sym_COLON_COLON] = ACTIONS(1732), + [anon_sym_POUND] = ACTIONS(1732), + [anon_sym_as] = ACTIONS(1468), + [anon_sym_const] = ACTIONS(1730), + [anon_sym_default] = ACTIONS(1730), + [anon_sym_gen] = ACTIONS(1730), + [anon_sym_union] = ACTIONS(1730), + [anon_sym_ref] = ACTIONS(1730), + [sym_mutable_specifier] = ACTIONS(1730), + [anon_sym_raw] = ACTIONS(1730), + [sym_integer_literal] = ACTIONS(1732), + [aux_sym_string_literal_token1] = ACTIONS(1732), + [sym_char_literal] = ACTIONS(1732), + [anon_sym_true] = ACTIONS(1730), + [anon_sym_false] = ACTIONS(1730), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1730), + [sym_super] = ACTIONS(1730), + [sym_crate] = ACTIONS(1730), + [sym_metavariable] = ACTIONS(1732), + [sym__raw_string_literal_start] = ACTIONS(1732), + [sym_float_literal] = ACTIONS(1732), + }, + [STATE(477)] = { + [sym_line_comment] = STATE(477), + [sym_block_comment] = STATE(477), [sym_identifier] = ACTIONS(1498), [anon_sym_LPAREN] = ACTIONS(1496), [anon_sym_LBRACK] = ACTIONS(1496), @@ -70697,93 +70934,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1496), [sym_float_literal] = ACTIONS(1496), }, - [STATE(476)] = { - [sym_bracketed_type] = STATE(3762), - [sym_generic_type] = STATE(3764), - [sym_generic_type_with_turbofish] = STATE(3481), - [sym_macro_invocation] = STATE(2182), - [sym_scoped_identifier] = STATE(2047), - [sym_scoped_type_identifier] = STATE(3014), - [sym_const_block] = STATE(2182), - [sym_closure_expression] = STATE(3121), - [sym_closure_parameters] = STATE(242), - [sym__pattern] = STATE(2804), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), - [sym_line_comment] = STATE(476), - [sym_block_comment] = STATE(476), - [sym_identifier] = ACTIONS(1730), - [anon_sym_LPAREN] = ACTIONS(1732), - [anon_sym_RPAREN] = ACTIONS(1734), - [anon_sym_LBRACK] = ACTIONS(1736), - [anon_sym_u8] = ACTIONS(1738), - [anon_sym_i8] = ACTIONS(1738), - [anon_sym_u16] = ACTIONS(1738), - [anon_sym_i16] = ACTIONS(1738), - [anon_sym_u32] = ACTIONS(1738), - [anon_sym_i32] = ACTIONS(1738), - [anon_sym_u64] = ACTIONS(1738), - [anon_sym_i64] = ACTIONS(1738), - [anon_sym_u128] = ACTIONS(1738), - [anon_sym_i128] = ACTIONS(1738), - [anon_sym_isize] = ACTIONS(1738), - [anon_sym_usize] = ACTIONS(1738), - [anon_sym_f32] = ACTIONS(1738), - [anon_sym_f64] = ACTIONS(1738), - [anon_sym_bool] = ACTIONS(1738), - [anon_sym_str] = ACTIONS(1738), - [anon_sym_char] = ACTIONS(1738), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_AMP] = ACTIONS(1740), - [anon_sym_PIPE] = ACTIONS(1420), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1422), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COMMA] = ACTIONS(1742), - [anon_sym_COLON_COLON] = ACTIONS(1744), - [anon_sym_async] = ACTIONS(1746), - [anon_sym_const] = ACTIONS(1748), - [anon_sym_default] = ACTIONS(1750), - [anon_sym_gen] = ACTIONS(1750), - [anon_sym_static] = ACTIONS(1428), - [anon_sym_union] = ACTIONS(1750), - [anon_sym_ref] = ACTIONS(1114), - [sym_mutable_specifier] = ACTIONS(1430), - [anon_sym_raw] = ACTIONS(1750), - [anon_sym_move] = ACTIONS(1432), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1752), - [sym_super] = ACTIONS(1752), - [sym_crate] = ACTIONS(1752), - [sym_metavariable] = ACTIONS(1754), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), - }, - [STATE(477)] = { - [sym_line_comment] = STATE(477), - [sym_block_comment] = STATE(477), + [STATE(478)] = { + [sym_line_comment] = STATE(478), + [sym_block_comment] = STATE(478), [sym_identifier] = ACTIONS(1472), [anon_sym_LPAREN] = ACTIONS(1470), [anon_sym_LBRACK] = ACTIONS(1470), @@ -70865,177 +71018,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1470), [sym_float_literal] = ACTIONS(1470), }, - [STATE(478)] = { - [sym_line_comment] = STATE(478), - [sym_block_comment] = STATE(478), - [sym_identifier] = ACTIONS(1544), - [anon_sym_LPAREN] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1542), - [anon_sym_RBRACE] = ACTIONS(1542), - [anon_sym_PLUS] = ACTIONS(1544), - [anon_sym_STAR] = ACTIONS(1544), - [anon_sym_QMARK] = ACTIONS(1542), - [anon_sym_u8] = ACTIONS(1544), - [anon_sym_i8] = ACTIONS(1544), - [anon_sym_u16] = ACTIONS(1544), - [anon_sym_i16] = ACTIONS(1544), - [anon_sym_u32] = ACTIONS(1544), - [anon_sym_i32] = ACTIONS(1544), - [anon_sym_u64] = ACTIONS(1544), - [anon_sym_i64] = ACTIONS(1544), - [anon_sym_u128] = ACTIONS(1544), - [anon_sym_i128] = ACTIONS(1544), - [anon_sym_isize] = ACTIONS(1544), - [anon_sym_usize] = ACTIONS(1544), - [anon_sym_f32] = ACTIONS(1544), - [anon_sym_f64] = ACTIONS(1544), - [anon_sym_bool] = ACTIONS(1544), - [anon_sym_str] = ACTIONS(1544), - [anon_sym_char] = ACTIONS(1544), - [anon_sym_DASH] = ACTIONS(1544), - [anon_sym_SLASH] = ACTIONS(1544), - [anon_sym_PERCENT] = ACTIONS(1544), - [anon_sym_CARET] = ACTIONS(1544), - [anon_sym_AMP] = ACTIONS(1544), - [anon_sym_PIPE] = ACTIONS(1544), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_PIPE_PIPE] = ACTIONS(1542), - [anon_sym_LT_LT] = ACTIONS(1544), - [anon_sym_GT_GT] = ACTIONS(1544), - [anon_sym_PLUS_EQ] = ACTIONS(1542), - [anon_sym_DASH_EQ] = ACTIONS(1542), - [anon_sym_STAR_EQ] = ACTIONS(1542), - [anon_sym_SLASH_EQ] = ACTIONS(1542), - [anon_sym_PERCENT_EQ] = ACTIONS(1542), - [anon_sym_CARET_EQ] = ACTIONS(1542), - [anon_sym_AMP_EQ] = ACTIONS(1542), - [anon_sym_PIPE_EQ] = ACTIONS(1542), - [anon_sym_LT_LT_EQ] = ACTIONS(1542), - [anon_sym_GT_GT_EQ] = ACTIONS(1542), - [anon_sym_EQ] = ACTIONS(1544), - [anon_sym_EQ_EQ] = ACTIONS(1542), - [anon_sym_BANG_EQ] = ACTIONS(1542), - [anon_sym_GT] = ACTIONS(1544), - [anon_sym_LT] = ACTIONS(1544), - [anon_sym_GT_EQ] = ACTIONS(1542), - [anon_sym_LT_EQ] = ACTIONS(1542), - [anon_sym__] = ACTIONS(1544), - [anon_sym_DOT] = ACTIONS(1544), - [anon_sym_DOT_DOT] = ACTIONS(1544), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1542), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1542), - [anon_sym_COMMA] = ACTIONS(1542), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_POUND] = ACTIONS(1542), - [anon_sym_as] = ACTIONS(1544), - [anon_sym_const] = ACTIONS(1544), - [anon_sym_default] = ACTIONS(1544), - [anon_sym_gen] = ACTIONS(1544), - [anon_sym_union] = ACTIONS(1544), - [anon_sym_ref] = ACTIONS(1544), - [sym_mutable_specifier] = ACTIONS(1544), - [anon_sym_raw] = ACTIONS(1544), - [sym_integer_literal] = ACTIONS(1542), - [aux_sym_string_literal_token1] = ACTIONS(1542), - [sym_char_literal] = ACTIONS(1542), - [anon_sym_true] = ACTIONS(1544), - [anon_sym_false] = ACTIONS(1544), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1544), - [sym_super] = ACTIONS(1544), - [sym_crate] = ACTIONS(1544), - [sym_metavariable] = ACTIONS(1542), - [sym__raw_string_literal_start] = ACTIONS(1542), - [sym_float_literal] = ACTIONS(1542), - }, [STATE(479)] = { [sym_line_comment] = STATE(479), [sym_block_comment] = STATE(479), - [sym_identifier] = ACTIONS(1756), - [anon_sym_LPAREN] = ACTIONS(1758), - [anon_sym_LBRACK] = ACTIONS(1758), - [anon_sym_RBRACE] = ACTIONS(1504), - [anon_sym_PLUS] = ACTIONS(1506), - [anon_sym_STAR] = ACTIONS(1506), - [anon_sym_QMARK] = ACTIONS(1504), - [anon_sym_u8] = ACTIONS(1756), - [anon_sym_i8] = ACTIONS(1756), - [anon_sym_u16] = ACTIONS(1756), - [anon_sym_i16] = ACTIONS(1756), - [anon_sym_u32] = ACTIONS(1756), - [anon_sym_i32] = ACTIONS(1756), - [anon_sym_u64] = ACTIONS(1756), - [anon_sym_i64] = ACTIONS(1756), - [anon_sym_u128] = ACTIONS(1756), - [anon_sym_i128] = ACTIONS(1756), - [anon_sym_isize] = ACTIONS(1756), - [anon_sym_usize] = ACTIONS(1756), - [anon_sym_f32] = ACTIONS(1756), - [anon_sym_f64] = ACTIONS(1756), - [anon_sym_bool] = ACTIONS(1756), - [anon_sym_str] = ACTIONS(1756), - [anon_sym_char] = ACTIONS(1756), - [anon_sym_DASH] = ACTIONS(1756), - [anon_sym_SLASH] = ACTIONS(1506), - [anon_sym_PERCENT] = ACTIONS(1506), - [anon_sym_CARET] = ACTIONS(1506), - [anon_sym_AMP] = ACTIONS(1756), - [anon_sym_PIPE] = ACTIONS(1756), - [anon_sym_AMP_AMP] = ACTIONS(1504), - [anon_sym_PIPE_PIPE] = ACTIONS(1504), - [anon_sym_LT_LT] = ACTIONS(1506), - [anon_sym_GT_GT] = ACTIONS(1506), - [anon_sym_PLUS_EQ] = ACTIONS(1504), - [anon_sym_DASH_EQ] = ACTIONS(1504), - [anon_sym_STAR_EQ] = ACTIONS(1504), - [anon_sym_SLASH_EQ] = ACTIONS(1504), - [anon_sym_PERCENT_EQ] = ACTIONS(1504), - [anon_sym_CARET_EQ] = ACTIONS(1504), - [anon_sym_AMP_EQ] = ACTIONS(1504), - [anon_sym_PIPE_EQ] = ACTIONS(1504), - [anon_sym_LT_LT_EQ] = ACTIONS(1504), - [anon_sym_GT_GT_EQ] = ACTIONS(1504), - [anon_sym_EQ] = ACTIONS(1506), - [anon_sym_EQ_EQ] = ACTIONS(1504), - [anon_sym_BANG_EQ] = ACTIONS(1504), - [anon_sym_GT] = ACTIONS(1506), - [anon_sym_LT] = ACTIONS(1756), - [anon_sym_GT_EQ] = ACTIONS(1504), - [anon_sym_LT_EQ] = ACTIONS(1504), - [anon_sym__] = ACTIONS(1756), - [anon_sym_DOT] = ACTIONS(1506), - [anon_sym_DOT_DOT] = ACTIONS(1756), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1504), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1758), - [anon_sym_COMMA] = ACTIONS(1504), - [anon_sym_COLON_COLON] = ACTIONS(1758), - [anon_sym_POUND] = ACTIONS(1758), - [anon_sym_as] = ACTIONS(1506), - [anon_sym_const] = ACTIONS(1756), - [anon_sym_default] = ACTIONS(1756), - [anon_sym_gen] = ACTIONS(1756), - [anon_sym_union] = ACTIONS(1756), - [anon_sym_ref] = ACTIONS(1756), - [sym_mutable_specifier] = ACTIONS(1756), - [anon_sym_raw] = ACTIONS(1756), - [sym_integer_literal] = ACTIONS(1758), - [aux_sym_string_literal_token1] = ACTIONS(1758), - [sym_char_literal] = ACTIONS(1758), - [anon_sym_true] = ACTIONS(1756), - [anon_sym_false] = ACTIONS(1756), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1756), - [sym_super] = ACTIONS(1756), - [sym_crate] = ACTIONS(1756), - [sym_metavariable] = ACTIONS(1758), - [sym__raw_string_literal_start] = ACTIONS(1758), - [sym_float_literal] = ACTIONS(1758), - }, - [STATE(480)] = { - [sym_line_comment] = STATE(480), - [sym_block_comment] = STATE(480), [sym_identifier] = ACTIONS(1560), [anon_sym_LPAREN] = ACTIONS(1558), [anon_sym_LBRACK] = ACTIONS(1558), @@ -71117,261 +71102,429 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1558), [sym_float_literal] = ACTIONS(1558), }, + [STATE(480)] = { + [sym_line_comment] = STATE(480), + [sym_block_comment] = STATE(480), + [sym_identifier] = ACTIONS(1516), + [anon_sym_LPAREN] = ACTIONS(1514), + [anon_sym_LBRACK] = ACTIONS(1514), + [anon_sym_RBRACE] = ACTIONS(1514), + [anon_sym_PLUS] = ACTIONS(1516), + [anon_sym_STAR] = ACTIONS(1516), + [anon_sym_QMARK] = ACTIONS(1514), + [anon_sym_u8] = ACTIONS(1516), + [anon_sym_i8] = ACTIONS(1516), + [anon_sym_u16] = ACTIONS(1516), + [anon_sym_i16] = ACTIONS(1516), + [anon_sym_u32] = ACTIONS(1516), + [anon_sym_i32] = ACTIONS(1516), + [anon_sym_u64] = ACTIONS(1516), + [anon_sym_i64] = ACTIONS(1516), + [anon_sym_u128] = ACTIONS(1516), + [anon_sym_i128] = ACTIONS(1516), + [anon_sym_isize] = ACTIONS(1516), + [anon_sym_usize] = ACTIONS(1516), + [anon_sym_f32] = ACTIONS(1516), + [anon_sym_f64] = ACTIONS(1516), + [anon_sym_bool] = ACTIONS(1516), + [anon_sym_str] = ACTIONS(1516), + [anon_sym_char] = ACTIONS(1516), + [anon_sym_DASH] = ACTIONS(1516), + [anon_sym_SLASH] = ACTIONS(1516), + [anon_sym_PERCENT] = ACTIONS(1516), + [anon_sym_CARET] = ACTIONS(1516), + [anon_sym_AMP] = ACTIONS(1516), + [anon_sym_PIPE] = ACTIONS(1516), + [anon_sym_AMP_AMP] = ACTIONS(1514), + [anon_sym_PIPE_PIPE] = ACTIONS(1514), + [anon_sym_LT_LT] = ACTIONS(1516), + [anon_sym_GT_GT] = ACTIONS(1516), + [anon_sym_PLUS_EQ] = ACTIONS(1514), + [anon_sym_DASH_EQ] = ACTIONS(1514), + [anon_sym_STAR_EQ] = ACTIONS(1514), + [anon_sym_SLASH_EQ] = ACTIONS(1514), + [anon_sym_PERCENT_EQ] = ACTIONS(1514), + [anon_sym_CARET_EQ] = ACTIONS(1514), + [anon_sym_AMP_EQ] = ACTIONS(1514), + [anon_sym_PIPE_EQ] = ACTIONS(1514), + [anon_sym_LT_LT_EQ] = ACTIONS(1514), + [anon_sym_GT_GT_EQ] = ACTIONS(1514), + [anon_sym_EQ] = ACTIONS(1516), + [anon_sym_EQ_EQ] = ACTIONS(1514), + [anon_sym_BANG_EQ] = ACTIONS(1514), + [anon_sym_GT] = ACTIONS(1516), + [anon_sym_LT] = ACTIONS(1516), + [anon_sym_GT_EQ] = ACTIONS(1514), + [anon_sym_LT_EQ] = ACTIONS(1514), + [anon_sym__] = ACTIONS(1516), + [anon_sym_DOT] = ACTIONS(1516), + [anon_sym_DOT_DOT] = ACTIONS(1516), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1514), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1514), + [anon_sym_COMMA] = ACTIONS(1514), + [anon_sym_COLON_COLON] = ACTIONS(1514), + [anon_sym_POUND] = ACTIONS(1514), + [anon_sym_as] = ACTIONS(1516), + [anon_sym_const] = ACTIONS(1516), + [anon_sym_default] = ACTIONS(1516), + [anon_sym_gen] = ACTIONS(1516), + [anon_sym_union] = ACTIONS(1516), + [anon_sym_ref] = ACTIONS(1516), + [sym_mutable_specifier] = ACTIONS(1516), + [anon_sym_raw] = ACTIONS(1516), + [sym_integer_literal] = ACTIONS(1514), + [aux_sym_string_literal_token1] = ACTIONS(1514), + [sym_char_literal] = ACTIONS(1514), + [anon_sym_true] = ACTIONS(1516), + [anon_sym_false] = ACTIONS(1516), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1516), + [sym_super] = ACTIONS(1516), + [sym_crate] = ACTIONS(1516), + [sym_metavariable] = ACTIONS(1514), + [sym__raw_string_literal_start] = ACTIONS(1514), + [sym_float_literal] = ACTIONS(1514), + }, [STATE(481)] = { [sym_line_comment] = STATE(481), [sym_block_comment] = STATE(481), - [sym_identifier] = ACTIONS(1510), - [anon_sym_LPAREN] = ACTIONS(1508), - [anon_sym_LBRACK] = ACTIONS(1508), - [anon_sym_RBRACE] = ACTIONS(1508), - [anon_sym_PLUS] = ACTIONS(1510), - [anon_sym_STAR] = ACTIONS(1510), - [anon_sym_QMARK] = ACTIONS(1508), - [anon_sym_u8] = ACTIONS(1510), - [anon_sym_i8] = ACTIONS(1510), - [anon_sym_u16] = ACTIONS(1510), - [anon_sym_i16] = ACTIONS(1510), - [anon_sym_u32] = ACTIONS(1510), - [anon_sym_i32] = ACTIONS(1510), - [anon_sym_u64] = ACTIONS(1510), - [anon_sym_i64] = ACTIONS(1510), - [anon_sym_u128] = ACTIONS(1510), - [anon_sym_i128] = ACTIONS(1510), - [anon_sym_isize] = ACTIONS(1510), - [anon_sym_usize] = ACTIONS(1510), - [anon_sym_f32] = ACTIONS(1510), - [anon_sym_f64] = ACTIONS(1510), - [anon_sym_bool] = ACTIONS(1510), - [anon_sym_str] = ACTIONS(1510), - [anon_sym_char] = ACTIONS(1510), - [anon_sym_DASH] = ACTIONS(1510), - [anon_sym_SLASH] = ACTIONS(1510), - [anon_sym_PERCENT] = ACTIONS(1510), - [anon_sym_CARET] = ACTIONS(1510), - [anon_sym_AMP] = ACTIONS(1510), - [anon_sym_PIPE] = ACTIONS(1510), - [anon_sym_AMP_AMP] = ACTIONS(1508), - [anon_sym_PIPE_PIPE] = ACTIONS(1508), - [anon_sym_LT_LT] = ACTIONS(1510), - [anon_sym_GT_GT] = ACTIONS(1510), - [anon_sym_PLUS_EQ] = ACTIONS(1508), - [anon_sym_DASH_EQ] = ACTIONS(1508), - [anon_sym_STAR_EQ] = ACTIONS(1508), - [anon_sym_SLASH_EQ] = ACTIONS(1508), - [anon_sym_PERCENT_EQ] = ACTIONS(1508), - [anon_sym_CARET_EQ] = ACTIONS(1508), - [anon_sym_AMP_EQ] = ACTIONS(1508), - [anon_sym_PIPE_EQ] = ACTIONS(1508), - [anon_sym_LT_LT_EQ] = ACTIONS(1508), - [anon_sym_GT_GT_EQ] = ACTIONS(1508), - [anon_sym_EQ] = ACTIONS(1510), - [anon_sym_EQ_EQ] = ACTIONS(1508), - [anon_sym_BANG_EQ] = ACTIONS(1508), - [anon_sym_GT] = ACTIONS(1510), - [anon_sym_LT] = ACTIONS(1510), - [anon_sym_GT_EQ] = ACTIONS(1508), - [anon_sym_LT_EQ] = ACTIONS(1508), - [anon_sym__] = ACTIONS(1510), - [anon_sym_DOT] = ACTIONS(1510), - [anon_sym_DOT_DOT] = ACTIONS(1510), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1508), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1508), - [anon_sym_COMMA] = ACTIONS(1508), - [anon_sym_COLON_COLON] = ACTIONS(1508), - [anon_sym_POUND] = ACTIONS(1508), - [anon_sym_as] = ACTIONS(1510), - [anon_sym_const] = ACTIONS(1510), - [anon_sym_default] = ACTIONS(1510), - [anon_sym_gen] = ACTIONS(1510), - [anon_sym_union] = ACTIONS(1510), - [anon_sym_ref] = ACTIONS(1510), - [sym_mutable_specifier] = ACTIONS(1510), - [anon_sym_raw] = ACTIONS(1510), - [sym_integer_literal] = ACTIONS(1508), - [aux_sym_string_literal_token1] = ACTIONS(1508), - [sym_char_literal] = ACTIONS(1508), - [anon_sym_true] = ACTIONS(1510), - [anon_sym_false] = ACTIONS(1510), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1510), - [sym_super] = ACTIONS(1510), - [sym_crate] = ACTIONS(1510), - [sym_metavariable] = ACTIONS(1508), - [sym__raw_string_literal_start] = ACTIONS(1508), - [sym_float_literal] = ACTIONS(1508), + [sym_identifier] = ACTIONS(1520), + [anon_sym_LPAREN] = ACTIONS(1518), + [anon_sym_LBRACK] = ACTIONS(1518), + [anon_sym_RBRACE] = ACTIONS(1518), + [anon_sym_PLUS] = ACTIONS(1520), + [anon_sym_STAR] = ACTIONS(1520), + [anon_sym_QMARK] = ACTIONS(1518), + [anon_sym_u8] = ACTIONS(1520), + [anon_sym_i8] = ACTIONS(1520), + [anon_sym_u16] = ACTIONS(1520), + [anon_sym_i16] = ACTIONS(1520), + [anon_sym_u32] = ACTIONS(1520), + [anon_sym_i32] = ACTIONS(1520), + [anon_sym_u64] = ACTIONS(1520), + [anon_sym_i64] = ACTIONS(1520), + [anon_sym_u128] = ACTIONS(1520), + [anon_sym_i128] = ACTIONS(1520), + [anon_sym_isize] = ACTIONS(1520), + [anon_sym_usize] = ACTIONS(1520), + [anon_sym_f32] = ACTIONS(1520), + [anon_sym_f64] = ACTIONS(1520), + [anon_sym_bool] = ACTIONS(1520), + [anon_sym_str] = ACTIONS(1520), + [anon_sym_char] = ACTIONS(1520), + [anon_sym_DASH] = ACTIONS(1520), + [anon_sym_SLASH] = ACTIONS(1520), + [anon_sym_PERCENT] = ACTIONS(1520), + [anon_sym_CARET] = ACTIONS(1520), + [anon_sym_AMP] = ACTIONS(1520), + [anon_sym_PIPE] = ACTIONS(1520), + [anon_sym_AMP_AMP] = ACTIONS(1518), + [anon_sym_PIPE_PIPE] = ACTIONS(1518), + [anon_sym_LT_LT] = ACTIONS(1520), + [anon_sym_GT_GT] = ACTIONS(1520), + [anon_sym_PLUS_EQ] = ACTIONS(1518), + [anon_sym_DASH_EQ] = ACTIONS(1518), + [anon_sym_STAR_EQ] = ACTIONS(1518), + [anon_sym_SLASH_EQ] = ACTIONS(1518), + [anon_sym_PERCENT_EQ] = ACTIONS(1518), + [anon_sym_CARET_EQ] = ACTIONS(1518), + [anon_sym_AMP_EQ] = ACTIONS(1518), + [anon_sym_PIPE_EQ] = ACTIONS(1518), + [anon_sym_LT_LT_EQ] = ACTIONS(1518), + [anon_sym_GT_GT_EQ] = ACTIONS(1518), + [anon_sym_EQ] = ACTIONS(1520), + [anon_sym_EQ_EQ] = ACTIONS(1518), + [anon_sym_BANG_EQ] = ACTIONS(1518), + [anon_sym_GT] = ACTIONS(1520), + [anon_sym_LT] = ACTIONS(1520), + [anon_sym_GT_EQ] = ACTIONS(1518), + [anon_sym_LT_EQ] = ACTIONS(1518), + [anon_sym__] = ACTIONS(1520), + [anon_sym_DOT] = ACTIONS(1520), + [anon_sym_DOT_DOT] = ACTIONS(1520), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1518), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1518), + [anon_sym_COMMA] = ACTIONS(1518), + [anon_sym_COLON_COLON] = ACTIONS(1518), + [anon_sym_POUND] = ACTIONS(1518), + [anon_sym_as] = ACTIONS(1520), + [anon_sym_const] = ACTIONS(1520), + [anon_sym_default] = ACTIONS(1520), + [anon_sym_gen] = ACTIONS(1520), + [anon_sym_union] = ACTIONS(1520), + [anon_sym_ref] = ACTIONS(1520), + [sym_mutable_specifier] = ACTIONS(1520), + [anon_sym_raw] = ACTIONS(1520), + [sym_integer_literal] = ACTIONS(1518), + [aux_sym_string_literal_token1] = ACTIONS(1518), + [sym_char_literal] = ACTIONS(1518), + [anon_sym_true] = ACTIONS(1520), + [anon_sym_false] = ACTIONS(1520), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1520), + [sym_super] = ACTIONS(1520), + [sym_crate] = ACTIONS(1520), + [sym_metavariable] = ACTIONS(1518), + [sym__raw_string_literal_start] = ACTIONS(1518), + [sym_float_literal] = ACTIONS(1518), }, [STATE(482)] = { + [sym_bracketed_type] = STATE(3504), + [sym_generic_type] = STATE(3513), + [sym_generic_type_with_turbofish] = STATE(3321), + [sym_macro_invocation] = STATE(2192), + [sym_scoped_identifier] = STATE(2052), + [sym_scoped_type_identifier] = STATE(3076), + [sym_const_block] = STATE(2192), + [sym_closure_expression] = STATE(2970), + [sym_closure_parameters] = STATE(225), + [sym__pattern] = STATE(2624), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), [sym_line_comment] = STATE(482), [sym_block_comment] = STATE(482), - [sym_identifier] = ACTIONS(1540), - [anon_sym_LPAREN] = ACTIONS(1538), - [anon_sym_LBRACK] = ACTIONS(1538), - [anon_sym_RBRACE] = ACTIONS(1538), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1540), - [anon_sym_QMARK] = ACTIONS(1538), - [anon_sym_u8] = ACTIONS(1540), - [anon_sym_i8] = ACTIONS(1540), - [anon_sym_u16] = ACTIONS(1540), - [anon_sym_i16] = ACTIONS(1540), - [anon_sym_u32] = ACTIONS(1540), - [anon_sym_i32] = ACTIONS(1540), - [anon_sym_u64] = ACTIONS(1540), - [anon_sym_i64] = ACTIONS(1540), - [anon_sym_u128] = ACTIONS(1540), - [anon_sym_i128] = ACTIONS(1540), - [anon_sym_isize] = ACTIONS(1540), - [anon_sym_usize] = ACTIONS(1540), - [anon_sym_f32] = ACTIONS(1540), - [anon_sym_f64] = ACTIONS(1540), - [anon_sym_bool] = ACTIONS(1540), - [anon_sym_str] = ACTIONS(1540), - [anon_sym_char] = ACTIONS(1540), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_SLASH] = ACTIONS(1540), - [anon_sym_PERCENT] = ACTIONS(1540), - [anon_sym_CARET] = ACTIONS(1540), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_PIPE] = ACTIONS(1540), - [anon_sym_AMP_AMP] = ACTIONS(1538), - [anon_sym_PIPE_PIPE] = ACTIONS(1538), - [anon_sym_LT_LT] = ACTIONS(1540), - [anon_sym_GT_GT] = ACTIONS(1540), - [anon_sym_PLUS_EQ] = ACTIONS(1538), - [anon_sym_DASH_EQ] = ACTIONS(1538), - [anon_sym_STAR_EQ] = ACTIONS(1538), - [anon_sym_SLASH_EQ] = ACTIONS(1538), - [anon_sym_PERCENT_EQ] = ACTIONS(1538), - [anon_sym_CARET_EQ] = ACTIONS(1538), - [anon_sym_AMP_EQ] = ACTIONS(1538), - [anon_sym_PIPE_EQ] = ACTIONS(1538), - [anon_sym_LT_LT_EQ] = ACTIONS(1538), - [anon_sym_GT_GT_EQ] = ACTIONS(1538), - [anon_sym_EQ] = ACTIONS(1540), - [anon_sym_EQ_EQ] = ACTIONS(1538), - [anon_sym_BANG_EQ] = ACTIONS(1538), - [anon_sym_GT] = ACTIONS(1540), - [anon_sym_LT] = ACTIONS(1540), - [anon_sym_GT_EQ] = ACTIONS(1538), - [anon_sym_LT_EQ] = ACTIONS(1538), - [anon_sym__] = ACTIONS(1540), - [anon_sym_DOT] = ACTIONS(1540), - [anon_sym_DOT_DOT] = ACTIONS(1540), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1538), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1538), - [anon_sym_COMMA] = ACTIONS(1538), - [anon_sym_COLON_COLON] = ACTIONS(1538), - [anon_sym_POUND] = ACTIONS(1538), - [anon_sym_as] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_gen] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_ref] = ACTIONS(1540), - [sym_mutable_specifier] = ACTIONS(1540), - [anon_sym_raw] = ACTIONS(1540), - [sym_integer_literal] = ACTIONS(1538), - [aux_sym_string_literal_token1] = ACTIONS(1538), - [sym_char_literal] = ACTIONS(1538), - [anon_sym_true] = ACTIONS(1540), - [anon_sym_false] = ACTIONS(1540), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1540), - [sym_super] = ACTIONS(1540), - [sym_crate] = ACTIONS(1540), - [sym_metavariable] = ACTIONS(1538), - [sym__raw_string_literal_start] = ACTIONS(1538), - [sym_float_literal] = ACTIONS(1538), + [sym_identifier] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1736), + [anon_sym_RPAREN] = ACTIONS(1738), + [anon_sym_LBRACK] = ACTIONS(1740), + [anon_sym_u8] = ACTIONS(1742), + [anon_sym_i8] = ACTIONS(1742), + [anon_sym_u16] = ACTIONS(1742), + [anon_sym_i16] = ACTIONS(1742), + [anon_sym_u32] = ACTIONS(1742), + [anon_sym_i32] = ACTIONS(1742), + [anon_sym_u64] = ACTIONS(1742), + [anon_sym_i64] = ACTIONS(1742), + [anon_sym_u128] = ACTIONS(1742), + [anon_sym_i128] = ACTIONS(1742), + [anon_sym_isize] = ACTIONS(1742), + [anon_sym_usize] = ACTIONS(1742), + [anon_sym_f32] = ACTIONS(1742), + [anon_sym_f64] = ACTIONS(1742), + [anon_sym_bool] = ACTIONS(1742), + [anon_sym_str] = ACTIONS(1742), + [anon_sym_char] = ACTIONS(1742), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_AMP] = ACTIONS(1744), + [anon_sym_PIPE] = ACTIONS(1392), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1394), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COMMA] = ACTIONS(1396), + [anon_sym_COLON_COLON] = ACTIONS(1746), + [anon_sym_async] = ACTIONS(1748), + [anon_sym_const] = ACTIONS(1750), + [anon_sym_default] = ACTIONS(1752), + [anon_sym_gen] = ACTIONS(1752), + [anon_sym_static] = ACTIONS(1400), + [anon_sym_union] = ACTIONS(1752), + [anon_sym_ref] = ACTIONS(1166), + [sym_mutable_specifier] = ACTIONS(1402), + [anon_sym_raw] = ACTIONS(1752), + [anon_sym_move] = ACTIONS(1404), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1754), + [sym_super] = ACTIONS(1754), + [sym_crate] = ACTIONS(1754), + [sym_metavariable] = ACTIONS(1756), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), }, [STATE(483)] = { + [sym_bracketed_type] = STATE(3504), + [sym_generic_type] = STATE(3513), + [sym_generic_type_with_turbofish] = STATE(3321), + [sym_macro_invocation] = STATE(2192), + [sym_scoped_identifier] = STATE(2052), + [sym_scoped_type_identifier] = STATE(3076), + [sym_const_block] = STATE(2192), + [sym_closure_expression] = STATE(3031), + [sym_closure_parameters] = STATE(225), + [sym__pattern] = STATE(2665), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), [sym_line_comment] = STATE(483), [sym_block_comment] = STATE(483), - [sym_identifier] = ACTIONS(1486), - [anon_sym_LPAREN] = ACTIONS(1484), - [anon_sym_LBRACK] = ACTIONS(1484), - [anon_sym_RBRACE] = ACTIONS(1484), - [anon_sym_PLUS] = ACTIONS(1486), - [anon_sym_STAR] = ACTIONS(1486), - [anon_sym_QMARK] = ACTIONS(1484), - [anon_sym_u8] = ACTIONS(1486), - [anon_sym_i8] = ACTIONS(1486), - [anon_sym_u16] = ACTIONS(1486), - [anon_sym_i16] = ACTIONS(1486), - [anon_sym_u32] = ACTIONS(1486), - [anon_sym_i32] = ACTIONS(1486), - [anon_sym_u64] = ACTIONS(1486), - [anon_sym_i64] = ACTIONS(1486), - [anon_sym_u128] = ACTIONS(1486), - [anon_sym_i128] = ACTIONS(1486), - [anon_sym_isize] = ACTIONS(1486), - [anon_sym_usize] = ACTIONS(1486), - [anon_sym_f32] = ACTIONS(1486), - [anon_sym_f64] = ACTIONS(1486), - [anon_sym_bool] = ACTIONS(1486), - [anon_sym_str] = ACTIONS(1486), - [anon_sym_char] = ACTIONS(1486), - [anon_sym_DASH] = ACTIONS(1486), - [anon_sym_SLASH] = ACTIONS(1486), - [anon_sym_PERCENT] = ACTIONS(1486), - [anon_sym_CARET] = ACTIONS(1486), - [anon_sym_AMP] = ACTIONS(1486), - [anon_sym_PIPE] = ACTIONS(1486), - [anon_sym_AMP_AMP] = ACTIONS(1484), - [anon_sym_PIPE_PIPE] = ACTIONS(1484), - [anon_sym_LT_LT] = ACTIONS(1486), - [anon_sym_GT_GT] = ACTIONS(1486), - [anon_sym_PLUS_EQ] = ACTIONS(1484), - [anon_sym_DASH_EQ] = ACTIONS(1484), - [anon_sym_STAR_EQ] = ACTIONS(1484), - [anon_sym_SLASH_EQ] = ACTIONS(1484), - [anon_sym_PERCENT_EQ] = ACTIONS(1484), - [anon_sym_CARET_EQ] = ACTIONS(1484), - [anon_sym_AMP_EQ] = ACTIONS(1484), - [anon_sym_PIPE_EQ] = ACTIONS(1484), - [anon_sym_LT_LT_EQ] = ACTIONS(1484), - [anon_sym_GT_GT_EQ] = ACTIONS(1484), - [anon_sym_EQ] = ACTIONS(1486), - [anon_sym_EQ_EQ] = ACTIONS(1484), - [anon_sym_BANG_EQ] = ACTIONS(1484), - [anon_sym_GT] = ACTIONS(1486), - [anon_sym_LT] = ACTIONS(1486), - [anon_sym_GT_EQ] = ACTIONS(1484), - [anon_sym_LT_EQ] = ACTIONS(1484), - [anon_sym__] = ACTIONS(1486), - [anon_sym_DOT] = ACTIONS(1486), - [anon_sym_DOT_DOT] = ACTIONS(1486), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1484), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1484), - [anon_sym_COMMA] = ACTIONS(1484), - [anon_sym_COLON_COLON] = ACTIONS(1484), - [anon_sym_POUND] = ACTIONS(1484), - [anon_sym_as] = ACTIONS(1486), - [anon_sym_const] = ACTIONS(1486), - [anon_sym_default] = ACTIONS(1486), - [anon_sym_gen] = ACTIONS(1486), - [anon_sym_union] = ACTIONS(1486), - [anon_sym_ref] = ACTIONS(1486), - [sym_mutable_specifier] = ACTIONS(1486), - [anon_sym_raw] = ACTIONS(1486), - [sym_integer_literal] = ACTIONS(1484), - [aux_sym_string_literal_token1] = ACTIONS(1484), - [sym_char_literal] = ACTIONS(1484), - [anon_sym_true] = ACTIONS(1486), - [anon_sym_false] = ACTIONS(1486), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1486), - [sym_super] = ACTIONS(1486), - [sym_crate] = ACTIONS(1486), - [sym_metavariable] = ACTIONS(1484), - [sym__raw_string_literal_start] = ACTIONS(1484), - [sym_float_literal] = ACTIONS(1484), + [sym_identifier] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1736), + [anon_sym_RPAREN] = ACTIONS(1758), + [anon_sym_LBRACK] = ACTIONS(1740), + [anon_sym_u8] = ACTIONS(1742), + [anon_sym_i8] = ACTIONS(1742), + [anon_sym_u16] = ACTIONS(1742), + [anon_sym_i16] = ACTIONS(1742), + [anon_sym_u32] = ACTIONS(1742), + [anon_sym_i32] = ACTIONS(1742), + [anon_sym_u64] = ACTIONS(1742), + [anon_sym_i64] = ACTIONS(1742), + [anon_sym_u128] = ACTIONS(1742), + [anon_sym_i128] = ACTIONS(1742), + [anon_sym_isize] = ACTIONS(1742), + [anon_sym_usize] = ACTIONS(1742), + [anon_sym_f32] = ACTIONS(1742), + [anon_sym_f64] = ACTIONS(1742), + [anon_sym_bool] = ACTIONS(1742), + [anon_sym_str] = ACTIONS(1742), + [anon_sym_char] = ACTIONS(1742), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_AMP] = ACTIONS(1744), + [anon_sym_PIPE] = ACTIONS(1392), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1394), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COMMA] = ACTIONS(1760), + [anon_sym_COLON_COLON] = ACTIONS(1746), + [anon_sym_async] = ACTIONS(1748), + [anon_sym_const] = ACTIONS(1750), + [anon_sym_default] = ACTIONS(1752), + [anon_sym_gen] = ACTIONS(1752), + [anon_sym_static] = ACTIONS(1400), + [anon_sym_union] = ACTIONS(1752), + [anon_sym_ref] = ACTIONS(1166), + [sym_mutable_specifier] = ACTIONS(1402), + [anon_sym_raw] = ACTIONS(1752), + [anon_sym_move] = ACTIONS(1404), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1754), + [sym_super] = ACTIONS(1754), + [sym_crate] = ACTIONS(1754), + [sym_metavariable] = ACTIONS(1756), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), }, [STATE(484)] = { [sym_line_comment] = STATE(484), [sym_block_comment] = STATE(484), + [sym_identifier] = ACTIONS(1502), + [anon_sym_LPAREN] = ACTIONS(1500), + [anon_sym_LBRACK] = ACTIONS(1500), + [anon_sym_RBRACE] = ACTIONS(1500), + [anon_sym_PLUS] = ACTIONS(1502), + [anon_sym_STAR] = ACTIONS(1502), + [anon_sym_QMARK] = ACTIONS(1500), + [anon_sym_u8] = ACTIONS(1502), + [anon_sym_i8] = ACTIONS(1502), + [anon_sym_u16] = ACTIONS(1502), + [anon_sym_i16] = ACTIONS(1502), + [anon_sym_u32] = ACTIONS(1502), + [anon_sym_i32] = ACTIONS(1502), + [anon_sym_u64] = ACTIONS(1502), + [anon_sym_i64] = ACTIONS(1502), + [anon_sym_u128] = ACTIONS(1502), + [anon_sym_i128] = ACTIONS(1502), + [anon_sym_isize] = ACTIONS(1502), + [anon_sym_usize] = ACTIONS(1502), + [anon_sym_f32] = ACTIONS(1502), + [anon_sym_f64] = ACTIONS(1502), + [anon_sym_bool] = ACTIONS(1502), + [anon_sym_str] = ACTIONS(1502), + [anon_sym_char] = ACTIONS(1502), + [anon_sym_DASH] = ACTIONS(1502), + [anon_sym_SLASH] = ACTIONS(1502), + [anon_sym_PERCENT] = ACTIONS(1502), + [anon_sym_CARET] = ACTIONS(1502), + [anon_sym_AMP] = ACTIONS(1502), + [anon_sym_PIPE] = ACTIONS(1502), + [anon_sym_AMP_AMP] = ACTIONS(1500), + [anon_sym_PIPE_PIPE] = ACTIONS(1500), + [anon_sym_LT_LT] = ACTIONS(1502), + [anon_sym_GT_GT] = ACTIONS(1502), + [anon_sym_PLUS_EQ] = ACTIONS(1500), + [anon_sym_DASH_EQ] = ACTIONS(1500), + [anon_sym_STAR_EQ] = ACTIONS(1500), + [anon_sym_SLASH_EQ] = ACTIONS(1500), + [anon_sym_PERCENT_EQ] = ACTIONS(1500), + [anon_sym_CARET_EQ] = ACTIONS(1500), + [anon_sym_AMP_EQ] = ACTIONS(1500), + [anon_sym_PIPE_EQ] = ACTIONS(1500), + [anon_sym_LT_LT_EQ] = ACTIONS(1500), + [anon_sym_GT_GT_EQ] = ACTIONS(1500), + [anon_sym_EQ] = ACTIONS(1502), + [anon_sym_EQ_EQ] = ACTIONS(1500), + [anon_sym_BANG_EQ] = ACTIONS(1500), + [anon_sym_GT] = ACTIONS(1502), + [anon_sym_LT] = ACTIONS(1502), + [anon_sym_GT_EQ] = ACTIONS(1500), + [anon_sym_LT_EQ] = ACTIONS(1500), + [anon_sym__] = ACTIONS(1502), + [anon_sym_DOT] = ACTIONS(1502), + [anon_sym_DOT_DOT] = ACTIONS(1502), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1500), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1500), + [anon_sym_COMMA] = ACTIONS(1500), + [anon_sym_COLON_COLON] = ACTIONS(1500), + [anon_sym_POUND] = ACTIONS(1500), + [anon_sym_as] = ACTIONS(1502), + [anon_sym_const] = ACTIONS(1502), + [anon_sym_default] = ACTIONS(1502), + [anon_sym_gen] = ACTIONS(1502), + [anon_sym_union] = ACTIONS(1502), + [anon_sym_ref] = ACTIONS(1502), + [sym_mutable_specifier] = ACTIONS(1502), + [anon_sym_raw] = ACTIONS(1502), + [sym_integer_literal] = ACTIONS(1500), + [aux_sym_string_literal_token1] = ACTIONS(1500), + [sym_char_literal] = ACTIONS(1500), + [anon_sym_true] = ACTIONS(1502), + [anon_sym_false] = ACTIONS(1502), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1502), + [sym_super] = ACTIONS(1502), + [sym_crate] = ACTIONS(1502), + [sym_metavariable] = ACTIONS(1500), + [sym__raw_string_literal_start] = ACTIONS(1500), + [sym_float_literal] = ACTIONS(1500), + }, + [STATE(485)] = { + [sym_line_comment] = STATE(485), + [sym_block_comment] = STATE(485), [sym_identifier] = ACTIONS(1460), [anon_sym_LPAREN] = ACTIONS(1458), [anon_sym_LBRACK] = ACTIONS(1458), @@ -71453,177 +71606,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1458), [sym_float_literal] = ACTIONS(1458), }, - [STATE(485)] = { - [sym_line_comment] = STATE(485), - [sym_block_comment] = STATE(485), - [sym_identifier] = ACTIONS(1464), - [anon_sym_LPAREN] = ACTIONS(1462), - [anon_sym_LBRACK] = ACTIONS(1462), - [anon_sym_RBRACE] = ACTIONS(1462), - [anon_sym_PLUS] = ACTIONS(1464), - [anon_sym_STAR] = ACTIONS(1464), - [anon_sym_QMARK] = ACTIONS(1462), - [anon_sym_u8] = ACTIONS(1464), - [anon_sym_i8] = ACTIONS(1464), - [anon_sym_u16] = ACTIONS(1464), - [anon_sym_i16] = ACTIONS(1464), - [anon_sym_u32] = ACTIONS(1464), - [anon_sym_i32] = ACTIONS(1464), - [anon_sym_u64] = ACTIONS(1464), - [anon_sym_i64] = ACTIONS(1464), - [anon_sym_u128] = ACTIONS(1464), - [anon_sym_i128] = ACTIONS(1464), - [anon_sym_isize] = ACTIONS(1464), - [anon_sym_usize] = ACTIONS(1464), - [anon_sym_f32] = ACTIONS(1464), - [anon_sym_f64] = ACTIONS(1464), - [anon_sym_bool] = ACTIONS(1464), - [anon_sym_str] = ACTIONS(1464), - [anon_sym_char] = ACTIONS(1464), - [anon_sym_DASH] = ACTIONS(1464), - [anon_sym_SLASH] = ACTIONS(1464), - [anon_sym_PERCENT] = ACTIONS(1464), - [anon_sym_CARET] = ACTIONS(1464), - [anon_sym_AMP] = ACTIONS(1464), - [anon_sym_PIPE] = ACTIONS(1464), - [anon_sym_AMP_AMP] = ACTIONS(1462), - [anon_sym_PIPE_PIPE] = ACTIONS(1462), - [anon_sym_LT_LT] = ACTIONS(1464), - [anon_sym_GT_GT] = ACTIONS(1464), - [anon_sym_PLUS_EQ] = ACTIONS(1462), - [anon_sym_DASH_EQ] = ACTIONS(1462), - [anon_sym_STAR_EQ] = ACTIONS(1462), - [anon_sym_SLASH_EQ] = ACTIONS(1462), - [anon_sym_PERCENT_EQ] = ACTIONS(1462), - [anon_sym_CARET_EQ] = ACTIONS(1462), - [anon_sym_AMP_EQ] = ACTIONS(1462), - [anon_sym_PIPE_EQ] = ACTIONS(1462), - [anon_sym_LT_LT_EQ] = ACTIONS(1462), - [anon_sym_GT_GT_EQ] = ACTIONS(1462), - [anon_sym_EQ] = ACTIONS(1464), - [anon_sym_EQ_EQ] = ACTIONS(1462), - [anon_sym_BANG_EQ] = ACTIONS(1462), - [anon_sym_GT] = ACTIONS(1464), - [anon_sym_LT] = ACTIONS(1464), - [anon_sym_GT_EQ] = ACTIONS(1462), - [anon_sym_LT_EQ] = ACTIONS(1462), - [anon_sym__] = ACTIONS(1464), - [anon_sym_DOT] = ACTIONS(1464), - [anon_sym_DOT_DOT] = ACTIONS(1464), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1462), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1462), - [anon_sym_COMMA] = ACTIONS(1462), - [anon_sym_COLON_COLON] = ACTIONS(1462), - [anon_sym_POUND] = ACTIONS(1462), - [anon_sym_as] = ACTIONS(1464), - [anon_sym_const] = ACTIONS(1464), - [anon_sym_default] = ACTIONS(1464), - [anon_sym_gen] = ACTIONS(1464), - [anon_sym_union] = ACTIONS(1464), - [anon_sym_ref] = ACTIONS(1464), - [sym_mutable_specifier] = ACTIONS(1464), - [anon_sym_raw] = ACTIONS(1464), - [sym_integer_literal] = ACTIONS(1462), - [aux_sym_string_literal_token1] = ACTIONS(1462), - [sym_char_literal] = ACTIONS(1462), - [anon_sym_true] = ACTIONS(1464), - [anon_sym_false] = ACTIONS(1464), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1464), - [sym_super] = ACTIONS(1464), - [sym_crate] = ACTIONS(1464), - [sym_metavariable] = ACTIONS(1462), - [sym__raw_string_literal_start] = ACTIONS(1462), - [sym_float_literal] = ACTIONS(1462), - }, [STATE(486)] = { - [sym_attribute_item] = STATE(1369), - [sym_inner_attribute_item] = STATE(1369), - [sym_bracketed_type] = STATE(3698), - [sym_generic_type] = STATE(3764), - [sym_generic_type_with_turbofish] = STATE(3419), - [sym_macro_invocation] = STATE(2942), - [sym_scoped_identifier] = STATE(2248), - [sym_scoped_type_identifier] = STATE(3103), - [sym_match_arm] = STATE(1370), - [sym_match_pattern] = STATE(3560), - [sym_const_block] = STATE(2942), - [sym__pattern] = STATE(3188), - [sym_generic_pattern] = STATE(2942), - [sym_tuple_pattern] = STATE(2942), - [sym_slice_pattern] = STATE(2942), - [sym_tuple_struct_pattern] = STATE(2942), - [sym_struct_pattern] = STATE(2942), - [sym_remaining_field_pattern] = STATE(2942), - [sym_mut_pattern] = STATE(2942), - [sym_range_pattern] = STATE(2942), - [sym_ref_pattern] = STATE(2942), - [sym_captured_pattern] = STATE(2942), - [sym_reference_pattern] = STATE(2942), - [sym_or_pattern] = STATE(2942), - [sym__literal_pattern] = STATE(2447), - [sym_negative_literal] = STATE(2441), - [sym_string_literal] = STATE(2441), - [sym_raw_string_literal] = STATE(2441), - [sym_boolean_literal] = STATE(2441), [sym_line_comment] = STATE(486), [sym_block_comment] = STATE(486), - [aux_sym_match_block_repeat1] = STATE(486), - [aux_sym_match_arm_repeat1] = STATE(746), - [sym_identifier] = ACTIONS(1760), - [anon_sym_LPAREN] = ACTIONS(1763), - [anon_sym_LBRACK] = ACTIONS(1766), - [anon_sym_u8] = ACTIONS(1769), - [anon_sym_i8] = ACTIONS(1769), - [anon_sym_u16] = ACTIONS(1769), - [anon_sym_i16] = ACTIONS(1769), - [anon_sym_u32] = ACTIONS(1769), - [anon_sym_i32] = ACTIONS(1769), - [anon_sym_u64] = ACTIONS(1769), - [anon_sym_i64] = ACTIONS(1769), - [anon_sym_u128] = ACTIONS(1769), - [anon_sym_i128] = ACTIONS(1769), - [anon_sym_isize] = ACTIONS(1769), - [anon_sym_usize] = ACTIONS(1769), - [anon_sym_f32] = ACTIONS(1769), - [anon_sym_f64] = ACTIONS(1769), - [anon_sym_bool] = ACTIONS(1769), - [anon_sym_str] = ACTIONS(1769), - [anon_sym_char] = ACTIONS(1769), - [anon_sym_DASH] = ACTIONS(1772), - [anon_sym_AMP] = ACTIONS(1775), - [anon_sym_PIPE] = ACTIONS(1778), - [anon_sym_LT] = ACTIONS(1781), - [anon_sym__] = ACTIONS(1784), - [anon_sym_DOT_DOT] = ACTIONS(1787), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1793), - [anon_sym_POUND] = ACTIONS(1796), - [anon_sym_const] = ACTIONS(1799), - [anon_sym_default] = ACTIONS(1802), - [anon_sym_gen] = ACTIONS(1802), - [anon_sym_union] = ACTIONS(1802), - [anon_sym_ref] = ACTIONS(1805), - [sym_mutable_specifier] = ACTIONS(1808), - [anon_sym_raw] = ACTIONS(1802), - [sym_integer_literal] = ACTIONS(1811), - [aux_sym_string_literal_token1] = ACTIONS(1814), - [sym_char_literal] = ACTIONS(1811), - [anon_sym_true] = ACTIONS(1817), - [anon_sym_false] = ACTIONS(1817), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1820), - [sym_super] = ACTIONS(1820), - [sym_crate] = ACTIONS(1820), - [sym_metavariable] = ACTIONS(1823), - [sym__raw_string_literal_start] = ACTIONS(1826), - [sym_float_literal] = ACTIONS(1811), - }, - [STATE(487)] = { - [sym_line_comment] = STATE(487), - [sym_block_comment] = STATE(487), [sym_identifier] = ACTIONS(1548), [anon_sym_LPAREN] = ACTIONS(1546), [anon_sym_LBRACK] = ACTIONS(1546), @@ -71705,261 +71690,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1546), [sym_float_literal] = ACTIONS(1546), }, - [STATE(488)] = { - [sym_line_comment] = STATE(488), - [sym_block_comment] = STATE(488), - [sym_identifier] = ACTIONS(1490), - [anon_sym_LPAREN] = ACTIONS(1488), - [anon_sym_LBRACK] = ACTIONS(1488), - [anon_sym_RBRACE] = ACTIONS(1488), - [anon_sym_PLUS] = ACTIONS(1490), - [anon_sym_STAR] = ACTIONS(1490), - [anon_sym_QMARK] = ACTIONS(1488), - [anon_sym_u8] = ACTIONS(1490), - [anon_sym_i8] = ACTIONS(1490), - [anon_sym_u16] = ACTIONS(1490), - [anon_sym_i16] = ACTIONS(1490), - [anon_sym_u32] = ACTIONS(1490), - [anon_sym_i32] = ACTIONS(1490), - [anon_sym_u64] = ACTIONS(1490), - [anon_sym_i64] = ACTIONS(1490), - [anon_sym_u128] = ACTIONS(1490), - [anon_sym_i128] = ACTIONS(1490), - [anon_sym_isize] = ACTIONS(1490), - [anon_sym_usize] = ACTIONS(1490), - [anon_sym_f32] = ACTIONS(1490), - [anon_sym_f64] = ACTIONS(1490), - [anon_sym_bool] = ACTIONS(1490), - [anon_sym_str] = ACTIONS(1490), - [anon_sym_char] = ACTIONS(1490), - [anon_sym_DASH] = ACTIONS(1490), - [anon_sym_SLASH] = ACTIONS(1490), - [anon_sym_PERCENT] = ACTIONS(1490), - [anon_sym_CARET] = ACTIONS(1490), - [anon_sym_AMP] = ACTIONS(1490), - [anon_sym_PIPE] = ACTIONS(1490), - [anon_sym_AMP_AMP] = ACTIONS(1488), - [anon_sym_PIPE_PIPE] = ACTIONS(1488), - [anon_sym_LT_LT] = ACTIONS(1490), - [anon_sym_GT_GT] = ACTIONS(1490), - [anon_sym_PLUS_EQ] = ACTIONS(1488), - [anon_sym_DASH_EQ] = ACTIONS(1488), - [anon_sym_STAR_EQ] = ACTIONS(1488), - [anon_sym_SLASH_EQ] = ACTIONS(1488), - [anon_sym_PERCENT_EQ] = ACTIONS(1488), - [anon_sym_CARET_EQ] = ACTIONS(1488), - [anon_sym_AMP_EQ] = ACTIONS(1488), - [anon_sym_PIPE_EQ] = ACTIONS(1488), - [anon_sym_LT_LT_EQ] = ACTIONS(1488), - [anon_sym_GT_GT_EQ] = ACTIONS(1488), - [anon_sym_EQ] = ACTIONS(1490), - [anon_sym_EQ_EQ] = ACTIONS(1488), - [anon_sym_BANG_EQ] = ACTIONS(1488), - [anon_sym_GT] = ACTIONS(1490), - [anon_sym_LT] = ACTIONS(1490), - [anon_sym_GT_EQ] = ACTIONS(1488), - [anon_sym_LT_EQ] = ACTIONS(1488), - [anon_sym__] = ACTIONS(1490), - [anon_sym_DOT] = ACTIONS(1490), - [anon_sym_DOT_DOT] = ACTIONS(1490), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1488), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1488), - [anon_sym_COMMA] = ACTIONS(1488), - [anon_sym_COLON_COLON] = ACTIONS(1488), - [anon_sym_POUND] = ACTIONS(1488), - [anon_sym_as] = ACTIONS(1490), - [anon_sym_const] = ACTIONS(1490), - [anon_sym_default] = ACTIONS(1490), - [anon_sym_gen] = ACTIONS(1490), - [anon_sym_union] = ACTIONS(1490), - [anon_sym_ref] = ACTIONS(1490), - [sym_mutable_specifier] = ACTIONS(1490), - [anon_sym_raw] = ACTIONS(1490), - [sym_integer_literal] = ACTIONS(1488), - [aux_sym_string_literal_token1] = ACTIONS(1488), - [sym_char_literal] = ACTIONS(1488), - [anon_sym_true] = ACTIONS(1490), - [anon_sym_false] = ACTIONS(1490), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1490), - [sym_super] = ACTIONS(1490), - [sym_crate] = ACTIONS(1490), - [sym_metavariable] = ACTIONS(1488), - [sym__raw_string_literal_start] = ACTIONS(1488), - [sym_float_literal] = ACTIONS(1488), - }, - [STATE(489)] = { - [sym_line_comment] = STATE(489), - [sym_block_comment] = STATE(489), - [sym_identifier] = ACTIONS(1829), - [anon_sym_LPAREN] = ACTIONS(1831), - [anon_sym_LBRACK] = ACTIONS(1831), - [anon_sym_RBRACE] = ACTIONS(1504), - [anon_sym_PLUS] = ACTIONS(1506), - [anon_sym_STAR] = ACTIONS(1506), - [anon_sym_QMARK] = ACTIONS(1504), - [anon_sym_u8] = ACTIONS(1829), - [anon_sym_i8] = ACTIONS(1829), - [anon_sym_u16] = ACTIONS(1829), - [anon_sym_i16] = ACTIONS(1829), - [anon_sym_u32] = ACTIONS(1829), - [anon_sym_i32] = ACTIONS(1829), - [anon_sym_u64] = ACTIONS(1829), - [anon_sym_i64] = ACTIONS(1829), - [anon_sym_u128] = ACTIONS(1829), - [anon_sym_i128] = ACTIONS(1829), - [anon_sym_isize] = ACTIONS(1829), - [anon_sym_usize] = ACTIONS(1829), - [anon_sym_f32] = ACTIONS(1829), - [anon_sym_f64] = ACTIONS(1829), - [anon_sym_bool] = ACTIONS(1829), - [anon_sym_str] = ACTIONS(1829), - [anon_sym_char] = ACTIONS(1829), - [anon_sym_DASH] = ACTIONS(1829), - [anon_sym_SLASH] = ACTIONS(1506), - [anon_sym_PERCENT] = ACTIONS(1506), - [anon_sym_CARET] = ACTIONS(1506), - [anon_sym_AMP] = ACTIONS(1829), - [anon_sym_PIPE] = ACTIONS(1829), - [anon_sym_AMP_AMP] = ACTIONS(1504), - [anon_sym_PIPE_PIPE] = ACTIONS(1504), - [anon_sym_LT_LT] = ACTIONS(1506), - [anon_sym_GT_GT] = ACTIONS(1506), - [anon_sym_PLUS_EQ] = ACTIONS(1504), - [anon_sym_DASH_EQ] = ACTIONS(1504), - [anon_sym_STAR_EQ] = ACTIONS(1504), - [anon_sym_SLASH_EQ] = ACTIONS(1504), - [anon_sym_PERCENT_EQ] = ACTIONS(1504), - [anon_sym_CARET_EQ] = ACTIONS(1504), - [anon_sym_AMP_EQ] = ACTIONS(1504), - [anon_sym_PIPE_EQ] = ACTIONS(1504), - [anon_sym_LT_LT_EQ] = ACTIONS(1504), - [anon_sym_GT_GT_EQ] = ACTIONS(1504), - [anon_sym_EQ] = ACTIONS(1506), - [anon_sym_EQ_EQ] = ACTIONS(1504), - [anon_sym_BANG_EQ] = ACTIONS(1504), - [anon_sym_GT] = ACTIONS(1506), - [anon_sym_LT] = ACTIONS(1829), - [anon_sym_GT_EQ] = ACTIONS(1504), - [anon_sym_LT_EQ] = ACTIONS(1504), - [anon_sym__] = ACTIONS(1829), - [anon_sym_DOT] = ACTIONS(1506), - [anon_sym_DOT_DOT] = ACTIONS(1829), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1504), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1831), - [anon_sym_COMMA] = ACTIONS(1504), - [anon_sym_COLON_COLON] = ACTIONS(1831), - [anon_sym_POUND] = ACTIONS(1831), - [anon_sym_as] = ACTIONS(1506), - [anon_sym_const] = ACTIONS(1829), - [anon_sym_default] = ACTIONS(1829), - [anon_sym_gen] = ACTIONS(1829), - [anon_sym_union] = ACTIONS(1829), - [anon_sym_ref] = ACTIONS(1829), - [sym_mutable_specifier] = ACTIONS(1829), - [anon_sym_raw] = ACTIONS(1829), - [sym_integer_literal] = ACTIONS(1831), - [aux_sym_string_literal_token1] = ACTIONS(1831), - [sym_char_literal] = ACTIONS(1831), - [anon_sym_true] = ACTIONS(1829), - [anon_sym_false] = ACTIONS(1829), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1829), - [sym_super] = ACTIONS(1829), - [sym_crate] = ACTIONS(1829), - [sym_metavariable] = ACTIONS(1831), - [sym__raw_string_literal_start] = ACTIONS(1831), - [sym_float_literal] = ACTIONS(1831), - }, - [STATE(490)] = { - [sym_line_comment] = STATE(490), - [sym_block_comment] = STATE(490), - [sym_identifier] = ACTIONS(1478), - [anon_sym_LPAREN] = ACTIONS(1476), - [anon_sym_LBRACK] = ACTIONS(1476), - [anon_sym_RBRACE] = ACTIONS(1476), - [anon_sym_PLUS] = ACTIONS(1478), - [anon_sym_STAR] = ACTIONS(1478), - [anon_sym_QMARK] = ACTIONS(1476), - [anon_sym_u8] = ACTIONS(1478), - [anon_sym_i8] = ACTIONS(1478), - [anon_sym_u16] = ACTIONS(1478), - [anon_sym_i16] = ACTIONS(1478), - [anon_sym_u32] = ACTIONS(1478), - [anon_sym_i32] = ACTIONS(1478), - [anon_sym_u64] = ACTIONS(1478), - [anon_sym_i64] = ACTIONS(1478), - [anon_sym_u128] = ACTIONS(1478), - [anon_sym_i128] = ACTIONS(1478), - [anon_sym_isize] = ACTIONS(1478), - [anon_sym_usize] = ACTIONS(1478), - [anon_sym_f32] = ACTIONS(1478), - [anon_sym_f64] = ACTIONS(1478), - [anon_sym_bool] = ACTIONS(1478), - [anon_sym_str] = ACTIONS(1478), - [anon_sym_char] = ACTIONS(1478), - [anon_sym_DASH] = ACTIONS(1478), - [anon_sym_SLASH] = ACTIONS(1478), - [anon_sym_PERCENT] = ACTIONS(1478), - [anon_sym_CARET] = ACTIONS(1478), - [anon_sym_AMP] = ACTIONS(1478), - [anon_sym_PIPE] = ACTIONS(1478), - [anon_sym_AMP_AMP] = ACTIONS(1476), - [anon_sym_PIPE_PIPE] = ACTIONS(1476), - [anon_sym_LT_LT] = ACTIONS(1478), - [anon_sym_GT_GT] = ACTIONS(1478), - [anon_sym_PLUS_EQ] = ACTIONS(1476), - [anon_sym_DASH_EQ] = ACTIONS(1476), - [anon_sym_STAR_EQ] = ACTIONS(1476), - [anon_sym_SLASH_EQ] = ACTIONS(1476), - [anon_sym_PERCENT_EQ] = ACTIONS(1476), - [anon_sym_CARET_EQ] = ACTIONS(1476), - [anon_sym_AMP_EQ] = ACTIONS(1476), - [anon_sym_PIPE_EQ] = ACTIONS(1476), - [anon_sym_LT_LT_EQ] = ACTIONS(1476), - [anon_sym_GT_GT_EQ] = ACTIONS(1476), - [anon_sym_EQ] = ACTIONS(1478), - [anon_sym_EQ_EQ] = ACTIONS(1476), - [anon_sym_BANG_EQ] = ACTIONS(1476), - [anon_sym_GT] = ACTIONS(1478), - [anon_sym_LT] = ACTIONS(1478), - [anon_sym_GT_EQ] = ACTIONS(1476), - [anon_sym_LT_EQ] = ACTIONS(1476), - [anon_sym__] = ACTIONS(1478), - [anon_sym_DOT] = ACTIONS(1478), - [anon_sym_DOT_DOT] = ACTIONS(1478), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1476), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1476), - [anon_sym_COMMA] = ACTIONS(1476), - [anon_sym_COLON_COLON] = ACTIONS(1476), - [anon_sym_POUND] = ACTIONS(1476), - [anon_sym_as] = ACTIONS(1478), - [anon_sym_const] = ACTIONS(1478), - [anon_sym_default] = ACTIONS(1478), - [anon_sym_gen] = ACTIONS(1478), - [anon_sym_union] = ACTIONS(1478), - [anon_sym_ref] = ACTIONS(1478), - [sym_mutable_specifier] = ACTIONS(1478), - [anon_sym_raw] = ACTIONS(1478), - [sym_integer_literal] = ACTIONS(1476), - [aux_sym_string_literal_token1] = ACTIONS(1476), - [sym_char_literal] = ACTIONS(1476), - [anon_sym_true] = ACTIONS(1478), - [anon_sym_false] = ACTIONS(1478), + [STATE(487)] = { + [sym_line_comment] = STATE(487), + [sym_block_comment] = STATE(487), + [sym_identifier] = ACTIONS(1494), + [anon_sym_LPAREN] = ACTIONS(1492), + [anon_sym_LBRACK] = ACTIONS(1492), + [anon_sym_RBRACE] = ACTIONS(1492), + [anon_sym_PLUS] = ACTIONS(1494), + [anon_sym_STAR] = ACTIONS(1494), + [anon_sym_QMARK] = ACTIONS(1492), + [anon_sym_u8] = ACTIONS(1494), + [anon_sym_i8] = ACTIONS(1494), + [anon_sym_u16] = ACTIONS(1494), + [anon_sym_i16] = ACTIONS(1494), + [anon_sym_u32] = ACTIONS(1494), + [anon_sym_i32] = ACTIONS(1494), + [anon_sym_u64] = ACTIONS(1494), + [anon_sym_i64] = ACTIONS(1494), + [anon_sym_u128] = ACTIONS(1494), + [anon_sym_i128] = ACTIONS(1494), + [anon_sym_isize] = ACTIONS(1494), + [anon_sym_usize] = ACTIONS(1494), + [anon_sym_f32] = ACTIONS(1494), + [anon_sym_f64] = ACTIONS(1494), + [anon_sym_bool] = ACTIONS(1494), + [anon_sym_str] = ACTIONS(1494), + [anon_sym_char] = ACTIONS(1494), + [anon_sym_DASH] = ACTIONS(1494), + [anon_sym_SLASH] = ACTIONS(1494), + [anon_sym_PERCENT] = ACTIONS(1494), + [anon_sym_CARET] = ACTIONS(1494), + [anon_sym_AMP] = ACTIONS(1494), + [anon_sym_PIPE] = ACTIONS(1494), + [anon_sym_AMP_AMP] = ACTIONS(1492), + [anon_sym_PIPE_PIPE] = ACTIONS(1492), + [anon_sym_LT_LT] = ACTIONS(1494), + [anon_sym_GT_GT] = ACTIONS(1494), + [anon_sym_PLUS_EQ] = ACTIONS(1492), + [anon_sym_DASH_EQ] = ACTIONS(1492), + [anon_sym_STAR_EQ] = ACTIONS(1492), + [anon_sym_SLASH_EQ] = ACTIONS(1492), + [anon_sym_PERCENT_EQ] = ACTIONS(1492), + [anon_sym_CARET_EQ] = ACTIONS(1492), + [anon_sym_AMP_EQ] = ACTIONS(1492), + [anon_sym_PIPE_EQ] = ACTIONS(1492), + [anon_sym_LT_LT_EQ] = ACTIONS(1492), + [anon_sym_GT_GT_EQ] = ACTIONS(1492), + [anon_sym_EQ] = ACTIONS(1494), + [anon_sym_EQ_EQ] = ACTIONS(1492), + [anon_sym_BANG_EQ] = ACTIONS(1492), + [anon_sym_GT] = ACTIONS(1494), + [anon_sym_LT] = ACTIONS(1494), + [anon_sym_GT_EQ] = ACTIONS(1492), + [anon_sym_LT_EQ] = ACTIONS(1492), + [anon_sym__] = ACTIONS(1494), + [anon_sym_DOT] = ACTIONS(1494), + [anon_sym_DOT_DOT] = ACTIONS(1494), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1492), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1492), + [anon_sym_COMMA] = ACTIONS(1492), + [anon_sym_COLON_COLON] = ACTIONS(1492), + [anon_sym_POUND] = ACTIONS(1492), + [anon_sym_as] = ACTIONS(1494), + [anon_sym_const] = ACTIONS(1494), + [anon_sym_default] = ACTIONS(1494), + [anon_sym_gen] = ACTIONS(1494), + [anon_sym_union] = ACTIONS(1494), + [anon_sym_ref] = ACTIONS(1494), + [sym_mutable_specifier] = ACTIONS(1494), + [anon_sym_raw] = ACTIONS(1494), + [sym_integer_literal] = ACTIONS(1492), + [aux_sym_string_literal_token1] = ACTIONS(1492), + [sym_char_literal] = ACTIONS(1492), + [anon_sym_true] = ACTIONS(1494), + [anon_sym_false] = ACTIONS(1494), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1478), - [sym_super] = ACTIONS(1478), - [sym_crate] = ACTIONS(1478), - [sym_metavariable] = ACTIONS(1476), - [sym__raw_string_literal_start] = ACTIONS(1476), - [sym_float_literal] = ACTIONS(1476), + [sym_self] = ACTIONS(1494), + [sym_super] = ACTIONS(1494), + [sym_crate] = ACTIONS(1494), + [sym_metavariable] = ACTIONS(1492), + [sym__raw_string_literal_start] = ACTIONS(1492), + [sym_float_literal] = ACTIONS(1492), }, - [STATE(491)] = { - [sym_line_comment] = STATE(491), - [sym_block_comment] = STATE(491), + [STATE(488)] = { + [sym_line_comment] = STATE(488), + [sym_block_comment] = STATE(488), [sym_identifier] = ACTIONS(1556), [anon_sym_LPAREN] = ACTIONS(1554), [anon_sym_LBRACK] = ACTIONS(1554), @@ -72041,345 +71858,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1554), [sym_float_literal] = ACTIONS(1554), }, - [STATE(492)] = { - [sym_line_comment] = STATE(492), - [sym_block_comment] = STATE(492), - [sym_identifier] = ACTIONS(1494), - [anon_sym_LPAREN] = ACTIONS(1492), - [anon_sym_LBRACK] = ACTIONS(1492), - [anon_sym_RBRACE] = ACTIONS(1492), - [anon_sym_PLUS] = ACTIONS(1494), - [anon_sym_STAR] = ACTIONS(1494), - [anon_sym_QMARK] = ACTIONS(1492), - [anon_sym_u8] = ACTIONS(1494), - [anon_sym_i8] = ACTIONS(1494), - [anon_sym_u16] = ACTIONS(1494), - [anon_sym_i16] = ACTIONS(1494), - [anon_sym_u32] = ACTIONS(1494), - [anon_sym_i32] = ACTIONS(1494), - [anon_sym_u64] = ACTIONS(1494), - [anon_sym_i64] = ACTIONS(1494), - [anon_sym_u128] = ACTIONS(1494), - [anon_sym_i128] = ACTIONS(1494), - [anon_sym_isize] = ACTIONS(1494), - [anon_sym_usize] = ACTIONS(1494), - [anon_sym_f32] = ACTIONS(1494), - [anon_sym_f64] = ACTIONS(1494), - [anon_sym_bool] = ACTIONS(1494), - [anon_sym_str] = ACTIONS(1494), - [anon_sym_char] = ACTIONS(1494), - [anon_sym_DASH] = ACTIONS(1494), - [anon_sym_SLASH] = ACTIONS(1494), - [anon_sym_PERCENT] = ACTIONS(1494), - [anon_sym_CARET] = ACTIONS(1494), - [anon_sym_AMP] = ACTIONS(1494), - [anon_sym_PIPE] = ACTIONS(1494), - [anon_sym_AMP_AMP] = ACTIONS(1492), - [anon_sym_PIPE_PIPE] = ACTIONS(1492), - [anon_sym_LT_LT] = ACTIONS(1494), - [anon_sym_GT_GT] = ACTIONS(1494), - [anon_sym_PLUS_EQ] = ACTIONS(1492), - [anon_sym_DASH_EQ] = ACTIONS(1492), - [anon_sym_STAR_EQ] = ACTIONS(1492), - [anon_sym_SLASH_EQ] = ACTIONS(1492), - [anon_sym_PERCENT_EQ] = ACTIONS(1492), - [anon_sym_CARET_EQ] = ACTIONS(1492), - [anon_sym_AMP_EQ] = ACTIONS(1492), - [anon_sym_PIPE_EQ] = ACTIONS(1492), - [anon_sym_LT_LT_EQ] = ACTIONS(1492), - [anon_sym_GT_GT_EQ] = ACTIONS(1492), - [anon_sym_EQ] = ACTIONS(1494), - [anon_sym_EQ_EQ] = ACTIONS(1492), - [anon_sym_BANG_EQ] = ACTIONS(1492), - [anon_sym_GT] = ACTIONS(1494), - [anon_sym_LT] = ACTIONS(1494), - [anon_sym_GT_EQ] = ACTIONS(1492), - [anon_sym_LT_EQ] = ACTIONS(1492), - [anon_sym__] = ACTIONS(1494), - [anon_sym_DOT] = ACTIONS(1494), - [anon_sym_DOT_DOT] = ACTIONS(1494), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1492), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1492), - [anon_sym_COMMA] = ACTIONS(1492), - [anon_sym_COLON_COLON] = ACTIONS(1492), - [anon_sym_POUND] = ACTIONS(1492), - [anon_sym_as] = ACTIONS(1494), - [anon_sym_const] = ACTIONS(1494), - [anon_sym_default] = ACTIONS(1494), - [anon_sym_gen] = ACTIONS(1494), - [anon_sym_union] = ACTIONS(1494), - [anon_sym_ref] = ACTIONS(1494), - [sym_mutable_specifier] = ACTIONS(1494), - [anon_sym_raw] = ACTIONS(1494), - [sym_integer_literal] = ACTIONS(1492), - [aux_sym_string_literal_token1] = ACTIONS(1492), - [sym_char_literal] = ACTIONS(1492), - [anon_sym_true] = ACTIONS(1494), - [anon_sym_false] = ACTIONS(1494), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1494), - [sym_super] = ACTIONS(1494), - [sym_crate] = ACTIONS(1494), - [sym_metavariable] = ACTIONS(1492), - [sym__raw_string_literal_start] = ACTIONS(1492), - [sym_float_literal] = ACTIONS(1492), - }, - [STATE(493)] = { - [sym_line_comment] = STATE(493), - [sym_block_comment] = STATE(493), - [sym_identifier] = ACTIONS(1522), - [anon_sym_LPAREN] = ACTIONS(1520), - [anon_sym_LBRACK] = ACTIONS(1520), - [anon_sym_RBRACE] = ACTIONS(1520), - [anon_sym_PLUS] = ACTIONS(1522), - [anon_sym_STAR] = ACTIONS(1522), - [anon_sym_QMARK] = ACTIONS(1520), - [anon_sym_u8] = ACTIONS(1522), - [anon_sym_i8] = ACTIONS(1522), - [anon_sym_u16] = ACTIONS(1522), - [anon_sym_i16] = ACTIONS(1522), - [anon_sym_u32] = ACTIONS(1522), - [anon_sym_i32] = ACTIONS(1522), - [anon_sym_u64] = ACTIONS(1522), - [anon_sym_i64] = ACTIONS(1522), - [anon_sym_u128] = ACTIONS(1522), - [anon_sym_i128] = ACTIONS(1522), - [anon_sym_isize] = ACTIONS(1522), - [anon_sym_usize] = ACTIONS(1522), - [anon_sym_f32] = ACTIONS(1522), - [anon_sym_f64] = ACTIONS(1522), - [anon_sym_bool] = ACTIONS(1522), - [anon_sym_str] = ACTIONS(1522), - [anon_sym_char] = ACTIONS(1522), - [anon_sym_DASH] = ACTIONS(1522), - [anon_sym_SLASH] = ACTIONS(1522), - [anon_sym_PERCENT] = ACTIONS(1522), - [anon_sym_CARET] = ACTIONS(1522), - [anon_sym_AMP] = ACTIONS(1522), - [anon_sym_PIPE] = ACTIONS(1522), - [anon_sym_AMP_AMP] = ACTIONS(1520), - [anon_sym_PIPE_PIPE] = ACTIONS(1520), - [anon_sym_LT_LT] = ACTIONS(1522), - [anon_sym_GT_GT] = ACTIONS(1522), - [anon_sym_PLUS_EQ] = ACTIONS(1520), - [anon_sym_DASH_EQ] = ACTIONS(1520), - [anon_sym_STAR_EQ] = ACTIONS(1520), - [anon_sym_SLASH_EQ] = ACTIONS(1520), - [anon_sym_PERCENT_EQ] = ACTIONS(1520), - [anon_sym_CARET_EQ] = ACTIONS(1520), - [anon_sym_AMP_EQ] = ACTIONS(1520), - [anon_sym_PIPE_EQ] = ACTIONS(1520), - [anon_sym_LT_LT_EQ] = ACTIONS(1520), - [anon_sym_GT_GT_EQ] = ACTIONS(1520), - [anon_sym_EQ] = ACTIONS(1522), - [anon_sym_EQ_EQ] = ACTIONS(1520), - [anon_sym_BANG_EQ] = ACTIONS(1520), - [anon_sym_GT] = ACTIONS(1522), - [anon_sym_LT] = ACTIONS(1522), - [anon_sym_GT_EQ] = ACTIONS(1520), - [anon_sym_LT_EQ] = ACTIONS(1520), - [anon_sym__] = ACTIONS(1522), - [anon_sym_DOT] = ACTIONS(1522), - [anon_sym_DOT_DOT] = ACTIONS(1522), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1520), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1520), - [anon_sym_COMMA] = ACTIONS(1520), - [anon_sym_COLON_COLON] = ACTIONS(1520), - [anon_sym_POUND] = ACTIONS(1520), - [anon_sym_as] = ACTIONS(1522), - [anon_sym_const] = ACTIONS(1522), - [anon_sym_default] = ACTIONS(1522), - [anon_sym_gen] = ACTIONS(1522), - [anon_sym_union] = ACTIONS(1522), - [anon_sym_ref] = ACTIONS(1522), - [sym_mutable_specifier] = ACTIONS(1522), - [anon_sym_raw] = ACTIONS(1522), - [sym_integer_literal] = ACTIONS(1520), - [aux_sym_string_literal_token1] = ACTIONS(1520), - [sym_char_literal] = ACTIONS(1520), - [anon_sym_true] = ACTIONS(1522), - [anon_sym_false] = ACTIONS(1522), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1522), - [sym_super] = ACTIONS(1522), - [sym_crate] = ACTIONS(1522), - [sym_metavariable] = ACTIONS(1520), - [sym__raw_string_literal_start] = ACTIONS(1520), - [sym_float_literal] = ACTIONS(1520), - }, - [STATE(494)] = { - [sym_line_comment] = STATE(494), - [sym_block_comment] = STATE(494), - [sym_identifier] = ACTIONS(1518), - [anon_sym_LPAREN] = ACTIONS(1516), - [anon_sym_LBRACK] = ACTIONS(1516), - [anon_sym_RBRACE] = ACTIONS(1516), - [anon_sym_PLUS] = ACTIONS(1518), - [anon_sym_STAR] = ACTIONS(1518), - [anon_sym_QMARK] = ACTIONS(1516), - [anon_sym_u8] = ACTIONS(1518), - [anon_sym_i8] = ACTIONS(1518), - [anon_sym_u16] = ACTIONS(1518), - [anon_sym_i16] = ACTIONS(1518), - [anon_sym_u32] = ACTIONS(1518), - [anon_sym_i32] = ACTIONS(1518), - [anon_sym_u64] = ACTIONS(1518), - [anon_sym_i64] = ACTIONS(1518), - [anon_sym_u128] = ACTIONS(1518), - [anon_sym_i128] = ACTIONS(1518), - [anon_sym_isize] = ACTIONS(1518), - [anon_sym_usize] = ACTIONS(1518), - [anon_sym_f32] = ACTIONS(1518), - [anon_sym_f64] = ACTIONS(1518), - [anon_sym_bool] = ACTIONS(1518), - [anon_sym_str] = ACTIONS(1518), - [anon_sym_char] = ACTIONS(1518), - [anon_sym_DASH] = ACTIONS(1518), - [anon_sym_SLASH] = ACTIONS(1518), - [anon_sym_PERCENT] = ACTIONS(1518), - [anon_sym_CARET] = ACTIONS(1518), - [anon_sym_AMP] = ACTIONS(1518), - [anon_sym_PIPE] = ACTIONS(1518), - [anon_sym_AMP_AMP] = ACTIONS(1516), - [anon_sym_PIPE_PIPE] = ACTIONS(1516), - [anon_sym_LT_LT] = ACTIONS(1518), - [anon_sym_GT_GT] = ACTIONS(1518), - [anon_sym_PLUS_EQ] = ACTIONS(1516), - [anon_sym_DASH_EQ] = ACTIONS(1516), - [anon_sym_STAR_EQ] = ACTIONS(1516), - [anon_sym_SLASH_EQ] = ACTIONS(1516), - [anon_sym_PERCENT_EQ] = ACTIONS(1516), - [anon_sym_CARET_EQ] = ACTIONS(1516), - [anon_sym_AMP_EQ] = ACTIONS(1516), - [anon_sym_PIPE_EQ] = ACTIONS(1516), - [anon_sym_LT_LT_EQ] = ACTIONS(1516), - [anon_sym_GT_GT_EQ] = ACTIONS(1516), - [anon_sym_EQ] = ACTIONS(1518), - [anon_sym_EQ_EQ] = ACTIONS(1516), - [anon_sym_BANG_EQ] = ACTIONS(1516), - [anon_sym_GT] = ACTIONS(1518), - [anon_sym_LT] = ACTIONS(1518), - [anon_sym_GT_EQ] = ACTIONS(1516), - [anon_sym_LT_EQ] = ACTIONS(1516), - [anon_sym__] = ACTIONS(1518), - [anon_sym_DOT] = ACTIONS(1518), - [anon_sym_DOT_DOT] = ACTIONS(1518), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1516), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1516), - [anon_sym_COMMA] = ACTIONS(1516), - [anon_sym_COLON_COLON] = ACTIONS(1516), - [anon_sym_POUND] = ACTIONS(1516), - [anon_sym_as] = ACTIONS(1518), - [anon_sym_const] = ACTIONS(1518), - [anon_sym_default] = ACTIONS(1518), - [anon_sym_gen] = ACTIONS(1518), - [anon_sym_union] = ACTIONS(1518), - [anon_sym_ref] = ACTIONS(1518), - [sym_mutable_specifier] = ACTIONS(1518), - [anon_sym_raw] = ACTIONS(1518), - [sym_integer_literal] = ACTIONS(1516), - [aux_sym_string_literal_token1] = ACTIONS(1516), - [sym_char_literal] = ACTIONS(1516), - [anon_sym_true] = ACTIONS(1518), - [anon_sym_false] = ACTIONS(1518), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1518), - [sym_super] = ACTIONS(1518), - [sym_crate] = ACTIONS(1518), - [sym_metavariable] = ACTIONS(1516), - [sym__raw_string_literal_start] = ACTIONS(1516), - [sym_float_literal] = ACTIONS(1516), - }, - [STATE(495)] = { - [sym_bracketed_type] = STATE(3762), - [sym_generic_type] = STATE(3764), - [sym_generic_type_with_turbofish] = STATE(3481), - [sym_macro_invocation] = STATE(2182), - [sym_scoped_identifier] = STATE(2047), - [sym_scoped_type_identifier] = STATE(3014), - [sym_const_block] = STATE(2182), - [sym_closure_expression] = STATE(3030), - [sym_closure_parameters] = STATE(242), - [sym__pattern] = STATE(2669), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), - [sym_line_comment] = STATE(495), - [sym_block_comment] = STATE(495), - [sym_identifier] = ACTIONS(1730), - [anon_sym_LPAREN] = ACTIONS(1732), - [anon_sym_RPAREN] = ACTIONS(1833), - [anon_sym_LBRACK] = ACTIONS(1736), - [anon_sym_u8] = ACTIONS(1738), - [anon_sym_i8] = ACTIONS(1738), - [anon_sym_u16] = ACTIONS(1738), - [anon_sym_i16] = ACTIONS(1738), - [anon_sym_u32] = ACTIONS(1738), - [anon_sym_i32] = ACTIONS(1738), - [anon_sym_u64] = ACTIONS(1738), - [anon_sym_i64] = ACTIONS(1738), - [anon_sym_u128] = ACTIONS(1738), - [anon_sym_i128] = ACTIONS(1738), - [anon_sym_isize] = ACTIONS(1738), - [anon_sym_usize] = ACTIONS(1738), - [anon_sym_f32] = ACTIONS(1738), - [anon_sym_f64] = ACTIONS(1738), - [anon_sym_bool] = ACTIONS(1738), - [anon_sym_str] = ACTIONS(1738), - [anon_sym_char] = ACTIONS(1738), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_AMP] = ACTIONS(1740), - [anon_sym_PIPE] = ACTIONS(1420), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1422), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COMMA] = ACTIONS(1424), - [anon_sym_COLON_COLON] = ACTIONS(1744), - [anon_sym_async] = ACTIONS(1746), - [anon_sym_const] = ACTIONS(1748), - [anon_sym_default] = ACTIONS(1750), - [anon_sym_gen] = ACTIONS(1750), - [anon_sym_static] = ACTIONS(1428), - [anon_sym_union] = ACTIONS(1750), - [anon_sym_ref] = ACTIONS(1114), - [sym_mutable_specifier] = ACTIONS(1430), - [anon_sym_raw] = ACTIONS(1750), - [anon_sym_move] = ACTIONS(1432), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1752), - [sym_super] = ACTIONS(1752), - [sym_crate] = ACTIONS(1752), - [sym_metavariable] = ACTIONS(1754), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), - }, - [STATE(496)] = { - [sym_line_comment] = STATE(496), - [sym_block_comment] = STATE(496), + [STATE(489)] = { + [sym_line_comment] = STATE(489), + [sym_block_comment] = STATE(489), [sym_identifier] = ACTIONS(1482), [anon_sym_LPAREN] = ACTIONS(1480), [anon_sym_LBRACK] = ACTIONS(1480), @@ -72461,123 +71942,459 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1480), [sym_float_literal] = ACTIONS(1480), }, - [STATE(497)] = { - [sym_line_comment] = STATE(497), - [sym_block_comment] = STATE(497), - [sym_identifier] = ACTIONS(1526), - [anon_sym_LPAREN] = ACTIONS(1524), - [anon_sym_LBRACK] = ACTIONS(1524), - [anon_sym_RBRACE] = ACTIONS(1524), - [anon_sym_PLUS] = ACTIONS(1526), - [anon_sym_STAR] = ACTIONS(1526), - [anon_sym_QMARK] = ACTIONS(1524), - [anon_sym_u8] = ACTIONS(1526), - [anon_sym_i8] = ACTIONS(1526), - [anon_sym_u16] = ACTIONS(1526), - [anon_sym_i16] = ACTIONS(1526), - [anon_sym_u32] = ACTIONS(1526), - [anon_sym_i32] = ACTIONS(1526), - [anon_sym_u64] = ACTIONS(1526), - [anon_sym_i64] = ACTIONS(1526), - [anon_sym_u128] = ACTIONS(1526), - [anon_sym_i128] = ACTIONS(1526), - [anon_sym_isize] = ACTIONS(1526), - [anon_sym_usize] = ACTIONS(1526), - [anon_sym_f32] = ACTIONS(1526), - [anon_sym_f64] = ACTIONS(1526), - [anon_sym_bool] = ACTIONS(1526), - [anon_sym_str] = ACTIONS(1526), - [anon_sym_char] = ACTIONS(1526), - [anon_sym_DASH] = ACTIONS(1526), - [anon_sym_SLASH] = ACTIONS(1526), - [anon_sym_PERCENT] = ACTIONS(1526), - [anon_sym_CARET] = ACTIONS(1526), - [anon_sym_AMP] = ACTIONS(1526), - [anon_sym_PIPE] = ACTIONS(1526), - [anon_sym_AMP_AMP] = ACTIONS(1524), - [anon_sym_PIPE_PIPE] = ACTIONS(1524), - [anon_sym_LT_LT] = ACTIONS(1526), - [anon_sym_GT_GT] = ACTIONS(1526), - [anon_sym_PLUS_EQ] = ACTIONS(1524), - [anon_sym_DASH_EQ] = ACTIONS(1524), - [anon_sym_STAR_EQ] = ACTIONS(1524), - [anon_sym_SLASH_EQ] = ACTIONS(1524), - [anon_sym_PERCENT_EQ] = ACTIONS(1524), - [anon_sym_CARET_EQ] = ACTIONS(1524), - [anon_sym_AMP_EQ] = ACTIONS(1524), - [anon_sym_PIPE_EQ] = ACTIONS(1524), - [anon_sym_LT_LT_EQ] = ACTIONS(1524), - [anon_sym_GT_GT_EQ] = ACTIONS(1524), - [anon_sym_EQ] = ACTIONS(1526), - [anon_sym_EQ_EQ] = ACTIONS(1524), - [anon_sym_BANG_EQ] = ACTIONS(1524), - [anon_sym_GT] = ACTIONS(1526), - [anon_sym_LT] = ACTIONS(1526), - [anon_sym_GT_EQ] = ACTIONS(1524), - [anon_sym_LT_EQ] = ACTIONS(1524), - [anon_sym__] = ACTIONS(1526), - [anon_sym_DOT] = ACTIONS(1526), - [anon_sym_DOT_DOT] = ACTIONS(1526), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1524), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1524), - [anon_sym_COMMA] = ACTIONS(1524), - [anon_sym_COLON_COLON] = ACTIONS(1524), - [anon_sym_POUND] = ACTIONS(1524), - [anon_sym_as] = ACTIONS(1526), - [anon_sym_const] = ACTIONS(1526), - [anon_sym_default] = ACTIONS(1526), - [anon_sym_gen] = ACTIONS(1526), - [anon_sym_union] = ACTIONS(1526), - [anon_sym_ref] = ACTIONS(1526), - [sym_mutable_specifier] = ACTIONS(1526), - [anon_sym_raw] = ACTIONS(1526), - [sym_integer_literal] = ACTIONS(1524), - [aux_sym_string_literal_token1] = ACTIONS(1524), - [sym_char_literal] = ACTIONS(1524), - [anon_sym_true] = ACTIONS(1526), - [anon_sym_false] = ACTIONS(1526), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1526), - [sym_super] = ACTIONS(1526), - [sym_crate] = ACTIONS(1526), - [sym_metavariable] = ACTIONS(1524), - [sym__raw_string_literal_start] = ACTIONS(1524), - [sym_float_literal] = ACTIONS(1524), + [STATE(490)] = { + [sym_line_comment] = STATE(490), + [sym_block_comment] = STATE(490), + [sym_identifier] = ACTIONS(1524), + [anon_sym_LPAREN] = ACTIONS(1522), + [anon_sym_LBRACK] = ACTIONS(1522), + [anon_sym_RBRACE] = ACTIONS(1522), + [anon_sym_PLUS] = ACTIONS(1524), + [anon_sym_STAR] = ACTIONS(1524), + [anon_sym_QMARK] = ACTIONS(1522), + [anon_sym_u8] = ACTIONS(1524), + [anon_sym_i8] = ACTIONS(1524), + [anon_sym_u16] = ACTIONS(1524), + [anon_sym_i16] = ACTIONS(1524), + [anon_sym_u32] = ACTIONS(1524), + [anon_sym_i32] = ACTIONS(1524), + [anon_sym_u64] = ACTIONS(1524), + [anon_sym_i64] = ACTIONS(1524), + [anon_sym_u128] = ACTIONS(1524), + [anon_sym_i128] = ACTIONS(1524), + [anon_sym_isize] = ACTIONS(1524), + [anon_sym_usize] = ACTIONS(1524), + [anon_sym_f32] = ACTIONS(1524), + [anon_sym_f64] = ACTIONS(1524), + [anon_sym_bool] = ACTIONS(1524), + [anon_sym_str] = ACTIONS(1524), + [anon_sym_char] = ACTIONS(1524), + [anon_sym_DASH] = ACTIONS(1524), + [anon_sym_SLASH] = ACTIONS(1524), + [anon_sym_PERCENT] = ACTIONS(1524), + [anon_sym_CARET] = ACTIONS(1524), + [anon_sym_AMP] = ACTIONS(1524), + [anon_sym_PIPE] = ACTIONS(1524), + [anon_sym_AMP_AMP] = ACTIONS(1522), + [anon_sym_PIPE_PIPE] = ACTIONS(1522), + [anon_sym_LT_LT] = ACTIONS(1524), + [anon_sym_GT_GT] = ACTIONS(1524), + [anon_sym_PLUS_EQ] = ACTIONS(1522), + [anon_sym_DASH_EQ] = ACTIONS(1522), + [anon_sym_STAR_EQ] = ACTIONS(1522), + [anon_sym_SLASH_EQ] = ACTIONS(1522), + [anon_sym_PERCENT_EQ] = ACTIONS(1522), + [anon_sym_CARET_EQ] = ACTIONS(1522), + [anon_sym_AMP_EQ] = ACTIONS(1522), + [anon_sym_PIPE_EQ] = ACTIONS(1522), + [anon_sym_LT_LT_EQ] = ACTIONS(1522), + [anon_sym_GT_GT_EQ] = ACTIONS(1522), + [anon_sym_EQ] = ACTIONS(1524), + [anon_sym_EQ_EQ] = ACTIONS(1522), + [anon_sym_BANG_EQ] = ACTIONS(1522), + [anon_sym_GT] = ACTIONS(1524), + [anon_sym_LT] = ACTIONS(1524), + [anon_sym_GT_EQ] = ACTIONS(1522), + [anon_sym_LT_EQ] = ACTIONS(1522), + [anon_sym__] = ACTIONS(1524), + [anon_sym_DOT] = ACTIONS(1524), + [anon_sym_DOT_DOT] = ACTIONS(1524), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1522), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1522), + [anon_sym_COMMA] = ACTIONS(1522), + [anon_sym_COLON_COLON] = ACTIONS(1522), + [anon_sym_POUND] = ACTIONS(1522), + [anon_sym_as] = ACTIONS(1524), + [anon_sym_const] = ACTIONS(1524), + [anon_sym_default] = ACTIONS(1524), + [anon_sym_gen] = ACTIONS(1524), + [anon_sym_union] = ACTIONS(1524), + [anon_sym_ref] = ACTIONS(1524), + [sym_mutable_specifier] = ACTIONS(1524), + [anon_sym_raw] = ACTIONS(1524), + [sym_integer_literal] = ACTIONS(1522), + [aux_sym_string_literal_token1] = ACTIONS(1522), + [sym_char_literal] = ACTIONS(1522), + [anon_sym_true] = ACTIONS(1524), + [anon_sym_false] = ACTIONS(1524), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1524), + [sym_super] = ACTIONS(1524), + [sym_crate] = ACTIONS(1524), + [sym_metavariable] = ACTIONS(1522), + [sym__raw_string_literal_start] = ACTIONS(1522), + [sym_float_literal] = ACTIONS(1522), }, - [STATE(498)] = { - [sym_line_comment] = STATE(498), - [sym_block_comment] = STATE(498), - [sym_identifier] = ACTIONS(1468), - [anon_sym_LPAREN] = ACTIONS(1466), - [anon_sym_LBRACK] = ACTIONS(1466), + [STATE(491)] = { + [sym_line_comment] = STATE(491), + [sym_block_comment] = STATE(491), + [sym_identifier] = ACTIONS(1544), + [anon_sym_LPAREN] = ACTIONS(1542), + [anon_sym_LBRACK] = ACTIONS(1542), + [anon_sym_RBRACE] = ACTIONS(1542), + [anon_sym_PLUS] = ACTIONS(1544), + [anon_sym_STAR] = ACTIONS(1544), + [anon_sym_QMARK] = ACTIONS(1542), + [anon_sym_u8] = ACTIONS(1544), + [anon_sym_i8] = ACTIONS(1544), + [anon_sym_u16] = ACTIONS(1544), + [anon_sym_i16] = ACTIONS(1544), + [anon_sym_u32] = ACTIONS(1544), + [anon_sym_i32] = ACTIONS(1544), + [anon_sym_u64] = ACTIONS(1544), + [anon_sym_i64] = ACTIONS(1544), + [anon_sym_u128] = ACTIONS(1544), + [anon_sym_i128] = ACTIONS(1544), + [anon_sym_isize] = ACTIONS(1544), + [anon_sym_usize] = ACTIONS(1544), + [anon_sym_f32] = ACTIONS(1544), + [anon_sym_f64] = ACTIONS(1544), + [anon_sym_bool] = ACTIONS(1544), + [anon_sym_str] = ACTIONS(1544), + [anon_sym_char] = ACTIONS(1544), + [anon_sym_DASH] = ACTIONS(1544), + [anon_sym_SLASH] = ACTIONS(1544), + [anon_sym_PERCENT] = ACTIONS(1544), + [anon_sym_CARET] = ACTIONS(1544), + [anon_sym_AMP] = ACTIONS(1544), + [anon_sym_PIPE] = ACTIONS(1544), + [anon_sym_AMP_AMP] = ACTIONS(1542), + [anon_sym_PIPE_PIPE] = ACTIONS(1542), + [anon_sym_LT_LT] = ACTIONS(1544), + [anon_sym_GT_GT] = ACTIONS(1544), + [anon_sym_PLUS_EQ] = ACTIONS(1542), + [anon_sym_DASH_EQ] = ACTIONS(1542), + [anon_sym_STAR_EQ] = ACTIONS(1542), + [anon_sym_SLASH_EQ] = ACTIONS(1542), + [anon_sym_PERCENT_EQ] = ACTIONS(1542), + [anon_sym_CARET_EQ] = ACTIONS(1542), + [anon_sym_AMP_EQ] = ACTIONS(1542), + [anon_sym_PIPE_EQ] = ACTIONS(1542), + [anon_sym_LT_LT_EQ] = ACTIONS(1542), + [anon_sym_GT_GT_EQ] = ACTIONS(1542), + [anon_sym_EQ] = ACTIONS(1544), + [anon_sym_EQ_EQ] = ACTIONS(1542), + [anon_sym_BANG_EQ] = ACTIONS(1542), + [anon_sym_GT] = ACTIONS(1544), + [anon_sym_LT] = ACTIONS(1544), + [anon_sym_GT_EQ] = ACTIONS(1542), + [anon_sym_LT_EQ] = ACTIONS(1542), + [anon_sym__] = ACTIONS(1544), + [anon_sym_DOT] = ACTIONS(1544), + [anon_sym_DOT_DOT] = ACTIONS(1544), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1542), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1542), + [anon_sym_COMMA] = ACTIONS(1542), + [anon_sym_COLON_COLON] = ACTIONS(1542), + [anon_sym_POUND] = ACTIONS(1542), + [anon_sym_as] = ACTIONS(1544), + [anon_sym_const] = ACTIONS(1544), + [anon_sym_default] = ACTIONS(1544), + [anon_sym_gen] = ACTIONS(1544), + [anon_sym_union] = ACTIONS(1544), + [anon_sym_ref] = ACTIONS(1544), + [sym_mutable_specifier] = ACTIONS(1544), + [anon_sym_raw] = ACTIONS(1544), + [sym_integer_literal] = ACTIONS(1542), + [aux_sym_string_literal_token1] = ACTIONS(1542), + [sym_char_literal] = ACTIONS(1542), + [anon_sym_true] = ACTIONS(1544), + [anon_sym_false] = ACTIONS(1544), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1544), + [sym_super] = ACTIONS(1544), + [sym_crate] = ACTIONS(1544), + [sym_metavariable] = ACTIONS(1542), + [sym__raw_string_literal_start] = ACTIONS(1542), + [sym_float_literal] = ACTIONS(1542), + }, + [STATE(492)] = { + [sym_line_comment] = STATE(492), + [sym_block_comment] = STATE(492), + [sym_identifier] = ACTIONS(1538), + [anon_sym_LPAREN] = ACTIONS(1536), + [anon_sym_LBRACK] = ACTIONS(1536), + [anon_sym_RBRACE] = ACTIONS(1536), + [anon_sym_PLUS] = ACTIONS(1538), + [anon_sym_STAR] = ACTIONS(1538), + [anon_sym_QMARK] = ACTIONS(1536), + [anon_sym_u8] = ACTIONS(1538), + [anon_sym_i8] = ACTIONS(1538), + [anon_sym_u16] = ACTIONS(1538), + [anon_sym_i16] = ACTIONS(1538), + [anon_sym_u32] = ACTIONS(1538), + [anon_sym_i32] = ACTIONS(1538), + [anon_sym_u64] = ACTIONS(1538), + [anon_sym_i64] = ACTIONS(1538), + [anon_sym_u128] = ACTIONS(1538), + [anon_sym_i128] = ACTIONS(1538), + [anon_sym_isize] = ACTIONS(1538), + [anon_sym_usize] = ACTIONS(1538), + [anon_sym_f32] = ACTIONS(1538), + [anon_sym_f64] = ACTIONS(1538), + [anon_sym_bool] = ACTIONS(1538), + [anon_sym_str] = ACTIONS(1538), + [anon_sym_char] = ACTIONS(1538), + [anon_sym_DASH] = ACTIONS(1538), + [anon_sym_SLASH] = ACTIONS(1538), + [anon_sym_PERCENT] = ACTIONS(1538), + [anon_sym_CARET] = ACTIONS(1538), + [anon_sym_AMP] = ACTIONS(1538), + [anon_sym_PIPE] = ACTIONS(1538), + [anon_sym_AMP_AMP] = ACTIONS(1536), + [anon_sym_PIPE_PIPE] = ACTIONS(1536), + [anon_sym_LT_LT] = ACTIONS(1538), + [anon_sym_GT_GT] = ACTIONS(1538), + [anon_sym_PLUS_EQ] = ACTIONS(1536), + [anon_sym_DASH_EQ] = ACTIONS(1536), + [anon_sym_STAR_EQ] = ACTIONS(1536), + [anon_sym_SLASH_EQ] = ACTIONS(1536), + [anon_sym_PERCENT_EQ] = ACTIONS(1536), + [anon_sym_CARET_EQ] = ACTIONS(1536), + [anon_sym_AMP_EQ] = ACTIONS(1536), + [anon_sym_PIPE_EQ] = ACTIONS(1536), + [anon_sym_LT_LT_EQ] = ACTIONS(1536), + [anon_sym_GT_GT_EQ] = ACTIONS(1536), + [anon_sym_EQ] = ACTIONS(1538), + [anon_sym_EQ_EQ] = ACTIONS(1536), + [anon_sym_BANG_EQ] = ACTIONS(1536), + [anon_sym_GT] = ACTIONS(1538), + [anon_sym_LT] = ACTIONS(1538), + [anon_sym_GT_EQ] = ACTIONS(1536), + [anon_sym_LT_EQ] = ACTIONS(1536), + [anon_sym__] = ACTIONS(1538), + [anon_sym_DOT] = ACTIONS(1538), + [anon_sym_DOT_DOT] = ACTIONS(1538), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1536), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1536), + [anon_sym_COMMA] = ACTIONS(1536), + [anon_sym_COLON_COLON] = ACTIONS(1536), + [anon_sym_POUND] = ACTIONS(1536), + [anon_sym_as] = ACTIONS(1538), + [anon_sym_const] = ACTIONS(1538), + [anon_sym_default] = ACTIONS(1538), + [anon_sym_gen] = ACTIONS(1538), + [anon_sym_union] = ACTIONS(1538), + [anon_sym_ref] = ACTIONS(1538), + [sym_mutable_specifier] = ACTIONS(1538), + [anon_sym_raw] = ACTIONS(1538), + [sym_integer_literal] = ACTIONS(1536), + [aux_sym_string_literal_token1] = ACTIONS(1536), + [sym_char_literal] = ACTIONS(1536), + [anon_sym_true] = ACTIONS(1538), + [anon_sym_false] = ACTIONS(1538), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1538), + [sym_super] = ACTIONS(1538), + [sym_crate] = ACTIONS(1538), + [sym_metavariable] = ACTIONS(1536), + [sym__raw_string_literal_start] = ACTIONS(1536), + [sym_float_literal] = ACTIONS(1536), + }, + [STATE(493)] = { + [sym_attribute_item] = STATE(1206), + [sym_inner_attribute_item] = STATE(1206), + [sym_bracketed_type] = STATE(3698), + [sym_generic_type] = STATE(3513), + [sym_generic_type_with_turbofish] = STATE(3435), + [sym_macro_invocation] = STATE(2935), + [sym_scoped_identifier] = STATE(2252), + [sym_scoped_type_identifier] = STATE(3061), + [sym_match_arm] = STATE(1219), + [sym_match_pattern] = STATE(3661), + [sym_const_block] = STATE(2935), + [sym__pattern] = STATE(3153), + [sym_generic_pattern] = STATE(2935), + [sym_tuple_pattern] = STATE(2935), + [sym_slice_pattern] = STATE(2935), + [sym_tuple_struct_pattern] = STATE(2935), + [sym_struct_pattern] = STATE(2935), + [sym_remaining_field_pattern] = STATE(2935), + [sym_mut_pattern] = STATE(2935), + [sym_range_pattern] = STATE(2935), + [sym_ref_pattern] = STATE(2935), + [sym_captured_pattern] = STATE(2935), + [sym_reference_pattern] = STATE(2935), + [sym_or_pattern] = STATE(2935), + [sym__literal_pattern] = STATE(2490), + [sym_negative_literal] = STATE(2411), + [sym_string_literal] = STATE(2411), + [sym_raw_string_literal] = STATE(2411), + [sym_boolean_literal] = STATE(2411), + [sym_line_comment] = STATE(493), + [sym_block_comment] = STATE(493), + [aux_sym_match_block_repeat1] = STATE(493), + [aux_sym_match_arm_repeat1] = STATE(649), + [sym_identifier] = ACTIONS(1762), + [anon_sym_LPAREN] = ACTIONS(1765), + [anon_sym_LBRACK] = ACTIONS(1768), + [anon_sym_u8] = ACTIONS(1771), + [anon_sym_i8] = ACTIONS(1771), + [anon_sym_u16] = ACTIONS(1771), + [anon_sym_i16] = ACTIONS(1771), + [anon_sym_u32] = ACTIONS(1771), + [anon_sym_i32] = ACTIONS(1771), + [anon_sym_u64] = ACTIONS(1771), + [anon_sym_i64] = ACTIONS(1771), + [anon_sym_u128] = ACTIONS(1771), + [anon_sym_i128] = ACTIONS(1771), + [anon_sym_isize] = ACTIONS(1771), + [anon_sym_usize] = ACTIONS(1771), + [anon_sym_f32] = ACTIONS(1771), + [anon_sym_f64] = ACTIONS(1771), + [anon_sym_bool] = ACTIONS(1771), + [anon_sym_str] = ACTIONS(1771), + [anon_sym_char] = ACTIONS(1771), + [anon_sym_DASH] = ACTIONS(1774), + [anon_sym_AMP] = ACTIONS(1777), + [anon_sym_PIPE] = ACTIONS(1780), + [anon_sym_LT] = ACTIONS(1783), + [anon_sym__] = ACTIONS(1786), + [anon_sym_DOT_DOT] = ACTIONS(1789), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1792), + [anon_sym_COLON_COLON] = ACTIONS(1795), + [anon_sym_POUND] = ACTIONS(1798), + [anon_sym_const] = ACTIONS(1801), + [anon_sym_default] = ACTIONS(1804), + [anon_sym_gen] = ACTIONS(1804), + [anon_sym_union] = ACTIONS(1804), + [anon_sym_ref] = ACTIONS(1807), + [sym_mutable_specifier] = ACTIONS(1810), + [anon_sym_raw] = ACTIONS(1804), + [sym_integer_literal] = ACTIONS(1813), + [aux_sym_string_literal_token1] = ACTIONS(1816), + [sym_char_literal] = ACTIONS(1813), + [anon_sym_true] = ACTIONS(1819), + [anon_sym_false] = ACTIONS(1819), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1822), + [sym_super] = ACTIONS(1822), + [sym_crate] = ACTIONS(1822), + [sym_metavariable] = ACTIONS(1825), + [sym__raw_string_literal_start] = ACTIONS(1828), + [sym_float_literal] = ACTIONS(1813), + }, + [STATE(494)] = { + [sym_line_comment] = STATE(494), + [sym_block_comment] = STATE(494), + [sym_identifier] = ACTIONS(1506), + [anon_sym_LPAREN] = ACTIONS(1504), + [anon_sym_LBRACK] = ACTIONS(1504), + [anon_sym_RBRACE] = ACTIONS(1504), + [anon_sym_PLUS] = ACTIONS(1506), + [anon_sym_STAR] = ACTIONS(1506), + [anon_sym_QMARK] = ACTIONS(1504), + [anon_sym_u8] = ACTIONS(1506), + [anon_sym_i8] = ACTIONS(1506), + [anon_sym_u16] = ACTIONS(1506), + [anon_sym_i16] = ACTIONS(1506), + [anon_sym_u32] = ACTIONS(1506), + [anon_sym_i32] = ACTIONS(1506), + [anon_sym_u64] = ACTIONS(1506), + [anon_sym_i64] = ACTIONS(1506), + [anon_sym_u128] = ACTIONS(1506), + [anon_sym_i128] = ACTIONS(1506), + [anon_sym_isize] = ACTIONS(1506), + [anon_sym_usize] = ACTIONS(1506), + [anon_sym_f32] = ACTIONS(1506), + [anon_sym_f64] = ACTIONS(1506), + [anon_sym_bool] = ACTIONS(1506), + [anon_sym_str] = ACTIONS(1506), + [anon_sym_char] = ACTIONS(1506), + [anon_sym_DASH] = ACTIONS(1506), + [anon_sym_SLASH] = ACTIONS(1506), + [anon_sym_PERCENT] = ACTIONS(1506), + [anon_sym_CARET] = ACTIONS(1506), + [anon_sym_AMP] = ACTIONS(1506), + [anon_sym_PIPE] = ACTIONS(1506), + [anon_sym_AMP_AMP] = ACTIONS(1504), + [anon_sym_PIPE_PIPE] = ACTIONS(1504), + [anon_sym_LT_LT] = ACTIONS(1506), + [anon_sym_GT_GT] = ACTIONS(1506), + [anon_sym_PLUS_EQ] = ACTIONS(1504), + [anon_sym_DASH_EQ] = ACTIONS(1504), + [anon_sym_STAR_EQ] = ACTIONS(1504), + [anon_sym_SLASH_EQ] = ACTIONS(1504), + [anon_sym_PERCENT_EQ] = ACTIONS(1504), + [anon_sym_CARET_EQ] = ACTIONS(1504), + [anon_sym_AMP_EQ] = ACTIONS(1504), + [anon_sym_PIPE_EQ] = ACTIONS(1504), + [anon_sym_LT_LT_EQ] = ACTIONS(1504), + [anon_sym_GT_GT_EQ] = ACTIONS(1504), + [anon_sym_EQ] = ACTIONS(1506), + [anon_sym_EQ_EQ] = ACTIONS(1504), + [anon_sym_BANG_EQ] = ACTIONS(1504), + [anon_sym_GT] = ACTIONS(1506), + [anon_sym_LT] = ACTIONS(1506), + [anon_sym_GT_EQ] = ACTIONS(1504), + [anon_sym_LT_EQ] = ACTIONS(1504), + [anon_sym__] = ACTIONS(1506), + [anon_sym_DOT] = ACTIONS(1506), + [anon_sym_DOT_DOT] = ACTIONS(1506), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1504), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1504), + [anon_sym_COMMA] = ACTIONS(1504), + [anon_sym_COLON_COLON] = ACTIONS(1504), + [anon_sym_POUND] = ACTIONS(1504), + [anon_sym_as] = ACTIONS(1506), + [anon_sym_const] = ACTIONS(1506), + [anon_sym_default] = ACTIONS(1506), + [anon_sym_gen] = ACTIONS(1506), + [anon_sym_union] = ACTIONS(1506), + [anon_sym_ref] = ACTIONS(1506), + [sym_mutable_specifier] = ACTIONS(1506), + [anon_sym_raw] = ACTIONS(1506), + [sym_integer_literal] = ACTIONS(1504), + [aux_sym_string_literal_token1] = ACTIONS(1504), + [sym_char_literal] = ACTIONS(1504), + [anon_sym_true] = ACTIONS(1506), + [anon_sym_false] = ACTIONS(1506), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1506), + [sym_super] = ACTIONS(1506), + [sym_crate] = ACTIONS(1506), + [sym_metavariable] = ACTIONS(1504), + [sym__raw_string_literal_start] = ACTIONS(1504), + [sym_float_literal] = ACTIONS(1504), + }, + [STATE(495)] = { + [sym_line_comment] = STATE(495), + [sym_block_comment] = STATE(495), + [sym_identifier] = ACTIONS(1831), + [anon_sym_LPAREN] = ACTIONS(1833), + [anon_sym_LBRACK] = ACTIONS(1833), [anon_sym_RBRACE] = ACTIONS(1466), [anon_sym_PLUS] = ACTIONS(1468), [anon_sym_STAR] = ACTIONS(1468), [anon_sym_QMARK] = ACTIONS(1466), - [anon_sym_u8] = ACTIONS(1468), - [anon_sym_i8] = ACTIONS(1468), - [anon_sym_u16] = ACTIONS(1468), - [anon_sym_i16] = ACTIONS(1468), - [anon_sym_u32] = ACTIONS(1468), - [anon_sym_i32] = ACTIONS(1468), - [anon_sym_u64] = ACTIONS(1468), - [anon_sym_i64] = ACTIONS(1468), - [anon_sym_u128] = ACTIONS(1468), - [anon_sym_i128] = ACTIONS(1468), - [anon_sym_isize] = ACTIONS(1468), - [anon_sym_usize] = ACTIONS(1468), - [anon_sym_f32] = ACTIONS(1468), - [anon_sym_f64] = ACTIONS(1468), - [anon_sym_bool] = ACTIONS(1468), - [anon_sym_str] = ACTIONS(1468), - [anon_sym_char] = ACTIONS(1468), - [anon_sym_DASH] = ACTIONS(1468), + [anon_sym_u8] = ACTIONS(1831), + [anon_sym_i8] = ACTIONS(1831), + [anon_sym_u16] = ACTIONS(1831), + [anon_sym_i16] = ACTIONS(1831), + [anon_sym_u32] = ACTIONS(1831), + [anon_sym_i32] = ACTIONS(1831), + [anon_sym_u64] = ACTIONS(1831), + [anon_sym_i64] = ACTIONS(1831), + [anon_sym_u128] = ACTIONS(1831), + [anon_sym_i128] = ACTIONS(1831), + [anon_sym_isize] = ACTIONS(1831), + [anon_sym_usize] = ACTIONS(1831), + [anon_sym_f32] = ACTIONS(1831), + [anon_sym_f64] = ACTIONS(1831), + [anon_sym_bool] = ACTIONS(1831), + [anon_sym_str] = ACTIONS(1831), + [anon_sym_char] = ACTIONS(1831), + [anon_sym_DASH] = ACTIONS(1831), [anon_sym_SLASH] = ACTIONS(1468), [anon_sym_PERCENT] = ACTIONS(1468), [anon_sym_CARET] = ACTIONS(1468), - [anon_sym_AMP] = ACTIONS(1468), - [anon_sym_PIPE] = ACTIONS(1468), + [anon_sym_AMP] = ACTIONS(1831), + [anon_sym_PIPE] = ACTIONS(1831), [anon_sym_AMP_AMP] = ACTIONS(1466), [anon_sym_PIPE_PIPE] = ACTIONS(1466), [anon_sym_LT_LT] = ACTIONS(1468), @@ -72596,3326 +72413,1041 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_EQ_EQ] = ACTIONS(1466), [anon_sym_BANG_EQ] = ACTIONS(1466), [anon_sym_GT] = ACTIONS(1468), - [anon_sym_LT] = ACTIONS(1468), + [anon_sym_LT] = ACTIONS(1831), [anon_sym_GT_EQ] = ACTIONS(1466), [anon_sym_LT_EQ] = ACTIONS(1466), - [anon_sym__] = ACTIONS(1468), + [anon_sym__] = ACTIONS(1831), [anon_sym_DOT] = ACTIONS(1468), - [anon_sym_DOT_DOT] = ACTIONS(1468), + [anon_sym_DOT_DOT] = ACTIONS(1831), [anon_sym_DOT_DOT_DOT] = ACTIONS(1466), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1466), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1833), [anon_sym_COMMA] = ACTIONS(1466), - [anon_sym_COLON_COLON] = ACTIONS(1466), - [anon_sym_POUND] = ACTIONS(1466), + [anon_sym_COLON_COLON] = ACTIONS(1833), + [anon_sym_POUND] = ACTIONS(1833), [anon_sym_as] = ACTIONS(1468), - [anon_sym_const] = ACTIONS(1468), - [anon_sym_default] = ACTIONS(1468), - [anon_sym_gen] = ACTIONS(1468), - [anon_sym_union] = ACTIONS(1468), - [anon_sym_ref] = ACTIONS(1468), - [sym_mutable_specifier] = ACTIONS(1468), - [anon_sym_raw] = ACTIONS(1468), - [sym_integer_literal] = ACTIONS(1466), - [aux_sym_string_literal_token1] = ACTIONS(1466), - [sym_char_literal] = ACTIONS(1466), - [anon_sym_true] = ACTIONS(1468), - [anon_sym_false] = ACTIONS(1468), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1468), - [sym_super] = ACTIONS(1468), - [sym_crate] = ACTIONS(1468), - [sym_metavariable] = ACTIONS(1466), - [sym__raw_string_literal_start] = ACTIONS(1466), - [sym_float_literal] = ACTIONS(1466), + [anon_sym_const] = ACTIONS(1831), + [anon_sym_default] = ACTIONS(1831), + [anon_sym_gen] = ACTIONS(1831), + [anon_sym_union] = ACTIONS(1831), + [anon_sym_ref] = ACTIONS(1831), + [sym_mutable_specifier] = ACTIONS(1831), + [anon_sym_raw] = ACTIONS(1831), + [sym_integer_literal] = ACTIONS(1833), + [aux_sym_string_literal_token1] = ACTIONS(1833), + [sym_char_literal] = ACTIONS(1833), + [anon_sym_true] = ACTIONS(1831), + [anon_sym_false] = ACTIONS(1831), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1831), + [sym_super] = ACTIONS(1831), + [sym_crate] = ACTIONS(1831), + [sym_metavariable] = ACTIONS(1833), + [sym__raw_string_literal_start] = ACTIONS(1833), + [sym_float_literal] = ACTIONS(1833), + }, + [STATE(496)] = { + [sym_line_comment] = STATE(496), + [sym_block_comment] = STATE(496), + [sym_identifier] = ACTIONS(1478), + [anon_sym_LPAREN] = ACTIONS(1476), + [anon_sym_LBRACK] = ACTIONS(1476), + [anon_sym_RBRACE] = ACTIONS(1476), + [anon_sym_PLUS] = ACTIONS(1478), + [anon_sym_STAR] = ACTIONS(1478), + [anon_sym_QMARK] = ACTIONS(1476), + [anon_sym_u8] = ACTIONS(1478), + [anon_sym_i8] = ACTIONS(1478), + [anon_sym_u16] = ACTIONS(1478), + [anon_sym_i16] = ACTIONS(1478), + [anon_sym_u32] = ACTIONS(1478), + [anon_sym_i32] = ACTIONS(1478), + [anon_sym_u64] = ACTIONS(1478), + [anon_sym_i64] = ACTIONS(1478), + [anon_sym_u128] = ACTIONS(1478), + [anon_sym_i128] = ACTIONS(1478), + [anon_sym_isize] = ACTIONS(1478), + [anon_sym_usize] = ACTIONS(1478), + [anon_sym_f32] = ACTIONS(1478), + [anon_sym_f64] = ACTIONS(1478), + [anon_sym_bool] = ACTIONS(1478), + [anon_sym_str] = ACTIONS(1478), + [anon_sym_char] = ACTIONS(1478), + [anon_sym_DASH] = ACTIONS(1478), + [anon_sym_SLASH] = ACTIONS(1478), + [anon_sym_PERCENT] = ACTIONS(1478), + [anon_sym_CARET] = ACTIONS(1478), + [anon_sym_AMP] = ACTIONS(1478), + [anon_sym_PIPE] = ACTIONS(1478), + [anon_sym_AMP_AMP] = ACTIONS(1476), + [anon_sym_PIPE_PIPE] = ACTIONS(1476), + [anon_sym_LT_LT] = ACTIONS(1478), + [anon_sym_GT_GT] = ACTIONS(1478), + [anon_sym_PLUS_EQ] = ACTIONS(1476), + [anon_sym_DASH_EQ] = ACTIONS(1476), + [anon_sym_STAR_EQ] = ACTIONS(1476), + [anon_sym_SLASH_EQ] = ACTIONS(1476), + [anon_sym_PERCENT_EQ] = ACTIONS(1476), + [anon_sym_CARET_EQ] = ACTIONS(1476), + [anon_sym_AMP_EQ] = ACTIONS(1476), + [anon_sym_PIPE_EQ] = ACTIONS(1476), + [anon_sym_LT_LT_EQ] = ACTIONS(1476), + [anon_sym_GT_GT_EQ] = ACTIONS(1476), + [anon_sym_EQ] = ACTIONS(1478), + [anon_sym_EQ_EQ] = ACTIONS(1476), + [anon_sym_BANG_EQ] = ACTIONS(1476), + [anon_sym_GT] = ACTIONS(1478), + [anon_sym_LT] = ACTIONS(1478), + [anon_sym_GT_EQ] = ACTIONS(1476), + [anon_sym_LT_EQ] = ACTIONS(1476), + [anon_sym__] = ACTIONS(1478), + [anon_sym_DOT] = ACTIONS(1478), + [anon_sym_DOT_DOT] = ACTIONS(1478), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1476), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1476), + [anon_sym_COMMA] = ACTIONS(1476), + [anon_sym_COLON_COLON] = ACTIONS(1476), + [anon_sym_POUND] = ACTIONS(1476), + [anon_sym_as] = ACTIONS(1478), + [anon_sym_const] = ACTIONS(1478), + [anon_sym_default] = ACTIONS(1478), + [anon_sym_gen] = ACTIONS(1478), + [anon_sym_union] = ACTIONS(1478), + [anon_sym_ref] = ACTIONS(1478), + [sym_mutable_specifier] = ACTIONS(1478), + [anon_sym_raw] = ACTIONS(1478), + [sym_integer_literal] = ACTIONS(1476), + [aux_sym_string_literal_token1] = ACTIONS(1476), + [sym_char_literal] = ACTIONS(1476), + [anon_sym_true] = ACTIONS(1478), + [anon_sym_false] = ACTIONS(1478), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1478), + [sym_super] = ACTIONS(1478), + [sym_crate] = ACTIONS(1478), + [sym_metavariable] = ACTIONS(1476), + [sym__raw_string_literal_start] = ACTIONS(1476), + [sym_float_literal] = ACTIONS(1476), + }, + [STATE(497)] = { + [sym_line_comment] = STATE(497), + [sym_block_comment] = STATE(497), + [sym_identifier] = ACTIONS(1512), + [anon_sym_LPAREN] = ACTIONS(1510), + [anon_sym_LBRACK] = ACTIONS(1510), + [anon_sym_RBRACE] = ACTIONS(1510), + [anon_sym_PLUS] = ACTIONS(1512), + [anon_sym_STAR] = ACTIONS(1512), + [anon_sym_QMARK] = ACTIONS(1510), + [anon_sym_u8] = ACTIONS(1512), + [anon_sym_i8] = ACTIONS(1512), + [anon_sym_u16] = ACTIONS(1512), + [anon_sym_i16] = ACTIONS(1512), + [anon_sym_u32] = ACTIONS(1512), + [anon_sym_i32] = ACTIONS(1512), + [anon_sym_u64] = ACTIONS(1512), + [anon_sym_i64] = ACTIONS(1512), + [anon_sym_u128] = ACTIONS(1512), + [anon_sym_i128] = ACTIONS(1512), + [anon_sym_isize] = ACTIONS(1512), + [anon_sym_usize] = ACTIONS(1512), + [anon_sym_f32] = ACTIONS(1512), + [anon_sym_f64] = ACTIONS(1512), + [anon_sym_bool] = ACTIONS(1512), + [anon_sym_str] = ACTIONS(1512), + [anon_sym_char] = ACTIONS(1512), + [anon_sym_DASH] = ACTIONS(1512), + [anon_sym_SLASH] = ACTIONS(1512), + [anon_sym_PERCENT] = ACTIONS(1512), + [anon_sym_CARET] = ACTIONS(1512), + [anon_sym_AMP] = ACTIONS(1512), + [anon_sym_PIPE] = ACTIONS(1512), + [anon_sym_AMP_AMP] = ACTIONS(1510), + [anon_sym_PIPE_PIPE] = ACTIONS(1510), + [anon_sym_LT_LT] = ACTIONS(1512), + [anon_sym_GT_GT] = ACTIONS(1512), + [anon_sym_PLUS_EQ] = ACTIONS(1510), + [anon_sym_DASH_EQ] = ACTIONS(1510), + [anon_sym_STAR_EQ] = ACTIONS(1510), + [anon_sym_SLASH_EQ] = ACTIONS(1510), + [anon_sym_PERCENT_EQ] = ACTIONS(1510), + [anon_sym_CARET_EQ] = ACTIONS(1510), + [anon_sym_AMP_EQ] = ACTIONS(1510), + [anon_sym_PIPE_EQ] = ACTIONS(1510), + [anon_sym_LT_LT_EQ] = ACTIONS(1510), + [anon_sym_GT_GT_EQ] = ACTIONS(1510), + [anon_sym_EQ] = ACTIONS(1512), + [anon_sym_EQ_EQ] = ACTIONS(1510), + [anon_sym_BANG_EQ] = ACTIONS(1510), + [anon_sym_GT] = ACTIONS(1512), + [anon_sym_LT] = ACTIONS(1512), + [anon_sym_GT_EQ] = ACTIONS(1510), + [anon_sym_LT_EQ] = ACTIONS(1510), + [anon_sym__] = ACTIONS(1512), + [anon_sym_DOT] = ACTIONS(1512), + [anon_sym_DOT_DOT] = ACTIONS(1512), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1510), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1510), + [anon_sym_COMMA] = ACTIONS(1510), + [anon_sym_COLON_COLON] = ACTIONS(1510), + [anon_sym_POUND] = ACTIONS(1510), + [anon_sym_as] = ACTIONS(1512), + [anon_sym_const] = ACTIONS(1512), + [anon_sym_default] = ACTIONS(1512), + [anon_sym_gen] = ACTIONS(1512), + [anon_sym_union] = ACTIONS(1512), + [anon_sym_ref] = ACTIONS(1512), + [sym_mutable_specifier] = ACTIONS(1512), + [anon_sym_raw] = ACTIONS(1512), + [sym_integer_literal] = ACTIONS(1510), + [aux_sym_string_literal_token1] = ACTIONS(1510), + [sym_char_literal] = ACTIONS(1510), + [anon_sym_true] = ACTIONS(1512), + [anon_sym_false] = ACTIONS(1512), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1512), + [sym_super] = ACTIONS(1512), + [sym_crate] = ACTIONS(1512), + [sym_metavariable] = ACTIONS(1510), + [sym__raw_string_literal_start] = ACTIONS(1510), + [sym_float_literal] = ACTIONS(1510), + }, + [STATE(498)] = { + [sym_line_comment] = STATE(498), + [sym_block_comment] = STATE(498), + [sym_identifier] = ACTIONS(1528), + [anon_sym_LPAREN] = ACTIONS(1526), + [anon_sym_LBRACK] = ACTIONS(1526), + [anon_sym_RBRACE] = ACTIONS(1526), + [anon_sym_PLUS] = ACTIONS(1528), + [anon_sym_STAR] = ACTIONS(1528), + [anon_sym_QMARK] = ACTIONS(1526), + [anon_sym_u8] = ACTIONS(1528), + [anon_sym_i8] = ACTIONS(1528), + [anon_sym_u16] = ACTIONS(1528), + [anon_sym_i16] = ACTIONS(1528), + [anon_sym_u32] = ACTIONS(1528), + [anon_sym_i32] = ACTIONS(1528), + [anon_sym_u64] = ACTIONS(1528), + [anon_sym_i64] = ACTIONS(1528), + [anon_sym_u128] = ACTIONS(1528), + [anon_sym_i128] = ACTIONS(1528), + [anon_sym_isize] = ACTIONS(1528), + [anon_sym_usize] = ACTIONS(1528), + [anon_sym_f32] = ACTIONS(1528), + [anon_sym_f64] = ACTIONS(1528), + [anon_sym_bool] = ACTIONS(1528), + [anon_sym_str] = ACTIONS(1528), + [anon_sym_char] = ACTIONS(1528), + [anon_sym_DASH] = ACTIONS(1528), + [anon_sym_SLASH] = ACTIONS(1528), + [anon_sym_PERCENT] = ACTIONS(1528), + [anon_sym_CARET] = ACTIONS(1528), + [anon_sym_AMP] = ACTIONS(1528), + [anon_sym_PIPE] = ACTIONS(1528), + [anon_sym_AMP_AMP] = ACTIONS(1526), + [anon_sym_PIPE_PIPE] = ACTIONS(1526), + [anon_sym_LT_LT] = ACTIONS(1528), + [anon_sym_GT_GT] = ACTIONS(1528), + [anon_sym_PLUS_EQ] = ACTIONS(1526), + [anon_sym_DASH_EQ] = ACTIONS(1526), + [anon_sym_STAR_EQ] = ACTIONS(1526), + [anon_sym_SLASH_EQ] = ACTIONS(1526), + [anon_sym_PERCENT_EQ] = ACTIONS(1526), + [anon_sym_CARET_EQ] = ACTIONS(1526), + [anon_sym_AMP_EQ] = ACTIONS(1526), + [anon_sym_PIPE_EQ] = ACTIONS(1526), + [anon_sym_LT_LT_EQ] = ACTIONS(1526), + [anon_sym_GT_GT_EQ] = ACTIONS(1526), + [anon_sym_EQ] = ACTIONS(1528), + [anon_sym_EQ_EQ] = ACTIONS(1526), + [anon_sym_BANG_EQ] = ACTIONS(1526), + [anon_sym_GT] = ACTIONS(1528), + [anon_sym_LT] = ACTIONS(1528), + [anon_sym_GT_EQ] = ACTIONS(1526), + [anon_sym_LT_EQ] = ACTIONS(1526), + [anon_sym__] = ACTIONS(1528), + [anon_sym_DOT] = ACTIONS(1528), + [anon_sym_DOT_DOT] = ACTIONS(1528), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1526), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1526), + [anon_sym_COMMA] = ACTIONS(1526), + [anon_sym_COLON_COLON] = ACTIONS(1526), + [anon_sym_POUND] = ACTIONS(1526), + [anon_sym_as] = ACTIONS(1528), + [anon_sym_const] = ACTIONS(1528), + [anon_sym_default] = ACTIONS(1528), + [anon_sym_gen] = ACTIONS(1528), + [anon_sym_union] = ACTIONS(1528), + [anon_sym_ref] = ACTIONS(1528), + [sym_mutable_specifier] = ACTIONS(1528), + [anon_sym_raw] = ACTIONS(1528), + [sym_integer_literal] = ACTIONS(1526), + [aux_sym_string_literal_token1] = ACTIONS(1526), + [sym_char_literal] = ACTIONS(1526), + [anon_sym_true] = ACTIONS(1528), + [anon_sym_false] = ACTIONS(1528), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1528), + [sym_super] = ACTIONS(1528), + [sym_crate] = ACTIONS(1528), + [sym_metavariable] = ACTIONS(1526), + [sym__raw_string_literal_start] = ACTIONS(1526), + [sym_float_literal] = ACTIONS(1526), }, [STATE(499)] = { - [sym_bracketed_type] = STATE(3762), - [sym_generic_type] = STATE(3764), - [sym_generic_type_with_turbofish] = STATE(3481), - [sym_macro_invocation] = STATE(2182), - [sym_scoped_identifier] = STATE(2047), - [sym_scoped_type_identifier] = STATE(3014), - [sym_const_block] = STATE(2182), - [sym_closure_expression] = STATE(3415), - [sym_closure_parameters] = STATE(242), - [sym__pattern] = STATE(3151), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), + [sym_empty_statement] = STATE(1316), + [sym__declaration_statement] = STATE(1301), + [sym_macro_definition] = STATE(1316), + [sym_attribute_item] = STATE(1316), + [sym_inner_attribute_item] = STATE(1316), + [sym_mod_item] = STATE(1316), + [sym_foreign_mod_item] = STATE(1316), + [sym_struct_item] = STATE(1316), + [sym_union_item] = STATE(1316), + [sym_enum_item] = STATE(1316), + [sym_extern_crate_declaration] = STATE(1316), + [sym_const_item] = STATE(1316), + [sym_static_item] = STATE(1316), + [sym_type_item] = STATE(1316), + [sym_function_item] = STATE(1316), + [sym_function_signature_item] = STATE(1316), + [sym_function_modifiers] = STATE(3785), + [sym_impl_item] = STATE(1316), + [sym_trait_item] = STATE(1316), + [sym_associated_type] = STATE(1316), + [sym_let_declaration] = STATE(1316), + [sym_use_declaration] = STATE(1316), + [sym_extern_modifier] = STATE(2261), + [sym_visibility_modifier] = STATE(2033), + [sym_bracketed_type] = STATE(3728), + [sym_generic_type_with_turbofish] = STATE(3791), + [sym_macro_invocation] = STATE(1316), + [sym_scoped_identifier] = STATE(3279), [sym_line_comment] = STATE(499), [sym_block_comment] = STATE(499), - [sym_identifier] = ACTIONS(1730), - [anon_sym_LPAREN] = ACTIONS(1732), - [anon_sym_RPAREN] = ACTIONS(1835), - [anon_sym_LBRACK] = ACTIONS(1736), - [anon_sym_u8] = ACTIONS(1738), - [anon_sym_i8] = ACTIONS(1738), - [anon_sym_u16] = ACTIONS(1738), - [anon_sym_i16] = ACTIONS(1738), - [anon_sym_u32] = ACTIONS(1738), - [anon_sym_i32] = ACTIONS(1738), - [anon_sym_u64] = ACTIONS(1738), - [anon_sym_i64] = ACTIONS(1738), - [anon_sym_u128] = ACTIONS(1738), - [anon_sym_i128] = ACTIONS(1738), - [anon_sym_isize] = ACTIONS(1738), - [anon_sym_usize] = ACTIONS(1738), - [anon_sym_f32] = ACTIONS(1738), - [anon_sym_f64] = ACTIONS(1738), - [anon_sym_bool] = ACTIONS(1738), - [anon_sym_str] = ACTIONS(1738), - [anon_sym_char] = ACTIONS(1738), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_AMP] = ACTIONS(1740), - [anon_sym_PIPE] = ACTIONS(1420), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1422), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COLON_COLON] = ACTIONS(1744), - [anon_sym_async] = ACTIONS(1746), - [anon_sym_const] = ACTIONS(1748), - [anon_sym_default] = ACTIONS(1750), - [anon_sym_gen] = ACTIONS(1750), - [anon_sym_static] = ACTIONS(1428), - [anon_sym_union] = ACTIONS(1750), - [anon_sym_ref] = ACTIONS(1114), - [sym_mutable_specifier] = ACTIONS(1430), - [anon_sym_raw] = ACTIONS(1750), - [anon_sym_move] = ACTIONS(1432), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1752), - [sym_super] = ACTIONS(1752), - [sym_crate] = ACTIONS(1752), - [sym_metavariable] = ACTIONS(1754), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), + [aux_sym_declaration_list_repeat1] = STATE(502), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(1835), + [anon_sym_SEMI] = ACTIONS(1837), + [anon_sym_macro_rules_BANG] = ACTIONS(1839), + [anon_sym_RBRACE] = ACTIONS(1841), + [anon_sym_u8] = ACTIONS(1843), + [anon_sym_i8] = ACTIONS(1843), + [anon_sym_u16] = ACTIONS(1843), + [anon_sym_i16] = ACTIONS(1843), + [anon_sym_u32] = ACTIONS(1843), + [anon_sym_i32] = ACTIONS(1843), + [anon_sym_u64] = ACTIONS(1843), + [anon_sym_i64] = ACTIONS(1843), + [anon_sym_u128] = ACTIONS(1843), + [anon_sym_i128] = ACTIONS(1843), + [anon_sym_isize] = ACTIONS(1843), + [anon_sym_usize] = ACTIONS(1843), + [anon_sym_f32] = ACTIONS(1843), + [anon_sym_f64] = ACTIONS(1843), + [anon_sym_bool] = ACTIONS(1843), + [anon_sym_str] = ACTIONS(1843), + [anon_sym_char] = ACTIONS(1843), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(1845), + [anon_sym_POUND] = ACTIONS(1847), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1849), + [anon_sym_default] = ACTIONS(1851), + [anon_sym_enum] = ACTIONS(1853), + [anon_sym_fn] = ACTIONS(1855), + [anon_sym_gen] = ACTIONS(1857), + [anon_sym_impl] = ACTIONS(1859), + [anon_sym_let] = ACTIONS(1861), + [anon_sym_mod] = ACTIONS(1863), + [anon_sym_pub] = ACTIONS(69), + [anon_sym_static] = ACTIONS(1865), + [anon_sym_struct] = ACTIONS(1867), + [anon_sym_trait] = ACTIONS(1869), + [anon_sym_type] = ACTIONS(1871), + [anon_sym_union] = ACTIONS(1873), + [anon_sym_unsafe] = ACTIONS(1875), + [anon_sym_use] = ACTIONS(1877), + [anon_sym_extern] = ACTIONS(1879), + [anon_sym_raw] = ACTIONS(1857), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1881), + [sym_super] = ACTIONS(1881), + [sym_crate] = ACTIONS(1883), + [sym_metavariable] = ACTIONS(1885), }, [STATE(500)] = { - [sym_bracketed_type] = STATE(3762), - [sym_generic_type] = STATE(3764), - [sym_generic_type_with_turbofish] = STATE(3481), - [sym_macro_invocation] = STATE(2182), - [sym_scoped_identifier] = STATE(2047), - [sym_scoped_type_identifier] = STATE(3014), - [sym_const_block] = STATE(2182), - [sym_closure_expression] = STATE(3415), - [sym_closure_parameters] = STATE(242), - [sym__pattern] = STATE(3151), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), + [sym_bracketed_type] = STATE(3504), + [sym_generic_type] = STATE(3513), + [sym_generic_type_with_turbofish] = STATE(3321), + [sym_macro_invocation] = STATE(2192), + [sym_scoped_identifier] = STATE(2052), + [sym_scoped_type_identifier] = STATE(3076), + [sym_const_block] = STATE(2192), + [sym_closure_expression] = STATE(3295), + [sym_closure_parameters] = STATE(225), + [sym__pattern] = STATE(3057), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), [sym_line_comment] = STATE(500), [sym_block_comment] = STATE(500), - [sym_identifier] = ACTIONS(1730), - [anon_sym_LPAREN] = ACTIONS(1732), - [anon_sym_RPAREN] = ACTIONS(1837), - [anon_sym_LBRACK] = ACTIONS(1736), - [anon_sym_u8] = ACTIONS(1738), - [anon_sym_i8] = ACTIONS(1738), - [anon_sym_u16] = ACTIONS(1738), - [anon_sym_i16] = ACTIONS(1738), - [anon_sym_u32] = ACTIONS(1738), - [anon_sym_i32] = ACTIONS(1738), - [anon_sym_u64] = ACTIONS(1738), - [anon_sym_i64] = ACTIONS(1738), - [anon_sym_u128] = ACTIONS(1738), - [anon_sym_i128] = ACTIONS(1738), - [anon_sym_isize] = ACTIONS(1738), - [anon_sym_usize] = ACTIONS(1738), - [anon_sym_f32] = ACTIONS(1738), - [anon_sym_f64] = ACTIONS(1738), - [anon_sym_bool] = ACTIONS(1738), - [anon_sym_str] = ACTIONS(1738), - [anon_sym_char] = ACTIONS(1738), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_AMP] = ACTIONS(1740), - [anon_sym_PIPE] = ACTIONS(1420), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1422), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COLON_COLON] = ACTIONS(1744), - [anon_sym_async] = ACTIONS(1746), - [anon_sym_const] = ACTIONS(1748), - [anon_sym_default] = ACTIONS(1750), - [anon_sym_gen] = ACTIONS(1750), - [anon_sym_static] = ACTIONS(1428), - [anon_sym_union] = ACTIONS(1750), - [anon_sym_ref] = ACTIONS(1114), - [sym_mutable_specifier] = ACTIONS(1430), - [anon_sym_raw] = ACTIONS(1750), - [anon_sym_move] = ACTIONS(1432), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1752), - [sym_super] = ACTIONS(1752), - [sym_crate] = ACTIONS(1752), - [sym_metavariable] = ACTIONS(1754), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), + [sym_identifier] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1736), + [anon_sym_RPAREN] = ACTIONS(1887), + [anon_sym_LBRACK] = ACTIONS(1740), + [anon_sym_u8] = ACTIONS(1742), + [anon_sym_i8] = ACTIONS(1742), + [anon_sym_u16] = ACTIONS(1742), + [anon_sym_i16] = ACTIONS(1742), + [anon_sym_u32] = ACTIONS(1742), + [anon_sym_i32] = ACTIONS(1742), + [anon_sym_u64] = ACTIONS(1742), + [anon_sym_i64] = ACTIONS(1742), + [anon_sym_u128] = ACTIONS(1742), + [anon_sym_i128] = ACTIONS(1742), + [anon_sym_isize] = ACTIONS(1742), + [anon_sym_usize] = ACTIONS(1742), + [anon_sym_f32] = ACTIONS(1742), + [anon_sym_f64] = ACTIONS(1742), + [anon_sym_bool] = ACTIONS(1742), + [anon_sym_str] = ACTIONS(1742), + [anon_sym_char] = ACTIONS(1742), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_AMP] = ACTIONS(1744), + [anon_sym_PIPE] = ACTIONS(1392), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1394), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COLON_COLON] = ACTIONS(1746), + [anon_sym_async] = ACTIONS(1748), + [anon_sym_const] = ACTIONS(1750), + [anon_sym_default] = ACTIONS(1752), + [anon_sym_gen] = ACTIONS(1752), + [anon_sym_static] = ACTIONS(1400), + [anon_sym_union] = ACTIONS(1752), + [anon_sym_ref] = ACTIONS(1166), + [sym_mutable_specifier] = ACTIONS(1402), + [anon_sym_raw] = ACTIONS(1752), + [anon_sym_move] = ACTIONS(1404), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1754), + [sym_super] = ACTIONS(1754), + [sym_crate] = ACTIONS(1754), + [sym_metavariable] = ACTIONS(1756), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), }, [STATE(501)] = { - [sym_bracketed_type] = STATE(3762), - [sym_generic_type] = STATE(3764), - [sym_generic_type_with_turbofish] = STATE(3481), - [sym_macro_invocation] = STATE(2182), - [sym_scoped_identifier] = STATE(2047), - [sym_scoped_type_identifier] = STATE(3014), - [sym_const_block] = STATE(2182), - [sym_closure_expression] = STATE(3415), - [sym_closure_parameters] = STATE(242), - [sym__pattern] = STATE(3151), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), + [sym_empty_statement] = STATE(1316), + [sym__declaration_statement] = STATE(1301), + [sym_macro_definition] = STATE(1316), + [sym_attribute_item] = STATE(1316), + [sym_inner_attribute_item] = STATE(1316), + [sym_mod_item] = STATE(1316), + [sym_foreign_mod_item] = STATE(1316), + [sym_struct_item] = STATE(1316), + [sym_union_item] = STATE(1316), + [sym_enum_item] = STATE(1316), + [sym_extern_crate_declaration] = STATE(1316), + [sym_const_item] = STATE(1316), + [sym_static_item] = STATE(1316), + [sym_type_item] = STATE(1316), + [sym_function_item] = STATE(1316), + [sym_function_signature_item] = STATE(1316), + [sym_function_modifiers] = STATE(3785), + [sym_impl_item] = STATE(1316), + [sym_trait_item] = STATE(1316), + [sym_associated_type] = STATE(1316), + [sym_let_declaration] = STATE(1316), + [sym_use_declaration] = STATE(1316), + [sym_extern_modifier] = STATE(2261), + [sym_visibility_modifier] = STATE(2033), + [sym_bracketed_type] = STATE(3728), + [sym_generic_type_with_turbofish] = STATE(3791), + [sym_macro_invocation] = STATE(1316), + [sym_scoped_identifier] = STATE(3279), [sym_line_comment] = STATE(501), [sym_block_comment] = STATE(501), - [sym_identifier] = ACTIONS(1730), - [anon_sym_LPAREN] = ACTIONS(1732), - [anon_sym_RPAREN] = ACTIONS(1839), - [anon_sym_LBRACK] = ACTIONS(1736), - [anon_sym_u8] = ACTIONS(1738), - [anon_sym_i8] = ACTIONS(1738), - [anon_sym_u16] = ACTIONS(1738), - [anon_sym_i16] = ACTIONS(1738), - [anon_sym_u32] = ACTIONS(1738), - [anon_sym_i32] = ACTIONS(1738), - [anon_sym_u64] = ACTIONS(1738), - [anon_sym_i64] = ACTIONS(1738), - [anon_sym_u128] = ACTIONS(1738), - [anon_sym_i128] = ACTIONS(1738), - [anon_sym_isize] = ACTIONS(1738), - [anon_sym_usize] = ACTIONS(1738), - [anon_sym_f32] = ACTIONS(1738), - [anon_sym_f64] = ACTIONS(1738), - [anon_sym_bool] = ACTIONS(1738), - [anon_sym_str] = ACTIONS(1738), - [anon_sym_char] = ACTIONS(1738), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_AMP] = ACTIONS(1740), - [anon_sym_PIPE] = ACTIONS(1420), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1422), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COLON_COLON] = ACTIONS(1744), - [anon_sym_async] = ACTIONS(1746), - [anon_sym_const] = ACTIONS(1748), - [anon_sym_default] = ACTIONS(1750), - [anon_sym_gen] = ACTIONS(1750), - [anon_sym_static] = ACTIONS(1428), - [anon_sym_union] = ACTIONS(1750), - [anon_sym_ref] = ACTIONS(1114), - [sym_mutable_specifier] = ACTIONS(1430), - [anon_sym_raw] = ACTIONS(1750), - [anon_sym_move] = ACTIONS(1432), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1752), - [sym_super] = ACTIONS(1752), - [sym_crate] = ACTIONS(1752), - [sym_metavariable] = ACTIONS(1754), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), + [aux_sym_declaration_list_repeat1] = STATE(501), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(1889), + [anon_sym_SEMI] = ACTIONS(1892), + [anon_sym_macro_rules_BANG] = ACTIONS(1895), + [anon_sym_RBRACE] = ACTIONS(1898), + [anon_sym_u8] = ACTIONS(1900), + [anon_sym_i8] = ACTIONS(1900), + [anon_sym_u16] = ACTIONS(1900), + [anon_sym_i16] = ACTIONS(1900), + [anon_sym_u32] = ACTIONS(1900), + [anon_sym_i32] = ACTIONS(1900), + [anon_sym_u64] = ACTIONS(1900), + [anon_sym_i64] = ACTIONS(1900), + [anon_sym_u128] = ACTIONS(1900), + [anon_sym_i128] = ACTIONS(1900), + [anon_sym_isize] = ACTIONS(1900), + [anon_sym_usize] = ACTIONS(1900), + [anon_sym_f32] = ACTIONS(1900), + [anon_sym_f64] = ACTIONS(1900), + [anon_sym_bool] = ACTIONS(1900), + [anon_sym_str] = ACTIONS(1900), + [anon_sym_char] = ACTIONS(1900), + [anon_sym_LT] = ACTIONS(1903), + [anon_sym_COLON_COLON] = ACTIONS(1906), + [anon_sym_POUND] = ACTIONS(1909), + [anon_sym_async] = ACTIONS(1912), + [anon_sym_const] = ACTIONS(1915), + [anon_sym_default] = ACTIONS(1918), + [anon_sym_enum] = ACTIONS(1921), + [anon_sym_fn] = ACTIONS(1924), + [anon_sym_gen] = ACTIONS(1927), + [anon_sym_impl] = ACTIONS(1930), + [anon_sym_let] = ACTIONS(1933), + [anon_sym_mod] = ACTIONS(1936), + [anon_sym_pub] = ACTIONS(1939), + [anon_sym_static] = ACTIONS(1942), + [anon_sym_struct] = ACTIONS(1945), + [anon_sym_trait] = ACTIONS(1948), + [anon_sym_type] = ACTIONS(1951), + [anon_sym_union] = ACTIONS(1954), + [anon_sym_unsafe] = ACTIONS(1957), + [anon_sym_use] = ACTIONS(1960), + [anon_sym_extern] = ACTIONS(1963), + [anon_sym_raw] = ACTIONS(1927), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1966), + [sym_super] = ACTIONS(1966), + [sym_crate] = ACTIONS(1969), + [sym_metavariable] = ACTIONS(1972), }, [STATE(502)] = { - [sym_bracketed_type] = STATE(3762), - [sym_generic_type] = STATE(3764), - [sym_generic_type_with_turbofish] = STATE(3481), - [sym_macro_invocation] = STATE(2182), - [sym_scoped_identifier] = STATE(2047), - [sym_scoped_type_identifier] = STATE(3014), - [sym_const_block] = STATE(2182), - [sym_closure_expression] = STATE(3415), - [sym_closure_parameters] = STATE(242), - [sym__pattern] = STATE(3151), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), + [sym_empty_statement] = STATE(1316), + [sym__declaration_statement] = STATE(1301), + [sym_macro_definition] = STATE(1316), + [sym_attribute_item] = STATE(1316), + [sym_inner_attribute_item] = STATE(1316), + [sym_mod_item] = STATE(1316), + [sym_foreign_mod_item] = STATE(1316), + [sym_struct_item] = STATE(1316), + [sym_union_item] = STATE(1316), + [sym_enum_item] = STATE(1316), + [sym_extern_crate_declaration] = STATE(1316), + [sym_const_item] = STATE(1316), + [sym_static_item] = STATE(1316), + [sym_type_item] = STATE(1316), + [sym_function_item] = STATE(1316), + [sym_function_signature_item] = STATE(1316), + [sym_function_modifiers] = STATE(3785), + [sym_impl_item] = STATE(1316), + [sym_trait_item] = STATE(1316), + [sym_associated_type] = STATE(1316), + [sym_let_declaration] = STATE(1316), + [sym_use_declaration] = STATE(1316), + [sym_extern_modifier] = STATE(2261), + [sym_visibility_modifier] = STATE(2033), + [sym_bracketed_type] = STATE(3728), + [sym_generic_type_with_turbofish] = STATE(3791), + [sym_macro_invocation] = STATE(1316), + [sym_scoped_identifier] = STATE(3279), [sym_line_comment] = STATE(502), [sym_block_comment] = STATE(502), - [sym_identifier] = ACTIONS(1730), - [anon_sym_LPAREN] = ACTIONS(1732), - [anon_sym_RPAREN] = ACTIONS(1841), - [anon_sym_LBRACK] = ACTIONS(1736), - [anon_sym_u8] = ACTIONS(1738), - [anon_sym_i8] = ACTIONS(1738), - [anon_sym_u16] = ACTIONS(1738), - [anon_sym_i16] = ACTIONS(1738), - [anon_sym_u32] = ACTIONS(1738), - [anon_sym_i32] = ACTIONS(1738), - [anon_sym_u64] = ACTIONS(1738), - [anon_sym_i64] = ACTIONS(1738), - [anon_sym_u128] = ACTIONS(1738), - [anon_sym_i128] = ACTIONS(1738), - [anon_sym_isize] = ACTIONS(1738), - [anon_sym_usize] = ACTIONS(1738), - [anon_sym_f32] = ACTIONS(1738), - [anon_sym_f64] = ACTIONS(1738), - [anon_sym_bool] = ACTIONS(1738), - [anon_sym_str] = ACTIONS(1738), - [anon_sym_char] = ACTIONS(1738), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_AMP] = ACTIONS(1740), - [anon_sym_PIPE] = ACTIONS(1420), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1422), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COLON_COLON] = ACTIONS(1744), - [anon_sym_async] = ACTIONS(1746), - [anon_sym_const] = ACTIONS(1748), - [anon_sym_default] = ACTIONS(1750), - [anon_sym_gen] = ACTIONS(1750), - [anon_sym_static] = ACTIONS(1428), - [anon_sym_union] = ACTIONS(1750), - [anon_sym_ref] = ACTIONS(1114), - [sym_mutable_specifier] = ACTIONS(1430), - [anon_sym_raw] = ACTIONS(1750), - [anon_sym_move] = ACTIONS(1432), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1752), - [sym_super] = ACTIONS(1752), - [sym_crate] = ACTIONS(1752), - [sym_metavariable] = ACTIONS(1754), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), + [aux_sym_declaration_list_repeat1] = STATE(501), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(1835), + [anon_sym_SEMI] = ACTIONS(1837), + [anon_sym_macro_rules_BANG] = ACTIONS(1839), + [anon_sym_RBRACE] = ACTIONS(1975), + [anon_sym_u8] = ACTIONS(1843), + [anon_sym_i8] = ACTIONS(1843), + [anon_sym_u16] = ACTIONS(1843), + [anon_sym_i16] = ACTIONS(1843), + [anon_sym_u32] = ACTIONS(1843), + [anon_sym_i32] = ACTIONS(1843), + [anon_sym_u64] = ACTIONS(1843), + [anon_sym_i64] = ACTIONS(1843), + [anon_sym_u128] = ACTIONS(1843), + [anon_sym_i128] = ACTIONS(1843), + [anon_sym_isize] = ACTIONS(1843), + [anon_sym_usize] = ACTIONS(1843), + [anon_sym_f32] = ACTIONS(1843), + [anon_sym_f64] = ACTIONS(1843), + [anon_sym_bool] = ACTIONS(1843), + [anon_sym_str] = ACTIONS(1843), + [anon_sym_char] = ACTIONS(1843), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(1845), + [anon_sym_POUND] = ACTIONS(1847), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1849), + [anon_sym_default] = ACTIONS(1851), + [anon_sym_enum] = ACTIONS(1853), + [anon_sym_fn] = ACTIONS(1855), + [anon_sym_gen] = ACTIONS(1857), + [anon_sym_impl] = ACTIONS(1859), + [anon_sym_let] = ACTIONS(1861), + [anon_sym_mod] = ACTIONS(1863), + [anon_sym_pub] = ACTIONS(69), + [anon_sym_static] = ACTIONS(1865), + [anon_sym_struct] = ACTIONS(1867), + [anon_sym_trait] = ACTIONS(1869), + [anon_sym_type] = ACTIONS(1871), + [anon_sym_union] = ACTIONS(1873), + [anon_sym_unsafe] = ACTIONS(1875), + [anon_sym_use] = ACTIONS(1877), + [anon_sym_extern] = ACTIONS(1879), + [anon_sym_raw] = ACTIONS(1857), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1881), + [sym_super] = ACTIONS(1881), + [sym_crate] = ACTIONS(1883), + [sym_metavariable] = ACTIONS(1885), }, [STATE(503)] = { + [sym_bracketed_type] = STATE(3504), + [sym_generic_type] = STATE(3513), + [sym_generic_type_with_turbofish] = STATE(3321), + [sym_macro_invocation] = STATE(2192), + [sym_scoped_identifier] = STATE(2052), + [sym_scoped_type_identifier] = STATE(3076), + [sym_const_block] = STATE(2192), + [sym_closure_expression] = STATE(3295), + [sym_closure_parameters] = STATE(225), + [sym__pattern] = STATE(3057), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), [sym_line_comment] = STATE(503), [sym_block_comment] = STATE(503), - [ts_builtin_sym_end] = ACTIONS(1843), - [sym_identifier] = ACTIONS(1845), - [anon_sym_SEMI] = ACTIONS(1843), - [anon_sym_macro_rules_BANG] = ACTIONS(1843), - [anon_sym_LPAREN] = ACTIONS(1843), - [anon_sym_LBRACK] = ACTIONS(1843), - [anon_sym_LBRACE] = ACTIONS(1843), - [anon_sym_RBRACE] = ACTIONS(1843), - [anon_sym_STAR] = ACTIONS(1843), - [anon_sym_u8] = ACTIONS(1845), - [anon_sym_i8] = ACTIONS(1845), - [anon_sym_u16] = ACTIONS(1845), - [anon_sym_i16] = ACTIONS(1845), - [anon_sym_u32] = ACTIONS(1845), - [anon_sym_i32] = ACTIONS(1845), - [anon_sym_u64] = ACTIONS(1845), - [anon_sym_i64] = ACTIONS(1845), - [anon_sym_u128] = ACTIONS(1845), - [anon_sym_i128] = ACTIONS(1845), - [anon_sym_isize] = ACTIONS(1845), - [anon_sym_usize] = ACTIONS(1845), - [anon_sym_f32] = ACTIONS(1845), - [anon_sym_f64] = ACTIONS(1845), - [anon_sym_bool] = ACTIONS(1845), - [anon_sym_str] = ACTIONS(1845), - [anon_sym_char] = ACTIONS(1845), - [anon_sym_DASH] = ACTIONS(1843), - [anon_sym_BANG] = ACTIONS(1843), - [anon_sym_AMP] = ACTIONS(1843), - [anon_sym_PIPE] = ACTIONS(1843), - [anon_sym_LT] = ACTIONS(1843), - [anon_sym_DOT_DOT] = ACTIONS(1843), - [anon_sym_COLON_COLON] = ACTIONS(1843), - [anon_sym_POUND] = ACTIONS(1843), - [anon_sym_SQUOTE] = ACTIONS(1845), - [anon_sym_async] = ACTIONS(1845), - [anon_sym_break] = ACTIONS(1845), - [anon_sym_const] = ACTIONS(1845), - [anon_sym_continue] = ACTIONS(1845), - [anon_sym_default] = ACTIONS(1845), - [anon_sym_enum] = ACTIONS(1845), - [anon_sym_fn] = ACTIONS(1845), - [anon_sym_for] = ACTIONS(1845), - [anon_sym_gen] = ACTIONS(1845), - [anon_sym_if] = ACTIONS(1845), - [anon_sym_impl] = ACTIONS(1845), - [anon_sym_let] = ACTIONS(1845), - [anon_sym_loop] = ACTIONS(1845), - [anon_sym_match] = ACTIONS(1845), - [anon_sym_mod] = ACTIONS(1845), - [anon_sym_pub] = ACTIONS(1845), - [anon_sym_return] = ACTIONS(1845), - [anon_sym_static] = ACTIONS(1845), - [anon_sym_struct] = ACTIONS(1845), - [anon_sym_trait] = ACTIONS(1845), - [anon_sym_type] = ACTIONS(1845), - [anon_sym_union] = ACTIONS(1845), - [anon_sym_unsafe] = ACTIONS(1845), - [anon_sym_use] = ACTIONS(1845), - [anon_sym_while] = ACTIONS(1845), - [anon_sym_extern] = ACTIONS(1845), - [anon_sym_raw] = ACTIONS(1845), - [anon_sym_yield] = ACTIONS(1845), - [anon_sym_move] = ACTIONS(1845), - [anon_sym_try] = ACTIONS(1845), - [sym_integer_literal] = ACTIONS(1843), - [aux_sym_string_literal_token1] = ACTIONS(1843), - [sym_char_literal] = ACTIONS(1843), - [anon_sym_true] = ACTIONS(1845), - [anon_sym_false] = ACTIONS(1845), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1845), - [sym_super] = ACTIONS(1845), - [sym_crate] = ACTIONS(1845), - [sym_metavariable] = ACTIONS(1843), - [sym__raw_string_literal_start] = ACTIONS(1843), - [sym_float_literal] = ACTIONS(1843), + [sym_identifier] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1736), + [anon_sym_RPAREN] = ACTIONS(1977), + [anon_sym_LBRACK] = ACTIONS(1740), + [anon_sym_u8] = ACTIONS(1742), + [anon_sym_i8] = ACTIONS(1742), + [anon_sym_u16] = ACTIONS(1742), + [anon_sym_i16] = ACTIONS(1742), + [anon_sym_u32] = ACTIONS(1742), + [anon_sym_i32] = ACTIONS(1742), + [anon_sym_u64] = ACTIONS(1742), + [anon_sym_i64] = ACTIONS(1742), + [anon_sym_u128] = ACTIONS(1742), + [anon_sym_i128] = ACTIONS(1742), + [anon_sym_isize] = ACTIONS(1742), + [anon_sym_usize] = ACTIONS(1742), + [anon_sym_f32] = ACTIONS(1742), + [anon_sym_f64] = ACTIONS(1742), + [anon_sym_bool] = ACTIONS(1742), + [anon_sym_str] = ACTIONS(1742), + [anon_sym_char] = ACTIONS(1742), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_AMP] = ACTIONS(1744), + [anon_sym_PIPE] = ACTIONS(1392), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1394), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COLON_COLON] = ACTIONS(1746), + [anon_sym_async] = ACTIONS(1748), + [anon_sym_const] = ACTIONS(1750), + [anon_sym_default] = ACTIONS(1752), + [anon_sym_gen] = ACTIONS(1752), + [anon_sym_static] = ACTIONS(1400), + [anon_sym_union] = ACTIONS(1752), + [anon_sym_ref] = ACTIONS(1166), + [sym_mutable_specifier] = ACTIONS(1402), + [anon_sym_raw] = ACTIONS(1752), + [anon_sym_move] = ACTIONS(1404), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1754), + [sym_super] = ACTIONS(1754), + [sym_crate] = ACTIONS(1754), + [sym_metavariable] = ACTIONS(1756), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), }, [STATE(504)] = { + [sym_bracketed_type] = STATE(3504), + [sym_generic_type] = STATE(3513), + [sym_generic_type_with_turbofish] = STATE(3321), + [sym_macro_invocation] = STATE(2192), + [sym_scoped_identifier] = STATE(2052), + [sym_scoped_type_identifier] = STATE(3076), + [sym_const_block] = STATE(2192), + [sym_closure_expression] = STATE(3295), + [sym_closure_parameters] = STATE(225), + [sym__pattern] = STATE(3057), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), [sym_line_comment] = STATE(504), [sym_block_comment] = STATE(504), - [ts_builtin_sym_end] = ACTIONS(1847), - [sym_identifier] = ACTIONS(1849), - [anon_sym_SEMI] = ACTIONS(1847), - [anon_sym_macro_rules_BANG] = ACTIONS(1847), - [anon_sym_LPAREN] = ACTIONS(1847), - [anon_sym_LBRACK] = ACTIONS(1847), - [anon_sym_LBRACE] = ACTIONS(1847), - [anon_sym_RBRACE] = ACTIONS(1847), - [anon_sym_STAR] = ACTIONS(1847), - [anon_sym_u8] = ACTIONS(1849), - [anon_sym_i8] = ACTIONS(1849), - [anon_sym_u16] = ACTIONS(1849), - [anon_sym_i16] = ACTIONS(1849), - [anon_sym_u32] = ACTIONS(1849), - [anon_sym_i32] = ACTIONS(1849), - [anon_sym_u64] = ACTIONS(1849), - [anon_sym_i64] = ACTIONS(1849), - [anon_sym_u128] = ACTIONS(1849), - [anon_sym_i128] = ACTIONS(1849), - [anon_sym_isize] = ACTIONS(1849), - [anon_sym_usize] = ACTIONS(1849), - [anon_sym_f32] = ACTIONS(1849), - [anon_sym_f64] = ACTIONS(1849), - [anon_sym_bool] = ACTIONS(1849), - [anon_sym_str] = ACTIONS(1849), - [anon_sym_char] = ACTIONS(1849), - [anon_sym_DASH] = ACTIONS(1847), - [anon_sym_BANG] = ACTIONS(1847), - [anon_sym_AMP] = ACTIONS(1847), - [anon_sym_PIPE] = ACTIONS(1847), - [anon_sym_LT] = ACTIONS(1847), - [anon_sym_DOT_DOT] = ACTIONS(1847), - [anon_sym_COLON_COLON] = ACTIONS(1847), - [anon_sym_POUND] = ACTIONS(1847), - [anon_sym_SQUOTE] = ACTIONS(1849), - [anon_sym_async] = ACTIONS(1849), - [anon_sym_break] = ACTIONS(1849), - [anon_sym_const] = ACTIONS(1849), - [anon_sym_continue] = ACTIONS(1849), - [anon_sym_default] = ACTIONS(1849), - [anon_sym_enum] = ACTIONS(1849), - [anon_sym_fn] = ACTIONS(1849), - [anon_sym_for] = ACTIONS(1849), - [anon_sym_gen] = ACTIONS(1849), - [anon_sym_if] = ACTIONS(1849), - [anon_sym_impl] = ACTIONS(1849), - [anon_sym_let] = ACTIONS(1849), - [anon_sym_loop] = ACTIONS(1849), - [anon_sym_match] = ACTIONS(1849), - [anon_sym_mod] = ACTIONS(1849), - [anon_sym_pub] = ACTIONS(1849), - [anon_sym_return] = ACTIONS(1849), - [anon_sym_static] = ACTIONS(1849), - [anon_sym_struct] = ACTIONS(1849), - [anon_sym_trait] = ACTIONS(1849), - [anon_sym_type] = ACTIONS(1849), - [anon_sym_union] = ACTIONS(1849), - [anon_sym_unsafe] = ACTIONS(1849), - [anon_sym_use] = ACTIONS(1849), - [anon_sym_while] = ACTIONS(1849), - [anon_sym_extern] = ACTIONS(1849), - [anon_sym_raw] = ACTIONS(1849), - [anon_sym_yield] = ACTIONS(1849), - [anon_sym_move] = ACTIONS(1849), - [anon_sym_try] = ACTIONS(1849), - [sym_integer_literal] = ACTIONS(1847), - [aux_sym_string_literal_token1] = ACTIONS(1847), - [sym_char_literal] = ACTIONS(1847), - [anon_sym_true] = ACTIONS(1849), - [anon_sym_false] = ACTIONS(1849), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1849), - [sym_super] = ACTIONS(1849), - [sym_crate] = ACTIONS(1849), - [sym_metavariable] = ACTIONS(1847), - [sym__raw_string_literal_start] = ACTIONS(1847), - [sym_float_literal] = ACTIONS(1847), + [sym_identifier] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1736), + [anon_sym_RPAREN] = ACTIONS(1979), + [anon_sym_LBRACK] = ACTIONS(1740), + [anon_sym_u8] = ACTIONS(1742), + [anon_sym_i8] = ACTIONS(1742), + [anon_sym_u16] = ACTIONS(1742), + [anon_sym_i16] = ACTIONS(1742), + [anon_sym_u32] = ACTIONS(1742), + [anon_sym_i32] = ACTIONS(1742), + [anon_sym_u64] = ACTIONS(1742), + [anon_sym_i64] = ACTIONS(1742), + [anon_sym_u128] = ACTIONS(1742), + [anon_sym_i128] = ACTIONS(1742), + [anon_sym_isize] = ACTIONS(1742), + [anon_sym_usize] = ACTIONS(1742), + [anon_sym_f32] = ACTIONS(1742), + [anon_sym_f64] = ACTIONS(1742), + [anon_sym_bool] = ACTIONS(1742), + [anon_sym_str] = ACTIONS(1742), + [anon_sym_char] = ACTIONS(1742), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_AMP] = ACTIONS(1744), + [anon_sym_PIPE] = ACTIONS(1392), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1394), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COLON_COLON] = ACTIONS(1746), + [anon_sym_async] = ACTIONS(1748), + [anon_sym_const] = ACTIONS(1750), + [anon_sym_default] = ACTIONS(1752), + [anon_sym_gen] = ACTIONS(1752), + [anon_sym_static] = ACTIONS(1400), + [anon_sym_union] = ACTIONS(1752), + [anon_sym_ref] = ACTIONS(1166), + [sym_mutable_specifier] = ACTIONS(1402), + [anon_sym_raw] = ACTIONS(1752), + [anon_sym_move] = ACTIONS(1404), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1754), + [sym_super] = ACTIONS(1754), + [sym_crate] = ACTIONS(1754), + [sym_metavariable] = ACTIONS(1756), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), }, [STATE(505)] = { + [sym_empty_statement] = STATE(1316), + [sym__declaration_statement] = STATE(1301), + [sym_macro_definition] = STATE(1316), + [sym_attribute_item] = STATE(1316), + [sym_inner_attribute_item] = STATE(1316), + [sym_mod_item] = STATE(1316), + [sym_foreign_mod_item] = STATE(1316), + [sym_struct_item] = STATE(1316), + [sym_union_item] = STATE(1316), + [sym_enum_item] = STATE(1316), + [sym_extern_crate_declaration] = STATE(1316), + [sym_const_item] = STATE(1316), + [sym_static_item] = STATE(1316), + [sym_type_item] = STATE(1316), + [sym_function_item] = STATE(1316), + [sym_function_signature_item] = STATE(1316), + [sym_function_modifiers] = STATE(3785), + [sym_impl_item] = STATE(1316), + [sym_trait_item] = STATE(1316), + [sym_associated_type] = STATE(1316), + [sym_let_declaration] = STATE(1316), + [sym_use_declaration] = STATE(1316), + [sym_extern_modifier] = STATE(2261), + [sym_visibility_modifier] = STATE(2033), + [sym_bracketed_type] = STATE(3728), + [sym_generic_type_with_turbofish] = STATE(3791), + [sym_macro_invocation] = STATE(1316), + [sym_scoped_identifier] = STATE(3279), [sym_line_comment] = STATE(505), [sym_block_comment] = STATE(505), - [ts_builtin_sym_end] = ACTIONS(1851), - [sym_identifier] = ACTIONS(1853), - [anon_sym_SEMI] = ACTIONS(1851), - [anon_sym_macro_rules_BANG] = ACTIONS(1851), - [anon_sym_LPAREN] = ACTIONS(1851), - [anon_sym_LBRACK] = ACTIONS(1851), - [anon_sym_LBRACE] = ACTIONS(1851), - [anon_sym_RBRACE] = ACTIONS(1851), - [anon_sym_STAR] = ACTIONS(1851), - [anon_sym_u8] = ACTIONS(1853), - [anon_sym_i8] = ACTIONS(1853), - [anon_sym_u16] = ACTIONS(1853), - [anon_sym_i16] = ACTIONS(1853), - [anon_sym_u32] = ACTIONS(1853), - [anon_sym_i32] = ACTIONS(1853), - [anon_sym_u64] = ACTIONS(1853), - [anon_sym_i64] = ACTIONS(1853), - [anon_sym_u128] = ACTIONS(1853), - [anon_sym_i128] = ACTIONS(1853), - [anon_sym_isize] = ACTIONS(1853), - [anon_sym_usize] = ACTIONS(1853), - [anon_sym_f32] = ACTIONS(1853), - [anon_sym_f64] = ACTIONS(1853), - [anon_sym_bool] = ACTIONS(1853), - [anon_sym_str] = ACTIONS(1853), - [anon_sym_char] = ACTIONS(1853), - [anon_sym_DASH] = ACTIONS(1851), - [anon_sym_BANG] = ACTIONS(1851), - [anon_sym_AMP] = ACTIONS(1851), - [anon_sym_PIPE] = ACTIONS(1851), - [anon_sym_LT] = ACTIONS(1851), - [anon_sym_DOT_DOT] = ACTIONS(1851), - [anon_sym_COLON_COLON] = ACTIONS(1851), - [anon_sym_POUND] = ACTIONS(1851), - [anon_sym_SQUOTE] = ACTIONS(1853), - [anon_sym_async] = ACTIONS(1853), - [anon_sym_break] = ACTIONS(1853), - [anon_sym_const] = ACTIONS(1853), - [anon_sym_continue] = ACTIONS(1853), - [anon_sym_default] = ACTIONS(1853), + [aux_sym_declaration_list_repeat1] = STATE(506), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(1835), + [anon_sym_SEMI] = ACTIONS(1837), + [anon_sym_macro_rules_BANG] = ACTIONS(1839), + [anon_sym_RBRACE] = ACTIONS(1981), + [anon_sym_u8] = ACTIONS(1843), + [anon_sym_i8] = ACTIONS(1843), + [anon_sym_u16] = ACTIONS(1843), + [anon_sym_i16] = ACTIONS(1843), + [anon_sym_u32] = ACTIONS(1843), + [anon_sym_i32] = ACTIONS(1843), + [anon_sym_u64] = ACTIONS(1843), + [anon_sym_i64] = ACTIONS(1843), + [anon_sym_u128] = ACTIONS(1843), + [anon_sym_i128] = ACTIONS(1843), + [anon_sym_isize] = ACTIONS(1843), + [anon_sym_usize] = ACTIONS(1843), + [anon_sym_f32] = ACTIONS(1843), + [anon_sym_f64] = ACTIONS(1843), + [anon_sym_bool] = ACTIONS(1843), + [anon_sym_str] = ACTIONS(1843), + [anon_sym_char] = ACTIONS(1843), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(1845), + [anon_sym_POUND] = ACTIONS(1847), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1849), + [anon_sym_default] = ACTIONS(1851), [anon_sym_enum] = ACTIONS(1853), - [anon_sym_fn] = ACTIONS(1853), - [anon_sym_for] = ACTIONS(1853), - [anon_sym_gen] = ACTIONS(1853), - [anon_sym_if] = ACTIONS(1853), - [anon_sym_impl] = ACTIONS(1853), - [anon_sym_let] = ACTIONS(1853), - [anon_sym_loop] = ACTIONS(1853), - [anon_sym_match] = ACTIONS(1853), - [anon_sym_mod] = ACTIONS(1853), - [anon_sym_pub] = ACTIONS(1853), - [anon_sym_return] = ACTIONS(1853), - [anon_sym_static] = ACTIONS(1853), - [anon_sym_struct] = ACTIONS(1853), - [anon_sym_trait] = ACTIONS(1853), - [anon_sym_type] = ACTIONS(1853), - [anon_sym_union] = ACTIONS(1853), - [anon_sym_unsafe] = ACTIONS(1853), - [anon_sym_use] = ACTIONS(1853), - [anon_sym_while] = ACTIONS(1853), - [anon_sym_extern] = ACTIONS(1853), - [anon_sym_raw] = ACTIONS(1853), - [anon_sym_yield] = ACTIONS(1853), - [anon_sym_move] = ACTIONS(1853), - [anon_sym_try] = ACTIONS(1853), - [sym_integer_literal] = ACTIONS(1851), - [aux_sym_string_literal_token1] = ACTIONS(1851), - [sym_char_literal] = ACTIONS(1851), - [anon_sym_true] = ACTIONS(1853), - [anon_sym_false] = ACTIONS(1853), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1853), - [sym_super] = ACTIONS(1853), - [sym_crate] = ACTIONS(1853), - [sym_metavariable] = ACTIONS(1851), - [sym__raw_string_literal_start] = ACTIONS(1851), - [sym_float_literal] = ACTIONS(1851), + [anon_sym_fn] = ACTIONS(1855), + [anon_sym_gen] = ACTIONS(1857), + [anon_sym_impl] = ACTIONS(1859), + [anon_sym_let] = ACTIONS(1861), + [anon_sym_mod] = ACTIONS(1863), + [anon_sym_pub] = ACTIONS(69), + [anon_sym_static] = ACTIONS(1865), + [anon_sym_struct] = ACTIONS(1867), + [anon_sym_trait] = ACTIONS(1869), + [anon_sym_type] = ACTIONS(1871), + [anon_sym_union] = ACTIONS(1873), + [anon_sym_unsafe] = ACTIONS(1875), + [anon_sym_use] = ACTIONS(1877), + [anon_sym_extern] = ACTIONS(1879), + [anon_sym_raw] = ACTIONS(1857), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1881), + [sym_super] = ACTIONS(1881), + [sym_crate] = ACTIONS(1883), + [sym_metavariable] = ACTIONS(1885), }, [STATE(506)] = { + [sym_empty_statement] = STATE(1316), + [sym__declaration_statement] = STATE(1301), + [sym_macro_definition] = STATE(1316), + [sym_attribute_item] = STATE(1316), + [sym_inner_attribute_item] = STATE(1316), + [sym_mod_item] = STATE(1316), + [sym_foreign_mod_item] = STATE(1316), + [sym_struct_item] = STATE(1316), + [sym_union_item] = STATE(1316), + [sym_enum_item] = STATE(1316), + [sym_extern_crate_declaration] = STATE(1316), + [sym_const_item] = STATE(1316), + [sym_static_item] = STATE(1316), + [sym_type_item] = STATE(1316), + [sym_function_item] = STATE(1316), + [sym_function_signature_item] = STATE(1316), + [sym_function_modifiers] = STATE(3785), + [sym_impl_item] = STATE(1316), + [sym_trait_item] = STATE(1316), + [sym_associated_type] = STATE(1316), + [sym_let_declaration] = STATE(1316), + [sym_use_declaration] = STATE(1316), + [sym_extern_modifier] = STATE(2261), + [sym_visibility_modifier] = STATE(2033), + [sym_bracketed_type] = STATE(3728), + [sym_generic_type_with_turbofish] = STATE(3791), + [sym_macro_invocation] = STATE(1316), + [sym_scoped_identifier] = STATE(3279), [sym_line_comment] = STATE(506), [sym_block_comment] = STATE(506), - [ts_builtin_sym_end] = ACTIONS(1855), - [sym_identifier] = ACTIONS(1857), - [anon_sym_SEMI] = ACTIONS(1855), - [anon_sym_macro_rules_BANG] = ACTIONS(1855), - [anon_sym_LPAREN] = ACTIONS(1855), - [anon_sym_LBRACK] = ACTIONS(1855), - [anon_sym_LBRACE] = ACTIONS(1855), - [anon_sym_RBRACE] = ACTIONS(1855), - [anon_sym_STAR] = ACTIONS(1855), - [anon_sym_u8] = ACTIONS(1857), - [anon_sym_i8] = ACTIONS(1857), - [anon_sym_u16] = ACTIONS(1857), - [anon_sym_i16] = ACTIONS(1857), - [anon_sym_u32] = ACTIONS(1857), - [anon_sym_i32] = ACTIONS(1857), - [anon_sym_u64] = ACTIONS(1857), - [anon_sym_i64] = ACTIONS(1857), - [anon_sym_u128] = ACTIONS(1857), - [anon_sym_i128] = ACTIONS(1857), - [anon_sym_isize] = ACTIONS(1857), - [anon_sym_usize] = ACTIONS(1857), - [anon_sym_f32] = ACTIONS(1857), - [anon_sym_f64] = ACTIONS(1857), - [anon_sym_bool] = ACTIONS(1857), - [anon_sym_str] = ACTIONS(1857), - [anon_sym_char] = ACTIONS(1857), - [anon_sym_DASH] = ACTIONS(1855), - [anon_sym_BANG] = ACTIONS(1855), - [anon_sym_AMP] = ACTIONS(1855), - [anon_sym_PIPE] = ACTIONS(1855), - [anon_sym_LT] = ACTIONS(1855), - [anon_sym_DOT_DOT] = ACTIONS(1855), - [anon_sym_COLON_COLON] = ACTIONS(1855), - [anon_sym_POUND] = ACTIONS(1855), - [anon_sym_SQUOTE] = ACTIONS(1857), - [anon_sym_async] = ACTIONS(1857), - [anon_sym_break] = ACTIONS(1857), - [anon_sym_const] = ACTIONS(1857), - [anon_sym_continue] = ACTIONS(1857), - [anon_sym_default] = ACTIONS(1857), - [anon_sym_enum] = ACTIONS(1857), - [anon_sym_fn] = ACTIONS(1857), - [anon_sym_for] = ACTIONS(1857), + [aux_sym_declaration_list_repeat1] = STATE(501), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(1835), + [anon_sym_SEMI] = ACTIONS(1837), + [anon_sym_macro_rules_BANG] = ACTIONS(1839), + [anon_sym_RBRACE] = ACTIONS(1983), + [anon_sym_u8] = ACTIONS(1843), + [anon_sym_i8] = ACTIONS(1843), + [anon_sym_u16] = ACTIONS(1843), + [anon_sym_i16] = ACTIONS(1843), + [anon_sym_u32] = ACTIONS(1843), + [anon_sym_i32] = ACTIONS(1843), + [anon_sym_u64] = ACTIONS(1843), + [anon_sym_i64] = ACTIONS(1843), + [anon_sym_u128] = ACTIONS(1843), + [anon_sym_i128] = ACTIONS(1843), + [anon_sym_isize] = ACTIONS(1843), + [anon_sym_usize] = ACTIONS(1843), + [anon_sym_f32] = ACTIONS(1843), + [anon_sym_f64] = ACTIONS(1843), + [anon_sym_bool] = ACTIONS(1843), + [anon_sym_str] = ACTIONS(1843), + [anon_sym_char] = ACTIONS(1843), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(1845), + [anon_sym_POUND] = ACTIONS(1847), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1849), + [anon_sym_default] = ACTIONS(1851), + [anon_sym_enum] = ACTIONS(1853), + [anon_sym_fn] = ACTIONS(1855), [anon_sym_gen] = ACTIONS(1857), - [anon_sym_if] = ACTIONS(1857), - [anon_sym_impl] = ACTIONS(1857), - [anon_sym_let] = ACTIONS(1857), - [anon_sym_loop] = ACTIONS(1857), - [anon_sym_match] = ACTIONS(1857), - [anon_sym_mod] = ACTIONS(1857), - [anon_sym_pub] = ACTIONS(1857), - [anon_sym_return] = ACTIONS(1857), - [anon_sym_static] = ACTIONS(1857), - [anon_sym_struct] = ACTIONS(1857), - [anon_sym_trait] = ACTIONS(1857), - [anon_sym_type] = ACTIONS(1857), - [anon_sym_union] = ACTIONS(1857), - [anon_sym_unsafe] = ACTIONS(1857), - [anon_sym_use] = ACTIONS(1857), - [anon_sym_while] = ACTIONS(1857), - [anon_sym_extern] = ACTIONS(1857), - [anon_sym_raw] = ACTIONS(1857), - [anon_sym_yield] = ACTIONS(1857), - [anon_sym_move] = ACTIONS(1857), - [anon_sym_try] = ACTIONS(1857), - [sym_integer_literal] = ACTIONS(1855), - [aux_sym_string_literal_token1] = ACTIONS(1855), - [sym_char_literal] = ACTIONS(1855), - [anon_sym_true] = ACTIONS(1857), - [anon_sym_false] = ACTIONS(1857), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1857), - [sym_super] = ACTIONS(1857), - [sym_crate] = ACTIONS(1857), - [sym_metavariable] = ACTIONS(1855), - [sym__raw_string_literal_start] = ACTIONS(1855), - [sym_float_literal] = ACTIONS(1855), - }, - [STATE(507)] = { - [sym_line_comment] = STATE(507), - [sym_block_comment] = STATE(507), - [ts_builtin_sym_end] = ACTIONS(1859), - [sym_identifier] = ACTIONS(1861), - [anon_sym_SEMI] = ACTIONS(1859), - [anon_sym_macro_rules_BANG] = ACTIONS(1859), - [anon_sym_LPAREN] = ACTIONS(1859), - [anon_sym_LBRACK] = ACTIONS(1859), - [anon_sym_LBRACE] = ACTIONS(1859), - [anon_sym_RBRACE] = ACTIONS(1859), - [anon_sym_STAR] = ACTIONS(1859), - [anon_sym_u8] = ACTIONS(1861), - [anon_sym_i8] = ACTIONS(1861), - [anon_sym_u16] = ACTIONS(1861), - [anon_sym_i16] = ACTIONS(1861), - [anon_sym_u32] = ACTIONS(1861), - [anon_sym_i32] = ACTIONS(1861), - [anon_sym_u64] = ACTIONS(1861), - [anon_sym_i64] = ACTIONS(1861), - [anon_sym_u128] = ACTIONS(1861), - [anon_sym_i128] = ACTIONS(1861), - [anon_sym_isize] = ACTIONS(1861), - [anon_sym_usize] = ACTIONS(1861), - [anon_sym_f32] = ACTIONS(1861), - [anon_sym_f64] = ACTIONS(1861), - [anon_sym_bool] = ACTIONS(1861), - [anon_sym_str] = ACTIONS(1861), - [anon_sym_char] = ACTIONS(1861), - [anon_sym_DASH] = ACTIONS(1859), - [anon_sym_BANG] = ACTIONS(1859), - [anon_sym_AMP] = ACTIONS(1859), - [anon_sym_PIPE] = ACTIONS(1859), - [anon_sym_LT] = ACTIONS(1859), - [anon_sym_DOT_DOT] = ACTIONS(1859), - [anon_sym_COLON_COLON] = ACTIONS(1859), - [anon_sym_POUND] = ACTIONS(1859), - [anon_sym_SQUOTE] = ACTIONS(1861), - [anon_sym_async] = ACTIONS(1861), - [anon_sym_break] = ACTIONS(1861), - [anon_sym_const] = ACTIONS(1861), - [anon_sym_continue] = ACTIONS(1861), - [anon_sym_default] = ACTIONS(1861), - [anon_sym_enum] = ACTIONS(1861), - [anon_sym_fn] = ACTIONS(1861), - [anon_sym_for] = ACTIONS(1861), - [anon_sym_gen] = ACTIONS(1861), - [anon_sym_if] = ACTIONS(1861), - [anon_sym_impl] = ACTIONS(1861), + [anon_sym_impl] = ACTIONS(1859), [anon_sym_let] = ACTIONS(1861), - [anon_sym_loop] = ACTIONS(1861), - [anon_sym_match] = ACTIONS(1861), - [anon_sym_mod] = ACTIONS(1861), - [anon_sym_pub] = ACTIONS(1861), - [anon_sym_return] = ACTIONS(1861), - [anon_sym_static] = ACTIONS(1861), - [anon_sym_struct] = ACTIONS(1861), - [anon_sym_trait] = ACTIONS(1861), - [anon_sym_type] = ACTIONS(1861), - [anon_sym_union] = ACTIONS(1861), - [anon_sym_unsafe] = ACTIONS(1861), - [anon_sym_use] = ACTIONS(1861), - [anon_sym_while] = ACTIONS(1861), - [anon_sym_extern] = ACTIONS(1861), - [anon_sym_raw] = ACTIONS(1861), - [anon_sym_yield] = ACTIONS(1861), - [anon_sym_move] = ACTIONS(1861), - [anon_sym_try] = ACTIONS(1861), - [sym_integer_literal] = ACTIONS(1859), - [aux_sym_string_literal_token1] = ACTIONS(1859), - [sym_char_literal] = ACTIONS(1859), - [anon_sym_true] = ACTIONS(1861), - [anon_sym_false] = ACTIONS(1861), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1861), - [sym_super] = ACTIONS(1861), - [sym_crate] = ACTIONS(1861), - [sym_metavariable] = ACTIONS(1859), - [sym__raw_string_literal_start] = ACTIONS(1859), - [sym_float_literal] = ACTIONS(1859), - }, - [STATE(508)] = { - [sym_line_comment] = STATE(508), - [sym_block_comment] = STATE(508), - [ts_builtin_sym_end] = ACTIONS(1863), - [sym_identifier] = ACTIONS(1865), - [anon_sym_SEMI] = ACTIONS(1863), - [anon_sym_macro_rules_BANG] = ACTIONS(1863), - [anon_sym_LPAREN] = ACTIONS(1863), - [anon_sym_LBRACK] = ACTIONS(1863), - [anon_sym_LBRACE] = ACTIONS(1863), - [anon_sym_RBRACE] = ACTIONS(1863), - [anon_sym_STAR] = ACTIONS(1863), - [anon_sym_u8] = ACTIONS(1865), - [anon_sym_i8] = ACTIONS(1865), - [anon_sym_u16] = ACTIONS(1865), - [anon_sym_i16] = ACTIONS(1865), - [anon_sym_u32] = ACTIONS(1865), - [anon_sym_i32] = ACTIONS(1865), - [anon_sym_u64] = ACTIONS(1865), - [anon_sym_i64] = ACTIONS(1865), - [anon_sym_u128] = ACTIONS(1865), - [anon_sym_i128] = ACTIONS(1865), - [anon_sym_isize] = ACTIONS(1865), - [anon_sym_usize] = ACTIONS(1865), - [anon_sym_f32] = ACTIONS(1865), - [anon_sym_f64] = ACTIONS(1865), - [anon_sym_bool] = ACTIONS(1865), - [anon_sym_str] = ACTIONS(1865), - [anon_sym_char] = ACTIONS(1865), - [anon_sym_DASH] = ACTIONS(1863), - [anon_sym_BANG] = ACTIONS(1863), - [anon_sym_AMP] = ACTIONS(1863), - [anon_sym_PIPE] = ACTIONS(1863), - [anon_sym_LT] = ACTIONS(1863), - [anon_sym_DOT_DOT] = ACTIONS(1863), - [anon_sym_COLON_COLON] = ACTIONS(1863), - [anon_sym_POUND] = ACTIONS(1863), - [anon_sym_SQUOTE] = ACTIONS(1865), - [anon_sym_async] = ACTIONS(1865), - [anon_sym_break] = ACTIONS(1865), - [anon_sym_const] = ACTIONS(1865), - [anon_sym_continue] = ACTIONS(1865), - [anon_sym_default] = ACTIONS(1865), - [anon_sym_enum] = ACTIONS(1865), - [anon_sym_fn] = ACTIONS(1865), - [anon_sym_for] = ACTIONS(1865), - [anon_sym_gen] = ACTIONS(1865), - [anon_sym_if] = ACTIONS(1865), - [anon_sym_impl] = ACTIONS(1865), - [anon_sym_let] = ACTIONS(1865), - [anon_sym_loop] = ACTIONS(1865), - [anon_sym_match] = ACTIONS(1865), - [anon_sym_mod] = ACTIONS(1865), - [anon_sym_pub] = ACTIONS(1865), - [anon_sym_return] = ACTIONS(1865), + [anon_sym_mod] = ACTIONS(1863), + [anon_sym_pub] = ACTIONS(69), [anon_sym_static] = ACTIONS(1865), - [anon_sym_struct] = ACTIONS(1865), - [anon_sym_trait] = ACTIONS(1865), - [anon_sym_type] = ACTIONS(1865), - [anon_sym_union] = ACTIONS(1865), - [anon_sym_unsafe] = ACTIONS(1865), - [anon_sym_use] = ACTIONS(1865), - [anon_sym_while] = ACTIONS(1865), - [anon_sym_extern] = ACTIONS(1865), - [anon_sym_raw] = ACTIONS(1865), - [anon_sym_yield] = ACTIONS(1865), - [anon_sym_move] = ACTIONS(1865), - [anon_sym_try] = ACTIONS(1865), - [sym_integer_literal] = ACTIONS(1863), - [aux_sym_string_literal_token1] = ACTIONS(1863), - [sym_char_literal] = ACTIONS(1863), - [anon_sym_true] = ACTIONS(1865), - [anon_sym_false] = ACTIONS(1865), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1865), - [sym_super] = ACTIONS(1865), - [sym_crate] = ACTIONS(1865), - [sym_metavariable] = ACTIONS(1863), - [sym__raw_string_literal_start] = ACTIONS(1863), - [sym_float_literal] = ACTIONS(1863), - }, - [STATE(509)] = { - [sym_line_comment] = STATE(509), - [sym_block_comment] = STATE(509), - [ts_builtin_sym_end] = ACTIONS(1867), - [sym_identifier] = ACTIONS(1869), - [anon_sym_SEMI] = ACTIONS(1867), - [anon_sym_macro_rules_BANG] = ACTIONS(1867), - [anon_sym_LPAREN] = ACTIONS(1867), - [anon_sym_LBRACK] = ACTIONS(1867), - [anon_sym_LBRACE] = ACTIONS(1867), - [anon_sym_RBRACE] = ACTIONS(1867), - [anon_sym_STAR] = ACTIONS(1867), - [anon_sym_u8] = ACTIONS(1869), - [anon_sym_i8] = ACTIONS(1869), - [anon_sym_u16] = ACTIONS(1869), - [anon_sym_i16] = ACTIONS(1869), - [anon_sym_u32] = ACTIONS(1869), - [anon_sym_i32] = ACTIONS(1869), - [anon_sym_u64] = ACTIONS(1869), - [anon_sym_i64] = ACTIONS(1869), - [anon_sym_u128] = ACTIONS(1869), - [anon_sym_i128] = ACTIONS(1869), - [anon_sym_isize] = ACTIONS(1869), - [anon_sym_usize] = ACTIONS(1869), - [anon_sym_f32] = ACTIONS(1869), - [anon_sym_f64] = ACTIONS(1869), - [anon_sym_bool] = ACTIONS(1869), - [anon_sym_str] = ACTIONS(1869), - [anon_sym_char] = ACTIONS(1869), - [anon_sym_DASH] = ACTIONS(1867), - [anon_sym_BANG] = ACTIONS(1867), - [anon_sym_AMP] = ACTIONS(1867), - [anon_sym_PIPE] = ACTIONS(1867), - [anon_sym_LT] = ACTIONS(1867), - [anon_sym_DOT_DOT] = ACTIONS(1867), - [anon_sym_COLON_COLON] = ACTIONS(1867), - [anon_sym_POUND] = ACTIONS(1867), - [anon_sym_SQUOTE] = ACTIONS(1869), - [anon_sym_async] = ACTIONS(1869), - [anon_sym_break] = ACTIONS(1869), - [anon_sym_const] = ACTIONS(1869), - [anon_sym_continue] = ACTIONS(1869), - [anon_sym_default] = ACTIONS(1869), - [anon_sym_enum] = ACTIONS(1869), - [anon_sym_fn] = ACTIONS(1869), - [anon_sym_for] = ACTIONS(1869), - [anon_sym_gen] = ACTIONS(1869), - [anon_sym_if] = ACTIONS(1869), - [anon_sym_impl] = ACTIONS(1869), - [anon_sym_let] = ACTIONS(1869), - [anon_sym_loop] = ACTIONS(1869), - [anon_sym_match] = ACTIONS(1869), - [anon_sym_mod] = ACTIONS(1869), - [anon_sym_pub] = ACTIONS(1869), - [anon_sym_return] = ACTIONS(1869), - [anon_sym_static] = ACTIONS(1869), - [anon_sym_struct] = ACTIONS(1869), + [anon_sym_struct] = ACTIONS(1867), [anon_sym_trait] = ACTIONS(1869), - [anon_sym_type] = ACTIONS(1869), - [anon_sym_union] = ACTIONS(1869), - [anon_sym_unsafe] = ACTIONS(1869), - [anon_sym_use] = ACTIONS(1869), - [anon_sym_while] = ACTIONS(1869), - [anon_sym_extern] = ACTIONS(1869), - [anon_sym_raw] = ACTIONS(1869), - [anon_sym_yield] = ACTIONS(1869), - [anon_sym_move] = ACTIONS(1869), - [anon_sym_try] = ACTIONS(1869), - [sym_integer_literal] = ACTIONS(1867), - [aux_sym_string_literal_token1] = ACTIONS(1867), - [sym_char_literal] = ACTIONS(1867), - [anon_sym_true] = ACTIONS(1869), - [anon_sym_false] = ACTIONS(1869), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1869), - [sym_super] = ACTIONS(1869), - [sym_crate] = ACTIONS(1869), - [sym_metavariable] = ACTIONS(1867), - [sym__raw_string_literal_start] = ACTIONS(1867), - [sym_float_literal] = ACTIONS(1867), - }, - [STATE(510)] = { - [sym_line_comment] = STATE(510), - [sym_block_comment] = STATE(510), - [ts_builtin_sym_end] = ACTIONS(1871), - [sym_identifier] = ACTIONS(1873), - [anon_sym_SEMI] = ACTIONS(1871), - [anon_sym_macro_rules_BANG] = ACTIONS(1871), - [anon_sym_LPAREN] = ACTIONS(1871), - [anon_sym_LBRACK] = ACTIONS(1871), - [anon_sym_LBRACE] = ACTIONS(1871), - [anon_sym_RBRACE] = ACTIONS(1871), - [anon_sym_STAR] = ACTIONS(1871), - [anon_sym_u8] = ACTIONS(1873), - [anon_sym_i8] = ACTIONS(1873), - [anon_sym_u16] = ACTIONS(1873), - [anon_sym_i16] = ACTIONS(1873), - [anon_sym_u32] = ACTIONS(1873), - [anon_sym_i32] = ACTIONS(1873), - [anon_sym_u64] = ACTIONS(1873), - [anon_sym_i64] = ACTIONS(1873), - [anon_sym_u128] = ACTIONS(1873), - [anon_sym_i128] = ACTIONS(1873), - [anon_sym_isize] = ACTIONS(1873), - [anon_sym_usize] = ACTIONS(1873), - [anon_sym_f32] = ACTIONS(1873), - [anon_sym_f64] = ACTIONS(1873), - [anon_sym_bool] = ACTIONS(1873), - [anon_sym_str] = ACTIONS(1873), - [anon_sym_char] = ACTIONS(1873), - [anon_sym_DASH] = ACTIONS(1871), - [anon_sym_BANG] = ACTIONS(1871), - [anon_sym_AMP] = ACTIONS(1871), - [anon_sym_PIPE] = ACTIONS(1871), - [anon_sym_LT] = ACTIONS(1871), - [anon_sym_DOT_DOT] = ACTIONS(1871), - [anon_sym_COLON_COLON] = ACTIONS(1871), - [anon_sym_POUND] = ACTIONS(1871), - [anon_sym_SQUOTE] = ACTIONS(1873), - [anon_sym_async] = ACTIONS(1873), - [anon_sym_break] = ACTIONS(1873), - [anon_sym_const] = ACTIONS(1873), - [anon_sym_continue] = ACTIONS(1873), - [anon_sym_default] = ACTIONS(1873), - [anon_sym_enum] = ACTIONS(1873), - [anon_sym_fn] = ACTIONS(1873), - [anon_sym_for] = ACTIONS(1873), - [anon_sym_gen] = ACTIONS(1873), - [anon_sym_if] = ACTIONS(1873), - [anon_sym_impl] = ACTIONS(1873), - [anon_sym_let] = ACTIONS(1873), - [anon_sym_loop] = ACTIONS(1873), - [anon_sym_match] = ACTIONS(1873), - [anon_sym_mod] = ACTIONS(1873), - [anon_sym_pub] = ACTIONS(1873), - [anon_sym_return] = ACTIONS(1873), - [anon_sym_static] = ACTIONS(1873), - [anon_sym_struct] = ACTIONS(1873), - [anon_sym_trait] = ACTIONS(1873), - [anon_sym_type] = ACTIONS(1873), + [anon_sym_type] = ACTIONS(1871), [anon_sym_union] = ACTIONS(1873), - [anon_sym_unsafe] = ACTIONS(1873), - [anon_sym_use] = ACTIONS(1873), - [anon_sym_while] = ACTIONS(1873), - [anon_sym_extern] = ACTIONS(1873), - [anon_sym_raw] = ACTIONS(1873), - [anon_sym_yield] = ACTIONS(1873), - [anon_sym_move] = ACTIONS(1873), - [anon_sym_try] = ACTIONS(1873), - [sym_integer_literal] = ACTIONS(1871), - [aux_sym_string_literal_token1] = ACTIONS(1871), - [sym_char_literal] = ACTIONS(1871), - [anon_sym_true] = ACTIONS(1873), - [anon_sym_false] = ACTIONS(1873), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1873), - [sym_super] = ACTIONS(1873), - [sym_crate] = ACTIONS(1873), - [sym_metavariable] = ACTIONS(1871), - [sym__raw_string_literal_start] = ACTIONS(1871), - [sym_float_literal] = ACTIONS(1871), - }, - [STATE(511)] = { - [sym_line_comment] = STATE(511), - [sym_block_comment] = STATE(511), - [ts_builtin_sym_end] = ACTIONS(1875), - [sym_identifier] = ACTIONS(1877), - [anon_sym_SEMI] = ACTIONS(1875), - [anon_sym_macro_rules_BANG] = ACTIONS(1875), - [anon_sym_LPAREN] = ACTIONS(1875), - [anon_sym_LBRACK] = ACTIONS(1875), - [anon_sym_LBRACE] = ACTIONS(1875), - [anon_sym_RBRACE] = ACTIONS(1875), - [anon_sym_STAR] = ACTIONS(1875), - [anon_sym_u8] = ACTIONS(1877), - [anon_sym_i8] = ACTIONS(1877), - [anon_sym_u16] = ACTIONS(1877), - [anon_sym_i16] = ACTIONS(1877), - [anon_sym_u32] = ACTIONS(1877), - [anon_sym_i32] = ACTIONS(1877), - [anon_sym_u64] = ACTIONS(1877), - [anon_sym_i64] = ACTIONS(1877), - [anon_sym_u128] = ACTIONS(1877), - [anon_sym_i128] = ACTIONS(1877), - [anon_sym_isize] = ACTIONS(1877), - [anon_sym_usize] = ACTIONS(1877), - [anon_sym_f32] = ACTIONS(1877), - [anon_sym_f64] = ACTIONS(1877), - [anon_sym_bool] = ACTIONS(1877), - [anon_sym_str] = ACTIONS(1877), - [anon_sym_char] = ACTIONS(1877), - [anon_sym_DASH] = ACTIONS(1875), - [anon_sym_BANG] = ACTIONS(1875), - [anon_sym_AMP] = ACTIONS(1875), - [anon_sym_PIPE] = ACTIONS(1875), - [anon_sym_LT] = ACTIONS(1875), - [anon_sym_DOT_DOT] = ACTIONS(1875), - [anon_sym_COLON_COLON] = ACTIONS(1875), - [anon_sym_POUND] = ACTIONS(1875), - [anon_sym_SQUOTE] = ACTIONS(1877), - [anon_sym_async] = ACTIONS(1877), - [anon_sym_break] = ACTIONS(1877), - [anon_sym_const] = ACTIONS(1877), - [anon_sym_continue] = ACTIONS(1877), - [anon_sym_default] = ACTIONS(1877), - [anon_sym_enum] = ACTIONS(1877), - [anon_sym_fn] = ACTIONS(1877), - [anon_sym_for] = ACTIONS(1877), - [anon_sym_gen] = ACTIONS(1877), - [anon_sym_if] = ACTIONS(1877), - [anon_sym_impl] = ACTIONS(1877), - [anon_sym_let] = ACTIONS(1877), - [anon_sym_loop] = ACTIONS(1877), - [anon_sym_match] = ACTIONS(1877), - [anon_sym_mod] = ACTIONS(1877), - [anon_sym_pub] = ACTIONS(1877), - [anon_sym_return] = ACTIONS(1877), - [anon_sym_static] = ACTIONS(1877), - [anon_sym_struct] = ACTIONS(1877), - [anon_sym_trait] = ACTIONS(1877), - [anon_sym_type] = ACTIONS(1877), - [anon_sym_union] = ACTIONS(1877), - [anon_sym_unsafe] = ACTIONS(1877), + [anon_sym_unsafe] = ACTIONS(1875), [anon_sym_use] = ACTIONS(1877), - [anon_sym_while] = ACTIONS(1877), - [anon_sym_extern] = ACTIONS(1877), - [anon_sym_raw] = ACTIONS(1877), - [anon_sym_yield] = ACTIONS(1877), - [anon_sym_move] = ACTIONS(1877), - [anon_sym_try] = ACTIONS(1877), - [sym_integer_literal] = ACTIONS(1875), - [aux_sym_string_literal_token1] = ACTIONS(1875), - [sym_char_literal] = ACTIONS(1875), - [anon_sym_true] = ACTIONS(1877), - [anon_sym_false] = ACTIONS(1877), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1877), - [sym_super] = ACTIONS(1877), - [sym_crate] = ACTIONS(1877), - [sym_metavariable] = ACTIONS(1875), - [sym__raw_string_literal_start] = ACTIONS(1875), - [sym_float_literal] = ACTIONS(1875), - }, - [STATE(512)] = { - [sym_line_comment] = STATE(512), - [sym_block_comment] = STATE(512), - [ts_builtin_sym_end] = ACTIONS(1879), - [sym_identifier] = ACTIONS(1881), - [anon_sym_SEMI] = ACTIONS(1879), - [anon_sym_macro_rules_BANG] = ACTIONS(1879), - [anon_sym_LPAREN] = ACTIONS(1879), - [anon_sym_LBRACK] = ACTIONS(1879), - [anon_sym_LBRACE] = ACTIONS(1879), - [anon_sym_RBRACE] = ACTIONS(1879), - [anon_sym_STAR] = ACTIONS(1879), - [anon_sym_u8] = ACTIONS(1881), - [anon_sym_i8] = ACTIONS(1881), - [anon_sym_u16] = ACTIONS(1881), - [anon_sym_i16] = ACTIONS(1881), - [anon_sym_u32] = ACTIONS(1881), - [anon_sym_i32] = ACTIONS(1881), - [anon_sym_u64] = ACTIONS(1881), - [anon_sym_i64] = ACTIONS(1881), - [anon_sym_u128] = ACTIONS(1881), - [anon_sym_i128] = ACTIONS(1881), - [anon_sym_isize] = ACTIONS(1881), - [anon_sym_usize] = ACTIONS(1881), - [anon_sym_f32] = ACTIONS(1881), - [anon_sym_f64] = ACTIONS(1881), - [anon_sym_bool] = ACTIONS(1881), - [anon_sym_str] = ACTIONS(1881), - [anon_sym_char] = ACTIONS(1881), - [anon_sym_DASH] = ACTIONS(1879), - [anon_sym_BANG] = ACTIONS(1879), - [anon_sym_AMP] = ACTIONS(1879), - [anon_sym_PIPE] = ACTIONS(1879), - [anon_sym_LT] = ACTIONS(1879), - [anon_sym_DOT_DOT] = ACTIONS(1879), - [anon_sym_COLON_COLON] = ACTIONS(1879), - [anon_sym_POUND] = ACTIONS(1879), - [anon_sym_SQUOTE] = ACTIONS(1881), - [anon_sym_async] = ACTIONS(1881), - [anon_sym_break] = ACTIONS(1881), - [anon_sym_const] = ACTIONS(1881), - [anon_sym_continue] = ACTIONS(1881), - [anon_sym_default] = ACTIONS(1881), - [anon_sym_enum] = ACTIONS(1881), - [anon_sym_fn] = ACTIONS(1881), - [anon_sym_for] = ACTIONS(1881), - [anon_sym_gen] = ACTIONS(1881), - [anon_sym_if] = ACTIONS(1881), - [anon_sym_impl] = ACTIONS(1881), - [anon_sym_let] = ACTIONS(1881), - [anon_sym_loop] = ACTIONS(1881), - [anon_sym_match] = ACTIONS(1881), - [anon_sym_mod] = ACTIONS(1881), - [anon_sym_pub] = ACTIONS(1881), - [anon_sym_return] = ACTIONS(1881), - [anon_sym_static] = ACTIONS(1881), - [anon_sym_struct] = ACTIONS(1881), - [anon_sym_trait] = ACTIONS(1881), - [anon_sym_type] = ACTIONS(1881), - [anon_sym_union] = ACTIONS(1881), - [anon_sym_unsafe] = ACTIONS(1881), - [anon_sym_use] = ACTIONS(1881), - [anon_sym_while] = ACTIONS(1881), - [anon_sym_extern] = ACTIONS(1881), - [anon_sym_raw] = ACTIONS(1881), - [anon_sym_yield] = ACTIONS(1881), - [anon_sym_move] = ACTIONS(1881), - [anon_sym_try] = ACTIONS(1881), - [sym_integer_literal] = ACTIONS(1879), - [aux_sym_string_literal_token1] = ACTIONS(1879), - [sym_char_literal] = ACTIONS(1879), - [anon_sym_true] = ACTIONS(1881), - [anon_sym_false] = ACTIONS(1881), + [anon_sym_extern] = ACTIONS(1879), + [anon_sym_raw] = ACTIONS(1857), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), [sym_self] = ACTIONS(1881), [sym_super] = ACTIONS(1881), - [sym_crate] = ACTIONS(1881), - [sym_metavariable] = ACTIONS(1879), - [sym__raw_string_literal_start] = ACTIONS(1879), - [sym_float_literal] = ACTIONS(1879), + [sym_crate] = ACTIONS(1883), + [sym_metavariable] = ACTIONS(1885), }, - [STATE(513)] = { - [sym_line_comment] = STATE(513), - [sym_block_comment] = STATE(513), - [ts_builtin_sym_end] = ACTIONS(1883), - [sym_identifier] = ACTIONS(1885), - [anon_sym_SEMI] = ACTIONS(1883), - [anon_sym_macro_rules_BANG] = ACTIONS(1883), - [anon_sym_LPAREN] = ACTIONS(1883), - [anon_sym_LBRACK] = ACTIONS(1883), - [anon_sym_LBRACE] = ACTIONS(1883), - [anon_sym_RBRACE] = ACTIONS(1883), - [anon_sym_STAR] = ACTIONS(1883), - [anon_sym_u8] = ACTIONS(1885), - [anon_sym_i8] = ACTIONS(1885), - [anon_sym_u16] = ACTIONS(1885), - [anon_sym_i16] = ACTIONS(1885), - [anon_sym_u32] = ACTIONS(1885), - [anon_sym_i32] = ACTIONS(1885), - [anon_sym_u64] = ACTIONS(1885), - [anon_sym_i64] = ACTIONS(1885), - [anon_sym_u128] = ACTIONS(1885), - [anon_sym_i128] = ACTIONS(1885), - [anon_sym_isize] = ACTIONS(1885), - [anon_sym_usize] = ACTIONS(1885), - [anon_sym_f32] = ACTIONS(1885), - [anon_sym_f64] = ACTIONS(1885), - [anon_sym_bool] = ACTIONS(1885), - [anon_sym_str] = ACTIONS(1885), - [anon_sym_char] = ACTIONS(1885), - [anon_sym_DASH] = ACTIONS(1883), - [anon_sym_BANG] = ACTIONS(1883), - [anon_sym_AMP] = ACTIONS(1883), - [anon_sym_PIPE] = ACTIONS(1883), - [anon_sym_LT] = ACTIONS(1883), - [anon_sym_DOT_DOT] = ACTIONS(1883), - [anon_sym_COLON_COLON] = ACTIONS(1883), - [anon_sym_POUND] = ACTIONS(1883), - [anon_sym_SQUOTE] = ACTIONS(1885), - [anon_sym_async] = ACTIONS(1885), - [anon_sym_break] = ACTIONS(1885), - [anon_sym_const] = ACTIONS(1885), - [anon_sym_continue] = ACTIONS(1885), - [anon_sym_default] = ACTIONS(1885), - [anon_sym_enum] = ACTIONS(1885), - [anon_sym_fn] = ACTIONS(1885), - [anon_sym_for] = ACTIONS(1885), - [anon_sym_gen] = ACTIONS(1885), - [anon_sym_if] = ACTIONS(1885), - [anon_sym_impl] = ACTIONS(1885), - [anon_sym_let] = ACTIONS(1885), - [anon_sym_loop] = ACTIONS(1885), - [anon_sym_match] = ACTIONS(1885), - [anon_sym_mod] = ACTIONS(1885), - [anon_sym_pub] = ACTIONS(1885), - [anon_sym_return] = ACTIONS(1885), - [anon_sym_static] = ACTIONS(1885), - [anon_sym_struct] = ACTIONS(1885), - [anon_sym_trait] = ACTIONS(1885), - [anon_sym_type] = ACTIONS(1885), - [anon_sym_union] = ACTIONS(1885), - [anon_sym_unsafe] = ACTIONS(1885), - [anon_sym_use] = ACTIONS(1885), - [anon_sym_while] = ACTIONS(1885), - [anon_sym_extern] = ACTIONS(1885), - [anon_sym_raw] = ACTIONS(1885), - [anon_sym_yield] = ACTIONS(1885), - [anon_sym_move] = ACTIONS(1885), - [anon_sym_try] = ACTIONS(1885), - [sym_integer_literal] = ACTIONS(1883), - [aux_sym_string_literal_token1] = ACTIONS(1883), - [sym_char_literal] = ACTIONS(1883), - [anon_sym_true] = ACTIONS(1885), - [anon_sym_false] = ACTIONS(1885), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1885), - [sym_super] = ACTIONS(1885), - [sym_crate] = ACTIONS(1885), - [sym_metavariable] = ACTIONS(1883), - [sym__raw_string_literal_start] = ACTIONS(1883), - [sym_float_literal] = ACTIONS(1883), - }, - [STATE(514)] = { - [sym_line_comment] = STATE(514), - [sym_block_comment] = STATE(514), - [ts_builtin_sym_end] = ACTIONS(1887), - [sym_identifier] = ACTIONS(1889), - [anon_sym_SEMI] = ACTIONS(1887), - [anon_sym_macro_rules_BANG] = ACTIONS(1887), - [anon_sym_LPAREN] = ACTIONS(1887), - [anon_sym_LBRACK] = ACTIONS(1887), - [anon_sym_LBRACE] = ACTIONS(1887), - [anon_sym_RBRACE] = ACTIONS(1887), - [anon_sym_STAR] = ACTIONS(1887), - [anon_sym_u8] = ACTIONS(1889), - [anon_sym_i8] = ACTIONS(1889), - [anon_sym_u16] = ACTIONS(1889), - [anon_sym_i16] = ACTIONS(1889), - [anon_sym_u32] = ACTIONS(1889), - [anon_sym_i32] = ACTIONS(1889), - [anon_sym_u64] = ACTIONS(1889), - [anon_sym_i64] = ACTIONS(1889), - [anon_sym_u128] = ACTIONS(1889), - [anon_sym_i128] = ACTIONS(1889), - [anon_sym_isize] = ACTIONS(1889), - [anon_sym_usize] = ACTIONS(1889), - [anon_sym_f32] = ACTIONS(1889), - [anon_sym_f64] = ACTIONS(1889), - [anon_sym_bool] = ACTIONS(1889), - [anon_sym_str] = ACTIONS(1889), - [anon_sym_char] = ACTIONS(1889), - [anon_sym_DASH] = ACTIONS(1887), - [anon_sym_BANG] = ACTIONS(1887), - [anon_sym_AMP] = ACTIONS(1887), - [anon_sym_PIPE] = ACTIONS(1887), - [anon_sym_LT] = ACTIONS(1887), - [anon_sym_DOT_DOT] = ACTIONS(1887), - [anon_sym_COLON_COLON] = ACTIONS(1887), - [anon_sym_POUND] = ACTIONS(1887), - [anon_sym_SQUOTE] = ACTIONS(1889), - [anon_sym_async] = ACTIONS(1889), - [anon_sym_break] = ACTIONS(1889), - [anon_sym_const] = ACTIONS(1889), - [anon_sym_continue] = ACTIONS(1889), - [anon_sym_default] = ACTIONS(1889), - [anon_sym_enum] = ACTIONS(1889), - [anon_sym_fn] = ACTIONS(1889), - [anon_sym_for] = ACTIONS(1889), - [anon_sym_gen] = ACTIONS(1889), - [anon_sym_if] = ACTIONS(1889), - [anon_sym_impl] = ACTIONS(1889), - [anon_sym_let] = ACTIONS(1889), - [anon_sym_loop] = ACTIONS(1889), - [anon_sym_match] = ACTIONS(1889), - [anon_sym_mod] = ACTIONS(1889), - [anon_sym_pub] = ACTIONS(1889), - [anon_sym_return] = ACTIONS(1889), - [anon_sym_static] = ACTIONS(1889), - [anon_sym_struct] = ACTIONS(1889), - [anon_sym_trait] = ACTIONS(1889), - [anon_sym_type] = ACTIONS(1889), - [anon_sym_union] = ACTIONS(1889), - [anon_sym_unsafe] = ACTIONS(1889), - [anon_sym_use] = ACTIONS(1889), - [anon_sym_while] = ACTIONS(1889), - [anon_sym_extern] = ACTIONS(1889), - [anon_sym_raw] = ACTIONS(1889), - [anon_sym_yield] = ACTIONS(1889), - [anon_sym_move] = ACTIONS(1889), - [anon_sym_try] = ACTIONS(1889), - [sym_integer_literal] = ACTIONS(1887), - [aux_sym_string_literal_token1] = ACTIONS(1887), - [sym_char_literal] = ACTIONS(1887), - [anon_sym_true] = ACTIONS(1889), - [anon_sym_false] = ACTIONS(1889), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1889), - [sym_super] = ACTIONS(1889), - [sym_crate] = ACTIONS(1889), - [sym_metavariable] = ACTIONS(1887), - [sym__raw_string_literal_start] = ACTIONS(1887), - [sym_float_literal] = ACTIONS(1887), - }, - [STATE(515)] = { - [sym_line_comment] = STATE(515), - [sym_block_comment] = STATE(515), - [ts_builtin_sym_end] = ACTIONS(1891), - [sym_identifier] = ACTIONS(1893), - [anon_sym_SEMI] = ACTIONS(1891), - [anon_sym_macro_rules_BANG] = ACTIONS(1891), - [anon_sym_LPAREN] = ACTIONS(1891), - [anon_sym_LBRACK] = ACTIONS(1891), - [anon_sym_LBRACE] = ACTIONS(1891), - [anon_sym_RBRACE] = ACTIONS(1891), - [anon_sym_STAR] = ACTIONS(1891), - [anon_sym_u8] = ACTIONS(1893), - [anon_sym_i8] = ACTIONS(1893), - [anon_sym_u16] = ACTIONS(1893), - [anon_sym_i16] = ACTIONS(1893), - [anon_sym_u32] = ACTIONS(1893), - [anon_sym_i32] = ACTIONS(1893), - [anon_sym_u64] = ACTIONS(1893), - [anon_sym_i64] = ACTIONS(1893), - [anon_sym_u128] = ACTIONS(1893), - [anon_sym_i128] = ACTIONS(1893), - [anon_sym_isize] = ACTIONS(1893), - [anon_sym_usize] = ACTIONS(1893), - [anon_sym_f32] = ACTIONS(1893), - [anon_sym_f64] = ACTIONS(1893), - [anon_sym_bool] = ACTIONS(1893), - [anon_sym_str] = ACTIONS(1893), - [anon_sym_char] = ACTIONS(1893), - [anon_sym_DASH] = ACTIONS(1891), - [anon_sym_BANG] = ACTIONS(1891), - [anon_sym_AMP] = ACTIONS(1891), - [anon_sym_PIPE] = ACTIONS(1891), - [anon_sym_LT] = ACTIONS(1891), - [anon_sym_DOT_DOT] = ACTIONS(1891), - [anon_sym_COLON_COLON] = ACTIONS(1891), - [anon_sym_POUND] = ACTIONS(1891), - [anon_sym_SQUOTE] = ACTIONS(1893), - [anon_sym_async] = ACTIONS(1893), - [anon_sym_break] = ACTIONS(1893), - [anon_sym_const] = ACTIONS(1893), - [anon_sym_continue] = ACTIONS(1893), - [anon_sym_default] = ACTIONS(1893), - [anon_sym_enum] = ACTIONS(1893), - [anon_sym_fn] = ACTIONS(1893), - [anon_sym_for] = ACTIONS(1893), - [anon_sym_gen] = ACTIONS(1893), - [anon_sym_if] = ACTIONS(1893), - [anon_sym_impl] = ACTIONS(1893), - [anon_sym_let] = ACTIONS(1893), - [anon_sym_loop] = ACTIONS(1893), - [anon_sym_match] = ACTIONS(1893), - [anon_sym_mod] = ACTIONS(1893), - [anon_sym_pub] = ACTIONS(1893), - [anon_sym_return] = ACTIONS(1893), - [anon_sym_static] = ACTIONS(1893), - [anon_sym_struct] = ACTIONS(1893), - [anon_sym_trait] = ACTIONS(1893), - [anon_sym_type] = ACTIONS(1893), - [anon_sym_union] = ACTIONS(1893), - [anon_sym_unsafe] = ACTIONS(1893), - [anon_sym_use] = ACTIONS(1893), - [anon_sym_while] = ACTIONS(1893), - [anon_sym_extern] = ACTIONS(1893), - [anon_sym_raw] = ACTIONS(1893), - [anon_sym_yield] = ACTIONS(1893), - [anon_sym_move] = ACTIONS(1893), - [anon_sym_try] = ACTIONS(1893), - [sym_integer_literal] = ACTIONS(1891), - [aux_sym_string_literal_token1] = ACTIONS(1891), - [sym_char_literal] = ACTIONS(1891), - [anon_sym_true] = ACTIONS(1893), - [anon_sym_false] = ACTIONS(1893), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1893), - [sym_super] = ACTIONS(1893), - [sym_crate] = ACTIONS(1893), - [sym_metavariable] = ACTIONS(1891), - [sym__raw_string_literal_start] = ACTIONS(1891), - [sym_float_literal] = ACTIONS(1891), - }, - [STATE(516)] = { - [sym_line_comment] = STATE(516), - [sym_block_comment] = STATE(516), - [ts_builtin_sym_end] = ACTIONS(1895), - [sym_identifier] = ACTIONS(1897), - [anon_sym_SEMI] = ACTIONS(1895), - [anon_sym_macro_rules_BANG] = ACTIONS(1895), - [anon_sym_LPAREN] = ACTIONS(1895), - [anon_sym_LBRACK] = ACTIONS(1895), - [anon_sym_LBRACE] = ACTIONS(1895), - [anon_sym_RBRACE] = ACTIONS(1895), - [anon_sym_STAR] = ACTIONS(1895), - [anon_sym_u8] = ACTIONS(1897), - [anon_sym_i8] = ACTIONS(1897), - [anon_sym_u16] = ACTIONS(1897), - [anon_sym_i16] = ACTIONS(1897), - [anon_sym_u32] = ACTIONS(1897), - [anon_sym_i32] = ACTIONS(1897), - [anon_sym_u64] = ACTIONS(1897), - [anon_sym_i64] = ACTIONS(1897), - [anon_sym_u128] = ACTIONS(1897), - [anon_sym_i128] = ACTIONS(1897), - [anon_sym_isize] = ACTIONS(1897), - [anon_sym_usize] = ACTIONS(1897), - [anon_sym_f32] = ACTIONS(1897), - [anon_sym_f64] = ACTIONS(1897), - [anon_sym_bool] = ACTIONS(1897), - [anon_sym_str] = ACTIONS(1897), - [anon_sym_char] = ACTIONS(1897), - [anon_sym_DASH] = ACTIONS(1895), - [anon_sym_BANG] = ACTIONS(1895), - [anon_sym_AMP] = ACTIONS(1895), - [anon_sym_PIPE] = ACTIONS(1895), - [anon_sym_LT] = ACTIONS(1895), - [anon_sym_DOT_DOT] = ACTIONS(1895), - [anon_sym_COLON_COLON] = ACTIONS(1895), - [anon_sym_POUND] = ACTIONS(1895), - [anon_sym_SQUOTE] = ACTIONS(1897), - [anon_sym_async] = ACTIONS(1897), - [anon_sym_break] = ACTIONS(1897), - [anon_sym_const] = ACTIONS(1897), - [anon_sym_continue] = ACTIONS(1897), - [anon_sym_default] = ACTIONS(1897), - [anon_sym_enum] = ACTIONS(1897), - [anon_sym_fn] = ACTIONS(1897), - [anon_sym_for] = ACTIONS(1897), - [anon_sym_gen] = ACTIONS(1897), - [anon_sym_if] = ACTIONS(1897), - [anon_sym_impl] = ACTIONS(1897), - [anon_sym_let] = ACTIONS(1897), - [anon_sym_loop] = ACTIONS(1897), - [anon_sym_match] = ACTIONS(1897), - [anon_sym_mod] = ACTIONS(1897), - [anon_sym_pub] = ACTIONS(1897), - [anon_sym_return] = ACTIONS(1897), - [anon_sym_static] = ACTIONS(1897), - [anon_sym_struct] = ACTIONS(1897), - [anon_sym_trait] = ACTIONS(1897), - [anon_sym_type] = ACTIONS(1897), - [anon_sym_union] = ACTIONS(1897), - [anon_sym_unsafe] = ACTIONS(1897), - [anon_sym_use] = ACTIONS(1897), - [anon_sym_while] = ACTIONS(1897), - [anon_sym_extern] = ACTIONS(1897), - [anon_sym_raw] = ACTIONS(1897), - [anon_sym_yield] = ACTIONS(1897), - [anon_sym_move] = ACTIONS(1897), - [anon_sym_try] = ACTIONS(1897), - [sym_integer_literal] = ACTIONS(1895), - [aux_sym_string_literal_token1] = ACTIONS(1895), - [sym_char_literal] = ACTIONS(1895), - [anon_sym_true] = ACTIONS(1897), - [anon_sym_false] = ACTIONS(1897), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1897), - [sym_super] = ACTIONS(1897), - [sym_crate] = ACTIONS(1897), - [sym_metavariable] = ACTIONS(1895), - [sym__raw_string_literal_start] = ACTIONS(1895), - [sym_float_literal] = ACTIONS(1895), - }, - [STATE(517)] = { - [sym_line_comment] = STATE(517), - [sym_block_comment] = STATE(517), - [ts_builtin_sym_end] = ACTIONS(1899), - [sym_identifier] = ACTIONS(1901), - [anon_sym_SEMI] = ACTIONS(1899), - [anon_sym_macro_rules_BANG] = ACTIONS(1899), - [anon_sym_LPAREN] = ACTIONS(1899), - [anon_sym_LBRACK] = ACTIONS(1899), - [anon_sym_LBRACE] = ACTIONS(1899), - [anon_sym_RBRACE] = ACTIONS(1899), - [anon_sym_STAR] = ACTIONS(1899), - [anon_sym_u8] = ACTIONS(1901), - [anon_sym_i8] = ACTIONS(1901), - [anon_sym_u16] = ACTIONS(1901), - [anon_sym_i16] = ACTIONS(1901), - [anon_sym_u32] = ACTIONS(1901), - [anon_sym_i32] = ACTIONS(1901), - [anon_sym_u64] = ACTIONS(1901), - [anon_sym_i64] = ACTIONS(1901), - [anon_sym_u128] = ACTIONS(1901), - [anon_sym_i128] = ACTIONS(1901), - [anon_sym_isize] = ACTIONS(1901), - [anon_sym_usize] = ACTIONS(1901), - [anon_sym_f32] = ACTIONS(1901), - [anon_sym_f64] = ACTIONS(1901), - [anon_sym_bool] = ACTIONS(1901), - [anon_sym_str] = ACTIONS(1901), - [anon_sym_char] = ACTIONS(1901), - [anon_sym_DASH] = ACTIONS(1899), - [anon_sym_BANG] = ACTIONS(1899), - [anon_sym_AMP] = ACTIONS(1899), - [anon_sym_PIPE] = ACTIONS(1899), - [anon_sym_LT] = ACTIONS(1899), - [anon_sym_DOT_DOT] = ACTIONS(1899), - [anon_sym_COLON_COLON] = ACTIONS(1899), - [anon_sym_POUND] = ACTIONS(1899), - [anon_sym_SQUOTE] = ACTIONS(1901), - [anon_sym_async] = ACTIONS(1901), - [anon_sym_break] = ACTIONS(1901), - [anon_sym_const] = ACTIONS(1901), - [anon_sym_continue] = ACTIONS(1901), - [anon_sym_default] = ACTIONS(1901), - [anon_sym_enum] = ACTIONS(1901), - [anon_sym_fn] = ACTIONS(1901), - [anon_sym_for] = ACTIONS(1901), - [anon_sym_gen] = ACTIONS(1901), - [anon_sym_if] = ACTIONS(1901), - [anon_sym_impl] = ACTIONS(1901), - [anon_sym_let] = ACTIONS(1901), - [anon_sym_loop] = ACTIONS(1901), - [anon_sym_match] = ACTIONS(1901), - [anon_sym_mod] = ACTIONS(1901), - [anon_sym_pub] = ACTIONS(1901), - [anon_sym_return] = ACTIONS(1901), - [anon_sym_static] = ACTIONS(1901), - [anon_sym_struct] = ACTIONS(1901), - [anon_sym_trait] = ACTIONS(1901), - [anon_sym_type] = ACTIONS(1901), - [anon_sym_union] = ACTIONS(1901), - [anon_sym_unsafe] = ACTIONS(1901), - [anon_sym_use] = ACTIONS(1901), - [anon_sym_while] = ACTIONS(1901), - [anon_sym_extern] = ACTIONS(1901), - [anon_sym_raw] = ACTIONS(1901), - [anon_sym_yield] = ACTIONS(1901), - [anon_sym_move] = ACTIONS(1901), - [anon_sym_try] = ACTIONS(1901), - [sym_integer_literal] = ACTIONS(1899), - [aux_sym_string_literal_token1] = ACTIONS(1899), - [sym_char_literal] = ACTIONS(1899), - [anon_sym_true] = ACTIONS(1901), - [anon_sym_false] = ACTIONS(1901), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1901), - [sym_super] = ACTIONS(1901), - [sym_crate] = ACTIONS(1901), - [sym_metavariable] = ACTIONS(1899), - [sym__raw_string_literal_start] = ACTIONS(1899), - [sym_float_literal] = ACTIONS(1899), - }, - [STATE(518)] = { - [sym_line_comment] = STATE(518), - [sym_block_comment] = STATE(518), - [ts_builtin_sym_end] = ACTIONS(1903), - [sym_identifier] = ACTIONS(1905), - [anon_sym_SEMI] = ACTIONS(1903), - [anon_sym_macro_rules_BANG] = ACTIONS(1903), - [anon_sym_LPAREN] = ACTIONS(1903), - [anon_sym_LBRACK] = ACTIONS(1903), - [anon_sym_LBRACE] = ACTIONS(1903), - [anon_sym_RBRACE] = ACTIONS(1903), - [anon_sym_STAR] = ACTIONS(1903), - [anon_sym_u8] = ACTIONS(1905), - [anon_sym_i8] = ACTIONS(1905), - [anon_sym_u16] = ACTIONS(1905), - [anon_sym_i16] = ACTIONS(1905), - [anon_sym_u32] = ACTIONS(1905), - [anon_sym_i32] = ACTIONS(1905), - [anon_sym_u64] = ACTIONS(1905), - [anon_sym_i64] = ACTIONS(1905), - [anon_sym_u128] = ACTIONS(1905), - [anon_sym_i128] = ACTIONS(1905), - [anon_sym_isize] = ACTIONS(1905), - [anon_sym_usize] = ACTIONS(1905), - [anon_sym_f32] = ACTIONS(1905), - [anon_sym_f64] = ACTIONS(1905), - [anon_sym_bool] = ACTIONS(1905), - [anon_sym_str] = ACTIONS(1905), - [anon_sym_char] = ACTIONS(1905), - [anon_sym_DASH] = ACTIONS(1903), - [anon_sym_BANG] = ACTIONS(1903), - [anon_sym_AMP] = ACTIONS(1903), - [anon_sym_PIPE] = ACTIONS(1903), - [anon_sym_LT] = ACTIONS(1903), - [anon_sym_DOT_DOT] = ACTIONS(1903), - [anon_sym_COLON_COLON] = ACTIONS(1903), - [anon_sym_POUND] = ACTIONS(1903), - [anon_sym_SQUOTE] = ACTIONS(1905), - [anon_sym_async] = ACTIONS(1905), - [anon_sym_break] = ACTIONS(1905), - [anon_sym_const] = ACTIONS(1905), - [anon_sym_continue] = ACTIONS(1905), - [anon_sym_default] = ACTIONS(1905), - [anon_sym_enum] = ACTIONS(1905), - [anon_sym_fn] = ACTIONS(1905), - [anon_sym_for] = ACTIONS(1905), - [anon_sym_gen] = ACTIONS(1905), - [anon_sym_if] = ACTIONS(1905), - [anon_sym_impl] = ACTIONS(1905), - [anon_sym_let] = ACTIONS(1905), - [anon_sym_loop] = ACTIONS(1905), - [anon_sym_match] = ACTIONS(1905), - [anon_sym_mod] = ACTIONS(1905), - [anon_sym_pub] = ACTIONS(1905), - [anon_sym_return] = ACTIONS(1905), - [anon_sym_static] = ACTIONS(1905), - [anon_sym_struct] = ACTIONS(1905), - [anon_sym_trait] = ACTIONS(1905), - [anon_sym_type] = ACTIONS(1905), - [anon_sym_union] = ACTIONS(1905), - [anon_sym_unsafe] = ACTIONS(1905), - [anon_sym_use] = ACTIONS(1905), - [anon_sym_while] = ACTIONS(1905), - [anon_sym_extern] = ACTIONS(1905), - [anon_sym_raw] = ACTIONS(1905), - [anon_sym_yield] = ACTIONS(1905), - [anon_sym_move] = ACTIONS(1905), - [anon_sym_try] = ACTIONS(1905), - [sym_integer_literal] = ACTIONS(1903), - [aux_sym_string_literal_token1] = ACTIONS(1903), - [sym_char_literal] = ACTIONS(1903), - [anon_sym_true] = ACTIONS(1905), - [anon_sym_false] = ACTIONS(1905), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1905), - [sym_super] = ACTIONS(1905), - [sym_crate] = ACTIONS(1905), - [sym_metavariable] = ACTIONS(1903), - [sym__raw_string_literal_start] = ACTIONS(1903), - [sym_float_literal] = ACTIONS(1903), - }, - [STATE(519)] = { - [sym_line_comment] = STATE(519), - [sym_block_comment] = STATE(519), - [ts_builtin_sym_end] = ACTIONS(1907), - [sym_identifier] = ACTIONS(1909), - [anon_sym_SEMI] = ACTIONS(1907), - [anon_sym_macro_rules_BANG] = ACTIONS(1907), - [anon_sym_LPAREN] = ACTIONS(1907), - [anon_sym_LBRACK] = ACTIONS(1907), - [anon_sym_LBRACE] = ACTIONS(1907), - [anon_sym_RBRACE] = ACTIONS(1907), - [anon_sym_STAR] = ACTIONS(1907), - [anon_sym_u8] = ACTIONS(1909), - [anon_sym_i8] = ACTIONS(1909), - [anon_sym_u16] = ACTIONS(1909), - [anon_sym_i16] = ACTIONS(1909), - [anon_sym_u32] = ACTIONS(1909), - [anon_sym_i32] = ACTIONS(1909), - [anon_sym_u64] = ACTIONS(1909), - [anon_sym_i64] = ACTIONS(1909), - [anon_sym_u128] = ACTIONS(1909), - [anon_sym_i128] = ACTIONS(1909), - [anon_sym_isize] = ACTIONS(1909), - [anon_sym_usize] = ACTIONS(1909), - [anon_sym_f32] = ACTIONS(1909), - [anon_sym_f64] = ACTIONS(1909), - [anon_sym_bool] = ACTIONS(1909), - [anon_sym_str] = ACTIONS(1909), - [anon_sym_char] = ACTIONS(1909), - [anon_sym_DASH] = ACTIONS(1907), - [anon_sym_BANG] = ACTIONS(1907), - [anon_sym_AMP] = ACTIONS(1907), - [anon_sym_PIPE] = ACTIONS(1907), - [anon_sym_LT] = ACTIONS(1907), - [anon_sym_DOT_DOT] = ACTIONS(1907), - [anon_sym_COLON_COLON] = ACTIONS(1907), - [anon_sym_POUND] = ACTIONS(1907), - [anon_sym_SQUOTE] = ACTIONS(1909), - [anon_sym_async] = ACTIONS(1909), - [anon_sym_break] = ACTIONS(1909), - [anon_sym_const] = ACTIONS(1909), - [anon_sym_continue] = ACTIONS(1909), - [anon_sym_default] = ACTIONS(1909), - [anon_sym_enum] = ACTIONS(1909), - [anon_sym_fn] = ACTIONS(1909), - [anon_sym_for] = ACTIONS(1909), - [anon_sym_gen] = ACTIONS(1909), - [anon_sym_if] = ACTIONS(1909), - [anon_sym_impl] = ACTIONS(1909), - [anon_sym_let] = ACTIONS(1909), - [anon_sym_loop] = ACTIONS(1909), - [anon_sym_match] = ACTIONS(1909), - [anon_sym_mod] = ACTIONS(1909), - [anon_sym_pub] = ACTIONS(1909), - [anon_sym_return] = ACTIONS(1909), - [anon_sym_static] = ACTIONS(1909), - [anon_sym_struct] = ACTIONS(1909), - [anon_sym_trait] = ACTIONS(1909), - [anon_sym_type] = ACTIONS(1909), - [anon_sym_union] = ACTIONS(1909), - [anon_sym_unsafe] = ACTIONS(1909), - [anon_sym_use] = ACTIONS(1909), - [anon_sym_while] = ACTIONS(1909), - [anon_sym_extern] = ACTIONS(1909), - [anon_sym_raw] = ACTIONS(1909), - [anon_sym_yield] = ACTIONS(1909), - [anon_sym_move] = ACTIONS(1909), - [anon_sym_try] = ACTIONS(1909), - [sym_integer_literal] = ACTIONS(1907), - [aux_sym_string_literal_token1] = ACTIONS(1907), - [sym_char_literal] = ACTIONS(1907), - [anon_sym_true] = ACTIONS(1909), - [anon_sym_false] = ACTIONS(1909), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1909), - [sym_super] = ACTIONS(1909), - [sym_crate] = ACTIONS(1909), - [sym_metavariable] = ACTIONS(1907), - [sym__raw_string_literal_start] = ACTIONS(1907), - [sym_float_literal] = ACTIONS(1907), - }, - [STATE(520)] = { - [sym_line_comment] = STATE(520), - [sym_block_comment] = STATE(520), - [ts_builtin_sym_end] = ACTIONS(1911), - [sym_identifier] = ACTIONS(1913), - [anon_sym_SEMI] = ACTIONS(1911), - [anon_sym_macro_rules_BANG] = ACTIONS(1911), - [anon_sym_LPAREN] = ACTIONS(1911), - [anon_sym_LBRACK] = ACTIONS(1911), - [anon_sym_LBRACE] = ACTIONS(1911), - [anon_sym_RBRACE] = ACTIONS(1911), - [anon_sym_STAR] = ACTIONS(1911), - [anon_sym_u8] = ACTIONS(1913), - [anon_sym_i8] = ACTIONS(1913), - [anon_sym_u16] = ACTIONS(1913), - [anon_sym_i16] = ACTIONS(1913), - [anon_sym_u32] = ACTIONS(1913), - [anon_sym_i32] = ACTIONS(1913), - [anon_sym_u64] = ACTIONS(1913), - [anon_sym_i64] = ACTIONS(1913), - [anon_sym_u128] = ACTIONS(1913), - [anon_sym_i128] = ACTIONS(1913), - [anon_sym_isize] = ACTIONS(1913), - [anon_sym_usize] = ACTIONS(1913), - [anon_sym_f32] = ACTIONS(1913), - [anon_sym_f64] = ACTIONS(1913), - [anon_sym_bool] = ACTIONS(1913), - [anon_sym_str] = ACTIONS(1913), - [anon_sym_char] = ACTIONS(1913), - [anon_sym_DASH] = ACTIONS(1911), - [anon_sym_BANG] = ACTIONS(1911), - [anon_sym_AMP] = ACTIONS(1911), - [anon_sym_PIPE] = ACTIONS(1911), - [anon_sym_LT] = ACTIONS(1911), - [anon_sym_DOT_DOT] = ACTIONS(1911), - [anon_sym_COLON_COLON] = ACTIONS(1911), - [anon_sym_POUND] = ACTIONS(1911), - [anon_sym_SQUOTE] = ACTIONS(1913), - [anon_sym_async] = ACTIONS(1913), - [anon_sym_break] = ACTIONS(1913), - [anon_sym_const] = ACTIONS(1913), - [anon_sym_continue] = ACTIONS(1913), - [anon_sym_default] = ACTIONS(1913), - [anon_sym_enum] = ACTIONS(1913), - [anon_sym_fn] = ACTIONS(1913), - [anon_sym_for] = ACTIONS(1913), - [anon_sym_gen] = ACTIONS(1913), - [anon_sym_if] = ACTIONS(1913), - [anon_sym_impl] = ACTIONS(1913), - [anon_sym_let] = ACTIONS(1913), - [anon_sym_loop] = ACTIONS(1913), - [anon_sym_match] = ACTIONS(1913), - [anon_sym_mod] = ACTIONS(1913), - [anon_sym_pub] = ACTIONS(1913), - [anon_sym_return] = ACTIONS(1913), - [anon_sym_static] = ACTIONS(1913), - [anon_sym_struct] = ACTIONS(1913), - [anon_sym_trait] = ACTIONS(1913), - [anon_sym_type] = ACTIONS(1913), - [anon_sym_union] = ACTIONS(1913), - [anon_sym_unsafe] = ACTIONS(1913), - [anon_sym_use] = ACTIONS(1913), - [anon_sym_while] = ACTIONS(1913), - [anon_sym_extern] = ACTIONS(1913), - [anon_sym_raw] = ACTIONS(1913), - [anon_sym_yield] = ACTIONS(1913), - [anon_sym_move] = ACTIONS(1913), - [anon_sym_try] = ACTIONS(1913), - [sym_integer_literal] = ACTIONS(1911), - [aux_sym_string_literal_token1] = ACTIONS(1911), - [sym_char_literal] = ACTIONS(1911), - [anon_sym_true] = ACTIONS(1913), - [anon_sym_false] = ACTIONS(1913), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1913), - [sym_super] = ACTIONS(1913), - [sym_crate] = ACTIONS(1913), - [sym_metavariable] = ACTIONS(1911), - [sym__raw_string_literal_start] = ACTIONS(1911), - [sym_float_literal] = ACTIONS(1911), - }, - [STATE(521)] = { - [sym_line_comment] = STATE(521), - [sym_block_comment] = STATE(521), - [ts_builtin_sym_end] = ACTIONS(1915), - [sym_identifier] = ACTIONS(1917), - [anon_sym_SEMI] = ACTIONS(1915), - [anon_sym_macro_rules_BANG] = ACTIONS(1915), - [anon_sym_LPAREN] = ACTIONS(1915), - [anon_sym_LBRACK] = ACTIONS(1915), - [anon_sym_LBRACE] = ACTIONS(1915), - [anon_sym_RBRACE] = ACTIONS(1915), - [anon_sym_STAR] = ACTIONS(1915), - [anon_sym_u8] = ACTIONS(1917), - [anon_sym_i8] = ACTIONS(1917), - [anon_sym_u16] = ACTIONS(1917), - [anon_sym_i16] = ACTIONS(1917), - [anon_sym_u32] = ACTIONS(1917), - [anon_sym_i32] = ACTIONS(1917), - [anon_sym_u64] = ACTIONS(1917), - [anon_sym_i64] = ACTIONS(1917), - [anon_sym_u128] = ACTIONS(1917), - [anon_sym_i128] = ACTIONS(1917), - [anon_sym_isize] = ACTIONS(1917), - [anon_sym_usize] = ACTIONS(1917), - [anon_sym_f32] = ACTIONS(1917), - [anon_sym_f64] = ACTIONS(1917), - [anon_sym_bool] = ACTIONS(1917), - [anon_sym_str] = ACTIONS(1917), - [anon_sym_char] = ACTIONS(1917), - [anon_sym_DASH] = ACTIONS(1915), - [anon_sym_BANG] = ACTIONS(1915), - [anon_sym_AMP] = ACTIONS(1915), - [anon_sym_PIPE] = ACTIONS(1915), - [anon_sym_LT] = ACTIONS(1915), - [anon_sym_DOT_DOT] = ACTIONS(1915), - [anon_sym_COLON_COLON] = ACTIONS(1915), - [anon_sym_POUND] = ACTIONS(1915), - [anon_sym_SQUOTE] = ACTIONS(1917), - [anon_sym_async] = ACTIONS(1917), - [anon_sym_break] = ACTIONS(1917), - [anon_sym_const] = ACTIONS(1917), - [anon_sym_continue] = ACTIONS(1917), - [anon_sym_default] = ACTIONS(1917), - [anon_sym_enum] = ACTIONS(1917), - [anon_sym_fn] = ACTIONS(1917), - [anon_sym_for] = ACTIONS(1917), - [anon_sym_gen] = ACTIONS(1917), - [anon_sym_if] = ACTIONS(1917), - [anon_sym_impl] = ACTIONS(1917), - [anon_sym_let] = ACTIONS(1917), - [anon_sym_loop] = ACTIONS(1917), - [anon_sym_match] = ACTIONS(1917), - [anon_sym_mod] = ACTIONS(1917), - [anon_sym_pub] = ACTIONS(1917), - [anon_sym_return] = ACTIONS(1917), - [anon_sym_static] = ACTIONS(1917), - [anon_sym_struct] = ACTIONS(1917), - [anon_sym_trait] = ACTIONS(1917), - [anon_sym_type] = ACTIONS(1917), - [anon_sym_union] = ACTIONS(1917), - [anon_sym_unsafe] = ACTIONS(1917), - [anon_sym_use] = ACTIONS(1917), - [anon_sym_while] = ACTIONS(1917), - [anon_sym_extern] = ACTIONS(1917), - [anon_sym_raw] = ACTIONS(1917), - [anon_sym_yield] = ACTIONS(1917), - [anon_sym_move] = ACTIONS(1917), - [anon_sym_try] = ACTIONS(1917), - [sym_integer_literal] = ACTIONS(1915), - [aux_sym_string_literal_token1] = ACTIONS(1915), - [sym_char_literal] = ACTIONS(1915), - [anon_sym_true] = ACTIONS(1917), - [anon_sym_false] = ACTIONS(1917), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1917), - [sym_super] = ACTIONS(1917), - [sym_crate] = ACTIONS(1917), - [sym_metavariable] = ACTIONS(1915), - [sym__raw_string_literal_start] = ACTIONS(1915), - [sym_float_literal] = ACTIONS(1915), - }, - [STATE(522)] = { - [sym_line_comment] = STATE(522), - [sym_block_comment] = STATE(522), - [ts_builtin_sym_end] = ACTIONS(1919), - [sym_identifier] = ACTIONS(1921), - [anon_sym_SEMI] = ACTIONS(1919), - [anon_sym_macro_rules_BANG] = ACTIONS(1919), - [anon_sym_LPAREN] = ACTIONS(1919), - [anon_sym_LBRACK] = ACTIONS(1919), - [anon_sym_LBRACE] = ACTIONS(1919), - [anon_sym_RBRACE] = ACTIONS(1919), - [anon_sym_STAR] = ACTIONS(1919), - [anon_sym_u8] = ACTIONS(1921), - [anon_sym_i8] = ACTIONS(1921), - [anon_sym_u16] = ACTIONS(1921), - [anon_sym_i16] = ACTIONS(1921), - [anon_sym_u32] = ACTIONS(1921), - [anon_sym_i32] = ACTIONS(1921), - [anon_sym_u64] = ACTIONS(1921), - [anon_sym_i64] = ACTIONS(1921), - [anon_sym_u128] = ACTIONS(1921), - [anon_sym_i128] = ACTIONS(1921), - [anon_sym_isize] = ACTIONS(1921), - [anon_sym_usize] = ACTIONS(1921), - [anon_sym_f32] = ACTIONS(1921), - [anon_sym_f64] = ACTIONS(1921), - [anon_sym_bool] = ACTIONS(1921), - [anon_sym_str] = ACTIONS(1921), - [anon_sym_char] = ACTIONS(1921), - [anon_sym_DASH] = ACTIONS(1919), - [anon_sym_BANG] = ACTIONS(1919), - [anon_sym_AMP] = ACTIONS(1919), - [anon_sym_PIPE] = ACTIONS(1919), - [anon_sym_LT] = ACTIONS(1919), - [anon_sym_DOT_DOT] = ACTIONS(1919), - [anon_sym_COLON_COLON] = ACTIONS(1919), - [anon_sym_POUND] = ACTIONS(1919), - [anon_sym_SQUOTE] = ACTIONS(1921), - [anon_sym_async] = ACTIONS(1921), - [anon_sym_break] = ACTIONS(1921), - [anon_sym_const] = ACTIONS(1921), - [anon_sym_continue] = ACTIONS(1921), - [anon_sym_default] = ACTIONS(1921), - [anon_sym_enum] = ACTIONS(1921), - [anon_sym_fn] = ACTIONS(1921), - [anon_sym_for] = ACTIONS(1921), - [anon_sym_gen] = ACTIONS(1921), - [anon_sym_if] = ACTIONS(1921), - [anon_sym_impl] = ACTIONS(1921), - [anon_sym_let] = ACTIONS(1921), - [anon_sym_loop] = ACTIONS(1921), - [anon_sym_match] = ACTIONS(1921), - [anon_sym_mod] = ACTIONS(1921), - [anon_sym_pub] = ACTIONS(1921), - [anon_sym_return] = ACTIONS(1921), - [anon_sym_static] = ACTIONS(1921), - [anon_sym_struct] = ACTIONS(1921), - [anon_sym_trait] = ACTIONS(1921), - [anon_sym_type] = ACTIONS(1921), - [anon_sym_union] = ACTIONS(1921), - [anon_sym_unsafe] = ACTIONS(1921), - [anon_sym_use] = ACTIONS(1921), - [anon_sym_while] = ACTIONS(1921), - [anon_sym_extern] = ACTIONS(1921), - [anon_sym_raw] = ACTIONS(1921), - [anon_sym_yield] = ACTIONS(1921), - [anon_sym_move] = ACTIONS(1921), - [anon_sym_try] = ACTIONS(1921), - [sym_integer_literal] = ACTIONS(1919), - [aux_sym_string_literal_token1] = ACTIONS(1919), - [sym_char_literal] = ACTIONS(1919), - [anon_sym_true] = ACTIONS(1921), - [anon_sym_false] = ACTIONS(1921), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1921), - [sym_super] = ACTIONS(1921), - [sym_crate] = ACTIONS(1921), - [sym_metavariable] = ACTIONS(1919), - [sym__raw_string_literal_start] = ACTIONS(1919), - [sym_float_literal] = ACTIONS(1919), - }, - [STATE(523)] = { - [sym_line_comment] = STATE(523), - [sym_block_comment] = STATE(523), - [ts_builtin_sym_end] = ACTIONS(1923), - [sym_identifier] = ACTIONS(1925), - [anon_sym_SEMI] = ACTIONS(1923), - [anon_sym_macro_rules_BANG] = ACTIONS(1923), - [anon_sym_LPAREN] = ACTIONS(1923), - [anon_sym_LBRACK] = ACTIONS(1923), - [anon_sym_LBRACE] = ACTIONS(1923), - [anon_sym_RBRACE] = ACTIONS(1923), - [anon_sym_STAR] = ACTIONS(1923), - [anon_sym_u8] = ACTIONS(1925), - [anon_sym_i8] = ACTIONS(1925), - [anon_sym_u16] = ACTIONS(1925), - [anon_sym_i16] = ACTIONS(1925), - [anon_sym_u32] = ACTIONS(1925), - [anon_sym_i32] = ACTIONS(1925), - [anon_sym_u64] = ACTIONS(1925), - [anon_sym_i64] = ACTIONS(1925), - [anon_sym_u128] = ACTIONS(1925), - [anon_sym_i128] = ACTIONS(1925), - [anon_sym_isize] = ACTIONS(1925), - [anon_sym_usize] = ACTIONS(1925), - [anon_sym_f32] = ACTIONS(1925), - [anon_sym_f64] = ACTIONS(1925), - [anon_sym_bool] = ACTIONS(1925), - [anon_sym_str] = ACTIONS(1925), - [anon_sym_char] = ACTIONS(1925), - [anon_sym_DASH] = ACTIONS(1923), - [anon_sym_BANG] = ACTIONS(1923), - [anon_sym_AMP] = ACTIONS(1923), - [anon_sym_PIPE] = ACTIONS(1923), - [anon_sym_LT] = ACTIONS(1923), - [anon_sym_DOT_DOT] = ACTIONS(1923), - [anon_sym_COLON_COLON] = ACTIONS(1923), - [anon_sym_POUND] = ACTIONS(1923), - [anon_sym_SQUOTE] = ACTIONS(1925), - [anon_sym_async] = ACTIONS(1925), - [anon_sym_break] = ACTIONS(1925), - [anon_sym_const] = ACTIONS(1925), - [anon_sym_continue] = ACTIONS(1925), - [anon_sym_default] = ACTIONS(1925), - [anon_sym_enum] = ACTIONS(1925), - [anon_sym_fn] = ACTIONS(1925), - [anon_sym_for] = ACTIONS(1925), - [anon_sym_gen] = ACTIONS(1925), - [anon_sym_if] = ACTIONS(1925), - [anon_sym_impl] = ACTIONS(1925), - [anon_sym_let] = ACTIONS(1925), - [anon_sym_loop] = ACTIONS(1925), - [anon_sym_match] = ACTIONS(1925), - [anon_sym_mod] = ACTIONS(1925), - [anon_sym_pub] = ACTIONS(1925), - [anon_sym_return] = ACTIONS(1925), - [anon_sym_static] = ACTIONS(1925), - [anon_sym_struct] = ACTIONS(1925), - [anon_sym_trait] = ACTIONS(1925), - [anon_sym_type] = ACTIONS(1925), - [anon_sym_union] = ACTIONS(1925), - [anon_sym_unsafe] = ACTIONS(1925), - [anon_sym_use] = ACTIONS(1925), - [anon_sym_while] = ACTIONS(1925), - [anon_sym_extern] = ACTIONS(1925), - [anon_sym_raw] = ACTIONS(1925), - [anon_sym_yield] = ACTIONS(1925), - [anon_sym_move] = ACTIONS(1925), - [anon_sym_try] = ACTIONS(1925), - [sym_integer_literal] = ACTIONS(1923), - [aux_sym_string_literal_token1] = ACTIONS(1923), - [sym_char_literal] = ACTIONS(1923), - [anon_sym_true] = ACTIONS(1925), - [anon_sym_false] = ACTIONS(1925), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1925), - [sym_super] = ACTIONS(1925), - [sym_crate] = ACTIONS(1925), - [sym_metavariable] = ACTIONS(1923), - [sym__raw_string_literal_start] = ACTIONS(1923), - [sym_float_literal] = ACTIONS(1923), - }, - [STATE(524)] = { - [sym_line_comment] = STATE(524), - [sym_block_comment] = STATE(524), - [ts_builtin_sym_end] = ACTIONS(1927), - [sym_identifier] = ACTIONS(1929), - [anon_sym_SEMI] = ACTIONS(1927), - [anon_sym_macro_rules_BANG] = ACTIONS(1927), - [anon_sym_LPAREN] = ACTIONS(1927), - [anon_sym_LBRACK] = ACTIONS(1927), - [anon_sym_LBRACE] = ACTIONS(1927), - [anon_sym_RBRACE] = ACTIONS(1927), - [anon_sym_STAR] = ACTIONS(1927), - [anon_sym_u8] = ACTIONS(1929), - [anon_sym_i8] = ACTIONS(1929), - [anon_sym_u16] = ACTIONS(1929), - [anon_sym_i16] = ACTIONS(1929), - [anon_sym_u32] = ACTIONS(1929), - [anon_sym_i32] = ACTIONS(1929), - [anon_sym_u64] = ACTIONS(1929), - [anon_sym_i64] = ACTIONS(1929), - [anon_sym_u128] = ACTIONS(1929), - [anon_sym_i128] = ACTIONS(1929), - [anon_sym_isize] = ACTIONS(1929), - [anon_sym_usize] = ACTIONS(1929), - [anon_sym_f32] = ACTIONS(1929), - [anon_sym_f64] = ACTIONS(1929), - [anon_sym_bool] = ACTIONS(1929), - [anon_sym_str] = ACTIONS(1929), - [anon_sym_char] = ACTIONS(1929), - [anon_sym_DASH] = ACTIONS(1927), - [anon_sym_BANG] = ACTIONS(1927), - [anon_sym_AMP] = ACTIONS(1927), - [anon_sym_PIPE] = ACTIONS(1927), - [anon_sym_LT] = ACTIONS(1927), - [anon_sym_DOT_DOT] = ACTIONS(1927), - [anon_sym_COLON_COLON] = ACTIONS(1927), - [anon_sym_POUND] = ACTIONS(1927), - [anon_sym_SQUOTE] = ACTIONS(1929), - [anon_sym_async] = ACTIONS(1929), - [anon_sym_break] = ACTIONS(1929), - [anon_sym_const] = ACTIONS(1929), - [anon_sym_continue] = ACTIONS(1929), - [anon_sym_default] = ACTIONS(1929), - [anon_sym_enum] = ACTIONS(1929), - [anon_sym_fn] = ACTIONS(1929), - [anon_sym_for] = ACTIONS(1929), - [anon_sym_gen] = ACTIONS(1929), - [anon_sym_if] = ACTIONS(1929), - [anon_sym_impl] = ACTIONS(1929), - [anon_sym_let] = ACTIONS(1929), - [anon_sym_loop] = ACTIONS(1929), - [anon_sym_match] = ACTIONS(1929), - [anon_sym_mod] = ACTIONS(1929), - [anon_sym_pub] = ACTIONS(1929), - [anon_sym_return] = ACTIONS(1929), - [anon_sym_static] = ACTIONS(1929), - [anon_sym_struct] = ACTIONS(1929), - [anon_sym_trait] = ACTIONS(1929), - [anon_sym_type] = ACTIONS(1929), - [anon_sym_union] = ACTIONS(1929), - [anon_sym_unsafe] = ACTIONS(1929), - [anon_sym_use] = ACTIONS(1929), - [anon_sym_while] = ACTIONS(1929), - [anon_sym_extern] = ACTIONS(1929), - [anon_sym_raw] = ACTIONS(1929), - [anon_sym_yield] = ACTIONS(1929), - [anon_sym_move] = ACTIONS(1929), - [anon_sym_try] = ACTIONS(1929), - [sym_integer_literal] = ACTIONS(1927), - [aux_sym_string_literal_token1] = ACTIONS(1927), - [sym_char_literal] = ACTIONS(1927), - [anon_sym_true] = ACTIONS(1929), - [anon_sym_false] = ACTIONS(1929), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1929), - [sym_super] = ACTIONS(1929), - [sym_crate] = ACTIONS(1929), - [sym_metavariable] = ACTIONS(1927), - [sym__raw_string_literal_start] = ACTIONS(1927), - [sym_float_literal] = ACTIONS(1927), - }, - [STATE(525)] = { - [sym_line_comment] = STATE(525), - [sym_block_comment] = STATE(525), - [ts_builtin_sym_end] = ACTIONS(1931), - [sym_identifier] = ACTIONS(1933), - [anon_sym_SEMI] = ACTIONS(1931), - [anon_sym_macro_rules_BANG] = ACTIONS(1931), - [anon_sym_LPAREN] = ACTIONS(1931), - [anon_sym_LBRACK] = ACTIONS(1931), - [anon_sym_LBRACE] = ACTIONS(1931), - [anon_sym_RBRACE] = ACTIONS(1931), - [anon_sym_STAR] = ACTIONS(1931), - [anon_sym_u8] = ACTIONS(1933), - [anon_sym_i8] = ACTIONS(1933), - [anon_sym_u16] = ACTIONS(1933), - [anon_sym_i16] = ACTIONS(1933), - [anon_sym_u32] = ACTIONS(1933), - [anon_sym_i32] = ACTIONS(1933), - [anon_sym_u64] = ACTIONS(1933), - [anon_sym_i64] = ACTIONS(1933), - [anon_sym_u128] = ACTIONS(1933), - [anon_sym_i128] = ACTIONS(1933), - [anon_sym_isize] = ACTIONS(1933), - [anon_sym_usize] = ACTIONS(1933), - [anon_sym_f32] = ACTIONS(1933), - [anon_sym_f64] = ACTIONS(1933), - [anon_sym_bool] = ACTIONS(1933), - [anon_sym_str] = ACTIONS(1933), - [anon_sym_char] = ACTIONS(1933), - [anon_sym_DASH] = ACTIONS(1931), - [anon_sym_BANG] = ACTIONS(1931), - [anon_sym_AMP] = ACTIONS(1931), - [anon_sym_PIPE] = ACTIONS(1931), - [anon_sym_LT] = ACTIONS(1931), - [anon_sym_DOT_DOT] = ACTIONS(1931), - [anon_sym_COLON_COLON] = ACTIONS(1931), - [anon_sym_POUND] = ACTIONS(1931), - [anon_sym_SQUOTE] = ACTIONS(1933), - [anon_sym_async] = ACTIONS(1933), - [anon_sym_break] = ACTIONS(1933), - [anon_sym_const] = ACTIONS(1933), - [anon_sym_continue] = ACTIONS(1933), - [anon_sym_default] = ACTIONS(1933), - [anon_sym_enum] = ACTIONS(1933), - [anon_sym_fn] = ACTIONS(1933), - [anon_sym_for] = ACTIONS(1933), - [anon_sym_gen] = ACTIONS(1933), - [anon_sym_if] = ACTIONS(1933), - [anon_sym_impl] = ACTIONS(1933), - [anon_sym_let] = ACTIONS(1933), - [anon_sym_loop] = ACTIONS(1933), - [anon_sym_match] = ACTIONS(1933), - [anon_sym_mod] = ACTIONS(1933), - [anon_sym_pub] = ACTIONS(1933), - [anon_sym_return] = ACTIONS(1933), - [anon_sym_static] = ACTIONS(1933), - [anon_sym_struct] = ACTIONS(1933), - [anon_sym_trait] = ACTIONS(1933), - [anon_sym_type] = ACTIONS(1933), - [anon_sym_union] = ACTIONS(1933), - [anon_sym_unsafe] = ACTIONS(1933), - [anon_sym_use] = ACTIONS(1933), - [anon_sym_while] = ACTIONS(1933), - [anon_sym_extern] = ACTIONS(1933), - [anon_sym_raw] = ACTIONS(1933), - [anon_sym_yield] = ACTIONS(1933), - [anon_sym_move] = ACTIONS(1933), - [anon_sym_try] = ACTIONS(1933), - [sym_integer_literal] = ACTIONS(1931), - [aux_sym_string_literal_token1] = ACTIONS(1931), - [sym_char_literal] = ACTIONS(1931), - [anon_sym_true] = ACTIONS(1933), - [anon_sym_false] = ACTIONS(1933), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1933), - [sym_super] = ACTIONS(1933), - [sym_crate] = ACTIONS(1933), - [sym_metavariable] = ACTIONS(1931), - [sym__raw_string_literal_start] = ACTIONS(1931), - [sym_float_literal] = ACTIONS(1931), - }, - [STATE(526)] = { - [sym_line_comment] = STATE(526), - [sym_block_comment] = STATE(526), - [ts_builtin_sym_end] = ACTIONS(1935), - [sym_identifier] = ACTIONS(1937), - [anon_sym_SEMI] = ACTIONS(1935), - [anon_sym_macro_rules_BANG] = ACTIONS(1935), - [anon_sym_LPAREN] = ACTIONS(1935), - [anon_sym_LBRACK] = ACTIONS(1935), - [anon_sym_LBRACE] = ACTIONS(1935), - [anon_sym_RBRACE] = ACTIONS(1935), - [anon_sym_STAR] = ACTIONS(1935), - [anon_sym_u8] = ACTIONS(1937), - [anon_sym_i8] = ACTIONS(1937), - [anon_sym_u16] = ACTIONS(1937), - [anon_sym_i16] = ACTIONS(1937), - [anon_sym_u32] = ACTIONS(1937), - [anon_sym_i32] = ACTIONS(1937), - [anon_sym_u64] = ACTIONS(1937), - [anon_sym_i64] = ACTIONS(1937), - [anon_sym_u128] = ACTIONS(1937), - [anon_sym_i128] = ACTIONS(1937), - [anon_sym_isize] = ACTIONS(1937), - [anon_sym_usize] = ACTIONS(1937), - [anon_sym_f32] = ACTIONS(1937), - [anon_sym_f64] = ACTIONS(1937), - [anon_sym_bool] = ACTIONS(1937), - [anon_sym_str] = ACTIONS(1937), - [anon_sym_char] = ACTIONS(1937), - [anon_sym_DASH] = ACTIONS(1935), - [anon_sym_BANG] = ACTIONS(1935), - [anon_sym_AMP] = ACTIONS(1935), - [anon_sym_PIPE] = ACTIONS(1935), - [anon_sym_LT] = ACTIONS(1935), - [anon_sym_DOT_DOT] = ACTIONS(1935), - [anon_sym_COLON_COLON] = ACTIONS(1935), - [anon_sym_POUND] = ACTIONS(1935), - [anon_sym_SQUOTE] = ACTIONS(1937), - [anon_sym_async] = ACTIONS(1937), - [anon_sym_break] = ACTIONS(1937), - [anon_sym_const] = ACTIONS(1937), - [anon_sym_continue] = ACTIONS(1937), - [anon_sym_default] = ACTIONS(1937), - [anon_sym_enum] = ACTIONS(1937), - [anon_sym_fn] = ACTIONS(1937), - [anon_sym_for] = ACTIONS(1937), - [anon_sym_gen] = ACTIONS(1937), - [anon_sym_if] = ACTIONS(1937), - [anon_sym_impl] = ACTIONS(1937), - [anon_sym_let] = ACTIONS(1937), - [anon_sym_loop] = ACTIONS(1937), - [anon_sym_match] = ACTIONS(1937), - [anon_sym_mod] = ACTIONS(1937), - [anon_sym_pub] = ACTIONS(1937), - [anon_sym_return] = ACTIONS(1937), - [anon_sym_static] = ACTIONS(1937), - [anon_sym_struct] = ACTIONS(1937), - [anon_sym_trait] = ACTIONS(1937), - [anon_sym_type] = ACTIONS(1937), - [anon_sym_union] = ACTIONS(1937), - [anon_sym_unsafe] = ACTIONS(1937), - [anon_sym_use] = ACTIONS(1937), - [anon_sym_while] = ACTIONS(1937), - [anon_sym_extern] = ACTIONS(1937), - [anon_sym_raw] = ACTIONS(1937), - [anon_sym_yield] = ACTIONS(1937), - [anon_sym_move] = ACTIONS(1937), - [anon_sym_try] = ACTIONS(1937), - [sym_integer_literal] = ACTIONS(1935), - [aux_sym_string_literal_token1] = ACTIONS(1935), - [sym_char_literal] = ACTIONS(1935), - [anon_sym_true] = ACTIONS(1937), - [anon_sym_false] = ACTIONS(1937), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1937), - [sym_super] = ACTIONS(1937), - [sym_crate] = ACTIONS(1937), - [sym_metavariable] = ACTIONS(1935), - [sym__raw_string_literal_start] = ACTIONS(1935), - [sym_float_literal] = ACTIONS(1935), - }, - [STATE(527)] = { - [sym_line_comment] = STATE(527), - [sym_block_comment] = STATE(527), - [ts_builtin_sym_end] = ACTIONS(1939), - [sym_identifier] = ACTIONS(1941), - [anon_sym_SEMI] = ACTIONS(1939), - [anon_sym_macro_rules_BANG] = ACTIONS(1939), - [anon_sym_LPAREN] = ACTIONS(1939), - [anon_sym_LBRACK] = ACTIONS(1939), - [anon_sym_LBRACE] = ACTIONS(1939), - [anon_sym_RBRACE] = ACTIONS(1939), - [anon_sym_STAR] = ACTIONS(1939), - [anon_sym_u8] = ACTIONS(1941), - [anon_sym_i8] = ACTIONS(1941), - [anon_sym_u16] = ACTIONS(1941), - [anon_sym_i16] = ACTIONS(1941), - [anon_sym_u32] = ACTIONS(1941), - [anon_sym_i32] = ACTIONS(1941), - [anon_sym_u64] = ACTIONS(1941), - [anon_sym_i64] = ACTIONS(1941), - [anon_sym_u128] = ACTIONS(1941), - [anon_sym_i128] = ACTIONS(1941), - [anon_sym_isize] = ACTIONS(1941), - [anon_sym_usize] = ACTIONS(1941), - [anon_sym_f32] = ACTIONS(1941), - [anon_sym_f64] = ACTIONS(1941), - [anon_sym_bool] = ACTIONS(1941), - [anon_sym_str] = ACTIONS(1941), - [anon_sym_char] = ACTIONS(1941), - [anon_sym_DASH] = ACTIONS(1939), - [anon_sym_BANG] = ACTIONS(1939), - [anon_sym_AMP] = ACTIONS(1939), - [anon_sym_PIPE] = ACTIONS(1939), - [anon_sym_LT] = ACTIONS(1939), - [anon_sym_DOT_DOT] = ACTIONS(1939), - [anon_sym_COLON_COLON] = ACTIONS(1939), - [anon_sym_POUND] = ACTIONS(1939), - [anon_sym_SQUOTE] = ACTIONS(1941), - [anon_sym_async] = ACTIONS(1941), - [anon_sym_break] = ACTIONS(1941), - [anon_sym_const] = ACTIONS(1941), - [anon_sym_continue] = ACTIONS(1941), - [anon_sym_default] = ACTIONS(1941), - [anon_sym_enum] = ACTIONS(1941), - [anon_sym_fn] = ACTIONS(1941), - [anon_sym_for] = ACTIONS(1941), - [anon_sym_gen] = ACTIONS(1941), - [anon_sym_if] = ACTIONS(1941), - [anon_sym_impl] = ACTIONS(1941), - [anon_sym_let] = ACTIONS(1941), - [anon_sym_loop] = ACTIONS(1941), - [anon_sym_match] = ACTIONS(1941), - [anon_sym_mod] = ACTIONS(1941), - [anon_sym_pub] = ACTIONS(1941), - [anon_sym_return] = ACTIONS(1941), - [anon_sym_static] = ACTIONS(1941), - [anon_sym_struct] = ACTIONS(1941), - [anon_sym_trait] = ACTIONS(1941), - [anon_sym_type] = ACTIONS(1941), - [anon_sym_union] = ACTIONS(1941), - [anon_sym_unsafe] = ACTIONS(1941), - [anon_sym_use] = ACTIONS(1941), - [anon_sym_while] = ACTIONS(1941), - [anon_sym_extern] = ACTIONS(1941), - [anon_sym_raw] = ACTIONS(1941), - [anon_sym_yield] = ACTIONS(1941), - [anon_sym_move] = ACTIONS(1941), - [anon_sym_try] = ACTIONS(1941), - [sym_integer_literal] = ACTIONS(1939), - [aux_sym_string_literal_token1] = ACTIONS(1939), - [sym_char_literal] = ACTIONS(1939), - [anon_sym_true] = ACTIONS(1941), - [anon_sym_false] = ACTIONS(1941), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1941), - [sym_super] = ACTIONS(1941), - [sym_crate] = ACTIONS(1941), - [sym_metavariable] = ACTIONS(1939), - [sym__raw_string_literal_start] = ACTIONS(1939), - [sym_float_literal] = ACTIONS(1939), - }, - [STATE(528)] = { - [sym_line_comment] = STATE(528), - [sym_block_comment] = STATE(528), - [ts_builtin_sym_end] = ACTIONS(1943), - [sym_identifier] = ACTIONS(1945), - [anon_sym_SEMI] = ACTIONS(1943), - [anon_sym_macro_rules_BANG] = ACTIONS(1943), - [anon_sym_LPAREN] = ACTIONS(1943), - [anon_sym_LBRACK] = ACTIONS(1943), - [anon_sym_LBRACE] = ACTIONS(1943), - [anon_sym_RBRACE] = ACTIONS(1943), - [anon_sym_STAR] = ACTIONS(1943), - [anon_sym_u8] = ACTIONS(1945), - [anon_sym_i8] = ACTIONS(1945), - [anon_sym_u16] = ACTIONS(1945), - [anon_sym_i16] = ACTIONS(1945), - [anon_sym_u32] = ACTIONS(1945), - [anon_sym_i32] = ACTIONS(1945), - [anon_sym_u64] = ACTIONS(1945), - [anon_sym_i64] = ACTIONS(1945), - [anon_sym_u128] = ACTIONS(1945), - [anon_sym_i128] = ACTIONS(1945), - [anon_sym_isize] = ACTIONS(1945), - [anon_sym_usize] = ACTIONS(1945), - [anon_sym_f32] = ACTIONS(1945), - [anon_sym_f64] = ACTIONS(1945), - [anon_sym_bool] = ACTIONS(1945), - [anon_sym_str] = ACTIONS(1945), - [anon_sym_char] = ACTIONS(1945), - [anon_sym_DASH] = ACTIONS(1943), - [anon_sym_BANG] = ACTIONS(1943), - [anon_sym_AMP] = ACTIONS(1943), - [anon_sym_PIPE] = ACTIONS(1943), - [anon_sym_LT] = ACTIONS(1943), - [anon_sym_DOT_DOT] = ACTIONS(1943), - [anon_sym_COLON_COLON] = ACTIONS(1943), - [anon_sym_POUND] = ACTIONS(1943), - [anon_sym_SQUOTE] = ACTIONS(1945), - [anon_sym_async] = ACTIONS(1945), - [anon_sym_break] = ACTIONS(1945), - [anon_sym_const] = ACTIONS(1945), - [anon_sym_continue] = ACTIONS(1945), - [anon_sym_default] = ACTIONS(1945), - [anon_sym_enum] = ACTIONS(1945), - [anon_sym_fn] = ACTIONS(1945), - [anon_sym_for] = ACTIONS(1945), - [anon_sym_gen] = ACTIONS(1945), - [anon_sym_if] = ACTIONS(1945), - [anon_sym_impl] = ACTIONS(1945), - [anon_sym_let] = ACTIONS(1945), - [anon_sym_loop] = ACTIONS(1945), - [anon_sym_match] = ACTIONS(1945), - [anon_sym_mod] = ACTIONS(1945), - [anon_sym_pub] = ACTIONS(1945), - [anon_sym_return] = ACTIONS(1945), - [anon_sym_static] = ACTIONS(1945), - [anon_sym_struct] = ACTIONS(1945), - [anon_sym_trait] = ACTIONS(1945), - [anon_sym_type] = ACTIONS(1945), - [anon_sym_union] = ACTIONS(1945), - [anon_sym_unsafe] = ACTIONS(1945), - [anon_sym_use] = ACTIONS(1945), - [anon_sym_while] = ACTIONS(1945), - [anon_sym_extern] = ACTIONS(1945), - [anon_sym_raw] = ACTIONS(1945), - [anon_sym_yield] = ACTIONS(1945), - [anon_sym_move] = ACTIONS(1945), - [anon_sym_try] = ACTIONS(1945), - [sym_integer_literal] = ACTIONS(1943), - [aux_sym_string_literal_token1] = ACTIONS(1943), - [sym_char_literal] = ACTIONS(1943), - [anon_sym_true] = ACTIONS(1945), - [anon_sym_false] = ACTIONS(1945), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1945), - [sym_super] = ACTIONS(1945), - [sym_crate] = ACTIONS(1945), - [sym_metavariable] = ACTIONS(1943), - [sym__raw_string_literal_start] = ACTIONS(1943), - [sym_float_literal] = ACTIONS(1943), - }, - [STATE(529)] = { - [sym_line_comment] = STATE(529), - [sym_block_comment] = STATE(529), - [ts_builtin_sym_end] = ACTIONS(1947), - [sym_identifier] = ACTIONS(1949), - [anon_sym_SEMI] = ACTIONS(1947), - [anon_sym_macro_rules_BANG] = ACTIONS(1947), - [anon_sym_LPAREN] = ACTIONS(1947), - [anon_sym_LBRACK] = ACTIONS(1947), - [anon_sym_LBRACE] = ACTIONS(1947), - [anon_sym_RBRACE] = ACTIONS(1947), - [anon_sym_STAR] = ACTIONS(1947), - [anon_sym_u8] = ACTIONS(1949), - [anon_sym_i8] = ACTIONS(1949), - [anon_sym_u16] = ACTIONS(1949), - [anon_sym_i16] = ACTIONS(1949), - [anon_sym_u32] = ACTIONS(1949), - [anon_sym_i32] = ACTIONS(1949), - [anon_sym_u64] = ACTIONS(1949), - [anon_sym_i64] = ACTIONS(1949), - [anon_sym_u128] = ACTIONS(1949), - [anon_sym_i128] = ACTIONS(1949), - [anon_sym_isize] = ACTIONS(1949), - [anon_sym_usize] = ACTIONS(1949), - [anon_sym_f32] = ACTIONS(1949), - [anon_sym_f64] = ACTIONS(1949), - [anon_sym_bool] = ACTIONS(1949), - [anon_sym_str] = ACTIONS(1949), - [anon_sym_char] = ACTIONS(1949), - [anon_sym_DASH] = ACTIONS(1947), - [anon_sym_BANG] = ACTIONS(1947), - [anon_sym_AMP] = ACTIONS(1947), - [anon_sym_PIPE] = ACTIONS(1947), - [anon_sym_LT] = ACTIONS(1947), - [anon_sym_DOT_DOT] = ACTIONS(1947), - [anon_sym_COLON_COLON] = ACTIONS(1947), - [anon_sym_POUND] = ACTIONS(1947), - [anon_sym_SQUOTE] = ACTIONS(1949), - [anon_sym_async] = ACTIONS(1949), - [anon_sym_break] = ACTIONS(1949), - [anon_sym_const] = ACTIONS(1949), - [anon_sym_continue] = ACTIONS(1949), - [anon_sym_default] = ACTIONS(1949), - [anon_sym_enum] = ACTIONS(1949), - [anon_sym_fn] = ACTIONS(1949), - [anon_sym_for] = ACTIONS(1949), - [anon_sym_gen] = ACTIONS(1949), - [anon_sym_if] = ACTIONS(1949), - [anon_sym_impl] = ACTIONS(1949), - [anon_sym_let] = ACTIONS(1949), - [anon_sym_loop] = ACTIONS(1949), - [anon_sym_match] = ACTIONS(1949), - [anon_sym_mod] = ACTIONS(1949), - [anon_sym_pub] = ACTIONS(1949), - [anon_sym_return] = ACTIONS(1949), - [anon_sym_static] = ACTIONS(1949), - [anon_sym_struct] = ACTIONS(1949), - [anon_sym_trait] = ACTIONS(1949), - [anon_sym_type] = ACTIONS(1949), - [anon_sym_union] = ACTIONS(1949), - [anon_sym_unsafe] = ACTIONS(1949), - [anon_sym_use] = ACTIONS(1949), - [anon_sym_while] = ACTIONS(1949), - [anon_sym_extern] = ACTIONS(1949), - [anon_sym_raw] = ACTIONS(1949), - [anon_sym_yield] = ACTIONS(1949), - [anon_sym_move] = ACTIONS(1949), - [anon_sym_try] = ACTIONS(1949), - [sym_integer_literal] = ACTIONS(1947), - [aux_sym_string_literal_token1] = ACTIONS(1947), - [sym_char_literal] = ACTIONS(1947), - [anon_sym_true] = ACTIONS(1949), - [anon_sym_false] = ACTIONS(1949), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1949), - [sym_super] = ACTIONS(1949), - [sym_crate] = ACTIONS(1949), - [sym_metavariable] = ACTIONS(1947), - [sym__raw_string_literal_start] = ACTIONS(1947), - [sym_float_literal] = ACTIONS(1947), - }, - [STATE(530)] = { - [sym_line_comment] = STATE(530), - [sym_block_comment] = STATE(530), - [ts_builtin_sym_end] = ACTIONS(1951), - [sym_identifier] = ACTIONS(1953), - [anon_sym_SEMI] = ACTIONS(1951), - [anon_sym_macro_rules_BANG] = ACTIONS(1951), - [anon_sym_LPAREN] = ACTIONS(1951), - [anon_sym_LBRACK] = ACTIONS(1951), - [anon_sym_LBRACE] = ACTIONS(1951), - [anon_sym_RBRACE] = ACTIONS(1951), - [anon_sym_STAR] = ACTIONS(1951), - [anon_sym_u8] = ACTIONS(1953), - [anon_sym_i8] = ACTIONS(1953), - [anon_sym_u16] = ACTIONS(1953), - [anon_sym_i16] = ACTIONS(1953), - [anon_sym_u32] = ACTIONS(1953), - [anon_sym_i32] = ACTIONS(1953), - [anon_sym_u64] = ACTIONS(1953), - [anon_sym_i64] = ACTIONS(1953), - [anon_sym_u128] = ACTIONS(1953), - [anon_sym_i128] = ACTIONS(1953), - [anon_sym_isize] = ACTIONS(1953), - [anon_sym_usize] = ACTIONS(1953), - [anon_sym_f32] = ACTIONS(1953), - [anon_sym_f64] = ACTIONS(1953), - [anon_sym_bool] = ACTIONS(1953), - [anon_sym_str] = ACTIONS(1953), - [anon_sym_char] = ACTIONS(1953), - [anon_sym_DASH] = ACTIONS(1951), - [anon_sym_BANG] = ACTIONS(1951), - [anon_sym_AMP] = ACTIONS(1951), - [anon_sym_PIPE] = ACTIONS(1951), - [anon_sym_LT] = ACTIONS(1951), - [anon_sym_DOT_DOT] = ACTIONS(1951), - [anon_sym_COLON_COLON] = ACTIONS(1951), - [anon_sym_POUND] = ACTIONS(1951), - [anon_sym_SQUOTE] = ACTIONS(1953), - [anon_sym_async] = ACTIONS(1953), - [anon_sym_break] = ACTIONS(1953), - [anon_sym_const] = ACTIONS(1953), - [anon_sym_continue] = ACTIONS(1953), - [anon_sym_default] = ACTIONS(1953), - [anon_sym_enum] = ACTIONS(1953), - [anon_sym_fn] = ACTIONS(1953), - [anon_sym_for] = ACTIONS(1953), - [anon_sym_gen] = ACTIONS(1953), - [anon_sym_if] = ACTIONS(1953), - [anon_sym_impl] = ACTIONS(1953), - [anon_sym_let] = ACTIONS(1953), - [anon_sym_loop] = ACTIONS(1953), - [anon_sym_match] = ACTIONS(1953), - [anon_sym_mod] = ACTIONS(1953), - [anon_sym_pub] = ACTIONS(1953), - [anon_sym_return] = ACTIONS(1953), - [anon_sym_static] = ACTIONS(1953), - [anon_sym_struct] = ACTIONS(1953), - [anon_sym_trait] = ACTIONS(1953), - [anon_sym_type] = ACTIONS(1953), - [anon_sym_union] = ACTIONS(1953), - [anon_sym_unsafe] = ACTIONS(1953), - [anon_sym_use] = ACTIONS(1953), - [anon_sym_while] = ACTIONS(1953), - [anon_sym_extern] = ACTIONS(1953), - [anon_sym_raw] = ACTIONS(1953), - [anon_sym_yield] = ACTIONS(1953), - [anon_sym_move] = ACTIONS(1953), - [anon_sym_try] = ACTIONS(1953), - [sym_integer_literal] = ACTIONS(1951), - [aux_sym_string_literal_token1] = ACTIONS(1951), - [sym_char_literal] = ACTIONS(1951), - [anon_sym_true] = ACTIONS(1953), - [anon_sym_false] = ACTIONS(1953), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1953), - [sym_super] = ACTIONS(1953), - [sym_crate] = ACTIONS(1953), - [sym_metavariable] = ACTIONS(1951), - [sym__raw_string_literal_start] = ACTIONS(1951), - [sym_float_literal] = ACTIONS(1951), - }, - [STATE(531)] = { - [sym_line_comment] = STATE(531), - [sym_block_comment] = STATE(531), - [ts_builtin_sym_end] = ACTIONS(1955), - [sym_identifier] = ACTIONS(1957), - [anon_sym_SEMI] = ACTIONS(1955), - [anon_sym_macro_rules_BANG] = ACTIONS(1955), - [anon_sym_LPAREN] = ACTIONS(1955), - [anon_sym_LBRACK] = ACTIONS(1955), - [anon_sym_LBRACE] = ACTIONS(1955), - [anon_sym_RBRACE] = ACTIONS(1955), - [anon_sym_STAR] = ACTIONS(1955), - [anon_sym_u8] = ACTIONS(1957), - [anon_sym_i8] = ACTIONS(1957), - [anon_sym_u16] = ACTIONS(1957), - [anon_sym_i16] = ACTIONS(1957), - [anon_sym_u32] = ACTIONS(1957), - [anon_sym_i32] = ACTIONS(1957), - [anon_sym_u64] = ACTIONS(1957), - [anon_sym_i64] = ACTIONS(1957), - [anon_sym_u128] = ACTIONS(1957), - [anon_sym_i128] = ACTIONS(1957), - [anon_sym_isize] = ACTIONS(1957), - [anon_sym_usize] = ACTIONS(1957), - [anon_sym_f32] = ACTIONS(1957), - [anon_sym_f64] = ACTIONS(1957), - [anon_sym_bool] = ACTIONS(1957), - [anon_sym_str] = ACTIONS(1957), - [anon_sym_char] = ACTIONS(1957), - [anon_sym_DASH] = ACTIONS(1955), - [anon_sym_BANG] = ACTIONS(1955), - [anon_sym_AMP] = ACTIONS(1955), - [anon_sym_PIPE] = ACTIONS(1955), - [anon_sym_LT] = ACTIONS(1955), - [anon_sym_DOT_DOT] = ACTIONS(1955), - [anon_sym_COLON_COLON] = ACTIONS(1955), - [anon_sym_POUND] = ACTIONS(1955), - [anon_sym_SQUOTE] = ACTIONS(1957), - [anon_sym_async] = ACTIONS(1957), - [anon_sym_break] = ACTIONS(1957), - [anon_sym_const] = ACTIONS(1957), - [anon_sym_continue] = ACTIONS(1957), - [anon_sym_default] = ACTIONS(1957), - [anon_sym_enum] = ACTIONS(1957), - [anon_sym_fn] = ACTIONS(1957), - [anon_sym_for] = ACTIONS(1957), - [anon_sym_gen] = ACTIONS(1957), - [anon_sym_if] = ACTIONS(1957), - [anon_sym_impl] = ACTIONS(1957), - [anon_sym_let] = ACTIONS(1957), - [anon_sym_loop] = ACTIONS(1957), - [anon_sym_match] = ACTIONS(1957), - [anon_sym_mod] = ACTIONS(1957), - [anon_sym_pub] = ACTIONS(1957), - [anon_sym_return] = ACTIONS(1957), - [anon_sym_static] = ACTIONS(1957), - [anon_sym_struct] = ACTIONS(1957), - [anon_sym_trait] = ACTIONS(1957), - [anon_sym_type] = ACTIONS(1957), - [anon_sym_union] = ACTIONS(1957), - [anon_sym_unsafe] = ACTIONS(1957), - [anon_sym_use] = ACTIONS(1957), - [anon_sym_while] = ACTIONS(1957), - [anon_sym_extern] = ACTIONS(1957), - [anon_sym_raw] = ACTIONS(1957), - [anon_sym_yield] = ACTIONS(1957), - [anon_sym_move] = ACTIONS(1957), - [anon_sym_try] = ACTIONS(1957), - [sym_integer_literal] = ACTIONS(1955), - [aux_sym_string_literal_token1] = ACTIONS(1955), - [sym_char_literal] = ACTIONS(1955), - [anon_sym_true] = ACTIONS(1957), - [anon_sym_false] = ACTIONS(1957), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1957), - [sym_super] = ACTIONS(1957), - [sym_crate] = ACTIONS(1957), - [sym_metavariable] = ACTIONS(1955), - [sym__raw_string_literal_start] = ACTIONS(1955), - [sym_float_literal] = ACTIONS(1955), - }, - [STATE(532)] = { - [sym_line_comment] = STATE(532), - [sym_block_comment] = STATE(532), - [ts_builtin_sym_end] = ACTIONS(1959), - [sym_identifier] = ACTIONS(1961), - [anon_sym_SEMI] = ACTIONS(1959), - [anon_sym_macro_rules_BANG] = ACTIONS(1959), - [anon_sym_LPAREN] = ACTIONS(1959), - [anon_sym_LBRACK] = ACTIONS(1959), - [anon_sym_LBRACE] = ACTIONS(1959), - [anon_sym_RBRACE] = ACTIONS(1959), - [anon_sym_STAR] = ACTIONS(1959), - [anon_sym_u8] = ACTIONS(1961), - [anon_sym_i8] = ACTIONS(1961), - [anon_sym_u16] = ACTIONS(1961), - [anon_sym_i16] = ACTIONS(1961), - [anon_sym_u32] = ACTIONS(1961), - [anon_sym_i32] = ACTIONS(1961), - [anon_sym_u64] = ACTIONS(1961), - [anon_sym_i64] = ACTIONS(1961), - [anon_sym_u128] = ACTIONS(1961), - [anon_sym_i128] = ACTIONS(1961), - [anon_sym_isize] = ACTIONS(1961), - [anon_sym_usize] = ACTIONS(1961), - [anon_sym_f32] = ACTIONS(1961), - [anon_sym_f64] = ACTIONS(1961), - [anon_sym_bool] = ACTIONS(1961), - [anon_sym_str] = ACTIONS(1961), - [anon_sym_char] = ACTIONS(1961), - [anon_sym_DASH] = ACTIONS(1959), - [anon_sym_BANG] = ACTIONS(1959), - [anon_sym_AMP] = ACTIONS(1959), - [anon_sym_PIPE] = ACTIONS(1959), - [anon_sym_LT] = ACTIONS(1959), - [anon_sym_DOT_DOT] = ACTIONS(1959), - [anon_sym_COLON_COLON] = ACTIONS(1959), - [anon_sym_POUND] = ACTIONS(1959), - [anon_sym_SQUOTE] = ACTIONS(1961), - [anon_sym_async] = ACTIONS(1961), - [anon_sym_break] = ACTIONS(1961), - [anon_sym_const] = ACTIONS(1961), - [anon_sym_continue] = ACTIONS(1961), - [anon_sym_default] = ACTIONS(1961), - [anon_sym_enum] = ACTIONS(1961), - [anon_sym_fn] = ACTIONS(1961), - [anon_sym_for] = ACTIONS(1961), - [anon_sym_gen] = ACTIONS(1961), - [anon_sym_if] = ACTIONS(1961), - [anon_sym_impl] = ACTIONS(1961), - [anon_sym_let] = ACTIONS(1961), - [anon_sym_loop] = ACTIONS(1961), - [anon_sym_match] = ACTIONS(1961), - [anon_sym_mod] = ACTIONS(1961), - [anon_sym_pub] = ACTIONS(1961), - [anon_sym_return] = ACTIONS(1961), - [anon_sym_static] = ACTIONS(1961), - [anon_sym_struct] = ACTIONS(1961), - [anon_sym_trait] = ACTIONS(1961), - [anon_sym_type] = ACTIONS(1961), - [anon_sym_union] = ACTIONS(1961), - [anon_sym_unsafe] = ACTIONS(1961), - [anon_sym_use] = ACTIONS(1961), - [anon_sym_while] = ACTIONS(1961), - [anon_sym_extern] = ACTIONS(1961), - [anon_sym_raw] = ACTIONS(1961), - [anon_sym_yield] = ACTIONS(1961), - [anon_sym_move] = ACTIONS(1961), - [anon_sym_try] = ACTIONS(1961), - [sym_integer_literal] = ACTIONS(1959), - [aux_sym_string_literal_token1] = ACTIONS(1959), - [sym_char_literal] = ACTIONS(1959), - [anon_sym_true] = ACTIONS(1961), - [anon_sym_false] = ACTIONS(1961), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1961), - [sym_super] = ACTIONS(1961), - [sym_crate] = ACTIONS(1961), - [sym_metavariable] = ACTIONS(1959), - [sym__raw_string_literal_start] = ACTIONS(1959), - [sym_float_literal] = ACTIONS(1959), - }, - [STATE(533)] = { - [sym_line_comment] = STATE(533), - [sym_block_comment] = STATE(533), - [ts_builtin_sym_end] = ACTIONS(1963), - [sym_identifier] = ACTIONS(1965), - [anon_sym_SEMI] = ACTIONS(1963), - [anon_sym_macro_rules_BANG] = ACTIONS(1963), - [anon_sym_LPAREN] = ACTIONS(1963), - [anon_sym_LBRACK] = ACTIONS(1963), - [anon_sym_LBRACE] = ACTIONS(1963), - [anon_sym_RBRACE] = ACTIONS(1963), - [anon_sym_STAR] = ACTIONS(1963), - [anon_sym_u8] = ACTIONS(1965), - [anon_sym_i8] = ACTIONS(1965), - [anon_sym_u16] = ACTIONS(1965), - [anon_sym_i16] = ACTIONS(1965), - [anon_sym_u32] = ACTIONS(1965), - [anon_sym_i32] = ACTIONS(1965), - [anon_sym_u64] = ACTIONS(1965), - [anon_sym_i64] = ACTIONS(1965), - [anon_sym_u128] = ACTIONS(1965), - [anon_sym_i128] = ACTIONS(1965), - [anon_sym_isize] = ACTIONS(1965), - [anon_sym_usize] = ACTIONS(1965), - [anon_sym_f32] = ACTIONS(1965), - [anon_sym_f64] = ACTIONS(1965), - [anon_sym_bool] = ACTIONS(1965), - [anon_sym_str] = ACTIONS(1965), - [anon_sym_char] = ACTIONS(1965), - [anon_sym_DASH] = ACTIONS(1963), - [anon_sym_BANG] = ACTIONS(1963), - [anon_sym_AMP] = ACTIONS(1963), - [anon_sym_PIPE] = ACTIONS(1963), - [anon_sym_LT] = ACTIONS(1963), - [anon_sym_DOT_DOT] = ACTIONS(1963), - [anon_sym_COLON_COLON] = ACTIONS(1963), - [anon_sym_POUND] = ACTIONS(1963), - [anon_sym_SQUOTE] = ACTIONS(1965), - [anon_sym_async] = ACTIONS(1965), - [anon_sym_break] = ACTIONS(1965), - [anon_sym_const] = ACTIONS(1965), - [anon_sym_continue] = ACTIONS(1965), - [anon_sym_default] = ACTIONS(1965), - [anon_sym_enum] = ACTIONS(1965), - [anon_sym_fn] = ACTIONS(1965), - [anon_sym_for] = ACTIONS(1965), - [anon_sym_gen] = ACTIONS(1965), - [anon_sym_if] = ACTIONS(1965), - [anon_sym_impl] = ACTIONS(1965), - [anon_sym_let] = ACTIONS(1965), - [anon_sym_loop] = ACTIONS(1965), - [anon_sym_match] = ACTIONS(1965), - [anon_sym_mod] = ACTIONS(1965), - [anon_sym_pub] = ACTIONS(1965), - [anon_sym_return] = ACTIONS(1965), - [anon_sym_static] = ACTIONS(1965), - [anon_sym_struct] = ACTIONS(1965), - [anon_sym_trait] = ACTIONS(1965), - [anon_sym_type] = ACTIONS(1965), - [anon_sym_union] = ACTIONS(1965), - [anon_sym_unsafe] = ACTIONS(1965), - [anon_sym_use] = ACTIONS(1965), - [anon_sym_while] = ACTIONS(1965), - [anon_sym_extern] = ACTIONS(1965), - [anon_sym_raw] = ACTIONS(1965), - [anon_sym_yield] = ACTIONS(1965), - [anon_sym_move] = ACTIONS(1965), - [anon_sym_try] = ACTIONS(1965), - [sym_integer_literal] = ACTIONS(1963), - [aux_sym_string_literal_token1] = ACTIONS(1963), - [sym_char_literal] = ACTIONS(1963), - [anon_sym_true] = ACTIONS(1965), - [anon_sym_false] = ACTIONS(1965), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1965), - [sym_super] = ACTIONS(1965), - [sym_crate] = ACTIONS(1965), - [sym_metavariable] = ACTIONS(1963), - [sym__raw_string_literal_start] = ACTIONS(1963), - [sym_float_literal] = ACTIONS(1963), - }, - [STATE(534)] = { - [sym_line_comment] = STATE(534), - [sym_block_comment] = STATE(534), - [ts_builtin_sym_end] = ACTIONS(1967), - [sym_identifier] = ACTIONS(1969), - [anon_sym_SEMI] = ACTIONS(1967), - [anon_sym_macro_rules_BANG] = ACTIONS(1967), - [anon_sym_LPAREN] = ACTIONS(1967), - [anon_sym_LBRACK] = ACTIONS(1967), - [anon_sym_LBRACE] = ACTIONS(1967), - [anon_sym_RBRACE] = ACTIONS(1967), - [anon_sym_STAR] = ACTIONS(1967), - [anon_sym_u8] = ACTIONS(1969), - [anon_sym_i8] = ACTIONS(1969), - [anon_sym_u16] = ACTIONS(1969), - [anon_sym_i16] = ACTIONS(1969), - [anon_sym_u32] = ACTIONS(1969), - [anon_sym_i32] = ACTIONS(1969), - [anon_sym_u64] = ACTIONS(1969), - [anon_sym_i64] = ACTIONS(1969), - [anon_sym_u128] = ACTIONS(1969), - [anon_sym_i128] = ACTIONS(1969), - [anon_sym_isize] = ACTIONS(1969), - [anon_sym_usize] = ACTIONS(1969), - [anon_sym_f32] = ACTIONS(1969), - [anon_sym_f64] = ACTIONS(1969), - [anon_sym_bool] = ACTIONS(1969), - [anon_sym_str] = ACTIONS(1969), - [anon_sym_char] = ACTIONS(1969), - [anon_sym_DASH] = ACTIONS(1967), - [anon_sym_BANG] = ACTIONS(1967), - [anon_sym_AMP] = ACTIONS(1967), - [anon_sym_PIPE] = ACTIONS(1967), - [anon_sym_LT] = ACTIONS(1967), - [anon_sym_DOT_DOT] = ACTIONS(1967), - [anon_sym_COLON_COLON] = ACTIONS(1967), - [anon_sym_POUND] = ACTIONS(1967), - [anon_sym_SQUOTE] = ACTIONS(1969), - [anon_sym_async] = ACTIONS(1969), - [anon_sym_break] = ACTIONS(1969), - [anon_sym_const] = ACTIONS(1969), - [anon_sym_continue] = ACTIONS(1969), - [anon_sym_default] = ACTIONS(1969), - [anon_sym_enum] = ACTIONS(1969), - [anon_sym_fn] = ACTIONS(1969), - [anon_sym_for] = ACTIONS(1969), - [anon_sym_gen] = ACTIONS(1969), - [anon_sym_if] = ACTIONS(1969), - [anon_sym_impl] = ACTIONS(1969), - [anon_sym_let] = ACTIONS(1969), - [anon_sym_loop] = ACTIONS(1969), - [anon_sym_match] = ACTIONS(1969), - [anon_sym_mod] = ACTIONS(1969), - [anon_sym_pub] = ACTIONS(1969), - [anon_sym_return] = ACTIONS(1969), - [anon_sym_static] = ACTIONS(1969), - [anon_sym_struct] = ACTIONS(1969), - [anon_sym_trait] = ACTIONS(1969), - [anon_sym_type] = ACTIONS(1969), - [anon_sym_union] = ACTIONS(1969), - [anon_sym_unsafe] = ACTIONS(1969), - [anon_sym_use] = ACTIONS(1969), - [anon_sym_while] = ACTIONS(1969), - [anon_sym_extern] = ACTIONS(1969), - [anon_sym_raw] = ACTIONS(1969), - [anon_sym_yield] = ACTIONS(1969), - [anon_sym_move] = ACTIONS(1969), - [anon_sym_try] = ACTIONS(1969), - [sym_integer_literal] = ACTIONS(1967), - [aux_sym_string_literal_token1] = ACTIONS(1967), - [sym_char_literal] = ACTIONS(1967), - [anon_sym_true] = ACTIONS(1969), - [anon_sym_false] = ACTIONS(1969), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1969), - [sym_super] = ACTIONS(1969), - [sym_crate] = ACTIONS(1969), - [sym_metavariable] = ACTIONS(1967), - [sym__raw_string_literal_start] = ACTIONS(1967), - [sym_float_literal] = ACTIONS(1967), - }, - [STATE(535)] = { - [sym_line_comment] = STATE(535), - [sym_block_comment] = STATE(535), - [ts_builtin_sym_end] = ACTIONS(1971), - [sym_identifier] = ACTIONS(1973), - [anon_sym_SEMI] = ACTIONS(1971), - [anon_sym_macro_rules_BANG] = ACTIONS(1971), - [anon_sym_LPAREN] = ACTIONS(1971), - [anon_sym_LBRACK] = ACTIONS(1971), - [anon_sym_LBRACE] = ACTIONS(1971), - [anon_sym_RBRACE] = ACTIONS(1971), - [anon_sym_STAR] = ACTIONS(1971), - [anon_sym_u8] = ACTIONS(1973), - [anon_sym_i8] = ACTIONS(1973), - [anon_sym_u16] = ACTIONS(1973), - [anon_sym_i16] = ACTIONS(1973), - [anon_sym_u32] = ACTIONS(1973), - [anon_sym_i32] = ACTIONS(1973), - [anon_sym_u64] = ACTIONS(1973), - [anon_sym_i64] = ACTIONS(1973), - [anon_sym_u128] = ACTIONS(1973), - [anon_sym_i128] = ACTIONS(1973), - [anon_sym_isize] = ACTIONS(1973), - [anon_sym_usize] = ACTIONS(1973), - [anon_sym_f32] = ACTIONS(1973), - [anon_sym_f64] = ACTIONS(1973), - [anon_sym_bool] = ACTIONS(1973), - [anon_sym_str] = ACTIONS(1973), - [anon_sym_char] = ACTIONS(1973), - [anon_sym_DASH] = ACTIONS(1971), - [anon_sym_BANG] = ACTIONS(1971), - [anon_sym_AMP] = ACTIONS(1971), - [anon_sym_PIPE] = ACTIONS(1971), - [anon_sym_LT] = ACTIONS(1971), - [anon_sym_DOT_DOT] = ACTIONS(1971), - [anon_sym_COLON_COLON] = ACTIONS(1971), - [anon_sym_POUND] = ACTIONS(1971), - [anon_sym_SQUOTE] = ACTIONS(1973), - [anon_sym_async] = ACTIONS(1973), - [anon_sym_break] = ACTIONS(1973), - [anon_sym_const] = ACTIONS(1973), - [anon_sym_continue] = ACTIONS(1973), - [anon_sym_default] = ACTIONS(1973), - [anon_sym_enum] = ACTIONS(1973), - [anon_sym_fn] = ACTIONS(1973), - [anon_sym_for] = ACTIONS(1973), - [anon_sym_gen] = ACTIONS(1973), - [anon_sym_if] = ACTIONS(1973), - [anon_sym_impl] = ACTIONS(1973), - [anon_sym_let] = ACTIONS(1973), - [anon_sym_loop] = ACTIONS(1973), - [anon_sym_match] = ACTIONS(1973), - [anon_sym_mod] = ACTIONS(1973), - [anon_sym_pub] = ACTIONS(1973), - [anon_sym_return] = ACTIONS(1973), - [anon_sym_static] = ACTIONS(1973), - [anon_sym_struct] = ACTIONS(1973), - [anon_sym_trait] = ACTIONS(1973), - [anon_sym_type] = ACTIONS(1973), - [anon_sym_union] = ACTIONS(1973), - [anon_sym_unsafe] = ACTIONS(1973), - [anon_sym_use] = ACTIONS(1973), - [anon_sym_while] = ACTIONS(1973), - [anon_sym_extern] = ACTIONS(1973), - [anon_sym_raw] = ACTIONS(1973), - [anon_sym_yield] = ACTIONS(1973), - [anon_sym_move] = ACTIONS(1973), - [anon_sym_try] = ACTIONS(1973), - [sym_integer_literal] = ACTIONS(1971), - [aux_sym_string_literal_token1] = ACTIONS(1971), - [sym_char_literal] = ACTIONS(1971), - [anon_sym_true] = ACTIONS(1973), - [anon_sym_false] = ACTIONS(1973), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1973), - [sym_super] = ACTIONS(1973), - [sym_crate] = ACTIONS(1973), - [sym_metavariable] = ACTIONS(1971), - [sym__raw_string_literal_start] = ACTIONS(1971), - [sym_float_literal] = ACTIONS(1971), - }, - [STATE(536)] = { - [sym_line_comment] = STATE(536), - [sym_block_comment] = STATE(536), - [ts_builtin_sym_end] = ACTIONS(1975), - [sym_identifier] = ACTIONS(1977), - [anon_sym_SEMI] = ACTIONS(1975), - [anon_sym_macro_rules_BANG] = ACTIONS(1975), - [anon_sym_LPAREN] = ACTIONS(1975), - [anon_sym_LBRACK] = ACTIONS(1975), - [anon_sym_LBRACE] = ACTIONS(1975), - [anon_sym_RBRACE] = ACTIONS(1975), - [anon_sym_STAR] = ACTIONS(1975), - [anon_sym_u8] = ACTIONS(1977), - [anon_sym_i8] = ACTIONS(1977), - [anon_sym_u16] = ACTIONS(1977), - [anon_sym_i16] = ACTIONS(1977), - [anon_sym_u32] = ACTIONS(1977), - [anon_sym_i32] = ACTIONS(1977), - [anon_sym_u64] = ACTIONS(1977), - [anon_sym_i64] = ACTIONS(1977), - [anon_sym_u128] = ACTIONS(1977), - [anon_sym_i128] = ACTIONS(1977), - [anon_sym_isize] = ACTIONS(1977), - [anon_sym_usize] = ACTIONS(1977), - [anon_sym_f32] = ACTIONS(1977), - [anon_sym_f64] = ACTIONS(1977), - [anon_sym_bool] = ACTIONS(1977), - [anon_sym_str] = ACTIONS(1977), - [anon_sym_char] = ACTIONS(1977), - [anon_sym_DASH] = ACTIONS(1975), - [anon_sym_BANG] = ACTIONS(1975), - [anon_sym_AMP] = ACTIONS(1975), - [anon_sym_PIPE] = ACTIONS(1975), - [anon_sym_LT] = ACTIONS(1975), - [anon_sym_DOT_DOT] = ACTIONS(1975), - [anon_sym_COLON_COLON] = ACTIONS(1975), - [anon_sym_POUND] = ACTIONS(1975), - [anon_sym_SQUOTE] = ACTIONS(1977), - [anon_sym_async] = ACTIONS(1977), - [anon_sym_break] = ACTIONS(1977), - [anon_sym_const] = ACTIONS(1977), - [anon_sym_continue] = ACTIONS(1977), - [anon_sym_default] = ACTIONS(1977), - [anon_sym_enum] = ACTIONS(1977), - [anon_sym_fn] = ACTIONS(1977), - [anon_sym_for] = ACTIONS(1977), - [anon_sym_gen] = ACTIONS(1977), - [anon_sym_if] = ACTIONS(1977), - [anon_sym_impl] = ACTIONS(1977), - [anon_sym_let] = ACTIONS(1977), - [anon_sym_loop] = ACTIONS(1977), - [anon_sym_match] = ACTIONS(1977), - [anon_sym_mod] = ACTIONS(1977), - [anon_sym_pub] = ACTIONS(1977), - [anon_sym_return] = ACTIONS(1977), - [anon_sym_static] = ACTIONS(1977), - [anon_sym_struct] = ACTIONS(1977), - [anon_sym_trait] = ACTIONS(1977), - [anon_sym_type] = ACTIONS(1977), - [anon_sym_union] = ACTIONS(1977), - [anon_sym_unsafe] = ACTIONS(1977), - [anon_sym_use] = ACTIONS(1977), - [anon_sym_while] = ACTIONS(1977), - [anon_sym_extern] = ACTIONS(1977), - [anon_sym_raw] = ACTIONS(1977), - [anon_sym_yield] = ACTIONS(1977), - [anon_sym_move] = ACTIONS(1977), - [anon_sym_try] = ACTIONS(1977), - [sym_integer_literal] = ACTIONS(1975), - [aux_sym_string_literal_token1] = ACTIONS(1975), - [sym_char_literal] = ACTIONS(1975), - [anon_sym_true] = ACTIONS(1977), - [anon_sym_false] = ACTIONS(1977), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1977), - [sym_super] = ACTIONS(1977), - [sym_crate] = ACTIONS(1977), - [sym_metavariable] = ACTIONS(1975), - [sym__raw_string_literal_start] = ACTIONS(1975), - [sym_float_literal] = ACTIONS(1975), - }, - [STATE(537)] = { - [sym_line_comment] = STATE(537), - [sym_block_comment] = STATE(537), - [ts_builtin_sym_end] = ACTIONS(1979), - [sym_identifier] = ACTIONS(1981), - [anon_sym_SEMI] = ACTIONS(1979), - [anon_sym_macro_rules_BANG] = ACTIONS(1979), - [anon_sym_LPAREN] = ACTIONS(1979), - [anon_sym_LBRACK] = ACTIONS(1979), - [anon_sym_LBRACE] = ACTIONS(1979), - [anon_sym_RBRACE] = ACTIONS(1979), - [anon_sym_STAR] = ACTIONS(1979), - [anon_sym_u8] = ACTIONS(1981), - [anon_sym_i8] = ACTIONS(1981), - [anon_sym_u16] = ACTIONS(1981), - [anon_sym_i16] = ACTIONS(1981), - [anon_sym_u32] = ACTIONS(1981), - [anon_sym_i32] = ACTIONS(1981), - [anon_sym_u64] = ACTIONS(1981), - [anon_sym_i64] = ACTIONS(1981), - [anon_sym_u128] = ACTIONS(1981), - [anon_sym_i128] = ACTIONS(1981), - [anon_sym_isize] = ACTIONS(1981), - [anon_sym_usize] = ACTIONS(1981), - [anon_sym_f32] = ACTIONS(1981), - [anon_sym_f64] = ACTIONS(1981), - [anon_sym_bool] = ACTIONS(1981), - [anon_sym_str] = ACTIONS(1981), - [anon_sym_char] = ACTIONS(1981), - [anon_sym_DASH] = ACTIONS(1979), - [anon_sym_BANG] = ACTIONS(1979), - [anon_sym_AMP] = ACTIONS(1979), - [anon_sym_PIPE] = ACTIONS(1979), - [anon_sym_LT] = ACTIONS(1979), - [anon_sym_DOT_DOT] = ACTIONS(1979), - [anon_sym_COLON_COLON] = ACTIONS(1979), - [anon_sym_POUND] = ACTIONS(1979), - [anon_sym_SQUOTE] = ACTIONS(1981), - [anon_sym_async] = ACTIONS(1981), - [anon_sym_break] = ACTIONS(1981), - [anon_sym_const] = ACTIONS(1981), - [anon_sym_continue] = ACTIONS(1981), - [anon_sym_default] = ACTIONS(1981), - [anon_sym_enum] = ACTIONS(1981), - [anon_sym_fn] = ACTIONS(1981), - [anon_sym_for] = ACTIONS(1981), - [anon_sym_gen] = ACTIONS(1981), - [anon_sym_if] = ACTIONS(1981), - [anon_sym_impl] = ACTIONS(1981), - [anon_sym_let] = ACTIONS(1981), - [anon_sym_loop] = ACTIONS(1981), - [anon_sym_match] = ACTIONS(1981), - [anon_sym_mod] = ACTIONS(1981), - [anon_sym_pub] = ACTIONS(1981), - [anon_sym_return] = ACTIONS(1981), - [anon_sym_static] = ACTIONS(1981), - [anon_sym_struct] = ACTIONS(1981), - [anon_sym_trait] = ACTIONS(1981), - [anon_sym_type] = ACTIONS(1981), - [anon_sym_union] = ACTIONS(1981), - [anon_sym_unsafe] = ACTIONS(1981), - [anon_sym_use] = ACTIONS(1981), - [anon_sym_while] = ACTIONS(1981), - [anon_sym_extern] = ACTIONS(1981), - [anon_sym_raw] = ACTIONS(1981), - [anon_sym_yield] = ACTIONS(1981), - [anon_sym_move] = ACTIONS(1981), - [anon_sym_try] = ACTIONS(1981), - [sym_integer_literal] = ACTIONS(1979), - [aux_sym_string_literal_token1] = ACTIONS(1979), - [sym_char_literal] = ACTIONS(1979), - [anon_sym_true] = ACTIONS(1981), - [anon_sym_false] = ACTIONS(1981), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1981), - [sym_super] = ACTIONS(1981), - [sym_crate] = ACTIONS(1981), - [sym_metavariable] = ACTIONS(1979), - [sym__raw_string_literal_start] = ACTIONS(1979), - [sym_float_literal] = ACTIONS(1979), - }, - [STATE(538)] = { - [sym_line_comment] = STATE(538), - [sym_block_comment] = STATE(538), - [ts_builtin_sym_end] = ACTIONS(1983), - [sym_identifier] = ACTIONS(1985), - [anon_sym_SEMI] = ACTIONS(1983), - [anon_sym_macro_rules_BANG] = ACTIONS(1983), - [anon_sym_LPAREN] = ACTIONS(1983), - [anon_sym_LBRACK] = ACTIONS(1983), - [anon_sym_LBRACE] = ACTIONS(1983), - [anon_sym_RBRACE] = ACTIONS(1983), - [anon_sym_STAR] = ACTIONS(1983), - [anon_sym_u8] = ACTIONS(1985), - [anon_sym_i8] = ACTIONS(1985), - [anon_sym_u16] = ACTIONS(1985), - [anon_sym_i16] = ACTIONS(1985), - [anon_sym_u32] = ACTIONS(1985), - [anon_sym_i32] = ACTIONS(1985), - [anon_sym_u64] = ACTIONS(1985), - [anon_sym_i64] = ACTIONS(1985), - [anon_sym_u128] = ACTIONS(1985), - [anon_sym_i128] = ACTIONS(1985), - [anon_sym_isize] = ACTIONS(1985), - [anon_sym_usize] = ACTIONS(1985), - [anon_sym_f32] = ACTIONS(1985), - [anon_sym_f64] = ACTIONS(1985), - [anon_sym_bool] = ACTIONS(1985), - [anon_sym_str] = ACTIONS(1985), - [anon_sym_char] = ACTIONS(1985), - [anon_sym_DASH] = ACTIONS(1983), - [anon_sym_BANG] = ACTIONS(1983), - [anon_sym_AMP] = ACTIONS(1983), - [anon_sym_PIPE] = ACTIONS(1983), - [anon_sym_LT] = ACTIONS(1983), - [anon_sym_DOT_DOT] = ACTIONS(1983), - [anon_sym_COLON_COLON] = ACTIONS(1983), - [anon_sym_POUND] = ACTIONS(1983), - [anon_sym_SQUOTE] = ACTIONS(1985), - [anon_sym_async] = ACTIONS(1985), - [anon_sym_break] = ACTIONS(1985), - [anon_sym_const] = ACTIONS(1985), - [anon_sym_continue] = ACTIONS(1985), - [anon_sym_default] = ACTIONS(1985), - [anon_sym_enum] = ACTIONS(1985), - [anon_sym_fn] = ACTIONS(1985), - [anon_sym_for] = ACTIONS(1985), - [anon_sym_gen] = ACTIONS(1985), - [anon_sym_if] = ACTIONS(1985), - [anon_sym_impl] = ACTIONS(1985), - [anon_sym_let] = ACTIONS(1985), - [anon_sym_loop] = ACTIONS(1985), - [anon_sym_match] = ACTIONS(1985), - [anon_sym_mod] = ACTIONS(1985), - [anon_sym_pub] = ACTIONS(1985), - [anon_sym_return] = ACTIONS(1985), - [anon_sym_static] = ACTIONS(1985), - [anon_sym_struct] = ACTIONS(1985), - [anon_sym_trait] = ACTIONS(1985), - [anon_sym_type] = ACTIONS(1985), - [anon_sym_union] = ACTIONS(1985), - [anon_sym_unsafe] = ACTIONS(1985), - [anon_sym_use] = ACTIONS(1985), - [anon_sym_while] = ACTIONS(1985), - [anon_sym_extern] = ACTIONS(1985), - [anon_sym_raw] = ACTIONS(1985), - [anon_sym_yield] = ACTIONS(1985), - [anon_sym_move] = ACTIONS(1985), - [anon_sym_try] = ACTIONS(1985), - [sym_integer_literal] = ACTIONS(1983), - [aux_sym_string_literal_token1] = ACTIONS(1983), - [sym_char_literal] = ACTIONS(1983), - [anon_sym_true] = ACTIONS(1985), - [anon_sym_false] = ACTIONS(1985), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1985), - [sym_super] = ACTIONS(1985), - [sym_crate] = ACTIONS(1985), - [sym_metavariable] = ACTIONS(1983), - [sym__raw_string_literal_start] = ACTIONS(1983), - [sym_float_literal] = ACTIONS(1983), + [STATE(507)] = { + [sym_bracketed_type] = STATE(3504), + [sym_generic_type] = STATE(3513), + [sym_generic_type_with_turbofish] = STATE(3321), + [sym_macro_invocation] = STATE(2192), + [sym_scoped_identifier] = STATE(2052), + [sym_scoped_type_identifier] = STATE(3076), + [sym_const_block] = STATE(2192), + [sym_closure_expression] = STATE(3295), + [sym_closure_parameters] = STATE(225), + [sym__pattern] = STATE(3057), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), + [sym_line_comment] = STATE(507), + [sym_block_comment] = STATE(507), + [sym_identifier] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1736), + [anon_sym_RPAREN] = ACTIONS(1985), + [anon_sym_LBRACK] = ACTIONS(1740), + [anon_sym_u8] = ACTIONS(1742), + [anon_sym_i8] = ACTIONS(1742), + [anon_sym_u16] = ACTIONS(1742), + [anon_sym_i16] = ACTIONS(1742), + [anon_sym_u32] = ACTIONS(1742), + [anon_sym_i32] = ACTIONS(1742), + [anon_sym_u64] = ACTIONS(1742), + [anon_sym_i64] = ACTIONS(1742), + [anon_sym_u128] = ACTIONS(1742), + [anon_sym_i128] = ACTIONS(1742), + [anon_sym_isize] = ACTIONS(1742), + [anon_sym_usize] = ACTIONS(1742), + [anon_sym_f32] = ACTIONS(1742), + [anon_sym_f64] = ACTIONS(1742), + [anon_sym_bool] = ACTIONS(1742), + [anon_sym_str] = ACTIONS(1742), + [anon_sym_char] = ACTIONS(1742), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_AMP] = ACTIONS(1744), + [anon_sym_PIPE] = ACTIONS(1392), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1394), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COLON_COLON] = ACTIONS(1746), + [anon_sym_async] = ACTIONS(1748), + [anon_sym_const] = ACTIONS(1750), + [anon_sym_default] = ACTIONS(1752), + [anon_sym_gen] = ACTIONS(1752), + [anon_sym_static] = ACTIONS(1400), + [anon_sym_union] = ACTIONS(1752), + [anon_sym_ref] = ACTIONS(1166), + [sym_mutable_specifier] = ACTIONS(1402), + [anon_sym_raw] = ACTIONS(1752), + [anon_sym_move] = ACTIONS(1404), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1754), + [sym_super] = ACTIONS(1754), + [sym_crate] = ACTIONS(1754), + [sym_metavariable] = ACTIONS(1756), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), }, - [STATE(539)] = { - [sym_line_comment] = STATE(539), - [sym_block_comment] = STATE(539), + [STATE(508)] = { + [sym_line_comment] = STATE(508), + [sym_block_comment] = STATE(508), [ts_builtin_sym_end] = ACTIONS(1987), [sym_identifier] = ACTIONS(1989), [anon_sym_SEMI] = ACTIONS(1987), @@ -75995,9 +73527,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1987), [sym_float_literal] = ACTIONS(1987), }, - [STATE(540)] = { - [sym_line_comment] = STATE(540), - [sym_block_comment] = STATE(540), + [STATE(509)] = { + [sym_line_comment] = STATE(509), + [sym_block_comment] = STATE(509), [ts_builtin_sym_end] = ACTIONS(1991), [sym_identifier] = ACTIONS(1993), [anon_sym_SEMI] = ACTIONS(1991), @@ -76077,9 +73609,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1991), [sym_float_literal] = ACTIONS(1991), }, - [STATE(541)] = { - [sym_line_comment] = STATE(541), - [sym_block_comment] = STATE(541), + [STATE(510)] = { + [sym_line_comment] = STATE(510), + [sym_block_comment] = STATE(510), [ts_builtin_sym_end] = ACTIONS(1995), [sym_identifier] = ACTIONS(1997), [anon_sym_SEMI] = ACTIONS(1995), @@ -76159,9 +73691,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1995), [sym_float_literal] = ACTIONS(1995), }, - [STATE(542)] = { - [sym_line_comment] = STATE(542), - [sym_block_comment] = STATE(542), + [STATE(511)] = { + [sym_line_comment] = STATE(511), + [sym_block_comment] = STATE(511), [ts_builtin_sym_end] = ACTIONS(1999), [sym_identifier] = ACTIONS(2001), [anon_sym_SEMI] = ACTIONS(1999), @@ -76241,9 +73773,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1999), [sym_float_literal] = ACTIONS(1999), }, - [STATE(543)] = { - [sym_line_comment] = STATE(543), - [sym_block_comment] = STATE(543), + [STATE(512)] = { + [sym_line_comment] = STATE(512), + [sym_block_comment] = STATE(512), [ts_builtin_sym_end] = ACTIONS(2003), [sym_identifier] = ACTIONS(2005), [anon_sym_SEMI] = ACTIONS(2003), @@ -76323,9 +73855,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2003), [sym_float_literal] = ACTIONS(2003), }, - [STATE(544)] = { - [sym_line_comment] = STATE(544), - [sym_block_comment] = STATE(544), + [STATE(513)] = { + [sym_line_comment] = STATE(513), + [sym_block_comment] = STATE(513), [ts_builtin_sym_end] = ACTIONS(2007), [sym_identifier] = ACTIONS(2009), [anon_sym_SEMI] = ACTIONS(2007), @@ -76405,9 +73937,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2007), [sym_float_literal] = ACTIONS(2007), }, - [STATE(545)] = { - [sym_line_comment] = STATE(545), - [sym_block_comment] = STATE(545), + [STATE(514)] = { + [sym_line_comment] = STATE(514), + [sym_block_comment] = STATE(514), [ts_builtin_sym_end] = ACTIONS(2011), [sym_identifier] = ACTIONS(2013), [anon_sym_SEMI] = ACTIONS(2011), @@ -76487,9 +74019,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2011), [sym_float_literal] = ACTIONS(2011), }, - [STATE(546)] = { - [sym_line_comment] = STATE(546), - [sym_block_comment] = STATE(546), + [STATE(515)] = { + [sym_line_comment] = STATE(515), + [sym_block_comment] = STATE(515), [ts_builtin_sym_end] = ACTIONS(2015), [sym_identifier] = ACTIONS(2017), [anon_sym_SEMI] = ACTIONS(2015), @@ -76569,9 +74101,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2015), [sym_float_literal] = ACTIONS(2015), }, - [STATE(547)] = { - [sym_line_comment] = STATE(547), - [sym_block_comment] = STATE(547), + [STATE(516)] = { + [sym_line_comment] = STATE(516), + [sym_block_comment] = STATE(516), [ts_builtin_sym_end] = ACTIONS(2019), [sym_identifier] = ACTIONS(2021), [anon_sym_SEMI] = ACTIONS(2019), @@ -76651,9 +74183,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2019), [sym_float_literal] = ACTIONS(2019), }, - [STATE(548)] = { - [sym_line_comment] = STATE(548), - [sym_block_comment] = STATE(548), + [STATE(517)] = { + [sym_line_comment] = STATE(517), + [sym_block_comment] = STATE(517), [ts_builtin_sym_end] = ACTIONS(2023), [sym_identifier] = ACTIONS(2025), [anon_sym_SEMI] = ACTIONS(2023), @@ -76733,9 +74265,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2023), [sym_float_literal] = ACTIONS(2023), }, - [STATE(549)] = { - [sym_line_comment] = STATE(549), - [sym_block_comment] = STATE(549), + [STATE(518)] = { + [sym_line_comment] = STATE(518), + [sym_block_comment] = STATE(518), [ts_builtin_sym_end] = ACTIONS(2027), [sym_identifier] = ACTIONS(2029), [anon_sym_SEMI] = ACTIONS(2027), @@ -76815,9 +74347,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2027), [sym_float_literal] = ACTIONS(2027), }, - [STATE(550)] = { - [sym_line_comment] = STATE(550), - [sym_block_comment] = STATE(550), + [STATE(519)] = { + [sym_line_comment] = STATE(519), + [sym_block_comment] = STATE(519), [ts_builtin_sym_end] = ACTIONS(2031), [sym_identifier] = ACTIONS(2033), [anon_sym_SEMI] = ACTIONS(2031), @@ -76897,9 +74429,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2031), [sym_float_literal] = ACTIONS(2031), }, - [STATE(551)] = { - [sym_line_comment] = STATE(551), - [sym_block_comment] = STATE(551), + [STATE(520)] = { + [sym_line_comment] = STATE(520), + [sym_block_comment] = STATE(520), [ts_builtin_sym_end] = ACTIONS(2035), [sym_identifier] = ACTIONS(2037), [anon_sym_SEMI] = ACTIONS(2035), @@ -76979,9 +74511,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2035), [sym_float_literal] = ACTIONS(2035), }, - [STATE(552)] = { - [sym_line_comment] = STATE(552), - [sym_block_comment] = STATE(552), + [STATE(521)] = { + [sym_line_comment] = STATE(521), + [sym_block_comment] = STATE(521), [ts_builtin_sym_end] = ACTIONS(2039), [sym_identifier] = ACTIONS(2041), [anon_sym_SEMI] = ACTIONS(2039), @@ -77061,9 +74593,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2039), [sym_float_literal] = ACTIONS(2039), }, - [STATE(553)] = { - [sym_line_comment] = STATE(553), - [sym_block_comment] = STATE(553), + [STATE(522)] = { + [sym_line_comment] = STATE(522), + [sym_block_comment] = STATE(522), [ts_builtin_sym_end] = ACTIONS(2043), [sym_identifier] = ACTIONS(2045), [anon_sym_SEMI] = ACTIONS(2043), @@ -77143,9 +74675,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2043), [sym_float_literal] = ACTIONS(2043), }, - [STATE(554)] = { - [sym_line_comment] = STATE(554), - [sym_block_comment] = STATE(554), + [STATE(523)] = { + [sym_line_comment] = STATE(523), + [sym_block_comment] = STATE(523), [ts_builtin_sym_end] = ACTIONS(2047), [sym_identifier] = ACTIONS(2049), [anon_sym_SEMI] = ACTIONS(2047), @@ -77225,9 +74757,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2047), [sym_float_literal] = ACTIONS(2047), }, - [STATE(555)] = { - [sym_line_comment] = STATE(555), - [sym_block_comment] = STATE(555), + [STATE(524)] = { + [sym_line_comment] = STATE(524), + [sym_block_comment] = STATE(524), [ts_builtin_sym_end] = ACTIONS(2051), [sym_identifier] = ACTIONS(2053), [anon_sym_SEMI] = ACTIONS(2051), @@ -77307,9 +74839,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2051), [sym_float_literal] = ACTIONS(2051), }, - [STATE(556)] = { - [sym_line_comment] = STATE(556), - [sym_block_comment] = STATE(556), + [STATE(525)] = { + [sym_line_comment] = STATE(525), + [sym_block_comment] = STATE(525), [ts_builtin_sym_end] = ACTIONS(2055), [sym_identifier] = ACTIONS(2057), [anon_sym_SEMI] = ACTIONS(2055), @@ -77389,9 +74921,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2055), [sym_float_literal] = ACTIONS(2055), }, - [STATE(557)] = { - [sym_line_comment] = STATE(557), - [sym_block_comment] = STATE(557), + [STATE(526)] = { + [sym_line_comment] = STATE(526), + [sym_block_comment] = STATE(526), [ts_builtin_sym_end] = ACTIONS(2059), [sym_identifier] = ACTIONS(2061), [anon_sym_SEMI] = ACTIONS(2059), @@ -77471,9 +75003,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2059), [sym_float_literal] = ACTIONS(2059), }, - [STATE(558)] = { - [sym_line_comment] = STATE(558), - [sym_block_comment] = STATE(558), + [STATE(527)] = { + [sym_line_comment] = STATE(527), + [sym_block_comment] = STATE(527), [ts_builtin_sym_end] = ACTIONS(2063), [sym_identifier] = ACTIONS(2065), [anon_sym_SEMI] = ACTIONS(2063), @@ -77553,9 +75085,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2063), [sym_float_literal] = ACTIONS(2063), }, - [STATE(559)] = { - [sym_line_comment] = STATE(559), - [sym_block_comment] = STATE(559), + [STATE(528)] = { + [sym_line_comment] = STATE(528), + [sym_block_comment] = STATE(528), [ts_builtin_sym_end] = ACTIONS(2067), [sym_identifier] = ACTIONS(2069), [anon_sym_SEMI] = ACTIONS(2067), @@ -77635,9 +75167,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2067), [sym_float_literal] = ACTIONS(2067), }, - [STATE(560)] = { - [sym_line_comment] = STATE(560), - [sym_block_comment] = STATE(560), + [STATE(529)] = { + [sym_line_comment] = STATE(529), + [sym_block_comment] = STATE(529), [ts_builtin_sym_end] = ACTIONS(2071), [sym_identifier] = ACTIONS(2073), [anon_sym_SEMI] = ACTIONS(2071), @@ -77717,9 +75249,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2071), [sym_float_literal] = ACTIONS(2071), }, - [STATE(561)] = { - [sym_line_comment] = STATE(561), - [sym_block_comment] = STATE(561), + [STATE(530)] = { + [sym_line_comment] = STATE(530), + [sym_block_comment] = STATE(530), [ts_builtin_sym_end] = ACTIONS(2075), [sym_identifier] = ACTIONS(2077), [anon_sym_SEMI] = ACTIONS(2075), @@ -77799,9 +75331,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2075), [sym_float_literal] = ACTIONS(2075), }, - [STATE(562)] = { - [sym_line_comment] = STATE(562), - [sym_block_comment] = STATE(562), + [STATE(531)] = { + [sym_line_comment] = STATE(531), + [sym_block_comment] = STATE(531), [ts_builtin_sym_end] = ACTIONS(2079), [sym_identifier] = ACTIONS(2081), [anon_sym_SEMI] = ACTIONS(2079), @@ -77881,9 +75413,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2079), [sym_float_literal] = ACTIONS(2079), }, - [STATE(563)] = { - [sym_line_comment] = STATE(563), - [sym_block_comment] = STATE(563), + [STATE(532)] = { + [sym_line_comment] = STATE(532), + [sym_block_comment] = STATE(532), [ts_builtin_sym_end] = ACTIONS(2083), [sym_identifier] = ACTIONS(2085), [anon_sym_SEMI] = ACTIONS(2083), @@ -77963,9 +75495,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2083), [sym_float_literal] = ACTIONS(2083), }, - [STATE(564)] = { - [sym_line_comment] = STATE(564), - [sym_block_comment] = STATE(564), + [STATE(533)] = { + [sym_line_comment] = STATE(533), + [sym_block_comment] = STATE(533), [ts_builtin_sym_end] = ACTIONS(2087), [sym_identifier] = ACTIONS(2089), [anon_sym_SEMI] = ACTIONS(2087), @@ -78045,9 +75577,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2087), [sym_float_literal] = ACTIONS(2087), }, - [STATE(565)] = { - [sym_line_comment] = STATE(565), - [sym_block_comment] = STATE(565), + [STATE(534)] = { + [sym_line_comment] = STATE(534), + [sym_block_comment] = STATE(534), [ts_builtin_sym_end] = ACTIONS(2091), [sym_identifier] = ACTIONS(2093), [anon_sym_SEMI] = ACTIONS(2091), @@ -78127,9 +75659,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2091), [sym_float_literal] = ACTIONS(2091), }, - [STATE(566)] = { - [sym_line_comment] = STATE(566), - [sym_block_comment] = STATE(566), + [STATE(535)] = { + [sym_line_comment] = STATE(535), + [sym_block_comment] = STATE(535), [ts_builtin_sym_end] = ACTIONS(2095), [sym_identifier] = ACTIONS(2097), [anon_sym_SEMI] = ACTIONS(2095), @@ -78209,9 +75741,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2095), [sym_float_literal] = ACTIONS(2095), }, - [STATE(567)] = { - [sym_line_comment] = STATE(567), - [sym_block_comment] = STATE(567), + [STATE(536)] = { + [sym_line_comment] = STATE(536), + [sym_block_comment] = STATE(536), [ts_builtin_sym_end] = ACTIONS(2099), [sym_identifier] = ACTIONS(2101), [anon_sym_SEMI] = ACTIONS(2099), @@ -78291,9 +75823,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2099), [sym_float_literal] = ACTIONS(2099), }, - [STATE(568)] = { - [sym_line_comment] = STATE(568), - [sym_block_comment] = STATE(568), + [STATE(537)] = { + [sym_line_comment] = STATE(537), + [sym_block_comment] = STATE(537), [ts_builtin_sym_end] = ACTIONS(2103), [sym_identifier] = ACTIONS(2105), [anon_sym_SEMI] = ACTIONS(2103), @@ -78373,9 +75905,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2103), [sym_float_literal] = ACTIONS(2103), }, - [STATE(569)] = { - [sym_line_comment] = STATE(569), - [sym_block_comment] = STATE(569), + [STATE(538)] = { + [sym_line_comment] = STATE(538), + [sym_block_comment] = STATE(538), [ts_builtin_sym_end] = ACTIONS(2107), [sym_identifier] = ACTIONS(2109), [anon_sym_SEMI] = ACTIONS(2107), @@ -78455,9 +75987,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2107), [sym_float_literal] = ACTIONS(2107), }, - [STATE(570)] = { - [sym_line_comment] = STATE(570), - [sym_block_comment] = STATE(570), + [STATE(539)] = { + [sym_line_comment] = STATE(539), + [sym_block_comment] = STATE(539), [ts_builtin_sym_end] = ACTIONS(2111), [sym_identifier] = ACTIONS(2113), [anon_sym_SEMI] = ACTIONS(2111), @@ -78537,9 +76069,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2111), [sym_float_literal] = ACTIONS(2111), }, - [STATE(571)] = { - [sym_line_comment] = STATE(571), - [sym_block_comment] = STATE(571), + [STATE(540)] = { + [sym_line_comment] = STATE(540), + [sym_block_comment] = STATE(540), [ts_builtin_sym_end] = ACTIONS(2115), [sym_identifier] = ACTIONS(2117), [anon_sym_SEMI] = ACTIONS(2115), @@ -78619,9 +76151,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2115), [sym_float_literal] = ACTIONS(2115), }, - [STATE(572)] = { - [sym_line_comment] = STATE(572), - [sym_block_comment] = STATE(572), + [STATE(541)] = { + [sym_line_comment] = STATE(541), + [sym_block_comment] = STATE(541), [ts_builtin_sym_end] = ACTIONS(2119), [sym_identifier] = ACTIONS(2121), [anon_sym_SEMI] = ACTIONS(2119), @@ -78701,9 +76233,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2119), [sym_float_literal] = ACTIONS(2119), }, - [STATE(573)] = { - [sym_line_comment] = STATE(573), - [sym_block_comment] = STATE(573), + [STATE(542)] = { + [sym_line_comment] = STATE(542), + [sym_block_comment] = STATE(542), [ts_builtin_sym_end] = ACTIONS(2123), [sym_identifier] = ACTIONS(2125), [anon_sym_SEMI] = ACTIONS(2123), @@ -78783,9 +76315,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2123), [sym_float_literal] = ACTIONS(2123), }, - [STATE(574)] = { - [sym_line_comment] = STATE(574), - [sym_block_comment] = STATE(574), + [STATE(543)] = { + [sym_line_comment] = STATE(543), + [sym_block_comment] = STATE(543), [ts_builtin_sym_end] = ACTIONS(2127), [sym_identifier] = ACTIONS(2129), [anon_sym_SEMI] = ACTIONS(2127), @@ -78865,9 +76397,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2127), [sym_float_literal] = ACTIONS(2127), }, - [STATE(575)] = { - [sym_line_comment] = STATE(575), - [sym_block_comment] = STATE(575), + [STATE(544)] = { + [sym_line_comment] = STATE(544), + [sym_block_comment] = STATE(544), [ts_builtin_sym_end] = ACTIONS(2131), [sym_identifier] = ACTIONS(2133), [anon_sym_SEMI] = ACTIONS(2131), @@ -78947,9 +76479,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2131), [sym_float_literal] = ACTIONS(2131), }, - [STATE(576)] = { - [sym_line_comment] = STATE(576), - [sym_block_comment] = STATE(576), + [STATE(545)] = { + [sym_line_comment] = STATE(545), + [sym_block_comment] = STATE(545), [ts_builtin_sym_end] = ACTIONS(2135), [sym_identifier] = ACTIONS(2137), [anon_sym_SEMI] = ACTIONS(2135), @@ -79029,9 +76561,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2135), [sym_float_literal] = ACTIONS(2135), }, - [STATE(577)] = { - [sym_line_comment] = STATE(577), - [sym_block_comment] = STATE(577), + [STATE(546)] = { + [sym_line_comment] = STATE(546), + [sym_block_comment] = STATE(546), [ts_builtin_sym_end] = ACTIONS(2139), [sym_identifier] = ACTIONS(2141), [anon_sym_SEMI] = ACTIONS(2139), @@ -79111,9 +76643,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2139), [sym_float_literal] = ACTIONS(2139), }, - [STATE(578)] = { - [sym_line_comment] = STATE(578), - [sym_block_comment] = STATE(578), + [STATE(547)] = { + [sym_line_comment] = STATE(547), + [sym_block_comment] = STATE(547), [ts_builtin_sym_end] = ACTIONS(2143), [sym_identifier] = ACTIONS(2145), [anon_sym_SEMI] = ACTIONS(2143), @@ -79193,9 +76725,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2143), [sym_float_literal] = ACTIONS(2143), }, - [STATE(579)] = { - [sym_line_comment] = STATE(579), - [sym_block_comment] = STATE(579), + [STATE(548)] = { + [sym_line_comment] = STATE(548), + [sym_block_comment] = STATE(548), [ts_builtin_sym_end] = ACTIONS(2147), [sym_identifier] = ACTIONS(2149), [anon_sym_SEMI] = ACTIONS(2147), @@ -79275,9 +76807,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2147), [sym_float_literal] = ACTIONS(2147), }, - [STATE(580)] = { - [sym_line_comment] = STATE(580), - [sym_block_comment] = STATE(580), + [STATE(549)] = { + [sym_line_comment] = STATE(549), + [sym_block_comment] = STATE(549), [ts_builtin_sym_end] = ACTIONS(2151), [sym_identifier] = ACTIONS(2153), [anon_sym_SEMI] = ACTIONS(2151), @@ -79357,9 +76889,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2151), [sym_float_literal] = ACTIONS(2151), }, - [STATE(581)] = { - [sym_line_comment] = STATE(581), - [sym_block_comment] = STATE(581), + [STATE(550)] = { + [sym_line_comment] = STATE(550), + [sym_block_comment] = STATE(550), [ts_builtin_sym_end] = ACTIONS(2155), [sym_identifier] = ACTIONS(2157), [anon_sym_SEMI] = ACTIONS(2155), @@ -79439,9 +76971,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2155), [sym_float_literal] = ACTIONS(2155), }, - [STATE(582)] = { - [sym_line_comment] = STATE(582), - [sym_block_comment] = STATE(582), + [STATE(551)] = { + [sym_line_comment] = STATE(551), + [sym_block_comment] = STATE(551), [ts_builtin_sym_end] = ACTIONS(2159), [sym_identifier] = ACTIONS(2161), [anon_sym_SEMI] = ACTIONS(2159), @@ -79521,9 +77053,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2159), [sym_float_literal] = ACTIONS(2159), }, - [STATE(583)] = { - [sym_line_comment] = STATE(583), - [sym_block_comment] = STATE(583), + [STATE(552)] = { + [sym_line_comment] = STATE(552), + [sym_block_comment] = STATE(552), [ts_builtin_sym_end] = ACTIONS(2163), [sym_identifier] = ACTIONS(2165), [anon_sym_SEMI] = ACTIONS(2163), @@ -79603,9 +77135,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2163), [sym_float_literal] = ACTIONS(2163), }, - [STATE(584)] = { - [sym_line_comment] = STATE(584), - [sym_block_comment] = STATE(584), + [STATE(553)] = { + [sym_line_comment] = STATE(553), + [sym_block_comment] = STATE(553), [ts_builtin_sym_end] = ACTIONS(2167), [sym_identifier] = ACTIONS(2169), [anon_sym_SEMI] = ACTIONS(2167), @@ -79685,9 +77217,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2167), [sym_float_literal] = ACTIONS(2167), }, - [STATE(585)] = { - [sym_line_comment] = STATE(585), - [sym_block_comment] = STATE(585), + [STATE(554)] = { + [sym_line_comment] = STATE(554), + [sym_block_comment] = STATE(554), [ts_builtin_sym_end] = ACTIONS(2171), [sym_identifier] = ACTIONS(2173), [anon_sym_SEMI] = ACTIONS(2171), @@ -79767,9 +77299,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2171), [sym_float_literal] = ACTIONS(2171), }, - [STATE(586)] = { - [sym_line_comment] = STATE(586), - [sym_block_comment] = STATE(586), + [STATE(555)] = { + [sym_line_comment] = STATE(555), + [sym_block_comment] = STATE(555), [ts_builtin_sym_end] = ACTIONS(2175), [sym_identifier] = ACTIONS(2177), [anon_sym_SEMI] = ACTIONS(2175), @@ -79849,9 +77381,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2175), [sym_float_literal] = ACTIONS(2175), }, - [STATE(587)] = { - [sym_line_comment] = STATE(587), - [sym_block_comment] = STATE(587), + [STATE(556)] = { + [sym_line_comment] = STATE(556), + [sym_block_comment] = STATE(556), [ts_builtin_sym_end] = ACTIONS(2179), [sym_identifier] = ACTIONS(2181), [anon_sym_SEMI] = ACTIONS(2179), @@ -79931,9 +77463,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2179), [sym_float_literal] = ACTIONS(2179), }, - [STATE(588)] = { - [sym_line_comment] = STATE(588), - [sym_block_comment] = STATE(588), + [STATE(557)] = { + [sym_line_comment] = STATE(557), + [sym_block_comment] = STATE(557), [ts_builtin_sym_end] = ACTIONS(2183), [sym_identifier] = ACTIONS(2185), [anon_sym_SEMI] = ACTIONS(2183), @@ -80013,9 +77545,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2183), [sym_float_literal] = ACTIONS(2183), }, - [STATE(589)] = { - [sym_line_comment] = STATE(589), - [sym_block_comment] = STATE(589), + [STATE(558)] = { + [sym_line_comment] = STATE(558), + [sym_block_comment] = STATE(558), [ts_builtin_sym_end] = ACTIONS(2187), [sym_identifier] = ACTIONS(2189), [anon_sym_SEMI] = ACTIONS(2187), @@ -80095,9 +77627,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2187), [sym_float_literal] = ACTIONS(2187), }, - [STATE(590)] = { - [sym_line_comment] = STATE(590), - [sym_block_comment] = STATE(590), + [STATE(559)] = { + [sym_line_comment] = STATE(559), + [sym_block_comment] = STATE(559), [ts_builtin_sym_end] = ACTIONS(2191), [sym_identifier] = ACTIONS(2193), [anon_sym_SEMI] = ACTIONS(2191), @@ -80177,9 +77709,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2191), [sym_float_literal] = ACTIONS(2191), }, - [STATE(591)] = { - [sym_line_comment] = STATE(591), - [sym_block_comment] = STATE(591), + [STATE(560)] = { + [sym_line_comment] = STATE(560), + [sym_block_comment] = STATE(560), [ts_builtin_sym_end] = ACTIONS(2195), [sym_identifier] = ACTIONS(2197), [anon_sym_SEMI] = ACTIONS(2195), @@ -80259,9 +77791,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2195), [sym_float_literal] = ACTIONS(2195), }, - [STATE(592)] = { - [sym_line_comment] = STATE(592), - [sym_block_comment] = STATE(592), + [STATE(561)] = { + [sym_line_comment] = STATE(561), + [sym_block_comment] = STATE(561), [ts_builtin_sym_end] = ACTIONS(2199), [sym_identifier] = ACTIONS(2201), [anon_sym_SEMI] = ACTIONS(2199), @@ -80341,9 +77873,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2199), [sym_float_literal] = ACTIONS(2199), }, - [STATE(593)] = { - [sym_line_comment] = STATE(593), - [sym_block_comment] = STATE(593), + [STATE(562)] = { + [sym_line_comment] = STATE(562), + [sym_block_comment] = STATE(562), [ts_builtin_sym_end] = ACTIONS(2203), [sym_identifier] = ACTIONS(2205), [anon_sym_SEMI] = ACTIONS(2203), @@ -80423,9 +77955,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2203), [sym_float_literal] = ACTIONS(2203), }, - [STATE(594)] = { - [sym_line_comment] = STATE(594), - [sym_block_comment] = STATE(594), + [STATE(563)] = { + [sym_line_comment] = STATE(563), + [sym_block_comment] = STATE(563), [ts_builtin_sym_end] = ACTIONS(2207), [sym_identifier] = ACTIONS(2209), [anon_sym_SEMI] = ACTIONS(2207), @@ -80505,9 +78037,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2207), [sym_float_literal] = ACTIONS(2207), }, - [STATE(595)] = { - [sym_line_comment] = STATE(595), - [sym_block_comment] = STATE(595), + [STATE(564)] = { + [sym_line_comment] = STATE(564), + [sym_block_comment] = STATE(564), [ts_builtin_sym_end] = ACTIONS(2211), [sym_identifier] = ACTIONS(2213), [anon_sym_SEMI] = ACTIONS(2211), @@ -80587,9 +78119,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2211), [sym_float_literal] = ACTIONS(2211), }, - [STATE(596)] = { - [sym_line_comment] = STATE(596), - [sym_block_comment] = STATE(596), + [STATE(565)] = { + [sym_line_comment] = STATE(565), + [sym_block_comment] = STATE(565), [ts_builtin_sym_end] = ACTIONS(2215), [sym_identifier] = ACTIONS(2217), [anon_sym_SEMI] = ACTIONS(2215), @@ -80669,9 +78201,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2215), [sym_float_literal] = ACTIONS(2215), }, - [STATE(597)] = { - [sym_line_comment] = STATE(597), - [sym_block_comment] = STATE(597), + [STATE(566)] = { + [sym_line_comment] = STATE(566), + [sym_block_comment] = STATE(566), [ts_builtin_sym_end] = ACTIONS(2219), [sym_identifier] = ACTIONS(2221), [anon_sym_SEMI] = ACTIONS(2219), @@ -80751,9 +78283,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2219), [sym_float_literal] = ACTIONS(2219), }, - [STATE(598)] = { - [sym_line_comment] = STATE(598), - [sym_block_comment] = STATE(598), + [STATE(567)] = { + [sym_line_comment] = STATE(567), + [sym_block_comment] = STATE(567), [ts_builtin_sym_end] = ACTIONS(2223), [sym_identifier] = ACTIONS(2225), [anon_sym_SEMI] = ACTIONS(2223), @@ -80833,9 +78365,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2223), [sym_float_literal] = ACTIONS(2223), }, - [STATE(599)] = { - [sym_line_comment] = STATE(599), - [sym_block_comment] = STATE(599), + [STATE(568)] = { + [sym_line_comment] = STATE(568), + [sym_block_comment] = STATE(568), [ts_builtin_sym_end] = ACTIONS(2227), [sym_identifier] = ACTIONS(2229), [anon_sym_SEMI] = ACTIONS(2227), @@ -80915,9 +78447,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2227), [sym_float_literal] = ACTIONS(2227), }, - [STATE(600)] = { - [sym_line_comment] = STATE(600), - [sym_block_comment] = STATE(600), + [STATE(569)] = { + [sym_line_comment] = STATE(569), + [sym_block_comment] = STATE(569), [ts_builtin_sym_end] = ACTIONS(2231), [sym_identifier] = ACTIONS(2233), [anon_sym_SEMI] = ACTIONS(2231), @@ -80997,9 +78529,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2231), [sym_float_literal] = ACTIONS(2231), }, - [STATE(601)] = { - [sym_line_comment] = STATE(601), - [sym_block_comment] = STATE(601), + [STATE(570)] = { + [sym_line_comment] = STATE(570), + [sym_block_comment] = STATE(570), [ts_builtin_sym_end] = ACTIONS(2235), [sym_identifier] = ACTIONS(2237), [anon_sym_SEMI] = ACTIONS(2235), @@ -81079,9 +78611,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2235), [sym_float_literal] = ACTIONS(2235), }, - [STATE(602)] = { - [sym_line_comment] = STATE(602), - [sym_block_comment] = STATE(602), + [STATE(571)] = { + [sym_line_comment] = STATE(571), + [sym_block_comment] = STATE(571), [ts_builtin_sym_end] = ACTIONS(2239), [sym_identifier] = ACTIONS(2241), [anon_sym_SEMI] = ACTIONS(2239), @@ -81161,9 +78693,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2239), [sym_float_literal] = ACTIONS(2239), }, - [STATE(603)] = { - [sym_line_comment] = STATE(603), - [sym_block_comment] = STATE(603), + [STATE(572)] = { + [sym_line_comment] = STATE(572), + [sym_block_comment] = STATE(572), [ts_builtin_sym_end] = ACTIONS(2243), [sym_identifier] = ACTIONS(2245), [anon_sym_SEMI] = ACTIONS(2243), @@ -81243,9 +78775,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2243), [sym_float_literal] = ACTIONS(2243), }, - [STATE(604)] = { - [sym_line_comment] = STATE(604), - [sym_block_comment] = STATE(604), + [STATE(573)] = { + [sym_line_comment] = STATE(573), + [sym_block_comment] = STATE(573), [ts_builtin_sym_end] = ACTIONS(2247), [sym_identifier] = ACTIONS(2249), [anon_sym_SEMI] = ACTIONS(2247), @@ -81325,9 +78857,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2247), [sym_float_literal] = ACTIONS(2247), }, - [STATE(605)] = { - [sym_line_comment] = STATE(605), - [sym_block_comment] = STATE(605), + [STATE(574)] = { + [sym_line_comment] = STATE(574), + [sym_block_comment] = STATE(574), [ts_builtin_sym_end] = ACTIONS(2251), [sym_identifier] = ACTIONS(2253), [anon_sym_SEMI] = ACTIONS(2251), @@ -81407,9 +78939,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2251), [sym_float_literal] = ACTIONS(2251), }, - [STATE(606)] = { - [sym_line_comment] = STATE(606), - [sym_block_comment] = STATE(606), + [STATE(575)] = { + [sym_line_comment] = STATE(575), + [sym_block_comment] = STATE(575), [ts_builtin_sym_end] = ACTIONS(2255), [sym_identifier] = ACTIONS(2257), [anon_sym_SEMI] = ACTIONS(2255), @@ -81489,9 +79021,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2255), [sym_float_literal] = ACTIONS(2255), }, - [STATE(607)] = { - [sym_line_comment] = STATE(607), - [sym_block_comment] = STATE(607), + [STATE(576)] = { + [sym_line_comment] = STATE(576), + [sym_block_comment] = STATE(576), [ts_builtin_sym_end] = ACTIONS(2259), [sym_identifier] = ACTIONS(2261), [anon_sym_SEMI] = ACTIONS(2259), @@ -81571,9 +79103,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2259), [sym_float_literal] = ACTIONS(2259), }, - [STATE(608)] = { - [sym_line_comment] = STATE(608), - [sym_block_comment] = STATE(608), + [STATE(577)] = { + [sym_line_comment] = STATE(577), + [sym_block_comment] = STATE(577), [ts_builtin_sym_end] = ACTIONS(2263), [sym_identifier] = ACTIONS(2265), [anon_sym_SEMI] = ACTIONS(2263), @@ -81653,9 +79185,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2263), [sym_float_literal] = ACTIONS(2263), }, - [STATE(609)] = { - [sym_line_comment] = STATE(609), - [sym_block_comment] = STATE(609), + [STATE(578)] = { + [sym_line_comment] = STATE(578), + [sym_block_comment] = STATE(578), [ts_builtin_sym_end] = ACTIONS(2267), [sym_identifier] = ACTIONS(2269), [anon_sym_SEMI] = ACTIONS(2267), @@ -81735,9 +79267,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2267), [sym_float_literal] = ACTIONS(2267), }, - [STATE(610)] = { - [sym_line_comment] = STATE(610), - [sym_block_comment] = STATE(610), + [STATE(579)] = { + [sym_line_comment] = STATE(579), + [sym_block_comment] = STATE(579), [ts_builtin_sym_end] = ACTIONS(2271), [sym_identifier] = ACTIONS(2273), [anon_sym_SEMI] = ACTIONS(2271), @@ -81817,9 +79349,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2271), [sym_float_literal] = ACTIONS(2271), }, - [STATE(611)] = { - [sym_line_comment] = STATE(611), - [sym_block_comment] = STATE(611), + [STATE(580)] = { + [sym_line_comment] = STATE(580), + [sym_block_comment] = STATE(580), [ts_builtin_sym_end] = ACTIONS(2275), [sym_identifier] = ACTIONS(2277), [anon_sym_SEMI] = ACTIONS(2275), @@ -81899,9 +79431,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2275), [sym_float_literal] = ACTIONS(2275), }, - [STATE(612)] = { - [sym_line_comment] = STATE(612), - [sym_block_comment] = STATE(612), + [STATE(581)] = { + [sym_line_comment] = STATE(581), + [sym_block_comment] = STATE(581), [ts_builtin_sym_end] = ACTIONS(2279), [sym_identifier] = ACTIONS(2281), [anon_sym_SEMI] = ACTIONS(2279), @@ -81981,9 +79513,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2279), [sym_float_literal] = ACTIONS(2279), }, - [STATE(613)] = { - [sym_line_comment] = STATE(613), - [sym_block_comment] = STATE(613), + [STATE(582)] = { + [sym_line_comment] = STATE(582), + [sym_block_comment] = STATE(582), [ts_builtin_sym_end] = ACTIONS(2283), [sym_identifier] = ACTIONS(2285), [anon_sym_SEMI] = ACTIONS(2283), @@ -82063,9 +79595,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2283), [sym_float_literal] = ACTIONS(2283), }, - [STATE(614)] = { - [sym_line_comment] = STATE(614), - [sym_block_comment] = STATE(614), + [STATE(583)] = { + [sym_line_comment] = STATE(583), + [sym_block_comment] = STATE(583), [ts_builtin_sym_end] = ACTIONS(2287), [sym_identifier] = ACTIONS(2289), [anon_sym_SEMI] = ACTIONS(2287), @@ -82145,173 +79677,1075 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2287), [sym_float_literal] = ACTIONS(2287), }, - [STATE(615)] = { - [sym_empty_statement] = STATE(1378), - [sym_macro_definition] = STATE(1378), - [sym_attribute_item] = STATE(1378), - [sym_inner_attribute_item] = STATE(1378), - [sym_mod_item] = STATE(1378), - [sym_foreign_mod_item] = STATE(1378), - [sym_struct_item] = STATE(1378), - [sym_union_item] = STATE(1378), - [sym_enum_item] = STATE(1378), - [sym_extern_crate_declaration] = STATE(1378), - [sym_const_item] = STATE(1378), - [sym_static_item] = STATE(1378), - [sym_type_item] = STATE(1378), - [sym_function_item] = STATE(1378), - [sym_function_signature_item] = STATE(1378), - [sym_function_modifiers] = STATE(3785), - [sym_impl_item] = STATE(1378), - [sym_trait_item] = STATE(1378), - [sym_associated_type] = STATE(1378), - [sym_let_declaration] = STATE(1378), - [sym_use_declaration] = STATE(1378), - [sym_extern_modifier] = STATE(2259), - [sym_visibility_modifier] = STATE(2035), - [sym_bracketed_type] = STATE(3740), - [sym_generic_type_with_turbofish] = STATE(3804), - [sym_macro_invocation] = STATE(1378), - [sym_scoped_identifier] = STATE(3417), - [sym_line_comment] = STATE(615), - [sym_block_comment] = STATE(615), - [aux_sym_declaration_list_repeat1] = STATE(720), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(2291), - [anon_sym_SEMI] = ACTIONS(2293), + [STATE(584)] = { + [sym_line_comment] = STATE(584), + [sym_block_comment] = STATE(584), + [ts_builtin_sym_end] = ACTIONS(2291), + [sym_identifier] = ACTIONS(2293), + [anon_sym_SEMI] = ACTIONS(2291), + [anon_sym_macro_rules_BANG] = ACTIONS(2291), + [anon_sym_LPAREN] = ACTIONS(2291), + [anon_sym_LBRACK] = ACTIONS(2291), + [anon_sym_LBRACE] = ACTIONS(2291), + [anon_sym_RBRACE] = ACTIONS(2291), + [anon_sym_STAR] = ACTIONS(2291), + [anon_sym_u8] = ACTIONS(2293), + [anon_sym_i8] = ACTIONS(2293), + [anon_sym_u16] = ACTIONS(2293), + [anon_sym_i16] = ACTIONS(2293), + [anon_sym_u32] = ACTIONS(2293), + [anon_sym_i32] = ACTIONS(2293), + [anon_sym_u64] = ACTIONS(2293), + [anon_sym_i64] = ACTIONS(2293), + [anon_sym_u128] = ACTIONS(2293), + [anon_sym_i128] = ACTIONS(2293), + [anon_sym_isize] = ACTIONS(2293), + [anon_sym_usize] = ACTIONS(2293), + [anon_sym_f32] = ACTIONS(2293), + [anon_sym_f64] = ACTIONS(2293), + [anon_sym_bool] = ACTIONS(2293), + [anon_sym_str] = ACTIONS(2293), + [anon_sym_char] = ACTIONS(2293), + [anon_sym_DASH] = ACTIONS(2291), + [anon_sym_BANG] = ACTIONS(2291), + [anon_sym_AMP] = ACTIONS(2291), + [anon_sym_PIPE] = ACTIONS(2291), + [anon_sym_LT] = ACTIONS(2291), + [anon_sym_DOT_DOT] = ACTIONS(2291), + [anon_sym_COLON_COLON] = ACTIONS(2291), + [anon_sym_POUND] = ACTIONS(2291), + [anon_sym_SQUOTE] = ACTIONS(2293), + [anon_sym_async] = ACTIONS(2293), + [anon_sym_break] = ACTIONS(2293), + [anon_sym_const] = ACTIONS(2293), + [anon_sym_continue] = ACTIONS(2293), + [anon_sym_default] = ACTIONS(2293), + [anon_sym_enum] = ACTIONS(2293), + [anon_sym_fn] = ACTIONS(2293), + [anon_sym_for] = ACTIONS(2293), + [anon_sym_gen] = ACTIONS(2293), + [anon_sym_if] = ACTIONS(2293), + [anon_sym_impl] = ACTIONS(2293), + [anon_sym_let] = ACTIONS(2293), + [anon_sym_loop] = ACTIONS(2293), + [anon_sym_match] = ACTIONS(2293), + [anon_sym_mod] = ACTIONS(2293), + [anon_sym_pub] = ACTIONS(2293), + [anon_sym_return] = ACTIONS(2293), + [anon_sym_static] = ACTIONS(2293), + [anon_sym_struct] = ACTIONS(2293), + [anon_sym_trait] = ACTIONS(2293), + [anon_sym_type] = ACTIONS(2293), + [anon_sym_union] = ACTIONS(2293), + [anon_sym_unsafe] = ACTIONS(2293), + [anon_sym_use] = ACTIONS(2293), + [anon_sym_while] = ACTIONS(2293), + [anon_sym_extern] = ACTIONS(2293), + [anon_sym_raw] = ACTIONS(2293), + [anon_sym_yield] = ACTIONS(2293), + [anon_sym_move] = ACTIONS(2293), + [anon_sym_try] = ACTIONS(2293), + [sym_integer_literal] = ACTIONS(2291), + [aux_sym_string_literal_token1] = ACTIONS(2291), + [sym_char_literal] = ACTIONS(2291), + [anon_sym_true] = ACTIONS(2293), + [anon_sym_false] = ACTIONS(2293), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2293), + [sym_super] = ACTIONS(2293), + [sym_crate] = ACTIONS(2293), + [sym_metavariable] = ACTIONS(2291), + [sym__raw_string_literal_start] = ACTIONS(2291), + [sym_float_literal] = ACTIONS(2291), + }, + [STATE(585)] = { + [sym_line_comment] = STATE(585), + [sym_block_comment] = STATE(585), + [ts_builtin_sym_end] = ACTIONS(2295), + [sym_identifier] = ACTIONS(2297), + [anon_sym_SEMI] = ACTIONS(2295), [anon_sym_macro_rules_BANG] = ACTIONS(2295), - [anon_sym_RBRACE] = ACTIONS(2297), - [anon_sym_u8] = ACTIONS(2299), - [anon_sym_i8] = ACTIONS(2299), - [anon_sym_u16] = ACTIONS(2299), - [anon_sym_i16] = ACTIONS(2299), - [anon_sym_u32] = ACTIONS(2299), - [anon_sym_i32] = ACTIONS(2299), - [anon_sym_u64] = ACTIONS(2299), - [anon_sym_i64] = ACTIONS(2299), - [anon_sym_u128] = ACTIONS(2299), - [anon_sym_i128] = ACTIONS(2299), - [anon_sym_isize] = ACTIONS(2299), - [anon_sym_usize] = ACTIONS(2299), - [anon_sym_f32] = ACTIONS(2299), - [anon_sym_f64] = ACTIONS(2299), - [anon_sym_bool] = ACTIONS(2299), - [anon_sym_str] = ACTIONS(2299), - [anon_sym_char] = ACTIONS(2299), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(2301), + [anon_sym_LPAREN] = ACTIONS(2295), + [anon_sym_LBRACK] = ACTIONS(2295), + [anon_sym_LBRACE] = ACTIONS(2295), + [anon_sym_RBRACE] = ACTIONS(2295), + [anon_sym_STAR] = ACTIONS(2295), + [anon_sym_u8] = ACTIONS(2297), + [anon_sym_i8] = ACTIONS(2297), + [anon_sym_u16] = ACTIONS(2297), + [anon_sym_i16] = ACTIONS(2297), + [anon_sym_u32] = ACTIONS(2297), + [anon_sym_i32] = ACTIONS(2297), + [anon_sym_u64] = ACTIONS(2297), + [anon_sym_i64] = ACTIONS(2297), + [anon_sym_u128] = ACTIONS(2297), + [anon_sym_i128] = ACTIONS(2297), + [anon_sym_isize] = ACTIONS(2297), + [anon_sym_usize] = ACTIONS(2297), + [anon_sym_f32] = ACTIONS(2297), + [anon_sym_f64] = ACTIONS(2297), + [anon_sym_bool] = ACTIONS(2297), + [anon_sym_str] = ACTIONS(2297), + [anon_sym_char] = ACTIONS(2297), + [anon_sym_DASH] = ACTIONS(2295), + [anon_sym_BANG] = ACTIONS(2295), + [anon_sym_AMP] = ACTIONS(2295), + [anon_sym_PIPE] = ACTIONS(2295), + [anon_sym_LT] = ACTIONS(2295), + [anon_sym_DOT_DOT] = ACTIONS(2295), + [anon_sym_COLON_COLON] = ACTIONS(2295), + [anon_sym_POUND] = ACTIONS(2295), + [anon_sym_SQUOTE] = ACTIONS(2297), + [anon_sym_async] = ACTIONS(2297), + [anon_sym_break] = ACTIONS(2297), + [anon_sym_const] = ACTIONS(2297), + [anon_sym_continue] = ACTIONS(2297), + [anon_sym_default] = ACTIONS(2297), + [anon_sym_enum] = ACTIONS(2297), + [anon_sym_fn] = ACTIONS(2297), + [anon_sym_for] = ACTIONS(2297), + [anon_sym_gen] = ACTIONS(2297), + [anon_sym_if] = ACTIONS(2297), + [anon_sym_impl] = ACTIONS(2297), + [anon_sym_let] = ACTIONS(2297), + [anon_sym_loop] = ACTIONS(2297), + [anon_sym_match] = ACTIONS(2297), + [anon_sym_mod] = ACTIONS(2297), + [anon_sym_pub] = ACTIONS(2297), + [anon_sym_return] = ACTIONS(2297), + [anon_sym_static] = ACTIONS(2297), + [anon_sym_struct] = ACTIONS(2297), + [anon_sym_trait] = ACTIONS(2297), + [anon_sym_type] = ACTIONS(2297), + [anon_sym_union] = ACTIONS(2297), + [anon_sym_unsafe] = ACTIONS(2297), + [anon_sym_use] = ACTIONS(2297), + [anon_sym_while] = ACTIONS(2297), + [anon_sym_extern] = ACTIONS(2297), + [anon_sym_raw] = ACTIONS(2297), + [anon_sym_yield] = ACTIONS(2297), + [anon_sym_move] = ACTIONS(2297), + [anon_sym_try] = ACTIONS(2297), + [sym_integer_literal] = ACTIONS(2295), + [aux_sym_string_literal_token1] = ACTIONS(2295), + [sym_char_literal] = ACTIONS(2295), + [anon_sym_true] = ACTIONS(2297), + [anon_sym_false] = ACTIONS(2297), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2297), + [sym_super] = ACTIONS(2297), + [sym_crate] = ACTIONS(2297), + [sym_metavariable] = ACTIONS(2295), + [sym__raw_string_literal_start] = ACTIONS(2295), + [sym_float_literal] = ACTIONS(2295), + }, + [STATE(586)] = { + [sym_line_comment] = STATE(586), + [sym_block_comment] = STATE(586), + [ts_builtin_sym_end] = ACTIONS(2299), + [sym_identifier] = ACTIONS(2301), + [anon_sym_SEMI] = ACTIONS(2299), + [anon_sym_macro_rules_BANG] = ACTIONS(2299), + [anon_sym_LPAREN] = ACTIONS(2299), + [anon_sym_LBRACK] = ACTIONS(2299), + [anon_sym_LBRACE] = ACTIONS(2299), + [anon_sym_RBRACE] = ACTIONS(2299), + [anon_sym_STAR] = ACTIONS(2299), + [anon_sym_u8] = ACTIONS(2301), + [anon_sym_i8] = ACTIONS(2301), + [anon_sym_u16] = ACTIONS(2301), + [anon_sym_i16] = ACTIONS(2301), + [anon_sym_u32] = ACTIONS(2301), + [anon_sym_i32] = ACTIONS(2301), + [anon_sym_u64] = ACTIONS(2301), + [anon_sym_i64] = ACTIONS(2301), + [anon_sym_u128] = ACTIONS(2301), + [anon_sym_i128] = ACTIONS(2301), + [anon_sym_isize] = ACTIONS(2301), + [anon_sym_usize] = ACTIONS(2301), + [anon_sym_f32] = ACTIONS(2301), + [anon_sym_f64] = ACTIONS(2301), + [anon_sym_bool] = ACTIONS(2301), + [anon_sym_str] = ACTIONS(2301), + [anon_sym_char] = ACTIONS(2301), + [anon_sym_DASH] = ACTIONS(2299), + [anon_sym_BANG] = ACTIONS(2299), + [anon_sym_AMP] = ACTIONS(2299), + [anon_sym_PIPE] = ACTIONS(2299), + [anon_sym_LT] = ACTIONS(2299), + [anon_sym_DOT_DOT] = ACTIONS(2299), + [anon_sym_COLON_COLON] = ACTIONS(2299), + [anon_sym_POUND] = ACTIONS(2299), + [anon_sym_SQUOTE] = ACTIONS(2301), + [anon_sym_async] = ACTIONS(2301), + [anon_sym_break] = ACTIONS(2301), + [anon_sym_const] = ACTIONS(2301), + [anon_sym_continue] = ACTIONS(2301), + [anon_sym_default] = ACTIONS(2301), + [anon_sym_enum] = ACTIONS(2301), + [anon_sym_fn] = ACTIONS(2301), + [anon_sym_for] = ACTIONS(2301), + [anon_sym_gen] = ACTIONS(2301), + [anon_sym_if] = ACTIONS(2301), + [anon_sym_impl] = ACTIONS(2301), + [anon_sym_let] = ACTIONS(2301), + [anon_sym_loop] = ACTIONS(2301), + [anon_sym_match] = ACTIONS(2301), + [anon_sym_mod] = ACTIONS(2301), + [anon_sym_pub] = ACTIONS(2301), + [anon_sym_return] = ACTIONS(2301), + [anon_sym_static] = ACTIONS(2301), + [anon_sym_struct] = ACTIONS(2301), + [anon_sym_trait] = ACTIONS(2301), + [anon_sym_type] = ACTIONS(2301), + [anon_sym_union] = ACTIONS(2301), + [anon_sym_unsafe] = ACTIONS(2301), + [anon_sym_use] = ACTIONS(2301), + [anon_sym_while] = ACTIONS(2301), + [anon_sym_extern] = ACTIONS(2301), + [anon_sym_raw] = ACTIONS(2301), + [anon_sym_yield] = ACTIONS(2301), + [anon_sym_move] = ACTIONS(2301), + [anon_sym_try] = ACTIONS(2301), + [sym_integer_literal] = ACTIONS(2299), + [aux_sym_string_literal_token1] = ACTIONS(2299), + [sym_char_literal] = ACTIONS(2299), + [anon_sym_true] = ACTIONS(2301), + [anon_sym_false] = ACTIONS(2301), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2301), + [sym_super] = ACTIONS(2301), + [sym_crate] = ACTIONS(2301), + [sym_metavariable] = ACTIONS(2299), + [sym__raw_string_literal_start] = ACTIONS(2299), + [sym_float_literal] = ACTIONS(2299), + }, + [STATE(587)] = { + [sym_line_comment] = STATE(587), + [sym_block_comment] = STATE(587), + [ts_builtin_sym_end] = ACTIONS(2303), + [sym_identifier] = ACTIONS(2305), + [anon_sym_SEMI] = ACTIONS(2303), + [anon_sym_macro_rules_BANG] = ACTIONS(2303), + [anon_sym_LPAREN] = ACTIONS(2303), + [anon_sym_LBRACK] = ACTIONS(2303), + [anon_sym_LBRACE] = ACTIONS(2303), + [anon_sym_RBRACE] = ACTIONS(2303), + [anon_sym_STAR] = ACTIONS(2303), + [anon_sym_u8] = ACTIONS(2305), + [anon_sym_i8] = ACTIONS(2305), + [anon_sym_u16] = ACTIONS(2305), + [anon_sym_i16] = ACTIONS(2305), + [anon_sym_u32] = ACTIONS(2305), + [anon_sym_i32] = ACTIONS(2305), + [anon_sym_u64] = ACTIONS(2305), + [anon_sym_i64] = ACTIONS(2305), + [anon_sym_u128] = ACTIONS(2305), + [anon_sym_i128] = ACTIONS(2305), + [anon_sym_isize] = ACTIONS(2305), + [anon_sym_usize] = ACTIONS(2305), + [anon_sym_f32] = ACTIONS(2305), + [anon_sym_f64] = ACTIONS(2305), + [anon_sym_bool] = ACTIONS(2305), + [anon_sym_str] = ACTIONS(2305), + [anon_sym_char] = ACTIONS(2305), + [anon_sym_DASH] = ACTIONS(2303), + [anon_sym_BANG] = ACTIONS(2303), + [anon_sym_AMP] = ACTIONS(2303), + [anon_sym_PIPE] = ACTIONS(2303), + [anon_sym_LT] = ACTIONS(2303), + [anon_sym_DOT_DOT] = ACTIONS(2303), + [anon_sym_COLON_COLON] = ACTIONS(2303), [anon_sym_POUND] = ACTIONS(2303), - [anon_sym_async] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(2305), + [anon_sym_async] = ACTIONS(2305), + [anon_sym_break] = ACTIONS(2305), [anon_sym_const] = ACTIONS(2305), - [anon_sym_default] = ACTIONS(2307), + [anon_sym_continue] = ACTIONS(2305), + [anon_sym_default] = ACTIONS(2305), + [anon_sym_enum] = ACTIONS(2305), + [anon_sym_fn] = ACTIONS(2305), + [anon_sym_for] = ACTIONS(2305), + [anon_sym_gen] = ACTIONS(2305), + [anon_sym_if] = ACTIONS(2305), + [anon_sym_impl] = ACTIONS(2305), + [anon_sym_let] = ACTIONS(2305), + [anon_sym_loop] = ACTIONS(2305), + [anon_sym_match] = ACTIONS(2305), + [anon_sym_mod] = ACTIONS(2305), + [anon_sym_pub] = ACTIONS(2305), + [anon_sym_return] = ACTIONS(2305), + [anon_sym_static] = ACTIONS(2305), + [anon_sym_struct] = ACTIONS(2305), + [anon_sym_trait] = ACTIONS(2305), + [anon_sym_type] = ACTIONS(2305), + [anon_sym_union] = ACTIONS(2305), + [anon_sym_unsafe] = ACTIONS(2305), + [anon_sym_use] = ACTIONS(2305), + [anon_sym_while] = ACTIONS(2305), + [anon_sym_extern] = ACTIONS(2305), + [anon_sym_raw] = ACTIONS(2305), + [anon_sym_yield] = ACTIONS(2305), + [anon_sym_move] = ACTIONS(2305), + [anon_sym_try] = ACTIONS(2305), + [sym_integer_literal] = ACTIONS(2303), + [aux_sym_string_literal_token1] = ACTIONS(2303), + [sym_char_literal] = ACTIONS(2303), + [anon_sym_true] = ACTIONS(2305), + [anon_sym_false] = ACTIONS(2305), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2305), + [sym_super] = ACTIONS(2305), + [sym_crate] = ACTIONS(2305), + [sym_metavariable] = ACTIONS(2303), + [sym__raw_string_literal_start] = ACTIONS(2303), + [sym_float_literal] = ACTIONS(2303), + }, + [STATE(588)] = { + [sym_line_comment] = STATE(588), + [sym_block_comment] = STATE(588), + [ts_builtin_sym_end] = ACTIONS(2307), + [sym_identifier] = ACTIONS(2309), + [anon_sym_SEMI] = ACTIONS(2307), + [anon_sym_macro_rules_BANG] = ACTIONS(2307), + [anon_sym_LPAREN] = ACTIONS(2307), + [anon_sym_LBRACK] = ACTIONS(2307), + [anon_sym_LBRACE] = ACTIONS(2307), + [anon_sym_RBRACE] = ACTIONS(2307), + [anon_sym_STAR] = ACTIONS(2307), + [anon_sym_u8] = ACTIONS(2309), + [anon_sym_i8] = ACTIONS(2309), + [anon_sym_u16] = ACTIONS(2309), + [anon_sym_i16] = ACTIONS(2309), + [anon_sym_u32] = ACTIONS(2309), + [anon_sym_i32] = ACTIONS(2309), + [anon_sym_u64] = ACTIONS(2309), + [anon_sym_i64] = ACTIONS(2309), + [anon_sym_u128] = ACTIONS(2309), + [anon_sym_i128] = ACTIONS(2309), + [anon_sym_isize] = ACTIONS(2309), + [anon_sym_usize] = ACTIONS(2309), + [anon_sym_f32] = ACTIONS(2309), + [anon_sym_f64] = ACTIONS(2309), + [anon_sym_bool] = ACTIONS(2309), + [anon_sym_str] = ACTIONS(2309), + [anon_sym_char] = ACTIONS(2309), + [anon_sym_DASH] = ACTIONS(2307), + [anon_sym_BANG] = ACTIONS(2307), + [anon_sym_AMP] = ACTIONS(2307), + [anon_sym_PIPE] = ACTIONS(2307), + [anon_sym_LT] = ACTIONS(2307), + [anon_sym_DOT_DOT] = ACTIONS(2307), + [anon_sym_COLON_COLON] = ACTIONS(2307), + [anon_sym_POUND] = ACTIONS(2307), + [anon_sym_SQUOTE] = ACTIONS(2309), + [anon_sym_async] = ACTIONS(2309), + [anon_sym_break] = ACTIONS(2309), + [anon_sym_const] = ACTIONS(2309), + [anon_sym_continue] = ACTIONS(2309), + [anon_sym_default] = ACTIONS(2309), [anon_sym_enum] = ACTIONS(2309), - [anon_sym_fn] = ACTIONS(2311), + [anon_sym_fn] = ACTIONS(2309), + [anon_sym_for] = ACTIONS(2309), + [anon_sym_gen] = ACTIONS(2309), + [anon_sym_if] = ACTIONS(2309), + [anon_sym_impl] = ACTIONS(2309), + [anon_sym_let] = ACTIONS(2309), + [anon_sym_loop] = ACTIONS(2309), + [anon_sym_match] = ACTIONS(2309), + [anon_sym_mod] = ACTIONS(2309), + [anon_sym_pub] = ACTIONS(2309), + [anon_sym_return] = ACTIONS(2309), + [anon_sym_static] = ACTIONS(2309), + [anon_sym_struct] = ACTIONS(2309), + [anon_sym_trait] = ACTIONS(2309), + [anon_sym_type] = ACTIONS(2309), + [anon_sym_union] = ACTIONS(2309), + [anon_sym_unsafe] = ACTIONS(2309), + [anon_sym_use] = ACTIONS(2309), + [anon_sym_while] = ACTIONS(2309), + [anon_sym_extern] = ACTIONS(2309), + [anon_sym_raw] = ACTIONS(2309), + [anon_sym_yield] = ACTIONS(2309), + [anon_sym_move] = ACTIONS(2309), + [anon_sym_try] = ACTIONS(2309), + [sym_integer_literal] = ACTIONS(2307), + [aux_sym_string_literal_token1] = ACTIONS(2307), + [sym_char_literal] = ACTIONS(2307), + [anon_sym_true] = ACTIONS(2309), + [anon_sym_false] = ACTIONS(2309), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2309), + [sym_super] = ACTIONS(2309), + [sym_crate] = ACTIONS(2309), + [sym_metavariable] = ACTIONS(2307), + [sym__raw_string_literal_start] = ACTIONS(2307), + [sym_float_literal] = ACTIONS(2307), + }, + [STATE(589)] = { + [sym_line_comment] = STATE(589), + [sym_block_comment] = STATE(589), + [ts_builtin_sym_end] = ACTIONS(2311), + [sym_identifier] = ACTIONS(2313), + [anon_sym_SEMI] = ACTIONS(2311), + [anon_sym_macro_rules_BANG] = ACTIONS(2311), + [anon_sym_LPAREN] = ACTIONS(2311), + [anon_sym_LBRACK] = ACTIONS(2311), + [anon_sym_LBRACE] = ACTIONS(2311), + [anon_sym_RBRACE] = ACTIONS(2311), + [anon_sym_STAR] = ACTIONS(2311), + [anon_sym_u8] = ACTIONS(2313), + [anon_sym_i8] = ACTIONS(2313), + [anon_sym_u16] = ACTIONS(2313), + [anon_sym_i16] = ACTIONS(2313), + [anon_sym_u32] = ACTIONS(2313), + [anon_sym_i32] = ACTIONS(2313), + [anon_sym_u64] = ACTIONS(2313), + [anon_sym_i64] = ACTIONS(2313), + [anon_sym_u128] = ACTIONS(2313), + [anon_sym_i128] = ACTIONS(2313), + [anon_sym_isize] = ACTIONS(2313), + [anon_sym_usize] = ACTIONS(2313), + [anon_sym_f32] = ACTIONS(2313), + [anon_sym_f64] = ACTIONS(2313), + [anon_sym_bool] = ACTIONS(2313), + [anon_sym_str] = ACTIONS(2313), + [anon_sym_char] = ACTIONS(2313), + [anon_sym_DASH] = ACTIONS(2311), + [anon_sym_BANG] = ACTIONS(2311), + [anon_sym_AMP] = ACTIONS(2311), + [anon_sym_PIPE] = ACTIONS(2311), + [anon_sym_LT] = ACTIONS(2311), + [anon_sym_DOT_DOT] = ACTIONS(2311), + [anon_sym_COLON_COLON] = ACTIONS(2311), + [anon_sym_POUND] = ACTIONS(2311), + [anon_sym_SQUOTE] = ACTIONS(2313), + [anon_sym_async] = ACTIONS(2313), + [anon_sym_break] = ACTIONS(2313), + [anon_sym_const] = ACTIONS(2313), + [anon_sym_continue] = ACTIONS(2313), + [anon_sym_default] = ACTIONS(2313), + [anon_sym_enum] = ACTIONS(2313), + [anon_sym_fn] = ACTIONS(2313), + [anon_sym_for] = ACTIONS(2313), [anon_sym_gen] = ACTIONS(2313), - [anon_sym_impl] = ACTIONS(2315), + [anon_sym_if] = ACTIONS(2313), + [anon_sym_impl] = ACTIONS(2313), + [anon_sym_let] = ACTIONS(2313), + [anon_sym_loop] = ACTIONS(2313), + [anon_sym_match] = ACTIONS(2313), + [anon_sym_mod] = ACTIONS(2313), + [anon_sym_pub] = ACTIONS(2313), + [anon_sym_return] = ACTIONS(2313), + [anon_sym_static] = ACTIONS(2313), + [anon_sym_struct] = ACTIONS(2313), + [anon_sym_trait] = ACTIONS(2313), + [anon_sym_type] = ACTIONS(2313), + [anon_sym_union] = ACTIONS(2313), + [anon_sym_unsafe] = ACTIONS(2313), + [anon_sym_use] = ACTIONS(2313), + [anon_sym_while] = ACTIONS(2313), + [anon_sym_extern] = ACTIONS(2313), + [anon_sym_raw] = ACTIONS(2313), + [anon_sym_yield] = ACTIONS(2313), + [anon_sym_move] = ACTIONS(2313), + [anon_sym_try] = ACTIONS(2313), + [sym_integer_literal] = ACTIONS(2311), + [aux_sym_string_literal_token1] = ACTIONS(2311), + [sym_char_literal] = ACTIONS(2311), + [anon_sym_true] = ACTIONS(2313), + [anon_sym_false] = ACTIONS(2313), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2313), + [sym_super] = ACTIONS(2313), + [sym_crate] = ACTIONS(2313), + [sym_metavariable] = ACTIONS(2311), + [sym__raw_string_literal_start] = ACTIONS(2311), + [sym_float_literal] = ACTIONS(2311), + }, + [STATE(590)] = { + [sym_line_comment] = STATE(590), + [sym_block_comment] = STATE(590), + [ts_builtin_sym_end] = ACTIONS(2315), + [sym_identifier] = ACTIONS(2317), + [anon_sym_SEMI] = ACTIONS(2315), + [anon_sym_macro_rules_BANG] = ACTIONS(2315), + [anon_sym_LPAREN] = ACTIONS(2315), + [anon_sym_LBRACK] = ACTIONS(2315), + [anon_sym_LBRACE] = ACTIONS(2315), + [anon_sym_RBRACE] = ACTIONS(2315), + [anon_sym_STAR] = ACTIONS(2315), + [anon_sym_u8] = ACTIONS(2317), + [anon_sym_i8] = ACTIONS(2317), + [anon_sym_u16] = ACTIONS(2317), + [anon_sym_i16] = ACTIONS(2317), + [anon_sym_u32] = ACTIONS(2317), + [anon_sym_i32] = ACTIONS(2317), + [anon_sym_u64] = ACTIONS(2317), + [anon_sym_i64] = ACTIONS(2317), + [anon_sym_u128] = ACTIONS(2317), + [anon_sym_i128] = ACTIONS(2317), + [anon_sym_isize] = ACTIONS(2317), + [anon_sym_usize] = ACTIONS(2317), + [anon_sym_f32] = ACTIONS(2317), + [anon_sym_f64] = ACTIONS(2317), + [anon_sym_bool] = ACTIONS(2317), + [anon_sym_str] = ACTIONS(2317), + [anon_sym_char] = ACTIONS(2317), + [anon_sym_DASH] = ACTIONS(2315), + [anon_sym_BANG] = ACTIONS(2315), + [anon_sym_AMP] = ACTIONS(2315), + [anon_sym_PIPE] = ACTIONS(2315), + [anon_sym_LT] = ACTIONS(2315), + [anon_sym_DOT_DOT] = ACTIONS(2315), + [anon_sym_COLON_COLON] = ACTIONS(2315), + [anon_sym_POUND] = ACTIONS(2315), + [anon_sym_SQUOTE] = ACTIONS(2317), + [anon_sym_async] = ACTIONS(2317), + [anon_sym_break] = ACTIONS(2317), + [anon_sym_const] = ACTIONS(2317), + [anon_sym_continue] = ACTIONS(2317), + [anon_sym_default] = ACTIONS(2317), + [anon_sym_enum] = ACTIONS(2317), + [anon_sym_fn] = ACTIONS(2317), + [anon_sym_for] = ACTIONS(2317), + [anon_sym_gen] = ACTIONS(2317), + [anon_sym_if] = ACTIONS(2317), + [anon_sym_impl] = ACTIONS(2317), [anon_sym_let] = ACTIONS(2317), - [anon_sym_mod] = ACTIONS(2319), - [anon_sym_pub] = ACTIONS(69), + [anon_sym_loop] = ACTIONS(2317), + [anon_sym_match] = ACTIONS(2317), + [anon_sym_mod] = ACTIONS(2317), + [anon_sym_pub] = ACTIONS(2317), + [anon_sym_return] = ACTIONS(2317), + [anon_sym_static] = ACTIONS(2317), + [anon_sym_struct] = ACTIONS(2317), + [anon_sym_trait] = ACTIONS(2317), + [anon_sym_type] = ACTIONS(2317), + [anon_sym_union] = ACTIONS(2317), + [anon_sym_unsafe] = ACTIONS(2317), + [anon_sym_use] = ACTIONS(2317), + [anon_sym_while] = ACTIONS(2317), + [anon_sym_extern] = ACTIONS(2317), + [anon_sym_raw] = ACTIONS(2317), + [anon_sym_yield] = ACTIONS(2317), + [anon_sym_move] = ACTIONS(2317), + [anon_sym_try] = ACTIONS(2317), + [sym_integer_literal] = ACTIONS(2315), + [aux_sym_string_literal_token1] = ACTIONS(2315), + [sym_char_literal] = ACTIONS(2315), + [anon_sym_true] = ACTIONS(2317), + [anon_sym_false] = ACTIONS(2317), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2317), + [sym_super] = ACTIONS(2317), + [sym_crate] = ACTIONS(2317), + [sym_metavariable] = ACTIONS(2315), + [sym__raw_string_literal_start] = ACTIONS(2315), + [sym_float_literal] = ACTIONS(2315), + }, + [STATE(591)] = { + [sym_line_comment] = STATE(591), + [sym_block_comment] = STATE(591), + [ts_builtin_sym_end] = ACTIONS(2319), + [sym_identifier] = ACTIONS(2321), + [anon_sym_SEMI] = ACTIONS(2319), + [anon_sym_macro_rules_BANG] = ACTIONS(2319), + [anon_sym_LPAREN] = ACTIONS(2319), + [anon_sym_LBRACK] = ACTIONS(2319), + [anon_sym_LBRACE] = ACTIONS(2319), + [anon_sym_RBRACE] = ACTIONS(2319), + [anon_sym_STAR] = ACTIONS(2319), + [anon_sym_u8] = ACTIONS(2321), + [anon_sym_i8] = ACTIONS(2321), + [anon_sym_u16] = ACTIONS(2321), + [anon_sym_i16] = ACTIONS(2321), + [anon_sym_u32] = ACTIONS(2321), + [anon_sym_i32] = ACTIONS(2321), + [anon_sym_u64] = ACTIONS(2321), + [anon_sym_i64] = ACTIONS(2321), + [anon_sym_u128] = ACTIONS(2321), + [anon_sym_i128] = ACTIONS(2321), + [anon_sym_isize] = ACTIONS(2321), + [anon_sym_usize] = ACTIONS(2321), + [anon_sym_f32] = ACTIONS(2321), + [anon_sym_f64] = ACTIONS(2321), + [anon_sym_bool] = ACTIONS(2321), + [anon_sym_str] = ACTIONS(2321), + [anon_sym_char] = ACTIONS(2321), + [anon_sym_DASH] = ACTIONS(2319), + [anon_sym_BANG] = ACTIONS(2319), + [anon_sym_AMP] = ACTIONS(2319), + [anon_sym_PIPE] = ACTIONS(2319), + [anon_sym_LT] = ACTIONS(2319), + [anon_sym_DOT_DOT] = ACTIONS(2319), + [anon_sym_COLON_COLON] = ACTIONS(2319), + [anon_sym_POUND] = ACTIONS(2319), + [anon_sym_SQUOTE] = ACTIONS(2321), + [anon_sym_async] = ACTIONS(2321), + [anon_sym_break] = ACTIONS(2321), + [anon_sym_const] = ACTIONS(2321), + [anon_sym_continue] = ACTIONS(2321), + [anon_sym_default] = ACTIONS(2321), + [anon_sym_enum] = ACTIONS(2321), + [anon_sym_fn] = ACTIONS(2321), + [anon_sym_for] = ACTIONS(2321), + [anon_sym_gen] = ACTIONS(2321), + [anon_sym_if] = ACTIONS(2321), + [anon_sym_impl] = ACTIONS(2321), + [anon_sym_let] = ACTIONS(2321), + [anon_sym_loop] = ACTIONS(2321), + [anon_sym_match] = ACTIONS(2321), + [anon_sym_mod] = ACTIONS(2321), + [anon_sym_pub] = ACTIONS(2321), + [anon_sym_return] = ACTIONS(2321), [anon_sym_static] = ACTIONS(2321), - [anon_sym_struct] = ACTIONS(2323), + [anon_sym_struct] = ACTIONS(2321), + [anon_sym_trait] = ACTIONS(2321), + [anon_sym_type] = ACTIONS(2321), + [anon_sym_union] = ACTIONS(2321), + [anon_sym_unsafe] = ACTIONS(2321), + [anon_sym_use] = ACTIONS(2321), + [anon_sym_while] = ACTIONS(2321), + [anon_sym_extern] = ACTIONS(2321), + [anon_sym_raw] = ACTIONS(2321), + [anon_sym_yield] = ACTIONS(2321), + [anon_sym_move] = ACTIONS(2321), + [anon_sym_try] = ACTIONS(2321), + [sym_integer_literal] = ACTIONS(2319), + [aux_sym_string_literal_token1] = ACTIONS(2319), + [sym_char_literal] = ACTIONS(2319), + [anon_sym_true] = ACTIONS(2321), + [anon_sym_false] = ACTIONS(2321), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2321), + [sym_super] = ACTIONS(2321), + [sym_crate] = ACTIONS(2321), + [sym_metavariable] = ACTIONS(2319), + [sym__raw_string_literal_start] = ACTIONS(2319), + [sym_float_literal] = ACTIONS(2319), + }, + [STATE(592)] = { + [sym_line_comment] = STATE(592), + [sym_block_comment] = STATE(592), + [ts_builtin_sym_end] = ACTIONS(2323), + [sym_identifier] = ACTIONS(2325), + [anon_sym_SEMI] = ACTIONS(2323), + [anon_sym_macro_rules_BANG] = ACTIONS(2323), + [anon_sym_LPAREN] = ACTIONS(2323), + [anon_sym_LBRACK] = ACTIONS(2323), + [anon_sym_LBRACE] = ACTIONS(2323), + [anon_sym_RBRACE] = ACTIONS(2323), + [anon_sym_STAR] = ACTIONS(2323), + [anon_sym_u8] = ACTIONS(2325), + [anon_sym_i8] = ACTIONS(2325), + [anon_sym_u16] = ACTIONS(2325), + [anon_sym_i16] = ACTIONS(2325), + [anon_sym_u32] = ACTIONS(2325), + [anon_sym_i32] = ACTIONS(2325), + [anon_sym_u64] = ACTIONS(2325), + [anon_sym_i64] = ACTIONS(2325), + [anon_sym_u128] = ACTIONS(2325), + [anon_sym_i128] = ACTIONS(2325), + [anon_sym_isize] = ACTIONS(2325), + [anon_sym_usize] = ACTIONS(2325), + [anon_sym_f32] = ACTIONS(2325), + [anon_sym_f64] = ACTIONS(2325), + [anon_sym_bool] = ACTIONS(2325), + [anon_sym_str] = ACTIONS(2325), + [anon_sym_char] = ACTIONS(2325), + [anon_sym_DASH] = ACTIONS(2323), + [anon_sym_BANG] = ACTIONS(2323), + [anon_sym_AMP] = ACTIONS(2323), + [anon_sym_PIPE] = ACTIONS(2323), + [anon_sym_LT] = ACTIONS(2323), + [anon_sym_DOT_DOT] = ACTIONS(2323), + [anon_sym_COLON_COLON] = ACTIONS(2323), + [anon_sym_POUND] = ACTIONS(2323), + [anon_sym_SQUOTE] = ACTIONS(2325), + [anon_sym_async] = ACTIONS(2325), + [anon_sym_break] = ACTIONS(2325), + [anon_sym_const] = ACTIONS(2325), + [anon_sym_continue] = ACTIONS(2325), + [anon_sym_default] = ACTIONS(2325), + [anon_sym_enum] = ACTIONS(2325), + [anon_sym_fn] = ACTIONS(2325), + [anon_sym_for] = ACTIONS(2325), + [anon_sym_gen] = ACTIONS(2325), + [anon_sym_if] = ACTIONS(2325), + [anon_sym_impl] = ACTIONS(2325), + [anon_sym_let] = ACTIONS(2325), + [anon_sym_loop] = ACTIONS(2325), + [anon_sym_match] = ACTIONS(2325), + [anon_sym_mod] = ACTIONS(2325), + [anon_sym_pub] = ACTIONS(2325), + [anon_sym_return] = ACTIONS(2325), + [anon_sym_static] = ACTIONS(2325), + [anon_sym_struct] = ACTIONS(2325), [anon_sym_trait] = ACTIONS(2325), - [anon_sym_type] = ACTIONS(2327), + [anon_sym_type] = ACTIONS(2325), + [anon_sym_union] = ACTIONS(2325), + [anon_sym_unsafe] = ACTIONS(2325), + [anon_sym_use] = ACTIONS(2325), + [anon_sym_while] = ACTIONS(2325), + [anon_sym_extern] = ACTIONS(2325), + [anon_sym_raw] = ACTIONS(2325), + [anon_sym_yield] = ACTIONS(2325), + [anon_sym_move] = ACTIONS(2325), + [anon_sym_try] = ACTIONS(2325), + [sym_integer_literal] = ACTIONS(2323), + [aux_sym_string_literal_token1] = ACTIONS(2323), + [sym_char_literal] = ACTIONS(2323), + [anon_sym_true] = ACTIONS(2325), + [anon_sym_false] = ACTIONS(2325), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2325), + [sym_super] = ACTIONS(2325), + [sym_crate] = ACTIONS(2325), + [sym_metavariable] = ACTIONS(2323), + [sym__raw_string_literal_start] = ACTIONS(2323), + [sym_float_literal] = ACTIONS(2323), + }, + [STATE(593)] = { + [sym_line_comment] = STATE(593), + [sym_block_comment] = STATE(593), + [ts_builtin_sym_end] = ACTIONS(2327), + [sym_identifier] = ACTIONS(2329), + [anon_sym_SEMI] = ACTIONS(2327), + [anon_sym_macro_rules_BANG] = ACTIONS(2327), + [anon_sym_LPAREN] = ACTIONS(2327), + [anon_sym_LBRACK] = ACTIONS(2327), + [anon_sym_LBRACE] = ACTIONS(2327), + [anon_sym_RBRACE] = ACTIONS(2327), + [anon_sym_STAR] = ACTIONS(2327), + [anon_sym_u8] = ACTIONS(2329), + [anon_sym_i8] = ACTIONS(2329), + [anon_sym_u16] = ACTIONS(2329), + [anon_sym_i16] = ACTIONS(2329), + [anon_sym_u32] = ACTIONS(2329), + [anon_sym_i32] = ACTIONS(2329), + [anon_sym_u64] = ACTIONS(2329), + [anon_sym_i64] = ACTIONS(2329), + [anon_sym_u128] = ACTIONS(2329), + [anon_sym_i128] = ACTIONS(2329), + [anon_sym_isize] = ACTIONS(2329), + [anon_sym_usize] = ACTIONS(2329), + [anon_sym_f32] = ACTIONS(2329), + [anon_sym_f64] = ACTIONS(2329), + [anon_sym_bool] = ACTIONS(2329), + [anon_sym_str] = ACTIONS(2329), + [anon_sym_char] = ACTIONS(2329), + [anon_sym_DASH] = ACTIONS(2327), + [anon_sym_BANG] = ACTIONS(2327), + [anon_sym_AMP] = ACTIONS(2327), + [anon_sym_PIPE] = ACTIONS(2327), + [anon_sym_LT] = ACTIONS(2327), + [anon_sym_DOT_DOT] = ACTIONS(2327), + [anon_sym_COLON_COLON] = ACTIONS(2327), + [anon_sym_POUND] = ACTIONS(2327), + [anon_sym_SQUOTE] = ACTIONS(2329), + [anon_sym_async] = ACTIONS(2329), + [anon_sym_break] = ACTIONS(2329), + [anon_sym_const] = ACTIONS(2329), + [anon_sym_continue] = ACTIONS(2329), + [anon_sym_default] = ACTIONS(2329), + [anon_sym_enum] = ACTIONS(2329), + [anon_sym_fn] = ACTIONS(2329), + [anon_sym_for] = ACTIONS(2329), + [anon_sym_gen] = ACTIONS(2329), + [anon_sym_if] = ACTIONS(2329), + [anon_sym_impl] = ACTIONS(2329), + [anon_sym_let] = ACTIONS(2329), + [anon_sym_loop] = ACTIONS(2329), + [anon_sym_match] = ACTIONS(2329), + [anon_sym_mod] = ACTIONS(2329), + [anon_sym_pub] = ACTIONS(2329), + [anon_sym_return] = ACTIONS(2329), + [anon_sym_static] = ACTIONS(2329), + [anon_sym_struct] = ACTIONS(2329), + [anon_sym_trait] = ACTIONS(2329), + [anon_sym_type] = ACTIONS(2329), [anon_sym_union] = ACTIONS(2329), - [anon_sym_unsafe] = ACTIONS(2331), + [anon_sym_unsafe] = ACTIONS(2329), + [anon_sym_use] = ACTIONS(2329), + [anon_sym_while] = ACTIONS(2329), + [anon_sym_extern] = ACTIONS(2329), + [anon_sym_raw] = ACTIONS(2329), + [anon_sym_yield] = ACTIONS(2329), + [anon_sym_move] = ACTIONS(2329), + [anon_sym_try] = ACTIONS(2329), + [sym_integer_literal] = ACTIONS(2327), + [aux_sym_string_literal_token1] = ACTIONS(2327), + [sym_char_literal] = ACTIONS(2327), + [anon_sym_true] = ACTIONS(2329), + [anon_sym_false] = ACTIONS(2329), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2329), + [sym_super] = ACTIONS(2329), + [sym_crate] = ACTIONS(2329), + [sym_metavariable] = ACTIONS(2327), + [sym__raw_string_literal_start] = ACTIONS(2327), + [sym_float_literal] = ACTIONS(2327), + }, + [STATE(594)] = { + [sym_line_comment] = STATE(594), + [sym_block_comment] = STATE(594), + [ts_builtin_sym_end] = ACTIONS(2331), + [sym_identifier] = ACTIONS(2333), + [anon_sym_SEMI] = ACTIONS(2331), + [anon_sym_macro_rules_BANG] = ACTIONS(2331), + [anon_sym_LPAREN] = ACTIONS(2331), + [anon_sym_LBRACK] = ACTIONS(2331), + [anon_sym_LBRACE] = ACTIONS(2331), + [anon_sym_RBRACE] = ACTIONS(2331), + [anon_sym_STAR] = ACTIONS(2331), + [anon_sym_u8] = ACTIONS(2333), + [anon_sym_i8] = ACTIONS(2333), + [anon_sym_u16] = ACTIONS(2333), + [anon_sym_i16] = ACTIONS(2333), + [anon_sym_u32] = ACTIONS(2333), + [anon_sym_i32] = ACTIONS(2333), + [anon_sym_u64] = ACTIONS(2333), + [anon_sym_i64] = ACTIONS(2333), + [anon_sym_u128] = ACTIONS(2333), + [anon_sym_i128] = ACTIONS(2333), + [anon_sym_isize] = ACTIONS(2333), + [anon_sym_usize] = ACTIONS(2333), + [anon_sym_f32] = ACTIONS(2333), + [anon_sym_f64] = ACTIONS(2333), + [anon_sym_bool] = ACTIONS(2333), + [anon_sym_str] = ACTIONS(2333), + [anon_sym_char] = ACTIONS(2333), + [anon_sym_DASH] = ACTIONS(2331), + [anon_sym_BANG] = ACTIONS(2331), + [anon_sym_AMP] = ACTIONS(2331), + [anon_sym_PIPE] = ACTIONS(2331), + [anon_sym_LT] = ACTIONS(2331), + [anon_sym_DOT_DOT] = ACTIONS(2331), + [anon_sym_COLON_COLON] = ACTIONS(2331), + [anon_sym_POUND] = ACTIONS(2331), + [anon_sym_SQUOTE] = ACTIONS(2333), + [anon_sym_async] = ACTIONS(2333), + [anon_sym_break] = ACTIONS(2333), + [anon_sym_const] = ACTIONS(2333), + [anon_sym_continue] = ACTIONS(2333), + [anon_sym_default] = ACTIONS(2333), + [anon_sym_enum] = ACTIONS(2333), + [anon_sym_fn] = ACTIONS(2333), + [anon_sym_for] = ACTIONS(2333), + [anon_sym_gen] = ACTIONS(2333), + [anon_sym_if] = ACTIONS(2333), + [anon_sym_impl] = ACTIONS(2333), + [anon_sym_let] = ACTIONS(2333), + [anon_sym_loop] = ACTIONS(2333), + [anon_sym_match] = ACTIONS(2333), + [anon_sym_mod] = ACTIONS(2333), + [anon_sym_pub] = ACTIONS(2333), + [anon_sym_return] = ACTIONS(2333), + [anon_sym_static] = ACTIONS(2333), + [anon_sym_struct] = ACTIONS(2333), + [anon_sym_trait] = ACTIONS(2333), + [anon_sym_type] = ACTIONS(2333), + [anon_sym_union] = ACTIONS(2333), + [anon_sym_unsafe] = ACTIONS(2333), [anon_sym_use] = ACTIONS(2333), - [anon_sym_extern] = ACTIONS(2335), - [anon_sym_raw] = ACTIONS(2313), + [anon_sym_while] = ACTIONS(2333), + [anon_sym_extern] = ACTIONS(2333), + [anon_sym_raw] = ACTIONS(2333), + [anon_sym_yield] = ACTIONS(2333), + [anon_sym_move] = ACTIONS(2333), + [anon_sym_try] = ACTIONS(2333), + [sym_integer_literal] = ACTIONS(2331), + [aux_sym_string_literal_token1] = ACTIONS(2331), + [sym_char_literal] = ACTIONS(2331), + [anon_sym_true] = ACTIONS(2333), + [anon_sym_false] = ACTIONS(2333), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2333), + [sym_super] = ACTIONS(2333), + [sym_crate] = ACTIONS(2333), + [sym_metavariable] = ACTIONS(2331), + [sym__raw_string_literal_start] = ACTIONS(2331), + [sym_float_literal] = ACTIONS(2331), + }, + [STATE(595)] = { + [sym_line_comment] = STATE(595), + [sym_block_comment] = STATE(595), + [ts_builtin_sym_end] = ACTIONS(2335), + [sym_identifier] = ACTIONS(2337), + [anon_sym_SEMI] = ACTIONS(2335), + [anon_sym_macro_rules_BANG] = ACTIONS(2335), + [anon_sym_LPAREN] = ACTIONS(2335), + [anon_sym_LBRACK] = ACTIONS(2335), + [anon_sym_LBRACE] = ACTIONS(2335), + [anon_sym_RBRACE] = ACTIONS(2335), + [anon_sym_STAR] = ACTIONS(2335), + [anon_sym_u8] = ACTIONS(2337), + [anon_sym_i8] = ACTIONS(2337), + [anon_sym_u16] = ACTIONS(2337), + [anon_sym_i16] = ACTIONS(2337), + [anon_sym_u32] = ACTIONS(2337), + [anon_sym_i32] = ACTIONS(2337), + [anon_sym_u64] = ACTIONS(2337), + [anon_sym_i64] = ACTIONS(2337), + [anon_sym_u128] = ACTIONS(2337), + [anon_sym_i128] = ACTIONS(2337), + [anon_sym_isize] = ACTIONS(2337), + [anon_sym_usize] = ACTIONS(2337), + [anon_sym_f32] = ACTIONS(2337), + [anon_sym_f64] = ACTIONS(2337), + [anon_sym_bool] = ACTIONS(2337), + [anon_sym_str] = ACTIONS(2337), + [anon_sym_char] = ACTIONS(2337), + [anon_sym_DASH] = ACTIONS(2335), + [anon_sym_BANG] = ACTIONS(2335), + [anon_sym_AMP] = ACTIONS(2335), + [anon_sym_PIPE] = ACTIONS(2335), + [anon_sym_LT] = ACTIONS(2335), + [anon_sym_DOT_DOT] = ACTIONS(2335), + [anon_sym_COLON_COLON] = ACTIONS(2335), + [anon_sym_POUND] = ACTIONS(2335), + [anon_sym_SQUOTE] = ACTIONS(2337), + [anon_sym_async] = ACTIONS(2337), + [anon_sym_break] = ACTIONS(2337), + [anon_sym_const] = ACTIONS(2337), + [anon_sym_continue] = ACTIONS(2337), + [anon_sym_default] = ACTIONS(2337), + [anon_sym_enum] = ACTIONS(2337), + [anon_sym_fn] = ACTIONS(2337), + [anon_sym_for] = ACTIONS(2337), + [anon_sym_gen] = ACTIONS(2337), + [anon_sym_if] = ACTIONS(2337), + [anon_sym_impl] = ACTIONS(2337), + [anon_sym_let] = ACTIONS(2337), + [anon_sym_loop] = ACTIONS(2337), + [anon_sym_match] = ACTIONS(2337), + [anon_sym_mod] = ACTIONS(2337), + [anon_sym_pub] = ACTIONS(2337), + [anon_sym_return] = ACTIONS(2337), + [anon_sym_static] = ACTIONS(2337), + [anon_sym_struct] = ACTIONS(2337), + [anon_sym_trait] = ACTIONS(2337), + [anon_sym_type] = ACTIONS(2337), + [anon_sym_union] = ACTIONS(2337), + [anon_sym_unsafe] = ACTIONS(2337), + [anon_sym_use] = ACTIONS(2337), + [anon_sym_while] = ACTIONS(2337), + [anon_sym_extern] = ACTIONS(2337), + [anon_sym_raw] = ACTIONS(2337), + [anon_sym_yield] = ACTIONS(2337), + [anon_sym_move] = ACTIONS(2337), + [anon_sym_try] = ACTIONS(2337), + [sym_integer_literal] = ACTIONS(2335), + [aux_sym_string_literal_token1] = ACTIONS(2335), + [sym_char_literal] = ACTIONS(2335), + [anon_sym_true] = ACTIONS(2337), + [anon_sym_false] = ACTIONS(2337), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), [sym_self] = ACTIONS(2337), [sym_super] = ACTIONS(2337), - [sym_crate] = ACTIONS(2339), - [sym_metavariable] = ACTIONS(2341), + [sym_crate] = ACTIONS(2337), + [sym_metavariable] = ACTIONS(2335), + [sym__raw_string_literal_start] = ACTIONS(2335), + [sym_float_literal] = ACTIONS(2335), }, - [STATE(616)] = { - [sym_attribute_item] = STATE(1369), - [sym_inner_attribute_item] = STATE(1369), - [sym_bracketed_type] = STATE(3698), - [sym_generic_type] = STATE(3764), - [sym_generic_type_with_turbofish] = STATE(3419), - [sym_macro_invocation] = STATE(2942), - [sym_scoped_identifier] = STATE(2248), - [sym_scoped_type_identifier] = STATE(3103), - [sym_match_pattern] = STATE(3511), - [sym_const_block] = STATE(2942), - [sym__pattern] = STATE(3188), - [sym_generic_pattern] = STATE(2942), - [sym_tuple_pattern] = STATE(2942), - [sym_slice_pattern] = STATE(2942), - [sym_tuple_struct_pattern] = STATE(2942), - [sym_struct_pattern] = STATE(2942), - [sym_remaining_field_pattern] = STATE(2942), - [sym_mut_pattern] = STATE(2942), - [sym_range_pattern] = STATE(2942), - [sym_ref_pattern] = STATE(2942), - [sym_captured_pattern] = STATE(2942), - [sym_reference_pattern] = STATE(2942), - [sym_or_pattern] = STATE(2942), - [sym__literal_pattern] = STATE(2447), - [sym_negative_literal] = STATE(2441), - [sym_string_literal] = STATE(2441), - [sym_raw_string_literal] = STATE(2441), - [sym_boolean_literal] = STATE(2441), - [sym_line_comment] = STATE(616), - [sym_block_comment] = STATE(616), - [aux_sym_match_arm_repeat1] = STATE(1077), - [sym_identifier] = ACTIONS(1676), - [anon_sym_LPAREN] = ACTIONS(1678), - [anon_sym_LBRACK] = ACTIONS(1680), - [anon_sym_u8] = ACTIONS(1684), - [anon_sym_i8] = ACTIONS(1684), - [anon_sym_u16] = ACTIONS(1684), - [anon_sym_i16] = ACTIONS(1684), - [anon_sym_u32] = ACTIONS(1684), - [anon_sym_i32] = ACTIONS(1684), - [anon_sym_u64] = ACTIONS(1684), - [anon_sym_i64] = ACTIONS(1684), - [anon_sym_u128] = ACTIONS(1684), - [anon_sym_i128] = ACTIONS(1684), - [anon_sym_isize] = ACTIONS(1684), - [anon_sym_usize] = ACTIONS(1684), - [anon_sym_f32] = ACTIONS(1684), - [anon_sym_f64] = ACTIONS(1684), - [anon_sym_bool] = ACTIONS(1684), - [anon_sym_str] = ACTIONS(1684), - [anon_sym_char] = ACTIONS(1684), - [anon_sym_DASH] = ACTIONS(1686), - [anon_sym_AMP] = ACTIONS(1688), - [anon_sym_PIPE] = ACTIONS(1690), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1692), - [anon_sym_DOT_DOT] = ACTIONS(1694), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1696), - [anon_sym_COLON_COLON] = ACTIONS(1698), - [anon_sym_POUND] = ACTIONS(1700), - [anon_sym_const] = ACTIONS(1702), - [anon_sym_default] = ACTIONS(1704), - [anon_sym_gen] = ACTIONS(1704), - [anon_sym_union] = ACTIONS(1704), - [anon_sym_ref] = ACTIONS(1706), - [sym_mutable_specifier] = ACTIONS(1708), - [anon_sym_raw] = ACTIONS(1704), - [sym_integer_literal] = ACTIONS(1710), - [aux_sym_string_literal_token1] = ACTIONS(1712), - [sym_char_literal] = ACTIONS(1710), - [anon_sym_true] = ACTIONS(1714), - [anon_sym_false] = ACTIONS(1714), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1716), - [sym_super] = ACTIONS(1716), - [sym_crate] = ACTIONS(1716), - [sym_metavariable] = ACTIONS(1718), - [sym__raw_string_literal_start] = ACTIONS(1720), - [sym_float_literal] = ACTIONS(1710), + [STATE(596)] = { + [sym_line_comment] = STATE(596), + [sym_block_comment] = STATE(596), + [ts_builtin_sym_end] = ACTIONS(2339), + [sym_identifier] = ACTIONS(2341), + [anon_sym_SEMI] = ACTIONS(2339), + [anon_sym_macro_rules_BANG] = ACTIONS(2339), + [anon_sym_LPAREN] = ACTIONS(2339), + [anon_sym_LBRACK] = ACTIONS(2339), + [anon_sym_LBRACE] = ACTIONS(2339), + [anon_sym_RBRACE] = ACTIONS(2339), + [anon_sym_STAR] = ACTIONS(2339), + [anon_sym_u8] = ACTIONS(2341), + [anon_sym_i8] = ACTIONS(2341), + [anon_sym_u16] = ACTIONS(2341), + [anon_sym_i16] = ACTIONS(2341), + [anon_sym_u32] = ACTIONS(2341), + [anon_sym_i32] = ACTIONS(2341), + [anon_sym_u64] = ACTIONS(2341), + [anon_sym_i64] = ACTIONS(2341), + [anon_sym_u128] = ACTIONS(2341), + [anon_sym_i128] = ACTIONS(2341), + [anon_sym_isize] = ACTIONS(2341), + [anon_sym_usize] = ACTIONS(2341), + [anon_sym_f32] = ACTIONS(2341), + [anon_sym_f64] = ACTIONS(2341), + [anon_sym_bool] = ACTIONS(2341), + [anon_sym_str] = ACTIONS(2341), + [anon_sym_char] = ACTIONS(2341), + [anon_sym_DASH] = ACTIONS(2339), + [anon_sym_BANG] = ACTIONS(2339), + [anon_sym_AMP] = ACTIONS(2339), + [anon_sym_PIPE] = ACTIONS(2339), + [anon_sym_LT] = ACTIONS(2339), + [anon_sym_DOT_DOT] = ACTIONS(2339), + [anon_sym_COLON_COLON] = ACTIONS(2339), + [anon_sym_POUND] = ACTIONS(2339), + [anon_sym_SQUOTE] = ACTIONS(2341), + [anon_sym_async] = ACTIONS(2341), + [anon_sym_break] = ACTIONS(2341), + [anon_sym_const] = ACTIONS(2341), + [anon_sym_continue] = ACTIONS(2341), + [anon_sym_default] = ACTIONS(2341), + [anon_sym_enum] = ACTIONS(2341), + [anon_sym_fn] = ACTIONS(2341), + [anon_sym_for] = ACTIONS(2341), + [anon_sym_gen] = ACTIONS(2341), + [anon_sym_if] = ACTIONS(2341), + [anon_sym_impl] = ACTIONS(2341), + [anon_sym_let] = ACTIONS(2341), + [anon_sym_loop] = ACTIONS(2341), + [anon_sym_match] = ACTIONS(2341), + [anon_sym_mod] = ACTIONS(2341), + [anon_sym_pub] = ACTIONS(2341), + [anon_sym_return] = ACTIONS(2341), + [anon_sym_static] = ACTIONS(2341), + [anon_sym_struct] = ACTIONS(2341), + [anon_sym_trait] = ACTIONS(2341), + [anon_sym_type] = ACTIONS(2341), + [anon_sym_union] = ACTIONS(2341), + [anon_sym_unsafe] = ACTIONS(2341), + [anon_sym_use] = ACTIONS(2341), + [anon_sym_while] = ACTIONS(2341), + [anon_sym_extern] = ACTIONS(2341), + [anon_sym_raw] = ACTIONS(2341), + [anon_sym_yield] = ACTIONS(2341), + [anon_sym_move] = ACTIONS(2341), + [anon_sym_try] = ACTIONS(2341), + [sym_integer_literal] = ACTIONS(2339), + [aux_sym_string_literal_token1] = ACTIONS(2339), + [sym_char_literal] = ACTIONS(2339), + [anon_sym_true] = ACTIONS(2341), + [anon_sym_false] = ACTIONS(2341), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2341), + [sym_super] = ACTIONS(2341), + [sym_crate] = ACTIONS(2341), + [sym_metavariable] = ACTIONS(2339), + [sym__raw_string_literal_start] = ACTIONS(2339), + [sym_float_literal] = ACTIONS(2339), }, - [STATE(617)] = { - [sym_line_comment] = STATE(617), - [sym_block_comment] = STATE(617), + [STATE(597)] = { + [sym_line_comment] = STATE(597), + [sym_block_comment] = STATE(597), [ts_builtin_sym_end] = ACTIONS(2343), [sym_identifier] = ACTIONS(2345), [anon_sym_SEMI] = ACTIONS(2343), @@ -82391,9 +80825,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2343), [sym_float_literal] = ACTIONS(2343), }, - [STATE(618)] = { - [sym_line_comment] = STATE(618), - [sym_block_comment] = STATE(618), + [STATE(598)] = { + [sym_line_comment] = STATE(598), + [sym_block_comment] = STATE(598), [ts_builtin_sym_end] = ACTIONS(2347), [sym_identifier] = ACTIONS(2349), [anon_sym_SEMI] = ACTIONS(2347), @@ -82473,9 +80907,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2347), [sym_float_literal] = ACTIONS(2347), }, - [STATE(619)] = { - [sym_line_comment] = STATE(619), - [sym_block_comment] = STATE(619), + [STATE(599)] = { + [sym_line_comment] = STATE(599), + [sym_block_comment] = STATE(599), [ts_builtin_sym_end] = ACTIONS(2351), [sym_identifier] = ACTIONS(2353), [anon_sym_SEMI] = ACTIONS(2351), @@ -82555,9 +80989,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2351), [sym_float_literal] = ACTIONS(2351), }, - [STATE(620)] = { - [sym_line_comment] = STATE(620), - [sym_block_comment] = STATE(620), + [STATE(600)] = { + [sym_line_comment] = STATE(600), + [sym_block_comment] = STATE(600), [ts_builtin_sym_end] = ACTIONS(2355), [sym_identifier] = ACTIONS(2357), [anon_sym_SEMI] = ACTIONS(2355), @@ -82637,9 +81071,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2355), [sym_float_literal] = ACTIONS(2355), }, - [STATE(621)] = { - [sym_line_comment] = STATE(621), - [sym_block_comment] = STATE(621), + [STATE(601)] = { + [sym_line_comment] = STATE(601), + [sym_block_comment] = STATE(601), [ts_builtin_sym_end] = ACTIONS(2359), [sym_identifier] = ACTIONS(2361), [anon_sym_SEMI] = ACTIONS(2359), @@ -82719,9 +81153,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2359), [sym_float_literal] = ACTIONS(2359), }, - [STATE(622)] = { - [sym_line_comment] = STATE(622), - [sym_block_comment] = STATE(622), + [STATE(602)] = { + [sym_line_comment] = STATE(602), + [sym_block_comment] = STATE(602), + [ts_builtin_sym_end] = ACTIONS(1450), + [sym_identifier] = ACTIONS(1452), + [anon_sym_SEMI] = ACTIONS(1450), + [anon_sym_macro_rules_BANG] = ACTIONS(1450), + [anon_sym_LPAREN] = ACTIONS(1450), + [anon_sym_LBRACK] = ACTIONS(1450), + [anon_sym_LBRACE] = ACTIONS(1450), + [anon_sym_RBRACE] = ACTIONS(1450), + [anon_sym_STAR] = ACTIONS(1450), + [anon_sym_u8] = ACTIONS(1452), + [anon_sym_i8] = ACTIONS(1452), + [anon_sym_u16] = ACTIONS(1452), + [anon_sym_i16] = ACTIONS(1452), + [anon_sym_u32] = ACTIONS(1452), + [anon_sym_i32] = ACTIONS(1452), + [anon_sym_u64] = ACTIONS(1452), + [anon_sym_i64] = ACTIONS(1452), + [anon_sym_u128] = ACTIONS(1452), + [anon_sym_i128] = ACTIONS(1452), + [anon_sym_isize] = ACTIONS(1452), + [anon_sym_usize] = ACTIONS(1452), + [anon_sym_f32] = ACTIONS(1452), + [anon_sym_f64] = ACTIONS(1452), + [anon_sym_bool] = ACTIONS(1452), + [anon_sym_str] = ACTIONS(1452), + [anon_sym_char] = ACTIONS(1452), + [anon_sym_DASH] = ACTIONS(1450), + [anon_sym_BANG] = ACTIONS(1450), + [anon_sym_AMP] = ACTIONS(1450), + [anon_sym_PIPE] = ACTIONS(1450), + [anon_sym_LT] = ACTIONS(1450), + [anon_sym_DOT_DOT] = ACTIONS(1450), + [anon_sym_COLON_COLON] = ACTIONS(1450), + [anon_sym_POUND] = ACTIONS(1450), + [anon_sym_SQUOTE] = ACTIONS(1452), + [anon_sym_async] = ACTIONS(1452), + [anon_sym_break] = ACTIONS(1452), + [anon_sym_const] = ACTIONS(1452), + [anon_sym_continue] = ACTIONS(1452), + [anon_sym_default] = ACTIONS(1452), + [anon_sym_enum] = ACTIONS(1452), + [anon_sym_fn] = ACTIONS(1452), + [anon_sym_for] = ACTIONS(1452), + [anon_sym_gen] = ACTIONS(1452), + [anon_sym_if] = ACTIONS(1452), + [anon_sym_impl] = ACTIONS(1452), + [anon_sym_let] = ACTIONS(1452), + [anon_sym_loop] = ACTIONS(1452), + [anon_sym_match] = ACTIONS(1452), + [anon_sym_mod] = ACTIONS(1452), + [anon_sym_pub] = ACTIONS(1452), + [anon_sym_return] = ACTIONS(1452), + [anon_sym_static] = ACTIONS(1452), + [anon_sym_struct] = ACTIONS(1452), + [anon_sym_trait] = ACTIONS(1452), + [anon_sym_type] = ACTIONS(1452), + [anon_sym_union] = ACTIONS(1452), + [anon_sym_unsafe] = ACTIONS(1452), + [anon_sym_use] = ACTIONS(1452), + [anon_sym_while] = ACTIONS(1452), + [anon_sym_extern] = ACTIONS(1452), + [anon_sym_raw] = ACTIONS(1452), + [anon_sym_yield] = ACTIONS(1452), + [anon_sym_move] = ACTIONS(1452), + [anon_sym_try] = ACTIONS(1452), + [sym_integer_literal] = ACTIONS(1450), + [aux_sym_string_literal_token1] = ACTIONS(1450), + [sym_char_literal] = ACTIONS(1450), + [anon_sym_true] = ACTIONS(1452), + [anon_sym_false] = ACTIONS(1452), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1452), + [sym_super] = ACTIONS(1452), + [sym_crate] = ACTIONS(1452), + [sym_metavariable] = ACTIONS(1450), + [sym__raw_string_literal_start] = ACTIONS(1450), + [sym_float_literal] = ACTIONS(1450), + }, + [STATE(603)] = { + [sym_line_comment] = STATE(603), + [sym_block_comment] = STATE(603), [ts_builtin_sym_end] = ACTIONS(2363), [sym_identifier] = ACTIONS(2365), [anon_sym_SEMI] = ACTIONS(2363), @@ -82801,9 +81317,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2363), [sym_float_literal] = ACTIONS(2363), }, - [STATE(623)] = { - [sym_line_comment] = STATE(623), - [sym_block_comment] = STATE(623), + [STATE(604)] = { + [sym_line_comment] = STATE(604), + [sym_block_comment] = STATE(604), [ts_builtin_sym_end] = ACTIONS(2367), [sym_identifier] = ACTIONS(2369), [anon_sym_SEMI] = ACTIONS(2367), @@ -82883,9 +81399,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2367), [sym_float_literal] = ACTIONS(2367), }, - [STATE(624)] = { - [sym_line_comment] = STATE(624), - [sym_block_comment] = STATE(624), + [STATE(605)] = { + [sym_line_comment] = STATE(605), + [sym_block_comment] = STATE(605), [ts_builtin_sym_end] = ACTIONS(2371), [sym_identifier] = ACTIONS(2373), [anon_sym_SEMI] = ACTIONS(2371), @@ -82965,9 +81481,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2371), [sym_float_literal] = ACTIONS(2371), }, - [STATE(625)] = { - [sym_line_comment] = STATE(625), - [sym_block_comment] = STATE(625), + [STATE(606)] = { + [sym_line_comment] = STATE(606), + [sym_block_comment] = STATE(606), [ts_builtin_sym_end] = ACTIONS(2375), [sym_identifier] = ACTIONS(2377), [anon_sym_SEMI] = ACTIONS(2375), @@ -83047,9 +81563,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2375), [sym_float_literal] = ACTIONS(2375), }, - [STATE(626)] = { - [sym_line_comment] = STATE(626), - [sym_block_comment] = STATE(626), + [STATE(607)] = { + [sym_line_comment] = STATE(607), + [sym_block_comment] = STATE(607), [ts_builtin_sym_end] = ACTIONS(2379), [sym_identifier] = ACTIONS(2381), [anon_sym_SEMI] = ACTIONS(2379), @@ -83129,9 +81645,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2379), [sym_float_literal] = ACTIONS(2379), }, - [STATE(627)] = { - [sym_line_comment] = STATE(627), - [sym_block_comment] = STATE(627), + [STATE(608)] = { + [sym_line_comment] = STATE(608), + [sym_block_comment] = STATE(608), [ts_builtin_sym_end] = ACTIONS(2383), [sym_identifier] = ACTIONS(2385), [anon_sym_SEMI] = ACTIONS(2383), @@ -83211,9 +81727,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2383), [sym_float_literal] = ACTIONS(2383), }, - [STATE(628)] = { - [sym_line_comment] = STATE(628), - [sym_block_comment] = STATE(628), + [STATE(609)] = { + [sym_line_comment] = STATE(609), + [sym_block_comment] = STATE(609), [ts_builtin_sym_end] = ACTIONS(2387), [sym_identifier] = ACTIONS(2389), [anon_sym_SEMI] = ACTIONS(2387), @@ -83293,9 +81809,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2387), [sym_float_literal] = ACTIONS(2387), }, - [STATE(629)] = { - [sym_line_comment] = STATE(629), - [sym_block_comment] = STATE(629), + [STATE(610)] = { + [sym_line_comment] = STATE(610), + [sym_block_comment] = STATE(610), [ts_builtin_sym_end] = ACTIONS(2391), [sym_identifier] = ACTIONS(2393), [anon_sym_SEMI] = ACTIONS(2391), @@ -83375,9 +81891,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2391), [sym_float_literal] = ACTIONS(2391), }, - [STATE(630)] = { - [sym_line_comment] = STATE(630), - [sym_block_comment] = STATE(630), + [STATE(611)] = { + [sym_line_comment] = STATE(611), + [sym_block_comment] = STATE(611), [ts_builtin_sym_end] = ACTIONS(2395), [sym_identifier] = ACTIONS(2397), [anon_sym_SEMI] = ACTIONS(2395), @@ -83457,9 +81973,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2395), [sym_float_literal] = ACTIONS(2395), }, - [STATE(631)] = { - [sym_line_comment] = STATE(631), - [sym_block_comment] = STATE(631), + [STATE(612)] = { + [sym_line_comment] = STATE(612), + [sym_block_comment] = STATE(612), [ts_builtin_sym_end] = ACTIONS(2399), [sym_identifier] = ACTIONS(2401), [anon_sym_SEMI] = ACTIONS(2399), @@ -83539,9 +82055,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2399), [sym_float_literal] = ACTIONS(2399), }, - [STATE(632)] = { - [sym_line_comment] = STATE(632), - [sym_block_comment] = STATE(632), + [STATE(613)] = { + [sym_line_comment] = STATE(613), + [sym_block_comment] = STATE(613), [ts_builtin_sym_end] = ACTIONS(2403), [sym_identifier] = ACTIONS(2405), [anon_sym_SEMI] = ACTIONS(2403), @@ -83621,9 +82137,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2403), [sym_float_literal] = ACTIONS(2403), }, - [STATE(633)] = { - [sym_line_comment] = STATE(633), - [sym_block_comment] = STATE(633), + [STATE(614)] = { + [sym_line_comment] = STATE(614), + [sym_block_comment] = STATE(614), [ts_builtin_sym_end] = ACTIONS(2407), [sym_identifier] = ACTIONS(2409), [anon_sym_SEMI] = ACTIONS(2407), @@ -83696,16 +82212,98 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(2409), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(2409), - [sym_super] = ACTIONS(2409), - [sym_crate] = ACTIONS(2409), - [sym_metavariable] = ACTIONS(2407), - [sym__raw_string_literal_start] = ACTIONS(2407), - [sym_float_literal] = ACTIONS(2407), + [sym_self] = ACTIONS(2409), + [sym_super] = ACTIONS(2409), + [sym_crate] = ACTIONS(2409), + [sym_metavariable] = ACTIONS(2407), + [sym__raw_string_literal_start] = ACTIONS(2407), + [sym_float_literal] = ACTIONS(2407), + }, + [STATE(615)] = { + [sym_line_comment] = STATE(615), + [sym_block_comment] = STATE(615), + [ts_builtin_sym_end] = ACTIONS(1454), + [sym_identifier] = ACTIONS(1456), + [anon_sym_SEMI] = ACTIONS(1454), + [anon_sym_macro_rules_BANG] = ACTIONS(1454), + [anon_sym_LPAREN] = ACTIONS(1454), + [anon_sym_LBRACK] = ACTIONS(1454), + [anon_sym_LBRACE] = ACTIONS(1454), + [anon_sym_RBRACE] = ACTIONS(1454), + [anon_sym_STAR] = ACTIONS(1454), + [anon_sym_u8] = ACTIONS(1456), + [anon_sym_i8] = ACTIONS(1456), + [anon_sym_u16] = ACTIONS(1456), + [anon_sym_i16] = ACTIONS(1456), + [anon_sym_u32] = ACTIONS(1456), + [anon_sym_i32] = ACTIONS(1456), + [anon_sym_u64] = ACTIONS(1456), + [anon_sym_i64] = ACTIONS(1456), + [anon_sym_u128] = ACTIONS(1456), + [anon_sym_i128] = ACTIONS(1456), + [anon_sym_isize] = ACTIONS(1456), + [anon_sym_usize] = ACTIONS(1456), + [anon_sym_f32] = ACTIONS(1456), + [anon_sym_f64] = ACTIONS(1456), + [anon_sym_bool] = ACTIONS(1456), + [anon_sym_str] = ACTIONS(1456), + [anon_sym_char] = ACTIONS(1456), + [anon_sym_DASH] = ACTIONS(1454), + [anon_sym_BANG] = ACTIONS(1454), + [anon_sym_AMP] = ACTIONS(1454), + [anon_sym_PIPE] = ACTIONS(1454), + [anon_sym_LT] = ACTIONS(1454), + [anon_sym_DOT_DOT] = ACTIONS(1454), + [anon_sym_COLON_COLON] = ACTIONS(1454), + [anon_sym_POUND] = ACTIONS(1454), + [anon_sym_SQUOTE] = ACTIONS(1456), + [anon_sym_async] = ACTIONS(1456), + [anon_sym_break] = ACTIONS(1456), + [anon_sym_const] = ACTIONS(1456), + [anon_sym_continue] = ACTIONS(1456), + [anon_sym_default] = ACTIONS(1456), + [anon_sym_enum] = ACTIONS(1456), + [anon_sym_fn] = ACTIONS(1456), + [anon_sym_for] = ACTIONS(1456), + [anon_sym_gen] = ACTIONS(1456), + [anon_sym_if] = ACTIONS(1456), + [anon_sym_impl] = ACTIONS(1456), + [anon_sym_let] = ACTIONS(1456), + [anon_sym_loop] = ACTIONS(1456), + [anon_sym_match] = ACTIONS(1456), + [anon_sym_mod] = ACTIONS(1456), + [anon_sym_pub] = ACTIONS(1456), + [anon_sym_return] = ACTIONS(1456), + [anon_sym_static] = ACTIONS(1456), + [anon_sym_struct] = ACTIONS(1456), + [anon_sym_trait] = ACTIONS(1456), + [anon_sym_type] = ACTIONS(1456), + [anon_sym_union] = ACTIONS(1456), + [anon_sym_unsafe] = ACTIONS(1456), + [anon_sym_use] = ACTIONS(1456), + [anon_sym_while] = ACTIONS(1456), + [anon_sym_extern] = ACTIONS(1456), + [anon_sym_raw] = ACTIONS(1456), + [anon_sym_yield] = ACTIONS(1456), + [anon_sym_move] = ACTIONS(1456), + [anon_sym_try] = ACTIONS(1456), + [sym_integer_literal] = ACTIONS(1454), + [aux_sym_string_literal_token1] = ACTIONS(1454), + [sym_char_literal] = ACTIONS(1454), + [anon_sym_true] = ACTIONS(1456), + [anon_sym_false] = ACTIONS(1456), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1456), + [sym_super] = ACTIONS(1456), + [sym_crate] = ACTIONS(1456), + [sym_metavariable] = ACTIONS(1454), + [sym__raw_string_literal_start] = ACTIONS(1454), + [sym_float_literal] = ACTIONS(1454), }, - [STATE(634)] = { - [sym_line_comment] = STATE(634), - [sym_block_comment] = STATE(634), + [STATE(616)] = { + [sym_line_comment] = STATE(616), + [sym_block_comment] = STATE(616), [ts_builtin_sym_end] = ACTIONS(2411), [sym_identifier] = ACTIONS(2413), [anon_sym_SEMI] = ACTIONS(2411), @@ -83785,9 +82383,173 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2411), [sym_float_literal] = ACTIONS(2411), }, - [STATE(635)] = { - [sym_line_comment] = STATE(635), - [sym_block_comment] = STATE(635), + [STATE(617)] = { + [sym_bracketed_type] = STATE(3504), + [sym_generic_type] = STATE(3513), + [sym_generic_type_with_turbofish] = STATE(3321), + [sym_macro_invocation] = STATE(2192), + [sym_scoped_identifier] = STATE(2052), + [sym_scoped_type_identifier] = STATE(3076), + [sym_const_block] = STATE(2192), + [sym_closure_expression] = STATE(3295), + [sym_closure_parameters] = STATE(225), + [sym__pattern] = STATE(3057), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), + [sym_line_comment] = STATE(617), + [sym_block_comment] = STATE(617), + [sym_identifier] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1736), + [anon_sym_LBRACK] = ACTIONS(1740), + [anon_sym_u8] = ACTIONS(1742), + [anon_sym_i8] = ACTIONS(1742), + [anon_sym_u16] = ACTIONS(1742), + [anon_sym_i16] = ACTIONS(1742), + [anon_sym_u32] = ACTIONS(1742), + [anon_sym_i32] = ACTIONS(1742), + [anon_sym_u64] = ACTIONS(1742), + [anon_sym_i64] = ACTIONS(1742), + [anon_sym_u128] = ACTIONS(1742), + [anon_sym_i128] = ACTIONS(1742), + [anon_sym_isize] = ACTIONS(1742), + [anon_sym_usize] = ACTIONS(1742), + [anon_sym_f32] = ACTIONS(1742), + [anon_sym_f64] = ACTIONS(1742), + [anon_sym_bool] = ACTIONS(1742), + [anon_sym_str] = ACTIONS(1742), + [anon_sym_char] = ACTIONS(1742), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_AMP] = ACTIONS(1744), + [anon_sym_PIPE] = ACTIONS(1392), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1394), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COLON_COLON] = ACTIONS(1746), + [anon_sym_async] = ACTIONS(1748), + [anon_sym_const] = ACTIONS(1750), + [anon_sym_default] = ACTIONS(1752), + [anon_sym_gen] = ACTIONS(1752), + [anon_sym_static] = ACTIONS(1400), + [anon_sym_union] = ACTIONS(1752), + [anon_sym_ref] = ACTIONS(1166), + [sym_mutable_specifier] = ACTIONS(1402), + [anon_sym_raw] = ACTIONS(1752), + [anon_sym_move] = ACTIONS(1404), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1754), + [sym_super] = ACTIONS(1754), + [sym_crate] = ACTIONS(1754), + [sym_metavariable] = ACTIONS(1756), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), + }, + [STATE(618)] = { + [sym_line_comment] = STATE(618), + [sym_block_comment] = STATE(618), + [ts_builtin_sym_end] = ACTIONS(1438), + [sym_identifier] = ACTIONS(1440), + [anon_sym_SEMI] = ACTIONS(1438), + [anon_sym_macro_rules_BANG] = ACTIONS(1438), + [anon_sym_LPAREN] = ACTIONS(1438), + [anon_sym_LBRACK] = ACTIONS(1438), + [anon_sym_LBRACE] = ACTIONS(1438), + [anon_sym_RBRACE] = ACTIONS(1438), + [anon_sym_STAR] = ACTIONS(1438), + [anon_sym_u8] = ACTIONS(1440), + [anon_sym_i8] = ACTIONS(1440), + [anon_sym_u16] = ACTIONS(1440), + [anon_sym_i16] = ACTIONS(1440), + [anon_sym_u32] = ACTIONS(1440), + [anon_sym_i32] = ACTIONS(1440), + [anon_sym_u64] = ACTIONS(1440), + [anon_sym_i64] = ACTIONS(1440), + [anon_sym_u128] = ACTIONS(1440), + [anon_sym_i128] = ACTIONS(1440), + [anon_sym_isize] = ACTIONS(1440), + [anon_sym_usize] = ACTIONS(1440), + [anon_sym_f32] = ACTIONS(1440), + [anon_sym_f64] = ACTIONS(1440), + [anon_sym_bool] = ACTIONS(1440), + [anon_sym_str] = ACTIONS(1440), + [anon_sym_char] = ACTIONS(1440), + [anon_sym_DASH] = ACTIONS(1438), + [anon_sym_BANG] = ACTIONS(1438), + [anon_sym_AMP] = ACTIONS(1438), + [anon_sym_PIPE] = ACTIONS(1438), + [anon_sym_LT] = ACTIONS(1438), + [anon_sym_DOT_DOT] = ACTIONS(1438), + [anon_sym_COLON_COLON] = ACTIONS(1438), + [anon_sym_POUND] = ACTIONS(1438), + [anon_sym_SQUOTE] = ACTIONS(1440), + [anon_sym_async] = ACTIONS(1440), + [anon_sym_break] = ACTIONS(1440), + [anon_sym_const] = ACTIONS(1440), + [anon_sym_continue] = ACTIONS(1440), + [anon_sym_default] = ACTIONS(1440), + [anon_sym_enum] = ACTIONS(1440), + [anon_sym_fn] = ACTIONS(1440), + [anon_sym_for] = ACTIONS(1440), + [anon_sym_gen] = ACTIONS(1440), + [anon_sym_if] = ACTIONS(1440), + [anon_sym_impl] = ACTIONS(1440), + [anon_sym_let] = ACTIONS(1440), + [anon_sym_loop] = ACTIONS(1440), + [anon_sym_match] = ACTIONS(1440), + [anon_sym_mod] = ACTIONS(1440), + [anon_sym_pub] = ACTIONS(1440), + [anon_sym_return] = ACTIONS(1440), + [anon_sym_static] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1440), + [anon_sym_trait] = ACTIONS(1440), + [anon_sym_type] = ACTIONS(1440), + [anon_sym_union] = ACTIONS(1440), + [anon_sym_unsafe] = ACTIONS(1440), + [anon_sym_use] = ACTIONS(1440), + [anon_sym_while] = ACTIONS(1440), + [anon_sym_extern] = ACTIONS(1440), + [anon_sym_raw] = ACTIONS(1440), + [anon_sym_yield] = ACTIONS(1440), + [anon_sym_move] = ACTIONS(1440), + [anon_sym_try] = ACTIONS(1440), + [sym_integer_literal] = ACTIONS(1438), + [aux_sym_string_literal_token1] = ACTIONS(1438), + [sym_char_literal] = ACTIONS(1438), + [anon_sym_true] = ACTIONS(1440), + [anon_sym_false] = ACTIONS(1440), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1440), + [sym_super] = ACTIONS(1440), + [sym_crate] = ACTIONS(1440), + [sym_metavariable] = ACTIONS(1438), + [sym__raw_string_literal_start] = ACTIONS(1438), + [sym_float_literal] = ACTIONS(1438), + }, + [STATE(619)] = { + [sym_line_comment] = STATE(619), + [sym_block_comment] = STATE(619), [ts_builtin_sym_end] = ACTIONS(2415), [sym_identifier] = ACTIONS(2417), [anon_sym_SEMI] = ACTIONS(2415), @@ -83867,4847 +82629,6487 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2415), [sym_float_literal] = ACTIONS(2415), }, - [STATE(636)] = { - [sym_empty_statement] = STATE(1378), - [sym_macro_definition] = STATE(1378), - [sym_attribute_item] = STATE(1378), - [sym_inner_attribute_item] = STATE(1378), - [sym_mod_item] = STATE(1378), - [sym_foreign_mod_item] = STATE(1378), - [sym_struct_item] = STATE(1378), - [sym_union_item] = STATE(1378), - [sym_enum_item] = STATE(1378), - [sym_extern_crate_declaration] = STATE(1378), - [sym_const_item] = STATE(1378), - [sym_static_item] = STATE(1378), - [sym_type_item] = STATE(1378), - [sym_function_item] = STATE(1378), - [sym_function_signature_item] = STATE(1378), - [sym_function_modifiers] = STATE(3785), - [sym_impl_item] = STATE(1378), - [sym_trait_item] = STATE(1378), - [sym_associated_type] = STATE(1378), - [sym_let_declaration] = STATE(1378), - [sym_use_declaration] = STATE(1378), - [sym_extern_modifier] = STATE(2259), - [sym_visibility_modifier] = STATE(2035), - [sym_bracketed_type] = STATE(3740), - [sym_generic_type_with_turbofish] = STATE(3804), - [sym_macro_invocation] = STATE(1378), - [sym_scoped_identifier] = STATE(3417), - [sym_line_comment] = STATE(636), - [sym_block_comment] = STATE(636), - [aux_sym_declaration_list_repeat1] = STATE(636), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(2419), - [anon_sym_SEMI] = ACTIONS(2422), - [anon_sym_macro_rules_BANG] = ACTIONS(2425), - [anon_sym_RBRACE] = ACTIONS(2428), - [anon_sym_u8] = ACTIONS(2430), - [anon_sym_i8] = ACTIONS(2430), - [anon_sym_u16] = ACTIONS(2430), - [anon_sym_i16] = ACTIONS(2430), - [anon_sym_u32] = ACTIONS(2430), - [anon_sym_i32] = ACTIONS(2430), - [anon_sym_u64] = ACTIONS(2430), - [anon_sym_i64] = ACTIONS(2430), - [anon_sym_u128] = ACTIONS(2430), - [anon_sym_i128] = ACTIONS(2430), - [anon_sym_isize] = ACTIONS(2430), - [anon_sym_usize] = ACTIONS(2430), - [anon_sym_f32] = ACTIONS(2430), - [anon_sym_f64] = ACTIONS(2430), - [anon_sym_bool] = ACTIONS(2430), - [anon_sym_str] = ACTIONS(2430), - [anon_sym_char] = ACTIONS(2430), - [anon_sym_LT] = ACTIONS(2433), - [anon_sym_COLON_COLON] = ACTIONS(2436), + [STATE(620)] = { + [sym_line_comment] = STATE(620), + [sym_block_comment] = STATE(620), + [ts_builtin_sym_end] = ACTIONS(1442), + [sym_identifier] = ACTIONS(1444), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_macro_rules_BANG] = ACTIONS(1442), + [anon_sym_LPAREN] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1442), + [anon_sym_LBRACE] = ACTIONS(1442), + [anon_sym_RBRACE] = ACTIONS(1442), + [anon_sym_STAR] = ACTIONS(1442), + [anon_sym_u8] = ACTIONS(1444), + [anon_sym_i8] = ACTIONS(1444), + [anon_sym_u16] = ACTIONS(1444), + [anon_sym_i16] = ACTIONS(1444), + [anon_sym_u32] = ACTIONS(1444), + [anon_sym_i32] = ACTIONS(1444), + [anon_sym_u64] = ACTIONS(1444), + [anon_sym_i64] = ACTIONS(1444), + [anon_sym_u128] = ACTIONS(1444), + [anon_sym_i128] = ACTIONS(1444), + [anon_sym_isize] = ACTIONS(1444), + [anon_sym_usize] = ACTIONS(1444), + [anon_sym_f32] = ACTIONS(1444), + [anon_sym_f64] = ACTIONS(1444), + [anon_sym_bool] = ACTIONS(1444), + [anon_sym_str] = ACTIONS(1444), + [anon_sym_char] = ACTIONS(1444), + [anon_sym_DASH] = ACTIONS(1442), + [anon_sym_BANG] = ACTIONS(1442), + [anon_sym_AMP] = ACTIONS(1442), + [anon_sym_PIPE] = ACTIONS(1442), + [anon_sym_LT] = ACTIONS(1442), + [anon_sym_DOT_DOT] = ACTIONS(1442), + [anon_sym_COLON_COLON] = ACTIONS(1442), + [anon_sym_POUND] = ACTIONS(1442), + [anon_sym_SQUOTE] = ACTIONS(1444), + [anon_sym_async] = ACTIONS(1444), + [anon_sym_break] = ACTIONS(1444), + [anon_sym_const] = ACTIONS(1444), + [anon_sym_continue] = ACTIONS(1444), + [anon_sym_default] = ACTIONS(1444), + [anon_sym_enum] = ACTIONS(1444), + [anon_sym_fn] = ACTIONS(1444), + [anon_sym_for] = ACTIONS(1444), + [anon_sym_gen] = ACTIONS(1444), + [anon_sym_if] = ACTIONS(1444), + [anon_sym_impl] = ACTIONS(1444), + [anon_sym_let] = ACTIONS(1444), + [anon_sym_loop] = ACTIONS(1444), + [anon_sym_match] = ACTIONS(1444), + [anon_sym_mod] = ACTIONS(1444), + [anon_sym_pub] = ACTIONS(1444), + [anon_sym_return] = ACTIONS(1444), + [anon_sym_static] = ACTIONS(1444), + [anon_sym_struct] = ACTIONS(1444), + [anon_sym_trait] = ACTIONS(1444), + [anon_sym_type] = ACTIONS(1444), + [anon_sym_union] = ACTIONS(1444), + [anon_sym_unsafe] = ACTIONS(1444), + [anon_sym_use] = ACTIONS(1444), + [anon_sym_while] = ACTIONS(1444), + [anon_sym_extern] = ACTIONS(1444), + [anon_sym_raw] = ACTIONS(1444), + [anon_sym_yield] = ACTIONS(1444), + [anon_sym_move] = ACTIONS(1444), + [anon_sym_try] = ACTIONS(1444), + [sym_integer_literal] = ACTIONS(1442), + [aux_sym_string_literal_token1] = ACTIONS(1442), + [sym_char_literal] = ACTIONS(1442), + [anon_sym_true] = ACTIONS(1444), + [anon_sym_false] = ACTIONS(1444), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1444), + [sym_super] = ACTIONS(1444), + [sym_crate] = ACTIONS(1444), + [sym_metavariable] = ACTIONS(1442), + [sym__raw_string_literal_start] = ACTIONS(1442), + [sym_float_literal] = ACTIONS(1442), + }, + [STATE(621)] = { + [sym_line_comment] = STATE(621), + [sym_block_comment] = STATE(621), + [ts_builtin_sym_end] = ACTIONS(1446), + [sym_identifier] = ACTIONS(1448), + [anon_sym_SEMI] = ACTIONS(1446), + [anon_sym_macro_rules_BANG] = ACTIONS(1446), + [anon_sym_LPAREN] = ACTIONS(1446), + [anon_sym_LBRACK] = ACTIONS(1446), + [anon_sym_LBRACE] = ACTIONS(1446), + [anon_sym_RBRACE] = ACTIONS(1446), + [anon_sym_STAR] = ACTIONS(1446), + [anon_sym_u8] = ACTIONS(1448), + [anon_sym_i8] = ACTIONS(1448), + [anon_sym_u16] = ACTIONS(1448), + [anon_sym_i16] = ACTIONS(1448), + [anon_sym_u32] = ACTIONS(1448), + [anon_sym_i32] = ACTIONS(1448), + [anon_sym_u64] = ACTIONS(1448), + [anon_sym_i64] = ACTIONS(1448), + [anon_sym_u128] = ACTIONS(1448), + [anon_sym_i128] = ACTIONS(1448), + [anon_sym_isize] = ACTIONS(1448), + [anon_sym_usize] = ACTIONS(1448), + [anon_sym_f32] = ACTIONS(1448), + [anon_sym_f64] = ACTIONS(1448), + [anon_sym_bool] = ACTIONS(1448), + [anon_sym_str] = ACTIONS(1448), + [anon_sym_char] = ACTIONS(1448), + [anon_sym_DASH] = ACTIONS(1446), + [anon_sym_BANG] = ACTIONS(1446), + [anon_sym_AMP] = ACTIONS(1446), + [anon_sym_PIPE] = ACTIONS(1446), + [anon_sym_LT] = ACTIONS(1446), + [anon_sym_DOT_DOT] = ACTIONS(1446), + [anon_sym_COLON_COLON] = ACTIONS(1446), + [anon_sym_POUND] = ACTIONS(1446), + [anon_sym_SQUOTE] = ACTIONS(1448), + [anon_sym_async] = ACTIONS(1448), + [anon_sym_break] = ACTIONS(1448), + [anon_sym_const] = ACTIONS(1448), + [anon_sym_continue] = ACTIONS(1448), + [anon_sym_default] = ACTIONS(1448), + [anon_sym_enum] = ACTIONS(1448), + [anon_sym_fn] = ACTIONS(1448), + [anon_sym_for] = ACTIONS(1448), + [anon_sym_gen] = ACTIONS(1448), + [anon_sym_if] = ACTIONS(1448), + [anon_sym_impl] = ACTIONS(1448), + [anon_sym_let] = ACTIONS(1448), + [anon_sym_loop] = ACTIONS(1448), + [anon_sym_match] = ACTIONS(1448), + [anon_sym_mod] = ACTIONS(1448), + [anon_sym_pub] = ACTIONS(1448), + [anon_sym_return] = ACTIONS(1448), + [anon_sym_static] = ACTIONS(1448), + [anon_sym_struct] = ACTIONS(1448), + [anon_sym_trait] = ACTIONS(1448), + [anon_sym_type] = ACTIONS(1448), + [anon_sym_union] = ACTIONS(1448), + [anon_sym_unsafe] = ACTIONS(1448), + [anon_sym_use] = ACTIONS(1448), + [anon_sym_while] = ACTIONS(1448), + [anon_sym_extern] = ACTIONS(1448), + [anon_sym_raw] = ACTIONS(1448), + [anon_sym_yield] = ACTIONS(1448), + [anon_sym_move] = ACTIONS(1448), + [anon_sym_try] = ACTIONS(1448), + [sym_integer_literal] = ACTIONS(1446), + [aux_sym_string_literal_token1] = ACTIONS(1446), + [sym_char_literal] = ACTIONS(1446), + [anon_sym_true] = ACTIONS(1448), + [anon_sym_false] = ACTIONS(1448), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1448), + [sym_super] = ACTIONS(1448), + [sym_crate] = ACTIONS(1448), + [sym_metavariable] = ACTIONS(1446), + [sym__raw_string_literal_start] = ACTIONS(1446), + [sym_float_literal] = ACTIONS(1446), + }, + [STATE(622)] = { + [sym_line_comment] = STATE(622), + [sym_block_comment] = STATE(622), + [ts_builtin_sym_end] = ACTIONS(1462), + [sym_identifier] = ACTIONS(1464), + [anon_sym_SEMI] = ACTIONS(1462), + [anon_sym_macro_rules_BANG] = ACTIONS(1462), + [anon_sym_LPAREN] = ACTIONS(1462), + [anon_sym_LBRACK] = ACTIONS(1462), + [anon_sym_LBRACE] = ACTIONS(1462), + [anon_sym_RBRACE] = ACTIONS(1462), + [anon_sym_STAR] = ACTIONS(1462), + [anon_sym_u8] = ACTIONS(1464), + [anon_sym_i8] = ACTIONS(1464), + [anon_sym_u16] = ACTIONS(1464), + [anon_sym_i16] = ACTIONS(1464), + [anon_sym_u32] = ACTIONS(1464), + [anon_sym_i32] = ACTIONS(1464), + [anon_sym_u64] = ACTIONS(1464), + [anon_sym_i64] = ACTIONS(1464), + [anon_sym_u128] = ACTIONS(1464), + [anon_sym_i128] = ACTIONS(1464), + [anon_sym_isize] = ACTIONS(1464), + [anon_sym_usize] = ACTIONS(1464), + [anon_sym_f32] = ACTIONS(1464), + [anon_sym_f64] = ACTIONS(1464), + [anon_sym_bool] = ACTIONS(1464), + [anon_sym_str] = ACTIONS(1464), + [anon_sym_char] = ACTIONS(1464), + [anon_sym_DASH] = ACTIONS(1462), + [anon_sym_BANG] = ACTIONS(1462), + [anon_sym_AMP] = ACTIONS(1462), + [anon_sym_PIPE] = ACTIONS(1462), + [anon_sym_LT] = ACTIONS(1462), + [anon_sym_DOT_DOT] = ACTIONS(1462), + [anon_sym_COLON_COLON] = ACTIONS(1462), + [anon_sym_POUND] = ACTIONS(1462), + [anon_sym_SQUOTE] = ACTIONS(1464), + [anon_sym_async] = ACTIONS(1464), + [anon_sym_break] = ACTIONS(1464), + [anon_sym_const] = ACTIONS(1464), + [anon_sym_continue] = ACTIONS(1464), + [anon_sym_default] = ACTIONS(1464), + [anon_sym_enum] = ACTIONS(1464), + [anon_sym_fn] = ACTIONS(1464), + [anon_sym_for] = ACTIONS(1464), + [anon_sym_gen] = ACTIONS(1464), + [anon_sym_if] = ACTIONS(1464), + [anon_sym_impl] = ACTIONS(1464), + [anon_sym_let] = ACTIONS(1464), + [anon_sym_loop] = ACTIONS(1464), + [anon_sym_match] = ACTIONS(1464), + [anon_sym_mod] = ACTIONS(1464), + [anon_sym_pub] = ACTIONS(1464), + [anon_sym_return] = ACTIONS(1464), + [anon_sym_static] = ACTIONS(1464), + [anon_sym_struct] = ACTIONS(1464), + [anon_sym_trait] = ACTIONS(1464), + [anon_sym_type] = ACTIONS(1464), + [anon_sym_union] = ACTIONS(1464), + [anon_sym_unsafe] = ACTIONS(1464), + [anon_sym_use] = ACTIONS(1464), + [anon_sym_while] = ACTIONS(1464), + [anon_sym_extern] = ACTIONS(1464), + [anon_sym_raw] = ACTIONS(1464), + [anon_sym_yield] = ACTIONS(1464), + [anon_sym_move] = ACTIONS(1464), + [anon_sym_try] = ACTIONS(1464), + [sym_integer_literal] = ACTIONS(1462), + [aux_sym_string_literal_token1] = ACTIONS(1462), + [sym_char_literal] = ACTIONS(1462), + [anon_sym_true] = ACTIONS(1464), + [anon_sym_false] = ACTIONS(1464), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1464), + [sym_super] = ACTIONS(1464), + [sym_crate] = ACTIONS(1464), + [sym_metavariable] = ACTIONS(1462), + [sym__raw_string_literal_start] = ACTIONS(1462), + [sym_float_literal] = ACTIONS(1462), + }, + [STATE(623)] = { + [sym_line_comment] = STATE(623), + [sym_block_comment] = STATE(623), + [ts_builtin_sym_end] = ACTIONS(2419), + [sym_identifier] = ACTIONS(2421), + [anon_sym_SEMI] = ACTIONS(2419), + [anon_sym_macro_rules_BANG] = ACTIONS(2419), + [anon_sym_LPAREN] = ACTIONS(2419), + [anon_sym_LBRACK] = ACTIONS(2419), + [anon_sym_LBRACE] = ACTIONS(2419), + [anon_sym_RBRACE] = ACTIONS(2419), + [anon_sym_STAR] = ACTIONS(2419), + [anon_sym_u8] = ACTIONS(2421), + [anon_sym_i8] = ACTIONS(2421), + [anon_sym_u16] = ACTIONS(2421), + [anon_sym_i16] = ACTIONS(2421), + [anon_sym_u32] = ACTIONS(2421), + [anon_sym_i32] = ACTIONS(2421), + [anon_sym_u64] = ACTIONS(2421), + [anon_sym_i64] = ACTIONS(2421), + [anon_sym_u128] = ACTIONS(2421), + [anon_sym_i128] = ACTIONS(2421), + [anon_sym_isize] = ACTIONS(2421), + [anon_sym_usize] = ACTIONS(2421), + [anon_sym_f32] = ACTIONS(2421), + [anon_sym_f64] = ACTIONS(2421), + [anon_sym_bool] = ACTIONS(2421), + [anon_sym_str] = ACTIONS(2421), + [anon_sym_char] = ACTIONS(2421), + [anon_sym_DASH] = ACTIONS(2419), + [anon_sym_BANG] = ACTIONS(2419), + [anon_sym_AMP] = ACTIONS(2419), + [anon_sym_PIPE] = ACTIONS(2419), + [anon_sym_LT] = ACTIONS(2419), + [anon_sym_DOT_DOT] = ACTIONS(2419), + [anon_sym_COLON_COLON] = ACTIONS(2419), + [anon_sym_POUND] = ACTIONS(2419), + [anon_sym_SQUOTE] = ACTIONS(2421), + [anon_sym_async] = ACTIONS(2421), + [anon_sym_break] = ACTIONS(2421), + [anon_sym_const] = ACTIONS(2421), + [anon_sym_continue] = ACTIONS(2421), + [anon_sym_default] = ACTIONS(2421), + [anon_sym_enum] = ACTIONS(2421), + [anon_sym_fn] = ACTIONS(2421), + [anon_sym_for] = ACTIONS(2421), + [anon_sym_gen] = ACTIONS(2421), + [anon_sym_if] = ACTIONS(2421), + [anon_sym_impl] = ACTIONS(2421), + [anon_sym_let] = ACTIONS(2421), + [anon_sym_loop] = ACTIONS(2421), + [anon_sym_match] = ACTIONS(2421), + [anon_sym_mod] = ACTIONS(2421), + [anon_sym_pub] = ACTIONS(2421), + [anon_sym_return] = ACTIONS(2421), + [anon_sym_static] = ACTIONS(2421), + [anon_sym_struct] = ACTIONS(2421), + [anon_sym_trait] = ACTIONS(2421), + [anon_sym_type] = ACTIONS(2421), + [anon_sym_union] = ACTIONS(2421), + [anon_sym_unsafe] = ACTIONS(2421), + [anon_sym_use] = ACTIONS(2421), + [anon_sym_while] = ACTIONS(2421), + [anon_sym_extern] = ACTIONS(2421), + [anon_sym_raw] = ACTIONS(2421), + [anon_sym_yield] = ACTIONS(2421), + [anon_sym_move] = ACTIONS(2421), + [anon_sym_try] = ACTIONS(2421), + [sym_integer_literal] = ACTIONS(2419), + [aux_sym_string_literal_token1] = ACTIONS(2419), + [sym_char_literal] = ACTIONS(2419), + [anon_sym_true] = ACTIONS(2421), + [anon_sym_false] = ACTIONS(2421), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2421), + [sym_super] = ACTIONS(2421), + [sym_crate] = ACTIONS(2421), + [sym_metavariable] = ACTIONS(2419), + [sym__raw_string_literal_start] = ACTIONS(2419), + [sym_float_literal] = ACTIONS(2419), + }, + [STATE(624)] = { + [sym_line_comment] = STATE(624), + [sym_block_comment] = STATE(624), + [ts_builtin_sym_end] = ACTIONS(2423), + [sym_identifier] = ACTIONS(2425), + [anon_sym_SEMI] = ACTIONS(2423), + [anon_sym_macro_rules_BANG] = ACTIONS(2423), + [anon_sym_LPAREN] = ACTIONS(2423), + [anon_sym_LBRACK] = ACTIONS(2423), + [anon_sym_LBRACE] = ACTIONS(2423), + [anon_sym_RBRACE] = ACTIONS(2423), + [anon_sym_STAR] = ACTIONS(2423), + [anon_sym_u8] = ACTIONS(2425), + [anon_sym_i8] = ACTIONS(2425), + [anon_sym_u16] = ACTIONS(2425), + [anon_sym_i16] = ACTIONS(2425), + [anon_sym_u32] = ACTIONS(2425), + [anon_sym_i32] = ACTIONS(2425), + [anon_sym_u64] = ACTIONS(2425), + [anon_sym_i64] = ACTIONS(2425), + [anon_sym_u128] = ACTIONS(2425), + [anon_sym_i128] = ACTIONS(2425), + [anon_sym_isize] = ACTIONS(2425), + [anon_sym_usize] = ACTIONS(2425), + [anon_sym_f32] = ACTIONS(2425), + [anon_sym_f64] = ACTIONS(2425), + [anon_sym_bool] = ACTIONS(2425), + [anon_sym_str] = ACTIONS(2425), + [anon_sym_char] = ACTIONS(2425), + [anon_sym_DASH] = ACTIONS(2423), + [anon_sym_BANG] = ACTIONS(2423), + [anon_sym_AMP] = ACTIONS(2423), + [anon_sym_PIPE] = ACTIONS(2423), + [anon_sym_LT] = ACTIONS(2423), + [anon_sym_DOT_DOT] = ACTIONS(2423), + [anon_sym_COLON_COLON] = ACTIONS(2423), + [anon_sym_POUND] = ACTIONS(2423), + [anon_sym_SQUOTE] = ACTIONS(2425), + [anon_sym_async] = ACTIONS(2425), + [anon_sym_break] = ACTIONS(2425), + [anon_sym_const] = ACTIONS(2425), + [anon_sym_continue] = ACTIONS(2425), + [anon_sym_default] = ACTIONS(2425), + [anon_sym_enum] = ACTIONS(2425), + [anon_sym_fn] = ACTIONS(2425), + [anon_sym_for] = ACTIONS(2425), + [anon_sym_gen] = ACTIONS(2425), + [anon_sym_if] = ACTIONS(2425), + [anon_sym_impl] = ACTIONS(2425), + [anon_sym_let] = ACTIONS(2425), + [anon_sym_loop] = ACTIONS(2425), + [anon_sym_match] = ACTIONS(2425), + [anon_sym_mod] = ACTIONS(2425), + [anon_sym_pub] = ACTIONS(2425), + [anon_sym_return] = ACTIONS(2425), + [anon_sym_static] = ACTIONS(2425), + [anon_sym_struct] = ACTIONS(2425), + [anon_sym_trait] = ACTIONS(2425), + [anon_sym_type] = ACTIONS(2425), + [anon_sym_union] = ACTIONS(2425), + [anon_sym_unsafe] = ACTIONS(2425), + [anon_sym_use] = ACTIONS(2425), + [anon_sym_while] = ACTIONS(2425), + [anon_sym_extern] = ACTIONS(2425), + [anon_sym_raw] = ACTIONS(2425), + [anon_sym_yield] = ACTIONS(2425), + [anon_sym_move] = ACTIONS(2425), + [anon_sym_try] = ACTIONS(2425), + [sym_integer_literal] = ACTIONS(2423), + [aux_sym_string_literal_token1] = ACTIONS(2423), + [sym_char_literal] = ACTIONS(2423), + [anon_sym_true] = ACTIONS(2425), + [anon_sym_false] = ACTIONS(2425), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2425), + [sym_super] = ACTIONS(2425), + [sym_crate] = ACTIONS(2425), + [sym_metavariable] = ACTIONS(2423), + [sym__raw_string_literal_start] = ACTIONS(2423), + [sym_float_literal] = ACTIONS(2423), + }, + [STATE(625)] = { + [sym_line_comment] = STATE(625), + [sym_block_comment] = STATE(625), + [ts_builtin_sym_end] = ACTIONS(2427), + [sym_identifier] = ACTIONS(2429), + [anon_sym_SEMI] = ACTIONS(2427), + [anon_sym_macro_rules_BANG] = ACTIONS(2427), + [anon_sym_LPAREN] = ACTIONS(2427), + [anon_sym_LBRACK] = ACTIONS(2427), + [anon_sym_LBRACE] = ACTIONS(2427), + [anon_sym_RBRACE] = ACTIONS(2427), + [anon_sym_STAR] = ACTIONS(2427), + [anon_sym_u8] = ACTIONS(2429), + [anon_sym_i8] = ACTIONS(2429), + [anon_sym_u16] = ACTIONS(2429), + [anon_sym_i16] = ACTIONS(2429), + [anon_sym_u32] = ACTIONS(2429), + [anon_sym_i32] = ACTIONS(2429), + [anon_sym_u64] = ACTIONS(2429), + [anon_sym_i64] = ACTIONS(2429), + [anon_sym_u128] = ACTIONS(2429), + [anon_sym_i128] = ACTIONS(2429), + [anon_sym_isize] = ACTIONS(2429), + [anon_sym_usize] = ACTIONS(2429), + [anon_sym_f32] = ACTIONS(2429), + [anon_sym_f64] = ACTIONS(2429), + [anon_sym_bool] = ACTIONS(2429), + [anon_sym_str] = ACTIONS(2429), + [anon_sym_char] = ACTIONS(2429), + [anon_sym_DASH] = ACTIONS(2427), + [anon_sym_BANG] = ACTIONS(2427), + [anon_sym_AMP] = ACTIONS(2427), + [anon_sym_PIPE] = ACTIONS(2427), + [anon_sym_LT] = ACTIONS(2427), + [anon_sym_DOT_DOT] = ACTIONS(2427), + [anon_sym_COLON_COLON] = ACTIONS(2427), + [anon_sym_POUND] = ACTIONS(2427), + [anon_sym_SQUOTE] = ACTIONS(2429), + [anon_sym_async] = ACTIONS(2429), + [anon_sym_break] = ACTIONS(2429), + [anon_sym_const] = ACTIONS(2429), + [anon_sym_continue] = ACTIONS(2429), + [anon_sym_default] = ACTIONS(2429), + [anon_sym_enum] = ACTIONS(2429), + [anon_sym_fn] = ACTIONS(2429), + [anon_sym_for] = ACTIONS(2429), + [anon_sym_gen] = ACTIONS(2429), + [anon_sym_if] = ACTIONS(2429), + [anon_sym_impl] = ACTIONS(2429), + [anon_sym_let] = ACTIONS(2429), + [anon_sym_loop] = ACTIONS(2429), + [anon_sym_match] = ACTIONS(2429), + [anon_sym_mod] = ACTIONS(2429), + [anon_sym_pub] = ACTIONS(2429), + [anon_sym_return] = ACTIONS(2429), + [anon_sym_static] = ACTIONS(2429), + [anon_sym_struct] = ACTIONS(2429), + [anon_sym_trait] = ACTIONS(2429), + [anon_sym_type] = ACTIONS(2429), + [anon_sym_union] = ACTIONS(2429), + [anon_sym_unsafe] = ACTIONS(2429), + [anon_sym_use] = ACTIONS(2429), + [anon_sym_while] = ACTIONS(2429), + [anon_sym_extern] = ACTIONS(2429), + [anon_sym_raw] = ACTIONS(2429), + [anon_sym_yield] = ACTIONS(2429), + [anon_sym_move] = ACTIONS(2429), + [anon_sym_try] = ACTIONS(2429), + [sym_integer_literal] = ACTIONS(2427), + [aux_sym_string_literal_token1] = ACTIONS(2427), + [sym_char_literal] = ACTIONS(2427), + [anon_sym_true] = ACTIONS(2429), + [anon_sym_false] = ACTIONS(2429), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2429), + [sym_super] = ACTIONS(2429), + [sym_crate] = ACTIONS(2429), + [sym_metavariable] = ACTIONS(2427), + [sym__raw_string_literal_start] = ACTIONS(2427), + [sym_float_literal] = ACTIONS(2427), + }, + [STATE(626)] = { + [sym_line_comment] = STATE(626), + [sym_block_comment] = STATE(626), + [ts_builtin_sym_end] = ACTIONS(2431), + [sym_identifier] = ACTIONS(2433), + [anon_sym_SEMI] = ACTIONS(2431), + [anon_sym_macro_rules_BANG] = ACTIONS(2431), + [anon_sym_LPAREN] = ACTIONS(2431), + [anon_sym_LBRACK] = ACTIONS(2431), + [anon_sym_LBRACE] = ACTIONS(2431), + [anon_sym_RBRACE] = ACTIONS(2431), + [anon_sym_STAR] = ACTIONS(2431), + [anon_sym_u8] = ACTIONS(2433), + [anon_sym_i8] = ACTIONS(2433), + [anon_sym_u16] = ACTIONS(2433), + [anon_sym_i16] = ACTIONS(2433), + [anon_sym_u32] = ACTIONS(2433), + [anon_sym_i32] = ACTIONS(2433), + [anon_sym_u64] = ACTIONS(2433), + [anon_sym_i64] = ACTIONS(2433), + [anon_sym_u128] = ACTIONS(2433), + [anon_sym_i128] = ACTIONS(2433), + [anon_sym_isize] = ACTIONS(2433), + [anon_sym_usize] = ACTIONS(2433), + [anon_sym_f32] = ACTIONS(2433), + [anon_sym_f64] = ACTIONS(2433), + [anon_sym_bool] = ACTIONS(2433), + [anon_sym_str] = ACTIONS(2433), + [anon_sym_char] = ACTIONS(2433), + [anon_sym_DASH] = ACTIONS(2431), + [anon_sym_BANG] = ACTIONS(2431), + [anon_sym_AMP] = ACTIONS(2431), + [anon_sym_PIPE] = ACTIONS(2431), + [anon_sym_LT] = ACTIONS(2431), + [anon_sym_DOT_DOT] = ACTIONS(2431), + [anon_sym_COLON_COLON] = ACTIONS(2431), + [anon_sym_POUND] = ACTIONS(2431), + [anon_sym_SQUOTE] = ACTIONS(2433), + [anon_sym_async] = ACTIONS(2433), + [anon_sym_break] = ACTIONS(2433), + [anon_sym_const] = ACTIONS(2433), + [anon_sym_continue] = ACTIONS(2433), + [anon_sym_default] = ACTIONS(2433), + [anon_sym_enum] = ACTIONS(2433), + [anon_sym_fn] = ACTIONS(2433), + [anon_sym_for] = ACTIONS(2433), + [anon_sym_gen] = ACTIONS(2433), + [anon_sym_if] = ACTIONS(2433), + [anon_sym_impl] = ACTIONS(2433), + [anon_sym_let] = ACTIONS(2433), + [anon_sym_loop] = ACTIONS(2433), + [anon_sym_match] = ACTIONS(2433), + [anon_sym_mod] = ACTIONS(2433), + [anon_sym_pub] = ACTIONS(2433), + [anon_sym_return] = ACTIONS(2433), + [anon_sym_static] = ACTIONS(2433), + [anon_sym_struct] = ACTIONS(2433), + [anon_sym_trait] = ACTIONS(2433), + [anon_sym_type] = ACTIONS(2433), + [anon_sym_union] = ACTIONS(2433), + [anon_sym_unsafe] = ACTIONS(2433), + [anon_sym_use] = ACTIONS(2433), + [anon_sym_while] = ACTIONS(2433), + [anon_sym_extern] = ACTIONS(2433), + [anon_sym_raw] = ACTIONS(2433), + [anon_sym_yield] = ACTIONS(2433), + [anon_sym_move] = ACTIONS(2433), + [anon_sym_try] = ACTIONS(2433), + [sym_integer_literal] = ACTIONS(2431), + [aux_sym_string_literal_token1] = ACTIONS(2431), + [sym_char_literal] = ACTIONS(2431), + [anon_sym_true] = ACTIONS(2433), + [anon_sym_false] = ACTIONS(2433), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2433), + [sym_super] = ACTIONS(2433), + [sym_crate] = ACTIONS(2433), + [sym_metavariable] = ACTIONS(2431), + [sym__raw_string_literal_start] = ACTIONS(2431), + [sym_float_literal] = ACTIONS(2431), + }, + [STATE(627)] = { + [sym_line_comment] = STATE(627), + [sym_block_comment] = STATE(627), + [ts_builtin_sym_end] = ACTIONS(2435), + [sym_identifier] = ACTIONS(2437), + [anon_sym_SEMI] = ACTIONS(2435), + [anon_sym_macro_rules_BANG] = ACTIONS(2435), + [anon_sym_LPAREN] = ACTIONS(2435), + [anon_sym_LBRACK] = ACTIONS(2435), + [anon_sym_LBRACE] = ACTIONS(2435), + [anon_sym_RBRACE] = ACTIONS(2435), + [anon_sym_STAR] = ACTIONS(2435), + [anon_sym_u8] = ACTIONS(2437), + [anon_sym_i8] = ACTIONS(2437), + [anon_sym_u16] = ACTIONS(2437), + [anon_sym_i16] = ACTIONS(2437), + [anon_sym_u32] = ACTIONS(2437), + [anon_sym_i32] = ACTIONS(2437), + [anon_sym_u64] = ACTIONS(2437), + [anon_sym_i64] = ACTIONS(2437), + [anon_sym_u128] = ACTIONS(2437), + [anon_sym_i128] = ACTIONS(2437), + [anon_sym_isize] = ACTIONS(2437), + [anon_sym_usize] = ACTIONS(2437), + [anon_sym_f32] = ACTIONS(2437), + [anon_sym_f64] = ACTIONS(2437), + [anon_sym_bool] = ACTIONS(2437), + [anon_sym_str] = ACTIONS(2437), + [anon_sym_char] = ACTIONS(2437), + [anon_sym_DASH] = ACTIONS(2435), + [anon_sym_BANG] = ACTIONS(2435), + [anon_sym_AMP] = ACTIONS(2435), + [anon_sym_PIPE] = ACTIONS(2435), + [anon_sym_LT] = ACTIONS(2435), + [anon_sym_DOT_DOT] = ACTIONS(2435), + [anon_sym_COLON_COLON] = ACTIONS(2435), + [anon_sym_POUND] = ACTIONS(2435), + [anon_sym_SQUOTE] = ACTIONS(2437), + [anon_sym_async] = ACTIONS(2437), + [anon_sym_break] = ACTIONS(2437), + [anon_sym_const] = ACTIONS(2437), + [anon_sym_continue] = ACTIONS(2437), + [anon_sym_default] = ACTIONS(2437), + [anon_sym_enum] = ACTIONS(2437), + [anon_sym_fn] = ACTIONS(2437), + [anon_sym_for] = ACTIONS(2437), + [anon_sym_gen] = ACTIONS(2437), + [anon_sym_if] = ACTIONS(2437), + [anon_sym_impl] = ACTIONS(2437), + [anon_sym_let] = ACTIONS(2437), + [anon_sym_loop] = ACTIONS(2437), + [anon_sym_match] = ACTIONS(2437), + [anon_sym_mod] = ACTIONS(2437), + [anon_sym_pub] = ACTIONS(2437), + [anon_sym_return] = ACTIONS(2437), + [anon_sym_static] = ACTIONS(2437), + [anon_sym_struct] = ACTIONS(2437), + [anon_sym_trait] = ACTIONS(2437), + [anon_sym_type] = ACTIONS(2437), + [anon_sym_union] = ACTIONS(2437), + [anon_sym_unsafe] = ACTIONS(2437), + [anon_sym_use] = ACTIONS(2437), + [anon_sym_while] = ACTIONS(2437), + [anon_sym_extern] = ACTIONS(2437), + [anon_sym_raw] = ACTIONS(2437), + [anon_sym_yield] = ACTIONS(2437), + [anon_sym_move] = ACTIONS(2437), + [anon_sym_try] = ACTIONS(2437), + [sym_integer_literal] = ACTIONS(2435), + [aux_sym_string_literal_token1] = ACTIONS(2435), + [sym_char_literal] = ACTIONS(2435), + [anon_sym_true] = ACTIONS(2437), + [anon_sym_false] = ACTIONS(2437), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2437), + [sym_super] = ACTIONS(2437), + [sym_crate] = ACTIONS(2437), + [sym_metavariable] = ACTIONS(2435), + [sym__raw_string_literal_start] = ACTIONS(2435), + [sym_float_literal] = ACTIONS(2435), + }, + [STATE(628)] = { + [sym_line_comment] = STATE(628), + [sym_block_comment] = STATE(628), + [ts_builtin_sym_end] = ACTIONS(2439), + [sym_identifier] = ACTIONS(2441), + [anon_sym_SEMI] = ACTIONS(2439), + [anon_sym_macro_rules_BANG] = ACTIONS(2439), + [anon_sym_LPAREN] = ACTIONS(2439), + [anon_sym_LBRACK] = ACTIONS(2439), + [anon_sym_LBRACE] = ACTIONS(2439), + [anon_sym_RBRACE] = ACTIONS(2439), + [anon_sym_STAR] = ACTIONS(2439), + [anon_sym_u8] = ACTIONS(2441), + [anon_sym_i8] = ACTIONS(2441), + [anon_sym_u16] = ACTIONS(2441), + [anon_sym_i16] = ACTIONS(2441), + [anon_sym_u32] = ACTIONS(2441), + [anon_sym_i32] = ACTIONS(2441), + [anon_sym_u64] = ACTIONS(2441), + [anon_sym_i64] = ACTIONS(2441), + [anon_sym_u128] = ACTIONS(2441), + [anon_sym_i128] = ACTIONS(2441), + [anon_sym_isize] = ACTIONS(2441), + [anon_sym_usize] = ACTIONS(2441), + [anon_sym_f32] = ACTIONS(2441), + [anon_sym_f64] = ACTIONS(2441), + [anon_sym_bool] = ACTIONS(2441), + [anon_sym_str] = ACTIONS(2441), + [anon_sym_char] = ACTIONS(2441), + [anon_sym_DASH] = ACTIONS(2439), + [anon_sym_BANG] = ACTIONS(2439), + [anon_sym_AMP] = ACTIONS(2439), + [anon_sym_PIPE] = ACTIONS(2439), + [anon_sym_LT] = ACTIONS(2439), + [anon_sym_DOT_DOT] = ACTIONS(2439), + [anon_sym_COLON_COLON] = ACTIONS(2439), [anon_sym_POUND] = ACTIONS(2439), - [anon_sym_async] = ACTIONS(2442), + [anon_sym_SQUOTE] = ACTIONS(2441), + [anon_sym_async] = ACTIONS(2441), + [anon_sym_break] = ACTIONS(2441), + [anon_sym_const] = ACTIONS(2441), + [anon_sym_continue] = ACTIONS(2441), + [anon_sym_default] = ACTIONS(2441), + [anon_sym_enum] = ACTIONS(2441), + [anon_sym_fn] = ACTIONS(2441), + [anon_sym_for] = ACTIONS(2441), + [anon_sym_gen] = ACTIONS(2441), + [anon_sym_if] = ACTIONS(2441), + [anon_sym_impl] = ACTIONS(2441), + [anon_sym_let] = ACTIONS(2441), + [anon_sym_loop] = ACTIONS(2441), + [anon_sym_match] = ACTIONS(2441), + [anon_sym_mod] = ACTIONS(2441), + [anon_sym_pub] = ACTIONS(2441), + [anon_sym_return] = ACTIONS(2441), + [anon_sym_static] = ACTIONS(2441), + [anon_sym_struct] = ACTIONS(2441), + [anon_sym_trait] = ACTIONS(2441), + [anon_sym_type] = ACTIONS(2441), + [anon_sym_union] = ACTIONS(2441), + [anon_sym_unsafe] = ACTIONS(2441), + [anon_sym_use] = ACTIONS(2441), + [anon_sym_while] = ACTIONS(2441), + [anon_sym_extern] = ACTIONS(2441), + [anon_sym_raw] = ACTIONS(2441), + [anon_sym_yield] = ACTIONS(2441), + [anon_sym_move] = ACTIONS(2441), + [anon_sym_try] = ACTIONS(2441), + [sym_integer_literal] = ACTIONS(2439), + [aux_sym_string_literal_token1] = ACTIONS(2439), + [sym_char_literal] = ACTIONS(2439), + [anon_sym_true] = ACTIONS(2441), + [anon_sym_false] = ACTIONS(2441), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2441), + [sym_super] = ACTIONS(2441), + [sym_crate] = ACTIONS(2441), + [sym_metavariable] = ACTIONS(2439), + [sym__raw_string_literal_start] = ACTIONS(2439), + [sym_float_literal] = ACTIONS(2439), + }, + [STATE(629)] = { + [sym_line_comment] = STATE(629), + [sym_block_comment] = STATE(629), + [ts_builtin_sym_end] = ACTIONS(2443), + [sym_identifier] = ACTIONS(2445), + [anon_sym_SEMI] = ACTIONS(2443), + [anon_sym_macro_rules_BANG] = ACTIONS(2443), + [anon_sym_LPAREN] = ACTIONS(2443), + [anon_sym_LBRACK] = ACTIONS(2443), + [anon_sym_LBRACE] = ACTIONS(2443), + [anon_sym_RBRACE] = ACTIONS(2443), + [anon_sym_STAR] = ACTIONS(2443), + [anon_sym_u8] = ACTIONS(2445), + [anon_sym_i8] = ACTIONS(2445), + [anon_sym_u16] = ACTIONS(2445), + [anon_sym_i16] = ACTIONS(2445), + [anon_sym_u32] = ACTIONS(2445), + [anon_sym_i32] = ACTIONS(2445), + [anon_sym_u64] = ACTIONS(2445), + [anon_sym_i64] = ACTIONS(2445), + [anon_sym_u128] = ACTIONS(2445), + [anon_sym_i128] = ACTIONS(2445), + [anon_sym_isize] = ACTIONS(2445), + [anon_sym_usize] = ACTIONS(2445), + [anon_sym_f32] = ACTIONS(2445), + [anon_sym_f64] = ACTIONS(2445), + [anon_sym_bool] = ACTIONS(2445), + [anon_sym_str] = ACTIONS(2445), + [anon_sym_char] = ACTIONS(2445), + [anon_sym_DASH] = ACTIONS(2443), + [anon_sym_BANG] = ACTIONS(2443), + [anon_sym_AMP] = ACTIONS(2443), + [anon_sym_PIPE] = ACTIONS(2443), + [anon_sym_LT] = ACTIONS(2443), + [anon_sym_DOT_DOT] = ACTIONS(2443), + [anon_sym_COLON_COLON] = ACTIONS(2443), + [anon_sym_POUND] = ACTIONS(2443), + [anon_sym_SQUOTE] = ACTIONS(2445), + [anon_sym_async] = ACTIONS(2445), + [anon_sym_break] = ACTIONS(2445), [anon_sym_const] = ACTIONS(2445), - [anon_sym_default] = ACTIONS(2448), - [anon_sym_enum] = ACTIONS(2451), - [anon_sym_fn] = ACTIONS(2454), + [anon_sym_continue] = ACTIONS(2445), + [anon_sym_default] = ACTIONS(2445), + [anon_sym_enum] = ACTIONS(2445), + [anon_sym_fn] = ACTIONS(2445), + [anon_sym_for] = ACTIONS(2445), + [anon_sym_gen] = ACTIONS(2445), + [anon_sym_if] = ACTIONS(2445), + [anon_sym_impl] = ACTIONS(2445), + [anon_sym_let] = ACTIONS(2445), + [anon_sym_loop] = ACTIONS(2445), + [anon_sym_match] = ACTIONS(2445), + [anon_sym_mod] = ACTIONS(2445), + [anon_sym_pub] = ACTIONS(2445), + [anon_sym_return] = ACTIONS(2445), + [anon_sym_static] = ACTIONS(2445), + [anon_sym_struct] = ACTIONS(2445), + [anon_sym_trait] = ACTIONS(2445), + [anon_sym_type] = ACTIONS(2445), + [anon_sym_union] = ACTIONS(2445), + [anon_sym_unsafe] = ACTIONS(2445), + [anon_sym_use] = ACTIONS(2445), + [anon_sym_while] = ACTIONS(2445), + [anon_sym_extern] = ACTIONS(2445), + [anon_sym_raw] = ACTIONS(2445), + [anon_sym_yield] = ACTIONS(2445), + [anon_sym_move] = ACTIONS(2445), + [anon_sym_try] = ACTIONS(2445), + [sym_integer_literal] = ACTIONS(2443), + [aux_sym_string_literal_token1] = ACTIONS(2443), + [sym_char_literal] = ACTIONS(2443), + [anon_sym_true] = ACTIONS(2445), + [anon_sym_false] = ACTIONS(2445), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2445), + [sym_super] = ACTIONS(2445), + [sym_crate] = ACTIONS(2445), + [sym_metavariable] = ACTIONS(2443), + [sym__raw_string_literal_start] = ACTIONS(2443), + [sym_float_literal] = ACTIONS(2443), + }, + [STATE(630)] = { + [sym_line_comment] = STATE(630), + [sym_block_comment] = STATE(630), + [ts_builtin_sym_end] = ACTIONS(2447), + [sym_identifier] = ACTIONS(2449), + [anon_sym_SEMI] = ACTIONS(2447), + [anon_sym_macro_rules_BANG] = ACTIONS(2447), + [anon_sym_LPAREN] = ACTIONS(2447), + [anon_sym_LBRACK] = ACTIONS(2447), + [anon_sym_LBRACE] = ACTIONS(2447), + [anon_sym_RBRACE] = ACTIONS(2447), + [anon_sym_STAR] = ACTIONS(2447), + [anon_sym_u8] = ACTIONS(2449), + [anon_sym_i8] = ACTIONS(2449), + [anon_sym_u16] = ACTIONS(2449), + [anon_sym_i16] = ACTIONS(2449), + [anon_sym_u32] = ACTIONS(2449), + [anon_sym_i32] = ACTIONS(2449), + [anon_sym_u64] = ACTIONS(2449), + [anon_sym_i64] = ACTIONS(2449), + [anon_sym_u128] = ACTIONS(2449), + [anon_sym_i128] = ACTIONS(2449), + [anon_sym_isize] = ACTIONS(2449), + [anon_sym_usize] = ACTIONS(2449), + [anon_sym_f32] = ACTIONS(2449), + [anon_sym_f64] = ACTIONS(2449), + [anon_sym_bool] = ACTIONS(2449), + [anon_sym_str] = ACTIONS(2449), + [anon_sym_char] = ACTIONS(2449), + [anon_sym_DASH] = ACTIONS(2447), + [anon_sym_BANG] = ACTIONS(2447), + [anon_sym_AMP] = ACTIONS(2447), + [anon_sym_PIPE] = ACTIONS(2447), + [anon_sym_LT] = ACTIONS(2447), + [anon_sym_DOT_DOT] = ACTIONS(2447), + [anon_sym_COLON_COLON] = ACTIONS(2447), + [anon_sym_POUND] = ACTIONS(2447), + [anon_sym_SQUOTE] = ACTIONS(2449), + [anon_sym_async] = ACTIONS(2449), + [anon_sym_break] = ACTIONS(2449), + [anon_sym_const] = ACTIONS(2449), + [anon_sym_continue] = ACTIONS(2449), + [anon_sym_default] = ACTIONS(2449), + [anon_sym_enum] = ACTIONS(2449), + [anon_sym_fn] = ACTIONS(2449), + [anon_sym_for] = ACTIONS(2449), + [anon_sym_gen] = ACTIONS(2449), + [anon_sym_if] = ACTIONS(2449), + [anon_sym_impl] = ACTIONS(2449), + [anon_sym_let] = ACTIONS(2449), + [anon_sym_loop] = ACTIONS(2449), + [anon_sym_match] = ACTIONS(2449), + [anon_sym_mod] = ACTIONS(2449), + [anon_sym_pub] = ACTIONS(2449), + [anon_sym_return] = ACTIONS(2449), + [anon_sym_static] = ACTIONS(2449), + [anon_sym_struct] = ACTIONS(2449), + [anon_sym_trait] = ACTIONS(2449), + [anon_sym_type] = ACTIONS(2449), + [anon_sym_union] = ACTIONS(2449), + [anon_sym_unsafe] = ACTIONS(2449), + [anon_sym_use] = ACTIONS(2449), + [anon_sym_while] = ACTIONS(2449), + [anon_sym_extern] = ACTIONS(2449), + [anon_sym_raw] = ACTIONS(2449), + [anon_sym_yield] = ACTIONS(2449), + [anon_sym_move] = ACTIONS(2449), + [anon_sym_try] = ACTIONS(2449), + [sym_integer_literal] = ACTIONS(2447), + [aux_sym_string_literal_token1] = ACTIONS(2447), + [sym_char_literal] = ACTIONS(2447), + [anon_sym_true] = ACTIONS(2449), + [anon_sym_false] = ACTIONS(2449), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2449), + [sym_super] = ACTIONS(2449), + [sym_crate] = ACTIONS(2449), + [sym_metavariable] = ACTIONS(2447), + [sym__raw_string_literal_start] = ACTIONS(2447), + [sym_float_literal] = ACTIONS(2447), + }, + [STATE(631)] = { + [sym_line_comment] = STATE(631), + [sym_block_comment] = STATE(631), + [ts_builtin_sym_end] = ACTIONS(2451), + [sym_identifier] = ACTIONS(2453), + [anon_sym_SEMI] = ACTIONS(2451), + [anon_sym_macro_rules_BANG] = ACTIONS(2451), + [anon_sym_LPAREN] = ACTIONS(2451), + [anon_sym_LBRACK] = ACTIONS(2451), + [anon_sym_LBRACE] = ACTIONS(2451), + [anon_sym_RBRACE] = ACTIONS(2451), + [anon_sym_STAR] = ACTIONS(2451), + [anon_sym_u8] = ACTIONS(2453), + [anon_sym_i8] = ACTIONS(2453), + [anon_sym_u16] = ACTIONS(2453), + [anon_sym_i16] = ACTIONS(2453), + [anon_sym_u32] = ACTIONS(2453), + [anon_sym_i32] = ACTIONS(2453), + [anon_sym_u64] = ACTIONS(2453), + [anon_sym_i64] = ACTIONS(2453), + [anon_sym_u128] = ACTIONS(2453), + [anon_sym_i128] = ACTIONS(2453), + [anon_sym_isize] = ACTIONS(2453), + [anon_sym_usize] = ACTIONS(2453), + [anon_sym_f32] = ACTIONS(2453), + [anon_sym_f64] = ACTIONS(2453), + [anon_sym_bool] = ACTIONS(2453), + [anon_sym_str] = ACTIONS(2453), + [anon_sym_char] = ACTIONS(2453), + [anon_sym_DASH] = ACTIONS(2451), + [anon_sym_BANG] = ACTIONS(2451), + [anon_sym_AMP] = ACTIONS(2451), + [anon_sym_PIPE] = ACTIONS(2451), + [anon_sym_LT] = ACTIONS(2451), + [anon_sym_DOT_DOT] = ACTIONS(2451), + [anon_sym_COLON_COLON] = ACTIONS(2451), + [anon_sym_POUND] = ACTIONS(2451), + [anon_sym_SQUOTE] = ACTIONS(2453), + [anon_sym_async] = ACTIONS(2453), + [anon_sym_break] = ACTIONS(2453), + [anon_sym_const] = ACTIONS(2453), + [anon_sym_continue] = ACTIONS(2453), + [anon_sym_default] = ACTIONS(2453), + [anon_sym_enum] = ACTIONS(2453), + [anon_sym_fn] = ACTIONS(2453), + [anon_sym_for] = ACTIONS(2453), + [anon_sym_gen] = ACTIONS(2453), + [anon_sym_if] = ACTIONS(2453), + [anon_sym_impl] = ACTIONS(2453), + [anon_sym_let] = ACTIONS(2453), + [anon_sym_loop] = ACTIONS(2453), + [anon_sym_match] = ACTIONS(2453), + [anon_sym_mod] = ACTIONS(2453), + [anon_sym_pub] = ACTIONS(2453), + [anon_sym_return] = ACTIONS(2453), + [anon_sym_static] = ACTIONS(2453), + [anon_sym_struct] = ACTIONS(2453), + [anon_sym_trait] = ACTIONS(2453), + [anon_sym_type] = ACTIONS(2453), + [anon_sym_union] = ACTIONS(2453), + [anon_sym_unsafe] = ACTIONS(2453), + [anon_sym_use] = ACTIONS(2453), + [anon_sym_while] = ACTIONS(2453), + [anon_sym_extern] = ACTIONS(2453), + [anon_sym_raw] = ACTIONS(2453), + [anon_sym_yield] = ACTIONS(2453), + [anon_sym_move] = ACTIONS(2453), + [anon_sym_try] = ACTIONS(2453), + [sym_integer_literal] = ACTIONS(2451), + [aux_sym_string_literal_token1] = ACTIONS(2451), + [sym_char_literal] = ACTIONS(2451), + [anon_sym_true] = ACTIONS(2453), + [anon_sym_false] = ACTIONS(2453), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2453), + [sym_super] = ACTIONS(2453), + [sym_crate] = ACTIONS(2453), + [sym_metavariable] = ACTIONS(2451), + [sym__raw_string_literal_start] = ACTIONS(2451), + [sym_float_literal] = ACTIONS(2451), + }, + [STATE(632)] = { + [sym_line_comment] = STATE(632), + [sym_block_comment] = STATE(632), + [ts_builtin_sym_end] = ACTIONS(2455), + [sym_identifier] = ACTIONS(2457), + [anon_sym_SEMI] = ACTIONS(2455), + [anon_sym_macro_rules_BANG] = ACTIONS(2455), + [anon_sym_LPAREN] = ACTIONS(2455), + [anon_sym_LBRACK] = ACTIONS(2455), + [anon_sym_LBRACE] = ACTIONS(2455), + [anon_sym_RBRACE] = ACTIONS(2455), + [anon_sym_STAR] = ACTIONS(2455), + [anon_sym_u8] = ACTIONS(2457), + [anon_sym_i8] = ACTIONS(2457), + [anon_sym_u16] = ACTIONS(2457), + [anon_sym_i16] = ACTIONS(2457), + [anon_sym_u32] = ACTIONS(2457), + [anon_sym_i32] = ACTIONS(2457), + [anon_sym_u64] = ACTIONS(2457), + [anon_sym_i64] = ACTIONS(2457), + [anon_sym_u128] = ACTIONS(2457), + [anon_sym_i128] = ACTIONS(2457), + [anon_sym_isize] = ACTIONS(2457), + [anon_sym_usize] = ACTIONS(2457), + [anon_sym_f32] = ACTIONS(2457), + [anon_sym_f64] = ACTIONS(2457), + [anon_sym_bool] = ACTIONS(2457), + [anon_sym_str] = ACTIONS(2457), + [anon_sym_char] = ACTIONS(2457), + [anon_sym_DASH] = ACTIONS(2455), + [anon_sym_BANG] = ACTIONS(2455), + [anon_sym_AMP] = ACTIONS(2455), + [anon_sym_PIPE] = ACTIONS(2455), + [anon_sym_LT] = ACTIONS(2455), + [anon_sym_DOT_DOT] = ACTIONS(2455), + [anon_sym_COLON_COLON] = ACTIONS(2455), + [anon_sym_POUND] = ACTIONS(2455), + [anon_sym_SQUOTE] = ACTIONS(2457), + [anon_sym_async] = ACTIONS(2457), + [anon_sym_break] = ACTIONS(2457), + [anon_sym_const] = ACTIONS(2457), + [anon_sym_continue] = ACTIONS(2457), + [anon_sym_default] = ACTIONS(2457), + [anon_sym_enum] = ACTIONS(2457), + [anon_sym_fn] = ACTIONS(2457), + [anon_sym_for] = ACTIONS(2457), [anon_sym_gen] = ACTIONS(2457), - [anon_sym_impl] = ACTIONS(2460), - [anon_sym_let] = ACTIONS(2463), - [anon_sym_mod] = ACTIONS(2466), - [anon_sym_pub] = ACTIONS(2469), - [anon_sym_static] = ACTIONS(2472), - [anon_sym_struct] = ACTIONS(2475), - [anon_sym_trait] = ACTIONS(2478), - [anon_sym_type] = ACTIONS(2481), - [anon_sym_union] = ACTIONS(2484), - [anon_sym_unsafe] = ACTIONS(2487), - [anon_sym_use] = ACTIONS(2490), - [anon_sym_extern] = ACTIONS(2493), + [anon_sym_if] = ACTIONS(2457), + [anon_sym_impl] = ACTIONS(2457), + [anon_sym_let] = ACTIONS(2457), + [anon_sym_loop] = ACTIONS(2457), + [anon_sym_match] = ACTIONS(2457), + [anon_sym_mod] = ACTIONS(2457), + [anon_sym_pub] = ACTIONS(2457), + [anon_sym_return] = ACTIONS(2457), + [anon_sym_static] = ACTIONS(2457), + [anon_sym_struct] = ACTIONS(2457), + [anon_sym_trait] = ACTIONS(2457), + [anon_sym_type] = ACTIONS(2457), + [anon_sym_union] = ACTIONS(2457), + [anon_sym_unsafe] = ACTIONS(2457), + [anon_sym_use] = ACTIONS(2457), + [anon_sym_while] = ACTIONS(2457), + [anon_sym_extern] = ACTIONS(2457), [anon_sym_raw] = ACTIONS(2457), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(2496), - [sym_super] = ACTIONS(2496), - [sym_crate] = ACTIONS(2499), - [sym_metavariable] = ACTIONS(2502), + [anon_sym_yield] = ACTIONS(2457), + [anon_sym_move] = ACTIONS(2457), + [anon_sym_try] = ACTIONS(2457), + [sym_integer_literal] = ACTIONS(2455), + [aux_sym_string_literal_token1] = ACTIONS(2455), + [sym_char_literal] = ACTIONS(2455), + [anon_sym_true] = ACTIONS(2457), + [anon_sym_false] = ACTIONS(2457), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2457), + [sym_super] = ACTIONS(2457), + [sym_crate] = ACTIONS(2457), + [sym_metavariable] = ACTIONS(2455), + [sym__raw_string_literal_start] = ACTIONS(2455), + [sym_float_literal] = ACTIONS(2455), + }, + [STATE(633)] = { + [sym_line_comment] = STATE(633), + [sym_block_comment] = STATE(633), + [ts_builtin_sym_end] = ACTIONS(2459), + [sym_identifier] = ACTIONS(2461), + [anon_sym_SEMI] = ACTIONS(2459), + [anon_sym_macro_rules_BANG] = ACTIONS(2459), + [anon_sym_LPAREN] = ACTIONS(2459), + [anon_sym_LBRACK] = ACTIONS(2459), + [anon_sym_LBRACE] = ACTIONS(2459), + [anon_sym_RBRACE] = ACTIONS(2459), + [anon_sym_STAR] = ACTIONS(2459), + [anon_sym_u8] = ACTIONS(2461), + [anon_sym_i8] = ACTIONS(2461), + [anon_sym_u16] = ACTIONS(2461), + [anon_sym_i16] = ACTIONS(2461), + [anon_sym_u32] = ACTIONS(2461), + [anon_sym_i32] = ACTIONS(2461), + [anon_sym_u64] = ACTIONS(2461), + [anon_sym_i64] = ACTIONS(2461), + [anon_sym_u128] = ACTIONS(2461), + [anon_sym_i128] = ACTIONS(2461), + [anon_sym_isize] = ACTIONS(2461), + [anon_sym_usize] = ACTIONS(2461), + [anon_sym_f32] = ACTIONS(2461), + [anon_sym_f64] = ACTIONS(2461), + [anon_sym_bool] = ACTIONS(2461), + [anon_sym_str] = ACTIONS(2461), + [anon_sym_char] = ACTIONS(2461), + [anon_sym_DASH] = ACTIONS(2459), + [anon_sym_BANG] = ACTIONS(2459), + [anon_sym_AMP] = ACTIONS(2459), + [anon_sym_PIPE] = ACTIONS(2459), + [anon_sym_LT] = ACTIONS(2459), + [anon_sym_DOT_DOT] = ACTIONS(2459), + [anon_sym_COLON_COLON] = ACTIONS(2459), + [anon_sym_POUND] = ACTIONS(2459), + [anon_sym_SQUOTE] = ACTIONS(2461), + [anon_sym_async] = ACTIONS(2461), + [anon_sym_break] = ACTIONS(2461), + [anon_sym_const] = ACTIONS(2461), + [anon_sym_continue] = ACTIONS(2461), + [anon_sym_default] = ACTIONS(2461), + [anon_sym_enum] = ACTIONS(2461), + [anon_sym_fn] = ACTIONS(2461), + [anon_sym_for] = ACTIONS(2461), + [anon_sym_gen] = ACTIONS(2461), + [anon_sym_if] = ACTIONS(2461), + [anon_sym_impl] = ACTIONS(2461), + [anon_sym_let] = ACTIONS(2461), + [anon_sym_loop] = ACTIONS(2461), + [anon_sym_match] = ACTIONS(2461), + [anon_sym_mod] = ACTIONS(2461), + [anon_sym_pub] = ACTIONS(2461), + [anon_sym_return] = ACTIONS(2461), + [anon_sym_static] = ACTIONS(2461), + [anon_sym_struct] = ACTIONS(2461), + [anon_sym_trait] = ACTIONS(2461), + [anon_sym_type] = ACTIONS(2461), + [anon_sym_union] = ACTIONS(2461), + [anon_sym_unsafe] = ACTIONS(2461), + [anon_sym_use] = ACTIONS(2461), + [anon_sym_while] = ACTIONS(2461), + [anon_sym_extern] = ACTIONS(2461), + [anon_sym_raw] = ACTIONS(2461), + [anon_sym_yield] = ACTIONS(2461), + [anon_sym_move] = ACTIONS(2461), + [anon_sym_try] = ACTIONS(2461), + [sym_integer_literal] = ACTIONS(2459), + [aux_sym_string_literal_token1] = ACTIONS(2459), + [sym_char_literal] = ACTIONS(2459), + [anon_sym_true] = ACTIONS(2461), + [anon_sym_false] = ACTIONS(2461), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2461), + [sym_super] = ACTIONS(2461), + [sym_crate] = ACTIONS(2461), + [sym_metavariable] = ACTIONS(2459), + [sym__raw_string_literal_start] = ACTIONS(2459), + [sym_float_literal] = ACTIONS(2459), + }, + [STATE(634)] = { + [sym_line_comment] = STATE(634), + [sym_block_comment] = STATE(634), + [ts_builtin_sym_end] = ACTIONS(2463), + [sym_identifier] = ACTIONS(2465), + [anon_sym_SEMI] = ACTIONS(2463), + [anon_sym_macro_rules_BANG] = ACTIONS(2463), + [anon_sym_LPAREN] = ACTIONS(2463), + [anon_sym_LBRACK] = ACTIONS(2463), + [anon_sym_LBRACE] = ACTIONS(2463), + [anon_sym_RBRACE] = ACTIONS(2463), + [anon_sym_STAR] = ACTIONS(2463), + [anon_sym_u8] = ACTIONS(2465), + [anon_sym_i8] = ACTIONS(2465), + [anon_sym_u16] = ACTIONS(2465), + [anon_sym_i16] = ACTIONS(2465), + [anon_sym_u32] = ACTIONS(2465), + [anon_sym_i32] = ACTIONS(2465), + [anon_sym_u64] = ACTIONS(2465), + [anon_sym_i64] = ACTIONS(2465), + [anon_sym_u128] = ACTIONS(2465), + [anon_sym_i128] = ACTIONS(2465), + [anon_sym_isize] = ACTIONS(2465), + [anon_sym_usize] = ACTIONS(2465), + [anon_sym_f32] = ACTIONS(2465), + [anon_sym_f64] = ACTIONS(2465), + [anon_sym_bool] = ACTIONS(2465), + [anon_sym_str] = ACTIONS(2465), + [anon_sym_char] = ACTIONS(2465), + [anon_sym_DASH] = ACTIONS(2463), + [anon_sym_BANG] = ACTIONS(2463), + [anon_sym_AMP] = ACTIONS(2463), + [anon_sym_PIPE] = ACTIONS(2463), + [anon_sym_LT] = ACTIONS(2463), + [anon_sym_DOT_DOT] = ACTIONS(2463), + [anon_sym_COLON_COLON] = ACTIONS(2463), + [anon_sym_POUND] = ACTIONS(2463), + [anon_sym_SQUOTE] = ACTIONS(2465), + [anon_sym_async] = ACTIONS(2465), + [anon_sym_break] = ACTIONS(2465), + [anon_sym_const] = ACTIONS(2465), + [anon_sym_continue] = ACTIONS(2465), + [anon_sym_default] = ACTIONS(2465), + [anon_sym_enum] = ACTIONS(2465), + [anon_sym_fn] = ACTIONS(2465), + [anon_sym_for] = ACTIONS(2465), + [anon_sym_gen] = ACTIONS(2465), + [anon_sym_if] = ACTIONS(2465), + [anon_sym_impl] = ACTIONS(2465), + [anon_sym_let] = ACTIONS(2465), + [anon_sym_loop] = ACTIONS(2465), + [anon_sym_match] = ACTIONS(2465), + [anon_sym_mod] = ACTIONS(2465), + [anon_sym_pub] = ACTIONS(2465), + [anon_sym_return] = ACTIONS(2465), + [anon_sym_static] = ACTIONS(2465), + [anon_sym_struct] = ACTIONS(2465), + [anon_sym_trait] = ACTIONS(2465), + [anon_sym_type] = ACTIONS(2465), + [anon_sym_union] = ACTIONS(2465), + [anon_sym_unsafe] = ACTIONS(2465), + [anon_sym_use] = ACTIONS(2465), + [anon_sym_while] = ACTIONS(2465), + [anon_sym_extern] = ACTIONS(2465), + [anon_sym_raw] = ACTIONS(2465), + [anon_sym_yield] = ACTIONS(2465), + [anon_sym_move] = ACTIONS(2465), + [anon_sym_try] = ACTIONS(2465), + [sym_integer_literal] = ACTIONS(2463), + [aux_sym_string_literal_token1] = ACTIONS(2463), + [sym_char_literal] = ACTIONS(2463), + [anon_sym_true] = ACTIONS(2465), + [anon_sym_false] = ACTIONS(2465), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2465), + [sym_super] = ACTIONS(2465), + [sym_crate] = ACTIONS(2465), + [sym_metavariable] = ACTIONS(2463), + [sym__raw_string_literal_start] = ACTIONS(2463), + [sym_float_literal] = ACTIONS(2463), + }, + [STATE(635)] = { + [sym_line_comment] = STATE(635), + [sym_block_comment] = STATE(635), + [ts_builtin_sym_end] = ACTIONS(2467), + [sym_identifier] = ACTIONS(2469), + [anon_sym_SEMI] = ACTIONS(2467), + [anon_sym_macro_rules_BANG] = ACTIONS(2467), + [anon_sym_LPAREN] = ACTIONS(2467), + [anon_sym_LBRACK] = ACTIONS(2467), + [anon_sym_LBRACE] = ACTIONS(2467), + [anon_sym_RBRACE] = ACTIONS(2467), + [anon_sym_STAR] = ACTIONS(2467), + [anon_sym_u8] = ACTIONS(2469), + [anon_sym_i8] = ACTIONS(2469), + [anon_sym_u16] = ACTIONS(2469), + [anon_sym_i16] = ACTIONS(2469), + [anon_sym_u32] = ACTIONS(2469), + [anon_sym_i32] = ACTIONS(2469), + [anon_sym_u64] = ACTIONS(2469), + [anon_sym_i64] = ACTIONS(2469), + [anon_sym_u128] = ACTIONS(2469), + [anon_sym_i128] = ACTIONS(2469), + [anon_sym_isize] = ACTIONS(2469), + [anon_sym_usize] = ACTIONS(2469), + [anon_sym_f32] = ACTIONS(2469), + [anon_sym_f64] = ACTIONS(2469), + [anon_sym_bool] = ACTIONS(2469), + [anon_sym_str] = ACTIONS(2469), + [anon_sym_char] = ACTIONS(2469), + [anon_sym_DASH] = ACTIONS(2467), + [anon_sym_BANG] = ACTIONS(2467), + [anon_sym_AMP] = ACTIONS(2467), + [anon_sym_PIPE] = ACTIONS(2467), + [anon_sym_LT] = ACTIONS(2467), + [anon_sym_DOT_DOT] = ACTIONS(2467), + [anon_sym_COLON_COLON] = ACTIONS(2467), + [anon_sym_POUND] = ACTIONS(2467), + [anon_sym_SQUOTE] = ACTIONS(2469), + [anon_sym_async] = ACTIONS(2469), + [anon_sym_break] = ACTIONS(2469), + [anon_sym_const] = ACTIONS(2469), + [anon_sym_continue] = ACTIONS(2469), + [anon_sym_default] = ACTIONS(2469), + [anon_sym_enum] = ACTIONS(2469), + [anon_sym_fn] = ACTIONS(2469), + [anon_sym_for] = ACTIONS(2469), + [anon_sym_gen] = ACTIONS(2469), + [anon_sym_if] = ACTIONS(2469), + [anon_sym_impl] = ACTIONS(2469), + [anon_sym_let] = ACTIONS(2469), + [anon_sym_loop] = ACTIONS(2469), + [anon_sym_match] = ACTIONS(2469), + [anon_sym_mod] = ACTIONS(2469), + [anon_sym_pub] = ACTIONS(2469), + [anon_sym_return] = ACTIONS(2469), + [anon_sym_static] = ACTIONS(2469), + [anon_sym_struct] = ACTIONS(2469), + [anon_sym_trait] = ACTIONS(2469), + [anon_sym_type] = ACTIONS(2469), + [anon_sym_union] = ACTIONS(2469), + [anon_sym_unsafe] = ACTIONS(2469), + [anon_sym_use] = ACTIONS(2469), + [anon_sym_while] = ACTIONS(2469), + [anon_sym_extern] = ACTIONS(2469), + [anon_sym_raw] = ACTIONS(2469), + [anon_sym_yield] = ACTIONS(2469), + [anon_sym_move] = ACTIONS(2469), + [anon_sym_try] = ACTIONS(2469), + [sym_integer_literal] = ACTIONS(2467), + [aux_sym_string_literal_token1] = ACTIONS(2467), + [sym_char_literal] = ACTIONS(2467), + [anon_sym_true] = ACTIONS(2469), + [anon_sym_false] = ACTIONS(2469), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2469), + [sym_super] = ACTIONS(2469), + [sym_crate] = ACTIONS(2469), + [sym_metavariable] = ACTIONS(2467), + [sym__raw_string_literal_start] = ACTIONS(2467), + [sym_float_literal] = ACTIONS(2467), + }, + [STATE(636)] = { + [sym_line_comment] = STATE(636), + [sym_block_comment] = STATE(636), + [ts_builtin_sym_end] = ACTIONS(2471), + [sym_identifier] = ACTIONS(2473), + [anon_sym_SEMI] = ACTIONS(2471), + [anon_sym_macro_rules_BANG] = ACTIONS(2471), + [anon_sym_LPAREN] = ACTIONS(2471), + [anon_sym_LBRACK] = ACTIONS(2471), + [anon_sym_LBRACE] = ACTIONS(2471), + [anon_sym_RBRACE] = ACTIONS(2471), + [anon_sym_STAR] = ACTIONS(2471), + [anon_sym_u8] = ACTIONS(2473), + [anon_sym_i8] = ACTIONS(2473), + [anon_sym_u16] = ACTIONS(2473), + [anon_sym_i16] = ACTIONS(2473), + [anon_sym_u32] = ACTIONS(2473), + [anon_sym_i32] = ACTIONS(2473), + [anon_sym_u64] = ACTIONS(2473), + [anon_sym_i64] = ACTIONS(2473), + [anon_sym_u128] = ACTIONS(2473), + [anon_sym_i128] = ACTIONS(2473), + [anon_sym_isize] = ACTIONS(2473), + [anon_sym_usize] = ACTIONS(2473), + [anon_sym_f32] = ACTIONS(2473), + [anon_sym_f64] = ACTIONS(2473), + [anon_sym_bool] = ACTIONS(2473), + [anon_sym_str] = ACTIONS(2473), + [anon_sym_char] = ACTIONS(2473), + [anon_sym_DASH] = ACTIONS(2471), + [anon_sym_BANG] = ACTIONS(2471), + [anon_sym_AMP] = ACTIONS(2471), + [anon_sym_PIPE] = ACTIONS(2471), + [anon_sym_LT] = ACTIONS(2471), + [anon_sym_DOT_DOT] = ACTIONS(2471), + [anon_sym_COLON_COLON] = ACTIONS(2471), + [anon_sym_POUND] = ACTIONS(2471), + [anon_sym_SQUOTE] = ACTIONS(2473), + [anon_sym_async] = ACTIONS(2473), + [anon_sym_break] = ACTIONS(2473), + [anon_sym_const] = ACTIONS(2473), + [anon_sym_continue] = ACTIONS(2473), + [anon_sym_default] = ACTIONS(2473), + [anon_sym_enum] = ACTIONS(2473), + [anon_sym_fn] = ACTIONS(2473), + [anon_sym_for] = ACTIONS(2473), + [anon_sym_gen] = ACTIONS(2473), + [anon_sym_if] = ACTIONS(2473), + [anon_sym_impl] = ACTIONS(2473), + [anon_sym_let] = ACTIONS(2473), + [anon_sym_loop] = ACTIONS(2473), + [anon_sym_match] = ACTIONS(2473), + [anon_sym_mod] = ACTIONS(2473), + [anon_sym_pub] = ACTIONS(2473), + [anon_sym_return] = ACTIONS(2473), + [anon_sym_static] = ACTIONS(2473), + [anon_sym_struct] = ACTIONS(2473), + [anon_sym_trait] = ACTIONS(2473), + [anon_sym_type] = ACTIONS(2473), + [anon_sym_union] = ACTIONS(2473), + [anon_sym_unsafe] = ACTIONS(2473), + [anon_sym_use] = ACTIONS(2473), + [anon_sym_while] = ACTIONS(2473), + [anon_sym_extern] = ACTIONS(2473), + [anon_sym_raw] = ACTIONS(2473), + [anon_sym_yield] = ACTIONS(2473), + [anon_sym_move] = ACTIONS(2473), + [anon_sym_try] = ACTIONS(2473), + [sym_integer_literal] = ACTIONS(2471), + [aux_sym_string_literal_token1] = ACTIONS(2471), + [sym_char_literal] = ACTIONS(2471), + [anon_sym_true] = ACTIONS(2473), + [anon_sym_false] = ACTIONS(2473), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2473), + [sym_super] = ACTIONS(2473), + [sym_crate] = ACTIONS(2473), + [sym_metavariable] = ACTIONS(2471), + [sym__raw_string_literal_start] = ACTIONS(2471), + [sym_float_literal] = ACTIONS(2471), }, [STATE(637)] = { [sym_line_comment] = STATE(637), [sym_block_comment] = STATE(637), - [ts_builtin_sym_end] = ACTIONS(2505), - [sym_identifier] = ACTIONS(2507), - [anon_sym_SEMI] = ACTIONS(2505), - [anon_sym_macro_rules_BANG] = ACTIONS(2505), - [anon_sym_LPAREN] = ACTIONS(2505), - [anon_sym_LBRACK] = ACTIONS(2505), - [anon_sym_LBRACE] = ACTIONS(2505), - [anon_sym_RBRACE] = ACTIONS(2505), - [anon_sym_STAR] = ACTIONS(2505), - [anon_sym_u8] = ACTIONS(2507), - [anon_sym_i8] = ACTIONS(2507), - [anon_sym_u16] = ACTIONS(2507), - [anon_sym_i16] = ACTIONS(2507), - [anon_sym_u32] = ACTIONS(2507), - [anon_sym_i32] = ACTIONS(2507), - [anon_sym_u64] = ACTIONS(2507), - [anon_sym_i64] = ACTIONS(2507), - [anon_sym_u128] = ACTIONS(2507), - [anon_sym_i128] = ACTIONS(2507), - [anon_sym_isize] = ACTIONS(2507), - [anon_sym_usize] = ACTIONS(2507), - [anon_sym_f32] = ACTIONS(2507), - [anon_sym_f64] = ACTIONS(2507), - [anon_sym_bool] = ACTIONS(2507), - [anon_sym_str] = ACTIONS(2507), - [anon_sym_char] = ACTIONS(2507), - [anon_sym_DASH] = ACTIONS(2505), - [anon_sym_BANG] = ACTIONS(2505), - [anon_sym_AMP] = ACTIONS(2505), - [anon_sym_PIPE] = ACTIONS(2505), - [anon_sym_LT] = ACTIONS(2505), - [anon_sym_DOT_DOT] = ACTIONS(2505), - [anon_sym_COLON_COLON] = ACTIONS(2505), - [anon_sym_POUND] = ACTIONS(2505), - [anon_sym_SQUOTE] = ACTIONS(2507), - [anon_sym_async] = ACTIONS(2507), - [anon_sym_break] = ACTIONS(2507), - [anon_sym_const] = ACTIONS(2507), - [anon_sym_continue] = ACTIONS(2507), - [anon_sym_default] = ACTIONS(2507), - [anon_sym_enum] = ACTIONS(2507), - [anon_sym_fn] = ACTIONS(2507), - [anon_sym_for] = ACTIONS(2507), - [anon_sym_gen] = ACTIONS(2507), - [anon_sym_if] = ACTIONS(2507), - [anon_sym_impl] = ACTIONS(2507), - [anon_sym_let] = ACTIONS(2507), - [anon_sym_loop] = ACTIONS(2507), - [anon_sym_match] = ACTIONS(2507), - [anon_sym_mod] = ACTIONS(2507), - [anon_sym_pub] = ACTIONS(2507), - [anon_sym_return] = ACTIONS(2507), - [anon_sym_static] = ACTIONS(2507), - [anon_sym_struct] = ACTIONS(2507), - [anon_sym_trait] = ACTIONS(2507), - [anon_sym_type] = ACTIONS(2507), - [anon_sym_union] = ACTIONS(2507), - [anon_sym_unsafe] = ACTIONS(2507), - [anon_sym_use] = ACTIONS(2507), - [anon_sym_while] = ACTIONS(2507), - [anon_sym_extern] = ACTIONS(2507), - [anon_sym_raw] = ACTIONS(2507), - [anon_sym_yield] = ACTIONS(2507), - [anon_sym_move] = ACTIONS(2507), - [anon_sym_try] = ACTIONS(2507), - [sym_integer_literal] = ACTIONS(2505), - [aux_sym_string_literal_token1] = ACTIONS(2505), - [sym_char_literal] = ACTIONS(2505), - [anon_sym_true] = ACTIONS(2507), - [anon_sym_false] = ACTIONS(2507), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(2507), - [sym_super] = ACTIONS(2507), - [sym_crate] = ACTIONS(2507), - [sym_metavariable] = ACTIONS(2505), - [sym__raw_string_literal_start] = ACTIONS(2505), - [sym_float_literal] = ACTIONS(2505), + [ts_builtin_sym_end] = ACTIONS(2475), + [sym_identifier] = ACTIONS(2477), + [anon_sym_SEMI] = ACTIONS(2475), + [anon_sym_macro_rules_BANG] = ACTIONS(2475), + [anon_sym_LPAREN] = ACTIONS(2475), + [anon_sym_LBRACK] = ACTIONS(2475), + [anon_sym_LBRACE] = ACTIONS(2475), + [anon_sym_RBRACE] = ACTIONS(2475), + [anon_sym_STAR] = ACTIONS(2475), + [anon_sym_u8] = ACTIONS(2477), + [anon_sym_i8] = ACTIONS(2477), + [anon_sym_u16] = ACTIONS(2477), + [anon_sym_i16] = ACTIONS(2477), + [anon_sym_u32] = ACTIONS(2477), + [anon_sym_i32] = ACTIONS(2477), + [anon_sym_u64] = ACTIONS(2477), + [anon_sym_i64] = ACTIONS(2477), + [anon_sym_u128] = ACTIONS(2477), + [anon_sym_i128] = ACTIONS(2477), + [anon_sym_isize] = ACTIONS(2477), + [anon_sym_usize] = ACTIONS(2477), + [anon_sym_f32] = ACTIONS(2477), + [anon_sym_f64] = ACTIONS(2477), + [anon_sym_bool] = ACTIONS(2477), + [anon_sym_str] = ACTIONS(2477), + [anon_sym_char] = ACTIONS(2477), + [anon_sym_DASH] = ACTIONS(2475), + [anon_sym_BANG] = ACTIONS(2475), + [anon_sym_AMP] = ACTIONS(2475), + [anon_sym_PIPE] = ACTIONS(2475), + [anon_sym_LT] = ACTIONS(2475), + [anon_sym_DOT_DOT] = ACTIONS(2475), + [anon_sym_COLON_COLON] = ACTIONS(2475), + [anon_sym_POUND] = ACTIONS(2475), + [anon_sym_SQUOTE] = ACTIONS(2477), + [anon_sym_async] = ACTIONS(2477), + [anon_sym_break] = ACTIONS(2477), + [anon_sym_const] = ACTIONS(2477), + [anon_sym_continue] = ACTIONS(2477), + [anon_sym_default] = ACTIONS(2477), + [anon_sym_enum] = ACTIONS(2477), + [anon_sym_fn] = ACTIONS(2477), + [anon_sym_for] = ACTIONS(2477), + [anon_sym_gen] = ACTIONS(2477), + [anon_sym_if] = ACTIONS(2477), + [anon_sym_impl] = ACTIONS(2477), + [anon_sym_let] = ACTIONS(2477), + [anon_sym_loop] = ACTIONS(2477), + [anon_sym_match] = ACTIONS(2477), + [anon_sym_mod] = ACTIONS(2477), + [anon_sym_pub] = ACTIONS(2477), + [anon_sym_return] = ACTIONS(2477), + [anon_sym_static] = ACTIONS(2477), + [anon_sym_struct] = ACTIONS(2477), + [anon_sym_trait] = ACTIONS(2477), + [anon_sym_type] = ACTIONS(2477), + [anon_sym_union] = ACTIONS(2477), + [anon_sym_unsafe] = ACTIONS(2477), + [anon_sym_use] = ACTIONS(2477), + [anon_sym_while] = ACTIONS(2477), + [anon_sym_extern] = ACTIONS(2477), + [anon_sym_raw] = ACTIONS(2477), + [anon_sym_yield] = ACTIONS(2477), + [anon_sym_move] = ACTIONS(2477), + [anon_sym_try] = ACTIONS(2477), + [sym_integer_literal] = ACTIONS(2475), + [aux_sym_string_literal_token1] = ACTIONS(2475), + [sym_char_literal] = ACTIONS(2475), + [anon_sym_true] = ACTIONS(2477), + [anon_sym_false] = ACTIONS(2477), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2477), + [sym_super] = ACTIONS(2477), + [sym_crate] = ACTIONS(2477), + [sym_metavariable] = ACTIONS(2475), + [sym__raw_string_literal_start] = ACTIONS(2475), + [sym_float_literal] = ACTIONS(2475), }, [STATE(638)] = { [sym_line_comment] = STATE(638), [sym_block_comment] = STATE(638), - [ts_builtin_sym_end] = ACTIONS(2509), - [sym_identifier] = ACTIONS(2511), - [anon_sym_SEMI] = ACTIONS(2509), - [anon_sym_macro_rules_BANG] = ACTIONS(2509), - [anon_sym_LPAREN] = ACTIONS(2509), - [anon_sym_LBRACK] = ACTIONS(2509), - [anon_sym_LBRACE] = ACTIONS(2509), - [anon_sym_RBRACE] = ACTIONS(2509), - [anon_sym_STAR] = ACTIONS(2509), - [anon_sym_u8] = ACTIONS(2511), - [anon_sym_i8] = ACTIONS(2511), - [anon_sym_u16] = ACTIONS(2511), - [anon_sym_i16] = ACTIONS(2511), - [anon_sym_u32] = ACTIONS(2511), - [anon_sym_i32] = ACTIONS(2511), - [anon_sym_u64] = ACTIONS(2511), - [anon_sym_i64] = ACTIONS(2511), - [anon_sym_u128] = ACTIONS(2511), - [anon_sym_i128] = ACTIONS(2511), - [anon_sym_isize] = ACTIONS(2511), - [anon_sym_usize] = ACTIONS(2511), - [anon_sym_f32] = ACTIONS(2511), - [anon_sym_f64] = ACTIONS(2511), - [anon_sym_bool] = ACTIONS(2511), - [anon_sym_str] = ACTIONS(2511), - [anon_sym_char] = ACTIONS(2511), - [anon_sym_DASH] = ACTIONS(2509), - [anon_sym_BANG] = ACTIONS(2509), - [anon_sym_AMP] = ACTIONS(2509), - [anon_sym_PIPE] = ACTIONS(2509), - [anon_sym_LT] = ACTIONS(2509), - [anon_sym_DOT_DOT] = ACTIONS(2509), - [anon_sym_COLON_COLON] = ACTIONS(2509), - [anon_sym_POUND] = ACTIONS(2509), - [anon_sym_SQUOTE] = ACTIONS(2511), - [anon_sym_async] = ACTIONS(2511), - [anon_sym_break] = ACTIONS(2511), - [anon_sym_const] = ACTIONS(2511), - [anon_sym_continue] = ACTIONS(2511), - [anon_sym_default] = ACTIONS(2511), - [anon_sym_enum] = ACTIONS(2511), - [anon_sym_fn] = ACTIONS(2511), - [anon_sym_for] = ACTIONS(2511), - [anon_sym_gen] = ACTIONS(2511), - [anon_sym_if] = ACTIONS(2511), - [anon_sym_impl] = ACTIONS(2511), - [anon_sym_let] = ACTIONS(2511), - [anon_sym_loop] = ACTIONS(2511), - [anon_sym_match] = ACTIONS(2511), - [anon_sym_mod] = ACTIONS(2511), - [anon_sym_pub] = ACTIONS(2511), - [anon_sym_return] = ACTIONS(2511), - [anon_sym_static] = ACTIONS(2511), - [anon_sym_struct] = ACTIONS(2511), - [anon_sym_trait] = ACTIONS(2511), - [anon_sym_type] = ACTIONS(2511), - [anon_sym_union] = ACTIONS(2511), - [anon_sym_unsafe] = ACTIONS(2511), - [anon_sym_use] = ACTIONS(2511), - [anon_sym_while] = ACTIONS(2511), - [anon_sym_extern] = ACTIONS(2511), - [anon_sym_raw] = ACTIONS(2511), - [anon_sym_yield] = ACTIONS(2511), - [anon_sym_move] = ACTIONS(2511), - [anon_sym_try] = ACTIONS(2511), - [sym_integer_literal] = ACTIONS(2509), - [aux_sym_string_literal_token1] = ACTIONS(2509), - [sym_char_literal] = ACTIONS(2509), - [anon_sym_true] = ACTIONS(2511), - [anon_sym_false] = ACTIONS(2511), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(2511), - [sym_super] = ACTIONS(2511), - [sym_crate] = ACTIONS(2511), - [sym_metavariable] = ACTIONS(2509), - [sym__raw_string_literal_start] = ACTIONS(2509), - [sym_float_literal] = ACTIONS(2509), + [ts_builtin_sym_end] = ACTIONS(2479), + [sym_identifier] = ACTIONS(2481), + [anon_sym_SEMI] = ACTIONS(2479), + [anon_sym_macro_rules_BANG] = ACTIONS(2479), + [anon_sym_LPAREN] = ACTIONS(2479), + [anon_sym_LBRACK] = ACTIONS(2479), + [anon_sym_LBRACE] = ACTIONS(2479), + [anon_sym_RBRACE] = ACTIONS(2479), + [anon_sym_STAR] = ACTIONS(2479), + [anon_sym_u8] = ACTIONS(2481), + [anon_sym_i8] = ACTIONS(2481), + [anon_sym_u16] = ACTIONS(2481), + [anon_sym_i16] = ACTIONS(2481), + [anon_sym_u32] = ACTIONS(2481), + [anon_sym_i32] = ACTIONS(2481), + [anon_sym_u64] = ACTIONS(2481), + [anon_sym_i64] = ACTIONS(2481), + [anon_sym_u128] = ACTIONS(2481), + [anon_sym_i128] = ACTIONS(2481), + [anon_sym_isize] = ACTIONS(2481), + [anon_sym_usize] = ACTIONS(2481), + [anon_sym_f32] = ACTIONS(2481), + [anon_sym_f64] = ACTIONS(2481), + [anon_sym_bool] = ACTIONS(2481), + [anon_sym_str] = ACTIONS(2481), + [anon_sym_char] = ACTIONS(2481), + [anon_sym_DASH] = ACTIONS(2479), + [anon_sym_BANG] = ACTIONS(2479), + [anon_sym_AMP] = ACTIONS(2479), + [anon_sym_PIPE] = ACTIONS(2479), + [anon_sym_LT] = ACTIONS(2479), + [anon_sym_DOT_DOT] = ACTIONS(2479), + [anon_sym_COLON_COLON] = ACTIONS(2479), + [anon_sym_POUND] = ACTIONS(2479), + [anon_sym_SQUOTE] = ACTIONS(2481), + [anon_sym_async] = ACTIONS(2481), + [anon_sym_break] = ACTIONS(2481), + [anon_sym_const] = ACTIONS(2481), + [anon_sym_continue] = ACTIONS(2481), + [anon_sym_default] = ACTIONS(2481), + [anon_sym_enum] = ACTIONS(2481), + [anon_sym_fn] = ACTIONS(2481), + [anon_sym_for] = ACTIONS(2481), + [anon_sym_gen] = ACTIONS(2481), + [anon_sym_if] = ACTIONS(2481), + [anon_sym_impl] = ACTIONS(2481), + [anon_sym_let] = ACTIONS(2481), + [anon_sym_loop] = ACTIONS(2481), + [anon_sym_match] = ACTIONS(2481), + [anon_sym_mod] = ACTIONS(2481), + [anon_sym_pub] = ACTIONS(2481), + [anon_sym_return] = ACTIONS(2481), + [anon_sym_static] = ACTIONS(2481), + [anon_sym_struct] = ACTIONS(2481), + [anon_sym_trait] = ACTIONS(2481), + [anon_sym_type] = ACTIONS(2481), + [anon_sym_union] = ACTIONS(2481), + [anon_sym_unsafe] = ACTIONS(2481), + [anon_sym_use] = ACTIONS(2481), + [anon_sym_while] = ACTIONS(2481), + [anon_sym_extern] = ACTIONS(2481), + [anon_sym_raw] = ACTIONS(2481), + [anon_sym_yield] = ACTIONS(2481), + [anon_sym_move] = ACTIONS(2481), + [anon_sym_try] = ACTIONS(2481), + [sym_integer_literal] = ACTIONS(2479), + [aux_sym_string_literal_token1] = ACTIONS(2479), + [sym_char_literal] = ACTIONS(2479), + [anon_sym_true] = ACTIONS(2481), + [anon_sym_false] = ACTIONS(2481), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2481), + [sym_super] = ACTIONS(2481), + [sym_crate] = ACTIONS(2481), + [sym_metavariable] = ACTIONS(2479), + [sym__raw_string_literal_start] = ACTIONS(2479), + [sym_float_literal] = ACTIONS(2479), }, [STATE(639)] = { [sym_line_comment] = STATE(639), [sym_block_comment] = STATE(639), - [ts_builtin_sym_end] = ACTIONS(2513), - [sym_identifier] = ACTIONS(2515), - [anon_sym_SEMI] = ACTIONS(2513), - [anon_sym_macro_rules_BANG] = ACTIONS(2513), - [anon_sym_LPAREN] = ACTIONS(2513), - [anon_sym_LBRACK] = ACTIONS(2513), - [anon_sym_LBRACE] = ACTIONS(2513), - [anon_sym_RBRACE] = ACTIONS(2513), - [anon_sym_STAR] = ACTIONS(2513), - [anon_sym_u8] = ACTIONS(2515), - [anon_sym_i8] = ACTIONS(2515), - [anon_sym_u16] = ACTIONS(2515), - [anon_sym_i16] = ACTIONS(2515), - [anon_sym_u32] = ACTIONS(2515), - [anon_sym_i32] = ACTIONS(2515), - [anon_sym_u64] = ACTIONS(2515), - [anon_sym_i64] = ACTIONS(2515), - [anon_sym_u128] = ACTIONS(2515), - [anon_sym_i128] = ACTIONS(2515), - [anon_sym_isize] = ACTIONS(2515), - [anon_sym_usize] = ACTIONS(2515), - [anon_sym_f32] = ACTIONS(2515), - [anon_sym_f64] = ACTIONS(2515), - [anon_sym_bool] = ACTIONS(2515), - [anon_sym_str] = ACTIONS(2515), - [anon_sym_char] = ACTIONS(2515), - [anon_sym_DASH] = ACTIONS(2513), - [anon_sym_BANG] = ACTIONS(2513), - [anon_sym_AMP] = ACTIONS(2513), - [anon_sym_PIPE] = ACTIONS(2513), - [anon_sym_LT] = ACTIONS(2513), - [anon_sym_DOT_DOT] = ACTIONS(2513), - [anon_sym_COLON_COLON] = ACTIONS(2513), - [anon_sym_POUND] = ACTIONS(2513), - [anon_sym_SQUOTE] = ACTIONS(2515), - [anon_sym_async] = ACTIONS(2515), - [anon_sym_break] = ACTIONS(2515), - [anon_sym_const] = ACTIONS(2515), - [anon_sym_continue] = ACTIONS(2515), - [anon_sym_default] = ACTIONS(2515), - [anon_sym_enum] = ACTIONS(2515), - [anon_sym_fn] = ACTIONS(2515), - [anon_sym_for] = ACTIONS(2515), - [anon_sym_gen] = ACTIONS(2515), - [anon_sym_if] = ACTIONS(2515), - [anon_sym_impl] = ACTIONS(2515), - [anon_sym_let] = ACTIONS(2515), - [anon_sym_loop] = ACTIONS(2515), - [anon_sym_match] = ACTIONS(2515), - [anon_sym_mod] = ACTIONS(2515), - [anon_sym_pub] = ACTIONS(2515), - [anon_sym_return] = ACTIONS(2515), - [anon_sym_static] = ACTIONS(2515), - [anon_sym_struct] = ACTIONS(2515), - [anon_sym_trait] = ACTIONS(2515), - [anon_sym_type] = ACTIONS(2515), - [anon_sym_union] = ACTIONS(2515), - [anon_sym_unsafe] = ACTIONS(2515), - [anon_sym_use] = ACTIONS(2515), - [anon_sym_while] = ACTIONS(2515), - [anon_sym_extern] = ACTIONS(2515), - [anon_sym_raw] = ACTIONS(2515), - [anon_sym_yield] = ACTIONS(2515), - [anon_sym_move] = ACTIONS(2515), - [anon_sym_try] = ACTIONS(2515), - [sym_integer_literal] = ACTIONS(2513), - [aux_sym_string_literal_token1] = ACTIONS(2513), - [sym_char_literal] = ACTIONS(2513), - [anon_sym_true] = ACTIONS(2515), - [anon_sym_false] = ACTIONS(2515), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(2515), - [sym_super] = ACTIONS(2515), - [sym_crate] = ACTIONS(2515), - [sym_metavariable] = ACTIONS(2513), - [sym__raw_string_literal_start] = ACTIONS(2513), - [sym_float_literal] = ACTIONS(2513), + [ts_builtin_sym_end] = ACTIONS(2483), + [sym_identifier] = ACTIONS(2485), + [anon_sym_SEMI] = ACTIONS(2483), + [anon_sym_macro_rules_BANG] = ACTIONS(2483), + [anon_sym_LPAREN] = ACTIONS(2483), + [anon_sym_LBRACK] = ACTIONS(2483), + [anon_sym_LBRACE] = ACTIONS(2483), + [anon_sym_RBRACE] = ACTIONS(2483), + [anon_sym_STAR] = ACTIONS(2483), + [anon_sym_u8] = ACTIONS(2485), + [anon_sym_i8] = ACTIONS(2485), + [anon_sym_u16] = ACTIONS(2485), + [anon_sym_i16] = ACTIONS(2485), + [anon_sym_u32] = ACTIONS(2485), + [anon_sym_i32] = ACTIONS(2485), + [anon_sym_u64] = ACTIONS(2485), + [anon_sym_i64] = ACTIONS(2485), + [anon_sym_u128] = ACTIONS(2485), + [anon_sym_i128] = ACTIONS(2485), + [anon_sym_isize] = ACTIONS(2485), + [anon_sym_usize] = ACTIONS(2485), + [anon_sym_f32] = ACTIONS(2485), + [anon_sym_f64] = ACTIONS(2485), + [anon_sym_bool] = ACTIONS(2485), + [anon_sym_str] = ACTIONS(2485), + [anon_sym_char] = ACTIONS(2485), + [anon_sym_DASH] = ACTIONS(2483), + [anon_sym_BANG] = ACTIONS(2483), + [anon_sym_AMP] = ACTIONS(2483), + [anon_sym_PIPE] = ACTIONS(2483), + [anon_sym_LT] = ACTIONS(2483), + [anon_sym_DOT_DOT] = ACTIONS(2483), + [anon_sym_COLON_COLON] = ACTIONS(2483), + [anon_sym_POUND] = ACTIONS(2483), + [anon_sym_SQUOTE] = ACTIONS(2485), + [anon_sym_async] = ACTIONS(2485), + [anon_sym_break] = ACTIONS(2485), + [anon_sym_const] = ACTIONS(2485), + [anon_sym_continue] = ACTIONS(2485), + [anon_sym_default] = ACTIONS(2485), + [anon_sym_enum] = ACTIONS(2485), + [anon_sym_fn] = ACTIONS(2485), + [anon_sym_for] = ACTIONS(2485), + [anon_sym_gen] = ACTIONS(2485), + [anon_sym_if] = ACTIONS(2485), + [anon_sym_impl] = ACTIONS(2485), + [anon_sym_let] = ACTIONS(2485), + [anon_sym_loop] = ACTIONS(2485), + [anon_sym_match] = ACTIONS(2485), + [anon_sym_mod] = ACTIONS(2485), + [anon_sym_pub] = ACTIONS(2485), + [anon_sym_return] = ACTIONS(2485), + [anon_sym_static] = ACTIONS(2485), + [anon_sym_struct] = ACTIONS(2485), + [anon_sym_trait] = ACTIONS(2485), + [anon_sym_type] = ACTIONS(2485), + [anon_sym_union] = ACTIONS(2485), + [anon_sym_unsafe] = ACTIONS(2485), + [anon_sym_use] = ACTIONS(2485), + [anon_sym_while] = ACTIONS(2485), + [anon_sym_extern] = ACTIONS(2485), + [anon_sym_raw] = ACTIONS(2485), + [anon_sym_yield] = ACTIONS(2485), + [anon_sym_move] = ACTIONS(2485), + [anon_sym_try] = ACTIONS(2485), + [sym_integer_literal] = ACTIONS(2483), + [aux_sym_string_literal_token1] = ACTIONS(2483), + [sym_char_literal] = ACTIONS(2483), + [anon_sym_true] = ACTIONS(2485), + [anon_sym_false] = ACTIONS(2485), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2485), + [sym_super] = ACTIONS(2485), + [sym_crate] = ACTIONS(2485), + [sym_metavariable] = ACTIONS(2483), + [sym__raw_string_literal_start] = ACTIONS(2483), + [sym_float_literal] = ACTIONS(2483), }, [STATE(640)] = { [sym_line_comment] = STATE(640), [sym_block_comment] = STATE(640), - [ts_builtin_sym_end] = ACTIONS(2517), - [sym_identifier] = ACTIONS(2519), - [anon_sym_SEMI] = ACTIONS(2517), - [anon_sym_macro_rules_BANG] = ACTIONS(2517), - [anon_sym_LPAREN] = ACTIONS(2517), - [anon_sym_LBRACK] = ACTIONS(2517), - [anon_sym_LBRACE] = ACTIONS(2517), - [anon_sym_RBRACE] = ACTIONS(2517), - [anon_sym_STAR] = ACTIONS(2517), - [anon_sym_u8] = ACTIONS(2519), - [anon_sym_i8] = ACTIONS(2519), - [anon_sym_u16] = ACTIONS(2519), - [anon_sym_i16] = ACTIONS(2519), - [anon_sym_u32] = ACTIONS(2519), - [anon_sym_i32] = ACTIONS(2519), - [anon_sym_u64] = ACTIONS(2519), - [anon_sym_i64] = ACTIONS(2519), - [anon_sym_u128] = ACTIONS(2519), - [anon_sym_i128] = ACTIONS(2519), - [anon_sym_isize] = ACTIONS(2519), - [anon_sym_usize] = ACTIONS(2519), - [anon_sym_f32] = ACTIONS(2519), - [anon_sym_f64] = ACTIONS(2519), - [anon_sym_bool] = ACTIONS(2519), - [anon_sym_str] = ACTIONS(2519), - [anon_sym_char] = ACTIONS(2519), - [anon_sym_DASH] = ACTIONS(2517), - [anon_sym_BANG] = ACTIONS(2517), - [anon_sym_AMP] = ACTIONS(2517), - [anon_sym_PIPE] = ACTIONS(2517), - [anon_sym_LT] = ACTIONS(2517), - [anon_sym_DOT_DOT] = ACTIONS(2517), - [anon_sym_COLON_COLON] = ACTIONS(2517), - [anon_sym_POUND] = ACTIONS(2517), - [anon_sym_SQUOTE] = ACTIONS(2519), - [anon_sym_async] = ACTIONS(2519), - [anon_sym_break] = ACTIONS(2519), - [anon_sym_const] = ACTIONS(2519), - [anon_sym_continue] = ACTIONS(2519), - [anon_sym_default] = ACTIONS(2519), - [anon_sym_enum] = ACTIONS(2519), - [anon_sym_fn] = ACTIONS(2519), - [anon_sym_for] = ACTIONS(2519), - [anon_sym_gen] = ACTIONS(2519), - [anon_sym_if] = ACTIONS(2519), - [anon_sym_impl] = ACTIONS(2519), - [anon_sym_let] = ACTIONS(2519), - [anon_sym_loop] = ACTIONS(2519), - [anon_sym_match] = ACTIONS(2519), - [anon_sym_mod] = ACTIONS(2519), - [anon_sym_pub] = ACTIONS(2519), - [anon_sym_return] = ACTIONS(2519), - [anon_sym_static] = ACTIONS(2519), - [anon_sym_struct] = ACTIONS(2519), - [anon_sym_trait] = ACTIONS(2519), - [anon_sym_type] = ACTIONS(2519), - [anon_sym_union] = ACTIONS(2519), - [anon_sym_unsafe] = ACTIONS(2519), - [anon_sym_use] = ACTIONS(2519), - [anon_sym_while] = ACTIONS(2519), - [anon_sym_extern] = ACTIONS(2519), - [anon_sym_raw] = ACTIONS(2519), - [anon_sym_yield] = ACTIONS(2519), - [anon_sym_move] = ACTIONS(2519), - [anon_sym_try] = ACTIONS(2519), - [sym_integer_literal] = ACTIONS(2517), - [aux_sym_string_literal_token1] = ACTIONS(2517), - [sym_char_literal] = ACTIONS(2517), - [anon_sym_true] = ACTIONS(2519), - [anon_sym_false] = ACTIONS(2519), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(2519), - [sym_super] = ACTIONS(2519), - [sym_crate] = ACTIONS(2519), - [sym_metavariable] = ACTIONS(2517), - [sym__raw_string_literal_start] = ACTIONS(2517), - [sym_float_literal] = ACTIONS(2517), + [ts_builtin_sym_end] = ACTIONS(2487), + [sym_identifier] = ACTIONS(2489), + [anon_sym_SEMI] = ACTIONS(2487), + [anon_sym_macro_rules_BANG] = ACTIONS(2487), + [anon_sym_LPAREN] = ACTIONS(2487), + [anon_sym_LBRACK] = ACTIONS(2487), + [anon_sym_LBRACE] = ACTIONS(2487), + [anon_sym_RBRACE] = ACTIONS(2487), + [anon_sym_STAR] = ACTIONS(2487), + [anon_sym_u8] = ACTIONS(2489), + [anon_sym_i8] = ACTIONS(2489), + [anon_sym_u16] = ACTIONS(2489), + [anon_sym_i16] = ACTIONS(2489), + [anon_sym_u32] = ACTIONS(2489), + [anon_sym_i32] = ACTIONS(2489), + [anon_sym_u64] = ACTIONS(2489), + [anon_sym_i64] = ACTIONS(2489), + [anon_sym_u128] = ACTIONS(2489), + [anon_sym_i128] = ACTIONS(2489), + [anon_sym_isize] = ACTIONS(2489), + [anon_sym_usize] = ACTIONS(2489), + [anon_sym_f32] = ACTIONS(2489), + [anon_sym_f64] = ACTIONS(2489), + [anon_sym_bool] = ACTIONS(2489), + [anon_sym_str] = ACTIONS(2489), + [anon_sym_char] = ACTIONS(2489), + [anon_sym_DASH] = ACTIONS(2487), + [anon_sym_BANG] = ACTIONS(2487), + [anon_sym_AMP] = ACTIONS(2487), + [anon_sym_PIPE] = ACTIONS(2487), + [anon_sym_LT] = ACTIONS(2487), + [anon_sym_DOT_DOT] = ACTIONS(2487), + [anon_sym_COLON_COLON] = ACTIONS(2487), + [anon_sym_POUND] = ACTIONS(2487), + [anon_sym_SQUOTE] = ACTIONS(2489), + [anon_sym_async] = ACTIONS(2489), + [anon_sym_break] = ACTIONS(2489), + [anon_sym_const] = ACTIONS(2489), + [anon_sym_continue] = ACTIONS(2489), + [anon_sym_default] = ACTIONS(2489), + [anon_sym_enum] = ACTIONS(2489), + [anon_sym_fn] = ACTIONS(2489), + [anon_sym_for] = ACTIONS(2489), + [anon_sym_gen] = ACTIONS(2489), + [anon_sym_if] = ACTIONS(2489), + [anon_sym_impl] = ACTIONS(2489), + [anon_sym_let] = ACTIONS(2489), + [anon_sym_loop] = ACTIONS(2489), + [anon_sym_match] = ACTIONS(2489), + [anon_sym_mod] = ACTIONS(2489), + [anon_sym_pub] = ACTIONS(2489), + [anon_sym_return] = ACTIONS(2489), + [anon_sym_static] = ACTIONS(2489), + [anon_sym_struct] = ACTIONS(2489), + [anon_sym_trait] = ACTIONS(2489), + [anon_sym_type] = ACTIONS(2489), + [anon_sym_union] = ACTIONS(2489), + [anon_sym_unsafe] = ACTIONS(2489), + [anon_sym_use] = ACTIONS(2489), + [anon_sym_while] = ACTIONS(2489), + [anon_sym_extern] = ACTIONS(2489), + [anon_sym_raw] = ACTIONS(2489), + [anon_sym_yield] = ACTIONS(2489), + [anon_sym_move] = ACTIONS(2489), + [anon_sym_try] = ACTIONS(2489), + [sym_integer_literal] = ACTIONS(2487), + [aux_sym_string_literal_token1] = ACTIONS(2487), + [sym_char_literal] = ACTIONS(2487), + [anon_sym_true] = ACTIONS(2489), + [anon_sym_false] = ACTIONS(2489), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2489), + [sym_super] = ACTIONS(2489), + [sym_crate] = ACTIONS(2489), + [sym_metavariable] = ACTIONS(2487), + [sym__raw_string_literal_start] = ACTIONS(2487), + [sym_float_literal] = ACTIONS(2487), }, [STATE(641)] = { [sym_line_comment] = STATE(641), [sym_block_comment] = STATE(641), - [ts_builtin_sym_end] = ACTIONS(2521), - [sym_identifier] = ACTIONS(2523), - [anon_sym_SEMI] = ACTIONS(2521), - [anon_sym_macro_rules_BANG] = ACTIONS(2521), - [anon_sym_LPAREN] = ACTIONS(2521), - [anon_sym_LBRACK] = ACTIONS(2521), - [anon_sym_LBRACE] = ACTIONS(2521), - [anon_sym_RBRACE] = ACTIONS(2521), - [anon_sym_STAR] = ACTIONS(2521), - [anon_sym_u8] = ACTIONS(2523), - [anon_sym_i8] = ACTIONS(2523), - [anon_sym_u16] = ACTIONS(2523), - [anon_sym_i16] = ACTIONS(2523), - [anon_sym_u32] = ACTIONS(2523), - [anon_sym_i32] = ACTIONS(2523), - [anon_sym_u64] = ACTIONS(2523), - [anon_sym_i64] = ACTIONS(2523), - [anon_sym_u128] = ACTIONS(2523), - [anon_sym_i128] = ACTIONS(2523), - [anon_sym_isize] = ACTIONS(2523), - [anon_sym_usize] = ACTIONS(2523), - [anon_sym_f32] = ACTIONS(2523), - [anon_sym_f64] = ACTIONS(2523), - [anon_sym_bool] = ACTIONS(2523), - [anon_sym_str] = ACTIONS(2523), - [anon_sym_char] = ACTIONS(2523), - [anon_sym_DASH] = ACTIONS(2521), - [anon_sym_BANG] = ACTIONS(2521), - [anon_sym_AMP] = ACTIONS(2521), - [anon_sym_PIPE] = ACTIONS(2521), - [anon_sym_LT] = ACTIONS(2521), - [anon_sym_DOT_DOT] = ACTIONS(2521), - [anon_sym_COLON_COLON] = ACTIONS(2521), - [anon_sym_POUND] = ACTIONS(2521), - [anon_sym_SQUOTE] = ACTIONS(2523), - [anon_sym_async] = ACTIONS(2523), - [anon_sym_break] = ACTIONS(2523), - [anon_sym_const] = ACTIONS(2523), - [anon_sym_continue] = ACTIONS(2523), - [anon_sym_default] = ACTIONS(2523), - [anon_sym_enum] = ACTIONS(2523), - [anon_sym_fn] = ACTIONS(2523), - [anon_sym_for] = ACTIONS(2523), - [anon_sym_gen] = ACTIONS(2523), - [anon_sym_if] = ACTIONS(2523), - [anon_sym_impl] = ACTIONS(2523), - [anon_sym_let] = ACTIONS(2523), - [anon_sym_loop] = ACTIONS(2523), - [anon_sym_match] = ACTIONS(2523), - [anon_sym_mod] = ACTIONS(2523), - [anon_sym_pub] = ACTIONS(2523), - [anon_sym_return] = ACTIONS(2523), - [anon_sym_static] = ACTIONS(2523), - [anon_sym_struct] = ACTIONS(2523), - [anon_sym_trait] = ACTIONS(2523), - [anon_sym_type] = ACTIONS(2523), - [anon_sym_union] = ACTIONS(2523), - [anon_sym_unsafe] = ACTIONS(2523), - [anon_sym_use] = ACTIONS(2523), - [anon_sym_while] = ACTIONS(2523), - [anon_sym_extern] = ACTIONS(2523), - [anon_sym_raw] = ACTIONS(2523), - [anon_sym_yield] = ACTIONS(2523), - [anon_sym_move] = ACTIONS(2523), - [anon_sym_try] = ACTIONS(2523), - [sym_integer_literal] = ACTIONS(2521), - [aux_sym_string_literal_token1] = ACTIONS(2521), - [sym_char_literal] = ACTIONS(2521), - [anon_sym_true] = ACTIONS(2523), - [anon_sym_false] = ACTIONS(2523), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(2523), - [sym_super] = ACTIONS(2523), - [sym_crate] = ACTIONS(2523), - [sym_metavariable] = ACTIONS(2521), - [sym__raw_string_literal_start] = ACTIONS(2521), - [sym_float_literal] = ACTIONS(2521), + [ts_builtin_sym_end] = ACTIONS(2491), + [sym_identifier] = ACTIONS(2493), + [anon_sym_SEMI] = ACTIONS(2491), + [anon_sym_macro_rules_BANG] = ACTIONS(2491), + [anon_sym_LPAREN] = ACTIONS(2491), + [anon_sym_LBRACK] = ACTIONS(2491), + [anon_sym_LBRACE] = ACTIONS(2491), + [anon_sym_RBRACE] = ACTIONS(2491), + [anon_sym_STAR] = ACTIONS(2491), + [anon_sym_u8] = ACTIONS(2493), + [anon_sym_i8] = ACTIONS(2493), + [anon_sym_u16] = ACTIONS(2493), + [anon_sym_i16] = ACTIONS(2493), + [anon_sym_u32] = ACTIONS(2493), + [anon_sym_i32] = ACTIONS(2493), + [anon_sym_u64] = ACTIONS(2493), + [anon_sym_i64] = ACTIONS(2493), + [anon_sym_u128] = ACTIONS(2493), + [anon_sym_i128] = ACTIONS(2493), + [anon_sym_isize] = ACTIONS(2493), + [anon_sym_usize] = ACTIONS(2493), + [anon_sym_f32] = ACTIONS(2493), + [anon_sym_f64] = ACTIONS(2493), + [anon_sym_bool] = ACTIONS(2493), + [anon_sym_str] = ACTIONS(2493), + [anon_sym_char] = ACTIONS(2493), + [anon_sym_DASH] = ACTIONS(2491), + [anon_sym_BANG] = ACTIONS(2491), + [anon_sym_AMP] = ACTIONS(2491), + [anon_sym_PIPE] = ACTIONS(2491), + [anon_sym_LT] = ACTIONS(2491), + [anon_sym_DOT_DOT] = ACTIONS(2491), + [anon_sym_COLON_COLON] = ACTIONS(2491), + [anon_sym_POUND] = ACTIONS(2491), + [anon_sym_SQUOTE] = ACTIONS(2493), + [anon_sym_async] = ACTIONS(2493), + [anon_sym_break] = ACTIONS(2493), + [anon_sym_const] = ACTIONS(2493), + [anon_sym_continue] = ACTIONS(2493), + [anon_sym_default] = ACTIONS(2493), + [anon_sym_enum] = ACTIONS(2493), + [anon_sym_fn] = ACTIONS(2493), + [anon_sym_for] = ACTIONS(2493), + [anon_sym_gen] = ACTIONS(2493), + [anon_sym_if] = ACTIONS(2493), + [anon_sym_impl] = ACTIONS(2493), + [anon_sym_let] = ACTIONS(2493), + [anon_sym_loop] = ACTIONS(2493), + [anon_sym_match] = ACTIONS(2493), + [anon_sym_mod] = ACTIONS(2493), + [anon_sym_pub] = ACTIONS(2493), + [anon_sym_return] = ACTIONS(2493), + [anon_sym_static] = ACTIONS(2493), + [anon_sym_struct] = ACTIONS(2493), + [anon_sym_trait] = ACTIONS(2493), + [anon_sym_type] = ACTIONS(2493), + [anon_sym_union] = ACTIONS(2493), + [anon_sym_unsafe] = ACTIONS(2493), + [anon_sym_use] = ACTIONS(2493), + [anon_sym_while] = ACTIONS(2493), + [anon_sym_extern] = ACTIONS(2493), + [anon_sym_raw] = ACTIONS(2493), + [anon_sym_yield] = ACTIONS(2493), + [anon_sym_move] = ACTIONS(2493), + [anon_sym_try] = ACTIONS(2493), + [sym_integer_literal] = ACTIONS(2491), + [aux_sym_string_literal_token1] = ACTIONS(2491), + [sym_char_literal] = ACTIONS(2491), + [anon_sym_true] = ACTIONS(2493), + [anon_sym_false] = ACTIONS(2493), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2493), + [sym_super] = ACTIONS(2493), + [sym_crate] = ACTIONS(2493), + [sym_metavariable] = ACTIONS(2491), + [sym__raw_string_literal_start] = ACTIONS(2491), + [sym_float_literal] = ACTIONS(2491), }, [STATE(642)] = { [sym_line_comment] = STATE(642), [sym_block_comment] = STATE(642), - [ts_builtin_sym_end] = ACTIONS(2525), - [sym_identifier] = ACTIONS(2527), - [anon_sym_SEMI] = ACTIONS(2525), - [anon_sym_macro_rules_BANG] = ACTIONS(2525), - [anon_sym_LPAREN] = ACTIONS(2525), - [anon_sym_LBRACK] = ACTIONS(2525), - [anon_sym_LBRACE] = ACTIONS(2525), - [anon_sym_RBRACE] = ACTIONS(2525), - [anon_sym_STAR] = ACTIONS(2525), - [anon_sym_u8] = ACTIONS(2527), - [anon_sym_i8] = ACTIONS(2527), - [anon_sym_u16] = ACTIONS(2527), - [anon_sym_i16] = ACTIONS(2527), - [anon_sym_u32] = ACTIONS(2527), - [anon_sym_i32] = ACTIONS(2527), - [anon_sym_u64] = ACTIONS(2527), - [anon_sym_i64] = ACTIONS(2527), - [anon_sym_u128] = ACTIONS(2527), - [anon_sym_i128] = ACTIONS(2527), - [anon_sym_isize] = ACTIONS(2527), - [anon_sym_usize] = ACTIONS(2527), - [anon_sym_f32] = ACTIONS(2527), - [anon_sym_f64] = ACTIONS(2527), - [anon_sym_bool] = ACTIONS(2527), - [anon_sym_str] = ACTIONS(2527), - [anon_sym_char] = ACTIONS(2527), - [anon_sym_DASH] = ACTIONS(2525), - [anon_sym_BANG] = ACTIONS(2525), - [anon_sym_AMP] = ACTIONS(2525), - [anon_sym_PIPE] = ACTIONS(2525), - [anon_sym_LT] = ACTIONS(2525), - [anon_sym_DOT_DOT] = ACTIONS(2525), - [anon_sym_COLON_COLON] = ACTIONS(2525), - [anon_sym_POUND] = ACTIONS(2525), - [anon_sym_SQUOTE] = ACTIONS(2527), - [anon_sym_async] = ACTIONS(2527), - [anon_sym_break] = ACTIONS(2527), - [anon_sym_const] = ACTIONS(2527), - [anon_sym_continue] = ACTIONS(2527), - [anon_sym_default] = ACTIONS(2527), - [anon_sym_enum] = ACTIONS(2527), - [anon_sym_fn] = ACTIONS(2527), - [anon_sym_for] = ACTIONS(2527), - [anon_sym_gen] = ACTIONS(2527), - [anon_sym_if] = ACTIONS(2527), - [anon_sym_impl] = ACTIONS(2527), - [anon_sym_let] = ACTIONS(2527), - [anon_sym_loop] = ACTIONS(2527), - [anon_sym_match] = ACTIONS(2527), - [anon_sym_mod] = ACTIONS(2527), - [anon_sym_pub] = ACTIONS(2527), - [anon_sym_return] = ACTIONS(2527), - [anon_sym_static] = ACTIONS(2527), - [anon_sym_struct] = ACTIONS(2527), - [anon_sym_trait] = ACTIONS(2527), - [anon_sym_type] = ACTIONS(2527), - [anon_sym_union] = ACTIONS(2527), - [anon_sym_unsafe] = ACTIONS(2527), - [anon_sym_use] = ACTIONS(2527), - [anon_sym_while] = ACTIONS(2527), - [anon_sym_extern] = ACTIONS(2527), - [anon_sym_raw] = ACTIONS(2527), - [anon_sym_yield] = ACTIONS(2527), - [anon_sym_move] = ACTIONS(2527), - [anon_sym_try] = ACTIONS(2527), - [sym_integer_literal] = ACTIONS(2525), - [aux_sym_string_literal_token1] = ACTIONS(2525), - [sym_char_literal] = ACTIONS(2525), - [anon_sym_true] = ACTIONS(2527), - [anon_sym_false] = ACTIONS(2527), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(2527), - [sym_super] = ACTIONS(2527), - [sym_crate] = ACTIONS(2527), - [sym_metavariable] = ACTIONS(2525), - [sym__raw_string_literal_start] = ACTIONS(2525), - [sym_float_literal] = ACTIONS(2525), + [ts_builtin_sym_end] = ACTIONS(2495), + [sym_identifier] = ACTIONS(2497), + [anon_sym_SEMI] = ACTIONS(2495), + [anon_sym_macro_rules_BANG] = ACTIONS(2495), + [anon_sym_LPAREN] = ACTIONS(2495), + [anon_sym_LBRACK] = ACTIONS(2495), + [anon_sym_LBRACE] = ACTIONS(2495), + [anon_sym_RBRACE] = ACTIONS(2495), + [anon_sym_STAR] = ACTIONS(2495), + [anon_sym_u8] = ACTIONS(2497), + [anon_sym_i8] = ACTIONS(2497), + [anon_sym_u16] = ACTIONS(2497), + [anon_sym_i16] = ACTIONS(2497), + [anon_sym_u32] = ACTIONS(2497), + [anon_sym_i32] = ACTIONS(2497), + [anon_sym_u64] = ACTIONS(2497), + [anon_sym_i64] = ACTIONS(2497), + [anon_sym_u128] = ACTIONS(2497), + [anon_sym_i128] = ACTIONS(2497), + [anon_sym_isize] = ACTIONS(2497), + [anon_sym_usize] = ACTIONS(2497), + [anon_sym_f32] = ACTIONS(2497), + [anon_sym_f64] = ACTIONS(2497), + [anon_sym_bool] = ACTIONS(2497), + [anon_sym_str] = ACTIONS(2497), + [anon_sym_char] = ACTIONS(2497), + [anon_sym_DASH] = ACTIONS(2495), + [anon_sym_BANG] = ACTIONS(2495), + [anon_sym_AMP] = ACTIONS(2495), + [anon_sym_PIPE] = ACTIONS(2495), + [anon_sym_LT] = ACTIONS(2495), + [anon_sym_DOT_DOT] = ACTIONS(2495), + [anon_sym_COLON_COLON] = ACTIONS(2495), + [anon_sym_POUND] = ACTIONS(2495), + [anon_sym_SQUOTE] = ACTIONS(2497), + [anon_sym_async] = ACTIONS(2497), + [anon_sym_break] = ACTIONS(2497), + [anon_sym_const] = ACTIONS(2497), + [anon_sym_continue] = ACTIONS(2497), + [anon_sym_default] = ACTIONS(2497), + [anon_sym_enum] = ACTIONS(2497), + [anon_sym_fn] = ACTIONS(2497), + [anon_sym_for] = ACTIONS(2497), + [anon_sym_gen] = ACTIONS(2497), + [anon_sym_if] = ACTIONS(2497), + [anon_sym_impl] = ACTIONS(2497), + [anon_sym_let] = ACTIONS(2497), + [anon_sym_loop] = ACTIONS(2497), + [anon_sym_match] = ACTIONS(2497), + [anon_sym_mod] = ACTIONS(2497), + [anon_sym_pub] = ACTIONS(2497), + [anon_sym_return] = ACTIONS(2497), + [anon_sym_static] = ACTIONS(2497), + [anon_sym_struct] = ACTIONS(2497), + [anon_sym_trait] = ACTIONS(2497), + [anon_sym_type] = ACTIONS(2497), + [anon_sym_union] = ACTIONS(2497), + [anon_sym_unsafe] = ACTIONS(2497), + [anon_sym_use] = ACTIONS(2497), + [anon_sym_while] = ACTIONS(2497), + [anon_sym_extern] = ACTIONS(2497), + [anon_sym_raw] = ACTIONS(2497), + [anon_sym_yield] = ACTIONS(2497), + [anon_sym_move] = ACTIONS(2497), + [anon_sym_try] = ACTIONS(2497), + [sym_integer_literal] = ACTIONS(2495), + [aux_sym_string_literal_token1] = ACTIONS(2495), + [sym_char_literal] = ACTIONS(2495), + [anon_sym_true] = ACTIONS(2497), + [anon_sym_false] = ACTIONS(2497), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2497), + [sym_super] = ACTIONS(2497), + [sym_crate] = ACTIONS(2497), + [sym_metavariable] = ACTIONS(2495), + [sym__raw_string_literal_start] = ACTIONS(2495), + [sym_float_literal] = ACTIONS(2495), }, [STATE(643)] = { [sym_line_comment] = STATE(643), [sym_block_comment] = STATE(643), - [ts_builtin_sym_end] = ACTIONS(2529), - [sym_identifier] = ACTIONS(2531), - [anon_sym_SEMI] = ACTIONS(2529), - [anon_sym_macro_rules_BANG] = ACTIONS(2529), - [anon_sym_LPAREN] = ACTIONS(2529), - [anon_sym_LBRACK] = ACTIONS(2529), - [anon_sym_LBRACE] = ACTIONS(2529), - [anon_sym_RBRACE] = ACTIONS(2529), - [anon_sym_STAR] = ACTIONS(2529), - [anon_sym_u8] = ACTIONS(2531), - [anon_sym_i8] = ACTIONS(2531), - [anon_sym_u16] = ACTIONS(2531), - [anon_sym_i16] = ACTIONS(2531), - [anon_sym_u32] = ACTIONS(2531), - [anon_sym_i32] = ACTIONS(2531), - [anon_sym_u64] = ACTIONS(2531), - [anon_sym_i64] = ACTIONS(2531), - [anon_sym_u128] = ACTIONS(2531), - [anon_sym_i128] = ACTIONS(2531), - [anon_sym_isize] = ACTIONS(2531), - [anon_sym_usize] = ACTIONS(2531), - [anon_sym_f32] = ACTIONS(2531), - [anon_sym_f64] = ACTIONS(2531), - [anon_sym_bool] = ACTIONS(2531), - [anon_sym_str] = ACTIONS(2531), - [anon_sym_char] = ACTIONS(2531), - [anon_sym_DASH] = ACTIONS(2529), - [anon_sym_BANG] = ACTIONS(2529), - [anon_sym_AMP] = ACTIONS(2529), - [anon_sym_PIPE] = ACTIONS(2529), - [anon_sym_LT] = ACTIONS(2529), - [anon_sym_DOT_DOT] = ACTIONS(2529), - [anon_sym_COLON_COLON] = ACTIONS(2529), - [anon_sym_POUND] = ACTIONS(2529), - [anon_sym_SQUOTE] = ACTIONS(2531), - [anon_sym_async] = ACTIONS(2531), - [anon_sym_break] = ACTIONS(2531), - [anon_sym_const] = ACTIONS(2531), - [anon_sym_continue] = ACTIONS(2531), - [anon_sym_default] = ACTIONS(2531), - [anon_sym_enum] = ACTIONS(2531), - [anon_sym_fn] = ACTIONS(2531), - [anon_sym_for] = ACTIONS(2531), - [anon_sym_gen] = ACTIONS(2531), - [anon_sym_if] = ACTIONS(2531), - [anon_sym_impl] = ACTIONS(2531), - [anon_sym_let] = ACTIONS(2531), - [anon_sym_loop] = ACTIONS(2531), - [anon_sym_match] = ACTIONS(2531), - [anon_sym_mod] = ACTIONS(2531), - [anon_sym_pub] = ACTIONS(2531), - [anon_sym_return] = ACTIONS(2531), - [anon_sym_static] = ACTIONS(2531), - [anon_sym_struct] = ACTIONS(2531), - [anon_sym_trait] = ACTIONS(2531), - [anon_sym_type] = ACTIONS(2531), - [anon_sym_union] = ACTIONS(2531), - [anon_sym_unsafe] = ACTIONS(2531), - [anon_sym_use] = ACTIONS(2531), - [anon_sym_while] = ACTIONS(2531), - [anon_sym_extern] = ACTIONS(2531), - [anon_sym_raw] = ACTIONS(2531), - [anon_sym_yield] = ACTIONS(2531), - [anon_sym_move] = ACTIONS(2531), - [anon_sym_try] = ACTIONS(2531), - [sym_integer_literal] = ACTIONS(2529), - [aux_sym_string_literal_token1] = ACTIONS(2529), - [sym_char_literal] = ACTIONS(2529), - [anon_sym_true] = ACTIONS(2531), - [anon_sym_false] = ACTIONS(2531), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(2531), - [sym_super] = ACTIONS(2531), - [sym_crate] = ACTIONS(2531), - [sym_metavariable] = ACTIONS(2529), - [sym__raw_string_literal_start] = ACTIONS(2529), - [sym_float_literal] = ACTIONS(2529), + [ts_builtin_sym_end] = ACTIONS(2499), + [sym_identifier] = ACTIONS(2501), + [anon_sym_SEMI] = ACTIONS(2499), + [anon_sym_macro_rules_BANG] = ACTIONS(2499), + [anon_sym_LPAREN] = ACTIONS(2499), + [anon_sym_LBRACK] = ACTIONS(2499), + [anon_sym_LBRACE] = ACTIONS(2499), + [anon_sym_RBRACE] = ACTIONS(2499), + [anon_sym_STAR] = ACTIONS(2499), + [anon_sym_u8] = ACTIONS(2501), + [anon_sym_i8] = ACTIONS(2501), + [anon_sym_u16] = ACTIONS(2501), + [anon_sym_i16] = ACTIONS(2501), + [anon_sym_u32] = ACTIONS(2501), + [anon_sym_i32] = ACTIONS(2501), + [anon_sym_u64] = ACTIONS(2501), + [anon_sym_i64] = ACTIONS(2501), + [anon_sym_u128] = ACTIONS(2501), + [anon_sym_i128] = ACTIONS(2501), + [anon_sym_isize] = ACTIONS(2501), + [anon_sym_usize] = ACTIONS(2501), + [anon_sym_f32] = ACTIONS(2501), + [anon_sym_f64] = ACTIONS(2501), + [anon_sym_bool] = ACTIONS(2501), + [anon_sym_str] = ACTIONS(2501), + [anon_sym_char] = ACTIONS(2501), + [anon_sym_DASH] = ACTIONS(2499), + [anon_sym_BANG] = ACTIONS(2499), + [anon_sym_AMP] = ACTIONS(2499), + [anon_sym_PIPE] = ACTIONS(2499), + [anon_sym_LT] = ACTIONS(2499), + [anon_sym_DOT_DOT] = ACTIONS(2499), + [anon_sym_COLON_COLON] = ACTIONS(2499), + [anon_sym_POUND] = ACTIONS(2499), + [anon_sym_SQUOTE] = ACTIONS(2501), + [anon_sym_async] = ACTIONS(2501), + [anon_sym_break] = ACTIONS(2501), + [anon_sym_const] = ACTIONS(2501), + [anon_sym_continue] = ACTIONS(2501), + [anon_sym_default] = ACTIONS(2501), + [anon_sym_enum] = ACTIONS(2501), + [anon_sym_fn] = ACTIONS(2501), + [anon_sym_for] = ACTIONS(2501), + [anon_sym_gen] = ACTIONS(2501), + [anon_sym_if] = ACTIONS(2501), + [anon_sym_impl] = ACTIONS(2501), + [anon_sym_let] = ACTIONS(2501), + [anon_sym_loop] = ACTIONS(2501), + [anon_sym_match] = ACTIONS(2501), + [anon_sym_mod] = ACTIONS(2501), + [anon_sym_pub] = ACTIONS(2501), + [anon_sym_return] = ACTIONS(2501), + [anon_sym_static] = ACTIONS(2501), + [anon_sym_struct] = ACTIONS(2501), + [anon_sym_trait] = ACTIONS(2501), + [anon_sym_type] = ACTIONS(2501), + [anon_sym_union] = ACTIONS(2501), + [anon_sym_unsafe] = ACTIONS(2501), + [anon_sym_use] = ACTIONS(2501), + [anon_sym_while] = ACTIONS(2501), + [anon_sym_extern] = ACTIONS(2501), + [anon_sym_raw] = ACTIONS(2501), + [anon_sym_yield] = ACTIONS(2501), + [anon_sym_move] = ACTIONS(2501), + [anon_sym_try] = ACTIONS(2501), + [sym_integer_literal] = ACTIONS(2499), + [aux_sym_string_literal_token1] = ACTIONS(2499), + [sym_char_literal] = ACTIONS(2499), + [anon_sym_true] = ACTIONS(2501), + [anon_sym_false] = ACTIONS(2501), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2501), + [sym_super] = ACTIONS(2501), + [sym_crate] = ACTIONS(2501), + [sym_metavariable] = ACTIONS(2499), + [sym__raw_string_literal_start] = ACTIONS(2499), + [sym_float_literal] = ACTIONS(2499), }, [STATE(644)] = { [sym_line_comment] = STATE(644), [sym_block_comment] = STATE(644), - [ts_builtin_sym_end] = ACTIONS(2533), - [sym_identifier] = ACTIONS(2535), - [anon_sym_SEMI] = ACTIONS(2533), - [anon_sym_macro_rules_BANG] = ACTIONS(2533), - [anon_sym_LPAREN] = ACTIONS(2533), - [anon_sym_LBRACK] = ACTIONS(2533), - [anon_sym_LBRACE] = ACTIONS(2533), - [anon_sym_RBRACE] = ACTIONS(2533), - [anon_sym_STAR] = ACTIONS(2533), - [anon_sym_u8] = ACTIONS(2535), - [anon_sym_i8] = ACTIONS(2535), - [anon_sym_u16] = ACTIONS(2535), - [anon_sym_i16] = ACTIONS(2535), - [anon_sym_u32] = ACTIONS(2535), - [anon_sym_i32] = ACTIONS(2535), - [anon_sym_u64] = ACTIONS(2535), - [anon_sym_i64] = ACTIONS(2535), - [anon_sym_u128] = ACTIONS(2535), - [anon_sym_i128] = ACTIONS(2535), - [anon_sym_isize] = ACTIONS(2535), - [anon_sym_usize] = ACTIONS(2535), - [anon_sym_f32] = ACTIONS(2535), - [anon_sym_f64] = ACTIONS(2535), - [anon_sym_bool] = ACTIONS(2535), - [anon_sym_str] = ACTIONS(2535), - [anon_sym_char] = ACTIONS(2535), - [anon_sym_DASH] = ACTIONS(2533), - [anon_sym_BANG] = ACTIONS(2533), - [anon_sym_AMP] = ACTIONS(2533), - [anon_sym_PIPE] = ACTIONS(2533), - [anon_sym_LT] = ACTIONS(2533), - [anon_sym_DOT_DOT] = ACTIONS(2533), - [anon_sym_COLON_COLON] = ACTIONS(2533), - [anon_sym_POUND] = ACTIONS(2533), - [anon_sym_SQUOTE] = ACTIONS(2535), - [anon_sym_async] = ACTIONS(2535), - [anon_sym_break] = ACTIONS(2535), - [anon_sym_const] = ACTIONS(2535), - [anon_sym_continue] = ACTIONS(2535), - [anon_sym_default] = ACTIONS(2535), - [anon_sym_enum] = ACTIONS(2535), - [anon_sym_fn] = ACTIONS(2535), - [anon_sym_for] = ACTIONS(2535), - [anon_sym_gen] = ACTIONS(2535), - [anon_sym_if] = ACTIONS(2535), - [anon_sym_impl] = ACTIONS(2535), - [anon_sym_let] = ACTIONS(2535), - [anon_sym_loop] = ACTIONS(2535), - [anon_sym_match] = ACTIONS(2535), - [anon_sym_mod] = ACTIONS(2535), - [anon_sym_pub] = ACTIONS(2535), - [anon_sym_return] = ACTIONS(2535), - [anon_sym_static] = ACTIONS(2535), - [anon_sym_struct] = ACTIONS(2535), - [anon_sym_trait] = ACTIONS(2535), - [anon_sym_type] = ACTIONS(2535), - [anon_sym_union] = ACTIONS(2535), - [anon_sym_unsafe] = ACTIONS(2535), - [anon_sym_use] = ACTIONS(2535), - [anon_sym_while] = ACTIONS(2535), - [anon_sym_extern] = ACTIONS(2535), - [anon_sym_raw] = ACTIONS(2535), - [anon_sym_yield] = ACTIONS(2535), - [anon_sym_move] = ACTIONS(2535), - [anon_sym_try] = ACTIONS(2535), - [sym_integer_literal] = ACTIONS(2533), - [aux_sym_string_literal_token1] = ACTIONS(2533), - [sym_char_literal] = ACTIONS(2533), - [anon_sym_true] = ACTIONS(2535), - [anon_sym_false] = ACTIONS(2535), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(2535), - [sym_super] = ACTIONS(2535), - [sym_crate] = ACTIONS(2535), - [sym_metavariable] = ACTIONS(2533), - [sym__raw_string_literal_start] = ACTIONS(2533), - [sym_float_literal] = ACTIONS(2533), + [ts_builtin_sym_end] = ACTIONS(2503), + [sym_identifier] = ACTIONS(2505), + [anon_sym_SEMI] = ACTIONS(2503), + [anon_sym_macro_rules_BANG] = ACTIONS(2503), + [anon_sym_LPAREN] = ACTIONS(2503), + [anon_sym_LBRACK] = ACTIONS(2503), + [anon_sym_LBRACE] = ACTIONS(2503), + [anon_sym_RBRACE] = ACTIONS(2503), + [anon_sym_STAR] = ACTIONS(2503), + [anon_sym_u8] = ACTIONS(2505), + [anon_sym_i8] = ACTIONS(2505), + [anon_sym_u16] = ACTIONS(2505), + [anon_sym_i16] = ACTIONS(2505), + [anon_sym_u32] = ACTIONS(2505), + [anon_sym_i32] = ACTIONS(2505), + [anon_sym_u64] = ACTIONS(2505), + [anon_sym_i64] = ACTIONS(2505), + [anon_sym_u128] = ACTIONS(2505), + [anon_sym_i128] = ACTIONS(2505), + [anon_sym_isize] = ACTIONS(2505), + [anon_sym_usize] = ACTIONS(2505), + [anon_sym_f32] = ACTIONS(2505), + [anon_sym_f64] = ACTIONS(2505), + [anon_sym_bool] = ACTIONS(2505), + [anon_sym_str] = ACTIONS(2505), + [anon_sym_char] = ACTIONS(2505), + [anon_sym_DASH] = ACTIONS(2503), + [anon_sym_BANG] = ACTIONS(2503), + [anon_sym_AMP] = ACTIONS(2503), + [anon_sym_PIPE] = ACTIONS(2503), + [anon_sym_LT] = ACTIONS(2503), + [anon_sym_DOT_DOT] = ACTIONS(2503), + [anon_sym_COLON_COLON] = ACTIONS(2503), + [anon_sym_POUND] = ACTIONS(2503), + [anon_sym_SQUOTE] = ACTIONS(2505), + [anon_sym_async] = ACTIONS(2505), + [anon_sym_break] = ACTIONS(2505), + [anon_sym_const] = ACTIONS(2505), + [anon_sym_continue] = ACTIONS(2505), + [anon_sym_default] = ACTIONS(2505), + [anon_sym_enum] = ACTIONS(2505), + [anon_sym_fn] = ACTIONS(2505), + [anon_sym_for] = ACTIONS(2505), + [anon_sym_gen] = ACTIONS(2505), + [anon_sym_if] = ACTIONS(2505), + [anon_sym_impl] = ACTIONS(2505), + [anon_sym_let] = ACTIONS(2505), + [anon_sym_loop] = ACTIONS(2505), + [anon_sym_match] = ACTIONS(2505), + [anon_sym_mod] = ACTIONS(2505), + [anon_sym_pub] = ACTIONS(2505), + [anon_sym_return] = ACTIONS(2505), + [anon_sym_static] = ACTIONS(2505), + [anon_sym_struct] = ACTIONS(2505), + [anon_sym_trait] = ACTIONS(2505), + [anon_sym_type] = ACTIONS(2505), + [anon_sym_union] = ACTIONS(2505), + [anon_sym_unsafe] = ACTIONS(2505), + [anon_sym_use] = ACTIONS(2505), + [anon_sym_while] = ACTIONS(2505), + [anon_sym_extern] = ACTIONS(2505), + [anon_sym_raw] = ACTIONS(2505), + [anon_sym_yield] = ACTIONS(2505), + [anon_sym_move] = ACTIONS(2505), + [anon_sym_try] = ACTIONS(2505), + [sym_integer_literal] = ACTIONS(2503), + [aux_sym_string_literal_token1] = ACTIONS(2503), + [sym_char_literal] = ACTIONS(2503), + [anon_sym_true] = ACTIONS(2505), + [anon_sym_false] = ACTIONS(2505), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2505), + [sym_super] = ACTIONS(2505), + [sym_crate] = ACTIONS(2505), + [sym_metavariable] = ACTIONS(2503), + [sym__raw_string_literal_start] = ACTIONS(2503), + [sym_float_literal] = ACTIONS(2503), }, [STATE(645)] = { [sym_line_comment] = STATE(645), [sym_block_comment] = STATE(645), - [ts_builtin_sym_end] = ACTIONS(2537), - [sym_identifier] = ACTIONS(2539), - [anon_sym_SEMI] = ACTIONS(2537), - [anon_sym_macro_rules_BANG] = ACTIONS(2537), - [anon_sym_LPAREN] = ACTIONS(2537), - [anon_sym_LBRACK] = ACTIONS(2537), - [anon_sym_LBRACE] = ACTIONS(2537), - [anon_sym_RBRACE] = ACTIONS(2537), - [anon_sym_STAR] = ACTIONS(2537), - [anon_sym_u8] = ACTIONS(2539), - [anon_sym_i8] = ACTIONS(2539), - [anon_sym_u16] = ACTIONS(2539), - [anon_sym_i16] = ACTIONS(2539), - [anon_sym_u32] = ACTIONS(2539), - [anon_sym_i32] = ACTIONS(2539), - [anon_sym_u64] = ACTIONS(2539), - [anon_sym_i64] = ACTIONS(2539), - [anon_sym_u128] = ACTIONS(2539), - [anon_sym_i128] = ACTIONS(2539), - [anon_sym_isize] = ACTIONS(2539), - [anon_sym_usize] = ACTIONS(2539), - [anon_sym_f32] = ACTIONS(2539), - [anon_sym_f64] = ACTIONS(2539), - [anon_sym_bool] = ACTIONS(2539), - [anon_sym_str] = ACTIONS(2539), - [anon_sym_char] = ACTIONS(2539), - [anon_sym_DASH] = ACTIONS(2537), - [anon_sym_BANG] = ACTIONS(2537), - [anon_sym_AMP] = ACTIONS(2537), - [anon_sym_PIPE] = ACTIONS(2537), - [anon_sym_LT] = ACTIONS(2537), - [anon_sym_DOT_DOT] = ACTIONS(2537), - [anon_sym_COLON_COLON] = ACTIONS(2537), - [anon_sym_POUND] = ACTIONS(2537), - [anon_sym_SQUOTE] = ACTIONS(2539), - [anon_sym_async] = ACTIONS(2539), - [anon_sym_break] = ACTIONS(2539), - [anon_sym_const] = ACTIONS(2539), - [anon_sym_continue] = ACTIONS(2539), - [anon_sym_default] = ACTIONS(2539), - [anon_sym_enum] = ACTIONS(2539), - [anon_sym_fn] = ACTIONS(2539), - [anon_sym_for] = ACTIONS(2539), - [anon_sym_gen] = ACTIONS(2539), - [anon_sym_if] = ACTIONS(2539), - [anon_sym_impl] = ACTIONS(2539), - [anon_sym_let] = ACTIONS(2539), - [anon_sym_loop] = ACTIONS(2539), - [anon_sym_match] = ACTIONS(2539), - [anon_sym_mod] = ACTIONS(2539), - [anon_sym_pub] = ACTIONS(2539), - [anon_sym_return] = ACTIONS(2539), - [anon_sym_static] = ACTIONS(2539), - [anon_sym_struct] = ACTIONS(2539), - [anon_sym_trait] = ACTIONS(2539), - [anon_sym_type] = ACTIONS(2539), - [anon_sym_union] = ACTIONS(2539), - [anon_sym_unsafe] = ACTIONS(2539), - [anon_sym_use] = ACTIONS(2539), - [anon_sym_while] = ACTIONS(2539), - [anon_sym_extern] = ACTIONS(2539), - [anon_sym_raw] = ACTIONS(2539), - [anon_sym_yield] = ACTIONS(2539), - [anon_sym_move] = ACTIONS(2539), - [anon_sym_try] = ACTIONS(2539), - [sym_integer_literal] = ACTIONS(2537), - [aux_sym_string_literal_token1] = ACTIONS(2537), - [sym_char_literal] = ACTIONS(2537), - [anon_sym_true] = ACTIONS(2539), - [anon_sym_false] = ACTIONS(2539), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(2539), - [sym_super] = ACTIONS(2539), - [sym_crate] = ACTIONS(2539), - [sym_metavariable] = ACTIONS(2537), - [sym__raw_string_literal_start] = ACTIONS(2537), - [sym_float_literal] = ACTIONS(2537), + [ts_builtin_sym_end] = ACTIONS(2507), + [sym_identifier] = ACTIONS(2509), + [anon_sym_SEMI] = ACTIONS(2507), + [anon_sym_macro_rules_BANG] = ACTIONS(2507), + [anon_sym_LPAREN] = ACTIONS(2507), + [anon_sym_LBRACK] = ACTIONS(2507), + [anon_sym_LBRACE] = ACTIONS(2507), + [anon_sym_RBRACE] = ACTIONS(2507), + [anon_sym_STAR] = ACTIONS(2507), + [anon_sym_u8] = ACTIONS(2509), + [anon_sym_i8] = ACTIONS(2509), + [anon_sym_u16] = ACTIONS(2509), + [anon_sym_i16] = ACTIONS(2509), + [anon_sym_u32] = ACTIONS(2509), + [anon_sym_i32] = ACTIONS(2509), + [anon_sym_u64] = ACTIONS(2509), + [anon_sym_i64] = ACTIONS(2509), + [anon_sym_u128] = ACTIONS(2509), + [anon_sym_i128] = ACTIONS(2509), + [anon_sym_isize] = ACTIONS(2509), + [anon_sym_usize] = ACTIONS(2509), + [anon_sym_f32] = ACTIONS(2509), + [anon_sym_f64] = ACTIONS(2509), + [anon_sym_bool] = ACTIONS(2509), + [anon_sym_str] = ACTIONS(2509), + [anon_sym_char] = ACTIONS(2509), + [anon_sym_DASH] = ACTIONS(2507), + [anon_sym_BANG] = ACTIONS(2507), + [anon_sym_AMP] = ACTIONS(2507), + [anon_sym_PIPE] = ACTIONS(2507), + [anon_sym_LT] = ACTIONS(2507), + [anon_sym_DOT_DOT] = ACTIONS(2507), + [anon_sym_COLON_COLON] = ACTIONS(2507), + [anon_sym_POUND] = ACTIONS(2507), + [anon_sym_SQUOTE] = ACTIONS(2509), + [anon_sym_async] = ACTIONS(2509), + [anon_sym_break] = ACTIONS(2509), + [anon_sym_const] = ACTIONS(2509), + [anon_sym_continue] = ACTIONS(2509), + [anon_sym_default] = ACTIONS(2509), + [anon_sym_enum] = ACTIONS(2509), + [anon_sym_fn] = ACTIONS(2509), + [anon_sym_for] = ACTIONS(2509), + [anon_sym_gen] = ACTIONS(2509), + [anon_sym_if] = ACTIONS(2509), + [anon_sym_impl] = ACTIONS(2509), + [anon_sym_let] = ACTIONS(2509), + [anon_sym_loop] = ACTIONS(2509), + [anon_sym_match] = ACTIONS(2509), + [anon_sym_mod] = ACTIONS(2509), + [anon_sym_pub] = ACTIONS(2509), + [anon_sym_return] = ACTIONS(2509), + [anon_sym_static] = ACTIONS(2509), + [anon_sym_struct] = ACTIONS(2509), + [anon_sym_trait] = ACTIONS(2509), + [anon_sym_type] = ACTIONS(2509), + [anon_sym_union] = ACTIONS(2509), + [anon_sym_unsafe] = ACTIONS(2509), + [anon_sym_use] = ACTIONS(2509), + [anon_sym_while] = ACTIONS(2509), + [anon_sym_extern] = ACTIONS(2509), + [anon_sym_raw] = ACTIONS(2509), + [anon_sym_yield] = ACTIONS(2509), + [anon_sym_move] = ACTIONS(2509), + [anon_sym_try] = ACTIONS(2509), + [sym_integer_literal] = ACTIONS(2507), + [aux_sym_string_literal_token1] = ACTIONS(2507), + [sym_char_literal] = ACTIONS(2507), + [anon_sym_true] = ACTIONS(2509), + [anon_sym_false] = ACTIONS(2509), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2509), + [sym_super] = ACTIONS(2509), + [sym_crate] = ACTIONS(2509), + [sym_metavariable] = ACTIONS(2507), + [sym__raw_string_literal_start] = ACTIONS(2507), + [sym_float_literal] = ACTIONS(2507), }, [STATE(646)] = { [sym_line_comment] = STATE(646), [sym_block_comment] = STATE(646), - [ts_builtin_sym_end] = ACTIONS(2541), - [sym_identifier] = ACTIONS(2543), - [anon_sym_SEMI] = ACTIONS(2541), - [anon_sym_macro_rules_BANG] = ACTIONS(2541), - [anon_sym_LPAREN] = ACTIONS(2541), - [anon_sym_LBRACK] = ACTIONS(2541), - [anon_sym_LBRACE] = ACTIONS(2541), - [anon_sym_RBRACE] = ACTIONS(2541), - [anon_sym_STAR] = ACTIONS(2541), - [anon_sym_u8] = ACTIONS(2543), - [anon_sym_i8] = ACTIONS(2543), - [anon_sym_u16] = ACTIONS(2543), - [anon_sym_i16] = ACTIONS(2543), - [anon_sym_u32] = ACTIONS(2543), - [anon_sym_i32] = ACTIONS(2543), - [anon_sym_u64] = ACTIONS(2543), - [anon_sym_i64] = ACTIONS(2543), - [anon_sym_u128] = ACTIONS(2543), - [anon_sym_i128] = ACTIONS(2543), - [anon_sym_isize] = ACTIONS(2543), - [anon_sym_usize] = ACTIONS(2543), - [anon_sym_f32] = ACTIONS(2543), - [anon_sym_f64] = ACTIONS(2543), - [anon_sym_bool] = ACTIONS(2543), - [anon_sym_str] = ACTIONS(2543), - [anon_sym_char] = ACTIONS(2543), - [anon_sym_DASH] = ACTIONS(2541), - [anon_sym_BANG] = ACTIONS(2541), - [anon_sym_AMP] = ACTIONS(2541), - [anon_sym_PIPE] = ACTIONS(2541), - [anon_sym_LT] = ACTIONS(2541), - [anon_sym_DOT_DOT] = ACTIONS(2541), - [anon_sym_COLON_COLON] = ACTIONS(2541), - [anon_sym_POUND] = ACTIONS(2541), - [anon_sym_SQUOTE] = ACTIONS(2543), - [anon_sym_async] = ACTIONS(2543), - [anon_sym_break] = ACTIONS(2543), - [anon_sym_const] = ACTIONS(2543), - [anon_sym_continue] = ACTIONS(2543), - [anon_sym_default] = ACTIONS(2543), - [anon_sym_enum] = ACTIONS(2543), - [anon_sym_fn] = ACTIONS(2543), - [anon_sym_for] = ACTIONS(2543), - [anon_sym_gen] = ACTIONS(2543), - [anon_sym_if] = ACTIONS(2543), - [anon_sym_impl] = ACTIONS(2543), - [anon_sym_let] = ACTIONS(2543), - [anon_sym_loop] = ACTIONS(2543), - [anon_sym_match] = ACTIONS(2543), - [anon_sym_mod] = ACTIONS(2543), - [anon_sym_pub] = ACTIONS(2543), - [anon_sym_return] = ACTIONS(2543), - [anon_sym_static] = ACTIONS(2543), - [anon_sym_struct] = ACTIONS(2543), - [anon_sym_trait] = ACTIONS(2543), - [anon_sym_type] = ACTIONS(2543), - [anon_sym_union] = ACTIONS(2543), - [anon_sym_unsafe] = ACTIONS(2543), - [anon_sym_use] = ACTIONS(2543), - [anon_sym_while] = ACTIONS(2543), - [anon_sym_extern] = ACTIONS(2543), - [anon_sym_raw] = ACTIONS(2543), - [anon_sym_yield] = ACTIONS(2543), - [anon_sym_move] = ACTIONS(2543), - [anon_sym_try] = ACTIONS(2543), - [sym_integer_literal] = ACTIONS(2541), - [aux_sym_string_literal_token1] = ACTIONS(2541), - [sym_char_literal] = ACTIONS(2541), - [anon_sym_true] = ACTIONS(2543), - [anon_sym_false] = ACTIONS(2543), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(2543), - [sym_super] = ACTIONS(2543), - [sym_crate] = ACTIONS(2543), - [sym_metavariable] = ACTIONS(2541), - [sym__raw_string_literal_start] = ACTIONS(2541), - [sym_float_literal] = ACTIONS(2541), + [ts_builtin_sym_end] = ACTIONS(2511), + [sym_identifier] = ACTIONS(2513), + [anon_sym_SEMI] = ACTIONS(2511), + [anon_sym_macro_rules_BANG] = ACTIONS(2511), + [anon_sym_LPAREN] = ACTIONS(2511), + [anon_sym_LBRACK] = ACTIONS(2511), + [anon_sym_LBRACE] = ACTIONS(2511), + [anon_sym_RBRACE] = ACTIONS(2511), + [anon_sym_STAR] = ACTIONS(2511), + [anon_sym_u8] = ACTIONS(2513), + [anon_sym_i8] = ACTIONS(2513), + [anon_sym_u16] = ACTIONS(2513), + [anon_sym_i16] = ACTIONS(2513), + [anon_sym_u32] = ACTIONS(2513), + [anon_sym_i32] = ACTIONS(2513), + [anon_sym_u64] = ACTIONS(2513), + [anon_sym_i64] = ACTIONS(2513), + [anon_sym_u128] = ACTIONS(2513), + [anon_sym_i128] = ACTIONS(2513), + [anon_sym_isize] = ACTIONS(2513), + [anon_sym_usize] = ACTIONS(2513), + [anon_sym_f32] = ACTIONS(2513), + [anon_sym_f64] = ACTIONS(2513), + [anon_sym_bool] = ACTIONS(2513), + [anon_sym_str] = ACTIONS(2513), + [anon_sym_char] = ACTIONS(2513), + [anon_sym_DASH] = ACTIONS(2511), + [anon_sym_BANG] = ACTIONS(2511), + [anon_sym_AMP] = ACTIONS(2511), + [anon_sym_PIPE] = ACTIONS(2511), + [anon_sym_LT] = ACTIONS(2511), + [anon_sym_DOT_DOT] = ACTIONS(2511), + [anon_sym_COLON_COLON] = ACTIONS(2511), + [anon_sym_POUND] = ACTIONS(2511), + [anon_sym_SQUOTE] = ACTIONS(2513), + [anon_sym_async] = ACTIONS(2513), + [anon_sym_break] = ACTIONS(2513), + [anon_sym_const] = ACTIONS(2513), + [anon_sym_continue] = ACTIONS(2513), + [anon_sym_default] = ACTIONS(2513), + [anon_sym_enum] = ACTIONS(2513), + [anon_sym_fn] = ACTIONS(2513), + [anon_sym_for] = ACTIONS(2513), + [anon_sym_gen] = ACTIONS(2513), + [anon_sym_if] = ACTIONS(2513), + [anon_sym_impl] = ACTIONS(2513), + [anon_sym_let] = ACTIONS(2513), + [anon_sym_loop] = ACTIONS(2513), + [anon_sym_match] = ACTIONS(2513), + [anon_sym_mod] = ACTIONS(2513), + [anon_sym_pub] = ACTIONS(2513), + [anon_sym_return] = ACTIONS(2513), + [anon_sym_static] = ACTIONS(2513), + [anon_sym_struct] = ACTIONS(2513), + [anon_sym_trait] = ACTIONS(2513), + [anon_sym_type] = ACTIONS(2513), + [anon_sym_union] = ACTIONS(2513), + [anon_sym_unsafe] = ACTIONS(2513), + [anon_sym_use] = ACTIONS(2513), + [anon_sym_while] = ACTIONS(2513), + [anon_sym_extern] = ACTIONS(2513), + [anon_sym_raw] = ACTIONS(2513), + [anon_sym_yield] = ACTIONS(2513), + [anon_sym_move] = ACTIONS(2513), + [anon_sym_try] = ACTIONS(2513), + [sym_integer_literal] = ACTIONS(2511), + [aux_sym_string_literal_token1] = ACTIONS(2511), + [sym_char_literal] = ACTIONS(2511), + [anon_sym_true] = ACTIONS(2513), + [anon_sym_false] = ACTIONS(2513), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2513), + [sym_super] = ACTIONS(2513), + [sym_crate] = ACTIONS(2513), + [sym_metavariable] = ACTIONS(2511), + [sym__raw_string_literal_start] = ACTIONS(2511), + [sym_float_literal] = ACTIONS(2511), }, [STATE(647)] = { [sym_line_comment] = STATE(647), [sym_block_comment] = STATE(647), - [ts_builtin_sym_end] = ACTIONS(2545), - [sym_identifier] = ACTIONS(2547), - [anon_sym_SEMI] = ACTIONS(2545), - [anon_sym_macro_rules_BANG] = ACTIONS(2545), - [anon_sym_LPAREN] = ACTIONS(2545), - [anon_sym_LBRACK] = ACTIONS(2545), - [anon_sym_LBRACE] = ACTIONS(2545), - [anon_sym_RBRACE] = ACTIONS(2545), - [anon_sym_STAR] = ACTIONS(2545), - [anon_sym_u8] = ACTIONS(2547), - [anon_sym_i8] = ACTIONS(2547), - [anon_sym_u16] = ACTIONS(2547), - [anon_sym_i16] = ACTIONS(2547), - [anon_sym_u32] = ACTIONS(2547), - [anon_sym_i32] = ACTIONS(2547), - [anon_sym_u64] = ACTIONS(2547), - [anon_sym_i64] = ACTIONS(2547), - [anon_sym_u128] = ACTIONS(2547), - [anon_sym_i128] = ACTIONS(2547), - [anon_sym_isize] = ACTIONS(2547), - [anon_sym_usize] = ACTIONS(2547), - [anon_sym_f32] = ACTIONS(2547), - [anon_sym_f64] = ACTIONS(2547), - [anon_sym_bool] = ACTIONS(2547), - [anon_sym_str] = ACTIONS(2547), - [anon_sym_char] = ACTIONS(2547), - [anon_sym_DASH] = ACTIONS(2545), - [anon_sym_BANG] = ACTIONS(2545), - [anon_sym_AMP] = ACTIONS(2545), - [anon_sym_PIPE] = ACTIONS(2545), - [anon_sym_LT] = ACTIONS(2545), - [anon_sym_DOT_DOT] = ACTIONS(2545), - [anon_sym_COLON_COLON] = ACTIONS(2545), - [anon_sym_POUND] = ACTIONS(2545), - [anon_sym_SQUOTE] = ACTIONS(2547), - [anon_sym_async] = ACTIONS(2547), - [anon_sym_break] = ACTIONS(2547), - [anon_sym_const] = ACTIONS(2547), - [anon_sym_continue] = ACTIONS(2547), - [anon_sym_default] = ACTIONS(2547), - [anon_sym_enum] = ACTIONS(2547), - [anon_sym_fn] = ACTIONS(2547), - [anon_sym_for] = ACTIONS(2547), - [anon_sym_gen] = ACTIONS(2547), - [anon_sym_if] = ACTIONS(2547), - [anon_sym_impl] = ACTIONS(2547), - [anon_sym_let] = ACTIONS(2547), - [anon_sym_loop] = ACTIONS(2547), - [anon_sym_match] = ACTIONS(2547), - [anon_sym_mod] = ACTIONS(2547), - [anon_sym_pub] = ACTIONS(2547), - [anon_sym_return] = ACTIONS(2547), - [anon_sym_static] = ACTIONS(2547), - [anon_sym_struct] = ACTIONS(2547), - [anon_sym_trait] = ACTIONS(2547), - [anon_sym_type] = ACTIONS(2547), - [anon_sym_union] = ACTIONS(2547), - [anon_sym_unsafe] = ACTIONS(2547), - [anon_sym_use] = ACTIONS(2547), - [anon_sym_while] = ACTIONS(2547), - [anon_sym_extern] = ACTIONS(2547), - [anon_sym_raw] = ACTIONS(2547), - [anon_sym_yield] = ACTIONS(2547), - [anon_sym_move] = ACTIONS(2547), - [anon_sym_try] = ACTIONS(2547), - [sym_integer_literal] = ACTIONS(2545), - [aux_sym_string_literal_token1] = ACTIONS(2545), - [sym_char_literal] = ACTIONS(2545), - [anon_sym_true] = ACTIONS(2547), - [anon_sym_false] = ACTIONS(2547), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(2547), - [sym_super] = ACTIONS(2547), - [sym_crate] = ACTIONS(2547), - [sym_metavariable] = ACTIONS(2545), - [sym__raw_string_literal_start] = ACTIONS(2545), - [sym_float_literal] = ACTIONS(2545), + [ts_builtin_sym_end] = ACTIONS(2515), + [sym_identifier] = ACTIONS(2517), + [anon_sym_SEMI] = ACTIONS(2515), + [anon_sym_macro_rules_BANG] = ACTIONS(2515), + [anon_sym_LPAREN] = ACTIONS(2515), + [anon_sym_LBRACK] = ACTIONS(2515), + [anon_sym_LBRACE] = ACTIONS(2515), + [anon_sym_RBRACE] = ACTIONS(2515), + [anon_sym_STAR] = ACTIONS(2515), + [anon_sym_u8] = ACTIONS(2517), + [anon_sym_i8] = ACTIONS(2517), + [anon_sym_u16] = ACTIONS(2517), + [anon_sym_i16] = ACTIONS(2517), + [anon_sym_u32] = ACTIONS(2517), + [anon_sym_i32] = ACTIONS(2517), + [anon_sym_u64] = ACTIONS(2517), + [anon_sym_i64] = ACTIONS(2517), + [anon_sym_u128] = ACTIONS(2517), + [anon_sym_i128] = ACTIONS(2517), + [anon_sym_isize] = ACTIONS(2517), + [anon_sym_usize] = ACTIONS(2517), + [anon_sym_f32] = ACTIONS(2517), + [anon_sym_f64] = ACTIONS(2517), + [anon_sym_bool] = ACTIONS(2517), + [anon_sym_str] = ACTIONS(2517), + [anon_sym_char] = ACTIONS(2517), + [anon_sym_DASH] = ACTIONS(2515), + [anon_sym_BANG] = ACTIONS(2515), + [anon_sym_AMP] = ACTIONS(2515), + [anon_sym_PIPE] = ACTIONS(2515), + [anon_sym_LT] = ACTIONS(2515), + [anon_sym_DOT_DOT] = ACTIONS(2515), + [anon_sym_COLON_COLON] = ACTIONS(2515), + [anon_sym_POUND] = ACTIONS(2515), + [anon_sym_SQUOTE] = ACTIONS(2517), + [anon_sym_async] = ACTIONS(2517), + [anon_sym_break] = ACTIONS(2517), + [anon_sym_const] = ACTIONS(2517), + [anon_sym_continue] = ACTIONS(2517), + [anon_sym_default] = ACTIONS(2517), + [anon_sym_enum] = ACTIONS(2517), + [anon_sym_fn] = ACTIONS(2517), + [anon_sym_for] = ACTIONS(2517), + [anon_sym_gen] = ACTIONS(2517), + [anon_sym_if] = ACTIONS(2517), + [anon_sym_impl] = ACTIONS(2517), + [anon_sym_let] = ACTIONS(2517), + [anon_sym_loop] = ACTIONS(2517), + [anon_sym_match] = ACTIONS(2517), + [anon_sym_mod] = ACTIONS(2517), + [anon_sym_pub] = ACTIONS(2517), + [anon_sym_return] = ACTIONS(2517), + [anon_sym_static] = ACTIONS(2517), + [anon_sym_struct] = ACTIONS(2517), + [anon_sym_trait] = ACTIONS(2517), + [anon_sym_type] = ACTIONS(2517), + [anon_sym_union] = ACTIONS(2517), + [anon_sym_unsafe] = ACTIONS(2517), + [anon_sym_use] = ACTIONS(2517), + [anon_sym_while] = ACTIONS(2517), + [anon_sym_extern] = ACTIONS(2517), + [anon_sym_raw] = ACTIONS(2517), + [anon_sym_yield] = ACTIONS(2517), + [anon_sym_move] = ACTIONS(2517), + [anon_sym_try] = ACTIONS(2517), + [sym_integer_literal] = ACTIONS(2515), + [aux_sym_string_literal_token1] = ACTIONS(2515), + [sym_char_literal] = ACTIONS(2515), + [anon_sym_true] = ACTIONS(2517), + [anon_sym_false] = ACTIONS(2517), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2517), + [sym_super] = ACTIONS(2517), + [sym_crate] = ACTIONS(2517), + [sym_metavariable] = ACTIONS(2515), + [sym__raw_string_literal_start] = ACTIONS(2515), + [sym_float_literal] = ACTIONS(2515), }, [STATE(648)] = { [sym_line_comment] = STATE(648), [sym_block_comment] = STATE(648), - [ts_builtin_sym_end] = ACTIONS(2549), - [sym_identifier] = ACTIONS(2551), - [anon_sym_SEMI] = ACTIONS(2549), - [anon_sym_macro_rules_BANG] = ACTIONS(2549), - [anon_sym_LPAREN] = ACTIONS(2549), - [anon_sym_LBRACK] = ACTIONS(2549), - [anon_sym_LBRACE] = ACTIONS(2549), - [anon_sym_RBRACE] = ACTIONS(2549), - [anon_sym_STAR] = ACTIONS(2549), - [anon_sym_u8] = ACTIONS(2551), - [anon_sym_i8] = ACTIONS(2551), - [anon_sym_u16] = ACTIONS(2551), - [anon_sym_i16] = ACTIONS(2551), - [anon_sym_u32] = ACTIONS(2551), - [anon_sym_i32] = ACTIONS(2551), - [anon_sym_u64] = ACTIONS(2551), - [anon_sym_i64] = ACTIONS(2551), - [anon_sym_u128] = ACTIONS(2551), - [anon_sym_i128] = ACTIONS(2551), - [anon_sym_isize] = ACTIONS(2551), - [anon_sym_usize] = ACTIONS(2551), - [anon_sym_f32] = ACTIONS(2551), - [anon_sym_f64] = ACTIONS(2551), - [anon_sym_bool] = ACTIONS(2551), - [anon_sym_str] = ACTIONS(2551), - [anon_sym_char] = ACTIONS(2551), - [anon_sym_DASH] = ACTIONS(2549), - [anon_sym_BANG] = ACTIONS(2549), - [anon_sym_AMP] = ACTIONS(2549), - [anon_sym_PIPE] = ACTIONS(2549), - [anon_sym_LT] = ACTIONS(2549), - [anon_sym_DOT_DOT] = ACTIONS(2549), - [anon_sym_COLON_COLON] = ACTIONS(2549), - [anon_sym_POUND] = ACTIONS(2549), - [anon_sym_SQUOTE] = ACTIONS(2551), - [anon_sym_async] = ACTIONS(2551), - [anon_sym_break] = ACTIONS(2551), - [anon_sym_const] = ACTIONS(2551), - [anon_sym_continue] = ACTIONS(2551), - [anon_sym_default] = ACTIONS(2551), - [anon_sym_enum] = ACTIONS(2551), - [anon_sym_fn] = ACTIONS(2551), - [anon_sym_for] = ACTIONS(2551), - [anon_sym_gen] = ACTIONS(2551), - [anon_sym_if] = ACTIONS(2551), - [anon_sym_impl] = ACTIONS(2551), - [anon_sym_let] = ACTIONS(2551), - [anon_sym_loop] = ACTIONS(2551), - [anon_sym_match] = ACTIONS(2551), - [anon_sym_mod] = ACTIONS(2551), - [anon_sym_pub] = ACTIONS(2551), - [anon_sym_return] = ACTIONS(2551), - [anon_sym_static] = ACTIONS(2551), - [anon_sym_struct] = ACTIONS(2551), - [anon_sym_trait] = ACTIONS(2551), - [anon_sym_type] = ACTIONS(2551), - [anon_sym_union] = ACTIONS(2551), - [anon_sym_unsafe] = ACTIONS(2551), - [anon_sym_use] = ACTIONS(2551), - [anon_sym_while] = ACTIONS(2551), - [anon_sym_extern] = ACTIONS(2551), - [anon_sym_raw] = ACTIONS(2551), - [anon_sym_yield] = ACTIONS(2551), - [anon_sym_move] = ACTIONS(2551), - [anon_sym_try] = ACTIONS(2551), - [sym_integer_literal] = ACTIONS(2549), - [aux_sym_string_literal_token1] = ACTIONS(2549), - [sym_char_literal] = ACTIONS(2549), - [anon_sym_true] = ACTIONS(2551), - [anon_sym_false] = ACTIONS(2551), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(2551), - [sym_super] = ACTIONS(2551), - [sym_crate] = ACTIONS(2551), - [sym_metavariable] = ACTIONS(2549), - [sym__raw_string_literal_start] = ACTIONS(2549), - [sym_float_literal] = ACTIONS(2549), + [ts_builtin_sym_end] = ACTIONS(2519), + [sym_identifier] = ACTIONS(2521), + [anon_sym_SEMI] = ACTIONS(2519), + [anon_sym_macro_rules_BANG] = ACTIONS(2519), + [anon_sym_LPAREN] = ACTIONS(2519), + [anon_sym_LBRACK] = ACTIONS(2519), + [anon_sym_LBRACE] = ACTIONS(2519), + [anon_sym_RBRACE] = ACTIONS(2519), + [anon_sym_STAR] = ACTIONS(2519), + [anon_sym_u8] = ACTIONS(2521), + [anon_sym_i8] = ACTIONS(2521), + [anon_sym_u16] = ACTIONS(2521), + [anon_sym_i16] = ACTIONS(2521), + [anon_sym_u32] = ACTIONS(2521), + [anon_sym_i32] = ACTIONS(2521), + [anon_sym_u64] = ACTIONS(2521), + [anon_sym_i64] = ACTIONS(2521), + [anon_sym_u128] = ACTIONS(2521), + [anon_sym_i128] = ACTIONS(2521), + [anon_sym_isize] = ACTIONS(2521), + [anon_sym_usize] = ACTIONS(2521), + [anon_sym_f32] = ACTIONS(2521), + [anon_sym_f64] = ACTIONS(2521), + [anon_sym_bool] = ACTIONS(2521), + [anon_sym_str] = ACTIONS(2521), + [anon_sym_char] = ACTIONS(2521), + [anon_sym_DASH] = ACTIONS(2519), + [anon_sym_BANG] = ACTIONS(2519), + [anon_sym_AMP] = ACTIONS(2519), + [anon_sym_PIPE] = ACTIONS(2519), + [anon_sym_LT] = ACTIONS(2519), + [anon_sym_DOT_DOT] = ACTIONS(2519), + [anon_sym_COLON_COLON] = ACTIONS(2519), + [anon_sym_POUND] = ACTIONS(2519), + [anon_sym_SQUOTE] = ACTIONS(2521), + [anon_sym_async] = ACTIONS(2521), + [anon_sym_break] = ACTIONS(2521), + [anon_sym_const] = ACTIONS(2521), + [anon_sym_continue] = ACTIONS(2521), + [anon_sym_default] = ACTIONS(2521), + [anon_sym_enum] = ACTIONS(2521), + [anon_sym_fn] = ACTIONS(2521), + [anon_sym_for] = ACTIONS(2521), + [anon_sym_gen] = ACTIONS(2521), + [anon_sym_if] = ACTIONS(2521), + [anon_sym_impl] = ACTIONS(2521), + [anon_sym_let] = ACTIONS(2521), + [anon_sym_loop] = ACTIONS(2521), + [anon_sym_match] = ACTIONS(2521), + [anon_sym_mod] = ACTIONS(2521), + [anon_sym_pub] = ACTIONS(2521), + [anon_sym_return] = ACTIONS(2521), + [anon_sym_static] = ACTIONS(2521), + [anon_sym_struct] = ACTIONS(2521), + [anon_sym_trait] = ACTIONS(2521), + [anon_sym_type] = ACTIONS(2521), + [anon_sym_union] = ACTIONS(2521), + [anon_sym_unsafe] = ACTIONS(2521), + [anon_sym_use] = ACTIONS(2521), + [anon_sym_while] = ACTIONS(2521), + [anon_sym_extern] = ACTIONS(2521), + [anon_sym_raw] = ACTIONS(2521), + [anon_sym_yield] = ACTIONS(2521), + [anon_sym_move] = ACTIONS(2521), + [anon_sym_try] = ACTIONS(2521), + [sym_integer_literal] = ACTIONS(2519), + [aux_sym_string_literal_token1] = ACTIONS(2519), + [sym_char_literal] = ACTIONS(2519), + [anon_sym_true] = ACTIONS(2521), + [anon_sym_false] = ACTIONS(2521), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2521), + [sym_super] = ACTIONS(2521), + [sym_crate] = ACTIONS(2521), + [sym_metavariable] = ACTIONS(2519), + [sym__raw_string_literal_start] = ACTIONS(2519), + [sym_float_literal] = ACTIONS(2519), }, [STATE(649)] = { + [sym_attribute_item] = STATE(1206), + [sym_inner_attribute_item] = STATE(1206), + [sym_bracketed_type] = STATE(3698), + [sym_generic_type] = STATE(3513), + [sym_generic_type_with_turbofish] = STATE(3435), + [sym_macro_invocation] = STATE(2935), + [sym_scoped_identifier] = STATE(2252), + [sym_scoped_type_identifier] = STATE(3061), + [sym_match_pattern] = STATE(3804), + [sym_const_block] = STATE(2935), + [sym__pattern] = STATE(3153), + [sym_generic_pattern] = STATE(2935), + [sym_tuple_pattern] = STATE(2935), + [sym_slice_pattern] = STATE(2935), + [sym_tuple_struct_pattern] = STATE(2935), + [sym_struct_pattern] = STATE(2935), + [sym_remaining_field_pattern] = STATE(2935), + [sym_mut_pattern] = STATE(2935), + [sym_range_pattern] = STATE(2935), + [sym_ref_pattern] = STATE(2935), + [sym_captured_pattern] = STATE(2935), + [sym_reference_pattern] = STATE(2935), + [sym_or_pattern] = STATE(2935), + [sym__literal_pattern] = STATE(2490), + [sym_negative_literal] = STATE(2411), + [sym_string_literal] = STATE(2411), + [sym_raw_string_literal] = STATE(2411), + [sym_boolean_literal] = STATE(2411), [sym_line_comment] = STATE(649), [sym_block_comment] = STATE(649), - [ts_builtin_sym_end] = ACTIONS(2553), - [sym_identifier] = ACTIONS(2555), - [anon_sym_SEMI] = ACTIONS(2553), - [anon_sym_macro_rules_BANG] = ACTIONS(2553), - [anon_sym_LPAREN] = ACTIONS(2553), - [anon_sym_LBRACK] = ACTIONS(2553), - [anon_sym_LBRACE] = ACTIONS(2553), - [anon_sym_RBRACE] = ACTIONS(2553), - [anon_sym_STAR] = ACTIONS(2553), - [anon_sym_u8] = ACTIONS(2555), - [anon_sym_i8] = ACTIONS(2555), - [anon_sym_u16] = ACTIONS(2555), - [anon_sym_i16] = ACTIONS(2555), - [anon_sym_u32] = ACTIONS(2555), - [anon_sym_i32] = ACTIONS(2555), - [anon_sym_u64] = ACTIONS(2555), - [anon_sym_i64] = ACTIONS(2555), - [anon_sym_u128] = ACTIONS(2555), - [anon_sym_i128] = ACTIONS(2555), - [anon_sym_isize] = ACTIONS(2555), - [anon_sym_usize] = ACTIONS(2555), - [anon_sym_f32] = ACTIONS(2555), - [anon_sym_f64] = ACTIONS(2555), - [anon_sym_bool] = ACTIONS(2555), - [anon_sym_str] = ACTIONS(2555), - [anon_sym_char] = ACTIONS(2555), - [anon_sym_DASH] = ACTIONS(2553), - [anon_sym_BANG] = ACTIONS(2553), - [anon_sym_AMP] = ACTIONS(2553), - [anon_sym_PIPE] = ACTIONS(2553), - [anon_sym_LT] = ACTIONS(2553), - [anon_sym_DOT_DOT] = ACTIONS(2553), - [anon_sym_COLON_COLON] = ACTIONS(2553), - [anon_sym_POUND] = ACTIONS(2553), - [anon_sym_SQUOTE] = ACTIONS(2555), - [anon_sym_async] = ACTIONS(2555), - [anon_sym_break] = ACTIONS(2555), - [anon_sym_const] = ACTIONS(2555), - [anon_sym_continue] = ACTIONS(2555), - [anon_sym_default] = ACTIONS(2555), - [anon_sym_enum] = ACTIONS(2555), - [anon_sym_fn] = ACTIONS(2555), - [anon_sym_for] = ACTIONS(2555), - [anon_sym_gen] = ACTIONS(2555), - [anon_sym_if] = ACTIONS(2555), - [anon_sym_impl] = ACTIONS(2555), - [anon_sym_let] = ACTIONS(2555), - [anon_sym_loop] = ACTIONS(2555), - [anon_sym_match] = ACTIONS(2555), - [anon_sym_mod] = ACTIONS(2555), - [anon_sym_pub] = ACTIONS(2555), - [anon_sym_return] = ACTIONS(2555), - [anon_sym_static] = ACTIONS(2555), - [anon_sym_struct] = ACTIONS(2555), - [anon_sym_trait] = ACTIONS(2555), - [anon_sym_type] = ACTIONS(2555), - [anon_sym_union] = ACTIONS(2555), - [anon_sym_unsafe] = ACTIONS(2555), - [anon_sym_use] = ACTIONS(2555), - [anon_sym_while] = ACTIONS(2555), - [anon_sym_extern] = ACTIONS(2555), - [anon_sym_raw] = ACTIONS(2555), - [anon_sym_yield] = ACTIONS(2555), - [anon_sym_move] = ACTIONS(2555), - [anon_sym_try] = ACTIONS(2555), - [sym_integer_literal] = ACTIONS(2553), - [aux_sym_string_literal_token1] = ACTIONS(2553), - [sym_char_literal] = ACTIONS(2553), - [anon_sym_true] = ACTIONS(2555), - [anon_sym_false] = ACTIONS(2555), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(2555), - [sym_super] = ACTIONS(2555), - [sym_crate] = ACTIONS(2555), - [sym_metavariable] = ACTIONS(2553), - [sym__raw_string_literal_start] = ACTIONS(2553), - [sym_float_literal] = ACTIONS(2553), + [aux_sym_match_arm_repeat1] = STATE(1073), + [sym_identifier] = ACTIONS(1676), + [anon_sym_LPAREN] = ACTIONS(1678), + [anon_sym_LBRACK] = ACTIONS(1680), + [anon_sym_u8] = ACTIONS(1684), + [anon_sym_i8] = ACTIONS(1684), + [anon_sym_u16] = ACTIONS(1684), + [anon_sym_i16] = ACTIONS(1684), + [anon_sym_u32] = ACTIONS(1684), + [anon_sym_i32] = ACTIONS(1684), + [anon_sym_u64] = ACTIONS(1684), + [anon_sym_i64] = ACTIONS(1684), + [anon_sym_u128] = ACTIONS(1684), + [anon_sym_i128] = ACTIONS(1684), + [anon_sym_isize] = ACTIONS(1684), + [anon_sym_usize] = ACTIONS(1684), + [anon_sym_f32] = ACTIONS(1684), + [anon_sym_f64] = ACTIONS(1684), + [anon_sym_bool] = ACTIONS(1684), + [anon_sym_str] = ACTIONS(1684), + [anon_sym_char] = ACTIONS(1684), + [anon_sym_DASH] = ACTIONS(1686), + [anon_sym_AMP] = ACTIONS(1688), + [anon_sym_PIPE] = ACTIONS(1690), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1692), + [anon_sym_DOT_DOT] = ACTIONS(1694), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1696), + [anon_sym_COLON_COLON] = ACTIONS(1698), + [anon_sym_POUND] = ACTIONS(1700), + [anon_sym_const] = ACTIONS(1702), + [anon_sym_default] = ACTIONS(1704), + [anon_sym_gen] = ACTIONS(1704), + [anon_sym_union] = ACTIONS(1704), + [anon_sym_ref] = ACTIONS(1706), + [sym_mutable_specifier] = ACTIONS(1708), + [anon_sym_raw] = ACTIONS(1704), + [sym_integer_literal] = ACTIONS(1710), + [aux_sym_string_literal_token1] = ACTIONS(1712), + [sym_char_literal] = ACTIONS(1710), + [anon_sym_true] = ACTIONS(1714), + [anon_sym_false] = ACTIONS(1714), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1716), + [sym_super] = ACTIONS(1716), + [sym_crate] = ACTIONS(1716), + [sym_metavariable] = ACTIONS(1718), + [sym__raw_string_literal_start] = ACTIONS(1720), + [sym_float_literal] = ACTIONS(1710), }, [STATE(650)] = { [sym_line_comment] = STATE(650), [sym_block_comment] = STATE(650), - [ts_builtin_sym_end] = ACTIONS(2557), - [sym_identifier] = ACTIONS(2559), - [anon_sym_SEMI] = ACTIONS(2557), - [anon_sym_macro_rules_BANG] = ACTIONS(2557), - [anon_sym_LPAREN] = ACTIONS(2557), - [anon_sym_LBRACK] = ACTIONS(2557), - [anon_sym_LBRACE] = ACTIONS(2557), - [anon_sym_RBRACE] = ACTIONS(2557), - [anon_sym_STAR] = ACTIONS(2557), - [anon_sym_u8] = ACTIONS(2559), - [anon_sym_i8] = ACTIONS(2559), - [anon_sym_u16] = ACTIONS(2559), - [anon_sym_i16] = ACTIONS(2559), - [anon_sym_u32] = ACTIONS(2559), - [anon_sym_i32] = ACTIONS(2559), - [anon_sym_u64] = ACTIONS(2559), - [anon_sym_i64] = ACTIONS(2559), - [anon_sym_u128] = ACTIONS(2559), - [anon_sym_i128] = ACTIONS(2559), - [anon_sym_isize] = ACTIONS(2559), - [anon_sym_usize] = ACTIONS(2559), - [anon_sym_f32] = ACTIONS(2559), - [anon_sym_f64] = ACTIONS(2559), - [anon_sym_bool] = ACTIONS(2559), - [anon_sym_str] = ACTIONS(2559), - [anon_sym_char] = ACTIONS(2559), - [anon_sym_DASH] = ACTIONS(2557), - [anon_sym_BANG] = ACTIONS(2557), - [anon_sym_AMP] = ACTIONS(2557), - [anon_sym_PIPE] = ACTIONS(2557), - [anon_sym_LT] = ACTIONS(2557), - [anon_sym_DOT_DOT] = ACTIONS(2557), - [anon_sym_COLON_COLON] = ACTIONS(2557), - [anon_sym_POUND] = ACTIONS(2557), - [anon_sym_SQUOTE] = ACTIONS(2559), - [anon_sym_async] = ACTIONS(2559), - [anon_sym_break] = ACTIONS(2559), - [anon_sym_const] = ACTIONS(2559), - [anon_sym_continue] = ACTIONS(2559), - [anon_sym_default] = ACTIONS(2559), - [anon_sym_enum] = ACTIONS(2559), - [anon_sym_fn] = ACTIONS(2559), - [anon_sym_for] = ACTIONS(2559), - [anon_sym_gen] = ACTIONS(2559), - [anon_sym_if] = ACTIONS(2559), - [anon_sym_impl] = ACTIONS(2559), - [anon_sym_let] = ACTIONS(2559), - [anon_sym_loop] = ACTIONS(2559), - [anon_sym_match] = ACTIONS(2559), - [anon_sym_mod] = ACTIONS(2559), - [anon_sym_pub] = ACTIONS(2559), - [anon_sym_return] = ACTIONS(2559), - [anon_sym_static] = ACTIONS(2559), - [anon_sym_struct] = ACTIONS(2559), - [anon_sym_trait] = ACTIONS(2559), - [anon_sym_type] = ACTIONS(2559), - [anon_sym_union] = ACTIONS(2559), - [anon_sym_unsafe] = ACTIONS(2559), - [anon_sym_use] = ACTIONS(2559), - [anon_sym_while] = ACTIONS(2559), - [anon_sym_extern] = ACTIONS(2559), - [anon_sym_raw] = ACTIONS(2559), - [anon_sym_yield] = ACTIONS(2559), - [anon_sym_move] = ACTIONS(2559), - [anon_sym_try] = ACTIONS(2559), - [sym_integer_literal] = ACTIONS(2557), - [aux_sym_string_literal_token1] = ACTIONS(2557), - [sym_char_literal] = ACTIONS(2557), - [anon_sym_true] = ACTIONS(2559), - [anon_sym_false] = ACTIONS(2559), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(2559), - [sym_super] = ACTIONS(2559), - [sym_crate] = ACTIONS(2559), - [sym_metavariable] = ACTIONS(2557), - [sym__raw_string_literal_start] = ACTIONS(2557), - [sym_float_literal] = ACTIONS(2557), + [ts_builtin_sym_end] = ACTIONS(2523), + [sym_identifier] = ACTIONS(2525), + [anon_sym_SEMI] = ACTIONS(2523), + [anon_sym_macro_rules_BANG] = ACTIONS(2523), + [anon_sym_LPAREN] = ACTIONS(2523), + [anon_sym_LBRACK] = ACTIONS(2523), + [anon_sym_LBRACE] = ACTIONS(2523), + [anon_sym_RBRACE] = ACTIONS(2523), + [anon_sym_STAR] = ACTIONS(2523), + [anon_sym_u8] = ACTIONS(2525), + [anon_sym_i8] = ACTIONS(2525), + [anon_sym_u16] = ACTIONS(2525), + [anon_sym_i16] = ACTIONS(2525), + [anon_sym_u32] = ACTIONS(2525), + [anon_sym_i32] = ACTIONS(2525), + [anon_sym_u64] = ACTIONS(2525), + [anon_sym_i64] = ACTIONS(2525), + [anon_sym_u128] = ACTIONS(2525), + [anon_sym_i128] = ACTIONS(2525), + [anon_sym_isize] = ACTIONS(2525), + [anon_sym_usize] = ACTIONS(2525), + [anon_sym_f32] = ACTIONS(2525), + [anon_sym_f64] = ACTIONS(2525), + [anon_sym_bool] = ACTIONS(2525), + [anon_sym_str] = ACTIONS(2525), + [anon_sym_char] = ACTIONS(2525), + [anon_sym_DASH] = ACTIONS(2523), + [anon_sym_BANG] = ACTIONS(2523), + [anon_sym_AMP] = ACTIONS(2523), + [anon_sym_PIPE] = ACTIONS(2523), + [anon_sym_LT] = ACTIONS(2523), + [anon_sym_DOT_DOT] = ACTIONS(2523), + [anon_sym_COLON_COLON] = ACTIONS(2523), + [anon_sym_POUND] = ACTIONS(2523), + [anon_sym_SQUOTE] = ACTIONS(2525), + [anon_sym_async] = ACTIONS(2525), + [anon_sym_break] = ACTIONS(2525), + [anon_sym_const] = ACTIONS(2525), + [anon_sym_continue] = ACTIONS(2525), + [anon_sym_default] = ACTIONS(2525), + [anon_sym_enum] = ACTIONS(2525), + [anon_sym_fn] = ACTIONS(2525), + [anon_sym_for] = ACTIONS(2525), + [anon_sym_gen] = ACTIONS(2525), + [anon_sym_if] = ACTIONS(2525), + [anon_sym_impl] = ACTIONS(2525), + [anon_sym_let] = ACTIONS(2525), + [anon_sym_loop] = ACTIONS(2525), + [anon_sym_match] = ACTIONS(2525), + [anon_sym_mod] = ACTIONS(2525), + [anon_sym_pub] = ACTIONS(2525), + [anon_sym_return] = ACTIONS(2525), + [anon_sym_static] = ACTIONS(2525), + [anon_sym_struct] = ACTIONS(2525), + [anon_sym_trait] = ACTIONS(2525), + [anon_sym_type] = ACTIONS(2525), + [anon_sym_union] = ACTIONS(2525), + [anon_sym_unsafe] = ACTIONS(2525), + [anon_sym_use] = ACTIONS(2525), + [anon_sym_while] = ACTIONS(2525), + [anon_sym_extern] = ACTIONS(2525), + [anon_sym_raw] = ACTIONS(2525), + [anon_sym_yield] = ACTIONS(2525), + [anon_sym_move] = ACTIONS(2525), + [anon_sym_try] = ACTIONS(2525), + [sym_integer_literal] = ACTIONS(2523), + [aux_sym_string_literal_token1] = ACTIONS(2523), + [sym_char_literal] = ACTIONS(2523), + [anon_sym_true] = ACTIONS(2525), + [anon_sym_false] = ACTIONS(2525), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2525), + [sym_super] = ACTIONS(2525), + [sym_crate] = ACTIONS(2525), + [sym_metavariable] = ACTIONS(2523), + [sym__raw_string_literal_start] = ACTIONS(2523), + [sym_float_literal] = ACTIONS(2523), }, [STATE(651)] = { [sym_line_comment] = STATE(651), [sym_block_comment] = STATE(651), - [ts_builtin_sym_end] = ACTIONS(2561), - [sym_identifier] = ACTIONS(2563), - [anon_sym_SEMI] = ACTIONS(2561), - [anon_sym_macro_rules_BANG] = ACTIONS(2561), - [anon_sym_LPAREN] = ACTIONS(2561), - [anon_sym_LBRACK] = ACTIONS(2561), - [anon_sym_LBRACE] = ACTIONS(2561), - [anon_sym_RBRACE] = ACTIONS(2561), - [anon_sym_STAR] = ACTIONS(2561), - [anon_sym_u8] = ACTIONS(2563), - [anon_sym_i8] = ACTIONS(2563), - [anon_sym_u16] = ACTIONS(2563), - [anon_sym_i16] = ACTIONS(2563), - [anon_sym_u32] = ACTIONS(2563), - [anon_sym_i32] = ACTIONS(2563), - [anon_sym_u64] = ACTIONS(2563), - [anon_sym_i64] = ACTIONS(2563), - [anon_sym_u128] = ACTIONS(2563), - [anon_sym_i128] = ACTIONS(2563), - [anon_sym_isize] = ACTIONS(2563), - [anon_sym_usize] = ACTIONS(2563), - [anon_sym_f32] = ACTIONS(2563), - [anon_sym_f64] = ACTIONS(2563), - [anon_sym_bool] = ACTIONS(2563), - [anon_sym_str] = ACTIONS(2563), - [anon_sym_char] = ACTIONS(2563), - [anon_sym_DASH] = ACTIONS(2561), - [anon_sym_BANG] = ACTIONS(2561), - [anon_sym_AMP] = ACTIONS(2561), - [anon_sym_PIPE] = ACTIONS(2561), - [anon_sym_LT] = ACTIONS(2561), - [anon_sym_DOT_DOT] = ACTIONS(2561), - [anon_sym_COLON_COLON] = ACTIONS(2561), - [anon_sym_POUND] = ACTIONS(2561), - [anon_sym_SQUOTE] = ACTIONS(2563), - [anon_sym_async] = ACTIONS(2563), - [anon_sym_break] = ACTIONS(2563), - [anon_sym_const] = ACTIONS(2563), - [anon_sym_continue] = ACTIONS(2563), - [anon_sym_default] = ACTIONS(2563), - [anon_sym_enum] = ACTIONS(2563), - [anon_sym_fn] = ACTIONS(2563), - [anon_sym_for] = ACTIONS(2563), - [anon_sym_gen] = ACTIONS(2563), - [anon_sym_if] = ACTIONS(2563), - [anon_sym_impl] = ACTIONS(2563), - [anon_sym_let] = ACTIONS(2563), - [anon_sym_loop] = ACTIONS(2563), - [anon_sym_match] = ACTIONS(2563), - [anon_sym_mod] = ACTIONS(2563), - [anon_sym_pub] = ACTIONS(2563), - [anon_sym_return] = ACTIONS(2563), - [anon_sym_static] = ACTIONS(2563), - [anon_sym_struct] = ACTIONS(2563), - [anon_sym_trait] = ACTIONS(2563), - [anon_sym_type] = ACTIONS(2563), - [anon_sym_union] = ACTIONS(2563), - [anon_sym_unsafe] = ACTIONS(2563), - [anon_sym_use] = ACTIONS(2563), - [anon_sym_while] = ACTIONS(2563), - [anon_sym_extern] = ACTIONS(2563), - [anon_sym_raw] = ACTIONS(2563), - [anon_sym_yield] = ACTIONS(2563), - [anon_sym_move] = ACTIONS(2563), - [anon_sym_try] = ACTIONS(2563), - [sym_integer_literal] = ACTIONS(2561), - [aux_sym_string_literal_token1] = ACTIONS(2561), - [sym_char_literal] = ACTIONS(2561), - [anon_sym_true] = ACTIONS(2563), - [anon_sym_false] = ACTIONS(2563), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(2563), - [sym_super] = ACTIONS(2563), - [sym_crate] = ACTIONS(2563), - [sym_metavariable] = ACTIONS(2561), - [sym__raw_string_literal_start] = ACTIONS(2561), - [sym_float_literal] = ACTIONS(2561), + [ts_builtin_sym_end] = ACTIONS(2527), + [sym_identifier] = ACTIONS(2529), + [anon_sym_SEMI] = ACTIONS(2527), + [anon_sym_macro_rules_BANG] = ACTIONS(2527), + [anon_sym_LPAREN] = ACTIONS(2527), + [anon_sym_LBRACK] = ACTIONS(2527), + [anon_sym_LBRACE] = ACTIONS(2527), + [anon_sym_RBRACE] = ACTIONS(2527), + [anon_sym_STAR] = ACTIONS(2527), + [anon_sym_u8] = ACTIONS(2529), + [anon_sym_i8] = ACTIONS(2529), + [anon_sym_u16] = ACTIONS(2529), + [anon_sym_i16] = ACTIONS(2529), + [anon_sym_u32] = ACTIONS(2529), + [anon_sym_i32] = ACTIONS(2529), + [anon_sym_u64] = ACTIONS(2529), + [anon_sym_i64] = ACTIONS(2529), + [anon_sym_u128] = ACTIONS(2529), + [anon_sym_i128] = ACTIONS(2529), + [anon_sym_isize] = ACTIONS(2529), + [anon_sym_usize] = ACTIONS(2529), + [anon_sym_f32] = ACTIONS(2529), + [anon_sym_f64] = ACTIONS(2529), + [anon_sym_bool] = ACTIONS(2529), + [anon_sym_str] = ACTIONS(2529), + [anon_sym_char] = ACTIONS(2529), + [anon_sym_DASH] = ACTIONS(2527), + [anon_sym_BANG] = ACTIONS(2527), + [anon_sym_AMP] = ACTIONS(2527), + [anon_sym_PIPE] = ACTIONS(2527), + [anon_sym_LT] = ACTIONS(2527), + [anon_sym_DOT_DOT] = ACTIONS(2527), + [anon_sym_COLON_COLON] = ACTIONS(2527), + [anon_sym_POUND] = ACTIONS(2527), + [anon_sym_SQUOTE] = ACTIONS(2529), + [anon_sym_async] = ACTIONS(2529), + [anon_sym_break] = ACTIONS(2529), + [anon_sym_const] = ACTIONS(2529), + [anon_sym_continue] = ACTIONS(2529), + [anon_sym_default] = ACTIONS(2529), + [anon_sym_enum] = ACTIONS(2529), + [anon_sym_fn] = ACTIONS(2529), + [anon_sym_for] = ACTIONS(2529), + [anon_sym_gen] = ACTIONS(2529), + [anon_sym_if] = ACTIONS(2529), + [anon_sym_impl] = ACTIONS(2529), + [anon_sym_let] = ACTIONS(2529), + [anon_sym_loop] = ACTIONS(2529), + [anon_sym_match] = ACTIONS(2529), + [anon_sym_mod] = ACTIONS(2529), + [anon_sym_pub] = ACTIONS(2529), + [anon_sym_return] = ACTIONS(2529), + [anon_sym_static] = ACTIONS(2529), + [anon_sym_struct] = ACTIONS(2529), + [anon_sym_trait] = ACTIONS(2529), + [anon_sym_type] = ACTIONS(2529), + [anon_sym_union] = ACTIONS(2529), + [anon_sym_unsafe] = ACTIONS(2529), + [anon_sym_use] = ACTIONS(2529), + [anon_sym_while] = ACTIONS(2529), + [anon_sym_extern] = ACTIONS(2529), + [anon_sym_raw] = ACTIONS(2529), + [anon_sym_yield] = ACTIONS(2529), + [anon_sym_move] = ACTIONS(2529), + [anon_sym_try] = ACTIONS(2529), + [sym_integer_literal] = ACTIONS(2527), + [aux_sym_string_literal_token1] = ACTIONS(2527), + [sym_char_literal] = ACTIONS(2527), + [anon_sym_true] = ACTIONS(2529), + [anon_sym_false] = ACTIONS(2529), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2529), + [sym_super] = ACTIONS(2529), + [sym_crate] = ACTIONS(2529), + [sym_metavariable] = ACTIONS(2527), + [sym__raw_string_literal_start] = ACTIONS(2527), + [sym_float_literal] = ACTIONS(2527), }, [STATE(652)] = { [sym_line_comment] = STATE(652), [sym_block_comment] = STATE(652), - [ts_builtin_sym_end] = ACTIONS(2565), - [sym_identifier] = ACTIONS(2567), - [anon_sym_SEMI] = ACTIONS(2565), - [anon_sym_macro_rules_BANG] = ACTIONS(2565), - [anon_sym_LPAREN] = ACTIONS(2565), - [anon_sym_LBRACK] = ACTIONS(2565), - [anon_sym_LBRACE] = ACTIONS(2565), - [anon_sym_RBRACE] = ACTIONS(2565), - [anon_sym_STAR] = ACTIONS(2565), - [anon_sym_u8] = ACTIONS(2567), - [anon_sym_i8] = ACTIONS(2567), - [anon_sym_u16] = ACTIONS(2567), - [anon_sym_i16] = ACTIONS(2567), - [anon_sym_u32] = ACTIONS(2567), - [anon_sym_i32] = ACTIONS(2567), - [anon_sym_u64] = ACTIONS(2567), - [anon_sym_i64] = ACTIONS(2567), - [anon_sym_u128] = ACTIONS(2567), - [anon_sym_i128] = ACTIONS(2567), - [anon_sym_isize] = ACTIONS(2567), - [anon_sym_usize] = ACTIONS(2567), - [anon_sym_f32] = ACTIONS(2567), - [anon_sym_f64] = ACTIONS(2567), - [anon_sym_bool] = ACTIONS(2567), - [anon_sym_str] = ACTIONS(2567), - [anon_sym_char] = ACTIONS(2567), - [anon_sym_DASH] = ACTIONS(2565), - [anon_sym_BANG] = ACTIONS(2565), - [anon_sym_AMP] = ACTIONS(2565), - [anon_sym_PIPE] = ACTIONS(2565), - [anon_sym_LT] = ACTIONS(2565), - [anon_sym_DOT_DOT] = ACTIONS(2565), - [anon_sym_COLON_COLON] = ACTIONS(2565), - [anon_sym_POUND] = ACTIONS(2565), - [anon_sym_SQUOTE] = ACTIONS(2567), - [anon_sym_async] = ACTIONS(2567), - [anon_sym_break] = ACTIONS(2567), - [anon_sym_const] = ACTIONS(2567), - [anon_sym_continue] = ACTIONS(2567), - [anon_sym_default] = ACTIONS(2567), - [anon_sym_enum] = ACTIONS(2567), - [anon_sym_fn] = ACTIONS(2567), - [anon_sym_for] = ACTIONS(2567), - [anon_sym_gen] = ACTIONS(2567), - [anon_sym_if] = ACTIONS(2567), - [anon_sym_impl] = ACTIONS(2567), - [anon_sym_let] = ACTIONS(2567), - [anon_sym_loop] = ACTIONS(2567), - [anon_sym_match] = ACTIONS(2567), - [anon_sym_mod] = ACTIONS(2567), - [anon_sym_pub] = ACTIONS(2567), - [anon_sym_return] = ACTIONS(2567), - [anon_sym_static] = ACTIONS(2567), - [anon_sym_struct] = ACTIONS(2567), - [anon_sym_trait] = ACTIONS(2567), - [anon_sym_type] = ACTIONS(2567), - [anon_sym_union] = ACTIONS(2567), - [anon_sym_unsafe] = ACTIONS(2567), - [anon_sym_use] = ACTIONS(2567), - [anon_sym_while] = ACTIONS(2567), - [anon_sym_extern] = ACTIONS(2567), - [anon_sym_raw] = ACTIONS(2567), - [anon_sym_yield] = ACTIONS(2567), - [anon_sym_move] = ACTIONS(2567), - [anon_sym_try] = ACTIONS(2567), - [sym_integer_literal] = ACTIONS(2565), - [aux_sym_string_literal_token1] = ACTIONS(2565), - [sym_char_literal] = ACTIONS(2565), - [anon_sym_true] = ACTIONS(2567), - [anon_sym_false] = ACTIONS(2567), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(2567), - [sym_super] = ACTIONS(2567), - [sym_crate] = ACTIONS(2567), - [sym_metavariable] = ACTIONS(2565), - [sym__raw_string_literal_start] = ACTIONS(2565), - [sym_float_literal] = ACTIONS(2565), + [ts_builtin_sym_end] = ACTIONS(2531), + [sym_identifier] = ACTIONS(2533), + [anon_sym_SEMI] = ACTIONS(2531), + [anon_sym_macro_rules_BANG] = ACTIONS(2531), + [anon_sym_LPAREN] = ACTIONS(2531), + [anon_sym_LBRACK] = ACTIONS(2531), + [anon_sym_LBRACE] = ACTIONS(2531), + [anon_sym_RBRACE] = ACTIONS(2531), + [anon_sym_STAR] = ACTIONS(2531), + [anon_sym_u8] = ACTIONS(2533), + [anon_sym_i8] = ACTIONS(2533), + [anon_sym_u16] = ACTIONS(2533), + [anon_sym_i16] = ACTIONS(2533), + [anon_sym_u32] = ACTIONS(2533), + [anon_sym_i32] = ACTIONS(2533), + [anon_sym_u64] = ACTIONS(2533), + [anon_sym_i64] = ACTIONS(2533), + [anon_sym_u128] = ACTIONS(2533), + [anon_sym_i128] = ACTIONS(2533), + [anon_sym_isize] = ACTIONS(2533), + [anon_sym_usize] = ACTIONS(2533), + [anon_sym_f32] = ACTIONS(2533), + [anon_sym_f64] = ACTIONS(2533), + [anon_sym_bool] = ACTIONS(2533), + [anon_sym_str] = ACTIONS(2533), + [anon_sym_char] = ACTIONS(2533), + [anon_sym_DASH] = ACTIONS(2531), + [anon_sym_BANG] = ACTIONS(2531), + [anon_sym_AMP] = ACTIONS(2531), + [anon_sym_PIPE] = ACTIONS(2531), + [anon_sym_LT] = ACTIONS(2531), + [anon_sym_DOT_DOT] = ACTIONS(2531), + [anon_sym_COLON_COLON] = ACTIONS(2531), + [anon_sym_POUND] = ACTIONS(2531), + [anon_sym_SQUOTE] = ACTIONS(2533), + [anon_sym_async] = ACTIONS(2533), + [anon_sym_break] = ACTIONS(2533), + [anon_sym_const] = ACTIONS(2533), + [anon_sym_continue] = ACTIONS(2533), + [anon_sym_default] = ACTIONS(2533), + [anon_sym_enum] = ACTIONS(2533), + [anon_sym_fn] = ACTIONS(2533), + [anon_sym_for] = ACTIONS(2533), + [anon_sym_gen] = ACTIONS(2533), + [anon_sym_if] = ACTIONS(2533), + [anon_sym_impl] = ACTIONS(2533), + [anon_sym_let] = ACTIONS(2533), + [anon_sym_loop] = ACTIONS(2533), + [anon_sym_match] = ACTIONS(2533), + [anon_sym_mod] = ACTIONS(2533), + [anon_sym_pub] = ACTIONS(2533), + [anon_sym_return] = ACTIONS(2533), + [anon_sym_static] = ACTIONS(2533), + [anon_sym_struct] = ACTIONS(2533), + [anon_sym_trait] = ACTIONS(2533), + [anon_sym_type] = ACTIONS(2533), + [anon_sym_union] = ACTIONS(2533), + [anon_sym_unsafe] = ACTIONS(2533), + [anon_sym_use] = ACTIONS(2533), + [anon_sym_while] = ACTIONS(2533), + [anon_sym_extern] = ACTIONS(2533), + [anon_sym_raw] = ACTIONS(2533), + [anon_sym_yield] = ACTIONS(2533), + [anon_sym_move] = ACTIONS(2533), + [anon_sym_try] = ACTIONS(2533), + [sym_integer_literal] = ACTIONS(2531), + [aux_sym_string_literal_token1] = ACTIONS(2531), + [sym_char_literal] = ACTIONS(2531), + [anon_sym_true] = ACTIONS(2533), + [anon_sym_false] = ACTIONS(2533), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2533), + [sym_super] = ACTIONS(2533), + [sym_crate] = ACTIONS(2533), + [sym_metavariable] = ACTIONS(2531), + [sym__raw_string_literal_start] = ACTIONS(2531), + [sym_float_literal] = ACTIONS(2531), }, [STATE(653)] = { [sym_line_comment] = STATE(653), [sym_block_comment] = STATE(653), - [ts_builtin_sym_end] = ACTIONS(2569), - [sym_identifier] = ACTIONS(2571), - [anon_sym_SEMI] = ACTIONS(2569), - [anon_sym_macro_rules_BANG] = ACTIONS(2569), - [anon_sym_LPAREN] = ACTIONS(2569), - [anon_sym_LBRACK] = ACTIONS(2569), - [anon_sym_LBRACE] = ACTIONS(2569), - [anon_sym_RBRACE] = ACTIONS(2569), - [anon_sym_STAR] = ACTIONS(2569), - [anon_sym_u8] = ACTIONS(2571), - [anon_sym_i8] = ACTIONS(2571), - [anon_sym_u16] = ACTIONS(2571), - [anon_sym_i16] = ACTIONS(2571), - [anon_sym_u32] = ACTIONS(2571), - [anon_sym_i32] = ACTIONS(2571), - [anon_sym_u64] = ACTIONS(2571), - [anon_sym_i64] = ACTIONS(2571), - [anon_sym_u128] = ACTIONS(2571), - [anon_sym_i128] = ACTIONS(2571), - [anon_sym_isize] = ACTIONS(2571), - [anon_sym_usize] = ACTIONS(2571), - [anon_sym_f32] = ACTIONS(2571), - [anon_sym_f64] = ACTIONS(2571), - [anon_sym_bool] = ACTIONS(2571), - [anon_sym_str] = ACTIONS(2571), - [anon_sym_char] = ACTIONS(2571), - [anon_sym_DASH] = ACTIONS(2569), - [anon_sym_BANG] = ACTIONS(2569), - [anon_sym_AMP] = ACTIONS(2569), - [anon_sym_PIPE] = ACTIONS(2569), - [anon_sym_LT] = ACTIONS(2569), - [anon_sym_DOT_DOT] = ACTIONS(2569), - [anon_sym_COLON_COLON] = ACTIONS(2569), - [anon_sym_POUND] = ACTIONS(2569), - [anon_sym_SQUOTE] = ACTIONS(2571), - [anon_sym_async] = ACTIONS(2571), - [anon_sym_break] = ACTIONS(2571), - [anon_sym_const] = ACTIONS(2571), - [anon_sym_continue] = ACTIONS(2571), - [anon_sym_default] = ACTIONS(2571), - [anon_sym_enum] = ACTIONS(2571), - [anon_sym_fn] = ACTIONS(2571), - [anon_sym_for] = ACTIONS(2571), - [anon_sym_gen] = ACTIONS(2571), - [anon_sym_if] = ACTIONS(2571), - [anon_sym_impl] = ACTIONS(2571), - [anon_sym_let] = ACTIONS(2571), - [anon_sym_loop] = ACTIONS(2571), - [anon_sym_match] = ACTIONS(2571), - [anon_sym_mod] = ACTIONS(2571), - [anon_sym_pub] = ACTIONS(2571), - [anon_sym_return] = ACTIONS(2571), - [anon_sym_static] = ACTIONS(2571), - [anon_sym_struct] = ACTIONS(2571), - [anon_sym_trait] = ACTIONS(2571), - [anon_sym_type] = ACTIONS(2571), - [anon_sym_union] = ACTIONS(2571), - [anon_sym_unsafe] = ACTIONS(2571), - [anon_sym_use] = ACTIONS(2571), - [anon_sym_while] = ACTIONS(2571), - [anon_sym_extern] = ACTIONS(2571), - [anon_sym_raw] = ACTIONS(2571), - [anon_sym_yield] = ACTIONS(2571), - [anon_sym_move] = ACTIONS(2571), - [anon_sym_try] = ACTIONS(2571), - [sym_integer_literal] = ACTIONS(2569), - [aux_sym_string_literal_token1] = ACTIONS(2569), - [sym_char_literal] = ACTIONS(2569), - [anon_sym_true] = ACTIONS(2571), - [anon_sym_false] = ACTIONS(2571), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(2571), - [sym_super] = ACTIONS(2571), - [sym_crate] = ACTIONS(2571), - [sym_metavariable] = ACTIONS(2569), - [sym__raw_string_literal_start] = ACTIONS(2569), - [sym_float_literal] = ACTIONS(2569), + [ts_builtin_sym_end] = ACTIONS(2535), + [sym_identifier] = ACTIONS(2537), + [anon_sym_SEMI] = ACTIONS(2535), + [anon_sym_macro_rules_BANG] = ACTIONS(2535), + [anon_sym_LPAREN] = ACTIONS(2535), + [anon_sym_LBRACK] = ACTIONS(2535), + [anon_sym_LBRACE] = ACTIONS(2535), + [anon_sym_RBRACE] = ACTIONS(2535), + [anon_sym_STAR] = ACTIONS(2535), + [anon_sym_u8] = ACTIONS(2537), + [anon_sym_i8] = ACTIONS(2537), + [anon_sym_u16] = ACTIONS(2537), + [anon_sym_i16] = ACTIONS(2537), + [anon_sym_u32] = ACTIONS(2537), + [anon_sym_i32] = ACTIONS(2537), + [anon_sym_u64] = ACTIONS(2537), + [anon_sym_i64] = ACTIONS(2537), + [anon_sym_u128] = ACTIONS(2537), + [anon_sym_i128] = ACTIONS(2537), + [anon_sym_isize] = ACTIONS(2537), + [anon_sym_usize] = ACTIONS(2537), + [anon_sym_f32] = ACTIONS(2537), + [anon_sym_f64] = ACTIONS(2537), + [anon_sym_bool] = ACTIONS(2537), + [anon_sym_str] = ACTIONS(2537), + [anon_sym_char] = ACTIONS(2537), + [anon_sym_DASH] = ACTIONS(2535), + [anon_sym_BANG] = ACTIONS(2535), + [anon_sym_AMP] = ACTIONS(2535), + [anon_sym_PIPE] = ACTIONS(2535), + [anon_sym_LT] = ACTIONS(2535), + [anon_sym_DOT_DOT] = ACTIONS(2535), + [anon_sym_COLON_COLON] = ACTIONS(2535), + [anon_sym_POUND] = ACTIONS(2535), + [anon_sym_SQUOTE] = ACTIONS(2537), + [anon_sym_async] = ACTIONS(2537), + [anon_sym_break] = ACTIONS(2537), + [anon_sym_const] = ACTIONS(2537), + [anon_sym_continue] = ACTIONS(2537), + [anon_sym_default] = ACTIONS(2537), + [anon_sym_enum] = ACTIONS(2537), + [anon_sym_fn] = ACTIONS(2537), + [anon_sym_for] = ACTIONS(2537), + [anon_sym_gen] = ACTIONS(2537), + [anon_sym_if] = ACTIONS(2537), + [anon_sym_impl] = ACTIONS(2537), + [anon_sym_let] = ACTIONS(2537), + [anon_sym_loop] = ACTIONS(2537), + [anon_sym_match] = ACTIONS(2537), + [anon_sym_mod] = ACTIONS(2537), + [anon_sym_pub] = ACTIONS(2537), + [anon_sym_return] = ACTIONS(2537), + [anon_sym_static] = ACTIONS(2537), + [anon_sym_struct] = ACTIONS(2537), + [anon_sym_trait] = ACTIONS(2537), + [anon_sym_type] = ACTIONS(2537), + [anon_sym_union] = ACTIONS(2537), + [anon_sym_unsafe] = ACTIONS(2537), + [anon_sym_use] = ACTIONS(2537), + [anon_sym_while] = ACTIONS(2537), + [anon_sym_extern] = ACTIONS(2537), + [anon_sym_raw] = ACTIONS(2537), + [anon_sym_yield] = ACTIONS(2537), + [anon_sym_move] = ACTIONS(2537), + [anon_sym_try] = ACTIONS(2537), + [sym_integer_literal] = ACTIONS(2535), + [aux_sym_string_literal_token1] = ACTIONS(2535), + [sym_char_literal] = ACTIONS(2535), + [anon_sym_true] = ACTIONS(2537), + [anon_sym_false] = ACTIONS(2537), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2537), + [sym_super] = ACTIONS(2537), + [sym_crate] = ACTIONS(2537), + [sym_metavariable] = ACTIONS(2535), + [sym__raw_string_literal_start] = ACTIONS(2535), + [sym_float_literal] = ACTIONS(2535), }, [STATE(654)] = { [sym_line_comment] = STATE(654), [sym_block_comment] = STATE(654), - [ts_builtin_sym_end] = ACTIONS(2573), - [sym_identifier] = ACTIONS(2575), - [anon_sym_SEMI] = ACTIONS(2573), - [anon_sym_macro_rules_BANG] = ACTIONS(2573), - [anon_sym_LPAREN] = ACTIONS(2573), - [anon_sym_LBRACK] = ACTIONS(2573), - [anon_sym_LBRACE] = ACTIONS(2573), - [anon_sym_RBRACE] = ACTIONS(2573), - [anon_sym_STAR] = ACTIONS(2573), - [anon_sym_u8] = ACTIONS(2575), - [anon_sym_i8] = ACTIONS(2575), - [anon_sym_u16] = ACTIONS(2575), - [anon_sym_i16] = ACTIONS(2575), - [anon_sym_u32] = ACTIONS(2575), - [anon_sym_i32] = ACTIONS(2575), - [anon_sym_u64] = ACTIONS(2575), - [anon_sym_i64] = ACTIONS(2575), - [anon_sym_u128] = ACTIONS(2575), - [anon_sym_i128] = ACTIONS(2575), - [anon_sym_isize] = ACTIONS(2575), - [anon_sym_usize] = ACTIONS(2575), - [anon_sym_f32] = ACTIONS(2575), - [anon_sym_f64] = ACTIONS(2575), - [anon_sym_bool] = ACTIONS(2575), - [anon_sym_str] = ACTIONS(2575), - [anon_sym_char] = ACTIONS(2575), - [anon_sym_DASH] = ACTIONS(2573), - [anon_sym_BANG] = ACTIONS(2573), - [anon_sym_AMP] = ACTIONS(2573), - [anon_sym_PIPE] = ACTIONS(2573), - [anon_sym_LT] = ACTIONS(2573), - [anon_sym_DOT_DOT] = ACTIONS(2573), - [anon_sym_COLON_COLON] = ACTIONS(2573), - [anon_sym_POUND] = ACTIONS(2573), - [anon_sym_SQUOTE] = ACTIONS(2575), - [anon_sym_async] = ACTIONS(2575), - [anon_sym_break] = ACTIONS(2575), - [anon_sym_const] = ACTIONS(2575), - [anon_sym_continue] = ACTIONS(2575), - [anon_sym_default] = ACTIONS(2575), - [anon_sym_enum] = ACTIONS(2575), - [anon_sym_fn] = ACTIONS(2575), - [anon_sym_for] = ACTIONS(2575), - [anon_sym_gen] = ACTIONS(2575), - [anon_sym_if] = ACTIONS(2575), - [anon_sym_impl] = ACTIONS(2575), - [anon_sym_let] = ACTIONS(2575), - [anon_sym_loop] = ACTIONS(2575), - [anon_sym_match] = ACTIONS(2575), - [anon_sym_mod] = ACTIONS(2575), - [anon_sym_pub] = ACTIONS(2575), - [anon_sym_return] = ACTIONS(2575), - [anon_sym_static] = ACTIONS(2575), - [anon_sym_struct] = ACTIONS(2575), - [anon_sym_trait] = ACTIONS(2575), - [anon_sym_type] = ACTIONS(2575), - [anon_sym_union] = ACTIONS(2575), - [anon_sym_unsafe] = ACTIONS(2575), - [anon_sym_use] = ACTIONS(2575), - [anon_sym_while] = ACTIONS(2575), - [anon_sym_extern] = ACTIONS(2575), - [anon_sym_raw] = ACTIONS(2575), - [anon_sym_yield] = ACTIONS(2575), - [anon_sym_move] = ACTIONS(2575), - [anon_sym_try] = ACTIONS(2575), - [sym_integer_literal] = ACTIONS(2573), - [aux_sym_string_literal_token1] = ACTIONS(2573), - [sym_char_literal] = ACTIONS(2573), - [anon_sym_true] = ACTIONS(2575), - [anon_sym_false] = ACTIONS(2575), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(2575), - [sym_super] = ACTIONS(2575), - [sym_crate] = ACTIONS(2575), - [sym_metavariable] = ACTIONS(2573), - [sym__raw_string_literal_start] = ACTIONS(2573), - [sym_float_literal] = ACTIONS(2573), + [ts_builtin_sym_end] = ACTIONS(2539), + [sym_identifier] = ACTIONS(2541), + [anon_sym_SEMI] = ACTIONS(2539), + [anon_sym_macro_rules_BANG] = ACTIONS(2539), + [anon_sym_LPAREN] = ACTIONS(2539), + [anon_sym_LBRACK] = ACTIONS(2539), + [anon_sym_LBRACE] = ACTIONS(2539), + [anon_sym_RBRACE] = ACTIONS(2539), + [anon_sym_STAR] = ACTIONS(2539), + [anon_sym_u8] = ACTIONS(2541), + [anon_sym_i8] = ACTIONS(2541), + [anon_sym_u16] = ACTIONS(2541), + [anon_sym_i16] = ACTIONS(2541), + [anon_sym_u32] = ACTIONS(2541), + [anon_sym_i32] = ACTIONS(2541), + [anon_sym_u64] = ACTIONS(2541), + [anon_sym_i64] = ACTIONS(2541), + [anon_sym_u128] = ACTIONS(2541), + [anon_sym_i128] = ACTIONS(2541), + [anon_sym_isize] = ACTIONS(2541), + [anon_sym_usize] = ACTIONS(2541), + [anon_sym_f32] = ACTIONS(2541), + [anon_sym_f64] = ACTIONS(2541), + [anon_sym_bool] = ACTIONS(2541), + [anon_sym_str] = ACTIONS(2541), + [anon_sym_char] = ACTIONS(2541), + [anon_sym_DASH] = ACTIONS(2539), + [anon_sym_BANG] = ACTIONS(2539), + [anon_sym_AMP] = ACTIONS(2539), + [anon_sym_PIPE] = ACTIONS(2539), + [anon_sym_LT] = ACTIONS(2539), + [anon_sym_DOT_DOT] = ACTIONS(2539), + [anon_sym_COLON_COLON] = ACTIONS(2539), + [anon_sym_POUND] = ACTIONS(2539), + [anon_sym_SQUOTE] = ACTIONS(2541), + [anon_sym_async] = ACTIONS(2541), + [anon_sym_break] = ACTIONS(2541), + [anon_sym_const] = ACTIONS(2541), + [anon_sym_continue] = ACTIONS(2541), + [anon_sym_default] = ACTIONS(2541), + [anon_sym_enum] = ACTIONS(2541), + [anon_sym_fn] = ACTIONS(2541), + [anon_sym_for] = ACTIONS(2541), + [anon_sym_gen] = ACTIONS(2541), + [anon_sym_if] = ACTIONS(2541), + [anon_sym_impl] = ACTIONS(2541), + [anon_sym_let] = ACTIONS(2541), + [anon_sym_loop] = ACTIONS(2541), + [anon_sym_match] = ACTIONS(2541), + [anon_sym_mod] = ACTIONS(2541), + [anon_sym_pub] = ACTIONS(2541), + [anon_sym_return] = ACTIONS(2541), + [anon_sym_static] = ACTIONS(2541), + [anon_sym_struct] = ACTIONS(2541), + [anon_sym_trait] = ACTIONS(2541), + [anon_sym_type] = ACTIONS(2541), + [anon_sym_union] = ACTIONS(2541), + [anon_sym_unsafe] = ACTIONS(2541), + [anon_sym_use] = ACTIONS(2541), + [anon_sym_while] = ACTIONS(2541), + [anon_sym_extern] = ACTIONS(2541), + [anon_sym_raw] = ACTIONS(2541), + [anon_sym_yield] = ACTIONS(2541), + [anon_sym_move] = ACTIONS(2541), + [anon_sym_try] = ACTIONS(2541), + [sym_integer_literal] = ACTIONS(2539), + [aux_sym_string_literal_token1] = ACTIONS(2539), + [sym_char_literal] = ACTIONS(2539), + [anon_sym_true] = ACTIONS(2541), + [anon_sym_false] = ACTIONS(2541), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2541), + [sym_super] = ACTIONS(2541), + [sym_crate] = ACTIONS(2541), + [sym_metavariable] = ACTIONS(2539), + [sym__raw_string_literal_start] = ACTIONS(2539), + [sym_float_literal] = ACTIONS(2539), }, [STATE(655)] = { [sym_line_comment] = STATE(655), [sym_block_comment] = STATE(655), - [ts_builtin_sym_end] = ACTIONS(2577), - [sym_identifier] = ACTIONS(2579), - [anon_sym_SEMI] = ACTIONS(2577), - [anon_sym_macro_rules_BANG] = ACTIONS(2577), - [anon_sym_LPAREN] = ACTIONS(2577), - [anon_sym_LBRACK] = ACTIONS(2577), - [anon_sym_LBRACE] = ACTIONS(2577), - [anon_sym_RBRACE] = ACTIONS(2577), - [anon_sym_STAR] = ACTIONS(2577), - [anon_sym_u8] = ACTIONS(2579), - [anon_sym_i8] = ACTIONS(2579), - [anon_sym_u16] = ACTIONS(2579), - [anon_sym_i16] = ACTIONS(2579), - [anon_sym_u32] = ACTIONS(2579), - [anon_sym_i32] = ACTIONS(2579), - [anon_sym_u64] = ACTIONS(2579), - [anon_sym_i64] = ACTIONS(2579), - [anon_sym_u128] = ACTIONS(2579), - [anon_sym_i128] = ACTIONS(2579), - [anon_sym_isize] = ACTIONS(2579), - [anon_sym_usize] = ACTIONS(2579), - [anon_sym_f32] = ACTIONS(2579), - [anon_sym_f64] = ACTIONS(2579), - [anon_sym_bool] = ACTIONS(2579), - [anon_sym_str] = ACTIONS(2579), - [anon_sym_char] = ACTIONS(2579), - [anon_sym_DASH] = ACTIONS(2577), - [anon_sym_BANG] = ACTIONS(2577), - [anon_sym_AMP] = ACTIONS(2577), - [anon_sym_PIPE] = ACTIONS(2577), - [anon_sym_LT] = ACTIONS(2577), - [anon_sym_DOT_DOT] = ACTIONS(2577), - [anon_sym_COLON_COLON] = ACTIONS(2577), - [anon_sym_POUND] = ACTIONS(2577), - [anon_sym_SQUOTE] = ACTIONS(2579), - [anon_sym_async] = ACTIONS(2579), - [anon_sym_break] = ACTIONS(2579), - [anon_sym_const] = ACTIONS(2579), - [anon_sym_continue] = ACTIONS(2579), - [anon_sym_default] = ACTIONS(2579), - [anon_sym_enum] = ACTIONS(2579), - [anon_sym_fn] = ACTIONS(2579), - [anon_sym_for] = ACTIONS(2579), - [anon_sym_gen] = ACTIONS(2579), - [anon_sym_if] = ACTIONS(2579), - [anon_sym_impl] = ACTIONS(2579), - [anon_sym_let] = ACTIONS(2579), - [anon_sym_loop] = ACTIONS(2579), - [anon_sym_match] = ACTIONS(2579), - [anon_sym_mod] = ACTIONS(2579), - [anon_sym_pub] = ACTIONS(2579), - [anon_sym_return] = ACTIONS(2579), - [anon_sym_static] = ACTIONS(2579), - [anon_sym_struct] = ACTIONS(2579), - [anon_sym_trait] = ACTIONS(2579), - [anon_sym_type] = ACTIONS(2579), - [anon_sym_union] = ACTIONS(2579), - [anon_sym_unsafe] = ACTIONS(2579), - [anon_sym_use] = ACTIONS(2579), - [anon_sym_while] = ACTIONS(2579), - [anon_sym_extern] = ACTIONS(2579), - [anon_sym_raw] = ACTIONS(2579), - [anon_sym_yield] = ACTIONS(2579), - [anon_sym_move] = ACTIONS(2579), - [anon_sym_try] = ACTIONS(2579), - [sym_integer_literal] = ACTIONS(2577), - [aux_sym_string_literal_token1] = ACTIONS(2577), - [sym_char_literal] = ACTIONS(2577), - [anon_sym_true] = ACTIONS(2579), - [anon_sym_false] = ACTIONS(2579), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(2579), - [sym_super] = ACTIONS(2579), - [sym_crate] = ACTIONS(2579), - [sym_metavariable] = ACTIONS(2577), - [sym__raw_string_literal_start] = ACTIONS(2577), - [sym_float_literal] = ACTIONS(2577), + [ts_builtin_sym_end] = ACTIONS(2543), + [sym_identifier] = ACTIONS(2545), + [anon_sym_SEMI] = ACTIONS(2543), + [anon_sym_macro_rules_BANG] = ACTIONS(2543), + [anon_sym_LPAREN] = ACTIONS(2543), + [anon_sym_LBRACK] = ACTIONS(2543), + [anon_sym_LBRACE] = ACTIONS(2543), + [anon_sym_RBRACE] = ACTIONS(2543), + [anon_sym_STAR] = ACTIONS(2543), + [anon_sym_u8] = ACTIONS(2545), + [anon_sym_i8] = ACTIONS(2545), + [anon_sym_u16] = ACTIONS(2545), + [anon_sym_i16] = ACTIONS(2545), + [anon_sym_u32] = ACTIONS(2545), + [anon_sym_i32] = ACTIONS(2545), + [anon_sym_u64] = ACTIONS(2545), + [anon_sym_i64] = ACTIONS(2545), + [anon_sym_u128] = ACTIONS(2545), + [anon_sym_i128] = ACTIONS(2545), + [anon_sym_isize] = ACTIONS(2545), + [anon_sym_usize] = ACTIONS(2545), + [anon_sym_f32] = ACTIONS(2545), + [anon_sym_f64] = ACTIONS(2545), + [anon_sym_bool] = ACTIONS(2545), + [anon_sym_str] = ACTIONS(2545), + [anon_sym_char] = ACTIONS(2545), + [anon_sym_DASH] = ACTIONS(2543), + [anon_sym_BANG] = ACTIONS(2543), + [anon_sym_AMP] = ACTIONS(2543), + [anon_sym_PIPE] = ACTIONS(2543), + [anon_sym_LT] = ACTIONS(2543), + [anon_sym_DOT_DOT] = ACTIONS(2543), + [anon_sym_COLON_COLON] = ACTIONS(2543), + [anon_sym_POUND] = ACTIONS(2543), + [anon_sym_SQUOTE] = ACTIONS(2545), + [anon_sym_async] = ACTIONS(2545), + [anon_sym_break] = ACTIONS(2545), + [anon_sym_const] = ACTIONS(2545), + [anon_sym_continue] = ACTIONS(2545), + [anon_sym_default] = ACTIONS(2545), + [anon_sym_enum] = ACTIONS(2545), + [anon_sym_fn] = ACTIONS(2545), + [anon_sym_for] = ACTIONS(2545), + [anon_sym_gen] = ACTIONS(2545), + [anon_sym_if] = ACTIONS(2545), + [anon_sym_impl] = ACTIONS(2545), + [anon_sym_let] = ACTIONS(2545), + [anon_sym_loop] = ACTIONS(2545), + [anon_sym_match] = ACTIONS(2545), + [anon_sym_mod] = ACTIONS(2545), + [anon_sym_pub] = ACTIONS(2545), + [anon_sym_return] = ACTIONS(2545), + [anon_sym_static] = ACTIONS(2545), + [anon_sym_struct] = ACTIONS(2545), + [anon_sym_trait] = ACTIONS(2545), + [anon_sym_type] = ACTIONS(2545), + [anon_sym_union] = ACTIONS(2545), + [anon_sym_unsafe] = ACTIONS(2545), + [anon_sym_use] = ACTIONS(2545), + [anon_sym_while] = ACTIONS(2545), + [anon_sym_extern] = ACTIONS(2545), + [anon_sym_raw] = ACTIONS(2545), + [anon_sym_yield] = ACTIONS(2545), + [anon_sym_move] = ACTIONS(2545), + [anon_sym_try] = ACTIONS(2545), + [sym_integer_literal] = ACTIONS(2543), + [aux_sym_string_literal_token1] = ACTIONS(2543), + [sym_char_literal] = ACTIONS(2543), + [anon_sym_true] = ACTIONS(2545), + [anon_sym_false] = ACTIONS(2545), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2545), + [sym_super] = ACTIONS(2545), + [sym_crate] = ACTIONS(2545), + [sym_metavariable] = ACTIONS(2543), + [sym__raw_string_literal_start] = ACTIONS(2543), + [sym_float_literal] = ACTIONS(2543), }, [STATE(656)] = { [sym_line_comment] = STATE(656), [sym_block_comment] = STATE(656), - [ts_builtin_sym_end] = ACTIONS(1442), - [sym_identifier] = ACTIONS(1444), - [anon_sym_SEMI] = ACTIONS(1442), - [anon_sym_macro_rules_BANG] = ACTIONS(1442), - [anon_sym_LPAREN] = ACTIONS(1442), - [anon_sym_LBRACK] = ACTIONS(1442), - [anon_sym_LBRACE] = ACTIONS(1442), - [anon_sym_RBRACE] = ACTIONS(1442), - [anon_sym_STAR] = ACTIONS(1442), - [anon_sym_u8] = ACTIONS(1444), - [anon_sym_i8] = ACTIONS(1444), - [anon_sym_u16] = ACTIONS(1444), - [anon_sym_i16] = ACTIONS(1444), - [anon_sym_u32] = ACTIONS(1444), - [anon_sym_i32] = ACTIONS(1444), - [anon_sym_u64] = ACTIONS(1444), - [anon_sym_i64] = ACTIONS(1444), - [anon_sym_u128] = ACTIONS(1444), - [anon_sym_i128] = ACTIONS(1444), - [anon_sym_isize] = ACTIONS(1444), - [anon_sym_usize] = ACTIONS(1444), - [anon_sym_f32] = ACTIONS(1444), - [anon_sym_f64] = ACTIONS(1444), - [anon_sym_bool] = ACTIONS(1444), - [anon_sym_str] = ACTIONS(1444), - [anon_sym_char] = ACTIONS(1444), - [anon_sym_DASH] = ACTIONS(1442), - [anon_sym_BANG] = ACTIONS(1442), - [anon_sym_AMP] = ACTIONS(1442), - [anon_sym_PIPE] = ACTIONS(1442), - [anon_sym_LT] = ACTIONS(1442), - [anon_sym_DOT_DOT] = ACTIONS(1442), - [anon_sym_COLON_COLON] = ACTIONS(1442), - [anon_sym_POUND] = ACTIONS(1442), - [anon_sym_SQUOTE] = ACTIONS(1444), - [anon_sym_async] = ACTIONS(1444), - [anon_sym_break] = ACTIONS(1444), - [anon_sym_const] = ACTIONS(1444), - [anon_sym_continue] = ACTIONS(1444), - [anon_sym_default] = ACTIONS(1444), - [anon_sym_enum] = ACTIONS(1444), - [anon_sym_fn] = ACTIONS(1444), - [anon_sym_for] = ACTIONS(1444), - [anon_sym_gen] = ACTIONS(1444), - [anon_sym_if] = ACTIONS(1444), - [anon_sym_impl] = ACTIONS(1444), - [anon_sym_let] = ACTIONS(1444), - [anon_sym_loop] = ACTIONS(1444), - [anon_sym_match] = ACTIONS(1444), - [anon_sym_mod] = ACTIONS(1444), - [anon_sym_pub] = ACTIONS(1444), - [anon_sym_return] = ACTIONS(1444), - [anon_sym_static] = ACTIONS(1444), - [anon_sym_struct] = ACTIONS(1444), - [anon_sym_trait] = ACTIONS(1444), - [anon_sym_type] = ACTIONS(1444), - [anon_sym_union] = ACTIONS(1444), - [anon_sym_unsafe] = ACTIONS(1444), - [anon_sym_use] = ACTIONS(1444), - [anon_sym_while] = ACTIONS(1444), - [anon_sym_extern] = ACTIONS(1444), - [anon_sym_raw] = ACTIONS(1444), - [anon_sym_yield] = ACTIONS(1444), - [anon_sym_move] = ACTIONS(1444), - [anon_sym_try] = ACTIONS(1444), - [sym_integer_literal] = ACTIONS(1442), - [aux_sym_string_literal_token1] = ACTIONS(1442), - [sym_char_literal] = ACTIONS(1442), - [anon_sym_true] = ACTIONS(1444), - [anon_sym_false] = ACTIONS(1444), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1444), - [sym_super] = ACTIONS(1444), - [sym_crate] = ACTIONS(1444), - [sym_metavariable] = ACTIONS(1442), - [sym__raw_string_literal_start] = ACTIONS(1442), - [sym_float_literal] = ACTIONS(1442), + [ts_builtin_sym_end] = ACTIONS(2547), + [sym_identifier] = ACTIONS(2549), + [anon_sym_SEMI] = ACTIONS(2547), + [anon_sym_macro_rules_BANG] = ACTIONS(2547), + [anon_sym_LPAREN] = ACTIONS(2547), + [anon_sym_LBRACK] = ACTIONS(2547), + [anon_sym_LBRACE] = ACTIONS(2547), + [anon_sym_RBRACE] = ACTIONS(2547), + [anon_sym_STAR] = ACTIONS(2547), + [anon_sym_u8] = ACTIONS(2549), + [anon_sym_i8] = ACTIONS(2549), + [anon_sym_u16] = ACTIONS(2549), + [anon_sym_i16] = ACTIONS(2549), + [anon_sym_u32] = ACTIONS(2549), + [anon_sym_i32] = ACTIONS(2549), + [anon_sym_u64] = ACTIONS(2549), + [anon_sym_i64] = ACTIONS(2549), + [anon_sym_u128] = ACTIONS(2549), + [anon_sym_i128] = ACTIONS(2549), + [anon_sym_isize] = ACTIONS(2549), + [anon_sym_usize] = ACTIONS(2549), + [anon_sym_f32] = ACTIONS(2549), + [anon_sym_f64] = ACTIONS(2549), + [anon_sym_bool] = ACTIONS(2549), + [anon_sym_str] = ACTIONS(2549), + [anon_sym_char] = ACTIONS(2549), + [anon_sym_DASH] = ACTIONS(2547), + [anon_sym_BANG] = ACTIONS(2547), + [anon_sym_AMP] = ACTIONS(2547), + [anon_sym_PIPE] = ACTIONS(2547), + [anon_sym_LT] = ACTIONS(2547), + [anon_sym_DOT_DOT] = ACTIONS(2547), + [anon_sym_COLON_COLON] = ACTIONS(2547), + [anon_sym_POUND] = ACTIONS(2547), + [anon_sym_SQUOTE] = ACTIONS(2549), + [anon_sym_async] = ACTIONS(2549), + [anon_sym_break] = ACTIONS(2549), + [anon_sym_const] = ACTIONS(2549), + [anon_sym_continue] = ACTIONS(2549), + [anon_sym_default] = ACTIONS(2549), + [anon_sym_enum] = ACTIONS(2549), + [anon_sym_fn] = ACTIONS(2549), + [anon_sym_for] = ACTIONS(2549), + [anon_sym_gen] = ACTIONS(2549), + [anon_sym_if] = ACTIONS(2549), + [anon_sym_impl] = ACTIONS(2549), + [anon_sym_let] = ACTIONS(2549), + [anon_sym_loop] = ACTIONS(2549), + [anon_sym_match] = ACTIONS(2549), + [anon_sym_mod] = ACTIONS(2549), + [anon_sym_pub] = ACTIONS(2549), + [anon_sym_return] = ACTIONS(2549), + [anon_sym_static] = ACTIONS(2549), + [anon_sym_struct] = ACTIONS(2549), + [anon_sym_trait] = ACTIONS(2549), + [anon_sym_type] = ACTIONS(2549), + [anon_sym_union] = ACTIONS(2549), + [anon_sym_unsafe] = ACTIONS(2549), + [anon_sym_use] = ACTIONS(2549), + [anon_sym_while] = ACTIONS(2549), + [anon_sym_extern] = ACTIONS(2549), + [anon_sym_raw] = ACTIONS(2549), + [anon_sym_yield] = ACTIONS(2549), + [anon_sym_move] = ACTIONS(2549), + [anon_sym_try] = ACTIONS(2549), + [sym_integer_literal] = ACTIONS(2547), + [aux_sym_string_literal_token1] = ACTIONS(2547), + [sym_char_literal] = ACTIONS(2547), + [anon_sym_true] = ACTIONS(2549), + [anon_sym_false] = ACTIONS(2549), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2549), + [sym_super] = ACTIONS(2549), + [sym_crate] = ACTIONS(2549), + [sym_metavariable] = ACTIONS(2547), + [sym__raw_string_literal_start] = ACTIONS(2547), + [sym_float_literal] = ACTIONS(2547), }, [STATE(657)] = { [sym_line_comment] = STATE(657), [sym_block_comment] = STATE(657), - [ts_builtin_sym_end] = ACTIONS(2581), - [sym_identifier] = ACTIONS(2583), - [anon_sym_SEMI] = ACTIONS(2581), - [anon_sym_macro_rules_BANG] = ACTIONS(2581), - [anon_sym_LPAREN] = ACTIONS(2581), - [anon_sym_LBRACK] = ACTIONS(2581), - [anon_sym_LBRACE] = ACTIONS(2581), - [anon_sym_RBRACE] = ACTIONS(2581), - [anon_sym_STAR] = ACTIONS(2581), - [anon_sym_u8] = ACTIONS(2583), - [anon_sym_i8] = ACTIONS(2583), - [anon_sym_u16] = ACTIONS(2583), - [anon_sym_i16] = ACTIONS(2583), - [anon_sym_u32] = ACTIONS(2583), - [anon_sym_i32] = ACTIONS(2583), - [anon_sym_u64] = ACTIONS(2583), - [anon_sym_i64] = ACTIONS(2583), - [anon_sym_u128] = ACTIONS(2583), - [anon_sym_i128] = ACTIONS(2583), - [anon_sym_isize] = ACTIONS(2583), - [anon_sym_usize] = ACTIONS(2583), - [anon_sym_f32] = ACTIONS(2583), - [anon_sym_f64] = ACTIONS(2583), - [anon_sym_bool] = ACTIONS(2583), - [anon_sym_str] = ACTIONS(2583), - [anon_sym_char] = ACTIONS(2583), - [anon_sym_DASH] = ACTIONS(2581), - [anon_sym_BANG] = ACTIONS(2581), - [anon_sym_AMP] = ACTIONS(2581), - [anon_sym_PIPE] = ACTIONS(2581), - [anon_sym_LT] = ACTIONS(2581), - [anon_sym_DOT_DOT] = ACTIONS(2581), - [anon_sym_COLON_COLON] = ACTIONS(2581), - [anon_sym_POUND] = ACTIONS(2581), - [anon_sym_SQUOTE] = ACTIONS(2583), - [anon_sym_async] = ACTIONS(2583), - [anon_sym_break] = ACTIONS(2583), - [anon_sym_const] = ACTIONS(2583), - [anon_sym_continue] = ACTIONS(2583), - [anon_sym_default] = ACTIONS(2583), - [anon_sym_enum] = ACTIONS(2583), - [anon_sym_fn] = ACTIONS(2583), - [anon_sym_for] = ACTIONS(2583), - [anon_sym_gen] = ACTIONS(2583), - [anon_sym_if] = ACTIONS(2583), - [anon_sym_impl] = ACTIONS(2583), - [anon_sym_let] = ACTIONS(2583), - [anon_sym_loop] = ACTIONS(2583), - [anon_sym_match] = ACTIONS(2583), - [anon_sym_mod] = ACTIONS(2583), - [anon_sym_pub] = ACTIONS(2583), - [anon_sym_return] = ACTIONS(2583), - [anon_sym_static] = ACTIONS(2583), - [anon_sym_struct] = ACTIONS(2583), - [anon_sym_trait] = ACTIONS(2583), - [anon_sym_type] = ACTIONS(2583), - [anon_sym_union] = ACTIONS(2583), - [anon_sym_unsafe] = ACTIONS(2583), - [anon_sym_use] = ACTIONS(2583), - [anon_sym_while] = ACTIONS(2583), - [anon_sym_extern] = ACTIONS(2583), - [anon_sym_raw] = ACTIONS(2583), - [anon_sym_yield] = ACTIONS(2583), - [anon_sym_move] = ACTIONS(2583), - [anon_sym_try] = ACTIONS(2583), - [sym_integer_literal] = ACTIONS(2581), - [aux_sym_string_literal_token1] = ACTIONS(2581), - [sym_char_literal] = ACTIONS(2581), - [anon_sym_true] = ACTIONS(2583), - [anon_sym_false] = ACTIONS(2583), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(2583), - [sym_super] = ACTIONS(2583), - [sym_crate] = ACTIONS(2583), - [sym_metavariable] = ACTIONS(2581), - [sym__raw_string_literal_start] = ACTIONS(2581), - [sym_float_literal] = ACTIONS(2581), + [ts_builtin_sym_end] = ACTIONS(2551), + [sym_identifier] = ACTIONS(2553), + [anon_sym_SEMI] = ACTIONS(2551), + [anon_sym_macro_rules_BANG] = ACTIONS(2551), + [anon_sym_LPAREN] = ACTIONS(2551), + [anon_sym_LBRACK] = ACTIONS(2551), + [anon_sym_LBRACE] = ACTIONS(2551), + [anon_sym_RBRACE] = ACTIONS(2551), + [anon_sym_STAR] = ACTIONS(2551), + [anon_sym_u8] = ACTIONS(2553), + [anon_sym_i8] = ACTIONS(2553), + [anon_sym_u16] = ACTIONS(2553), + [anon_sym_i16] = ACTIONS(2553), + [anon_sym_u32] = ACTIONS(2553), + [anon_sym_i32] = ACTIONS(2553), + [anon_sym_u64] = ACTIONS(2553), + [anon_sym_i64] = ACTIONS(2553), + [anon_sym_u128] = ACTIONS(2553), + [anon_sym_i128] = ACTIONS(2553), + [anon_sym_isize] = ACTIONS(2553), + [anon_sym_usize] = ACTIONS(2553), + [anon_sym_f32] = ACTIONS(2553), + [anon_sym_f64] = ACTIONS(2553), + [anon_sym_bool] = ACTIONS(2553), + [anon_sym_str] = ACTIONS(2553), + [anon_sym_char] = ACTIONS(2553), + [anon_sym_DASH] = ACTIONS(2551), + [anon_sym_BANG] = ACTIONS(2551), + [anon_sym_AMP] = ACTIONS(2551), + [anon_sym_PIPE] = ACTIONS(2551), + [anon_sym_LT] = ACTIONS(2551), + [anon_sym_DOT_DOT] = ACTIONS(2551), + [anon_sym_COLON_COLON] = ACTIONS(2551), + [anon_sym_POUND] = ACTIONS(2551), + [anon_sym_SQUOTE] = ACTIONS(2553), + [anon_sym_async] = ACTIONS(2553), + [anon_sym_break] = ACTIONS(2553), + [anon_sym_const] = ACTIONS(2553), + [anon_sym_continue] = ACTIONS(2553), + [anon_sym_default] = ACTIONS(2553), + [anon_sym_enum] = ACTIONS(2553), + [anon_sym_fn] = ACTIONS(2553), + [anon_sym_for] = ACTIONS(2553), + [anon_sym_gen] = ACTIONS(2553), + [anon_sym_if] = ACTIONS(2553), + [anon_sym_impl] = ACTIONS(2553), + [anon_sym_let] = ACTIONS(2553), + [anon_sym_loop] = ACTIONS(2553), + [anon_sym_match] = ACTIONS(2553), + [anon_sym_mod] = ACTIONS(2553), + [anon_sym_pub] = ACTIONS(2553), + [anon_sym_return] = ACTIONS(2553), + [anon_sym_static] = ACTIONS(2553), + [anon_sym_struct] = ACTIONS(2553), + [anon_sym_trait] = ACTIONS(2553), + [anon_sym_type] = ACTIONS(2553), + [anon_sym_union] = ACTIONS(2553), + [anon_sym_unsafe] = ACTIONS(2553), + [anon_sym_use] = ACTIONS(2553), + [anon_sym_while] = ACTIONS(2553), + [anon_sym_extern] = ACTIONS(2553), + [anon_sym_raw] = ACTIONS(2553), + [anon_sym_yield] = ACTIONS(2553), + [anon_sym_move] = ACTIONS(2553), + [anon_sym_try] = ACTIONS(2553), + [sym_integer_literal] = ACTIONS(2551), + [aux_sym_string_literal_token1] = ACTIONS(2551), + [sym_char_literal] = ACTIONS(2551), + [anon_sym_true] = ACTIONS(2553), + [anon_sym_false] = ACTIONS(2553), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2553), + [sym_super] = ACTIONS(2553), + [sym_crate] = ACTIONS(2553), + [sym_metavariable] = ACTIONS(2551), + [sym__raw_string_literal_start] = ACTIONS(2551), + [sym_float_literal] = ACTIONS(2551), }, [STATE(658)] = { [sym_line_comment] = STATE(658), [sym_block_comment] = STATE(658), - [ts_builtin_sym_end] = ACTIONS(2585), - [sym_identifier] = ACTIONS(2587), - [anon_sym_SEMI] = ACTIONS(2585), - [anon_sym_macro_rules_BANG] = ACTIONS(2585), - [anon_sym_LPAREN] = ACTIONS(2585), - [anon_sym_LBRACK] = ACTIONS(2585), - [anon_sym_LBRACE] = ACTIONS(2585), - [anon_sym_RBRACE] = ACTIONS(2585), - [anon_sym_STAR] = ACTIONS(2585), - [anon_sym_u8] = ACTIONS(2587), - [anon_sym_i8] = ACTIONS(2587), - [anon_sym_u16] = ACTIONS(2587), - [anon_sym_i16] = ACTIONS(2587), - [anon_sym_u32] = ACTIONS(2587), - [anon_sym_i32] = ACTIONS(2587), - [anon_sym_u64] = ACTIONS(2587), - [anon_sym_i64] = ACTIONS(2587), - [anon_sym_u128] = ACTIONS(2587), - [anon_sym_i128] = ACTIONS(2587), - [anon_sym_isize] = ACTIONS(2587), - [anon_sym_usize] = ACTIONS(2587), - [anon_sym_f32] = ACTIONS(2587), - [anon_sym_f64] = ACTIONS(2587), - [anon_sym_bool] = ACTIONS(2587), - [anon_sym_str] = ACTIONS(2587), - [anon_sym_char] = ACTIONS(2587), - [anon_sym_DASH] = ACTIONS(2585), - [anon_sym_BANG] = ACTIONS(2585), - [anon_sym_AMP] = ACTIONS(2585), - [anon_sym_PIPE] = ACTIONS(2585), - [anon_sym_LT] = ACTIONS(2585), - [anon_sym_DOT_DOT] = ACTIONS(2585), - [anon_sym_COLON_COLON] = ACTIONS(2585), - [anon_sym_POUND] = ACTIONS(2585), - [anon_sym_SQUOTE] = ACTIONS(2587), - [anon_sym_async] = ACTIONS(2587), - [anon_sym_break] = ACTIONS(2587), - [anon_sym_const] = ACTIONS(2587), - [anon_sym_continue] = ACTIONS(2587), - [anon_sym_default] = ACTIONS(2587), - [anon_sym_enum] = ACTIONS(2587), - [anon_sym_fn] = ACTIONS(2587), - [anon_sym_for] = ACTIONS(2587), - [anon_sym_gen] = ACTIONS(2587), - [anon_sym_if] = ACTIONS(2587), - [anon_sym_impl] = ACTIONS(2587), - [anon_sym_let] = ACTIONS(2587), - [anon_sym_loop] = ACTIONS(2587), - [anon_sym_match] = ACTIONS(2587), - [anon_sym_mod] = ACTIONS(2587), - [anon_sym_pub] = ACTIONS(2587), - [anon_sym_return] = ACTIONS(2587), - [anon_sym_static] = ACTIONS(2587), - [anon_sym_struct] = ACTIONS(2587), - [anon_sym_trait] = ACTIONS(2587), - [anon_sym_type] = ACTIONS(2587), - [anon_sym_union] = ACTIONS(2587), - [anon_sym_unsafe] = ACTIONS(2587), - [anon_sym_use] = ACTIONS(2587), - [anon_sym_while] = ACTIONS(2587), - [anon_sym_extern] = ACTIONS(2587), - [anon_sym_raw] = ACTIONS(2587), - [anon_sym_yield] = ACTIONS(2587), - [anon_sym_move] = ACTIONS(2587), - [anon_sym_try] = ACTIONS(2587), - [sym_integer_literal] = ACTIONS(2585), - [aux_sym_string_literal_token1] = ACTIONS(2585), - [sym_char_literal] = ACTIONS(2585), - [anon_sym_true] = ACTIONS(2587), - [anon_sym_false] = ACTIONS(2587), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(2587), - [sym_super] = ACTIONS(2587), - [sym_crate] = ACTIONS(2587), - [sym_metavariable] = ACTIONS(2585), - [sym__raw_string_literal_start] = ACTIONS(2585), - [sym_float_literal] = ACTIONS(2585), + [ts_builtin_sym_end] = ACTIONS(2555), + [sym_identifier] = ACTIONS(2557), + [anon_sym_SEMI] = ACTIONS(2555), + [anon_sym_macro_rules_BANG] = ACTIONS(2555), + [anon_sym_LPAREN] = ACTIONS(2555), + [anon_sym_LBRACK] = ACTIONS(2555), + [anon_sym_LBRACE] = ACTIONS(2555), + [anon_sym_RBRACE] = ACTIONS(2555), + [anon_sym_STAR] = ACTIONS(2555), + [anon_sym_u8] = ACTIONS(2557), + [anon_sym_i8] = ACTIONS(2557), + [anon_sym_u16] = ACTIONS(2557), + [anon_sym_i16] = ACTIONS(2557), + [anon_sym_u32] = ACTIONS(2557), + [anon_sym_i32] = ACTIONS(2557), + [anon_sym_u64] = ACTIONS(2557), + [anon_sym_i64] = ACTIONS(2557), + [anon_sym_u128] = ACTIONS(2557), + [anon_sym_i128] = ACTIONS(2557), + [anon_sym_isize] = ACTIONS(2557), + [anon_sym_usize] = ACTIONS(2557), + [anon_sym_f32] = ACTIONS(2557), + [anon_sym_f64] = ACTIONS(2557), + [anon_sym_bool] = ACTIONS(2557), + [anon_sym_str] = ACTIONS(2557), + [anon_sym_char] = ACTIONS(2557), + [anon_sym_DASH] = ACTIONS(2555), + [anon_sym_BANG] = ACTIONS(2555), + [anon_sym_AMP] = ACTIONS(2555), + [anon_sym_PIPE] = ACTIONS(2555), + [anon_sym_LT] = ACTIONS(2555), + [anon_sym_DOT_DOT] = ACTIONS(2555), + [anon_sym_COLON_COLON] = ACTIONS(2555), + [anon_sym_POUND] = ACTIONS(2555), + [anon_sym_SQUOTE] = ACTIONS(2557), + [anon_sym_async] = ACTIONS(2557), + [anon_sym_break] = ACTIONS(2557), + [anon_sym_const] = ACTIONS(2557), + [anon_sym_continue] = ACTIONS(2557), + [anon_sym_default] = ACTIONS(2557), + [anon_sym_enum] = ACTIONS(2557), + [anon_sym_fn] = ACTIONS(2557), + [anon_sym_for] = ACTIONS(2557), + [anon_sym_gen] = ACTIONS(2557), + [anon_sym_if] = ACTIONS(2557), + [anon_sym_impl] = ACTIONS(2557), + [anon_sym_let] = ACTIONS(2557), + [anon_sym_loop] = ACTIONS(2557), + [anon_sym_match] = ACTIONS(2557), + [anon_sym_mod] = ACTIONS(2557), + [anon_sym_pub] = ACTIONS(2557), + [anon_sym_return] = ACTIONS(2557), + [anon_sym_static] = ACTIONS(2557), + [anon_sym_struct] = ACTIONS(2557), + [anon_sym_trait] = ACTIONS(2557), + [anon_sym_type] = ACTIONS(2557), + [anon_sym_union] = ACTIONS(2557), + [anon_sym_unsafe] = ACTIONS(2557), + [anon_sym_use] = ACTIONS(2557), + [anon_sym_while] = ACTIONS(2557), + [anon_sym_extern] = ACTIONS(2557), + [anon_sym_raw] = ACTIONS(2557), + [anon_sym_yield] = ACTIONS(2557), + [anon_sym_move] = ACTIONS(2557), + [anon_sym_try] = ACTIONS(2557), + [sym_integer_literal] = ACTIONS(2555), + [aux_sym_string_literal_token1] = ACTIONS(2555), + [sym_char_literal] = ACTIONS(2555), + [anon_sym_true] = ACTIONS(2557), + [anon_sym_false] = ACTIONS(2557), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2557), + [sym_super] = ACTIONS(2557), + [sym_crate] = ACTIONS(2557), + [sym_metavariable] = ACTIONS(2555), + [sym__raw_string_literal_start] = ACTIONS(2555), + [sym_float_literal] = ACTIONS(2555), }, [STATE(659)] = { [sym_line_comment] = STATE(659), [sym_block_comment] = STATE(659), - [ts_builtin_sym_end] = ACTIONS(2589), - [sym_identifier] = ACTIONS(2591), - [anon_sym_SEMI] = ACTIONS(2589), - [anon_sym_macro_rules_BANG] = ACTIONS(2589), - [anon_sym_LPAREN] = ACTIONS(2589), - [anon_sym_LBRACK] = ACTIONS(2589), - [anon_sym_LBRACE] = ACTIONS(2589), - [anon_sym_RBRACE] = ACTIONS(2589), - [anon_sym_STAR] = ACTIONS(2589), - [anon_sym_u8] = ACTIONS(2591), - [anon_sym_i8] = ACTIONS(2591), - [anon_sym_u16] = ACTIONS(2591), - [anon_sym_i16] = ACTIONS(2591), - [anon_sym_u32] = ACTIONS(2591), - [anon_sym_i32] = ACTIONS(2591), - [anon_sym_u64] = ACTIONS(2591), - [anon_sym_i64] = ACTIONS(2591), - [anon_sym_u128] = ACTIONS(2591), - [anon_sym_i128] = ACTIONS(2591), - [anon_sym_isize] = ACTIONS(2591), - [anon_sym_usize] = ACTIONS(2591), - [anon_sym_f32] = ACTIONS(2591), - [anon_sym_f64] = ACTIONS(2591), - [anon_sym_bool] = ACTIONS(2591), - [anon_sym_str] = ACTIONS(2591), - [anon_sym_char] = ACTIONS(2591), - [anon_sym_DASH] = ACTIONS(2589), - [anon_sym_BANG] = ACTIONS(2589), - [anon_sym_AMP] = ACTIONS(2589), - [anon_sym_PIPE] = ACTIONS(2589), - [anon_sym_LT] = ACTIONS(2589), - [anon_sym_DOT_DOT] = ACTIONS(2589), - [anon_sym_COLON_COLON] = ACTIONS(2589), - [anon_sym_POUND] = ACTIONS(2589), - [anon_sym_SQUOTE] = ACTIONS(2591), - [anon_sym_async] = ACTIONS(2591), - [anon_sym_break] = ACTIONS(2591), - [anon_sym_const] = ACTIONS(2591), - [anon_sym_continue] = ACTIONS(2591), - [anon_sym_default] = ACTIONS(2591), - [anon_sym_enum] = ACTIONS(2591), - [anon_sym_fn] = ACTIONS(2591), - [anon_sym_for] = ACTIONS(2591), - [anon_sym_gen] = ACTIONS(2591), - [anon_sym_if] = ACTIONS(2591), - [anon_sym_impl] = ACTIONS(2591), - [anon_sym_let] = ACTIONS(2591), - [anon_sym_loop] = ACTIONS(2591), - [anon_sym_match] = ACTIONS(2591), - [anon_sym_mod] = ACTIONS(2591), - [anon_sym_pub] = ACTIONS(2591), - [anon_sym_return] = ACTIONS(2591), - [anon_sym_static] = ACTIONS(2591), - [anon_sym_struct] = ACTIONS(2591), - [anon_sym_trait] = ACTIONS(2591), - [anon_sym_type] = ACTIONS(2591), - [anon_sym_union] = ACTIONS(2591), - [anon_sym_unsafe] = ACTIONS(2591), - [anon_sym_use] = ACTIONS(2591), - [anon_sym_while] = ACTIONS(2591), - [anon_sym_extern] = ACTIONS(2591), - [anon_sym_raw] = ACTIONS(2591), - [anon_sym_yield] = ACTIONS(2591), - [anon_sym_move] = ACTIONS(2591), - [anon_sym_try] = ACTIONS(2591), - [sym_integer_literal] = ACTIONS(2589), - [aux_sym_string_literal_token1] = ACTIONS(2589), - [sym_char_literal] = ACTIONS(2589), - [anon_sym_true] = ACTIONS(2591), - [anon_sym_false] = ACTIONS(2591), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(2591), - [sym_super] = ACTIONS(2591), - [sym_crate] = ACTIONS(2591), - [sym_metavariable] = ACTIONS(2589), - [sym__raw_string_literal_start] = ACTIONS(2589), - [sym_float_literal] = ACTIONS(2589), + [ts_builtin_sym_end] = ACTIONS(2559), + [sym_identifier] = ACTIONS(2561), + [anon_sym_SEMI] = ACTIONS(2559), + [anon_sym_macro_rules_BANG] = ACTIONS(2559), + [anon_sym_LPAREN] = ACTIONS(2559), + [anon_sym_LBRACK] = ACTIONS(2559), + [anon_sym_LBRACE] = ACTIONS(2559), + [anon_sym_RBRACE] = ACTIONS(2559), + [anon_sym_STAR] = ACTIONS(2559), + [anon_sym_u8] = ACTIONS(2561), + [anon_sym_i8] = ACTIONS(2561), + [anon_sym_u16] = ACTIONS(2561), + [anon_sym_i16] = ACTIONS(2561), + [anon_sym_u32] = ACTIONS(2561), + [anon_sym_i32] = ACTIONS(2561), + [anon_sym_u64] = ACTIONS(2561), + [anon_sym_i64] = ACTIONS(2561), + [anon_sym_u128] = ACTIONS(2561), + [anon_sym_i128] = ACTIONS(2561), + [anon_sym_isize] = ACTIONS(2561), + [anon_sym_usize] = ACTIONS(2561), + [anon_sym_f32] = ACTIONS(2561), + [anon_sym_f64] = ACTIONS(2561), + [anon_sym_bool] = ACTIONS(2561), + [anon_sym_str] = ACTIONS(2561), + [anon_sym_char] = ACTIONS(2561), + [anon_sym_DASH] = ACTIONS(2559), + [anon_sym_BANG] = ACTIONS(2559), + [anon_sym_AMP] = ACTIONS(2559), + [anon_sym_PIPE] = ACTIONS(2559), + [anon_sym_LT] = ACTIONS(2559), + [anon_sym_DOT_DOT] = ACTIONS(2559), + [anon_sym_COLON_COLON] = ACTIONS(2559), + [anon_sym_POUND] = ACTIONS(2559), + [anon_sym_SQUOTE] = ACTIONS(2561), + [anon_sym_async] = ACTIONS(2561), + [anon_sym_break] = ACTIONS(2561), + [anon_sym_const] = ACTIONS(2561), + [anon_sym_continue] = ACTIONS(2561), + [anon_sym_default] = ACTIONS(2561), + [anon_sym_enum] = ACTIONS(2561), + [anon_sym_fn] = ACTIONS(2561), + [anon_sym_for] = ACTIONS(2561), + [anon_sym_gen] = ACTIONS(2561), + [anon_sym_if] = ACTIONS(2561), + [anon_sym_impl] = ACTIONS(2561), + [anon_sym_let] = ACTIONS(2561), + [anon_sym_loop] = ACTIONS(2561), + [anon_sym_match] = ACTIONS(2561), + [anon_sym_mod] = ACTIONS(2561), + [anon_sym_pub] = ACTIONS(2561), + [anon_sym_return] = ACTIONS(2561), + [anon_sym_static] = ACTIONS(2561), + [anon_sym_struct] = ACTIONS(2561), + [anon_sym_trait] = ACTIONS(2561), + [anon_sym_type] = ACTIONS(2561), + [anon_sym_union] = ACTIONS(2561), + [anon_sym_unsafe] = ACTIONS(2561), + [anon_sym_use] = ACTIONS(2561), + [anon_sym_while] = ACTIONS(2561), + [anon_sym_extern] = ACTIONS(2561), + [anon_sym_raw] = ACTIONS(2561), + [anon_sym_yield] = ACTIONS(2561), + [anon_sym_move] = ACTIONS(2561), + [anon_sym_try] = ACTIONS(2561), + [sym_integer_literal] = ACTIONS(2559), + [aux_sym_string_literal_token1] = ACTIONS(2559), + [sym_char_literal] = ACTIONS(2559), + [anon_sym_true] = ACTIONS(2561), + [anon_sym_false] = ACTIONS(2561), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2561), + [sym_super] = ACTIONS(2561), + [sym_crate] = ACTIONS(2561), + [sym_metavariable] = ACTIONS(2559), + [sym__raw_string_literal_start] = ACTIONS(2559), + [sym_float_literal] = ACTIONS(2559), }, [STATE(660)] = { [sym_line_comment] = STATE(660), [sym_block_comment] = STATE(660), - [ts_builtin_sym_end] = ACTIONS(2593), - [sym_identifier] = ACTIONS(2595), - [anon_sym_SEMI] = ACTIONS(2593), - [anon_sym_macro_rules_BANG] = ACTIONS(2593), - [anon_sym_LPAREN] = ACTIONS(2593), - [anon_sym_LBRACK] = ACTIONS(2593), - [anon_sym_LBRACE] = ACTIONS(2593), - [anon_sym_RBRACE] = ACTIONS(2593), - [anon_sym_STAR] = ACTIONS(2593), - [anon_sym_u8] = ACTIONS(2595), - [anon_sym_i8] = ACTIONS(2595), - [anon_sym_u16] = ACTIONS(2595), - [anon_sym_i16] = ACTIONS(2595), - [anon_sym_u32] = ACTIONS(2595), - [anon_sym_i32] = ACTIONS(2595), - [anon_sym_u64] = ACTIONS(2595), - [anon_sym_i64] = ACTIONS(2595), - [anon_sym_u128] = ACTIONS(2595), - [anon_sym_i128] = ACTIONS(2595), - [anon_sym_isize] = ACTIONS(2595), - [anon_sym_usize] = ACTIONS(2595), - [anon_sym_f32] = ACTIONS(2595), - [anon_sym_f64] = ACTIONS(2595), - [anon_sym_bool] = ACTIONS(2595), - [anon_sym_str] = ACTIONS(2595), - [anon_sym_char] = ACTIONS(2595), - [anon_sym_DASH] = ACTIONS(2593), - [anon_sym_BANG] = ACTIONS(2593), - [anon_sym_AMP] = ACTIONS(2593), - [anon_sym_PIPE] = ACTIONS(2593), - [anon_sym_LT] = ACTIONS(2593), - [anon_sym_DOT_DOT] = ACTIONS(2593), - [anon_sym_COLON_COLON] = ACTIONS(2593), - [anon_sym_POUND] = ACTIONS(2593), - [anon_sym_SQUOTE] = ACTIONS(2595), - [anon_sym_async] = ACTIONS(2595), - [anon_sym_break] = ACTIONS(2595), - [anon_sym_const] = ACTIONS(2595), - [anon_sym_continue] = ACTIONS(2595), - [anon_sym_default] = ACTIONS(2595), - [anon_sym_enum] = ACTIONS(2595), - [anon_sym_fn] = ACTIONS(2595), - [anon_sym_for] = ACTIONS(2595), - [anon_sym_gen] = ACTIONS(2595), - [anon_sym_if] = ACTIONS(2595), - [anon_sym_impl] = ACTIONS(2595), - [anon_sym_let] = ACTIONS(2595), - [anon_sym_loop] = ACTIONS(2595), - [anon_sym_match] = ACTIONS(2595), - [anon_sym_mod] = ACTIONS(2595), - [anon_sym_pub] = ACTIONS(2595), - [anon_sym_return] = ACTIONS(2595), - [anon_sym_static] = ACTIONS(2595), - [anon_sym_struct] = ACTIONS(2595), - [anon_sym_trait] = ACTIONS(2595), - [anon_sym_type] = ACTIONS(2595), - [anon_sym_union] = ACTIONS(2595), - [anon_sym_unsafe] = ACTIONS(2595), - [anon_sym_use] = ACTIONS(2595), - [anon_sym_while] = ACTIONS(2595), - [anon_sym_extern] = ACTIONS(2595), - [anon_sym_raw] = ACTIONS(2595), - [anon_sym_yield] = ACTIONS(2595), - [anon_sym_move] = ACTIONS(2595), - [anon_sym_try] = ACTIONS(2595), - [sym_integer_literal] = ACTIONS(2593), - [aux_sym_string_literal_token1] = ACTIONS(2593), - [sym_char_literal] = ACTIONS(2593), - [anon_sym_true] = ACTIONS(2595), - [anon_sym_false] = ACTIONS(2595), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(2595), - [sym_super] = ACTIONS(2595), - [sym_crate] = ACTIONS(2595), - [sym_metavariable] = ACTIONS(2593), - [sym__raw_string_literal_start] = ACTIONS(2593), - [sym_float_literal] = ACTIONS(2593), + [ts_builtin_sym_end] = ACTIONS(2563), + [sym_identifier] = ACTIONS(2565), + [anon_sym_SEMI] = ACTIONS(2563), + [anon_sym_macro_rules_BANG] = ACTIONS(2563), + [anon_sym_LPAREN] = ACTIONS(2563), + [anon_sym_LBRACK] = ACTIONS(2563), + [anon_sym_LBRACE] = ACTIONS(2563), + [anon_sym_RBRACE] = ACTIONS(2563), + [anon_sym_STAR] = ACTIONS(2563), + [anon_sym_u8] = ACTIONS(2565), + [anon_sym_i8] = ACTIONS(2565), + [anon_sym_u16] = ACTIONS(2565), + [anon_sym_i16] = ACTIONS(2565), + [anon_sym_u32] = ACTIONS(2565), + [anon_sym_i32] = ACTIONS(2565), + [anon_sym_u64] = ACTIONS(2565), + [anon_sym_i64] = ACTIONS(2565), + [anon_sym_u128] = ACTIONS(2565), + [anon_sym_i128] = ACTIONS(2565), + [anon_sym_isize] = ACTIONS(2565), + [anon_sym_usize] = ACTIONS(2565), + [anon_sym_f32] = ACTIONS(2565), + [anon_sym_f64] = ACTIONS(2565), + [anon_sym_bool] = ACTIONS(2565), + [anon_sym_str] = ACTIONS(2565), + [anon_sym_char] = ACTIONS(2565), + [anon_sym_DASH] = ACTIONS(2563), + [anon_sym_BANG] = ACTIONS(2563), + [anon_sym_AMP] = ACTIONS(2563), + [anon_sym_PIPE] = ACTIONS(2563), + [anon_sym_LT] = ACTIONS(2563), + [anon_sym_DOT_DOT] = ACTIONS(2563), + [anon_sym_COLON_COLON] = ACTIONS(2563), + [anon_sym_POUND] = ACTIONS(2563), + [anon_sym_SQUOTE] = ACTIONS(2565), + [anon_sym_async] = ACTIONS(2565), + [anon_sym_break] = ACTIONS(2565), + [anon_sym_const] = ACTIONS(2565), + [anon_sym_continue] = ACTIONS(2565), + [anon_sym_default] = ACTIONS(2565), + [anon_sym_enum] = ACTIONS(2565), + [anon_sym_fn] = ACTIONS(2565), + [anon_sym_for] = ACTIONS(2565), + [anon_sym_gen] = ACTIONS(2565), + [anon_sym_if] = ACTIONS(2565), + [anon_sym_impl] = ACTIONS(2565), + [anon_sym_let] = ACTIONS(2565), + [anon_sym_loop] = ACTIONS(2565), + [anon_sym_match] = ACTIONS(2565), + [anon_sym_mod] = ACTIONS(2565), + [anon_sym_pub] = ACTIONS(2565), + [anon_sym_return] = ACTIONS(2565), + [anon_sym_static] = ACTIONS(2565), + [anon_sym_struct] = ACTIONS(2565), + [anon_sym_trait] = ACTIONS(2565), + [anon_sym_type] = ACTIONS(2565), + [anon_sym_union] = ACTIONS(2565), + [anon_sym_unsafe] = ACTIONS(2565), + [anon_sym_use] = ACTIONS(2565), + [anon_sym_while] = ACTIONS(2565), + [anon_sym_extern] = ACTIONS(2565), + [anon_sym_raw] = ACTIONS(2565), + [anon_sym_yield] = ACTIONS(2565), + [anon_sym_move] = ACTIONS(2565), + [anon_sym_try] = ACTIONS(2565), + [sym_integer_literal] = ACTIONS(2563), + [aux_sym_string_literal_token1] = ACTIONS(2563), + [sym_char_literal] = ACTIONS(2563), + [anon_sym_true] = ACTIONS(2565), + [anon_sym_false] = ACTIONS(2565), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2565), + [sym_super] = ACTIONS(2565), + [sym_crate] = ACTIONS(2565), + [sym_metavariable] = ACTIONS(2563), + [sym__raw_string_literal_start] = ACTIONS(2563), + [sym_float_literal] = ACTIONS(2563), }, [STATE(661)] = { [sym_line_comment] = STATE(661), [sym_block_comment] = STATE(661), - [ts_builtin_sym_end] = ACTIONS(2597), - [sym_identifier] = ACTIONS(2599), - [anon_sym_SEMI] = ACTIONS(2597), - [anon_sym_macro_rules_BANG] = ACTIONS(2597), - [anon_sym_LPAREN] = ACTIONS(2597), - [anon_sym_LBRACK] = ACTIONS(2597), - [anon_sym_LBRACE] = ACTIONS(2597), - [anon_sym_RBRACE] = ACTIONS(2597), - [anon_sym_STAR] = ACTIONS(2597), - [anon_sym_u8] = ACTIONS(2599), - [anon_sym_i8] = ACTIONS(2599), - [anon_sym_u16] = ACTIONS(2599), - [anon_sym_i16] = ACTIONS(2599), - [anon_sym_u32] = ACTIONS(2599), - [anon_sym_i32] = ACTIONS(2599), - [anon_sym_u64] = ACTIONS(2599), - [anon_sym_i64] = ACTIONS(2599), - [anon_sym_u128] = ACTIONS(2599), - [anon_sym_i128] = ACTIONS(2599), - [anon_sym_isize] = ACTIONS(2599), - [anon_sym_usize] = ACTIONS(2599), - [anon_sym_f32] = ACTIONS(2599), - [anon_sym_f64] = ACTIONS(2599), - [anon_sym_bool] = ACTIONS(2599), - [anon_sym_str] = ACTIONS(2599), - [anon_sym_char] = ACTIONS(2599), - [anon_sym_DASH] = ACTIONS(2597), - [anon_sym_BANG] = ACTIONS(2597), - [anon_sym_AMP] = ACTIONS(2597), - [anon_sym_PIPE] = ACTIONS(2597), - [anon_sym_LT] = ACTIONS(2597), - [anon_sym_DOT_DOT] = ACTIONS(2597), - [anon_sym_COLON_COLON] = ACTIONS(2597), - [anon_sym_POUND] = ACTIONS(2597), - [anon_sym_SQUOTE] = ACTIONS(2599), - [anon_sym_async] = ACTIONS(2599), - [anon_sym_break] = ACTIONS(2599), - [anon_sym_const] = ACTIONS(2599), - [anon_sym_continue] = ACTIONS(2599), - [anon_sym_default] = ACTIONS(2599), - [anon_sym_enum] = ACTIONS(2599), - [anon_sym_fn] = ACTIONS(2599), - [anon_sym_for] = ACTIONS(2599), - [anon_sym_gen] = ACTIONS(2599), - [anon_sym_if] = ACTIONS(2599), - [anon_sym_impl] = ACTIONS(2599), - [anon_sym_let] = ACTIONS(2599), - [anon_sym_loop] = ACTIONS(2599), - [anon_sym_match] = ACTIONS(2599), - [anon_sym_mod] = ACTIONS(2599), - [anon_sym_pub] = ACTIONS(2599), - [anon_sym_return] = ACTIONS(2599), - [anon_sym_static] = ACTIONS(2599), - [anon_sym_struct] = ACTIONS(2599), - [anon_sym_trait] = ACTIONS(2599), - [anon_sym_type] = ACTIONS(2599), - [anon_sym_union] = ACTIONS(2599), - [anon_sym_unsafe] = ACTIONS(2599), - [anon_sym_use] = ACTIONS(2599), - [anon_sym_while] = ACTIONS(2599), - [anon_sym_extern] = ACTIONS(2599), - [anon_sym_raw] = ACTIONS(2599), - [anon_sym_yield] = ACTIONS(2599), - [anon_sym_move] = ACTIONS(2599), - [anon_sym_try] = ACTIONS(2599), - [sym_integer_literal] = ACTIONS(2597), - [aux_sym_string_literal_token1] = ACTIONS(2597), - [sym_char_literal] = ACTIONS(2597), - [anon_sym_true] = ACTIONS(2599), - [anon_sym_false] = ACTIONS(2599), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(2599), - [sym_super] = ACTIONS(2599), - [sym_crate] = ACTIONS(2599), - [sym_metavariable] = ACTIONS(2597), - [sym__raw_string_literal_start] = ACTIONS(2597), - [sym_float_literal] = ACTIONS(2597), + [ts_builtin_sym_end] = ACTIONS(2567), + [sym_identifier] = ACTIONS(2569), + [anon_sym_SEMI] = ACTIONS(2567), + [anon_sym_macro_rules_BANG] = ACTIONS(2567), + [anon_sym_LPAREN] = ACTIONS(2567), + [anon_sym_LBRACK] = ACTIONS(2567), + [anon_sym_LBRACE] = ACTIONS(2567), + [anon_sym_RBRACE] = ACTIONS(2567), + [anon_sym_STAR] = ACTIONS(2567), + [anon_sym_u8] = ACTIONS(2569), + [anon_sym_i8] = ACTIONS(2569), + [anon_sym_u16] = ACTIONS(2569), + [anon_sym_i16] = ACTIONS(2569), + [anon_sym_u32] = ACTIONS(2569), + [anon_sym_i32] = ACTIONS(2569), + [anon_sym_u64] = ACTIONS(2569), + [anon_sym_i64] = ACTIONS(2569), + [anon_sym_u128] = ACTIONS(2569), + [anon_sym_i128] = ACTIONS(2569), + [anon_sym_isize] = ACTIONS(2569), + [anon_sym_usize] = ACTIONS(2569), + [anon_sym_f32] = ACTIONS(2569), + [anon_sym_f64] = ACTIONS(2569), + [anon_sym_bool] = ACTIONS(2569), + [anon_sym_str] = ACTIONS(2569), + [anon_sym_char] = ACTIONS(2569), + [anon_sym_DASH] = ACTIONS(2567), + [anon_sym_BANG] = ACTIONS(2567), + [anon_sym_AMP] = ACTIONS(2567), + [anon_sym_PIPE] = ACTIONS(2567), + [anon_sym_LT] = ACTIONS(2567), + [anon_sym_DOT_DOT] = ACTIONS(2567), + [anon_sym_COLON_COLON] = ACTIONS(2567), + [anon_sym_POUND] = ACTIONS(2567), + [anon_sym_SQUOTE] = ACTIONS(2569), + [anon_sym_async] = ACTIONS(2569), + [anon_sym_break] = ACTIONS(2569), + [anon_sym_const] = ACTIONS(2569), + [anon_sym_continue] = ACTIONS(2569), + [anon_sym_default] = ACTIONS(2569), + [anon_sym_enum] = ACTIONS(2569), + [anon_sym_fn] = ACTIONS(2569), + [anon_sym_for] = ACTIONS(2569), + [anon_sym_gen] = ACTIONS(2569), + [anon_sym_if] = ACTIONS(2569), + [anon_sym_impl] = ACTIONS(2569), + [anon_sym_let] = ACTIONS(2569), + [anon_sym_loop] = ACTIONS(2569), + [anon_sym_match] = ACTIONS(2569), + [anon_sym_mod] = ACTIONS(2569), + [anon_sym_pub] = ACTIONS(2569), + [anon_sym_return] = ACTIONS(2569), + [anon_sym_static] = ACTIONS(2569), + [anon_sym_struct] = ACTIONS(2569), + [anon_sym_trait] = ACTIONS(2569), + [anon_sym_type] = ACTIONS(2569), + [anon_sym_union] = ACTIONS(2569), + [anon_sym_unsafe] = ACTIONS(2569), + [anon_sym_use] = ACTIONS(2569), + [anon_sym_while] = ACTIONS(2569), + [anon_sym_extern] = ACTIONS(2569), + [anon_sym_raw] = ACTIONS(2569), + [anon_sym_yield] = ACTIONS(2569), + [anon_sym_move] = ACTIONS(2569), + [anon_sym_try] = ACTIONS(2569), + [sym_integer_literal] = ACTIONS(2567), + [aux_sym_string_literal_token1] = ACTIONS(2567), + [sym_char_literal] = ACTIONS(2567), + [anon_sym_true] = ACTIONS(2569), + [anon_sym_false] = ACTIONS(2569), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2569), + [sym_super] = ACTIONS(2569), + [sym_crate] = ACTIONS(2569), + [sym_metavariable] = ACTIONS(2567), + [sym__raw_string_literal_start] = ACTIONS(2567), + [sym_float_literal] = ACTIONS(2567), }, [STATE(662)] = { [sym_line_comment] = STATE(662), [sym_block_comment] = STATE(662), - [ts_builtin_sym_end] = ACTIONS(2601), - [sym_identifier] = ACTIONS(2603), - [anon_sym_SEMI] = ACTIONS(2601), - [anon_sym_macro_rules_BANG] = ACTIONS(2601), - [anon_sym_LPAREN] = ACTIONS(2601), - [anon_sym_LBRACK] = ACTIONS(2601), - [anon_sym_LBRACE] = ACTIONS(2601), - [anon_sym_RBRACE] = ACTIONS(2601), - [anon_sym_STAR] = ACTIONS(2601), - [anon_sym_u8] = ACTIONS(2603), - [anon_sym_i8] = ACTIONS(2603), - [anon_sym_u16] = ACTIONS(2603), - [anon_sym_i16] = ACTIONS(2603), - [anon_sym_u32] = ACTIONS(2603), - [anon_sym_i32] = ACTIONS(2603), - [anon_sym_u64] = ACTIONS(2603), - [anon_sym_i64] = ACTIONS(2603), - [anon_sym_u128] = ACTIONS(2603), - [anon_sym_i128] = ACTIONS(2603), - [anon_sym_isize] = ACTIONS(2603), - [anon_sym_usize] = ACTIONS(2603), - [anon_sym_f32] = ACTIONS(2603), - [anon_sym_f64] = ACTIONS(2603), - [anon_sym_bool] = ACTIONS(2603), - [anon_sym_str] = ACTIONS(2603), - [anon_sym_char] = ACTIONS(2603), - [anon_sym_DASH] = ACTIONS(2601), - [anon_sym_BANG] = ACTIONS(2601), - [anon_sym_AMP] = ACTIONS(2601), - [anon_sym_PIPE] = ACTIONS(2601), - [anon_sym_LT] = ACTIONS(2601), - [anon_sym_DOT_DOT] = ACTIONS(2601), - [anon_sym_COLON_COLON] = ACTIONS(2601), - [anon_sym_POUND] = ACTIONS(2601), - [anon_sym_SQUOTE] = ACTIONS(2603), - [anon_sym_async] = ACTIONS(2603), - [anon_sym_break] = ACTIONS(2603), - [anon_sym_const] = ACTIONS(2603), - [anon_sym_continue] = ACTIONS(2603), - [anon_sym_default] = ACTIONS(2603), - [anon_sym_enum] = ACTIONS(2603), - [anon_sym_fn] = ACTIONS(2603), - [anon_sym_for] = ACTIONS(2603), - [anon_sym_gen] = ACTIONS(2603), - [anon_sym_if] = ACTIONS(2603), - [anon_sym_impl] = ACTIONS(2603), - [anon_sym_let] = ACTIONS(2603), - [anon_sym_loop] = ACTIONS(2603), - [anon_sym_match] = ACTIONS(2603), - [anon_sym_mod] = ACTIONS(2603), - [anon_sym_pub] = ACTIONS(2603), - [anon_sym_return] = ACTIONS(2603), - [anon_sym_static] = ACTIONS(2603), - [anon_sym_struct] = ACTIONS(2603), - [anon_sym_trait] = ACTIONS(2603), - [anon_sym_type] = ACTIONS(2603), - [anon_sym_union] = ACTIONS(2603), - [anon_sym_unsafe] = ACTIONS(2603), - [anon_sym_use] = ACTIONS(2603), - [anon_sym_while] = ACTIONS(2603), - [anon_sym_extern] = ACTIONS(2603), - [anon_sym_raw] = ACTIONS(2603), - [anon_sym_yield] = ACTIONS(2603), - [anon_sym_move] = ACTIONS(2603), - [anon_sym_try] = ACTIONS(2603), - [sym_integer_literal] = ACTIONS(2601), - [aux_sym_string_literal_token1] = ACTIONS(2601), - [sym_char_literal] = ACTIONS(2601), - [anon_sym_true] = ACTIONS(2603), - [anon_sym_false] = ACTIONS(2603), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(2603), - [sym_super] = ACTIONS(2603), - [sym_crate] = ACTIONS(2603), - [sym_metavariable] = ACTIONS(2601), - [sym__raw_string_literal_start] = ACTIONS(2601), - [sym_float_literal] = ACTIONS(2601), + [ts_builtin_sym_end] = ACTIONS(2571), + [sym_identifier] = ACTIONS(2573), + [anon_sym_SEMI] = ACTIONS(2571), + [anon_sym_macro_rules_BANG] = ACTIONS(2571), + [anon_sym_LPAREN] = ACTIONS(2571), + [anon_sym_LBRACK] = ACTIONS(2571), + [anon_sym_LBRACE] = ACTIONS(2571), + [anon_sym_RBRACE] = ACTIONS(2571), + [anon_sym_STAR] = ACTIONS(2571), + [anon_sym_u8] = ACTIONS(2573), + [anon_sym_i8] = ACTIONS(2573), + [anon_sym_u16] = ACTIONS(2573), + [anon_sym_i16] = ACTIONS(2573), + [anon_sym_u32] = ACTIONS(2573), + [anon_sym_i32] = ACTIONS(2573), + [anon_sym_u64] = ACTIONS(2573), + [anon_sym_i64] = ACTIONS(2573), + [anon_sym_u128] = ACTIONS(2573), + [anon_sym_i128] = ACTIONS(2573), + [anon_sym_isize] = ACTIONS(2573), + [anon_sym_usize] = ACTIONS(2573), + [anon_sym_f32] = ACTIONS(2573), + [anon_sym_f64] = ACTIONS(2573), + [anon_sym_bool] = ACTIONS(2573), + [anon_sym_str] = ACTIONS(2573), + [anon_sym_char] = ACTIONS(2573), + [anon_sym_DASH] = ACTIONS(2571), + [anon_sym_BANG] = ACTIONS(2571), + [anon_sym_AMP] = ACTIONS(2571), + [anon_sym_PIPE] = ACTIONS(2571), + [anon_sym_LT] = ACTIONS(2571), + [anon_sym_DOT_DOT] = ACTIONS(2571), + [anon_sym_COLON_COLON] = ACTIONS(2571), + [anon_sym_POUND] = ACTIONS(2571), + [anon_sym_SQUOTE] = ACTIONS(2573), + [anon_sym_async] = ACTIONS(2573), + [anon_sym_break] = ACTIONS(2573), + [anon_sym_const] = ACTIONS(2573), + [anon_sym_continue] = ACTIONS(2573), + [anon_sym_default] = ACTIONS(2573), + [anon_sym_enum] = ACTIONS(2573), + [anon_sym_fn] = ACTIONS(2573), + [anon_sym_for] = ACTIONS(2573), + [anon_sym_gen] = ACTIONS(2573), + [anon_sym_if] = ACTIONS(2573), + [anon_sym_impl] = ACTIONS(2573), + [anon_sym_let] = ACTIONS(2573), + [anon_sym_loop] = ACTIONS(2573), + [anon_sym_match] = ACTIONS(2573), + [anon_sym_mod] = ACTIONS(2573), + [anon_sym_pub] = ACTIONS(2573), + [anon_sym_return] = ACTIONS(2573), + [anon_sym_static] = ACTIONS(2573), + [anon_sym_struct] = ACTIONS(2573), + [anon_sym_trait] = ACTIONS(2573), + [anon_sym_type] = ACTIONS(2573), + [anon_sym_union] = ACTIONS(2573), + [anon_sym_unsafe] = ACTIONS(2573), + [anon_sym_use] = ACTIONS(2573), + [anon_sym_while] = ACTIONS(2573), + [anon_sym_extern] = ACTIONS(2573), + [anon_sym_raw] = ACTIONS(2573), + [anon_sym_yield] = ACTIONS(2573), + [anon_sym_move] = ACTIONS(2573), + [anon_sym_try] = ACTIONS(2573), + [sym_integer_literal] = ACTIONS(2571), + [aux_sym_string_literal_token1] = ACTIONS(2571), + [sym_char_literal] = ACTIONS(2571), + [anon_sym_true] = ACTIONS(2573), + [anon_sym_false] = ACTIONS(2573), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2573), + [sym_super] = ACTIONS(2573), + [sym_crate] = ACTIONS(2573), + [sym_metavariable] = ACTIONS(2571), + [sym__raw_string_literal_start] = ACTIONS(2571), + [sym_float_literal] = ACTIONS(2571), }, [STATE(663)] = { [sym_line_comment] = STATE(663), [sym_block_comment] = STATE(663), - [ts_builtin_sym_end] = ACTIONS(2605), - [sym_identifier] = ACTIONS(2607), - [anon_sym_SEMI] = ACTIONS(2605), - [anon_sym_macro_rules_BANG] = ACTIONS(2605), - [anon_sym_LPAREN] = ACTIONS(2605), - [anon_sym_LBRACK] = ACTIONS(2605), - [anon_sym_LBRACE] = ACTIONS(2605), - [anon_sym_RBRACE] = ACTIONS(2605), - [anon_sym_STAR] = ACTIONS(2605), - [anon_sym_u8] = ACTIONS(2607), - [anon_sym_i8] = ACTIONS(2607), - [anon_sym_u16] = ACTIONS(2607), - [anon_sym_i16] = ACTIONS(2607), - [anon_sym_u32] = ACTIONS(2607), - [anon_sym_i32] = ACTIONS(2607), - [anon_sym_u64] = ACTIONS(2607), - [anon_sym_i64] = ACTIONS(2607), - [anon_sym_u128] = ACTIONS(2607), - [anon_sym_i128] = ACTIONS(2607), - [anon_sym_isize] = ACTIONS(2607), - [anon_sym_usize] = ACTIONS(2607), - [anon_sym_f32] = ACTIONS(2607), - [anon_sym_f64] = ACTIONS(2607), - [anon_sym_bool] = ACTIONS(2607), - [anon_sym_str] = ACTIONS(2607), - [anon_sym_char] = ACTIONS(2607), - [anon_sym_DASH] = ACTIONS(2605), - [anon_sym_BANG] = ACTIONS(2605), - [anon_sym_AMP] = ACTIONS(2605), - [anon_sym_PIPE] = ACTIONS(2605), - [anon_sym_LT] = ACTIONS(2605), - [anon_sym_DOT_DOT] = ACTIONS(2605), - [anon_sym_COLON_COLON] = ACTIONS(2605), - [anon_sym_POUND] = ACTIONS(2605), - [anon_sym_SQUOTE] = ACTIONS(2607), - [anon_sym_async] = ACTIONS(2607), - [anon_sym_break] = ACTIONS(2607), - [anon_sym_const] = ACTIONS(2607), - [anon_sym_continue] = ACTIONS(2607), - [anon_sym_default] = ACTIONS(2607), - [anon_sym_enum] = ACTIONS(2607), - [anon_sym_fn] = ACTIONS(2607), - [anon_sym_for] = ACTIONS(2607), - [anon_sym_gen] = ACTIONS(2607), - [anon_sym_if] = ACTIONS(2607), - [anon_sym_impl] = ACTIONS(2607), - [anon_sym_let] = ACTIONS(2607), - [anon_sym_loop] = ACTIONS(2607), - [anon_sym_match] = ACTIONS(2607), - [anon_sym_mod] = ACTIONS(2607), - [anon_sym_pub] = ACTIONS(2607), - [anon_sym_return] = ACTIONS(2607), - [anon_sym_static] = ACTIONS(2607), - [anon_sym_struct] = ACTIONS(2607), - [anon_sym_trait] = ACTIONS(2607), - [anon_sym_type] = ACTIONS(2607), - [anon_sym_union] = ACTIONS(2607), - [anon_sym_unsafe] = ACTIONS(2607), - [anon_sym_use] = ACTIONS(2607), - [anon_sym_while] = ACTIONS(2607), - [anon_sym_extern] = ACTIONS(2607), - [anon_sym_raw] = ACTIONS(2607), - [anon_sym_yield] = ACTIONS(2607), - [anon_sym_move] = ACTIONS(2607), - [anon_sym_try] = ACTIONS(2607), - [sym_integer_literal] = ACTIONS(2605), - [aux_sym_string_literal_token1] = ACTIONS(2605), - [sym_char_literal] = ACTIONS(2605), - [anon_sym_true] = ACTIONS(2607), - [anon_sym_false] = ACTIONS(2607), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(2607), - [sym_super] = ACTIONS(2607), - [sym_crate] = ACTIONS(2607), - [sym_metavariable] = ACTIONS(2605), - [sym__raw_string_literal_start] = ACTIONS(2605), - [sym_float_literal] = ACTIONS(2605), + [ts_builtin_sym_end] = ACTIONS(2575), + [sym_identifier] = ACTIONS(2577), + [anon_sym_SEMI] = ACTIONS(2575), + [anon_sym_macro_rules_BANG] = ACTIONS(2575), + [anon_sym_LPAREN] = ACTIONS(2575), + [anon_sym_LBRACK] = ACTIONS(2575), + [anon_sym_LBRACE] = ACTIONS(2575), + [anon_sym_RBRACE] = ACTIONS(2575), + [anon_sym_STAR] = ACTIONS(2575), + [anon_sym_u8] = ACTIONS(2577), + [anon_sym_i8] = ACTIONS(2577), + [anon_sym_u16] = ACTIONS(2577), + [anon_sym_i16] = ACTIONS(2577), + [anon_sym_u32] = ACTIONS(2577), + [anon_sym_i32] = ACTIONS(2577), + [anon_sym_u64] = ACTIONS(2577), + [anon_sym_i64] = ACTIONS(2577), + [anon_sym_u128] = ACTIONS(2577), + [anon_sym_i128] = ACTIONS(2577), + [anon_sym_isize] = ACTIONS(2577), + [anon_sym_usize] = ACTIONS(2577), + [anon_sym_f32] = ACTIONS(2577), + [anon_sym_f64] = ACTIONS(2577), + [anon_sym_bool] = ACTIONS(2577), + [anon_sym_str] = ACTIONS(2577), + [anon_sym_char] = ACTIONS(2577), + [anon_sym_DASH] = ACTIONS(2575), + [anon_sym_BANG] = ACTIONS(2575), + [anon_sym_AMP] = ACTIONS(2575), + [anon_sym_PIPE] = ACTIONS(2575), + [anon_sym_LT] = ACTIONS(2575), + [anon_sym_DOT_DOT] = ACTIONS(2575), + [anon_sym_COLON_COLON] = ACTIONS(2575), + [anon_sym_POUND] = ACTIONS(2575), + [anon_sym_SQUOTE] = ACTIONS(2577), + [anon_sym_async] = ACTIONS(2577), + [anon_sym_break] = ACTIONS(2577), + [anon_sym_const] = ACTIONS(2577), + [anon_sym_continue] = ACTIONS(2577), + [anon_sym_default] = ACTIONS(2577), + [anon_sym_enum] = ACTIONS(2577), + [anon_sym_fn] = ACTIONS(2577), + [anon_sym_for] = ACTIONS(2577), + [anon_sym_gen] = ACTIONS(2577), + [anon_sym_if] = ACTIONS(2577), + [anon_sym_impl] = ACTIONS(2577), + [anon_sym_let] = ACTIONS(2577), + [anon_sym_loop] = ACTIONS(2577), + [anon_sym_match] = ACTIONS(2577), + [anon_sym_mod] = ACTIONS(2577), + [anon_sym_pub] = ACTIONS(2577), + [anon_sym_return] = ACTIONS(2577), + [anon_sym_static] = ACTIONS(2577), + [anon_sym_struct] = ACTIONS(2577), + [anon_sym_trait] = ACTIONS(2577), + [anon_sym_type] = ACTIONS(2577), + [anon_sym_union] = ACTIONS(2577), + [anon_sym_unsafe] = ACTIONS(2577), + [anon_sym_use] = ACTIONS(2577), + [anon_sym_while] = ACTIONS(2577), + [anon_sym_extern] = ACTIONS(2577), + [anon_sym_raw] = ACTIONS(2577), + [anon_sym_yield] = ACTIONS(2577), + [anon_sym_move] = ACTIONS(2577), + [anon_sym_try] = ACTIONS(2577), + [sym_integer_literal] = ACTIONS(2575), + [aux_sym_string_literal_token1] = ACTIONS(2575), + [sym_char_literal] = ACTIONS(2575), + [anon_sym_true] = ACTIONS(2577), + [anon_sym_false] = ACTIONS(2577), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2577), + [sym_super] = ACTIONS(2577), + [sym_crate] = ACTIONS(2577), + [sym_metavariable] = ACTIONS(2575), + [sym__raw_string_literal_start] = ACTIONS(2575), + [sym_float_literal] = ACTIONS(2575), }, [STATE(664)] = { [sym_line_comment] = STATE(664), [sym_block_comment] = STATE(664), - [ts_builtin_sym_end] = ACTIONS(2609), - [sym_identifier] = ACTIONS(2611), - [anon_sym_SEMI] = ACTIONS(2609), - [anon_sym_macro_rules_BANG] = ACTIONS(2609), - [anon_sym_LPAREN] = ACTIONS(2609), - [anon_sym_LBRACK] = ACTIONS(2609), - [anon_sym_LBRACE] = ACTIONS(2609), - [anon_sym_RBRACE] = ACTIONS(2609), - [anon_sym_STAR] = ACTIONS(2609), - [anon_sym_u8] = ACTIONS(2611), - [anon_sym_i8] = ACTIONS(2611), - [anon_sym_u16] = ACTIONS(2611), - [anon_sym_i16] = ACTIONS(2611), - [anon_sym_u32] = ACTIONS(2611), - [anon_sym_i32] = ACTIONS(2611), - [anon_sym_u64] = ACTIONS(2611), - [anon_sym_i64] = ACTIONS(2611), - [anon_sym_u128] = ACTIONS(2611), - [anon_sym_i128] = ACTIONS(2611), - [anon_sym_isize] = ACTIONS(2611), - [anon_sym_usize] = ACTIONS(2611), - [anon_sym_f32] = ACTIONS(2611), - [anon_sym_f64] = ACTIONS(2611), - [anon_sym_bool] = ACTIONS(2611), - [anon_sym_str] = ACTIONS(2611), - [anon_sym_char] = ACTIONS(2611), - [anon_sym_DASH] = ACTIONS(2609), - [anon_sym_BANG] = ACTIONS(2609), - [anon_sym_AMP] = ACTIONS(2609), - [anon_sym_PIPE] = ACTIONS(2609), - [anon_sym_LT] = ACTIONS(2609), - [anon_sym_DOT_DOT] = ACTIONS(2609), - [anon_sym_COLON_COLON] = ACTIONS(2609), - [anon_sym_POUND] = ACTIONS(2609), - [anon_sym_SQUOTE] = ACTIONS(2611), - [anon_sym_async] = ACTIONS(2611), - [anon_sym_break] = ACTIONS(2611), - [anon_sym_const] = ACTIONS(2611), - [anon_sym_continue] = ACTIONS(2611), - [anon_sym_default] = ACTIONS(2611), - [anon_sym_enum] = ACTIONS(2611), - [anon_sym_fn] = ACTIONS(2611), - [anon_sym_for] = ACTIONS(2611), - [anon_sym_gen] = ACTIONS(2611), - [anon_sym_if] = ACTIONS(2611), - [anon_sym_impl] = ACTIONS(2611), - [anon_sym_let] = ACTIONS(2611), - [anon_sym_loop] = ACTIONS(2611), - [anon_sym_match] = ACTIONS(2611), - [anon_sym_mod] = ACTIONS(2611), - [anon_sym_pub] = ACTIONS(2611), - [anon_sym_return] = ACTIONS(2611), - [anon_sym_static] = ACTIONS(2611), - [anon_sym_struct] = ACTIONS(2611), - [anon_sym_trait] = ACTIONS(2611), - [anon_sym_type] = ACTIONS(2611), - [anon_sym_union] = ACTIONS(2611), - [anon_sym_unsafe] = ACTIONS(2611), - [anon_sym_use] = ACTIONS(2611), - [anon_sym_while] = ACTIONS(2611), - [anon_sym_extern] = ACTIONS(2611), - [anon_sym_raw] = ACTIONS(2611), - [anon_sym_yield] = ACTIONS(2611), - [anon_sym_move] = ACTIONS(2611), - [anon_sym_try] = ACTIONS(2611), - [sym_integer_literal] = ACTIONS(2609), - [aux_sym_string_literal_token1] = ACTIONS(2609), - [sym_char_literal] = ACTIONS(2609), - [anon_sym_true] = ACTIONS(2611), - [anon_sym_false] = ACTIONS(2611), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(2611), - [sym_super] = ACTIONS(2611), - [sym_crate] = ACTIONS(2611), - [sym_metavariable] = ACTIONS(2609), - [sym__raw_string_literal_start] = ACTIONS(2609), - [sym_float_literal] = ACTIONS(2609), + [ts_builtin_sym_end] = ACTIONS(2579), + [sym_identifier] = ACTIONS(2581), + [anon_sym_SEMI] = ACTIONS(2579), + [anon_sym_macro_rules_BANG] = ACTIONS(2579), + [anon_sym_LPAREN] = ACTIONS(2579), + [anon_sym_LBRACK] = ACTIONS(2579), + [anon_sym_LBRACE] = ACTIONS(2579), + [anon_sym_RBRACE] = ACTIONS(2579), + [anon_sym_STAR] = ACTIONS(2579), + [anon_sym_u8] = ACTIONS(2581), + [anon_sym_i8] = ACTIONS(2581), + [anon_sym_u16] = ACTIONS(2581), + [anon_sym_i16] = ACTIONS(2581), + [anon_sym_u32] = ACTIONS(2581), + [anon_sym_i32] = ACTIONS(2581), + [anon_sym_u64] = ACTIONS(2581), + [anon_sym_i64] = ACTIONS(2581), + [anon_sym_u128] = ACTIONS(2581), + [anon_sym_i128] = ACTIONS(2581), + [anon_sym_isize] = ACTIONS(2581), + [anon_sym_usize] = ACTIONS(2581), + [anon_sym_f32] = ACTIONS(2581), + [anon_sym_f64] = ACTIONS(2581), + [anon_sym_bool] = ACTIONS(2581), + [anon_sym_str] = ACTIONS(2581), + [anon_sym_char] = ACTIONS(2581), + [anon_sym_DASH] = ACTIONS(2579), + [anon_sym_BANG] = ACTIONS(2579), + [anon_sym_AMP] = ACTIONS(2579), + [anon_sym_PIPE] = ACTIONS(2579), + [anon_sym_LT] = ACTIONS(2579), + [anon_sym_DOT_DOT] = ACTIONS(2579), + [anon_sym_COLON_COLON] = ACTIONS(2579), + [anon_sym_POUND] = ACTIONS(2579), + [anon_sym_SQUOTE] = ACTIONS(2581), + [anon_sym_async] = ACTIONS(2581), + [anon_sym_break] = ACTIONS(2581), + [anon_sym_const] = ACTIONS(2581), + [anon_sym_continue] = ACTIONS(2581), + [anon_sym_default] = ACTIONS(2581), + [anon_sym_enum] = ACTIONS(2581), + [anon_sym_fn] = ACTIONS(2581), + [anon_sym_for] = ACTIONS(2581), + [anon_sym_gen] = ACTIONS(2581), + [anon_sym_if] = ACTIONS(2581), + [anon_sym_impl] = ACTIONS(2581), + [anon_sym_let] = ACTIONS(2581), + [anon_sym_loop] = ACTIONS(2581), + [anon_sym_match] = ACTIONS(2581), + [anon_sym_mod] = ACTIONS(2581), + [anon_sym_pub] = ACTIONS(2581), + [anon_sym_return] = ACTIONS(2581), + [anon_sym_static] = ACTIONS(2581), + [anon_sym_struct] = ACTIONS(2581), + [anon_sym_trait] = ACTIONS(2581), + [anon_sym_type] = ACTIONS(2581), + [anon_sym_union] = ACTIONS(2581), + [anon_sym_unsafe] = ACTIONS(2581), + [anon_sym_use] = ACTIONS(2581), + [anon_sym_while] = ACTIONS(2581), + [anon_sym_extern] = ACTIONS(2581), + [anon_sym_raw] = ACTIONS(2581), + [anon_sym_yield] = ACTIONS(2581), + [anon_sym_move] = ACTIONS(2581), + [anon_sym_try] = ACTIONS(2581), + [sym_integer_literal] = ACTIONS(2579), + [aux_sym_string_literal_token1] = ACTIONS(2579), + [sym_char_literal] = ACTIONS(2579), + [anon_sym_true] = ACTIONS(2581), + [anon_sym_false] = ACTIONS(2581), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2581), + [sym_super] = ACTIONS(2581), + [sym_crate] = ACTIONS(2581), + [sym_metavariable] = ACTIONS(2579), + [sym__raw_string_literal_start] = ACTIONS(2579), + [sym_float_literal] = ACTIONS(2579), }, [STATE(665)] = { [sym_line_comment] = STATE(665), [sym_block_comment] = STATE(665), - [ts_builtin_sym_end] = ACTIONS(2613), - [sym_identifier] = ACTIONS(2615), - [anon_sym_SEMI] = ACTIONS(2613), - [anon_sym_macro_rules_BANG] = ACTIONS(2613), - [anon_sym_LPAREN] = ACTIONS(2613), - [anon_sym_LBRACK] = ACTIONS(2613), - [anon_sym_LBRACE] = ACTIONS(2613), - [anon_sym_RBRACE] = ACTIONS(2613), - [anon_sym_STAR] = ACTIONS(2613), - [anon_sym_u8] = ACTIONS(2615), - [anon_sym_i8] = ACTIONS(2615), - [anon_sym_u16] = ACTIONS(2615), - [anon_sym_i16] = ACTIONS(2615), - [anon_sym_u32] = ACTIONS(2615), - [anon_sym_i32] = ACTIONS(2615), - [anon_sym_u64] = ACTIONS(2615), - [anon_sym_i64] = ACTIONS(2615), - [anon_sym_u128] = ACTIONS(2615), - [anon_sym_i128] = ACTIONS(2615), - [anon_sym_isize] = ACTIONS(2615), - [anon_sym_usize] = ACTIONS(2615), - [anon_sym_f32] = ACTIONS(2615), - [anon_sym_f64] = ACTIONS(2615), - [anon_sym_bool] = ACTIONS(2615), - [anon_sym_str] = ACTIONS(2615), - [anon_sym_char] = ACTIONS(2615), - [anon_sym_DASH] = ACTIONS(2613), - [anon_sym_BANG] = ACTIONS(2613), - [anon_sym_AMP] = ACTIONS(2613), - [anon_sym_PIPE] = ACTIONS(2613), - [anon_sym_LT] = ACTIONS(2613), - [anon_sym_DOT_DOT] = ACTIONS(2613), - [anon_sym_COLON_COLON] = ACTIONS(2613), - [anon_sym_POUND] = ACTIONS(2613), - [anon_sym_SQUOTE] = ACTIONS(2615), - [anon_sym_async] = ACTIONS(2615), - [anon_sym_break] = ACTIONS(2615), - [anon_sym_const] = ACTIONS(2615), - [anon_sym_continue] = ACTIONS(2615), - [anon_sym_default] = ACTIONS(2615), - [anon_sym_enum] = ACTIONS(2615), - [anon_sym_fn] = ACTIONS(2615), - [anon_sym_for] = ACTIONS(2615), - [anon_sym_gen] = ACTIONS(2615), - [anon_sym_if] = ACTIONS(2615), - [anon_sym_impl] = ACTIONS(2615), - [anon_sym_let] = ACTIONS(2615), - [anon_sym_loop] = ACTIONS(2615), - [anon_sym_match] = ACTIONS(2615), - [anon_sym_mod] = ACTIONS(2615), - [anon_sym_pub] = ACTIONS(2615), - [anon_sym_return] = ACTIONS(2615), - [anon_sym_static] = ACTIONS(2615), - [anon_sym_struct] = ACTIONS(2615), - [anon_sym_trait] = ACTIONS(2615), - [anon_sym_type] = ACTIONS(2615), - [anon_sym_union] = ACTIONS(2615), - [anon_sym_unsafe] = ACTIONS(2615), - [anon_sym_use] = ACTIONS(2615), - [anon_sym_while] = ACTIONS(2615), - [anon_sym_extern] = ACTIONS(2615), - [anon_sym_raw] = ACTIONS(2615), - [anon_sym_yield] = ACTIONS(2615), - [anon_sym_move] = ACTIONS(2615), - [anon_sym_try] = ACTIONS(2615), - [sym_integer_literal] = ACTIONS(2613), - [aux_sym_string_literal_token1] = ACTIONS(2613), - [sym_char_literal] = ACTIONS(2613), - [anon_sym_true] = ACTIONS(2615), - [anon_sym_false] = ACTIONS(2615), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(2615), - [sym_super] = ACTIONS(2615), - [sym_crate] = ACTIONS(2615), - [sym_metavariable] = ACTIONS(2613), - [sym__raw_string_literal_start] = ACTIONS(2613), - [sym_float_literal] = ACTIONS(2613), + [ts_builtin_sym_end] = ACTIONS(2583), + [sym_identifier] = ACTIONS(2585), + [anon_sym_SEMI] = ACTIONS(2583), + [anon_sym_macro_rules_BANG] = ACTIONS(2583), + [anon_sym_LPAREN] = ACTIONS(2583), + [anon_sym_LBRACK] = ACTIONS(2583), + [anon_sym_LBRACE] = ACTIONS(2583), + [anon_sym_RBRACE] = ACTIONS(2583), + [anon_sym_STAR] = ACTIONS(2583), + [anon_sym_u8] = ACTIONS(2585), + [anon_sym_i8] = ACTIONS(2585), + [anon_sym_u16] = ACTIONS(2585), + [anon_sym_i16] = ACTIONS(2585), + [anon_sym_u32] = ACTIONS(2585), + [anon_sym_i32] = ACTIONS(2585), + [anon_sym_u64] = ACTIONS(2585), + [anon_sym_i64] = ACTIONS(2585), + [anon_sym_u128] = ACTIONS(2585), + [anon_sym_i128] = ACTIONS(2585), + [anon_sym_isize] = ACTIONS(2585), + [anon_sym_usize] = ACTIONS(2585), + [anon_sym_f32] = ACTIONS(2585), + [anon_sym_f64] = ACTIONS(2585), + [anon_sym_bool] = ACTIONS(2585), + [anon_sym_str] = ACTIONS(2585), + [anon_sym_char] = ACTIONS(2585), + [anon_sym_DASH] = ACTIONS(2583), + [anon_sym_BANG] = ACTIONS(2583), + [anon_sym_AMP] = ACTIONS(2583), + [anon_sym_PIPE] = ACTIONS(2583), + [anon_sym_LT] = ACTIONS(2583), + [anon_sym_DOT_DOT] = ACTIONS(2583), + [anon_sym_COLON_COLON] = ACTIONS(2583), + [anon_sym_POUND] = ACTIONS(2583), + [anon_sym_SQUOTE] = ACTIONS(2585), + [anon_sym_async] = ACTIONS(2585), + [anon_sym_break] = ACTIONS(2585), + [anon_sym_const] = ACTIONS(2585), + [anon_sym_continue] = ACTIONS(2585), + [anon_sym_default] = ACTIONS(2585), + [anon_sym_enum] = ACTIONS(2585), + [anon_sym_fn] = ACTIONS(2585), + [anon_sym_for] = ACTIONS(2585), + [anon_sym_gen] = ACTIONS(2585), + [anon_sym_if] = ACTIONS(2585), + [anon_sym_impl] = ACTIONS(2585), + [anon_sym_let] = ACTIONS(2585), + [anon_sym_loop] = ACTIONS(2585), + [anon_sym_match] = ACTIONS(2585), + [anon_sym_mod] = ACTIONS(2585), + [anon_sym_pub] = ACTIONS(2585), + [anon_sym_return] = ACTIONS(2585), + [anon_sym_static] = ACTIONS(2585), + [anon_sym_struct] = ACTIONS(2585), + [anon_sym_trait] = ACTIONS(2585), + [anon_sym_type] = ACTIONS(2585), + [anon_sym_union] = ACTIONS(2585), + [anon_sym_unsafe] = ACTIONS(2585), + [anon_sym_use] = ACTIONS(2585), + [anon_sym_while] = ACTIONS(2585), + [anon_sym_extern] = ACTIONS(2585), + [anon_sym_raw] = ACTIONS(2585), + [anon_sym_yield] = ACTIONS(2585), + [anon_sym_move] = ACTIONS(2585), + [anon_sym_try] = ACTIONS(2585), + [sym_integer_literal] = ACTIONS(2583), + [aux_sym_string_literal_token1] = ACTIONS(2583), + [sym_char_literal] = ACTIONS(2583), + [anon_sym_true] = ACTIONS(2585), + [anon_sym_false] = ACTIONS(2585), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2585), + [sym_super] = ACTIONS(2585), + [sym_crate] = ACTIONS(2585), + [sym_metavariable] = ACTIONS(2583), + [sym__raw_string_literal_start] = ACTIONS(2583), + [sym_float_literal] = ACTIONS(2583), }, [STATE(666)] = { [sym_line_comment] = STATE(666), [sym_block_comment] = STATE(666), - [ts_builtin_sym_end] = ACTIONS(2617), - [sym_identifier] = ACTIONS(2619), - [anon_sym_SEMI] = ACTIONS(2617), - [anon_sym_macro_rules_BANG] = ACTIONS(2617), - [anon_sym_LPAREN] = ACTIONS(2617), - [anon_sym_LBRACK] = ACTIONS(2617), - [anon_sym_LBRACE] = ACTIONS(2617), - [anon_sym_RBRACE] = ACTIONS(2617), - [anon_sym_STAR] = ACTIONS(2617), - [anon_sym_u8] = ACTIONS(2619), - [anon_sym_i8] = ACTIONS(2619), - [anon_sym_u16] = ACTIONS(2619), - [anon_sym_i16] = ACTIONS(2619), - [anon_sym_u32] = ACTIONS(2619), - [anon_sym_i32] = ACTIONS(2619), - [anon_sym_u64] = ACTIONS(2619), - [anon_sym_i64] = ACTIONS(2619), - [anon_sym_u128] = ACTIONS(2619), - [anon_sym_i128] = ACTIONS(2619), - [anon_sym_isize] = ACTIONS(2619), - [anon_sym_usize] = ACTIONS(2619), - [anon_sym_f32] = ACTIONS(2619), - [anon_sym_f64] = ACTIONS(2619), - [anon_sym_bool] = ACTIONS(2619), - [anon_sym_str] = ACTIONS(2619), - [anon_sym_char] = ACTIONS(2619), - [anon_sym_DASH] = ACTIONS(2617), - [anon_sym_BANG] = ACTIONS(2617), - [anon_sym_AMP] = ACTIONS(2617), - [anon_sym_PIPE] = ACTIONS(2617), - [anon_sym_LT] = ACTIONS(2617), - [anon_sym_DOT_DOT] = ACTIONS(2617), - [anon_sym_COLON_COLON] = ACTIONS(2617), - [anon_sym_POUND] = ACTIONS(2617), - [anon_sym_SQUOTE] = ACTIONS(2619), - [anon_sym_async] = ACTIONS(2619), - [anon_sym_break] = ACTIONS(2619), - [anon_sym_const] = ACTIONS(2619), - [anon_sym_continue] = ACTIONS(2619), - [anon_sym_default] = ACTIONS(2619), - [anon_sym_enum] = ACTIONS(2619), - [anon_sym_fn] = ACTIONS(2619), - [anon_sym_for] = ACTIONS(2619), - [anon_sym_gen] = ACTIONS(2619), - [anon_sym_if] = ACTIONS(2619), - [anon_sym_impl] = ACTIONS(2619), - [anon_sym_let] = ACTIONS(2619), - [anon_sym_loop] = ACTIONS(2619), - [anon_sym_match] = ACTIONS(2619), - [anon_sym_mod] = ACTIONS(2619), - [anon_sym_pub] = ACTIONS(2619), - [anon_sym_return] = ACTIONS(2619), - [anon_sym_static] = ACTIONS(2619), - [anon_sym_struct] = ACTIONS(2619), - [anon_sym_trait] = ACTIONS(2619), - [anon_sym_type] = ACTIONS(2619), - [anon_sym_union] = ACTIONS(2619), - [anon_sym_unsafe] = ACTIONS(2619), - [anon_sym_use] = ACTIONS(2619), - [anon_sym_while] = ACTIONS(2619), - [anon_sym_extern] = ACTIONS(2619), - [anon_sym_raw] = ACTIONS(2619), - [anon_sym_yield] = ACTIONS(2619), - [anon_sym_move] = ACTIONS(2619), - [anon_sym_try] = ACTIONS(2619), - [sym_integer_literal] = ACTIONS(2617), - [aux_sym_string_literal_token1] = ACTIONS(2617), - [sym_char_literal] = ACTIONS(2617), - [anon_sym_true] = ACTIONS(2619), - [anon_sym_false] = ACTIONS(2619), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(2619), - [sym_super] = ACTIONS(2619), - [sym_crate] = ACTIONS(2619), - [sym_metavariable] = ACTIONS(2617), - [sym__raw_string_literal_start] = ACTIONS(2617), - [sym_float_literal] = ACTIONS(2617), + [ts_builtin_sym_end] = ACTIONS(2587), + [sym_identifier] = ACTIONS(2589), + [anon_sym_SEMI] = ACTIONS(2587), + [anon_sym_macro_rules_BANG] = ACTIONS(2587), + [anon_sym_LPAREN] = ACTIONS(2587), + [anon_sym_LBRACK] = ACTIONS(2587), + [anon_sym_LBRACE] = ACTIONS(2587), + [anon_sym_RBRACE] = ACTIONS(2587), + [anon_sym_STAR] = ACTIONS(2587), + [anon_sym_u8] = ACTIONS(2589), + [anon_sym_i8] = ACTIONS(2589), + [anon_sym_u16] = ACTIONS(2589), + [anon_sym_i16] = ACTIONS(2589), + [anon_sym_u32] = ACTIONS(2589), + [anon_sym_i32] = ACTIONS(2589), + [anon_sym_u64] = ACTIONS(2589), + [anon_sym_i64] = ACTIONS(2589), + [anon_sym_u128] = ACTIONS(2589), + [anon_sym_i128] = ACTIONS(2589), + [anon_sym_isize] = ACTIONS(2589), + [anon_sym_usize] = ACTIONS(2589), + [anon_sym_f32] = ACTIONS(2589), + [anon_sym_f64] = ACTIONS(2589), + [anon_sym_bool] = ACTIONS(2589), + [anon_sym_str] = ACTIONS(2589), + [anon_sym_char] = ACTIONS(2589), + [anon_sym_DASH] = ACTIONS(2587), + [anon_sym_BANG] = ACTIONS(2587), + [anon_sym_AMP] = ACTIONS(2587), + [anon_sym_PIPE] = ACTIONS(2587), + [anon_sym_LT] = ACTIONS(2587), + [anon_sym_DOT_DOT] = ACTIONS(2587), + [anon_sym_COLON_COLON] = ACTIONS(2587), + [anon_sym_POUND] = ACTIONS(2587), + [anon_sym_SQUOTE] = ACTIONS(2589), + [anon_sym_async] = ACTIONS(2589), + [anon_sym_break] = ACTIONS(2589), + [anon_sym_const] = ACTIONS(2589), + [anon_sym_continue] = ACTIONS(2589), + [anon_sym_default] = ACTIONS(2589), + [anon_sym_enum] = ACTIONS(2589), + [anon_sym_fn] = ACTIONS(2589), + [anon_sym_for] = ACTIONS(2589), + [anon_sym_gen] = ACTIONS(2589), + [anon_sym_if] = ACTIONS(2589), + [anon_sym_impl] = ACTIONS(2589), + [anon_sym_let] = ACTIONS(2589), + [anon_sym_loop] = ACTIONS(2589), + [anon_sym_match] = ACTIONS(2589), + [anon_sym_mod] = ACTIONS(2589), + [anon_sym_pub] = ACTIONS(2589), + [anon_sym_return] = ACTIONS(2589), + [anon_sym_static] = ACTIONS(2589), + [anon_sym_struct] = ACTIONS(2589), + [anon_sym_trait] = ACTIONS(2589), + [anon_sym_type] = ACTIONS(2589), + [anon_sym_union] = ACTIONS(2589), + [anon_sym_unsafe] = ACTIONS(2589), + [anon_sym_use] = ACTIONS(2589), + [anon_sym_while] = ACTIONS(2589), + [anon_sym_extern] = ACTIONS(2589), + [anon_sym_raw] = ACTIONS(2589), + [anon_sym_yield] = ACTIONS(2589), + [anon_sym_move] = ACTIONS(2589), + [anon_sym_try] = ACTIONS(2589), + [sym_integer_literal] = ACTIONS(2587), + [aux_sym_string_literal_token1] = ACTIONS(2587), + [sym_char_literal] = ACTIONS(2587), + [anon_sym_true] = ACTIONS(2589), + [anon_sym_false] = ACTIONS(2589), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2589), + [sym_super] = ACTIONS(2589), + [sym_crate] = ACTIONS(2589), + [sym_metavariable] = ACTIONS(2587), + [sym__raw_string_literal_start] = ACTIONS(2587), + [sym_float_literal] = ACTIONS(2587), }, [STATE(667)] = { [sym_line_comment] = STATE(667), [sym_block_comment] = STATE(667), - [ts_builtin_sym_end] = ACTIONS(1450), - [sym_identifier] = ACTIONS(1452), - [anon_sym_SEMI] = ACTIONS(1450), - [anon_sym_macro_rules_BANG] = ACTIONS(1450), - [anon_sym_LPAREN] = ACTIONS(1450), - [anon_sym_LBRACK] = ACTIONS(1450), - [anon_sym_LBRACE] = ACTIONS(1450), - [anon_sym_RBRACE] = ACTIONS(1450), - [anon_sym_STAR] = ACTIONS(1450), - [anon_sym_u8] = ACTIONS(1452), - [anon_sym_i8] = ACTIONS(1452), - [anon_sym_u16] = ACTIONS(1452), - [anon_sym_i16] = ACTIONS(1452), - [anon_sym_u32] = ACTIONS(1452), - [anon_sym_i32] = ACTIONS(1452), - [anon_sym_u64] = ACTIONS(1452), - [anon_sym_i64] = ACTIONS(1452), - [anon_sym_u128] = ACTIONS(1452), - [anon_sym_i128] = ACTIONS(1452), - [anon_sym_isize] = ACTIONS(1452), - [anon_sym_usize] = ACTIONS(1452), - [anon_sym_f32] = ACTIONS(1452), - [anon_sym_f64] = ACTIONS(1452), - [anon_sym_bool] = ACTIONS(1452), - [anon_sym_str] = ACTIONS(1452), - [anon_sym_char] = ACTIONS(1452), - [anon_sym_DASH] = ACTIONS(1450), - [anon_sym_BANG] = ACTIONS(1450), - [anon_sym_AMP] = ACTIONS(1450), - [anon_sym_PIPE] = ACTIONS(1450), - [anon_sym_LT] = ACTIONS(1450), - [anon_sym_DOT_DOT] = ACTIONS(1450), - [anon_sym_COLON_COLON] = ACTIONS(1450), - [anon_sym_POUND] = ACTIONS(1450), - [anon_sym_SQUOTE] = ACTIONS(1452), - [anon_sym_async] = ACTIONS(1452), - [anon_sym_break] = ACTIONS(1452), - [anon_sym_const] = ACTIONS(1452), - [anon_sym_continue] = ACTIONS(1452), - [anon_sym_default] = ACTIONS(1452), - [anon_sym_enum] = ACTIONS(1452), - [anon_sym_fn] = ACTIONS(1452), - [anon_sym_for] = ACTIONS(1452), - [anon_sym_gen] = ACTIONS(1452), - [anon_sym_if] = ACTIONS(1452), - [anon_sym_impl] = ACTIONS(1452), - [anon_sym_let] = ACTIONS(1452), - [anon_sym_loop] = ACTIONS(1452), - [anon_sym_match] = ACTIONS(1452), - [anon_sym_mod] = ACTIONS(1452), - [anon_sym_pub] = ACTIONS(1452), - [anon_sym_return] = ACTIONS(1452), - [anon_sym_static] = ACTIONS(1452), - [anon_sym_struct] = ACTIONS(1452), - [anon_sym_trait] = ACTIONS(1452), - [anon_sym_type] = ACTIONS(1452), - [anon_sym_union] = ACTIONS(1452), - [anon_sym_unsafe] = ACTIONS(1452), - [anon_sym_use] = ACTIONS(1452), - [anon_sym_while] = ACTIONS(1452), - [anon_sym_extern] = ACTIONS(1452), - [anon_sym_raw] = ACTIONS(1452), - [anon_sym_yield] = ACTIONS(1452), - [anon_sym_move] = ACTIONS(1452), - [anon_sym_try] = ACTIONS(1452), - [sym_integer_literal] = ACTIONS(1450), - [aux_sym_string_literal_token1] = ACTIONS(1450), - [sym_char_literal] = ACTIONS(1450), - [anon_sym_true] = ACTIONS(1452), - [anon_sym_false] = ACTIONS(1452), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1452), - [sym_super] = ACTIONS(1452), - [sym_crate] = ACTIONS(1452), - [sym_metavariable] = ACTIONS(1450), - [sym__raw_string_literal_start] = ACTIONS(1450), - [sym_float_literal] = ACTIONS(1450), + [ts_builtin_sym_end] = ACTIONS(2591), + [sym_identifier] = ACTIONS(2593), + [anon_sym_SEMI] = ACTIONS(2591), + [anon_sym_macro_rules_BANG] = ACTIONS(2591), + [anon_sym_LPAREN] = ACTIONS(2591), + [anon_sym_LBRACK] = ACTIONS(2591), + [anon_sym_LBRACE] = ACTIONS(2591), + [anon_sym_RBRACE] = ACTIONS(2591), + [anon_sym_STAR] = ACTIONS(2591), + [anon_sym_u8] = ACTIONS(2593), + [anon_sym_i8] = ACTIONS(2593), + [anon_sym_u16] = ACTIONS(2593), + [anon_sym_i16] = ACTIONS(2593), + [anon_sym_u32] = ACTIONS(2593), + [anon_sym_i32] = ACTIONS(2593), + [anon_sym_u64] = ACTIONS(2593), + [anon_sym_i64] = ACTIONS(2593), + [anon_sym_u128] = ACTIONS(2593), + [anon_sym_i128] = ACTIONS(2593), + [anon_sym_isize] = ACTIONS(2593), + [anon_sym_usize] = ACTIONS(2593), + [anon_sym_f32] = ACTIONS(2593), + [anon_sym_f64] = ACTIONS(2593), + [anon_sym_bool] = ACTIONS(2593), + [anon_sym_str] = ACTIONS(2593), + [anon_sym_char] = ACTIONS(2593), + [anon_sym_DASH] = ACTIONS(2591), + [anon_sym_BANG] = ACTIONS(2591), + [anon_sym_AMP] = ACTIONS(2591), + [anon_sym_PIPE] = ACTIONS(2591), + [anon_sym_LT] = ACTIONS(2591), + [anon_sym_DOT_DOT] = ACTIONS(2591), + [anon_sym_COLON_COLON] = ACTIONS(2591), + [anon_sym_POUND] = ACTIONS(2591), + [anon_sym_SQUOTE] = ACTIONS(2593), + [anon_sym_async] = ACTIONS(2593), + [anon_sym_break] = ACTIONS(2593), + [anon_sym_const] = ACTIONS(2593), + [anon_sym_continue] = ACTIONS(2593), + [anon_sym_default] = ACTIONS(2593), + [anon_sym_enum] = ACTIONS(2593), + [anon_sym_fn] = ACTIONS(2593), + [anon_sym_for] = ACTIONS(2593), + [anon_sym_gen] = ACTIONS(2593), + [anon_sym_if] = ACTIONS(2593), + [anon_sym_impl] = ACTIONS(2593), + [anon_sym_let] = ACTIONS(2593), + [anon_sym_loop] = ACTIONS(2593), + [anon_sym_match] = ACTIONS(2593), + [anon_sym_mod] = ACTIONS(2593), + [anon_sym_pub] = ACTIONS(2593), + [anon_sym_return] = ACTIONS(2593), + [anon_sym_static] = ACTIONS(2593), + [anon_sym_struct] = ACTIONS(2593), + [anon_sym_trait] = ACTIONS(2593), + [anon_sym_type] = ACTIONS(2593), + [anon_sym_union] = ACTIONS(2593), + [anon_sym_unsafe] = ACTIONS(2593), + [anon_sym_use] = ACTIONS(2593), + [anon_sym_while] = ACTIONS(2593), + [anon_sym_extern] = ACTIONS(2593), + [anon_sym_raw] = ACTIONS(2593), + [anon_sym_yield] = ACTIONS(2593), + [anon_sym_move] = ACTIONS(2593), + [anon_sym_try] = ACTIONS(2593), + [sym_integer_literal] = ACTIONS(2591), + [aux_sym_string_literal_token1] = ACTIONS(2591), + [sym_char_literal] = ACTIONS(2591), + [anon_sym_true] = ACTIONS(2593), + [anon_sym_false] = ACTIONS(2593), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2593), + [sym_super] = ACTIONS(2593), + [sym_crate] = ACTIONS(2593), + [sym_metavariable] = ACTIONS(2591), + [sym__raw_string_literal_start] = ACTIONS(2591), + [sym_float_literal] = ACTIONS(2591), }, [STATE(668)] = { [sym_line_comment] = STATE(668), [sym_block_comment] = STATE(668), - [ts_builtin_sym_end] = ACTIONS(2621), - [sym_identifier] = ACTIONS(2623), - [anon_sym_SEMI] = ACTIONS(2621), - [anon_sym_macro_rules_BANG] = ACTIONS(2621), - [anon_sym_LPAREN] = ACTIONS(2621), - [anon_sym_LBRACK] = ACTIONS(2621), - [anon_sym_LBRACE] = ACTIONS(2621), - [anon_sym_RBRACE] = ACTIONS(2621), - [anon_sym_STAR] = ACTIONS(2621), - [anon_sym_u8] = ACTIONS(2623), - [anon_sym_i8] = ACTIONS(2623), - [anon_sym_u16] = ACTIONS(2623), - [anon_sym_i16] = ACTIONS(2623), - [anon_sym_u32] = ACTIONS(2623), - [anon_sym_i32] = ACTIONS(2623), - [anon_sym_u64] = ACTIONS(2623), - [anon_sym_i64] = ACTIONS(2623), - [anon_sym_u128] = ACTIONS(2623), - [anon_sym_i128] = ACTIONS(2623), - [anon_sym_isize] = ACTIONS(2623), - [anon_sym_usize] = ACTIONS(2623), - [anon_sym_f32] = ACTIONS(2623), - [anon_sym_f64] = ACTIONS(2623), - [anon_sym_bool] = ACTIONS(2623), - [anon_sym_str] = ACTIONS(2623), - [anon_sym_char] = ACTIONS(2623), - [anon_sym_DASH] = ACTIONS(2621), - [anon_sym_BANG] = ACTIONS(2621), - [anon_sym_AMP] = ACTIONS(2621), - [anon_sym_PIPE] = ACTIONS(2621), - [anon_sym_LT] = ACTIONS(2621), - [anon_sym_DOT_DOT] = ACTIONS(2621), - [anon_sym_COLON_COLON] = ACTIONS(2621), - [anon_sym_POUND] = ACTIONS(2621), - [anon_sym_SQUOTE] = ACTIONS(2623), - [anon_sym_async] = ACTIONS(2623), - [anon_sym_break] = ACTIONS(2623), - [anon_sym_const] = ACTIONS(2623), - [anon_sym_continue] = ACTIONS(2623), - [anon_sym_default] = ACTIONS(2623), - [anon_sym_enum] = ACTIONS(2623), - [anon_sym_fn] = ACTIONS(2623), - [anon_sym_for] = ACTIONS(2623), - [anon_sym_gen] = ACTIONS(2623), - [anon_sym_if] = ACTIONS(2623), - [anon_sym_impl] = ACTIONS(2623), - [anon_sym_let] = ACTIONS(2623), - [anon_sym_loop] = ACTIONS(2623), - [anon_sym_match] = ACTIONS(2623), - [anon_sym_mod] = ACTIONS(2623), - [anon_sym_pub] = ACTIONS(2623), - [anon_sym_return] = ACTIONS(2623), - [anon_sym_static] = ACTIONS(2623), - [anon_sym_struct] = ACTIONS(2623), - [anon_sym_trait] = ACTIONS(2623), - [anon_sym_type] = ACTIONS(2623), - [anon_sym_union] = ACTIONS(2623), - [anon_sym_unsafe] = ACTIONS(2623), - [anon_sym_use] = ACTIONS(2623), - [anon_sym_while] = ACTIONS(2623), - [anon_sym_extern] = ACTIONS(2623), - [anon_sym_raw] = ACTIONS(2623), - [anon_sym_yield] = ACTIONS(2623), - [anon_sym_move] = ACTIONS(2623), - [anon_sym_try] = ACTIONS(2623), - [sym_integer_literal] = ACTIONS(2621), - [aux_sym_string_literal_token1] = ACTIONS(2621), - [sym_char_literal] = ACTIONS(2621), - [anon_sym_true] = ACTIONS(2623), - [anon_sym_false] = ACTIONS(2623), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(2623), - [sym_super] = ACTIONS(2623), - [sym_crate] = ACTIONS(2623), - [sym_metavariable] = ACTIONS(2621), - [sym__raw_string_literal_start] = ACTIONS(2621), - [sym_float_literal] = ACTIONS(2621), + [ts_builtin_sym_end] = ACTIONS(2595), + [sym_identifier] = ACTIONS(2597), + [anon_sym_SEMI] = ACTIONS(2595), + [anon_sym_macro_rules_BANG] = ACTIONS(2595), + [anon_sym_LPAREN] = ACTIONS(2595), + [anon_sym_LBRACK] = ACTIONS(2595), + [anon_sym_LBRACE] = ACTIONS(2595), + [anon_sym_RBRACE] = ACTIONS(2595), + [anon_sym_STAR] = ACTIONS(2595), + [anon_sym_u8] = ACTIONS(2597), + [anon_sym_i8] = ACTIONS(2597), + [anon_sym_u16] = ACTIONS(2597), + [anon_sym_i16] = ACTIONS(2597), + [anon_sym_u32] = ACTIONS(2597), + [anon_sym_i32] = ACTIONS(2597), + [anon_sym_u64] = ACTIONS(2597), + [anon_sym_i64] = ACTIONS(2597), + [anon_sym_u128] = ACTIONS(2597), + [anon_sym_i128] = ACTIONS(2597), + [anon_sym_isize] = ACTIONS(2597), + [anon_sym_usize] = ACTIONS(2597), + [anon_sym_f32] = ACTIONS(2597), + [anon_sym_f64] = ACTIONS(2597), + [anon_sym_bool] = ACTIONS(2597), + [anon_sym_str] = ACTIONS(2597), + [anon_sym_char] = ACTIONS(2597), + [anon_sym_DASH] = ACTIONS(2595), + [anon_sym_BANG] = ACTIONS(2595), + [anon_sym_AMP] = ACTIONS(2595), + [anon_sym_PIPE] = ACTIONS(2595), + [anon_sym_LT] = ACTIONS(2595), + [anon_sym_DOT_DOT] = ACTIONS(2595), + [anon_sym_COLON_COLON] = ACTIONS(2595), + [anon_sym_POUND] = ACTIONS(2595), + [anon_sym_SQUOTE] = ACTIONS(2597), + [anon_sym_async] = ACTIONS(2597), + [anon_sym_break] = ACTIONS(2597), + [anon_sym_const] = ACTIONS(2597), + [anon_sym_continue] = ACTIONS(2597), + [anon_sym_default] = ACTIONS(2597), + [anon_sym_enum] = ACTIONS(2597), + [anon_sym_fn] = ACTIONS(2597), + [anon_sym_for] = ACTIONS(2597), + [anon_sym_gen] = ACTIONS(2597), + [anon_sym_if] = ACTIONS(2597), + [anon_sym_impl] = ACTIONS(2597), + [anon_sym_let] = ACTIONS(2597), + [anon_sym_loop] = ACTIONS(2597), + [anon_sym_match] = ACTIONS(2597), + [anon_sym_mod] = ACTIONS(2597), + [anon_sym_pub] = ACTIONS(2597), + [anon_sym_return] = ACTIONS(2597), + [anon_sym_static] = ACTIONS(2597), + [anon_sym_struct] = ACTIONS(2597), + [anon_sym_trait] = ACTIONS(2597), + [anon_sym_type] = ACTIONS(2597), + [anon_sym_union] = ACTIONS(2597), + [anon_sym_unsafe] = ACTIONS(2597), + [anon_sym_use] = ACTIONS(2597), + [anon_sym_while] = ACTIONS(2597), + [anon_sym_extern] = ACTIONS(2597), + [anon_sym_raw] = ACTIONS(2597), + [anon_sym_yield] = ACTIONS(2597), + [anon_sym_move] = ACTIONS(2597), + [anon_sym_try] = ACTIONS(2597), + [sym_integer_literal] = ACTIONS(2595), + [aux_sym_string_literal_token1] = ACTIONS(2595), + [sym_char_literal] = ACTIONS(2595), + [anon_sym_true] = ACTIONS(2597), + [anon_sym_false] = ACTIONS(2597), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2597), + [sym_super] = ACTIONS(2597), + [sym_crate] = ACTIONS(2597), + [sym_metavariable] = ACTIONS(2595), + [sym__raw_string_literal_start] = ACTIONS(2595), + [sym_float_literal] = ACTIONS(2595), }, [STATE(669)] = { [sym_line_comment] = STATE(669), [sym_block_comment] = STATE(669), - [ts_builtin_sym_end] = ACTIONS(2625), - [sym_identifier] = ACTIONS(2627), - [anon_sym_SEMI] = ACTIONS(2625), - [anon_sym_macro_rules_BANG] = ACTIONS(2625), - [anon_sym_LPAREN] = ACTIONS(2625), - [anon_sym_LBRACK] = ACTIONS(2625), - [anon_sym_LBRACE] = ACTIONS(2625), - [anon_sym_RBRACE] = ACTIONS(2625), - [anon_sym_STAR] = ACTIONS(2625), - [anon_sym_u8] = ACTIONS(2627), - [anon_sym_i8] = ACTIONS(2627), - [anon_sym_u16] = ACTIONS(2627), - [anon_sym_i16] = ACTIONS(2627), - [anon_sym_u32] = ACTIONS(2627), - [anon_sym_i32] = ACTIONS(2627), - [anon_sym_u64] = ACTIONS(2627), - [anon_sym_i64] = ACTIONS(2627), - [anon_sym_u128] = ACTIONS(2627), - [anon_sym_i128] = ACTIONS(2627), - [anon_sym_isize] = ACTIONS(2627), - [anon_sym_usize] = ACTIONS(2627), - [anon_sym_f32] = ACTIONS(2627), - [anon_sym_f64] = ACTIONS(2627), - [anon_sym_bool] = ACTIONS(2627), - [anon_sym_str] = ACTIONS(2627), - [anon_sym_char] = ACTIONS(2627), - [anon_sym_DASH] = ACTIONS(2625), - [anon_sym_BANG] = ACTIONS(2625), - [anon_sym_AMP] = ACTIONS(2625), - [anon_sym_PIPE] = ACTIONS(2625), - [anon_sym_LT] = ACTIONS(2625), - [anon_sym_DOT_DOT] = ACTIONS(2625), - [anon_sym_COLON_COLON] = ACTIONS(2625), - [anon_sym_POUND] = ACTIONS(2625), - [anon_sym_SQUOTE] = ACTIONS(2627), - [anon_sym_async] = ACTIONS(2627), - [anon_sym_break] = ACTIONS(2627), - [anon_sym_const] = ACTIONS(2627), - [anon_sym_continue] = ACTIONS(2627), - [anon_sym_default] = ACTIONS(2627), - [anon_sym_enum] = ACTIONS(2627), - [anon_sym_fn] = ACTIONS(2627), - [anon_sym_for] = ACTIONS(2627), - [anon_sym_gen] = ACTIONS(2627), - [anon_sym_if] = ACTIONS(2627), - [anon_sym_impl] = ACTIONS(2627), - [anon_sym_let] = ACTIONS(2627), - [anon_sym_loop] = ACTIONS(2627), - [anon_sym_match] = ACTIONS(2627), - [anon_sym_mod] = ACTIONS(2627), - [anon_sym_pub] = ACTIONS(2627), - [anon_sym_return] = ACTIONS(2627), - [anon_sym_static] = ACTIONS(2627), - [anon_sym_struct] = ACTIONS(2627), - [anon_sym_trait] = ACTIONS(2627), - [anon_sym_type] = ACTIONS(2627), - [anon_sym_union] = ACTIONS(2627), - [anon_sym_unsafe] = ACTIONS(2627), - [anon_sym_use] = ACTIONS(2627), - [anon_sym_while] = ACTIONS(2627), - [anon_sym_extern] = ACTIONS(2627), - [anon_sym_raw] = ACTIONS(2627), - [anon_sym_yield] = ACTIONS(2627), - [anon_sym_move] = ACTIONS(2627), - [anon_sym_try] = ACTIONS(2627), - [sym_integer_literal] = ACTIONS(2625), - [aux_sym_string_literal_token1] = ACTIONS(2625), - [sym_char_literal] = ACTIONS(2625), - [anon_sym_true] = ACTIONS(2627), - [anon_sym_false] = ACTIONS(2627), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(2627), - [sym_super] = ACTIONS(2627), - [sym_crate] = ACTIONS(2627), - [sym_metavariable] = ACTIONS(2625), - [sym__raw_string_literal_start] = ACTIONS(2625), - [sym_float_literal] = ACTIONS(2625), + [ts_builtin_sym_end] = ACTIONS(2599), + [sym_identifier] = ACTIONS(2601), + [anon_sym_SEMI] = ACTIONS(2599), + [anon_sym_macro_rules_BANG] = ACTIONS(2599), + [anon_sym_LPAREN] = ACTIONS(2599), + [anon_sym_LBRACK] = ACTIONS(2599), + [anon_sym_LBRACE] = ACTIONS(2599), + [anon_sym_RBRACE] = ACTIONS(2599), + [anon_sym_STAR] = ACTIONS(2599), + [anon_sym_u8] = ACTIONS(2601), + [anon_sym_i8] = ACTIONS(2601), + [anon_sym_u16] = ACTIONS(2601), + [anon_sym_i16] = ACTIONS(2601), + [anon_sym_u32] = ACTIONS(2601), + [anon_sym_i32] = ACTIONS(2601), + [anon_sym_u64] = ACTIONS(2601), + [anon_sym_i64] = ACTIONS(2601), + [anon_sym_u128] = ACTIONS(2601), + [anon_sym_i128] = ACTIONS(2601), + [anon_sym_isize] = ACTIONS(2601), + [anon_sym_usize] = ACTIONS(2601), + [anon_sym_f32] = ACTIONS(2601), + [anon_sym_f64] = ACTIONS(2601), + [anon_sym_bool] = ACTIONS(2601), + [anon_sym_str] = ACTIONS(2601), + [anon_sym_char] = ACTIONS(2601), + [anon_sym_DASH] = ACTIONS(2599), + [anon_sym_BANG] = ACTIONS(2599), + [anon_sym_AMP] = ACTIONS(2599), + [anon_sym_PIPE] = ACTIONS(2599), + [anon_sym_LT] = ACTIONS(2599), + [anon_sym_DOT_DOT] = ACTIONS(2599), + [anon_sym_COLON_COLON] = ACTIONS(2599), + [anon_sym_POUND] = ACTIONS(2599), + [anon_sym_SQUOTE] = ACTIONS(2601), + [anon_sym_async] = ACTIONS(2601), + [anon_sym_break] = ACTIONS(2601), + [anon_sym_const] = ACTIONS(2601), + [anon_sym_continue] = ACTIONS(2601), + [anon_sym_default] = ACTIONS(2601), + [anon_sym_enum] = ACTIONS(2601), + [anon_sym_fn] = ACTIONS(2601), + [anon_sym_for] = ACTIONS(2601), + [anon_sym_gen] = ACTIONS(2601), + [anon_sym_if] = ACTIONS(2601), + [anon_sym_impl] = ACTIONS(2601), + [anon_sym_let] = ACTIONS(2601), + [anon_sym_loop] = ACTIONS(2601), + [anon_sym_match] = ACTIONS(2601), + [anon_sym_mod] = ACTIONS(2601), + [anon_sym_pub] = ACTIONS(2601), + [anon_sym_return] = ACTIONS(2601), + [anon_sym_static] = ACTIONS(2601), + [anon_sym_struct] = ACTIONS(2601), + [anon_sym_trait] = ACTIONS(2601), + [anon_sym_type] = ACTIONS(2601), + [anon_sym_union] = ACTIONS(2601), + [anon_sym_unsafe] = ACTIONS(2601), + [anon_sym_use] = ACTIONS(2601), + [anon_sym_while] = ACTIONS(2601), + [anon_sym_extern] = ACTIONS(2601), + [anon_sym_raw] = ACTIONS(2601), + [anon_sym_yield] = ACTIONS(2601), + [anon_sym_move] = ACTIONS(2601), + [anon_sym_try] = ACTIONS(2601), + [sym_integer_literal] = ACTIONS(2599), + [aux_sym_string_literal_token1] = ACTIONS(2599), + [sym_char_literal] = ACTIONS(2599), + [anon_sym_true] = ACTIONS(2601), + [anon_sym_false] = ACTIONS(2601), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2601), + [sym_super] = ACTIONS(2601), + [sym_crate] = ACTIONS(2601), + [sym_metavariable] = ACTIONS(2599), + [sym__raw_string_literal_start] = ACTIONS(2599), + [sym_float_literal] = ACTIONS(2599), }, [STATE(670)] = { [sym_line_comment] = STATE(670), [sym_block_comment] = STATE(670), - [ts_builtin_sym_end] = ACTIONS(2629), - [sym_identifier] = ACTIONS(2631), - [anon_sym_SEMI] = ACTIONS(2629), - [anon_sym_macro_rules_BANG] = ACTIONS(2629), - [anon_sym_LPAREN] = ACTIONS(2629), - [anon_sym_LBRACK] = ACTIONS(2629), - [anon_sym_LBRACE] = ACTIONS(2629), - [anon_sym_RBRACE] = ACTIONS(2629), - [anon_sym_STAR] = ACTIONS(2629), - [anon_sym_u8] = ACTIONS(2631), - [anon_sym_i8] = ACTIONS(2631), - [anon_sym_u16] = ACTIONS(2631), - [anon_sym_i16] = ACTIONS(2631), - [anon_sym_u32] = ACTIONS(2631), - [anon_sym_i32] = ACTIONS(2631), - [anon_sym_u64] = ACTIONS(2631), - [anon_sym_i64] = ACTIONS(2631), - [anon_sym_u128] = ACTIONS(2631), - [anon_sym_i128] = ACTIONS(2631), - [anon_sym_isize] = ACTIONS(2631), - [anon_sym_usize] = ACTIONS(2631), - [anon_sym_f32] = ACTIONS(2631), - [anon_sym_f64] = ACTIONS(2631), - [anon_sym_bool] = ACTIONS(2631), - [anon_sym_str] = ACTIONS(2631), - [anon_sym_char] = ACTIONS(2631), - [anon_sym_DASH] = ACTIONS(2629), - [anon_sym_BANG] = ACTIONS(2629), - [anon_sym_AMP] = ACTIONS(2629), - [anon_sym_PIPE] = ACTIONS(2629), - [anon_sym_LT] = ACTIONS(2629), - [anon_sym_DOT_DOT] = ACTIONS(2629), - [anon_sym_COLON_COLON] = ACTIONS(2629), - [anon_sym_POUND] = ACTIONS(2629), - [anon_sym_SQUOTE] = ACTIONS(2631), - [anon_sym_async] = ACTIONS(2631), - [anon_sym_break] = ACTIONS(2631), - [anon_sym_const] = ACTIONS(2631), - [anon_sym_continue] = ACTIONS(2631), - [anon_sym_default] = ACTIONS(2631), - [anon_sym_enum] = ACTIONS(2631), - [anon_sym_fn] = ACTIONS(2631), - [anon_sym_for] = ACTIONS(2631), - [anon_sym_gen] = ACTIONS(2631), - [anon_sym_if] = ACTIONS(2631), - [anon_sym_impl] = ACTIONS(2631), - [anon_sym_let] = ACTIONS(2631), - [anon_sym_loop] = ACTIONS(2631), - [anon_sym_match] = ACTIONS(2631), - [anon_sym_mod] = ACTIONS(2631), - [anon_sym_pub] = ACTIONS(2631), - [anon_sym_return] = ACTIONS(2631), - [anon_sym_static] = ACTIONS(2631), - [anon_sym_struct] = ACTIONS(2631), - [anon_sym_trait] = ACTIONS(2631), - [anon_sym_type] = ACTIONS(2631), - [anon_sym_union] = ACTIONS(2631), - [anon_sym_unsafe] = ACTIONS(2631), - [anon_sym_use] = ACTIONS(2631), - [anon_sym_while] = ACTIONS(2631), - [anon_sym_extern] = ACTIONS(2631), - [anon_sym_raw] = ACTIONS(2631), - [anon_sym_yield] = ACTIONS(2631), - [anon_sym_move] = ACTIONS(2631), - [anon_sym_try] = ACTIONS(2631), - [sym_integer_literal] = ACTIONS(2629), - [aux_sym_string_literal_token1] = ACTIONS(2629), - [sym_char_literal] = ACTIONS(2629), - [anon_sym_true] = ACTIONS(2631), - [anon_sym_false] = ACTIONS(2631), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(2631), - [sym_super] = ACTIONS(2631), - [sym_crate] = ACTIONS(2631), - [sym_metavariable] = ACTIONS(2629), - [sym__raw_string_literal_start] = ACTIONS(2629), - [sym_float_literal] = ACTIONS(2629), + [ts_builtin_sym_end] = ACTIONS(2603), + [sym_identifier] = ACTIONS(2605), + [anon_sym_SEMI] = ACTIONS(2603), + [anon_sym_macro_rules_BANG] = ACTIONS(2603), + [anon_sym_LPAREN] = ACTIONS(2603), + [anon_sym_LBRACK] = ACTIONS(2603), + [anon_sym_LBRACE] = ACTIONS(2603), + [anon_sym_RBRACE] = ACTIONS(2603), + [anon_sym_STAR] = ACTIONS(2603), + [anon_sym_u8] = ACTIONS(2605), + [anon_sym_i8] = ACTIONS(2605), + [anon_sym_u16] = ACTIONS(2605), + [anon_sym_i16] = ACTIONS(2605), + [anon_sym_u32] = ACTIONS(2605), + [anon_sym_i32] = ACTIONS(2605), + [anon_sym_u64] = ACTIONS(2605), + [anon_sym_i64] = ACTIONS(2605), + [anon_sym_u128] = ACTIONS(2605), + [anon_sym_i128] = ACTIONS(2605), + [anon_sym_isize] = ACTIONS(2605), + [anon_sym_usize] = ACTIONS(2605), + [anon_sym_f32] = ACTIONS(2605), + [anon_sym_f64] = ACTIONS(2605), + [anon_sym_bool] = ACTIONS(2605), + [anon_sym_str] = ACTIONS(2605), + [anon_sym_char] = ACTIONS(2605), + [anon_sym_DASH] = ACTIONS(2603), + [anon_sym_BANG] = ACTIONS(2603), + [anon_sym_AMP] = ACTIONS(2603), + [anon_sym_PIPE] = ACTIONS(2603), + [anon_sym_LT] = ACTIONS(2603), + [anon_sym_DOT_DOT] = ACTIONS(2603), + [anon_sym_COLON_COLON] = ACTIONS(2603), + [anon_sym_POUND] = ACTIONS(2603), + [anon_sym_SQUOTE] = ACTIONS(2605), + [anon_sym_async] = ACTIONS(2605), + [anon_sym_break] = ACTIONS(2605), + [anon_sym_const] = ACTIONS(2605), + [anon_sym_continue] = ACTIONS(2605), + [anon_sym_default] = ACTIONS(2605), + [anon_sym_enum] = ACTIONS(2605), + [anon_sym_fn] = ACTIONS(2605), + [anon_sym_for] = ACTIONS(2605), + [anon_sym_gen] = ACTIONS(2605), + [anon_sym_if] = ACTIONS(2605), + [anon_sym_impl] = ACTIONS(2605), + [anon_sym_let] = ACTIONS(2605), + [anon_sym_loop] = ACTIONS(2605), + [anon_sym_match] = ACTIONS(2605), + [anon_sym_mod] = ACTIONS(2605), + [anon_sym_pub] = ACTIONS(2605), + [anon_sym_return] = ACTIONS(2605), + [anon_sym_static] = ACTIONS(2605), + [anon_sym_struct] = ACTIONS(2605), + [anon_sym_trait] = ACTIONS(2605), + [anon_sym_type] = ACTIONS(2605), + [anon_sym_union] = ACTIONS(2605), + [anon_sym_unsafe] = ACTIONS(2605), + [anon_sym_use] = ACTIONS(2605), + [anon_sym_while] = ACTIONS(2605), + [anon_sym_extern] = ACTIONS(2605), + [anon_sym_raw] = ACTIONS(2605), + [anon_sym_yield] = ACTIONS(2605), + [anon_sym_move] = ACTIONS(2605), + [anon_sym_try] = ACTIONS(2605), + [sym_integer_literal] = ACTIONS(2603), + [aux_sym_string_literal_token1] = ACTIONS(2603), + [sym_char_literal] = ACTIONS(2603), + [anon_sym_true] = ACTIONS(2605), + [anon_sym_false] = ACTIONS(2605), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2605), + [sym_super] = ACTIONS(2605), + [sym_crate] = ACTIONS(2605), + [sym_metavariable] = ACTIONS(2603), + [sym__raw_string_literal_start] = ACTIONS(2603), + [sym_float_literal] = ACTIONS(2603), }, [STATE(671)] = { [sym_line_comment] = STATE(671), [sym_block_comment] = STATE(671), - [ts_builtin_sym_end] = ACTIONS(1454), - [sym_identifier] = ACTIONS(1456), - [anon_sym_SEMI] = ACTIONS(1454), - [anon_sym_macro_rules_BANG] = ACTIONS(1454), - [anon_sym_LPAREN] = ACTIONS(1454), - [anon_sym_LBRACK] = ACTIONS(1454), - [anon_sym_LBRACE] = ACTIONS(1454), - [anon_sym_RBRACE] = ACTIONS(1454), - [anon_sym_STAR] = ACTIONS(1454), - [anon_sym_u8] = ACTIONS(1456), - [anon_sym_i8] = ACTIONS(1456), - [anon_sym_u16] = ACTIONS(1456), - [anon_sym_i16] = ACTIONS(1456), - [anon_sym_u32] = ACTIONS(1456), - [anon_sym_i32] = ACTIONS(1456), - [anon_sym_u64] = ACTIONS(1456), - [anon_sym_i64] = ACTIONS(1456), - [anon_sym_u128] = ACTIONS(1456), - [anon_sym_i128] = ACTIONS(1456), - [anon_sym_isize] = ACTIONS(1456), - [anon_sym_usize] = ACTIONS(1456), - [anon_sym_f32] = ACTIONS(1456), - [anon_sym_f64] = ACTIONS(1456), - [anon_sym_bool] = ACTIONS(1456), - [anon_sym_str] = ACTIONS(1456), - [anon_sym_char] = ACTIONS(1456), - [anon_sym_DASH] = ACTIONS(1454), - [anon_sym_BANG] = ACTIONS(1454), - [anon_sym_AMP] = ACTIONS(1454), - [anon_sym_PIPE] = ACTIONS(1454), - [anon_sym_LT] = ACTIONS(1454), - [anon_sym_DOT_DOT] = ACTIONS(1454), - [anon_sym_COLON_COLON] = ACTIONS(1454), - [anon_sym_POUND] = ACTIONS(1454), - [anon_sym_SQUOTE] = ACTIONS(1456), - [anon_sym_async] = ACTIONS(1456), - [anon_sym_break] = ACTIONS(1456), - [anon_sym_const] = ACTIONS(1456), - [anon_sym_continue] = ACTIONS(1456), - [anon_sym_default] = ACTIONS(1456), - [anon_sym_enum] = ACTIONS(1456), - [anon_sym_fn] = ACTIONS(1456), - [anon_sym_for] = ACTIONS(1456), - [anon_sym_gen] = ACTIONS(1456), - [anon_sym_if] = ACTIONS(1456), - [anon_sym_impl] = ACTIONS(1456), - [anon_sym_let] = ACTIONS(1456), - [anon_sym_loop] = ACTIONS(1456), - [anon_sym_match] = ACTIONS(1456), - [anon_sym_mod] = ACTIONS(1456), - [anon_sym_pub] = ACTIONS(1456), - [anon_sym_return] = ACTIONS(1456), - [anon_sym_static] = ACTIONS(1456), - [anon_sym_struct] = ACTIONS(1456), - [anon_sym_trait] = ACTIONS(1456), - [anon_sym_type] = ACTIONS(1456), - [anon_sym_union] = ACTIONS(1456), - [anon_sym_unsafe] = ACTIONS(1456), - [anon_sym_use] = ACTIONS(1456), - [anon_sym_while] = ACTIONS(1456), - [anon_sym_extern] = ACTIONS(1456), - [anon_sym_raw] = ACTIONS(1456), - [anon_sym_yield] = ACTIONS(1456), - [anon_sym_move] = ACTIONS(1456), - [anon_sym_try] = ACTIONS(1456), - [sym_integer_literal] = ACTIONS(1454), - [aux_sym_string_literal_token1] = ACTIONS(1454), - [sym_char_literal] = ACTIONS(1454), - [anon_sym_true] = ACTIONS(1456), - [anon_sym_false] = ACTIONS(1456), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1456), - [sym_super] = ACTIONS(1456), - [sym_crate] = ACTIONS(1456), - [sym_metavariable] = ACTIONS(1454), - [sym__raw_string_literal_start] = ACTIONS(1454), - [sym_float_literal] = ACTIONS(1454), + [ts_builtin_sym_end] = ACTIONS(2607), + [sym_identifier] = ACTIONS(2609), + [anon_sym_SEMI] = ACTIONS(2607), + [anon_sym_macro_rules_BANG] = ACTIONS(2607), + [anon_sym_LPAREN] = ACTIONS(2607), + [anon_sym_LBRACK] = ACTIONS(2607), + [anon_sym_LBRACE] = ACTIONS(2607), + [anon_sym_RBRACE] = ACTIONS(2607), + [anon_sym_STAR] = ACTIONS(2607), + [anon_sym_u8] = ACTIONS(2609), + [anon_sym_i8] = ACTIONS(2609), + [anon_sym_u16] = ACTIONS(2609), + [anon_sym_i16] = ACTIONS(2609), + [anon_sym_u32] = ACTIONS(2609), + [anon_sym_i32] = ACTIONS(2609), + [anon_sym_u64] = ACTIONS(2609), + [anon_sym_i64] = ACTIONS(2609), + [anon_sym_u128] = ACTIONS(2609), + [anon_sym_i128] = ACTIONS(2609), + [anon_sym_isize] = ACTIONS(2609), + [anon_sym_usize] = ACTIONS(2609), + [anon_sym_f32] = ACTIONS(2609), + [anon_sym_f64] = ACTIONS(2609), + [anon_sym_bool] = ACTIONS(2609), + [anon_sym_str] = ACTIONS(2609), + [anon_sym_char] = ACTIONS(2609), + [anon_sym_DASH] = ACTIONS(2607), + [anon_sym_BANG] = ACTIONS(2607), + [anon_sym_AMP] = ACTIONS(2607), + [anon_sym_PIPE] = ACTIONS(2607), + [anon_sym_LT] = ACTIONS(2607), + [anon_sym_DOT_DOT] = ACTIONS(2607), + [anon_sym_COLON_COLON] = ACTIONS(2607), + [anon_sym_POUND] = ACTIONS(2607), + [anon_sym_SQUOTE] = ACTIONS(2609), + [anon_sym_async] = ACTIONS(2609), + [anon_sym_break] = ACTIONS(2609), + [anon_sym_const] = ACTIONS(2609), + [anon_sym_continue] = ACTIONS(2609), + [anon_sym_default] = ACTIONS(2609), + [anon_sym_enum] = ACTIONS(2609), + [anon_sym_fn] = ACTIONS(2609), + [anon_sym_for] = ACTIONS(2609), + [anon_sym_gen] = ACTIONS(2609), + [anon_sym_if] = ACTIONS(2609), + [anon_sym_impl] = ACTIONS(2609), + [anon_sym_let] = ACTIONS(2609), + [anon_sym_loop] = ACTIONS(2609), + [anon_sym_match] = ACTIONS(2609), + [anon_sym_mod] = ACTIONS(2609), + [anon_sym_pub] = ACTIONS(2609), + [anon_sym_return] = ACTIONS(2609), + [anon_sym_static] = ACTIONS(2609), + [anon_sym_struct] = ACTIONS(2609), + [anon_sym_trait] = ACTIONS(2609), + [anon_sym_type] = ACTIONS(2609), + [anon_sym_union] = ACTIONS(2609), + [anon_sym_unsafe] = ACTIONS(2609), + [anon_sym_use] = ACTIONS(2609), + [anon_sym_while] = ACTIONS(2609), + [anon_sym_extern] = ACTIONS(2609), + [anon_sym_raw] = ACTIONS(2609), + [anon_sym_yield] = ACTIONS(2609), + [anon_sym_move] = ACTIONS(2609), + [anon_sym_try] = ACTIONS(2609), + [sym_integer_literal] = ACTIONS(2607), + [aux_sym_string_literal_token1] = ACTIONS(2607), + [sym_char_literal] = ACTIONS(2607), + [anon_sym_true] = ACTIONS(2609), + [anon_sym_false] = ACTIONS(2609), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2609), + [sym_super] = ACTIONS(2609), + [sym_crate] = ACTIONS(2609), + [sym_metavariable] = ACTIONS(2607), + [sym__raw_string_literal_start] = ACTIONS(2607), + [sym_float_literal] = ACTIONS(2607), }, [STATE(672)] = { [sym_line_comment] = STATE(672), [sym_block_comment] = STATE(672), - [ts_builtin_sym_end] = ACTIONS(2633), - [sym_identifier] = ACTIONS(2635), - [anon_sym_SEMI] = ACTIONS(2633), - [anon_sym_macro_rules_BANG] = ACTIONS(2633), - [anon_sym_LPAREN] = ACTIONS(2633), - [anon_sym_LBRACK] = ACTIONS(2633), - [anon_sym_LBRACE] = ACTIONS(2633), - [anon_sym_RBRACE] = ACTIONS(2633), - [anon_sym_STAR] = ACTIONS(2633), - [anon_sym_u8] = ACTIONS(2635), - [anon_sym_i8] = ACTIONS(2635), - [anon_sym_u16] = ACTIONS(2635), - [anon_sym_i16] = ACTIONS(2635), - [anon_sym_u32] = ACTIONS(2635), - [anon_sym_i32] = ACTIONS(2635), - [anon_sym_u64] = ACTIONS(2635), - [anon_sym_i64] = ACTIONS(2635), - [anon_sym_u128] = ACTIONS(2635), - [anon_sym_i128] = ACTIONS(2635), - [anon_sym_isize] = ACTIONS(2635), - [anon_sym_usize] = ACTIONS(2635), - [anon_sym_f32] = ACTIONS(2635), - [anon_sym_f64] = ACTIONS(2635), - [anon_sym_bool] = ACTIONS(2635), - [anon_sym_str] = ACTIONS(2635), - [anon_sym_char] = ACTIONS(2635), - [anon_sym_DASH] = ACTIONS(2633), - [anon_sym_BANG] = ACTIONS(2633), - [anon_sym_AMP] = ACTIONS(2633), - [anon_sym_PIPE] = ACTIONS(2633), - [anon_sym_LT] = ACTIONS(2633), - [anon_sym_DOT_DOT] = ACTIONS(2633), - [anon_sym_COLON_COLON] = ACTIONS(2633), - [anon_sym_POUND] = ACTIONS(2633), - [anon_sym_SQUOTE] = ACTIONS(2635), - [anon_sym_async] = ACTIONS(2635), - [anon_sym_break] = ACTIONS(2635), - [anon_sym_const] = ACTIONS(2635), - [anon_sym_continue] = ACTIONS(2635), - [anon_sym_default] = ACTIONS(2635), - [anon_sym_enum] = ACTIONS(2635), - [anon_sym_fn] = ACTIONS(2635), - [anon_sym_for] = ACTIONS(2635), - [anon_sym_gen] = ACTIONS(2635), - [anon_sym_if] = ACTIONS(2635), - [anon_sym_impl] = ACTIONS(2635), - [anon_sym_let] = ACTIONS(2635), - [anon_sym_loop] = ACTIONS(2635), - [anon_sym_match] = ACTIONS(2635), - [anon_sym_mod] = ACTIONS(2635), - [anon_sym_pub] = ACTIONS(2635), - [anon_sym_return] = ACTIONS(2635), - [anon_sym_static] = ACTIONS(2635), - [anon_sym_struct] = ACTIONS(2635), - [anon_sym_trait] = ACTIONS(2635), - [anon_sym_type] = ACTIONS(2635), - [anon_sym_union] = ACTIONS(2635), - [anon_sym_unsafe] = ACTIONS(2635), - [anon_sym_use] = ACTIONS(2635), - [anon_sym_while] = ACTIONS(2635), - [anon_sym_extern] = ACTIONS(2635), - [anon_sym_raw] = ACTIONS(2635), - [anon_sym_yield] = ACTIONS(2635), - [anon_sym_move] = ACTIONS(2635), - [anon_sym_try] = ACTIONS(2635), - [sym_integer_literal] = ACTIONS(2633), - [aux_sym_string_literal_token1] = ACTIONS(2633), - [sym_char_literal] = ACTIONS(2633), - [anon_sym_true] = ACTIONS(2635), - [anon_sym_false] = ACTIONS(2635), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(2635), - [sym_super] = ACTIONS(2635), - [sym_crate] = ACTIONS(2635), - [sym_metavariable] = ACTIONS(2633), - [sym__raw_string_literal_start] = ACTIONS(2633), - [sym_float_literal] = ACTIONS(2633), + [ts_builtin_sym_end] = ACTIONS(2611), + [sym_identifier] = ACTIONS(2613), + [anon_sym_SEMI] = ACTIONS(2611), + [anon_sym_macro_rules_BANG] = ACTIONS(2611), + [anon_sym_LPAREN] = ACTIONS(2611), + [anon_sym_LBRACK] = ACTIONS(2611), + [anon_sym_LBRACE] = ACTIONS(2611), + [anon_sym_RBRACE] = ACTIONS(2611), + [anon_sym_STAR] = ACTIONS(2611), + [anon_sym_u8] = ACTIONS(2613), + [anon_sym_i8] = ACTIONS(2613), + [anon_sym_u16] = ACTIONS(2613), + [anon_sym_i16] = ACTIONS(2613), + [anon_sym_u32] = ACTIONS(2613), + [anon_sym_i32] = ACTIONS(2613), + [anon_sym_u64] = ACTIONS(2613), + [anon_sym_i64] = ACTIONS(2613), + [anon_sym_u128] = ACTIONS(2613), + [anon_sym_i128] = ACTIONS(2613), + [anon_sym_isize] = ACTIONS(2613), + [anon_sym_usize] = ACTIONS(2613), + [anon_sym_f32] = ACTIONS(2613), + [anon_sym_f64] = ACTIONS(2613), + [anon_sym_bool] = ACTIONS(2613), + [anon_sym_str] = ACTIONS(2613), + [anon_sym_char] = ACTIONS(2613), + [anon_sym_DASH] = ACTIONS(2611), + [anon_sym_BANG] = ACTIONS(2611), + [anon_sym_AMP] = ACTIONS(2611), + [anon_sym_PIPE] = ACTIONS(2611), + [anon_sym_LT] = ACTIONS(2611), + [anon_sym_DOT_DOT] = ACTIONS(2611), + [anon_sym_COLON_COLON] = ACTIONS(2611), + [anon_sym_POUND] = ACTIONS(2611), + [anon_sym_SQUOTE] = ACTIONS(2613), + [anon_sym_async] = ACTIONS(2613), + [anon_sym_break] = ACTIONS(2613), + [anon_sym_const] = ACTIONS(2613), + [anon_sym_continue] = ACTIONS(2613), + [anon_sym_default] = ACTIONS(2613), + [anon_sym_enum] = ACTIONS(2613), + [anon_sym_fn] = ACTIONS(2613), + [anon_sym_for] = ACTIONS(2613), + [anon_sym_gen] = ACTIONS(2613), + [anon_sym_if] = ACTIONS(2613), + [anon_sym_impl] = ACTIONS(2613), + [anon_sym_let] = ACTIONS(2613), + [anon_sym_loop] = ACTIONS(2613), + [anon_sym_match] = ACTIONS(2613), + [anon_sym_mod] = ACTIONS(2613), + [anon_sym_pub] = ACTIONS(2613), + [anon_sym_return] = ACTIONS(2613), + [anon_sym_static] = ACTIONS(2613), + [anon_sym_struct] = ACTIONS(2613), + [anon_sym_trait] = ACTIONS(2613), + [anon_sym_type] = ACTIONS(2613), + [anon_sym_union] = ACTIONS(2613), + [anon_sym_unsafe] = ACTIONS(2613), + [anon_sym_use] = ACTIONS(2613), + [anon_sym_while] = ACTIONS(2613), + [anon_sym_extern] = ACTIONS(2613), + [anon_sym_raw] = ACTIONS(2613), + [anon_sym_yield] = ACTIONS(2613), + [anon_sym_move] = ACTIONS(2613), + [anon_sym_try] = ACTIONS(2613), + [sym_integer_literal] = ACTIONS(2611), + [aux_sym_string_literal_token1] = ACTIONS(2611), + [sym_char_literal] = ACTIONS(2611), + [anon_sym_true] = ACTIONS(2613), + [anon_sym_false] = ACTIONS(2613), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2613), + [sym_super] = ACTIONS(2613), + [sym_crate] = ACTIONS(2613), + [sym_metavariable] = ACTIONS(2611), + [sym__raw_string_literal_start] = ACTIONS(2611), + [sym_float_literal] = ACTIONS(2611), }, [STATE(673)] = { [sym_line_comment] = STATE(673), [sym_block_comment] = STATE(673), - [ts_builtin_sym_end] = ACTIONS(2637), - [sym_identifier] = ACTIONS(2639), - [anon_sym_SEMI] = ACTIONS(2637), - [anon_sym_macro_rules_BANG] = ACTIONS(2637), - [anon_sym_LPAREN] = ACTIONS(2637), - [anon_sym_LBRACK] = ACTIONS(2637), - [anon_sym_LBRACE] = ACTIONS(2637), - [anon_sym_RBRACE] = ACTIONS(2637), - [anon_sym_STAR] = ACTIONS(2637), - [anon_sym_u8] = ACTIONS(2639), - [anon_sym_i8] = ACTIONS(2639), - [anon_sym_u16] = ACTIONS(2639), - [anon_sym_i16] = ACTIONS(2639), - [anon_sym_u32] = ACTIONS(2639), - [anon_sym_i32] = ACTIONS(2639), - [anon_sym_u64] = ACTIONS(2639), - [anon_sym_i64] = ACTIONS(2639), - [anon_sym_u128] = ACTIONS(2639), - [anon_sym_i128] = ACTIONS(2639), - [anon_sym_isize] = ACTIONS(2639), - [anon_sym_usize] = ACTIONS(2639), - [anon_sym_f32] = ACTIONS(2639), - [anon_sym_f64] = ACTIONS(2639), - [anon_sym_bool] = ACTIONS(2639), - [anon_sym_str] = ACTIONS(2639), - [anon_sym_char] = ACTIONS(2639), - [anon_sym_DASH] = ACTIONS(2637), - [anon_sym_BANG] = ACTIONS(2637), - [anon_sym_AMP] = ACTIONS(2637), - [anon_sym_PIPE] = ACTIONS(2637), - [anon_sym_LT] = ACTIONS(2637), - [anon_sym_DOT_DOT] = ACTIONS(2637), - [anon_sym_COLON_COLON] = ACTIONS(2637), - [anon_sym_POUND] = ACTIONS(2637), - [anon_sym_SQUOTE] = ACTIONS(2639), - [anon_sym_async] = ACTIONS(2639), - [anon_sym_break] = ACTIONS(2639), - [anon_sym_const] = ACTIONS(2639), - [anon_sym_continue] = ACTIONS(2639), - [anon_sym_default] = ACTIONS(2639), - [anon_sym_enum] = ACTIONS(2639), - [anon_sym_fn] = ACTIONS(2639), - [anon_sym_for] = ACTIONS(2639), - [anon_sym_gen] = ACTIONS(2639), - [anon_sym_if] = ACTIONS(2639), - [anon_sym_impl] = ACTIONS(2639), - [anon_sym_let] = ACTIONS(2639), - [anon_sym_loop] = ACTIONS(2639), - [anon_sym_match] = ACTIONS(2639), - [anon_sym_mod] = ACTIONS(2639), - [anon_sym_pub] = ACTIONS(2639), - [anon_sym_return] = ACTIONS(2639), - [anon_sym_static] = ACTIONS(2639), - [anon_sym_struct] = ACTIONS(2639), - [anon_sym_trait] = ACTIONS(2639), - [anon_sym_type] = ACTIONS(2639), - [anon_sym_union] = ACTIONS(2639), - [anon_sym_unsafe] = ACTIONS(2639), - [anon_sym_use] = ACTIONS(2639), - [anon_sym_while] = ACTIONS(2639), - [anon_sym_extern] = ACTIONS(2639), - [anon_sym_raw] = ACTIONS(2639), - [anon_sym_yield] = ACTIONS(2639), - [anon_sym_move] = ACTIONS(2639), - [anon_sym_try] = ACTIONS(2639), - [sym_integer_literal] = ACTIONS(2637), - [aux_sym_string_literal_token1] = ACTIONS(2637), - [sym_char_literal] = ACTIONS(2637), - [anon_sym_true] = ACTIONS(2639), - [anon_sym_false] = ACTIONS(2639), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(2639), - [sym_super] = ACTIONS(2639), - [sym_crate] = ACTIONS(2639), - [sym_metavariable] = ACTIONS(2637), - [sym__raw_string_literal_start] = ACTIONS(2637), - [sym_float_literal] = ACTIONS(2637), + [ts_builtin_sym_end] = ACTIONS(2615), + [sym_identifier] = ACTIONS(2617), + [anon_sym_SEMI] = ACTIONS(2615), + [anon_sym_macro_rules_BANG] = ACTIONS(2615), + [anon_sym_LPAREN] = ACTIONS(2615), + [anon_sym_LBRACK] = ACTIONS(2615), + [anon_sym_LBRACE] = ACTIONS(2615), + [anon_sym_RBRACE] = ACTIONS(2615), + [anon_sym_STAR] = ACTIONS(2615), + [anon_sym_u8] = ACTIONS(2617), + [anon_sym_i8] = ACTIONS(2617), + [anon_sym_u16] = ACTIONS(2617), + [anon_sym_i16] = ACTIONS(2617), + [anon_sym_u32] = ACTIONS(2617), + [anon_sym_i32] = ACTIONS(2617), + [anon_sym_u64] = ACTIONS(2617), + [anon_sym_i64] = ACTIONS(2617), + [anon_sym_u128] = ACTIONS(2617), + [anon_sym_i128] = ACTIONS(2617), + [anon_sym_isize] = ACTIONS(2617), + [anon_sym_usize] = ACTIONS(2617), + [anon_sym_f32] = ACTIONS(2617), + [anon_sym_f64] = ACTIONS(2617), + [anon_sym_bool] = ACTIONS(2617), + [anon_sym_str] = ACTIONS(2617), + [anon_sym_char] = ACTIONS(2617), + [anon_sym_DASH] = ACTIONS(2615), + [anon_sym_BANG] = ACTIONS(2615), + [anon_sym_AMP] = ACTIONS(2615), + [anon_sym_PIPE] = ACTIONS(2615), + [anon_sym_LT] = ACTIONS(2615), + [anon_sym_DOT_DOT] = ACTIONS(2615), + [anon_sym_COLON_COLON] = ACTIONS(2615), + [anon_sym_POUND] = ACTIONS(2615), + [anon_sym_SQUOTE] = ACTIONS(2617), + [anon_sym_async] = ACTIONS(2617), + [anon_sym_break] = ACTIONS(2617), + [anon_sym_const] = ACTIONS(2617), + [anon_sym_continue] = ACTIONS(2617), + [anon_sym_default] = ACTIONS(2617), + [anon_sym_enum] = ACTIONS(2617), + [anon_sym_fn] = ACTIONS(2617), + [anon_sym_for] = ACTIONS(2617), + [anon_sym_gen] = ACTIONS(2617), + [anon_sym_if] = ACTIONS(2617), + [anon_sym_impl] = ACTIONS(2617), + [anon_sym_let] = ACTIONS(2617), + [anon_sym_loop] = ACTIONS(2617), + [anon_sym_match] = ACTIONS(2617), + [anon_sym_mod] = ACTIONS(2617), + [anon_sym_pub] = ACTIONS(2617), + [anon_sym_return] = ACTIONS(2617), + [anon_sym_static] = ACTIONS(2617), + [anon_sym_struct] = ACTIONS(2617), + [anon_sym_trait] = ACTIONS(2617), + [anon_sym_type] = ACTIONS(2617), + [anon_sym_union] = ACTIONS(2617), + [anon_sym_unsafe] = ACTIONS(2617), + [anon_sym_use] = ACTIONS(2617), + [anon_sym_while] = ACTIONS(2617), + [anon_sym_extern] = ACTIONS(2617), + [anon_sym_raw] = ACTIONS(2617), + [anon_sym_yield] = ACTIONS(2617), + [anon_sym_move] = ACTIONS(2617), + [anon_sym_try] = ACTIONS(2617), + [sym_integer_literal] = ACTIONS(2615), + [aux_sym_string_literal_token1] = ACTIONS(2615), + [sym_char_literal] = ACTIONS(2615), + [anon_sym_true] = ACTIONS(2617), + [anon_sym_false] = ACTIONS(2617), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2617), + [sym_super] = ACTIONS(2617), + [sym_crate] = ACTIONS(2617), + [sym_metavariable] = ACTIONS(2615), + [sym__raw_string_literal_start] = ACTIONS(2615), + [sym_float_literal] = ACTIONS(2615), }, [STATE(674)] = { [sym_line_comment] = STATE(674), [sym_block_comment] = STATE(674), - [ts_builtin_sym_end] = ACTIONS(2641), - [sym_identifier] = ACTIONS(2643), - [anon_sym_SEMI] = ACTIONS(2641), - [anon_sym_macro_rules_BANG] = ACTIONS(2641), - [anon_sym_LPAREN] = ACTIONS(2641), - [anon_sym_LBRACK] = ACTIONS(2641), - [anon_sym_LBRACE] = ACTIONS(2641), - [anon_sym_RBRACE] = ACTIONS(2641), - [anon_sym_STAR] = ACTIONS(2641), - [anon_sym_u8] = ACTIONS(2643), - [anon_sym_i8] = ACTIONS(2643), - [anon_sym_u16] = ACTIONS(2643), - [anon_sym_i16] = ACTIONS(2643), - [anon_sym_u32] = ACTIONS(2643), - [anon_sym_i32] = ACTIONS(2643), - [anon_sym_u64] = ACTIONS(2643), - [anon_sym_i64] = ACTIONS(2643), - [anon_sym_u128] = ACTIONS(2643), - [anon_sym_i128] = ACTIONS(2643), - [anon_sym_isize] = ACTIONS(2643), - [anon_sym_usize] = ACTIONS(2643), - [anon_sym_f32] = ACTIONS(2643), - [anon_sym_f64] = ACTIONS(2643), - [anon_sym_bool] = ACTIONS(2643), - [anon_sym_str] = ACTIONS(2643), - [anon_sym_char] = ACTIONS(2643), - [anon_sym_DASH] = ACTIONS(2641), - [anon_sym_BANG] = ACTIONS(2641), - [anon_sym_AMP] = ACTIONS(2641), - [anon_sym_PIPE] = ACTIONS(2641), - [anon_sym_LT] = ACTIONS(2641), - [anon_sym_DOT_DOT] = ACTIONS(2641), - [anon_sym_COLON_COLON] = ACTIONS(2641), - [anon_sym_POUND] = ACTIONS(2641), - [anon_sym_SQUOTE] = ACTIONS(2643), - [anon_sym_async] = ACTIONS(2643), - [anon_sym_break] = ACTIONS(2643), - [anon_sym_const] = ACTIONS(2643), - [anon_sym_continue] = ACTIONS(2643), - [anon_sym_default] = ACTIONS(2643), - [anon_sym_enum] = ACTIONS(2643), - [anon_sym_fn] = ACTIONS(2643), - [anon_sym_for] = ACTIONS(2643), - [anon_sym_gen] = ACTIONS(2643), - [anon_sym_if] = ACTIONS(2643), - [anon_sym_impl] = ACTIONS(2643), - [anon_sym_let] = ACTIONS(2643), - [anon_sym_loop] = ACTIONS(2643), - [anon_sym_match] = ACTIONS(2643), - [anon_sym_mod] = ACTIONS(2643), - [anon_sym_pub] = ACTIONS(2643), - [anon_sym_return] = ACTIONS(2643), - [anon_sym_static] = ACTIONS(2643), - [anon_sym_struct] = ACTIONS(2643), - [anon_sym_trait] = ACTIONS(2643), - [anon_sym_type] = ACTIONS(2643), - [anon_sym_union] = ACTIONS(2643), - [anon_sym_unsafe] = ACTIONS(2643), - [anon_sym_use] = ACTIONS(2643), - [anon_sym_while] = ACTIONS(2643), - [anon_sym_extern] = ACTIONS(2643), - [anon_sym_raw] = ACTIONS(2643), - [anon_sym_yield] = ACTIONS(2643), - [anon_sym_move] = ACTIONS(2643), - [anon_sym_try] = ACTIONS(2643), - [sym_integer_literal] = ACTIONS(2641), - [aux_sym_string_literal_token1] = ACTIONS(2641), - [sym_char_literal] = ACTIONS(2641), - [anon_sym_true] = ACTIONS(2643), - [anon_sym_false] = ACTIONS(2643), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(2643), - [sym_super] = ACTIONS(2643), - [sym_crate] = ACTIONS(2643), - [sym_metavariable] = ACTIONS(2641), - [sym__raw_string_literal_start] = ACTIONS(2641), - [sym_float_literal] = ACTIONS(2641), + [ts_builtin_sym_end] = ACTIONS(2619), + [sym_identifier] = ACTIONS(2621), + [anon_sym_SEMI] = ACTIONS(2619), + [anon_sym_macro_rules_BANG] = ACTIONS(2619), + [anon_sym_LPAREN] = ACTIONS(2619), + [anon_sym_LBRACK] = ACTIONS(2619), + [anon_sym_LBRACE] = ACTIONS(2619), + [anon_sym_RBRACE] = ACTIONS(2619), + [anon_sym_STAR] = ACTIONS(2619), + [anon_sym_u8] = ACTIONS(2621), + [anon_sym_i8] = ACTIONS(2621), + [anon_sym_u16] = ACTIONS(2621), + [anon_sym_i16] = ACTIONS(2621), + [anon_sym_u32] = ACTIONS(2621), + [anon_sym_i32] = ACTIONS(2621), + [anon_sym_u64] = ACTIONS(2621), + [anon_sym_i64] = ACTIONS(2621), + [anon_sym_u128] = ACTIONS(2621), + [anon_sym_i128] = ACTIONS(2621), + [anon_sym_isize] = ACTIONS(2621), + [anon_sym_usize] = ACTIONS(2621), + [anon_sym_f32] = ACTIONS(2621), + [anon_sym_f64] = ACTIONS(2621), + [anon_sym_bool] = ACTIONS(2621), + [anon_sym_str] = ACTIONS(2621), + [anon_sym_char] = ACTIONS(2621), + [anon_sym_DASH] = ACTIONS(2619), + [anon_sym_BANG] = ACTIONS(2619), + [anon_sym_AMP] = ACTIONS(2619), + [anon_sym_PIPE] = ACTIONS(2619), + [anon_sym_LT] = ACTIONS(2619), + [anon_sym_DOT_DOT] = ACTIONS(2619), + [anon_sym_COLON_COLON] = ACTIONS(2619), + [anon_sym_POUND] = ACTIONS(2619), + [anon_sym_SQUOTE] = ACTIONS(2621), + [anon_sym_async] = ACTIONS(2621), + [anon_sym_break] = ACTIONS(2621), + [anon_sym_const] = ACTIONS(2621), + [anon_sym_continue] = ACTIONS(2621), + [anon_sym_default] = ACTIONS(2621), + [anon_sym_enum] = ACTIONS(2621), + [anon_sym_fn] = ACTIONS(2621), + [anon_sym_for] = ACTIONS(2621), + [anon_sym_gen] = ACTIONS(2621), + [anon_sym_if] = ACTIONS(2621), + [anon_sym_impl] = ACTIONS(2621), + [anon_sym_let] = ACTIONS(2621), + [anon_sym_loop] = ACTIONS(2621), + [anon_sym_match] = ACTIONS(2621), + [anon_sym_mod] = ACTIONS(2621), + [anon_sym_pub] = ACTIONS(2621), + [anon_sym_return] = ACTIONS(2621), + [anon_sym_static] = ACTIONS(2621), + [anon_sym_struct] = ACTIONS(2621), + [anon_sym_trait] = ACTIONS(2621), + [anon_sym_type] = ACTIONS(2621), + [anon_sym_union] = ACTIONS(2621), + [anon_sym_unsafe] = ACTIONS(2621), + [anon_sym_use] = ACTIONS(2621), + [anon_sym_while] = ACTIONS(2621), + [anon_sym_extern] = ACTIONS(2621), + [anon_sym_raw] = ACTIONS(2621), + [anon_sym_yield] = ACTIONS(2621), + [anon_sym_move] = ACTIONS(2621), + [anon_sym_try] = ACTIONS(2621), + [sym_integer_literal] = ACTIONS(2619), + [aux_sym_string_literal_token1] = ACTIONS(2619), + [sym_char_literal] = ACTIONS(2619), + [anon_sym_true] = ACTIONS(2621), + [anon_sym_false] = ACTIONS(2621), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2621), + [sym_super] = ACTIONS(2621), + [sym_crate] = ACTIONS(2621), + [sym_metavariable] = ACTIONS(2619), + [sym__raw_string_literal_start] = ACTIONS(2619), + [sym_float_literal] = ACTIONS(2619), }, [STATE(675)] = { [sym_line_comment] = STATE(675), [sym_block_comment] = STATE(675), - [ts_builtin_sym_end] = ACTIONS(1438), - [sym_identifier] = ACTIONS(1440), - [anon_sym_SEMI] = ACTIONS(1438), - [anon_sym_macro_rules_BANG] = ACTIONS(1438), - [anon_sym_LPAREN] = ACTIONS(1438), - [anon_sym_LBRACK] = ACTIONS(1438), - [anon_sym_LBRACE] = ACTIONS(1438), - [anon_sym_RBRACE] = ACTIONS(1438), - [anon_sym_STAR] = ACTIONS(1438), - [anon_sym_u8] = ACTIONS(1440), - [anon_sym_i8] = ACTIONS(1440), - [anon_sym_u16] = ACTIONS(1440), - [anon_sym_i16] = ACTIONS(1440), - [anon_sym_u32] = ACTIONS(1440), - [anon_sym_i32] = ACTIONS(1440), - [anon_sym_u64] = ACTIONS(1440), - [anon_sym_i64] = ACTIONS(1440), - [anon_sym_u128] = ACTIONS(1440), - [anon_sym_i128] = ACTIONS(1440), - [anon_sym_isize] = ACTIONS(1440), - [anon_sym_usize] = ACTIONS(1440), - [anon_sym_f32] = ACTIONS(1440), - [anon_sym_f64] = ACTIONS(1440), - [anon_sym_bool] = ACTIONS(1440), - [anon_sym_str] = ACTIONS(1440), - [anon_sym_char] = ACTIONS(1440), - [anon_sym_DASH] = ACTIONS(1438), - [anon_sym_BANG] = ACTIONS(1438), - [anon_sym_AMP] = ACTIONS(1438), - [anon_sym_PIPE] = ACTIONS(1438), - [anon_sym_LT] = ACTIONS(1438), - [anon_sym_DOT_DOT] = ACTIONS(1438), - [anon_sym_COLON_COLON] = ACTIONS(1438), - [anon_sym_POUND] = ACTIONS(1438), - [anon_sym_SQUOTE] = ACTIONS(1440), - [anon_sym_async] = ACTIONS(1440), - [anon_sym_break] = ACTIONS(1440), - [anon_sym_const] = ACTIONS(1440), - [anon_sym_continue] = ACTIONS(1440), - [anon_sym_default] = ACTIONS(1440), - [anon_sym_enum] = ACTIONS(1440), - [anon_sym_fn] = ACTIONS(1440), - [anon_sym_for] = ACTIONS(1440), - [anon_sym_gen] = ACTIONS(1440), - [anon_sym_if] = ACTIONS(1440), - [anon_sym_impl] = ACTIONS(1440), - [anon_sym_let] = ACTIONS(1440), - [anon_sym_loop] = ACTIONS(1440), - [anon_sym_match] = ACTIONS(1440), - [anon_sym_mod] = ACTIONS(1440), - [anon_sym_pub] = ACTIONS(1440), - [anon_sym_return] = ACTIONS(1440), - [anon_sym_static] = ACTIONS(1440), - [anon_sym_struct] = ACTIONS(1440), - [anon_sym_trait] = ACTIONS(1440), - [anon_sym_type] = ACTIONS(1440), - [anon_sym_union] = ACTIONS(1440), - [anon_sym_unsafe] = ACTIONS(1440), - [anon_sym_use] = ACTIONS(1440), - [anon_sym_while] = ACTIONS(1440), - [anon_sym_extern] = ACTIONS(1440), - [anon_sym_raw] = ACTIONS(1440), - [anon_sym_yield] = ACTIONS(1440), - [anon_sym_move] = ACTIONS(1440), - [anon_sym_try] = ACTIONS(1440), - [sym_integer_literal] = ACTIONS(1438), - [aux_sym_string_literal_token1] = ACTIONS(1438), - [sym_char_literal] = ACTIONS(1438), - [anon_sym_true] = ACTIONS(1440), - [anon_sym_false] = ACTIONS(1440), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1440), - [sym_super] = ACTIONS(1440), - [sym_crate] = ACTIONS(1440), - [sym_metavariable] = ACTIONS(1438), - [sym__raw_string_literal_start] = ACTIONS(1438), - [sym_float_literal] = ACTIONS(1438), + [ts_builtin_sym_end] = ACTIONS(2623), + [sym_identifier] = ACTIONS(2625), + [anon_sym_SEMI] = ACTIONS(2623), + [anon_sym_macro_rules_BANG] = ACTIONS(2623), + [anon_sym_LPAREN] = ACTIONS(2623), + [anon_sym_LBRACK] = ACTIONS(2623), + [anon_sym_LBRACE] = ACTIONS(2623), + [anon_sym_RBRACE] = ACTIONS(2623), + [anon_sym_STAR] = ACTIONS(2623), + [anon_sym_u8] = ACTIONS(2625), + [anon_sym_i8] = ACTIONS(2625), + [anon_sym_u16] = ACTIONS(2625), + [anon_sym_i16] = ACTIONS(2625), + [anon_sym_u32] = ACTIONS(2625), + [anon_sym_i32] = ACTIONS(2625), + [anon_sym_u64] = ACTIONS(2625), + [anon_sym_i64] = ACTIONS(2625), + [anon_sym_u128] = ACTIONS(2625), + [anon_sym_i128] = ACTIONS(2625), + [anon_sym_isize] = ACTIONS(2625), + [anon_sym_usize] = ACTIONS(2625), + [anon_sym_f32] = ACTIONS(2625), + [anon_sym_f64] = ACTIONS(2625), + [anon_sym_bool] = ACTIONS(2625), + [anon_sym_str] = ACTIONS(2625), + [anon_sym_char] = ACTIONS(2625), + [anon_sym_DASH] = ACTIONS(2623), + [anon_sym_BANG] = ACTIONS(2623), + [anon_sym_AMP] = ACTIONS(2623), + [anon_sym_PIPE] = ACTIONS(2623), + [anon_sym_LT] = ACTIONS(2623), + [anon_sym_DOT_DOT] = ACTIONS(2623), + [anon_sym_COLON_COLON] = ACTIONS(2623), + [anon_sym_POUND] = ACTIONS(2623), + [anon_sym_SQUOTE] = ACTIONS(2625), + [anon_sym_async] = ACTIONS(2625), + [anon_sym_break] = ACTIONS(2625), + [anon_sym_const] = ACTIONS(2625), + [anon_sym_continue] = ACTIONS(2625), + [anon_sym_default] = ACTIONS(2625), + [anon_sym_enum] = ACTIONS(2625), + [anon_sym_fn] = ACTIONS(2625), + [anon_sym_for] = ACTIONS(2625), + [anon_sym_gen] = ACTIONS(2625), + [anon_sym_if] = ACTIONS(2625), + [anon_sym_impl] = ACTIONS(2625), + [anon_sym_let] = ACTIONS(2625), + [anon_sym_loop] = ACTIONS(2625), + [anon_sym_match] = ACTIONS(2625), + [anon_sym_mod] = ACTIONS(2625), + [anon_sym_pub] = ACTIONS(2625), + [anon_sym_return] = ACTIONS(2625), + [anon_sym_static] = ACTIONS(2625), + [anon_sym_struct] = ACTIONS(2625), + [anon_sym_trait] = ACTIONS(2625), + [anon_sym_type] = ACTIONS(2625), + [anon_sym_union] = ACTIONS(2625), + [anon_sym_unsafe] = ACTIONS(2625), + [anon_sym_use] = ACTIONS(2625), + [anon_sym_while] = ACTIONS(2625), + [anon_sym_extern] = ACTIONS(2625), + [anon_sym_raw] = ACTIONS(2625), + [anon_sym_yield] = ACTIONS(2625), + [anon_sym_move] = ACTIONS(2625), + [anon_sym_try] = ACTIONS(2625), + [sym_integer_literal] = ACTIONS(2623), + [aux_sym_string_literal_token1] = ACTIONS(2623), + [sym_char_literal] = ACTIONS(2623), + [anon_sym_true] = ACTIONS(2625), + [anon_sym_false] = ACTIONS(2625), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2625), + [sym_super] = ACTIONS(2625), + [sym_crate] = ACTIONS(2625), + [sym_metavariable] = ACTIONS(2623), + [sym__raw_string_literal_start] = ACTIONS(2623), + [sym_float_literal] = ACTIONS(2623), }, [STATE(676)] = { [sym_line_comment] = STATE(676), [sym_block_comment] = STATE(676), - [ts_builtin_sym_end] = ACTIONS(1446), - [sym_identifier] = ACTIONS(1448), - [anon_sym_SEMI] = ACTIONS(1446), - [anon_sym_macro_rules_BANG] = ACTIONS(1446), - [anon_sym_LPAREN] = ACTIONS(1446), - [anon_sym_LBRACK] = ACTIONS(1446), - [anon_sym_LBRACE] = ACTIONS(1446), - [anon_sym_RBRACE] = ACTIONS(1446), - [anon_sym_STAR] = ACTIONS(1446), - [anon_sym_u8] = ACTIONS(1448), - [anon_sym_i8] = ACTIONS(1448), - [anon_sym_u16] = ACTIONS(1448), - [anon_sym_i16] = ACTIONS(1448), - [anon_sym_u32] = ACTIONS(1448), - [anon_sym_i32] = ACTIONS(1448), - [anon_sym_u64] = ACTIONS(1448), - [anon_sym_i64] = ACTIONS(1448), - [anon_sym_u128] = ACTIONS(1448), - [anon_sym_i128] = ACTIONS(1448), - [anon_sym_isize] = ACTIONS(1448), - [anon_sym_usize] = ACTIONS(1448), - [anon_sym_f32] = ACTIONS(1448), - [anon_sym_f64] = ACTIONS(1448), - [anon_sym_bool] = ACTIONS(1448), - [anon_sym_str] = ACTIONS(1448), - [anon_sym_char] = ACTIONS(1448), - [anon_sym_DASH] = ACTIONS(1446), - [anon_sym_BANG] = ACTIONS(1446), - [anon_sym_AMP] = ACTIONS(1446), - [anon_sym_PIPE] = ACTIONS(1446), - [anon_sym_LT] = ACTIONS(1446), - [anon_sym_DOT_DOT] = ACTIONS(1446), - [anon_sym_COLON_COLON] = ACTIONS(1446), - [anon_sym_POUND] = ACTIONS(1446), - [anon_sym_SQUOTE] = ACTIONS(1448), - [anon_sym_async] = ACTIONS(1448), - [anon_sym_break] = ACTIONS(1448), - [anon_sym_const] = ACTIONS(1448), - [anon_sym_continue] = ACTIONS(1448), - [anon_sym_default] = ACTIONS(1448), - [anon_sym_enum] = ACTIONS(1448), - [anon_sym_fn] = ACTIONS(1448), - [anon_sym_for] = ACTIONS(1448), - [anon_sym_gen] = ACTIONS(1448), - [anon_sym_if] = ACTIONS(1448), - [anon_sym_impl] = ACTIONS(1448), - [anon_sym_let] = ACTIONS(1448), - [anon_sym_loop] = ACTIONS(1448), - [anon_sym_match] = ACTIONS(1448), - [anon_sym_mod] = ACTIONS(1448), - [anon_sym_pub] = ACTIONS(1448), - [anon_sym_return] = ACTIONS(1448), - [anon_sym_static] = ACTIONS(1448), - [anon_sym_struct] = ACTIONS(1448), - [anon_sym_trait] = ACTIONS(1448), - [anon_sym_type] = ACTIONS(1448), - [anon_sym_union] = ACTIONS(1448), - [anon_sym_unsafe] = ACTIONS(1448), - [anon_sym_use] = ACTIONS(1448), - [anon_sym_while] = ACTIONS(1448), - [anon_sym_extern] = ACTIONS(1448), - [anon_sym_raw] = ACTIONS(1448), - [anon_sym_yield] = ACTIONS(1448), - [anon_sym_move] = ACTIONS(1448), - [anon_sym_try] = ACTIONS(1448), - [sym_integer_literal] = ACTIONS(1446), - [aux_sym_string_literal_token1] = ACTIONS(1446), - [sym_char_literal] = ACTIONS(1446), - [anon_sym_true] = ACTIONS(1448), - [anon_sym_false] = ACTIONS(1448), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1448), - [sym_super] = ACTIONS(1448), - [sym_crate] = ACTIONS(1448), - [sym_metavariable] = ACTIONS(1446), - [sym__raw_string_literal_start] = ACTIONS(1446), - [sym_float_literal] = ACTIONS(1446), + [ts_builtin_sym_end] = ACTIONS(2627), + [sym_identifier] = ACTIONS(2629), + [anon_sym_SEMI] = ACTIONS(2627), + [anon_sym_macro_rules_BANG] = ACTIONS(2627), + [anon_sym_LPAREN] = ACTIONS(2627), + [anon_sym_LBRACK] = ACTIONS(2627), + [anon_sym_LBRACE] = ACTIONS(2627), + [anon_sym_RBRACE] = ACTIONS(2627), + [anon_sym_STAR] = ACTIONS(2627), + [anon_sym_u8] = ACTIONS(2629), + [anon_sym_i8] = ACTIONS(2629), + [anon_sym_u16] = ACTIONS(2629), + [anon_sym_i16] = ACTIONS(2629), + [anon_sym_u32] = ACTIONS(2629), + [anon_sym_i32] = ACTIONS(2629), + [anon_sym_u64] = ACTIONS(2629), + [anon_sym_i64] = ACTIONS(2629), + [anon_sym_u128] = ACTIONS(2629), + [anon_sym_i128] = ACTIONS(2629), + [anon_sym_isize] = ACTIONS(2629), + [anon_sym_usize] = ACTIONS(2629), + [anon_sym_f32] = ACTIONS(2629), + [anon_sym_f64] = ACTIONS(2629), + [anon_sym_bool] = ACTIONS(2629), + [anon_sym_str] = ACTIONS(2629), + [anon_sym_char] = ACTIONS(2629), + [anon_sym_DASH] = ACTIONS(2627), + [anon_sym_BANG] = ACTIONS(2627), + [anon_sym_AMP] = ACTIONS(2627), + [anon_sym_PIPE] = ACTIONS(2627), + [anon_sym_LT] = ACTIONS(2627), + [anon_sym_DOT_DOT] = ACTIONS(2627), + [anon_sym_COLON_COLON] = ACTIONS(2627), + [anon_sym_POUND] = ACTIONS(2627), + [anon_sym_SQUOTE] = ACTIONS(2629), + [anon_sym_async] = ACTIONS(2629), + [anon_sym_break] = ACTIONS(2629), + [anon_sym_const] = ACTIONS(2629), + [anon_sym_continue] = ACTIONS(2629), + [anon_sym_default] = ACTIONS(2629), + [anon_sym_enum] = ACTIONS(2629), + [anon_sym_fn] = ACTIONS(2629), + [anon_sym_for] = ACTIONS(2629), + [anon_sym_gen] = ACTIONS(2629), + [anon_sym_if] = ACTIONS(2629), + [anon_sym_impl] = ACTIONS(2629), + [anon_sym_let] = ACTIONS(2629), + [anon_sym_loop] = ACTIONS(2629), + [anon_sym_match] = ACTIONS(2629), + [anon_sym_mod] = ACTIONS(2629), + [anon_sym_pub] = ACTIONS(2629), + [anon_sym_return] = ACTIONS(2629), + [anon_sym_static] = ACTIONS(2629), + [anon_sym_struct] = ACTIONS(2629), + [anon_sym_trait] = ACTIONS(2629), + [anon_sym_type] = ACTIONS(2629), + [anon_sym_union] = ACTIONS(2629), + [anon_sym_unsafe] = ACTIONS(2629), + [anon_sym_use] = ACTIONS(2629), + [anon_sym_while] = ACTIONS(2629), + [anon_sym_extern] = ACTIONS(2629), + [anon_sym_raw] = ACTIONS(2629), + [anon_sym_yield] = ACTIONS(2629), + [anon_sym_move] = ACTIONS(2629), + [anon_sym_try] = ACTIONS(2629), + [sym_integer_literal] = ACTIONS(2627), + [aux_sym_string_literal_token1] = ACTIONS(2627), + [sym_char_literal] = ACTIONS(2627), + [anon_sym_true] = ACTIONS(2629), + [anon_sym_false] = ACTIONS(2629), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2629), + [sym_super] = ACTIONS(2629), + [sym_crate] = ACTIONS(2629), + [sym_metavariable] = ACTIONS(2627), + [sym__raw_string_literal_start] = ACTIONS(2627), + [sym_float_literal] = ACTIONS(2627), }, [STATE(677)] = { [sym_line_comment] = STATE(677), [sym_block_comment] = STATE(677), - [ts_builtin_sym_end] = ACTIONS(2645), - [sym_identifier] = ACTIONS(2647), - [anon_sym_SEMI] = ACTIONS(2645), - [anon_sym_macro_rules_BANG] = ACTIONS(2645), - [anon_sym_LPAREN] = ACTIONS(2645), - [anon_sym_LBRACK] = ACTIONS(2645), - [anon_sym_LBRACE] = ACTIONS(2645), - [anon_sym_RBRACE] = ACTIONS(2645), - [anon_sym_STAR] = ACTIONS(2645), - [anon_sym_u8] = ACTIONS(2647), - [anon_sym_i8] = ACTIONS(2647), - [anon_sym_u16] = ACTIONS(2647), - [anon_sym_i16] = ACTIONS(2647), - [anon_sym_u32] = ACTIONS(2647), - [anon_sym_i32] = ACTIONS(2647), - [anon_sym_u64] = ACTIONS(2647), - [anon_sym_i64] = ACTIONS(2647), - [anon_sym_u128] = ACTIONS(2647), - [anon_sym_i128] = ACTIONS(2647), - [anon_sym_isize] = ACTIONS(2647), - [anon_sym_usize] = ACTIONS(2647), - [anon_sym_f32] = ACTIONS(2647), - [anon_sym_f64] = ACTIONS(2647), - [anon_sym_bool] = ACTIONS(2647), - [anon_sym_str] = ACTIONS(2647), - [anon_sym_char] = ACTIONS(2647), - [anon_sym_DASH] = ACTIONS(2645), - [anon_sym_BANG] = ACTIONS(2645), - [anon_sym_AMP] = ACTIONS(2645), - [anon_sym_PIPE] = ACTIONS(2645), - [anon_sym_LT] = ACTIONS(2645), - [anon_sym_DOT_DOT] = ACTIONS(2645), - [anon_sym_COLON_COLON] = ACTIONS(2645), - [anon_sym_POUND] = ACTIONS(2645), - [anon_sym_SQUOTE] = ACTIONS(2647), - [anon_sym_async] = ACTIONS(2647), - [anon_sym_break] = ACTIONS(2647), - [anon_sym_const] = ACTIONS(2647), - [anon_sym_continue] = ACTIONS(2647), - [anon_sym_default] = ACTIONS(2647), - [anon_sym_enum] = ACTIONS(2647), - [anon_sym_fn] = ACTIONS(2647), - [anon_sym_for] = ACTIONS(2647), - [anon_sym_gen] = ACTIONS(2647), - [anon_sym_if] = ACTIONS(2647), - [anon_sym_impl] = ACTIONS(2647), - [anon_sym_let] = ACTIONS(2647), - [anon_sym_loop] = ACTIONS(2647), - [anon_sym_match] = ACTIONS(2647), - [anon_sym_mod] = ACTIONS(2647), - [anon_sym_pub] = ACTIONS(2647), - [anon_sym_return] = ACTIONS(2647), - [anon_sym_static] = ACTIONS(2647), - [anon_sym_struct] = ACTIONS(2647), - [anon_sym_trait] = ACTIONS(2647), - [anon_sym_type] = ACTIONS(2647), - [anon_sym_union] = ACTIONS(2647), - [anon_sym_unsafe] = ACTIONS(2647), - [anon_sym_use] = ACTIONS(2647), - [anon_sym_while] = ACTIONS(2647), - [anon_sym_extern] = ACTIONS(2647), - [anon_sym_raw] = ACTIONS(2647), - [anon_sym_yield] = ACTIONS(2647), - [anon_sym_move] = ACTIONS(2647), - [anon_sym_try] = ACTIONS(2647), - [sym_integer_literal] = ACTIONS(2645), - [aux_sym_string_literal_token1] = ACTIONS(2645), - [sym_char_literal] = ACTIONS(2645), - [anon_sym_true] = ACTIONS(2647), - [anon_sym_false] = ACTIONS(2647), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(2647), - [sym_super] = ACTIONS(2647), - [sym_crate] = ACTIONS(2647), - [sym_metavariable] = ACTIONS(2645), - [sym__raw_string_literal_start] = ACTIONS(2645), - [sym_float_literal] = ACTIONS(2645), + [ts_builtin_sym_end] = ACTIONS(2631), + [sym_identifier] = ACTIONS(2633), + [anon_sym_SEMI] = ACTIONS(2631), + [anon_sym_macro_rules_BANG] = ACTIONS(2631), + [anon_sym_LPAREN] = ACTIONS(2631), + [anon_sym_LBRACK] = ACTIONS(2631), + [anon_sym_LBRACE] = ACTIONS(2631), + [anon_sym_RBRACE] = ACTIONS(2631), + [anon_sym_STAR] = ACTIONS(2631), + [anon_sym_u8] = ACTIONS(2633), + [anon_sym_i8] = ACTIONS(2633), + [anon_sym_u16] = ACTIONS(2633), + [anon_sym_i16] = ACTIONS(2633), + [anon_sym_u32] = ACTIONS(2633), + [anon_sym_i32] = ACTIONS(2633), + [anon_sym_u64] = ACTIONS(2633), + [anon_sym_i64] = ACTIONS(2633), + [anon_sym_u128] = ACTIONS(2633), + [anon_sym_i128] = ACTIONS(2633), + [anon_sym_isize] = ACTIONS(2633), + [anon_sym_usize] = ACTIONS(2633), + [anon_sym_f32] = ACTIONS(2633), + [anon_sym_f64] = ACTIONS(2633), + [anon_sym_bool] = ACTIONS(2633), + [anon_sym_str] = ACTIONS(2633), + [anon_sym_char] = ACTIONS(2633), + [anon_sym_DASH] = ACTIONS(2631), + [anon_sym_BANG] = ACTIONS(2631), + [anon_sym_AMP] = ACTIONS(2631), + [anon_sym_PIPE] = ACTIONS(2631), + [anon_sym_LT] = ACTIONS(2631), + [anon_sym_DOT_DOT] = ACTIONS(2631), + [anon_sym_COLON_COLON] = ACTIONS(2631), + [anon_sym_POUND] = ACTIONS(2631), + [anon_sym_SQUOTE] = ACTIONS(2633), + [anon_sym_async] = ACTIONS(2633), + [anon_sym_break] = ACTIONS(2633), + [anon_sym_const] = ACTIONS(2633), + [anon_sym_continue] = ACTIONS(2633), + [anon_sym_default] = ACTIONS(2633), + [anon_sym_enum] = ACTIONS(2633), + [anon_sym_fn] = ACTIONS(2633), + [anon_sym_for] = ACTIONS(2633), + [anon_sym_gen] = ACTIONS(2633), + [anon_sym_if] = ACTIONS(2633), + [anon_sym_impl] = ACTIONS(2633), + [anon_sym_let] = ACTIONS(2633), + [anon_sym_loop] = ACTIONS(2633), + [anon_sym_match] = ACTIONS(2633), + [anon_sym_mod] = ACTIONS(2633), + [anon_sym_pub] = ACTIONS(2633), + [anon_sym_return] = ACTIONS(2633), + [anon_sym_static] = ACTIONS(2633), + [anon_sym_struct] = ACTIONS(2633), + [anon_sym_trait] = ACTIONS(2633), + [anon_sym_type] = ACTIONS(2633), + [anon_sym_union] = ACTIONS(2633), + [anon_sym_unsafe] = ACTIONS(2633), + [anon_sym_use] = ACTIONS(2633), + [anon_sym_while] = ACTIONS(2633), + [anon_sym_extern] = ACTIONS(2633), + [anon_sym_raw] = ACTIONS(2633), + [anon_sym_yield] = ACTIONS(2633), + [anon_sym_move] = ACTIONS(2633), + [anon_sym_try] = ACTIONS(2633), + [sym_integer_literal] = ACTIONS(2631), + [aux_sym_string_literal_token1] = ACTIONS(2631), + [sym_char_literal] = ACTIONS(2631), + [anon_sym_true] = ACTIONS(2633), + [anon_sym_false] = ACTIONS(2633), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2633), + [sym_super] = ACTIONS(2633), + [sym_crate] = ACTIONS(2633), + [sym_metavariable] = ACTIONS(2631), + [sym__raw_string_literal_start] = ACTIONS(2631), + [sym_float_literal] = ACTIONS(2631), }, [STATE(678)] = { [sym_line_comment] = STATE(678), [sym_block_comment] = STATE(678), - [ts_builtin_sym_end] = ACTIONS(2649), - [sym_identifier] = ACTIONS(2651), - [anon_sym_SEMI] = ACTIONS(2649), - [anon_sym_macro_rules_BANG] = ACTIONS(2649), - [anon_sym_LPAREN] = ACTIONS(2649), - [anon_sym_LBRACK] = ACTIONS(2649), - [anon_sym_LBRACE] = ACTIONS(2649), - [anon_sym_RBRACE] = ACTIONS(2649), - [anon_sym_STAR] = ACTIONS(2649), - [anon_sym_u8] = ACTIONS(2651), - [anon_sym_i8] = ACTIONS(2651), - [anon_sym_u16] = ACTIONS(2651), - [anon_sym_i16] = ACTIONS(2651), - [anon_sym_u32] = ACTIONS(2651), - [anon_sym_i32] = ACTIONS(2651), - [anon_sym_u64] = ACTIONS(2651), - [anon_sym_i64] = ACTIONS(2651), - [anon_sym_u128] = ACTIONS(2651), - [anon_sym_i128] = ACTIONS(2651), - [anon_sym_isize] = ACTIONS(2651), - [anon_sym_usize] = ACTIONS(2651), - [anon_sym_f32] = ACTIONS(2651), - [anon_sym_f64] = ACTIONS(2651), - [anon_sym_bool] = ACTIONS(2651), - [anon_sym_str] = ACTIONS(2651), - [anon_sym_char] = ACTIONS(2651), - [anon_sym_DASH] = ACTIONS(2649), - [anon_sym_BANG] = ACTIONS(2649), - [anon_sym_AMP] = ACTIONS(2649), - [anon_sym_PIPE] = ACTIONS(2649), - [anon_sym_LT] = ACTIONS(2649), - [anon_sym_DOT_DOT] = ACTIONS(2649), - [anon_sym_COLON_COLON] = ACTIONS(2649), - [anon_sym_POUND] = ACTIONS(2649), - [anon_sym_SQUOTE] = ACTIONS(2651), - [anon_sym_async] = ACTIONS(2651), - [anon_sym_break] = ACTIONS(2651), - [anon_sym_const] = ACTIONS(2651), - [anon_sym_continue] = ACTIONS(2651), - [anon_sym_default] = ACTIONS(2651), - [anon_sym_enum] = ACTIONS(2651), - [anon_sym_fn] = ACTIONS(2651), - [anon_sym_for] = ACTIONS(2651), - [anon_sym_gen] = ACTIONS(2651), - [anon_sym_if] = ACTIONS(2651), - [anon_sym_impl] = ACTIONS(2651), - [anon_sym_let] = ACTIONS(2651), - [anon_sym_loop] = ACTIONS(2651), - [anon_sym_match] = ACTIONS(2651), - [anon_sym_mod] = ACTIONS(2651), - [anon_sym_pub] = ACTIONS(2651), - [anon_sym_return] = ACTIONS(2651), - [anon_sym_static] = ACTIONS(2651), - [anon_sym_struct] = ACTIONS(2651), - [anon_sym_trait] = ACTIONS(2651), - [anon_sym_type] = ACTIONS(2651), - [anon_sym_union] = ACTIONS(2651), - [anon_sym_unsafe] = ACTIONS(2651), - [anon_sym_use] = ACTIONS(2651), - [anon_sym_while] = ACTIONS(2651), - [anon_sym_extern] = ACTIONS(2651), - [anon_sym_raw] = ACTIONS(2651), - [anon_sym_yield] = ACTIONS(2651), - [anon_sym_move] = ACTIONS(2651), - [anon_sym_try] = ACTIONS(2651), - [sym_integer_literal] = ACTIONS(2649), - [aux_sym_string_literal_token1] = ACTIONS(2649), - [sym_char_literal] = ACTIONS(2649), - [anon_sym_true] = ACTIONS(2651), - [anon_sym_false] = ACTIONS(2651), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(2651), - [sym_super] = ACTIONS(2651), - [sym_crate] = ACTIONS(2651), - [sym_metavariable] = ACTIONS(2649), - [sym__raw_string_literal_start] = ACTIONS(2649), - [sym_float_literal] = ACTIONS(2649), + [ts_builtin_sym_end] = ACTIONS(2635), + [sym_identifier] = ACTIONS(2637), + [anon_sym_SEMI] = ACTIONS(2635), + [anon_sym_macro_rules_BANG] = ACTIONS(2635), + [anon_sym_LPAREN] = ACTIONS(2635), + [anon_sym_LBRACK] = ACTIONS(2635), + [anon_sym_LBRACE] = ACTIONS(2635), + [anon_sym_RBRACE] = ACTIONS(2635), + [anon_sym_STAR] = ACTIONS(2635), + [anon_sym_u8] = ACTIONS(2637), + [anon_sym_i8] = ACTIONS(2637), + [anon_sym_u16] = ACTIONS(2637), + [anon_sym_i16] = ACTIONS(2637), + [anon_sym_u32] = ACTIONS(2637), + [anon_sym_i32] = ACTIONS(2637), + [anon_sym_u64] = ACTIONS(2637), + [anon_sym_i64] = ACTIONS(2637), + [anon_sym_u128] = ACTIONS(2637), + [anon_sym_i128] = ACTIONS(2637), + [anon_sym_isize] = ACTIONS(2637), + [anon_sym_usize] = ACTIONS(2637), + [anon_sym_f32] = ACTIONS(2637), + [anon_sym_f64] = ACTIONS(2637), + [anon_sym_bool] = ACTIONS(2637), + [anon_sym_str] = ACTIONS(2637), + [anon_sym_char] = ACTIONS(2637), + [anon_sym_DASH] = ACTIONS(2635), + [anon_sym_BANG] = ACTIONS(2635), + [anon_sym_AMP] = ACTIONS(2635), + [anon_sym_PIPE] = ACTIONS(2635), + [anon_sym_LT] = ACTIONS(2635), + [anon_sym_DOT_DOT] = ACTIONS(2635), + [anon_sym_COLON_COLON] = ACTIONS(2635), + [anon_sym_POUND] = ACTIONS(2635), + [anon_sym_SQUOTE] = ACTIONS(2637), + [anon_sym_async] = ACTIONS(2637), + [anon_sym_break] = ACTIONS(2637), + [anon_sym_const] = ACTIONS(2637), + [anon_sym_continue] = ACTIONS(2637), + [anon_sym_default] = ACTIONS(2637), + [anon_sym_enum] = ACTIONS(2637), + [anon_sym_fn] = ACTIONS(2637), + [anon_sym_for] = ACTIONS(2637), + [anon_sym_gen] = ACTIONS(2637), + [anon_sym_if] = ACTIONS(2637), + [anon_sym_impl] = ACTIONS(2637), + [anon_sym_let] = ACTIONS(2637), + [anon_sym_loop] = ACTIONS(2637), + [anon_sym_match] = ACTIONS(2637), + [anon_sym_mod] = ACTIONS(2637), + [anon_sym_pub] = ACTIONS(2637), + [anon_sym_return] = ACTIONS(2637), + [anon_sym_static] = ACTIONS(2637), + [anon_sym_struct] = ACTIONS(2637), + [anon_sym_trait] = ACTIONS(2637), + [anon_sym_type] = ACTIONS(2637), + [anon_sym_union] = ACTIONS(2637), + [anon_sym_unsafe] = ACTIONS(2637), + [anon_sym_use] = ACTIONS(2637), + [anon_sym_while] = ACTIONS(2637), + [anon_sym_extern] = ACTIONS(2637), + [anon_sym_raw] = ACTIONS(2637), + [anon_sym_yield] = ACTIONS(2637), + [anon_sym_move] = ACTIONS(2637), + [anon_sym_try] = ACTIONS(2637), + [sym_integer_literal] = ACTIONS(2635), + [aux_sym_string_literal_token1] = ACTIONS(2635), + [sym_char_literal] = ACTIONS(2635), + [anon_sym_true] = ACTIONS(2637), + [anon_sym_false] = ACTIONS(2637), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2637), + [sym_super] = ACTIONS(2637), + [sym_crate] = ACTIONS(2637), + [sym_metavariable] = ACTIONS(2635), + [sym__raw_string_literal_start] = ACTIONS(2635), + [sym_float_literal] = ACTIONS(2635), }, [STATE(679)] = { [sym_line_comment] = STATE(679), [sym_block_comment] = STATE(679), - [ts_builtin_sym_end] = ACTIONS(2653), - [sym_identifier] = ACTIONS(2655), - [anon_sym_SEMI] = ACTIONS(2653), - [anon_sym_macro_rules_BANG] = ACTIONS(2653), - [anon_sym_LPAREN] = ACTIONS(2653), - [anon_sym_LBRACK] = ACTIONS(2653), - [anon_sym_LBRACE] = ACTIONS(2653), - [anon_sym_RBRACE] = ACTIONS(2653), - [anon_sym_STAR] = ACTIONS(2653), - [anon_sym_u8] = ACTIONS(2655), - [anon_sym_i8] = ACTIONS(2655), - [anon_sym_u16] = ACTIONS(2655), - [anon_sym_i16] = ACTIONS(2655), - [anon_sym_u32] = ACTIONS(2655), - [anon_sym_i32] = ACTIONS(2655), - [anon_sym_u64] = ACTIONS(2655), - [anon_sym_i64] = ACTIONS(2655), - [anon_sym_u128] = ACTIONS(2655), - [anon_sym_i128] = ACTIONS(2655), - [anon_sym_isize] = ACTIONS(2655), - [anon_sym_usize] = ACTIONS(2655), - [anon_sym_f32] = ACTIONS(2655), - [anon_sym_f64] = ACTIONS(2655), - [anon_sym_bool] = ACTIONS(2655), - [anon_sym_str] = ACTIONS(2655), - [anon_sym_char] = ACTIONS(2655), - [anon_sym_DASH] = ACTIONS(2653), - [anon_sym_BANG] = ACTIONS(2653), - [anon_sym_AMP] = ACTIONS(2653), - [anon_sym_PIPE] = ACTIONS(2653), - [anon_sym_LT] = ACTIONS(2653), - [anon_sym_DOT_DOT] = ACTIONS(2653), - [anon_sym_COLON_COLON] = ACTIONS(2653), - [anon_sym_POUND] = ACTIONS(2653), - [anon_sym_SQUOTE] = ACTIONS(2655), - [anon_sym_async] = ACTIONS(2655), - [anon_sym_break] = ACTIONS(2655), - [anon_sym_const] = ACTIONS(2655), - [anon_sym_continue] = ACTIONS(2655), - [anon_sym_default] = ACTIONS(2655), - [anon_sym_enum] = ACTIONS(2655), - [anon_sym_fn] = ACTIONS(2655), - [anon_sym_for] = ACTIONS(2655), - [anon_sym_gen] = ACTIONS(2655), - [anon_sym_if] = ACTIONS(2655), - [anon_sym_impl] = ACTIONS(2655), - [anon_sym_let] = ACTIONS(2655), - [anon_sym_loop] = ACTIONS(2655), - [anon_sym_match] = ACTIONS(2655), - [anon_sym_mod] = ACTIONS(2655), - [anon_sym_pub] = ACTIONS(2655), - [anon_sym_return] = ACTIONS(2655), - [anon_sym_static] = ACTIONS(2655), - [anon_sym_struct] = ACTIONS(2655), - [anon_sym_trait] = ACTIONS(2655), - [anon_sym_type] = ACTIONS(2655), - [anon_sym_union] = ACTIONS(2655), - [anon_sym_unsafe] = ACTIONS(2655), - [anon_sym_use] = ACTIONS(2655), - [anon_sym_while] = ACTIONS(2655), - [anon_sym_extern] = ACTIONS(2655), - [anon_sym_raw] = ACTIONS(2655), - [anon_sym_yield] = ACTIONS(2655), - [anon_sym_move] = ACTIONS(2655), - [anon_sym_try] = ACTIONS(2655), - [sym_integer_literal] = ACTIONS(2653), - [aux_sym_string_literal_token1] = ACTIONS(2653), - [sym_char_literal] = ACTIONS(2653), - [anon_sym_true] = ACTIONS(2655), - [anon_sym_false] = ACTIONS(2655), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(2655), - [sym_super] = ACTIONS(2655), - [sym_crate] = ACTIONS(2655), - [sym_metavariable] = ACTIONS(2653), - [sym__raw_string_literal_start] = ACTIONS(2653), - [sym_float_literal] = ACTIONS(2653), + [ts_builtin_sym_end] = ACTIONS(2639), + [sym_identifier] = ACTIONS(2641), + [anon_sym_SEMI] = ACTIONS(2639), + [anon_sym_macro_rules_BANG] = ACTIONS(2639), + [anon_sym_LPAREN] = ACTIONS(2639), + [anon_sym_LBRACK] = ACTIONS(2639), + [anon_sym_LBRACE] = ACTIONS(2639), + [anon_sym_RBRACE] = ACTIONS(2639), + [anon_sym_STAR] = ACTIONS(2639), + [anon_sym_u8] = ACTIONS(2641), + [anon_sym_i8] = ACTIONS(2641), + [anon_sym_u16] = ACTIONS(2641), + [anon_sym_i16] = ACTIONS(2641), + [anon_sym_u32] = ACTIONS(2641), + [anon_sym_i32] = ACTIONS(2641), + [anon_sym_u64] = ACTIONS(2641), + [anon_sym_i64] = ACTIONS(2641), + [anon_sym_u128] = ACTIONS(2641), + [anon_sym_i128] = ACTIONS(2641), + [anon_sym_isize] = ACTIONS(2641), + [anon_sym_usize] = ACTIONS(2641), + [anon_sym_f32] = ACTIONS(2641), + [anon_sym_f64] = ACTIONS(2641), + [anon_sym_bool] = ACTIONS(2641), + [anon_sym_str] = ACTIONS(2641), + [anon_sym_char] = ACTIONS(2641), + [anon_sym_DASH] = ACTIONS(2639), + [anon_sym_BANG] = ACTIONS(2639), + [anon_sym_AMP] = ACTIONS(2639), + [anon_sym_PIPE] = ACTIONS(2639), + [anon_sym_LT] = ACTIONS(2639), + [anon_sym_DOT_DOT] = ACTIONS(2639), + [anon_sym_COLON_COLON] = ACTIONS(2639), + [anon_sym_POUND] = ACTIONS(2639), + [anon_sym_SQUOTE] = ACTIONS(2641), + [anon_sym_async] = ACTIONS(2641), + [anon_sym_break] = ACTIONS(2641), + [anon_sym_const] = ACTIONS(2641), + [anon_sym_continue] = ACTIONS(2641), + [anon_sym_default] = ACTIONS(2641), + [anon_sym_enum] = ACTIONS(2641), + [anon_sym_fn] = ACTIONS(2641), + [anon_sym_for] = ACTIONS(2641), + [anon_sym_gen] = ACTIONS(2641), + [anon_sym_if] = ACTIONS(2641), + [anon_sym_impl] = ACTIONS(2641), + [anon_sym_let] = ACTIONS(2641), + [anon_sym_loop] = ACTIONS(2641), + [anon_sym_match] = ACTIONS(2641), + [anon_sym_mod] = ACTIONS(2641), + [anon_sym_pub] = ACTIONS(2641), + [anon_sym_return] = ACTIONS(2641), + [anon_sym_static] = ACTIONS(2641), + [anon_sym_struct] = ACTIONS(2641), + [anon_sym_trait] = ACTIONS(2641), + [anon_sym_type] = ACTIONS(2641), + [anon_sym_union] = ACTIONS(2641), + [anon_sym_unsafe] = ACTIONS(2641), + [anon_sym_use] = ACTIONS(2641), + [anon_sym_while] = ACTIONS(2641), + [anon_sym_extern] = ACTIONS(2641), + [anon_sym_raw] = ACTIONS(2641), + [anon_sym_yield] = ACTIONS(2641), + [anon_sym_move] = ACTIONS(2641), + [anon_sym_try] = ACTIONS(2641), + [sym_integer_literal] = ACTIONS(2639), + [aux_sym_string_literal_token1] = ACTIONS(2639), + [sym_char_literal] = ACTIONS(2639), + [anon_sym_true] = ACTIONS(2641), + [anon_sym_false] = ACTIONS(2641), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2641), + [sym_super] = ACTIONS(2641), + [sym_crate] = ACTIONS(2641), + [sym_metavariable] = ACTIONS(2639), + [sym__raw_string_literal_start] = ACTIONS(2639), + [sym_float_literal] = ACTIONS(2639), }, [STATE(680)] = { [sym_line_comment] = STATE(680), [sym_block_comment] = STATE(680), - [ts_builtin_sym_end] = ACTIONS(2657), - [sym_identifier] = ACTIONS(2659), - [anon_sym_SEMI] = ACTIONS(2657), - [anon_sym_macro_rules_BANG] = ACTIONS(2657), - [anon_sym_LPAREN] = ACTIONS(2657), - [anon_sym_LBRACK] = ACTIONS(2657), - [anon_sym_LBRACE] = ACTIONS(2657), - [anon_sym_RBRACE] = ACTIONS(2657), - [anon_sym_STAR] = ACTIONS(2657), - [anon_sym_u8] = ACTIONS(2659), - [anon_sym_i8] = ACTIONS(2659), - [anon_sym_u16] = ACTIONS(2659), - [anon_sym_i16] = ACTIONS(2659), - [anon_sym_u32] = ACTIONS(2659), - [anon_sym_i32] = ACTIONS(2659), - [anon_sym_u64] = ACTIONS(2659), - [anon_sym_i64] = ACTIONS(2659), - [anon_sym_u128] = ACTIONS(2659), - [anon_sym_i128] = ACTIONS(2659), - [anon_sym_isize] = ACTIONS(2659), - [anon_sym_usize] = ACTIONS(2659), - [anon_sym_f32] = ACTIONS(2659), - [anon_sym_f64] = ACTIONS(2659), - [anon_sym_bool] = ACTIONS(2659), - [anon_sym_str] = ACTIONS(2659), - [anon_sym_char] = ACTIONS(2659), - [anon_sym_DASH] = ACTIONS(2657), - [anon_sym_BANG] = ACTIONS(2657), - [anon_sym_AMP] = ACTIONS(2657), - [anon_sym_PIPE] = ACTIONS(2657), - [anon_sym_LT] = ACTIONS(2657), - [anon_sym_DOT_DOT] = ACTIONS(2657), - [anon_sym_COLON_COLON] = ACTIONS(2657), - [anon_sym_POUND] = ACTIONS(2657), - [anon_sym_SQUOTE] = ACTIONS(2659), - [anon_sym_async] = ACTIONS(2659), - [anon_sym_break] = ACTIONS(2659), - [anon_sym_const] = ACTIONS(2659), - [anon_sym_continue] = ACTIONS(2659), - [anon_sym_default] = ACTIONS(2659), - [anon_sym_enum] = ACTIONS(2659), - [anon_sym_fn] = ACTIONS(2659), - [anon_sym_for] = ACTIONS(2659), - [anon_sym_gen] = ACTIONS(2659), - [anon_sym_if] = ACTIONS(2659), - [anon_sym_impl] = ACTIONS(2659), - [anon_sym_let] = ACTIONS(2659), - [anon_sym_loop] = ACTIONS(2659), - [anon_sym_match] = ACTIONS(2659), - [anon_sym_mod] = ACTIONS(2659), - [anon_sym_pub] = ACTIONS(2659), - [anon_sym_return] = ACTIONS(2659), - [anon_sym_static] = ACTIONS(2659), - [anon_sym_struct] = ACTIONS(2659), - [anon_sym_trait] = ACTIONS(2659), - [anon_sym_type] = ACTIONS(2659), - [anon_sym_union] = ACTIONS(2659), - [anon_sym_unsafe] = ACTIONS(2659), - [anon_sym_use] = ACTIONS(2659), - [anon_sym_while] = ACTIONS(2659), - [anon_sym_extern] = ACTIONS(2659), - [anon_sym_raw] = ACTIONS(2659), - [anon_sym_yield] = ACTIONS(2659), - [anon_sym_move] = ACTIONS(2659), - [anon_sym_try] = ACTIONS(2659), - [sym_integer_literal] = ACTIONS(2657), - [aux_sym_string_literal_token1] = ACTIONS(2657), - [sym_char_literal] = ACTIONS(2657), - [anon_sym_true] = ACTIONS(2659), - [anon_sym_false] = ACTIONS(2659), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(2659), - [sym_super] = ACTIONS(2659), - [sym_crate] = ACTIONS(2659), - [sym_metavariable] = ACTIONS(2657), - [sym__raw_string_literal_start] = ACTIONS(2657), - [sym_float_literal] = ACTIONS(2657), + [ts_builtin_sym_end] = ACTIONS(2643), + [sym_identifier] = ACTIONS(2645), + [anon_sym_SEMI] = ACTIONS(2643), + [anon_sym_macro_rules_BANG] = ACTIONS(2643), + [anon_sym_LPAREN] = ACTIONS(2643), + [anon_sym_LBRACK] = ACTIONS(2643), + [anon_sym_LBRACE] = ACTIONS(2643), + [anon_sym_RBRACE] = ACTIONS(2643), + [anon_sym_STAR] = ACTIONS(2643), + [anon_sym_u8] = ACTIONS(2645), + [anon_sym_i8] = ACTIONS(2645), + [anon_sym_u16] = ACTIONS(2645), + [anon_sym_i16] = ACTIONS(2645), + [anon_sym_u32] = ACTIONS(2645), + [anon_sym_i32] = ACTIONS(2645), + [anon_sym_u64] = ACTIONS(2645), + [anon_sym_i64] = ACTIONS(2645), + [anon_sym_u128] = ACTIONS(2645), + [anon_sym_i128] = ACTIONS(2645), + [anon_sym_isize] = ACTIONS(2645), + [anon_sym_usize] = ACTIONS(2645), + [anon_sym_f32] = ACTIONS(2645), + [anon_sym_f64] = ACTIONS(2645), + [anon_sym_bool] = ACTIONS(2645), + [anon_sym_str] = ACTIONS(2645), + [anon_sym_char] = ACTIONS(2645), + [anon_sym_DASH] = ACTIONS(2643), + [anon_sym_BANG] = ACTIONS(2643), + [anon_sym_AMP] = ACTIONS(2643), + [anon_sym_PIPE] = ACTIONS(2643), + [anon_sym_LT] = ACTIONS(2643), + [anon_sym_DOT_DOT] = ACTIONS(2643), + [anon_sym_COLON_COLON] = ACTIONS(2643), + [anon_sym_POUND] = ACTIONS(2643), + [anon_sym_SQUOTE] = ACTIONS(2645), + [anon_sym_async] = ACTIONS(2645), + [anon_sym_break] = ACTIONS(2645), + [anon_sym_const] = ACTIONS(2645), + [anon_sym_continue] = ACTIONS(2645), + [anon_sym_default] = ACTIONS(2645), + [anon_sym_enum] = ACTIONS(2645), + [anon_sym_fn] = ACTIONS(2645), + [anon_sym_for] = ACTIONS(2645), + [anon_sym_gen] = ACTIONS(2645), + [anon_sym_if] = ACTIONS(2645), + [anon_sym_impl] = ACTIONS(2645), + [anon_sym_let] = ACTIONS(2645), + [anon_sym_loop] = ACTIONS(2645), + [anon_sym_match] = ACTIONS(2645), + [anon_sym_mod] = ACTIONS(2645), + [anon_sym_pub] = ACTIONS(2645), + [anon_sym_return] = ACTIONS(2645), + [anon_sym_static] = ACTIONS(2645), + [anon_sym_struct] = ACTIONS(2645), + [anon_sym_trait] = ACTIONS(2645), + [anon_sym_type] = ACTIONS(2645), + [anon_sym_union] = ACTIONS(2645), + [anon_sym_unsafe] = ACTIONS(2645), + [anon_sym_use] = ACTIONS(2645), + [anon_sym_while] = ACTIONS(2645), + [anon_sym_extern] = ACTIONS(2645), + [anon_sym_raw] = ACTIONS(2645), + [anon_sym_yield] = ACTIONS(2645), + [anon_sym_move] = ACTIONS(2645), + [anon_sym_try] = ACTIONS(2645), + [sym_integer_literal] = ACTIONS(2643), + [aux_sym_string_literal_token1] = ACTIONS(2643), + [sym_char_literal] = ACTIONS(2643), + [anon_sym_true] = ACTIONS(2645), + [anon_sym_false] = ACTIONS(2645), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2645), + [sym_super] = ACTIONS(2645), + [sym_crate] = ACTIONS(2645), + [sym_metavariable] = ACTIONS(2643), + [sym__raw_string_literal_start] = ACTIONS(2643), + [sym_float_literal] = ACTIONS(2643), }, [STATE(681)] = { [sym_line_comment] = STATE(681), [sym_block_comment] = STATE(681), - [ts_builtin_sym_end] = ACTIONS(2661), - [sym_identifier] = ACTIONS(2663), - [anon_sym_SEMI] = ACTIONS(2661), - [anon_sym_macro_rules_BANG] = ACTIONS(2661), - [anon_sym_LPAREN] = ACTIONS(2661), - [anon_sym_LBRACK] = ACTIONS(2661), - [anon_sym_LBRACE] = ACTIONS(2661), - [anon_sym_RBRACE] = ACTIONS(2661), - [anon_sym_STAR] = ACTIONS(2661), - [anon_sym_u8] = ACTIONS(2663), - [anon_sym_i8] = ACTIONS(2663), - [anon_sym_u16] = ACTIONS(2663), - [anon_sym_i16] = ACTIONS(2663), - [anon_sym_u32] = ACTIONS(2663), - [anon_sym_i32] = ACTIONS(2663), - [anon_sym_u64] = ACTIONS(2663), - [anon_sym_i64] = ACTIONS(2663), - [anon_sym_u128] = ACTIONS(2663), - [anon_sym_i128] = ACTIONS(2663), - [anon_sym_isize] = ACTIONS(2663), - [anon_sym_usize] = ACTIONS(2663), - [anon_sym_f32] = ACTIONS(2663), - [anon_sym_f64] = ACTIONS(2663), - [anon_sym_bool] = ACTIONS(2663), - [anon_sym_str] = ACTIONS(2663), - [anon_sym_char] = ACTIONS(2663), - [anon_sym_DASH] = ACTIONS(2661), - [anon_sym_BANG] = ACTIONS(2661), - [anon_sym_AMP] = ACTIONS(2661), - [anon_sym_PIPE] = ACTIONS(2661), - [anon_sym_LT] = ACTIONS(2661), - [anon_sym_DOT_DOT] = ACTIONS(2661), - [anon_sym_COLON_COLON] = ACTIONS(2661), - [anon_sym_POUND] = ACTIONS(2661), - [anon_sym_SQUOTE] = ACTIONS(2663), - [anon_sym_async] = ACTIONS(2663), - [anon_sym_break] = ACTIONS(2663), - [anon_sym_const] = ACTIONS(2663), - [anon_sym_continue] = ACTIONS(2663), - [anon_sym_default] = ACTIONS(2663), - [anon_sym_enum] = ACTIONS(2663), - [anon_sym_fn] = ACTIONS(2663), - [anon_sym_for] = ACTIONS(2663), - [anon_sym_gen] = ACTIONS(2663), - [anon_sym_if] = ACTIONS(2663), - [anon_sym_impl] = ACTIONS(2663), - [anon_sym_let] = ACTIONS(2663), - [anon_sym_loop] = ACTIONS(2663), - [anon_sym_match] = ACTIONS(2663), - [anon_sym_mod] = ACTIONS(2663), - [anon_sym_pub] = ACTIONS(2663), - [anon_sym_return] = ACTIONS(2663), - [anon_sym_static] = ACTIONS(2663), - [anon_sym_struct] = ACTIONS(2663), - [anon_sym_trait] = ACTIONS(2663), - [anon_sym_type] = ACTIONS(2663), - [anon_sym_union] = ACTIONS(2663), - [anon_sym_unsafe] = ACTIONS(2663), - [anon_sym_use] = ACTIONS(2663), - [anon_sym_while] = ACTIONS(2663), - [anon_sym_extern] = ACTIONS(2663), - [anon_sym_raw] = ACTIONS(2663), - [anon_sym_yield] = ACTIONS(2663), - [anon_sym_move] = ACTIONS(2663), - [anon_sym_try] = ACTIONS(2663), - [sym_integer_literal] = ACTIONS(2661), - [aux_sym_string_literal_token1] = ACTIONS(2661), - [sym_char_literal] = ACTIONS(2661), - [anon_sym_true] = ACTIONS(2663), - [anon_sym_false] = ACTIONS(2663), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(2663), - [sym_super] = ACTIONS(2663), - [sym_crate] = ACTIONS(2663), - [sym_metavariable] = ACTIONS(2661), - [sym__raw_string_literal_start] = ACTIONS(2661), - [sym_float_literal] = ACTIONS(2661), + [ts_builtin_sym_end] = ACTIONS(2647), + [sym_identifier] = ACTIONS(2649), + [anon_sym_SEMI] = ACTIONS(2647), + [anon_sym_macro_rules_BANG] = ACTIONS(2647), + [anon_sym_LPAREN] = ACTIONS(2647), + [anon_sym_LBRACK] = ACTIONS(2647), + [anon_sym_LBRACE] = ACTIONS(2647), + [anon_sym_RBRACE] = ACTIONS(2647), + [anon_sym_STAR] = ACTIONS(2647), + [anon_sym_u8] = ACTIONS(2649), + [anon_sym_i8] = ACTIONS(2649), + [anon_sym_u16] = ACTIONS(2649), + [anon_sym_i16] = ACTIONS(2649), + [anon_sym_u32] = ACTIONS(2649), + [anon_sym_i32] = ACTIONS(2649), + [anon_sym_u64] = ACTIONS(2649), + [anon_sym_i64] = ACTIONS(2649), + [anon_sym_u128] = ACTIONS(2649), + [anon_sym_i128] = ACTIONS(2649), + [anon_sym_isize] = ACTIONS(2649), + [anon_sym_usize] = ACTIONS(2649), + [anon_sym_f32] = ACTIONS(2649), + [anon_sym_f64] = ACTIONS(2649), + [anon_sym_bool] = ACTIONS(2649), + [anon_sym_str] = ACTIONS(2649), + [anon_sym_char] = ACTIONS(2649), + [anon_sym_DASH] = ACTIONS(2647), + [anon_sym_BANG] = ACTIONS(2647), + [anon_sym_AMP] = ACTIONS(2647), + [anon_sym_PIPE] = ACTIONS(2647), + [anon_sym_LT] = ACTIONS(2647), + [anon_sym_DOT_DOT] = ACTIONS(2647), + [anon_sym_COLON_COLON] = ACTIONS(2647), + [anon_sym_POUND] = ACTIONS(2647), + [anon_sym_SQUOTE] = ACTIONS(2649), + [anon_sym_async] = ACTIONS(2649), + [anon_sym_break] = ACTIONS(2649), + [anon_sym_const] = ACTIONS(2649), + [anon_sym_continue] = ACTIONS(2649), + [anon_sym_default] = ACTIONS(2649), + [anon_sym_enum] = ACTIONS(2649), + [anon_sym_fn] = ACTIONS(2649), + [anon_sym_for] = ACTIONS(2649), + [anon_sym_gen] = ACTIONS(2649), + [anon_sym_if] = ACTIONS(2649), + [anon_sym_impl] = ACTIONS(2649), + [anon_sym_let] = ACTIONS(2649), + [anon_sym_loop] = ACTIONS(2649), + [anon_sym_match] = ACTIONS(2649), + [anon_sym_mod] = ACTIONS(2649), + [anon_sym_pub] = ACTIONS(2649), + [anon_sym_return] = ACTIONS(2649), + [anon_sym_static] = ACTIONS(2649), + [anon_sym_struct] = ACTIONS(2649), + [anon_sym_trait] = ACTIONS(2649), + [anon_sym_type] = ACTIONS(2649), + [anon_sym_union] = ACTIONS(2649), + [anon_sym_unsafe] = ACTIONS(2649), + [anon_sym_use] = ACTIONS(2649), + [anon_sym_while] = ACTIONS(2649), + [anon_sym_extern] = ACTIONS(2649), + [anon_sym_raw] = ACTIONS(2649), + [anon_sym_yield] = ACTIONS(2649), + [anon_sym_move] = ACTIONS(2649), + [anon_sym_try] = ACTIONS(2649), + [sym_integer_literal] = ACTIONS(2647), + [aux_sym_string_literal_token1] = ACTIONS(2647), + [sym_char_literal] = ACTIONS(2647), + [anon_sym_true] = ACTIONS(2649), + [anon_sym_false] = ACTIONS(2649), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2649), + [sym_super] = ACTIONS(2649), + [sym_crate] = ACTIONS(2649), + [sym_metavariable] = ACTIONS(2647), + [sym__raw_string_literal_start] = ACTIONS(2647), + [sym_float_literal] = ACTIONS(2647), }, [STATE(682)] = { [sym_line_comment] = STATE(682), [sym_block_comment] = STATE(682), - [ts_builtin_sym_end] = ACTIONS(2665), - [sym_identifier] = ACTIONS(2667), - [anon_sym_SEMI] = ACTIONS(2665), - [anon_sym_macro_rules_BANG] = ACTIONS(2665), - [anon_sym_LPAREN] = ACTIONS(2665), - [anon_sym_LBRACK] = ACTIONS(2665), - [anon_sym_LBRACE] = ACTIONS(2665), - [anon_sym_RBRACE] = ACTIONS(2665), - [anon_sym_STAR] = ACTIONS(2665), - [anon_sym_u8] = ACTIONS(2667), - [anon_sym_i8] = ACTIONS(2667), - [anon_sym_u16] = ACTIONS(2667), - [anon_sym_i16] = ACTIONS(2667), - [anon_sym_u32] = ACTIONS(2667), - [anon_sym_i32] = ACTIONS(2667), - [anon_sym_u64] = ACTIONS(2667), - [anon_sym_i64] = ACTIONS(2667), - [anon_sym_u128] = ACTIONS(2667), - [anon_sym_i128] = ACTIONS(2667), - [anon_sym_isize] = ACTIONS(2667), - [anon_sym_usize] = ACTIONS(2667), - [anon_sym_f32] = ACTIONS(2667), - [anon_sym_f64] = ACTIONS(2667), - [anon_sym_bool] = ACTIONS(2667), - [anon_sym_str] = ACTIONS(2667), - [anon_sym_char] = ACTIONS(2667), - [anon_sym_DASH] = ACTIONS(2665), - [anon_sym_BANG] = ACTIONS(2665), - [anon_sym_AMP] = ACTIONS(2665), - [anon_sym_PIPE] = ACTIONS(2665), - [anon_sym_LT] = ACTIONS(2665), - [anon_sym_DOT_DOT] = ACTIONS(2665), - [anon_sym_COLON_COLON] = ACTIONS(2665), - [anon_sym_POUND] = ACTIONS(2665), - [anon_sym_SQUOTE] = ACTIONS(2667), - [anon_sym_async] = ACTIONS(2667), - [anon_sym_break] = ACTIONS(2667), - [anon_sym_const] = ACTIONS(2667), - [anon_sym_continue] = ACTIONS(2667), - [anon_sym_default] = ACTIONS(2667), - [anon_sym_enum] = ACTIONS(2667), - [anon_sym_fn] = ACTIONS(2667), - [anon_sym_for] = ACTIONS(2667), - [anon_sym_gen] = ACTIONS(2667), - [anon_sym_if] = ACTIONS(2667), - [anon_sym_impl] = ACTIONS(2667), - [anon_sym_let] = ACTIONS(2667), - [anon_sym_loop] = ACTIONS(2667), - [anon_sym_match] = ACTIONS(2667), - [anon_sym_mod] = ACTIONS(2667), - [anon_sym_pub] = ACTIONS(2667), - [anon_sym_return] = ACTIONS(2667), - [anon_sym_static] = ACTIONS(2667), - [anon_sym_struct] = ACTIONS(2667), - [anon_sym_trait] = ACTIONS(2667), - [anon_sym_type] = ACTIONS(2667), - [anon_sym_union] = ACTIONS(2667), - [anon_sym_unsafe] = ACTIONS(2667), - [anon_sym_use] = ACTIONS(2667), - [anon_sym_while] = ACTIONS(2667), - [anon_sym_extern] = ACTIONS(2667), - [anon_sym_raw] = ACTIONS(2667), - [anon_sym_yield] = ACTIONS(2667), - [anon_sym_move] = ACTIONS(2667), - [anon_sym_try] = ACTIONS(2667), - [sym_integer_literal] = ACTIONS(2665), - [aux_sym_string_literal_token1] = ACTIONS(2665), - [sym_char_literal] = ACTIONS(2665), - [anon_sym_true] = ACTIONS(2667), - [anon_sym_false] = ACTIONS(2667), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(2667), - [sym_super] = ACTIONS(2667), - [sym_crate] = ACTIONS(2667), - [sym_metavariable] = ACTIONS(2665), - [sym__raw_string_literal_start] = ACTIONS(2665), - [sym_float_literal] = ACTIONS(2665), + [ts_builtin_sym_end] = ACTIONS(2651), + [sym_identifier] = ACTIONS(2653), + [anon_sym_SEMI] = ACTIONS(2651), + [anon_sym_macro_rules_BANG] = ACTIONS(2651), + [anon_sym_LPAREN] = ACTIONS(2651), + [anon_sym_LBRACK] = ACTIONS(2651), + [anon_sym_LBRACE] = ACTIONS(2651), + [anon_sym_RBRACE] = ACTIONS(2651), + [anon_sym_STAR] = ACTIONS(2651), + [anon_sym_u8] = ACTIONS(2653), + [anon_sym_i8] = ACTIONS(2653), + [anon_sym_u16] = ACTIONS(2653), + [anon_sym_i16] = ACTIONS(2653), + [anon_sym_u32] = ACTIONS(2653), + [anon_sym_i32] = ACTIONS(2653), + [anon_sym_u64] = ACTIONS(2653), + [anon_sym_i64] = ACTIONS(2653), + [anon_sym_u128] = ACTIONS(2653), + [anon_sym_i128] = ACTIONS(2653), + [anon_sym_isize] = ACTIONS(2653), + [anon_sym_usize] = ACTIONS(2653), + [anon_sym_f32] = ACTIONS(2653), + [anon_sym_f64] = ACTIONS(2653), + [anon_sym_bool] = ACTIONS(2653), + [anon_sym_str] = ACTIONS(2653), + [anon_sym_char] = ACTIONS(2653), + [anon_sym_DASH] = ACTIONS(2651), + [anon_sym_BANG] = ACTIONS(2651), + [anon_sym_AMP] = ACTIONS(2651), + [anon_sym_PIPE] = ACTIONS(2651), + [anon_sym_LT] = ACTIONS(2651), + [anon_sym_DOT_DOT] = ACTIONS(2651), + [anon_sym_COLON_COLON] = ACTIONS(2651), + [anon_sym_POUND] = ACTIONS(2651), + [anon_sym_SQUOTE] = ACTIONS(2653), + [anon_sym_async] = ACTIONS(2653), + [anon_sym_break] = ACTIONS(2653), + [anon_sym_const] = ACTIONS(2653), + [anon_sym_continue] = ACTIONS(2653), + [anon_sym_default] = ACTIONS(2653), + [anon_sym_enum] = ACTIONS(2653), + [anon_sym_fn] = ACTIONS(2653), + [anon_sym_for] = ACTIONS(2653), + [anon_sym_gen] = ACTIONS(2653), + [anon_sym_if] = ACTIONS(2653), + [anon_sym_impl] = ACTIONS(2653), + [anon_sym_let] = ACTIONS(2653), + [anon_sym_loop] = ACTIONS(2653), + [anon_sym_match] = ACTIONS(2653), + [anon_sym_mod] = ACTIONS(2653), + [anon_sym_pub] = ACTIONS(2653), + [anon_sym_return] = ACTIONS(2653), + [anon_sym_static] = ACTIONS(2653), + [anon_sym_struct] = ACTIONS(2653), + [anon_sym_trait] = ACTIONS(2653), + [anon_sym_type] = ACTIONS(2653), + [anon_sym_union] = ACTIONS(2653), + [anon_sym_unsafe] = ACTIONS(2653), + [anon_sym_use] = ACTIONS(2653), + [anon_sym_while] = ACTIONS(2653), + [anon_sym_extern] = ACTIONS(2653), + [anon_sym_raw] = ACTIONS(2653), + [anon_sym_yield] = ACTIONS(2653), + [anon_sym_move] = ACTIONS(2653), + [anon_sym_try] = ACTIONS(2653), + [sym_integer_literal] = ACTIONS(2651), + [aux_sym_string_literal_token1] = ACTIONS(2651), + [sym_char_literal] = ACTIONS(2651), + [anon_sym_true] = ACTIONS(2653), + [anon_sym_false] = ACTIONS(2653), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2653), + [sym_super] = ACTIONS(2653), + [sym_crate] = ACTIONS(2653), + [sym_metavariable] = ACTIONS(2651), + [sym__raw_string_literal_start] = ACTIONS(2651), + [sym_float_literal] = ACTIONS(2651), }, [STATE(683)] = { [sym_line_comment] = STATE(683), [sym_block_comment] = STATE(683), - [ts_builtin_sym_end] = ACTIONS(2669), - [sym_identifier] = ACTIONS(2671), - [anon_sym_SEMI] = ACTIONS(2669), - [anon_sym_macro_rules_BANG] = ACTIONS(2669), - [anon_sym_LPAREN] = ACTIONS(2669), - [anon_sym_LBRACK] = ACTIONS(2669), - [anon_sym_LBRACE] = ACTIONS(2669), - [anon_sym_RBRACE] = ACTIONS(2669), - [anon_sym_STAR] = ACTIONS(2669), - [anon_sym_u8] = ACTIONS(2671), - [anon_sym_i8] = ACTIONS(2671), - [anon_sym_u16] = ACTIONS(2671), - [anon_sym_i16] = ACTIONS(2671), - [anon_sym_u32] = ACTIONS(2671), - [anon_sym_i32] = ACTIONS(2671), - [anon_sym_u64] = ACTIONS(2671), - [anon_sym_i64] = ACTIONS(2671), - [anon_sym_u128] = ACTIONS(2671), - [anon_sym_i128] = ACTIONS(2671), - [anon_sym_isize] = ACTIONS(2671), - [anon_sym_usize] = ACTIONS(2671), - [anon_sym_f32] = ACTIONS(2671), - [anon_sym_f64] = ACTIONS(2671), - [anon_sym_bool] = ACTIONS(2671), - [anon_sym_str] = ACTIONS(2671), - [anon_sym_char] = ACTIONS(2671), - [anon_sym_DASH] = ACTIONS(2669), - [anon_sym_BANG] = ACTIONS(2669), - [anon_sym_AMP] = ACTIONS(2669), - [anon_sym_PIPE] = ACTIONS(2669), - [anon_sym_LT] = ACTIONS(2669), - [anon_sym_DOT_DOT] = ACTIONS(2669), - [anon_sym_COLON_COLON] = ACTIONS(2669), - [anon_sym_POUND] = ACTIONS(2669), - [anon_sym_SQUOTE] = ACTIONS(2671), - [anon_sym_async] = ACTIONS(2671), - [anon_sym_break] = ACTIONS(2671), - [anon_sym_const] = ACTIONS(2671), - [anon_sym_continue] = ACTIONS(2671), - [anon_sym_default] = ACTIONS(2671), - [anon_sym_enum] = ACTIONS(2671), - [anon_sym_fn] = ACTIONS(2671), - [anon_sym_for] = ACTIONS(2671), - [anon_sym_gen] = ACTIONS(2671), - [anon_sym_if] = ACTIONS(2671), - [anon_sym_impl] = ACTIONS(2671), - [anon_sym_let] = ACTIONS(2671), - [anon_sym_loop] = ACTIONS(2671), - [anon_sym_match] = ACTIONS(2671), - [anon_sym_mod] = ACTIONS(2671), - [anon_sym_pub] = ACTIONS(2671), - [anon_sym_return] = ACTIONS(2671), - [anon_sym_static] = ACTIONS(2671), - [anon_sym_struct] = ACTIONS(2671), - [anon_sym_trait] = ACTIONS(2671), - [anon_sym_type] = ACTIONS(2671), - [anon_sym_union] = ACTIONS(2671), - [anon_sym_unsafe] = ACTIONS(2671), - [anon_sym_use] = ACTIONS(2671), - [anon_sym_while] = ACTIONS(2671), - [anon_sym_extern] = ACTIONS(2671), - [anon_sym_raw] = ACTIONS(2671), - [anon_sym_yield] = ACTIONS(2671), - [anon_sym_move] = ACTIONS(2671), - [anon_sym_try] = ACTIONS(2671), - [sym_integer_literal] = ACTIONS(2669), - [aux_sym_string_literal_token1] = ACTIONS(2669), - [sym_char_literal] = ACTIONS(2669), - [anon_sym_true] = ACTIONS(2671), - [anon_sym_false] = ACTIONS(2671), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(2671), - [sym_super] = ACTIONS(2671), - [sym_crate] = ACTIONS(2671), - [sym_metavariable] = ACTIONS(2669), - [sym__raw_string_literal_start] = ACTIONS(2669), - [sym_float_literal] = ACTIONS(2669), + [ts_builtin_sym_end] = ACTIONS(2655), + [sym_identifier] = ACTIONS(2657), + [anon_sym_SEMI] = ACTIONS(2655), + [anon_sym_macro_rules_BANG] = ACTIONS(2655), + [anon_sym_LPAREN] = ACTIONS(2655), + [anon_sym_LBRACK] = ACTIONS(2655), + [anon_sym_LBRACE] = ACTIONS(2655), + [anon_sym_RBRACE] = ACTIONS(2655), + [anon_sym_STAR] = ACTIONS(2655), + [anon_sym_u8] = ACTIONS(2657), + [anon_sym_i8] = ACTIONS(2657), + [anon_sym_u16] = ACTIONS(2657), + [anon_sym_i16] = ACTIONS(2657), + [anon_sym_u32] = ACTIONS(2657), + [anon_sym_i32] = ACTIONS(2657), + [anon_sym_u64] = ACTIONS(2657), + [anon_sym_i64] = ACTIONS(2657), + [anon_sym_u128] = ACTIONS(2657), + [anon_sym_i128] = ACTIONS(2657), + [anon_sym_isize] = ACTIONS(2657), + [anon_sym_usize] = ACTIONS(2657), + [anon_sym_f32] = ACTIONS(2657), + [anon_sym_f64] = ACTIONS(2657), + [anon_sym_bool] = ACTIONS(2657), + [anon_sym_str] = ACTIONS(2657), + [anon_sym_char] = ACTIONS(2657), + [anon_sym_DASH] = ACTIONS(2655), + [anon_sym_BANG] = ACTIONS(2655), + [anon_sym_AMP] = ACTIONS(2655), + [anon_sym_PIPE] = ACTIONS(2655), + [anon_sym_LT] = ACTIONS(2655), + [anon_sym_DOT_DOT] = ACTIONS(2655), + [anon_sym_COLON_COLON] = ACTIONS(2655), + [anon_sym_POUND] = ACTIONS(2655), + [anon_sym_SQUOTE] = ACTIONS(2657), + [anon_sym_async] = ACTIONS(2657), + [anon_sym_break] = ACTIONS(2657), + [anon_sym_const] = ACTIONS(2657), + [anon_sym_continue] = ACTIONS(2657), + [anon_sym_default] = ACTIONS(2657), + [anon_sym_enum] = ACTIONS(2657), + [anon_sym_fn] = ACTIONS(2657), + [anon_sym_for] = ACTIONS(2657), + [anon_sym_gen] = ACTIONS(2657), + [anon_sym_if] = ACTIONS(2657), + [anon_sym_impl] = ACTIONS(2657), + [anon_sym_let] = ACTIONS(2657), + [anon_sym_loop] = ACTIONS(2657), + [anon_sym_match] = ACTIONS(2657), + [anon_sym_mod] = ACTIONS(2657), + [anon_sym_pub] = ACTIONS(2657), + [anon_sym_return] = ACTIONS(2657), + [anon_sym_static] = ACTIONS(2657), + [anon_sym_struct] = ACTIONS(2657), + [anon_sym_trait] = ACTIONS(2657), + [anon_sym_type] = ACTIONS(2657), + [anon_sym_union] = ACTIONS(2657), + [anon_sym_unsafe] = ACTIONS(2657), + [anon_sym_use] = ACTIONS(2657), + [anon_sym_while] = ACTIONS(2657), + [anon_sym_extern] = ACTIONS(2657), + [anon_sym_raw] = ACTIONS(2657), + [anon_sym_yield] = ACTIONS(2657), + [anon_sym_move] = ACTIONS(2657), + [anon_sym_try] = ACTIONS(2657), + [sym_integer_literal] = ACTIONS(2655), + [aux_sym_string_literal_token1] = ACTIONS(2655), + [sym_char_literal] = ACTIONS(2655), + [anon_sym_true] = ACTIONS(2657), + [anon_sym_false] = ACTIONS(2657), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2657), + [sym_super] = ACTIONS(2657), + [sym_crate] = ACTIONS(2657), + [sym_metavariable] = ACTIONS(2655), + [sym__raw_string_literal_start] = ACTIONS(2655), + [sym_float_literal] = ACTIONS(2655), }, [STATE(684)] = { [sym_line_comment] = STATE(684), [sym_block_comment] = STATE(684), - [ts_builtin_sym_end] = ACTIONS(2673), - [sym_identifier] = ACTIONS(2675), - [anon_sym_SEMI] = ACTIONS(2673), - [anon_sym_macro_rules_BANG] = ACTIONS(2673), - [anon_sym_LPAREN] = ACTIONS(2673), - [anon_sym_LBRACK] = ACTIONS(2673), - [anon_sym_LBRACE] = ACTIONS(2673), - [anon_sym_RBRACE] = ACTIONS(2673), - [anon_sym_STAR] = ACTIONS(2673), - [anon_sym_u8] = ACTIONS(2675), - [anon_sym_i8] = ACTIONS(2675), - [anon_sym_u16] = ACTIONS(2675), - [anon_sym_i16] = ACTIONS(2675), - [anon_sym_u32] = ACTIONS(2675), - [anon_sym_i32] = ACTIONS(2675), - [anon_sym_u64] = ACTIONS(2675), - [anon_sym_i64] = ACTIONS(2675), - [anon_sym_u128] = ACTIONS(2675), - [anon_sym_i128] = ACTIONS(2675), - [anon_sym_isize] = ACTIONS(2675), - [anon_sym_usize] = ACTIONS(2675), - [anon_sym_f32] = ACTIONS(2675), - [anon_sym_f64] = ACTIONS(2675), - [anon_sym_bool] = ACTIONS(2675), - [anon_sym_str] = ACTIONS(2675), - [anon_sym_char] = ACTIONS(2675), - [anon_sym_DASH] = ACTIONS(2673), - [anon_sym_BANG] = ACTIONS(2673), - [anon_sym_AMP] = ACTIONS(2673), - [anon_sym_PIPE] = ACTIONS(2673), - [anon_sym_LT] = ACTIONS(2673), - [anon_sym_DOT_DOT] = ACTIONS(2673), - [anon_sym_COLON_COLON] = ACTIONS(2673), - [anon_sym_POUND] = ACTIONS(2673), - [anon_sym_SQUOTE] = ACTIONS(2675), - [anon_sym_async] = ACTIONS(2675), - [anon_sym_break] = ACTIONS(2675), - [anon_sym_const] = ACTIONS(2675), - [anon_sym_continue] = ACTIONS(2675), - [anon_sym_default] = ACTIONS(2675), - [anon_sym_enum] = ACTIONS(2675), - [anon_sym_fn] = ACTIONS(2675), - [anon_sym_for] = ACTIONS(2675), - [anon_sym_gen] = ACTIONS(2675), - [anon_sym_if] = ACTIONS(2675), - [anon_sym_impl] = ACTIONS(2675), - [anon_sym_let] = ACTIONS(2675), - [anon_sym_loop] = ACTIONS(2675), - [anon_sym_match] = ACTIONS(2675), - [anon_sym_mod] = ACTIONS(2675), - [anon_sym_pub] = ACTIONS(2675), - [anon_sym_return] = ACTIONS(2675), - [anon_sym_static] = ACTIONS(2675), - [anon_sym_struct] = ACTIONS(2675), - [anon_sym_trait] = ACTIONS(2675), - [anon_sym_type] = ACTIONS(2675), - [anon_sym_union] = ACTIONS(2675), - [anon_sym_unsafe] = ACTIONS(2675), - [anon_sym_use] = ACTIONS(2675), - [anon_sym_while] = ACTIONS(2675), - [anon_sym_extern] = ACTIONS(2675), - [anon_sym_raw] = ACTIONS(2675), - [anon_sym_yield] = ACTIONS(2675), - [anon_sym_move] = ACTIONS(2675), - [anon_sym_try] = ACTIONS(2675), - [sym_integer_literal] = ACTIONS(2673), - [aux_sym_string_literal_token1] = ACTIONS(2673), - [sym_char_literal] = ACTIONS(2673), - [anon_sym_true] = ACTIONS(2675), - [anon_sym_false] = ACTIONS(2675), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(2675), - [sym_super] = ACTIONS(2675), - [sym_crate] = ACTIONS(2675), - [sym_metavariable] = ACTIONS(2673), - [sym__raw_string_literal_start] = ACTIONS(2673), - [sym_float_literal] = ACTIONS(2673), + [ts_builtin_sym_end] = ACTIONS(2659), + [sym_identifier] = ACTIONS(2661), + [anon_sym_SEMI] = ACTIONS(2659), + [anon_sym_macro_rules_BANG] = ACTIONS(2659), + [anon_sym_LPAREN] = ACTIONS(2659), + [anon_sym_LBRACK] = ACTIONS(2659), + [anon_sym_LBRACE] = ACTIONS(2659), + [anon_sym_RBRACE] = ACTIONS(2659), + [anon_sym_STAR] = ACTIONS(2659), + [anon_sym_u8] = ACTIONS(2661), + [anon_sym_i8] = ACTIONS(2661), + [anon_sym_u16] = ACTIONS(2661), + [anon_sym_i16] = ACTIONS(2661), + [anon_sym_u32] = ACTIONS(2661), + [anon_sym_i32] = ACTIONS(2661), + [anon_sym_u64] = ACTIONS(2661), + [anon_sym_i64] = ACTIONS(2661), + [anon_sym_u128] = ACTIONS(2661), + [anon_sym_i128] = ACTIONS(2661), + [anon_sym_isize] = ACTIONS(2661), + [anon_sym_usize] = ACTIONS(2661), + [anon_sym_f32] = ACTIONS(2661), + [anon_sym_f64] = ACTIONS(2661), + [anon_sym_bool] = ACTIONS(2661), + [anon_sym_str] = ACTIONS(2661), + [anon_sym_char] = ACTIONS(2661), + [anon_sym_DASH] = ACTIONS(2659), + [anon_sym_BANG] = ACTIONS(2659), + [anon_sym_AMP] = ACTIONS(2659), + [anon_sym_PIPE] = ACTIONS(2659), + [anon_sym_LT] = ACTIONS(2659), + [anon_sym_DOT_DOT] = ACTIONS(2659), + [anon_sym_COLON_COLON] = ACTIONS(2659), + [anon_sym_POUND] = ACTIONS(2659), + [anon_sym_SQUOTE] = ACTIONS(2661), + [anon_sym_async] = ACTIONS(2661), + [anon_sym_break] = ACTIONS(2661), + [anon_sym_const] = ACTIONS(2661), + [anon_sym_continue] = ACTIONS(2661), + [anon_sym_default] = ACTIONS(2661), + [anon_sym_enum] = ACTIONS(2661), + [anon_sym_fn] = ACTIONS(2661), + [anon_sym_for] = ACTIONS(2661), + [anon_sym_gen] = ACTIONS(2661), + [anon_sym_if] = ACTIONS(2661), + [anon_sym_impl] = ACTIONS(2661), + [anon_sym_let] = ACTIONS(2661), + [anon_sym_loop] = ACTIONS(2661), + [anon_sym_match] = ACTIONS(2661), + [anon_sym_mod] = ACTIONS(2661), + [anon_sym_pub] = ACTIONS(2661), + [anon_sym_return] = ACTIONS(2661), + [anon_sym_static] = ACTIONS(2661), + [anon_sym_struct] = ACTIONS(2661), + [anon_sym_trait] = ACTIONS(2661), + [anon_sym_type] = ACTIONS(2661), + [anon_sym_union] = ACTIONS(2661), + [anon_sym_unsafe] = ACTIONS(2661), + [anon_sym_use] = ACTIONS(2661), + [anon_sym_while] = ACTIONS(2661), + [anon_sym_extern] = ACTIONS(2661), + [anon_sym_raw] = ACTIONS(2661), + [anon_sym_yield] = ACTIONS(2661), + [anon_sym_move] = ACTIONS(2661), + [anon_sym_try] = ACTIONS(2661), + [sym_integer_literal] = ACTIONS(2659), + [aux_sym_string_literal_token1] = ACTIONS(2659), + [sym_char_literal] = ACTIONS(2659), + [anon_sym_true] = ACTIONS(2661), + [anon_sym_false] = ACTIONS(2661), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2661), + [sym_super] = ACTIONS(2661), + [sym_crate] = ACTIONS(2661), + [sym_metavariable] = ACTIONS(2659), + [sym__raw_string_literal_start] = ACTIONS(2659), + [sym_float_literal] = ACTIONS(2659), }, [STATE(685)] = { [sym_line_comment] = STATE(685), [sym_block_comment] = STATE(685), - [ts_builtin_sym_end] = ACTIONS(2677), - [sym_identifier] = ACTIONS(2679), - [anon_sym_SEMI] = ACTIONS(2677), - [anon_sym_macro_rules_BANG] = ACTIONS(2677), - [anon_sym_LPAREN] = ACTIONS(2677), - [anon_sym_LBRACK] = ACTIONS(2677), - [anon_sym_LBRACE] = ACTIONS(2677), - [anon_sym_RBRACE] = ACTIONS(2677), - [anon_sym_STAR] = ACTIONS(2677), - [anon_sym_u8] = ACTIONS(2679), - [anon_sym_i8] = ACTIONS(2679), - [anon_sym_u16] = ACTIONS(2679), - [anon_sym_i16] = ACTIONS(2679), - [anon_sym_u32] = ACTIONS(2679), - [anon_sym_i32] = ACTIONS(2679), - [anon_sym_u64] = ACTIONS(2679), - [anon_sym_i64] = ACTIONS(2679), - [anon_sym_u128] = ACTIONS(2679), - [anon_sym_i128] = ACTIONS(2679), - [anon_sym_isize] = ACTIONS(2679), - [anon_sym_usize] = ACTIONS(2679), - [anon_sym_f32] = ACTIONS(2679), - [anon_sym_f64] = ACTIONS(2679), - [anon_sym_bool] = ACTIONS(2679), - [anon_sym_str] = ACTIONS(2679), - [anon_sym_char] = ACTIONS(2679), - [anon_sym_DASH] = ACTIONS(2677), - [anon_sym_BANG] = ACTIONS(2677), - [anon_sym_AMP] = ACTIONS(2677), - [anon_sym_PIPE] = ACTIONS(2677), - [anon_sym_LT] = ACTIONS(2677), - [anon_sym_DOT_DOT] = ACTIONS(2677), - [anon_sym_COLON_COLON] = ACTIONS(2677), - [anon_sym_POUND] = ACTIONS(2677), - [anon_sym_SQUOTE] = ACTIONS(2679), - [anon_sym_async] = ACTIONS(2679), - [anon_sym_break] = ACTIONS(2679), - [anon_sym_const] = ACTIONS(2679), - [anon_sym_continue] = ACTIONS(2679), - [anon_sym_default] = ACTIONS(2679), - [anon_sym_enum] = ACTIONS(2679), - [anon_sym_fn] = ACTIONS(2679), - [anon_sym_for] = ACTIONS(2679), - [anon_sym_gen] = ACTIONS(2679), - [anon_sym_if] = ACTIONS(2679), - [anon_sym_impl] = ACTIONS(2679), - [anon_sym_let] = ACTIONS(2679), - [anon_sym_loop] = ACTIONS(2679), - [anon_sym_match] = ACTIONS(2679), - [anon_sym_mod] = ACTIONS(2679), - [anon_sym_pub] = ACTIONS(2679), - [anon_sym_return] = ACTIONS(2679), - [anon_sym_static] = ACTIONS(2679), - [anon_sym_struct] = ACTIONS(2679), - [anon_sym_trait] = ACTIONS(2679), - [anon_sym_type] = ACTIONS(2679), - [anon_sym_union] = ACTIONS(2679), - [anon_sym_unsafe] = ACTIONS(2679), - [anon_sym_use] = ACTIONS(2679), - [anon_sym_while] = ACTIONS(2679), - [anon_sym_extern] = ACTIONS(2679), - [anon_sym_raw] = ACTIONS(2679), - [anon_sym_yield] = ACTIONS(2679), - [anon_sym_move] = ACTIONS(2679), - [anon_sym_try] = ACTIONS(2679), - [sym_integer_literal] = ACTIONS(2677), - [aux_sym_string_literal_token1] = ACTIONS(2677), - [sym_char_literal] = ACTIONS(2677), - [anon_sym_true] = ACTIONS(2679), - [anon_sym_false] = ACTIONS(2679), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(2679), - [sym_super] = ACTIONS(2679), - [sym_crate] = ACTIONS(2679), - [sym_metavariable] = ACTIONS(2677), - [sym__raw_string_literal_start] = ACTIONS(2677), - [sym_float_literal] = ACTIONS(2677), + [ts_builtin_sym_end] = ACTIONS(2663), + [sym_identifier] = ACTIONS(2665), + [anon_sym_SEMI] = ACTIONS(2663), + [anon_sym_macro_rules_BANG] = ACTIONS(2663), + [anon_sym_LPAREN] = ACTIONS(2663), + [anon_sym_LBRACK] = ACTIONS(2663), + [anon_sym_LBRACE] = ACTIONS(2663), + [anon_sym_RBRACE] = ACTIONS(2663), + [anon_sym_STAR] = ACTIONS(2663), + [anon_sym_u8] = ACTIONS(2665), + [anon_sym_i8] = ACTIONS(2665), + [anon_sym_u16] = ACTIONS(2665), + [anon_sym_i16] = ACTIONS(2665), + [anon_sym_u32] = ACTIONS(2665), + [anon_sym_i32] = ACTIONS(2665), + [anon_sym_u64] = ACTIONS(2665), + [anon_sym_i64] = ACTIONS(2665), + [anon_sym_u128] = ACTIONS(2665), + [anon_sym_i128] = ACTIONS(2665), + [anon_sym_isize] = ACTIONS(2665), + [anon_sym_usize] = ACTIONS(2665), + [anon_sym_f32] = ACTIONS(2665), + [anon_sym_f64] = ACTIONS(2665), + [anon_sym_bool] = ACTIONS(2665), + [anon_sym_str] = ACTIONS(2665), + [anon_sym_char] = ACTIONS(2665), + [anon_sym_DASH] = ACTIONS(2663), + [anon_sym_BANG] = ACTIONS(2663), + [anon_sym_AMP] = ACTIONS(2663), + [anon_sym_PIPE] = ACTIONS(2663), + [anon_sym_LT] = ACTIONS(2663), + [anon_sym_DOT_DOT] = ACTIONS(2663), + [anon_sym_COLON_COLON] = ACTIONS(2663), + [anon_sym_POUND] = ACTIONS(2663), + [anon_sym_SQUOTE] = ACTIONS(2665), + [anon_sym_async] = ACTIONS(2665), + [anon_sym_break] = ACTIONS(2665), + [anon_sym_const] = ACTIONS(2665), + [anon_sym_continue] = ACTIONS(2665), + [anon_sym_default] = ACTIONS(2665), + [anon_sym_enum] = ACTIONS(2665), + [anon_sym_fn] = ACTIONS(2665), + [anon_sym_for] = ACTIONS(2665), + [anon_sym_gen] = ACTIONS(2665), + [anon_sym_if] = ACTIONS(2665), + [anon_sym_impl] = ACTIONS(2665), + [anon_sym_let] = ACTIONS(2665), + [anon_sym_loop] = ACTIONS(2665), + [anon_sym_match] = ACTIONS(2665), + [anon_sym_mod] = ACTIONS(2665), + [anon_sym_pub] = ACTIONS(2665), + [anon_sym_return] = ACTIONS(2665), + [anon_sym_static] = ACTIONS(2665), + [anon_sym_struct] = ACTIONS(2665), + [anon_sym_trait] = ACTIONS(2665), + [anon_sym_type] = ACTIONS(2665), + [anon_sym_union] = ACTIONS(2665), + [anon_sym_unsafe] = ACTIONS(2665), + [anon_sym_use] = ACTIONS(2665), + [anon_sym_while] = ACTIONS(2665), + [anon_sym_extern] = ACTIONS(2665), + [anon_sym_raw] = ACTIONS(2665), + [anon_sym_yield] = ACTIONS(2665), + [anon_sym_move] = ACTIONS(2665), + [anon_sym_try] = ACTIONS(2665), + [sym_integer_literal] = ACTIONS(2663), + [aux_sym_string_literal_token1] = ACTIONS(2663), + [sym_char_literal] = ACTIONS(2663), + [anon_sym_true] = ACTIONS(2665), + [anon_sym_false] = ACTIONS(2665), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2665), + [sym_super] = ACTIONS(2665), + [sym_crate] = ACTIONS(2665), + [sym_metavariable] = ACTIONS(2663), + [sym__raw_string_literal_start] = ACTIONS(2663), + [sym_float_literal] = ACTIONS(2663), }, [STATE(686)] = { [sym_line_comment] = STATE(686), [sym_block_comment] = STATE(686), - [ts_builtin_sym_end] = ACTIONS(2681), - [sym_identifier] = ACTIONS(2683), - [anon_sym_SEMI] = ACTIONS(2681), - [anon_sym_macro_rules_BANG] = ACTIONS(2681), - [anon_sym_LPAREN] = ACTIONS(2681), - [anon_sym_LBRACK] = ACTIONS(2681), - [anon_sym_LBRACE] = ACTIONS(2681), - [anon_sym_RBRACE] = ACTIONS(2681), - [anon_sym_STAR] = ACTIONS(2681), - [anon_sym_u8] = ACTIONS(2683), - [anon_sym_i8] = ACTIONS(2683), - [anon_sym_u16] = ACTIONS(2683), - [anon_sym_i16] = ACTIONS(2683), - [anon_sym_u32] = ACTIONS(2683), - [anon_sym_i32] = ACTIONS(2683), - [anon_sym_u64] = ACTIONS(2683), - [anon_sym_i64] = ACTIONS(2683), - [anon_sym_u128] = ACTIONS(2683), - [anon_sym_i128] = ACTIONS(2683), - [anon_sym_isize] = ACTIONS(2683), - [anon_sym_usize] = ACTIONS(2683), - [anon_sym_f32] = ACTIONS(2683), - [anon_sym_f64] = ACTIONS(2683), - [anon_sym_bool] = ACTIONS(2683), - [anon_sym_str] = ACTIONS(2683), - [anon_sym_char] = ACTIONS(2683), - [anon_sym_DASH] = ACTIONS(2681), - [anon_sym_BANG] = ACTIONS(2681), - [anon_sym_AMP] = ACTIONS(2681), - [anon_sym_PIPE] = ACTIONS(2681), - [anon_sym_LT] = ACTIONS(2681), - [anon_sym_DOT_DOT] = ACTIONS(2681), - [anon_sym_COLON_COLON] = ACTIONS(2681), - [anon_sym_POUND] = ACTIONS(2681), - [anon_sym_SQUOTE] = ACTIONS(2683), - [anon_sym_async] = ACTIONS(2683), - [anon_sym_break] = ACTIONS(2683), - [anon_sym_const] = ACTIONS(2683), - [anon_sym_continue] = ACTIONS(2683), - [anon_sym_default] = ACTIONS(2683), - [anon_sym_enum] = ACTIONS(2683), - [anon_sym_fn] = ACTIONS(2683), - [anon_sym_for] = ACTIONS(2683), - [anon_sym_gen] = ACTIONS(2683), - [anon_sym_if] = ACTIONS(2683), - [anon_sym_impl] = ACTIONS(2683), - [anon_sym_let] = ACTIONS(2683), - [anon_sym_loop] = ACTIONS(2683), - [anon_sym_match] = ACTIONS(2683), - [anon_sym_mod] = ACTIONS(2683), - [anon_sym_pub] = ACTIONS(2683), - [anon_sym_return] = ACTIONS(2683), - [anon_sym_static] = ACTIONS(2683), - [anon_sym_struct] = ACTIONS(2683), - [anon_sym_trait] = ACTIONS(2683), - [anon_sym_type] = ACTIONS(2683), - [anon_sym_union] = ACTIONS(2683), - [anon_sym_unsafe] = ACTIONS(2683), - [anon_sym_use] = ACTIONS(2683), - [anon_sym_while] = ACTIONS(2683), - [anon_sym_extern] = ACTIONS(2683), - [anon_sym_raw] = ACTIONS(2683), - [anon_sym_yield] = ACTIONS(2683), - [anon_sym_move] = ACTIONS(2683), - [anon_sym_try] = ACTIONS(2683), - [sym_integer_literal] = ACTIONS(2681), - [aux_sym_string_literal_token1] = ACTIONS(2681), - [sym_char_literal] = ACTIONS(2681), - [anon_sym_true] = ACTIONS(2683), - [anon_sym_false] = ACTIONS(2683), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(2683), - [sym_super] = ACTIONS(2683), - [sym_crate] = ACTIONS(2683), - [sym_metavariable] = ACTIONS(2681), - [sym__raw_string_literal_start] = ACTIONS(2681), - [sym_float_literal] = ACTIONS(2681), + [ts_builtin_sym_end] = ACTIONS(2667), + [sym_identifier] = ACTIONS(2669), + [anon_sym_SEMI] = ACTIONS(2667), + [anon_sym_macro_rules_BANG] = ACTIONS(2667), + [anon_sym_LPAREN] = ACTIONS(2667), + [anon_sym_LBRACK] = ACTIONS(2667), + [anon_sym_LBRACE] = ACTIONS(2667), + [anon_sym_RBRACE] = ACTIONS(2667), + [anon_sym_STAR] = ACTIONS(2667), + [anon_sym_u8] = ACTIONS(2669), + [anon_sym_i8] = ACTIONS(2669), + [anon_sym_u16] = ACTIONS(2669), + [anon_sym_i16] = ACTIONS(2669), + [anon_sym_u32] = ACTIONS(2669), + [anon_sym_i32] = ACTIONS(2669), + [anon_sym_u64] = ACTIONS(2669), + [anon_sym_i64] = ACTIONS(2669), + [anon_sym_u128] = ACTIONS(2669), + [anon_sym_i128] = ACTIONS(2669), + [anon_sym_isize] = ACTIONS(2669), + [anon_sym_usize] = ACTIONS(2669), + [anon_sym_f32] = ACTIONS(2669), + [anon_sym_f64] = ACTIONS(2669), + [anon_sym_bool] = ACTIONS(2669), + [anon_sym_str] = ACTIONS(2669), + [anon_sym_char] = ACTIONS(2669), + [anon_sym_DASH] = ACTIONS(2667), + [anon_sym_BANG] = ACTIONS(2667), + [anon_sym_AMP] = ACTIONS(2667), + [anon_sym_PIPE] = ACTIONS(2667), + [anon_sym_LT] = ACTIONS(2667), + [anon_sym_DOT_DOT] = ACTIONS(2667), + [anon_sym_COLON_COLON] = ACTIONS(2667), + [anon_sym_POUND] = ACTIONS(2667), + [anon_sym_SQUOTE] = ACTIONS(2669), + [anon_sym_async] = ACTIONS(2669), + [anon_sym_break] = ACTIONS(2669), + [anon_sym_const] = ACTIONS(2669), + [anon_sym_continue] = ACTIONS(2669), + [anon_sym_default] = ACTIONS(2669), + [anon_sym_enum] = ACTIONS(2669), + [anon_sym_fn] = ACTIONS(2669), + [anon_sym_for] = ACTIONS(2669), + [anon_sym_gen] = ACTIONS(2669), + [anon_sym_if] = ACTIONS(2669), + [anon_sym_impl] = ACTIONS(2669), + [anon_sym_let] = ACTIONS(2669), + [anon_sym_loop] = ACTIONS(2669), + [anon_sym_match] = ACTIONS(2669), + [anon_sym_mod] = ACTIONS(2669), + [anon_sym_pub] = ACTIONS(2669), + [anon_sym_return] = ACTIONS(2669), + [anon_sym_static] = ACTIONS(2669), + [anon_sym_struct] = ACTIONS(2669), + [anon_sym_trait] = ACTIONS(2669), + [anon_sym_type] = ACTIONS(2669), + [anon_sym_union] = ACTIONS(2669), + [anon_sym_unsafe] = ACTIONS(2669), + [anon_sym_use] = ACTIONS(2669), + [anon_sym_while] = ACTIONS(2669), + [anon_sym_extern] = ACTIONS(2669), + [anon_sym_raw] = ACTIONS(2669), + [anon_sym_yield] = ACTIONS(2669), + [anon_sym_move] = ACTIONS(2669), + [anon_sym_try] = ACTIONS(2669), + [sym_integer_literal] = ACTIONS(2667), + [aux_sym_string_literal_token1] = ACTIONS(2667), + [sym_char_literal] = ACTIONS(2667), + [anon_sym_true] = ACTIONS(2669), + [anon_sym_false] = ACTIONS(2669), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2669), + [sym_super] = ACTIONS(2669), + [sym_crate] = ACTIONS(2669), + [sym_metavariable] = ACTIONS(2667), + [sym__raw_string_literal_start] = ACTIONS(2667), + [sym_float_literal] = ACTIONS(2667), }, [STATE(687)] = { [sym_line_comment] = STATE(687), [sym_block_comment] = STATE(687), - [ts_builtin_sym_end] = ACTIONS(2685), - [sym_identifier] = ACTIONS(2687), - [anon_sym_SEMI] = ACTIONS(2685), - [anon_sym_macro_rules_BANG] = ACTIONS(2685), - [anon_sym_LPAREN] = ACTIONS(2685), - [anon_sym_LBRACK] = ACTIONS(2685), - [anon_sym_LBRACE] = ACTIONS(2685), - [anon_sym_RBRACE] = ACTIONS(2685), - [anon_sym_STAR] = ACTIONS(2685), - [anon_sym_u8] = ACTIONS(2687), - [anon_sym_i8] = ACTIONS(2687), - [anon_sym_u16] = ACTIONS(2687), - [anon_sym_i16] = ACTIONS(2687), - [anon_sym_u32] = ACTIONS(2687), - [anon_sym_i32] = ACTIONS(2687), - [anon_sym_u64] = ACTIONS(2687), - [anon_sym_i64] = ACTIONS(2687), - [anon_sym_u128] = ACTIONS(2687), - [anon_sym_i128] = ACTIONS(2687), - [anon_sym_isize] = ACTIONS(2687), - [anon_sym_usize] = ACTIONS(2687), - [anon_sym_f32] = ACTIONS(2687), - [anon_sym_f64] = ACTIONS(2687), - [anon_sym_bool] = ACTIONS(2687), - [anon_sym_str] = ACTIONS(2687), - [anon_sym_char] = ACTIONS(2687), - [anon_sym_DASH] = ACTIONS(2685), - [anon_sym_BANG] = ACTIONS(2685), - [anon_sym_AMP] = ACTIONS(2685), - [anon_sym_PIPE] = ACTIONS(2685), - [anon_sym_LT] = ACTIONS(2685), - [anon_sym_DOT_DOT] = ACTIONS(2685), - [anon_sym_COLON_COLON] = ACTIONS(2685), - [anon_sym_POUND] = ACTIONS(2685), - [anon_sym_SQUOTE] = ACTIONS(2687), - [anon_sym_async] = ACTIONS(2687), - [anon_sym_break] = ACTIONS(2687), - [anon_sym_const] = ACTIONS(2687), - [anon_sym_continue] = ACTIONS(2687), - [anon_sym_default] = ACTIONS(2687), - [anon_sym_enum] = ACTIONS(2687), - [anon_sym_fn] = ACTIONS(2687), - [anon_sym_for] = ACTIONS(2687), - [anon_sym_gen] = ACTIONS(2687), - [anon_sym_if] = ACTIONS(2687), - [anon_sym_impl] = ACTIONS(2687), - [anon_sym_let] = ACTIONS(2687), - [anon_sym_loop] = ACTIONS(2687), - [anon_sym_match] = ACTIONS(2687), - [anon_sym_mod] = ACTIONS(2687), - [anon_sym_pub] = ACTIONS(2687), - [anon_sym_return] = ACTIONS(2687), - [anon_sym_static] = ACTIONS(2687), - [anon_sym_struct] = ACTIONS(2687), - [anon_sym_trait] = ACTIONS(2687), - [anon_sym_type] = ACTIONS(2687), - [anon_sym_union] = ACTIONS(2687), - [anon_sym_unsafe] = ACTIONS(2687), - [anon_sym_use] = ACTIONS(2687), - [anon_sym_while] = ACTIONS(2687), - [anon_sym_extern] = ACTIONS(2687), - [anon_sym_raw] = ACTIONS(2687), - [anon_sym_yield] = ACTIONS(2687), - [anon_sym_move] = ACTIONS(2687), - [anon_sym_try] = ACTIONS(2687), - [sym_integer_literal] = ACTIONS(2685), - [aux_sym_string_literal_token1] = ACTIONS(2685), - [sym_char_literal] = ACTIONS(2685), - [anon_sym_true] = ACTIONS(2687), - [anon_sym_false] = ACTIONS(2687), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(2687), - [sym_super] = ACTIONS(2687), - [sym_crate] = ACTIONS(2687), - [sym_metavariable] = ACTIONS(2685), - [sym__raw_string_literal_start] = ACTIONS(2685), - [sym_float_literal] = ACTIONS(2685), + [ts_builtin_sym_end] = ACTIONS(2671), + [sym_identifier] = ACTIONS(2673), + [anon_sym_SEMI] = ACTIONS(2671), + [anon_sym_macro_rules_BANG] = ACTIONS(2671), + [anon_sym_LPAREN] = ACTIONS(2671), + [anon_sym_LBRACK] = ACTIONS(2671), + [anon_sym_LBRACE] = ACTIONS(2671), + [anon_sym_RBRACE] = ACTIONS(2671), + [anon_sym_STAR] = ACTIONS(2671), + [anon_sym_u8] = ACTIONS(2673), + [anon_sym_i8] = ACTIONS(2673), + [anon_sym_u16] = ACTIONS(2673), + [anon_sym_i16] = ACTIONS(2673), + [anon_sym_u32] = ACTIONS(2673), + [anon_sym_i32] = ACTIONS(2673), + [anon_sym_u64] = ACTIONS(2673), + [anon_sym_i64] = ACTIONS(2673), + [anon_sym_u128] = ACTIONS(2673), + [anon_sym_i128] = ACTIONS(2673), + [anon_sym_isize] = ACTIONS(2673), + [anon_sym_usize] = ACTIONS(2673), + [anon_sym_f32] = ACTIONS(2673), + [anon_sym_f64] = ACTIONS(2673), + [anon_sym_bool] = ACTIONS(2673), + [anon_sym_str] = ACTIONS(2673), + [anon_sym_char] = ACTIONS(2673), + [anon_sym_DASH] = ACTIONS(2671), + [anon_sym_BANG] = ACTIONS(2671), + [anon_sym_AMP] = ACTIONS(2671), + [anon_sym_PIPE] = ACTIONS(2671), + [anon_sym_LT] = ACTIONS(2671), + [anon_sym_DOT_DOT] = ACTIONS(2671), + [anon_sym_COLON_COLON] = ACTIONS(2671), + [anon_sym_POUND] = ACTIONS(2671), + [anon_sym_SQUOTE] = ACTIONS(2673), + [anon_sym_async] = ACTIONS(2673), + [anon_sym_break] = ACTIONS(2673), + [anon_sym_const] = ACTIONS(2673), + [anon_sym_continue] = ACTIONS(2673), + [anon_sym_default] = ACTIONS(2673), + [anon_sym_enum] = ACTIONS(2673), + [anon_sym_fn] = ACTIONS(2673), + [anon_sym_for] = ACTIONS(2673), + [anon_sym_gen] = ACTIONS(2673), + [anon_sym_if] = ACTIONS(2673), + [anon_sym_impl] = ACTIONS(2673), + [anon_sym_let] = ACTIONS(2673), + [anon_sym_loop] = ACTIONS(2673), + [anon_sym_match] = ACTIONS(2673), + [anon_sym_mod] = ACTIONS(2673), + [anon_sym_pub] = ACTIONS(2673), + [anon_sym_return] = ACTIONS(2673), + [anon_sym_static] = ACTIONS(2673), + [anon_sym_struct] = ACTIONS(2673), + [anon_sym_trait] = ACTIONS(2673), + [anon_sym_type] = ACTIONS(2673), + [anon_sym_union] = ACTIONS(2673), + [anon_sym_unsafe] = ACTIONS(2673), + [anon_sym_use] = ACTIONS(2673), + [anon_sym_while] = ACTIONS(2673), + [anon_sym_extern] = ACTIONS(2673), + [anon_sym_raw] = ACTIONS(2673), + [anon_sym_yield] = ACTIONS(2673), + [anon_sym_move] = ACTIONS(2673), + [anon_sym_try] = ACTIONS(2673), + [sym_integer_literal] = ACTIONS(2671), + [aux_sym_string_literal_token1] = ACTIONS(2671), + [sym_char_literal] = ACTIONS(2671), + [anon_sym_true] = ACTIONS(2673), + [anon_sym_false] = ACTIONS(2673), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2673), + [sym_super] = ACTIONS(2673), + [sym_crate] = ACTIONS(2673), + [sym_metavariable] = ACTIONS(2671), + [sym__raw_string_literal_start] = ACTIONS(2671), + [sym_float_literal] = ACTIONS(2671), }, [STATE(688)] = { [sym_line_comment] = STATE(688), [sym_block_comment] = STATE(688), - [ts_builtin_sym_end] = ACTIONS(2689), - [sym_identifier] = ACTIONS(2691), - [anon_sym_SEMI] = ACTIONS(2689), - [anon_sym_macro_rules_BANG] = ACTIONS(2689), - [anon_sym_LPAREN] = ACTIONS(2689), - [anon_sym_LBRACK] = ACTIONS(2689), - [anon_sym_LBRACE] = ACTIONS(2689), - [anon_sym_RBRACE] = ACTIONS(2689), - [anon_sym_STAR] = ACTIONS(2689), - [anon_sym_u8] = ACTIONS(2691), - [anon_sym_i8] = ACTIONS(2691), - [anon_sym_u16] = ACTIONS(2691), - [anon_sym_i16] = ACTIONS(2691), - [anon_sym_u32] = ACTIONS(2691), - [anon_sym_i32] = ACTIONS(2691), - [anon_sym_u64] = ACTIONS(2691), - [anon_sym_i64] = ACTIONS(2691), - [anon_sym_u128] = ACTIONS(2691), - [anon_sym_i128] = ACTIONS(2691), - [anon_sym_isize] = ACTIONS(2691), - [anon_sym_usize] = ACTIONS(2691), - [anon_sym_f32] = ACTIONS(2691), - [anon_sym_f64] = ACTIONS(2691), - [anon_sym_bool] = ACTIONS(2691), - [anon_sym_str] = ACTIONS(2691), - [anon_sym_char] = ACTIONS(2691), - [anon_sym_DASH] = ACTIONS(2689), - [anon_sym_BANG] = ACTIONS(2689), - [anon_sym_AMP] = ACTIONS(2689), - [anon_sym_PIPE] = ACTIONS(2689), - [anon_sym_LT] = ACTIONS(2689), - [anon_sym_DOT_DOT] = ACTIONS(2689), - [anon_sym_COLON_COLON] = ACTIONS(2689), - [anon_sym_POUND] = ACTIONS(2689), - [anon_sym_SQUOTE] = ACTIONS(2691), - [anon_sym_async] = ACTIONS(2691), - [anon_sym_break] = ACTIONS(2691), - [anon_sym_const] = ACTIONS(2691), - [anon_sym_continue] = ACTIONS(2691), - [anon_sym_default] = ACTIONS(2691), - [anon_sym_enum] = ACTIONS(2691), - [anon_sym_fn] = ACTIONS(2691), - [anon_sym_for] = ACTIONS(2691), - [anon_sym_gen] = ACTIONS(2691), - [anon_sym_if] = ACTIONS(2691), - [anon_sym_impl] = ACTIONS(2691), - [anon_sym_let] = ACTIONS(2691), - [anon_sym_loop] = ACTIONS(2691), - [anon_sym_match] = ACTIONS(2691), - [anon_sym_mod] = ACTIONS(2691), - [anon_sym_pub] = ACTIONS(2691), - [anon_sym_return] = ACTIONS(2691), - [anon_sym_static] = ACTIONS(2691), - [anon_sym_struct] = ACTIONS(2691), - [anon_sym_trait] = ACTIONS(2691), - [anon_sym_type] = ACTIONS(2691), - [anon_sym_union] = ACTIONS(2691), - [anon_sym_unsafe] = ACTIONS(2691), - [anon_sym_use] = ACTIONS(2691), - [anon_sym_while] = ACTIONS(2691), - [anon_sym_extern] = ACTIONS(2691), - [anon_sym_raw] = ACTIONS(2691), - [anon_sym_yield] = ACTIONS(2691), - [anon_sym_move] = ACTIONS(2691), - [anon_sym_try] = ACTIONS(2691), - [sym_integer_literal] = ACTIONS(2689), - [aux_sym_string_literal_token1] = ACTIONS(2689), - [sym_char_literal] = ACTIONS(2689), - [anon_sym_true] = ACTIONS(2691), - [anon_sym_false] = ACTIONS(2691), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(2691), - [sym_super] = ACTIONS(2691), - [sym_crate] = ACTIONS(2691), - [sym_metavariable] = ACTIONS(2689), - [sym__raw_string_literal_start] = ACTIONS(2689), - [sym_float_literal] = ACTIONS(2689), + [ts_builtin_sym_end] = ACTIONS(2675), + [sym_identifier] = ACTIONS(2677), + [anon_sym_SEMI] = ACTIONS(2675), + [anon_sym_macro_rules_BANG] = ACTIONS(2675), + [anon_sym_LPAREN] = ACTIONS(2675), + [anon_sym_LBRACK] = ACTIONS(2675), + [anon_sym_LBRACE] = ACTIONS(2675), + [anon_sym_RBRACE] = ACTIONS(2675), + [anon_sym_STAR] = ACTIONS(2675), + [anon_sym_u8] = ACTIONS(2677), + [anon_sym_i8] = ACTIONS(2677), + [anon_sym_u16] = ACTIONS(2677), + [anon_sym_i16] = ACTIONS(2677), + [anon_sym_u32] = ACTIONS(2677), + [anon_sym_i32] = ACTIONS(2677), + [anon_sym_u64] = ACTIONS(2677), + [anon_sym_i64] = ACTIONS(2677), + [anon_sym_u128] = ACTIONS(2677), + [anon_sym_i128] = ACTIONS(2677), + [anon_sym_isize] = ACTIONS(2677), + [anon_sym_usize] = ACTIONS(2677), + [anon_sym_f32] = ACTIONS(2677), + [anon_sym_f64] = ACTIONS(2677), + [anon_sym_bool] = ACTIONS(2677), + [anon_sym_str] = ACTIONS(2677), + [anon_sym_char] = ACTIONS(2677), + [anon_sym_DASH] = ACTIONS(2675), + [anon_sym_BANG] = ACTIONS(2675), + [anon_sym_AMP] = ACTIONS(2675), + [anon_sym_PIPE] = ACTIONS(2675), + [anon_sym_LT] = ACTIONS(2675), + [anon_sym_DOT_DOT] = ACTIONS(2675), + [anon_sym_COLON_COLON] = ACTIONS(2675), + [anon_sym_POUND] = ACTIONS(2675), + [anon_sym_SQUOTE] = ACTIONS(2677), + [anon_sym_async] = ACTIONS(2677), + [anon_sym_break] = ACTIONS(2677), + [anon_sym_const] = ACTIONS(2677), + [anon_sym_continue] = ACTIONS(2677), + [anon_sym_default] = ACTIONS(2677), + [anon_sym_enum] = ACTIONS(2677), + [anon_sym_fn] = ACTIONS(2677), + [anon_sym_for] = ACTIONS(2677), + [anon_sym_gen] = ACTIONS(2677), + [anon_sym_if] = ACTIONS(2677), + [anon_sym_impl] = ACTIONS(2677), + [anon_sym_let] = ACTIONS(2677), + [anon_sym_loop] = ACTIONS(2677), + [anon_sym_match] = ACTIONS(2677), + [anon_sym_mod] = ACTIONS(2677), + [anon_sym_pub] = ACTIONS(2677), + [anon_sym_return] = ACTIONS(2677), + [anon_sym_static] = ACTIONS(2677), + [anon_sym_struct] = ACTIONS(2677), + [anon_sym_trait] = ACTIONS(2677), + [anon_sym_type] = ACTIONS(2677), + [anon_sym_union] = ACTIONS(2677), + [anon_sym_unsafe] = ACTIONS(2677), + [anon_sym_use] = ACTIONS(2677), + [anon_sym_while] = ACTIONS(2677), + [anon_sym_extern] = ACTIONS(2677), + [anon_sym_raw] = ACTIONS(2677), + [anon_sym_yield] = ACTIONS(2677), + [anon_sym_move] = ACTIONS(2677), + [anon_sym_try] = ACTIONS(2677), + [sym_integer_literal] = ACTIONS(2675), + [aux_sym_string_literal_token1] = ACTIONS(2675), + [sym_char_literal] = ACTIONS(2675), + [anon_sym_true] = ACTIONS(2677), + [anon_sym_false] = ACTIONS(2677), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2677), + [sym_super] = ACTIONS(2677), + [sym_crate] = ACTIONS(2677), + [sym_metavariable] = ACTIONS(2675), + [sym__raw_string_literal_start] = ACTIONS(2675), + [sym_float_literal] = ACTIONS(2675), }, [STATE(689)] = { [sym_line_comment] = STATE(689), [sym_block_comment] = STATE(689), - [ts_builtin_sym_end] = ACTIONS(2693), - [sym_identifier] = ACTIONS(2695), - [anon_sym_SEMI] = ACTIONS(2693), - [anon_sym_macro_rules_BANG] = ACTIONS(2693), - [anon_sym_LPAREN] = ACTIONS(2693), - [anon_sym_LBRACK] = ACTIONS(2693), - [anon_sym_LBRACE] = ACTIONS(2693), - [anon_sym_RBRACE] = ACTIONS(2693), - [anon_sym_STAR] = ACTIONS(2693), - [anon_sym_u8] = ACTIONS(2695), - [anon_sym_i8] = ACTIONS(2695), - [anon_sym_u16] = ACTIONS(2695), - [anon_sym_i16] = ACTIONS(2695), - [anon_sym_u32] = ACTIONS(2695), - [anon_sym_i32] = ACTIONS(2695), - [anon_sym_u64] = ACTIONS(2695), - [anon_sym_i64] = ACTIONS(2695), - [anon_sym_u128] = ACTIONS(2695), - [anon_sym_i128] = ACTIONS(2695), - [anon_sym_isize] = ACTIONS(2695), - [anon_sym_usize] = ACTIONS(2695), - [anon_sym_f32] = ACTIONS(2695), - [anon_sym_f64] = ACTIONS(2695), - [anon_sym_bool] = ACTIONS(2695), - [anon_sym_str] = ACTIONS(2695), - [anon_sym_char] = ACTIONS(2695), - [anon_sym_DASH] = ACTIONS(2693), - [anon_sym_BANG] = ACTIONS(2693), - [anon_sym_AMP] = ACTIONS(2693), - [anon_sym_PIPE] = ACTIONS(2693), - [anon_sym_LT] = ACTIONS(2693), - [anon_sym_DOT_DOT] = ACTIONS(2693), - [anon_sym_COLON_COLON] = ACTIONS(2693), - [anon_sym_POUND] = ACTIONS(2693), - [anon_sym_SQUOTE] = ACTIONS(2695), - [anon_sym_async] = ACTIONS(2695), - [anon_sym_break] = ACTIONS(2695), - [anon_sym_const] = ACTIONS(2695), - [anon_sym_continue] = ACTIONS(2695), - [anon_sym_default] = ACTIONS(2695), - [anon_sym_enum] = ACTIONS(2695), - [anon_sym_fn] = ACTIONS(2695), - [anon_sym_for] = ACTIONS(2695), - [anon_sym_gen] = ACTIONS(2695), - [anon_sym_if] = ACTIONS(2695), - [anon_sym_impl] = ACTIONS(2695), - [anon_sym_let] = ACTIONS(2695), - [anon_sym_loop] = ACTIONS(2695), - [anon_sym_match] = ACTIONS(2695), - [anon_sym_mod] = ACTIONS(2695), - [anon_sym_pub] = ACTIONS(2695), - [anon_sym_return] = ACTIONS(2695), - [anon_sym_static] = ACTIONS(2695), - [anon_sym_struct] = ACTIONS(2695), - [anon_sym_trait] = ACTIONS(2695), - [anon_sym_type] = ACTIONS(2695), - [anon_sym_union] = ACTIONS(2695), - [anon_sym_unsafe] = ACTIONS(2695), - [anon_sym_use] = ACTIONS(2695), - [anon_sym_while] = ACTIONS(2695), - [anon_sym_extern] = ACTIONS(2695), - [anon_sym_raw] = ACTIONS(2695), - [anon_sym_yield] = ACTIONS(2695), - [anon_sym_move] = ACTIONS(2695), - [anon_sym_try] = ACTIONS(2695), - [sym_integer_literal] = ACTIONS(2693), - [aux_sym_string_literal_token1] = ACTIONS(2693), - [sym_char_literal] = ACTIONS(2693), - [anon_sym_true] = ACTIONS(2695), - [anon_sym_false] = ACTIONS(2695), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(2695), - [sym_super] = ACTIONS(2695), - [sym_crate] = ACTIONS(2695), - [sym_metavariable] = ACTIONS(2693), - [sym__raw_string_literal_start] = ACTIONS(2693), - [sym_float_literal] = ACTIONS(2693), + [ts_builtin_sym_end] = ACTIONS(2679), + [sym_identifier] = ACTIONS(2681), + [anon_sym_SEMI] = ACTIONS(2679), + [anon_sym_macro_rules_BANG] = ACTIONS(2679), + [anon_sym_LPAREN] = ACTIONS(2679), + [anon_sym_LBRACK] = ACTIONS(2679), + [anon_sym_LBRACE] = ACTIONS(2679), + [anon_sym_RBRACE] = ACTIONS(2679), + [anon_sym_STAR] = ACTIONS(2679), + [anon_sym_u8] = ACTIONS(2681), + [anon_sym_i8] = ACTIONS(2681), + [anon_sym_u16] = ACTIONS(2681), + [anon_sym_i16] = ACTIONS(2681), + [anon_sym_u32] = ACTIONS(2681), + [anon_sym_i32] = ACTIONS(2681), + [anon_sym_u64] = ACTIONS(2681), + [anon_sym_i64] = ACTIONS(2681), + [anon_sym_u128] = ACTIONS(2681), + [anon_sym_i128] = ACTIONS(2681), + [anon_sym_isize] = ACTIONS(2681), + [anon_sym_usize] = ACTIONS(2681), + [anon_sym_f32] = ACTIONS(2681), + [anon_sym_f64] = ACTIONS(2681), + [anon_sym_bool] = ACTIONS(2681), + [anon_sym_str] = ACTIONS(2681), + [anon_sym_char] = ACTIONS(2681), + [anon_sym_DASH] = ACTIONS(2679), + [anon_sym_BANG] = ACTIONS(2679), + [anon_sym_AMP] = ACTIONS(2679), + [anon_sym_PIPE] = ACTIONS(2679), + [anon_sym_LT] = ACTIONS(2679), + [anon_sym_DOT_DOT] = ACTIONS(2679), + [anon_sym_COLON_COLON] = ACTIONS(2679), + [anon_sym_POUND] = ACTIONS(2679), + [anon_sym_SQUOTE] = ACTIONS(2681), + [anon_sym_async] = ACTIONS(2681), + [anon_sym_break] = ACTIONS(2681), + [anon_sym_const] = ACTIONS(2681), + [anon_sym_continue] = ACTIONS(2681), + [anon_sym_default] = ACTIONS(2681), + [anon_sym_enum] = ACTIONS(2681), + [anon_sym_fn] = ACTIONS(2681), + [anon_sym_for] = ACTIONS(2681), + [anon_sym_gen] = ACTIONS(2681), + [anon_sym_if] = ACTIONS(2681), + [anon_sym_impl] = ACTIONS(2681), + [anon_sym_let] = ACTIONS(2681), + [anon_sym_loop] = ACTIONS(2681), + [anon_sym_match] = ACTIONS(2681), + [anon_sym_mod] = ACTIONS(2681), + [anon_sym_pub] = ACTIONS(2681), + [anon_sym_return] = ACTIONS(2681), + [anon_sym_static] = ACTIONS(2681), + [anon_sym_struct] = ACTIONS(2681), + [anon_sym_trait] = ACTIONS(2681), + [anon_sym_type] = ACTIONS(2681), + [anon_sym_union] = ACTIONS(2681), + [anon_sym_unsafe] = ACTIONS(2681), + [anon_sym_use] = ACTIONS(2681), + [anon_sym_while] = ACTIONS(2681), + [anon_sym_extern] = ACTIONS(2681), + [anon_sym_raw] = ACTIONS(2681), + [anon_sym_yield] = ACTIONS(2681), + [anon_sym_move] = ACTIONS(2681), + [anon_sym_try] = ACTIONS(2681), + [sym_integer_literal] = ACTIONS(2679), + [aux_sym_string_literal_token1] = ACTIONS(2679), + [sym_char_literal] = ACTIONS(2679), + [anon_sym_true] = ACTIONS(2681), + [anon_sym_false] = ACTIONS(2681), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2681), + [sym_super] = ACTIONS(2681), + [sym_crate] = ACTIONS(2681), + [sym_metavariable] = ACTIONS(2679), + [sym__raw_string_literal_start] = ACTIONS(2679), + [sym_float_literal] = ACTIONS(2679), }, [STATE(690)] = { [sym_line_comment] = STATE(690), [sym_block_comment] = STATE(690), - [ts_builtin_sym_end] = ACTIONS(2697), - [sym_identifier] = ACTIONS(2699), - [anon_sym_SEMI] = ACTIONS(2697), - [anon_sym_macro_rules_BANG] = ACTIONS(2697), - [anon_sym_LPAREN] = ACTIONS(2697), - [anon_sym_LBRACK] = ACTIONS(2697), - [anon_sym_LBRACE] = ACTIONS(2697), - [anon_sym_RBRACE] = ACTIONS(2697), - [anon_sym_STAR] = ACTIONS(2697), - [anon_sym_u8] = ACTIONS(2699), - [anon_sym_i8] = ACTIONS(2699), - [anon_sym_u16] = ACTIONS(2699), - [anon_sym_i16] = ACTIONS(2699), - [anon_sym_u32] = ACTIONS(2699), - [anon_sym_i32] = ACTIONS(2699), - [anon_sym_u64] = ACTIONS(2699), - [anon_sym_i64] = ACTIONS(2699), - [anon_sym_u128] = ACTIONS(2699), - [anon_sym_i128] = ACTIONS(2699), - [anon_sym_isize] = ACTIONS(2699), - [anon_sym_usize] = ACTIONS(2699), - [anon_sym_f32] = ACTIONS(2699), - [anon_sym_f64] = ACTIONS(2699), - [anon_sym_bool] = ACTIONS(2699), - [anon_sym_str] = ACTIONS(2699), - [anon_sym_char] = ACTIONS(2699), - [anon_sym_DASH] = ACTIONS(2697), - [anon_sym_BANG] = ACTIONS(2697), - [anon_sym_AMP] = ACTIONS(2697), - [anon_sym_PIPE] = ACTIONS(2697), - [anon_sym_LT] = ACTIONS(2697), - [anon_sym_DOT_DOT] = ACTIONS(2697), - [anon_sym_COLON_COLON] = ACTIONS(2697), - [anon_sym_POUND] = ACTIONS(2697), - [anon_sym_SQUOTE] = ACTIONS(2699), - [anon_sym_async] = ACTIONS(2699), - [anon_sym_break] = ACTIONS(2699), - [anon_sym_const] = ACTIONS(2699), - [anon_sym_continue] = ACTIONS(2699), - [anon_sym_default] = ACTIONS(2699), - [anon_sym_enum] = ACTIONS(2699), - [anon_sym_fn] = ACTIONS(2699), - [anon_sym_for] = ACTIONS(2699), - [anon_sym_gen] = ACTIONS(2699), - [anon_sym_if] = ACTIONS(2699), - [anon_sym_impl] = ACTIONS(2699), - [anon_sym_let] = ACTIONS(2699), - [anon_sym_loop] = ACTIONS(2699), - [anon_sym_match] = ACTIONS(2699), - [anon_sym_mod] = ACTIONS(2699), - [anon_sym_pub] = ACTIONS(2699), - [anon_sym_return] = ACTIONS(2699), - [anon_sym_static] = ACTIONS(2699), - [anon_sym_struct] = ACTIONS(2699), - [anon_sym_trait] = ACTIONS(2699), - [anon_sym_type] = ACTIONS(2699), - [anon_sym_union] = ACTIONS(2699), - [anon_sym_unsafe] = ACTIONS(2699), - [anon_sym_use] = ACTIONS(2699), - [anon_sym_while] = ACTIONS(2699), - [anon_sym_extern] = ACTIONS(2699), - [anon_sym_raw] = ACTIONS(2699), - [anon_sym_yield] = ACTIONS(2699), - [anon_sym_move] = ACTIONS(2699), - [anon_sym_try] = ACTIONS(2699), - [sym_integer_literal] = ACTIONS(2697), - [aux_sym_string_literal_token1] = ACTIONS(2697), - [sym_char_literal] = ACTIONS(2697), - [anon_sym_true] = ACTIONS(2699), - [anon_sym_false] = ACTIONS(2699), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(2699), - [sym_super] = ACTIONS(2699), - [sym_crate] = ACTIONS(2699), - [sym_metavariable] = ACTIONS(2697), - [sym__raw_string_literal_start] = ACTIONS(2697), - [sym_float_literal] = ACTIONS(2697), + [ts_builtin_sym_end] = ACTIONS(2683), + [sym_identifier] = ACTIONS(2685), + [anon_sym_SEMI] = ACTIONS(2683), + [anon_sym_macro_rules_BANG] = ACTIONS(2683), + [anon_sym_LPAREN] = ACTIONS(2683), + [anon_sym_LBRACK] = ACTIONS(2683), + [anon_sym_LBRACE] = ACTIONS(2683), + [anon_sym_RBRACE] = ACTIONS(2683), + [anon_sym_STAR] = ACTIONS(2683), + [anon_sym_u8] = ACTIONS(2685), + [anon_sym_i8] = ACTIONS(2685), + [anon_sym_u16] = ACTIONS(2685), + [anon_sym_i16] = ACTIONS(2685), + [anon_sym_u32] = ACTIONS(2685), + [anon_sym_i32] = ACTIONS(2685), + [anon_sym_u64] = ACTIONS(2685), + [anon_sym_i64] = ACTIONS(2685), + [anon_sym_u128] = ACTIONS(2685), + [anon_sym_i128] = ACTIONS(2685), + [anon_sym_isize] = ACTIONS(2685), + [anon_sym_usize] = ACTIONS(2685), + [anon_sym_f32] = ACTIONS(2685), + [anon_sym_f64] = ACTIONS(2685), + [anon_sym_bool] = ACTIONS(2685), + [anon_sym_str] = ACTIONS(2685), + [anon_sym_char] = ACTIONS(2685), + [anon_sym_DASH] = ACTIONS(2683), + [anon_sym_BANG] = ACTIONS(2683), + [anon_sym_AMP] = ACTIONS(2683), + [anon_sym_PIPE] = ACTIONS(2683), + [anon_sym_LT] = ACTIONS(2683), + [anon_sym_DOT_DOT] = ACTIONS(2683), + [anon_sym_COLON_COLON] = ACTIONS(2683), + [anon_sym_POUND] = ACTIONS(2683), + [anon_sym_SQUOTE] = ACTIONS(2685), + [anon_sym_async] = ACTIONS(2685), + [anon_sym_break] = ACTIONS(2685), + [anon_sym_const] = ACTIONS(2685), + [anon_sym_continue] = ACTIONS(2685), + [anon_sym_default] = ACTIONS(2685), + [anon_sym_enum] = ACTIONS(2685), + [anon_sym_fn] = ACTIONS(2685), + [anon_sym_for] = ACTIONS(2685), + [anon_sym_gen] = ACTIONS(2685), + [anon_sym_if] = ACTIONS(2685), + [anon_sym_impl] = ACTIONS(2685), + [anon_sym_let] = ACTIONS(2685), + [anon_sym_loop] = ACTIONS(2685), + [anon_sym_match] = ACTIONS(2685), + [anon_sym_mod] = ACTIONS(2685), + [anon_sym_pub] = ACTIONS(2685), + [anon_sym_return] = ACTIONS(2685), + [anon_sym_static] = ACTIONS(2685), + [anon_sym_struct] = ACTIONS(2685), + [anon_sym_trait] = ACTIONS(2685), + [anon_sym_type] = ACTIONS(2685), + [anon_sym_union] = ACTIONS(2685), + [anon_sym_unsafe] = ACTIONS(2685), + [anon_sym_use] = ACTIONS(2685), + [anon_sym_while] = ACTIONS(2685), + [anon_sym_extern] = ACTIONS(2685), + [anon_sym_raw] = ACTIONS(2685), + [anon_sym_yield] = ACTIONS(2685), + [anon_sym_move] = ACTIONS(2685), + [anon_sym_try] = ACTIONS(2685), + [sym_integer_literal] = ACTIONS(2683), + [aux_sym_string_literal_token1] = ACTIONS(2683), + [sym_char_literal] = ACTIONS(2683), + [anon_sym_true] = ACTIONS(2685), + [anon_sym_false] = ACTIONS(2685), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2685), + [sym_super] = ACTIONS(2685), + [sym_crate] = ACTIONS(2685), + [sym_metavariable] = ACTIONS(2683), + [sym__raw_string_literal_start] = ACTIONS(2683), + [sym_float_literal] = ACTIONS(2683), }, [STATE(691)] = { [sym_line_comment] = STATE(691), [sym_block_comment] = STATE(691), - [ts_builtin_sym_end] = ACTIONS(2701), - [sym_identifier] = ACTIONS(2703), - [anon_sym_SEMI] = ACTIONS(2701), - [anon_sym_macro_rules_BANG] = ACTIONS(2701), - [anon_sym_LPAREN] = ACTIONS(2701), - [anon_sym_LBRACK] = ACTIONS(2701), - [anon_sym_LBRACE] = ACTIONS(2701), - [anon_sym_RBRACE] = ACTIONS(2701), - [anon_sym_STAR] = ACTIONS(2701), - [anon_sym_u8] = ACTIONS(2703), - [anon_sym_i8] = ACTIONS(2703), - [anon_sym_u16] = ACTIONS(2703), - [anon_sym_i16] = ACTIONS(2703), - [anon_sym_u32] = ACTIONS(2703), - [anon_sym_i32] = ACTIONS(2703), - [anon_sym_u64] = ACTIONS(2703), - [anon_sym_i64] = ACTIONS(2703), - [anon_sym_u128] = ACTIONS(2703), - [anon_sym_i128] = ACTIONS(2703), - [anon_sym_isize] = ACTIONS(2703), - [anon_sym_usize] = ACTIONS(2703), - [anon_sym_f32] = ACTIONS(2703), - [anon_sym_f64] = ACTIONS(2703), - [anon_sym_bool] = ACTIONS(2703), - [anon_sym_str] = ACTIONS(2703), - [anon_sym_char] = ACTIONS(2703), - [anon_sym_DASH] = ACTIONS(2701), - [anon_sym_BANG] = ACTIONS(2701), - [anon_sym_AMP] = ACTIONS(2701), - [anon_sym_PIPE] = ACTIONS(2701), - [anon_sym_LT] = ACTIONS(2701), - [anon_sym_DOT_DOT] = ACTIONS(2701), - [anon_sym_COLON_COLON] = ACTIONS(2701), - [anon_sym_POUND] = ACTIONS(2701), - [anon_sym_SQUOTE] = ACTIONS(2703), - [anon_sym_async] = ACTIONS(2703), - [anon_sym_break] = ACTIONS(2703), - [anon_sym_const] = ACTIONS(2703), - [anon_sym_continue] = ACTIONS(2703), - [anon_sym_default] = ACTIONS(2703), - [anon_sym_enum] = ACTIONS(2703), - [anon_sym_fn] = ACTIONS(2703), - [anon_sym_for] = ACTIONS(2703), - [anon_sym_gen] = ACTIONS(2703), - [anon_sym_if] = ACTIONS(2703), - [anon_sym_impl] = ACTIONS(2703), - [anon_sym_let] = ACTIONS(2703), - [anon_sym_loop] = ACTIONS(2703), - [anon_sym_match] = ACTIONS(2703), - [anon_sym_mod] = ACTIONS(2703), - [anon_sym_pub] = ACTIONS(2703), - [anon_sym_return] = ACTIONS(2703), - [anon_sym_static] = ACTIONS(2703), - [anon_sym_struct] = ACTIONS(2703), - [anon_sym_trait] = ACTIONS(2703), - [anon_sym_type] = ACTIONS(2703), - [anon_sym_union] = ACTIONS(2703), - [anon_sym_unsafe] = ACTIONS(2703), - [anon_sym_use] = ACTIONS(2703), - [anon_sym_while] = ACTIONS(2703), - [anon_sym_extern] = ACTIONS(2703), - [anon_sym_raw] = ACTIONS(2703), - [anon_sym_yield] = ACTIONS(2703), - [anon_sym_move] = ACTIONS(2703), - [anon_sym_try] = ACTIONS(2703), - [sym_integer_literal] = ACTIONS(2701), - [aux_sym_string_literal_token1] = ACTIONS(2701), - [sym_char_literal] = ACTIONS(2701), - [anon_sym_true] = ACTIONS(2703), - [anon_sym_false] = ACTIONS(2703), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(2703), - [sym_super] = ACTIONS(2703), - [sym_crate] = ACTIONS(2703), - [sym_metavariable] = ACTIONS(2701), - [sym__raw_string_literal_start] = ACTIONS(2701), - [sym_float_literal] = ACTIONS(2701), + [ts_builtin_sym_end] = ACTIONS(2687), + [sym_identifier] = ACTIONS(2689), + [anon_sym_SEMI] = ACTIONS(2687), + [anon_sym_macro_rules_BANG] = ACTIONS(2687), + [anon_sym_LPAREN] = ACTIONS(2687), + [anon_sym_LBRACK] = ACTIONS(2687), + [anon_sym_LBRACE] = ACTIONS(2687), + [anon_sym_RBRACE] = ACTIONS(2687), + [anon_sym_STAR] = ACTIONS(2687), + [anon_sym_u8] = ACTIONS(2689), + [anon_sym_i8] = ACTIONS(2689), + [anon_sym_u16] = ACTIONS(2689), + [anon_sym_i16] = ACTIONS(2689), + [anon_sym_u32] = ACTIONS(2689), + [anon_sym_i32] = ACTIONS(2689), + [anon_sym_u64] = ACTIONS(2689), + [anon_sym_i64] = ACTIONS(2689), + [anon_sym_u128] = ACTIONS(2689), + [anon_sym_i128] = ACTIONS(2689), + [anon_sym_isize] = ACTIONS(2689), + [anon_sym_usize] = ACTIONS(2689), + [anon_sym_f32] = ACTIONS(2689), + [anon_sym_f64] = ACTIONS(2689), + [anon_sym_bool] = ACTIONS(2689), + [anon_sym_str] = ACTIONS(2689), + [anon_sym_char] = ACTIONS(2689), + [anon_sym_DASH] = ACTIONS(2687), + [anon_sym_BANG] = ACTIONS(2687), + [anon_sym_AMP] = ACTIONS(2687), + [anon_sym_PIPE] = ACTIONS(2687), + [anon_sym_LT] = ACTIONS(2687), + [anon_sym_DOT_DOT] = ACTIONS(2687), + [anon_sym_COLON_COLON] = ACTIONS(2687), + [anon_sym_POUND] = ACTIONS(2687), + [anon_sym_SQUOTE] = ACTIONS(2689), + [anon_sym_async] = ACTIONS(2689), + [anon_sym_break] = ACTIONS(2689), + [anon_sym_const] = ACTIONS(2689), + [anon_sym_continue] = ACTIONS(2689), + [anon_sym_default] = ACTIONS(2689), + [anon_sym_enum] = ACTIONS(2689), + [anon_sym_fn] = ACTIONS(2689), + [anon_sym_for] = ACTIONS(2689), + [anon_sym_gen] = ACTIONS(2689), + [anon_sym_if] = ACTIONS(2689), + [anon_sym_impl] = ACTIONS(2689), + [anon_sym_let] = ACTIONS(2689), + [anon_sym_loop] = ACTIONS(2689), + [anon_sym_match] = ACTIONS(2689), + [anon_sym_mod] = ACTIONS(2689), + [anon_sym_pub] = ACTIONS(2689), + [anon_sym_return] = ACTIONS(2689), + [anon_sym_static] = ACTIONS(2689), + [anon_sym_struct] = ACTIONS(2689), + [anon_sym_trait] = ACTIONS(2689), + [anon_sym_type] = ACTIONS(2689), + [anon_sym_union] = ACTIONS(2689), + [anon_sym_unsafe] = ACTIONS(2689), + [anon_sym_use] = ACTIONS(2689), + [anon_sym_while] = ACTIONS(2689), + [anon_sym_extern] = ACTIONS(2689), + [anon_sym_raw] = ACTIONS(2689), + [anon_sym_yield] = ACTIONS(2689), + [anon_sym_move] = ACTIONS(2689), + [anon_sym_try] = ACTIONS(2689), + [sym_integer_literal] = ACTIONS(2687), + [aux_sym_string_literal_token1] = ACTIONS(2687), + [sym_char_literal] = ACTIONS(2687), + [anon_sym_true] = ACTIONS(2689), + [anon_sym_false] = ACTIONS(2689), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2689), + [sym_super] = ACTIONS(2689), + [sym_crate] = ACTIONS(2689), + [sym_metavariable] = ACTIONS(2687), + [sym__raw_string_literal_start] = ACTIONS(2687), + [sym_float_literal] = ACTIONS(2687), }, [STATE(692)] = { + [sym_attribute_item] = STATE(1206), + [sym_inner_attribute_item] = STATE(1206), + [sym_bracketed_type] = STATE(3698), + [sym_generic_type] = STATE(3513), + [sym_generic_type_with_turbofish] = STATE(3435), + [sym_macro_invocation] = STATE(2935), + [sym_scoped_identifier] = STATE(2252), + [sym_scoped_type_identifier] = STATE(3061), + [sym_match_pattern] = STATE(3584), + [sym_const_block] = STATE(2935), + [sym__pattern] = STATE(3153), + [sym_generic_pattern] = STATE(2935), + [sym_tuple_pattern] = STATE(2935), + [sym_slice_pattern] = STATE(2935), + [sym_tuple_struct_pattern] = STATE(2935), + [sym_struct_pattern] = STATE(2935), + [sym_remaining_field_pattern] = STATE(2935), + [sym_mut_pattern] = STATE(2935), + [sym_range_pattern] = STATE(2935), + [sym_ref_pattern] = STATE(2935), + [sym_captured_pattern] = STATE(2935), + [sym_reference_pattern] = STATE(2935), + [sym_or_pattern] = STATE(2935), + [sym__literal_pattern] = STATE(2490), + [sym_negative_literal] = STATE(2411), + [sym_string_literal] = STATE(2411), + [sym_raw_string_literal] = STATE(2411), + [sym_boolean_literal] = STATE(2411), [sym_line_comment] = STATE(692), [sym_block_comment] = STATE(692), - [ts_builtin_sym_end] = ACTIONS(2705), - [sym_identifier] = ACTIONS(2707), - [anon_sym_SEMI] = ACTIONS(2705), - [anon_sym_macro_rules_BANG] = ACTIONS(2705), - [anon_sym_LPAREN] = ACTIONS(2705), - [anon_sym_LBRACK] = ACTIONS(2705), - [anon_sym_LBRACE] = ACTIONS(2705), - [anon_sym_RBRACE] = ACTIONS(2705), - [anon_sym_STAR] = ACTIONS(2705), - [anon_sym_u8] = ACTIONS(2707), - [anon_sym_i8] = ACTIONS(2707), - [anon_sym_u16] = ACTIONS(2707), - [anon_sym_i16] = ACTIONS(2707), - [anon_sym_u32] = ACTIONS(2707), - [anon_sym_i32] = ACTIONS(2707), - [anon_sym_u64] = ACTIONS(2707), - [anon_sym_i64] = ACTIONS(2707), - [anon_sym_u128] = ACTIONS(2707), - [anon_sym_i128] = ACTIONS(2707), - [anon_sym_isize] = ACTIONS(2707), - [anon_sym_usize] = ACTIONS(2707), - [anon_sym_f32] = ACTIONS(2707), - [anon_sym_f64] = ACTIONS(2707), - [anon_sym_bool] = ACTIONS(2707), - [anon_sym_str] = ACTIONS(2707), - [anon_sym_char] = ACTIONS(2707), - [anon_sym_DASH] = ACTIONS(2705), - [anon_sym_BANG] = ACTIONS(2705), - [anon_sym_AMP] = ACTIONS(2705), - [anon_sym_PIPE] = ACTIONS(2705), - [anon_sym_LT] = ACTIONS(2705), - [anon_sym_DOT_DOT] = ACTIONS(2705), - [anon_sym_COLON_COLON] = ACTIONS(2705), - [anon_sym_POUND] = ACTIONS(2705), - [anon_sym_SQUOTE] = ACTIONS(2707), - [anon_sym_async] = ACTIONS(2707), - [anon_sym_break] = ACTIONS(2707), - [anon_sym_const] = ACTIONS(2707), - [anon_sym_continue] = ACTIONS(2707), - [anon_sym_default] = ACTIONS(2707), - [anon_sym_enum] = ACTIONS(2707), - [anon_sym_fn] = ACTIONS(2707), - [anon_sym_for] = ACTIONS(2707), - [anon_sym_gen] = ACTIONS(2707), - [anon_sym_if] = ACTIONS(2707), - [anon_sym_impl] = ACTIONS(2707), - [anon_sym_let] = ACTIONS(2707), - [anon_sym_loop] = ACTIONS(2707), - [anon_sym_match] = ACTIONS(2707), - [anon_sym_mod] = ACTIONS(2707), - [anon_sym_pub] = ACTIONS(2707), - [anon_sym_return] = ACTIONS(2707), - [anon_sym_static] = ACTIONS(2707), - [anon_sym_struct] = ACTIONS(2707), - [anon_sym_trait] = ACTIONS(2707), - [anon_sym_type] = ACTIONS(2707), - [anon_sym_union] = ACTIONS(2707), - [anon_sym_unsafe] = ACTIONS(2707), - [anon_sym_use] = ACTIONS(2707), - [anon_sym_while] = ACTIONS(2707), - [anon_sym_extern] = ACTIONS(2707), - [anon_sym_raw] = ACTIONS(2707), - [anon_sym_yield] = ACTIONS(2707), - [anon_sym_move] = ACTIONS(2707), - [anon_sym_try] = ACTIONS(2707), - [sym_integer_literal] = ACTIONS(2705), - [aux_sym_string_literal_token1] = ACTIONS(2705), - [sym_char_literal] = ACTIONS(2705), - [anon_sym_true] = ACTIONS(2707), - [anon_sym_false] = ACTIONS(2707), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(2707), - [sym_super] = ACTIONS(2707), - [sym_crate] = ACTIONS(2707), - [sym_metavariable] = ACTIONS(2705), - [sym__raw_string_literal_start] = ACTIONS(2705), - [sym_float_literal] = ACTIONS(2705), + [aux_sym_match_arm_repeat1] = STATE(1073), + [sym_identifier] = ACTIONS(1676), + [anon_sym_LPAREN] = ACTIONS(1678), + [anon_sym_LBRACK] = ACTIONS(1680), + [anon_sym_u8] = ACTIONS(1684), + [anon_sym_i8] = ACTIONS(1684), + [anon_sym_u16] = ACTIONS(1684), + [anon_sym_i16] = ACTIONS(1684), + [anon_sym_u32] = ACTIONS(1684), + [anon_sym_i32] = ACTIONS(1684), + [anon_sym_u64] = ACTIONS(1684), + [anon_sym_i64] = ACTIONS(1684), + [anon_sym_u128] = ACTIONS(1684), + [anon_sym_i128] = ACTIONS(1684), + [anon_sym_isize] = ACTIONS(1684), + [anon_sym_usize] = ACTIONS(1684), + [anon_sym_f32] = ACTIONS(1684), + [anon_sym_f64] = ACTIONS(1684), + [anon_sym_bool] = ACTIONS(1684), + [anon_sym_str] = ACTIONS(1684), + [anon_sym_char] = ACTIONS(1684), + [anon_sym_DASH] = ACTIONS(1686), + [anon_sym_AMP] = ACTIONS(1688), + [anon_sym_PIPE] = ACTIONS(1690), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1692), + [anon_sym_DOT_DOT] = ACTIONS(1694), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1696), + [anon_sym_COLON_COLON] = ACTIONS(1698), + [anon_sym_POUND] = ACTIONS(1700), + [anon_sym_const] = ACTIONS(1702), + [anon_sym_default] = ACTIONS(1704), + [anon_sym_gen] = ACTIONS(1704), + [anon_sym_union] = ACTIONS(1704), + [anon_sym_ref] = ACTIONS(1706), + [sym_mutable_specifier] = ACTIONS(1708), + [anon_sym_raw] = ACTIONS(1704), + [sym_integer_literal] = ACTIONS(1710), + [aux_sym_string_literal_token1] = ACTIONS(1712), + [sym_char_literal] = ACTIONS(1710), + [anon_sym_true] = ACTIONS(1714), + [anon_sym_false] = ACTIONS(1714), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1716), + [sym_super] = ACTIONS(1716), + [sym_crate] = ACTIONS(1716), + [sym_metavariable] = ACTIONS(1718), + [sym__raw_string_literal_start] = ACTIONS(1720), + [sym_float_literal] = ACTIONS(1710), }, [STATE(693)] = { [sym_line_comment] = STATE(693), [sym_block_comment] = STATE(693), - [ts_builtin_sym_end] = ACTIONS(2709), - [sym_identifier] = ACTIONS(2711), - [anon_sym_SEMI] = ACTIONS(2709), - [anon_sym_macro_rules_BANG] = ACTIONS(2709), - [anon_sym_LPAREN] = ACTIONS(2709), - [anon_sym_LBRACK] = ACTIONS(2709), - [anon_sym_LBRACE] = ACTIONS(2709), - [anon_sym_RBRACE] = ACTIONS(2709), - [anon_sym_STAR] = ACTIONS(2709), - [anon_sym_u8] = ACTIONS(2711), - [anon_sym_i8] = ACTIONS(2711), - [anon_sym_u16] = ACTIONS(2711), - [anon_sym_i16] = ACTIONS(2711), - [anon_sym_u32] = ACTIONS(2711), - [anon_sym_i32] = ACTIONS(2711), - [anon_sym_u64] = ACTIONS(2711), - [anon_sym_i64] = ACTIONS(2711), - [anon_sym_u128] = ACTIONS(2711), - [anon_sym_i128] = ACTIONS(2711), - [anon_sym_isize] = ACTIONS(2711), - [anon_sym_usize] = ACTIONS(2711), - [anon_sym_f32] = ACTIONS(2711), - [anon_sym_f64] = ACTIONS(2711), - [anon_sym_bool] = ACTIONS(2711), - [anon_sym_str] = ACTIONS(2711), - [anon_sym_char] = ACTIONS(2711), - [anon_sym_DASH] = ACTIONS(2709), - [anon_sym_BANG] = ACTIONS(2709), - [anon_sym_AMP] = ACTIONS(2709), - [anon_sym_PIPE] = ACTIONS(2709), - [anon_sym_LT] = ACTIONS(2709), - [anon_sym_DOT_DOT] = ACTIONS(2709), - [anon_sym_COLON_COLON] = ACTIONS(2709), - [anon_sym_POUND] = ACTIONS(2709), - [anon_sym_SQUOTE] = ACTIONS(2711), - [anon_sym_async] = ACTIONS(2711), - [anon_sym_break] = ACTIONS(2711), - [anon_sym_const] = ACTIONS(2711), - [anon_sym_continue] = ACTIONS(2711), - [anon_sym_default] = ACTIONS(2711), - [anon_sym_enum] = ACTIONS(2711), - [anon_sym_fn] = ACTIONS(2711), - [anon_sym_for] = ACTIONS(2711), - [anon_sym_gen] = ACTIONS(2711), - [anon_sym_if] = ACTIONS(2711), - [anon_sym_impl] = ACTIONS(2711), - [anon_sym_let] = ACTIONS(2711), - [anon_sym_loop] = ACTIONS(2711), - [anon_sym_match] = ACTIONS(2711), - [anon_sym_mod] = ACTIONS(2711), - [anon_sym_pub] = ACTIONS(2711), - [anon_sym_return] = ACTIONS(2711), - [anon_sym_static] = ACTIONS(2711), - [anon_sym_struct] = ACTIONS(2711), - [anon_sym_trait] = ACTIONS(2711), - [anon_sym_type] = ACTIONS(2711), - [anon_sym_union] = ACTIONS(2711), - [anon_sym_unsafe] = ACTIONS(2711), - [anon_sym_use] = ACTIONS(2711), - [anon_sym_while] = ACTIONS(2711), - [anon_sym_extern] = ACTIONS(2711), - [anon_sym_raw] = ACTIONS(2711), - [anon_sym_yield] = ACTIONS(2711), - [anon_sym_move] = ACTIONS(2711), - [anon_sym_try] = ACTIONS(2711), - [sym_integer_literal] = ACTIONS(2709), - [aux_sym_string_literal_token1] = ACTIONS(2709), - [sym_char_literal] = ACTIONS(2709), - [anon_sym_true] = ACTIONS(2711), - [anon_sym_false] = ACTIONS(2711), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(2711), - [sym_super] = ACTIONS(2711), - [sym_crate] = ACTIONS(2711), - [sym_metavariable] = ACTIONS(2709), - [sym__raw_string_literal_start] = ACTIONS(2709), - [sym_float_literal] = ACTIONS(2709), + [ts_builtin_sym_end] = ACTIONS(2691), + [sym_identifier] = ACTIONS(2693), + [anon_sym_SEMI] = ACTIONS(2691), + [anon_sym_macro_rules_BANG] = ACTIONS(2691), + [anon_sym_LPAREN] = ACTIONS(2691), + [anon_sym_LBRACK] = ACTIONS(2691), + [anon_sym_LBRACE] = ACTIONS(2691), + [anon_sym_RBRACE] = ACTIONS(2691), + [anon_sym_STAR] = ACTIONS(2691), + [anon_sym_u8] = ACTIONS(2693), + [anon_sym_i8] = ACTIONS(2693), + [anon_sym_u16] = ACTIONS(2693), + [anon_sym_i16] = ACTIONS(2693), + [anon_sym_u32] = ACTIONS(2693), + [anon_sym_i32] = ACTIONS(2693), + [anon_sym_u64] = ACTIONS(2693), + [anon_sym_i64] = ACTIONS(2693), + [anon_sym_u128] = ACTIONS(2693), + [anon_sym_i128] = ACTIONS(2693), + [anon_sym_isize] = ACTIONS(2693), + [anon_sym_usize] = ACTIONS(2693), + [anon_sym_f32] = ACTIONS(2693), + [anon_sym_f64] = ACTIONS(2693), + [anon_sym_bool] = ACTIONS(2693), + [anon_sym_str] = ACTIONS(2693), + [anon_sym_char] = ACTIONS(2693), + [anon_sym_DASH] = ACTIONS(2691), + [anon_sym_BANG] = ACTIONS(2691), + [anon_sym_AMP] = ACTIONS(2691), + [anon_sym_PIPE] = ACTIONS(2691), + [anon_sym_LT] = ACTIONS(2691), + [anon_sym_DOT_DOT] = ACTIONS(2691), + [anon_sym_COLON_COLON] = ACTIONS(2691), + [anon_sym_POUND] = ACTIONS(2691), + [anon_sym_SQUOTE] = ACTIONS(2693), + [anon_sym_async] = ACTIONS(2693), + [anon_sym_break] = ACTIONS(2693), + [anon_sym_const] = ACTIONS(2693), + [anon_sym_continue] = ACTIONS(2693), + [anon_sym_default] = ACTIONS(2693), + [anon_sym_enum] = ACTIONS(2693), + [anon_sym_fn] = ACTIONS(2693), + [anon_sym_for] = ACTIONS(2693), + [anon_sym_gen] = ACTIONS(2693), + [anon_sym_if] = ACTIONS(2693), + [anon_sym_impl] = ACTIONS(2693), + [anon_sym_let] = ACTIONS(2693), + [anon_sym_loop] = ACTIONS(2693), + [anon_sym_match] = ACTIONS(2693), + [anon_sym_mod] = ACTIONS(2693), + [anon_sym_pub] = ACTIONS(2693), + [anon_sym_return] = ACTIONS(2693), + [anon_sym_static] = ACTIONS(2693), + [anon_sym_struct] = ACTIONS(2693), + [anon_sym_trait] = ACTIONS(2693), + [anon_sym_type] = ACTIONS(2693), + [anon_sym_union] = ACTIONS(2693), + [anon_sym_unsafe] = ACTIONS(2693), + [anon_sym_use] = ACTIONS(2693), + [anon_sym_while] = ACTIONS(2693), + [anon_sym_extern] = ACTIONS(2693), + [anon_sym_raw] = ACTIONS(2693), + [anon_sym_yield] = ACTIONS(2693), + [anon_sym_move] = ACTIONS(2693), + [anon_sym_try] = ACTIONS(2693), + [sym_integer_literal] = ACTIONS(2691), + [aux_sym_string_literal_token1] = ACTIONS(2691), + [sym_char_literal] = ACTIONS(2691), + [anon_sym_true] = ACTIONS(2693), + [anon_sym_false] = ACTIONS(2693), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2693), + [sym_super] = ACTIONS(2693), + [sym_crate] = ACTIONS(2693), + [sym_metavariable] = ACTIONS(2691), + [sym__raw_string_literal_start] = ACTIONS(2691), + [sym_float_literal] = ACTIONS(2691), }, [STATE(694)] = { - [sym_empty_statement] = STATE(1378), - [sym_macro_definition] = STATE(1378), - [sym_attribute_item] = STATE(1378), - [sym_inner_attribute_item] = STATE(1378), - [sym_mod_item] = STATE(1378), - [sym_foreign_mod_item] = STATE(1378), - [sym_struct_item] = STATE(1378), - [sym_union_item] = STATE(1378), - [sym_enum_item] = STATE(1378), - [sym_extern_crate_declaration] = STATE(1378), - [sym_const_item] = STATE(1378), - [sym_static_item] = STATE(1378), - [sym_type_item] = STATE(1378), - [sym_function_item] = STATE(1378), - [sym_function_signature_item] = STATE(1378), - [sym_function_modifiers] = STATE(3785), - [sym_impl_item] = STATE(1378), - [sym_trait_item] = STATE(1378), - [sym_associated_type] = STATE(1378), - [sym_let_declaration] = STATE(1378), - [sym_use_declaration] = STATE(1378), - [sym_extern_modifier] = STATE(2259), - [sym_visibility_modifier] = STATE(2035), - [sym_bracketed_type] = STATE(3740), - [sym_generic_type_with_turbofish] = STATE(3804), - [sym_macro_invocation] = STATE(1378), - [sym_scoped_identifier] = STATE(3417), [sym_line_comment] = STATE(694), [sym_block_comment] = STATE(694), - [aux_sym_declaration_list_repeat1] = STATE(701), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(2291), - [anon_sym_SEMI] = ACTIONS(2293), - [anon_sym_macro_rules_BANG] = ACTIONS(2295), - [anon_sym_RBRACE] = ACTIONS(2713), - [anon_sym_u8] = ACTIONS(2299), - [anon_sym_i8] = ACTIONS(2299), - [anon_sym_u16] = ACTIONS(2299), - [anon_sym_i16] = ACTIONS(2299), - [anon_sym_u32] = ACTIONS(2299), - [anon_sym_i32] = ACTIONS(2299), - [anon_sym_u64] = ACTIONS(2299), - [anon_sym_i64] = ACTIONS(2299), - [anon_sym_u128] = ACTIONS(2299), - [anon_sym_i128] = ACTIONS(2299), - [anon_sym_isize] = ACTIONS(2299), - [anon_sym_usize] = ACTIONS(2299), - [anon_sym_f32] = ACTIONS(2299), - [anon_sym_f64] = ACTIONS(2299), - [anon_sym_bool] = ACTIONS(2299), - [anon_sym_str] = ACTIONS(2299), - [anon_sym_char] = ACTIONS(2299), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(2301), - [anon_sym_POUND] = ACTIONS(2303), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(2305), - [anon_sym_default] = ACTIONS(2307), - [anon_sym_enum] = ACTIONS(2309), - [anon_sym_fn] = ACTIONS(2311), - [anon_sym_gen] = ACTIONS(2313), - [anon_sym_impl] = ACTIONS(2315), - [anon_sym_let] = ACTIONS(2317), - [anon_sym_mod] = ACTIONS(2319), - [anon_sym_pub] = ACTIONS(69), - [anon_sym_static] = ACTIONS(2321), - [anon_sym_struct] = ACTIONS(2323), - [anon_sym_trait] = ACTIONS(2325), - [anon_sym_type] = ACTIONS(2327), - [anon_sym_union] = ACTIONS(2329), - [anon_sym_unsafe] = ACTIONS(2331), - [anon_sym_use] = ACTIONS(2333), - [anon_sym_extern] = ACTIONS(2335), - [anon_sym_raw] = ACTIONS(2313), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(2337), - [sym_super] = ACTIONS(2337), - [sym_crate] = ACTIONS(2339), - [sym_metavariable] = ACTIONS(2341), + [ts_builtin_sym_end] = ACTIONS(2695), + [sym_identifier] = ACTIONS(2697), + [anon_sym_SEMI] = ACTIONS(2695), + [anon_sym_macro_rules_BANG] = ACTIONS(2695), + [anon_sym_LPAREN] = ACTIONS(2695), + [anon_sym_LBRACK] = ACTIONS(2695), + [anon_sym_LBRACE] = ACTIONS(2695), + [anon_sym_RBRACE] = ACTIONS(2695), + [anon_sym_STAR] = ACTIONS(2695), + [anon_sym_u8] = ACTIONS(2697), + [anon_sym_i8] = ACTIONS(2697), + [anon_sym_u16] = ACTIONS(2697), + [anon_sym_i16] = ACTIONS(2697), + [anon_sym_u32] = ACTIONS(2697), + [anon_sym_i32] = ACTIONS(2697), + [anon_sym_u64] = ACTIONS(2697), + [anon_sym_i64] = ACTIONS(2697), + [anon_sym_u128] = ACTIONS(2697), + [anon_sym_i128] = ACTIONS(2697), + [anon_sym_isize] = ACTIONS(2697), + [anon_sym_usize] = ACTIONS(2697), + [anon_sym_f32] = ACTIONS(2697), + [anon_sym_f64] = ACTIONS(2697), + [anon_sym_bool] = ACTIONS(2697), + [anon_sym_str] = ACTIONS(2697), + [anon_sym_char] = ACTIONS(2697), + [anon_sym_DASH] = ACTIONS(2695), + [anon_sym_BANG] = ACTIONS(2695), + [anon_sym_AMP] = ACTIONS(2695), + [anon_sym_PIPE] = ACTIONS(2695), + [anon_sym_LT] = ACTIONS(2695), + [anon_sym_DOT_DOT] = ACTIONS(2695), + [anon_sym_COLON_COLON] = ACTIONS(2695), + [anon_sym_POUND] = ACTIONS(2695), + [anon_sym_SQUOTE] = ACTIONS(2697), + [anon_sym_async] = ACTIONS(2697), + [anon_sym_break] = ACTIONS(2697), + [anon_sym_const] = ACTIONS(2697), + [anon_sym_continue] = ACTIONS(2697), + [anon_sym_default] = ACTIONS(2697), + [anon_sym_enum] = ACTIONS(2697), + [anon_sym_fn] = ACTIONS(2697), + [anon_sym_for] = ACTIONS(2697), + [anon_sym_gen] = ACTIONS(2697), + [anon_sym_if] = ACTIONS(2697), + [anon_sym_impl] = ACTIONS(2697), + [anon_sym_let] = ACTIONS(2697), + [anon_sym_loop] = ACTIONS(2697), + [anon_sym_match] = ACTIONS(2697), + [anon_sym_mod] = ACTIONS(2697), + [anon_sym_pub] = ACTIONS(2697), + [anon_sym_return] = ACTIONS(2697), + [anon_sym_static] = ACTIONS(2697), + [anon_sym_struct] = ACTIONS(2697), + [anon_sym_trait] = ACTIONS(2697), + [anon_sym_type] = ACTIONS(2697), + [anon_sym_union] = ACTIONS(2697), + [anon_sym_unsafe] = ACTIONS(2697), + [anon_sym_use] = ACTIONS(2697), + [anon_sym_while] = ACTIONS(2697), + [anon_sym_extern] = ACTIONS(2697), + [anon_sym_raw] = ACTIONS(2697), + [anon_sym_yield] = ACTIONS(2697), + [anon_sym_move] = ACTIONS(2697), + [anon_sym_try] = ACTIONS(2697), + [sym_integer_literal] = ACTIONS(2695), + [aux_sym_string_literal_token1] = ACTIONS(2695), + [sym_char_literal] = ACTIONS(2695), + [anon_sym_true] = ACTIONS(2697), + [anon_sym_false] = ACTIONS(2697), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2697), + [sym_super] = ACTIONS(2697), + [sym_crate] = ACTIONS(2697), + [sym_metavariable] = ACTIONS(2695), + [sym__raw_string_literal_start] = ACTIONS(2695), + [sym_float_literal] = ACTIONS(2695), }, [STATE(695)] = { [sym_line_comment] = STATE(695), [sym_block_comment] = STATE(695), + [ts_builtin_sym_end] = ACTIONS(2699), + [sym_identifier] = ACTIONS(2701), + [anon_sym_SEMI] = ACTIONS(2699), + [anon_sym_macro_rules_BANG] = ACTIONS(2699), + [anon_sym_LPAREN] = ACTIONS(2699), + [anon_sym_LBRACK] = ACTIONS(2699), + [anon_sym_LBRACE] = ACTIONS(2699), + [anon_sym_RBRACE] = ACTIONS(2699), + [anon_sym_STAR] = ACTIONS(2699), + [anon_sym_u8] = ACTIONS(2701), + [anon_sym_i8] = ACTIONS(2701), + [anon_sym_u16] = ACTIONS(2701), + [anon_sym_i16] = ACTIONS(2701), + [anon_sym_u32] = ACTIONS(2701), + [anon_sym_i32] = ACTIONS(2701), + [anon_sym_u64] = ACTIONS(2701), + [anon_sym_i64] = ACTIONS(2701), + [anon_sym_u128] = ACTIONS(2701), + [anon_sym_i128] = ACTIONS(2701), + [anon_sym_isize] = ACTIONS(2701), + [anon_sym_usize] = ACTIONS(2701), + [anon_sym_f32] = ACTIONS(2701), + [anon_sym_f64] = ACTIONS(2701), + [anon_sym_bool] = ACTIONS(2701), + [anon_sym_str] = ACTIONS(2701), + [anon_sym_char] = ACTIONS(2701), + [anon_sym_DASH] = ACTIONS(2699), + [anon_sym_BANG] = ACTIONS(2699), + [anon_sym_AMP] = ACTIONS(2699), + [anon_sym_PIPE] = ACTIONS(2699), + [anon_sym_LT] = ACTIONS(2699), + [anon_sym_DOT_DOT] = ACTIONS(2699), + [anon_sym_COLON_COLON] = ACTIONS(2699), + [anon_sym_POUND] = ACTIONS(2699), + [anon_sym_SQUOTE] = ACTIONS(2701), + [anon_sym_async] = ACTIONS(2701), + [anon_sym_break] = ACTIONS(2701), + [anon_sym_const] = ACTIONS(2701), + [anon_sym_continue] = ACTIONS(2701), + [anon_sym_default] = ACTIONS(2701), + [anon_sym_enum] = ACTIONS(2701), + [anon_sym_fn] = ACTIONS(2701), + [anon_sym_for] = ACTIONS(2701), + [anon_sym_gen] = ACTIONS(2701), + [anon_sym_if] = ACTIONS(2701), + [anon_sym_impl] = ACTIONS(2701), + [anon_sym_let] = ACTIONS(2701), + [anon_sym_loop] = ACTIONS(2701), + [anon_sym_match] = ACTIONS(2701), + [anon_sym_mod] = ACTIONS(2701), + [anon_sym_pub] = ACTIONS(2701), + [anon_sym_return] = ACTIONS(2701), + [anon_sym_static] = ACTIONS(2701), + [anon_sym_struct] = ACTIONS(2701), + [anon_sym_trait] = ACTIONS(2701), + [anon_sym_type] = ACTIONS(2701), + [anon_sym_union] = ACTIONS(2701), + [anon_sym_unsafe] = ACTIONS(2701), + [anon_sym_use] = ACTIONS(2701), + [anon_sym_while] = ACTIONS(2701), + [anon_sym_extern] = ACTIONS(2701), + [anon_sym_raw] = ACTIONS(2701), + [anon_sym_yield] = ACTIONS(2701), + [anon_sym_move] = ACTIONS(2701), + [anon_sym_try] = ACTIONS(2701), + [sym_integer_literal] = ACTIONS(2699), + [aux_sym_string_literal_token1] = ACTIONS(2699), + [sym_char_literal] = ACTIONS(2699), + [anon_sym_true] = ACTIONS(2701), + [anon_sym_false] = ACTIONS(2701), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2701), + [sym_super] = ACTIONS(2701), + [sym_crate] = ACTIONS(2701), + [sym_metavariable] = ACTIONS(2699), + [sym__raw_string_literal_start] = ACTIONS(2699), + [sym_float_literal] = ACTIONS(2699), + }, + [STATE(696)] = { + [sym_line_comment] = STATE(696), + [sym_block_comment] = STATE(696), + [ts_builtin_sym_end] = ACTIONS(2703), + [sym_identifier] = ACTIONS(2705), + [anon_sym_SEMI] = ACTIONS(2703), + [anon_sym_macro_rules_BANG] = ACTIONS(2703), + [anon_sym_LPAREN] = ACTIONS(2703), + [anon_sym_LBRACK] = ACTIONS(2703), + [anon_sym_LBRACE] = ACTIONS(2703), + [anon_sym_RBRACE] = ACTIONS(2703), + [anon_sym_STAR] = ACTIONS(2703), + [anon_sym_u8] = ACTIONS(2705), + [anon_sym_i8] = ACTIONS(2705), + [anon_sym_u16] = ACTIONS(2705), + [anon_sym_i16] = ACTIONS(2705), + [anon_sym_u32] = ACTIONS(2705), + [anon_sym_i32] = ACTIONS(2705), + [anon_sym_u64] = ACTIONS(2705), + [anon_sym_i64] = ACTIONS(2705), + [anon_sym_u128] = ACTIONS(2705), + [anon_sym_i128] = ACTIONS(2705), + [anon_sym_isize] = ACTIONS(2705), + [anon_sym_usize] = ACTIONS(2705), + [anon_sym_f32] = ACTIONS(2705), + [anon_sym_f64] = ACTIONS(2705), + [anon_sym_bool] = ACTIONS(2705), + [anon_sym_str] = ACTIONS(2705), + [anon_sym_char] = ACTIONS(2705), + [anon_sym_DASH] = ACTIONS(2703), + [anon_sym_BANG] = ACTIONS(2703), + [anon_sym_AMP] = ACTIONS(2703), + [anon_sym_PIPE] = ACTIONS(2703), + [anon_sym_LT] = ACTIONS(2703), + [anon_sym_DOT_DOT] = ACTIONS(2703), + [anon_sym_COLON_COLON] = ACTIONS(2703), + [anon_sym_POUND] = ACTIONS(2703), + [anon_sym_SQUOTE] = ACTIONS(2705), + [anon_sym_async] = ACTIONS(2705), + [anon_sym_break] = ACTIONS(2705), + [anon_sym_const] = ACTIONS(2705), + [anon_sym_continue] = ACTIONS(2705), + [anon_sym_default] = ACTIONS(2705), + [anon_sym_enum] = ACTIONS(2705), + [anon_sym_fn] = ACTIONS(2705), + [anon_sym_for] = ACTIONS(2705), + [anon_sym_gen] = ACTIONS(2705), + [anon_sym_if] = ACTIONS(2705), + [anon_sym_impl] = ACTIONS(2705), + [anon_sym_let] = ACTIONS(2705), + [anon_sym_loop] = ACTIONS(2705), + [anon_sym_match] = ACTIONS(2705), + [anon_sym_mod] = ACTIONS(2705), + [anon_sym_pub] = ACTIONS(2705), + [anon_sym_return] = ACTIONS(2705), + [anon_sym_static] = ACTIONS(2705), + [anon_sym_struct] = ACTIONS(2705), + [anon_sym_trait] = ACTIONS(2705), + [anon_sym_type] = ACTIONS(2705), + [anon_sym_union] = ACTIONS(2705), + [anon_sym_unsafe] = ACTIONS(2705), + [anon_sym_use] = ACTIONS(2705), + [anon_sym_while] = ACTIONS(2705), + [anon_sym_extern] = ACTIONS(2705), + [anon_sym_raw] = ACTIONS(2705), + [anon_sym_yield] = ACTIONS(2705), + [anon_sym_move] = ACTIONS(2705), + [anon_sym_try] = ACTIONS(2705), + [sym_integer_literal] = ACTIONS(2703), + [aux_sym_string_literal_token1] = ACTIONS(2703), + [sym_char_literal] = ACTIONS(2703), + [anon_sym_true] = ACTIONS(2705), + [anon_sym_false] = ACTIONS(2705), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2705), + [sym_super] = ACTIONS(2705), + [sym_crate] = ACTIONS(2705), + [sym_metavariable] = ACTIONS(2703), + [sym__raw_string_literal_start] = ACTIONS(2703), + [sym_float_literal] = ACTIONS(2703), + }, + [STATE(697)] = { + [sym_line_comment] = STATE(697), + [sym_block_comment] = STATE(697), + [ts_builtin_sym_end] = ACTIONS(2707), + [sym_identifier] = ACTIONS(2709), + [anon_sym_SEMI] = ACTIONS(2707), + [anon_sym_macro_rules_BANG] = ACTIONS(2707), + [anon_sym_LPAREN] = ACTIONS(2707), + [anon_sym_LBRACK] = ACTIONS(2707), + [anon_sym_LBRACE] = ACTIONS(2707), + [anon_sym_RBRACE] = ACTIONS(2707), + [anon_sym_STAR] = ACTIONS(2707), + [anon_sym_u8] = ACTIONS(2709), + [anon_sym_i8] = ACTIONS(2709), + [anon_sym_u16] = ACTIONS(2709), + [anon_sym_i16] = ACTIONS(2709), + [anon_sym_u32] = ACTIONS(2709), + [anon_sym_i32] = ACTIONS(2709), + [anon_sym_u64] = ACTIONS(2709), + [anon_sym_i64] = ACTIONS(2709), + [anon_sym_u128] = ACTIONS(2709), + [anon_sym_i128] = ACTIONS(2709), + [anon_sym_isize] = ACTIONS(2709), + [anon_sym_usize] = ACTIONS(2709), + [anon_sym_f32] = ACTIONS(2709), + [anon_sym_f64] = ACTIONS(2709), + [anon_sym_bool] = ACTIONS(2709), + [anon_sym_str] = ACTIONS(2709), + [anon_sym_char] = ACTIONS(2709), + [anon_sym_DASH] = ACTIONS(2707), + [anon_sym_BANG] = ACTIONS(2707), + [anon_sym_AMP] = ACTIONS(2707), + [anon_sym_PIPE] = ACTIONS(2707), + [anon_sym_LT] = ACTIONS(2707), + [anon_sym_DOT_DOT] = ACTIONS(2707), + [anon_sym_COLON_COLON] = ACTIONS(2707), + [anon_sym_POUND] = ACTIONS(2707), + [anon_sym_SQUOTE] = ACTIONS(2709), + [anon_sym_async] = ACTIONS(2709), + [anon_sym_break] = ACTIONS(2709), + [anon_sym_const] = ACTIONS(2709), + [anon_sym_continue] = ACTIONS(2709), + [anon_sym_default] = ACTIONS(2709), + [anon_sym_enum] = ACTIONS(2709), + [anon_sym_fn] = ACTIONS(2709), + [anon_sym_for] = ACTIONS(2709), + [anon_sym_gen] = ACTIONS(2709), + [anon_sym_if] = ACTIONS(2709), + [anon_sym_impl] = ACTIONS(2709), + [anon_sym_let] = ACTIONS(2709), + [anon_sym_loop] = ACTIONS(2709), + [anon_sym_match] = ACTIONS(2709), + [anon_sym_mod] = ACTIONS(2709), + [anon_sym_pub] = ACTIONS(2709), + [anon_sym_return] = ACTIONS(2709), + [anon_sym_static] = ACTIONS(2709), + [anon_sym_struct] = ACTIONS(2709), + [anon_sym_trait] = ACTIONS(2709), + [anon_sym_type] = ACTIONS(2709), + [anon_sym_union] = ACTIONS(2709), + [anon_sym_unsafe] = ACTIONS(2709), + [anon_sym_use] = ACTIONS(2709), + [anon_sym_while] = ACTIONS(2709), + [anon_sym_extern] = ACTIONS(2709), + [anon_sym_raw] = ACTIONS(2709), + [anon_sym_yield] = ACTIONS(2709), + [anon_sym_move] = ACTIONS(2709), + [anon_sym_try] = ACTIONS(2709), + [sym_integer_literal] = ACTIONS(2707), + [aux_sym_string_literal_token1] = ACTIONS(2707), + [sym_char_literal] = ACTIONS(2707), + [anon_sym_true] = ACTIONS(2709), + [anon_sym_false] = ACTIONS(2709), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2709), + [sym_super] = ACTIONS(2709), + [sym_crate] = ACTIONS(2709), + [sym_metavariable] = ACTIONS(2707), + [sym__raw_string_literal_start] = ACTIONS(2707), + [sym_float_literal] = ACTIONS(2707), + }, + [STATE(698)] = { + [sym_line_comment] = STATE(698), + [sym_block_comment] = STATE(698), + [ts_builtin_sym_end] = ACTIONS(2711), + [sym_identifier] = ACTIONS(2713), + [anon_sym_SEMI] = ACTIONS(2711), + [anon_sym_macro_rules_BANG] = ACTIONS(2711), + [anon_sym_LPAREN] = ACTIONS(2711), + [anon_sym_LBRACK] = ACTIONS(2711), + [anon_sym_LBRACE] = ACTIONS(2711), + [anon_sym_RBRACE] = ACTIONS(2711), + [anon_sym_STAR] = ACTIONS(2711), + [anon_sym_u8] = ACTIONS(2713), + [anon_sym_i8] = ACTIONS(2713), + [anon_sym_u16] = ACTIONS(2713), + [anon_sym_i16] = ACTIONS(2713), + [anon_sym_u32] = ACTIONS(2713), + [anon_sym_i32] = ACTIONS(2713), + [anon_sym_u64] = ACTIONS(2713), + [anon_sym_i64] = ACTIONS(2713), + [anon_sym_u128] = ACTIONS(2713), + [anon_sym_i128] = ACTIONS(2713), + [anon_sym_isize] = ACTIONS(2713), + [anon_sym_usize] = ACTIONS(2713), + [anon_sym_f32] = ACTIONS(2713), + [anon_sym_f64] = ACTIONS(2713), + [anon_sym_bool] = ACTIONS(2713), + [anon_sym_str] = ACTIONS(2713), + [anon_sym_char] = ACTIONS(2713), + [anon_sym_DASH] = ACTIONS(2711), + [anon_sym_BANG] = ACTIONS(2711), + [anon_sym_AMP] = ACTIONS(2711), + [anon_sym_PIPE] = ACTIONS(2711), + [anon_sym_LT] = ACTIONS(2711), + [anon_sym_DOT_DOT] = ACTIONS(2711), + [anon_sym_COLON_COLON] = ACTIONS(2711), + [anon_sym_POUND] = ACTIONS(2711), + [anon_sym_SQUOTE] = ACTIONS(2713), + [anon_sym_async] = ACTIONS(2713), + [anon_sym_break] = ACTIONS(2713), + [anon_sym_const] = ACTIONS(2713), + [anon_sym_continue] = ACTIONS(2713), + [anon_sym_default] = ACTIONS(2713), + [anon_sym_enum] = ACTIONS(2713), + [anon_sym_fn] = ACTIONS(2713), + [anon_sym_for] = ACTIONS(2713), + [anon_sym_gen] = ACTIONS(2713), + [anon_sym_if] = ACTIONS(2713), + [anon_sym_impl] = ACTIONS(2713), + [anon_sym_let] = ACTIONS(2713), + [anon_sym_loop] = ACTIONS(2713), + [anon_sym_match] = ACTIONS(2713), + [anon_sym_mod] = ACTIONS(2713), + [anon_sym_pub] = ACTIONS(2713), + [anon_sym_return] = ACTIONS(2713), + [anon_sym_static] = ACTIONS(2713), + [anon_sym_struct] = ACTIONS(2713), + [anon_sym_trait] = ACTIONS(2713), + [anon_sym_type] = ACTIONS(2713), + [anon_sym_union] = ACTIONS(2713), + [anon_sym_unsafe] = ACTIONS(2713), + [anon_sym_use] = ACTIONS(2713), + [anon_sym_while] = ACTIONS(2713), + [anon_sym_extern] = ACTIONS(2713), + [anon_sym_raw] = ACTIONS(2713), + [anon_sym_yield] = ACTIONS(2713), + [anon_sym_move] = ACTIONS(2713), + [anon_sym_try] = ACTIONS(2713), + [sym_integer_literal] = ACTIONS(2711), + [aux_sym_string_literal_token1] = ACTIONS(2711), + [sym_char_literal] = ACTIONS(2711), + [anon_sym_true] = ACTIONS(2713), + [anon_sym_false] = ACTIONS(2713), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2713), + [sym_super] = ACTIONS(2713), + [sym_crate] = ACTIONS(2713), + [sym_metavariable] = ACTIONS(2711), + [sym__raw_string_literal_start] = ACTIONS(2711), + [sym_float_literal] = ACTIONS(2711), + }, + [STATE(699)] = { + [sym_line_comment] = STATE(699), + [sym_block_comment] = STATE(699), [ts_builtin_sym_end] = ACTIONS(2715), [sym_identifier] = ACTIONS(2717), [anon_sym_SEMI] = ACTIONS(2715), @@ -88787,9 +89189,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2715), [sym_float_literal] = ACTIONS(2715), }, - [STATE(696)] = { - [sym_line_comment] = STATE(696), - [sym_block_comment] = STATE(696), + [STATE(700)] = { + [sym_line_comment] = STATE(700), + [sym_block_comment] = STATE(700), [ts_builtin_sym_end] = ACTIONS(2719), [sym_identifier] = ACTIONS(2721), [anon_sym_SEMI] = ACTIONS(2719), @@ -88869,9 +89271,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2719), [sym_float_literal] = ACTIONS(2719), }, - [STATE(697)] = { - [sym_line_comment] = STATE(697), - [sym_block_comment] = STATE(697), + [STATE(701)] = { + [sym_line_comment] = STATE(701), + [sym_block_comment] = STATE(701), [ts_builtin_sym_end] = ACTIONS(2723), [sym_identifier] = ACTIONS(2725), [anon_sym_SEMI] = ACTIONS(2723), @@ -88951,9 +89353,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2723), [sym_float_literal] = ACTIONS(2723), }, - [STATE(698)] = { - [sym_line_comment] = STATE(698), - [sym_block_comment] = STATE(698), + [STATE(702)] = { + [sym_line_comment] = STATE(702), + [sym_block_comment] = STATE(702), [ts_builtin_sym_end] = ACTIONS(2727), [sym_identifier] = ACTIONS(2729), [anon_sym_SEMI] = ACTIONS(2727), @@ -89033,9 +89435,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2727), [sym_float_literal] = ACTIONS(2727), }, - [STATE(699)] = { - [sym_line_comment] = STATE(699), - [sym_block_comment] = STATE(699), + [STATE(703)] = { + [sym_line_comment] = STATE(703), + [sym_block_comment] = STATE(703), [ts_builtin_sym_end] = ACTIONS(2731), [sym_identifier] = ACTIONS(2733), [anon_sym_SEMI] = ACTIONS(2731), @@ -89115,9 +89517,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2731), [sym_float_literal] = ACTIONS(2731), }, - [STATE(700)] = { - [sym_line_comment] = STATE(700), - [sym_block_comment] = STATE(700), + [STATE(704)] = { + [sym_line_comment] = STATE(704), + [sym_block_comment] = STATE(704), [ts_builtin_sym_end] = ACTIONS(2735), [sym_identifier] = ACTIONS(2737), [anon_sym_SEMI] = ACTIONS(2735), @@ -89197,1649 +89599,1485 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2735), [sym_float_literal] = ACTIONS(2735), }, - [STATE(701)] = { - [sym_empty_statement] = STATE(1378), - [sym_macro_definition] = STATE(1378), - [sym_attribute_item] = STATE(1378), - [sym_inner_attribute_item] = STATE(1378), - [sym_mod_item] = STATE(1378), - [sym_foreign_mod_item] = STATE(1378), - [sym_struct_item] = STATE(1378), - [sym_union_item] = STATE(1378), - [sym_enum_item] = STATE(1378), - [sym_extern_crate_declaration] = STATE(1378), - [sym_const_item] = STATE(1378), - [sym_static_item] = STATE(1378), - [sym_type_item] = STATE(1378), - [sym_function_item] = STATE(1378), - [sym_function_signature_item] = STATE(1378), - [sym_function_modifiers] = STATE(3785), - [sym_impl_item] = STATE(1378), - [sym_trait_item] = STATE(1378), - [sym_associated_type] = STATE(1378), - [sym_let_declaration] = STATE(1378), - [sym_use_declaration] = STATE(1378), - [sym_extern_modifier] = STATE(2259), - [sym_visibility_modifier] = STATE(2035), - [sym_bracketed_type] = STATE(3740), - [sym_generic_type_with_turbofish] = STATE(3804), - [sym_macro_invocation] = STATE(1378), - [sym_scoped_identifier] = STATE(3417), - [sym_line_comment] = STATE(701), - [sym_block_comment] = STATE(701), - [aux_sym_declaration_list_repeat1] = STATE(636), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(2291), - [anon_sym_SEMI] = ACTIONS(2293), - [anon_sym_macro_rules_BANG] = ACTIONS(2295), - [anon_sym_RBRACE] = ACTIONS(2739), - [anon_sym_u8] = ACTIONS(2299), - [anon_sym_i8] = ACTIONS(2299), - [anon_sym_u16] = ACTIONS(2299), - [anon_sym_i16] = ACTIONS(2299), - [anon_sym_u32] = ACTIONS(2299), - [anon_sym_i32] = ACTIONS(2299), - [anon_sym_u64] = ACTIONS(2299), - [anon_sym_i64] = ACTIONS(2299), - [anon_sym_u128] = ACTIONS(2299), - [anon_sym_i128] = ACTIONS(2299), - [anon_sym_isize] = ACTIONS(2299), - [anon_sym_usize] = ACTIONS(2299), - [anon_sym_f32] = ACTIONS(2299), - [anon_sym_f64] = ACTIONS(2299), - [anon_sym_bool] = ACTIONS(2299), - [anon_sym_str] = ACTIONS(2299), - [anon_sym_char] = ACTIONS(2299), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(2301), - [anon_sym_POUND] = ACTIONS(2303), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(2305), - [anon_sym_default] = ACTIONS(2307), - [anon_sym_enum] = ACTIONS(2309), - [anon_sym_fn] = ACTIONS(2311), - [anon_sym_gen] = ACTIONS(2313), - [anon_sym_impl] = ACTIONS(2315), - [anon_sym_let] = ACTIONS(2317), - [anon_sym_mod] = ACTIONS(2319), - [anon_sym_pub] = ACTIONS(69), - [anon_sym_static] = ACTIONS(2321), - [anon_sym_struct] = ACTIONS(2323), - [anon_sym_trait] = ACTIONS(2325), - [anon_sym_type] = ACTIONS(2327), - [anon_sym_union] = ACTIONS(2329), - [anon_sym_unsafe] = ACTIONS(2331), - [anon_sym_use] = ACTIONS(2333), - [anon_sym_extern] = ACTIONS(2335), - [anon_sym_raw] = ACTIONS(2313), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(2337), - [sym_super] = ACTIONS(2337), - [sym_crate] = ACTIONS(2339), - [sym_metavariable] = ACTIONS(2341), - }, - [STATE(702)] = { - [sym_line_comment] = STATE(702), - [sym_block_comment] = STATE(702), - [ts_builtin_sym_end] = ACTIONS(2741), - [sym_identifier] = ACTIONS(2743), - [anon_sym_SEMI] = ACTIONS(2741), - [anon_sym_macro_rules_BANG] = ACTIONS(2741), - [anon_sym_LPAREN] = ACTIONS(2741), - [anon_sym_LBRACK] = ACTIONS(2741), - [anon_sym_LBRACE] = ACTIONS(2741), - [anon_sym_RBRACE] = ACTIONS(2741), - [anon_sym_STAR] = ACTIONS(2741), - [anon_sym_u8] = ACTIONS(2743), - [anon_sym_i8] = ACTIONS(2743), - [anon_sym_u16] = ACTIONS(2743), - [anon_sym_i16] = ACTIONS(2743), - [anon_sym_u32] = ACTIONS(2743), - [anon_sym_i32] = ACTIONS(2743), - [anon_sym_u64] = ACTIONS(2743), - [anon_sym_i64] = ACTIONS(2743), - [anon_sym_u128] = ACTIONS(2743), - [anon_sym_i128] = ACTIONS(2743), - [anon_sym_isize] = ACTIONS(2743), - [anon_sym_usize] = ACTIONS(2743), - [anon_sym_f32] = ACTIONS(2743), - [anon_sym_f64] = ACTIONS(2743), - [anon_sym_bool] = ACTIONS(2743), - [anon_sym_str] = ACTIONS(2743), - [anon_sym_char] = ACTIONS(2743), - [anon_sym_DASH] = ACTIONS(2741), - [anon_sym_BANG] = ACTIONS(2741), - [anon_sym_AMP] = ACTIONS(2741), - [anon_sym_PIPE] = ACTIONS(2741), - [anon_sym_LT] = ACTIONS(2741), - [anon_sym_DOT_DOT] = ACTIONS(2741), - [anon_sym_COLON_COLON] = ACTIONS(2741), - [anon_sym_POUND] = ACTIONS(2741), - [anon_sym_SQUOTE] = ACTIONS(2743), - [anon_sym_async] = ACTIONS(2743), - [anon_sym_break] = ACTIONS(2743), - [anon_sym_const] = ACTIONS(2743), - [anon_sym_continue] = ACTIONS(2743), - [anon_sym_default] = ACTIONS(2743), - [anon_sym_enum] = ACTIONS(2743), - [anon_sym_fn] = ACTIONS(2743), - [anon_sym_for] = ACTIONS(2743), - [anon_sym_gen] = ACTIONS(2743), - [anon_sym_if] = ACTIONS(2743), - [anon_sym_impl] = ACTIONS(2743), - [anon_sym_let] = ACTIONS(2743), - [anon_sym_loop] = ACTIONS(2743), - [anon_sym_match] = ACTIONS(2743), - [anon_sym_mod] = ACTIONS(2743), - [anon_sym_pub] = ACTIONS(2743), - [anon_sym_return] = ACTIONS(2743), - [anon_sym_static] = ACTIONS(2743), - [anon_sym_struct] = ACTIONS(2743), - [anon_sym_trait] = ACTIONS(2743), - [anon_sym_type] = ACTIONS(2743), - [anon_sym_union] = ACTIONS(2743), - [anon_sym_unsafe] = ACTIONS(2743), - [anon_sym_use] = ACTIONS(2743), - [anon_sym_while] = ACTIONS(2743), - [anon_sym_extern] = ACTIONS(2743), - [anon_sym_raw] = ACTIONS(2743), - [anon_sym_yield] = ACTIONS(2743), - [anon_sym_move] = ACTIONS(2743), - [anon_sym_try] = ACTIONS(2743), - [sym_integer_literal] = ACTIONS(2741), - [aux_sym_string_literal_token1] = ACTIONS(2741), - [sym_char_literal] = ACTIONS(2741), - [anon_sym_true] = ACTIONS(2743), - [anon_sym_false] = ACTIONS(2743), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(2743), - [sym_super] = ACTIONS(2743), - [sym_crate] = ACTIONS(2743), - [sym_metavariable] = ACTIONS(2741), - [sym__raw_string_literal_start] = ACTIONS(2741), - [sym_float_literal] = ACTIONS(2741), - }, - [STATE(703)] = { - [sym_line_comment] = STATE(703), - [sym_block_comment] = STATE(703), - [ts_builtin_sym_end] = ACTIONS(2745), - [sym_identifier] = ACTIONS(2747), - [anon_sym_SEMI] = ACTIONS(2745), - [anon_sym_macro_rules_BANG] = ACTIONS(2745), - [anon_sym_LPAREN] = ACTIONS(2745), - [anon_sym_LBRACK] = ACTIONS(2745), - [anon_sym_LBRACE] = ACTIONS(2745), - [anon_sym_RBRACE] = ACTIONS(2745), - [anon_sym_STAR] = ACTIONS(2745), - [anon_sym_u8] = ACTIONS(2747), - [anon_sym_i8] = ACTIONS(2747), - [anon_sym_u16] = ACTIONS(2747), - [anon_sym_i16] = ACTIONS(2747), - [anon_sym_u32] = ACTIONS(2747), - [anon_sym_i32] = ACTIONS(2747), - [anon_sym_u64] = ACTIONS(2747), - [anon_sym_i64] = ACTIONS(2747), - [anon_sym_u128] = ACTIONS(2747), - [anon_sym_i128] = ACTIONS(2747), - [anon_sym_isize] = ACTIONS(2747), - [anon_sym_usize] = ACTIONS(2747), - [anon_sym_f32] = ACTIONS(2747), - [anon_sym_f64] = ACTIONS(2747), - [anon_sym_bool] = ACTIONS(2747), - [anon_sym_str] = ACTIONS(2747), - [anon_sym_char] = ACTIONS(2747), - [anon_sym_DASH] = ACTIONS(2745), - [anon_sym_BANG] = ACTIONS(2745), - [anon_sym_AMP] = ACTIONS(2745), - [anon_sym_PIPE] = ACTIONS(2745), - [anon_sym_LT] = ACTIONS(2745), - [anon_sym_DOT_DOT] = ACTIONS(2745), - [anon_sym_COLON_COLON] = ACTIONS(2745), - [anon_sym_POUND] = ACTIONS(2745), - [anon_sym_SQUOTE] = ACTIONS(2747), - [anon_sym_async] = ACTIONS(2747), - [anon_sym_break] = ACTIONS(2747), - [anon_sym_const] = ACTIONS(2747), - [anon_sym_continue] = ACTIONS(2747), - [anon_sym_default] = ACTIONS(2747), - [anon_sym_enum] = ACTIONS(2747), - [anon_sym_fn] = ACTIONS(2747), - [anon_sym_for] = ACTIONS(2747), - [anon_sym_gen] = ACTIONS(2747), - [anon_sym_if] = ACTIONS(2747), - [anon_sym_impl] = ACTIONS(2747), - [anon_sym_let] = ACTIONS(2747), - [anon_sym_loop] = ACTIONS(2747), - [anon_sym_match] = ACTIONS(2747), - [anon_sym_mod] = ACTIONS(2747), - [anon_sym_pub] = ACTIONS(2747), - [anon_sym_return] = ACTIONS(2747), - [anon_sym_static] = ACTIONS(2747), - [anon_sym_struct] = ACTIONS(2747), - [anon_sym_trait] = ACTIONS(2747), - [anon_sym_type] = ACTIONS(2747), - [anon_sym_union] = ACTIONS(2747), - [anon_sym_unsafe] = ACTIONS(2747), - [anon_sym_use] = ACTIONS(2747), - [anon_sym_while] = ACTIONS(2747), - [anon_sym_extern] = ACTIONS(2747), - [anon_sym_raw] = ACTIONS(2747), - [anon_sym_yield] = ACTIONS(2747), - [anon_sym_move] = ACTIONS(2747), - [anon_sym_try] = ACTIONS(2747), - [sym_integer_literal] = ACTIONS(2745), - [aux_sym_string_literal_token1] = ACTIONS(2745), - [sym_char_literal] = ACTIONS(2745), - [anon_sym_true] = ACTIONS(2747), - [anon_sym_false] = ACTIONS(2747), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(2747), - [sym_super] = ACTIONS(2747), - [sym_crate] = ACTIONS(2747), - [sym_metavariable] = ACTIONS(2745), - [sym__raw_string_literal_start] = ACTIONS(2745), - [sym_float_literal] = ACTIONS(2745), - }, - [STATE(704)] = { - [sym_line_comment] = STATE(704), - [sym_block_comment] = STATE(704), - [ts_builtin_sym_end] = ACTIONS(2749), - [sym_identifier] = ACTIONS(2751), - [anon_sym_SEMI] = ACTIONS(2749), - [anon_sym_macro_rules_BANG] = ACTIONS(2749), - [anon_sym_LPAREN] = ACTIONS(2749), - [anon_sym_LBRACK] = ACTIONS(2749), - [anon_sym_LBRACE] = ACTIONS(2749), - [anon_sym_RBRACE] = ACTIONS(2749), - [anon_sym_STAR] = ACTIONS(2749), - [anon_sym_u8] = ACTIONS(2751), - [anon_sym_i8] = ACTIONS(2751), - [anon_sym_u16] = ACTIONS(2751), - [anon_sym_i16] = ACTIONS(2751), - [anon_sym_u32] = ACTIONS(2751), - [anon_sym_i32] = ACTIONS(2751), - [anon_sym_u64] = ACTIONS(2751), - [anon_sym_i64] = ACTIONS(2751), - [anon_sym_u128] = ACTIONS(2751), - [anon_sym_i128] = ACTIONS(2751), - [anon_sym_isize] = ACTIONS(2751), - [anon_sym_usize] = ACTIONS(2751), - [anon_sym_f32] = ACTIONS(2751), - [anon_sym_f64] = ACTIONS(2751), - [anon_sym_bool] = ACTIONS(2751), - [anon_sym_str] = ACTIONS(2751), - [anon_sym_char] = ACTIONS(2751), - [anon_sym_DASH] = ACTIONS(2749), - [anon_sym_BANG] = ACTIONS(2749), - [anon_sym_AMP] = ACTIONS(2749), - [anon_sym_PIPE] = ACTIONS(2749), - [anon_sym_LT] = ACTIONS(2749), - [anon_sym_DOT_DOT] = ACTIONS(2749), - [anon_sym_COLON_COLON] = ACTIONS(2749), - [anon_sym_POUND] = ACTIONS(2749), - [anon_sym_SQUOTE] = ACTIONS(2751), - [anon_sym_async] = ACTIONS(2751), - [anon_sym_break] = ACTIONS(2751), - [anon_sym_const] = ACTIONS(2751), - [anon_sym_continue] = ACTIONS(2751), - [anon_sym_default] = ACTIONS(2751), - [anon_sym_enum] = ACTIONS(2751), - [anon_sym_fn] = ACTIONS(2751), - [anon_sym_for] = ACTIONS(2751), - [anon_sym_gen] = ACTIONS(2751), - [anon_sym_if] = ACTIONS(2751), - [anon_sym_impl] = ACTIONS(2751), - [anon_sym_let] = ACTIONS(2751), - [anon_sym_loop] = ACTIONS(2751), - [anon_sym_match] = ACTIONS(2751), - [anon_sym_mod] = ACTIONS(2751), - [anon_sym_pub] = ACTIONS(2751), - [anon_sym_return] = ACTIONS(2751), - [anon_sym_static] = ACTIONS(2751), - [anon_sym_struct] = ACTIONS(2751), - [anon_sym_trait] = ACTIONS(2751), - [anon_sym_type] = ACTIONS(2751), - [anon_sym_union] = ACTIONS(2751), - [anon_sym_unsafe] = ACTIONS(2751), - [anon_sym_use] = ACTIONS(2751), - [anon_sym_while] = ACTIONS(2751), - [anon_sym_extern] = ACTIONS(2751), - [anon_sym_raw] = ACTIONS(2751), - [anon_sym_yield] = ACTIONS(2751), - [anon_sym_move] = ACTIONS(2751), - [anon_sym_try] = ACTIONS(2751), - [sym_integer_literal] = ACTIONS(2749), - [aux_sym_string_literal_token1] = ACTIONS(2749), - [sym_char_literal] = ACTIONS(2749), - [anon_sym_true] = ACTIONS(2751), - [anon_sym_false] = ACTIONS(2751), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(2751), - [sym_super] = ACTIONS(2751), - [sym_crate] = ACTIONS(2751), - [sym_metavariable] = ACTIONS(2749), - [sym__raw_string_literal_start] = ACTIONS(2749), - [sym_float_literal] = ACTIONS(2749), - }, [STATE(705)] = { [sym_line_comment] = STATE(705), [sym_block_comment] = STATE(705), - [ts_builtin_sym_end] = ACTIONS(2753), - [sym_identifier] = ACTIONS(2755), - [anon_sym_SEMI] = ACTIONS(2753), - [anon_sym_macro_rules_BANG] = ACTIONS(2753), - [anon_sym_LPAREN] = ACTIONS(2753), - [anon_sym_LBRACK] = ACTIONS(2753), - [anon_sym_LBRACE] = ACTIONS(2753), - [anon_sym_RBRACE] = ACTIONS(2753), - [anon_sym_STAR] = ACTIONS(2753), - [anon_sym_u8] = ACTIONS(2755), - [anon_sym_i8] = ACTIONS(2755), - [anon_sym_u16] = ACTIONS(2755), - [anon_sym_i16] = ACTIONS(2755), - [anon_sym_u32] = ACTIONS(2755), - [anon_sym_i32] = ACTIONS(2755), - [anon_sym_u64] = ACTIONS(2755), - [anon_sym_i64] = ACTIONS(2755), - [anon_sym_u128] = ACTIONS(2755), - [anon_sym_i128] = ACTIONS(2755), - [anon_sym_isize] = ACTIONS(2755), - [anon_sym_usize] = ACTIONS(2755), - [anon_sym_f32] = ACTIONS(2755), - [anon_sym_f64] = ACTIONS(2755), - [anon_sym_bool] = ACTIONS(2755), - [anon_sym_str] = ACTIONS(2755), - [anon_sym_char] = ACTIONS(2755), - [anon_sym_DASH] = ACTIONS(2753), - [anon_sym_BANG] = ACTIONS(2753), - [anon_sym_AMP] = ACTIONS(2753), - [anon_sym_PIPE] = ACTIONS(2753), - [anon_sym_LT] = ACTIONS(2753), - [anon_sym_DOT_DOT] = ACTIONS(2753), - [anon_sym_COLON_COLON] = ACTIONS(2753), - [anon_sym_POUND] = ACTIONS(2753), - [anon_sym_SQUOTE] = ACTIONS(2755), - [anon_sym_async] = ACTIONS(2755), - [anon_sym_break] = ACTIONS(2755), - [anon_sym_const] = ACTIONS(2755), - [anon_sym_continue] = ACTIONS(2755), - [anon_sym_default] = ACTIONS(2755), - [anon_sym_enum] = ACTIONS(2755), - [anon_sym_fn] = ACTIONS(2755), - [anon_sym_for] = ACTIONS(2755), - [anon_sym_gen] = ACTIONS(2755), - [anon_sym_if] = ACTIONS(2755), - [anon_sym_impl] = ACTIONS(2755), - [anon_sym_let] = ACTIONS(2755), - [anon_sym_loop] = ACTIONS(2755), - [anon_sym_match] = ACTIONS(2755), - [anon_sym_mod] = ACTIONS(2755), - [anon_sym_pub] = ACTIONS(2755), - [anon_sym_return] = ACTIONS(2755), - [anon_sym_static] = ACTIONS(2755), - [anon_sym_struct] = ACTIONS(2755), - [anon_sym_trait] = ACTIONS(2755), - [anon_sym_type] = ACTIONS(2755), - [anon_sym_union] = ACTIONS(2755), - [anon_sym_unsafe] = ACTIONS(2755), - [anon_sym_use] = ACTIONS(2755), - [anon_sym_while] = ACTIONS(2755), - [anon_sym_extern] = ACTIONS(2755), - [anon_sym_raw] = ACTIONS(2755), - [anon_sym_yield] = ACTIONS(2755), - [anon_sym_move] = ACTIONS(2755), - [anon_sym_try] = ACTIONS(2755), - [sym_integer_literal] = ACTIONS(2753), - [aux_sym_string_literal_token1] = ACTIONS(2753), - [sym_char_literal] = ACTIONS(2753), - [anon_sym_true] = ACTIONS(2755), - [anon_sym_false] = ACTIONS(2755), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(2755), - [sym_super] = ACTIONS(2755), - [sym_crate] = ACTIONS(2755), - [sym_metavariable] = ACTIONS(2753), - [sym__raw_string_literal_start] = ACTIONS(2753), - [sym_float_literal] = ACTIONS(2753), + [ts_builtin_sym_end] = ACTIONS(2739), + [sym_identifier] = ACTIONS(2741), + [anon_sym_SEMI] = ACTIONS(2739), + [anon_sym_macro_rules_BANG] = ACTIONS(2739), + [anon_sym_LPAREN] = ACTIONS(2739), + [anon_sym_LBRACK] = ACTIONS(2739), + [anon_sym_LBRACE] = ACTIONS(2739), + [anon_sym_RBRACE] = ACTIONS(2739), + [anon_sym_STAR] = ACTIONS(2739), + [anon_sym_u8] = ACTIONS(2741), + [anon_sym_i8] = ACTIONS(2741), + [anon_sym_u16] = ACTIONS(2741), + [anon_sym_i16] = ACTIONS(2741), + [anon_sym_u32] = ACTIONS(2741), + [anon_sym_i32] = ACTIONS(2741), + [anon_sym_u64] = ACTIONS(2741), + [anon_sym_i64] = ACTIONS(2741), + [anon_sym_u128] = ACTIONS(2741), + [anon_sym_i128] = ACTIONS(2741), + [anon_sym_isize] = ACTIONS(2741), + [anon_sym_usize] = ACTIONS(2741), + [anon_sym_f32] = ACTIONS(2741), + [anon_sym_f64] = ACTIONS(2741), + [anon_sym_bool] = ACTIONS(2741), + [anon_sym_str] = ACTIONS(2741), + [anon_sym_char] = ACTIONS(2741), + [anon_sym_DASH] = ACTIONS(2739), + [anon_sym_BANG] = ACTIONS(2739), + [anon_sym_AMP] = ACTIONS(2739), + [anon_sym_PIPE] = ACTIONS(2739), + [anon_sym_LT] = ACTIONS(2739), + [anon_sym_DOT_DOT] = ACTIONS(2739), + [anon_sym_COLON_COLON] = ACTIONS(2739), + [anon_sym_POUND] = ACTIONS(2739), + [anon_sym_SQUOTE] = ACTIONS(2741), + [anon_sym_async] = ACTIONS(2741), + [anon_sym_break] = ACTIONS(2741), + [anon_sym_const] = ACTIONS(2741), + [anon_sym_continue] = ACTIONS(2741), + [anon_sym_default] = ACTIONS(2741), + [anon_sym_enum] = ACTIONS(2741), + [anon_sym_fn] = ACTIONS(2741), + [anon_sym_for] = ACTIONS(2741), + [anon_sym_gen] = ACTIONS(2741), + [anon_sym_if] = ACTIONS(2741), + [anon_sym_impl] = ACTIONS(2741), + [anon_sym_let] = ACTIONS(2741), + [anon_sym_loop] = ACTIONS(2741), + [anon_sym_match] = ACTIONS(2741), + [anon_sym_mod] = ACTIONS(2741), + [anon_sym_pub] = ACTIONS(2741), + [anon_sym_return] = ACTIONS(2741), + [anon_sym_static] = ACTIONS(2741), + [anon_sym_struct] = ACTIONS(2741), + [anon_sym_trait] = ACTIONS(2741), + [anon_sym_type] = ACTIONS(2741), + [anon_sym_union] = ACTIONS(2741), + [anon_sym_unsafe] = ACTIONS(2741), + [anon_sym_use] = ACTIONS(2741), + [anon_sym_while] = ACTIONS(2741), + [anon_sym_extern] = ACTIONS(2741), + [anon_sym_raw] = ACTIONS(2741), + [anon_sym_yield] = ACTIONS(2741), + [anon_sym_move] = ACTIONS(2741), + [anon_sym_try] = ACTIONS(2741), + [sym_integer_literal] = ACTIONS(2739), + [aux_sym_string_literal_token1] = ACTIONS(2739), + [sym_char_literal] = ACTIONS(2739), + [anon_sym_true] = ACTIONS(2741), + [anon_sym_false] = ACTIONS(2741), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2741), + [sym_super] = ACTIONS(2741), + [sym_crate] = ACTIONS(2741), + [sym_metavariable] = ACTIONS(2739), + [sym__raw_string_literal_start] = ACTIONS(2739), + [sym_float_literal] = ACTIONS(2739), }, [STATE(706)] = { [sym_line_comment] = STATE(706), [sym_block_comment] = STATE(706), - [ts_builtin_sym_end] = ACTIONS(2757), - [sym_identifier] = ACTIONS(2759), - [anon_sym_SEMI] = ACTIONS(2757), - [anon_sym_macro_rules_BANG] = ACTIONS(2757), - [anon_sym_LPAREN] = ACTIONS(2757), - [anon_sym_LBRACK] = ACTIONS(2757), - [anon_sym_LBRACE] = ACTIONS(2757), - [anon_sym_RBRACE] = ACTIONS(2757), - [anon_sym_STAR] = ACTIONS(2757), - [anon_sym_u8] = ACTIONS(2759), - [anon_sym_i8] = ACTIONS(2759), - [anon_sym_u16] = ACTIONS(2759), - [anon_sym_i16] = ACTIONS(2759), - [anon_sym_u32] = ACTIONS(2759), - [anon_sym_i32] = ACTIONS(2759), - [anon_sym_u64] = ACTIONS(2759), - [anon_sym_i64] = ACTIONS(2759), - [anon_sym_u128] = ACTIONS(2759), - [anon_sym_i128] = ACTIONS(2759), - [anon_sym_isize] = ACTIONS(2759), - [anon_sym_usize] = ACTIONS(2759), - [anon_sym_f32] = ACTIONS(2759), - [anon_sym_f64] = ACTIONS(2759), - [anon_sym_bool] = ACTIONS(2759), - [anon_sym_str] = ACTIONS(2759), - [anon_sym_char] = ACTIONS(2759), - [anon_sym_DASH] = ACTIONS(2757), - [anon_sym_BANG] = ACTIONS(2757), - [anon_sym_AMP] = ACTIONS(2757), - [anon_sym_PIPE] = ACTIONS(2757), - [anon_sym_LT] = ACTIONS(2757), - [anon_sym_DOT_DOT] = ACTIONS(2757), - [anon_sym_COLON_COLON] = ACTIONS(2757), - [anon_sym_POUND] = ACTIONS(2757), - [anon_sym_SQUOTE] = ACTIONS(2759), - [anon_sym_async] = ACTIONS(2759), - [anon_sym_break] = ACTIONS(2759), - [anon_sym_const] = ACTIONS(2759), - [anon_sym_continue] = ACTIONS(2759), - [anon_sym_default] = ACTIONS(2759), - [anon_sym_enum] = ACTIONS(2759), - [anon_sym_fn] = ACTIONS(2759), - [anon_sym_for] = ACTIONS(2759), - [anon_sym_gen] = ACTIONS(2759), - [anon_sym_if] = ACTIONS(2759), - [anon_sym_impl] = ACTIONS(2759), - [anon_sym_let] = ACTIONS(2759), - [anon_sym_loop] = ACTIONS(2759), - [anon_sym_match] = ACTIONS(2759), - [anon_sym_mod] = ACTIONS(2759), - [anon_sym_pub] = ACTIONS(2759), - [anon_sym_return] = ACTIONS(2759), - [anon_sym_static] = ACTIONS(2759), - [anon_sym_struct] = ACTIONS(2759), - [anon_sym_trait] = ACTIONS(2759), - [anon_sym_type] = ACTIONS(2759), - [anon_sym_union] = ACTIONS(2759), - [anon_sym_unsafe] = ACTIONS(2759), - [anon_sym_use] = ACTIONS(2759), - [anon_sym_while] = ACTIONS(2759), - [anon_sym_extern] = ACTIONS(2759), - [anon_sym_raw] = ACTIONS(2759), - [anon_sym_yield] = ACTIONS(2759), - [anon_sym_move] = ACTIONS(2759), - [anon_sym_try] = ACTIONS(2759), - [sym_integer_literal] = ACTIONS(2757), - [aux_sym_string_literal_token1] = ACTIONS(2757), - [sym_char_literal] = ACTIONS(2757), - [anon_sym_true] = ACTIONS(2759), - [anon_sym_false] = ACTIONS(2759), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(2759), - [sym_super] = ACTIONS(2759), - [sym_crate] = ACTIONS(2759), - [sym_metavariable] = ACTIONS(2757), - [sym__raw_string_literal_start] = ACTIONS(2757), - [sym_float_literal] = ACTIONS(2757), + [ts_builtin_sym_end] = ACTIONS(2743), + [sym_identifier] = ACTIONS(2745), + [anon_sym_SEMI] = ACTIONS(2743), + [anon_sym_macro_rules_BANG] = ACTIONS(2743), + [anon_sym_LPAREN] = ACTIONS(2743), + [anon_sym_LBRACK] = ACTIONS(2743), + [anon_sym_LBRACE] = ACTIONS(2743), + [anon_sym_RBRACE] = ACTIONS(2743), + [anon_sym_STAR] = ACTIONS(2743), + [anon_sym_u8] = ACTIONS(2745), + [anon_sym_i8] = ACTIONS(2745), + [anon_sym_u16] = ACTIONS(2745), + [anon_sym_i16] = ACTIONS(2745), + [anon_sym_u32] = ACTIONS(2745), + [anon_sym_i32] = ACTIONS(2745), + [anon_sym_u64] = ACTIONS(2745), + [anon_sym_i64] = ACTIONS(2745), + [anon_sym_u128] = ACTIONS(2745), + [anon_sym_i128] = ACTIONS(2745), + [anon_sym_isize] = ACTIONS(2745), + [anon_sym_usize] = ACTIONS(2745), + [anon_sym_f32] = ACTIONS(2745), + [anon_sym_f64] = ACTIONS(2745), + [anon_sym_bool] = ACTIONS(2745), + [anon_sym_str] = ACTIONS(2745), + [anon_sym_char] = ACTIONS(2745), + [anon_sym_DASH] = ACTIONS(2743), + [anon_sym_BANG] = ACTIONS(2743), + [anon_sym_AMP] = ACTIONS(2743), + [anon_sym_PIPE] = ACTIONS(2743), + [anon_sym_LT] = ACTIONS(2743), + [anon_sym_DOT_DOT] = ACTIONS(2743), + [anon_sym_COLON_COLON] = ACTIONS(2743), + [anon_sym_POUND] = ACTIONS(2743), + [anon_sym_SQUOTE] = ACTIONS(2745), + [anon_sym_async] = ACTIONS(2745), + [anon_sym_break] = ACTIONS(2745), + [anon_sym_const] = ACTIONS(2745), + [anon_sym_continue] = ACTIONS(2745), + [anon_sym_default] = ACTIONS(2745), + [anon_sym_enum] = ACTIONS(2745), + [anon_sym_fn] = ACTIONS(2745), + [anon_sym_for] = ACTIONS(2745), + [anon_sym_gen] = ACTIONS(2745), + [anon_sym_if] = ACTIONS(2745), + [anon_sym_impl] = ACTIONS(2745), + [anon_sym_let] = ACTIONS(2745), + [anon_sym_loop] = ACTIONS(2745), + [anon_sym_match] = ACTIONS(2745), + [anon_sym_mod] = ACTIONS(2745), + [anon_sym_pub] = ACTIONS(2745), + [anon_sym_return] = ACTIONS(2745), + [anon_sym_static] = ACTIONS(2745), + [anon_sym_struct] = ACTIONS(2745), + [anon_sym_trait] = ACTIONS(2745), + [anon_sym_type] = ACTIONS(2745), + [anon_sym_union] = ACTIONS(2745), + [anon_sym_unsafe] = ACTIONS(2745), + [anon_sym_use] = ACTIONS(2745), + [anon_sym_while] = ACTIONS(2745), + [anon_sym_extern] = ACTIONS(2745), + [anon_sym_raw] = ACTIONS(2745), + [anon_sym_yield] = ACTIONS(2745), + [anon_sym_move] = ACTIONS(2745), + [anon_sym_try] = ACTIONS(2745), + [sym_integer_literal] = ACTIONS(2743), + [aux_sym_string_literal_token1] = ACTIONS(2743), + [sym_char_literal] = ACTIONS(2743), + [anon_sym_true] = ACTIONS(2745), + [anon_sym_false] = ACTIONS(2745), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2745), + [sym_super] = ACTIONS(2745), + [sym_crate] = ACTIONS(2745), + [sym_metavariable] = ACTIONS(2743), + [sym__raw_string_literal_start] = ACTIONS(2743), + [sym_float_literal] = ACTIONS(2743), }, [STATE(707)] = { [sym_line_comment] = STATE(707), [sym_block_comment] = STATE(707), - [ts_builtin_sym_end] = ACTIONS(2761), - [sym_identifier] = ACTIONS(2763), - [anon_sym_SEMI] = ACTIONS(2761), - [anon_sym_macro_rules_BANG] = ACTIONS(2761), - [anon_sym_LPAREN] = ACTIONS(2761), - [anon_sym_LBRACK] = ACTIONS(2761), - [anon_sym_LBRACE] = ACTIONS(2761), - [anon_sym_RBRACE] = ACTIONS(2761), - [anon_sym_STAR] = ACTIONS(2761), - [anon_sym_u8] = ACTIONS(2763), - [anon_sym_i8] = ACTIONS(2763), - [anon_sym_u16] = ACTIONS(2763), - [anon_sym_i16] = ACTIONS(2763), - [anon_sym_u32] = ACTIONS(2763), - [anon_sym_i32] = ACTIONS(2763), - [anon_sym_u64] = ACTIONS(2763), - [anon_sym_i64] = ACTIONS(2763), - [anon_sym_u128] = ACTIONS(2763), - [anon_sym_i128] = ACTIONS(2763), - [anon_sym_isize] = ACTIONS(2763), - [anon_sym_usize] = ACTIONS(2763), - [anon_sym_f32] = ACTIONS(2763), - [anon_sym_f64] = ACTIONS(2763), - [anon_sym_bool] = ACTIONS(2763), - [anon_sym_str] = ACTIONS(2763), - [anon_sym_char] = ACTIONS(2763), - [anon_sym_DASH] = ACTIONS(2761), - [anon_sym_BANG] = ACTIONS(2761), - [anon_sym_AMP] = ACTIONS(2761), - [anon_sym_PIPE] = ACTIONS(2761), - [anon_sym_LT] = ACTIONS(2761), - [anon_sym_DOT_DOT] = ACTIONS(2761), - [anon_sym_COLON_COLON] = ACTIONS(2761), - [anon_sym_POUND] = ACTIONS(2761), - [anon_sym_SQUOTE] = ACTIONS(2763), - [anon_sym_async] = ACTIONS(2763), - [anon_sym_break] = ACTIONS(2763), - [anon_sym_const] = ACTIONS(2763), - [anon_sym_continue] = ACTIONS(2763), - [anon_sym_default] = ACTIONS(2763), - [anon_sym_enum] = ACTIONS(2763), - [anon_sym_fn] = ACTIONS(2763), - [anon_sym_for] = ACTIONS(2763), - [anon_sym_gen] = ACTIONS(2763), - [anon_sym_if] = ACTIONS(2763), - [anon_sym_impl] = ACTIONS(2763), - [anon_sym_let] = ACTIONS(2763), - [anon_sym_loop] = ACTIONS(2763), - [anon_sym_match] = ACTIONS(2763), - [anon_sym_mod] = ACTIONS(2763), - [anon_sym_pub] = ACTIONS(2763), - [anon_sym_return] = ACTIONS(2763), - [anon_sym_static] = ACTIONS(2763), - [anon_sym_struct] = ACTIONS(2763), - [anon_sym_trait] = ACTIONS(2763), - [anon_sym_type] = ACTIONS(2763), - [anon_sym_union] = ACTIONS(2763), - [anon_sym_unsafe] = ACTIONS(2763), - [anon_sym_use] = ACTIONS(2763), - [anon_sym_while] = ACTIONS(2763), - [anon_sym_extern] = ACTIONS(2763), - [anon_sym_raw] = ACTIONS(2763), - [anon_sym_yield] = ACTIONS(2763), - [anon_sym_move] = ACTIONS(2763), - [anon_sym_try] = ACTIONS(2763), - [sym_integer_literal] = ACTIONS(2761), - [aux_sym_string_literal_token1] = ACTIONS(2761), - [sym_char_literal] = ACTIONS(2761), - [anon_sym_true] = ACTIONS(2763), - [anon_sym_false] = ACTIONS(2763), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(2763), - [sym_super] = ACTIONS(2763), - [sym_crate] = ACTIONS(2763), - [sym_metavariable] = ACTIONS(2761), - [sym__raw_string_literal_start] = ACTIONS(2761), - [sym_float_literal] = ACTIONS(2761), + [ts_builtin_sym_end] = ACTIONS(2747), + [sym_identifier] = ACTIONS(2749), + [anon_sym_SEMI] = ACTIONS(2747), + [anon_sym_macro_rules_BANG] = ACTIONS(2747), + [anon_sym_LPAREN] = ACTIONS(2747), + [anon_sym_LBRACK] = ACTIONS(2747), + [anon_sym_LBRACE] = ACTIONS(2747), + [anon_sym_RBRACE] = ACTIONS(2747), + [anon_sym_STAR] = ACTIONS(2747), + [anon_sym_u8] = ACTIONS(2749), + [anon_sym_i8] = ACTIONS(2749), + [anon_sym_u16] = ACTIONS(2749), + [anon_sym_i16] = ACTIONS(2749), + [anon_sym_u32] = ACTIONS(2749), + [anon_sym_i32] = ACTIONS(2749), + [anon_sym_u64] = ACTIONS(2749), + [anon_sym_i64] = ACTIONS(2749), + [anon_sym_u128] = ACTIONS(2749), + [anon_sym_i128] = ACTIONS(2749), + [anon_sym_isize] = ACTIONS(2749), + [anon_sym_usize] = ACTIONS(2749), + [anon_sym_f32] = ACTIONS(2749), + [anon_sym_f64] = ACTIONS(2749), + [anon_sym_bool] = ACTIONS(2749), + [anon_sym_str] = ACTIONS(2749), + [anon_sym_char] = ACTIONS(2749), + [anon_sym_DASH] = ACTIONS(2747), + [anon_sym_BANG] = ACTIONS(2747), + [anon_sym_AMP] = ACTIONS(2747), + [anon_sym_PIPE] = ACTIONS(2747), + [anon_sym_LT] = ACTIONS(2747), + [anon_sym_DOT_DOT] = ACTIONS(2747), + [anon_sym_COLON_COLON] = ACTIONS(2747), + [anon_sym_POUND] = ACTIONS(2747), + [anon_sym_SQUOTE] = ACTIONS(2749), + [anon_sym_async] = ACTIONS(2749), + [anon_sym_break] = ACTIONS(2749), + [anon_sym_const] = ACTIONS(2749), + [anon_sym_continue] = ACTIONS(2749), + [anon_sym_default] = ACTIONS(2749), + [anon_sym_enum] = ACTIONS(2749), + [anon_sym_fn] = ACTIONS(2749), + [anon_sym_for] = ACTIONS(2749), + [anon_sym_gen] = ACTIONS(2749), + [anon_sym_if] = ACTIONS(2749), + [anon_sym_impl] = ACTIONS(2749), + [anon_sym_let] = ACTIONS(2749), + [anon_sym_loop] = ACTIONS(2749), + [anon_sym_match] = ACTIONS(2749), + [anon_sym_mod] = ACTIONS(2749), + [anon_sym_pub] = ACTIONS(2749), + [anon_sym_return] = ACTIONS(2749), + [anon_sym_static] = ACTIONS(2749), + [anon_sym_struct] = ACTIONS(2749), + [anon_sym_trait] = ACTIONS(2749), + [anon_sym_type] = ACTIONS(2749), + [anon_sym_union] = ACTIONS(2749), + [anon_sym_unsafe] = ACTIONS(2749), + [anon_sym_use] = ACTIONS(2749), + [anon_sym_while] = ACTIONS(2749), + [anon_sym_extern] = ACTIONS(2749), + [anon_sym_raw] = ACTIONS(2749), + [anon_sym_yield] = ACTIONS(2749), + [anon_sym_move] = ACTIONS(2749), + [anon_sym_try] = ACTIONS(2749), + [sym_integer_literal] = ACTIONS(2747), + [aux_sym_string_literal_token1] = ACTIONS(2747), + [sym_char_literal] = ACTIONS(2747), + [anon_sym_true] = ACTIONS(2749), + [anon_sym_false] = ACTIONS(2749), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2749), + [sym_super] = ACTIONS(2749), + [sym_crate] = ACTIONS(2749), + [sym_metavariable] = ACTIONS(2747), + [sym__raw_string_literal_start] = ACTIONS(2747), + [sym_float_literal] = ACTIONS(2747), }, [STATE(708)] = { [sym_line_comment] = STATE(708), [sym_block_comment] = STATE(708), - [ts_builtin_sym_end] = ACTIONS(2765), - [sym_identifier] = ACTIONS(2767), - [anon_sym_SEMI] = ACTIONS(2765), - [anon_sym_macro_rules_BANG] = ACTIONS(2765), - [anon_sym_LPAREN] = ACTIONS(2765), - [anon_sym_LBRACK] = ACTIONS(2765), - [anon_sym_LBRACE] = ACTIONS(2765), - [anon_sym_RBRACE] = ACTIONS(2765), - [anon_sym_STAR] = ACTIONS(2765), - [anon_sym_u8] = ACTIONS(2767), - [anon_sym_i8] = ACTIONS(2767), - [anon_sym_u16] = ACTIONS(2767), - [anon_sym_i16] = ACTIONS(2767), - [anon_sym_u32] = ACTIONS(2767), - [anon_sym_i32] = ACTIONS(2767), - [anon_sym_u64] = ACTIONS(2767), - [anon_sym_i64] = ACTIONS(2767), - [anon_sym_u128] = ACTIONS(2767), - [anon_sym_i128] = ACTIONS(2767), - [anon_sym_isize] = ACTIONS(2767), - [anon_sym_usize] = ACTIONS(2767), - [anon_sym_f32] = ACTIONS(2767), - [anon_sym_f64] = ACTIONS(2767), - [anon_sym_bool] = ACTIONS(2767), - [anon_sym_str] = ACTIONS(2767), - [anon_sym_char] = ACTIONS(2767), - [anon_sym_DASH] = ACTIONS(2765), - [anon_sym_BANG] = ACTIONS(2765), - [anon_sym_AMP] = ACTIONS(2765), - [anon_sym_PIPE] = ACTIONS(2765), - [anon_sym_LT] = ACTIONS(2765), - [anon_sym_DOT_DOT] = ACTIONS(2765), - [anon_sym_COLON_COLON] = ACTIONS(2765), - [anon_sym_POUND] = ACTIONS(2765), - [anon_sym_SQUOTE] = ACTIONS(2767), - [anon_sym_async] = ACTIONS(2767), - [anon_sym_break] = ACTIONS(2767), - [anon_sym_const] = ACTIONS(2767), - [anon_sym_continue] = ACTIONS(2767), - [anon_sym_default] = ACTIONS(2767), - [anon_sym_enum] = ACTIONS(2767), - [anon_sym_fn] = ACTIONS(2767), - [anon_sym_for] = ACTIONS(2767), - [anon_sym_gen] = ACTIONS(2767), - [anon_sym_if] = ACTIONS(2767), - [anon_sym_impl] = ACTIONS(2767), - [anon_sym_let] = ACTIONS(2767), - [anon_sym_loop] = ACTIONS(2767), - [anon_sym_match] = ACTIONS(2767), - [anon_sym_mod] = ACTIONS(2767), - [anon_sym_pub] = ACTIONS(2767), - [anon_sym_return] = ACTIONS(2767), - [anon_sym_static] = ACTIONS(2767), - [anon_sym_struct] = ACTIONS(2767), - [anon_sym_trait] = ACTIONS(2767), - [anon_sym_type] = ACTIONS(2767), - [anon_sym_union] = ACTIONS(2767), - [anon_sym_unsafe] = ACTIONS(2767), - [anon_sym_use] = ACTIONS(2767), - [anon_sym_while] = ACTIONS(2767), - [anon_sym_extern] = ACTIONS(2767), - [anon_sym_raw] = ACTIONS(2767), - [anon_sym_yield] = ACTIONS(2767), - [anon_sym_move] = ACTIONS(2767), - [anon_sym_try] = ACTIONS(2767), - [sym_integer_literal] = ACTIONS(2765), - [aux_sym_string_literal_token1] = ACTIONS(2765), - [sym_char_literal] = ACTIONS(2765), - [anon_sym_true] = ACTIONS(2767), - [anon_sym_false] = ACTIONS(2767), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(2767), - [sym_super] = ACTIONS(2767), - [sym_crate] = ACTIONS(2767), - [sym_metavariable] = ACTIONS(2765), - [sym__raw_string_literal_start] = ACTIONS(2765), - [sym_float_literal] = ACTIONS(2765), + [ts_builtin_sym_end] = ACTIONS(2751), + [sym_identifier] = ACTIONS(2753), + [anon_sym_SEMI] = ACTIONS(2751), + [anon_sym_macro_rules_BANG] = ACTIONS(2751), + [anon_sym_LPAREN] = ACTIONS(2751), + [anon_sym_LBRACK] = ACTIONS(2751), + [anon_sym_LBRACE] = ACTIONS(2751), + [anon_sym_RBRACE] = ACTIONS(2751), + [anon_sym_STAR] = ACTIONS(2751), + [anon_sym_u8] = ACTIONS(2753), + [anon_sym_i8] = ACTIONS(2753), + [anon_sym_u16] = ACTIONS(2753), + [anon_sym_i16] = ACTIONS(2753), + [anon_sym_u32] = ACTIONS(2753), + [anon_sym_i32] = ACTIONS(2753), + [anon_sym_u64] = ACTIONS(2753), + [anon_sym_i64] = ACTIONS(2753), + [anon_sym_u128] = ACTIONS(2753), + [anon_sym_i128] = ACTIONS(2753), + [anon_sym_isize] = ACTIONS(2753), + [anon_sym_usize] = ACTIONS(2753), + [anon_sym_f32] = ACTIONS(2753), + [anon_sym_f64] = ACTIONS(2753), + [anon_sym_bool] = ACTIONS(2753), + [anon_sym_str] = ACTIONS(2753), + [anon_sym_char] = ACTIONS(2753), + [anon_sym_DASH] = ACTIONS(2751), + [anon_sym_BANG] = ACTIONS(2751), + [anon_sym_AMP] = ACTIONS(2751), + [anon_sym_PIPE] = ACTIONS(2751), + [anon_sym_LT] = ACTIONS(2751), + [anon_sym_DOT_DOT] = ACTIONS(2751), + [anon_sym_COLON_COLON] = ACTIONS(2751), + [anon_sym_POUND] = ACTIONS(2751), + [anon_sym_SQUOTE] = ACTIONS(2753), + [anon_sym_async] = ACTIONS(2753), + [anon_sym_break] = ACTIONS(2753), + [anon_sym_const] = ACTIONS(2753), + [anon_sym_continue] = ACTIONS(2753), + [anon_sym_default] = ACTIONS(2753), + [anon_sym_enum] = ACTIONS(2753), + [anon_sym_fn] = ACTIONS(2753), + [anon_sym_for] = ACTIONS(2753), + [anon_sym_gen] = ACTIONS(2753), + [anon_sym_if] = ACTIONS(2753), + [anon_sym_impl] = ACTIONS(2753), + [anon_sym_let] = ACTIONS(2753), + [anon_sym_loop] = ACTIONS(2753), + [anon_sym_match] = ACTIONS(2753), + [anon_sym_mod] = ACTIONS(2753), + [anon_sym_pub] = ACTIONS(2753), + [anon_sym_return] = ACTIONS(2753), + [anon_sym_static] = ACTIONS(2753), + [anon_sym_struct] = ACTIONS(2753), + [anon_sym_trait] = ACTIONS(2753), + [anon_sym_type] = ACTIONS(2753), + [anon_sym_union] = ACTIONS(2753), + [anon_sym_unsafe] = ACTIONS(2753), + [anon_sym_use] = ACTIONS(2753), + [anon_sym_while] = ACTIONS(2753), + [anon_sym_extern] = ACTIONS(2753), + [anon_sym_raw] = ACTIONS(2753), + [anon_sym_yield] = ACTIONS(2753), + [anon_sym_move] = ACTIONS(2753), + [anon_sym_try] = ACTIONS(2753), + [sym_integer_literal] = ACTIONS(2751), + [aux_sym_string_literal_token1] = ACTIONS(2751), + [sym_char_literal] = ACTIONS(2751), + [anon_sym_true] = ACTIONS(2753), + [anon_sym_false] = ACTIONS(2753), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2753), + [sym_super] = ACTIONS(2753), + [sym_crate] = ACTIONS(2753), + [sym_metavariable] = ACTIONS(2751), + [sym__raw_string_literal_start] = ACTIONS(2751), + [sym_float_literal] = ACTIONS(2751), }, [STATE(709)] = { [sym_line_comment] = STATE(709), [sym_block_comment] = STATE(709), - [ts_builtin_sym_end] = ACTIONS(2769), - [sym_identifier] = ACTIONS(2771), - [anon_sym_SEMI] = ACTIONS(2769), - [anon_sym_macro_rules_BANG] = ACTIONS(2769), - [anon_sym_LPAREN] = ACTIONS(2769), - [anon_sym_LBRACK] = ACTIONS(2769), - [anon_sym_LBRACE] = ACTIONS(2769), - [anon_sym_RBRACE] = ACTIONS(2769), - [anon_sym_STAR] = ACTIONS(2769), - [anon_sym_u8] = ACTIONS(2771), - [anon_sym_i8] = ACTIONS(2771), - [anon_sym_u16] = ACTIONS(2771), - [anon_sym_i16] = ACTIONS(2771), - [anon_sym_u32] = ACTIONS(2771), - [anon_sym_i32] = ACTIONS(2771), - [anon_sym_u64] = ACTIONS(2771), - [anon_sym_i64] = ACTIONS(2771), - [anon_sym_u128] = ACTIONS(2771), - [anon_sym_i128] = ACTIONS(2771), - [anon_sym_isize] = ACTIONS(2771), - [anon_sym_usize] = ACTIONS(2771), - [anon_sym_f32] = ACTIONS(2771), - [anon_sym_f64] = ACTIONS(2771), - [anon_sym_bool] = ACTIONS(2771), - [anon_sym_str] = ACTIONS(2771), - [anon_sym_char] = ACTIONS(2771), - [anon_sym_DASH] = ACTIONS(2769), - [anon_sym_BANG] = ACTIONS(2769), - [anon_sym_AMP] = ACTIONS(2769), - [anon_sym_PIPE] = ACTIONS(2769), - [anon_sym_LT] = ACTIONS(2769), - [anon_sym_DOT_DOT] = ACTIONS(2769), - [anon_sym_COLON_COLON] = ACTIONS(2769), - [anon_sym_POUND] = ACTIONS(2769), - [anon_sym_SQUOTE] = ACTIONS(2771), - [anon_sym_async] = ACTIONS(2771), - [anon_sym_break] = ACTIONS(2771), - [anon_sym_const] = ACTIONS(2771), - [anon_sym_continue] = ACTIONS(2771), - [anon_sym_default] = ACTIONS(2771), - [anon_sym_enum] = ACTIONS(2771), - [anon_sym_fn] = ACTIONS(2771), - [anon_sym_for] = ACTIONS(2771), - [anon_sym_gen] = ACTIONS(2771), - [anon_sym_if] = ACTIONS(2771), - [anon_sym_impl] = ACTIONS(2771), - [anon_sym_let] = ACTIONS(2771), - [anon_sym_loop] = ACTIONS(2771), - [anon_sym_match] = ACTIONS(2771), - [anon_sym_mod] = ACTIONS(2771), - [anon_sym_pub] = ACTIONS(2771), - [anon_sym_return] = ACTIONS(2771), - [anon_sym_static] = ACTIONS(2771), - [anon_sym_struct] = ACTIONS(2771), - [anon_sym_trait] = ACTIONS(2771), - [anon_sym_type] = ACTIONS(2771), - [anon_sym_union] = ACTIONS(2771), - [anon_sym_unsafe] = ACTIONS(2771), - [anon_sym_use] = ACTIONS(2771), - [anon_sym_while] = ACTIONS(2771), - [anon_sym_extern] = ACTIONS(2771), - [anon_sym_raw] = ACTIONS(2771), - [anon_sym_yield] = ACTIONS(2771), - [anon_sym_move] = ACTIONS(2771), - [anon_sym_try] = ACTIONS(2771), - [sym_integer_literal] = ACTIONS(2769), - [aux_sym_string_literal_token1] = ACTIONS(2769), - [sym_char_literal] = ACTIONS(2769), - [anon_sym_true] = ACTIONS(2771), - [anon_sym_false] = ACTIONS(2771), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(2771), - [sym_super] = ACTIONS(2771), - [sym_crate] = ACTIONS(2771), - [sym_metavariable] = ACTIONS(2769), - [sym__raw_string_literal_start] = ACTIONS(2769), - [sym_float_literal] = ACTIONS(2769), + [ts_builtin_sym_end] = ACTIONS(2755), + [sym_identifier] = ACTIONS(2757), + [anon_sym_SEMI] = ACTIONS(2755), + [anon_sym_macro_rules_BANG] = ACTIONS(2755), + [anon_sym_LPAREN] = ACTIONS(2755), + [anon_sym_LBRACK] = ACTIONS(2755), + [anon_sym_LBRACE] = ACTIONS(2755), + [anon_sym_RBRACE] = ACTIONS(2755), + [anon_sym_STAR] = ACTIONS(2755), + [anon_sym_u8] = ACTIONS(2757), + [anon_sym_i8] = ACTIONS(2757), + [anon_sym_u16] = ACTIONS(2757), + [anon_sym_i16] = ACTIONS(2757), + [anon_sym_u32] = ACTIONS(2757), + [anon_sym_i32] = ACTIONS(2757), + [anon_sym_u64] = ACTIONS(2757), + [anon_sym_i64] = ACTIONS(2757), + [anon_sym_u128] = ACTIONS(2757), + [anon_sym_i128] = ACTIONS(2757), + [anon_sym_isize] = ACTIONS(2757), + [anon_sym_usize] = ACTIONS(2757), + [anon_sym_f32] = ACTIONS(2757), + [anon_sym_f64] = ACTIONS(2757), + [anon_sym_bool] = ACTIONS(2757), + [anon_sym_str] = ACTIONS(2757), + [anon_sym_char] = ACTIONS(2757), + [anon_sym_DASH] = ACTIONS(2755), + [anon_sym_BANG] = ACTIONS(2755), + [anon_sym_AMP] = ACTIONS(2755), + [anon_sym_PIPE] = ACTIONS(2755), + [anon_sym_LT] = ACTIONS(2755), + [anon_sym_DOT_DOT] = ACTIONS(2755), + [anon_sym_COLON_COLON] = ACTIONS(2755), + [anon_sym_POUND] = ACTIONS(2755), + [anon_sym_SQUOTE] = ACTIONS(2757), + [anon_sym_async] = ACTIONS(2757), + [anon_sym_break] = ACTIONS(2757), + [anon_sym_const] = ACTIONS(2757), + [anon_sym_continue] = ACTIONS(2757), + [anon_sym_default] = ACTIONS(2757), + [anon_sym_enum] = ACTIONS(2757), + [anon_sym_fn] = ACTIONS(2757), + [anon_sym_for] = ACTIONS(2757), + [anon_sym_gen] = ACTIONS(2757), + [anon_sym_if] = ACTIONS(2757), + [anon_sym_impl] = ACTIONS(2757), + [anon_sym_let] = ACTIONS(2757), + [anon_sym_loop] = ACTIONS(2757), + [anon_sym_match] = ACTIONS(2757), + [anon_sym_mod] = ACTIONS(2757), + [anon_sym_pub] = ACTIONS(2757), + [anon_sym_return] = ACTIONS(2757), + [anon_sym_static] = ACTIONS(2757), + [anon_sym_struct] = ACTIONS(2757), + [anon_sym_trait] = ACTIONS(2757), + [anon_sym_type] = ACTIONS(2757), + [anon_sym_union] = ACTIONS(2757), + [anon_sym_unsafe] = ACTIONS(2757), + [anon_sym_use] = ACTIONS(2757), + [anon_sym_while] = ACTIONS(2757), + [anon_sym_extern] = ACTIONS(2757), + [anon_sym_raw] = ACTIONS(2757), + [anon_sym_yield] = ACTIONS(2757), + [anon_sym_move] = ACTIONS(2757), + [anon_sym_try] = ACTIONS(2757), + [sym_integer_literal] = ACTIONS(2755), + [aux_sym_string_literal_token1] = ACTIONS(2755), + [sym_char_literal] = ACTIONS(2755), + [anon_sym_true] = ACTIONS(2757), + [anon_sym_false] = ACTIONS(2757), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2757), + [sym_super] = ACTIONS(2757), + [sym_crate] = ACTIONS(2757), + [sym_metavariable] = ACTIONS(2755), + [sym__raw_string_literal_start] = ACTIONS(2755), + [sym_float_literal] = ACTIONS(2755), }, [STATE(710)] = { [sym_line_comment] = STATE(710), [sym_block_comment] = STATE(710), - [ts_builtin_sym_end] = ACTIONS(2773), - [sym_identifier] = ACTIONS(2775), - [anon_sym_SEMI] = ACTIONS(2773), - [anon_sym_macro_rules_BANG] = ACTIONS(2773), - [anon_sym_LPAREN] = ACTIONS(2773), - [anon_sym_LBRACK] = ACTIONS(2773), - [anon_sym_LBRACE] = ACTIONS(2773), - [anon_sym_RBRACE] = ACTIONS(2773), - [anon_sym_STAR] = ACTIONS(2773), - [anon_sym_u8] = ACTIONS(2775), - [anon_sym_i8] = ACTIONS(2775), - [anon_sym_u16] = ACTIONS(2775), - [anon_sym_i16] = ACTIONS(2775), - [anon_sym_u32] = ACTIONS(2775), - [anon_sym_i32] = ACTIONS(2775), - [anon_sym_u64] = ACTIONS(2775), - [anon_sym_i64] = ACTIONS(2775), - [anon_sym_u128] = ACTIONS(2775), - [anon_sym_i128] = ACTIONS(2775), - [anon_sym_isize] = ACTIONS(2775), - [anon_sym_usize] = ACTIONS(2775), - [anon_sym_f32] = ACTIONS(2775), - [anon_sym_f64] = ACTIONS(2775), - [anon_sym_bool] = ACTIONS(2775), - [anon_sym_str] = ACTIONS(2775), - [anon_sym_char] = ACTIONS(2775), - [anon_sym_DASH] = ACTIONS(2773), - [anon_sym_BANG] = ACTIONS(2773), - [anon_sym_AMP] = ACTIONS(2773), - [anon_sym_PIPE] = ACTIONS(2773), - [anon_sym_LT] = ACTIONS(2773), - [anon_sym_DOT_DOT] = ACTIONS(2773), - [anon_sym_COLON_COLON] = ACTIONS(2773), - [anon_sym_POUND] = ACTIONS(2773), - [anon_sym_SQUOTE] = ACTIONS(2775), - [anon_sym_async] = ACTIONS(2775), - [anon_sym_break] = ACTIONS(2775), - [anon_sym_const] = ACTIONS(2775), - [anon_sym_continue] = ACTIONS(2775), - [anon_sym_default] = ACTIONS(2775), - [anon_sym_enum] = ACTIONS(2775), - [anon_sym_fn] = ACTIONS(2775), - [anon_sym_for] = ACTIONS(2775), - [anon_sym_gen] = ACTIONS(2775), - [anon_sym_if] = ACTIONS(2775), - [anon_sym_impl] = ACTIONS(2775), - [anon_sym_let] = ACTIONS(2775), - [anon_sym_loop] = ACTIONS(2775), - [anon_sym_match] = ACTIONS(2775), - [anon_sym_mod] = ACTIONS(2775), - [anon_sym_pub] = ACTIONS(2775), - [anon_sym_return] = ACTIONS(2775), - [anon_sym_static] = ACTIONS(2775), - [anon_sym_struct] = ACTIONS(2775), - [anon_sym_trait] = ACTIONS(2775), - [anon_sym_type] = ACTIONS(2775), - [anon_sym_union] = ACTIONS(2775), - [anon_sym_unsafe] = ACTIONS(2775), - [anon_sym_use] = ACTIONS(2775), - [anon_sym_while] = ACTIONS(2775), - [anon_sym_extern] = ACTIONS(2775), - [anon_sym_raw] = ACTIONS(2775), - [anon_sym_yield] = ACTIONS(2775), - [anon_sym_move] = ACTIONS(2775), - [anon_sym_try] = ACTIONS(2775), - [sym_integer_literal] = ACTIONS(2773), - [aux_sym_string_literal_token1] = ACTIONS(2773), - [sym_char_literal] = ACTIONS(2773), - [anon_sym_true] = ACTIONS(2775), - [anon_sym_false] = ACTIONS(2775), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(2775), - [sym_super] = ACTIONS(2775), - [sym_crate] = ACTIONS(2775), - [sym_metavariable] = ACTIONS(2773), - [sym__raw_string_literal_start] = ACTIONS(2773), - [sym_float_literal] = ACTIONS(2773), + [ts_builtin_sym_end] = ACTIONS(2759), + [sym_identifier] = ACTIONS(2761), + [anon_sym_SEMI] = ACTIONS(2759), + [anon_sym_macro_rules_BANG] = ACTIONS(2759), + [anon_sym_LPAREN] = ACTIONS(2759), + [anon_sym_LBRACK] = ACTIONS(2759), + [anon_sym_LBRACE] = ACTIONS(2759), + [anon_sym_RBRACE] = ACTIONS(2759), + [anon_sym_STAR] = ACTIONS(2759), + [anon_sym_u8] = ACTIONS(2761), + [anon_sym_i8] = ACTIONS(2761), + [anon_sym_u16] = ACTIONS(2761), + [anon_sym_i16] = ACTIONS(2761), + [anon_sym_u32] = ACTIONS(2761), + [anon_sym_i32] = ACTIONS(2761), + [anon_sym_u64] = ACTIONS(2761), + [anon_sym_i64] = ACTIONS(2761), + [anon_sym_u128] = ACTIONS(2761), + [anon_sym_i128] = ACTIONS(2761), + [anon_sym_isize] = ACTIONS(2761), + [anon_sym_usize] = ACTIONS(2761), + [anon_sym_f32] = ACTIONS(2761), + [anon_sym_f64] = ACTIONS(2761), + [anon_sym_bool] = ACTIONS(2761), + [anon_sym_str] = ACTIONS(2761), + [anon_sym_char] = ACTIONS(2761), + [anon_sym_DASH] = ACTIONS(2759), + [anon_sym_BANG] = ACTIONS(2759), + [anon_sym_AMP] = ACTIONS(2759), + [anon_sym_PIPE] = ACTIONS(2759), + [anon_sym_LT] = ACTIONS(2759), + [anon_sym_DOT_DOT] = ACTIONS(2759), + [anon_sym_COLON_COLON] = ACTIONS(2759), + [anon_sym_POUND] = ACTIONS(2759), + [anon_sym_SQUOTE] = ACTIONS(2761), + [anon_sym_async] = ACTIONS(2761), + [anon_sym_break] = ACTIONS(2761), + [anon_sym_const] = ACTIONS(2761), + [anon_sym_continue] = ACTIONS(2761), + [anon_sym_default] = ACTIONS(2761), + [anon_sym_enum] = ACTIONS(2761), + [anon_sym_fn] = ACTIONS(2761), + [anon_sym_for] = ACTIONS(2761), + [anon_sym_gen] = ACTIONS(2761), + [anon_sym_if] = ACTIONS(2761), + [anon_sym_impl] = ACTIONS(2761), + [anon_sym_let] = ACTIONS(2761), + [anon_sym_loop] = ACTIONS(2761), + [anon_sym_match] = ACTIONS(2761), + [anon_sym_mod] = ACTIONS(2761), + [anon_sym_pub] = ACTIONS(2761), + [anon_sym_return] = ACTIONS(2761), + [anon_sym_static] = ACTIONS(2761), + [anon_sym_struct] = ACTIONS(2761), + [anon_sym_trait] = ACTIONS(2761), + [anon_sym_type] = ACTIONS(2761), + [anon_sym_union] = ACTIONS(2761), + [anon_sym_unsafe] = ACTIONS(2761), + [anon_sym_use] = ACTIONS(2761), + [anon_sym_while] = ACTIONS(2761), + [anon_sym_extern] = ACTIONS(2761), + [anon_sym_raw] = ACTIONS(2761), + [anon_sym_yield] = ACTIONS(2761), + [anon_sym_move] = ACTIONS(2761), + [anon_sym_try] = ACTIONS(2761), + [sym_integer_literal] = ACTIONS(2759), + [aux_sym_string_literal_token1] = ACTIONS(2759), + [sym_char_literal] = ACTIONS(2759), + [anon_sym_true] = ACTIONS(2761), + [anon_sym_false] = ACTIONS(2761), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2761), + [sym_super] = ACTIONS(2761), + [sym_crate] = ACTIONS(2761), + [sym_metavariable] = ACTIONS(2759), + [sym__raw_string_literal_start] = ACTIONS(2759), + [sym_float_literal] = ACTIONS(2759), }, [STATE(711)] = { [sym_line_comment] = STATE(711), [sym_block_comment] = STATE(711), - [ts_builtin_sym_end] = ACTIONS(2777), - [sym_identifier] = ACTIONS(2779), - [anon_sym_SEMI] = ACTIONS(2777), - [anon_sym_macro_rules_BANG] = ACTIONS(2777), - [anon_sym_LPAREN] = ACTIONS(2777), - [anon_sym_LBRACK] = ACTIONS(2777), - [anon_sym_LBRACE] = ACTIONS(2777), - [anon_sym_RBRACE] = ACTIONS(2777), - [anon_sym_STAR] = ACTIONS(2777), - [anon_sym_u8] = ACTIONS(2779), - [anon_sym_i8] = ACTIONS(2779), - [anon_sym_u16] = ACTIONS(2779), - [anon_sym_i16] = ACTIONS(2779), - [anon_sym_u32] = ACTIONS(2779), - [anon_sym_i32] = ACTIONS(2779), - [anon_sym_u64] = ACTIONS(2779), - [anon_sym_i64] = ACTIONS(2779), - [anon_sym_u128] = ACTIONS(2779), - [anon_sym_i128] = ACTIONS(2779), - [anon_sym_isize] = ACTIONS(2779), - [anon_sym_usize] = ACTIONS(2779), - [anon_sym_f32] = ACTIONS(2779), - [anon_sym_f64] = ACTIONS(2779), - [anon_sym_bool] = ACTIONS(2779), - [anon_sym_str] = ACTIONS(2779), - [anon_sym_char] = ACTIONS(2779), - [anon_sym_DASH] = ACTIONS(2777), - [anon_sym_BANG] = ACTIONS(2777), - [anon_sym_AMP] = ACTIONS(2777), - [anon_sym_PIPE] = ACTIONS(2777), - [anon_sym_LT] = ACTIONS(2777), - [anon_sym_DOT_DOT] = ACTIONS(2777), - [anon_sym_COLON_COLON] = ACTIONS(2777), - [anon_sym_POUND] = ACTIONS(2777), - [anon_sym_SQUOTE] = ACTIONS(2779), - [anon_sym_async] = ACTIONS(2779), - [anon_sym_break] = ACTIONS(2779), - [anon_sym_const] = ACTIONS(2779), - [anon_sym_continue] = ACTIONS(2779), - [anon_sym_default] = ACTIONS(2779), - [anon_sym_enum] = ACTIONS(2779), - [anon_sym_fn] = ACTIONS(2779), - [anon_sym_for] = ACTIONS(2779), - [anon_sym_gen] = ACTIONS(2779), - [anon_sym_if] = ACTIONS(2779), - [anon_sym_impl] = ACTIONS(2779), - [anon_sym_let] = ACTIONS(2779), - [anon_sym_loop] = ACTIONS(2779), - [anon_sym_match] = ACTIONS(2779), - [anon_sym_mod] = ACTIONS(2779), - [anon_sym_pub] = ACTIONS(2779), - [anon_sym_return] = ACTIONS(2779), - [anon_sym_static] = ACTIONS(2779), - [anon_sym_struct] = ACTIONS(2779), - [anon_sym_trait] = ACTIONS(2779), - [anon_sym_type] = ACTIONS(2779), - [anon_sym_union] = ACTIONS(2779), - [anon_sym_unsafe] = ACTIONS(2779), - [anon_sym_use] = ACTIONS(2779), - [anon_sym_while] = ACTIONS(2779), - [anon_sym_extern] = ACTIONS(2779), - [anon_sym_raw] = ACTIONS(2779), - [anon_sym_yield] = ACTIONS(2779), - [anon_sym_move] = ACTIONS(2779), - [anon_sym_try] = ACTIONS(2779), - [sym_integer_literal] = ACTIONS(2777), - [aux_sym_string_literal_token1] = ACTIONS(2777), - [sym_char_literal] = ACTIONS(2777), - [anon_sym_true] = ACTIONS(2779), - [anon_sym_false] = ACTIONS(2779), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(2779), - [sym_super] = ACTIONS(2779), - [sym_crate] = ACTIONS(2779), - [sym_metavariable] = ACTIONS(2777), - [sym__raw_string_literal_start] = ACTIONS(2777), - [sym_float_literal] = ACTIONS(2777), + [ts_builtin_sym_end] = ACTIONS(2763), + [sym_identifier] = ACTIONS(2765), + [anon_sym_SEMI] = ACTIONS(2763), + [anon_sym_macro_rules_BANG] = ACTIONS(2763), + [anon_sym_LPAREN] = ACTIONS(2763), + [anon_sym_LBRACK] = ACTIONS(2763), + [anon_sym_LBRACE] = ACTIONS(2763), + [anon_sym_RBRACE] = ACTIONS(2763), + [anon_sym_STAR] = ACTIONS(2763), + [anon_sym_u8] = ACTIONS(2765), + [anon_sym_i8] = ACTIONS(2765), + [anon_sym_u16] = ACTIONS(2765), + [anon_sym_i16] = ACTIONS(2765), + [anon_sym_u32] = ACTIONS(2765), + [anon_sym_i32] = ACTIONS(2765), + [anon_sym_u64] = ACTIONS(2765), + [anon_sym_i64] = ACTIONS(2765), + [anon_sym_u128] = ACTIONS(2765), + [anon_sym_i128] = ACTIONS(2765), + [anon_sym_isize] = ACTIONS(2765), + [anon_sym_usize] = ACTIONS(2765), + [anon_sym_f32] = ACTIONS(2765), + [anon_sym_f64] = ACTIONS(2765), + [anon_sym_bool] = ACTIONS(2765), + [anon_sym_str] = ACTIONS(2765), + [anon_sym_char] = ACTIONS(2765), + [anon_sym_DASH] = ACTIONS(2763), + [anon_sym_BANG] = ACTIONS(2763), + [anon_sym_AMP] = ACTIONS(2763), + [anon_sym_PIPE] = ACTIONS(2763), + [anon_sym_LT] = ACTIONS(2763), + [anon_sym_DOT_DOT] = ACTIONS(2763), + [anon_sym_COLON_COLON] = ACTIONS(2763), + [anon_sym_POUND] = ACTIONS(2763), + [anon_sym_SQUOTE] = ACTIONS(2765), + [anon_sym_async] = ACTIONS(2765), + [anon_sym_break] = ACTIONS(2765), + [anon_sym_const] = ACTIONS(2765), + [anon_sym_continue] = ACTIONS(2765), + [anon_sym_default] = ACTIONS(2765), + [anon_sym_enum] = ACTIONS(2765), + [anon_sym_fn] = ACTIONS(2765), + [anon_sym_for] = ACTIONS(2765), + [anon_sym_gen] = ACTIONS(2765), + [anon_sym_if] = ACTIONS(2765), + [anon_sym_impl] = ACTIONS(2765), + [anon_sym_let] = ACTIONS(2765), + [anon_sym_loop] = ACTIONS(2765), + [anon_sym_match] = ACTIONS(2765), + [anon_sym_mod] = ACTIONS(2765), + [anon_sym_pub] = ACTIONS(2765), + [anon_sym_return] = ACTIONS(2765), + [anon_sym_static] = ACTIONS(2765), + [anon_sym_struct] = ACTIONS(2765), + [anon_sym_trait] = ACTIONS(2765), + [anon_sym_type] = ACTIONS(2765), + [anon_sym_union] = ACTIONS(2765), + [anon_sym_unsafe] = ACTIONS(2765), + [anon_sym_use] = ACTIONS(2765), + [anon_sym_while] = ACTIONS(2765), + [anon_sym_extern] = ACTIONS(2765), + [anon_sym_raw] = ACTIONS(2765), + [anon_sym_yield] = ACTIONS(2765), + [anon_sym_move] = ACTIONS(2765), + [anon_sym_try] = ACTIONS(2765), + [sym_integer_literal] = ACTIONS(2763), + [aux_sym_string_literal_token1] = ACTIONS(2763), + [sym_char_literal] = ACTIONS(2763), + [anon_sym_true] = ACTIONS(2765), + [anon_sym_false] = ACTIONS(2765), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2765), + [sym_super] = ACTIONS(2765), + [sym_crate] = ACTIONS(2765), + [sym_metavariable] = ACTIONS(2763), + [sym__raw_string_literal_start] = ACTIONS(2763), + [sym_float_literal] = ACTIONS(2763), }, [STATE(712)] = { [sym_line_comment] = STATE(712), [sym_block_comment] = STATE(712), - [ts_builtin_sym_end] = ACTIONS(2781), - [sym_identifier] = ACTIONS(2783), - [anon_sym_SEMI] = ACTIONS(2781), - [anon_sym_macro_rules_BANG] = ACTIONS(2781), - [anon_sym_LPAREN] = ACTIONS(2781), - [anon_sym_LBRACK] = ACTIONS(2781), - [anon_sym_LBRACE] = ACTIONS(2781), - [anon_sym_RBRACE] = ACTIONS(2781), - [anon_sym_STAR] = ACTIONS(2781), - [anon_sym_u8] = ACTIONS(2783), - [anon_sym_i8] = ACTIONS(2783), - [anon_sym_u16] = ACTIONS(2783), - [anon_sym_i16] = ACTIONS(2783), - [anon_sym_u32] = ACTIONS(2783), - [anon_sym_i32] = ACTIONS(2783), - [anon_sym_u64] = ACTIONS(2783), - [anon_sym_i64] = ACTIONS(2783), - [anon_sym_u128] = ACTIONS(2783), - [anon_sym_i128] = ACTIONS(2783), - [anon_sym_isize] = ACTIONS(2783), - [anon_sym_usize] = ACTIONS(2783), - [anon_sym_f32] = ACTIONS(2783), - [anon_sym_f64] = ACTIONS(2783), - [anon_sym_bool] = ACTIONS(2783), - [anon_sym_str] = ACTIONS(2783), - [anon_sym_char] = ACTIONS(2783), - [anon_sym_DASH] = ACTIONS(2781), - [anon_sym_BANG] = ACTIONS(2781), - [anon_sym_AMP] = ACTIONS(2781), - [anon_sym_PIPE] = ACTIONS(2781), - [anon_sym_LT] = ACTIONS(2781), - [anon_sym_DOT_DOT] = ACTIONS(2781), - [anon_sym_COLON_COLON] = ACTIONS(2781), - [anon_sym_POUND] = ACTIONS(2781), - [anon_sym_SQUOTE] = ACTIONS(2783), - [anon_sym_async] = ACTIONS(2783), - [anon_sym_break] = ACTIONS(2783), - [anon_sym_const] = ACTIONS(2783), - [anon_sym_continue] = ACTIONS(2783), - [anon_sym_default] = ACTIONS(2783), - [anon_sym_enum] = ACTIONS(2783), - [anon_sym_fn] = ACTIONS(2783), - [anon_sym_for] = ACTIONS(2783), - [anon_sym_gen] = ACTIONS(2783), - [anon_sym_if] = ACTIONS(2783), - [anon_sym_impl] = ACTIONS(2783), - [anon_sym_let] = ACTIONS(2783), - [anon_sym_loop] = ACTIONS(2783), - [anon_sym_match] = ACTIONS(2783), - [anon_sym_mod] = ACTIONS(2783), - [anon_sym_pub] = ACTIONS(2783), - [anon_sym_return] = ACTIONS(2783), - [anon_sym_static] = ACTIONS(2783), - [anon_sym_struct] = ACTIONS(2783), - [anon_sym_trait] = ACTIONS(2783), - [anon_sym_type] = ACTIONS(2783), - [anon_sym_union] = ACTIONS(2783), - [anon_sym_unsafe] = ACTIONS(2783), - [anon_sym_use] = ACTIONS(2783), - [anon_sym_while] = ACTIONS(2783), - [anon_sym_extern] = ACTIONS(2783), - [anon_sym_raw] = ACTIONS(2783), - [anon_sym_yield] = ACTIONS(2783), - [anon_sym_move] = ACTIONS(2783), - [anon_sym_try] = ACTIONS(2783), - [sym_integer_literal] = ACTIONS(2781), - [aux_sym_string_literal_token1] = ACTIONS(2781), - [sym_char_literal] = ACTIONS(2781), - [anon_sym_true] = ACTIONS(2783), - [anon_sym_false] = ACTIONS(2783), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(2783), - [sym_super] = ACTIONS(2783), - [sym_crate] = ACTIONS(2783), - [sym_metavariable] = ACTIONS(2781), - [sym__raw_string_literal_start] = ACTIONS(2781), - [sym_float_literal] = ACTIONS(2781), + [ts_builtin_sym_end] = ACTIONS(2767), + [sym_identifier] = ACTIONS(2769), + [anon_sym_SEMI] = ACTIONS(2767), + [anon_sym_macro_rules_BANG] = ACTIONS(2767), + [anon_sym_LPAREN] = ACTIONS(2767), + [anon_sym_LBRACK] = ACTIONS(2767), + [anon_sym_LBRACE] = ACTIONS(2767), + [anon_sym_RBRACE] = ACTIONS(2767), + [anon_sym_STAR] = ACTIONS(2767), + [anon_sym_u8] = ACTIONS(2769), + [anon_sym_i8] = ACTIONS(2769), + [anon_sym_u16] = ACTIONS(2769), + [anon_sym_i16] = ACTIONS(2769), + [anon_sym_u32] = ACTIONS(2769), + [anon_sym_i32] = ACTIONS(2769), + [anon_sym_u64] = ACTIONS(2769), + [anon_sym_i64] = ACTIONS(2769), + [anon_sym_u128] = ACTIONS(2769), + [anon_sym_i128] = ACTIONS(2769), + [anon_sym_isize] = ACTIONS(2769), + [anon_sym_usize] = ACTIONS(2769), + [anon_sym_f32] = ACTIONS(2769), + [anon_sym_f64] = ACTIONS(2769), + [anon_sym_bool] = ACTIONS(2769), + [anon_sym_str] = ACTIONS(2769), + [anon_sym_char] = ACTIONS(2769), + [anon_sym_DASH] = ACTIONS(2767), + [anon_sym_BANG] = ACTIONS(2767), + [anon_sym_AMP] = ACTIONS(2767), + [anon_sym_PIPE] = ACTIONS(2767), + [anon_sym_LT] = ACTIONS(2767), + [anon_sym_DOT_DOT] = ACTIONS(2767), + [anon_sym_COLON_COLON] = ACTIONS(2767), + [anon_sym_POUND] = ACTIONS(2767), + [anon_sym_SQUOTE] = ACTIONS(2769), + [anon_sym_async] = ACTIONS(2769), + [anon_sym_break] = ACTIONS(2769), + [anon_sym_const] = ACTIONS(2769), + [anon_sym_continue] = ACTIONS(2769), + [anon_sym_default] = ACTIONS(2769), + [anon_sym_enum] = ACTIONS(2769), + [anon_sym_fn] = ACTIONS(2769), + [anon_sym_for] = ACTIONS(2769), + [anon_sym_gen] = ACTIONS(2769), + [anon_sym_if] = ACTIONS(2769), + [anon_sym_impl] = ACTIONS(2769), + [anon_sym_let] = ACTIONS(2769), + [anon_sym_loop] = ACTIONS(2769), + [anon_sym_match] = ACTIONS(2769), + [anon_sym_mod] = ACTIONS(2769), + [anon_sym_pub] = ACTIONS(2769), + [anon_sym_return] = ACTIONS(2769), + [anon_sym_static] = ACTIONS(2769), + [anon_sym_struct] = ACTIONS(2769), + [anon_sym_trait] = ACTIONS(2769), + [anon_sym_type] = ACTIONS(2769), + [anon_sym_union] = ACTIONS(2769), + [anon_sym_unsafe] = ACTIONS(2769), + [anon_sym_use] = ACTIONS(2769), + [anon_sym_while] = ACTIONS(2769), + [anon_sym_extern] = ACTIONS(2769), + [anon_sym_raw] = ACTIONS(2769), + [anon_sym_yield] = ACTIONS(2769), + [anon_sym_move] = ACTIONS(2769), + [anon_sym_try] = ACTIONS(2769), + [sym_integer_literal] = ACTIONS(2767), + [aux_sym_string_literal_token1] = ACTIONS(2767), + [sym_char_literal] = ACTIONS(2767), + [anon_sym_true] = ACTIONS(2769), + [anon_sym_false] = ACTIONS(2769), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2769), + [sym_super] = ACTIONS(2769), + [sym_crate] = ACTIONS(2769), + [sym_metavariable] = ACTIONS(2767), + [sym__raw_string_literal_start] = ACTIONS(2767), + [sym_float_literal] = ACTIONS(2767), }, [STATE(713)] = { [sym_line_comment] = STATE(713), [sym_block_comment] = STATE(713), - [ts_builtin_sym_end] = ACTIONS(2785), - [sym_identifier] = ACTIONS(2787), - [anon_sym_SEMI] = ACTIONS(2785), - [anon_sym_macro_rules_BANG] = ACTIONS(2785), - [anon_sym_LPAREN] = ACTIONS(2785), - [anon_sym_LBRACK] = ACTIONS(2785), - [anon_sym_LBRACE] = ACTIONS(2785), - [anon_sym_RBRACE] = ACTIONS(2785), - [anon_sym_STAR] = ACTIONS(2785), - [anon_sym_u8] = ACTIONS(2787), - [anon_sym_i8] = ACTIONS(2787), - [anon_sym_u16] = ACTIONS(2787), - [anon_sym_i16] = ACTIONS(2787), - [anon_sym_u32] = ACTIONS(2787), - [anon_sym_i32] = ACTIONS(2787), - [anon_sym_u64] = ACTIONS(2787), - [anon_sym_i64] = ACTIONS(2787), - [anon_sym_u128] = ACTIONS(2787), - [anon_sym_i128] = ACTIONS(2787), - [anon_sym_isize] = ACTIONS(2787), - [anon_sym_usize] = ACTIONS(2787), - [anon_sym_f32] = ACTIONS(2787), - [anon_sym_f64] = ACTIONS(2787), - [anon_sym_bool] = ACTIONS(2787), - [anon_sym_str] = ACTIONS(2787), - [anon_sym_char] = ACTIONS(2787), - [anon_sym_DASH] = ACTIONS(2785), - [anon_sym_BANG] = ACTIONS(2785), - [anon_sym_AMP] = ACTIONS(2785), - [anon_sym_PIPE] = ACTIONS(2785), - [anon_sym_LT] = ACTIONS(2785), - [anon_sym_DOT_DOT] = ACTIONS(2785), - [anon_sym_COLON_COLON] = ACTIONS(2785), - [anon_sym_POUND] = ACTIONS(2785), - [anon_sym_SQUOTE] = ACTIONS(2787), - [anon_sym_async] = ACTIONS(2787), - [anon_sym_break] = ACTIONS(2787), - [anon_sym_const] = ACTIONS(2787), - [anon_sym_continue] = ACTIONS(2787), - [anon_sym_default] = ACTIONS(2787), - [anon_sym_enum] = ACTIONS(2787), - [anon_sym_fn] = ACTIONS(2787), - [anon_sym_for] = ACTIONS(2787), - [anon_sym_gen] = ACTIONS(2787), - [anon_sym_if] = ACTIONS(2787), - [anon_sym_impl] = ACTIONS(2787), - [anon_sym_let] = ACTIONS(2787), - [anon_sym_loop] = ACTIONS(2787), - [anon_sym_match] = ACTIONS(2787), - [anon_sym_mod] = ACTIONS(2787), - [anon_sym_pub] = ACTIONS(2787), - [anon_sym_return] = ACTIONS(2787), - [anon_sym_static] = ACTIONS(2787), - [anon_sym_struct] = ACTIONS(2787), - [anon_sym_trait] = ACTIONS(2787), - [anon_sym_type] = ACTIONS(2787), - [anon_sym_union] = ACTIONS(2787), - [anon_sym_unsafe] = ACTIONS(2787), - [anon_sym_use] = ACTIONS(2787), - [anon_sym_while] = ACTIONS(2787), - [anon_sym_extern] = ACTIONS(2787), - [anon_sym_raw] = ACTIONS(2787), - [anon_sym_yield] = ACTIONS(2787), - [anon_sym_move] = ACTIONS(2787), - [anon_sym_try] = ACTIONS(2787), - [sym_integer_literal] = ACTIONS(2785), - [aux_sym_string_literal_token1] = ACTIONS(2785), - [sym_char_literal] = ACTIONS(2785), - [anon_sym_true] = ACTIONS(2787), - [anon_sym_false] = ACTIONS(2787), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(2787), - [sym_super] = ACTIONS(2787), - [sym_crate] = ACTIONS(2787), - [sym_metavariable] = ACTIONS(2785), - [sym__raw_string_literal_start] = ACTIONS(2785), - [sym_float_literal] = ACTIONS(2785), + [ts_builtin_sym_end] = ACTIONS(2771), + [sym_identifier] = ACTIONS(2773), + [anon_sym_SEMI] = ACTIONS(2771), + [anon_sym_macro_rules_BANG] = ACTIONS(2771), + [anon_sym_LPAREN] = ACTIONS(2771), + [anon_sym_LBRACK] = ACTIONS(2771), + [anon_sym_LBRACE] = ACTIONS(2771), + [anon_sym_RBRACE] = ACTIONS(2771), + [anon_sym_STAR] = ACTIONS(2771), + [anon_sym_u8] = ACTIONS(2773), + [anon_sym_i8] = ACTIONS(2773), + [anon_sym_u16] = ACTIONS(2773), + [anon_sym_i16] = ACTIONS(2773), + [anon_sym_u32] = ACTIONS(2773), + [anon_sym_i32] = ACTIONS(2773), + [anon_sym_u64] = ACTIONS(2773), + [anon_sym_i64] = ACTIONS(2773), + [anon_sym_u128] = ACTIONS(2773), + [anon_sym_i128] = ACTIONS(2773), + [anon_sym_isize] = ACTIONS(2773), + [anon_sym_usize] = ACTIONS(2773), + [anon_sym_f32] = ACTIONS(2773), + [anon_sym_f64] = ACTIONS(2773), + [anon_sym_bool] = ACTIONS(2773), + [anon_sym_str] = ACTIONS(2773), + [anon_sym_char] = ACTIONS(2773), + [anon_sym_DASH] = ACTIONS(2771), + [anon_sym_BANG] = ACTIONS(2771), + [anon_sym_AMP] = ACTIONS(2771), + [anon_sym_PIPE] = ACTIONS(2771), + [anon_sym_LT] = ACTIONS(2771), + [anon_sym_DOT_DOT] = ACTIONS(2771), + [anon_sym_COLON_COLON] = ACTIONS(2771), + [anon_sym_POUND] = ACTIONS(2771), + [anon_sym_SQUOTE] = ACTIONS(2773), + [anon_sym_async] = ACTIONS(2773), + [anon_sym_break] = ACTIONS(2773), + [anon_sym_const] = ACTIONS(2773), + [anon_sym_continue] = ACTIONS(2773), + [anon_sym_default] = ACTIONS(2773), + [anon_sym_enum] = ACTIONS(2773), + [anon_sym_fn] = ACTIONS(2773), + [anon_sym_for] = ACTIONS(2773), + [anon_sym_gen] = ACTIONS(2773), + [anon_sym_if] = ACTIONS(2773), + [anon_sym_impl] = ACTIONS(2773), + [anon_sym_let] = ACTIONS(2773), + [anon_sym_loop] = ACTIONS(2773), + [anon_sym_match] = ACTIONS(2773), + [anon_sym_mod] = ACTIONS(2773), + [anon_sym_pub] = ACTIONS(2773), + [anon_sym_return] = ACTIONS(2773), + [anon_sym_static] = ACTIONS(2773), + [anon_sym_struct] = ACTIONS(2773), + [anon_sym_trait] = ACTIONS(2773), + [anon_sym_type] = ACTIONS(2773), + [anon_sym_union] = ACTIONS(2773), + [anon_sym_unsafe] = ACTIONS(2773), + [anon_sym_use] = ACTIONS(2773), + [anon_sym_while] = ACTIONS(2773), + [anon_sym_extern] = ACTIONS(2773), + [anon_sym_raw] = ACTIONS(2773), + [anon_sym_yield] = ACTIONS(2773), + [anon_sym_move] = ACTIONS(2773), + [anon_sym_try] = ACTIONS(2773), + [sym_integer_literal] = ACTIONS(2771), + [aux_sym_string_literal_token1] = ACTIONS(2771), + [sym_char_literal] = ACTIONS(2771), + [anon_sym_true] = ACTIONS(2773), + [anon_sym_false] = ACTIONS(2773), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2773), + [sym_super] = ACTIONS(2773), + [sym_crate] = ACTIONS(2773), + [sym_metavariable] = ACTIONS(2771), + [sym__raw_string_literal_start] = ACTIONS(2771), + [sym_float_literal] = ACTIONS(2771), }, [STATE(714)] = { [sym_line_comment] = STATE(714), [sym_block_comment] = STATE(714), - [ts_builtin_sym_end] = ACTIONS(2789), - [sym_identifier] = ACTIONS(2791), - [anon_sym_SEMI] = ACTIONS(2789), - [anon_sym_macro_rules_BANG] = ACTIONS(2789), - [anon_sym_LPAREN] = ACTIONS(2789), - [anon_sym_LBRACK] = ACTIONS(2789), - [anon_sym_LBRACE] = ACTIONS(2789), - [anon_sym_RBRACE] = ACTIONS(2789), - [anon_sym_STAR] = ACTIONS(2789), - [anon_sym_u8] = ACTIONS(2791), - [anon_sym_i8] = ACTIONS(2791), - [anon_sym_u16] = ACTIONS(2791), - [anon_sym_i16] = ACTIONS(2791), - [anon_sym_u32] = ACTIONS(2791), - [anon_sym_i32] = ACTIONS(2791), - [anon_sym_u64] = ACTIONS(2791), - [anon_sym_i64] = ACTIONS(2791), - [anon_sym_u128] = ACTIONS(2791), - [anon_sym_i128] = ACTIONS(2791), - [anon_sym_isize] = ACTIONS(2791), - [anon_sym_usize] = ACTIONS(2791), - [anon_sym_f32] = ACTIONS(2791), - [anon_sym_f64] = ACTIONS(2791), - [anon_sym_bool] = ACTIONS(2791), - [anon_sym_str] = ACTIONS(2791), - [anon_sym_char] = ACTIONS(2791), - [anon_sym_DASH] = ACTIONS(2789), - [anon_sym_BANG] = ACTIONS(2789), - [anon_sym_AMP] = ACTIONS(2789), - [anon_sym_PIPE] = ACTIONS(2789), - [anon_sym_LT] = ACTIONS(2789), - [anon_sym_DOT_DOT] = ACTIONS(2789), - [anon_sym_COLON_COLON] = ACTIONS(2789), - [anon_sym_POUND] = ACTIONS(2789), - [anon_sym_SQUOTE] = ACTIONS(2791), - [anon_sym_async] = ACTIONS(2791), - [anon_sym_break] = ACTIONS(2791), - [anon_sym_const] = ACTIONS(2791), - [anon_sym_continue] = ACTIONS(2791), - [anon_sym_default] = ACTIONS(2791), - [anon_sym_enum] = ACTIONS(2791), - [anon_sym_fn] = ACTIONS(2791), - [anon_sym_for] = ACTIONS(2791), - [anon_sym_gen] = ACTIONS(2791), - [anon_sym_if] = ACTIONS(2791), - [anon_sym_impl] = ACTIONS(2791), - [anon_sym_let] = ACTIONS(2791), - [anon_sym_loop] = ACTIONS(2791), - [anon_sym_match] = ACTIONS(2791), - [anon_sym_mod] = ACTIONS(2791), - [anon_sym_pub] = ACTIONS(2791), - [anon_sym_return] = ACTIONS(2791), - [anon_sym_static] = ACTIONS(2791), - [anon_sym_struct] = ACTIONS(2791), - [anon_sym_trait] = ACTIONS(2791), - [anon_sym_type] = ACTIONS(2791), - [anon_sym_union] = ACTIONS(2791), - [anon_sym_unsafe] = ACTIONS(2791), - [anon_sym_use] = ACTIONS(2791), - [anon_sym_while] = ACTIONS(2791), - [anon_sym_extern] = ACTIONS(2791), - [anon_sym_raw] = ACTIONS(2791), - [anon_sym_yield] = ACTIONS(2791), - [anon_sym_move] = ACTIONS(2791), - [anon_sym_try] = ACTIONS(2791), - [sym_integer_literal] = ACTIONS(2789), - [aux_sym_string_literal_token1] = ACTIONS(2789), - [sym_char_literal] = ACTIONS(2789), - [anon_sym_true] = ACTIONS(2791), - [anon_sym_false] = ACTIONS(2791), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(2791), - [sym_super] = ACTIONS(2791), - [sym_crate] = ACTIONS(2791), - [sym_metavariable] = ACTIONS(2789), - [sym__raw_string_literal_start] = ACTIONS(2789), - [sym_float_literal] = ACTIONS(2789), + [ts_builtin_sym_end] = ACTIONS(2775), + [sym_identifier] = ACTIONS(2777), + [anon_sym_SEMI] = ACTIONS(2775), + [anon_sym_macro_rules_BANG] = ACTIONS(2775), + [anon_sym_LPAREN] = ACTIONS(2775), + [anon_sym_LBRACK] = ACTIONS(2775), + [anon_sym_LBRACE] = ACTIONS(2775), + [anon_sym_RBRACE] = ACTIONS(2775), + [anon_sym_STAR] = ACTIONS(2775), + [anon_sym_u8] = ACTIONS(2777), + [anon_sym_i8] = ACTIONS(2777), + [anon_sym_u16] = ACTIONS(2777), + [anon_sym_i16] = ACTIONS(2777), + [anon_sym_u32] = ACTIONS(2777), + [anon_sym_i32] = ACTIONS(2777), + [anon_sym_u64] = ACTIONS(2777), + [anon_sym_i64] = ACTIONS(2777), + [anon_sym_u128] = ACTIONS(2777), + [anon_sym_i128] = ACTIONS(2777), + [anon_sym_isize] = ACTIONS(2777), + [anon_sym_usize] = ACTIONS(2777), + [anon_sym_f32] = ACTIONS(2777), + [anon_sym_f64] = ACTIONS(2777), + [anon_sym_bool] = ACTIONS(2777), + [anon_sym_str] = ACTIONS(2777), + [anon_sym_char] = ACTIONS(2777), + [anon_sym_DASH] = ACTIONS(2775), + [anon_sym_BANG] = ACTIONS(2775), + [anon_sym_AMP] = ACTIONS(2775), + [anon_sym_PIPE] = ACTIONS(2775), + [anon_sym_LT] = ACTIONS(2775), + [anon_sym_DOT_DOT] = ACTIONS(2775), + [anon_sym_COLON_COLON] = ACTIONS(2775), + [anon_sym_POUND] = ACTIONS(2775), + [anon_sym_SQUOTE] = ACTIONS(2777), + [anon_sym_async] = ACTIONS(2777), + [anon_sym_break] = ACTIONS(2777), + [anon_sym_const] = ACTIONS(2777), + [anon_sym_continue] = ACTIONS(2777), + [anon_sym_default] = ACTIONS(2777), + [anon_sym_enum] = ACTIONS(2777), + [anon_sym_fn] = ACTIONS(2777), + [anon_sym_for] = ACTIONS(2777), + [anon_sym_gen] = ACTIONS(2777), + [anon_sym_if] = ACTIONS(2777), + [anon_sym_impl] = ACTIONS(2777), + [anon_sym_let] = ACTIONS(2777), + [anon_sym_loop] = ACTIONS(2777), + [anon_sym_match] = ACTIONS(2777), + [anon_sym_mod] = ACTIONS(2777), + [anon_sym_pub] = ACTIONS(2777), + [anon_sym_return] = ACTIONS(2777), + [anon_sym_static] = ACTIONS(2777), + [anon_sym_struct] = ACTIONS(2777), + [anon_sym_trait] = ACTIONS(2777), + [anon_sym_type] = ACTIONS(2777), + [anon_sym_union] = ACTIONS(2777), + [anon_sym_unsafe] = ACTIONS(2777), + [anon_sym_use] = ACTIONS(2777), + [anon_sym_while] = ACTIONS(2777), + [anon_sym_extern] = ACTIONS(2777), + [anon_sym_raw] = ACTIONS(2777), + [anon_sym_yield] = ACTIONS(2777), + [anon_sym_move] = ACTIONS(2777), + [anon_sym_try] = ACTIONS(2777), + [sym_integer_literal] = ACTIONS(2775), + [aux_sym_string_literal_token1] = ACTIONS(2775), + [sym_char_literal] = ACTIONS(2775), + [anon_sym_true] = ACTIONS(2777), + [anon_sym_false] = ACTIONS(2777), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2777), + [sym_super] = ACTIONS(2777), + [sym_crate] = ACTIONS(2777), + [sym_metavariable] = ACTIONS(2775), + [sym__raw_string_literal_start] = ACTIONS(2775), + [sym_float_literal] = ACTIONS(2775), }, [STATE(715)] = { [sym_line_comment] = STATE(715), [sym_block_comment] = STATE(715), - [ts_builtin_sym_end] = ACTIONS(2793), - [sym_identifier] = ACTIONS(2795), - [anon_sym_SEMI] = ACTIONS(2793), - [anon_sym_macro_rules_BANG] = ACTIONS(2793), - [anon_sym_LPAREN] = ACTIONS(2793), - [anon_sym_LBRACK] = ACTIONS(2793), - [anon_sym_LBRACE] = ACTIONS(2793), - [anon_sym_RBRACE] = ACTIONS(2793), - [anon_sym_STAR] = ACTIONS(2793), - [anon_sym_u8] = ACTIONS(2795), - [anon_sym_i8] = ACTIONS(2795), - [anon_sym_u16] = ACTIONS(2795), - [anon_sym_i16] = ACTIONS(2795), - [anon_sym_u32] = ACTIONS(2795), - [anon_sym_i32] = ACTIONS(2795), - [anon_sym_u64] = ACTIONS(2795), - [anon_sym_i64] = ACTIONS(2795), - [anon_sym_u128] = ACTIONS(2795), - [anon_sym_i128] = ACTIONS(2795), - [anon_sym_isize] = ACTIONS(2795), - [anon_sym_usize] = ACTIONS(2795), - [anon_sym_f32] = ACTIONS(2795), - [anon_sym_f64] = ACTIONS(2795), - [anon_sym_bool] = ACTIONS(2795), - [anon_sym_str] = ACTIONS(2795), - [anon_sym_char] = ACTIONS(2795), - [anon_sym_DASH] = ACTIONS(2793), - [anon_sym_BANG] = ACTIONS(2793), - [anon_sym_AMP] = ACTIONS(2793), - [anon_sym_PIPE] = ACTIONS(2793), - [anon_sym_LT] = ACTIONS(2793), - [anon_sym_DOT_DOT] = ACTIONS(2793), - [anon_sym_COLON_COLON] = ACTIONS(2793), - [anon_sym_POUND] = ACTIONS(2793), - [anon_sym_SQUOTE] = ACTIONS(2795), - [anon_sym_async] = ACTIONS(2795), - [anon_sym_break] = ACTIONS(2795), - [anon_sym_const] = ACTIONS(2795), - [anon_sym_continue] = ACTIONS(2795), - [anon_sym_default] = ACTIONS(2795), - [anon_sym_enum] = ACTIONS(2795), - [anon_sym_fn] = ACTIONS(2795), - [anon_sym_for] = ACTIONS(2795), - [anon_sym_gen] = ACTIONS(2795), - [anon_sym_if] = ACTIONS(2795), - [anon_sym_impl] = ACTIONS(2795), - [anon_sym_let] = ACTIONS(2795), - [anon_sym_loop] = ACTIONS(2795), - [anon_sym_match] = ACTIONS(2795), - [anon_sym_mod] = ACTIONS(2795), - [anon_sym_pub] = ACTIONS(2795), - [anon_sym_return] = ACTIONS(2795), - [anon_sym_static] = ACTIONS(2795), - [anon_sym_struct] = ACTIONS(2795), - [anon_sym_trait] = ACTIONS(2795), - [anon_sym_type] = ACTIONS(2795), - [anon_sym_union] = ACTIONS(2795), - [anon_sym_unsafe] = ACTIONS(2795), - [anon_sym_use] = ACTIONS(2795), - [anon_sym_while] = ACTIONS(2795), - [anon_sym_extern] = ACTIONS(2795), - [anon_sym_raw] = ACTIONS(2795), - [anon_sym_yield] = ACTIONS(2795), - [anon_sym_move] = ACTIONS(2795), - [anon_sym_try] = ACTIONS(2795), - [sym_integer_literal] = ACTIONS(2793), - [aux_sym_string_literal_token1] = ACTIONS(2793), - [sym_char_literal] = ACTIONS(2793), - [anon_sym_true] = ACTIONS(2795), - [anon_sym_false] = ACTIONS(2795), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(2795), - [sym_super] = ACTIONS(2795), - [sym_crate] = ACTIONS(2795), - [sym_metavariable] = ACTIONS(2793), - [sym__raw_string_literal_start] = ACTIONS(2793), - [sym_float_literal] = ACTIONS(2793), + [ts_builtin_sym_end] = ACTIONS(2779), + [sym_identifier] = ACTIONS(2781), + [anon_sym_SEMI] = ACTIONS(2779), + [anon_sym_macro_rules_BANG] = ACTIONS(2779), + [anon_sym_LPAREN] = ACTIONS(2779), + [anon_sym_LBRACK] = ACTIONS(2779), + [anon_sym_LBRACE] = ACTIONS(2779), + [anon_sym_RBRACE] = ACTIONS(2779), + [anon_sym_STAR] = ACTIONS(2779), + [anon_sym_u8] = ACTIONS(2781), + [anon_sym_i8] = ACTIONS(2781), + [anon_sym_u16] = ACTIONS(2781), + [anon_sym_i16] = ACTIONS(2781), + [anon_sym_u32] = ACTIONS(2781), + [anon_sym_i32] = ACTIONS(2781), + [anon_sym_u64] = ACTIONS(2781), + [anon_sym_i64] = ACTIONS(2781), + [anon_sym_u128] = ACTIONS(2781), + [anon_sym_i128] = ACTIONS(2781), + [anon_sym_isize] = ACTIONS(2781), + [anon_sym_usize] = ACTIONS(2781), + [anon_sym_f32] = ACTIONS(2781), + [anon_sym_f64] = ACTIONS(2781), + [anon_sym_bool] = ACTIONS(2781), + [anon_sym_str] = ACTIONS(2781), + [anon_sym_char] = ACTIONS(2781), + [anon_sym_DASH] = ACTIONS(2779), + [anon_sym_BANG] = ACTIONS(2779), + [anon_sym_AMP] = ACTIONS(2779), + [anon_sym_PIPE] = ACTIONS(2779), + [anon_sym_LT] = ACTIONS(2779), + [anon_sym_DOT_DOT] = ACTIONS(2779), + [anon_sym_COLON_COLON] = ACTIONS(2779), + [anon_sym_POUND] = ACTIONS(2779), + [anon_sym_SQUOTE] = ACTIONS(2781), + [anon_sym_async] = ACTIONS(2781), + [anon_sym_break] = ACTIONS(2781), + [anon_sym_const] = ACTIONS(2781), + [anon_sym_continue] = ACTIONS(2781), + [anon_sym_default] = ACTIONS(2781), + [anon_sym_enum] = ACTIONS(2781), + [anon_sym_fn] = ACTIONS(2781), + [anon_sym_for] = ACTIONS(2781), + [anon_sym_gen] = ACTIONS(2781), + [anon_sym_if] = ACTIONS(2781), + [anon_sym_impl] = ACTIONS(2781), + [anon_sym_let] = ACTIONS(2781), + [anon_sym_loop] = ACTIONS(2781), + [anon_sym_match] = ACTIONS(2781), + [anon_sym_mod] = ACTIONS(2781), + [anon_sym_pub] = ACTIONS(2781), + [anon_sym_return] = ACTIONS(2781), + [anon_sym_static] = ACTIONS(2781), + [anon_sym_struct] = ACTIONS(2781), + [anon_sym_trait] = ACTIONS(2781), + [anon_sym_type] = ACTIONS(2781), + [anon_sym_union] = ACTIONS(2781), + [anon_sym_unsafe] = ACTIONS(2781), + [anon_sym_use] = ACTIONS(2781), + [anon_sym_while] = ACTIONS(2781), + [anon_sym_extern] = ACTIONS(2781), + [anon_sym_raw] = ACTIONS(2781), + [anon_sym_yield] = ACTIONS(2781), + [anon_sym_move] = ACTIONS(2781), + [anon_sym_try] = ACTIONS(2781), + [sym_integer_literal] = ACTIONS(2779), + [aux_sym_string_literal_token1] = ACTIONS(2779), + [sym_char_literal] = ACTIONS(2779), + [anon_sym_true] = ACTIONS(2781), + [anon_sym_false] = ACTIONS(2781), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2781), + [sym_super] = ACTIONS(2781), + [sym_crate] = ACTIONS(2781), + [sym_metavariable] = ACTIONS(2779), + [sym__raw_string_literal_start] = ACTIONS(2779), + [sym_float_literal] = ACTIONS(2779), }, [STATE(716)] = { [sym_line_comment] = STATE(716), [sym_block_comment] = STATE(716), - [ts_builtin_sym_end] = ACTIONS(2797), - [sym_identifier] = ACTIONS(2799), - [anon_sym_SEMI] = ACTIONS(2797), - [anon_sym_macro_rules_BANG] = ACTIONS(2797), - [anon_sym_LPAREN] = ACTIONS(2797), - [anon_sym_LBRACK] = ACTIONS(2797), - [anon_sym_LBRACE] = ACTIONS(2797), - [anon_sym_RBRACE] = ACTIONS(2797), - [anon_sym_STAR] = ACTIONS(2797), - [anon_sym_u8] = ACTIONS(2799), - [anon_sym_i8] = ACTIONS(2799), - [anon_sym_u16] = ACTIONS(2799), - [anon_sym_i16] = ACTIONS(2799), - [anon_sym_u32] = ACTIONS(2799), - [anon_sym_i32] = ACTIONS(2799), - [anon_sym_u64] = ACTIONS(2799), - [anon_sym_i64] = ACTIONS(2799), - [anon_sym_u128] = ACTIONS(2799), - [anon_sym_i128] = ACTIONS(2799), - [anon_sym_isize] = ACTIONS(2799), - [anon_sym_usize] = ACTIONS(2799), - [anon_sym_f32] = ACTIONS(2799), - [anon_sym_f64] = ACTIONS(2799), - [anon_sym_bool] = ACTIONS(2799), - [anon_sym_str] = ACTIONS(2799), - [anon_sym_char] = ACTIONS(2799), - [anon_sym_DASH] = ACTIONS(2797), - [anon_sym_BANG] = ACTIONS(2797), - [anon_sym_AMP] = ACTIONS(2797), - [anon_sym_PIPE] = ACTIONS(2797), - [anon_sym_LT] = ACTIONS(2797), - [anon_sym_DOT_DOT] = ACTIONS(2797), - [anon_sym_COLON_COLON] = ACTIONS(2797), - [anon_sym_POUND] = ACTIONS(2797), - [anon_sym_SQUOTE] = ACTIONS(2799), - [anon_sym_async] = ACTIONS(2799), - [anon_sym_break] = ACTIONS(2799), - [anon_sym_const] = ACTIONS(2799), - [anon_sym_continue] = ACTIONS(2799), - [anon_sym_default] = ACTIONS(2799), - [anon_sym_enum] = ACTIONS(2799), - [anon_sym_fn] = ACTIONS(2799), - [anon_sym_for] = ACTIONS(2799), - [anon_sym_gen] = ACTIONS(2799), - [anon_sym_if] = ACTIONS(2799), - [anon_sym_impl] = ACTIONS(2799), - [anon_sym_let] = ACTIONS(2799), - [anon_sym_loop] = ACTIONS(2799), - [anon_sym_match] = ACTIONS(2799), - [anon_sym_mod] = ACTIONS(2799), - [anon_sym_pub] = ACTIONS(2799), - [anon_sym_return] = ACTIONS(2799), - [anon_sym_static] = ACTIONS(2799), - [anon_sym_struct] = ACTIONS(2799), - [anon_sym_trait] = ACTIONS(2799), - [anon_sym_type] = ACTIONS(2799), - [anon_sym_union] = ACTIONS(2799), - [anon_sym_unsafe] = ACTIONS(2799), - [anon_sym_use] = ACTIONS(2799), - [anon_sym_while] = ACTIONS(2799), - [anon_sym_extern] = ACTIONS(2799), - [anon_sym_raw] = ACTIONS(2799), - [anon_sym_yield] = ACTIONS(2799), - [anon_sym_move] = ACTIONS(2799), - [anon_sym_try] = ACTIONS(2799), - [sym_integer_literal] = ACTIONS(2797), - [aux_sym_string_literal_token1] = ACTIONS(2797), - [sym_char_literal] = ACTIONS(2797), - [anon_sym_true] = ACTIONS(2799), - [anon_sym_false] = ACTIONS(2799), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(2799), - [sym_super] = ACTIONS(2799), - [sym_crate] = ACTIONS(2799), - [sym_metavariable] = ACTIONS(2797), - [sym__raw_string_literal_start] = ACTIONS(2797), - [sym_float_literal] = ACTIONS(2797), + [ts_builtin_sym_end] = ACTIONS(2783), + [sym_identifier] = ACTIONS(2785), + [anon_sym_SEMI] = ACTIONS(2783), + [anon_sym_macro_rules_BANG] = ACTIONS(2783), + [anon_sym_LPAREN] = ACTIONS(2783), + [anon_sym_LBRACK] = ACTIONS(2783), + [anon_sym_LBRACE] = ACTIONS(2783), + [anon_sym_RBRACE] = ACTIONS(2783), + [anon_sym_STAR] = ACTIONS(2783), + [anon_sym_u8] = ACTIONS(2785), + [anon_sym_i8] = ACTIONS(2785), + [anon_sym_u16] = ACTIONS(2785), + [anon_sym_i16] = ACTIONS(2785), + [anon_sym_u32] = ACTIONS(2785), + [anon_sym_i32] = ACTIONS(2785), + [anon_sym_u64] = ACTIONS(2785), + [anon_sym_i64] = ACTIONS(2785), + [anon_sym_u128] = ACTIONS(2785), + [anon_sym_i128] = ACTIONS(2785), + [anon_sym_isize] = ACTIONS(2785), + [anon_sym_usize] = ACTIONS(2785), + [anon_sym_f32] = ACTIONS(2785), + [anon_sym_f64] = ACTIONS(2785), + [anon_sym_bool] = ACTIONS(2785), + [anon_sym_str] = ACTIONS(2785), + [anon_sym_char] = ACTIONS(2785), + [anon_sym_DASH] = ACTIONS(2783), + [anon_sym_BANG] = ACTIONS(2783), + [anon_sym_AMP] = ACTIONS(2783), + [anon_sym_PIPE] = ACTIONS(2783), + [anon_sym_LT] = ACTIONS(2783), + [anon_sym_DOT_DOT] = ACTIONS(2783), + [anon_sym_COLON_COLON] = ACTIONS(2783), + [anon_sym_POUND] = ACTIONS(2783), + [anon_sym_SQUOTE] = ACTIONS(2785), + [anon_sym_async] = ACTIONS(2785), + [anon_sym_break] = ACTIONS(2785), + [anon_sym_const] = ACTIONS(2785), + [anon_sym_continue] = ACTIONS(2785), + [anon_sym_default] = ACTIONS(2785), + [anon_sym_enum] = ACTIONS(2785), + [anon_sym_fn] = ACTIONS(2785), + [anon_sym_for] = ACTIONS(2785), + [anon_sym_gen] = ACTIONS(2785), + [anon_sym_if] = ACTIONS(2785), + [anon_sym_impl] = ACTIONS(2785), + [anon_sym_let] = ACTIONS(2785), + [anon_sym_loop] = ACTIONS(2785), + [anon_sym_match] = ACTIONS(2785), + [anon_sym_mod] = ACTIONS(2785), + [anon_sym_pub] = ACTIONS(2785), + [anon_sym_return] = ACTIONS(2785), + [anon_sym_static] = ACTIONS(2785), + [anon_sym_struct] = ACTIONS(2785), + [anon_sym_trait] = ACTIONS(2785), + [anon_sym_type] = ACTIONS(2785), + [anon_sym_union] = ACTIONS(2785), + [anon_sym_unsafe] = ACTIONS(2785), + [anon_sym_use] = ACTIONS(2785), + [anon_sym_while] = ACTIONS(2785), + [anon_sym_extern] = ACTIONS(2785), + [anon_sym_raw] = ACTIONS(2785), + [anon_sym_yield] = ACTIONS(2785), + [anon_sym_move] = ACTIONS(2785), + [anon_sym_try] = ACTIONS(2785), + [sym_integer_literal] = ACTIONS(2783), + [aux_sym_string_literal_token1] = ACTIONS(2783), + [sym_char_literal] = ACTIONS(2783), + [anon_sym_true] = ACTIONS(2785), + [anon_sym_false] = ACTIONS(2785), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2785), + [sym_super] = ACTIONS(2785), + [sym_crate] = ACTIONS(2785), + [sym_metavariable] = ACTIONS(2783), + [sym__raw_string_literal_start] = ACTIONS(2783), + [sym_float_literal] = ACTIONS(2783), }, [STATE(717)] = { [sym_line_comment] = STATE(717), [sym_block_comment] = STATE(717), - [ts_builtin_sym_end] = ACTIONS(2801), - [sym_identifier] = ACTIONS(2803), - [anon_sym_SEMI] = ACTIONS(2801), - [anon_sym_macro_rules_BANG] = ACTIONS(2801), - [anon_sym_LPAREN] = ACTIONS(2801), - [anon_sym_LBRACK] = ACTIONS(2801), - [anon_sym_LBRACE] = ACTIONS(2801), - [anon_sym_RBRACE] = ACTIONS(2801), - [anon_sym_STAR] = ACTIONS(2801), - [anon_sym_u8] = ACTIONS(2803), - [anon_sym_i8] = ACTIONS(2803), - [anon_sym_u16] = ACTIONS(2803), - [anon_sym_i16] = ACTIONS(2803), - [anon_sym_u32] = ACTIONS(2803), - [anon_sym_i32] = ACTIONS(2803), - [anon_sym_u64] = ACTIONS(2803), - [anon_sym_i64] = ACTIONS(2803), - [anon_sym_u128] = ACTIONS(2803), - [anon_sym_i128] = ACTIONS(2803), - [anon_sym_isize] = ACTIONS(2803), - [anon_sym_usize] = ACTIONS(2803), - [anon_sym_f32] = ACTIONS(2803), - [anon_sym_f64] = ACTIONS(2803), - [anon_sym_bool] = ACTIONS(2803), - [anon_sym_str] = ACTIONS(2803), - [anon_sym_char] = ACTIONS(2803), - [anon_sym_DASH] = ACTIONS(2801), - [anon_sym_BANG] = ACTIONS(2801), - [anon_sym_AMP] = ACTIONS(2801), - [anon_sym_PIPE] = ACTIONS(2801), - [anon_sym_LT] = ACTIONS(2801), - [anon_sym_DOT_DOT] = ACTIONS(2801), - [anon_sym_COLON_COLON] = ACTIONS(2801), - [anon_sym_POUND] = ACTIONS(2801), - [anon_sym_SQUOTE] = ACTIONS(2803), - [anon_sym_async] = ACTIONS(2803), - [anon_sym_break] = ACTIONS(2803), - [anon_sym_const] = ACTIONS(2803), - [anon_sym_continue] = ACTIONS(2803), - [anon_sym_default] = ACTIONS(2803), - [anon_sym_enum] = ACTIONS(2803), - [anon_sym_fn] = ACTIONS(2803), - [anon_sym_for] = ACTIONS(2803), - [anon_sym_gen] = ACTIONS(2803), - [anon_sym_if] = ACTIONS(2803), - [anon_sym_impl] = ACTIONS(2803), - [anon_sym_let] = ACTIONS(2803), - [anon_sym_loop] = ACTIONS(2803), - [anon_sym_match] = ACTIONS(2803), - [anon_sym_mod] = ACTIONS(2803), - [anon_sym_pub] = ACTIONS(2803), - [anon_sym_return] = ACTIONS(2803), - [anon_sym_static] = ACTIONS(2803), - [anon_sym_struct] = ACTIONS(2803), - [anon_sym_trait] = ACTIONS(2803), - [anon_sym_type] = ACTIONS(2803), - [anon_sym_union] = ACTIONS(2803), - [anon_sym_unsafe] = ACTIONS(2803), - [anon_sym_use] = ACTIONS(2803), - [anon_sym_while] = ACTIONS(2803), - [anon_sym_extern] = ACTIONS(2803), - [anon_sym_raw] = ACTIONS(2803), - [anon_sym_yield] = ACTIONS(2803), - [anon_sym_move] = ACTIONS(2803), - [anon_sym_try] = ACTIONS(2803), - [sym_integer_literal] = ACTIONS(2801), - [aux_sym_string_literal_token1] = ACTIONS(2801), - [sym_char_literal] = ACTIONS(2801), - [anon_sym_true] = ACTIONS(2803), - [anon_sym_false] = ACTIONS(2803), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(2803), - [sym_super] = ACTIONS(2803), - [sym_crate] = ACTIONS(2803), - [sym_metavariable] = ACTIONS(2801), - [sym__raw_string_literal_start] = ACTIONS(2801), - [sym_float_literal] = ACTIONS(2801), + [ts_builtin_sym_end] = ACTIONS(2787), + [sym_identifier] = ACTIONS(2789), + [anon_sym_SEMI] = ACTIONS(2787), + [anon_sym_macro_rules_BANG] = ACTIONS(2787), + [anon_sym_LPAREN] = ACTIONS(2787), + [anon_sym_LBRACK] = ACTIONS(2787), + [anon_sym_LBRACE] = ACTIONS(2787), + [anon_sym_RBRACE] = ACTIONS(2787), + [anon_sym_STAR] = ACTIONS(2787), + [anon_sym_u8] = ACTIONS(2789), + [anon_sym_i8] = ACTIONS(2789), + [anon_sym_u16] = ACTIONS(2789), + [anon_sym_i16] = ACTIONS(2789), + [anon_sym_u32] = ACTIONS(2789), + [anon_sym_i32] = ACTIONS(2789), + [anon_sym_u64] = ACTIONS(2789), + [anon_sym_i64] = ACTIONS(2789), + [anon_sym_u128] = ACTIONS(2789), + [anon_sym_i128] = ACTIONS(2789), + [anon_sym_isize] = ACTIONS(2789), + [anon_sym_usize] = ACTIONS(2789), + [anon_sym_f32] = ACTIONS(2789), + [anon_sym_f64] = ACTIONS(2789), + [anon_sym_bool] = ACTIONS(2789), + [anon_sym_str] = ACTIONS(2789), + [anon_sym_char] = ACTIONS(2789), + [anon_sym_DASH] = ACTIONS(2787), + [anon_sym_BANG] = ACTIONS(2787), + [anon_sym_AMP] = ACTIONS(2787), + [anon_sym_PIPE] = ACTIONS(2787), + [anon_sym_LT] = ACTIONS(2787), + [anon_sym_DOT_DOT] = ACTIONS(2787), + [anon_sym_COLON_COLON] = ACTIONS(2787), + [anon_sym_POUND] = ACTIONS(2787), + [anon_sym_SQUOTE] = ACTIONS(2789), + [anon_sym_async] = ACTIONS(2789), + [anon_sym_break] = ACTIONS(2789), + [anon_sym_const] = ACTIONS(2789), + [anon_sym_continue] = ACTIONS(2789), + [anon_sym_default] = ACTIONS(2789), + [anon_sym_enum] = ACTIONS(2789), + [anon_sym_fn] = ACTIONS(2789), + [anon_sym_for] = ACTIONS(2789), + [anon_sym_gen] = ACTIONS(2789), + [anon_sym_if] = ACTIONS(2789), + [anon_sym_impl] = ACTIONS(2789), + [anon_sym_let] = ACTIONS(2789), + [anon_sym_loop] = ACTIONS(2789), + [anon_sym_match] = ACTIONS(2789), + [anon_sym_mod] = ACTIONS(2789), + [anon_sym_pub] = ACTIONS(2789), + [anon_sym_return] = ACTIONS(2789), + [anon_sym_static] = ACTIONS(2789), + [anon_sym_struct] = ACTIONS(2789), + [anon_sym_trait] = ACTIONS(2789), + [anon_sym_type] = ACTIONS(2789), + [anon_sym_union] = ACTIONS(2789), + [anon_sym_unsafe] = ACTIONS(2789), + [anon_sym_use] = ACTIONS(2789), + [anon_sym_while] = ACTIONS(2789), + [anon_sym_extern] = ACTIONS(2789), + [anon_sym_raw] = ACTIONS(2789), + [anon_sym_yield] = ACTIONS(2789), + [anon_sym_move] = ACTIONS(2789), + [anon_sym_try] = ACTIONS(2789), + [sym_integer_literal] = ACTIONS(2787), + [aux_sym_string_literal_token1] = ACTIONS(2787), + [sym_char_literal] = ACTIONS(2787), + [anon_sym_true] = ACTIONS(2789), + [anon_sym_false] = ACTIONS(2789), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2789), + [sym_super] = ACTIONS(2789), + [sym_crate] = ACTIONS(2789), + [sym_metavariable] = ACTIONS(2787), + [sym__raw_string_literal_start] = ACTIONS(2787), + [sym_float_literal] = ACTIONS(2787), }, [STATE(718)] = { [sym_line_comment] = STATE(718), [sym_block_comment] = STATE(718), - [ts_builtin_sym_end] = ACTIONS(1500), - [sym_identifier] = ACTIONS(1502), - [anon_sym_SEMI] = ACTIONS(1500), - [anon_sym_macro_rules_BANG] = ACTIONS(1500), - [anon_sym_LPAREN] = ACTIONS(1500), - [anon_sym_LBRACK] = ACTIONS(1500), - [anon_sym_LBRACE] = ACTIONS(1500), - [anon_sym_RBRACE] = ACTIONS(1500), - [anon_sym_STAR] = ACTIONS(1500), - [anon_sym_u8] = ACTIONS(1502), - [anon_sym_i8] = ACTIONS(1502), - [anon_sym_u16] = ACTIONS(1502), - [anon_sym_i16] = ACTIONS(1502), - [anon_sym_u32] = ACTIONS(1502), - [anon_sym_i32] = ACTIONS(1502), - [anon_sym_u64] = ACTIONS(1502), - [anon_sym_i64] = ACTIONS(1502), - [anon_sym_u128] = ACTIONS(1502), - [anon_sym_i128] = ACTIONS(1502), - [anon_sym_isize] = ACTIONS(1502), - [anon_sym_usize] = ACTIONS(1502), - [anon_sym_f32] = ACTIONS(1502), - [anon_sym_f64] = ACTIONS(1502), - [anon_sym_bool] = ACTIONS(1502), - [anon_sym_str] = ACTIONS(1502), - [anon_sym_char] = ACTIONS(1502), - [anon_sym_DASH] = ACTIONS(1500), - [anon_sym_BANG] = ACTIONS(1500), - [anon_sym_AMP] = ACTIONS(1500), - [anon_sym_PIPE] = ACTIONS(1500), - [anon_sym_LT] = ACTIONS(1500), - [anon_sym_DOT_DOT] = ACTIONS(1500), - [anon_sym_COLON_COLON] = ACTIONS(1500), - [anon_sym_POUND] = ACTIONS(1500), - [anon_sym_SQUOTE] = ACTIONS(1502), - [anon_sym_async] = ACTIONS(1502), - [anon_sym_break] = ACTIONS(1502), - [anon_sym_const] = ACTIONS(1502), - [anon_sym_continue] = ACTIONS(1502), - [anon_sym_default] = ACTIONS(1502), - [anon_sym_enum] = ACTIONS(1502), - [anon_sym_fn] = ACTIONS(1502), - [anon_sym_for] = ACTIONS(1502), - [anon_sym_gen] = ACTIONS(1502), - [anon_sym_if] = ACTIONS(1502), - [anon_sym_impl] = ACTIONS(1502), - [anon_sym_let] = ACTIONS(1502), - [anon_sym_loop] = ACTIONS(1502), - [anon_sym_match] = ACTIONS(1502), - [anon_sym_mod] = ACTIONS(1502), - [anon_sym_pub] = ACTIONS(1502), - [anon_sym_return] = ACTIONS(1502), - [anon_sym_static] = ACTIONS(1502), - [anon_sym_struct] = ACTIONS(1502), - [anon_sym_trait] = ACTIONS(1502), - [anon_sym_type] = ACTIONS(1502), - [anon_sym_union] = ACTIONS(1502), - [anon_sym_unsafe] = ACTIONS(1502), - [anon_sym_use] = ACTIONS(1502), - [anon_sym_while] = ACTIONS(1502), - [anon_sym_extern] = ACTIONS(1502), - [anon_sym_raw] = ACTIONS(1502), - [anon_sym_yield] = ACTIONS(1502), - [anon_sym_move] = ACTIONS(1502), - [anon_sym_try] = ACTIONS(1502), - [sym_integer_literal] = ACTIONS(1500), - [aux_sym_string_literal_token1] = ACTIONS(1500), - [sym_char_literal] = ACTIONS(1500), - [anon_sym_true] = ACTIONS(1502), - [anon_sym_false] = ACTIONS(1502), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1502), - [sym_super] = ACTIONS(1502), - [sym_crate] = ACTIONS(1502), - [sym_metavariable] = ACTIONS(1500), - [sym__raw_string_literal_start] = ACTIONS(1500), - [sym_float_literal] = ACTIONS(1500), + [ts_builtin_sym_end] = ACTIONS(2791), + [sym_identifier] = ACTIONS(2793), + [anon_sym_SEMI] = ACTIONS(2791), + [anon_sym_macro_rules_BANG] = ACTIONS(2791), + [anon_sym_LPAREN] = ACTIONS(2791), + [anon_sym_LBRACK] = ACTIONS(2791), + [anon_sym_LBRACE] = ACTIONS(2791), + [anon_sym_RBRACE] = ACTIONS(2791), + [anon_sym_STAR] = ACTIONS(2791), + [anon_sym_u8] = ACTIONS(2793), + [anon_sym_i8] = ACTIONS(2793), + [anon_sym_u16] = ACTIONS(2793), + [anon_sym_i16] = ACTIONS(2793), + [anon_sym_u32] = ACTIONS(2793), + [anon_sym_i32] = ACTIONS(2793), + [anon_sym_u64] = ACTIONS(2793), + [anon_sym_i64] = ACTIONS(2793), + [anon_sym_u128] = ACTIONS(2793), + [anon_sym_i128] = ACTIONS(2793), + [anon_sym_isize] = ACTIONS(2793), + [anon_sym_usize] = ACTIONS(2793), + [anon_sym_f32] = ACTIONS(2793), + [anon_sym_f64] = ACTIONS(2793), + [anon_sym_bool] = ACTIONS(2793), + [anon_sym_str] = ACTIONS(2793), + [anon_sym_char] = ACTIONS(2793), + [anon_sym_DASH] = ACTIONS(2791), + [anon_sym_BANG] = ACTIONS(2791), + [anon_sym_AMP] = ACTIONS(2791), + [anon_sym_PIPE] = ACTIONS(2791), + [anon_sym_LT] = ACTIONS(2791), + [anon_sym_DOT_DOT] = ACTIONS(2791), + [anon_sym_COLON_COLON] = ACTIONS(2791), + [anon_sym_POUND] = ACTIONS(2791), + [anon_sym_SQUOTE] = ACTIONS(2793), + [anon_sym_async] = ACTIONS(2793), + [anon_sym_break] = ACTIONS(2793), + [anon_sym_const] = ACTIONS(2793), + [anon_sym_continue] = ACTIONS(2793), + [anon_sym_default] = ACTIONS(2793), + [anon_sym_enum] = ACTIONS(2793), + [anon_sym_fn] = ACTIONS(2793), + [anon_sym_for] = ACTIONS(2793), + [anon_sym_gen] = ACTIONS(2793), + [anon_sym_if] = ACTIONS(2793), + [anon_sym_impl] = ACTIONS(2793), + [anon_sym_let] = ACTIONS(2793), + [anon_sym_loop] = ACTIONS(2793), + [anon_sym_match] = ACTIONS(2793), + [anon_sym_mod] = ACTIONS(2793), + [anon_sym_pub] = ACTIONS(2793), + [anon_sym_return] = ACTIONS(2793), + [anon_sym_static] = ACTIONS(2793), + [anon_sym_struct] = ACTIONS(2793), + [anon_sym_trait] = ACTIONS(2793), + [anon_sym_type] = ACTIONS(2793), + [anon_sym_union] = ACTIONS(2793), + [anon_sym_unsafe] = ACTIONS(2793), + [anon_sym_use] = ACTIONS(2793), + [anon_sym_while] = ACTIONS(2793), + [anon_sym_extern] = ACTIONS(2793), + [anon_sym_raw] = ACTIONS(2793), + [anon_sym_yield] = ACTIONS(2793), + [anon_sym_move] = ACTIONS(2793), + [anon_sym_try] = ACTIONS(2793), + [sym_integer_literal] = ACTIONS(2791), + [aux_sym_string_literal_token1] = ACTIONS(2791), + [sym_char_literal] = ACTIONS(2791), + [anon_sym_true] = ACTIONS(2793), + [anon_sym_false] = ACTIONS(2793), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2793), + [sym_super] = ACTIONS(2793), + [sym_crate] = ACTIONS(2793), + [sym_metavariable] = ACTIONS(2791), + [sym__raw_string_literal_start] = ACTIONS(2791), + [sym_float_literal] = ACTIONS(2791), }, [STATE(719)] = { [sym_line_comment] = STATE(719), [sym_block_comment] = STATE(719), - [ts_builtin_sym_end] = ACTIONS(2805), - [sym_identifier] = ACTIONS(2807), - [anon_sym_SEMI] = ACTIONS(2805), - [anon_sym_macro_rules_BANG] = ACTIONS(2805), - [anon_sym_LPAREN] = ACTIONS(2805), - [anon_sym_LBRACK] = ACTIONS(2805), - [anon_sym_LBRACE] = ACTIONS(2805), - [anon_sym_RBRACE] = ACTIONS(2805), - [anon_sym_STAR] = ACTIONS(2805), - [anon_sym_u8] = ACTIONS(2807), - [anon_sym_i8] = ACTIONS(2807), - [anon_sym_u16] = ACTIONS(2807), - [anon_sym_i16] = ACTIONS(2807), - [anon_sym_u32] = ACTIONS(2807), - [anon_sym_i32] = ACTIONS(2807), - [anon_sym_u64] = ACTIONS(2807), - [anon_sym_i64] = ACTIONS(2807), - [anon_sym_u128] = ACTIONS(2807), - [anon_sym_i128] = ACTIONS(2807), - [anon_sym_isize] = ACTIONS(2807), - [anon_sym_usize] = ACTIONS(2807), - [anon_sym_f32] = ACTIONS(2807), - [anon_sym_f64] = ACTIONS(2807), - [anon_sym_bool] = ACTIONS(2807), - [anon_sym_str] = ACTIONS(2807), - [anon_sym_char] = ACTIONS(2807), - [anon_sym_DASH] = ACTIONS(2805), - [anon_sym_BANG] = ACTIONS(2805), - [anon_sym_AMP] = ACTIONS(2805), - [anon_sym_PIPE] = ACTIONS(2805), - [anon_sym_LT] = ACTIONS(2805), - [anon_sym_DOT_DOT] = ACTIONS(2805), - [anon_sym_COLON_COLON] = ACTIONS(2805), - [anon_sym_POUND] = ACTIONS(2805), - [anon_sym_SQUOTE] = ACTIONS(2807), - [anon_sym_async] = ACTIONS(2807), - [anon_sym_break] = ACTIONS(2807), - [anon_sym_const] = ACTIONS(2807), - [anon_sym_continue] = ACTIONS(2807), - [anon_sym_default] = ACTIONS(2807), - [anon_sym_enum] = ACTIONS(2807), - [anon_sym_fn] = ACTIONS(2807), - [anon_sym_for] = ACTIONS(2807), - [anon_sym_gen] = ACTIONS(2807), - [anon_sym_if] = ACTIONS(2807), - [anon_sym_impl] = ACTIONS(2807), - [anon_sym_let] = ACTIONS(2807), - [anon_sym_loop] = ACTIONS(2807), - [anon_sym_match] = ACTIONS(2807), - [anon_sym_mod] = ACTIONS(2807), - [anon_sym_pub] = ACTIONS(2807), - [anon_sym_return] = ACTIONS(2807), - [anon_sym_static] = ACTIONS(2807), - [anon_sym_struct] = ACTIONS(2807), - [anon_sym_trait] = ACTIONS(2807), - [anon_sym_type] = ACTIONS(2807), - [anon_sym_union] = ACTIONS(2807), - [anon_sym_unsafe] = ACTIONS(2807), - [anon_sym_use] = ACTIONS(2807), - [anon_sym_while] = ACTIONS(2807), - [anon_sym_extern] = ACTIONS(2807), - [anon_sym_raw] = ACTIONS(2807), - [anon_sym_yield] = ACTIONS(2807), - [anon_sym_move] = ACTIONS(2807), - [anon_sym_try] = ACTIONS(2807), - [sym_integer_literal] = ACTIONS(2805), - [aux_sym_string_literal_token1] = ACTIONS(2805), - [sym_char_literal] = ACTIONS(2805), - [anon_sym_true] = ACTIONS(2807), - [anon_sym_false] = ACTIONS(2807), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(2807), - [sym_super] = ACTIONS(2807), - [sym_crate] = ACTIONS(2807), - [sym_metavariable] = ACTIONS(2805), - [sym__raw_string_literal_start] = ACTIONS(2805), - [sym_float_literal] = ACTIONS(2805), + [ts_builtin_sym_end] = ACTIONS(2795), + [sym_identifier] = ACTIONS(2797), + [anon_sym_SEMI] = ACTIONS(2795), + [anon_sym_macro_rules_BANG] = ACTIONS(2795), + [anon_sym_LPAREN] = ACTIONS(2795), + [anon_sym_LBRACK] = ACTIONS(2795), + [anon_sym_LBRACE] = ACTIONS(2795), + [anon_sym_RBRACE] = ACTIONS(2795), + [anon_sym_STAR] = ACTIONS(2795), + [anon_sym_u8] = ACTIONS(2797), + [anon_sym_i8] = ACTIONS(2797), + [anon_sym_u16] = ACTIONS(2797), + [anon_sym_i16] = ACTIONS(2797), + [anon_sym_u32] = ACTIONS(2797), + [anon_sym_i32] = ACTIONS(2797), + [anon_sym_u64] = ACTIONS(2797), + [anon_sym_i64] = ACTIONS(2797), + [anon_sym_u128] = ACTIONS(2797), + [anon_sym_i128] = ACTIONS(2797), + [anon_sym_isize] = ACTIONS(2797), + [anon_sym_usize] = ACTIONS(2797), + [anon_sym_f32] = ACTIONS(2797), + [anon_sym_f64] = ACTIONS(2797), + [anon_sym_bool] = ACTIONS(2797), + [anon_sym_str] = ACTIONS(2797), + [anon_sym_char] = ACTIONS(2797), + [anon_sym_DASH] = ACTIONS(2795), + [anon_sym_BANG] = ACTIONS(2795), + [anon_sym_AMP] = ACTIONS(2795), + [anon_sym_PIPE] = ACTIONS(2795), + [anon_sym_LT] = ACTIONS(2795), + [anon_sym_DOT_DOT] = ACTIONS(2795), + [anon_sym_COLON_COLON] = ACTIONS(2795), + [anon_sym_POUND] = ACTIONS(2795), + [anon_sym_SQUOTE] = ACTIONS(2797), + [anon_sym_async] = ACTIONS(2797), + [anon_sym_break] = ACTIONS(2797), + [anon_sym_const] = ACTIONS(2797), + [anon_sym_continue] = ACTIONS(2797), + [anon_sym_default] = ACTIONS(2797), + [anon_sym_enum] = ACTIONS(2797), + [anon_sym_fn] = ACTIONS(2797), + [anon_sym_for] = ACTIONS(2797), + [anon_sym_gen] = ACTIONS(2797), + [anon_sym_if] = ACTIONS(2797), + [anon_sym_impl] = ACTIONS(2797), + [anon_sym_let] = ACTIONS(2797), + [anon_sym_loop] = ACTIONS(2797), + [anon_sym_match] = ACTIONS(2797), + [anon_sym_mod] = ACTIONS(2797), + [anon_sym_pub] = ACTIONS(2797), + [anon_sym_return] = ACTIONS(2797), + [anon_sym_static] = ACTIONS(2797), + [anon_sym_struct] = ACTIONS(2797), + [anon_sym_trait] = ACTIONS(2797), + [anon_sym_type] = ACTIONS(2797), + [anon_sym_union] = ACTIONS(2797), + [anon_sym_unsafe] = ACTIONS(2797), + [anon_sym_use] = ACTIONS(2797), + [anon_sym_while] = ACTIONS(2797), + [anon_sym_extern] = ACTIONS(2797), + [anon_sym_raw] = ACTIONS(2797), + [anon_sym_yield] = ACTIONS(2797), + [anon_sym_move] = ACTIONS(2797), + [anon_sym_try] = ACTIONS(2797), + [sym_integer_literal] = ACTIONS(2795), + [aux_sym_string_literal_token1] = ACTIONS(2795), + [sym_char_literal] = ACTIONS(2795), + [anon_sym_true] = ACTIONS(2797), + [anon_sym_false] = ACTIONS(2797), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2797), + [sym_super] = ACTIONS(2797), + [sym_crate] = ACTIONS(2797), + [sym_metavariable] = ACTIONS(2795), + [sym__raw_string_literal_start] = ACTIONS(2795), + [sym_float_literal] = ACTIONS(2795), }, [STATE(720)] = { - [sym_empty_statement] = STATE(1378), - [sym_macro_definition] = STATE(1378), - [sym_attribute_item] = STATE(1378), - [sym_inner_attribute_item] = STATE(1378), - [sym_mod_item] = STATE(1378), - [sym_foreign_mod_item] = STATE(1378), - [sym_struct_item] = STATE(1378), - [sym_union_item] = STATE(1378), - [sym_enum_item] = STATE(1378), - [sym_extern_crate_declaration] = STATE(1378), - [sym_const_item] = STATE(1378), - [sym_static_item] = STATE(1378), - [sym_type_item] = STATE(1378), - [sym_function_item] = STATE(1378), - [sym_function_signature_item] = STATE(1378), - [sym_function_modifiers] = STATE(3785), - [sym_impl_item] = STATE(1378), - [sym_trait_item] = STATE(1378), - [sym_associated_type] = STATE(1378), - [sym_let_declaration] = STATE(1378), - [sym_use_declaration] = STATE(1378), - [sym_extern_modifier] = STATE(2259), - [sym_visibility_modifier] = STATE(2035), - [sym_bracketed_type] = STATE(3740), - [sym_generic_type_with_turbofish] = STATE(3804), - [sym_macro_invocation] = STATE(1378), - [sym_scoped_identifier] = STATE(3417), [sym_line_comment] = STATE(720), [sym_block_comment] = STATE(720), - [aux_sym_declaration_list_repeat1] = STATE(636), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(2291), - [anon_sym_SEMI] = ACTIONS(2293), - [anon_sym_macro_rules_BANG] = ACTIONS(2295), - [anon_sym_RBRACE] = ACTIONS(2809), - [anon_sym_u8] = ACTIONS(2299), - [anon_sym_i8] = ACTIONS(2299), - [anon_sym_u16] = ACTIONS(2299), - [anon_sym_i16] = ACTIONS(2299), - [anon_sym_u32] = ACTIONS(2299), - [anon_sym_i32] = ACTIONS(2299), - [anon_sym_u64] = ACTIONS(2299), - [anon_sym_i64] = ACTIONS(2299), - [anon_sym_u128] = ACTIONS(2299), - [anon_sym_i128] = ACTIONS(2299), - [anon_sym_isize] = ACTIONS(2299), - [anon_sym_usize] = ACTIONS(2299), - [anon_sym_f32] = ACTIONS(2299), - [anon_sym_f64] = ACTIONS(2299), - [anon_sym_bool] = ACTIONS(2299), - [anon_sym_str] = ACTIONS(2299), - [anon_sym_char] = ACTIONS(2299), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(2301), - [anon_sym_POUND] = ACTIONS(2303), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(2305), - [anon_sym_default] = ACTIONS(2307), - [anon_sym_enum] = ACTIONS(2309), - [anon_sym_fn] = ACTIONS(2311), - [anon_sym_gen] = ACTIONS(2313), - [anon_sym_impl] = ACTIONS(2315), - [anon_sym_let] = ACTIONS(2317), - [anon_sym_mod] = ACTIONS(2319), - [anon_sym_pub] = ACTIONS(69), - [anon_sym_static] = ACTIONS(2321), - [anon_sym_struct] = ACTIONS(2323), - [anon_sym_trait] = ACTIONS(2325), - [anon_sym_type] = ACTIONS(2327), - [anon_sym_union] = ACTIONS(2329), - [anon_sym_unsafe] = ACTIONS(2331), - [anon_sym_use] = ACTIONS(2333), - [anon_sym_extern] = ACTIONS(2335), - [anon_sym_raw] = ACTIONS(2313), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(2337), - [sym_super] = ACTIONS(2337), - [sym_crate] = ACTIONS(2339), - [sym_metavariable] = ACTIONS(2341), + [ts_builtin_sym_end] = ACTIONS(2799), + [sym_identifier] = ACTIONS(2801), + [anon_sym_SEMI] = ACTIONS(2799), + [anon_sym_macro_rules_BANG] = ACTIONS(2799), + [anon_sym_LPAREN] = ACTIONS(2799), + [anon_sym_LBRACK] = ACTIONS(2799), + [anon_sym_LBRACE] = ACTIONS(2799), + [anon_sym_RBRACE] = ACTIONS(2799), + [anon_sym_STAR] = ACTIONS(2799), + [anon_sym_u8] = ACTIONS(2801), + [anon_sym_i8] = ACTIONS(2801), + [anon_sym_u16] = ACTIONS(2801), + [anon_sym_i16] = ACTIONS(2801), + [anon_sym_u32] = ACTIONS(2801), + [anon_sym_i32] = ACTIONS(2801), + [anon_sym_u64] = ACTIONS(2801), + [anon_sym_i64] = ACTIONS(2801), + [anon_sym_u128] = ACTIONS(2801), + [anon_sym_i128] = ACTIONS(2801), + [anon_sym_isize] = ACTIONS(2801), + [anon_sym_usize] = ACTIONS(2801), + [anon_sym_f32] = ACTIONS(2801), + [anon_sym_f64] = ACTIONS(2801), + [anon_sym_bool] = ACTIONS(2801), + [anon_sym_str] = ACTIONS(2801), + [anon_sym_char] = ACTIONS(2801), + [anon_sym_DASH] = ACTIONS(2799), + [anon_sym_BANG] = ACTIONS(2799), + [anon_sym_AMP] = ACTIONS(2799), + [anon_sym_PIPE] = ACTIONS(2799), + [anon_sym_LT] = ACTIONS(2799), + [anon_sym_DOT_DOT] = ACTIONS(2799), + [anon_sym_COLON_COLON] = ACTIONS(2799), + [anon_sym_POUND] = ACTIONS(2799), + [anon_sym_SQUOTE] = ACTIONS(2801), + [anon_sym_async] = ACTIONS(2801), + [anon_sym_break] = ACTIONS(2801), + [anon_sym_const] = ACTIONS(2801), + [anon_sym_continue] = ACTIONS(2801), + [anon_sym_default] = ACTIONS(2801), + [anon_sym_enum] = ACTIONS(2801), + [anon_sym_fn] = ACTIONS(2801), + [anon_sym_for] = ACTIONS(2801), + [anon_sym_gen] = ACTIONS(2801), + [anon_sym_if] = ACTIONS(2801), + [anon_sym_impl] = ACTIONS(2801), + [anon_sym_let] = ACTIONS(2801), + [anon_sym_loop] = ACTIONS(2801), + [anon_sym_match] = ACTIONS(2801), + [anon_sym_mod] = ACTIONS(2801), + [anon_sym_pub] = ACTIONS(2801), + [anon_sym_return] = ACTIONS(2801), + [anon_sym_static] = ACTIONS(2801), + [anon_sym_struct] = ACTIONS(2801), + [anon_sym_trait] = ACTIONS(2801), + [anon_sym_type] = ACTIONS(2801), + [anon_sym_union] = ACTIONS(2801), + [anon_sym_unsafe] = ACTIONS(2801), + [anon_sym_use] = ACTIONS(2801), + [anon_sym_while] = ACTIONS(2801), + [anon_sym_extern] = ACTIONS(2801), + [anon_sym_raw] = ACTIONS(2801), + [anon_sym_yield] = ACTIONS(2801), + [anon_sym_move] = ACTIONS(2801), + [anon_sym_try] = ACTIONS(2801), + [sym_integer_literal] = ACTIONS(2799), + [aux_sym_string_literal_token1] = ACTIONS(2799), + [sym_char_literal] = ACTIONS(2799), + [anon_sym_true] = ACTIONS(2801), + [anon_sym_false] = ACTIONS(2801), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2801), + [sym_super] = ACTIONS(2801), + [sym_crate] = ACTIONS(2801), + [sym_metavariable] = ACTIONS(2799), + [sym__raw_string_literal_start] = ACTIONS(2799), + [sym_float_literal] = ACTIONS(2799), }, [STATE(721)] = { [sym_line_comment] = STATE(721), [sym_block_comment] = STATE(721), + [ts_builtin_sym_end] = ACTIONS(2803), + [sym_identifier] = ACTIONS(2805), + [anon_sym_SEMI] = ACTIONS(2803), + [anon_sym_macro_rules_BANG] = ACTIONS(2803), + [anon_sym_LPAREN] = ACTIONS(2803), + [anon_sym_LBRACK] = ACTIONS(2803), + [anon_sym_LBRACE] = ACTIONS(2803), + [anon_sym_RBRACE] = ACTIONS(2803), + [anon_sym_STAR] = ACTIONS(2803), + [anon_sym_u8] = ACTIONS(2805), + [anon_sym_i8] = ACTIONS(2805), + [anon_sym_u16] = ACTIONS(2805), + [anon_sym_i16] = ACTIONS(2805), + [anon_sym_u32] = ACTIONS(2805), + [anon_sym_i32] = ACTIONS(2805), + [anon_sym_u64] = ACTIONS(2805), + [anon_sym_i64] = ACTIONS(2805), + [anon_sym_u128] = ACTIONS(2805), + [anon_sym_i128] = ACTIONS(2805), + [anon_sym_isize] = ACTIONS(2805), + [anon_sym_usize] = ACTIONS(2805), + [anon_sym_f32] = ACTIONS(2805), + [anon_sym_f64] = ACTIONS(2805), + [anon_sym_bool] = ACTIONS(2805), + [anon_sym_str] = ACTIONS(2805), + [anon_sym_char] = ACTIONS(2805), + [anon_sym_DASH] = ACTIONS(2803), + [anon_sym_BANG] = ACTIONS(2803), + [anon_sym_AMP] = ACTIONS(2803), + [anon_sym_PIPE] = ACTIONS(2803), + [anon_sym_LT] = ACTIONS(2803), + [anon_sym_DOT_DOT] = ACTIONS(2803), + [anon_sym_COLON_COLON] = ACTIONS(2803), + [anon_sym_POUND] = ACTIONS(2803), + [anon_sym_SQUOTE] = ACTIONS(2805), + [anon_sym_async] = ACTIONS(2805), + [anon_sym_break] = ACTIONS(2805), + [anon_sym_const] = ACTIONS(2805), + [anon_sym_continue] = ACTIONS(2805), + [anon_sym_default] = ACTIONS(2805), + [anon_sym_enum] = ACTIONS(2805), + [anon_sym_fn] = ACTIONS(2805), + [anon_sym_for] = ACTIONS(2805), + [anon_sym_gen] = ACTIONS(2805), + [anon_sym_if] = ACTIONS(2805), + [anon_sym_impl] = ACTIONS(2805), + [anon_sym_let] = ACTIONS(2805), + [anon_sym_loop] = ACTIONS(2805), + [anon_sym_match] = ACTIONS(2805), + [anon_sym_mod] = ACTIONS(2805), + [anon_sym_pub] = ACTIONS(2805), + [anon_sym_return] = ACTIONS(2805), + [anon_sym_static] = ACTIONS(2805), + [anon_sym_struct] = ACTIONS(2805), + [anon_sym_trait] = ACTIONS(2805), + [anon_sym_type] = ACTIONS(2805), + [anon_sym_union] = ACTIONS(2805), + [anon_sym_unsafe] = ACTIONS(2805), + [anon_sym_use] = ACTIONS(2805), + [anon_sym_while] = ACTIONS(2805), + [anon_sym_extern] = ACTIONS(2805), + [anon_sym_raw] = ACTIONS(2805), + [anon_sym_yield] = ACTIONS(2805), + [anon_sym_move] = ACTIONS(2805), + [anon_sym_try] = ACTIONS(2805), + [sym_integer_literal] = ACTIONS(2803), + [aux_sym_string_literal_token1] = ACTIONS(2803), + [sym_char_literal] = ACTIONS(2803), + [anon_sym_true] = ACTIONS(2805), + [anon_sym_false] = ACTIONS(2805), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2805), + [sym_super] = ACTIONS(2805), + [sym_crate] = ACTIONS(2805), + [sym_metavariable] = ACTIONS(2803), + [sym__raw_string_literal_start] = ACTIONS(2803), + [sym_float_literal] = ACTIONS(2803), + }, + [STATE(722)] = { + [sym_line_comment] = STATE(722), + [sym_block_comment] = STATE(722), + [ts_builtin_sym_end] = ACTIONS(2807), + [sym_identifier] = ACTIONS(2809), + [anon_sym_SEMI] = ACTIONS(2807), + [anon_sym_macro_rules_BANG] = ACTIONS(2807), + [anon_sym_LPAREN] = ACTIONS(2807), + [anon_sym_LBRACK] = ACTIONS(2807), + [anon_sym_LBRACE] = ACTIONS(2807), + [anon_sym_RBRACE] = ACTIONS(2807), + [anon_sym_STAR] = ACTIONS(2807), + [anon_sym_u8] = ACTIONS(2809), + [anon_sym_i8] = ACTIONS(2809), + [anon_sym_u16] = ACTIONS(2809), + [anon_sym_i16] = ACTIONS(2809), + [anon_sym_u32] = ACTIONS(2809), + [anon_sym_i32] = ACTIONS(2809), + [anon_sym_u64] = ACTIONS(2809), + [anon_sym_i64] = ACTIONS(2809), + [anon_sym_u128] = ACTIONS(2809), + [anon_sym_i128] = ACTIONS(2809), + [anon_sym_isize] = ACTIONS(2809), + [anon_sym_usize] = ACTIONS(2809), + [anon_sym_f32] = ACTIONS(2809), + [anon_sym_f64] = ACTIONS(2809), + [anon_sym_bool] = ACTIONS(2809), + [anon_sym_str] = ACTIONS(2809), + [anon_sym_char] = ACTIONS(2809), + [anon_sym_DASH] = ACTIONS(2807), + [anon_sym_BANG] = ACTIONS(2807), + [anon_sym_AMP] = ACTIONS(2807), + [anon_sym_PIPE] = ACTIONS(2807), + [anon_sym_LT] = ACTIONS(2807), + [anon_sym_DOT_DOT] = ACTIONS(2807), + [anon_sym_COLON_COLON] = ACTIONS(2807), + [anon_sym_POUND] = ACTIONS(2807), + [anon_sym_SQUOTE] = ACTIONS(2809), + [anon_sym_async] = ACTIONS(2809), + [anon_sym_break] = ACTIONS(2809), + [anon_sym_const] = ACTIONS(2809), + [anon_sym_continue] = ACTIONS(2809), + [anon_sym_default] = ACTIONS(2809), + [anon_sym_enum] = ACTIONS(2809), + [anon_sym_fn] = ACTIONS(2809), + [anon_sym_for] = ACTIONS(2809), + [anon_sym_gen] = ACTIONS(2809), + [anon_sym_if] = ACTIONS(2809), + [anon_sym_impl] = ACTIONS(2809), + [anon_sym_let] = ACTIONS(2809), + [anon_sym_loop] = ACTIONS(2809), + [anon_sym_match] = ACTIONS(2809), + [anon_sym_mod] = ACTIONS(2809), + [anon_sym_pub] = ACTIONS(2809), + [anon_sym_return] = ACTIONS(2809), + [anon_sym_static] = ACTIONS(2809), + [anon_sym_struct] = ACTIONS(2809), + [anon_sym_trait] = ACTIONS(2809), + [anon_sym_type] = ACTIONS(2809), + [anon_sym_union] = ACTIONS(2809), + [anon_sym_unsafe] = ACTIONS(2809), + [anon_sym_use] = ACTIONS(2809), + [anon_sym_while] = ACTIONS(2809), + [anon_sym_extern] = ACTIONS(2809), + [anon_sym_raw] = ACTIONS(2809), + [anon_sym_yield] = ACTIONS(2809), + [anon_sym_move] = ACTIONS(2809), + [anon_sym_try] = ACTIONS(2809), + [sym_integer_literal] = ACTIONS(2807), + [aux_sym_string_literal_token1] = ACTIONS(2807), + [sym_char_literal] = ACTIONS(2807), + [anon_sym_true] = ACTIONS(2809), + [anon_sym_false] = ACTIONS(2809), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2809), + [sym_super] = ACTIONS(2809), + [sym_crate] = ACTIONS(2809), + [sym_metavariable] = ACTIONS(2807), + [sym__raw_string_literal_start] = ACTIONS(2807), + [sym_float_literal] = ACTIONS(2807), + }, + [STATE(723)] = { + [sym_line_comment] = STATE(723), + [sym_block_comment] = STATE(723), [ts_builtin_sym_end] = ACTIONS(2811), [sym_identifier] = ACTIONS(2813), [anon_sym_SEMI] = ACTIONS(2811), @@ -90919,9 +91157,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2811), [sym_float_literal] = ACTIONS(2811), }, - [STATE(722)] = { - [sym_line_comment] = STATE(722), - [sym_block_comment] = STATE(722), + [STATE(724)] = { + [sym_line_comment] = STATE(724), + [sym_block_comment] = STATE(724), [ts_builtin_sym_end] = ACTIONS(2815), [sym_identifier] = ACTIONS(2817), [anon_sym_SEMI] = ACTIONS(2815), @@ -91001,91 +91239,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2815), [sym_float_literal] = ACTIONS(2815), }, - [STATE(723)] = { - [sym_bracketed_type] = STATE(3762), - [sym_generic_type] = STATE(3764), - [sym_generic_type_with_turbofish] = STATE(3481), - [sym_macro_invocation] = STATE(2182), - [sym_scoped_identifier] = STATE(2047), - [sym_scoped_type_identifier] = STATE(3014), - [sym_const_block] = STATE(2182), - [sym_closure_expression] = STATE(3415), - [sym_closure_parameters] = STATE(242), - [sym__pattern] = STATE(3151), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), - [sym_line_comment] = STATE(723), - [sym_block_comment] = STATE(723), - [sym_identifier] = ACTIONS(1730), - [anon_sym_LPAREN] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1736), - [anon_sym_u8] = ACTIONS(1738), - [anon_sym_i8] = ACTIONS(1738), - [anon_sym_u16] = ACTIONS(1738), - [anon_sym_i16] = ACTIONS(1738), - [anon_sym_u32] = ACTIONS(1738), - [anon_sym_i32] = ACTIONS(1738), - [anon_sym_u64] = ACTIONS(1738), - [anon_sym_i64] = ACTIONS(1738), - [anon_sym_u128] = ACTIONS(1738), - [anon_sym_i128] = ACTIONS(1738), - [anon_sym_isize] = ACTIONS(1738), - [anon_sym_usize] = ACTIONS(1738), - [anon_sym_f32] = ACTIONS(1738), - [anon_sym_f64] = ACTIONS(1738), - [anon_sym_bool] = ACTIONS(1738), - [anon_sym_str] = ACTIONS(1738), - [anon_sym_char] = ACTIONS(1738), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_AMP] = ACTIONS(1740), - [anon_sym_PIPE] = ACTIONS(1420), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1422), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COLON_COLON] = ACTIONS(1744), - [anon_sym_async] = ACTIONS(1746), - [anon_sym_const] = ACTIONS(1748), - [anon_sym_default] = ACTIONS(1750), - [anon_sym_gen] = ACTIONS(1750), - [anon_sym_static] = ACTIONS(1428), - [anon_sym_union] = ACTIONS(1750), - [anon_sym_ref] = ACTIONS(1114), - [sym_mutable_specifier] = ACTIONS(1430), - [anon_sym_raw] = ACTIONS(1750), - [anon_sym_move] = ACTIONS(1432), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1752), - [sym_super] = ACTIONS(1752), - [sym_crate] = ACTIONS(1752), - [sym_metavariable] = ACTIONS(1754), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), - }, - [STATE(724)] = { - [sym_line_comment] = STATE(724), - [sym_block_comment] = STATE(724), + [STATE(725)] = { + [sym_line_comment] = STATE(725), + [sym_block_comment] = STATE(725), [ts_builtin_sym_end] = ACTIONS(2819), [sym_identifier] = ACTIONS(2821), [anon_sym_SEMI] = ACTIONS(2819), @@ -91165,9 +91321,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2819), [sym_float_literal] = ACTIONS(2819), }, - [STATE(725)] = { - [sym_line_comment] = STATE(725), - [sym_block_comment] = STATE(725), + [STATE(726)] = { + [sym_line_comment] = STATE(726), + [sym_block_comment] = STATE(726), [ts_builtin_sym_end] = ACTIONS(2823), [sym_identifier] = ACTIONS(2825), [anon_sym_SEMI] = ACTIONS(2823), @@ -91247,9 +91403,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2823), [sym_float_literal] = ACTIONS(2823), }, - [STATE(726)] = { - [sym_line_comment] = STATE(726), - [sym_block_comment] = STATE(726), + [STATE(727)] = { + [sym_line_comment] = STATE(727), + [sym_block_comment] = STATE(727), [ts_builtin_sym_end] = ACTIONS(2827), [sym_identifier] = ACTIONS(2829), [anon_sym_SEMI] = ACTIONS(2827), @@ -91329,9 +91485,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2827), [sym_float_literal] = ACTIONS(2827), }, - [STATE(727)] = { - [sym_line_comment] = STATE(727), - [sym_block_comment] = STATE(727), + [STATE(728)] = { + [sym_line_comment] = STATE(728), + [sym_block_comment] = STATE(728), [ts_builtin_sym_end] = ACTIONS(2831), [sym_identifier] = ACTIONS(2833), [anon_sym_SEMI] = ACTIONS(2831), @@ -91411,9 +91567,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2831), [sym_float_literal] = ACTIONS(2831), }, - [STATE(728)] = { - [sym_line_comment] = STATE(728), - [sym_block_comment] = STATE(728), + [STATE(729)] = { + [sym_line_comment] = STATE(729), + [sym_block_comment] = STATE(729), [ts_builtin_sym_end] = ACTIONS(2835), [sym_identifier] = ACTIONS(2837), [anon_sym_SEMI] = ACTIONS(2835), @@ -91493,9 +91649,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2835), [sym_float_literal] = ACTIONS(2835), }, - [STATE(729)] = { - [sym_line_comment] = STATE(729), - [sym_block_comment] = STATE(729), + [STATE(730)] = { + [sym_line_comment] = STATE(730), + [sym_block_comment] = STATE(730), [ts_builtin_sym_end] = ACTIONS(2839), [sym_identifier] = ACTIONS(2841), [anon_sym_SEMI] = ACTIONS(2839), @@ -91575,9 +91731,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2839), [sym_float_literal] = ACTIONS(2839), }, - [STATE(730)] = { - [sym_line_comment] = STATE(730), - [sym_block_comment] = STATE(730), + [STATE(731)] = { + [sym_line_comment] = STATE(731), + [sym_block_comment] = STATE(731), [ts_builtin_sym_end] = ACTIONS(2843), [sym_identifier] = ACTIONS(2845), [anon_sym_SEMI] = ACTIONS(2843), @@ -91657,9 +91813,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2843), [sym_float_literal] = ACTIONS(2843), }, - [STATE(731)] = { - [sym_line_comment] = STATE(731), - [sym_block_comment] = STATE(731), + [STATE(732)] = { + [sym_line_comment] = STATE(732), + [sym_block_comment] = STATE(732), [ts_builtin_sym_end] = ACTIONS(2847), [sym_identifier] = ACTIONS(2849), [anon_sym_SEMI] = ACTIONS(2847), @@ -91739,9 +91895,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2847), [sym_float_literal] = ACTIONS(2847), }, - [STATE(732)] = { - [sym_line_comment] = STATE(732), - [sym_block_comment] = STATE(732), + [STATE(733)] = { + [sym_line_comment] = STATE(733), + [sym_block_comment] = STATE(733), [ts_builtin_sym_end] = ACTIONS(2851), [sym_identifier] = ACTIONS(2853), [anon_sym_SEMI] = ACTIONS(2851), @@ -91821,9 +91977,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2851), [sym_float_literal] = ACTIONS(2851), }, - [STATE(733)] = { - [sym_line_comment] = STATE(733), - [sym_block_comment] = STATE(733), + [STATE(734)] = { + [sym_line_comment] = STATE(734), + [sym_block_comment] = STATE(734), [ts_builtin_sym_end] = ACTIONS(2855), [sym_identifier] = ACTIONS(2857), [anon_sym_SEMI] = ACTIONS(2855), @@ -91903,9 +92059,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2855), [sym_float_literal] = ACTIONS(2855), }, - [STATE(734)] = { - [sym_line_comment] = STATE(734), - [sym_block_comment] = STATE(734), + [STATE(735)] = { + [sym_line_comment] = STATE(735), + [sym_block_comment] = STATE(735), [ts_builtin_sym_end] = ACTIONS(2859), [sym_identifier] = ACTIONS(2861), [anon_sym_SEMI] = ACTIONS(2859), @@ -91985,9 +92141,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2859), [sym_float_literal] = ACTIONS(2859), }, - [STATE(735)] = { - [sym_line_comment] = STATE(735), - [sym_block_comment] = STATE(735), + [STATE(736)] = { + [sym_line_comment] = STATE(736), + [sym_block_comment] = STATE(736), [ts_builtin_sym_end] = ACTIONS(2863), [sym_identifier] = ACTIONS(2865), [anon_sym_SEMI] = ACTIONS(2863), @@ -92067,9 +92223,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2863), [sym_float_literal] = ACTIONS(2863), }, - [STATE(736)] = { - [sym_line_comment] = STATE(736), - [sym_block_comment] = STATE(736), + [STATE(737)] = { + [sym_line_comment] = STATE(737), + [sym_block_comment] = STATE(737), [ts_builtin_sym_end] = ACTIONS(2867), [sym_identifier] = ACTIONS(2869), [anon_sym_SEMI] = ACTIONS(2867), @@ -92149,9 +92305,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2867), [sym_float_literal] = ACTIONS(2867), }, - [STATE(737)] = { - [sym_line_comment] = STATE(737), - [sym_block_comment] = STATE(737), + [STATE(738)] = { + [sym_line_comment] = STATE(738), + [sym_block_comment] = STATE(738), [ts_builtin_sym_end] = ACTIONS(2871), [sym_identifier] = ACTIONS(2873), [anon_sym_SEMI] = ACTIONS(2871), @@ -92231,9 +92387,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2871), [sym_float_literal] = ACTIONS(2871), }, - [STATE(738)] = { - [sym_line_comment] = STATE(738), - [sym_block_comment] = STATE(738), + [STATE(739)] = { + [sym_line_comment] = STATE(739), + [sym_block_comment] = STATE(739), [ts_builtin_sym_end] = ACTIONS(2875), [sym_identifier] = ACTIONS(2877), [anon_sym_SEMI] = ACTIONS(2875), @@ -92313,9 +92469,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2875), [sym_float_literal] = ACTIONS(2875), }, - [STATE(739)] = { - [sym_line_comment] = STATE(739), - [sym_block_comment] = STATE(739), + [STATE(740)] = { + [sym_line_comment] = STATE(740), + [sym_block_comment] = STATE(740), [ts_builtin_sym_end] = ACTIONS(2879), [sym_identifier] = ACTIONS(2881), [anon_sym_SEMI] = ACTIONS(2879), @@ -92395,9 +92551,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2879), [sym_float_literal] = ACTIONS(2879), }, - [STATE(740)] = { - [sym_line_comment] = STATE(740), - [sym_block_comment] = STATE(740), + [STATE(741)] = { + [sym_line_comment] = STATE(741), + [sym_block_comment] = STATE(741), [ts_builtin_sym_end] = ACTIONS(2883), [sym_identifier] = ACTIONS(2885), [anon_sym_SEMI] = ACTIONS(2883), @@ -92477,9 +92633,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2883), [sym_float_literal] = ACTIONS(2883), }, - [STATE(741)] = { - [sym_line_comment] = STATE(741), - [sym_block_comment] = STATE(741), + [STATE(742)] = { + [sym_line_comment] = STATE(742), + [sym_block_comment] = STATE(742), [ts_builtin_sym_end] = ACTIONS(2887), [sym_identifier] = ACTIONS(2889), [anon_sym_SEMI] = ACTIONS(2887), @@ -92559,9 +92715,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2887), [sym_float_literal] = ACTIONS(2887), }, - [STATE(742)] = { - [sym_line_comment] = STATE(742), - [sym_block_comment] = STATE(742), + [STATE(743)] = { + [sym_line_comment] = STATE(743), + [sym_block_comment] = STATE(743), [ts_builtin_sym_end] = ACTIONS(2891), [sym_identifier] = ACTIONS(2893), [anon_sym_SEMI] = ACTIONS(2891), @@ -92641,9 +92797,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2891), [sym_float_literal] = ACTIONS(2891), }, - [STATE(743)] = { - [sym_line_comment] = STATE(743), - [sym_block_comment] = STATE(743), + [STATE(744)] = { + [sym_line_comment] = STATE(744), + [sym_block_comment] = STATE(744), [ts_builtin_sym_end] = ACTIONS(2895), [sym_identifier] = ACTIONS(2897), [anon_sym_SEMI] = ACTIONS(2895), @@ -92723,9 +92879,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2895), [sym_float_literal] = ACTIONS(2895), }, - [STATE(744)] = { - [sym_line_comment] = STATE(744), - [sym_block_comment] = STATE(744), + [STATE(745)] = { + [sym_line_comment] = STATE(745), + [sym_block_comment] = STATE(745), [ts_builtin_sym_end] = ACTIONS(2899), [sym_identifier] = ACTIONS(2901), [anon_sym_SEMI] = ACTIONS(2899), @@ -92805,9 +92961,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2899), [sym_float_literal] = ACTIONS(2899), }, - [STATE(745)] = { - [sym_line_comment] = STATE(745), - [sym_block_comment] = STATE(745), + [STATE(746)] = { + [sym_line_comment] = STATE(746), + [sym_block_comment] = STATE(746), [ts_builtin_sym_end] = ACTIONS(2903), [sym_identifier] = ACTIONS(2905), [anon_sym_SEMI] = ACTIONS(2903), @@ -92887,88 +93043,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2903), [sym_float_literal] = ACTIONS(2903), }, - [STATE(746)] = { - [sym_attribute_item] = STATE(1369), - [sym_inner_attribute_item] = STATE(1369), - [sym_bracketed_type] = STATE(3698), - [sym_generic_type] = STATE(3764), - [sym_generic_type_with_turbofish] = STATE(3419), - [sym_macro_invocation] = STATE(2942), - [sym_scoped_identifier] = STATE(2248), - [sym_scoped_type_identifier] = STATE(3103), - [sym_match_pattern] = STATE(3545), - [sym_const_block] = STATE(2942), - [sym__pattern] = STATE(3188), - [sym_generic_pattern] = STATE(2942), - [sym_tuple_pattern] = STATE(2942), - [sym_slice_pattern] = STATE(2942), - [sym_tuple_struct_pattern] = STATE(2942), - [sym_struct_pattern] = STATE(2942), - [sym_remaining_field_pattern] = STATE(2942), - [sym_mut_pattern] = STATE(2942), - [sym_range_pattern] = STATE(2942), - [sym_ref_pattern] = STATE(2942), - [sym_captured_pattern] = STATE(2942), - [sym_reference_pattern] = STATE(2942), - [sym_or_pattern] = STATE(2942), - [sym__literal_pattern] = STATE(2447), - [sym_negative_literal] = STATE(2441), - [sym_string_literal] = STATE(2441), - [sym_raw_string_literal] = STATE(2441), - [sym_boolean_literal] = STATE(2441), - [sym_line_comment] = STATE(746), - [sym_block_comment] = STATE(746), - [aux_sym_match_arm_repeat1] = STATE(1077), - [sym_identifier] = ACTIONS(1676), - [anon_sym_LPAREN] = ACTIONS(1678), - [anon_sym_LBRACK] = ACTIONS(1680), - [anon_sym_u8] = ACTIONS(1684), - [anon_sym_i8] = ACTIONS(1684), - [anon_sym_u16] = ACTIONS(1684), - [anon_sym_i16] = ACTIONS(1684), - [anon_sym_u32] = ACTIONS(1684), - [anon_sym_i32] = ACTIONS(1684), - [anon_sym_u64] = ACTIONS(1684), - [anon_sym_i64] = ACTIONS(1684), - [anon_sym_u128] = ACTIONS(1684), - [anon_sym_i128] = ACTIONS(1684), - [anon_sym_isize] = ACTIONS(1684), - [anon_sym_usize] = ACTIONS(1684), - [anon_sym_f32] = ACTIONS(1684), - [anon_sym_f64] = ACTIONS(1684), - [anon_sym_bool] = ACTIONS(1684), - [anon_sym_str] = ACTIONS(1684), - [anon_sym_char] = ACTIONS(1684), - [anon_sym_DASH] = ACTIONS(1686), - [anon_sym_AMP] = ACTIONS(1688), - [anon_sym_PIPE] = ACTIONS(1690), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1692), - [anon_sym_DOT_DOT] = ACTIONS(1694), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1696), - [anon_sym_COLON_COLON] = ACTIONS(1698), - [anon_sym_POUND] = ACTIONS(1700), - [anon_sym_const] = ACTIONS(1702), - [anon_sym_default] = ACTIONS(1704), - [anon_sym_gen] = ACTIONS(1704), - [anon_sym_union] = ACTIONS(1704), - [anon_sym_ref] = ACTIONS(1706), - [sym_mutable_specifier] = ACTIONS(1708), - [anon_sym_raw] = ACTIONS(1704), - [sym_integer_literal] = ACTIONS(1710), - [aux_sym_string_literal_token1] = ACTIONS(1712), - [sym_char_literal] = ACTIONS(1710), - [anon_sym_true] = ACTIONS(1714), - [anon_sym_false] = ACTIONS(1714), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1716), - [sym_super] = ACTIONS(1716), - [sym_crate] = ACTIONS(1716), - [sym_metavariable] = ACTIONS(1718), - [sym__raw_string_literal_start] = ACTIONS(1720), - [sym_float_literal] = ACTIONS(1710), - }, [STATE(747)] = { [sym_line_comment] = STATE(747), [sym_block_comment] = STATE(747), @@ -96332,120 +96406,121 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(3067), }, [STATE(788)] = { - [sym_attribute_item] = STATE(1386), - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym_visibility_modifier] = STATE(1048), - [sym__type] = STATE(2831), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), [sym_line_comment] = STATE(788), [sym_block_comment] = STATE(788), - [aux_sym_enum_variant_list_repeat1] = STATE(796), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), - [anon_sym_LPAREN] = ACTIONS(1618), - [anon_sym_RPAREN] = ACTIONS(3073), - [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), - [anon_sym_u8] = ACTIONS(1628), - [anon_sym_i8] = ACTIONS(1628), - [anon_sym_u16] = ACTIONS(1628), - [anon_sym_i16] = ACTIONS(1628), - [anon_sym_u32] = ACTIONS(1628), - [anon_sym_i32] = ACTIONS(1628), - [anon_sym_u64] = ACTIONS(1628), - [anon_sym_i64] = ACTIONS(1628), - [anon_sym_u128] = ACTIONS(1628), - [anon_sym_i128] = ACTIONS(1628), - [anon_sym_isize] = ACTIONS(1628), - [anon_sym_usize] = ACTIONS(1628), - [anon_sym_f32] = ACTIONS(1628), - [anon_sym_f64] = ACTIONS(1628), - [anon_sym_bool] = ACTIONS(1628), - [anon_sym_str] = ACTIONS(1628), - [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COMMA] = ACTIONS(3077), - [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_POUND] = ACTIONS(3079), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), - [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), - [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), - [anon_sym_pub] = ACTIONS(3083), - [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), - [anon_sym_raw] = ACTIONS(1642), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1650), - [sym_super] = ACTIONS(1650), - [sym_crate] = ACTIONS(3085), - [sym_metavariable] = ACTIONS(1652), + [ts_builtin_sym_end] = ACTIONS(3071), + [sym_identifier] = ACTIONS(3073), + [anon_sym_SEMI] = ACTIONS(3071), + [anon_sym_macro_rules_BANG] = ACTIONS(3071), + [anon_sym_LPAREN] = ACTIONS(3071), + [anon_sym_LBRACK] = ACTIONS(3071), + [anon_sym_LBRACE] = ACTIONS(3071), + [anon_sym_RBRACE] = ACTIONS(3071), + [anon_sym_STAR] = ACTIONS(3071), + [anon_sym_u8] = ACTIONS(3073), + [anon_sym_i8] = ACTIONS(3073), + [anon_sym_u16] = ACTIONS(3073), + [anon_sym_i16] = ACTIONS(3073), + [anon_sym_u32] = ACTIONS(3073), + [anon_sym_i32] = ACTIONS(3073), + [anon_sym_u64] = ACTIONS(3073), + [anon_sym_i64] = ACTIONS(3073), + [anon_sym_u128] = ACTIONS(3073), + [anon_sym_i128] = ACTIONS(3073), + [anon_sym_isize] = ACTIONS(3073), + [anon_sym_usize] = ACTIONS(3073), + [anon_sym_f32] = ACTIONS(3073), + [anon_sym_f64] = ACTIONS(3073), + [anon_sym_bool] = ACTIONS(3073), + [anon_sym_str] = ACTIONS(3073), + [anon_sym_char] = ACTIONS(3073), + [anon_sym_DASH] = ACTIONS(3071), + [anon_sym_BANG] = ACTIONS(3071), + [anon_sym_AMP] = ACTIONS(3071), + [anon_sym_PIPE] = ACTIONS(3071), + [anon_sym_LT] = ACTIONS(3071), + [anon_sym_DOT_DOT] = ACTIONS(3071), + [anon_sym_COLON_COLON] = ACTIONS(3071), + [anon_sym_POUND] = ACTIONS(3071), + [anon_sym_SQUOTE] = ACTIONS(3073), + [anon_sym_async] = ACTIONS(3073), + [anon_sym_break] = ACTIONS(3073), + [anon_sym_const] = ACTIONS(3073), + [anon_sym_continue] = ACTIONS(3073), + [anon_sym_default] = ACTIONS(3073), + [anon_sym_enum] = ACTIONS(3073), + [anon_sym_fn] = ACTIONS(3073), + [anon_sym_for] = ACTIONS(3073), + [anon_sym_gen] = ACTIONS(3073), + [anon_sym_if] = ACTIONS(3073), + [anon_sym_impl] = ACTIONS(3073), + [anon_sym_let] = ACTIONS(3073), + [anon_sym_loop] = ACTIONS(3073), + [anon_sym_match] = ACTIONS(3073), + [anon_sym_mod] = ACTIONS(3073), + [anon_sym_pub] = ACTIONS(3073), + [anon_sym_return] = ACTIONS(3073), + [anon_sym_static] = ACTIONS(3073), + [anon_sym_struct] = ACTIONS(3073), + [anon_sym_trait] = ACTIONS(3073), + [anon_sym_type] = ACTIONS(3073), + [anon_sym_union] = ACTIONS(3073), + [anon_sym_unsafe] = ACTIONS(3073), + [anon_sym_use] = ACTIONS(3073), + [anon_sym_while] = ACTIONS(3073), + [anon_sym_extern] = ACTIONS(3073), + [anon_sym_raw] = ACTIONS(3073), + [anon_sym_yield] = ACTIONS(3073), + [anon_sym_move] = ACTIONS(3073), + [anon_sym_try] = ACTIONS(3073), + [sym_integer_literal] = ACTIONS(3071), + [aux_sym_string_literal_token1] = ACTIONS(3071), + [sym_char_literal] = ACTIONS(3071), + [anon_sym_true] = ACTIONS(3073), + [anon_sym_false] = ACTIONS(3073), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(3073), + [sym_super] = ACTIONS(3073), + [sym_crate] = ACTIONS(3073), + [sym_metavariable] = ACTIONS(3071), + [sym__raw_string_literal_start] = ACTIONS(3071), + [sym_float_literal] = ACTIONS(3071), }, [STATE(789)] = { - [sym_attribute_item] = STATE(1386), - [sym_function_modifiers] = STATE(3661), - [sym_removed_trait_bound] = STATE(2079), - [sym_const_parameter] = STATE(2962), - [sym_type_parameter] = STATE(2962), - [sym_lifetime_parameter] = STATE(2962), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(3194), - [sym_bracketed_type] = STATE(3750), - [sym_qualified_type] = STATE(3676), - [sym_lifetime] = STATE(2554), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1606), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3584), - [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(3335), - [sym_scoped_type_identifier] = STATE(2278), + [sym_attribute_item] = STATE(1319), + [sym_function_modifiers] = STATE(3541), + [sym_removed_trait_bound] = STATE(2069), + [sym_const_parameter] = STATE(3161), + [sym_type_parameter] = STATE(3161), + [sym_lifetime_parameter] = STATE(3161), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2976), + [sym_bracketed_type] = STATE(3736), + [sym_qualified_type] = STATE(3608), + [sym_lifetime] = STATE(2607), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1610), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3591), + [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(3394), + [sym_scoped_type_identifier] = STATE(2240), [sym_line_comment] = STATE(789), [sym_block_comment] = STATE(789), - [aux_sym_enum_variant_list_repeat1] = STATE(2140), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3087), + [aux_sym_enum_variant_list_repeat1] = STATE(2152), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3075), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), [anon_sym_STAR] = ACTIONS(1624), @@ -96467,23 +96542,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), + [anon_sym_BANG] = ACTIONS(1126), [anon_sym_AMP] = ACTIONS(1630), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_POUND] = ACTIONS(3079), - [anon_sym_SQUOTE] = ACTIONS(3089), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(3091), + [anon_sym_POUND] = ACTIONS(3077), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(3081), [anon_sym_default] = ACTIONS(1638), [anon_sym_fn] = ACTIONS(1640), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), [anon_sym_impl] = ACTIONS(1644), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), [anon_sym_dyn] = ACTIONS(1646), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), @@ -96491,44 +96566,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_self] = ACTIONS(1650), [sym_super] = ACTIONS(1650), [sym_crate] = ACTIONS(1650), - [sym_metavariable] = ACTIONS(3093), + [sym_metavariable] = ACTIONS(3083), }, [STATE(790)] = { - [sym_attribute_item] = STATE(1386), - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym_visibility_modifier] = STATE(939), - [sym__type] = STATE(3133), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_attribute_item] = STATE(1319), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym_visibility_modifier] = STATE(892), + [sym__type] = STATE(2881), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(790), [sym_block_comment] = STATE(790), [aux_sym_enum_variant_list_repeat1] = STATE(803), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), - [anon_sym_RPAREN] = ACTIONS(3095), + [anon_sym_RPAREN] = ACTIONS(3087), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -96546,69 +96621,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), + [anon_sym_COMMA] = ACTIONS(3091), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_POUND] = ACTIONS(3079), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_POUND] = ACTIONS(3077), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), - [anon_sym_pub] = ACTIONS(3083), + [anon_sym_impl] = ACTIONS(1160), + [anon_sym_pub] = ACTIONS(3095), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), [sym_self] = ACTIONS(1650), [sym_super] = ACTIONS(1650), - [sym_crate] = ACTIONS(3085), + [sym_crate] = ACTIONS(3097), [sym_metavariable] = ACTIONS(1652), }, [STATE(791)] = { - [sym_attribute_item] = STATE(1386), - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym_visibility_modifier] = STATE(939), - [sym__type] = STATE(3133), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_attribute_item] = STATE(1319), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym_visibility_modifier] = STATE(954), + [sym__type] = STATE(3160), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(791), [sym_block_comment] = STATE(791), - [aux_sym_enum_variant_list_repeat1] = STATE(803), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_enum_variant_list_repeat1] = STATE(799), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), - [anon_sym_RPAREN] = ACTIONS(3097), + [anon_sym_RPAREN] = ACTIONS(3099), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -96626,69 +96702,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_POUND] = ACTIONS(3079), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_POUND] = ACTIONS(3077), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), - [anon_sym_pub] = ACTIONS(3083), + [anon_sym_impl] = ACTIONS(1160), + [anon_sym_pub] = ACTIONS(3095), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), [sym_self] = ACTIONS(1650), [sym_super] = ACTIONS(1650), - [sym_crate] = ACTIONS(3085), + [sym_crate] = ACTIONS(3097), [sym_metavariable] = ACTIONS(1652), }, [STATE(792)] = { - [sym_attribute_item] = STATE(1386), - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym_visibility_modifier] = STATE(939), - [sym__type] = STATE(3133), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_attribute_item] = STATE(1319), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym_visibility_modifier] = STATE(954), + [sym__type] = STATE(3160), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(792), [sym_block_comment] = STATE(792), - [aux_sym_enum_variant_list_repeat1] = STATE(803), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_enum_variant_list_repeat1] = STATE(799), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), - [anon_sym_RPAREN] = ACTIONS(3099), + [anon_sym_RPAREN] = ACTIONS(3101), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -96706,69 +96782,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_POUND] = ACTIONS(3079), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_POUND] = ACTIONS(3077), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), - [anon_sym_pub] = ACTIONS(3083), + [anon_sym_impl] = ACTIONS(1160), + [anon_sym_pub] = ACTIONS(3095), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), [sym_self] = ACTIONS(1650), [sym_super] = ACTIONS(1650), - [sym_crate] = ACTIONS(3085), + [sym_crate] = ACTIONS(3097), [sym_metavariable] = ACTIONS(1652), }, [STATE(793)] = { - [sym_attribute_item] = STATE(1386), - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym_visibility_modifier] = STATE(939), - [sym__type] = STATE(3133), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_attribute_item] = STATE(1319), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym_visibility_modifier] = STATE(954), + [sym__type] = STATE(3160), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(793), [sym_block_comment] = STATE(793), - [aux_sym_enum_variant_list_repeat1] = STATE(803), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_enum_variant_list_repeat1] = STATE(799), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), - [anon_sym_RPAREN] = ACTIONS(3101), + [anon_sym_RPAREN] = ACTIONS(3103), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -96786,69 +96862,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_POUND] = ACTIONS(3079), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_POUND] = ACTIONS(3077), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), - [anon_sym_pub] = ACTIONS(3083), + [anon_sym_impl] = ACTIONS(1160), + [anon_sym_pub] = ACTIONS(3095), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), [sym_self] = ACTIONS(1650), [sym_super] = ACTIONS(1650), - [sym_crate] = ACTIONS(3085), + [sym_crate] = ACTIONS(3097), [sym_metavariable] = ACTIONS(1652), }, [STATE(794)] = { - [sym_attribute_item] = STATE(1386), - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym_visibility_modifier] = STATE(939), - [sym__type] = STATE(3133), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_attribute_item] = STATE(1319), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym_visibility_modifier] = STATE(954), + [sym__type] = STATE(3160), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(794), [sym_block_comment] = STATE(794), - [aux_sym_enum_variant_list_repeat1] = STATE(803), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_enum_variant_list_repeat1] = STATE(799), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), - [anon_sym_RPAREN] = ACTIONS(3103), + [anon_sym_RPAREN] = ACTIONS(3105), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -96866,69 +96942,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_POUND] = ACTIONS(3079), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_POUND] = ACTIONS(3077), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), - [anon_sym_pub] = ACTIONS(3083), + [anon_sym_impl] = ACTIONS(1160), + [anon_sym_pub] = ACTIONS(3095), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), [sym_self] = ACTIONS(1650), [sym_super] = ACTIONS(1650), - [sym_crate] = ACTIONS(3085), + [sym_crate] = ACTIONS(3097), [sym_metavariable] = ACTIONS(1652), }, [STATE(795)] = { - [sym_attribute_item] = STATE(1386), - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym_visibility_modifier] = STATE(939), - [sym__type] = STATE(3133), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_attribute_item] = STATE(1319), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym_visibility_modifier] = STATE(954), + [sym__type] = STATE(3160), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(795), [sym_block_comment] = STATE(795), - [aux_sym_enum_variant_list_repeat1] = STATE(803), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_enum_variant_list_repeat1] = STATE(799), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), - [anon_sym_RPAREN] = ACTIONS(3105), + [anon_sym_RPAREN] = ACTIONS(3107), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -96946,68 +97022,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_POUND] = ACTIONS(3079), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_POUND] = ACTIONS(3077), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), - [anon_sym_pub] = ACTIONS(3083), + [anon_sym_impl] = ACTIONS(1160), + [anon_sym_pub] = ACTIONS(3095), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), [sym_self] = ACTIONS(1650), [sym_super] = ACTIONS(1650), - [sym_crate] = ACTIONS(3085), + [sym_crate] = ACTIONS(3097), [sym_metavariable] = ACTIONS(1652), }, [STATE(796)] = { - [sym_attribute_item] = STATE(1386), - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym_visibility_modifier] = STATE(909), - [sym__type] = STATE(2751), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_attribute_item] = STATE(1319), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym_visibility_modifier] = STATE(954), + [sym__type] = STATE(3160), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(796), [sym_block_comment] = STATE(796), - [aux_sym_enum_variant_list_repeat1] = STATE(1086), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_enum_variant_list_repeat1] = STATE(799), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), + [anon_sym_RPAREN] = ACTIONS(3109), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -97025,384 +97102,226 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_POUND] = ACTIONS(3079), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_POUND] = ACTIONS(3077), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), - [anon_sym_pub] = ACTIONS(3083), + [anon_sym_impl] = ACTIONS(1160), + [anon_sym_pub] = ACTIONS(3095), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), [sym_self] = ACTIONS(1650), [sym_super] = ACTIONS(1650), - [sym_crate] = ACTIONS(3085), + [sym_crate] = ACTIONS(3097), [sym_metavariable] = ACTIONS(1652), }, [STATE(797)] = { - [sym_bracketed_type] = STATE(3762), - [sym_generic_type] = STATE(3764), - [sym_generic_type_with_turbofish] = STATE(3481), - [sym_macro_invocation] = STATE(2182), - [sym_scoped_identifier] = STATE(2047), - [sym_scoped_type_identifier] = STATE(3014), - [sym_const_block] = STATE(2182), - [sym__pattern] = STATE(2645), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), + [sym_attribute_item] = STATE(1319), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym_visibility_modifier] = STATE(954), + [sym__type] = STATE(3160), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(797), [sym_block_comment] = STATE(797), - [sym_identifier] = ACTIONS(1730), - [anon_sym_LPAREN] = ACTIONS(1732), - [anon_sym_RPAREN] = ACTIONS(3107), - [anon_sym_LBRACK] = ACTIONS(1736), - [anon_sym_u8] = ACTIONS(1738), - [anon_sym_i8] = ACTIONS(1738), - [anon_sym_u16] = ACTIONS(1738), - [anon_sym_i16] = ACTIONS(1738), - [anon_sym_u32] = ACTIONS(1738), - [anon_sym_i32] = ACTIONS(1738), - [anon_sym_u64] = ACTIONS(1738), - [anon_sym_i64] = ACTIONS(1738), - [anon_sym_u128] = ACTIONS(1738), - [anon_sym_i128] = ACTIONS(1738), - [anon_sym_isize] = ACTIONS(1738), - [anon_sym_usize] = ACTIONS(1738), - [anon_sym_f32] = ACTIONS(1738), - [anon_sym_f64] = ACTIONS(1738), - [anon_sym_bool] = ACTIONS(1738), - [anon_sym_str] = ACTIONS(1738), - [anon_sym_char] = ACTIONS(1738), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_AMP] = ACTIONS(1740), - [anon_sym_PIPE] = ACTIONS(1078), + [aux_sym_enum_variant_list_repeat1] = STATE(799), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), + [anon_sym_LPAREN] = ACTIONS(1618), + [anon_sym_LBRACK] = ACTIONS(1620), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), + [anon_sym_u8] = ACTIONS(1628), + [anon_sym_i8] = ACTIONS(1628), + [anon_sym_u16] = ACTIONS(1628), + [anon_sym_i16] = ACTIONS(1628), + [anon_sym_u32] = ACTIONS(1628), + [anon_sym_i32] = ACTIONS(1628), + [anon_sym_u64] = ACTIONS(1628), + [anon_sym_i64] = ACTIONS(1628), + [anon_sym_u128] = ACTIONS(1628), + [anon_sym_i128] = ACTIONS(1628), + [anon_sym_isize] = ACTIONS(1628), + [anon_sym_usize] = ACTIONS(1628), + [anon_sym_f32] = ACTIONS(1628), + [anon_sym_f64] = ACTIONS(1628), + [anon_sym_bool] = ACTIONS(1628), + [anon_sym_str] = ACTIONS(1628), + [anon_sym_char] = ACTIONS(1628), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1422), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COMMA] = ACTIONS(3109), - [anon_sym_COLON_COLON] = ACTIONS(1744), - [anon_sym_const] = ACTIONS(1748), - [anon_sym_default] = ACTIONS(1750), - [anon_sym_gen] = ACTIONS(1750), - [anon_sym_union] = ACTIONS(1750), - [anon_sym_ref] = ACTIONS(1114), - [sym_mutable_specifier] = ACTIONS(1430), - [anon_sym_raw] = ACTIONS(1750), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1752), - [sym_super] = ACTIONS(1752), - [sym_crate] = ACTIONS(1752), - [sym_metavariable] = ACTIONS(1754), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), + [anon_sym_COLON_COLON] = ACTIONS(1634), + [anon_sym_POUND] = ACTIONS(3077), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), + [anon_sym_default] = ACTIONS(1638), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), + [anon_sym_gen] = ACTIONS(1642), + [anon_sym_impl] = ACTIONS(1160), + [anon_sym_pub] = ACTIONS(3095), + [anon_sym_union] = ACTIONS(1642), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), + [anon_sym_raw] = ACTIONS(1642), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1650), + [sym_super] = ACTIONS(1650), + [sym_crate] = ACTIONS(3097), + [sym_metavariable] = ACTIONS(1652), }, [STATE(798)] = { - [sym_bracketed_type] = STATE(3762), - [sym_generic_type] = STATE(3764), - [sym_generic_type_with_turbofish] = STATE(3481), - [sym_macro_invocation] = STATE(2182), - [sym_scoped_identifier] = STATE(2047), - [sym_scoped_type_identifier] = STATE(3014), - [sym_const_block] = STATE(2182), - [sym__pattern] = STATE(2810), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), + [sym_bracketed_type] = STATE(3504), + [sym_generic_type] = STATE(3513), + [sym_generic_type_with_turbofish] = STATE(3321), + [sym_macro_invocation] = STATE(2192), + [sym_scoped_identifier] = STATE(2052), + [sym_scoped_type_identifier] = STATE(3076), + [sym_const_block] = STATE(2192), + [sym__pattern] = STATE(2690), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), [sym_line_comment] = STATE(798), [sym_block_comment] = STATE(798), - [sym_identifier] = ACTIONS(1730), - [anon_sym_LPAREN] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1736), - [anon_sym_RBRACK] = ACTIONS(3111), - [anon_sym_u8] = ACTIONS(1738), - [anon_sym_i8] = ACTIONS(1738), - [anon_sym_u16] = ACTIONS(1738), - [anon_sym_i16] = ACTIONS(1738), - [anon_sym_u32] = ACTIONS(1738), - [anon_sym_i32] = ACTIONS(1738), - [anon_sym_u64] = ACTIONS(1738), - [anon_sym_i64] = ACTIONS(1738), - [anon_sym_u128] = ACTIONS(1738), - [anon_sym_i128] = ACTIONS(1738), - [anon_sym_isize] = ACTIONS(1738), - [anon_sym_usize] = ACTIONS(1738), - [anon_sym_f32] = ACTIONS(1738), - [anon_sym_f64] = ACTIONS(1738), - [anon_sym_bool] = ACTIONS(1738), - [anon_sym_str] = ACTIONS(1738), - [anon_sym_char] = ACTIONS(1738), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_AMP] = ACTIONS(1740), - [anon_sym_PIPE] = ACTIONS(1078), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1422), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), + [sym_identifier] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1736), + [anon_sym_RPAREN] = ACTIONS(3111), + [anon_sym_LBRACK] = ACTIONS(1740), + [anon_sym_u8] = ACTIONS(1742), + [anon_sym_i8] = ACTIONS(1742), + [anon_sym_u16] = ACTIONS(1742), + [anon_sym_i16] = ACTIONS(1742), + [anon_sym_u32] = ACTIONS(1742), + [anon_sym_i32] = ACTIONS(1742), + [anon_sym_u64] = ACTIONS(1742), + [anon_sym_i64] = ACTIONS(1742), + [anon_sym_u128] = ACTIONS(1742), + [anon_sym_i128] = ACTIONS(1742), + [anon_sym_isize] = ACTIONS(1742), + [anon_sym_usize] = ACTIONS(1742), + [anon_sym_f32] = ACTIONS(1742), + [anon_sym_f64] = ACTIONS(1742), + [anon_sym_bool] = ACTIONS(1742), + [anon_sym_str] = ACTIONS(1742), + [anon_sym_char] = ACTIONS(1742), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_AMP] = ACTIONS(1744), + [anon_sym_PIPE] = ACTIONS(1130), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1394), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), [anon_sym_COMMA] = ACTIONS(3113), - [anon_sym_COLON_COLON] = ACTIONS(1744), - [anon_sym_const] = ACTIONS(1748), - [anon_sym_default] = ACTIONS(1750), - [anon_sym_gen] = ACTIONS(1750), - [anon_sym_union] = ACTIONS(1750), - [anon_sym_ref] = ACTIONS(1114), - [sym_mutable_specifier] = ACTIONS(1430), - [anon_sym_raw] = ACTIONS(1750), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1752), - [sym_super] = ACTIONS(1752), - [sym_crate] = ACTIONS(1752), - [sym_metavariable] = ACTIONS(1754), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), + [anon_sym_COLON_COLON] = ACTIONS(1746), + [anon_sym_const] = ACTIONS(1750), + [anon_sym_default] = ACTIONS(1752), + [anon_sym_gen] = ACTIONS(1752), + [anon_sym_union] = ACTIONS(1752), + [anon_sym_ref] = ACTIONS(1166), + [sym_mutable_specifier] = ACTIONS(1402), + [anon_sym_raw] = ACTIONS(1752), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1754), + [sym_super] = ACTIONS(1754), + [sym_crate] = ACTIONS(1754), + [sym_metavariable] = ACTIONS(1756), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), }, [STATE(799)] = { - [sym_bracketed_type] = STATE(3762), - [sym_generic_type] = STATE(3764), - [sym_generic_type_with_turbofish] = STATE(3481), - [sym_macro_invocation] = STATE(2182), - [sym_scoped_identifier] = STATE(2047), - [sym_scoped_type_identifier] = STATE(3014), - [sym_const_block] = STATE(2182), - [sym__pattern] = STATE(2664), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), + [sym_attribute_item] = STATE(1319), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym_visibility_modifier] = STATE(942), + [sym__type] = STATE(3067), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(799), [sym_block_comment] = STATE(799), - [sym_identifier] = ACTIONS(1730), - [anon_sym_LPAREN] = ACTIONS(1732), - [anon_sym_RPAREN] = ACTIONS(3115), - [anon_sym_LBRACK] = ACTIONS(1736), - [anon_sym_u8] = ACTIONS(1738), - [anon_sym_i8] = ACTIONS(1738), - [anon_sym_u16] = ACTIONS(1738), - [anon_sym_i16] = ACTIONS(1738), - [anon_sym_u32] = ACTIONS(1738), - [anon_sym_i32] = ACTIONS(1738), - [anon_sym_u64] = ACTIONS(1738), - [anon_sym_i64] = ACTIONS(1738), - [anon_sym_u128] = ACTIONS(1738), - [anon_sym_i128] = ACTIONS(1738), - [anon_sym_isize] = ACTIONS(1738), - [anon_sym_usize] = ACTIONS(1738), - [anon_sym_f32] = ACTIONS(1738), - [anon_sym_f64] = ACTIONS(1738), - [anon_sym_bool] = ACTIONS(1738), - [anon_sym_str] = ACTIONS(1738), - [anon_sym_char] = ACTIONS(1738), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_AMP] = ACTIONS(1740), - [anon_sym_PIPE] = ACTIONS(1078), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1422), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COMMA] = ACTIONS(3117), - [anon_sym_COLON_COLON] = ACTIONS(1744), - [anon_sym_const] = ACTIONS(1748), - [anon_sym_default] = ACTIONS(1750), - [anon_sym_gen] = ACTIONS(1750), - [anon_sym_union] = ACTIONS(1750), - [anon_sym_ref] = ACTIONS(1114), - [sym_mutable_specifier] = ACTIONS(1430), - [anon_sym_raw] = ACTIONS(1750), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1752), - [sym_super] = ACTIONS(1752), - [sym_crate] = ACTIONS(1752), - [sym_metavariable] = ACTIONS(1754), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), - }, - [STATE(800)] = { - [sym_bracketed_type] = STATE(3762), - [sym_generic_type] = STATE(3764), - [sym_generic_type_with_turbofish] = STATE(3481), - [sym_macro_invocation] = STATE(2182), - [sym_scoped_identifier] = STATE(2047), - [sym_scoped_type_identifier] = STATE(3014), - [sym_const_block] = STATE(2182), - [sym__pattern] = STATE(2670), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), - [sym_line_comment] = STATE(800), - [sym_block_comment] = STATE(800), - [sym_identifier] = ACTIONS(1730), - [anon_sym_LPAREN] = ACTIONS(1732), - [anon_sym_RPAREN] = ACTIONS(3119), - [anon_sym_LBRACK] = ACTIONS(1736), - [anon_sym_u8] = ACTIONS(1738), - [anon_sym_i8] = ACTIONS(1738), - [anon_sym_u16] = ACTIONS(1738), - [anon_sym_i16] = ACTIONS(1738), - [anon_sym_u32] = ACTIONS(1738), - [anon_sym_i32] = ACTIONS(1738), - [anon_sym_u64] = ACTIONS(1738), - [anon_sym_i64] = ACTIONS(1738), - [anon_sym_u128] = ACTIONS(1738), - [anon_sym_i128] = ACTIONS(1738), - [anon_sym_isize] = ACTIONS(1738), - [anon_sym_usize] = ACTIONS(1738), - [anon_sym_f32] = ACTIONS(1738), - [anon_sym_f64] = ACTIONS(1738), - [anon_sym_bool] = ACTIONS(1738), - [anon_sym_str] = ACTIONS(1738), - [anon_sym_char] = ACTIONS(1738), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_AMP] = ACTIONS(1740), - [anon_sym_PIPE] = ACTIONS(1078), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1422), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COMMA] = ACTIONS(3121), - [anon_sym_COLON_COLON] = ACTIONS(1744), - [anon_sym_const] = ACTIONS(1748), - [anon_sym_default] = ACTIONS(1750), - [anon_sym_gen] = ACTIONS(1750), - [anon_sym_union] = ACTIONS(1750), - [anon_sym_ref] = ACTIONS(1114), - [sym_mutable_specifier] = ACTIONS(1430), - [anon_sym_raw] = ACTIONS(1750), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1752), - [sym_super] = ACTIONS(1752), - [sym_crate] = ACTIONS(1752), - [sym_metavariable] = ACTIONS(1754), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), - }, - [STATE(801)] = { - [sym_attribute_item] = STATE(1386), - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym_visibility_modifier] = STATE(939), - [sym__type] = STATE(3133), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), - [sym_line_comment] = STATE(801), - [sym_block_comment] = STATE(801), - [aux_sym_enum_variant_list_repeat1] = STATE(803), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_enum_variant_list_repeat1] = STATE(1090), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -97420,147 +97339,305 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_POUND] = ACTIONS(3079), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_POUND] = ACTIONS(3077), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), - [anon_sym_pub] = ACTIONS(3083), + [anon_sym_impl] = ACTIONS(1160), + [anon_sym_pub] = ACTIONS(3095), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), [sym_self] = ACTIONS(1650), [sym_super] = ACTIONS(1650), - [sym_crate] = ACTIONS(3085), + [sym_crate] = ACTIONS(3097), [sym_metavariable] = ACTIONS(1652), }, + [STATE(800)] = { + [sym_bracketed_type] = STATE(3504), + [sym_generic_type] = STATE(3513), + [sym_generic_type_with_turbofish] = STATE(3321), + [sym_macro_invocation] = STATE(2192), + [sym_scoped_identifier] = STATE(2052), + [sym_scoped_type_identifier] = STATE(3076), + [sym_const_block] = STATE(2192), + [sym__pattern] = STATE(2739), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), + [sym_line_comment] = STATE(800), + [sym_block_comment] = STATE(800), + [sym_identifier] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1736), + [anon_sym_RPAREN] = ACTIONS(3115), + [anon_sym_LBRACK] = ACTIONS(1740), + [anon_sym_u8] = ACTIONS(1742), + [anon_sym_i8] = ACTIONS(1742), + [anon_sym_u16] = ACTIONS(1742), + [anon_sym_i16] = ACTIONS(1742), + [anon_sym_u32] = ACTIONS(1742), + [anon_sym_i32] = ACTIONS(1742), + [anon_sym_u64] = ACTIONS(1742), + [anon_sym_i64] = ACTIONS(1742), + [anon_sym_u128] = ACTIONS(1742), + [anon_sym_i128] = ACTIONS(1742), + [anon_sym_isize] = ACTIONS(1742), + [anon_sym_usize] = ACTIONS(1742), + [anon_sym_f32] = ACTIONS(1742), + [anon_sym_f64] = ACTIONS(1742), + [anon_sym_bool] = ACTIONS(1742), + [anon_sym_str] = ACTIONS(1742), + [anon_sym_char] = ACTIONS(1742), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_AMP] = ACTIONS(1744), + [anon_sym_PIPE] = ACTIONS(1130), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1394), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COMMA] = ACTIONS(3117), + [anon_sym_COLON_COLON] = ACTIONS(1746), + [anon_sym_const] = ACTIONS(1750), + [anon_sym_default] = ACTIONS(1752), + [anon_sym_gen] = ACTIONS(1752), + [anon_sym_union] = ACTIONS(1752), + [anon_sym_ref] = ACTIONS(1166), + [sym_mutable_specifier] = ACTIONS(1402), + [anon_sym_raw] = ACTIONS(1752), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1754), + [sym_super] = ACTIONS(1754), + [sym_crate] = ACTIONS(1754), + [sym_metavariable] = ACTIONS(1756), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), + }, + [STATE(801)] = { + [sym_bracketed_type] = STATE(3504), + [sym_generic_type] = STATE(3513), + [sym_generic_type_with_turbofish] = STATE(3321), + [sym_macro_invocation] = STATE(2192), + [sym_scoped_identifier] = STATE(2052), + [sym_scoped_type_identifier] = STATE(3076), + [sym_const_block] = STATE(2192), + [sym__pattern] = STATE(2691), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), + [sym_line_comment] = STATE(801), + [sym_block_comment] = STATE(801), + [sym_identifier] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1736), + [anon_sym_RPAREN] = ACTIONS(3119), + [anon_sym_LBRACK] = ACTIONS(1740), + [anon_sym_u8] = ACTIONS(1742), + [anon_sym_i8] = ACTIONS(1742), + [anon_sym_u16] = ACTIONS(1742), + [anon_sym_i16] = ACTIONS(1742), + [anon_sym_u32] = ACTIONS(1742), + [anon_sym_i32] = ACTIONS(1742), + [anon_sym_u64] = ACTIONS(1742), + [anon_sym_i64] = ACTIONS(1742), + [anon_sym_u128] = ACTIONS(1742), + [anon_sym_i128] = ACTIONS(1742), + [anon_sym_isize] = ACTIONS(1742), + [anon_sym_usize] = ACTIONS(1742), + [anon_sym_f32] = ACTIONS(1742), + [anon_sym_f64] = ACTIONS(1742), + [anon_sym_bool] = ACTIONS(1742), + [anon_sym_str] = ACTIONS(1742), + [anon_sym_char] = ACTIONS(1742), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_AMP] = ACTIONS(1744), + [anon_sym_PIPE] = ACTIONS(1130), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1394), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COMMA] = ACTIONS(3121), + [anon_sym_COLON_COLON] = ACTIONS(1746), + [anon_sym_const] = ACTIONS(1750), + [anon_sym_default] = ACTIONS(1752), + [anon_sym_gen] = ACTIONS(1752), + [anon_sym_union] = ACTIONS(1752), + [anon_sym_ref] = ACTIONS(1166), + [sym_mutable_specifier] = ACTIONS(1402), + [anon_sym_raw] = ACTIONS(1752), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1754), + [sym_super] = ACTIONS(1754), + [sym_crate] = ACTIONS(1754), + [sym_metavariable] = ACTIONS(1756), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), + }, [STATE(802)] = { - [sym_bracketed_type] = STATE(3762), - [sym_generic_type] = STATE(3764), - [sym_generic_type_with_turbofish] = STATE(3481), - [sym_macro_invocation] = STATE(2182), - [sym_scoped_identifier] = STATE(2047), - [sym_scoped_type_identifier] = STATE(3014), - [sym_const_block] = STATE(2182), - [sym__pattern] = STATE(2722), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), + [sym_bracketed_type] = STATE(3504), + [sym_generic_type] = STATE(3513), + [sym_generic_type_with_turbofish] = STATE(3321), + [sym_macro_invocation] = STATE(2192), + [sym_scoped_identifier] = STATE(2052), + [sym_scoped_type_identifier] = STATE(3076), + [sym_const_block] = STATE(2192), + [sym__pattern] = STATE(2628), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), [sym_line_comment] = STATE(802), [sym_block_comment] = STATE(802), - [sym_identifier] = ACTIONS(1730), - [anon_sym_LPAREN] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1736), + [sym_identifier] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1736), + [anon_sym_LBRACK] = ACTIONS(1740), [anon_sym_RBRACK] = ACTIONS(1566), - [anon_sym_u8] = ACTIONS(1738), - [anon_sym_i8] = ACTIONS(1738), - [anon_sym_u16] = ACTIONS(1738), - [anon_sym_i16] = ACTIONS(1738), - [anon_sym_u32] = ACTIONS(1738), - [anon_sym_i32] = ACTIONS(1738), - [anon_sym_u64] = ACTIONS(1738), - [anon_sym_i64] = ACTIONS(1738), - [anon_sym_u128] = ACTIONS(1738), - [anon_sym_i128] = ACTIONS(1738), - [anon_sym_isize] = ACTIONS(1738), - [anon_sym_usize] = ACTIONS(1738), - [anon_sym_f32] = ACTIONS(1738), - [anon_sym_f64] = ACTIONS(1738), - [anon_sym_bool] = ACTIONS(1738), - [anon_sym_str] = ACTIONS(1738), - [anon_sym_char] = ACTIONS(1738), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_AMP] = ACTIONS(1740), - [anon_sym_PIPE] = ACTIONS(1078), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1422), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), + [anon_sym_u8] = ACTIONS(1742), + [anon_sym_i8] = ACTIONS(1742), + [anon_sym_u16] = ACTIONS(1742), + [anon_sym_i16] = ACTIONS(1742), + [anon_sym_u32] = ACTIONS(1742), + [anon_sym_i32] = ACTIONS(1742), + [anon_sym_u64] = ACTIONS(1742), + [anon_sym_i64] = ACTIONS(1742), + [anon_sym_u128] = ACTIONS(1742), + [anon_sym_i128] = ACTIONS(1742), + [anon_sym_isize] = ACTIONS(1742), + [anon_sym_usize] = ACTIONS(1742), + [anon_sym_f32] = ACTIONS(1742), + [anon_sym_f64] = ACTIONS(1742), + [anon_sym_bool] = ACTIONS(1742), + [anon_sym_str] = ACTIONS(1742), + [anon_sym_char] = ACTIONS(1742), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_AMP] = ACTIONS(1744), + [anon_sym_PIPE] = ACTIONS(1130), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1394), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), [anon_sym_COMMA] = ACTIONS(1572), - [anon_sym_COLON_COLON] = ACTIONS(1744), - [anon_sym_const] = ACTIONS(1748), - [anon_sym_default] = ACTIONS(1750), - [anon_sym_gen] = ACTIONS(1750), - [anon_sym_union] = ACTIONS(1750), - [anon_sym_ref] = ACTIONS(1114), - [sym_mutable_specifier] = ACTIONS(1430), - [anon_sym_raw] = ACTIONS(1750), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1752), - [sym_super] = ACTIONS(1752), - [sym_crate] = ACTIONS(1752), - [sym_metavariable] = ACTIONS(1754), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), + [anon_sym_COLON_COLON] = ACTIONS(1746), + [anon_sym_const] = ACTIONS(1750), + [anon_sym_default] = ACTIONS(1752), + [anon_sym_gen] = ACTIONS(1752), + [anon_sym_union] = ACTIONS(1752), + [anon_sym_ref] = ACTIONS(1166), + [sym_mutable_specifier] = ACTIONS(1402), + [anon_sym_raw] = ACTIONS(1752), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1754), + [sym_super] = ACTIONS(1754), + [sym_crate] = ACTIONS(1754), + [sym_metavariable] = ACTIONS(1756), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), }, [STATE(803)] = { - [sym_attribute_item] = STATE(1386), - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym_visibility_modifier] = STATE(1034), - [sym__type] = STATE(3143), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_attribute_item] = STATE(1319), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym_visibility_modifier] = STATE(946), + [sym__type] = STATE(2651), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(803), [sym_block_comment] = STATE(803), - [aux_sym_enum_variant_list_repeat1] = STATE(1086), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_enum_variant_list_repeat1] = STATE(1090), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -97578,1773 +97655,1467 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_POUND] = ACTIONS(3079), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_POUND] = ACTIONS(3077), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), - [anon_sym_pub] = ACTIONS(3083), + [anon_sym_impl] = ACTIONS(1160), + [anon_sym_pub] = ACTIONS(3095), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), [sym_self] = ACTIONS(1650), [sym_super] = ACTIONS(1650), - [sym_crate] = ACTIONS(3085), + [sym_crate] = ACTIONS(3097), [sym_metavariable] = ACTIONS(1652), }, [STATE(804)] = { - [sym_bracketed_type] = STATE(3762), - [sym_generic_type] = STATE(3764), - [sym_generic_type_with_turbofish] = STATE(3481), - [sym_macro_invocation] = STATE(2182), - [sym_scoped_identifier] = STATE(2047), - [sym_scoped_type_identifier] = STATE(3014), - [sym_const_block] = STATE(2182), - [sym__pattern] = STATE(2636), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), + [sym_bracketed_type] = STATE(3504), + [sym_generic_type] = STATE(3513), + [sym_generic_type_with_turbofish] = STATE(3321), + [sym_macro_invocation] = STATE(2192), + [sym_scoped_identifier] = STATE(2052), + [sym_scoped_type_identifier] = STATE(3076), + [sym_const_block] = STATE(2192), + [sym__pattern] = STATE(2666), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), [sym_line_comment] = STATE(804), [sym_block_comment] = STATE(804), - [sym_identifier] = ACTIONS(1730), - [anon_sym_LPAREN] = ACTIONS(1732), - [anon_sym_RPAREN] = ACTIONS(3123), - [anon_sym_LBRACK] = ACTIONS(1736), - [anon_sym_u8] = ACTIONS(1738), - [anon_sym_i8] = ACTIONS(1738), - [anon_sym_u16] = ACTIONS(1738), - [anon_sym_i16] = ACTIONS(1738), - [anon_sym_u32] = ACTIONS(1738), - [anon_sym_i32] = ACTIONS(1738), - [anon_sym_u64] = ACTIONS(1738), - [anon_sym_i64] = ACTIONS(1738), - [anon_sym_u128] = ACTIONS(1738), - [anon_sym_i128] = ACTIONS(1738), - [anon_sym_isize] = ACTIONS(1738), - [anon_sym_usize] = ACTIONS(1738), - [anon_sym_f32] = ACTIONS(1738), - [anon_sym_f64] = ACTIONS(1738), - [anon_sym_bool] = ACTIONS(1738), - [anon_sym_str] = ACTIONS(1738), - [anon_sym_char] = ACTIONS(1738), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_AMP] = ACTIONS(1740), - [anon_sym_PIPE] = ACTIONS(1078), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1422), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), + [sym_identifier] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1736), + [anon_sym_LBRACK] = ACTIONS(1740), + [anon_sym_RBRACK] = ACTIONS(3123), + [anon_sym_u8] = ACTIONS(1742), + [anon_sym_i8] = ACTIONS(1742), + [anon_sym_u16] = ACTIONS(1742), + [anon_sym_i16] = ACTIONS(1742), + [anon_sym_u32] = ACTIONS(1742), + [anon_sym_i32] = ACTIONS(1742), + [anon_sym_u64] = ACTIONS(1742), + [anon_sym_i64] = ACTIONS(1742), + [anon_sym_u128] = ACTIONS(1742), + [anon_sym_i128] = ACTIONS(1742), + [anon_sym_isize] = ACTIONS(1742), + [anon_sym_usize] = ACTIONS(1742), + [anon_sym_f32] = ACTIONS(1742), + [anon_sym_f64] = ACTIONS(1742), + [anon_sym_bool] = ACTIONS(1742), + [anon_sym_str] = ACTIONS(1742), + [anon_sym_char] = ACTIONS(1742), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_AMP] = ACTIONS(1744), + [anon_sym_PIPE] = ACTIONS(1130), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1394), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), [anon_sym_COMMA] = ACTIONS(3125), - [anon_sym_COLON_COLON] = ACTIONS(1744), - [anon_sym_const] = ACTIONS(1748), - [anon_sym_default] = ACTIONS(1750), - [anon_sym_gen] = ACTIONS(1750), - [anon_sym_union] = ACTIONS(1750), - [anon_sym_ref] = ACTIONS(1114), - [sym_mutable_specifier] = ACTIONS(1430), - [anon_sym_raw] = ACTIONS(1750), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1752), - [sym_super] = ACTIONS(1752), - [sym_crate] = ACTIONS(1752), - [sym_metavariable] = ACTIONS(1754), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), + [anon_sym_COLON_COLON] = ACTIONS(1746), + [anon_sym_const] = ACTIONS(1750), + [anon_sym_default] = ACTIONS(1752), + [anon_sym_gen] = ACTIONS(1752), + [anon_sym_union] = ACTIONS(1752), + [anon_sym_ref] = ACTIONS(1166), + [sym_mutable_specifier] = ACTIONS(1402), + [anon_sym_raw] = ACTIONS(1752), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1754), + [sym_super] = ACTIONS(1754), + [sym_crate] = ACTIONS(1754), + [sym_metavariable] = ACTIONS(1756), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), }, [STATE(805)] = { - [sym_bracketed_type] = STATE(3762), - [sym_generic_type] = STATE(3764), - [sym_generic_type_with_turbofish] = STATE(3481), - [sym_macro_invocation] = STATE(2182), - [sym_scoped_identifier] = STATE(2047), - [sym_scoped_type_identifier] = STATE(3014), - [sym_const_block] = STATE(2182), - [sym__pattern] = STATE(2754), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), + [sym_bracketed_type] = STATE(3504), + [sym_generic_type] = STATE(3513), + [sym_generic_type_with_turbofish] = STATE(3321), + [sym_macro_invocation] = STATE(2192), + [sym_scoped_identifier] = STATE(2052), + [sym_scoped_type_identifier] = STATE(3076), + [sym_const_block] = STATE(2192), + [sym__pattern] = STATE(2833), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), [sym_line_comment] = STATE(805), [sym_block_comment] = STATE(805), - [sym_identifier] = ACTIONS(1730), - [anon_sym_LPAREN] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1736), - [anon_sym_RBRACK] = ACTIONS(3127), - [anon_sym_u8] = ACTIONS(1738), - [anon_sym_i8] = ACTIONS(1738), - [anon_sym_u16] = ACTIONS(1738), - [anon_sym_i16] = ACTIONS(1738), - [anon_sym_u32] = ACTIONS(1738), - [anon_sym_i32] = ACTIONS(1738), - [anon_sym_u64] = ACTIONS(1738), - [anon_sym_i64] = ACTIONS(1738), - [anon_sym_u128] = ACTIONS(1738), - [anon_sym_i128] = ACTIONS(1738), - [anon_sym_isize] = ACTIONS(1738), - [anon_sym_usize] = ACTIONS(1738), - [anon_sym_f32] = ACTIONS(1738), - [anon_sym_f64] = ACTIONS(1738), - [anon_sym_bool] = ACTIONS(1738), - [anon_sym_str] = ACTIONS(1738), - [anon_sym_char] = ACTIONS(1738), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_AMP] = ACTIONS(1740), - [anon_sym_PIPE] = ACTIONS(1078), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1422), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COLON_COLON] = ACTIONS(1744), - [anon_sym_const] = ACTIONS(1748), - [anon_sym_default] = ACTIONS(1750), - [anon_sym_gen] = ACTIONS(1750), - [anon_sym_union] = ACTIONS(1750), - [anon_sym_ref] = ACTIONS(1114), - [sym_mutable_specifier] = ACTIONS(1430), - [anon_sym_raw] = ACTIONS(1750), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1752), - [sym_super] = ACTIONS(1752), - [sym_crate] = ACTIONS(1752), - [sym_metavariable] = ACTIONS(1754), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), + [sym_identifier] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1736), + [anon_sym_RPAREN] = ACTIONS(3127), + [anon_sym_LBRACK] = ACTIONS(1740), + [anon_sym_u8] = ACTIONS(1742), + [anon_sym_i8] = ACTIONS(1742), + [anon_sym_u16] = ACTIONS(1742), + [anon_sym_i16] = ACTIONS(1742), + [anon_sym_u32] = ACTIONS(1742), + [anon_sym_i32] = ACTIONS(1742), + [anon_sym_u64] = ACTIONS(1742), + [anon_sym_i64] = ACTIONS(1742), + [anon_sym_u128] = ACTIONS(1742), + [anon_sym_i128] = ACTIONS(1742), + [anon_sym_isize] = ACTIONS(1742), + [anon_sym_usize] = ACTIONS(1742), + [anon_sym_f32] = ACTIONS(1742), + [anon_sym_f64] = ACTIONS(1742), + [anon_sym_bool] = ACTIONS(1742), + [anon_sym_str] = ACTIONS(1742), + [anon_sym_char] = ACTIONS(1742), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_AMP] = ACTIONS(1744), + [anon_sym_PIPE] = ACTIONS(1130), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1394), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COMMA] = ACTIONS(3129), + [anon_sym_COLON_COLON] = ACTIONS(1746), + [anon_sym_const] = ACTIONS(1750), + [anon_sym_default] = ACTIONS(1752), + [anon_sym_gen] = ACTIONS(1752), + [anon_sym_union] = ACTIONS(1752), + [anon_sym_ref] = ACTIONS(1166), + [sym_mutable_specifier] = ACTIONS(1402), + [anon_sym_raw] = ACTIONS(1752), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1754), + [sym_super] = ACTIONS(1754), + [sym_crate] = ACTIONS(1754), + [sym_metavariable] = ACTIONS(1756), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), }, [STATE(806)] = { - [sym_bracketed_type] = STATE(3762), - [sym_generic_type] = STATE(3764), - [sym_generic_type_with_turbofish] = STATE(3481), - [sym_macro_invocation] = STATE(2182), - [sym_scoped_identifier] = STATE(2047), - [sym_scoped_type_identifier] = STATE(3014), - [sym_const_block] = STATE(2182), - [sym__pattern] = STATE(2754), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), + [sym_parameter] = STATE(3027), + [sym_bracketed_type] = STATE(3504), + [sym_generic_type] = STATE(3513), + [sym_generic_type_with_turbofish] = STATE(3321), + [sym_macro_invocation] = STATE(2192), + [sym_scoped_identifier] = STATE(2052), + [sym_scoped_type_identifier] = STATE(3076), + [sym_const_block] = STATE(2192), + [sym__pattern] = STATE(2637), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), [sym_line_comment] = STATE(806), [sym_block_comment] = STATE(806), - [sym_identifier] = ACTIONS(1730), - [anon_sym_LPAREN] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1736), - [anon_sym_RBRACK] = ACTIONS(3129), - [anon_sym_u8] = ACTIONS(1738), - [anon_sym_i8] = ACTIONS(1738), - [anon_sym_u16] = ACTIONS(1738), - [anon_sym_i16] = ACTIONS(1738), - [anon_sym_u32] = ACTIONS(1738), - [anon_sym_i32] = ACTIONS(1738), - [anon_sym_u64] = ACTIONS(1738), - [anon_sym_i64] = ACTIONS(1738), - [anon_sym_u128] = ACTIONS(1738), - [anon_sym_i128] = ACTIONS(1738), - [anon_sym_isize] = ACTIONS(1738), - [anon_sym_usize] = ACTIONS(1738), - [anon_sym_f32] = ACTIONS(1738), - [anon_sym_f64] = ACTIONS(1738), - [anon_sym_bool] = ACTIONS(1738), - [anon_sym_str] = ACTIONS(1738), - [anon_sym_char] = ACTIONS(1738), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_AMP] = ACTIONS(1740), - [anon_sym_PIPE] = ACTIONS(1078), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1422), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COLON_COLON] = ACTIONS(1744), - [anon_sym_const] = ACTIONS(1748), - [anon_sym_default] = ACTIONS(1750), - [anon_sym_gen] = ACTIONS(1750), - [anon_sym_union] = ACTIONS(1750), - [anon_sym_ref] = ACTIONS(1114), - [sym_mutable_specifier] = ACTIONS(1430), - [anon_sym_raw] = ACTIONS(1750), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1752), - [sym_super] = ACTIONS(1752), - [sym_crate] = ACTIONS(1752), - [sym_metavariable] = ACTIONS(1754), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), + [sym_identifier] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1736), + [anon_sym_LBRACK] = ACTIONS(1740), + [anon_sym_u8] = ACTIONS(1742), + [anon_sym_i8] = ACTIONS(1742), + [anon_sym_u16] = ACTIONS(1742), + [anon_sym_i16] = ACTIONS(1742), + [anon_sym_u32] = ACTIONS(1742), + [anon_sym_i32] = ACTIONS(1742), + [anon_sym_u64] = ACTIONS(1742), + [anon_sym_i64] = ACTIONS(1742), + [anon_sym_u128] = ACTIONS(1742), + [anon_sym_i128] = ACTIONS(1742), + [anon_sym_isize] = ACTIONS(1742), + [anon_sym_usize] = ACTIONS(1742), + [anon_sym_f32] = ACTIONS(1742), + [anon_sym_f64] = ACTIONS(1742), + [anon_sym_bool] = ACTIONS(1742), + [anon_sym_str] = ACTIONS(1742), + [anon_sym_char] = ACTIONS(1742), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_AMP] = ACTIONS(1744), + [anon_sym_PIPE] = ACTIONS(3131), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1394), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COLON_COLON] = ACTIONS(1746), + [anon_sym_const] = ACTIONS(1750), + [anon_sym_default] = ACTIONS(1752), + [anon_sym_gen] = ACTIONS(1752), + [anon_sym_union] = ACTIONS(1752), + [anon_sym_ref] = ACTIONS(1166), + [sym_mutable_specifier] = ACTIONS(3133), + [anon_sym_raw] = ACTIONS(1752), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(3135), + [sym_super] = ACTIONS(1754), + [sym_crate] = ACTIONS(1754), + [sym_metavariable] = ACTIONS(1756), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), }, [STATE(807)] = { - [sym_bracketed_type] = STATE(3762), - [sym_generic_type] = STATE(3764), - [sym_generic_type_with_turbofish] = STATE(3481), - [sym_macro_invocation] = STATE(2182), - [sym_scoped_identifier] = STATE(2047), - [sym_scoped_type_identifier] = STATE(3014), - [sym_const_block] = STATE(2182), - [sym__pattern] = STATE(2754), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), + [sym_bracketed_type] = STATE(3504), + [sym_generic_type] = STATE(3513), + [sym_generic_type_with_turbofish] = STATE(3321), + [sym_macro_invocation] = STATE(2192), + [sym_scoped_identifier] = STATE(2052), + [sym_scoped_type_identifier] = STATE(3076), + [sym_const_block] = STATE(2192), + [sym__pattern] = STATE(2714), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), [sym_line_comment] = STATE(807), [sym_block_comment] = STATE(807), - [sym_identifier] = ACTIONS(1730), - [anon_sym_LPAREN] = ACTIONS(1732), - [anon_sym_RPAREN] = ACTIONS(3131), - [anon_sym_LBRACK] = ACTIONS(1736), - [anon_sym_u8] = ACTIONS(1738), - [anon_sym_i8] = ACTIONS(1738), - [anon_sym_u16] = ACTIONS(1738), - [anon_sym_i16] = ACTIONS(1738), - [anon_sym_u32] = ACTIONS(1738), - [anon_sym_i32] = ACTIONS(1738), - [anon_sym_u64] = ACTIONS(1738), - [anon_sym_i64] = ACTIONS(1738), - [anon_sym_u128] = ACTIONS(1738), - [anon_sym_i128] = ACTIONS(1738), - [anon_sym_isize] = ACTIONS(1738), - [anon_sym_usize] = ACTIONS(1738), - [anon_sym_f32] = ACTIONS(1738), - [anon_sym_f64] = ACTIONS(1738), - [anon_sym_bool] = ACTIONS(1738), - [anon_sym_str] = ACTIONS(1738), - [anon_sym_char] = ACTIONS(1738), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_AMP] = ACTIONS(1740), - [anon_sym_PIPE] = ACTIONS(1078), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1422), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COLON_COLON] = ACTIONS(1744), - [anon_sym_const] = ACTIONS(1748), - [anon_sym_default] = ACTIONS(1750), - [anon_sym_gen] = ACTIONS(1750), - [anon_sym_union] = ACTIONS(1750), - [anon_sym_ref] = ACTIONS(1114), - [sym_mutable_specifier] = ACTIONS(1430), - [anon_sym_raw] = ACTIONS(1750), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1752), - [sym_super] = ACTIONS(1752), - [sym_crate] = ACTIONS(1752), - [sym_metavariable] = ACTIONS(1754), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), + [sym_identifier] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1736), + [anon_sym_LBRACK] = ACTIONS(1740), + [anon_sym_RBRACK] = ACTIONS(3137), + [anon_sym_u8] = ACTIONS(1742), + [anon_sym_i8] = ACTIONS(1742), + [anon_sym_u16] = ACTIONS(1742), + [anon_sym_i16] = ACTIONS(1742), + [anon_sym_u32] = ACTIONS(1742), + [anon_sym_i32] = ACTIONS(1742), + [anon_sym_u64] = ACTIONS(1742), + [anon_sym_i64] = ACTIONS(1742), + [anon_sym_u128] = ACTIONS(1742), + [anon_sym_i128] = ACTIONS(1742), + [anon_sym_isize] = ACTIONS(1742), + [anon_sym_usize] = ACTIONS(1742), + [anon_sym_f32] = ACTIONS(1742), + [anon_sym_f64] = ACTIONS(1742), + [anon_sym_bool] = ACTIONS(1742), + [anon_sym_str] = ACTIONS(1742), + [anon_sym_char] = ACTIONS(1742), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_AMP] = ACTIONS(1744), + [anon_sym_PIPE] = ACTIONS(1130), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1394), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COLON_COLON] = ACTIONS(1746), + [anon_sym_const] = ACTIONS(1750), + [anon_sym_default] = ACTIONS(1752), + [anon_sym_gen] = ACTIONS(1752), + [anon_sym_union] = ACTIONS(1752), + [anon_sym_ref] = ACTIONS(1166), + [sym_mutable_specifier] = ACTIONS(1402), + [anon_sym_raw] = ACTIONS(1752), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1754), + [sym_super] = ACTIONS(1754), + [sym_crate] = ACTIONS(1754), + [sym_metavariable] = ACTIONS(1756), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), }, [STATE(808)] = { - [sym_bracketed_type] = STATE(3762), - [sym_generic_type] = STATE(3764), - [sym_generic_type_with_turbofish] = STATE(3481), - [sym_macro_invocation] = STATE(2182), - [sym_scoped_identifier] = STATE(2047), - [sym_scoped_type_identifier] = STATE(3014), - [sym_const_block] = STATE(2182), - [sym__pattern] = STATE(2754), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), + [sym_bracketed_type] = STATE(3504), + [sym_generic_type] = STATE(3513), + [sym_generic_type_with_turbofish] = STATE(3321), + [sym_macro_invocation] = STATE(2192), + [sym_scoped_identifier] = STATE(2052), + [sym_scoped_type_identifier] = STATE(3076), + [sym_const_block] = STATE(2192), + [sym__pattern] = STATE(2714), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), [sym_line_comment] = STATE(808), [sym_block_comment] = STATE(808), - [sym_identifier] = ACTIONS(1730), - [anon_sym_LPAREN] = ACTIONS(1732), - [anon_sym_RPAREN] = ACTIONS(3133), - [anon_sym_LBRACK] = ACTIONS(1736), - [anon_sym_u8] = ACTIONS(1738), - [anon_sym_i8] = ACTIONS(1738), - [anon_sym_u16] = ACTIONS(1738), - [anon_sym_i16] = ACTIONS(1738), - [anon_sym_u32] = ACTIONS(1738), - [anon_sym_i32] = ACTIONS(1738), - [anon_sym_u64] = ACTIONS(1738), - [anon_sym_i64] = ACTIONS(1738), - [anon_sym_u128] = ACTIONS(1738), - [anon_sym_i128] = ACTIONS(1738), - [anon_sym_isize] = ACTIONS(1738), - [anon_sym_usize] = ACTIONS(1738), - [anon_sym_f32] = ACTIONS(1738), - [anon_sym_f64] = ACTIONS(1738), - [anon_sym_bool] = ACTIONS(1738), - [anon_sym_str] = ACTIONS(1738), - [anon_sym_char] = ACTIONS(1738), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_AMP] = ACTIONS(1740), - [anon_sym_PIPE] = ACTIONS(1078), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1422), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COLON_COLON] = ACTIONS(1744), - [anon_sym_const] = ACTIONS(1748), - [anon_sym_default] = ACTIONS(1750), - [anon_sym_gen] = ACTIONS(1750), - [anon_sym_union] = ACTIONS(1750), - [anon_sym_ref] = ACTIONS(1114), - [sym_mutable_specifier] = ACTIONS(1430), - [anon_sym_raw] = ACTIONS(1750), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1752), - [sym_super] = ACTIONS(1752), - [sym_crate] = ACTIONS(1752), - [sym_metavariable] = ACTIONS(1754), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), + [sym_identifier] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1736), + [anon_sym_RPAREN] = ACTIONS(3139), + [anon_sym_LBRACK] = ACTIONS(1740), + [anon_sym_u8] = ACTIONS(1742), + [anon_sym_i8] = ACTIONS(1742), + [anon_sym_u16] = ACTIONS(1742), + [anon_sym_i16] = ACTIONS(1742), + [anon_sym_u32] = ACTIONS(1742), + [anon_sym_i32] = ACTIONS(1742), + [anon_sym_u64] = ACTIONS(1742), + [anon_sym_i64] = ACTIONS(1742), + [anon_sym_u128] = ACTIONS(1742), + [anon_sym_i128] = ACTIONS(1742), + [anon_sym_isize] = ACTIONS(1742), + [anon_sym_usize] = ACTIONS(1742), + [anon_sym_f32] = ACTIONS(1742), + [anon_sym_f64] = ACTIONS(1742), + [anon_sym_bool] = ACTIONS(1742), + [anon_sym_str] = ACTIONS(1742), + [anon_sym_char] = ACTIONS(1742), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_AMP] = ACTIONS(1744), + [anon_sym_PIPE] = ACTIONS(1130), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1394), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COLON_COLON] = ACTIONS(1746), + [anon_sym_const] = ACTIONS(1750), + [anon_sym_default] = ACTIONS(1752), + [anon_sym_gen] = ACTIONS(1752), + [anon_sym_union] = ACTIONS(1752), + [anon_sym_ref] = ACTIONS(1166), + [sym_mutable_specifier] = ACTIONS(1402), + [anon_sym_raw] = ACTIONS(1752), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1754), + [sym_super] = ACTIONS(1754), + [sym_crate] = ACTIONS(1754), + [sym_metavariable] = ACTIONS(1756), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), }, [STATE(809)] = { - [sym_bracketed_type] = STATE(3762), - [sym_generic_type] = STATE(3764), - [sym_generic_type_with_turbofish] = STATE(3481), - [sym_macro_invocation] = STATE(2182), - [sym_scoped_identifier] = STATE(2047), - [sym_scoped_type_identifier] = STATE(3014), - [sym_const_block] = STATE(2182), - [sym__pattern] = STATE(2754), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), + [sym_parameter] = STATE(3027), + [sym_bracketed_type] = STATE(3504), + [sym_generic_type] = STATE(3513), + [sym_generic_type_with_turbofish] = STATE(3321), + [sym_macro_invocation] = STATE(2192), + [sym_scoped_identifier] = STATE(2052), + [sym_scoped_type_identifier] = STATE(3076), + [sym_const_block] = STATE(2192), + [sym__pattern] = STATE(2556), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), [sym_line_comment] = STATE(809), [sym_block_comment] = STATE(809), - [sym_identifier] = ACTIONS(1730), - [anon_sym_LPAREN] = ACTIONS(1732), - [anon_sym_RPAREN] = ACTIONS(3135), - [anon_sym_LBRACK] = ACTIONS(1736), - [anon_sym_u8] = ACTIONS(1738), - [anon_sym_i8] = ACTIONS(1738), - [anon_sym_u16] = ACTIONS(1738), - [anon_sym_i16] = ACTIONS(1738), - [anon_sym_u32] = ACTIONS(1738), - [anon_sym_i32] = ACTIONS(1738), - [anon_sym_u64] = ACTIONS(1738), - [anon_sym_i64] = ACTIONS(1738), - [anon_sym_u128] = ACTIONS(1738), - [anon_sym_i128] = ACTIONS(1738), - [anon_sym_isize] = ACTIONS(1738), - [anon_sym_usize] = ACTIONS(1738), - [anon_sym_f32] = ACTIONS(1738), - [anon_sym_f64] = ACTIONS(1738), - [anon_sym_bool] = ACTIONS(1738), - [anon_sym_str] = ACTIONS(1738), - [anon_sym_char] = ACTIONS(1738), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_AMP] = ACTIONS(1740), - [anon_sym_PIPE] = ACTIONS(1078), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1422), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COLON_COLON] = ACTIONS(1744), - [anon_sym_const] = ACTIONS(1748), - [anon_sym_default] = ACTIONS(1750), - [anon_sym_gen] = ACTIONS(1750), - [anon_sym_union] = ACTIONS(1750), - [anon_sym_ref] = ACTIONS(1114), - [sym_mutable_specifier] = ACTIONS(1430), - [anon_sym_raw] = ACTIONS(1750), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1752), - [sym_super] = ACTIONS(1752), - [sym_crate] = ACTIONS(1752), - [sym_metavariable] = ACTIONS(1754), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), + [sym_identifier] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1736), + [anon_sym_LBRACK] = ACTIONS(1740), + [anon_sym_u8] = ACTIONS(1742), + [anon_sym_i8] = ACTIONS(1742), + [anon_sym_u16] = ACTIONS(1742), + [anon_sym_i16] = ACTIONS(1742), + [anon_sym_u32] = ACTIONS(1742), + [anon_sym_i32] = ACTIONS(1742), + [anon_sym_u64] = ACTIONS(1742), + [anon_sym_i64] = ACTIONS(1742), + [anon_sym_u128] = ACTIONS(1742), + [anon_sym_i128] = ACTIONS(1742), + [anon_sym_isize] = ACTIONS(1742), + [anon_sym_usize] = ACTIONS(1742), + [anon_sym_f32] = ACTIONS(1742), + [anon_sym_f64] = ACTIONS(1742), + [anon_sym_bool] = ACTIONS(1742), + [anon_sym_str] = ACTIONS(1742), + [anon_sym_char] = ACTIONS(1742), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_AMP] = ACTIONS(1744), + [anon_sym_PIPE] = ACTIONS(3131), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1394), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COLON_COLON] = ACTIONS(1746), + [anon_sym_const] = ACTIONS(1750), + [anon_sym_default] = ACTIONS(1752), + [anon_sym_gen] = ACTIONS(1752), + [anon_sym_union] = ACTIONS(1752), + [anon_sym_ref] = ACTIONS(1166), + [sym_mutable_specifier] = ACTIONS(3133), + [anon_sym_raw] = ACTIONS(1752), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(3135), + [sym_super] = ACTIONS(1754), + [sym_crate] = ACTIONS(1754), + [sym_metavariable] = ACTIONS(1756), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), }, [STATE(810)] = { - [sym_bracketed_type] = STATE(3762), - [sym_generic_type] = STATE(3764), - [sym_generic_type_with_turbofish] = STATE(3481), - [sym_macro_invocation] = STATE(2182), - [sym_scoped_identifier] = STATE(2047), - [sym_scoped_type_identifier] = STATE(3014), - [sym_const_block] = STATE(2182), - [sym__pattern] = STATE(2754), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), + [sym_bracketed_type] = STATE(3504), + [sym_generic_type] = STATE(3513), + [sym_generic_type_with_turbofish] = STATE(3321), + [sym_macro_invocation] = STATE(2192), + [sym_scoped_identifier] = STATE(2052), + [sym_scoped_type_identifier] = STATE(3076), + [sym_const_block] = STATE(2192), + [sym__pattern] = STATE(2714), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), [sym_line_comment] = STATE(810), [sym_block_comment] = STATE(810), - [sym_identifier] = ACTIONS(1730), - [anon_sym_LPAREN] = ACTIONS(1732), - [anon_sym_RPAREN] = ACTIONS(3137), - [anon_sym_LBRACK] = ACTIONS(1736), - [anon_sym_u8] = ACTIONS(1738), - [anon_sym_i8] = ACTIONS(1738), - [anon_sym_u16] = ACTIONS(1738), - [anon_sym_i16] = ACTIONS(1738), - [anon_sym_u32] = ACTIONS(1738), - [anon_sym_i32] = ACTIONS(1738), - [anon_sym_u64] = ACTIONS(1738), - [anon_sym_i64] = ACTIONS(1738), - [anon_sym_u128] = ACTIONS(1738), - [anon_sym_i128] = ACTIONS(1738), - [anon_sym_isize] = ACTIONS(1738), - [anon_sym_usize] = ACTIONS(1738), - [anon_sym_f32] = ACTIONS(1738), - [anon_sym_f64] = ACTIONS(1738), - [anon_sym_bool] = ACTIONS(1738), - [anon_sym_str] = ACTIONS(1738), - [anon_sym_char] = ACTIONS(1738), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_AMP] = ACTIONS(1740), - [anon_sym_PIPE] = ACTIONS(1078), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1422), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COLON_COLON] = ACTIONS(1744), - [anon_sym_const] = ACTIONS(1748), - [anon_sym_default] = ACTIONS(1750), - [anon_sym_gen] = ACTIONS(1750), - [anon_sym_union] = ACTIONS(1750), - [anon_sym_ref] = ACTIONS(1114), - [sym_mutable_specifier] = ACTIONS(1430), - [anon_sym_raw] = ACTIONS(1750), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1752), - [sym_super] = ACTIONS(1752), - [sym_crate] = ACTIONS(1752), - [sym_metavariable] = ACTIONS(1754), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), + [sym_identifier] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1736), + [anon_sym_RPAREN] = ACTIONS(3141), + [anon_sym_LBRACK] = ACTIONS(1740), + [anon_sym_u8] = ACTIONS(1742), + [anon_sym_i8] = ACTIONS(1742), + [anon_sym_u16] = ACTIONS(1742), + [anon_sym_i16] = ACTIONS(1742), + [anon_sym_u32] = ACTIONS(1742), + [anon_sym_i32] = ACTIONS(1742), + [anon_sym_u64] = ACTIONS(1742), + [anon_sym_i64] = ACTIONS(1742), + [anon_sym_u128] = ACTIONS(1742), + [anon_sym_i128] = ACTIONS(1742), + [anon_sym_isize] = ACTIONS(1742), + [anon_sym_usize] = ACTIONS(1742), + [anon_sym_f32] = ACTIONS(1742), + [anon_sym_f64] = ACTIONS(1742), + [anon_sym_bool] = ACTIONS(1742), + [anon_sym_str] = ACTIONS(1742), + [anon_sym_char] = ACTIONS(1742), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_AMP] = ACTIONS(1744), + [anon_sym_PIPE] = ACTIONS(1130), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1394), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COLON_COLON] = ACTIONS(1746), + [anon_sym_const] = ACTIONS(1750), + [anon_sym_default] = ACTIONS(1752), + [anon_sym_gen] = ACTIONS(1752), + [anon_sym_union] = ACTIONS(1752), + [anon_sym_ref] = ACTIONS(1166), + [sym_mutable_specifier] = ACTIONS(1402), + [anon_sym_raw] = ACTIONS(1752), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1754), + [sym_super] = ACTIONS(1754), + [sym_crate] = ACTIONS(1754), + [sym_metavariable] = ACTIONS(1756), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), }, [STATE(811)] = { - [sym_bracketed_type] = STATE(3762), - [sym_generic_type] = STATE(3764), - [sym_generic_type_with_turbofish] = STATE(3481), - [sym_macro_invocation] = STATE(2182), - [sym_scoped_identifier] = STATE(2047), - [sym_scoped_type_identifier] = STATE(3014), - [sym_const_block] = STATE(2182), - [sym__pattern] = STATE(2754), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), + [sym_bracketed_type] = STATE(3504), + [sym_generic_type] = STATE(3513), + [sym_generic_type_with_turbofish] = STATE(3321), + [sym_macro_invocation] = STATE(2192), + [sym_scoped_identifier] = STATE(2052), + [sym_scoped_type_identifier] = STATE(3076), + [sym_const_block] = STATE(2192), + [sym__pattern] = STATE(2714), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), [sym_line_comment] = STATE(811), [sym_block_comment] = STATE(811), - [sym_identifier] = ACTIONS(1730), - [anon_sym_LPAREN] = ACTIONS(1732), - [anon_sym_RPAREN] = ACTIONS(3139), - [anon_sym_LBRACK] = ACTIONS(1736), - [anon_sym_u8] = ACTIONS(1738), - [anon_sym_i8] = ACTIONS(1738), - [anon_sym_u16] = ACTIONS(1738), - [anon_sym_i16] = ACTIONS(1738), - [anon_sym_u32] = ACTIONS(1738), - [anon_sym_i32] = ACTIONS(1738), - [anon_sym_u64] = ACTIONS(1738), - [anon_sym_i64] = ACTIONS(1738), - [anon_sym_u128] = ACTIONS(1738), - [anon_sym_i128] = ACTIONS(1738), - [anon_sym_isize] = ACTIONS(1738), - [anon_sym_usize] = ACTIONS(1738), - [anon_sym_f32] = ACTIONS(1738), - [anon_sym_f64] = ACTIONS(1738), - [anon_sym_bool] = ACTIONS(1738), - [anon_sym_str] = ACTIONS(1738), - [anon_sym_char] = ACTIONS(1738), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_AMP] = ACTIONS(1740), - [anon_sym_PIPE] = ACTIONS(1078), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1422), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COLON_COLON] = ACTIONS(1744), - [anon_sym_const] = ACTIONS(1748), - [anon_sym_default] = ACTIONS(1750), - [anon_sym_gen] = ACTIONS(1750), - [anon_sym_union] = ACTIONS(1750), - [anon_sym_ref] = ACTIONS(1114), - [sym_mutable_specifier] = ACTIONS(1430), - [anon_sym_raw] = ACTIONS(1750), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1752), - [sym_super] = ACTIONS(1752), - [sym_crate] = ACTIONS(1752), - [sym_metavariable] = ACTIONS(1754), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), + [sym_identifier] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1736), + [anon_sym_LBRACK] = ACTIONS(1740), + [anon_sym_RBRACK] = ACTIONS(3143), + [anon_sym_u8] = ACTIONS(1742), + [anon_sym_i8] = ACTIONS(1742), + [anon_sym_u16] = ACTIONS(1742), + [anon_sym_i16] = ACTIONS(1742), + [anon_sym_u32] = ACTIONS(1742), + [anon_sym_i32] = ACTIONS(1742), + [anon_sym_u64] = ACTIONS(1742), + [anon_sym_i64] = ACTIONS(1742), + [anon_sym_u128] = ACTIONS(1742), + [anon_sym_i128] = ACTIONS(1742), + [anon_sym_isize] = ACTIONS(1742), + [anon_sym_usize] = ACTIONS(1742), + [anon_sym_f32] = ACTIONS(1742), + [anon_sym_f64] = ACTIONS(1742), + [anon_sym_bool] = ACTIONS(1742), + [anon_sym_str] = ACTIONS(1742), + [anon_sym_char] = ACTIONS(1742), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_AMP] = ACTIONS(1744), + [anon_sym_PIPE] = ACTIONS(1130), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1394), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COLON_COLON] = ACTIONS(1746), + [anon_sym_const] = ACTIONS(1750), + [anon_sym_default] = ACTIONS(1752), + [anon_sym_gen] = ACTIONS(1752), + [anon_sym_union] = ACTIONS(1752), + [anon_sym_ref] = ACTIONS(1166), + [sym_mutable_specifier] = ACTIONS(1402), + [anon_sym_raw] = ACTIONS(1752), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1754), + [sym_super] = ACTIONS(1754), + [sym_crate] = ACTIONS(1754), + [sym_metavariable] = ACTIONS(1756), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), }, [STATE(812)] = { - [sym_bracketed_type] = STATE(3762), - [sym_generic_type] = STATE(3764), - [sym_generic_type_with_turbofish] = STATE(3481), - [sym_macro_invocation] = STATE(2182), - [sym_scoped_identifier] = STATE(2047), - [sym_scoped_type_identifier] = STATE(3014), - [sym_const_block] = STATE(2182), - [sym__pattern] = STATE(2754), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), + [sym_bracketed_type] = STATE(3504), + [sym_generic_type] = STATE(3513), + [sym_generic_type_with_turbofish] = STATE(3321), + [sym_macro_invocation] = STATE(2192), + [sym_scoped_identifier] = STATE(2052), + [sym_scoped_type_identifier] = STATE(3076), + [sym_const_block] = STATE(2192), + [sym__pattern] = STATE(2714), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), [sym_line_comment] = STATE(812), [sym_block_comment] = STATE(812), - [sym_identifier] = ACTIONS(1730), - [anon_sym_LPAREN] = ACTIONS(1732), - [anon_sym_RPAREN] = ACTIONS(3141), - [anon_sym_LBRACK] = ACTIONS(1736), - [anon_sym_u8] = ACTIONS(1738), - [anon_sym_i8] = ACTIONS(1738), - [anon_sym_u16] = ACTIONS(1738), - [anon_sym_i16] = ACTIONS(1738), - [anon_sym_u32] = ACTIONS(1738), - [anon_sym_i32] = ACTIONS(1738), - [anon_sym_u64] = ACTIONS(1738), - [anon_sym_i64] = ACTIONS(1738), - [anon_sym_u128] = ACTIONS(1738), - [anon_sym_i128] = ACTIONS(1738), - [anon_sym_isize] = ACTIONS(1738), - [anon_sym_usize] = ACTIONS(1738), - [anon_sym_f32] = ACTIONS(1738), - [anon_sym_f64] = ACTIONS(1738), - [anon_sym_bool] = ACTIONS(1738), - [anon_sym_str] = ACTIONS(1738), - [anon_sym_char] = ACTIONS(1738), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_AMP] = ACTIONS(1740), - [anon_sym_PIPE] = ACTIONS(1078), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1422), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COLON_COLON] = ACTIONS(1744), - [anon_sym_const] = ACTIONS(1748), - [anon_sym_default] = ACTIONS(1750), - [anon_sym_gen] = ACTIONS(1750), - [anon_sym_union] = ACTIONS(1750), - [anon_sym_ref] = ACTIONS(1114), - [sym_mutable_specifier] = ACTIONS(1430), - [anon_sym_raw] = ACTIONS(1750), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1752), - [sym_super] = ACTIONS(1752), - [sym_crate] = ACTIONS(1752), - [sym_metavariable] = ACTIONS(1754), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), + [sym_identifier] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1736), + [anon_sym_RPAREN] = ACTIONS(3145), + [anon_sym_LBRACK] = ACTIONS(1740), + [anon_sym_u8] = ACTIONS(1742), + [anon_sym_i8] = ACTIONS(1742), + [anon_sym_u16] = ACTIONS(1742), + [anon_sym_i16] = ACTIONS(1742), + [anon_sym_u32] = ACTIONS(1742), + [anon_sym_i32] = ACTIONS(1742), + [anon_sym_u64] = ACTIONS(1742), + [anon_sym_i64] = ACTIONS(1742), + [anon_sym_u128] = ACTIONS(1742), + [anon_sym_i128] = ACTIONS(1742), + [anon_sym_isize] = ACTIONS(1742), + [anon_sym_usize] = ACTIONS(1742), + [anon_sym_f32] = ACTIONS(1742), + [anon_sym_f64] = ACTIONS(1742), + [anon_sym_bool] = ACTIONS(1742), + [anon_sym_str] = ACTIONS(1742), + [anon_sym_char] = ACTIONS(1742), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_AMP] = ACTIONS(1744), + [anon_sym_PIPE] = ACTIONS(1130), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1394), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COLON_COLON] = ACTIONS(1746), + [anon_sym_const] = ACTIONS(1750), + [anon_sym_default] = ACTIONS(1752), + [anon_sym_gen] = ACTIONS(1752), + [anon_sym_union] = ACTIONS(1752), + [anon_sym_ref] = ACTIONS(1166), + [sym_mutable_specifier] = ACTIONS(1402), + [anon_sym_raw] = ACTIONS(1752), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1754), + [sym_super] = ACTIONS(1754), + [sym_crate] = ACTIONS(1754), + [sym_metavariable] = ACTIONS(1756), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), }, [STATE(813)] = { - [sym_parameter] = STATE(3172), - [sym_bracketed_type] = STATE(3762), - [sym_generic_type] = STATE(3764), - [sym_generic_type_with_turbofish] = STATE(3481), - [sym_macro_invocation] = STATE(2182), - [sym_scoped_identifier] = STATE(2047), - [sym_scoped_type_identifier] = STATE(3014), - [sym_const_block] = STATE(2182), - [sym__pattern] = STATE(2870), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), + [sym_bracketed_type] = STATE(3504), + [sym_generic_type] = STATE(3513), + [sym_generic_type_with_turbofish] = STATE(3321), + [sym_macro_invocation] = STATE(2192), + [sym_scoped_identifier] = STATE(2052), + [sym_scoped_type_identifier] = STATE(3076), + [sym_const_block] = STATE(2192), + [sym__pattern] = STATE(2714), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), [sym_line_comment] = STATE(813), [sym_block_comment] = STATE(813), - [sym_identifier] = ACTIONS(1730), - [anon_sym_LPAREN] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1736), - [anon_sym_u8] = ACTIONS(1738), - [anon_sym_i8] = ACTIONS(1738), - [anon_sym_u16] = ACTIONS(1738), - [anon_sym_i16] = ACTIONS(1738), - [anon_sym_u32] = ACTIONS(1738), - [anon_sym_i32] = ACTIONS(1738), - [anon_sym_u64] = ACTIONS(1738), - [anon_sym_i64] = ACTIONS(1738), - [anon_sym_u128] = ACTIONS(1738), - [anon_sym_i128] = ACTIONS(1738), - [anon_sym_isize] = ACTIONS(1738), - [anon_sym_usize] = ACTIONS(1738), - [anon_sym_f32] = ACTIONS(1738), - [anon_sym_f64] = ACTIONS(1738), - [anon_sym_bool] = ACTIONS(1738), - [anon_sym_str] = ACTIONS(1738), - [anon_sym_char] = ACTIONS(1738), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_AMP] = ACTIONS(1740), - [anon_sym_PIPE] = ACTIONS(3143), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1422), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COLON_COLON] = ACTIONS(1744), - [anon_sym_const] = ACTIONS(1748), - [anon_sym_default] = ACTIONS(1750), - [anon_sym_gen] = ACTIONS(1750), - [anon_sym_union] = ACTIONS(1750), - [anon_sym_ref] = ACTIONS(1114), - [sym_mutable_specifier] = ACTIONS(3145), - [anon_sym_raw] = ACTIONS(1750), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(3147), - [sym_super] = ACTIONS(1752), - [sym_crate] = ACTIONS(1752), - [sym_metavariable] = ACTIONS(1754), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), + [sym_identifier] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1736), + [anon_sym_RPAREN] = ACTIONS(3147), + [anon_sym_LBRACK] = ACTIONS(1740), + [anon_sym_u8] = ACTIONS(1742), + [anon_sym_i8] = ACTIONS(1742), + [anon_sym_u16] = ACTIONS(1742), + [anon_sym_i16] = ACTIONS(1742), + [anon_sym_u32] = ACTIONS(1742), + [anon_sym_i32] = ACTIONS(1742), + [anon_sym_u64] = ACTIONS(1742), + [anon_sym_i64] = ACTIONS(1742), + [anon_sym_u128] = ACTIONS(1742), + [anon_sym_i128] = ACTIONS(1742), + [anon_sym_isize] = ACTIONS(1742), + [anon_sym_usize] = ACTIONS(1742), + [anon_sym_f32] = ACTIONS(1742), + [anon_sym_f64] = ACTIONS(1742), + [anon_sym_bool] = ACTIONS(1742), + [anon_sym_str] = ACTIONS(1742), + [anon_sym_char] = ACTIONS(1742), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_AMP] = ACTIONS(1744), + [anon_sym_PIPE] = ACTIONS(1130), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1394), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COLON_COLON] = ACTIONS(1746), + [anon_sym_const] = ACTIONS(1750), + [anon_sym_default] = ACTIONS(1752), + [anon_sym_gen] = ACTIONS(1752), + [anon_sym_union] = ACTIONS(1752), + [anon_sym_ref] = ACTIONS(1166), + [sym_mutable_specifier] = ACTIONS(1402), + [anon_sym_raw] = ACTIONS(1752), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1754), + [sym_super] = ACTIONS(1754), + [sym_crate] = ACTIONS(1754), + [sym_metavariable] = ACTIONS(1756), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), }, [STATE(814)] = { - [sym_parameter] = STATE(3172), - [sym_bracketed_type] = STATE(3762), - [sym_generic_type] = STATE(3764), - [sym_generic_type_with_turbofish] = STATE(3481), - [sym_macro_invocation] = STATE(2182), - [sym_scoped_identifier] = STATE(2047), - [sym_scoped_type_identifier] = STATE(3014), - [sym_const_block] = STATE(2182), - [sym__pattern] = STATE(2598), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), + [sym_bracketed_type] = STATE(3504), + [sym_generic_type] = STATE(3513), + [sym_generic_type_with_turbofish] = STATE(3321), + [sym_macro_invocation] = STATE(2192), + [sym_scoped_identifier] = STATE(2052), + [sym_scoped_type_identifier] = STATE(3076), + [sym_const_block] = STATE(2192), + [sym__pattern] = STATE(2714), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), [sym_line_comment] = STATE(814), [sym_block_comment] = STATE(814), - [sym_identifier] = ACTIONS(1730), - [anon_sym_LPAREN] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1736), - [anon_sym_u8] = ACTIONS(1738), - [anon_sym_i8] = ACTIONS(1738), - [anon_sym_u16] = ACTIONS(1738), - [anon_sym_i16] = ACTIONS(1738), - [anon_sym_u32] = ACTIONS(1738), - [anon_sym_i32] = ACTIONS(1738), - [anon_sym_u64] = ACTIONS(1738), - [anon_sym_i64] = ACTIONS(1738), - [anon_sym_u128] = ACTIONS(1738), - [anon_sym_i128] = ACTIONS(1738), - [anon_sym_isize] = ACTIONS(1738), - [anon_sym_usize] = ACTIONS(1738), - [anon_sym_f32] = ACTIONS(1738), - [anon_sym_f64] = ACTIONS(1738), - [anon_sym_bool] = ACTIONS(1738), - [anon_sym_str] = ACTIONS(1738), - [anon_sym_char] = ACTIONS(1738), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_AMP] = ACTIONS(1740), - [anon_sym_PIPE] = ACTIONS(3143), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1422), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COLON_COLON] = ACTIONS(1744), - [anon_sym_const] = ACTIONS(1748), - [anon_sym_default] = ACTIONS(1750), - [anon_sym_gen] = ACTIONS(1750), - [anon_sym_union] = ACTIONS(1750), - [anon_sym_ref] = ACTIONS(1114), - [sym_mutable_specifier] = ACTIONS(3145), - [anon_sym_raw] = ACTIONS(1750), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(3147), - [sym_super] = ACTIONS(1752), - [sym_crate] = ACTIONS(1752), - [sym_metavariable] = ACTIONS(1754), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), + [sym_identifier] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1736), + [anon_sym_RPAREN] = ACTIONS(3149), + [anon_sym_LBRACK] = ACTIONS(1740), + [anon_sym_u8] = ACTIONS(1742), + [anon_sym_i8] = ACTIONS(1742), + [anon_sym_u16] = ACTIONS(1742), + [anon_sym_i16] = ACTIONS(1742), + [anon_sym_u32] = ACTIONS(1742), + [anon_sym_i32] = ACTIONS(1742), + [anon_sym_u64] = ACTIONS(1742), + [anon_sym_i64] = ACTIONS(1742), + [anon_sym_u128] = ACTIONS(1742), + [anon_sym_i128] = ACTIONS(1742), + [anon_sym_isize] = ACTIONS(1742), + [anon_sym_usize] = ACTIONS(1742), + [anon_sym_f32] = ACTIONS(1742), + [anon_sym_f64] = ACTIONS(1742), + [anon_sym_bool] = ACTIONS(1742), + [anon_sym_str] = ACTIONS(1742), + [anon_sym_char] = ACTIONS(1742), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_AMP] = ACTIONS(1744), + [anon_sym_PIPE] = ACTIONS(1130), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1394), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COLON_COLON] = ACTIONS(1746), + [anon_sym_const] = ACTIONS(1750), + [anon_sym_default] = ACTIONS(1752), + [anon_sym_gen] = ACTIONS(1752), + [anon_sym_union] = ACTIONS(1752), + [anon_sym_ref] = ACTIONS(1166), + [sym_mutable_specifier] = ACTIONS(1402), + [anon_sym_raw] = ACTIONS(1752), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1754), + [sym_super] = ACTIONS(1754), + [sym_crate] = ACTIONS(1754), + [sym_metavariable] = ACTIONS(1756), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), }, [STATE(815)] = { - [sym_bracketed_type] = STATE(3762), - [sym_generic_type] = STATE(3764), - [sym_generic_type_with_turbofish] = STATE(3481), - [sym_macro_invocation] = STATE(2182), - [sym_scoped_identifier] = STATE(2047), - [sym_scoped_type_identifier] = STATE(3014), - [sym_const_block] = STATE(2182), - [sym__pattern] = STATE(2754), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), + [sym_bracketed_type] = STATE(3504), + [sym_generic_type] = STATE(3513), + [sym_generic_type_with_turbofish] = STATE(3321), + [sym_macro_invocation] = STATE(2192), + [sym_scoped_identifier] = STATE(2052), + [sym_scoped_type_identifier] = STATE(3076), + [sym_const_block] = STATE(2192), + [sym__pattern] = STATE(2714), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), [sym_line_comment] = STATE(815), [sym_block_comment] = STATE(815), - [sym_identifier] = ACTIONS(1730), - [anon_sym_LPAREN] = ACTIONS(1732), - [anon_sym_RPAREN] = ACTIONS(3149), - [anon_sym_LBRACK] = ACTIONS(1736), - [anon_sym_u8] = ACTIONS(1738), - [anon_sym_i8] = ACTIONS(1738), - [anon_sym_u16] = ACTIONS(1738), - [anon_sym_i16] = ACTIONS(1738), - [anon_sym_u32] = ACTIONS(1738), - [anon_sym_i32] = ACTIONS(1738), - [anon_sym_u64] = ACTIONS(1738), - [anon_sym_i64] = ACTIONS(1738), - [anon_sym_u128] = ACTIONS(1738), - [anon_sym_i128] = ACTIONS(1738), - [anon_sym_isize] = ACTIONS(1738), - [anon_sym_usize] = ACTIONS(1738), - [anon_sym_f32] = ACTIONS(1738), - [anon_sym_f64] = ACTIONS(1738), - [anon_sym_bool] = ACTIONS(1738), - [anon_sym_str] = ACTIONS(1738), - [anon_sym_char] = ACTIONS(1738), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_AMP] = ACTIONS(1740), - [anon_sym_PIPE] = ACTIONS(1078), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1422), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COLON_COLON] = ACTIONS(1744), - [anon_sym_const] = ACTIONS(1748), - [anon_sym_default] = ACTIONS(1750), - [anon_sym_gen] = ACTIONS(1750), - [anon_sym_union] = ACTIONS(1750), - [anon_sym_ref] = ACTIONS(1114), - [sym_mutable_specifier] = ACTIONS(1430), - [anon_sym_raw] = ACTIONS(1750), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1752), - [sym_super] = ACTIONS(1752), - [sym_crate] = ACTIONS(1752), - [sym_metavariable] = ACTIONS(1754), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), + [sym_identifier] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1736), + [anon_sym_RPAREN] = ACTIONS(3151), + [anon_sym_LBRACK] = ACTIONS(1740), + [anon_sym_u8] = ACTIONS(1742), + [anon_sym_i8] = ACTIONS(1742), + [anon_sym_u16] = ACTIONS(1742), + [anon_sym_i16] = ACTIONS(1742), + [anon_sym_u32] = ACTIONS(1742), + [anon_sym_i32] = ACTIONS(1742), + [anon_sym_u64] = ACTIONS(1742), + [anon_sym_i64] = ACTIONS(1742), + [anon_sym_u128] = ACTIONS(1742), + [anon_sym_i128] = ACTIONS(1742), + [anon_sym_isize] = ACTIONS(1742), + [anon_sym_usize] = ACTIONS(1742), + [anon_sym_f32] = ACTIONS(1742), + [anon_sym_f64] = ACTIONS(1742), + [anon_sym_bool] = ACTIONS(1742), + [anon_sym_str] = ACTIONS(1742), + [anon_sym_char] = ACTIONS(1742), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_AMP] = ACTIONS(1744), + [anon_sym_PIPE] = ACTIONS(1130), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1394), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COLON_COLON] = ACTIONS(1746), + [anon_sym_const] = ACTIONS(1750), + [anon_sym_default] = ACTIONS(1752), + [anon_sym_gen] = ACTIONS(1752), + [anon_sym_union] = ACTIONS(1752), + [anon_sym_ref] = ACTIONS(1166), + [sym_mutable_specifier] = ACTIONS(1402), + [anon_sym_raw] = ACTIONS(1752), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1754), + [sym_super] = ACTIONS(1754), + [sym_crate] = ACTIONS(1754), + [sym_metavariable] = ACTIONS(1756), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), }, [STATE(816)] = { - [sym_bracketed_type] = STATE(3762), - [sym_generic_type] = STATE(3764), - [sym_generic_type_with_turbofish] = STATE(3481), - [sym_macro_invocation] = STATE(2182), - [sym_scoped_identifier] = STATE(2047), - [sym_scoped_type_identifier] = STATE(3014), - [sym_const_block] = STATE(2182), - [sym__pattern] = STATE(2754), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), + [sym_bracketed_type] = STATE(3504), + [sym_generic_type] = STATE(3513), + [sym_generic_type_with_turbofish] = STATE(3321), + [sym_macro_invocation] = STATE(2192), + [sym_scoped_identifier] = STATE(2052), + [sym_scoped_type_identifier] = STATE(3076), + [sym_const_block] = STATE(2192), + [sym__pattern] = STATE(2714), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), [sym_line_comment] = STATE(816), [sym_block_comment] = STATE(816), - [sym_identifier] = ACTIONS(1730), - [anon_sym_LPAREN] = ACTIONS(1732), - [anon_sym_RPAREN] = ACTIONS(3151), - [anon_sym_LBRACK] = ACTIONS(1736), - [anon_sym_u8] = ACTIONS(1738), - [anon_sym_i8] = ACTIONS(1738), - [anon_sym_u16] = ACTIONS(1738), - [anon_sym_i16] = ACTIONS(1738), - [anon_sym_u32] = ACTIONS(1738), - [anon_sym_i32] = ACTIONS(1738), - [anon_sym_u64] = ACTIONS(1738), - [anon_sym_i64] = ACTIONS(1738), - [anon_sym_u128] = ACTIONS(1738), - [anon_sym_i128] = ACTIONS(1738), - [anon_sym_isize] = ACTIONS(1738), - [anon_sym_usize] = ACTIONS(1738), - [anon_sym_f32] = ACTIONS(1738), - [anon_sym_f64] = ACTIONS(1738), - [anon_sym_bool] = ACTIONS(1738), - [anon_sym_str] = ACTIONS(1738), - [anon_sym_char] = ACTIONS(1738), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_AMP] = ACTIONS(1740), - [anon_sym_PIPE] = ACTIONS(1078), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1422), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COLON_COLON] = ACTIONS(1744), - [anon_sym_const] = ACTIONS(1748), - [anon_sym_default] = ACTIONS(1750), - [anon_sym_gen] = ACTIONS(1750), - [anon_sym_union] = ACTIONS(1750), - [anon_sym_ref] = ACTIONS(1114), - [sym_mutable_specifier] = ACTIONS(1430), - [anon_sym_raw] = ACTIONS(1750), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1752), - [sym_super] = ACTIONS(1752), - [sym_crate] = ACTIONS(1752), - [sym_metavariable] = ACTIONS(1754), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), + [sym_identifier] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1736), + [anon_sym_LBRACK] = ACTIONS(1740), + [anon_sym_RBRACK] = ACTIONS(3153), + [anon_sym_u8] = ACTIONS(1742), + [anon_sym_i8] = ACTIONS(1742), + [anon_sym_u16] = ACTIONS(1742), + [anon_sym_i16] = ACTIONS(1742), + [anon_sym_u32] = ACTIONS(1742), + [anon_sym_i32] = ACTIONS(1742), + [anon_sym_u64] = ACTIONS(1742), + [anon_sym_i64] = ACTIONS(1742), + [anon_sym_u128] = ACTIONS(1742), + [anon_sym_i128] = ACTIONS(1742), + [anon_sym_isize] = ACTIONS(1742), + [anon_sym_usize] = ACTIONS(1742), + [anon_sym_f32] = ACTIONS(1742), + [anon_sym_f64] = ACTIONS(1742), + [anon_sym_bool] = ACTIONS(1742), + [anon_sym_str] = ACTIONS(1742), + [anon_sym_char] = ACTIONS(1742), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_AMP] = ACTIONS(1744), + [anon_sym_PIPE] = ACTIONS(1130), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1394), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COLON_COLON] = ACTIONS(1746), + [anon_sym_const] = ACTIONS(1750), + [anon_sym_default] = ACTIONS(1752), + [anon_sym_gen] = ACTIONS(1752), + [anon_sym_union] = ACTIONS(1752), + [anon_sym_ref] = ACTIONS(1166), + [sym_mutable_specifier] = ACTIONS(1402), + [anon_sym_raw] = ACTIONS(1752), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1754), + [sym_super] = ACTIONS(1754), + [sym_crate] = ACTIONS(1754), + [sym_metavariable] = ACTIONS(1756), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), }, [STATE(817)] = { - [sym_bracketed_type] = STATE(3762), - [sym_generic_type] = STATE(3764), - [sym_generic_type_with_turbofish] = STATE(3481), - [sym_macro_invocation] = STATE(2182), - [sym_scoped_identifier] = STATE(2047), - [sym_scoped_type_identifier] = STATE(3014), - [sym_const_block] = STATE(2182), - [sym__pattern] = STATE(2754), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), + [sym_bracketed_type] = STATE(3504), + [sym_generic_type] = STATE(3513), + [sym_generic_type_with_turbofish] = STATE(3321), + [sym_macro_invocation] = STATE(2192), + [sym_scoped_identifier] = STATE(2052), + [sym_scoped_type_identifier] = STATE(3076), + [sym_const_block] = STATE(2192), + [sym__pattern] = STATE(2714), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), [sym_line_comment] = STATE(817), [sym_block_comment] = STATE(817), - [sym_identifier] = ACTIONS(1730), - [anon_sym_LPAREN] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1736), - [anon_sym_RBRACK] = ACTIONS(3153), - [anon_sym_u8] = ACTIONS(1738), - [anon_sym_i8] = ACTIONS(1738), - [anon_sym_u16] = ACTIONS(1738), - [anon_sym_i16] = ACTIONS(1738), - [anon_sym_u32] = ACTIONS(1738), - [anon_sym_i32] = ACTIONS(1738), - [anon_sym_u64] = ACTIONS(1738), - [anon_sym_i64] = ACTIONS(1738), - [anon_sym_u128] = ACTIONS(1738), - [anon_sym_i128] = ACTIONS(1738), - [anon_sym_isize] = ACTIONS(1738), - [anon_sym_usize] = ACTIONS(1738), - [anon_sym_f32] = ACTIONS(1738), - [anon_sym_f64] = ACTIONS(1738), - [anon_sym_bool] = ACTIONS(1738), - [anon_sym_str] = ACTIONS(1738), - [anon_sym_char] = ACTIONS(1738), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_AMP] = ACTIONS(1740), - [anon_sym_PIPE] = ACTIONS(1078), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1422), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COLON_COLON] = ACTIONS(1744), - [anon_sym_const] = ACTIONS(1748), - [anon_sym_default] = ACTIONS(1750), - [anon_sym_gen] = ACTIONS(1750), - [anon_sym_union] = ACTIONS(1750), - [anon_sym_ref] = ACTIONS(1114), - [sym_mutable_specifier] = ACTIONS(1430), - [anon_sym_raw] = ACTIONS(1750), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1752), - [sym_super] = ACTIONS(1752), - [sym_crate] = ACTIONS(1752), - [sym_metavariable] = ACTIONS(1754), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), + [sym_identifier] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1736), + [anon_sym_RPAREN] = ACTIONS(3155), + [anon_sym_LBRACK] = ACTIONS(1740), + [anon_sym_u8] = ACTIONS(1742), + [anon_sym_i8] = ACTIONS(1742), + [anon_sym_u16] = ACTIONS(1742), + [anon_sym_i16] = ACTIONS(1742), + [anon_sym_u32] = ACTIONS(1742), + [anon_sym_i32] = ACTIONS(1742), + [anon_sym_u64] = ACTIONS(1742), + [anon_sym_i64] = ACTIONS(1742), + [anon_sym_u128] = ACTIONS(1742), + [anon_sym_i128] = ACTIONS(1742), + [anon_sym_isize] = ACTIONS(1742), + [anon_sym_usize] = ACTIONS(1742), + [anon_sym_f32] = ACTIONS(1742), + [anon_sym_f64] = ACTIONS(1742), + [anon_sym_bool] = ACTIONS(1742), + [anon_sym_str] = ACTIONS(1742), + [anon_sym_char] = ACTIONS(1742), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_AMP] = ACTIONS(1744), + [anon_sym_PIPE] = ACTIONS(1130), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1394), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COLON_COLON] = ACTIONS(1746), + [anon_sym_const] = ACTIONS(1750), + [anon_sym_default] = ACTIONS(1752), + [anon_sym_gen] = ACTIONS(1752), + [anon_sym_union] = ACTIONS(1752), + [anon_sym_ref] = ACTIONS(1166), + [sym_mutable_specifier] = ACTIONS(1402), + [anon_sym_raw] = ACTIONS(1752), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1754), + [sym_super] = ACTIONS(1754), + [sym_crate] = ACTIONS(1754), + [sym_metavariable] = ACTIONS(1756), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), }, [STATE(818)] = { - [sym_bracketed_type] = STATE(3762), - [sym_generic_type] = STATE(3764), - [sym_generic_type_with_turbofish] = STATE(3481), - [sym_macro_invocation] = STATE(2182), - [sym_scoped_identifier] = STATE(2047), - [sym_scoped_type_identifier] = STATE(3014), - [sym_const_block] = STATE(2182), - [sym__pattern] = STATE(2754), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), + [sym_bracketed_type] = STATE(3504), + [sym_generic_type] = STATE(3513), + [sym_generic_type_with_turbofish] = STATE(3321), + [sym_macro_invocation] = STATE(2192), + [sym_scoped_identifier] = STATE(2052), + [sym_scoped_type_identifier] = STATE(3076), + [sym_const_block] = STATE(2192), + [sym__pattern] = STATE(2714), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), [sym_line_comment] = STATE(818), [sym_block_comment] = STATE(818), - [sym_identifier] = ACTIONS(1730), - [anon_sym_LPAREN] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1736), - [anon_sym_RBRACK] = ACTIONS(3155), - [anon_sym_u8] = ACTIONS(1738), - [anon_sym_i8] = ACTIONS(1738), - [anon_sym_u16] = ACTIONS(1738), - [anon_sym_i16] = ACTIONS(1738), - [anon_sym_u32] = ACTIONS(1738), - [anon_sym_i32] = ACTIONS(1738), - [anon_sym_u64] = ACTIONS(1738), - [anon_sym_i64] = ACTIONS(1738), - [anon_sym_u128] = ACTIONS(1738), - [anon_sym_i128] = ACTIONS(1738), - [anon_sym_isize] = ACTIONS(1738), - [anon_sym_usize] = ACTIONS(1738), - [anon_sym_f32] = ACTIONS(1738), - [anon_sym_f64] = ACTIONS(1738), - [anon_sym_bool] = ACTIONS(1738), - [anon_sym_str] = ACTIONS(1738), - [anon_sym_char] = ACTIONS(1738), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_AMP] = ACTIONS(1740), - [anon_sym_PIPE] = ACTIONS(1078), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1422), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COLON_COLON] = ACTIONS(1744), - [anon_sym_const] = ACTIONS(1748), - [anon_sym_default] = ACTIONS(1750), - [anon_sym_gen] = ACTIONS(1750), - [anon_sym_union] = ACTIONS(1750), - [anon_sym_ref] = ACTIONS(1114), - [sym_mutable_specifier] = ACTIONS(1430), - [anon_sym_raw] = ACTIONS(1750), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1752), - [sym_super] = ACTIONS(1752), - [sym_crate] = ACTIONS(1752), - [sym_metavariable] = ACTIONS(1754), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), + [sym_identifier] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1736), + [anon_sym_RPAREN] = ACTIONS(3157), + [anon_sym_LBRACK] = ACTIONS(1740), + [anon_sym_u8] = ACTIONS(1742), + [anon_sym_i8] = ACTIONS(1742), + [anon_sym_u16] = ACTIONS(1742), + [anon_sym_i16] = ACTIONS(1742), + [anon_sym_u32] = ACTIONS(1742), + [anon_sym_i32] = ACTIONS(1742), + [anon_sym_u64] = ACTIONS(1742), + [anon_sym_i64] = ACTIONS(1742), + [anon_sym_u128] = ACTIONS(1742), + [anon_sym_i128] = ACTIONS(1742), + [anon_sym_isize] = ACTIONS(1742), + [anon_sym_usize] = ACTIONS(1742), + [anon_sym_f32] = ACTIONS(1742), + [anon_sym_f64] = ACTIONS(1742), + [anon_sym_bool] = ACTIONS(1742), + [anon_sym_str] = ACTIONS(1742), + [anon_sym_char] = ACTIONS(1742), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_AMP] = ACTIONS(1744), + [anon_sym_PIPE] = ACTIONS(1130), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1394), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COLON_COLON] = ACTIONS(1746), + [anon_sym_const] = ACTIONS(1750), + [anon_sym_default] = ACTIONS(1752), + [anon_sym_gen] = ACTIONS(1752), + [anon_sym_union] = ACTIONS(1752), + [anon_sym_ref] = ACTIONS(1166), + [sym_mutable_specifier] = ACTIONS(1402), + [anon_sym_raw] = ACTIONS(1752), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1754), + [sym_super] = ACTIONS(1754), + [sym_crate] = ACTIONS(1754), + [sym_metavariable] = ACTIONS(1756), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), }, [STATE(819)] = { - [sym_bracketed_type] = STATE(3762), - [sym_generic_type] = STATE(3764), - [sym_generic_type_with_turbofish] = STATE(3481), - [sym_macro_invocation] = STATE(2182), - [sym_scoped_identifier] = STATE(2047), - [sym_scoped_type_identifier] = STATE(3014), - [sym_const_block] = STATE(2182), - [sym__pattern] = STATE(2765), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), + [sym_parameter] = STATE(3355), + [sym_bracketed_type] = STATE(3504), + [sym_generic_type] = STATE(3513), + [sym_generic_type_with_turbofish] = STATE(3321), + [sym_macro_invocation] = STATE(2192), + [sym_scoped_identifier] = STATE(2052), + [sym_scoped_type_identifier] = STATE(3076), + [sym_const_block] = STATE(2192), + [sym__pattern] = STATE(3062), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), [sym_line_comment] = STATE(819), [sym_block_comment] = STATE(819), - [sym_identifier] = ACTIONS(1730), - [anon_sym_LPAREN] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1736), - [anon_sym_u8] = ACTIONS(1738), - [anon_sym_i8] = ACTIONS(1738), - [anon_sym_u16] = ACTIONS(1738), - [anon_sym_i16] = ACTIONS(1738), - [anon_sym_u32] = ACTIONS(1738), - [anon_sym_i32] = ACTIONS(1738), - [anon_sym_u64] = ACTIONS(1738), - [anon_sym_i64] = ACTIONS(1738), - [anon_sym_u128] = ACTIONS(1738), - [anon_sym_i128] = ACTIONS(1738), - [anon_sym_isize] = ACTIONS(1738), - [anon_sym_usize] = ACTIONS(1738), - [anon_sym_f32] = ACTIONS(1738), - [anon_sym_f64] = ACTIONS(1738), - [anon_sym_bool] = ACTIONS(1738), - [anon_sym_str] = ACTIONS(1738), - [anon_sym_char] = ACTIONS(1738), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_AMP] = ACTIONS(1740), - [anon_sym_PIPE] = ACTIONS(1078), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1422), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3157), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COLON_COLON] = ACTIONS(1744), - [anon_sym_const] = ACTIONS(1748), - [anon_sym_default] = ACTIONS(1750), - [anon_sym_gen] = ACTIONS(1750), - [anon_sym_union] = ACTIONS(1750), - [anon_sym_ref] = ACTIONS(1114), - [sym_mutable_specifier] = ACTIONS(1430), - [anon_sym_raw] = ACTIONS(1750), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(3159), - [sym_super] = ACTIONS(1752), - [sym_crate] = ACTIONS(1752), - [sym_metavariable] = ACTIONS(1754), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), + [sym_identifier] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1736), + [anon_sym_LBRACK] = ACTIONS(1740), + [anon_sym_u8] = ACTIONS(1742), + [anon_sym_i8] = ACTIONS(1742), + [anon_sym_u16] = ACTIONS(1742), + [anon_sym_i16] = ACTIONS(1742), + [anon_sym_u32] = ACTIONS(1742), + [anon_sym_i32] = ACTIONS(1742), + [anon_sym_u64] = ACTIONS(1742), + [anon_sym_i64] = ACTIONS(1742), + [anon_sym_u128] = ACTIONS(1742), + [anon_sym_i128] = ACTIONS(1742), + [anon_sym_isize] = ACTIONS(1742), + [anon_sym_usize] = ACTIONS(1742), + [anon_sym_f32] = ACTIONS(1742), + [anon_sym_f64] = ACTIONS(1742), + [anon_sym_bool] = ACTIONS(1742), + [anon_sym_str] = ACTIONS(1742), + [anon_sym_char] = ACTIONS(1742), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_AMP] = ACTIONS(1744), + [anon_sym_PIPE] = ACTIONS(1130), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1394), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COLON_COLON] = ACTIONS(1746), + [anon_sym_const] = ACTIONS(1750), + [anon_sym_default] = ACTIONS(1752), + [anon_sym_gen] = ACTIONS(1752), + [anon_sym_union] = ACTIONS(1752), + [anon_sym_ref] = ACTIONS(1166), + [sym_mutable_specifier] = ACTIONS(3133), + [anon_sym_raw] = ACTIONS(1752), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(3135), + [sym_super] = ACTIONS(1754), + [sym_crate] = ACTIONS(1754), + [sym_metavariable] = ACTIONS(1756), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), }, [STATE(820)] = { - [sym_parameter] = STATE(3371), - [sym_bracketed_type] = STATE(3762), - [sym_generic_type] = STATE(3764), - [sym_generic_type_with_turbofish] = STATE(3481), - [sym_macro_invocation] = STATE(2182), - [sym_scoped_identifier] = STATE(2047), - [sym_scoped_type_identifier] = STATE(3014), - [sym_const_block] = STATE(2182), - [sym__pattern] = STATE(2993), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), + [sym_bracketed_type] = STATE(3504), + [sym_generic_type] = STATE(3513), + [sym_generic_type_with_turbofish] = STATE(3321), + [sym_macro_invocation] = STATE(2192), + [sym_scoped_identifier] = STATE(2052), + [sym_scoped_type_identifier] = STATE(3076), + [sym_const_block] = STATE(2192), + [sym__pattern] = STATE(2750), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), [sym_line_comment] = STATE(820), [sym_block_comment] = STATE(820), - [sym_identifier] = ACTIONS(1730), - [anon_sym_LPAREN] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1736), - [anon_sym_u8] = ACTIONS(1738), - [anon_sym_i8] = ACTIONS(1738), - [anon_sym_u16] = ACTIONS(1738), - [anon_sym_i16] = ACTIONS(1738), - [anon_sym_u32] = ACTIONS(1738), - [anon_sym_i32] = ACTIONS(1738), - [anon_sym_u64] = ACTIONS(1738), - [anon_sym_i64] = ACTIONS(1738), - [anon_sym_u128] = ACTIONS(1738), - [anon_sym_i128] = ACTIONS(1738), - [anon_sym_isize] = ACTIONS(1738), - [anon_sym_usize] = ACTIONS(1738), - [anon_sym_f32] = ACTIONS(1738), - [anon_sym_f64] = ACTIONS(1738), - [anon_sym_bool] = ACTIONS(1738), - [anon_sym_str] = ACTIONS(1738), - [anon_sym_char] = ACTIONS(1738), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_AMP] = ACTIONS(1740), - [anon_sym_PIPE] = ACTIONS(1078), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1422), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COLON_COLON] = ACTIONS(1744), - [anon_sym_const] = ACTIONS(1748), - [anon_sym_default] = ACTIONS(1750), - [anon_sym_gen] = ACTIONS(1750), - [anon_sym_union] = ACTIONS(1750), - [anon_sym_ref] = ACTIONS(1114), - [sym_mutable_specifier] = ACTIONS(3145), - [anon_sym_raw] = ACTIONS(1750), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(3147), - [sym_super] = ACTIONS(1752), - [sym_crate] = ACTIONS(1752), - [sym_metavariable] = ACTIONS(1754), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), + [sym_identifier] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1736), + [anon_sym_LBRACK] = ACTIONS(1740), + [anon_sym_u8] = ACTIONS(1742), + [anon_sym_i8] = ACTIONS(1742), + [anon_sym_u16] = ACTIONS(1742), + [anon_sym_i16] = ACTIONS(1742), + [anon_sym_u32] = ACTIONS(1742), + [anon_sym_i32] = ACTIONS(1742), + [anon_sym_u64] = ACTIONS(1742), + [anon_sym_i64] = ACTIONS(1742), + [anon_sym_u128] = ACTIONS(1742), + [anon_sym_i128] = ACTIONS(1742), + [anon_sym_isize] = ACTIONS(1742), + [anon_sym_usize] = ACTIONS(1742), + [anon_sym_f32] = ACTIONS(1742), + [anon_sym_f64] = ACTIONS(1742), + [anon_sym_bool] = ACTIONS(1742), + [anon_sym_str] = ACTIONS(1742), + [anon_sym_char] = ACTIONS(1742), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_AMP] = ACTIONS(1744), + [anon_sym_PIPE] = ACTIONS(1130), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1394), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3159), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COLON_COLON] = ACTIONS(1746), + [anon_sym_const] = ACTIONS(1750), + [anon_sym_default] = ACTIONS(1752), + [anon_sym_gen] = ACTIONS(1752), + [anon_sym_union] = ACTIONS(1752), + [anon_sym_ref] = ACTIONS(1166), + [sym_mutable_specifier] = ACTIONS(1402), + [anon_sym_raw] = ACTIONS(1752), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(3161), + [sym_super] = ACTIONS(1754), + [sym_crate] = ACTIONS(1754), + [sym_metavariable] = ACTIONS(1756), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), }, [STATE(821)] = { - [sym_bracketed_type] = STATE(3762), - [sym_generic_type] = STATE(3764), - [sym_generic_type_with_turbofish] = STATE(3481), - [sym_macro_invocation] = STATE(2182), - [sym_scoped_identifier] = STATE(2047), - [sym_scoped_type_identifier] = STATE(3014), - [sym_const_block] = STATE(2182), - [sym__pattern] = STATE(3450), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), + [sym_bracketed_type] = STATE(3504), + [sym_generic_type] = STATE(3513), + [sym_generic_type_with_turbofish] = STATE(3321), + [sym_macro_invocation] = STATE(2192), + [sym_scoped_identifier] = STATE(2052), + [sym_scoped_type_identifier] = STATE(3076), + [sym_const_block] = STATE(2192), + [sym__pattern] = STATE(2714), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), [sym_line_comment] = STATE(821), [sym_block_comment] = STATE(821), - [sym_identifier] = ACTIONS(1730), - [anon_sym_LPAREN] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1736), - [anon_sym_u8] = ACTIONS(1738), - [anon_sym_i8] = ACTIONS(1738), - [anon_sym_u16] = ACTIONS(1738), - [anon_sym_i16] = ACTIONS(1738), - [anon_sym_u32] = ACTIONS(1738), - [anon_sym_i32] = ACTIONS(1738), - [anon_sym_u64] = ACTIONS(1738), - [anon_sym_i64] = ACTIONS(1738), - [anon_sym_u128] = ACTIONS(1738), - [anon_sym_i128] = ACTIONS(1738), - [anon_sym_isize] = ACTIONS(1738), - [anon_sym_usize] = ACTIONS(1738), - [anon_sym_f32] = ACTIONS(1738), - [anon_sym_f64] = ACTIONS(1738), - [anon_sym_bool] = ACTIONS(1738), - [anon_sym_str] = ACTIONS(1738), - [anon_sym_char] = ACTIONS(1738), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_AMP] = ACTIONS(1740), - [anon_sym_PIPE] = ACTIONS(1078), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1422), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COLON_COLON] = ACTIONS(1744), - [anon_sym_const] = ACTIONS(1748), - [anon_sym_default] = ACTIONS(1750), - [anon_sym_gen] = ACTIONS(1750), - [anon_sym_union] = ACTIONS(1750), - [anon_sym_ref] = ACTIONS(1114), - [sym_mutable_specifier] = ACTIONS(1430), - [anon_sym_raw] = ACTIONS(1750), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1752), - [sym_super] = ACTIONS(1752), - [sym_crate] = ACTIONS(1752), - [sym_metavariable] = ACTIONS(1754), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), + [sym_identifier] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1736), + [anon_sym_LBRACK] = ACTIONS(1740), + [anon_sym_RBRACK] = ACTIONS(3163), + [anon_sym_u8] = ACTIONS(1742), + [anon_sym_i8] = ACTIONS(1742), + [anon_sym_u16] = ACTIONS(1742), + [anon_sym_i16] = ACTIONS(1742), + [anon_sym_u32] = ACTIONS(1742), + [anon_sym_i32] = ACTIONS(1742), + [anon_sym_u64] = ACTIONS(1742), + [anon_sym_i64] = ACTIONS(1742), + [anon_sym_u128] = ACTIONS(1742), + [anon_sym_i128] = ACTIONS(1742), + [anon_sym_isize] = ACTIONS(1742), + [anon_sym_usize] = ACTIONS(1742), + [anon_sym_f32] = ACTIONS(1742), + [anon_sym_f64] = ACTIONS(1742), + [anon_sym_bool] = ACTIONS(1742), + [anon_sym_str] = ACTIONS(1742), + [anon_sym_char] = ACTIONS(1742), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_AMP] = ACTIONS(1744), + [anon_sym_PIPE] = ACTIONS(1130), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1394), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COLON_COLON] = ACTIONS(1746), + [anon_sym_const] = ACTIONS(1750), + [anon_sym_default] = ACTIONS(1752), + [anon_sym_gen] = ACTIONS(1752), + [anon_sym_union] = ACTIONS(1752), + [anon_sym_ref] = ACTIONS(1166), + [sym_mutable_specifier] = ACTIONS(1402), + [anon_sym_raw] = ACTIONS(1752), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1754), + [sym_super] = ACTIONS(1754), + [sym_crate] = ACTIONS(1754), + [sym_metavariable] = ACTIONS(1756), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), }, [STATE(822)] = { - [sym_bracketed_type] = STATE(3762), - [sym_generic_type] = STATE(3764), - [sym_generic_type_with_turbofish] = STATE(3481), - [sym_macro_invocation] = STATE(2182), - [sym_scoped_identifier] = STATE(2047), - [sym_scoped_type_identifier] = STATE(3014), - [sym_const_block] = STATE(2182), - [sym__pattern] = STATE(3479), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), + [sym_bracketed_type] = STATE(3698), + [sym_generic_type] = STATE(3513), + [sym_generic_type_with_turbofish] = STATE(3435), + [sym_macro_invocation] = STATE(2935), + [sym_scoped_identifier] = STATE(2252), + [sym_scoped_type_identifier] = STATE(3061), + [sym_const_block] = STATE(2935), + [sym__pattern] = STATE(3154), + [sym_generic_pattern] = STATE(2935), + [sym_tuple_pattern] = STATE(2935), + [sym_slice_pattern] = STATE(2935), + [sym_tuple_struct_pattern] = STATE(2935), + [sym_struct_pattern] = STATE(2935), + [sym_remaining_field_pattern] = STATE(2935), + [sym_mut_pattern] = STATE(2935), + [sym_range_pattern] = STATE(2935), + [sym_ref_pattern] = STATE(2935), + [sym_captured_pattern] = STATE(2935), + [sym_reference_pattern] = STATE(2935), + [sym_or_pattern] = STATE(2935), + [sym__literal_pattern] = STATE(2490), + [sym_negative_literal] = STATE(2411), + [sym_string_literal] = STATE(2411), + [sym_raw_string_literal] = STATE(2411), + [sym_boolean_literal] = STATE(2411), [sym_line_comment] = STATE(822), [sym_block_comment] = STATE(822), - [sym_identifier] = ACTIONS(1730), - [anon_sym_LPAREN] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1736), - [anon_sym_u8] = ACTIONS(1738), - [anon_sym_i8] = ACTIONS(1738), - [anon_sym_u16] = ACTIONS(1738), - [anon_sym_i16] = ACTIONS(1738), - [anon_sym_u32] = ACTIONS(1738), - [anon_sym_i32] = ACTIONS(1738), - [anon_sym_u64] = ACTIONS(1738), - [anon_sym_i64] = ACTIONS(1738), - [anon_sym_u128] = ACTIONS(1738), - [anon_sym_i128] = ACTIONS(1738), - [anon_sym_isize] = ACTIONS(1738), - [anon_sym_usize] = ACTIONS(1738), - [anon_sym_f32] = ACTIONS(1738), - [anon_sym_f64] = ACTIONS(1738), - [anon_sym_bool] = ACTIONS(1738), - [anon_sym_str] = ACTIONS(1738), - [anon_sym_char] = ACTIONS(1738), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_AMP] = ACTIONS(1740), - [anon_sym_PIPE] = ACTIONS(1078), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1422), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COLON_COLON] = ACTIONS(1744), - [anon_sym_const] = ACTIONS(1748), - [anon_sym_default] = ACTIONS(1750), - [anon_sym_gen] = ACTIONS(1750), - [anon_sym_union] = ACTIONS(1750), - [anon_sym_ref] = ACTIONS(1114), - [sym_mutable_specifier] = ACTIONS(1430), - [anon_sym_raw] = ACTIONS(1750), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1752), - [sym_super] = ACTIONS(1752), - [sym_crate] = ACTIONS(1752), - [sym_metavariable] = ACTIONS(1754), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), - }, - [STATE(823)] = { - [sym_bracketed_type] = STATE(3762), - [sym_generic_type] = STATE(3764), - [sym_generic_type_with_turbofish] = STATE(3481), - [sym_macro_invocation] = STATE(2182), - [sym_scoped_identifier] = STATE(2047), - [sym_scoped_type_identifier] = STATE(3014), - [sym_const_block] = STATE(2182), - [sym__pattern] = STATE(2754), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), - [sym_line_comment] = STATE(823), - [sym_block_comment] = STATE(823), - [sym_identifier] = ACTIONS(1730), - [anon_sym_LPAREN] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1736), - [anon_sym_u8] = ACTIONS(1738), - [anon_sym_i8] = ACTIONS(1738), - [anon_sym_u16] = ACTIONS(1738), - [anon_sym_i16] = ACTIONS(1738), - [anon_sym_u32] = ACTIONS(1738), - [anon_sym_i32] = ACTIONS(1738), - [anon_sym_u64] = ACTIONS(1738), - [anon_sym_i64] = ACTIONS(1738), - [anon_sym_u128] = ACTIONS(1738), - [anon_sym_i128] = ACTIONS(1738), - [anon_sym_isize] = ACTIONS(1738), - [anon_sym_usize] = ACTIONS(1738), - [anon_sym_f32] = ACTIONS(1738), - [anon_sym_f64] = ACTIONS(1738), - [anon_sym_bool] = ACTIONS(1738), - [anon_sym_str] = ACTIONS(1738), - [anon_sym_char] = ACTIONS(1738), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_AMP] = ACTIONS(1740), - [anon_sym_PIPE] = ACTIONS(1078), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1422), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COLON_COLON] = ACTIONS(1744), - [anon_sym_const] = ACTIONS(1748), - [anon_sym_default] = ACTIONS(1750), - [anon_sym_gen] = ACTIONS(1750), - [anon_sym_union] = ACTIONS(1750), - [anon_sym_ref] = ACTIONS(1114), - [sym_mutable_specifier] = ACTIONS(1430), - [anon_sym_raw] = ACTIONS(1750), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1752), - [sym_super] = ACTIONS(1752), - [sym_crate] = ACTIONS(1752), - [sym_metavariable] = ACTIONS(1754), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), - }, - [STATE(824)] = { - [sym_bracketed_type] = STATE(3762), - [sym_generic_type] = STATE(3764), - [sym_generic_type_with_turbofish] = STATE(3481), - [sym_macro_invocation] = STATE(2182), - [sym_scoped_identifier] = STATE(2047), - [sym_scoped_type_identifier] = STATE(3014), - [sym_const_block] = STATE(2182), - [sym__pattern] = STATE(3471), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), - [sym_line_comment] = STATE(824), - [sym_block_comment] = STATE(824), - [sym_identifier] = ACTIONS(1730), - [anon_sym_LPAREN] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1736), - [anon_sym_u8] = ACTIONS(1738), - [anon_sym_i8] = ACTIONS(1738), - [anon_sym_u16] = ACTIONS(1738), - [anon_sym_i16] = ACTIONS(1738), - [anon_sym_u32] = ACTIONS(1738), - [anon_sym_i32] = ACTIONS(1738), - [anon_sym_u64] = ACTIONS(1738), - [anon_sym_i64] = ACTIONS(1738), - [anon_sym_u128] = ACTIONS(1738), - [anon_sym_i128] = ACTIONS(1738), - [anon_sym_isize] = ACTIONS(1738), - [anon_sym_usize] = ACTIONS(1738), - [anon_sym_f32] = ACTIONS(1738), - [anon_sym_f64] = ACTIONS(1738), - [anon_sym_bool] = ACTIONS(1738), - [anon_sym_str] = ACTIONS(1738), - [anon_sym_char] = ACTIONS(1738), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_AMP] = ACTIONS(1740), - [anon_sym_PIPE] = ACTIONS(1078), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1422), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COLON_COLON] = ACTIONS(1744), - [anon_sym_const] = ACTIONS(1748), - [anon_sym_default] = ACTIONS(1750), - [anon_sym_gen] = ACTIONS(1750), - [anon_sym_union] = ACTIONS(1750), - [anon_sym_ref] = ACTIONS(1114), - [sym_mutable_specifier] = ACTIONS(1430), - [anon_sym_raw] = ACTIONS(1750), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1752), - [sym_super] = ACTIONS(1752), - [sym_crate] = ACTIONS(1752), - [sym_metavariable] = ACTIONS(1754), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), - }, - [STATE(825)] = { - [sym_bracketed_type] = STATE(3762), - [sym_generic_type] = STATE(3764), - [sym_generic_type_with_turbofish] = STATE(3481), - [sym_macro_invocation] = STATE(2182), - [sym_scoped_identifier] = STATE(2047), - [sym_scoped_type_identifier] = STATE(3014), - [sym_const_block] = STATE(2182), - [sym__pattern] = STATE(3104), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), - [sym_line_comment] = STATE(825), - [sym_block_comment] = STATE(825), - [sym_identifier] = ACTIONS(1730), - [anon_sym_LPAREN] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1736), - [anon_sym_u8] = ACTIONS(1738), - [anon_sym_i8] = ACTIONS(1738), - [anon_sym_u16] = ACTIONS(1738), - [anon_sym_i16] = ACTIONS(1738), - [anon_sym_u32] = ACTIONS(1738), - [anon_sym_i32] = ACTIONS(1738), - [anon_sym_u64] = ACTIONS(1738), - [anon_sym_i64] = ACTIONS(1738), - [anon_sym_u128] = ACTIONS(1738), - [anon_sym_i128] = ACTIONS(1738), - [anon_sym_isize] = ACTIONS(1738), - [anon_sym_usize] = ACTIONS(1738), - [anon_sym_f32] = ACTIONS(1738), - [anon_sym_f64] = ACTIONS(1738), - [anon_sym_bool] = ACTIONS(1738), - [anon_sym_str] = ACTIONS(1738), - [anon_sym_char] = ACTIONS(1738), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_AMP] = ACTIONS(1740), - [anon_sym_PIPE] = ACTIONS(1078), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1422), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COLON_COLON] = ACTIONS(1744), - [anon_sym_const] = ACTIONS(1748), - [anon_sym_default] = ACTIONS(1750), - [anon_sym_gen] = ACTIONS(1750), - [anon_sym_union] = ACTIONS(1750), - [anon_sym_ref] = ACTIONS(1114), - [sym_mutable_specifier] = ACTIONS(1430), - [anon_sym_raw] = ACTIONS(1750), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1752), - [sym_super] = ACTIONS(1752), - [sym_crate] = ACTIONS(1752), - [sym_metavariable] = ACTIONS(1754), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), - }, - [STATE(826)] = { - [sym_bracketed_type] = STATE(3698), - [sym_generic_type] = STATE(3764), - [sym_generic_type_with_turbofish] = STATE(3419), - [sym_macro_invocation] = STATE(2942), - [sym_scoped_identifier] = STATE(2248), - [sym_scoped_type_identifier] = STATE(3103), - [sym_const_block] = STATE(2942), - [sym__pattern] = STATE(2931), - [sym_generic_pattern] = STATE(2942), - [sym_tuple_pattern] = STATE(2942), - [sym_slice_pattern] = STATE(2942), - [sym_tuple_struct_pattern] = STATE(2942), - [sym_struct_pattern] = STATE(2942), - [sym_remaining_field_pattern] = STATE(2942), - [sym_mut_pattern] = STATE(2942), - [sym_range_pattern] = STATE(2942), - [sym_ref_pattern] = STATE(2942), - [sym_captured_pattern] = STATE(2942), - [sym_reference_pattern] = STATE(2942), - [sym_or_pattern] = STATE(2942), - [sym__literal_pattern] = STATE(2447), - [sym_negative_literal] = STATE(2441), - [sym_string_literal] = STATE(2441), - [sym_raw_string_literal] = STATE(2441), - [sym_boolean_literal] = STATE(2441), - [sym_line_comment] = STATE(826), - [sym_block_comment] = STATE(826), [sym_identifier] = ACTIONS(1676), [anon_sym_LPAREN] = ACTIONS(1678), [anon_sym_LBRACK] = ACTIONS(1680), @@ -99394,186 +99165,494 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1720), [sym_float_literal] = ACTIONS(1710), }, + [STATE(823)] = { + [sym_bracketed_type] = STATE(3504), + [sym_generic_type] = STATE(3513), + [sym_generic_type_with_turbofish] = STATE(3321), + [sym_macro_invocation] = STATE(2192), + [sym_scoped_identifier] = STATE(2052), + [sym_scoped_type_identifier] = STATE(3076), + [sym_const_block] = STATE(2192), + [sym__pattern] = STATE(3285), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), + [sym_line_comment] = STATE(823), + [sym_block_comment] = STATE(823), + [sym_identifier] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1736), + [anon_sym_LBRACK] = ACTIONS(1740), + [anon_sym_u8] = ACTIONS(1742), + [anon_sym_i8] = ACTIONS(1742), + [anon_sym_u16] = ACTIONS(1742), + [anon_sym_i16] = ACTIONS(1742), + [anon_sym_u32] = ACTIONS(1742), + [anon_sym_i32] = ACTIONS(1742), + [anon_sym_u64] = ACTIONS(1742), + [anon_sym_i64] = ACTIONS(1742), + [anon_sym_u128] = ACTIONS(1742), + [anon_sym_i128] = ACTIONS(1742), + [anon_sym_isize] = ACTIONS(1742), + [anon_sym_usize] = ACTIONS(1742), + [anon_sym_f32] = ACTIONS(1742), + [anon_sym_f64] = ACTIONS(1742), + [anon_sym_bool] = ACTIONS(1742), + [anon_sym_str] = ACTIONS(1742), + [anon_sym_char] = ACTIONS(1742), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_AMP] = ACTIONS(1744), + [anon_sym_PIPE] = ACTIONS(1130), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1394), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COLON_COLON] = ACTIONS(1746), + [anon_sym_const] = ACTIONS(1750), + [anon_sym_default] = ACTIONS(1752), + [anon_sym_gen] = ACTIONS(1752), + [anon_sym_union] = ACTIONS(1752), + [anon_sym_ref] = ACTIONS(1166), + [sym_mutable_specifier] = ACTIONS(1402), + [anon_sym_raw] = ACTIONS(1752), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1754), + [sym_super] = ACTIONS(1754), + [sym_crate] = ACTIONS(1754), + [sym_metavariable] = ACTIONS(1756), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), + }, + [STATE(824)] = { + [sym_bracketed_type] = STATE(3504), + [sym_generic_type] = STATE(3513), + [sym_generic_type_with_turbofish] = STATE(3321), + [sym_macro_invocation] = STATE(2192), + [sym_scoped_identifier] = STATE(2052), + [sym_scoped_type_identifier] = STATE(3076), + [sym_const_block] = STATE(2192), + [sym__pattern] = STATE(2714), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), + [sym_line_comment] = STATE(824), + [sym_block_comment] = STATE(824), + [sym_identifier] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1736), + [anon_sym_LBRACK] = ACTIONS(1740), + [anon_sym_u8] = ACTIONS(1742), + [anon_sym_i8] = ACTIONS(1742), + [anon_sym_u16] = ACTIONS(1742), + [anon_sym_i16] = ACTIONS(1742), + [anon_sym_u32] = ACTIONS(1742), + [anon_sym_i32] = ACTIONS(1742), + [anon_sym_u64] = ACTIONS(1742), + [anon_sym_i64] = ACTIONS(1742), + [anon_sym_u128] = ACTIONS(1742), + [anon_sym_i128] = ACTIONS(1742), + [anon_sym_isize] = ACTIONS(1742), + [anon_sym_usize] = ACTIONS(1742), + [anon_sym_f32] = ACTIONS(1742), + [anon_sym_f64] = ACTIONS(1742), + [anon_sym_bool] = ACTIONS(1742), + [anon_sym_str] = ACTIONS(1742), + [anon_sym_char] = ACTIONS(1742), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_AMP] = ACTIONS(1744), + [anon_sym_PIPE] = ACTIONS(1130), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1394), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COLON_COLON] = ACTIONS(1746), + [anon_sym_const] = ACTIONS(1750), + [anon_sym_default] = ACTIONS(1752), + [anon_sym_gen] = ACTIONS(1752), + [anon_sym_union] = ACTIONS(1752), + [anon_sym_ref] = ACTIONS(1166), + [sym_mutable_specifier] = ACTIONS(1402), + [anon_sym_raw] = ACTIONS(1752), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1754), + [sym_super] = ACTIONS(1754), + [sym_crate] = ACTIONS(1754), + [sym_metavariable] = ACTIONS(1756), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), + }, + [STATE(825)] = { + [sym_bracketed_type] = STATE(3504), + [sym_generic_type] = STATE(3513), + [sym_generic_type_with_turbofish] = STATE(3321), + [sym_macro_invocation] = STATE(2192), + [sym_scoped_identifier] = STATE(2052), + [sym_scoped_type_identifier] = STATE(3076), + [sym_const_block] = STATE(2192), + [sym__pattern] = STATE(2197), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), + [sym_line_comment] = STATE(825), + [sym_block_comment] = STATE(825), + [sym_identifier] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1736), + [anon_sym_LBRACK] = ACTIONS(1740), + [anon_sym_u8] = ACTIONS(1742), + [anon_sym_i8] = ACTIONS(1742), + [anon_sym_u16] = ACTIONS(1742), + [anon_sym_i16] = ACTIONS(1742), + [anon_sym_u32] = ACTIONS(1742), + [anon_sym_i32] = ACTIONS(1742), + [anon_sym_u64] = ACTIONS(1742), + [anon_sym_i64] = ACTIONS(1742), + [anon_sym_u128] = ACTIONS(1742), + [anon_sym_i128] = ACTIONS(1742), + [anon_sym_isize] = ACTIONS(1742), + [anon_sym_usize] = ACTIONS(1742), + [anon_sym_f32] = ACTIONS(1742), + [anon_sym_f64] = ACTIONS(1742), + [anon_sym_bool] = ACTIONS(1742), + [anon_sym_str] = ACTIONS(1742), + [anon_sym_char] = ACTIONS(1742), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_AMP] = ACTIONS(1744), + [anon_sym_PIPE] = ACTIONS(1130), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1394), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COLON_COLON] = ACTIONS(1746), + [anon_sym_const] = ACTIONS(1750), + [anon_sym_default] = ACTIONS(1752), + [anon_sym_gen] = ACTIONS(1752), + [anon_sym_union] = ACTIONS(1752), + [anon_sym_ref] = ACTIONS(1166), + [sym_mutable_specifier] = ACTIONS(1402), + [anon_sym_raw] = ACTIONS(1752), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1754), + [sym_super] = ACTIONS(1754), + [sym_crate] = ACTIONS(1754), + [sym_metavariable] = ACTIONS(1756), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), + }, + [STATE(826)] = { + [sym_bracketed_type] = STATE(3504), + [sym_generic_type] = STATE(3513), + [sym_generic_type_with_turbofish] = STATE(3321), + [sym_macro_invocation] = STATE(2192), + [sym_scoped_identifier] = STATE(2052), + [sym_scoped_type_identifier] = STATE(3076), + [sym_const_block] = STATE(2192), + [sym__pattern] = STATE(2602), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), + [sym_line_comment] = STATE(826), + [sym_block_comment] = STATE(826), + [sym_identifier] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1736), + [anon_sym_LBRACK] = ACTIONS(1740), + [anon_sym_u8] = ACTIONS(1742), + [anon_sym_i8] = ACTIONS(1742), + [anon_sym_u16] = ACTIONS(1742), + [anon_sym_i16] = ACTIONS(1742), + [anon_sym_u32] = ACTIONS(1742), + [anon_sym_i32] = ACTIONS(1742), + [anon_sym_u64] = ACTIONS(1742), + [anon_sym_i64] = ACTIONS(1742), + [anon_sym_u128] = ACTIONS(1742), + [anon_sym_i128] = ACTIONS(1742), + [anon_sym_isize] = ACTIONS(1742), + [anon_sym_usize] = ACTIONS(1742), + [anon_sym_f32] = ACTIONS(1742), + [anon_sym_f64] = ACTIONS(1742), + [anon_sym_bool] = ACTIONS(1742), + [anon_sym_str] = ACTIONS(1742), + [anon_sym_char] = ACTIONS(1742), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_AMP] = ACTIONS(1744), + [anon_sym_PIPE] = ACTIONS(1130), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1394), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COLON_COLON] = ACTIONS(1746), + [anon_sym_const] = ACTIONS(1750), + [anon_sym_default] = ACTIONS(1752), + [anon_sym_gen] = ACTIONS(1752), + [anon_sym_union] = ACTIONS(1752), + [anon_sym_ref] = ACTIONS(1166), + [sym_mutable_specifier] = ACTIONS(3165), + [anon_sym_raw] = ACTIONS(1752), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1754), + [sym_super] = ACTIONS(1754), + [sym_crate] = ACTIONS(1754), + [sym_metavariable] = ACTIONS(1756), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), + }, [STATE(827)] = { - [sym_bracketed_type] = STATE(3762), - [sym_generic_type] = STATE(3764), - [sym_generic_type_with_turbofish] = STATE(3481), - [sym_macro_invocation] = STATE(2182), - [sym_scoped_identifier] = STATE(2047), - [sym_scoped_type_identifier] = STATE(3014), - [sym_const_block] = STATE(2182), - [sym__pattern] = STATE(2206), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), + [sym_bracketed_type] = STATE(3504), + [sym_generic_type] = STATE(3513), + [sym_generic_type_with_turbofish] = STATE(3321), + [sym_macro_invocation] = STATE(2192), + [sym_scoped_identifier] = STATE(2052), + [sym_scoped_type_identifier] = STATE(3076), + [sym_const_block] = STATE(2192), + [sym__pattern] = STATE(3290), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), [sym_line_comment] = STATE(827), [sym_block_comment] = STATE(827), - [sym_identifier] = ACTIONS(1730), - [anon_sym_LPAREN] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1736), - [anon_sym_u8] = ACTIONS(1738), - [anon_sym_i8] = ACTIONS(1738), - [anon_sym_u16] = ACTIONS(1738), - [anon_sym_i16] = ACTIONS(1738), - [anon_sym_u32] = ACTIONS(1738), - [anon_sym_i32] = ACTIONS(1738), - [anon_sym_u64] = ACTIONS(1738), - [anon_sym_i64] = ACTIONS(1738), - [anon_sym_u128] = ACTIONS(1738), - [anon_sym_i128] = ACTIONS(1738), - [anon_sym_isize] = ACTIONS(1738), - [anon_sym_usize] = ACTIONS(1738), - [anon_sym_f32] = ACTIONS(1738), - [anon_sym_f64] = ACTIONS(1738), - [anon_sym_bool] = ACTIONS(1738), - [anon_sym_str] = ACTIONS(1738), - [anon_sym_char] = ACTIONS(1738), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_AMP] = ACTIONS(1740), - [anon_sym_PIPE] = ACTIONS(1078), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1422), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COLON_COLON] = ACTIONS(1744), - [anon_sym_const] = ACTIONS(1748), - [anon_sym_default] = ACTIONS(1750), - [anon_sym_gen] = ACTIONS(1750), - [anon_sym_union] = ACTIONS(1750), - [anon_sym_ref] = ACTIONS(1114), - [sym_mutable_specifier] = ACTIONS(3161), - [anon_sym_raw] = ACTIONS(1750), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1752), - [sym_super] = ACTIONS(1752), - [sym_crate] = ACTIONS(1752), - [sym_metavariable] = ACTIONS(1754), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), + [sym_identifier] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1736), + [anon_sym_LBRACK] = ACTIONS(1740), + [anon_sym_u8] = ACTIONS(1742), + [anon_sym_i8] = ACTIONS(1742), + [anon_sym_u16] = ACTIONS(1742), + [anon_sym_i16] = ACTIONS(1742), + [anon_sym_u32] = ACTIONS(1742), + [anon_sym_i32] = ACTIONS(1742), + [anon_sym_u64] = ACTIONS(1742), + [anon_sym_i64] = ACTIONS(1742), + [anon_sym_u128] = ACTIONS(1742), + [anon_sym_i128] = ACTIONS(1742), + [anon_sym_isize] = ACTIONS(1742), + [anon_sym_usize] = ACTIONS(1742), + [anon_sym_f32] = ACTIONS(1742), + [anon_sym_f64] = ACTIONS(1742), + [anon_sym_bool] = ACTIONS(1742), + [anon_sym_str] = ACTIONS(1742), + [anon_sym_char] = ACTIONS(1742), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_AMP] = ACTIONS(1744), + [anon_sym_PIPE] = ACTIONS(1130), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1394), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COLON_COLON] = ACTIONS(1746), + [anon_sym_const] = ACTIONS(1750), + [anon_sym_default] = ACTIONS(1752), + [anon_sym_gen] = ACTIONS(1752), + [anon_sym_union] = ACTIONS(1752), + [anon_sym_ref] = ACTIONS(1166), + [sym_mutable_specifier] = ACTIONS(1402), + [anon_sym_raw] = ACTIONS(1752), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1754), + [sym_super] = ACTIONS(1754), + [sym_crate] = ACTIONS(1754), + [sym_metavariable] = ACTIONS(1756), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), }, [STATE(828)] = { - [sym_bracketed_type] = STATE(3762), - [sym_generic_type] = STATE(3764), - [sym_generic_type_with_turbofish] = STATE(3481), - [sym_macro_invocation] = STATE(2182), - [sym_scoped_identifier] = STATE(2047), - [sym_scoped_type_identifier] = STATE(3014), - [sym_const_block] = STATE(2182), - [sym__pattern] = STATE(2228), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), + [sym_bracketed_type] = STATE(3504), + [sym_generic_type] = STATE(3513), + [sym_generic_type_with_turbofish] = STATE(3321), + [sym_macro_invocation] = STATE(2192), + [sym_scoped_identifier] = STATE(2052), + [sym_scoped_type_identifier] = STATE(3076), + [sym_const_block] = STATE(2192), + [sym__pattern] = STATE(2603), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), [sym_line_comment] = STATE(828), [sym_block_comment] = STATE(828), - [sym_identifier] = ACTIONS(1730), - [anon_sym_LPAREN] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1736), - [anon_sym_u8] = ACTIONS(1738), - [anon_sym_i8] = ACTIONS(1738), - [anon_sym_u16] = ACTIONS(1738), - [anon_sym_i16] = ACTIONS(1738), - [anon_sym_u32] = ACTIONS(1738), - [anon_sym_i32] = ACTIONS(1738), - [anon_sym_u64] = ACTIONS(1738), - [anon_sym_i64] = ACTIONS(1738), - [anon_sym_u128] = ACTIONS(1738), - [anon_sym_i128] = ACTIONS(1738), - [anon_sym_isize] = ACTIONS(1738), - [anon_sym_usize] = ACTIONS(1738), - [anon_sym_f32] = ACTIONS(1738), - [anon_sym_f64] = ACTIONS(1738), - [anon_sym_bool] = ACTIONS(1738), - [anon_sym_str] = ACTIONS(1738), - [anon_sym_char] = ACTIONS(1738), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_AMP] = ACTIONS(1740), - [anon_sym_PIPE] = ACTIONS(1078), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1422), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COLON_COLON] = ACTIONS(1744), - [anon_sym_const] = ACTIONS(1748), - [anon_sym_default] = ACTIONS(1750), - [anon_sym_gen] = ACTIONS(1750), - [anon_sym_union] = ACTIONS(1750), - [anon_sym_ref] = ACTIONS(1114), - [sym_mutable_specifier] = ACTIONS(1430), - [anon_sym_raw] = ACTIONS(1750), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1752), - [sym_super] = ACTIONS(1752), - [sym_crate] = ACTIONS(1752), - [sym_metavariable] = ACTIONS(1754), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), + [sym_identifier] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1736), + [anon_sym_LBRACK] = ACTIONS(1740), + [anon_sym_u8] = ACTIONS(1742), + [anon_sym_i8] = ACTIONS(1742), + [anon_sym_u16] = ACTIONS(1742), + [anon_sym_i16] = ACTIONS(1742), + [anon_sym_u32] = ACTIONS(1742), + [anon_sym_i32] = ACTIONS(1742), + [anon_sym_u64] = ACTIONS(1742), + [anon_sym_i64] = ACTIONS(1742), + [anon_sym_u128] = ACTIONS(1742), + [anon_sym_i128] = ACTIONS(1742), + [anon_sym_isize] = ACTIONS(1742), + [anon_sym_usize] = ACTIONS(1742), + [anon_sym_f32] = ACTIONS(1742), + [anon_sym_f64] = ACTIONS(1742), + [anon_sym_bool] = ACTIONS(1742), + [anon_sym_str] = ACTIONS(1742), + [anon_sym_char] = ACTIONS(1742), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_AMP] = ACTIONS(1744), + [anon_sym_PIPE] = ACTIONS(1130), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1394), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COLON_COLON] = ACTIONS(1746), + [anon_sym_const] = ACTIONS(1750), + [anon_sym_default] = ACTIONS(1752), + [anon_sym_gen] = ACTIONS(1752), + [anon_sym_union] = ACTIONS(1752), + [anon_sym_ref] = ACTIONS(1166), + [sym_mutable_specifier] = ACTIONS(1402), + [anon_sym_raw] = ACTIONS(1752), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1754), + [sym_super] = ACTIONS(1754), + [sym_crate] = ACTIONS(1754), + [sym_metavariable] = ACTIONS(1756), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), }, [STATE(829)] = { [sym_bracketed_type] = STATE(3698), - [sym_generic_type] = STATE(3764), - [sym_generic_type_with_turbofish] = STATE(3419), - [sym_macro_invocation] = STATE(2942), - [sym_scoped_identifier] = STATE(2248), - [sym_scoped_type_identifier] = STATE(3103), - [sym_const_block] = STATE(2942), - [sym__pattern] = STATE(3012), - [sym_generic_pattern] = STATE(2942), - [sym_tuple_pattern] = STATE(2942), - [sym_slice_pattern] = STATE(2942), - [sym_tuple_struct_pattern] = STATE(2942), - [sym_struct_pattern] = STATE(2942), - [sym_remaining_field_pattern] = STATE(2942), - [sym_mut_pattern] = STATE(2942), - [sym_range_pattern] = STATE(2942), - [sym_ref_pattern] = STATE(2942), - [sym_captured_pattern] = STATE(2942), - [sym_reference_pattern] = STATE(2942), - [sym_or_pattern] = STATE(2942), - [sym__literal_pattern] = STATE(2447), - [sym_negative_literal] = STATE(2441), - [sym_string_literal] = STATE(2441), - [sym_raw_string_literal] = STATE(2441), - [sym_boolean_literal] = STATE(2441), + [sym_generic_type] = STATE(3513), + [sym_generic_type_with_turbofish] = STATE(3435), + [sym_macro_invocation] = STATE(2935), + [sym_scoped_identifier] = STATE(2252), + [sym_scoped_type_identifier] = STATE(3061), + [sym_const_block] = STATE(2935), + [sym__pattern] = STATE(3106), + [sym_generic_pattern] = STATE(2935), + [sym_tuple_pattern] = STATE(2935), + [sym_slice_pattern] = STATE(2935), + [sym_tuple_struct_pattern] = STATE(2935), + [sym_struct_pattern] = STATE(2935), + [sym_remaining_field_pattern] = STATE(2935), + [sym_mut_pattern] = STATE(2935), + [sym_range_pattern] = STATE(2935), + [sym_ref_pattern] = STATE(2935), + [sym_captured_pattern] = STATE(2935), + [sym_reference_pattern] = STATE(2935), + [sym_or_pattern] = STATE(2935), + [sym__literal_pattern] = STATE(2490), + [sym_negative_literal] = STATE(2411), + [sym_string_literal] = STATE(2411), + [sym_raw_string_literal] = STATE(2411), + [sym_boolean_literal] = STATE(2411), [sym_line_comment] = STATE(829), [sym_block_comment] = STATE(829), [sym_identifier] = ACTIONS(1676), @@ -99609,7 +99688,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_gen] = ACTIONS(1704), [anon_sym_union] = ACTIONS(1704), [anon_sym_ref] = ACTIONS(1706), - [sym_mutable_specifier] = ACTIONS(1708), + [sym_mutable_specifier] = ACTIONS(3167), [anon_sym_raw] = ACTIONS(1704), [sym_integer_literal] = ACTIONS(1710), [aux_sym_string_literal_token1] = ACTIONS(1712), @@ -99626,187 +99705,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(1710), }, [STATE(830)] = { - [sym_bracketed_type] = STATE(3762), - [sym_generic_type] = STATE(3764), - [sym_generic_type_with_turbofish] = STATE(3481), - [sym_macro_invocation] = STATE(2182), - [sym_scoped_identifier] = STATE(2047), - [sym_scoped_type_identifier] = STATE(3014), - [sym_const_block] = STATE(2182), - [sym__pattern] = STATE(2191), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), + [sym_bracketed_type] = STATE(3698), + [sym_generic_type] = STATE(3513), + [sym_generic_type_with_turbofish] = STATE(3435), + [sym_macro_invocation] = STATE(2935), + [sym_scoped_identifier] = STATE(2252), + [sym_scoped_type_identifier] = STATE(3061), + [sym_const_block] = STATE(2935), + [sym__pattern] = STATE(3117), + [sym_generic_pattern] = STATE(2935), + [sym_tuple_pattern] = STATE(2935), + [sym_slice_pattern] = STATE(2935), + [sym_tuple_struct_pattern] = STATE(2935), + [sym_struct_pattern] = STATE(2935), + [sym_remaining_field_pattern] = STATE(2935), + [sym_mut_pattern] = STATE(2935), + [sym_range_pattern] = STATE(2935), + [sym_ref_pattern] = STATE(2935), + [sym_captured_pattern] = STATE(2935), + [sym_reference_pattern] = STATE(2935), + [sym_or_pattern] = STATE(2935), + [sym__literal_pattern] = STATE(2490), + [sym_negative_literal] = STATE(2411), + [sym_string_literal] = STATE(2411), + [sym_raw_string_literal] = STATE(2411), + [sym_boolean_literal] = STATE(2411), [sym_line_comment] = STATE(830), [sym_block_comment] = STATE(830), - [sym_identifier] = ACTIONS(1730), - [anon_sym_LPAREN] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1736), - [anon_sym_u8] = ACTIONS(1738), - [anon_sym_i8] = ACTIONS(1738), - [anon_sym_u16] = ACTIONS(1738), - [anon_sym_i16] = ACTIONS(1738), - [anon_sym_u32] = ACTIONS(1738), - [anon_sym_i32] = ACTIONS(1738), - [anon_sym_u64] = ACTIONS(1738), - [anon_sym_i64] = ACTIONS(1738), - [anon_sym_u128] = ACTIONS(1738), - [anon_sym_i128] = ACTIONS(1738), - [anon_sym_isize] = ACTIONS(1738), - [anon_sym_usize] = ACTIONS(1738), - [anon_sym_f32] = ACTIONS(1738), - [anon_sym_f64] = ACTIONS(1738), - [anon_sym_bool] = ACTIONS(1738), - [anon_sym_str] = ACTIONS(1738), - [anon_sym_char] = ACTIONS(1738), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_AMP] = ACTIONS(1740), - [anon_sym_PIPE] = ACTIONS(1078), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1422), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COLON_COLON] = ACTIONS(1744), - [anon_sym_const] = ACTIONS(1748), - [anon_sym_default] = ACTIONS(1750), - [anon_sym_gen] = ACTIONS(1750), - [anon_sym_union] = ACTIONS(1750), - [anon_sym_ref] = ACTIONS(1114), - [sym_mutable_specifier] = ACTIONS(1430), - [anon_sym_raw] = ACTIONS(1750), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1752), - [sym_super] = ACTIONS(1752), - [sym_crate] = ACTIONS(1752), - [sym_metavariable] = ACTIONS(1754), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), - }, - [STATE(831)] = { - [sym_bracketed_type] = STATE(3762), - [sym_generic_type] = STATE(3764), - [sym_generic_type_with_turbofish] = STATE(3481), - [sym_macro_invocation] = STATE(2182), - [sym_scoped_identifier] = STATE(2047), - [sym_scoped_type_identifier] = STATE(3014), - [sym_const_block] = STATE(2182), - [sym__pattern] = STATE(2843), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), - [sym_line_comment] = STATE(831), - [sym_block_comment] = STATE(831), - [sym_identifier] = ACTIONS(1730), - [anon_sym_LPAREN] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1736), - [anon_sym_u8] = ACTIONS(1738), - [anon_sym_i8] = ACTIONS(1738), - [anon_sym_u16] = ACTIONS(1738), - [anon_sym_i16] = ACTIONS(1738), - [anon_sym_u32] = ACTIONS(1738), - [anon_sym_i32] = ACTIONS(1738), - [anon_sym_u64] = ACTIONS(1738), - [anon_sym_i64] = ACTIONS(1738), - [anon_sym_u128] = ACTIONS(1738), - [anon_sym_i128] = ACTIONS(1738), - [anon_sym_isize] = ACTIONS(1738), - [anon_sym_usize] = ACTIONS(1738), - [anon_sym_f32] = ACTIONS(1738), - [anon_sym_f64] = ACTIONS(1738), - [anon_sym_bool] = ACTIONS(1738), - [anon_sym_str] = ACTIONS(1738), - [anon_sym_char] = ACTIONS(1738), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_AMP] = ACTIONS(1740), - [anon_sym_PIPE] = ACTIONS(1078), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1422), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COLON_COLON] = ACTIONS(1744), - [anon_sym_const] = ACTIONS(1748), - [anon_sym_default] = ACTIONS(1750), - [anon_sym_gen] = ACTIONS(1750), - [anon_sym_union] = ACTIONS(1750), - [anon_sym_ref] = ACTIONS(1114), - [sym_mutable_specifier] = ACTIONS(1430), - [anon_sym_raw] = ACTIONS(1750), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(3163), - [sym_super] = ACTIONS(1752), - [sym_crate] = ACTIONS(1752), - [sym_metavariable] = ACTIONS(1754), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), - }, - [STATE(832)] = { - [sym_bracketed_type] = STATE(3698), - [sym_generic_type] = STATE(3764), - [sym_generic_type_with_turbofish] = STATE(3419), - [sym_macro_invocation] = STATE(2942), - [sym_scoped_identifier] = STATE(2248), - [sym_scoped_type_identifier] = STATE(3103), - [sym_const_block] = STATE(2942), - [sym__pattern] = STATE(3061), - [sym_generic_pattern] = STATE(2942), - [sym_tuple_pattern] = STATE(2942), - [sym_slice_pattern] = STATE(2942), - [sym_tuple_struct_pattern] = STATE(2942), - [sym_struct_pattern] = STATE(2942), - [sym_remaining_field_pattern] = STATE(2942), - [sym_mut_pattern] = STATE(2942), - [sym_range_pattern] = STATE(2942), - [sym_ref_pattern] = STATE(2942), - [sym_captured_pattern] = STATE(2942), - [sym_reference_pattern] = STATE(2942), - [sym_or_pattern] = STATE(2942), - [sym__literal_pattern] = STATE(2447), - [sym_negative_literal] = STATE(2441), - [sym_string_literal] = STATE(2441), - [sym_raw_string_literal] = STATE(2441), - [sym_boolean_literal] = STATE(2441), - [sym_line_comment] = STATE(832), - [sym_block_comment] = STATE(832), [sym_identifier] = ACTIONS(1676), [anon_sym_LPAREN] = ACTIONS(1678), [anon_sym_LBRACK] = ACTIONS(1680), @@ -99856,188 +99781,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1720), [sym_float_literal] = ACTIONS(1710), }, - [STATE(833)] = { - [sym_bracketed_type] = STATE(3762), - [sym_generic_type] = STATE(3764), - [sym_generic_type_with_turbofish] = STATE(3481), - [sym_macro_invocation] = STATE(2182), - [sym_scoped_identifier] = STATE(2047), - [sym_scoped_type_identifier] = STATE(3014), - [sym_const_block] = STATE(2182), - [sym__pattern] = STATE(2578), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), - [sym_line_comment] = STATE(833), - [sym_block_comment] = STATE(833), - [sym_identifier] = ACTIONS(1730), - [anon_sym_LPAREN] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1736), - [anon_sym_u8] = ACTIONS(1738), - [anon_sym_i8] = ACTIONS(1738), - [anon_sym_u16] = ACTIONS(1738), - [anon_sym_i16] = ACTIONS(1738), - [anon_sym_u32] = ACTIONS(1738), - [anon_sym_i32] = ACTIONS(1738), - [anon_sym_u64] = ACTIONS(1738), - [anon_sym_i64] = ACTIONS(1738), - [anon_sym_u128] = ACTIONS(1738), - [anon_sym_i128] = ACTIONS(1738), - [anon_sym_isize] = ACTIONS(1738), - [anon_sym_usize] = ACTIONS(1738), - [anon_sym_f32] = ACTIONS(1738), - [anon_sym_f64] = ACTIONS(1738), - [anon_sym_bool] = ACTIONS(1738), - [anon_sym_str] = ACTIONS(1738), - [anon_sym_char] = ACTIONS(1738), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_AMP] = ACTIONS(1740), - [anon_sym_PIPE] = ACTIONS(1078), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1422), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COLON_COLON] = ACTIONS(1744), - [anon_sym_const] = ACTIONS(1748), - [anon_sym_default] = ACTIONS(1750), - [anon_sym_gen] = ACTIONS(1750), - [anon_sym_union] = ACTIONS(1750), - [anon_sym_ref] = ACTIONS(1114), - [sym_mutable_specifier] = ACTIONS(1430), - [anon_sym_raw] = ACTIONS(1750), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1752), - [sym_super] = ACTIONS(1752), - [sym_crate] = ACTIONS(1752), - [sym_metavariable] = ACTIONS(1754), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), - }, - [STATE(834)] = { - [sym_bracketed_type] = STATE(3762), - [sym_generic_type] = STATE(3764), - [sym_generic_type_with_turbofish] = STATE(3481), - [sym_macro_invocation] = STATE(2182), - [sym_scoped_identifier] = STATE(2047), - [sym_scoped_type_identifier] = STATE(3014), - [sym_const_block] = STATE(2182), - [sym__pattern] = STATE(3348), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), - [sym_line_comment] = STATE(834), - [sym_block_comment] = STATE(834), - [sym_identifier] = ACTIONS(1730), - [anon_sym_LPAREN] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1736), - [anon_sym_u8] = ACTIONS(1738), - [anon_sym_i8] = ACTIONS(1738), - [anon_sym_u16] = ACTIONS(1738), - [anon_sym_i16] = ACTIONS(1738), - [anon_sym_u32] = ACTIONS(1738), - [anon_sym_i32] = ACTIONS(1738), - [anon_sym_u64] = ACTIONS(1738), - [anon_sym_i64] = ACTIONS(1738), - [anon_sym_u128] = ACTIONS(1738), - [anon_sym_i128] = ACTIONS(1738), - [anon_sym_isize] = ACTIONS(1738), - [anon_sym_usize] = ACTIONS(1738), - [anon_sym_f32] = ACTIONS(1738), - [anon_sym_f64] = ACTIONS(1738), - [anon_sym_bool] = ACTIONS(1738), - [anon_sym_str] = ACTIONS(1738), - [anon_sym_char] = ACTIONS(1738), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_AMP] = ACTIONS(1740), - [anon_sym_PIPE] = ACTIONS(1078), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1422), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COLON_COLON] = ACTIONS(1744), - [anon_sym_const] = ACTIONS(1748), - [anon_sym_default] = ACTIONS(1750), - [anon_sym_gen] = ACTIONS(1750), - [anon_sym_union] = ACTIONS(1750), - [anon_sym_ref] = ACTIONS(1114), - [sym_mutable_specifier] = ACTIONS(1430), - [anon_sym_raw] = ACTIONS(1750), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1752), - [sym_super] = ACTIONS(1752), - [sym_crate] = ACTIONS(1752), - [sym_metavariable] = ACTIONS(1754), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), - }, - [STATE(835)] = { + [STATE(831)] = { [sym_bracketed_type] = STATE(3698), - [sym_generic_type] = STATE(3764), - [sym_generic_type_with_turbofish] = STATE(3419), - [sym_macro_invocation] = STATE(2942), - [sym_scoped_identifier] = STATE(2248), - [sym_scoped_type_identifier] = STATE(3103), - [sym_const_block] = STATE(2942), - [sym__pattern] = STATE(3010), - [sym_generic_pattern] = STATE(2942), - [sym_tuple_pattern] = STATE(2942), - [sym_slice_pattern] = STATE(2942), - [sym_tuple_struct_pattern] = STATE(2942), - [sym_struct_pattern] = STATE(2942), - [sym_remaining_field_pattern] = STATE(2942), - [sym_mut_pattern] = STATE(2942), - [sym_range_pattern] = STATE(2942), - [sym_ref_pattern] = STATE(2942), - [sym_captured_pattern] = STATE(2942), - [sym_reference_pattern] = STATE(2942), - [sym_or_pattern] = STATE(2942), - [sym__literal_pattern] = STATE(2447), - [sym_negative_literal] = STATE(2441), - [sym_string_literal] = STATE(2441), - [sym_raw_string_literal] = STATE(2441), - [sym_boolean_literal] = STATE(2441), - [sym_line_comment] = STATE(835), - [sym_block_comment] = STATE(835), + [sym_generic_type] = STATE(3513), + [sym_generic_type_with_turbofish] = STATE(3435), + [sym_macro_invocation] = STATE(2935), + [sym_scoped_identifier] = STATE(2252), + [sym_scoped_type_identifier] = STATE(3061), + [sym_const_block] = STATE(2935), + [sym__pattern] = STATE(3144), + [sym_generic_pattern] = STATE(2935), + [sym_tuple_pattern] = STATE(2935), + [sym_slice_pattern] = STATE(2935), + [sym_tuple_struct_pattern] = STATE(2935), + [sym_struct_pattern] = STATE(2935), + [sym_remaining_field_pattern] = STATE(2935), + [sym_mut_pattern] = STATE(2935), + [sym_range_pattern] = STATE(2935), + [sym_ref_pattern] = STATE(2935), + [sym_captured_pattern] = STATE(2935), + [sym_reference_pattern] = STATE(2935), + [sym_or_pattern] = STATE(2935), + [sym__literal_pattern] = STATE(2490), + [sym_negative_literal] = STATE(2411), + [sym_string_literal] = STATE(2411), + [sym_raw_string_literal] = STATE(2411), + [sym_boolean_literal] = STATE(2411), + [sym_line_comment] = STATE(831), + [sym_block_comment] = STATE(831), [sym_identifier] = ACTIONS(1676), [anon_sym_LPAREN] = ACTIONS(1678), [anon_sym_LBRACK] = ACTIONS(1680), @@ -100071,7 +99842,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_gen] = ACTIONS(1704), [anon_sym_union] = ACTIONS(1704), [anon_sym_ref] = ACTIONS(1706), - [sym_mutable_specifier] = ACTIONS(3165), + [sym_mutable_specifier] = ACTIONS(1708), [anon_sym_raw] = ACTIONS(1704), [sym_integer_literal] = ACTIONS(1710), [aux_sym_string_literal_token1] = ACTIONS(1712), @@ -100087,34 +99858,111 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1720), [sym_float_literal] = ACTIONS(1710), }, - [STATE(836)] = { + [STATE(832)] = { + [sym_bracketed_type] = STATE(3504), + [sym_generic_type] = STATE(3513), + [sym_generic_type_with_turbofish] = STATE(3321), + [sym_macro_invocation] = STATE(2192), + [sym_scoped_identifier] = STATE(2052), + [sym_scoped_type_identifier] = STATE(3076), + [sym_const_block] = STATE(2192), + [sym__pattern] = STATE(2221), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), + [sym_line_comment] = STATE(832), + [sym_block_comment] = STATE(832), + [sym_identifier] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1736), + [anon_sym_LBRACK] = ACTIONS(1740), + [anon_sym_u8] = ACTIONS(1742), + [anon_sym_i8] = ACTIONS(1742), + [anon_sym_u16] = ACTIONS(1742), + [anon_sym_i16] = ACTIONS(1742), + [anon_sym_u32] = ACTIONS(1742), + [anon_sym_i32] = ACTIONS(1742), + [anon_sym_u64] = ACTIONS(1742), + [anon_sym_i64] = ACTIONS(1742), + [anon_sym_u128] = ACTIONS(1742), + [anon_sym_i128] = ACTIONS(1742), + [anon_sym_isize] = ACTIONS(1742), + [anon_sym_usize] = ACTIONS(1742), + [anon_sym_f32] = ACTIONS(1742), + [anon_sym_f64] = ACTIONS(1742), + [anon_sym_bool] = ACTIONS(1742), + [anon_sym_str] = ACTIONS(1742), + [anon_sym_char] = ACTIONS(1742), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_AMP] = ACTIONS(1744), + [anon_sym_PIPE] = ACTIONS(1130), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1394), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COLON_COLON] = ACTIONS(1746), + [anon_sym_const] = ACTIONS(1750), + [anon_sym_default] = ACTIONS(1752), + [anon_sym_gen] = ACTIONS(1752), + [anon_sym_union] = ACTIONS(1752), + [anon_sym_ref] = ACTIONS(1166), + [sym_mutable_specifier] = ACTIONS(1402), + [anon_sym_raw] = ACTIONS(1752), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1754), + [sym_super] = ACTIONS(1754), + [sym_crate] = ACTIONS(1754), + [sym_metavariable] = ACTIONS(1756), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), + }, + [STATE(833)] = { [sym_bracketed_type] = STATE(3698), - [sym_generic_type] = STATE(3764), - [sym_generic_type_with_turbofish] = STATE(3419), - [sym_macro_invocation] = STATE(2942), - [sym_scoped_identifier] = STATE(2248), - [sym_scoped_type_identifier] = STATE(3103), - [sym_const_block] = STATE(2942), - [sym__pattern] = STATE(3023), - [sym_generic_pattern] = STATE(2942), - [sym_tuple_pattern] = STATE(2942), - [sym_slice_pattern] = STATE(2942), - [sym_tuple_struct_pattern] = STATE(2942), - [sym_struct_pattern] = STATE(2942), - [sym_remaining_field_pattern] = STATE(2942), - [sym_mut_pattern] = STATE(2942), - [sym_range_pattern] = STATE(2942), - [sym_ref_pattern] = STATE(2942), - [sym_captured_pattern] = STATE(2942), - [sym_reference_pattern] = STATE(2942), - [sym_or_pattern] = STATE(2942), - [sym__literal_pattern] = STATE(2447), - [sym_negative_literal] = STATE(2441), - [sym_string_literal] = STATE(2441), - [sym_raw_string_literal] = STATE(2441), - [sym_boolean_literal] = STATE(2441), - [sym_line_comment] = STATE(836), - [sym_block_comment] = STATE(836), + [sym_generic_type] = STATE(3513), + [sym_generic_type_with_turbofish] = STATE(3435), + [sym_macro_invocation] = STATE(2935), + [sym_scoped_identifier] = STATE(2252), + [sym_scoped_type_identifier] = STATE(3061), + [sym_const_block] = STATE(2935), + [sym__pattern] = STATE(2891), + [sym_generic_pattern] = STATE(2935), + [sym_tuple_pattern] = STATE(2935), + [sym_slice_pattern] = STATE(2935), + [sym_tuple_struct_pattern] = STATE(2935), + [sym_struct_pattern] = STATE(2935), + [sym_remaining_field_pattern] = STATE(2935), + [sym_mut_pattern] = STATE(2935), + [sym_range_pattern] = STATE(2935), + [sym_ref_pattern] = STATE(2935), + [sym_captured_pattern] = STATE(2935), + [sym_reference_pattern] = STATE(2935), + [sym_or_pattern] = STATE(2935), + [sym__literal_pattern] = STATE(2490), + [sym_negative_literal] = STATE(2411), + [sym_string_literal] = STATE(2411), + [sym_raw_string_literal] = STATE(2411), + [sym_boolean_literal] = STATE(2411), + [sym_line_comment] = STATE(833), + [sym_block_comment] = STATE(833), [sym_identifier] = ACTIONS(1676), [anon_sym_LPAREN] = ACTIONS(1678), [anon_sym_LBRACK] = ACTIONS(1680), @@ -100164,34 +100012,419 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1720), [sym_float_literal] = ACTIONS(1710), }, + [STATE(834)] = { + [sym_bracketed_type] = STATE(3504), + [sym_generic_type] = STATE(3513), + [sym_generic_type_with_turbofish] = STATE(3321), + [sym_macro_invocation] = STATE(2192), + [sym_scoped_identifier] = STATE(2052), + [sym_scoped_type_identifier] = STATE(3076), + [sym_const_block] = STATE(2192), + [sym__pattern] = STATE(3430), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), + [sym_line_comment] = STATE(834), + [sym_block_comment] = STATE(834), + [sym_identifier] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1736), + [anon_sym_LBRACK] = ACTIONS(1740), + [anon_sym_u8] = ACTIONS(1742), + [anon_sym_i8] = ACTIONS(1742), + [anon_sym_u16] = ACTIONS(1742), + [anon_sym_i16] = ACTIONS(1742), + [anon_sym_u32] = ACTIONS(1742), + [anon_sym_i32] = ACTIONS(1742), + [anon_sym_u64] = ACTIONS(1742), + [anon_sym_i64] = ACTIONS(1742), + [anon_sym_u128] = ACTIONS(1742), + [anon_sym_i128] = ACTIONS(1742), + [anon_sym_isize] = ACTIONS(1742), + [anon_sym_usize] = ACTIONS(1742), + [anon_sym_f32] = ACTIONS(1742), + [anon_sym_f64] = ACTIONS(1742), + [anon_sym_bool] = ACTIONS(1742), + [anon_sym_str] = ACTIONS(1742), + [anon_sym_char] = ACTIONS(1742), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_AMP] = ACTIONS(1744), + [anon_sym_PIPE] = ACTIONS(1130), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1394), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COLON_COLON] = ACTIONS(1746), + [anon_sym_const] = ACTIONS(1750), + [anon_sym_default] = ACTIONS(1752), + [anon_sym_gen] = ACTIONS(1752), + [anon_sym_union] = ACTIONS(1752), + [anon_sym_ref] = ACTIONS(1166), + [sym_mutable_specifier] = ACTIONS(1402), + [anon_sym_raw] = ACTIONS(1752), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1754), + [sym_super] = ACTIONS(1754), + [sym_crate] = ACTIONS(1754), + [sym_metavariable] = ACTIONS(1756), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), + }, + [STATE(835)] = { + [sym_bracketed_type] = STATE(3504), + [sym_generic_type] = STATE(3513), + [sym_generic_type_with_turbofish] = STATE(3321), + [sym_macro_invocation] = STATE(2192), + [sym_scoped_identifier] = STATE(2052), + [sym_scoped_type_identifier] = STATE(3076), + [sym_const_block] = STATE(2192), + [sym__pattern] = STATE(2664), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), + [sym_line_comment] = STATE(835), + [sym_block_comment] = STATE(835), + [sym_identifier] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1736), + [anon_sym_LBRACK] = ACTIONS(1740), + [anon_sym_u8] = ACTIONS(1742), + [anon_sym_i8] = ACTIONS(1742), + [anon_sym_u16] = ACTIONS(1742), + [anon_sym_i16] = ACTIONS(1742), + [anon_sym_u32] = ACTIONS(1742), + [anon_sym_i32] = ACTIONS(1742), + [anon_sym_u64] = ACTIONS(1742), + [anon_sym_i64] = ACTIONS(1742), + [anon_sym_u128] = ACTIONS(1742), + [anon_sym_i128] = ACTIONS(1742), + [anon_sym_isize] = ACTIONS(1742), + [anon_sym_usize] = ACTIONS(1742), + [anon_sym_f32] = ACTIONS(1742), + [anon_sym_f64] = ACTIONS(1742), + [anon_sym_bool] = ACTIONS(1742), + [anon_sym_str] = ACTIONS(1742), + [anon_sym_char] = ACTIONS(1742), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_AMP] = ACTIONS(1744), + [anon_sym_PIPE] = ACTIONS(1130), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1394), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COLON_COLON] = ACTIONS(1746), + [anon_sym_const] = ACTIONS(1750), + [anon_sym_default] = ACTIONS(1752), + [anon_sym_gen] = ACTIONS(1752), + [anon_sym_union] = ACTIONS(1752), + [anon_sym_ref] = ACTIONS(1166), + [sym_mutable_specifier] = ACTIONS(1402), + [anon_sym_raw] = ACTIONS(1752), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(3169), + [sym_super] = ACTIONS(1754), + [sym_crate] = ACTIONS(1754), + [sym_metavariable] = ACTIONS(1756), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), + }, + [STATE(836)] = { + [sym_bracketed_type] = STATE(3504), + [sym_generic_type] = STATE(3513), + [sym_generic_type_with_turbofish] = STATE(3321), + [sym_macro_invocation] = STATE(2192), + [sym_scoped_identifier] = STATE(2052), + [sym_scoped_type_identifier] = STATE(3076), + [sym_const_block] = STATE(2192), + [sym__pattern] = STATE(2227), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), + [sym_line_comment] = STATE(836), + [sym_block_comment] = STATE(836), + [sym_identifier] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1736), + [anon_sym_LBRACK] = ACTIONS(1740), + [anon_sym_u8] = ACTIONS(1742), + [anon_sym_i8] = ACTIONS(1742), + [anon_sym_u16] = ACTIONS(1742), + [anon_sym_i16] = ACTIONS(1742), + [anon_sym_u32] = ACTIONS(1742), + [anon_sym_i32] = ACTIONS(1742), + [anon_sym_u64] = ACTIONS(1742), + [anon_sym_i64] = ACTIONS(1742), + [anon_sym_u128] = ACTIONS(1742), + [anon_sym_i128] = ACTIONS(1742), + [anon_sym_isize] = ACTIONS(1742), + [anon_sym_usize] = ACTIONS(1742), + [anon_sym_f32] = ACTIONS(1742), + [anon_sym_f64] = ACTIONS(1742), + [anon_sym_bool] = ACTIONS(1742), + [anon_sym_str] = ACTIONS(1742), + [anon_sym_char] = ACTIONS(1742), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_AMP] = ACTIONS(1744), + [anon_sym_PIPE] = ACTIONS(1130), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1394), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COLON_COLON] = ACTIONS(1746), + [anon_sym_const] = ACTIONS(1750), + [anon_sym_default] = ACTIONS(1752), + [anon_sym_gen] = ACTIONS(1752), + [anon_sym_union] = ACTIONS(1752), + [anon_sym_ref] = ACTIONS(1166), + [sym_mutable_specifier] = ACTIONS(1402), + [anon_sym_raw] = ACTIONS(1752), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1754), + [sym_super] = ACTIONS(1754), + [sym_crate] = ACTIONS(1754), + [sym_metavariable] = ACTIONS(1756), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), + }, [STATE(837)] = { - [sym_bracketed_type] = STATE(3698), - [sym_generic_type] = STATE(3764), - [sym_generic_type_with_turbofish] = STATE(3419), - [sym_macro_invocation] = STATE(2942), - [sym_scoped_identifier] = STATE(2248), - [sym_scoped_type_identifier] = STATE(3103), - [sym_const_block] = STATE(2942), - [sym__pattern] = STATE(2903), - [sym_generic_pattern] = STATE(2942), - [sym_tuple_pattern] = STATE(2942), - [sym_slice_pattern] = STATE(2942), - [sym_tuple_struct_pattern] = STATE(2942), - [sym_struct_pattern] = STATE(2942), - [sym_remaining_field_pattern] = STATE(2942), - [sym_mut_pattern] = STATE(2942), - [sym_range_pattern] = STATE(2942), - [sym_ref_pattern] = STATE(2942), - [sym_captured_pattern] = STATE(2942), - [sym_reference_pattern] = STATE(2942), - [sym_or_pattern] = STATE(2942), - [sym__literal_pattern] = STATE(2447), - [sym_negative_literal] = STATE(2441), - [sym_string_literal] = STATE(2441), - [sym_raw_string_literal] = STATE(2441), - [sym_boolean_literal] = STATE(2441), + [sym_bracketed_type] = STATE(3504), + [sym_generic_type] = STATE(3513), + [sym_generic_type_with_turbofish] = STATE(3321), + [sym_macro_invocation] = STATE(2192), + [sym_scoped_identifier] = STATE(2052), + [sym_scoped_type_identifier] = STATE(3076), + [sym_const_block] = STATE(2192), + [sym__pattern] = STATE(2569), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), [sym_line_comment] = STATE(837), [sym_block_comment] = STATE(837), + [sym_identifier] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1736), + [anon_sym_LBRACK] = ACTIONS(1740), + [anon_sym_u8] = ACTIONS(1742), + [anon_sym_i8] = ACTIONS(1742), + [anon_sym_u16] = ACTIONS(1742), + [anon_sym_i16] = ACTIONS(1742), + [anon_sym_u32] = ACTIONS(1742), + [anon_sym_i32] = ACTIONS(1742), + [anon_sym_u64] = ACTIONS(1742), + [anon_sym_i64] = ACTIONS(1742), + [anon_sym_u128] = ACTIONS(1742), + [anon_sym_i128] = ACTIONS(1742), + [anon_sym_isize] = ACTIONS(1742), + [anon_sym_usize] = ACTIONS(1742), + [anon_sym_f32] = ACTIONS(1742), + [anon_sym_f64] = ACTIONS(1742), + [anon_sym_bool] = ACTIONS(1742), + [anon_sym_str] = ACTIONS(1742), + [anon_sym_char] = ACTIONS(1742), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_AMP] = ACTIONS(1744), + [anon_sym_PIPE] = ACTIONS(1130), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1394), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COLON_COLON] = ACTIONS(1746), + [anon_sym_const] = ACTIONS(1750), + [anon_sym_default] = ACTIONS(1752), + [anon_sym_gen] = ACTIONS(1752), + [anon_sym_union] = ACTIONS(1752), + [anon_sym_ref] = ACTIONS(1166), + [sym_mutable_specifier] = ACTIONS(3171), + [anon_sym_raw] = ACTIONS(1752), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1754), + [sym_super] = ACTIONS(1754), + [sym_crate] = ACTIONS(1754), + [sym_metavariable] = ACTIONS(1756), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), + }, + [STATE(838)] = { + [sym_bracketed_type] = STATE(3504), + [sym_generic_type] = STATE(3513), + [sym_generic_type_with_turbofish] = STATE(3321), + [sym_macro_invocation] = STATE(2192), + [sym_scoped_identifier] = STATE(2052), + [sym_scoped_type_identifier] = STATE(3076), + [sym_const_block] = STATE(2192), + [sym__pattern] = STATE(3038), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), + [sym_line_comment] = STATE(838), + [sym_block_comment] = STATE(838), + [sym_identifier] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1736), + [anon_sym_LBRACK] = ACTIONS(1740), + [anon_sym_u8] = ACTIONS(1742), + [anon_sym_i8] = ACTIONS(1742), + [anon_sym_u16] = ACTIONS(1742), + [anon_sym_i16] = ACTIONS(1742), + [anon_sym_u32] = ACTIONS(1742), + [anon_sym_i32] = ACTIONS(1742), + [anon_sym_u64] = ACTIONS(1742), + [anon_sym_i64] = ACTIONS(1742), + [anon_sym_u128] = ACTIONS(1742), + [anon_sym_i128] = ACTIONS(1742), + [anon_sym_isize] = ACTIONS(1742), + [anon_sym_usize] = ACTIONS(1742), + [anon_sym_f32] = ACTIONS(1742), + [anon_sym_f64] = ACTIONS(1742), + [anon_sym_bool] = ACTIONS(1742), + [anon_sym_str] = ACTIONS(1742), + [anon_sym_char] = ACTIONS(1742), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_AMP] = ACTIONS(1744), + [anon_sym_PIPE] = ACTIONS(1130), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1394), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COLON_COLON] = ACTIONS(1746), + [anon_sym_const] = ACTIONS(1750), + [anon_sym_default] = ACTIONS(1752), + [anon_sym_gen] = ACTIONS(1752), + [anon_sym_union] = ACTIONS(1752), + [anon_sym_ref] = ACTIONS(1166), + [sym_mutable_specifier] = ACTIONS(1402), + [anon_sym_raw] = ACTIONS(1752), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1754), + [sym_super] = ACTIONS(1754), + [sym_crate] = ACTIONS(1754), + [sym_metavariable] = ACTIONS(1756), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), + }, + [STATE(839)] = { + [sym_bracketed_type] = STATE(3698), + [sym_generic_type] = STATE(3513), + [sym_generic_type_with_turbofish] = STATE(3435), + [sym_macro_invocation] = STATE(2935), + [sym_scoped_identifier] = STATE(2252), + [sym_scoped_type_identifier] = STATE(3061), + [sym_const_block] = STATE(2935), + [sym__pattern] = STATE(2966), + [sym_generic_pattern] = STATE(2935), + [sym_tuple_pattern] = STATE(2935), + [sym_slice_pattern] = STATE(2935), + [sym_tuple_struct_pattern] = STATE(2935), + [sym_struct_pattern] = STATE(2935), + [sym_remaining_field_pattern] = STATE(2935), + [sym_mut_pattern] = STATE(2935), + [sym_range_pattern] = STATE(2935), + [sym_ref_pattern] = STATE(2935), + [sym_captured_pattern] = STATE(2935), + [sym_reference_pattern] = STATE(2935), + [sym_or_pattern] = STATE(2935), + [sym__literal_pattern] = STATE(2490), + [sym_negative_literal] = STATE(2411), + [sym_string_literal] = STATE(2411), + [sym_raw_string_literal] = STATE(2411), + [sym_boolean_literal] = STATE(2411), + [sym_line_comment] = STATE(839), + [sym_block_comment] = STATE(839), [sym_identifier] = ACTIONS(1676), [anon_sym_LPAREN] = ACTIONS(1678), [anon_sym_LBRACK] = ACTIONS(1680), @@ -100241,881 +100474,573 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1720), [sym_float_literal] = ACTIONS(1710), }, - [STATE(838)] = { - [sym_bracketed_type] = STATE(3762), - [sym_generic_type] = STATE(3764), - [sym_generic_type_with_turbofish] = STATE(3481), - [sym_macro_invocation] = STATE(2182), - [sym_scoped_identifier] = STATE(2047), - [sym_scoped_type_identifier] = STATE(3014), - [sym_const_block] = STATE(2182), - [sym__pattern] = STATE(3056), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), - [sym_line_comment] = STATE(838), - [sym_block_comment] = STATE(838), - [sym_identifier] = ACTIONS(1730), - [anon_sym_LPAREN] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1736), - [anon_sym_u8] = ACTIONS(1738), - [anon_sym_i8] = ACTIONS(1738), - [anon_sym_u16] = ACTIONS(1738), - [anon_sym_i16] = ACTIONS(1738), - [anon_sym_u32] = ACTIONS(1738), - [anon_sym_i32] = ACTIONS(1738), - [anon_sym_u64] = ACTIONS(1738), - [anon_sym_i64] = ACTIONS(1738), - [anon_sym_u128] = ACTIONS(1738), - [anon_sym_i128] = ACTIONS(1738), - [anon_sym_isize] = ACTIONS(1738), - [anon_sym_usize] = ACTIONS(1738), - [anon_sym_f32] = ACTIONS(1738), - [anon_sym_f64] = ACTIONS(1738), - [anon_sym_bool] = ACTIONS(1738), - [anon_sym_str] = ACTIONS(1738), - [anon_sym_char] = ACTIONS(1738), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_AMP] = ACTIONS(1740), - [anon_sym_PIPE] = ACTIONS(1078), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1422), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COLON_COLON] = ACTIONS(1744), - [anon_sym_const] = ACTIONS(1748), - [anon_sym_default] = ACTIONS(1750), - [anon_sym_gen] = ACTIONS(1750), - [anon_sym_union] = ACTIONS(1750), - [anon_sym_ref] = ACTIONS(1114), - [sym_mutable_specifier] = ACTIONS(1430), - [anon_sym_raw] = ACTIONS(1750), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1752), - [sym_super] = ACTIONS(1752), - [sym_crate] = ACTIONS(1752), - [sym_metavariable] = ACTIONS(1754), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), - }, - [STATE(839)] = { - [sym_bracketed_type] = STATE(3762), - [sym_generic_type] = STATE(3764), - [sym_generic_type_with_turbofish] = STATE(3481), - [sym_macro_invocation] = STATE(2182), - [sym_scoped_identifier] = STATE(2047), - [sym_scoped_type_identifier] = STATE(3014), - [sym_const_block] = STATE(2182), - [sym__pattern] = STATE(2231), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), - [sym_line_comment] = STATE(839), - [sym_block_comment] = STATE(839), - [sym_identifier] = ACTIONS(1730), - [anon_sym_LPAREN] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1736), - [anon_sym_u8] = ACTIONS(1738), - [anon_sym_i8] = ACTIONS(1738), - [anon_sym_u16] = ACTIONS(1738), - [anon_sym_i16] = ACTIONS(1738), - [anon_sym_u32] = ACTIONS(1738), - [anon_sym_i32] = ACTIONS(1738), - [anon_sym_u64] = ACTIONS(1738), - [anon_sym_i64] = ACTIONS(1738), - [anon_sym_u128] = ACTIONS(1738), - [anon_sym_i128] = ACTIONS(1738), - [anon_sym_isize] = ACTIONS(1738), - [anon_sym_usize] = ACTIONS(1738), - [anon_sym_f32] = ACTIONS(1738), - [anon_sym_f64] = ACTIONS(1738), - [anon_sym_bool] = ACTIONS(1738), - [anon_sym_str] = ACTIONS(1738), - [anon_sym_char] = ACTIONS(1738), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_AMP] = ACTIONS(1740), - [anon_sym_PIPE] = ACTIONS(1078), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1422), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COLON_COLON] = ACTIONS(1744), - [anon_sym_const] = ACTIONS(1748), - [anon_sym_default] = ACTIONS(1750), - [anon_sym_gen] = ACTIONS(1750), - [anon_sym_union] = ACTIONS(1750), - [anon_sym_ref] = ACTIONS(1114), - [sym_mutable_specifier] = ACTIONS(1430), - [anon_sym_raw] = ACTIONS(1750), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1752), - [sym_super] = ACTIONS(1752), - [sym_crate] = ACTIONS(1752), - [sym_metavariable] = ACTIONS(1754), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), - }, [STATE(840)] = { - [sym_bracketed_type] = STATE(3762), - [sym_generic_type] = STATE(3764), - [sym_generic_type_with_turbofish] = STATE(3481), - [sym_macro_invocation] = STATE(2182), - [sym_scoped_identifier] = STATE(2047), - [sym_scoped_type_identifier] = STATE(3014), - [sym_const_block] = STATE(2182), - [sym__pattern] = STATE(2594), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), + [sym_bracketed_type] = STATE(3504), + [sym_generic_type] = STATE(3513), + [sym_generic_type_with_turbofish] = STATE(3321), + [sym_macro_invocation] = STATE(2192), + [sym_scoped_identifier] = STATE(2052), + [sym_scoped_type_identifier] = STATE(3076), + [sym_const_block] = STATE(2192), + [sym__pattern] = STATE(2917), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), [sym_line_comment] = STATE(840), [sym_block_comment] = STATE(840), - [sym_identifier] = ACTIONS(1730), - [anon_sym_LPAREN] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1736), - [anon_sym_u8] = ACTIONS(1738), - [anon_sym_i8] = ACTIONS(1738), - [anon_sym_u16] = ACTIONS(1738), - [anon_sym_i16] = ACTIONS(1738), - [anon_sym_u32] = ACTIONS(1738), - [anon_sym_i32] = ACTIONS(1738), - [anon_sym_u64] = ACTIONS(1738), - [anon_sym_i64] = ACTIONS(1738), - [anon_sym_u128] = ACTIONS(1738), - [anon_sym_i128] = ACTIONS(1738), - [anon_sym_isize] = ACTIONS(1738), - [anon_sym_usize] = ACTIONS(1738), - [anon_sym_f32] = ACTIONS(1738), - [anon_sym_f64] = ACTIONS(1738), - [anon_sym_bool] = ACTIONS(1738), - [anon_sym_str] = ACTIONS(1738), - [anon_sym_char] = ACTIONS(1738), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_AMP] = ACTIONS(1740), - [anon_sym_PIPE] = ACTIONS(1078), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1422), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COLON_COLON] = ACTIONS(1744), - [anon_sym_const] = ACTIONS(1748), - [anon_sym_default] = ACTIONS(1750), - [anon_sym_gen] = ACTIONS(1750), - [anon_sym_union] = ACTIONS(1750), - [anon_sym_ref] = ACTIONS(1114), - [sym_mutable_specifier] = ACTIONS(3167), - [anon_sym_raw] = ACTIONS(1750), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1752), - [sym_super] = ACTIONS(1752), - [sym_crate] = ACTIONS(1752), - [sym_metavariable] = ACTIONS(1754), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), + [sym_identifier] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1736), + [anon_sym_LBRACK] = ACTIONS(1740), + [anon_sym_u8] = ACTIONS(1742), + [anon_sym_i8] = ACTIONS(1742), + [anon_sym_u16] = ACTIONS(1742), + [anon_sym_i16] = ACTIONS(1742), + [anon_sym_u32] = ACTIONS(1742), + [anon_sym_i32] = ACTIONS(1742), + [anon_sym_u64] = ACTIONS(1742), + [anon_sym_i64] = ACTIONS(1742), + [anon_sym_u128] = ACTIONS(1742), + [anon_sym_i128] = ACTIONS(1742), + [anon_sym_isize] = ACTIONS(1742), + [anon_sym_usize] = ACTIONS(1742), + [anon_sym_f32] = ACTIONS(1742), + [anon_sym_f64] = ACTIONS(1742), + [anon_sym_bool] = ACTIONS(1742), + [anon_sym_str] = ACTIONS(1742), + [anon_sym_char] = ACTIONS(1742), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_AMP] = ACTIONS(1744), + [anon_sym_PIPE] = ACTIONS(1130), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1394), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COLON_COLON] = ACTIONS(1746), + [anon_sym_const] = ACTIONS(1750), + [anon_sym_default] = ACTIONS(1752), + [anon_sym_gen] = ACTIONS(1752), + [anon_sym_union] = ACTIONS(1752), + [anon_sym_ref] = ACTIONS(1166), + [sym_mutable_specifier] = ACTIONS(1402), + [anon_sym_raw] = ACTIONS(1752), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1754), + [sym_super] = ACTIONS(1754), + [sym_crate] = ACTIONS(1754), + [sym_metavariable] = ACTIONS(1756), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), }, [STATE(841)] = { - [sym_bracketed_type] = STATE(3762), - [sym_generic_type] = STATE(3764), - [sym_generic_type_with_turbofish] = STATE(3481), - [sym_macro_invocation] = STATE(2182), - [sym_scoped_identifier] = STATE(2047), - [sym_scoped_type_identifier] = STATE(3014), - [sym_const_block] = STATE(2182), - [sym__pattern] = STATE(3407), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), + [sym_bracketed_type] = STATE(3504), + [sym_generic_type] = STATE(3513), + [sym_generic_type_with_turbofish] = STATE(3321), + [sym_macro_invocation] = STATE(2192), + [sym_scoped_identifier] = STATE(2052), + [sym_scoped_type_identifier] = STATE(3076), + [sym_const_block] = STATE(2192), + [sym__pattern] = STATE(3023), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), [sym_line_comment] = STATE(841), [sym_block_comment] = STATE(841), - [sym_identifier] = ACTIONS(1730), - [anon_sym_LPAREN] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1736), - [anon_sym_u8] = ACTIONS(1738), - [anon_sym_i8] = ACTIONS(1738), - [anon_sym_u16] = ACTIONS(1738), - [anon_sym_i16] = ACTIONS(1738), - [anon_sym_u32] = ACTIONS(1738), - [anon_sym_i32] = ACTIONS(1738), - [anon_sym_u64] = ACTIONS(1738), - [anon_sym_i64] = ACTIONS(1738), - [anon_sym_u128] = ACTIONS(1738), - [anon_sym_i128] = ACTIONS(1738), - [anon_sym_isize] = ACTIONS(1738), - [anon_sym_usize] = ACTIONS(1738), - [anon_sym_f32] = ACTIONS(1738), - [anon_sym_f64] = ACTIONS(1738), - [anon_sym_bool] = ACTIONS(1738), - [anon_sym_str] = ACTIONS(1738), - [anon_sym_char] = ACTIONS(1738), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_AMP] = ACTIONS(1740), - [anon_sym_PIPE] = ACTIONS(1078), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1422), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COLON_COLON] = ACTIONS(1744), - [anon_sym_const] = ACTIONS(1748), - [anon_sym_default] = ACTIONS(1750), - [anon_sym_gen] = ACTIONS(1750), - [anon_sym_union] = ACTIONS(1750), - [anon_sym_ref] = ACTIONS(1114), - [sym_mutable_specifier] = ACTIONS(1430), - [anon_sym_raw] = ACTIONS(1750), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1752), - [sym_super] = ACTIONS(1752), - [sym_crate] = ACTIONS(1752), - [sym_metavariable] = ACTIONS(1754), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), + [sym_identifier] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1736), + [anon_sym_LBRACK] = ACTIONS(1740), + [anon_sym_u8] = ACTIONS(1742), + [anon_sym_i8] = ACTIONS(1742), + [anon_sym_u16] = ACTIONS(1742), + [anon_sym_i16] = ACTIONS(1742), + [anon_sym_u32] = ACTIONS(1742), + [anon_sym_i32] = ACTIONS(1742), + [anon_sym_u64] = ACTIONS(1742), + [anon_sym_i64] = ACTIONS(1742), + [anon_sym_u128] = ACTIONS(1742), + [anon_sym_i128] = ACTIONS(1742), + [anon_sym_isize] = ACTIONS(1742), + [anon_sym_usize] = ACTIONS(1742), + [anon_sym_f32] = ACTIONS(1742), + [anon_sym_f64] = ACTIONS(1742), + [anon_sym_bool] = ACTIONS(1742), + [anon_sym_str] = ACTIONS(1742), + [anon_sym_char] = ACTIONS(1742), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_AMP] = ACTIONS(1744), + [anon_sym_PIPE] = ACTIONS(1130), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1394), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COLON_COLON] = ACTIONS(1746), + [anon_sym_const] = ACTIONS(1750), + [anon_sym_default] = ACTIONS(1752), + [anon_sym_gen] = ACTIONS(1752), + [anon_sym_union] = ACTIONS(1752), + [anon_sym_ref] = ACTIONS(1166), + [sym_mutable_specifier] = ACTIONS(1402), + [anon_sym_raw] = ACTIONS(1752), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1754), + [sym_super] = ACTIONS(1754), + [sym_crate] = ACTIONS(1754), + [sym_metavariable] = ACTIONS(1756), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), }, [STATE(842)] = { - [sym_bracketed_type] = STATE(3762), - [sym_generic_type] = STATE(3764), - [sym_generic_type_with_turbofish] = STATE(3481), - [sym_macro_invocation] = STATE(2182), - [sym_scoped_identifier] = STATE(2047), - [sym_scoped_type_identifier] = STATE(3014), - [sym_const_block] = STATE(2182), - [sym__pattern] = STATE(2615), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), + [sym_bracketed_type] = STATE(3504), + [sym_generic_type] = STATE(3513), + [sym_generic_type_with_turbofish] = STATE(3321), + [sym_macro_invocation] = STATE(2192), + [sym_scoped_identifier] = STATE(2052), + [sym_scoped_type_identifier] = STATE(3076), + [sym_const_block] = STATE(2192), + [sym__pattern] = STATE(2210), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), [sym_line_comment] = STATE(842), [sym_block_comment] = STATE(842), - [sym_identifier] = ACTIONS(1730), - [anon_sym_LPAREN] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1736), - [anon_sym_u8] = ACTIONS(1738), - [anon_sym_i8] = ACTIONS(1738), - [anon_sym_u16] = ACTIONS(1738), - [anon_sym_i16] = ACTIONS(1738), - [anon_sym_u32] = ACTIONS(1738), - [anon_sym_i32] = ACTIONS(1738), - [anon_sym_u64] = ACTIONS(1738), - [anon_sym_i64] = ACTIONS(1738), - [anon_sym_u128] = ACTIONS(1738), - [anon_sym_i128] = ACTIONS(1738), - [anon_sym_isize] = ACTIONS(1738), - [anon_sym_usize] = ACTIONS(1738), - [anon_sym_f32] = ACTIONS(1738), - [anon_sym_f64] = ACTIONS(1738), - [anon_sym_bool] = ACTIONS(1738), - [anon_sym_str] = ACTIONS(1738), - [anon_sym_char] = ACTIONS(1738), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_AMP] = ACTIONS(1740), - [anon_sym_PIPE] = ACTIONS(1078), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1422), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COLON_COLON] = ACTIONS(1744), - [anon_sym_const] = ACTIONS(1748), - [anon_sym_default] = ACTIONS(1750), - [anon_sym_gen] = ACTIONS(1750), - [anon_sym_union] = ACTIONS(1750), - [anon_sym_ref] = ACTIONS(1114), - [sym_mutable_specifier] = ACTIONS(1430), - [anon_sym_raw] = ACTIONS(1750), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1752), - [sym_super] = ACTIONS(1752), - [sym_crate] = ACTIONS(1752), - [sym_metavariable] = ACTIONS(1754), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), + [sym_identifier] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1736), + [anon_sym_LBRACK] = ACTIONS(1740), + [anon_sym_u8] = ACTIONS(1742), + [anon_sym_i8] = ACTIONS(1742), + [anon_sym_u16] = ACTIONS(1742), + [anon_sym_i16] = ACTIONS(1742), + [anon_sym_u32] = ACTIONS(1742), + [anon_sym_i32] = ACTIONS(1742), + [anon_sym_u64] = ACTIONS(1742), + [anon_sym_i64] = ACTIONS(1742), + [anon_sym_u128] = ACTIONS(1742), + [anon_sym_i128] = ACTIONS(1742), + [anon_sym_isize] = ACTIONS(1742), + [anon_sym_usize] = ACTIONS(1742), + [anon_sym_f32] = ACTIONS(1742), + [anon_sym_f64] = ACTIONS(1742), + [anon_sym_bool] = ACTIONS(1742), + [anon_sym_str] = ACTIONS(1742), + [anon_sym_char] = ACTIONS(1742), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_AMP] = ACTIONS(1744), + [anon_sym_PIPE] = ACTIONS(1130), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1394), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COLON_COLON] = ACTIONS(1746), + [anon_sym_const] = ACTIONS(1750), + [anon_sym_default] = ACTIONS(1752), + [anon_sym_gen] = ACTIONS(1752), + [anon_sym_union] = ACTIONS(1752), + [anon_sym_ref] = ACTIONS(1166), + [sym_mutable_specifier] = ACTIONS(1402), + [anon_sym_raw] = ACTIONS(1752), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1754), + [sym_super] = ACTIONS(1754), + [sym_crate] = ACTIONS(1754), + [sym_metavariable] = ACTIONS(1756), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), }, [STATE(843)] = { - [sym_bracketed_type] = STATE(3762), - [sym_generic_type] = STATE(3764), - [sym_generic_type_with_turbofish] = STATE(3481), - [sym_macro_invocation] = STATE(2182), - [sym_scoped_identifier] = STATE(2047), - [sym_scoped_type_identifier] = STATE(3014), - [sym_const_block] = STATE(2182), - [sym__pattern] = STATE(2550), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), + [sym_bracketed_type] = STATE(3504), + [sym_generic_type] = STATE(3513), + [sym_generic_type_with_turbofish] = STATE(3321), + [sym_macro_invocation] = STATE(2192), + [sym_scoped_identifier] = STATE(2052), + [sym_scoped_type_identifier] = STATE(3076), + [sym_const_block] = STATE(2192), + [sym__pattern] = STATE(2205), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), [sym_line_comment] = STATE(843), [sym_block_comment] = STATE(843), - [sym_identifier] = ACTIONS(1730), - [anon_sym_LPAREN] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1736), - [anon_sym_u8] = ACTIONS(1738), - [anon_sym_i8] = ACTIONS(1738), - [anon_sym_u16] = ACTIONS(1738), - [anon_sym_i16] = ACTIONS(1738), - [anon_sym_u32] = ACTIONS(1738), - [anon_sym_i32] = ACTIONS(1738), - [anon_sym_u64] = ACTIONS(1738), - [anon_sym_i64] = ACTIONS(1738), - [anon_sym_u128] = ACTIONS(1738), - [anon_sym_i128] = ACTIONS(1738), - [anon_sym_isize] = ACTIONS(1738), - [anon_sym_usize] = ACTIONS(1738), - [anon_sym_f32] = ACTIONS(1738), - [anon_sym_f64] = ACTIONS(1738), - [anon_sym_bool] = ACTIONS(1738), - [anon_sym_str] = ACTIONS(1738), - [anon_sym_char] = ACTIONS(1738), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_AMP] = ACTIONS(1740), - [anon_sym_PIPE] = ACTIONS(1078), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1422), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COLON_COLON] = ACTIONS(1744), - [anon_sym_const] = ACTIONS(1748), - [anon_sym_default] = ACTIONS(1750), - [anon_sym_gen] = ACTIONS(1750), - [anon_sym_union] = ACTIONS(1750), - [anon_sym_ref] = ACTIONS(1114), - [sym_mutable_specifier] = ACTIONS(3169), - [anon_sym_raw] = ACTIONS(1750), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1752), - [sym_super] = ACTIONS(1752), - [sym_crate] = ACTIONS(1752), - [sym_metavariable] = ACTIONS(1754), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), + [sym_identifier] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1736), + [anon_sym_LBRACK] = ACTIONS(1740), + [anon_sym_u8] = ACTIONS(1742), + [anon_sym_i8] = ACTIONS(1742), + [anon_sym_u16] = ACTIONS(1742), + [anon_sym_i16] = ACTIONS(1742), + [anon_sym_u32] = ACTIONS(1742), + [anon_sym_i32] = ACTIONS(1742), + [anon_sym_u64] = ACTIONS(1742), + [anon_sym_i64] = ACTIONS(1742), + [anon_sym_u128] = ACTIONS(1742), + [anon_sym_i128] = ACTIONS(1742), + [anon_sym_isize] = ACTIONS(1742), + [anon_sym_usize] = ACTIONS(1742), + [anon_sym_f32] = ACTIONS(1742), + [anon_sym_f64] = ACTIONS(1742), + [anon_sym_bool] = ACTIONS(1742), + [anon_sym_str] = ACTIONS(1742), + [anon_sym_char] = ACTIONS(1742), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_AMP] = ACTIONS(1744), + [anon_sym_PIPE] = ACTIONS(1130), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1394), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COLON_COLON] = ACTIONS(1746), + [anon_sym_const] = ACTIONS(1750), + [anon_sym_default] = ACTIONS(1752), + [anon_sym_gen] = ACTIONS(1752), + [anon_sym_union] = ACTIONS(1752), + [anon_sym_ref] = ACTIONS(1166), + [sym_mutable_specifier] = ACTIONS(3173), + [anon_sym_raw] = ACTIONS(1752), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1754), + [sym_super] = ACTIONS(1754), + [sym_crate] = ACTIONS(1754), + [sym_metavariable] = ACTIONS(1756), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), }, [STATE(844)] = { - [sym_bracketed_type] = STATE(3762), - [sym_generic_type] = STATE(3764), - [sym_generic_type_with_turbofish] = STATE(3481), - [sym_macro_invocation] = STATE(2182), - [sym_scoped_identifier] = STATE(2047), - [sym_scoped_type_identifier] = STATE(3014), - [sym_const_block] = STATE(2182), - [sym__pattern] = STATE(2212), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), + [sym_bracketed_type] = STATE(3504), + [sym_generic_type] = STATE(3513), + [sym_generic_type_with_turbofish] = STATE(3321), + [sym_macro_invocation] = STATE(2192), + [sym_scoped_identifier] = STATE(2052), + [sym_scoped_type_identifier] = STATE(3076), + [sym_const_block] = STATE(2192), + [sym__pattern] = STATE(3400), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), [sym_line_comment] = STATE(844), [sym_block_comment] = STATE(844), - [sym_identifier] = ACTIONS(1730), - [anon_sym_LPAREN] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1736), - [anon_sym_u8] = ACTIONS(1738), - [anon_sym_i8] = ACTIONS(1738), - [anon_sym_u16] = ACTIONS(1738), - [anon_sym_i16] = ACTIONS(1738), - [anon_sym_u32] = ACTIONS(1738), - [anon_sym_i32] = ACTIONS(1738), - [anon_sym_u64] = ACTIONS(1738), - [anon_sym_i64] = ACTIONS(1738), - [anon_sym_u128] = ACTIONS(1738), - [anon_sym_i128] = ACTIONS(1738), - [anon_sym_isize] = ACTIONS(1738), - [anon_sym_usize] = ACTIONS(1738), - [anon_sym_f32] = ACTIONS(1738), - [anon_sym_f64] = ACTIONS(1738), - [anon_sym_bool] = ACTIONS(1738), - [anon_sym_str] = ACTIONS(1738), - [anon_sym_char] = ACTIONS(1738), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_AMP] = ACTIONS(1740), - [anon_sym_PIPE] = ACTIONS(1078), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1422), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COLON_COLON] = ACTIONS(1744), - [anon_sym_const] = ACTIONS(1748), - [anon_sym_default] = ACTIONS(1750), - [anon_sym_gen] = ACTIONS(1750), - [anon_sym_union] = ACTIONS(1750), - [anon_sym_ref] = ACTIONS(1114), - [sym_mutable_specifier] = ACTIONS(1430), - [anon_sym_raw] = ACTIONS(1750), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1752), - [sym_super] = ACTIONS(1752), - [sym_crate] = ACTIONS(1752), - [sym_metavariable] = ACTIONS(1754), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), + [sym_identifier] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1736), + [anon_sym_LBRACK] = ACTIONS(1740), + [anon_sym_u8] = ACTIONS(1742), + [anon_sym_i8] = ACTIONS(1742), + [anon_sym_u16] = ACTIONS(1742), + [anon_sym_i16] = ACTIONS(1742), + [anon_sym_u32] = ACTIONS(1742), + [anon_sym_i32] = ACTIONS(1742), + [anon_sym_u64] = ACTIONS(1742), + [anon_sym_i64] = ACTIONS(1742), + [anon_sym_u128] = ACTIONS(1742), + [anon_sym_i128] = ACTIONS(1742), + [anon_sym_isize] = ACTIONS(1742), + [anon_sym_usize] = ACTIONS(1742), + [anon_sym_f32] = ACTIONS(1742), + [anon_sym_f64] = ACTIONS(1742), + [anon_sym_bool] = ACTIONS(1742), + [anon_sym_str] = ACTIONS(1742), + [anon_sym_char] = ACTIONS(1742), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_AMP] = ACTIONS(1744), + [anon_sym_PIPE] = ACTIONS(1130), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1394), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COLON_COLON] = ACTIONS(1746), + [anon_sym_const] = ACTIONS(1750), + [anon_sym_default] = ACTIONS(1752), + [anon_sym_gen] = ACTIONS(1752), + [anon_sym_union] = ACTIONS(1752), + [anon_sym_ref] = ACTIONS(1166), + [sym_mutable_specifier] = ACTIONS(1402), + [anon_sym_raw] = ACTIONS(1752), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1754), + [sym_super] = ACTIONS(1754), + [sym_crate] = ACTIONS(1754), + [sym_metavariable] = ACTIONS(1756), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), }, [STATE(845)] = { - [sym_bracketed_type] = STATE(3762), - [sym_generic_type] = STATE(3764), - [sym_generic_type_with_turbofish] = STATE(3481), - [sym_macro_invocation] = STATE(2182), - [sym_scoped_identifier] = STATE(2047), - [sym_scoped_type_identifier] = STATE(3014), - [sym_const_block] = STATE(2182), - [sym__pattern] = STATE(2215), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), + [sym_bracketed_type] = STATE(3504), + [sym_generic_type] = STATE(3513), + [sym_generic_type_with_turbofish] = STATE(3321), + [sym_macro_invocation] = STATE(2192), + [sym_scoped_identifier] = STATE(2052), + [sym_scoped_type_identifier] = STATE(3076), + [sym_const_block] = STATE(2192), + [sym__pattern] = STATE(2203), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), [sym_line_comment] = STATE(845), [sym_block_comment] = STATE(845), - [sym_identifier] = ACTIONS(1730), - [anon_sym_LPAREN] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1736), - [anon_sym_u8] = ACTIONS(1738), - [anon_sym_i8] = ACTIONS(1738), - [anon_sym_u16] = ACTIONS(1738), - [anon_sym_i16] = ACTIONS(1738), - [anon_sym_u32] = ACTIONS(1738), - [anon_sym_i32] = ACTIONS(1738), - [anon_sym_u64] = ACTIONS(1738), - [anon_sym_i64] = ACTIONS(1738), - [anon_sym_u128] = ACTIONS(1738), - [anon_sym_i128] = ACTIONS(1738), - [anon_sym_isize] = ACTIONS(1738), - [anon_sym_usize] = ACTIONS(1738), - [anon_sym_f32] = ACTIONS(1738), - [anon_sym_f64] = ACTIONS(1738), - [anon_sym_bool] = ACTIONS(1738), - [anon_sym_str] = ACTIONS(1738), - [anon_sym_char] = ACTIONS(1738), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_AMP] = ACTIONS(1740), - [anon_sym_PIPE] = ACTIONS(1078), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1422), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COLON_COLON] = ACTIONS(1744), - [anon_sym_const] = ACTIONS(1748), - [anon_sym_default] = ACTIONS(1750), - [anon_sym_gen] = ACTIONS(1750), - [anon_sym_union] = ACTIONS(1750), - [anon_sym_ref] = ACTIONS(1114), - [sym_mutable_specifier] = ACTIONS(1430), - [anon_sym_raw] = ACTIONS(1750), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1752), - [sym_super] = ACTIONS(1752), - [sym_crate] = ACTIONS(1752), - [sym_metavariable] = ACTIONS(1754), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), + [sym_identifier] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1736), + [anon_sym_LBRACK] = ACTIONS(1740), + [anon_sym_u8] = ACTIONS(1742), + [anon_sym_i8] = ACTIONS(1742), + [anon_sym_u16] = ACTIONS(1742), + [anon_sym_i16] = ACTIONS(1742), + [anon_sym_u32] = ACTIONS(1742), + [anon_sym_i32] = ACTIONS(1742), + [anon_sym_u64] = ACTIONS(1742), + [anon_sym_i64] = ACTIONS(1742), + [anon_sym_u128] = ACTIONS(1742), + [anon_sym_i128] = ACTIONS(1742), + [anon_sym_isize] = ACTIONS(1742), + [anon_sym_usize] = ACTIONS(1742), + [anon_sym_f32] = ACTIONS(1742), + [anon_sym_f64] = ACTIONS(1742), + [anon_sym_bool] = ACTIONS(1742), + [anon_sym_str] = ACTIONS(1742), + [anon_sym_char] = ACTIONS(1742), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_AMP] = ACTIONS(1744), + [anon_sym_PIPE] = ACTIONS(1130), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1394), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COLON_COLON] = ACTIONS(1746), + [anon_sym_const] = ACTIONS(1750), + [anon_sym_default] = ACTIONS(1752), + [anon_sym_gen] = ACTIONS(1752), + [anon_sym_union] = ACTIONS(1752), + [anon_sym_ref] = ACTIONS(1166), + [sym_mutable_specifier] = ACTIONS(1402), + [anon_sym_raw] = ACTIONS(1752), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1754), + [sym_super] = ACTIONS(1754), + [sym_crate] = ACTIONS(1754), + [sym_metavariable] = ACTIONS(1756), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), }, [STATE(846)] = { - [sym_bracketed_type] = STATE(3762), - [sym_generic_type] = STATE(3764), - [sym_generic_type_with_turbofish] = STATE(3481), - [sym_macro_invocation] = STATE(2182), - [sym_scoped_identifier] = STATE(2047), - [sym_scoped_type_identifier] = STATE(3014), - [sym_const_block] = STATE(2182), - [sym__pattern] = STATE(2209), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), + [sym_bracketed_type] = STATE(3504), + [sym_generic_type] = STATE(3513), + [sym_generic_type_with_turbofish] = STATE(3321), + [sym_macro_invocation] = STATE(2192), + [sym_scoped_identifier] = STATE(2052), + [sym_scoped_type_identifier] = STATE(3076), + [sym_const_block] = STATE(2192), + [sym__pattern] = STATE(2230), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), [sym_line_comment] = STATE(846), [sym_block_comment] = STATE(846), - [sym_identifier] = ACTIONS(1730), - [anon_sym_LPAREN] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1736), - [anon_sym_u8] = ACTIONS(1738), - [anon_sym_i8] = ACTIONS(1738), - [anon_sym_u16] = ACTIONS(1738), - [anon_sym_i16] = ACTIONS(1738), - [anon_sym_u32] = ACTIONS(1738), - [anon_sym_i32] = ACTIONS(1738), - [anon_sym_u64] = ACTIONS(1738), - [anon_sym_i64] = ACTIONS(1738), - [anon_sym_u128] = ACTIONS(1738), - [anon_sym_i128] = ACTIONS(1738), - [anon_sym_isize] = ACTIONS(1738), - [anon_sym_usize] = ACTIONS(1738), - [anon_sym_f32] = ACTIONS(1738), - [anon_sym_f64] = ACTIONS(1738), - [anon_sym_bool] = ACTIONS(1738), - [anon_sym_str] = ACTIONS(1738), - [anon_sym_char] = ACTIONS(1738), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_AMP] = ACTIONS(1740), - [anon_sym_PIPE] = ACTIONS(1078), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1422), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COLON_COLON] = ACTIONS(1744), - [anon_sym_const] = ACTIONS(1748), - [anon_sym_default] = ACTIONS(1750), - [anon_sym_gen] = ACTIONS(1750), - [anon_sym_union] = ACTIONS(1750), - [anon_sym_ref] = ACTIONS(1114), - [sym_mutable_specifier] = ACTIONS(1430), - [anon_sym_raw] = ACTIONS(1750), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1752), - [sym_super] = ACTIONS(1752), - [sym_crate] = ACTIONS(1752), - [sym_metavariable] = ACTIONS(1754), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), + [sym_identifier] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1736), + [anon_sym_LBRACK] = ACTIONS(1740), + [anon_sym_u8] = ACTIONS(1742), + [anon_sym_i8] = ACTIONS(1742), + [anon_sym_u16] = ACTIONS(1742), + [anon_sym_i16] = ACTIONS(1742), + [anon_sym_u32] = ACTIONS(1742), + [anon_sym_i32] = ACTIONS(1742), + [anon_sym_u64] = ACTIONS(1742), + [anon_sym_i64] = ACTIONS(1742), + [anon_sym_u128] = ACTIONS(1742), + [anon_sym_i128] = ACTIONS(1742), + [anon_sym_isize] = ACTIONS(1742), + [anon_sym_usize] = ACTIONS(1742), + [anon_sym_f32] = ACTIONS(1742), + [anon_sym_f64] = ACTIONS(1742), + [anon_sym_bool] = ACTIONS(1742), + [anon_sym_str] = ACTIONS(1742), + [anon_sym_char] = ACTIONS(1742), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_AMP] = ACTIONS(1744), + [anon_sym_PIPE] = ACTIONS(1130), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1394), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COLON_COLON] = ACTIONS(1746), + [anon_sym_const] = ACTIONS(1750), + [anon_sym_default] = ACTIONS(1752), + [anon_sym_gen] = ACTIONS(1752), + [anon_sym_union] = ACTIONS(1752), + [anon_sym_ref] = ACTIONS(1166), + [sym_mutable_specifier] = ACTIONS(1402), + [anon_sym_raw] = ACTIONS(1752), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1754), + [sym_super] = ACTIONS(1754), + [sym_crate] = ACTIONS(1754), + [sym_metavariable] = ACTIONS(1756), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), }, [STATE(847)] = { - [sym_bracketed_type] = STATE(3762), - [sym_generic_type] = STATE(3764), - [sym_generic_type_with_turbofish] = STATE(3481), - [sym_macro_invocation] = STATE(2182), - [sym_scoped_identifier] = STATE(2047), - [sym_scoped_type_identifier] = STATE(3014), - [sym_const_block] = STATE(2182), - [sym__pattern] = STATE(3017), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), + [sym_bracketed_type] = STATE(3698), + [sym_generic_type] = STATE(3513), + [sym_generic_type_with_turbofish] = STATE(3435), + [sym_macro_invocation] = STATE(2935), + [sym_scoped_identifier] = STATE(2252), + [sym_scoped_type_identifier] = STATE(3061), + [sym_const_block] = STATE(2935), + [sym__pattern] = STATE(3116), + [sym_generic_pattern] = STATE(2935), + [sym_tuple_pattern] = STATE(2935), + [sym_slice_pattern] = STATE(2935), + [sym_tuple_struct_pattern] = STATE(2935), + [sym_struct_pattern] = STATE(2935), + [sym_remaining_field_pattern] = STATE(2935), + [sym_mut_pattern] = STATE(2935), + [sym_range_pattern] = STATE(2935), + [sym_ref_pattern] = STATE(2935), + [sym_captured_pattern] = STATE(2935), + [sym_reference_pattern] = STATE(2935), + [sym_or_pattern] = STATE(2935), + [sym__literal_pattern] = STATE(2490), + [sym_negative_literal] = STATE(2411), + [sym_string_literal] = STATE(2411), + [sym_raw_string_literal] = STATE(2411), + [sym_boolean_literal] = STATE(2411), [sym_line_comment] = STATE(847), [sym_block_comment] = STATE(847), - [sym_identifier] = ACTIONS(1730), - [anon_sym_LPAREN] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1736), - [anon_sym_u8] = ACTIONS(1738), - [anon_sym_i8] = ACTIONS(1738), - [anon_sym_u16] = ACTIONS(1738), - [anon_sym_i16] = ACTIONS(1738), - [anon_sym_u32] = ACTIONS(1738), - [anon_sym_i32] = ACTIONS(1738), - [anon_sym_u64] = ACTIONS(1738), - [anon_sym_i64] = ACTIONS(1738), - [anon_sym_u128] = ACTIONS(1738), - [anon_sym_i128] = ACTIONS(1738), - [anon_sym_isize] = ACTIONS(1738), - [anon_sym_usize] = ACTIONS(1738), - [anon_sym_f32] = ACTIONS(1738), - [anon_sym_f64] = ACTIONS(1738), - [anon_sym_bool] = ACTIONS(1738), - [anon_sym_str] = ACTIONS(1738), - [anon_sym_char] = ACTIONS(1738), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_AMP] = ACTIONS(1740), - [anon_sym_PIPE] = ACTIONS(1078), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1422), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COLON_COLON] = ACTIONS(1744), - [anon_sym_const] = ACTIONS(1748), - [anon_sym_default] = ACTIONS(1750), - [anon_sym_gen] = ACTIONS(1750), - [anon_sym_union] = ACTIONS(1750), - [anon_sym_ref] = ACTIONS(1114), - [sym_mutable_specifier] = ACTIONS(1430), - [anon_sym_raw] = ACTIONS(1750), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1752), - [sym_super] = ACTIONS(1752), - [sym_crate] = ACTIONS(1752), - [sym_metavariable] = ACTIONS(1754), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), - }, - [STATE(848)] = { - [sym_bracketed_type] = STATE(3762), - [sym_generic_type] = STATE(3764), - [sym_generic_type_with_turbofish] = STATE(3481), - [sym_macro_invocation] = STATE(2182), - [sym_scoped_identifier] = STATE(2047), - [sym_scoped_type_identifier] = STATE(3014), - [sym_const_block] = STATE(2182), - [sym__pattern] = STATE(3252), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), - [sym_line_comment] = STATE(848), - [sym_block_comment] = STATE(848), - [sym_identifier] = ACTIONS(1730), - [anon_sym_LPAREN] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1736), - [anon_sym_u8] = ACTIONS(1738), - [anon_sym_i8] = ACTIONS(1738), - [anon_sym_u16] = ACTIONS(1738), - [anon_sym_i16] = ACTIONS(1738), - [anon_sym_u32] = ACTIONS(1738), - [anon_sym_i32] = ACTIONS(1738), - [anon_sym_u64] = ACTIONS(1738), - [anon_sym_i64] = ACTIONS(1738), - [anon_sym_u128] = ACTIONS(1738), - [anon_sym_i128] = ACTIONS(1738), - [anon_sym_isize] = ACTIONS(1738), - [anon_sym_usize] = ACTIONS(1738), - [anon_sym_f32] = ACTIONS(1738), - [anon_sym_f64] = ACTIONS(1738), - [anon_sym_bool] = ACTIONS(1738), - [anon_sym_str] = ACTIONS(1738), - [anon_sym_char] = ACTIONS(1738), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_AMP] = ACTIONS(1740), - [anon_sym_PIPE] = ACTIONS(1078), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1422), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COLON_COLON] = ACTIONS(1744), - [anon_sym_const] = ACTIONS(1748), - [anon_sym_default] = ACTIONS(1750), - [anon_sym_gen] = ACTIONS(1750), - [anon_sym_union] = ACTIONS(1750), - [anon_sym_ref] = ACTIONS(1114), - [sym_mutable_specifier] = ACTIONS(1430), - [anon_sym_raw] = ACTIONS(1750), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1752), - [sym_super] = ACTIONS(1752), - [sym_crate] = ACTIONS(1752), - [sym_metavariable] = ACTIONS(1754), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), - }, - [STATE(849)] = { - [sym_bracketed_type] = STATE(3698), - [sym_generic_type] = STATE(3764), - [sym_generic_type_with_turbofish] = STATE(3419), - [sym_macro_invocation] = STATE(2942), - [sym_scoped_identifier] = STATE(2248), - [sym_scoped_type_identifier] = STATE(3103), - [sym_const_block] = STATE(2942), - [sym__pattern] = STATE(2892), - [sym_generic_pattern] = STATE(2942), - [sym_tuple_pattern] = STATE(2942), - [sym_slice_pattern] = STATE(2942), - [sym_tuple_struct_pattern] = STATE(2942), - [sym_struct_pattern] = STATE(2942), - [sym_remaining_field_pattern] = STATE(2942), - [sym_mut_pattern] = STATE(2942), - [sym_range_pattern] = STATE(2942), - [sym_ref_pattern] = STATE(2942), - [sym_captured_pattern] = STATE(2942), - [sym_reference_pattern] = STATE(2942), - [sym_or_pattern] = STATE(2942), - [sym__literal_pattern] = STATE(2447), - [sym_negative_literal] = STATE(2441), - [sym_string_literal] = STATE(2441), - [sym_raw_string_literal] = STATE(2441), - [sym_boolean_literal] = STATE(2441), - [sym_line_comment] = STATE(849), - [sym_block_comment] = STATE(849), [sym_identifier] = ACTIONS(1676), [anon_sym_LPAREN] = ACTIONS(1678), [anon_sym_LBRACK] = ACTIONS(1680), @@ -101165,347 +101090,578 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1720), [sym_float_literal] = ACTIONS(1710), }, + [STATE(848)] = { + [sym_bracketed_type] = STATE(3504), + [sym_generic_type] = STATE(3513), + [sym_generic_type_with_turbofish] = STATE(3321), + [sym_macro_invocation] = STATE(2192), + [sym_scoped_identifier] = STATE(2052), + [sym_scoped_type_identifier] = STATE(3076), + [sym_const_block] = STATE(2192), + [sym__pattern] = STATE(3459), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), + [sym_line_comment] = STATE(848), + [sym_block_comment] = STATE(848), + [sym_identifier] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1736), + [anon_sym_LBRACK] = ACTIONS(1740), + [anon_sym_u8] = ACTIONS(1742), + [anon_sym_i8] = ACTIONS(1742), + [anon_sym_u16] = ACTIONS(1742), + [anon_sym_i16] = ACTIONS(1742), + [anon_sym_u32] = ACTIONS(1742), + [anon_sym_i32] = ACTIONS(1742), + [anon_sym_u64] = ACTIONS(1742), + [anon_sym_i64] = ACTIONS(1742), + [anon_sym_u128] = ACTIONS(1742), + [anon_sym_i128] = ACTIONS(1742), + [anon_sym_isize] = ACTIONS(1742), + [anon_sym_usize] = ACTIONS(1742), + [anon_sym_f32] = ACTIONS(1742), + [anon_sym_f64] = ACTIONS(1742), + [anon_sym_bool] = ACTIONS(1742), + [anon_sym_str] = ACTIONS(1742), + [anon_sym_char] = ACTIONS(1742), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_AMP] = ACTIONS(1744), + [anon_sym_PIPE] = ACTIONS(1130), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1394), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COLON_COLON] = ACTIONS(1746), + [anon_sym_const] = ACTIONS(1750), + [anon_sym_default] = ACTIONS(1752), + [anon_sym_gen] = ACTIONS(1752), + [anon_sym_union] = ACTIONS(1752), + [anon_sym_ref] = ACTIONS(1166), + [sym_mutable_specifier] = ACTIONS(1402), + [anon_sym_raw] = ACTIONS(1752), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1754), + [sym_super] = ACTIONS(1754), + [sym_crate] = ACTIONS(1754), + [sym_metavariable] = ACTIONS(1756), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), + }, + [STATE(849)] = { + [sym_bracketed_type] = STATE(3504), + [sym_generic_type] = STATE(3513), + [sym_generic_type_with_turbofish] = STATE(3321), + [sym_macro_invocation] = STATE(2192), + [sym_scoped_identifier] = STATE(2052), + [sym_scoped_type_identifier] = STATE(3076), + [sym_const_block] = STATE(2192), + [sym__pattern] = STATE(3480), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), + [sym_line_comment] = STATE(849), + [sym_block_comment] = STATE(849), + [sym_identifier] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1736), + [anon_sym_LBRACK] = ACTIONS(1740), + [anon_sym_u8] = ACTIONS(1742), + [anon_sym_i8] = ACTIONS(1742), + [anon_sym_u16] = ACTIONS(1742), + [anon_sym_i16] = ACTIONS(1742), + [anon_sym_u32] = ACTIONS(1742), + [anon_sym_i32] = ACTIONS(1742), + [anon_sym_u64] = ACTIONS(1742), + [anon_sym_i64] = ACTIONS(1742), + [anon_sym_u128] = ACTIONS(1742), + [anon_sym_i128] = ACTIONS(1742), + [anon_sym_isize] = ACTIONS(1742), + [anon_sym_usize] = ACTIONS(1742), + [anon_sym_f32] = ACTIONS(1742), + [anon_sym_f64] = ACTIONS(1742), + [anon_sym_bool] = ACTIONS(1742), + [anon_sym_str] = ACTIONS(1742), + [anon_sym_char] = ACTIONS(1742), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_AMP] = ACTIONS(1744), + [anon_sym_PIPE] = ACTIONS(1130), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1394), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COLON_COLON] = ACTIONS(1746), + [anon_sym_const] = ACTIONS(1750), + [anon_sym_default] = ACTIONS(1752), + [anon_sym_gen] = ACTIONS(1752), + [anon_sym_union] = ACTIONS(1752), + [anon_sym_ref] = ACTIONS(1166), + [sym_mutable_specifier] = ACTIONS(1402), + [anon_sym_raw] = ACTIONS(1752), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1754), + [sym_super] = ACTIONS(1754), + [sym_crate] = ACTIONS(1754), + [sym_metavariable] = ACTIONS(1756), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), + }, [STATE(850)] = { - [sym_bracketed_type] = STATE(3762), - [sym_generic_type] = STATE(3764), - [sym_generic_type_with_turbofish] = STATE(3481), - [sym_macro_invocation] = STATE(2182), - [sym_scoped_identifier] = STATE(2047), - [sym_scoped_type_identifier] = STATE(3014), - [sym_const_block] = STATE(2182), - [sym__pattern] = STATE(3474), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), + [sym_bracketed_type] = STATE(3504), + [sym_generic_type] = STATE(3513), + [sym_generic_type_with_turbofish] = STATE(3321), + [sym_macro_invocation] = STATE(2192), + [sym_scoped_identifier] = STATE(2052), + [sym_scoped_type_identifier] = STATE(3076), + [sym_const_block] = STATE(2192), + [sym__pattern] = STATE(3487), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), [sym_line_comment] = STATE(850), [sym_block_comment] = STATE(850), - [sym_identifier] = ACTIONS(1730), - [anon_sym_LPAREN] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1736), - [anon_sym_u8] = ACTIONS(1738), - [anon_sym_i8] = ACTIONS(1738), - [anon_sym_u16] = ACTIONS(1738), - [anon_sym_i16] = ACTIONS(1738), - [anon_sym_u32] = ACTIONS(1738), - [anon_sym_i32] = ACTIONS(1738), - [anon_sym_u64] = ACTIONS(1738), - [anon_sym_i64] = ACTIONS(1738), - [anon_sym_u128] = ACTIONS(1738), - [anon_sym_i128] = ACTIONS(1738), - [anon_sym_isize] = ACTIONS(1738), - [anon_sym_usize] = ACTIONS(1738), - [anon_sym_f32] = ACTIONS(1738), - [anon_sym_f64] = ACTIONS(1738), - [anon_sym_bool] = ACTIONS(1738), - [anon_sym_str] = ACTIONS(1738), - [anon_sym_char] = ACTIONS(1738), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_AMP] = ACTIONS(1740), - [anon_sym_PIPE] = ACTIONS(1078), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1422), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COLON_COLON] = ACTIONS(1744), - [anon_sym_const] = ACTIONS(1748), - [anon_sym_default] = ACTIONS(1750), - [anon_sym_gen] = ACTIONS(1750), - [anon_sym_union] = ACTIONS(1750), - [anon_sym_ref] = ACTIONS(1114), - [sym_mutable_specifier] = ACTIONS(1430), - [anon_sym_raw] = ACTIONS(1750), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1752), - [sym_super] = ACTIONS(1752), - [sym_crate] = ACTIONS(1752), - [sym_metavariable] = ACTIONS(1754), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), + [sym_identifier] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1736), + [anon_sym_LBRACK] = ACTIONS(1740), + [anon_sym_u8] = ACTIONS(1742), + [anon_sym_i8] = ACTIONS(1742), + [anon_sym_u16] = ACTIONS(1742), + [anon_sym_i16] = ACTIONS(1742), + [anon_sym_u32] = ACTIONS(1742), + [anon_sym_i32] = ACTIONS(1742), + [anon_sym_u64] = ACTIONS(1742), + [anon_sym_i64] = ACTIONS(1742), + [anon_sym_u128] = ACTIONS(1742), + [anon_sym_i128] = ACTIONS(1742), + [anon_sym_isize] = ACTIONS(1742), + [anon_sym_usize] = ACTIONS(1742), + [anon_sym_f32] = ACTIONS(1742), + [anon_sym_f64] = ACTIONS(1742), + [anon_sym_bool] = ACTIONS(1742), + [anon_sym_str] = ACTIONS(1742), + [anon_sym_char] = ACTIONS(1742), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_AMP] = ACTIONS(1744), + [anon_sym_PIPE] = ACTIONS(1130), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1394), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COLON_COLON] = ACTIONS(1746), + [anon_sym_const] = ACTIONS(1750), + [anon_sym_default] = ACTIONS(1752), + [anon_sym_gen] = ACTIONS(1752), + [anon_sym_union] = ACTIONS(1752), + [anon_sym_ref] = ACTIONS(1166), + [sym_mutable_specifier] = ACTIONS(1402), + [anon_sym_raw] = ACTIONS(1752), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1754), + [sym_super] = ACTIONS(1754), + [sym_crate] = ACTIONS(1754), + [sym_metavariable] = ACTIONS(1756), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), }, [STATE(851)] = { - [sym_bracketed_type] = STATE(3762), - [sym_generic_type] = STATE(3764), - [sym_generic_type_with_turbofish] = STATE(3481), - [sym_macro_invocation] = STATE(2182), - [sym_scoped_identifier] = STATE(2047), - [sym_scoped_type_identifier] = STATE(3014), - [sym_const_block] = STATE(2182), - [sym__pattern] = STATE(3477), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), + [sym_bracketed_type] = STATE(3504), + [sym_generic_type] = STATE(3513), + [sym_generic_type_with_turbofish] = STATE(3321), + [sym_macro_invocation] = STATE(2192), + [sym_scoped_identifier] = STATE(2052), + [sym_scoped_type_identifier] = STATE(3076), + [sym_const_block] = STATE(2192), + [sym__pattern] = STATE(3488), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), [sym_line_comment] = STATE(851), [sym_block_comment] = STATE(851), - [sym_identifier] = ACTIONS(1730), - [anon_sym_LPAREN] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1736), - [anon_sym_u8] = ACTIONS(1738), - [anon_sym_i8] = ACTIONS(1738), - [anon_sym_u16] = ACTIONS(1738), - [anon_sym_i16] = ACTIONS(1738), - [anon_sym_u32] = ACTIONS(1738), - [anon_sym_i32] = ACTIONS(1738), - [anon_sym_u64] = ACTIONS(1738), - [anon_sym_i64] = ACTIONS(1738), - [anon_sym_u128] = ACTIONS(1738), - [anon_sym_i128] = ACTIONS(1738), - [anon_sym_isize] = ACTIONS(1738), - [anon_sym_usize] = ACTIONS(1738), - [anon_sym_f32] = ACTIONS(1738), - [anon_sym_f64] = ACTIONS(1738), - [anon_sym_bool] = ACTIONS(1738), - [anon_sym_str] = ACTIONS(1738), - [anon_sym_char] = ACTIONS(1738), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_AMP] = ACTIONS(1740), - [anon_sym_PIPE] = ACTIONS(1078), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1422), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COLON_COLON] = ACTIONS(1744), - [anon_sym_const] = ACTIONS(1748), - [anon_sym_default] = ACTIONS(1750), - [anon_sym_gen] = ACTIONS(1750), - [anon_sym_union] = ACTIONS(1750), - [anon_sym_ref] = ACTIONS(1114), - [sym_mutable_specifier] = ACTIONS(1430), - [anon_sym_raw] = ACTIONS(1750), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1752), - [sym_super] = ACTIONS(1752), - [sym_crate] = ACTIONS(1752), - [sym_metavariable] = ACTIONS(1754), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), + [sym_identifier] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1736), + [anon_sym_LBRACK] = ACTIONS(1740), + [anon_sym_u8] = ACTIONS(1742), + [anon_sym_i8] = ACTIONS(1742), + [anon_sym_u16] = ACTIONS(1742), + [anon_sym_i16] = ACTIONS(1742), + [anon_sym_u32] = ACTIONS(1742), + [anon_sym_i32] = ACTIONS(1742), + [anon_sym_u64] = ACTIONS(1742), + [anon_sym_i64] = ACTIONS(1742), + [anon_sym_u128] = ACTIONS(1742), + [anon_sym_i128] = ACTIONS(1742), + [anon_sym_isize] = ACTIONS(1742), + [anon_sym_usize] = ACTIONS(1742), + [anon_sym_f32] = ACTIONS(1742), + [anon_sym_f64] = ACTIONS(1742), + [anon_sym_bool] = ACTIONS(1742), + [anon_sym_str] = ACTIONS(1742), + [anon_sym_char] = ACTIONS(1742), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_AMP] = ACTIONS(1744), + [anon_sym_PIPE] = ACTIONS(1130), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1394), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COLON_COLON] = ACTIONS(1746), + [anon_sym_const] = ACTIONS(1750), + [anon_sym_default] = ACTIONS(1752), + [anon_sym_gen] = ACTIONS(1752), + [anon_sym_union] = ACTIONS(1752), + [anon_sym_ref] = ACTIONS(1166), + [sym_mutable_specifier] = ACTIONS(1402), + [anon_sym_raw] = ACTIONS(1752), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1754), + [sym_super] = ACTIONS(1754), + [sym_crate] = ACTIONS(1754), + [sym_metavariable] = ACTIONS(1756), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), }, [STATE(852)] = { - [sym_bracketed_type] = STATE(3762), - [sym_generic_type] = STATE(3764), - [sym_generic_type_with_turbofish] = STATE(3481), - [sym_macro_invocation] = STATE(2182), - [sym_scoped_identifier] = STATE(2047), - [sym_scoped_type_identifier] = STATE(3014), - [sym_const_block] = STATE(2182), - [sym__pattern] = STATE(3478), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), + [sym_bracketed_type] = STATE(3504), + [sym_generic_type] = STATE(3513), + [sym_generic_type_with_turbofish] = STATE(3321), + [sym_macro_invocation] = STATE(2192), + [sym_scoped_identifier] = STATE(2052), + [sym_scoped_type_identifier] = STATE(3076), + [sym_const_block] = STATE(2192), + [sym__pattern] = STATE(3489), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), [sym_line_comment] = STATE(852), [sym_block_comment] = STATE(852), - [sym_identifier] = ACTIONS(1730), - [anon_sym_LPAREN] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1736), - [anon_sym_u8] = ACTIONS(1738), - [anon_sym_i8] = ACTIONS(1738), - [anon_sym_u16] = ACTIONS(1738), - [anon_sym_i16] = ACTIONS(1738), - [anon_sym_u32] = ACTIONS(1738), - [anon_sym_i32] = ACTIONS(1738), - [anon_sym_u64] = ACTIONS(1738), - [anon_sym_i64] = ACTIONS(1738), - [anon_sym_u128] = ACTIONS(1738), - [anon_sym_i128] = ACTIONS(1738), - [anon_sym_isize] = ACTIONS(1738), - [anon_sym_usize] = ACTIONS(1738), - [anon_sym_f32] = ACTIONS(1738), - [anon_sym_f64] = ACTIONS(1738), - [anon_sym_bool] = ACTIONS(1738), - [anon_sym_str] = ACTIONS(1738), - [anon_sym_char] = ACTIONS(1738), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_AMP] = ACTIONS(1740), - [anon_sym_PIPE] = ACTIONS(1078), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1422), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COLON_COLON] = ACTIONS(1744), - [anon_sym_const] = ACTIONS(1748), - [anon_sym_default] = ACTIONS(1750), - [anon_sym_gen] = ACTIONS(1750), - [anon_sym_union] = ACTIONS(1750), - [anon_sym_ref] = ACTIONS(1114), - [sym_mutable_specifier] = ACTIONS(1430), - [anon_sym_raw] = ACTIONS(1750), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1752), - [sym_super] = ACTIONS(1752), - [sym_crate] = ACTIONS(1752), - [sym_metavariable] = ACTIONS(1754), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), + [sym_identifier] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1736), + [anon_sym_LBRACK] = ACTIONS(1740), + [anon_sym_u8] = ACTIONS(1742), + [anon_sym_i8] = ACTIONS(1742), + [anon_sym_u16] = ACTIONS(1742), + [anon_sym_i16] = ACTIONS(1742), + [anon_sym_u32] = ACTIONS(1742), + [anon_sym_i32] = ACTIONS(1742), + [anon_sym_u64] = ACTIONS(1742), + [anon_sym_i64] = ACTIONS(1742), + [anon_sym_u128] = ACTIONS(1742), + [anon_sym_i128] = ACTIONS(1742), + [anon_sym_isize] = ACTIONS(1742), + [anon_sym_usize] = ACTIONS(1742), + [anon_sym_f32] = ACTIONS(1742), + [anon_sym_f64] = ACTIONS(1742), + [anon_sym_bool] = ACTIONS(1742), + [anon_sym_str] = ACTIONS(1742), + [anon_sym_char] = ACTIONS(1742), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_AMP] = ACTIONS(1744), + [anon_sym_PIPE] = ACTIONS(1130), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1394), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COLON_COLON] = ACTIONS(1746), + [anon_sym_const] = ACTIONS(1750), + [anon_sym_default] = ACTIONS(1752), + [anon_sym_gen] = ACTIONS(1752), + [anon_sym_union] = ACTIONS(1752), + [anon_sym_ref] = ACTIONS(1166), + [sym_mutable_specifier] = ACTIONS(1402), + [anon_sym_raw] = ACTIONS(1752), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1754), + [sym_super] = ACTIONS(1754), + [sym_crate] = ACTIONS(1754), + [sym_metavariable] = ACTIONS(1756), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), }, [STATE(853)] = { - [sym_bracketed_type] = STATE(3762), - [sym_generic_type] = STATE(3764), - [sym_generic_type_with_turbofish] = STATE(3481), - [sym_macro_invocation] = STATE(2182), - [sym_scoped_identifier] = STATE(2047), - [sym_scoped_type_identifier] = STATE(3014), - [sym_const_block] = STATE(2182), - [sym__pattern] = STATE(3480), - [sym_generic_pattern] = STATE(2182), - [sym_tuple_pattern] = STATE(2182), - [sym_slice_pattern] = STATE(2182), - [sym_tuple_struct_pattern] = STATE(2182), - [sym_struct_pattern] = STATE(2182), - [sym_remaining_field_pattern] = STATE(2182), - [sym_mut_pattern] = STATE(2182), - [sym_range_pattern] = STATE(2182), - [sym_ref_pattern] = STATE(2182), - [sym_captured_pattern] = STATE(2182), - [sym_reference_pattern] = STATE(2182), - [sym_or_pattern] = STATE(2182), - [sym__literal_pattern] = STATE(2110), - [sym_negative_literal] = STATE(2116), - [sym_string_literal] = STATE(2116), - [sym_raw_string_literal] = STATE(2116), - [sym_boolean_literal] = STATE(2116), + [sym_bracketed_type] = STATE(3504), + [sym_generic_type] = STATE(3513), + [sym_generic_type_with_turbofish] = STATE(3321), + [sym_macro_invocation] = STATE(2192), + [sym_scoped_identifier] = STATE(2052), + [sym_scoped_type_identifier] = STATE(3076), + [sym_const_block] = STATE(2192), + [sym__pattern] = STATE(3490), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), [sym_line_comment] = STATE(853), [sym_block_comment] = STATE(853), - [sym_identifier] = ACTIONS(1730), - [anon_sym_LPAREN] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1736), - [anon_sym_u8] = ACTIONS(1738), - [anon_sym_i8] = ACTIONS(1738), - [anon_sym_u16] = ACTIONS(1738), - [anon_sym_i16] = ACTIONS(1738), - [anon_sym_u32] = ACTIONS(1738), - [anon_sym_i32] = ACTIONS(1738), - [anon_sym_u64] = ACTIONS(1738), - [anon_sym_i64] = ACTIONS(1738), - [anon_sym_u128] = ACTIONS(1738), - [anon_sym_i128] = ACTIONS(1738), - [anon_sym_isize] = ACTIONS(1738), - [anon_sym_usize] = ACTIONS(1738), - [anon_sym_f32] = ACTIONS(1738), - [anon_sym_f64] = ACTIONS(1738), - [anon_sym_bool] = ACTIONS(1738), - [anon_sym_str] = ACTIONS(1738), - [anon_sym_char] = ACTIONS(1738), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_AMP] = ACTIONS(1740), - [anon_sym_PIPE] = ACTIONS(1078), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1422), - [anon_sym_DOT_DOT] = ACTIONS(1082), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1086), - [anon_sym_COLON_COLON] = ACTIONS(1744), - [anon_sym_const] = ACTIONS(1748), - [anon_sym_default] = ACTIONS(1750), - [anon_sym_gen] = ACTIONS(1750), - [anon_sym_union] = ACTIONS(1750), - [anon_sym_ref] = ACTIONS(1114), - [sym_mutable_specifier] = ACTIONS(1430), - [anon_sym_raw] = ACTIONS(1750), - [sym_integer_literal] = ACTIONS(1120), - [aux_sym_string_literal_token1] = ACTIONS(1122), - [sym_char_literal] = ACTIONS(1120), - [anon_sym_true] = ACTIONS(1124), - [anon_sym_false] = ACTIONS(1124), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1752), - [sym_super] = ACTIONS(1752), - [sym_crate] = ACTIONS(1752), - [sym_metavariable] = ACTIONS(1754), - [sym__raw_string_literal_start] = ACTIONS(1132), - [sym_float_literal] = ACTIONS(1120), + [sym_identifier] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1736), + [anon_sym_LBRACK] = ACTIONS(1740), + [anon_sym_u8] = ACTIONS(1742), + [anon_sym_i8] = ACTIONS(1742), + [anon_sym_u16] = ACTIONS(1742), + [anon_sym_i16] = ACTIONS(1742), + [anon_sym_u32] = ACTIONS(1742), + [anon_sym_i32] = ACTIONS(1742), + [anon_sym_u64] = ACTIONS(1742), + [anon_sym_i64] = ACTIONS(1742), + [anon_sym_u128] = ACTIONS(1742), + [anon_sym_i128] = ACTIONS(1742), + [anon_sym_isize] = ACTIONS(1742), + [anon_sym_usize] = ACTIONS(1742), + [anon_sym_f32] = ACTIONS(1742), + [anon_sym_f64] = ACTIONS(1742), + [anon_sym_bool] = ACTIONS(1742), + [anon_sym_str] = ACTIONS(1742), + [anon_sym_char] = ACTIONS(1742), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_AMP] = ACTIONS(1744), + [anon_sym_PIPE] = ACTIONS(1130), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1394), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COLON_COLON] = ACTIONS(1746), + [anon_sym_const] = ACTIONS(1750), + [anon_sym_default] = ACTIONS(1752), + [anon_sym_gen] = ACTIONS(1752), + [anon_sym_union] = ACTIONS(1752), + [anon_sym_ref] = ACTIONS(1166), + [sym_mutable_specifier] = ACTIONS(1402), + [anon_sym_raw] = ACTIONS(1752), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1754), + [sym_super] = ACTIONS(1754), + [sym_crate] = ACTIONS(1754), + [sym_metavariable] = ACTIONS(1756), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), }, [STATE(854)] = { - [sym_function_modifiers] = STATE(3661), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(3256), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3584), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1606), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3584), - [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(3335), - [sym_scoped_type_identifier] = STATE(2278), + [sym_bracketed_type] = STATE(3504), + [sym_generic_type] = STATE(3513), + [sym_generic_type_with_turbofish] = STATE(3321), + [sym_macro_invocation] = STATE(2192), + [sym_scoped_identifier] = STATE(2052), + [sym_scoped_type_identifier] = STATE(3076), + [sym_const_block] = STATE(2192), + [sym__pattern] = STATE(2580), + [sym_generic_pattern] = STATE(2192), + [sym_tuple_pattern] = STATE(2192), + [sym_slice_pattern] = STATE(2192), + [sym_tuple_struct_pattern] = STATE(2192), + [sym_struct_pattern] = STATE(2192), + [sym_remaining_field_pattern] = STATE(2192), + [sym_mut_pattern] = STATE(2192), + [sym_range_pattern] = STATE(2192), + [sym_ref_pattern] = STATE(2192), + [sym_captured_pattern] = STATE(2192), + [sym_reference_pattern] = STATE(2192), + [sym_or_pattern] = STATE(2192), + [sym__literal_pattern] = STATE(2121), + [sym_negative_literal] = STATE(2115), + [sym_string_literal] = STATE(2115), + [sym_raw_string_literal] = STATE(2115), + [sym_boolean_literal] = STATE(2115), [sym_line_comment] = STATE(854), [sym_block_comment] = STATE(854), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3171), + [sym_identifier] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1736), + [anon_sym_LBRACK] = ACTIONS(1740), + [anon_sym_u8] = ACTIONS(1742), + [anon_sym_i8] = ACTIONS(1742), + [anon_sym_u16] = ACTIONS(1742), + [anon_sym_i16] = ACTIONS(1742), + [anon_sym_u32] = ACTIONS(1742), + [anon_sym_i32] = ACTIONS(1742), + [anon_sym_u64] = ACTIONS(1742), + [anon_sym_i64] = ACTIONS(1742), + [anon_sym_u128] = ACTIONS(1742), + [anon_sym_i128] = ACTIONS(1742), + [anon_sym_isize] = ACTIONS(1742), + [anon_sym_usize] = ACTIONS(1742), + [anon_sym_f32] = ACTIONS(1742), + [anon_sym_f64] = ACTIONS(1742), + [anon_sym_bool] = ACTIONS(1742), + [anon_sym_str] = ACTIONS(1742), + [anon_sym_char] = ACTIONS(1742), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_AMP] = ACTIONS(1744), + [anon_sym_PIPE] = ACTIONS(1130), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1394), + [anon_sym_DOT_DOT] = ACTIONS(1134), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), + [anon_sym_COLON_COLON] = ACTIONS(1746), + [anon_sym_const] = ACTIONS(1750), + [anon_sym_default] = ACTIONS(1752), + [anon_sym_gen] = ACTIONS(1752), + [anon_sym_union] = ACTIONS(1752), + [anon_sym_ref] = ACTIONS(1166), + [sym_mutable_specifier] = ACTIONS(1402), + [anon_sym_raw] = ACTIONS(1752), + [sym_integer_literal] = ACTIONS(1172), + [aux_sym_string_literal_token1] = ACTIONS(1174), + [sym_char_literal] = ACTIONS(1172), + [anon_sym_true] = ACTIONS(1176), + [anon_sym_false] = ACTIONS(1176), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1754), + [sym_super] = ACTIONS(1754), + [sym_crate] = ACTIONS(1754), + [sym_metavariable] = ACTIONS(1756), + [sym__raw_string_literal_start] = ACTIONS(1184), + [sym_float_literal] = ACTIONS(1172), + }, + [STATE(855)] = { + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2068), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), + [sym_line_comment] = STATE(855), + [sym_block_comment] = STATE(855), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_PLUS] = ACTIONS(3173), - [anon_sym_STAR] = ACTIONS(1624), - [anon_sym_QMARK] = ACTIONS(1626), + [anon_sym_PLUS] = ACTIONS(3175), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -101523,24 +101679,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(1630), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1640), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1644), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1646), - [sym_mutable_specifier] = ACTIONS(3175), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), + [sym_mutable_specifier] = ACTIONS(3177), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -101549,191 +101705,191 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1650), [sym_metavariable] = ACTIONS(1652), }, - [STATE(855)] = { - [sym_function_modifiers] = STATE(3644), - [sym_removed_trait_bound] = STATE(1782), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(1753), + [STATE(856)] = { + [sym_function_modifiers] = STATE(3645), + [sym_removed_trait_bound] = STATE(1774), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(1859), [sym_bracketed_type] = STATE(3704), - [sym_lifetime] = STATE(3802), - [sym_array_type] = STATE(1782), - [sym_for_lifetimes] = STATE(1603), - [sym_function_type] = STATE(1782), - [sym_tuple_type] = STATE(1782), - [sym_unit_type] = STATE(1782), - [sym_generic_type] = STATE(1716), + [sym_lifetime] = STATE(3808), + [sym_array_type] = STATE(1774), + [sym_for_lifetimes] = STATE(1605), + [sym_function_type] = STATE(1774), + [sym_tuple_type] = STATE(1774), + [sym_unit_type] = STATE(1774), + [sym_generic_type] = STATE(1665), [sym_generic_type_with_turbofish] = STATE(3695), - [sym_bounded_type] = STATE(1782), - [sym_use_bounds] = STATE(3802), - [sym_reference_type] = STATE(1782), - [sym_pointer_type] = STATE(1782), - [sym_never_type] = STATE(1782), - [sym_abstract_type] = STATE(1782), - [sym_dynamic_type] = STATE(1782), - [sym_macro_invocation] = STATE(1782), - [sym_scoped_identifier] = STATE(3436), - [sym_scoped_type_identifier] = STATE(1625), - [sym_line_comment] = STATE(855), - [sym_block_comment] = STATE(855), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3177), - [anon_sym_LPAREN] = ACTIONS(3179), - [anon_sym_LBRACK] = ACTIONS(3181), - [anon_sym_PLUS] = ACTIONS(3183), - [anon_sym_STAR] = ACTIONS(3185), - [anon_sym_QMARK] = ACTIONS(3187), - [anon_sym_u8] = ACTIONS(3189), - [anon_sym_i8] = ACTIONS(3189), - [anon_sym_u16] = ACTIONS(3189), - [anon_sym_i16] = ACTIONS(3189), - [anon_sym_u32] = ACTIONS(3189), - [anon_sym_i32] = ACTIONS(3189), - [anon_sym_u64] = ACTIONS(3189), - [anon_sym_i64] = ACTIONS(3189), - [anon_sym_u128] = ACTIONS(3189), - [anon_sym_i128] = ACTIONS(3189), - [anon_sym_isize] = ACTIONS(3189), - [anon_sym_usize] = ACTIONS(3189), - [anon_sym_f32] = ACTIONS(3189), - [anon_sym_f64] = ACTIONS(3189), - [anon_sym_bool] = ACTIONS(3189), - [anon_sym_str] = ACTIONS(3189), - [anon_sym_char] = ACTIONS(3189), - [anon_sym_BANG] = ACTIONS(3191), - [anon_sym_AMP] = ACTIONS(3193), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3195), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), - [anon_sym_default] = ACTIONS(3197), - [anon_sym_fn] = ACTIONS(3199), - [anon_sym_for] = ACTIONS(1104), - [anon_sym_gen] = ACTIONS(3201), - [anon_sym_impl] = ACTIONS(3203), - [anon_sym_union] = ACTIONS(3201), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(3205), - [sym_mutable_specifier] = ACTIONS(3207), - [anon_sym_raw] = ACTIONS(3201), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(3209), - [sym_super] = ACTIONS(3209), - [sym_crate] = ACTIONS(3209), - [sym_metavariable] = ACTIONS(3211), - }, - [STATE(856)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2086), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_bounded_type] = STATE(1774), + [sym_use_bounds] = STATE(3808), + [sym_reference_type] = STATE(1774), + [sym_pointer_type] = STATE(1774), + [sym_never_type] = STATE(1774), + [sym_abstract_type] = STATE(1774), + [sym_dynamic_type] = STATE(1774), + [sym_macro_invocation] = STATE(1774), + [sym_scoped_identifier] = STATE(3446), + [sym_scoped_type_identifier] = STATE(1626), [sym_line_comment] = STATE(856), [sym_block_comment] = STATE(856), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), - [anon_sym_LPAREN] = ACTIONS(1618), - [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_PLUS] = ACTIONS(3213), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), - [anon_sym_u8] = ACTIONS(1628), - [anon_sym_i8] = ACTIONS(1628), - [anon_sym_u16] = ACTIONS(1628), - [anon_sym_i16] = ACTIONS(1628), - [anon_sym_u32] = ACTIONS(1628), - [anon_sym_i32] = ACTIONS(1628), - [anon_sym_u64] = ACTIONS(1628), - [anon_sym_i64] = ACTIONS(1628), - [anon_sym_u128] = ACTIONS(1628), - [anon_sym_i128] = ACTIONS(1628), - [anon_sym_isize] = ACTIONS(1628), - [anon_sym_usize] = ACTIONS(1628), - [anon_sym_f32] = ACTIONS(1628), - [anon_sym_f64] = ACTIONS(1628), - [anon_sym_bool] = ACTIONS(1628), - [anon_sym_str] = ACTIONS(1628), - [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), - [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), - [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), - [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), - [sym_mutable_specifier] = ACTIONS(3215), - [anon_sym_raw] = ACTIONS(1642), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(3217), - [sym_super] = ACTIONS(1650), - [sym_crate] = ACTIONS(1650), - [sym_metavariable] = ACTIONS(1652), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3179), + [anon_sym_LPAREN] = ACTIONS(3181), + [anon_sym_LBRACK] = ACTIONS(3183), + [anon_sym_PLUS] = ACTIONS(3185), + [anon_sym_STAR] = ACTIONS(3187), + [anon_sym_QMARK] = ACTIONS(3189), + [anon_sym_u8] = ACTIONS(3191), + [anon_sym_i8] = ACTIONS(3191), + [anon_sym_u16] = ACTIONS(3191), + [anon_sym_i16] = ACTIONS(3191), + [anon_sym_u32] = ACTIONS(3191), + [anon_sym_i32] = ACTIONS(3191), + [anon_sym_u64] = ACTIONS(3191), + [anon_sym_i64] = ACTIONS(3191), + [anon_sym_u128] = ACTIONS(3191), + [anon_sym_i128] = ACTIONS(3191), + [anon_sym_isize] = ACTIONS(3191), + [anon_sym_usize] = ACTIONS(3191), + [anon_sym_f32] = ACTIONS(3191), + [anon_sym_f64] = ACTIONS(3191), + [anon_sym_bool] = ACTIONS(3191), + [anon_sym_str] = ACTIONS(3191), + [anon_sym_char] = ACTIONS(3191), + [anon_sym_BANG] = ACTIONS(3193), + [anon_sym_AMP] = ACTIONS(3195), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3197), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), + [anon_sym_default] = ACTIONS(3199), + [anon_sym_fn] = ACTIONS(3201), + [anon_sym_for] = ACTIONS(1156), + [anon_sym_gen] = ACTIONS(3203), + [anon_sym_impl] = ACTIONS(3205), + [anon_sym_union] = ACTIONS(3203), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(3207), + [sym_mutable_specifier] = ACTIONS(3209), + [anon_sym_raw] = ACTIONS(3203), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(3211), + [sym_super] = ACTIONS(3211), + [sym_crate] = ACTIONS(3211), + [sym_metavariable] = ACTIONS(3213), }, [STATE(857)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2086), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3761), + [sym_removed_trait_bound] = STATE(1498), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(1467), + [sym_bracketed_type] = STATE(3687), + [sym_lifetime] = STATE(3522), + [sym_array_type] = STATE(1498), + [sym_for_lifetimes] = STATE(1621), + [sym_function_type] = STATE(1498), + [sym_tuple_type] = STATE(1498), + [sym_unit_type] = STATE(1498), + [sym_generic_type] = STATE(1406), + [sym_generic_type_with_turbofish] = STATE(3819), + [sym_bounded_type] = STATE(1498), + [sym_use_bounds] = STATE(3522), + [sym_reference_type] = STATE(1498), + [sym_pointer_type] = STATE(1498), + [sym_never_type] = STATE(1498), + [sym_abstract_type] = STATE(1498), + [sym_dynamic_type] = STATE(1498), + [sym_macro_invocation] = STATE(1498), + [sym_scoped_identifier] = STATE(3362), + [sym_scoped_type_identifier] = STATE(1106), [sym_line_comment] = STATE(857), [sym_block_comment] = STATE(857), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3215), + [anon_sym_LPAREN] = ACTIONS(3217), + [anon_sym_LBRACK] = ACTIONS(3219), + [anon_sym_PLUS] = ACTIONS(3221), + [anon_sym_STAR] = ACTIONS(3223), + [anon_sym_QMARK] = ACTIONS(3225), + [anon_sym_u8] = ACTIONS(3227), + [anon_sym_i8] = ACTIONS(3227), + [anon_sym_u16] = ACTIONS(3227), + [anon_sym_i16] = ACTIONS(3227), + [anon_sym_u32] = ACTIONS(3227), + [anon_sym_i32] = ACTIONS(3227), + [anon_sym_u64] = ACTIONS(3227), + [anon_sym_i64] = ACTIONS(3227), + [anon_sym_u128] = ACTIONS(3227), + [anon_sym_i128] = ACTIONS(3227), + [anon_sym_isize] = ACTIONS(3227), + [anon_sym_usize] = ACTIONS(3227), + [anon_sym_f32] = ACTIONS(3227), + [anon_sym_f64] = ACTIONS(3227), + [anon_sym_bool] = ACTIONS(3227), + [anon_sym_str] = ACTIONS(3227), + [anon_sym_char] = ACTIONS(3227), + [anon_sym_BANG] = ACTIONS(3229), + [anon_sym_AMP] = ACTIONS(3231), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3233), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), + [anon_sym_default] = ACTIONS(3235), + [anon_sym_fn] = ACTIONS(3237), + [anon_sym_for] = ACTIONS(1156), + [anon_sym_gen] = ACTIONS(3239), + [anon_sym_impl] = ACTIONS(3241), + [anon_sym_union] = ACTIONS(3239), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(3243), + [sym_mutable_specifier] = ACTIONS(3245), + [anon_sym_raw] = ACTIONS(3239), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(3247), + [sym_super] = ACTIONS(3247), + [sym_crate] = ACTIONS(3247), + [sym_metavariable] = ACTIONS(3249), + }, + [STATE(858)] = { + [sym_function_modifiers] = STATE(3541), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2068), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3591), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1610), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3591), + [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(3394), + [sym_scoped_type_identifier] = STATE(2240), + [sym_line_comment] = STATE(858), + [sym_block_comment] = STATE(858), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3251), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_PLUS] = ACTIONS(3213), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_PLUS] = ACTIONS(3253), + [anon_sym_STAR] = ACTIONS(1624), + [anon_sym_QMARK] = ACTIONS(1626), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -101751,24 +101907,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(1630), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1640), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1644), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), - [sym_mutable_specifier] = ACTIONS(3219), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1646), + [sym_mutable_specifier] = ACTIONS(3255), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -101777,37 +101933,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1650), [sym_metavariable] = ACTIONS(1652), }, - [STATE(858)] = { - [sym_function_modifiers] = STATE(3661), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2086), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3584), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1606), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3584), - [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(3335), - [sym_scoped_type_identifier] = STATE(2278), - [sym_line_comment] = STATE(858), - [sym_block_comment] = STATE(858), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3171), + [STATE(859)] = { + [sym_function_modifiers] = STATE(3541), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(3298), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3591), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1610), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3591), + [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(3394), + [sym_scoped_type_identifier] = STATE(2240), + [sym_line_comment] = STATE(859), + [sym_block_comment] = STATE(859), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3251), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_PLUS] = ACTIONS(3173), + [anon_sym_PLUS] = ACTIONS(3253), [anon_sym_STAR] = ACTIONS(1624), [anon_sym_QMARK] = ACTIONS(1626), [anon_sym_u8] = ACTIONS(1628), @@ -101827,24 +101983,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), + [anon_sym_BANG] = ACTIONS(1126), [anon_sym_AMP] = ACTIONS(1630), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), [anon_sym_fn] = ACTIONS(1640), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), [anon_sym_impl] = ACTIONS(1644), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), [anon_sym_dyn] = ACTIONS(1646), - [sym_mutable_specifier] = ACTIONS(3221), + [sym_mutable_specifier] = ACTIONS(3257), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -101853,115 +102009,39 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1650), [sym_metavariable] = ACTIONS(1652), }, - [STATE(859)] = { - [sym_function_modifiers] = STATE(3775), - [sym_removed_trait_bound] = STATE(1530), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(1496), - [sym_bracketed_type] = STATE(3687), - [sym_lifetime] = STATE(3537), - [sym_array_type] = STATE(1530), - [sym_for_lifetimes] = STATE(1618), - [sym_function_type] = STATE(1530), - [sym_tuple_type] = STATE(1530), - [sym_unit_type] = STATE(1530), - [sym_generic_type] = STATE(1422), - [sym_generic_type_with_turbofish] = STATE(3817), - [sym_bounded_type] = STATE(1530), - [sym_use_bounds] = STATE(3537), - [sym_reference_type] = STATE(1530), - [sym_pointer_type] = STATE(1530), - [sym_never_type] = STATE(1530), - [sym_abstract_type] = STATE(1530), - [sym_dynamic_type] = STATE(1530), - [sym_macro_invocation] = STATE(1530), - [sym_scoped_identifier] = STATE(3346), - [sym_scoped_type_identifier] = STATE(1093), - [sym_line_comment] = STATE(859), - [sym_block_comment] = STATE(859), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3223), - [anon_sym_LPAREN] = ACTIONS(3225), - [anon_sym_LBRACK] = ACTIONS(3227), - [anon_sym_PLUS] = ACTIONS(3229), - [anon_sym_STAR] = ACTIONS(3231), - [anon_sym_QMARK] = ACTIONS(3233), - [anon_sym_u8] = ACTIONS(3235), - [anon_sym_i8] = ACTIONS(3235), - [anon_sym_u16] = ACTIONS(3235), - [anon_sym_i16] = ACTIONS(3235), - [anon_sym_u32] = ACTIONS(3235), - [anon_sym_i32] = ACTIONS(3235), - [anon_sym_u64] = ACTIONS(3235), - [anon_sym_i64] = ACTIONS(3235), - [anon_sym_u128] = ACTIONS(3235), - [anon_sym_i128] = ACTIONS(3235), - [anon_sym_isize] = ACTIONS(3235), - [anon_sym_usize] = ACTIONS(3235), - [anon_sym_f32] = ACTIONS(3235), - [anon_sym_f64] = ACTIONS(3235), - [anon_sym_bool] = ACTIONS(3235), - [anon_sym_str] = ACTIONS(3235), - [anon_sym_char] = ACTIONS(3235), - [anon_sym_BANG] = ACTIONS(3237), - [anon_sym_AMP] = ACTIONS(3239), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3241), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), - [anon_sym_default] = ACTIONS(3243), - [anon_sym_fn] = ACTIONS(3245), - [anon_sym_for] = ACTIONS(1104), - [anon_sym_gen] = ACTIONS(3247), - [anon_sym_impl] = ACTIONS(3249), - [anon_sym_union] = ACTIONS(3247), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(3251), - [sym_mutable_specifier] = ACTIONS(3253), - [anon_sym_raw] = ACTIONS(3247), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(3255), - [sym_super] = ACTIONS(3255), - [sym_crate] = ACTIONS(3255), - [sym_metavariable] = ACTIONS(3257), - }, [STATE(860)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_type_parameters] = STATE(962), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2440), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [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(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2252), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2068), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(860), [sym_block_comment] = STATE(860), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3259), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_PLUS] = ACTIONS(3175), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -101979,64 +102059,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(3261), - [anon_sym_AMP] = ACTIONS(3075), - [anon_sym_LT] = ACTIONS(3263), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), + [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), + [sym_mutable_specifier] = ACTIONS(3259), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1650), + [sym_self] = ACTIONS(3261), [sym_super] = ACTIONS(1650), [sym_crate] = ACTIONS(1650), [sym_metavariable] = ACTIONS(1652), }, [STATE(861)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2661), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2725), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(861), [sym_block_comment] = STATE(861), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), - [anon_sym_RPAREN] = ACTIONS(3265), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -102054,23 +102134,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3263), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -102080,38 +102161,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(862)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2646), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2761), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(862), [sym_block_comment] = STATE(862), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), - [anon_sym_RPAREN] = ACTIONS(3267), + [anon_sym_RPAREN] = ACTIONS(3265), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -102129,23 +102210,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -102155,37 +102236,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(863)] = { - [sym_function_modifiers] = STATE(3661), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2092), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(858), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1606), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3584), - [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(3335), - [sym_scoped_type_identifier] = STATE(2278), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_type_parameters] = STATE(903), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2422), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2413), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2281), [sym_line_comment] = STATE(863), [sym_block_comment] = STATE(863), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3171), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3267), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1624), - [anon_sym_QMARK] = ACTIONS(1626), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -102203,24 +102285,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(1630), - [anon_sym_LT] = ACTIONS(29), + [anon_sym_BANG] = ACTIONS(3269), + [anon_sym_AMP] = ACTIONS(3089), + [anon_sym_LT] = ACTIONS(3271), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1640), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1644), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1646), - [sym_mutable_specifier] = ACTIONS(3269), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -102230,38 +102311,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(864)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2909), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3541), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2081), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(858), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1610), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3591), + [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(3394), + [sym_scoped_type_identifier] = STATE(2240), [sym_line_comment] = STATE(864), [sym_block_comment] = STATE(864), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3251), [anon_sym_LPAREN] = ACTIONS(1618), - [anon_sym_RPAREN] = ACTIONS(3271), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1624), + [anon_sym_QMARK] = ACTIONS(1626), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -102279,23 +102359,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(1630), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1640), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1644), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1646), + [sym_mutable_specifier] = ACTIONS(3273), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -102305,38 +102386,112 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(865)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_type_parameters] = STATE(980), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2469), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2505), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2260), + [sym_function_modifiers] = STATE(3761), + [sym_removed_trait_bound] = STATE(1498), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(1445), + [sym_bracketed_type] = STATE(3687), + [sym_lifetime] = STATE(857), + [sym_array_type] = STATE(1498), + [sym_for_lifetimes] = STATE(1621), + [sym_function_type] = STATE(1498), + [sym_tuple_type] = STATE(1498), + [sym_unit_type] = STATE(1498), + [sym_generic_type] = STATE(1406), + [sym_generic_type_with_turbofish] = STATE(3819), + [sym_bounded_type] = STATE(1498), + [sym_use_bounds] = STATE(3522), + [sym_reference_type] = STATE(1498), + [sym_pointer_type] = STATE(1498), + [sym_never_type] = STATE(1498), + [sym_abstract_type] = STATE(1498), + [sym_dynamic_type] = STATE(1498), + [sym_macro_invocation] = STATE(1498), + [sym_scoped_identifier] = STATE(3362), + [sym_scoped_type_identifier] = STATE(1106), [sym_line_comment] = STATE(865), [sym_block_comment] = STATE(865), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3273), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3215), + [anon_sym_LPAREN] = ACTIONS(3217), + [anon_sym_LBRACK] = ACTIONS(3219), + [anon_sym_STAR] = ACTIONS(3223), + [anon_sym_QMARK] = ACTIONS(3225), + [anon_sym_u8] = ACTIONS(3227), + [anon_sym_i8] = ACTIONS(3227), + [anon_sym_u16] = ACTIONS(3227), + [anon_sym_i16] = ACTIONS(3227), + [anon_sym_u32] = ACTIONS(3227), + [anon_sym_i32] = ACTIONS(3227), + [anon_sym_u64] = ACTIONS(3227), + [anon_sym_i64] = ACTIONS(3227), + [anon_sym_u128] = ACTIONS(3227), + [anon_sym_i128] = ACTIONS(3227), + [anon_sym_isize] = ACTIONS(3227), + [anon_sym_usize] = ACTIONS(3227), + [anon_sym_f32] = ACTIONS(3227), + [anon_sym_f64] = ACTIONS(3227), + [anon_sym_bool] = ACTIONS(3227), + [anon_sym_str] = ACTIONS(3227), + [anon_sym_char] = ACTIONS(3227), + [anon_sym_BANG] = ACTIONS(3229), + [anon_sym_AMP] = ACTIONS(3231), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3233), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), + [anon_sym_default] = ACTIONS(3235), + [anon_sym_fn] = ACTIONS(3237), + [anon_sym_for] = ACTIONS(1156), + [anon_sym_gen] = ACTIONS(3239), + [anon_sym_impl] = ACTIONS(3241), + [anon_sym_union] = ACTIONS(3239), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(3243), + [sym_mutable_specifier] = ACTIONS(3275), + [anon_sym_raw] = ACTIONS(3239), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(3247), + [sym_super] = ACTIONS(3247), + [sym_crate] = ACTIONS(3247), + [sym_metavariable] = ACTIONS(3249), + }, + [STATE(866)] = { + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2825), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), + [sym_line_comment] = STATE(866), + [sym_block_comment] = STATE(866), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -102354,23 +102509,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(3275), - [anon_sym_AMP] = ACTIONS(3075), - [anon_sym_LT] = ACTIONS(3263), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3277), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -102379,39 +102535,39 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1650), [sym_metavariable] = ACTIONS(1652), }, - [STATE(866)] = { - [sym_function_modifiers] = STATE(3815), - [sym_higher_ranked_trait_bound] = STATE(2332), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2334), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(2334), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(2091), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), - [sym_line_comment] = STATE(866), - [sym_block_comment] = STATE(866), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [STATE(867)] = { + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2761), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), + [sym_line_comment] = STATE(867), + [sym_block_comment] = STATE(867), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), + [anon_sym_RPAREN] = ACTIONS(3279), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -102429,23 +102585,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(3277), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -102454,39 +102610,114 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1650), [sym_metavariable] = ACTIONS(1652), }, - [STATE(867)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2816), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), - [sym_line_comment] = STATE(867), - [sym_block_comment] = STATE(867), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [STATE(868)] = { + [sym_function_modifiers] = STATE(3645), + [sym_removed_trait_bound] = STATE(1774), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(1841), + [sym_bracketed_type] = STATE(3704), + [sym_lifetime] = STATE(856), + [sym_array_type] = STATE(1774), + [sym_for_lifetimes] = STATE(1605), + [sym_function_type] = STATE(1774), + [sym_tuple_type] = STATE(1774), + [sym_unit_type] = STATE(1774), + [sym_generic_type] = STATE(1665), + [sym_generic_type_with_turbofish] = STATE(3695), + [sym_bounded_type] = STATE(1774), + [sym_use_bounds] = STATE(3808), + [sym_reference_type] = STATE(1774), + [sym_pointer_type] = STATE(1774), + [sym_never_type] = STATE(1774), + [sym_abstract_type] = STATE(1774), + [sym_dynamic_type] = STATE(1774), + [sym_macro_invocation] = STATE(1774), + [sym_scoped_identifier] = STATE(3446), + [sym_scoped_type_identifier] = STATE(1626), + [sym_line_comment] = STATE(868), + [sym_block_comment] = STATE(868), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3179), + [anon_sym_LPAREN] = ACTIONS(3181), + [anon_sym_LBRACK] = ACTIONS(3183), + [anon_sym_STAR] = ACTIONS(3187), + [anon_sym_QMARK] = ACTIONS(3189), + [anon_sym_u8] = ACTIONS(3191), + [anon_sym_i8] = ACTIONS(3191), + [anon_sym_u16] = ACTIONS(3191), + [anon_sym_i16] = ACTIONS(3191), + [anon_sym_u32] = ACTIONS(3191), + [anon_sym_i32] = ACTIONS(3191), + [anon_sym_u64] = ACTIONS(3191), + [anon_sym_i64] = ACTIONS(3191), + [anon_sym_u128] = ACTIONS(3191), + [anon_sym_i128] = ACTIONS(3191), + [anon_sym_isize] = ACTIONS(3191), + [anon_sym_usize] = ACTIONS(3191), + [anon_sym_f32] = ACTIONS(3191), + [anon_sym_f64] = ACTIONS(3191), + [anon_sym_bool] = ACTIONS(3191), + [anon_sym_str] = ACTIONS(3191), + [anon_sym_char] = ACTIONS(3191), + [anon_sym_BANG] = ACTIONS(3193), + [anon_sym_AMP] = ACTIONS(3195), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3197), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), + [anon_sym_default] = ACTIONS(3199), + [anon_sym_fn] = ACTIONS(3201), + [anon_sym_for] = ACTIONS(1156), + [anon_sym_gen] = ACTIONS(3203), + [anon_sym_impl] = ACTIONS(3205), + [anon_sym_union] = ACTIONS(3203), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(3207), + [sym_mutable_specifier] = ACTIONS(3281), + [anon_sym_raw] = ACTIONS(3203), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(3211), + [sym_super] = ACTIONS(3211), + [sym_crate] = ACTIONS(3211), + [sym_metavariable] = ACTIONS(3213), + }, + [STATE(869)] = { + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2897), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), + [sym_line_comment] = STATE(869), + [sym_block_comment] = STATE(869), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), - [anon_sym_RPAREN] = ACTIONS(3267), + [anon_sym_RPAREN] = ACTIONS(3283), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -102504,23 +102735,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -102529,39 +102760,39 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1650), [sym_metavariable] = ACTIONS(1652), }, - [STATE(868)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2909), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), - [sym_line_comment] = STATE(868), - [sym_block_comment] = STATE(868), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [STATE(870)] = { + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2897), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), + [sym_line_comment] = STATE(870), + [sym_block_comment] = STATE(870), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), - [anon_sym_RPAREN] = ACTIONS(3279), + [anon_sym_RPAREN] = ACTIONS(3285), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -102579,23 +102810,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -102604,38 +102835,39 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1650), [sym_metavariable] = ACTIONS(1652), }, - [STATE(869)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2796), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), - [sym_line_comment] = STATE(869), - [sym_block_comment] = STATE(869), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [STATE(871)] = { + [sym_function_modifiers] = STATE(3816), + [sym_higher_ranked_trait_bound] = STATE(2322), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2320), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(2320), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), + [sym_line_comment] = STATE(871), + [sym_block_comment] = STATE(871), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -102653,24 +102885,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3281), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(3287), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -102679,38 +102910,39 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1650), [sym_metavariable] = ACTIONS(1652), }, - [STATE(870)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2874), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), - [sym_line_comment] = STATE(870), - [sym_block_comment] = STATE(870), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [STATE(872)] = { + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2897), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), + [sym_line_comment] = STATE(872), + [sym_block_comment] = STATE(872), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), + [anon_sym_RPAREN] = ACTIONS(3289), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -102728,24 +102960,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3283), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -102754,39 +102985,39 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1650), [sym_metavariable] = ACTIONS(1652), }, - [STATE(871)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2909), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), - [sym_line_comment] = STATE(871), - [sym_block_comment] = STATE(871), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [STATE(873)] = { + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2670), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), + [sym_line_comment] = STATE(873), + [sym_block_comment] = STATE(873), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), - [anon_sym_RPAREN] = ACTIONS(3285), + [anon_sym_RPAREN] = ACTIONS(3279), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -102804,23 +103035,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -102829,39 +103060,39 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1650), [sym_metavariable] = ACTIONS(1652), }, - [STATE(872)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2909), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), - [sym_line_comment] = STATE(872), - [sym_block_comment] = STATE(872), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [STATE(874)] = { + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2897), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), + [sym_line_comment] = STATE(874), + [sym_block_comment] = STATE(874), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), - [anon_sym_RPAREN] = ACTIONS(3287), + [anon_sym_RPAREN] = ACTIONS(3291), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -102879,23 +103110,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -102904,39 +103135,39 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1650), [sym_metavariable] = ACTIONS(1652), }, - [STATE(873)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_type_parameters] = STATE(898), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2443), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2459), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2273), - [sym_line_comment] = STATE(873), - [sym_block_comment] = STATE(873), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3289), + [STATE(875)] = { + [sym_function_modifiers] = STATE(3541), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2976), + [sym_bracketed_type] = STATE(3736), + [sym_qualified_type] = STATE(3608), + [sym_lifetime] = STATE(3591), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1610), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3591), + [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(3394), + [sym_scoped_type_identifier] = STATE(2240), + [sym_line_comment] = STATE(875), + [sym_block_comment] = STATE(875), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3251), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1624), + [anon_sym_QMARK] = ACTIONS(1626), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -102954,23 +103185,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(3291), - [anon_sym_AMP] = ACTIONS(3075), - [anon_sym_LT] = ACTIONS(3263), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(1630), + [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1640), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1644), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1646), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -102979,39 +103210,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1650), [sym_metavariable] = ACTIONS(1652), }, - [STATE(874)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2909), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), - [sym_line_comment] = STATE(874), - [sym_block_comment] = STATE(874), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [STATE(876)] = { + [sym_function_modifiers] = STATE(3541), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(3199), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(859), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1610), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3591), + [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(3394), + [sym_scoped_type_identifier] = STATE(2240), + [sym_line_comment] = STATE(876), + [sym_block_comment] = STATE(876), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3251), [anon_sym_LPAREN] = ACTIONS(1618), - [anon_sym_RPAREN] = ACTIONS(3293), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1624), + [anon_sym_QMARK] = ACTIONS(1626), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -103029,23 +103259,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(1630), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1640), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1644), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1646), + [sym_mutable_specifier] = ACTIONS(3293), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -103054,39 +103285,39 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1650), [sym_metavariable] = ACTIONS(1652), }, - [STATE(875)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2909), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), - [sym_line_comment] = STATE(875), - [sym_block_comment] = STATE(875), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [STATE(877)] = { + [sym_function_modifiers] = STATE(3816), + [sym_higher_ranked_trait_bound] = STATE(2244), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2249), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(2249), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), + [sym_line_comment] = STATE(877), + [sym_block_comment] = STATE(877), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), - [anon_sym_RPAREN] = ACTIONS(3295), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -103104,23 +103335,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(3287), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -103129,39 +103360,39 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1650), [sym_metavariable] = ACTIONS(1652), }, - [STATE(876)] = { - [sym_function_modifiers] = STATE(3815), - [sym_higher_ranked_trait_bound] = STATE(2332), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2333), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(2333), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), - [sym_line_comment] = STATE(876), - [sym_block_comment] = STATE(876), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [STATE(878)] = { + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2897), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), + [sym_line_comment] = STATE(878), + [sym_block_comment] = STATE(878), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), + [anon_sym_RPAREN] = ACTIONS(3295), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -103179,23 +103410,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(3277), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -103204,114 +103435,39 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1650), [sym_metavariable] = ACTIONS(1652), }, - [STATE(877)] = { - [sym_function_modifiers] = STATE(3644), - [sym_removed_trait_bound] = STATE(1782), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(1733), - [sym_bracketed_type] = STATE(3704), - [sym_lifetime] = STATE(855), - [sym_array_type] = STATE(1782), - [sym_for_lifetimes] = STATE(1603), - [sym_function_type] = STATE(1782), - [sym_tuple_type] = STATE(1782), - [sym_unit_type] = STATE(1782), - [sym_generic_type] = STATE(1716), - [sym_generic_type_with_turbofish] = STATE(3695), - [sym_bounded_type] = STATE(1782), - [sym_use_bounds] = STATE(3802), - [sym_reference_type] = STATE(1782), - [sym_pointer_type] = STATE(1782), - [sym_never_type] = STATE(1782), - [sym_abstract_type] = STATE(1782), - [sym_dynamic_type] = STATE(1782), - [sym_macro_invocation] = STATE(1782), - [sym_scoped_identifier] = STATE(3436), - [sym_scoped_type_identifier] = STATE(1625), - [sym_line_comment] = STATE(877), - [sym_block_comment] = STATE(877), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3177), - [anon_sym_LPAREN] = ACTIONS(3179), - [anon_sym_LBRACK] = ACTIONS(3181), - [anon_sym_STAR] = ACTIONS(3185), - [anon_sym_QMARK] = ACTIONS(3187), - [anon_sym_u8] = ACTIONS(3189), - [anon_sym_i8] = ACTIONS(3189), - [anon_sym_u16] = ACTIONS(3189), - [anon_sym_i16] = ACTIONS(3189), - [anon_sym_u32] = ACTIONS(3189), - [anon_sym_i32] = ACTIONS(3189), - [anon_sym_u64] = ACTIONS(3189), - [anon_sym_i64] = ACTIONS(3189), - [anon_sym_u128] = ACTIONS(3189), - [anon_sym_i128] = ACTIONS(3189), - [anon_sym_isize] = ACTIONS(3189), - [anon_sym_usize] = ACTIONS(3189), - [anon_sym_f32] = ACTIONS(3189), - [anon_sym_f64] = ACTIONS(3189), - [anon_sym_bool] = ACTIONS(3189), - [anon_sym_str] = ACTIONS(3189), - [anon_sym_char] = ACTIONS(3189), - [anon_sym_BANG] = ACTIONS(3191), - [anon_sym_AMP] = ACTIONS(3193), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3195), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), - [anon_sym_default] = ACTIONS(3197), - [anon_sym_fn] = ACTIONS(3199), - [anon_sym_for] = ACTIONS(1104), - [anon_sym_gen] = ACTIONS(3201), - [anon_sym_impl] = ACTIONS(3203), - [anon_sym_union] = ACTIONS(3201), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(3205), - [sym_mutable_specifier] = ACTIONS(3297), - [anon_sym_raw] = ACTIONS(3201), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(3209), - [sym_super] = ACTIONS(3209), - [sym_crate] = ACTIONS(3209), - [sym_metavariable] = ACTIONS(3211), - }, - [STATE(878)] = { - [sym_function_modifiers] = STATE(3661), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(3194), - [sym_bracketed_type] = STATE(3750), - [sym_qualified_type] = STATE(3676), - [sym_lifetime] = STATE(3584), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1606), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3584), - [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(3335), - [sym_scoped_type_identifier] = STATE(2278), - [sym_line_comment] = STATE(878), - [sym_block_comment] = STATE(878), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3171), + [STATE(879)] = { + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2703), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), + [sym_line_comment] = STATE(879), + [sym_block_comment] = STATE(879), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), + [anon_sym_RPAREN] = ACTIONS(3279), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1624), - [anon_sym_QMARK] = ACTIONS(1626), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -103329,23 +103485,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(1630), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1640), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1644), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1646), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -103354,39 +103510,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1650), [sym_metavariable] = ACTIONS(1652), }, - [STATE(879)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_type_parameters] = STATE(921), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2496), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2502), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2257), - [sym_line_comment] = STATE(879), - [sym_block_comment] = STATE(879), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3299), + [STATE(880)] = { + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2081), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(855), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), + [sym_line_comment] = STATE(880), + [sym_block_comment] = STATE(880), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -103404,23 +103559,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(3301), - [anon_sym_AMP] = ACTIONS(3075), - [anon_sym_LT] = ACTIONS(3263), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), + [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), + [sym_mutable_specifier] = ACTIONS(3297), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -103429,38 +103585,39 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1650), [sym_metavariable] = ACTIONS(1652), }, - [STATE(880)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2092), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(857), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), - [sym_line_comment] = STATE(880), - [sym_block_comment] = STATE(880), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [STATE(881)] = { + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_type_parameters] = STATE(1003), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2420), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2493), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2273), + [sym_line_comment] = STATE(881), + [sym_block_comment] = STATE(881), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3299), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -103478,24 +103635,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), - [anon_sym_LT] = ACTIONS(29), + [anon_sym_BANG] = ACTIONS(3301), + [anon_sym_AMP] = ACTIONS(3089), + [anon_sym_LT] = ACTIONS(3271), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), - [sym_mutable_specifier] = ACTIONS(3303), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -103504,39 +103660,39 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1650), [sym_metavariable] = ACTIONS(1652), }, - [STATE(881)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2661), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), - [sym_line_comment] = STATE(881), - [sym_block_comment] = STATE(881), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [STATE(882)] = { + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2897), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), + [sym_line_comment] = STATE(882), + [sym_block_comment] = STATE(882), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), - [anon_sym_RPAREN] = ACTIONS(3267), + [anon_sym_RPAREN] = ACTIONS(3303), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -103554,23 +103710,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -103579,114 +103735,39 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1650), [sym_metavariable] = ACTIONS(1652), }, - [STATE(882)] = { - [sym_function_modifiers] = STATE(3775), - [sym_removed_trait_bound] = STATE(1530), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(1551), - [sym_bracketed_type] = STATE(3687), - [sym_lifetime] = STATE(859), - [sym_array_type] = STATE(1530), - [sym_for_lifetimes] = STATE(1618), - [sym_function_type] = STATE(1530), - [sym_tuple_type] = STATE(1530), - [sym_unit_type] = STATE(1530), - [sym_generic_type] = STATE(1422), - [sym_generic_type_with_turbofish] = STATE(3817), - [sym_bounded_type] = STATE(1530), - [sym_use_bounds] = STATE(3537), - [sym_reference_type] = STATE(1530), - [sym_pointer_type] = STATE(1530), - [sym_never_type] = STATE(1530), - [sym_abstract_type] = STATE(1530), - [sym_dynamic_type] = STATE(1530), - [sym_macro_invocation] = STATE(1530), - [sym_scoped_identifier] = STATE(3346), - [sym_scoped_type_identifier] = STATE(1093), - [sym_line_comment] = STATE(882), - [sym_block_comment] = STATE(882), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3223), - [anon_sym_LPAREN] = ACTIONS(3225), - [anon_sym_LBRACK] = ACTIONS(3227), - [anon_sym_STAR] = ACTIONS(3231), - [anon_sym_QMARK] = ACTIONS(3233), - [anon_sym_u8] = ACTIONS(3235), - [anon_sym_i8] = ACTIONS(3235), - [anon_sym_u16] = ACTIONS(3235), - [anon_sym_i16] = ACTIONS(3235), - [anon_sym_u32] = ACTIONS(3235), - [anon_sym_i32] = ACTIONS(3235), - [anon_sym_u64] = ACTIONS(3235), - [anon_sym_i64] = ACTIONS(3235), - [anon_sym_u128] = ACTIONS(3235), - [anon_sym_i128] = ACTIONS(3235), - [anon_sym_isize] = ACTIONS(3235), - [anon_sym_usize] = ACTIONS(3235), - [anon_sym_f32] = ACTIONS(3235), - [anon_sym_f64] = ACTIONS(3235), - [anon_sym_bool] = ACTIONS(3235), - [anon_sym_str] = ACTIONS(3235), - [anon_sym_char] = ACTIONS(3235), - [anon_sym_BANG] = ACTIONS(3237), - [anon_sym_AMP] = ACTIONS(3239), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3241), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), - [anon_sym_default] = ACTIONS(3243), - [anon_sym_fn] = ACTIONS(3245), - [anon_sym_for] = ACTIONS(1104), - [anon_sym_gen] = ACTIONS(3247), - [anon_sym_impl] = ACTIONS(3249), - [anon_sym_union] = ACTIONS(3247), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(3251), - [sym_mutable_specifier] = ACTIONS(3305), - [anon_sym_raw] = ACTIONS(3247), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(3255), - [sym_super] = ACTIONS(3255), - [sym_crate] = ACTIONS(3255), - [sym_metavariable] = ACTIONS(3257), - }, [STATE(883)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2816), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2670), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(883), [sym_block_comment] = STATE(883), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), - [anon_sym_RPAREN] = ACTIONS(3307), + [anon_sym_RPAREN] = ACTIONS(3305), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -103704,23 +103785,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -103730,38 +103811,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(884)] = { - [sym_function_modifiers] = STATE(3815), - [sym_higher_ranked_trait_bound] = STATE(2282), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2284), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(2284), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3816), + [sym_higher_ranked_trait_bound] = STATE(2322), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2316), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(2316), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(2077), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(884), [sym_block_comment] = STATE(884), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -103779,23 +103860,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(3277), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(3287), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -103805,37 +103886,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(885)] = { - [sym_function_modifiers] = STATE(3661), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(3285), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(854), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1606), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3584), - [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(3335), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_type_parameters] = STATE(1014), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2456), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2500), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), [sym_scoped_type_identifier] = STATE(2278), [sym_line_comment] = STATE(885), [sym_block_comment] = STATE(885), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3171), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3307), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1624), - [anon_sym_QMARK] = ACTIONS(1626), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -103853,24 +103935,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(1630), - [anon_sym_LT] = ACTIONS(29), + [anon_sym_BANG] = ACTIONS(3309), + [anon_sym_AMP] = ACTIONS(3089), + [anon_sym_LT] = ACTIONS(3271), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1640), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1644), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1646), - [sym_mutable_specifier] = ACTIONS(3309), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -103880,37 +103961,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(886)] = { - [sym_function_modifiers] = STATE(3661), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2090), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3584), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1606), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3584), - [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(3335), - [sym_scoped_type_identifier] = STATE(2278), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_type_parameters] = STATE(923), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2476), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2441), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2248), [sym_line_comment] = STATE(886), [sym_block_comment] = STATE(886), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3171), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3311), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1624), - [anon_sym_QMARK] = ACTIONS(1626), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -103928,23 +104010,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(1630), - [anon_sym_LT] = ACTIONS(29), + [anon_sym_BANG] = ACTIONS(3313), + [anon_sym_AMP] = ACTIONS(3089), + [anon_sym_LT] = ACTIONS(3271), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1640), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1644), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1646), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -103954,37 +104036,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(887)] = { - [sym_function_modifiers] = STATE(3661), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(3263), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3584), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1606), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3584), - [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(3335), - [sym_scoped_type_identifier] = STATE(2278), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2072), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(887), [sym_block_comment] = STATE(887), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3171), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1624), - [anon_sym_QMARK] = ACTIONS(1626), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -104002,23 +104084,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(1630), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1640), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1644), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1646), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -104028,37 +104110,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(888)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2499), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2080), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(888), [sym_block_comment] = STATE(888), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -104076,23 +104158,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -104102,37 +104184,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(889)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2504), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2703), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(889), [sym_block_comment] = STATE(889), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -104150,23 +104232,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -104176,37 +104258,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(890)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(3003), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2925), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(890), [sym_block_comment] = STATE(890), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -104224,23 +104306,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -104250,37 +104332,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(891)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2852), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2762), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(891), [sym_block_comment] = STATE(891), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -104298,23 +104380,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -104324,37 +104406,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(892)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2853), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2651), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(892), [sym_block_comment] = STATE(892), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -104372,23 +104454,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -104398,37 +104480,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(893)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2969), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2725), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(893), [sym_block_comment] = STATE(893), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -104446,23 +104528,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -104472,185 +104554,185 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(894)] = { - [sym_function_modifiers] = STATE(3775), - [sym_removed_trait_bound] = STATE(1530), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(1527), - [sym_bracketed_type] = STATE(3687), - [sym_lifetime] = STATE(3537), - [sym_array_type] = STATE(1530), - [sym_for_lifetimes] = STATE(1618), - [sym_function_type] = STATE(1530), - [sym_tuple_type] = STATE(1530), - [sym_unit_type] = STATE(1530), - [sym_generic_type] = STATE(1422), - [sym_generic_type_with_turbofish] = STATE(3817), - [sym_bounded_type] = STATE(1530), - [sym_use_bounds] = STATE(3537), - [sym_reference_type] = STATE(1530), - [sym_pointer_type] = STATE(1530), - [sym_never_type] = STATE(1530), - [sym_abstract_type] = STATE(1530), - [sym_dynamic_type] = STATE(1530), - [sym_macro_invocation] = STATE(1530), - [sym_scoped_identifier] = STATE(3346), - [sym_scoped_type_identifier] = STATE(1093), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2706), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(894), [sym_block_comment] = STATE(894), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3223), - [anon_sym_LPAREN] = ACTIONS(3225), - [anon_sym_LBRACK] = ACTIONS(3227), - [anon_sym_STAR] = ACTIONS(3231), - [anon_sym_QMARK] = ACTIONS(3233), - [anon_sym_u8] = ACTIONS(3235), - [anon_sym_i8] = ACTIONS(3235), - [anon_sym_u16] = ACTIONS(3235), - [anon_sym_i16] = ACTIONS(3235), - [anon_sym_u32] = ACTIONS(3235), - [anon_sym_i32] = ACTIONS(3235), - [anon_sym_u64] = ACTIONS(3235), - [anon_sym_i64] = ACTIONS(3235), - [anon_sym_u128] = ACTIONS(3235), - [anon_sym_i128] = ACTIONS(3235), - [anon_sym_isize] = ACTIONS(3235), - [anon_sym_usize] = ACTIONS(3235), - [anon_sym_f32] = ACTIONS(3235), - [anon_sym_f64] = ACTIONS(3235), - [anon_sym_bool] = ACTIONS(3235), - [anon_sym_str] = ACTIONS(3235), - [anon_sym_char] = ACTIONS(3235), - [anon_sym_BANG] = ACTIONS(3237), - [anon_sym_AMP] = ACTIONS(3239), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3241), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), - [anon_sym_default] = ACTIONS(3243), - [anon_sym_fn] = ACTIONS(3245), - [anon_sym_for] = ACTIONS(1104), - [anon_sym_gen] = ACTIONS(3247), - [anon_sym_impl] = ACTIONS(3249), - [anon_sym_union] = ACTIONS(3247), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(3251), - [anon_sym_raw] = ACTIONS(3247), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(3255), - [sym_super] = ACTIONS(3255), - [sym_crate] = ACTIONS(3255), - [sym_metavariable] = ACTIONS(3257), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), + [anon_sym_LPAREN] = ACTIONS(1618), + [anon_sym_LBRACK] = ACTIONS(1620), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), + [anon_sym_u8] = ACTIONS(1628), + [anon_sym_i8] = ACTIONS(1628), + [anon_sym_u16] = ACTIONS(1628), + [anon_sym_i16] = ACTIONS(1628), + [anon_sym_u32] = ACTIONS(1628), + [anon_sym_i32] = ACTIONS(1628), + [anon_sym_u64] = ACTIONS(1628), + [anon_sym_i64] = ACTIONS(1628), + [anon_sym_u128] = ACTIONS(1628), + [anon_sym_i128] = ACTIONS(1628), + [anon_sym_isize] = ACTIONS(1628), + [anon_sym_usize] = ACTIONS(1628), + [anon_sym_f32] = ACTIONS(1628), + [anon_sym_f64] = ACTIONS(1628), + [anon_sym_bool] = ACTIONS(1628), + [anon_sym_str] = ACTIONS(1628), + [anon_sym_char] = ACTIONS(1628), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(1634), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), + [anon_sym_default] = ACTIONS(1638), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), + [anon_sym_gen] = ACTIONS(1642), + [anon_sym_impl] = ACTIONS(1160), + [anon_sym_union] = ACTIONS(1642), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), + [anon_sym_raw] = ACTIONS(1642), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1650), + [sym_super] = ACTIONS(1650), + [sym_crate] = ACTIONS(1650), + [sym_metavariable] = ACTIONS(1652), }, [STATE(895)] = { - [sym_function_modifiers] = STATE(3775), - [sym_removed_trait_bound] = STATE(1530), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(1531), - [sym_bracketed_type] = STATE(3687), - [sym_lifetime] = STATE(3537), - [sym_array_type] = STATE(1530), - [sym_for_lifetimes] = STATE(1618), - [sym_function_type] = STATE(1530), - [sym_tuple_type] = STATE(1530), - [sym_unit_type] = STATE(1530), - [sym_generic_type] = STATE(1422), - [sym_generic_type_with_turbofish] = STATE(3817), - [sym_bounded_type] = STATE(1530), - [sym_use_bounds] = STATE(3537), - [sym_reference_type] = STATE(1530), - [sym_pointer_type] = STATE(1530), - [sym_never_type] = STATE(1530), - [sym_abstract_type] = STATE(1530), - [sym_dynamic_type] = STATE(1530), - [sym_macro_invocation] = STATE(1530), - [sym_scoped_identifier] = STATE(3346), - [sym_scoped_type_identifier] = STATE(1093), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2735), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(895), [sym_block_comment] = STATE(895), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3223), - [anon_sym_LPAREN] = ACTIONS(3225), - [anon_sym_LBRACK] = ACTIONS(3227), - [anon_sym_STAR] = ACTIONS(3231), - [anon_sym_QMARK] = ACTIONS(3233), - [anon_sym_u8] = ACTIONS(3235), - [anon_sym_i8] = ACTIONS(3235), - [anon_sym_u16] = ACTIONS(3235), - [anon_sym_i16] = ACTIONS(3235), - [anon_sym_u32] = ACTIONS(3235), - [anon_sym_i32] = ACTIONS(3235), - [anon_sym_u64] = ACTIONS(3235), - [anon_sym_i64] = ACTIONS(3235), - [anon_sym_u128] = ACTIONS(3235), - [anon_sym_i128] = ACTIONS(3235), - [anon_sym_isize] = ACTIONS(3235), - [anon_sym_usize] = ACTIONS(3235), - [anon_sym_f32] = ACTIONS(3235), - [anon_sym_f64] = ACTIONS(3235), - [anon_sym_bool] = ACTIONS(3235), - [anon_sym_str] = ACTIONS(3235), - [anon_sym_char] = ACTIONS(3235), - [anon_sym_BANG] = ACTIONS(3237), - [anon_sym_AMP] = ACTIONS(3239), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3241), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), - [anon_sym_default] = ACTIONS(3243), - [anon_sym_fn] = ACTIONS(3245), - [anon_sym_for] = ACTIONS(1104), - [anon_sym_gen] = ACTIONS(3247), - [anon_sym_impl] = ACTIONS(3249), - [anon_sym_union] = ACTIONS(3247), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(3251), - [anon_sym_raw] = ACTIONS(3247), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(3255), - [sym_super] = ACTIONS(3255), - [sym_crate] = ACTIONS(3255), - [sym_metavariable] = ACTIONS(3257), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), + [anon_sym_LPAREN] = ACTIONS(1618), + [anon_sym_LBRACK] = ACTIONS(1620), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), + [anon_sym_u8] = ACTIONS(1628), + [anon_sym_i8] = ACTIONS(1628), + [anon_sym_u16] = ACTIONS(1628), + [anon_sym_i16] = ACTIONS(1628), + [anon_sym_u32] = ACTIONS(1628), + [anon_sym_i32] = ACTIONS(1628), + [anon_sym_u64] = ACTIONS(1628), + [anon_sym_i64] = ACTIONS(1628), + [anon_sym_u128] = ACTIONS(1628), + [anon_sym_i128] = ACTIONS(1628), + [anon_sym_isize] = ACTIONS(1628), + [anon_sym_usize] = ACTIONS(1628), + [anon_sym_f32] = ACTIONS(1628), + [anon_sym_f64] = ACTIONS(1628), + [anon_sym_bool] = ACTIONS(1628), + [anon_sym_str] = ACTIONS(1628), + [anon_sym_char] = ACTIONS(1628), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(1634), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), + [anon_sym_default] = ACTIONS(1638), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), + [anon_sym_gen] = ACTIONS(1642), + [anon_sym_impl] = ACTIONS(1160), + [anon_sym_union] = ACTIONS(1642), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), + [anon_sym_raw] = ACTIONS(1642), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1650), + [sym_super] = ACTIONS(1650), + [sym_crate] = ACTIONS(1650), + [sym_metavariable] = ACTIONS(1652), }, [STATE(896)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2667), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3541), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2092), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3591), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1610), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3591), + [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(3394), + [sym_scoped_type_identifier] = STATE(2240), [sym_line_comment] = STATE(896), [sym_block_comment] = STATE(896), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3251), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1624), + [anon_sym_QMARK] = ACTIONS(1626), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -104668,23 +104750,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(1630), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1640), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1644), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1646), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -104694,111 +104776,111 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(897)] = { - [sym_function_modifiers] = STATE(3775), - [sym_removed_trait_bound] = STATE(1530), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(1456), - [sym_bracketed_type] = STATE(3687), - [sym_lifetime] = STATE(3537), - [sym_array_type] = STATE(1530), - [sym_for_lifetimes] = STATE(1618), - [sym_function_type] = STATE(1530), - [sym_tuple_type] = STATE(1530), - [sym_unit_type] = STATE(1530), - [sym_generic_type] = STATE(1422), - [sym_generic_type_with_turbofish] = STATE(3817), - [sym_bounded_type] = STATE(1530), - [sym_use_bounds] = STATE(3537), - [sym_reference_type] = STATE(1530), - [sym_pointer_type] = STATE(1530), - [sym_never_type] = STATE(1530), - [sym_abstract_type] = STATE(1530), - [sym_dynamic_type] = STATE(1530), - [sym_macro_invocation] = STATE(1530), - [sym_scoped_identifier] = STATE(3346), - [sym_scoped_type_identifier] = STATE(1093), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2334), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(897), [sym_block_comment] = STATE(897), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3223), - [anon_sym_LPAREN] = ACTIONS(3225), - [anon_sym_LBRACK] = ACTIONS(3227), - [anon_sym_STAR] = ACTIONS(3231), - [anon_sym_QMARK] = ACTIONS(3233), - [anon_sym_u8] = ACTIONS(3235), - [anon_sym_i8] = ACTIONS(3235), - [anon_sym_u16] = ACTIONS(3235), - [anon_sym_i16] = ACTIONS(3235), - [anon_sym_u32] = ACTIONS(3235), - [anon_sym_i32] = ACTIONS(3235), - [anon_sym_u64] = ACTIONS(3235), - [anon_sym_i64] = ACTIONS(3235), - [anon_sym_u128] = ACTIONS(3235), - [anon_sym_i128] = ACTIONS(3235), - [anon_sym_isize] = ACTIONS(3235), - [anon_sym_usize] = ACTIONS(3235), - [anon_sym_f32] = ACTIONS(3235), - [anon_sym_f64] = ACTIONS(3235), - [anon_sym_bool] = ACTIONS(3235), - [anon_sym_str] = ACTIONS(3235), - [anon_sym_char] = ACTIONS(3235), - [anon_sym_BANG] = ACTIONS(3237), - [anon_sym_AMP] = ACTIONS(3239), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3241), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), - [anon_sym_default] = ACTIONS(3243), - [anon_sym_fn] = ACTIONS(3245), - [anon_sym_for] = ACTIONS(1104), - [anon_sym_gen] = ACTIONS(3247), - [anon_sym_impl] = ACTIONS(3249), - [anon_sym_union] = ACTIONS(3247), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(3251), - [anon_sym_raw] = ACTIONS(3247), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(3255), - [sym_super] = ACTIONS(3255), - [sym_crate] = ACTIONS(3255), - [sym_metavariable] = ACTIONS(3257), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), + [anon_sym_LPAREN] = ACTIONS(1618), + [anon_sym_LBRACK] = ACTIONS(1620), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), + [anon_sym_u8] = ACTIONS(1628), + [anon_sym_i8] = ACTIONS(1628), + [anon_sym_u16] = ACTIONS(1628), + [anon_sym_i16] = ACTIONS(1628), + [anon_sym_u32] = ACTIONS(1628), + [anon_sym_i32] = ACTIONS(1628), + [anon_sym_u64] = ACTIONS(1628), + [anon_sym_i64] = ACTIONS(1628), + [anon_sym_u128] = ACTIONS(1628), + [anon_sym_i128] = ACTIONS(1628), + [anon_sym_isize] = ACTIONS(1628), + [anon_sym_usize] = ACTIONS(1628), + [anon_sym_f32] = ACTIONS(1628), + [anon_sym_f64] = ACTIONS(1628), + [anon_sym_bool] = ACTIONS(1628), + [anon_sym_str] = ACTIONS(1628), + [anon_sym_char] = ACTIONS(1628), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(1634), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), + [anon_sym_default] = ACTIONS(1638), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), + [anon_sym_gen] = ACTIONS(1642), + [anon_sym_impl] = ACTIONS(1160), + [anon_sym_union] = ACTIONS(1642), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), + [anon_sym_raw] = ACTIONS(1642), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1650), + [sym_super] = ACTIONS(1650), + [sym_crate] = ACTIONS(1650), + [sym_metavariable] = ACTIONS(1652), }, [STATE(898)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2475), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2425), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2242), + [sym_function_modifiers] = STATE(3541), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2093), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3591), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1610), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3591), + [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(3394), + [sym_scoped_type_identifier] = STATE(2240), [sym_line_comment] = STATE(898), [sym_block_comment] = STATE(898), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3311), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3251), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1624), + [anon_sym_QMARK] = ACTIONS(1626), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -104816,23 +104898,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(3313), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(1630), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1640), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1644), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1646), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -104842,37 +104924,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(899)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2599), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3541), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2094), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3591), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1610), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3591), + [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(3394), + [sym_scoped_type_identifier] = STATE(2240), [sym_line_comment] = STATE(899), [sym_block_comment] = STATE(899), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3251), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1624), + [anon_sym_QMARK] = ACTIONS(1626), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -104890,23 +104972,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(1630), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1640), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1644), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1646), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -104916,37 +104998,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(900)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(3127), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3541), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2077), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(2077), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1610), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(2077), + [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(3394), + [sym_scoped_type_identifier] = STATE(2240), [sym_line_comment] = STATE(900), [sym_block_comment] = STATE(900), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3251), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1624), + [anon_sym_QMARK] = ACTIONS(1626), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -104964,23 +105046,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(1630), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1640), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1644), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1646), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -104990,37 +105072,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(901)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2800), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(3223), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(901), [sym_block_comment] = STATE(901), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -105038,23 +105120,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -105064,185 +105146,185 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(902)] = { - [sym_function_modifiers] = STATE(3775), - [sym_removed_trait_bound] = STATE(1530), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(1552), - [sym_bracketed_type] = STATE(3687), - [sym_lifetime] = STATE(3537), - [sym_array_type] = STATE(1530), - [sym_for_lifetimes] = STATE(1618), - [sym_function_type] = STATE(1530), - [sym_tuple_type] = STATE(1530), - [sym_unit_type] = STATE(1530), - [sym_generic_type] = STATE(1422), - [sym_generic_type_with_turbofish] = STATE(3817), - [sym_bounded_type] = STATE(1530), - [sym_use_bounds] = STATE(3537), - [sym_reference_type] = STATE(1530), - [sym_pointer_type] = STATE(1530), - [sym_never_type] = STATE(1530), - [sym_abstract_type] = STATE(1530), - [sym_dynamic_type] = STATE(1530), - [sym_macro_invocation] = STATE(1530), - [sym_scoped_identifier] = STATE(3346), - [sym_scoped_type_identifier] = STATE(1093), + [sym_function_modifiers] = STATE(3541), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2084), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3591), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1610), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3591), + [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(3394), + [sym_scoped_type_identifier] = STATE(2240), [sym_line_comment] = STATE(902), [sym_block_comment] = STATE(902), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3223), - [anon_sym_LPAREN] = ACTIONS(3225), - [anon_sym_LBRACK] = ACTIONS(3227), - [anon_sym_STAR] = ACTIONS(3231), - [anon_sym_QMARK] = ACTIONS(3233), - [anon_sym_u8] = ACTIONS(3235), - [anon_sym_i8] = ACTIONS(3235), - [anon_sym_u16] = ACTIONS(3235), - [anon_sym_i16] = ACTIONS(3235), - [anon_sym_u32] = ACTIONS(3235), - [anon_sym_i32] = ACTIONS(3235), - [anon_sym_u64] = ACTIONS(3235), - [anon_sym_i64] = ACTIONS(3235), - [anon_sym_u128] = ACTIONS(3235), - [anon_sym_i128] = ACTIONS(3235), - [anon_sym_isize] = ACTIONS(3235), - [anon_sym_usize] = ACTIONS(3235), - [anon_sym_f32] = ACTIONS(3235), - [anon_sym_f64] = ACTIONS(3235), - [anon_sym_bool] = ACTIONS(3235), - [anon_sym_str] = ACTIONS(3235), - [anon_sym_char] = ACTIONS(3235), - [anon_sym_BANG] = ACTIONS(3237), - [anon_sym_AMP] = ACTIONS(3239), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3241), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), - [anon_sym_default] = ACTIONS(3243), - [anon_sym_fn] = ACTIONS(3245), - [anon_sym_for] = ACTIONS(1104), - [anon_sym_gen] = ACTIONS(3247), - [anon_sym_impl] = ACTIONS(3249), - [anon_sym_union] = ACTIONS(3247), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(3251), - [anon_sym_raw] = ACTIONS(3247), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(3255), - [sym_super] = ACTIONS(3255), - [sym_crate] = ACTIONS(3255), - [sym_metavariable] = ACTIONS(3257), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3251), + [anon_sym_LPAREN] = ACTIONS(1618), + [anon_sym_LBRACK] = ACTIONS(1620), + [anon_sym_STAR] = ACTIONS(1624), + [anon_sym_QMARK] = ACTIONS(1626), + [anon_sym_u8] = ACTIONS(1628), + [anon_sym_i8] = ACTIONS(1628), + [anon_sym_u16] = ACTIONS(1628), + [anon_sym_i16] = ACTIONS(1628), + [anon_sym_u32] = ACTIONS(1628), + [anon_sym_i32] = ACTIONS(1628), + [anon_sym_u64] = ACTIONS(1628), + [anon_sym_i64] = ACTIONS(1628), + [anon_sym_u128] = ACTIONS(1628), + [anon_sym_i128] = ACTIONS(1628), + [anon_sym_isize] = ACTIONS(1628), + [anon_sym_usize] = ACTIONS(1628), + [anon_sym_f32] = ACTIONS(1628), + [anon_sym_f64] = ACTIONS(1628), + [anon_sym_bool] = ACTIONS(1628), + [anon_sym_str] = ACTIONS(1628), + [anon_sym_char] = ACTIONS(1628), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(1630), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(1634), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), + [anon_sym_default] = ACTIONS(1638), + [anon_sym_fn] = ACTIONS(1640), + [anon_sym_for] = ACTIONS(1156), + [anon_sym_gen] = ACTIONS(1642), + [anon_sym_impl] = ACTIONS(1644), + [anon_sym_union] = ACTIONS(1642), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1646), + [anon_sym_raw] = ACTIONS(1642), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1650), + [sym_super] = ACTIONS(1650), + [sym_crate] = ACTIONS(1650), + [sym_metavariable] = ACTIONS(1652), }, [STATE(903)] = { - [sym_function_modifiers] = STATE(3775), - [sym_removed_trait_bound] = STATE(1530), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(1504), - [sym_bracketed_type] = STATE(3687), - [sym_lifetime] = STATE(3537), - [sym_array_type] = STATE(1530), - [sym_for_lifetimes] = STATE(1618), - [sym_function_type] = STATE(1530), - [sym_tuple_type] = STATE(1530), - [sym_unit_type] = STATE(1530), - [sym_generic_type] = STATE(1422), - [sym_generic_type_with_turbofish] = STATE(3817), - [sym_bounded_type] = STATE(1530), - [sym_use_bounds] = STATE(3537), - [sym_reference_type] = STATE(1530), - [sym_pointer_type] = STATE(1530), - [sym_never_type] = STATE(1530), - [sym_abstract_type] = STATE(1530), - [sym_dynamic_type] = STATE(1530), - [sym_macro_invocation] = STATE(1530), - [sym_scoped_identifier] = STATE(3346), - [sym_scoped_type_identifier] = STATE(1093), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2511), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2417), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2251), [sym_line_comment] = STATE(903), [sym_block_comment] = STATE(903), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3223), - [anon_sym_LPAREN] = ACTIONS(3225), - [anon_sym_LBRACK] = ACTIONS(3227), - [anon_sym_STAR] = ACTIONS(3231), - [anon_sym_QMARK] = ACTIONS(3233), - [anon_sym_u8] = ACTIONS(3235), - [anon_sym_i8] = ACTIONS(3235), - [anon_sym_u16] = ACTIONS(3235), - [anon_sym_i16] = ACTIONS(3235), - [anon_sym_u32] = ACTIONS(3235), - [anon_sym_i32] = ACTIONS(3235), - [anon_sym_u64] = ACTIONS(3235), - [anon_sym_i64] = ACTIONS(3235), - [anon_sym_u128] = ACTIONS(3235), - [anon_sym_i128] = ACTIONS(3235), - [anon_sym_isize] = ACTIONS(3235), - [anon_sym_usize] = ACTIONS(3235), - [anon_sym_f32] = ACTIONS(3235), - [anon_sym_f64] = ACTIONS(3235), - [anon_sym_bool] = ACTIONS(3235), - [anon_sym_str] = ACTIONS(3235), - [anon_sym_char] = ACTIONS(3235), - [anon_sym_BANG] = ACTIONS(3237), - [anon_sym_AMP] = ACTIONS(3239), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3241), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), - [anon_sym_default] = ACTIONS(3243), - [anon_sym_fn] = ACTIONS(3245), - [anon_sym_for] = ACTIONS(1104), - [anon_sym_gen] = ACTIONS(3247), - [anon_sym_impl] = ACTIONS(3249), - [anon_sym_union] = ACTIONS(3247), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(3251), - [anon_sym_raw] = ACTIONS(3247), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(3255), - [sym_super] = ACTIONS(3255), - [sym_crate] = ACTIONS(3255), - [sym_metavariable] = ACTIONS(3257), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3315), + [anon_sym_LPAREN] = ACTIONS(1618), + [anon_sym_LBRACK] = ACTIONS(1620), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), + [anon_sym_u8] = ACTIONS(1628), + [anon_sym_i8] = ACTIONS(1628), + [anon_sym_u16] = ACTIONS(1628), + [anon_sym_i16] = ACTIONS(1628), + [anon_sym_u32] = ACTIONS(1628), + [anon_sym_i32] = ACTIONS(1628), + [anon_sym_u64] = ACTIONS(1628), + [anon_sym_i64] = ACTIONS(1628), + [anon_sym_u128] = ACTIONS(1628), + [anon_sym_i128] = ACTIONS(1628), + [anon_sym_isize] = ACTIONS(1628), + [anon_sym_usize] = ACTIONS(1628), + [anon_sym_f32] = ACTIONS(1628), + [anon_sym_f64] = ACTIONS(1628), + [anon_sym_bool] = ACTIONS(1628), + [anon_sym_str] = ACTIONS(1628), + [anon_sym_char] = ACTIONS(1628), + [anon_sym_BANG] = ACTIONS(3317), + [anon_sym_AMP] = ACTIONS(3089), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(1634), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), + [anon_sym_default] = ACTIONS(1638), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), + [anon_sym_gen] = ACTIONS(1642), + [anon_sym_impl] = ACTIONS(1160), + [anon_sym_union] = ACTIONS(1642), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), + [anon_sym_raw] = ACTIONS(1642), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1650), + [sym_super] = ACTIONS(1650), + [sym_crate] = ACTIONS(1650), + [sym_metavariable] = ACTIONS(1652), }, [STATE(904)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2413), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2561), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(904), [sym_block_comment] = STATE(904), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -105260,23 +105342,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -105286,37 +105368,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(905)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2555), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2635), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(905), [sym_block_comment] = STATE(905), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -105334,23 +105416,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -105360,185 +105442,185 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(906)] = { - [sym_function_modifiers] = STATE(3775), - [sym_removed_trait_bound] = STATE(1530), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(1441), - [sym_bracketed_type] = STATE(3687), - [sym_lifetime] = STATE(3537), - [sym_array_type] = STATE(1530), - [sym_for_lifetimes] = STATE(1618), - [sym_function_type] = STATE(1530), - [sym_tuple_type] = STATE(1530), - [sym_unit_type] = STATE(1530), - [sym_generic_type] = STATE(1422), - [sym_generic_type_with_turbofish] = STATE(3817), - [sym_bounded_type] = STATE(1530), - [sym_use_bounds] = STATE(3537), - [sym_reference_type] = STATE(1530), - [sym_pointer_type] = STATE(1530), - [sym_never_type] = STATE(1530), - [sym_abstract_type] = STATE(1530), - [sym_dynamic_type] = STATE(1530), - [sym_macro_invocation] = STATE(1530), - [sym_scoped_identifier] = STATE(3346), - [sym_scoped_type_identifier] = STATE(1093), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2996), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(906), [sym_block_comment] = STATE(906), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3223), - [anon_sym_LPAREN] = ACTIONS(3225), - [anon_sym_LBRACK] = ACTIONS(3227), - [anon_sym_STAR] = ACTIONS(3231), - [anon_sym_QMARK] = ACTIONS(3233), - [anon_sym_u8] = ACTIONS(3235), - [anon_sym_i8] = ACTIONS(3235), - [anon_sym_u16] = ACTIONS(3235), - [anon_sym_i16] = ACTIONS(3235), - [anon_sym_u32] = ACTIONS(3235), - [anon_sym_i32] = ACTIONS(3235), - [anon_sym_u64] = ACTIONS(3235), - [anon_sym_i64] = ACTIONS(3235), - [anon_sym_u128] = ACTIONS(3235), - [anon_sym_i128] = ACTIONS(3235), - [anon_sym_isize] = ACTIONS(3235), - [anon_sym_usize] = ACTIONS(3235), - [anon_sym_f32] = ACTIONS(3235), - [anon_sym_f64] = ACTIONS(3235), - [anon_sym_bool] = ACTIONS(3235), - [anon_sym_str] = ACTIONS(3235), - [anon_sym_char] = ACTIONS(3235), - [anon_sym_BANG] = ACTIONS(3237), - [anon_sym_AMP] = ACTIONS(3239), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3241), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), - [anon_sym_default] = ACTIONS(3243), - [anon_sym_fn] = ACTIONS(3245), - [anon_sym_for] = ACTIONS(1104), - [anon_sym_gen] = ACTIONS(3247), - [anon_sym_impl] = ACTIONS(3249), - [anon_sym_union] = ACTIONS(3247), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(3251), - [anon_sym_raw] = ACTIONS(3247), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(3255), - [sym_super] = ACTIONS(3255), - [sym_crate] = ACTIONS(3255), - [sym_metavariable] = ACTIONS(3257), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), + [anon_sym_LPAREN] = ACTIONS(1618), + [anon_sym_LBRACK] = ACTIONS(1620), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), + [anon_sym_u8] = ACTIONS(1628), + [anon_sym_i8] = ACTIONS(1628), + [anon_sym_u16] = ACTIONS(1628), + [anon_sym_i16] = ACTIONS(1628), + [anon_sym_u32] = ACTIONS(1628), + [anon_sym_i32] = ACTIONS(1628), + [anon_sym_u64] = ACTIONS(1628), + [anon_sym_i64] = ACTIONS(1628), + [anon_sym_u128] = ACTIONS(1628), + [anon_sym_i128] = ACTIONS(1628), + [anon_sym_isize] = ACTIONS(1628), + [anon_sym_usize] = ACTIONS(1628), + [anon_sym_f32] = ACTIONS(1628), + [anon_sym_f64] = ACTIONS(1628), + [anon_sym_bool] = ACTIONS(1628), + [anon_sym_str] = ACTIONS(1628), + [anon_sym_char] = ACTIONS(1628), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(1634), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), + [anon_sym_default] = ACTIONS(1638), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), + [anon_sym_gen] = ACTIONS(1642), + [anon_sym_impl] = ACTIONS(1160), + [anon_sym_union] = ACTIONS(1642), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), + [anon_sym_raw] = ACTIONS(1642), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1650), + [sym_super] = ACTIONS(1650), + [sym_crate] = ACTIONS(1650), + [sym_metavariable] = ACTIONS(1652), }, [STATE(907)] = { - [sym_function_modifiers] = STATE(3775), - [sym_removed_trait_bound] = STATE(1530), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(1496), - [sym_bracketed_type] = STATE(3687), - [sym_lifetime] = STATE(3537), - [sym_array_type] = STATE(1530), - [sym_for_lifetimes] = STATE(1618), - [sym_function_type] = STATE(1530), - [sym_tuple_type] = STATE(1530), - [sym_unit_type] = STATE(1530), - [sym_generic_type] = STATE(1422), - [sym_generic_type_with_turbofish] = STATE(3817), - [sym_bounded_type] = STATE(1530), - [sym_use_bounds] = STATE(3537), - [sym_reference_type] = STATE(1530), - [sym_pointer_type] = STATE(1530), - [sym_never_type] = STATE(1530), - [sym_abstract_type] = STATE(1530), - [sym_dynamic_type] = STATE(1530), - [sym_macro_invocation] = STATE(1530), - [sym_scoped_identifier] = STATE(3346), - [sym_scoped_type_identifier] = STATE(1093), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2675), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(907), [sym_block_comment] = STATE(907), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3223), - [anon_sym_LPAREN] = ACTIONS(3225), - [anon_sym_LBRACK] = ACTIONS(3227), - [anon_sym_STAR] = ACTIONS(3231), - [anon_sym_QMARK] = ACTIONS(3233), - [anon_sym_u8] = ACTIONS(3235), - [anon_sym_i8] = ACTIONS(3235), - [anon_sym_u16] = ACTIONS(3235), - [anon_sym_i16] = ACTIONS(3235), - [anon_sym_u32] = ACTIONS(3235), - [anon_sym_i32] = ACTIONS(3235), - [anon_sym_u64] = ACTIONS(3235), - [anon_sym_i64] = ACTIONS(3235), - [anon_sym_u128] = ACTIONS(3235), - [anon_sym_i128] = ACTIONS(3235), - [anon_sym_isize] = ACTIONS(3235), - [anon_sym_usize] = ACTIONS(3235), - [anon_sym_f32] = ACTIONS(3235), - [anon_sym_f64] = ACTIONS(3235), - [anon_sym_bool] = ACTIONS(3235), - [anon_sym_str] = ACTIONS(3235), - [anon_sym_char] = ACTIONS(3235), - [anon_sym_BANG] = ACTIONS(3237), - [anon_sym_AMP] = ACTIONS(3239), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3241), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), - [anon_sym_default] = ACTIONS(3243), - [anon_sym_fn] = ACTIONS(3245), - [anon_sym_for] = ACTIONS(1104), - [anon_sym_gen] = ACTIONS(3247), - [anon_sym_impl] = ACTIONS(3249), - [anon_sym_union] = ACTIONS(3247), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(3251), - [anon_sym_raw] = ACTIONS(3247), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(3255), - [sym_super] = ACTIONS(3255), - [sym_crate] = ACTIONS(3255), - [sym_metavariable] = ACTIONS(3257), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), + [anon_sym_LPAREN] = ACTIONS(1618), + [anon_sym_LBRACK] = ACTIONS(1620), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), + [anon_sym_u8] = ACTIONS(1628), + [anon_sym_i8] = ACTIONS(1628), + [anon_sym_u16] = ACTIONS(1628), + [anon_sym_i16] = ACTIONS(1628), + [anon_sym_u32] = ACTIONS(1628), + [anon_sym_i32] = ACTIONS(1628), + [anon_sym_u64] = ACTIONS(1628), + [anon_sym_i64] = ACTIONS(1628), + [anon_sym_u128] = ACTIONS(1628), + [anon_sym_i128] = ACTIONS(1628), + [anon_sym_isize] = ACTIONS(1628), + [anon_sym_usize] = ACTIONS(1628), + [anon_sym_f32] = ACTIONS(1628), + [anon_sym_f64] = ACTIONS(1628), + [anon_sym_bool] = ACTIONS(1628), + [anon_sym_str] = ACTIONS(1628), + [anon_sym_char] = ACTIONS(1628), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(1634), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), + [anon_sym_default] = ACTIONS(1638), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), + [anon_sym_gen] = ACTIONS(1642), + [anon_sym_impl] = ACTIONS(1160), + [anon_sym_union] = ACTIONS(1642), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), + [anon_sym_raw] = ACTIONS(1642), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1650), + [sym_super] = ACTIONS(1650), + [sym_crate] = ACTIONS(1650), + [sym_metavariable] = ACTIONS(1652), }, [STATE(908)] = { - [sym_function_modifiers] = STATE(3661), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2878), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3584), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1606), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3584), - [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(3335), - [sym_scoped_type_identifier] = STATE(2278), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2335), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(908), [sym_block_comment] = STATE(908), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3171), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1624), - [anon_sym_QMARK] = ACTIONS(1626), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -105556,23 +105638,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(1630), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1640), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1644), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1646), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -105582,37 +105664,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(909)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2807), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3541), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2089), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3591), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1610), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3591), + [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(3394), + [sym_scoped_type_identifier] = STATE(2240), [sym_line_comment] = STATE(909), [sym_block_comment] = STATE(909), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3251), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1624), + [anon_sym_QMARK] = ACTIONS(1626), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -105630,23 +105712,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(1630), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1640), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1644), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1646), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -105656,37 +105738,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(910)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(3136), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3541), + [sym_removed_trait_bound] = STATE(2097), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(3591), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3591), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1610), + [sym_function_type] = STATE(2097), + [sym_tuple_type] = STATE(2097), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2041), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2097), + [sym_use_bounds] = STATE(3591), + [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(3394), + [sym_scoped_type_identifier] = STATE(2282), [sym_line_comment] = STATE(910), [sym_block_comment] = STATE(910), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3319), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1626), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -105704,23 +105786,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1640), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -105730,37 +105812,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(911)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2463), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2682), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(911), [sym_block_comment] = STATE(911), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -105778,23 +105860,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -105804,37 +105886,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(912)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2909), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3541), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2650), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3591), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1610), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3591), + [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(3394), + [sym_scoped_type_identifier] = STATE(2240), [sym_line_comment] = STATE(912), [sym_block_comment] = STATE(912), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3251), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1624), + [anon_sym_QMARK] = ACTIONS(1626), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -105852,23 +105934,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(1630), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1640), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1644), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1646), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -105878,37 +105960,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(913)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2464), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3541), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2074), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3591), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1610), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3591), + [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(3394), + [sym_scoped_type_identifier] = STATE(2240), [sym_line_comment] = STATE(913), [sym_block_comment] = STATE(913), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3251), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1624), + [anon_sym_QMARK] = ACTIONS(1626), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -105926,23 +106008,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(1630), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1640), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1644), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1646), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -105952,37 +106034,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(914)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2077), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3541), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2072), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3591), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1610), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3591), + [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(3394), + [sym_scoped_type_identifier] = STATE(2240), [sym_line_comment] = STATE(914), [sym_block_comment] = STATE(914), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3251), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1624), + [anon_sym_QMARK] = ACTIONS(1626), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -106000,63 +106082,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(1630), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1640), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1644), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1646), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(3315), + [sym_self] = ACTIONS(1650), [sym_super] = ACTIONS(1650), [sym_crate] = ACTIONS(1650), [sym_metavariable] = ACTIONS(1652), }, [STATE(915)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2874), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2847), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(915), [sym_block_comment] = STATE(915), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -106074,23 +106156,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -106100,37 +106182,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(916)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2761), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(3114), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(916), [sym_block_comment] = STATE(916), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -106148,23 +106230,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -106174,185 +106256,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(917)] = { - [sym_function_modifiers] = STATE(3644), - [sym_removed_trait_bound] = STATE(1782), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(1807), - [sym_bracketed_type] = STATE(3704), - [sym_lifetime] = STATE(3802), - [sym_array_type] = STATE(1782), - [sym_for_lifetimes] = STATE(1603), - [sym_function_type] = STATE(1782), - [sym_tuple_type] = STATE(1782), - [sym_unit_type] = STATE(1782), - [sym_generic_type] = STATE(1716), - [sym_generic_type_with_turbofish] = STATE(3695), - [sym_bounded_type] = STATE(1782), - [sym_use_bounds] = STATE(3802), - [sym_reference_type] = STATE(1782), - [sym_pointer_type] = STATE(1782), - [sym_never_type] = STATE(1782), - [sym_abstract_type] = STATE(1782), - [sym_dynamic_type] = STATE(1782), - [sym_macro_invocation] = STATE(1782), - [sym_scoped_identifier] = STATE(3436), - [sym_scoped_type_identifier] = STATE(1625), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2897), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(917), [sym_block_comment] = STATE(917), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3177), - [anon_sym_LPAREN] = ACTIONS(3179), - [anon_sym_LBRACK] = ACTIONS(3181), - [anon_sym_STAR] = ACTIONS(3185), - [anon_sym_QMARK] = ACTIONS(3187), - [anon_sym_u8] = ACTIONS(3189), - [anon_sym_i8] = ACTIONS(3189), - [anon_sym_u16] = ACTIONS(3189), - [anon_sym_i16] = ACTIONS(3189), - [anon_sym_u32] = ACTIONS(3189), - [anon_sym_i32] = ACTIONS(3189), - [anon_sym_u64] = ACTIONS(3189), - [anon_sym_i64] = ACTIONS(3189), - [anon_sym_u128] = ACTIONS(3189), - [anon_sym_i128] = ACTIONS(3189), - [anon_sym_isize] = ACTIONS(3189), - [anon_sym_usize] = ACTIONS(3189), - [anon_sym_f32] = ACTIONS(3189), - [anon_sym_f64] = ACTIONS(3189), - [anon_sym_bool] = ACTIONS(3189), - [anon_sym_str] = ACTIONS(3189), - [anon_sym_char] = ACTIONS(3189), - [anon_sym_BANG] = ACTIONS(3191), - [anon_sym_AMP] = ACTIONS(3193), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3195), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), - [anon_sym_default] = ACTIONS(3197), - [anon_sym_fn] = ACTIONS(3199), - [anon_sym_for] = ACTIONS(1104), - [anon_sym_gen] = ACTIONS(3201), - [anon_sym_impl] = ACTIONS(3203), - [anon_sym_union] = ACTIONS(3201), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(3205), - [anon_sym_raw] = ACTIONS(3201), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(3209), - [sym_super] = ACTIONS(3209), - [sym_crate] = ACTIONS(3209), - [sym_metavariable] = ACTIONS(3211), - }, - [STATE(918)] = { - [sym_function_modifiers] = STATE(3644), - [sym_removed_trait_bound] = STATE(1810), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(3802), - [sym_bracketed_type] = STATE(3704), - [sym_lifetime] = STATE(3802), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1603), - [sym_function_type] = STATE(1810), - [sym_tuple_type] = STATE(1810), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(1666), - [sym_generic_type_with_turbofish] = STATE(3695), - [sym_bounded_type] = STATE(1810), - [sym_use_bounds] = STATE(3802), - [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(3443), - [sym_scoped_type_identifier] = STATE(1604), - [sym_line_comment] = STATE(918), - [sym_block_comment] = STATE(918), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3317), - [anon_sym_LPAREN] = ACTIONS(3319), - [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(3187), - [anon_sym_u8] = ACTIONS(3321), - [anon_sym_i8] = ACTIONS(3321), - [anon_sym_u16] = ACTIONS(3321), - [anon_sym_i16] = ACTIONS(3321), - [anon_sym_u32] = ACTIONS(3321), - [anon_sym_i32] = ACTIONS(3321), - [anon_sym_u64] = ACTIONS(3321), - [anon_sym_i64] = ACTIONS(3321), - [anon_sym_u128] = ACTIONS(3321), - [anon_sym_i128] = ACTIONS(3321), - [anon_sym_isize] = ACTIONS(3321), - [anon_sym_usize] = ACTIONS(3321), - [anon_sym_f32] = ACTIONS(3321), - [anon_sym_f64] = ACTIONS(3321), - [anon_sym_bool] = ACTIONS(3321), - [anon_sym_str] = ACTIONS(3321), - [anon_sym_char] = ACTIONS(3321), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3195), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), - [anon_sym_default] = ACTIONS(3323), - [anon_sym_fn] = ACTIONS(3199), - [anon_sym_for] = ACTIONS(3325), - [anon_sym_gen] = ACTIONS(3327), - [anon_sym_impl] = ACTIONS(1108), - [anon_sym_union] = ACTIONS(3327), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), - [anon_sym_raw] = ACTIONS(3327), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(3209), - [sym_super] = ACTIONS(3209), - [sym_crate] = ACTIONS(3209), - [sym_metavariable] = ACTIONS(3329), - }, - [STATE(919)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2661), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), - [sym_line_comment] = STATE(919), - [sym_block_comment] = STATE(919), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -106370,23 +106304,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -106395,38 +106329,186 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1650), [sym_metavariable] = ACTIONS(1652), }, + [STATE(918)] = { + [sym_function_modifiers] = STATE(3645), + [sym_removed_trait_bound] = STATE(1774), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(1858), + [sym_bracketed_type] = STATE(3704), + [sym_lifetime] = STATE(3808), + [sym_array_type] = STATE(1774), + [sym_for_lifetimes] = STATE(1605), + [sym_function_type] = STATE(1774), + [sym_tuple_type] = STATE(1774), + [sym_unit_type] = STATE(1774), + [sym_generic_type] = STATE(1665), + [sym_generic_type_with_turbofish] = STATE(3695), + [sym_bounded_type] = STATE(1774), + [sym_use_bounds] = STATE(3808), + [sym_reference_type] = STATE(1774), + [sym_pointer_type] = STATE(1774), + [sym_never_type] = STATE(1774), + [sym_abstract_type] = STATE(1774), + [sym_dynamic_type] = STATE(1774), + [sym_macro_invocation] = STATE(1774), + [sym_scoped_identifier] = STATE(3446), + [sym_scoped_type_identifier] = STATE(1626), + [sym_line_comment] = STATE(918), + [sym_block_comment] = STATE(918), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3179), + [anon_sym_LPAREN] = ACTIONS(3181), + [anon_sym_LBRACK] = ACTIONS(3183), + [anon_sym_STAR] = ACTIONS(3187), + [anon_sym_QMARK] = ACTIONS(3189), + [anon_sym_u8] = ACTIONS(3191), + [anon_sym_i8] = ACTIONS(3191), + [anon_sym_u16] = ACTIONS(3191), + [anon_sym_i16] = ACTIONS(3191), + [anon_sym_u32] = ACTIONS(3191), + [anon_sym_i32] = ACTIONS(3191), + [anon_sym_u64] = ACTIONS(3191), + [anon_sym_i64] = ACTIONS(3191), + [anon_sym_u128] = ACTIONS(3191), + [anon_sym_i128] = ACTIONS(3191), + [anon_sym_isize] = ACTIONS(3191), + [anon_sym_usize] = ACTIONS(3191), + [anon_sym_f32] = ACTIONS(3191), + [anon_sym_f64] = ACTIONS(3191), + [anon_sym_bool] = ACTIONS(3191), + [anon_sym_str] = ACTIONS(3191), + [anon_sym_char] = ACTIONS(3191), + [anon_sym_BANG] = ACTIONS(3193), + [anon_sym_AMP] = ACTIONS(3195), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3197), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), + [anon_sym_default] = ACTIONS(3199), + [anon_sym_fn] = ACTIONS(3201), + [anon_sym_for] = ACTIONS(1156), + [anon_sym_gen] = ACTIONS(3203), + [anon_sym_impl] = ACTIONS(3205), + [anon_sym_union] = ACTIONS(3203), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(3207), + [anon_sym_raw] = ACTIONS(3203), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(3211), + [sym_super] = ACTIONS(3211), + [sym_crate] = ACTIONS(3211), + [sym_metavariable] = ACTIONS(3213), + }, + [STATE(919)] = { + [sym_function_modifiers] = STATE(3645), + [sym_removed_trait_bound] = STATE(1774), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(1859), + [sym_bracketed_type] = STATE(3704), + [sym_lifetime] = STATE(3808), + [sym_array_type] = STATE(1774), + [sym_for_lifetimes] = STATE(1605), + [sym_function_type] = STATE(1774), + [sym_tuple_type] = STATE(1774), + [sym_unit_type] = STATE(1774), + [sym_generic_type] = STATE(1665), + [sym_generic_type_with_turbofish] = STATE(3695), + [sym_bounded_type] = STATE(1774), + [sym_use_bounds] = STATE(3808), + [sym_reference_type] = STATE(1774), + [sym_pointer_type] = STATE(1774), + [sym_never_type] = STATE(1774), + [sym_abstract_type] = STATE(1774), + [sym_dynamic_type] = STATE(1774), + [sym_macro_invocation] = STATE(1774), + [sym_scoped_identifier] = STATE(3446), + [sym_scoped_type_identifier] = STATE(1626), + [sym_line_comment] = STATE(919), + [sym_block_comment] = STATE(919), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3179), + [anon_sym_LPAREN] = ACTIONS(3181), + [anon_sym_LBRACK] = ACTIONS(3183), + [anon_sym_STAR] = ACTIONS(3187), + [anon_sym_QMARK] = ACTIONS(3189), + [anon_sym_u8] = ACTIONS(3191), + [anon_sym_i8] = ACTIONS(3191), + [anon_sym_u16] = ACTIONS(3191), + [anon_sym_i16] = ACTIONS(3191), + [anon_sym_u32] = ACTIONS(3191), + [anon_sym_i32] = ACTIONS(3191), + [anon_sym_u64] = ACTIONS(3191), + [anon_sym_i64] = ACTIONS(3191), + [anon_sym_u128] = ACTIONS(3191), + [anon_sym_i128] = ACTIONS(3191), + [anon_sym_isize] = ACTIONS(3191), + [anon_sym_usize] = ACTIONS(3191), + [anon_sym_f32] = ACTIONS(3191), + [anon_sym_f64] = ACTIONS(3191), + [anon_sym_bool] = ACTIONS(3191), + [anon_sym_str] = ACTIONS(3191), + [anon_sym_char] = ACTIONS(3191), + [anon_sym_BANG] = ACTIONS(3193), + [anon_sym_AMP] = ACTIONS(3195), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3197), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), + [anon_sym_default] = ACTIONS(3199), + [anon_sym_fn] = ACTIONS(3201), + [anon_sym_for] = ACTIONS(1156), + [anon_sym_gen] = ACTIONS(3203), + [anon_sym_impl] = ACTIONS(3205), + [anon_sym_union] = ACTIONS(3203), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(3207), + [anon_sym_raw] = ACTIONS(3203), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(3211), + [sym_super] = ACTIONS(3211), + [sym_crate] = ACTIONS(3211), + [sym_metavariable] = ACTIONS(3213), + }, [STATE(920)] = { - [sym_function_modifiers] = STATE(3661), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2085), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3584), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1606), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3584), - [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(3335), - [sym_scoped_type_identifier] = STATE(2278), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2084), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(920), [sym_block_comment] = STATE(920), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3171), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1624), - [anon_sym_QMARK] = ACTIONS(1626), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -106444,63 +106526,137 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(1630), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1640), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1644), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1646), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1650), + [sym_self] = ACTIONS(3321), [sym_super] = ACTIONS(1650), [sym_crate] = ACTIONS(1650), [sym_metavariable] = ACTIONS(1652), }, [STATE(921)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2428), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2472), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2281), + [sym_function_modifiers] = STATE(3645), + [sym_removed_trait_bound] = STATE(1774), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(1806), + [sym_bracketed_type] = STATE(3704), + [sym_lifetime] = STATE(1806), + [sym_array_type] = STATE(1774), + [sym_for_lifetimes] = STATE(1605), + [sym_function_type] = STATE(1774), + [sym_tuple_type] = STATE(1774), + [sym_unit_type] = STATE(1774), + [sym_generic_type] = STATE(1665), + [sym_generic_type_with_turbofish] = STATE(3695), + [sym_bounded_type] = STATE(1774), + [sym_use_bounds] = STATE(1806), + [sym_reference_type] = STATE(1774), + [sym_pointer_type] = STATE(1774), + [sym_never_type] = STATE(1774), + [sym_abstract_type] = STATE(1774), + [sym_dynamic_type] = STATE(1774), + [sym_macro_invocation] = STATE(1774), + [sym_scoped_identifier] = STATE(3446), + [sym_scoped_type_identifier] = STATE(1626), [sym_line_comment] = STATE(921), [sym_block_comment] = STATE(921), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3331), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3179), + [anon_sym_LPAREN] = ACTIONS(3181), + [anon_sym_LBRACK] = ACTIONS(3183), + [anon_sym_STAR] = ACTIONS(3187), + [anon_sym_QMARK] = ACTIONS(3189), + [anon_sym_u8] = ACTIONS(3191), + [anon_sym_i8] = ACTIONS(3191), + [anon_sym_u16] = ACTIONS(3191), + [anon_sym_i16] = ACTIONS(3191), + [anon_sym_u32] = ACTIONS(3191), + [anon_sym_i32] = ACTIONS(3191), + [anon_sym_u64] = ACTIONS(3191), + [anon_sym_i64] = ACTIONS(3191), + [anon_sym_u128] = ACTIONS(3191), + [anon_sym_i128] = ACTIONS(3191), + [anon_sym_isize] = ACTIONS(3191), + [anon_sym_usize] = ACTIONS(3191), + [anon_sym_f32] = ACTIONS(3191), + [anon_sym_f64] = ACTIONS(3191), + [anon_sym_bool] = ACTIONS(3191), + [anon_sym_str] = ACTIONS(3191), + [anon_sym_char] = ACTIONS(3191), + [anon_sym_BANG] = ACTIONS(3193), + [anon_sym_AMP] = ACTIONS(3195), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3197), + [anon_sym_SQUOTE] = ACTIONS(3323), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), + [anon_sym_default] = ACTIONS(3199), + [anon_sym_fn] = ACTIONS(3201), + [anon_sym_for] = ACTIONS(1156), + [anon_sym_gen] = ACTIONS(3203), + [anon_sym_impl] = ACTIONS(3205), + [anon_sym_union] = ACTIONS(3203), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(3325), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(3207), + [anon_sym_raw] = ACTIONS(3203), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(3211), + [sym_super] = ACTIONS(3211), + [sym_crate] = ACTIONS(3211), + [sym_metavariable] = ACTIONS(3213), + }, + [STATE(922)] = { + [sym_function_modifiers] = STATE(3541), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2098), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3591), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1610), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3591), + [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(3394), + [sym_scoped_type_identifier] = STATE(2240), + [sym_line_comment] = STATE(922), + [sym_block_comment] = STATE(922), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3251), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1624), + [anon_sym_QMARK] = ACTIONS(1626), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -106518,23 +106674,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(3333), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(1630), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1640), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1644), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1646), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -106543,112 +106699,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1650), [sym_metavariable] = ACTIONS(1652), }, - [STATE(922)] = { - [sym_function_modifiers] = STATE(3644), - [sym_removed_trait_bound] = STATE(1893), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(3802), - [sym_bracketed_type] = STATE(3704), - [sym_lifetime] = STATE(3802), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1603), - [sym_function_type] = STATE(1893), - [sym_tuple_type] = STATE(1893), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(1702), - [sym_generic_type_with_turbofish] = STATE(3695), - [sym_bounded_type] = STATE(1893), - [sym_use_bounds] = STATE(3802), - [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(3443), - [sym_scoped_type_identifier] = STATE(1610), - [sym_line_comment] = STATE(922), - [sym_block_comment] = STATE(922), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3335), - [anon_sym_LPAREN] = ACTIONS(3319), - [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(3187), - [anon_sym_u8] = ACTIONS(3321), - [anon_sym_i8] = ACTIONS(3321), - [anon_sym_u16] = ACTIONS(3321), - [anon_sym_i16] = ACTIONS(3321), - [anon_sym_u32] = ACTIONS(3321), - [anon_sym_i32] = ACTIONS(3321), - [anon_sym_u64] = ACTIONS(3321), - [anon_sym_i64] = ACTIONS(3321), - [anon_sym_u128] = ACTIONS(3321), - [anon_sym_i128] = ACTIONS(3321), - [anon_sym_isize] = ACTIONS(3321), - [anon_sym_usize] = ACTIONS(3321), - [anon_sym_f32] = ACTIONS(3321), - [anon_sym_f64] = ACTIONS(3321), - [anon_sym_bool] = ACTIONS(3321), - [anon_sym_str] = ACTIONS(3321), - [anon_sym_char] = ACTIONS(3321), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3195), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), - [anon_sym_default] = ACTIONS(3323), - [anon_sym_fn] = ACTIONS(3199), - [anon_sym_for] = ACTIONS(1104), - [anon_sym_gen] = ACTIONS(3327), - [anon_sym_impl] = ACTIONS(1108), - [anon_sym_union] = ACTIONS(3327), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), - [anon_sym_raw] = ACTIONS(3327), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(3209), - [sym_super] = ACTIONS(3209), - [sym_crate] = ACTIONS(3209), - [sym_metavariable] = ACTIONS(3329), - }, [STATE(923)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(3013), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2507), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2509), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2238), [sym_line_comment] = STATE(923), [sym_block_comment] = STATE(923), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3327), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -106666,23 +106748,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(3329), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -106692,37 +106774,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(924)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2298), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2472), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(924), [sym_block_comment] = STATE(924), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -106740,23 +106822,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -106766,33 +106848,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(925)] = { - [sym_function_modifiers] = STATE(3661), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2073), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3584), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1606), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3584), - [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(3335), - [sym_scoped_type_identifier] = STATE(2278), + [sym_function_modifiers] = STATE(3541), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2075), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3591), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1610), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3591), + [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(3394), + [sym_scoped_type_identifier] = STATE(2240), [sym_line_comment] = STATE(925), [sym_block_comment] = STATE(925), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3171), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3251), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), [anon_sym_STAR] = ACTIONS(1624), @@ -106814,22 +106896,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), + [anon_sym_BANG] = ACTIONS(1126), [anon_sym_AMP] = ACTIONS(1630), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), [anon_sym_fn] = ACTIONS(1640), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), [anon_sym_impl] = ACTIONS(1644), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), [anon_sym_dyn] = ACTIONS(1646), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), @@ -106840,37 +106922,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(926)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2819), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2473), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(926), [sym_block_comment] = STATE(926), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -106888,23 +106970,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -106914,407 +106996,407 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(927)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2405), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3645), + [sym_removed_trait_bound] = STATE(1774), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(1864), + [sym_bracketed_type] = STATE(3704), + [sym_lifetime] = STATE(3808), + [sym_array_type] = STATE(1774), + [sym_for_lifetimes] = STATE(1605), + [sym_function_type] = STATE(1774), + [sym_tuple_type] = STATE(1774), + [sym_unit_type] = STATE(1774), + [sym_generic_type] = STATE(1665), + [sym_generic_type_with_turbofish] = STATE(3695), + [sym_bounded_type] = STATE(1774), + [sym_use_bounds] = STATE(3808), + [sym_reference_type] = STATE(1774), + [sym_pointer_type] = STATE(1774), + [sym_never_type] = STATE(1774), + [sym_abstract_type] = STATE(1774), + [sym_dynamic_type] = STATE(1774), + [sym_macro_invocation] = STATE(1774), + [sym_scoped_identifier] = STATE(3446), + [sym_scoped_type_identifier] = STATE(1626), [sym_line_comment] = STATE(927), [sym_block_comment] = STATE(927), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), - [anon_sym_LPAREN] = ACTIONS(1618), - [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), - [anon_sym_u8] = ACTIONS(1628), - [anon_sym_i8] = ACTIONS(1628), - [anon_sym_u16] = ACTIONS(1628), - [anon_sym_i16] = ACTIONS(1628), - [anon_sym_u32] = ACTIONS(1628), - [anon_sym_i32] = ACTIONS(1628), - [anon_sym_u64] = ACTIONS(1628), - [anon_sym_i64] = ACTIONS(1628), - [anon_sym_u128] = ACTIONS(1628), - [anon_sym_i128] = ACTIONS(1628), - [anon_sym_isize] = ACTIONS(1628), - [anon_sym_usize] = ACTIONS(1628), - [anon_sym_f32] = ACTIONS(1628), - [anon_sym_f64] = ACTIONS(1628), - [anon_sym_bool] = ACTIONS(1628), - [anon_sym_str] = ACTIONS(1628), - [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), - [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), - [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), - [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), - [anon_sym_raw] = ACTIONS(1642), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1650), - [sym_super] = ACTIONS(1650), - [sym_crate] = ACTIONS(1650), - [sym_metavariable] = ACTIONS(1652), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3179), + [anon_sym_LPAREN] = ACTIONS(3181), + [anon_sym_LBRACK] = ACTIONS(3183), + [anon_sym_STAR] = ACTIONS(3187), + [anon_sym_QMARK] = ACTIONS(3189), + [anon_sym_u8] = ACTIONS(3191), + [anon_sym_i8] = ACTIONS(3191), + [anon_sym_u16] = ACTIONS(3191), + [anon_sym_i16] = ACTIONS(3191), + [anon_sym_u32] = ACTIONS(3191), + [anon_sym_i32] = ACTIONS(3191), + [anon_sym_u64] = ACTIONS(3191), + [anon_sym_i64] = ACTIONS(3191), + [anon_sym_u128] = ACTIONS(3191), + [anon_sym_i128] = ACTIONS(3191), + [anon_sym_isize] = ACTIONS(3191), + [anon_sym_usize] = ACTIONS(3191), + [anon_sym_f32] = ACTIONS(3191), + [anon_sym_f64] = ACTIONS(3191), + [anon_sym_bool] = ACTIONS(3191), + [anon_sym_str] = ACTIONS(3191), + [anon_sym_char] = ACTIONS(3191), + [anon_sym_BANG] = ACTIONS(3193), + [anon_sym_AMP] = ACTIONS(3195), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3197), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), + [anon_sym_default] = ACTIONS(3199), + [anon_sym_fn] = ACTIONS(3201), + [anon_sym_for] = ACTIONS(1156), + [anon_sym_gen] = ACTIONS(3203), + [anon_sym_impl] = ACTIONS(3205), + [anon_sym_union] = ACTIONS(3203), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(3207), + [anon_sym_raw] = ACTIONS(3203), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(3211), + [sym_super] = ACTIONS(3211), + [sym_crate] = ACTIONS(3211), + [sym_metavariable] = ACTIONS(3213), }, [STATE(928)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2420), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3645), + [sym_removed_trait_bound] = STATE(1774), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(1809), + [sym_bracketed_type] = STATE(3704), + [sym_lifetime] = STATE(3808), + [sym_array_type] = STATE(1774), + [sym_for_lifetimes] = STATE(1605), + [sym_function_type] = STATE(1774), + [sym_tuple_type] = STATE(1774), + [sym_unit_type] = STATE(1774), + [sym_generic_type] = STATE(1665), + [sym_generic_type_with_turbofish] = STATE(3695), + [sym_bounded_type] = STATE(1774), + [sym_use_bounds] = STATE(3808), + [sym_reference_type] = STATE(1774), + [sym_pointer_type] = STATE(1774), + [sym_never_type] = STATE(1774), + [sym_abstract_type] = STATE(1774), + [sym_dynamic_type] = STATE(1774), + [sym_macro_invocation] = STATE(1774), + [sym_scoped_identifier] = STATE(3446), + [sym_scoped_type_identifier] = STATE(1626), [sym_line_comment] = STATE(928), [sym_block_comment] = STATE(928), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), - [anon_sym_LPAREN] = ACTIONS(1618), - [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), - [anon_sym_u8] = ACTIONS(1628), - [anon_sym_i8] = ACTIONS(1628), - [anon_sym_u16] = ACTIONS(1628), - [anon_sym_i16] = ACTIONS(1628), - [anon_sym_u32] = ACTIONS(1628), - [anon_sym_i32] = ACTIONS(1628), - [anon_sym_u64] = ACTIONS(1628), - [anon_sym_i64] = ACTIONS(1628), - [anon_sym_u128] = ACTIONS(1628), - [anon_sym_i128] = ACTIONS(1628), - [anon_sym_isize] = ACTIONS(1628), - [anon_sym_usize] = ACTIONS(1628), - [anon_sym_f32] = ACTIONS(1628), - [anon_sym_f64] = ACTIONS(1628), - [anon_sym_bool] = ACTIONS(1628), - [anon_sym_str] = ACTIONS(1628), - [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), - [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), - [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), - [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), - [anon_sym_raw] = ACTIONS(1642), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1650), - [sym_super] = ACTIONS(1650), - [sym_crate] = ACTIONS(1650), - [sym_metavariable] = ACTIONS(1652), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3179), + [anon_sym_LPAREN] = ACTIONS(3181), + [anon_sym_LBRACK] = ACTIONS(3183), + [anon_sym_STAR] = ACTIONS(3187), + [anon_sym_QMARK] = ACTIONS(3189), + [anon_sym_u8] = ACTIONS(3191), + [anon_sym_i8] = ACTIONS(3191), + [anon_sym_u16] = ACTIONS(3191), + [anon_sym_i16] = ACTIONS(3191), + [anon_sym_u32] = ACTIONS(3191), + [anon_sym_i32] = ACTIONS(3191), + [anon_sym_u64] = ACTIONS(3191), + [anon_sym_i64] = ACTIONS(3191), + [anon_sym_u128] = ACTIONS(3191), + [anon_sym_i128] = ACTIONS(3191), + [anon_sym_isize] = ACTIONS(3191), + [anon_sym_usize] = ACTIONS(3191), + [anon_sym_f32] = ACTIONS(3191), + [anon_sym_f64] = ACTIONS(3191), + [anon_sym_bool] = ACTIONS(3191), + [anon_sym_str] = ACTIONS(3191), + [anon_sym_char] = ACTIONS(3191), + [anon_sym_BANG] = ACTIONS(3193), + [anon_sym_AMP] = ACTIONS(3195), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3197), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), + [anon_sym_default] = ACTIONS(3199), + [anon_sym_fn] = ACTIONS(3201), + [anon_sym_for] = ACTIONS(1156), + [anon_sym_gen] = ACTIONS(3203), + [anon_sym_impl] = ACTIONS(3205), + [anon_sym_union] = ACTIONS(3203), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(3207), + [anon_sym_raw] = ACTIONS(3203), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(3211), + [sym_super] = ACTIONS(3211), + [sym_crate] = ACTIONS(3211), + [sym_metavariable] = ACTIONS(3213), }, [STATE(929)] = { - [sym_function_modifiers] = STATE(3644), - [sym_removed_trait_bound] = STATE(1782), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(1752), + [sym_function_modifiers] = STATE(3645), + [sym_removed_trait_bound] = STATE(1774), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(1865), [sym_bracketed_type] = STATE(3704), - [sym_lifetime] = STATE(3802), - [sym_array_type] = STATE(1782), - [sym_for_lifetimes] = STATE(1603), - [sym_function_type] = STATE(1782), - [sym_tuple_type] = STATE(1782), - [sym_unit_type] = STATE(1782), - [sym_generic_type] = STATE(1716), + [sym_lifetime] = STATE(3808), + [sym_array_type] = STATE(1774), + [sym_for_lifetimes] = STATE(1605), + [sym_function_type] = STATE(1774), + [sym_tuple_type] = STATE(1774), + [sym_unit_type] = STATE(1774), + [sym_generic_type] = STATE(1665), [sym_generic_type_with_turbofish] = STATE(3695), - [sym_bounded_type] = STATE(1782), - [sym_use_bounds] = STATE(3802), - [sym_reference_type] = STATE(1782), - [sym_pointer_type] = STATE(1782), - [sym_never_type] = STATE(1782), - [sym_abstract_type] = STATE(1782), - [sym_dynamic_type] = STATE(1782), - [sym_macro_invocation] = STATE(1782), - [sym_scoped_identifier] = STATE(3436), - [sym_scoped_type_identifier] = STATE(1625), + [sym_bounded_type] = STATE(1774), + [sym_use_bounds] = STATE(3808), + [sym_reference_type] = STATE(1774), + [sym_pointer_type] = STATE(1774), + [sym_never_type] = STATE(1774), + [sym_abstract_type] = STATE(1774), + [sym_dynamic_type] = STATE(1774), + [sym_macro_invocation] = STATE(1774), + [sym_scoped_identifier] = STATE(3446), + [sym_scoped_type_identifier] = STATE(1626), [sym_line_comment] = STATE(929), [sym_block_comment] = STATE(929), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3177), - [anon_sym_LPAREN] = ACTIONS(3179), - [anon_sym_LBRACK] = ACTIONS(3181), - [anon_sym_STAR] = ACTIONS(3185), - [anon_sym_QMARK] = ACTIONS(3187), - [anon_sym_u8] = ACTIONS(3189), - [anon_sym_i8] = ACTIONS(3189), - [anon_sym_u16] = ACTIONS(3189), - [anon_sym_i16] = ACTIONS(3189), - [anon_sym_u32] = ACTIONS(3189), - [anon_sym_i32] = ACTIONS(3189), - [anon_sym_u64] = ACTIONS(3189), - [anon_sym_i64] = ACTIONS(3189), - [anon_sym_u128] = ACTIONS(3189), - [anon_sym_i128] = ACTIONS(3189), - [anon_sym_isize] = ACTIONS(3189), - [anon_sym_usize] = ACTIONS(3189), - [anon_sym_f32] = ACTIONS(3189), - [anon_sym_f64] = ACTIONS(3189), - [anon_sym_bool] = ACTIONS(3189), - [anon_sym_str] = ACTIONS(3189), - [anon_sym_char] = ACTIONS(3189), - [anon_sym_BANG] = ACTIONS(3191), - [anon_sym_AMP] = ACTIONS(3193), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3195), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), - [anon_sym_default] = ACTIONS(3197), - [anon_sym_fn] = ACTIONS(3199), - [anon_sym_for] = ACTIONS(1104), - [anon_sym_gen] = ACTIONS(3201), - [anon_sym_impl] = ACTIONS(3203), - [anon_sym_union] = ACTIONS(3201), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(3205), - [anon_sym_raw] = ACTIONS(3201), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(3209), - [sym_super] = ACTIONS(3209), - [sym_crate] = ACTIONS(3209), - [sym_metavariable] = ACTIONS(3211), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3179), + [anon_sym_LPAREN] = ACTIONS(3181), + [anon_sym_LBRACK] = ACTIONS(3183), + [anon_sym_STAR] = ACTIONS(3187), + [anon_sym_QMARK] = ACTIONS(3189), + [anon_sym_u8] = ACTIONS(3191), + [anon_sym_i8] = ACTIONS(3191), + [anon_sym_u16] = ACTIONS(3191), + [anon_sym_i16] = ACTIONS(3191), + [anon_sym_u32] = ACTIONS(3191), + [anon_sym_i32] = ACTIONS(3191), + [anon_sym_u64] = ACTIONS(3191), + [anon_sym_i64] = ACTIONS(3191), + [anon_sym_u128] = ACTIONS(3191), + [anon_sym_i128] = ACTIONS(3191), + [anon_sym_isize] = ACTIONS(3191), + [anon_sym_usize] = ACTIONS(3191), + [anon_sym_f32] = ACTIONS(3191), + [anon_sym_f64] = ACTIONS(3191), + [anon_sym_bool] = ACTIONS(3191), + [anon_sym_str] = ACTIONS(3191), + [anon_sym_char] = ACTIONS(3191), + [anon_sym_BANG] = ACTIONS(3193), + [anon_sym_AMP] = ACTIONS(3195), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3197), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), + [anon_sym_default] = ACTIONS(3199), + [anon_sym_fn] = ACTIONS(3201), + [anon_sym_for] = ACTIONS(1156), + [anon_sym_gen] = ACTIONS(3203), + [anon_sym_impl] = ACTIONS(3205), + [anon_sym_union] = ACTIONS(3203), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(3207), + [anon_sym_raw] = ACTIONS(3203), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(3211), + [sym_super] = ACTIONS(3211), + [sym_crate] = ACTIONS(3211), + [sym_metavariable] = ACTIONS(3213), }, [STATE(930)] = { - [sym_function_modifiers] = STATE(3644), - [sym_removed_trait_bound] = STATE(1782), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(1753), + [sym_function_modifiers] = STATE(3645), + [sym_removed_trait_bound] = STATE(1774), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(1814), [sym_bracketed_type] = STATE(3704), - [sym_lifetime] = STATE(3802), - [sym_array_type] = STATE(1782), - [sym_for_lifetimes] = STATE(1603), - [sym_function_type] = STATE(1782), - [sym_tuple_type] = STATE(1782), - [sym_unit_type] = STATE(1782), - [sym_generic_type] = STATE(1716), + [sym_lifetime] = STATE(3808), + [sym_array_type] = STATE(1774), + [sym_for_lifetimes] = STATE(1605), + [sym_function_type] = STATE(1774), + [sym_tuple_type] = STATE(1774), + [sym_unit_type] = STATE(1774), + [sym_generic_type] = STATE(1665), [sym_generic_type_with_turbofish] = STATE(3695), - [sym_bounded_type] = STATE(1782), - [sym_use_bounds] = STATE(3802), - [sym_reference_type] = STATE(1782), - [sym_pointer_type] = STATE(1782), - [sym_never_type] = STATE(1782), - [sym_abstract_type] = STATE(1782), - [sym_dynamic_type] = STATE(1782), - [sym_macro_invocation] = STATE(1782), - [sym_scoped_identifier] = STATE(3436), - [sym_scoped_type_identifier] = STATE(1625), + [sym_bounded_type] = STATE(1774), + [sym_use_bounds] = STATE(3808), + [sym_reference_type] = STATE(1774), + [sym_pointer_type] = STATE(1774), + [sym_never_type] = STATE(1774), + [sym_abstract_type] = STATE(1774), + [sym_dynamic_type] = STATE(1774), + [sym_macro_invocation] = STATE(1774), + [sym_scoped_identifier] = STATE(3446), + [sym_scoped_type_identifier] = STATE(1626), [sym_line_comment] = STATE(930), [sym_block_comment] = STATE(930), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3177), - [anon_sym_LPAREN] = ACTIONS(3179), - [anon_sym_LBRACK] = ACTIONS(3181), - [anon_sym_STAR] = ACTIONS(3185), - [anon_sym_QMARK] = ACTIONS(3187), - [anon_sym_u8] = ACTIONS(3189), - [anon_sym_i8] = ACTIONS(3189), - [anon_sym_u16] = ACTIONS(3189), - [anon_sym_i16] = ACTIONS(3189), - [anon_sym_u32] = ACTIONS(3189), - [anon_sym_i32] = ACTIONS(3189), - [anon_sym_u64] = ACTIONS(3189), - [anon_sym_i64] = ACTIONS(3189), - [anon_sym_u128] = ACTIONS(3189), - [anon_sym_i128] = ACTIONS(3189), - [anon_sym_isize] = ACTIONS(3189), - [anon_sym_usize] = ACTIONS(3189), - [anon_sym_f32] = ACTIONS(3189), - [anon_sym_f64] = ACTIONS(3189), - [anon_sym_bool] = ACTIONS(3189), - [anon_sym_str] = ACTIONS(3189), - [anon_sym_char] = ACTIONS(3189), - [anon_sym_BANG] = ACTIONS(3191), - [anon_sym_AMP] = ACTIONS(3193), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3195), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), - [anon_sym_default] = ACTIONS(3197), - [anon_sym_fn] = ACTIONS(3199), - [anon_sym_for] = ACTIONS(1104), - [anon_sym_gen] = ACTIONS(3201), - [anon_sym_impl] = ACTIONS(3203), - [anon_sym_union] = ACTIONS(3201), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(3205), - [anon_sym_raw] = ACTIONS(3201), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(3209), - [sym_super] = ACTIONS(3209), - [sym_crate] = ACTIONS(3209), - [sym_metavariable] = ACTIONS(3211), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3179), + [anon_sym_LPAREN] = ACTIONS(3181), + [anon_sym_LBRACK] = ACTIONS(3183), + [anon_sym_STAR] = ACTIONS(3187), + [anon_sym_QMARK] = ACTIONS(3189), + [anon_sym_u8] = ACTIONS(3191), + [anon_sym_i8] = ACTIONS(3191), + [anon_sym_u16] = ACTIONS(3191), + [anon_sym_i16] = ACTIONS(3191), + [anon_sym_u32] = ACTIONS(3191), + [anon_sym_i32] = ACTIONS(3191), + [anon_sym_u64] = ACTIONS(3191), + [anon_sym_i64] = ACTIONS(3191), + [anon_sym_u128] = ACTIONS(3191), + [anon_sym_i128] = ACTIONS(3191), + [anon_sym_isize] = ACTIONS(3191), + [anon_sym_usize] = ACTIONS(3191), + [anon_sym_f32] = ACTIONS(3191), + [anon_sym_f64] = ACTIONS(3191), + [anon_sym_bool] = ACTIONS(3191), + [anon_sym_str] = ACTIONS(3191), + [anon_sym_char] = ACTIONS(3191), + [anon_sym_BANG] = ACTIONS(3193), + [anon_sym_AMP] = ACTIONS(3195), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3197), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), + [anon_sym_default] = ACTIONS(3199), + [anon_sym_fn] = ACTIONS(3201), + [anon_sym_for] = ACTIONS(1156), + [anon_sym_gen] = ACTIONS(3203), + [anon_sym_impl] = ACTIONS(3205), + [anon_sym_union] = ACTIONS(3203), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(3207), + [anon_sym_raw] = ACTIONS(3203), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(3211), + [sym_super] = ACTIONS(3211), + [sym_crate] = ACTIONS(3211), + [sym_metavariable] = ACTIONS(3213), }, [STATE(931)] = { - [sym_function_modifiers] = STATE(3644), - [sym_removed_trait_bound] = STATE(1782), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(1874), + [sym_function_modifiers] = STATE(3645), + [sym_removed_trait_bound] = STATE(1774), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(1816), [sym_bracketed_type] = STATE(3704), - [sym_lifetime] = STATE(1874), - [sym_array_type] = STATE(1782), - [sym_for_lifetimes] = STATE(1603), - [sym_function_type] = STATE(1782), - [sym_tuple_type] = STATE(1782), - [sym_unit_type] = STATE(1782), - [sym_generic_type] = STATE(1716), + [sym_lifetime] = STATE(3808), + [sym_array_type] = STATE(1774), + [sym_for_lifetimes] = STATE(1605), + [sym_function_type] = STATE(1774), + [sym_tuple_type] = STATE(1774), + [sym_unit_type] = STATE(1774), + [sym_generic_type] = STATE(1665), [sym_generic_type_with_turbofish] = STATE(3695), - [sym_bounded_type] = STATE(1782), - [sym_use_bounds] = STATE(1874), - [sym_reference_type] = STATE(1782), - [sym_pointer_type] = STATE(1782), - [sym_never_type] = STATE(1782), - [sym_abstract_type] = STATE(1782), - [sym_dynamic_type] = STATE(1782), - [sym_macro_invocation] = STATE(1782), - [sym_scoped_identifier] = STATE(3436), - [sym_scoped_type_identifier] = STATE(1625), + [sym_bounded_type] = STATE(1774), + [sym_use_bounds] = STATE(3808), + [sym_reference_type] = STATE(1774), + [sym_pointer_type] = STATE(1774), + [sym_never_type] = STATE(1774), + [sym_abstract_type] = STATE(1774), + [sym_dynamic_type] = STATE(1774), + [sym_macro_invocation] = STATE(1774), + [sym_scoped_identifier] = STATE(3446), + [sym_scoped_type_identifier] = STATE(1626), [sym_line_comment] = STATE(931), [sym_block_comment] = STATE(931), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3177), - [anon_sym_LPAREN] = ACTIONS(3179), - [anon_sym_LBRACK] = ACTIONS(3181), - [anon_sym_STAR] = ACTIONS(3185), - [anon_sym_QMARK] = ACTIONS(3187), - [anon_sym_u8] = ACTIONS(3189), - [anon_sym_i8] = ACTIONS(3189), - [anon_sym_u16] = ACTIONS(3189), - [anon_sym_i16] = ACTIONS(3189), - [anon_sym_u32] = ACTIONS(3189), - [anon_sym_i32] = ACTIONS(3189), - [anon_sym_u64] = ACTIONS(3189), - [anon_sym_i64] = ACTIONS(3189), - [anon_sym_u128] = ACTIONS(3189), - [anon_sym_i128] = ACTIONS(3189), - [anon_sym_isize] = ACTIONS(3189), - [anon_sym_usize] = ACTIONS(3189), - [anon_sym_f32] = ACTIONS(3189), - [anon_sym_f64] = ACTIONS(3189), - [anon_sym_bool] = ACTIONS(3189), - [anon_sym_str] = ACTIONS(3189), - [anon_sym_char] = ACTIONS(3189), - [anon_sym_BANG] = ACTIONS(3191), - [anon_sym_AMP] = ACTIONS(3193), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3195), - [anon_sym_SQUOTE] = ACTIONS(3337), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), - [anon_sym_default] = ACTIONS(3197), - [anon_sym_fn] = ACTIONS(3199), - [anon_sym_for] = ACTIONS(1104), - [anon_sym_gen] = ACTIONS(3201), - [anon_sym_impl] = ACTIONS(3203), - [anon_sym_union] = ACTIONS(3201), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(3339), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(3205), - [anon_sym_raw] = ACTIONS(3201), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(3209), - [sym_super] = ACTIONS(3209), - [sym_crate] = ACTIONS(3209), - [sym_metavariable] = ACTIONS(3211), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3179), + [anon_sym_LPAREN] = ACTIONS(3181), + [anon_sym_LBRACK] = ACTIONS(3183), + [anon_sym_STAR] = ACTIONS(3187), + [anon_sym_QMARK] = ACTIONS(3189), + [anon_sym_u8] = ACTIONS(3191), + [anon_sym_i8] = ACTIONS(3191), + [anon_sym_u16] = ACTIONS(3191), + [anon_sym_i16] = ACTIONS(3191), + [anon_sym_u32] = ACTIONS(3191), + [anon_sym_i32] = ACTIONS(3191), + [anon_sym_u64] = ACTIONS(3191), + [anon_sym_i64] = ACTIONS(3191), + [anon_sym_u128] = ACTIONS(3191), + [anon_sym_i128] = ACTIONS(3191), + [anon_sym_isize] = ACTIONS(3191), + [anon_sym_usize] = ACTIONS(3191), + [anon_sym_f32] = ACTIONS(3191), + [anon_sym_f64] = ACTIONS(3191), + [anon_sym_bool] = ACTIONS(3191), + [anon_sym_str] = ACTIONS(3191), + [anon_sym_char] = ACTIONS(3191), + [anon_sym_BANG] = ACTIONS(3193), + [anon_sym_AMP] = ACTIONS(3195), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3197), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), + [anon_sym_default] = ACTIONS(3199), + [anon_sym_fn] = ACTIONS(3201), + [anon_sym_for] = ACTIONS(1156), + [anon_sym_gen] = ACTIONS(3203), + [anon_sym_impl] = ACTIONS(3205), + [anon_sym_union] = ACTIONS(3203), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(3207), + [anon_sym_raw] = ACTIONS(3203), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(3211), + [sym_super] = ACTIONS(3211), + [sym_crate] = ACTIONS(3211), + [sym_metavariable] = ACTIONS(3213), }, [STATE(932)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2528), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2608), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(932), [sym_block_comment] = STATE(932), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -107332,23 +107414,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -107358,333 +107440,259 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(933)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2501), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3645), + [sym_removed_trait_bound] = STATE(1774), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(1823), + [sym_bracketed_type] = STATE(3704), + [sym_lifetime] = STATE(3808), + [sym_array_type] = STATE(1774), + [sym_for_lifetimes] = STATE(1605), + [sym_function_type] = STATE(1774), + [sym_tuple_type] = STATE(1774), + [sym_unit_type] = STATE(1774), + [sym_generic_type] = STATE(1665), + [sym_generic_type_with_turbofish] = STATE(3695), + [sym_bounded_type] = STATE(1774), + [sym_use_bounds] = STATE(3808), + [sym_reference_type] = STATE(1774), + [sym_pointer_type] = STATE(1774), + [sym_never_type] = STATE(1774), + [sym_abstract_type] = STATE(1774), + [sym_dynamic_type] = STATE(1774), + [sym_macro_invocation] = STATE(1774), + [sym_scoped_identifier] = STATE(3446), + [sym_scoped_type_identifier] = STATE(1626), [sym_line_comment] = STATE(933), [sym_block_comment] = STATE(933), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), - [anon_sym_LPAREN] = ACTIONS(1618), - [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), - [anon_sym_u8] = ACTIONS(1628), - [anon_sym_i8] = ACTIONS(1628), - [anon_sym_u16] = ACTIONS(1628), - [anon_sym_i16] = ACTIONS(1628), - [anon_sym_u32] = ACTIONS(1628), - [anon_sym_i32] = ACTIONS(1628), - [anon_sym_u64] = ACTIONS(1628), - [anon_sym_i64] = ACTIONS(1628), - [anon_sym_u128] = ACTIONS(1628), - [anon_sym_i128] = ACTIONS(1628), - [anon_sym_isize] = ACTIONS(1628), - [anon_sym_usize] = ACTIONS(1628), - [anon_sym_f32] = ACTIONS(1628), - [anon_sym_f64] = ACTIONS(1628), - [anon_sym_bool] = ACTIONS(1628), - [anon_sym_str] = ACTIONS(1628), - [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), - [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), - [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), - [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), - [anon_sym_raw] = ACTIONS(1642), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1650), - [sym_super] = ACTIONS(1650), - [sym_crate] = ACTIONS(1650), - [sym_metavariable] = ACTIONS(1652), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3179), + [anon_sym_LPAREN] = ACTIONS(3181), + [anon_sym_LBRACK] = ACTIONS(3183), + [anon_sym_STAR] = ACTIONS(3187), + [anon_sym_QMARK] = ACTIONS(3189), + [anon_sym_u8] = ACTIONS(3191), + [anon_sym_i8] = ACTIONS(3191), + [anon_sym_u16] = ACTIONS(3191), + [anon_sym_i16] = ACTIONS(3191), + [anon_sym_u32] = ACTIONS(3191), + [anon_sym_i32] = ACTIONS(3191), + [anon_sym_u64] = ACTIONS(3191), + [anon_sym_i64] = ACTIONS(3191), + [anon_sym_u128] = ACTIONS(3191), + [anon_sym_i128] = ACTIONS(3191), + [anon_sym_isize] = ACTIONS(3191), + [anon_sym_usize] = ACTIONS(3191), + [anon_sym_f32] = ACTIONS(3191), + [anon_sym_f64] = ACTIONS(3191), + [anon_sym_bool] = ACTIONS(3191), + [anon_sym_str] = ACTIONS(3191), + [anon_sym_char] = ACTIONS(3191), + [anon_sym_BANG] = ACTIONS(3193), + [anon_sym_AMP] = ACTIONS(3195), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3197), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), + [anon_sym_default] = ACTIONS(3199), + [anon_sym_fn] = ACTIONS(3201), + [anon_sym_for] = ACTIONS(1156), + [anon_sym_gen] = ACTIONS(3203), + [anon_sym_impl] = ACTIONS(3205), + [anon_sym_union] = ACTIONS(3203), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(3207), + [anon_sym_raw] = ACTIONS(3203), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(3211), + [sym_super] = ACTIONS(3211), + [sym_crate] = ACTIONS(3211), + [sym_metavariable] = ACTIONS(3213), }, [STATE(934)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2821), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3645), + [sym_removed_trait_bound] = STATE(1774), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(1824), + [sym_bracketed_type] = STATE(3704), + [sym_lifetime] = STATE(3808), + [sym_array_type] = STATE(1774), + [sym_for_lifetimes] = STATE(1605), + [sym_function_type] = STATE(1774), + [sym_tuple_type] = STATE(1774), + [sym_unit_type] = STATE(1774), + [sym_generic_type] = STATE(1665), + [sym_generic_type_with_turbofish] = STATE(3695), + [sym_bounded_type] = STATE(1774), + [sym_use_bounds] = STATE(3808), + [sym_reference_type] = STATE(1774), + [sym_pointer_type] = STATE(1774), + [sym_never_type] = STATE(1774), + [sym_abstract_type] = STATE(1774), + [sym_dynamic_type] = STATE(1774), + [sym_macro_invocation] = STATE(1774), + [sym_scoped_identifier] = STATE(3446), + [sym_scoped_type_identifier] = STATE(1626), [sym_line_comment] = STATE(934), [sym_block_comment] = STATE(934), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), - [anon_sym_LPAREN] = ACTIONS(1618), - [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), - [anon_sym_u8] = ACTIONS(1628), - [anon_sym_i8] = ACTIONS(1628), - [anon_sym_u16] = ACTIONS(1628), - [anon_sym_i16] = ACTIONS(1628), - [anon_sym_u32] = ACTIONS(1628), - [anon_sym_i32] = ACTIONS(1628), - [anon_sym_u64] = ACTIONS(1628), - [anon_sym_i64] = ACTIONS(1628), - [anon_sym_u128] = ACTIONS(1628), - [anon_sym_i128] = ACTIONS(1628), - [anon_sym_isize] = ACTIONS(1628), - [anon_sym_usize] = ACTIONS(1628), - [anon_sym_f32] = ACTIONS(1628), - [anon_sym_f64] = ACTIONS(1628), - [anon_sym_bool] = ACTIONS(1628), - [anon_sym_str] = ACTIONS(1628), - [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), - [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), - [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), - [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), - [anon_sym_raw] = ACTIONS(1642), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1650), - [sym_super] = ACTIONS(1650), - [sym_crate] = ACTIONS(1650), - [sym_metavariable] = ACTIONS(1652), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3179), + [anon_sym_LPAREN] = ACTIONS(3181), + [anon_sym_LBRACK] = ACTIONS(3183), + [anon_sym_STAR] = ACTIONS(3187), + [anon_sym_QMARK] = ACTIONS(3189), + [anon_sym_u8] = ACTIONS(3191), + [anon_sym_i8] = ACTIONS(3191), + [anon_sym_u16] = ACTIONS(3191), + [anon_sym_i16] = ACTIONS(3191), + [anon_sym_u32] = ACTIONS(3191), + [anon_sym_i32] = ACTIONS(3191), + [anon_sym_u64] = ACTIONS(3191), + [anon_sym_i64] = ACTIONS(3191), + [anon_sym_u128] = ACTIONS(3191), + [anon_sym_i128] = ACTIONS(3191), + [anon_sym_isize] = ACTIONS(3191), + [anon_sym_usize] = ACTIONS(3191), + [anon_sym_f32] = ACTIONS(3191), + [anon_sym_f64] = ACTIONS(3191), + [anon_sym_bool] = ACTIONS(3191), + [anon_sym_str] = ACTIONS(3191), + [anon_sym_char] = ACTIONS(3191), + [anon_sym_BANG] = ACTIONS(3193), + [anon_sym_AMP] = ACTIONS(3195), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3197), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), + [anon_sym_default] = ACTIONS(3199), + [anon_sym_fn] = ACTIONS(3201), + [anon_sym_for] = ACTIONS(1156), + [anon_sym_gen] = ACTIONS(3203), + [anon_sym_impl] = ACTIONS(3205), + [anon_sym_union] = ACTIONS(3203), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(3207), + [anon_sym_raw] = ACTIONS(3203), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(3211), + [sym_super] = ACTIONS(3211), + [sym_crate] = ACTIONS(3211), + [sym_metavariable] = ACTIONS(3213), }, [STATE(935)] = { - [sym_function_modifiers] = STATE(3775), - [sym_removed_trait_bound] = STATE(1530), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(1438), - [sym_bracketed_type] = STATE(3687), - [sym_lifetime] = STATE(3537), - [sym_array_type] = STATE(1530), - [sym_for_lifetimes] = STATE(1618), - [sym_function_type] = STATE(1530), - [sym_tuple_type] = STATE(1530), - [sym_unit_type] = STATE(1530), - [sym_generic_type] = STATE(1422), - [sym_generic_type_with_turbofish] = STATE(3817), - [sym_bounded_type] = STATE(1530), - [sym_use_bounds] = STATE(3537), - [sym_reference_type] = STATE(1530), - [sym_pointer_type] = STATE(1530), - [sym_never_type] = STATE(1530), - [sym_abstract_type] = STATE(1530), - [sym_dynamic_type] = STATE(1530), - [sym_macro_invocation] = STATE(1530), - [sym_scoped_identifier] = STATE(3346), - [sym_scoped_type_identifier] = STATE(1093), + [sym_function_modifiers] = STATE(3645), + [sym_removed_trait_bound] = STATE(1774), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(1825), + [sym_bracketed_type] = STATE(3704), + [sym_lifetime] = STATE(3808), + [sym_array_type] = STATE(1774), + [sym_for_lifetimes] = STATE(1605), + [sym_function_type] = STATE(1774), + [sym_tuple_type] = STATE(1774), + [sym_unit_type] = STATE(1774), + [sym_generic_type] = STATE(1665), + [sym_generic_type_with_turbofish] = STATE(3695), + [sym_bounded_type] = STATE(1774), + [sym_use_bounds] = STATE(3808), + [sym_reference_type] = STATE(1774), + [sym_pointer_type] = STATE(1774), + [sym_never_type] = STATE(1774), + [sym_abstract_type] = STATE(1774), + [sym_dynamic_type] = STATE(1774), + [sym_macro_invocation] = STATE(1774), + [sym_scoped_identifier] = STATE(3446), + [sym_scoped_type_identifier] = STATE(1626), [sym_line_comment] = STATE(935), [sym_block_comment] = STATE(935), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3223), - [anon_sym_LPAREN] = ACTIONS(3225), - [anon_sym_LBRACK] = ACTIONS(3227), - [anon_sym_STAR] = ACTIONS(3231), - [anon_sym_QMARK] = ACTIONS(3233), - [anon_sym_u8] = ACTIONS(3235), - [anon_sym_i8] = ACTIONS(3235), - [anon_sym_u16] = ACTIONS(3235), - [anon_sym_i16] = ACTIONS(3235), - [anon_sym_u32] = ACTIONS(3235), - [anon_sym_i32] = ACTIONS(3235), - [anon_sym_u64] = ACTIONS(3235), - [anon_sym_i64] = ACTIONS(3235), - [anon_sym_u128] = ACTIONS(3235), - [anon_sym_i128] = ACTIONS(3235), - [anon_sym_isize] = ACTIONS(3235), - [anon_sym_usize] = ACTIONS(3235), - [anon_sym_f32] = ACTIONS(3235), - [anon_sym_f64] = ACTIONS(3235), - [anon_sym_bool] = ACTIONS(3235), - [anon_sym_str] = ACTIONS(3235), - [anon_sym_char] = ACTIONS(3235), - [anon_sym_BANG] = ACTIONS(3237), - [anon_sym_AMP] = ACTIONS(3239), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3241), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), - [anon_sym_default] = ACTIONS(3243), - [anon_sym_fn] = ACTIONS(3245), - [anon_sym_for] = ACTIONS(1104), - [anon_sym_gen] = ACTIONS(3247), - [anon_sym_impl] = ACTIONS(3249), - [anon_sym_union] = ACTIONS(3247), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(3251), - [anon_sym_raw] = ACTIONS(3247), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(3255), - [sym_super] = ACTIONS(3255), - [sym_crate] = ACTIONS(3255), - [sym_metavariable] = ACTIONS(3257), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3179), + [anon_sym_LPAREN] = ACTIONS(3181), + [anon_sym_LBRACK] = ACTIONS(3183), + [anon_sym_STAR] = ACTIONS(3187), + [anon_sym_QMARK] = ACTIONS(3189), + [anon_sym_u8] = ACTIONS(3191), + [anon_sym_i8] = ACTIONS(3191), + [anon_sym_u16] = ACTIONS(3191), + [anon_sym_i16] = ACTIONS(3191), + [anon_sym_u32] = ACTIONS(3191), + [anon_sym_i32] = ACTIONS(3191), + [anon_sym_u64] = ACTIONS(3191), + [anon_sym_i64] = ACTIONS(3191), + [anon_sym_u128] = ACTIONS(3191), + [anon_sym_i128] = ACTIONS(3191), + [anon_sym_isize] = ACTIONS(3191), + [anon_sym_usize] = ACTIONS(3191), + [anon_sym_f32] = ACTIONS(3191), + [anon_sym_f64] = ACTIONS(3191), + [anon_sym_bool] = ACTIONS(3191), + [anon_sym_str] = ACTIONS(3191), + [anon_sym_char] = ACTIONS(3191), + [anon_sym_BANG] = ACTIONS(3193), + [anon_sym_AMP] = ACTIONS(3195), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3197), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), + [anon_sym_default] = ACTIONS(3199), + [anon_sym_fn] = ACTIONS(3201), + [anon_sym_for] = ACTIONS(1156), + [anon_sym_gen] = ACTIONS(3203), + [anon_sym_impl] = ACTIONS(3205), + [anon_sym_union] = ACTIONS(3203), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(3207), + [anon_sym_raw] = ACTIONS(3203), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(3211), + [sym_super] = ACTIONS(3211), + [sym_crate] = ACTIONS(3211), + [sym_metavariable] = ACTIONS(3213), }, [STATE(936)] = { - [sym_function_modifiers] = STATE(3775), - [sym_removed_trait_bound] = STATE(1530), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(1439), - [sym_bracketed_type] = STATE(3687), - [sym_lifetime] = STATE(3537), - [sym_array_type] = STATE(1530), - [sym_for_lifetimes] = STATE(1618), - [sym_function_type] = STATE(1530), - [sym_tuple_type] = STATE(1530), - [sym_unit_type] = STATE(1530), - [sym_generic_type] = STATE(1422), - [sym_generic_type_with_turbofish] = STATE(3817), - [sym_bounded_type] = STATE(1530), - [sym_use_bounds] = STATE(3537), - [sym_reference_type] = STATE(1530), - [sym_pointer_type] = STATE(1530), - [sym_never_type] = STATE(1530), - [sym_abstract_type] = STATE(1530), - [sym_dynamic_type] = STATE(1530), - [sym_macro_invocation] = STATE(1530), - [sym_scoped_identifier] = STATE(3346), - [sym_scoped_type_identifier] = STATE(1093), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(3138), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(936), [sym_block_comment] = STATE(936), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3223), - [anon_sym_LPAREN] = ACTIONS(3225), - [anon_sym_LBRACK] = ACTIONS(3227), - [anon_sym_STAR] = ACTIONS(3231), - [anon_sym_QMARK] = ACTIONS(3233), - [anon_sym_u8] = ACTIONS(3235), - [anon_sym_i8] = ACTIONS(3235), - [anon_sym_u16] = ACTIONS(3235), - [anon_sym_i16] = ACTIONS(3235), - [anon_sym_u32] = ACTIONS(3235), - [anon_sym_i32] = ACTIONS(3235), - [anon_sym_u64] = ACTIONS(3235), - [anon_sym_i64] = ACTIONS(3235), - [anon_sym_u128] = ACTIONS(3235), - [anon_sym_i128] = ACTIONS(3235), - [anon_sym_isize] = ACTIONS(3235), - [anon_sym_usize] = ACTIONS(3235), - [anon_sym_f32] = ACTIONS(3235), - [anon_sym_f64] = ACTIONS(3235), - [anon_sym_bool] = ACTIONS(3235), - [anon_sym_str] = ACTIONS(3235), - [anon_sym_char] = ACTIONS(3235), - [anon_sym_BANG] = ACTIONS(3237), - [anon_sym_AMP] = ACTIONS(3239), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3241), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), - [anon_sym_default] = ACTIONS(3243), - [anon_sym_fn] = ACTIONS(3245), - [anon_sym_for] = ACTIONS(1104), - [anon_sym_gen] = ACTIONS(3247), - [anon_sym_impl] = ACTIONS(3249), - [anon_sym_union] = ACTIONS(3247), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(3251), - [anon_sym_raw] = ACTIONS(3247), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(3255), - [sym_super] = ACTIONS(3255), - [sym_crate] = ACTIONS(3255), - [sym_metavariable] = ACTIONS(3257), - }, - [STATE(937)] = { - [sym_function_modifiers] = STATE(3661), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2675), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3584), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1606), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3584), - [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(3335), - [sym_scoped_type_identifier] = STATE(2278), - [sym_line_comment] = STATE(937), - [sym_block_comment] = STATE(937), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3171), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1624), - [anon_sym_QMARK] = ACTIONS(1626), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -107702,23 +107710,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(1630), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1640), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1644), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1646), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -107727,38 +107735,112 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1650), [sym_metavariable] = ACTIONS(1652), }, + [STATE(937)] = { + [sym_function_modifiers] = STATE(3645), + [sym_removed_trait_bound] = STATE(1774), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(1829), + [sym_bracketed_type] = STATE(3704), + [sym_lifetime] = STATE(3808), + [sym_array_type] = STATE(1774), + [sym_for_lifetimes] = STATE(1605), + [sym_function_type] = STATE(1774), + [sym_tuple_type] = STATE(1774), + [sym_unit_type] = STATE(1774), + [sym_generic_type] = STATE(1665), + [sym_generic_type_with_turbofish] = STATE(3695), + [sym_bounded_type] = STATE(1774), + [sym_use_bounds] = STATE(3808), + [sym_reference_type] = STATE(1774), + [sym_pointer_type] = STATE(1774), + [sym_never_type] = STATE(1774), + [sym_abstract_type] = STATE(1774), + [sym_dynamic_type] = STATE(1774), + [sym_macro_invocation] = STATE(1774), + [sym_scoped_identifier] = STATE(3446), + [sym_scoped_type_identifier] = STATE(1626), + [sym_line_comment] = STATE(937), + [sym_block_comment] = STATE(937), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3179), + [anon_sym_LPAREN] = ACTIONS(3181), + [anon_sym_LBRACK] = ACTIONS(3183), + [anon_sym_STAR] = ACTIONS(3187), + [anon_sym_QMARK] = ACTIONS(3189), + [anon_sym_u8] = ACTIONS(3191), + [anon_sym_i8] = ACTIONS(3191), + [anon_sym_u16] = ACTIONS(3191), + [anon_sym_i16] = ACTIONS(3191), + [anon_sym_u32] = ACTIONS(3191), + [anon_sym_i32] = ACTIONS(3191), + [anon_sym_u64] = ACTIONS(3191), + [anon_sym_i64] = ACTIONS(3191), + [anon_sym_u128] = ACTIONS(3191), + [anon_sym_i128] = ACTIONS(3191), + [anon_sym_isize] = ACTIONS(3191), + [anon_sym_usize] = ACTIONS(3191), + [anon_sym_f32] = ACTIONS(3191), + [anon_sym_f64] = ACTIONS(3191), + [anon_sym_bool] = ACTIONS(3191), + [anon_sym_str] = ACTIONS(3191), + [anon_sym_char] = ACTIONS(3191), + [anon_sym_BANG] = ACTIONS(3193), + [anon_sym_AMP] = ACTIONS(3195), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3197), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), + [anon_sym_default] = ACTIONS(3199), + [anon_sym_fn] = ACTIONS(3201), + [anon_sym_for] = ACTIONS(1156), + [anon_sym_gen] = ACTIONS(3203), + [anon_sym_impl] = ACTIONS(3205), + [anon_sym_union] = ACTIONS(3203), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(3207), + [anon_sym_raw] = ACTIONS(3203), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(3211), + [sym_super] = ACTIONS(3211), + [sym_crate] = ACTIONS(3211), + [sym_metavariable] = ACTIONS(3213), + }, [STATE(938)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2489), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(3000), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(938), [sym_block_comment] = STATE(938), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -107776,23 +107858,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -107802,37 +107884,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(939)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(3143), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3541), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2080), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3591), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1610), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3591), + [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(3394), + [sym_scoped_type_identifier] = STATE(2240), [sym_line_comment] = STATE(939), [sym_block_comment] = STATE(939), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3251), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1624), + [anon_sym_QMARK] = ACTIONS(1626), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -107850,23 +107932,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(1630), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1640), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1644), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1646), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -107876,111 +107958,111 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(940)] = { - [sym_function_modifiers] = STATE(3775), - [sym_removed_trait_bound] = STATE(1530), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(1550), + [sym_function_modifiers] = STATE(3761), + [sym_removed_trait_bound] = STATE(1498), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(1449), [sym_bracketed_type] = STATE(3687), - [sym_lifetime] = STATE(3537), - [sym_array_type] = STATE(1530), - [sym_for_lifetimes] = STATE(1618), - [sym_function_type] = STATE(1530), - [sym_tuple_type] = STATE(1530), - [sym_unit_type] = STATE(1530), - [sym_generic_type] = STATE(1422), - [sym_generic_type_with_turbofish] = STATE(3817), - [sym_bounded_type] = STATE(1530), - [sym_use_bounds] = STATE(3537), - [sym_reference_type] = STATE(1530), - [sym_pointer_type] = STATE(1530), - [sym_never_type] = STATE(1530), - [sym_abstract_type] = STATE(1530), - [sym_dynamic_type] = STATE(1530), - [sym_macro_invocation] = STATE(1530), - [sym_scoped_identifier] = STATE(3346), - [sym_scoped_type_identifier] = STATE(1093), + [sym_lifetime] = STATE(3522), + [sym_array_type] = STATE(1498), + [sym_for_lifetimes] = STATE(1621), + [sym_function_type] = STATE(1498), + [sym_tuple_type] = STATE(1498), + [sym_unit_type] = STATE(1498), + [sym_generic_type] = STATE(1406), + [sym_generic_type_with_turbofish] = STATE(3819), + [sym_bounded_type] = STATE(1498), + [sym_use_bounds] = STATE(3522), + [sym_reference_type] = STATE(1498), + [sym_pointer_type] = STATE(1498), + [sym_never_type] = STATE(1498), + [sym_abstract_type] = STATE(1498), + [sym_dynamic_type] = STATE(1498), + [sym_macro_invocation] = STATE(1498), + [sym_scoped_identifier] = STATE(3362), + [sym_scoped_type_identifier] = STATE(1106), [sym_line_comment] = STATE(940), [sym_block_comment] = STATE(940), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3223), - [anon_sym_LPAREN] = ACTIONS(3225), - [anon_sym_LBRACK] = ACTIONS(3227), - [anon_sym_STAR] = ACTIONS(3231), - [anon_sym_QMARK] = ACTIONS(3233), - [anon_sym_u8] = ACTIONS(3235), - [anon_sym_i8] = ACTIONS(3235), - [anon_sym_u16] = ACTIONS(3235), - [anon_sym_i16] = ACTIONS(3235), - [anon_sym_u32] = ACTIONS(3235), - [anon_sym_i32] = ACTIONS(3235), - [anon_sym_u64] = ACTIONS(3235), - [anon_sym_i64] = ACTIONS(3235), - [anon_sym_u128] = ACTIONS(3235), - [anon_sym_i128] = ACTIONS(3235), - [anon_sym_isize] = ACTIONS(3235), - [anon_sym_usize] = ACTIONS(3235), - [anon_sym_f32] = ACTIONS(3235), - [anon_sym_f64] = ACTIONS(3235), - [anon_sym_bool] = ACTIONS(3235), - [anon_sym_str] = ACTIONS(3235), - [anon_sym_char] = ACTIONS(3235), - [anon_sym_BANG] = ACTIONS(3237), - [anon_sym_AMP] = ACTIONS(3239), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3241), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), - [anon_sym_default] = ACTIONS(3243), - [anon_sym_fn] = ACTIONS(3245), - [anon_sym_for] = ACTIONS(1104), - [anon_sym_gen] = ACTIONS(3247), - [anon_sym_impl] = ACTIONS(3249), - [anon_sym_union] = ACTIONS(3247), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(3251), - [anon_sym_raw] = ACTIONS(3247), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(3255), - [sym_super] = ACTIONS(3255), - [sym_crate] = ACTIONS(3255), - [sym_metavariable] = ACTIONS(3257), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3215), + [anon_sym_LPAREN] = ACTIONS(3217), + [anon_sym_LBRACK] = ACTIONS(3219), + [anon_sym_STAR] = ACTIONS(3223), + [anon_sym_QMARK] = ACTIONS(3225), + [anon_sym_u8] = ACTIONS(3227), + [anon_sym_i8] = ACTIONS(3227), + [anon_sym_u16] = ACTIONS(3227), + [anon_sym_i16] = ACTIONS(3227), + [anon_sym_u32] = ACTIONS(3227), + [anon_sym_i32] = ACTIONS(3227), + [anon_sym_u64] = ACTIONS(3227), + [anon_sym_i64] = ACTIONS(3227), + [anon_sym_u128] = ACTIONS(3227), + [anon_sym_i128] = ACTIONS(3227), + [anon_sym_isize] = ACTIONS(3227), + [anon_sym_usize] = ACTIONS(3227), + [anon_sym_f32] = ACTIONS(3227), + [anon_sym_f64] = ACTIONS(3227), + [anon_sym_bool] = ACTIONS(3227), + [anon_sym_str] = ACTIONS(3227), + [anon_sym_char] = ACTIONS(3227), + [anon_sym_BANG] = ACTIONS(3229), + [anon_sym_AMP] = ACTIONS(3231), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3233), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), + [anon_sym_default] = ACTIONS(3235), + [anon_sym_fn] = ACTIONS(3237), + [anon_sym_for] = ACTIONS(1156), + [anon_sym_gen] = ACTIONS(3239), + [anon_sym_impl] = ACTIONS(3241), + [anon_sym_union] = ACTIONS(3239), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(3243), + [anon_sym_raw] = ACTIONS(3239), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(3247), + [sym_super] = ACTIONS(3247), + [sym_crate] = ACTIONS(3247), + [sym_metavariable] = ACTIONS(3249), }, [STATE(941)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(3171), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2567), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(941), [sym_block_comment] = STATE(941), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -107998,23 +108080,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -108024,259 +108106,259 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(942)] = { - [sym_function_modifiers] = STATE(3775), - [sym_removed_trait_bound] = STATE(1499), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(3537), - [sym_bracketed_type] = STATE(3687), - [sym_lifetime] = STATE(3537), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1618), - [sym_function_type] = STATE(1499), - [sym_tuple_type] = STATE(1499), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(1411), - [sym_generic_type_with_turbofish] = STATE(3817), - [sym_bounded_type] = STATE(1499), - [sym_use_bounds] = STATE(3537), - [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(3425), - [sym_scoped_type_identifier] = STATE(1096), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(3088), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(942), [sym_block_comment] = STATE(942), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3341), - [anon_sym_LPAREN] = ACTIONS(3343), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), + [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(3233), - [anon_sym_u8] = ACTIONS(3345), - [anon_sym_i8] = ACTIONS(3345), - [anon_sym_u16] = ACTIONS(3345), - [anon_sym_i16] = ACTIONS(3345), - [anon_sym_u32] = ACTIONS(3345), - [anon_sym_i32] = ACTIONS(3345), - [anon_sym_u64] = ACTIONS(3345), - [anon_sym_i64] = ACTIONS(3345), - [anon_sym_u128] = ACTIONS(3345), - [anon_sym_i128] = ACTIONS(3345), - [anon_sym_isize] = ACTIONS(3345), - [anon_sym_usize] = ACTIONS(3345), - [anon_sym_f32] = ACTIONS(3345), - [anon_sym_f64] = ACTIONS(3345), - [anon_sym_bool] = ACTIONS(3345), - [anon_sym_str] = ACTIONS(3345), - [anon_sym_char] = ACTIONS(3345), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3241), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), - [anon_sym_default] = ACTIONS(3347), - [anon_sym_fn] = ACTIONS(3245), - [anon_sym_for] = ACTIONS(3349), - [anon_sym_gen] = ACTIONS(3351), - [anon_sym_impl] = ACTIONS(1108), - [anon_sym_union] = ACTIONS(3351), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), - [anon_sym_raw] = ACTIONS(3351), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(3255), - [sym_super] = ACTIONS(3255), - [sym_crate] = ACTIONS(3255), - [sym_metavariable] = ACTIONS(3353), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), + [anon_sym_u8] = ACTIONS(1628), + [anon_sym_i8] = ACTIONS(1628), + [anon_sym_u16] = ACTIONS(1628), + [anon_sym_i16] = ACTIONS(1628), + [anon_sym_u32] = ACTIONS(1628), + [anon_sym_i32] = ACTIONS(1628), + [anon_sym_u64] = ACTIONS(1628), + [anon_sym_i64] = ACTIONS(1628), + [anon_sym_u128] = ACTIONS(1628), + [anon_sym_i128] = ACTIONS(1628), + [anon_sym_isize] = ACTIONS(1628), + [anon_sym_usize] = ACTIONS(1628), + [anon_sym_f32] = ACTIONS(1628), + [anon_sym_f64] = ACTIONS(1628), + [anon_sym_bool] = ACTIONS(1628), + [anon_sym_str] = ACTIONS(1628), + [anon_sym_char] = ACTIONS(1628), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(1634), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), + [anon_sym_default] = ACTIONS(1638), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), + [anon_sym_gen] = ACTIONS(1642), + [anon_sym_impl] = ACTIONS(1160), + [anon_sym_union] = ACTIONS(1642), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), + [anon_sym_raw] = ACTIONS(1642), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1650), + [sym_super] = ACTIONS(1650), + [sym_crate] = ACTIONS(1650), + [sym_metavariable] = ACTIONS(1652), }, [STATE(943)] = { - [sym_function_modifiers] = STATE(3775), - [sym_removed_trait_bound] = STATE(1530), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(1440), - [sym_bracketed_type] = STATE(3687), - [sym_lifetime] = STATE(3537), - [sym_array_type] = STATE(1530), - [sym_for_lifetimes] = STATE(1618), - [sym_function_type] = STATE(1530), - [sym_tuple_type] = STATE(1530), - [sym_unit_type] = STATE(1530), - [sym_generic_type] = STATE(1422), - [sym_generic_type_with_turbofish] = STATE(3817), - [sym_bounded_type] = STATE(1530), - [sym_use_bounds] = STATE(3537), - [sym_reference_type] = STATE(1530), - [sym_pointer_type] = STATE(1530), - [sym_never_type] = STATE(1530), - [sym_abstract_type] = STATE(1530), - [sym_dynamic_type] = STATE(1530), - [sym_macro_invocation] = STATE(1530), - [sym_scoped_identifier] = STATE(3346), - [sym_scoped_type_identifier] = STATE(1093), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(3148), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(943), [sym_block_comment] = STATE(943), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3223), - [anon_sym_LPAREN] = ACTIONS(3225), - [anon_sym_LBRACK] = ACTIONS(3227), - [anon_sym_STAR] = ACTIONS(3231), - [anon_sym_QMARK] = ACTIONS(3233), - [anon_sym_u8] = ACTIONS(3235), - [anon_sym_i8] = ACTIONS(3235), - [anon_sym_u16] = ACTIONS(3235), - [anon_sym_i16] = ACTIONS(3235), - [anon_sym_u32] = ACTIONS(3235), - [anon_sym_i32] = ACTIONS(3235), - [anon_sym_u64] = ACTIONS(3235), - [anon_sym_i64] = ACTIONS(3235), - [anon_sym_u128] = ACTIONS(3235), - [anon_sym_i128] = ACTIONS(3235), - [anon_sym_isize] = ACTIONS(3235), - [anon_sym_usize] = ACTIONS(3235), - [anon_sym_f32] = ACTIONS(3235), - [anon_sym_f64] = ACTIONS(3235), - [anon_sym_bool] = ACTIONS(3235), - [anon_sym_str] = ACTIONS(3235), - [anon_sym_char] = ACTIONS(3235), - [anon_sym_BANG] = ACTIONS(3237), - [anon_sym_AMP] = ACTIONS(3239), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3241), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), - [anon_sym_default] = ACTIONS(3243), - [anon_sym_fn] = ACTIONS(3245), - [anon_sym_for] = ACTIONS(1104), - [anon_sym_gen] = ACTIONS(3247), - [anon_sym_impl] = ACTIONS(3249), - [anon_sym_union] = ACTIONS(3247), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(3251), - [anon_sym_raw] = ACTIONS(3247), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(3255), - [sym_super] = ACTIONS(3255), - [sym_crate] = ACTIONS(3255), - [sym_metavariable] = ACTIONS(3257), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), + [anon_sym_LPAREN] = ACTIONS(1618), + [anon_sym_LBRACK] = ACTIONS(1620), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), + [anon_sym_u8] = ACTIONS(1628), + [anon_sym_i8] = ACTIONS(1628), + [anon_sym_u16] = ACTIONS(1628), + [anon_sym_i16] = ACTIONS(1628), + [anon_sym_u32] = ACTIONS(1628), + [anon_sym_i32] = ACTIONS(1628), + [anon_sym_u64] = ACTIONS(1628), + [anon_sym_i64] = ACTIONS(1628), + [anon_sym_u128] = ACTIONS(1628), + [anon_sym_i128] = ACTIONS(1628), + [anon_sym_isize] = ACTIONS(1628), + [anon_sym_usize] = ACTIONS(1628), + [anon_sym_f32] = ACTIONS(1628), + [anon_sym_f64] = ACTIONS(1628), + [anon_sym_bool] = ACTIONS(1628), + [anon_sym_str] = ACTIONS(1628), + [anon_sym_char] = ACTIONS(1628), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(1634), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), + [anon_sym_default] = ACTIONS(1638), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), + [anon_sym_gen] = ACTIONS(1642), + [anon_sym_impl] = ACTIONS(1160), + [anon_sym_union] = ACTIONS(1642), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), + [anon_sym_raw] = ACTIONS(1642), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1650), + [sym_super] = ACTIONS(1650), + [sym_crate] = ACTIONS(1650), + [sym_metavariable] = ACTIONS(1652), }, [STATE(944)] = { - [sym_function_modifiers] = STATE(3644), - [sym_removed_trait_bound] = STATE(1782), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(1758), - [sym_bracketed_type] = STATE(3704), - [sym_lifetime] = STATE(3802), - [sym_array_type] = STATE(1782), - [sym_for_lifetimes] = STATE(1603), - [sym_function_type] = STATE(1782), - [sym_tuple_type] = STATE(1782), - [sym_unit_type] = STATE(1782), - [sym_generic_type] = STATE(1716), - [sym_generic_type_with_turbofish] = STATE(3695), - [sym_bounded_type] = STATE(1782), - [sym_use_bounds] = STATE(3802), - [sym_reference_type] = STATE(1782), - [sym_pointer_type] = STATE(1782), - [sym_never_type] = STATE(1782), - [sym_abstract_type] = STATE(1782), - [sym_dynamic_type] = STATE(1782), - [sym_macro_invocation] = STATE(1782), - [sym_scoped_identifier] = STATE(3436), - [sym_scoped_type_identifier] = STATE(1625), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2748), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(944), [sym_block_comment] = STATE(944), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3177), - [anon_sym_LPAREN] = ACTIONS(3179), - [anon_sym_LBRACK] = ACTIONS(3181), - [anon_sym_STAR] = ACTIONS(3185), - [anon_sym_QMARK] = ACTIONS(3187), - [anon_sym_u8] = ACTIONS(3189), - [anon_sym_i8] = ACTIONS(3189), - [anon_sym_u16] = ACTIONS(3189), - [anon_sym_i16] = ACTIONS(3189), - [anon_sym_u32] = ACTIONS(3189), - [anon_sym_i32] = ACTIONS(3189), - [anon_sym_u64] = ACTIONS(3189), - [anon_sym_i64] = ACTIONS(3189), - [anon_sym_u128] = ACTIONS(3189), - [anon_sym_i128] = ACTIONS(3189), - [anon_sym_isize] = ACTIONS(3189), - [anon_sym_usize] = ACTIONS(3189), - [anon_sym_f32] = ACTIONS(3189), - [anon_sym_f64] = ACTIONS(3189), - [anon_sym_bool] = ACTIONS(3189), - [anon_sym_str] = ACTIONS(3189), - [anon_sym_char] = ACTIONS(3189), - [anon_sym_BANG] = ACTIONS(3191), - [anon_sym_AMP] = ACTIONS(3193), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3195), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), - [anon_sym_default] = ACTIONS(3197), - [anon_sym_fn] = ACTIONS(3199), - [anon_sym_for] = ACTIONS(1104), - [anon_sym_gen] = ACTIONS(3201), - [anon_sym_impl] = ACTIONS(3203), - [anon_sym_union] = ACTIONS(3201), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(3205), - [anon_sym_raw] = ACTIONS(3201), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(3209), - [sym_super] = ACTIONS(3209), - [sym_crate] = ACTIONS(3209), - [sym_metavariable] = ACTIONS(3211), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), + [anon_sym_LPAREN] = ACTIONS(1618), + [anon_sym_LBRACK] = ACTIONS(1620), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), + [anon_sym_u8] = ACTIONS(1628), + [anon_sym_i8] = ACTIONS(1628), + [anon_sym_u16] = ACTIONS(1628), + [anon_sym_i16] = ACTIONS(1628), + [anon_sym_u32] = ACTIONS(1628), + [anon_sym_i32] = ACTIONS(1628), + [anon_sym_u64] = ACTIONS(1628), + [anon_sym_i64] = ACTIONS(1628), + [anon_sym_u128] = ACTIONS(1628), + [anon_sym_i128] = ACTIONS(1628), + [anon_sym_isize] = ACTIONS(1628), + [anon_sym_usize] = ACTIONS(1628), + [anon_sym_f32] = ACTIONS(1628), + [anon_sym_f64] = ACTIONS(1628), + [anon_sym_bool] = ACTIONS(1628), + [anon_sym_str] = ACTIONS(1628), + [anon_sym_char] = ACTIONS(1628), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(1634), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), + [anon_sym_default] = ACTIONS(1638), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), + [anon_sym_gen] = ACTIONS(1642), + [anon_sym_impl] = ACTIONS(1160), + [anon_sym_union] = ACTIONS(1642), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), + [anon_sym_raw] = ACTIONS(1642), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1650), + [sym_super] = ACTIONS(1650), + [sym_crate] = ACTIONS(1650), + [sym_metavariable] = ACTIONS(1652), }, [STATE(945)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2460), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2577), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(945), [sym_block_comment] = STATE(945), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -108294,23 +108376,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -108320,37 +108402,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(946)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2462), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2767), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(946), [sym_block_comment] = STATE(946), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -108368,23 +108450,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -108394,333 +108476,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(947)] = { - [sym_function_modifiers] = STATE(3644), - [sym_removed_trait_bound] = STATE(1782), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(1890), - [sym_bracketed_type] = STATE(3704), - [sym_lifetime] = STATE(3802), - [sym_array_type] = STATE(1782), - [sym_for_lifetimes] = STATE(1603), - [sym_function_type] = STATE(1782), - [sym_tuple_type] = STATE(1782), - [sym_unit_type] = STATE(1782), - [sym_generic_type] = STATE(1716), - [sym_generic_type_with_turbofish] = STATE(3695), - [sym_bounded_type] = STATE(1782), - [sym_use_bounds] = STATE(3802), - [sym_reference_type] = STATE(1782), - [sym_pointer_type] = STATE(1782), - [sym_never_type] = STATE(1782), - [sym_abstract_type] = STATE(1782), - [sym_dynamic_type] = STATE(1782), - [sym_macro_invocation] = STATE(1782), - [sym_scoped_identifier] = STATE(3436), - [sym_scoped_type_identifier] = STATE(1625), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(3193), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(947), [sym_block_comment] = STATE(947), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3177), - [anon_sym_LPAREN] = ACTIONS(3179), - [anon_sym_LBRACK] = ACTIONS(3181), - [anon_sym_STAR] = ACTIONS(3185), - [anon_sym_QMARK] = ACTIONS(3187), - [anon_sym_u8] = ACTIONS(3189), - [anon_sym_i8] = ACTIONS(3189), - [anon_sym_u16] = ACTIONS(3189), - [anon_sym_i16] = ACTIONS(3189), - [anon_sym_u32] = ACTIONS(3189), - [anon_sym_i32] = ACTIONS(3189), - [anon_sym_u64] = ACTIONS(3189), - [anon_sym_i64] = ACTIONS(3189), - [anon_sym_u128] = ACTIONS(3189), - [anon_sym_i128] = ACTIONS(3189), - [anon_sym_isize] = ACTIONS(3189), - [anon_sym_usize] = ACTIONS(3189), - [anon_sym_f32] = ACTIONS(3189), - [anon_sym_f64] = ACTIONS(3189), - [anon_sym_bool] = ACTIONS(3189), - [anon_sym_str] = ACTIONS(3189), - [anon_sym_char] = ACTIONS(3189), - [anon_sym_BANG] = ACTIONS(3191), - [anon_sym_AMP] = ACTIONS(3193), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3195), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), - [anon_sym_default] = ACTIONS(3197), - [anon_sym_fn] = ACTIONS(3199), - [anon_sym_for] = ACTIONS(1104), - [anon_sym_gen] = ACTIONS(3201), - [anon_sym_impl] = ACTIONS(3203), - [anon_sym_union] = ACTIONS(3201), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(3205), - [anon_sym_raw] = ACTIONS(3201), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(3209), - [sym_super] = ACTIONS(3209), - [sym_crate] = ACTIONS(3209), - [sym_metavariable] = ACTIONS(3211), - }, - [STATE(948)] = { - [sym_function_modifiers] = STATE(3644), - [sym_removed_trait_bound] = STATE(1782), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(1759), - [sym_bracketed_type] = STATE(3704), - [sym_lifetime] = STATE(3802), - [sym_array_type] = STATE(1782), - [sym_for_lifetimes] = STATE(1603), - [sym_function_type] = STATE(1782), - [sym_tuple_type] = STATE(1782), - [sym_unit_type] = STATE(1782), - [sym_generic_type] = STATE(1716), - [sym_generic_type_with_turbofish] = STATE(3695), - [sym_bounded_type] = STATE(1782), - [sym_use_bounds] = STATE(3802), - [sym_reference_type] = STATE(1782), - [sym_pointer_type] = STATE(1782), - [sym_never_type] = STATE(1782), - [sym_abstract_type] = STATE(1782), - [sym_dynamic_type] = STATE(1782), - [sym_macro_invocation] = STATE(1782), - [sym_scoped_identifier] = STATE(3436), - [sym_scoped_type_identifier] = STATE(1625), - [sym_line_comment] = STATE(948), - [sym_block_comment] = STATE(948), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3177), - [anon_sym_LPAREN] = ACTIONS(3179), - [anon_sym_LBRACK] = ACTIONS(3181), - [anon_sym_STAR] = ACTIONS(3185), - [anon_sym_QMARK] = ACTIONS(3187), - [anon_sym_u8] = ACTIONS(3189), - [anon_sym_i8] = ACTIONS(3189), - [anon_sym_u16] = ACTIONS(3189), - [anon_sym_i16] = ACTIONS(3189), - [anon_sym_u32] = ACTIONS(3189), - [anon_sym_i32] = ACTIONS(3189), - [anon_sym_u64] = ACTIONS(3189), - [anon_sym_i64] = ACTIONS(3189), - [anon_sym_u128] = ACTIONS(3189), - [anon_sym_i128] = ACTIONS(3189), - [anon_sym_isize] = ACTIONS(3189), - [anon_sym_usize] = ACTIONS(3189), - [anon_sym_f32] = ACTIONS(3189), - [anon_sym_f64] = ACTIONS(3189), - [anon_sym_bool] = ACTIONS(3189), - [anon_sym_str] = ACTIONS(3189), - [anon_sym_char] = ACTIONS(3189), - [anon_sym_BANG] = ACTIONS(3191), - [anon_sym_AMP] = ACTIONS(3193), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3195), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), - [anon_sym_default] = ACTIONS(3197), - [anon_sym_fn] = ACTIONS(3199), - [anon_sym_for] = ACTIONS(1104), - [anon_sym_gen] = ACTIONS(3201), - [anon_sym_impl] = ACTIONS(3203), - [anon_sym_union] = ACTIONS(3201), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(3205), - [anon_sym_raw] = ACTIONS(3201), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(3209), - [sym_super] = ACTIONS(3209), - [sym_crate] = ACTIONS(3209), - [sym_metavariable] = ACTIONS(3211), - }, - [STATE(949)] = { - [sym_function_modifiers] = STATE(3644), - [sym_removed_trait_bound] = STATE(1782), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(1906), - [sym_bracketed_type] = STATE(3704), - [sym_lifetime] = STATE(3802), - [sym_array_type] = STATE(1782), - [sym_for_lifetimes] = STATE(1603), - [sym_function_type] = STATE(1782), - [sym_tuple_type] = STATE(1782), - [sym_unit_type] = STATE(1782), - [sym_generic_type] = STATE(1716), - [sym_generic_type_with_turbofish] = STATE(3695), - [sym_bounded_type] = STATE(1782), - [sym_use_bounds] = STATE(3802), - [sym_reference_type] = STATE(1782), - [sym_pointer_type] = STATE(1782), - [sym_never_type] = STATE(1782), - [sym_abstract_type] = STATE(1782), - [sym_dynamic_type] = STATE(1782), - [sym_macro_invocation] = STATE(1782), - [sym_scoped_identifier] = STATE(3436), - [sym_scoped_type_identifier] = STATE(1625), - [sym_line_comment] = STATE(949), - [sym_block_comment] = STATE(949), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3177), - [anon_sym_LPAREN] = ACTIONS(3179), - [anon_sym_LBRACK] = ACTIONS(3181), - [anon_sym_STAR] = ACTIONS(3185), - [anon_sym_QMARK] = ACTIONS(3187), - [anon_sym_u8] = ACTIONS(3189), - [anon_sym_i8] = ACTIONS(3189), - [anon_sym_u16] = ACTIONS(3189), - [anon_sym_i16] = ACTIONS(3189), - [anon_sym_u32] = ACTIONS(3189), - [anon_sym_i32] = ACTIONS(3189), - [anon_sym_u64] = ACTIONS(3189), - [anon_sym_i64] = ACTIONS(3189), - [anon_sym_u128] = ACTIONS(3189), - [anon_sym_i128] = ACTIONS(3189), - [anon_sym_isize] = ACTIONS(3189), - [anon_sym_usize] = ACTIONS(3189), - [anon_sym_f32] = ACTIONS(3189), - [anon_sym_f64] = ACTIONS(3189), - [anon_sym_bool] = ACTIONS(3189), - [anon_sym_str] = ACTIONS(3189), - [anon_sym_char] = ACTIONS(3189), - [anon_sym_BANG] = ACTIONS(3191), - [anon_sym_AMP] = ACTIONS(3193), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3195), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), - [anon_sym_default] = ACTIONS(3197), - [anon_sym_fn] = ACTIONS(3199), - [anon_sym_for] = ACTIONS(1104), - [anon_sym_gen] = ACTIONS(3201), - [anon_sym_impl] = ACTIONS(3203), - [anon_sym_union] = ACTIONS(3201), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(3205), - [anon_sym_raw] = ACTIONS(3201), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(3209), - [sym_super] = ACTIONS(3209), - [sym_crate] = ACTIONS(3209), - [sym_metavariable] = ACTIONS(3211), - }, - [STATE(950)] = { - [sym_function_modifiers] = STATE(3644), - [sym_removed_trait_bound] = STATE(1782), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(1909), - [sym_bracketed_type] = STATE(3704), - [sym_lifetime] = STATE(3802), - [sym_array_type] = STATE(1782), - [sym_for_lifetimes] = STATE(1603), - [sym_function_type] = STATE(1782), - [sym_tuple_type] = STATE(1782), - [sym_unit_type] = STATE(1782), - [sym_generic_type] = STATE(1716), - [sym_generic_type_with_turbofish] = STATE(3695), - [sym_bounded_type] = STATE(1782), - [sym_use_bounds] = STATE(3802), - [sym_reference_type] = STATE(1782), - [sym_pointer_type] = STATE(1782), - [sym_never_type] = STATE(1782), - [sym_abstract_type] = STATE(1782), - [sym_dynamic_type] = STATE(1782), - [sym_macro_invocation] = STATE(1782), - [sym_scoped_identifier] = STATE(3436), - [sym_scoped_type_identifier] = STATE(1625), - [sym_line_comment] = STATE(950), - [sym_block_comment] = STATE(950), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3177), - [anon_sym_LPAREN] = ACTIONS(3179), - [anon_sym_LBRACK] = ACTIONS(3181), - [anon_sym_STAR] = ACTIONS(3185), - [anon_sym_QMARK] = ACTIONS(3187), - [anon_sym_u8] = ACTIONS(3189), - [anon_sym_i8] = ACTIONS(3189), - [anon_sym_u16] = ACTIONS(3189), - [anon_sym_i16] = ACTIONS(3189), - [anon_sym_u32] = ACTIONS(3189), - [anon_sym_i32] = ACTIONS(3189), - [anon_sym_u64] = ACTIONS(3189), - [anon_sym_i64] = ACTIONS(3189), - [anon_sym_u128] = ACTIONS(3189), - [anon_sym_i128] = ACTIONS(3189), - [anon_sym_isize] = ACTIONS(3189), - [anon_sym_usize] = ACTIONS(3189), - [anon_sym_f32] = ACTIONS(3189), - [anon_sym_f64] = ACTIONS(3189), - [anon_sym_bool] = ACTIONS(3189), - [anon_sym_str] = ACTIONS(3189), - [anon_sym_char] = ACTIONS(3189), - [anon_sym_BANG] = ACTIONS(3191), - [anon_sym_AMP] = ACTIONS(3193), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3195), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), - [anon_sym_default] = ACTIONS(3197), - [anon_sym_fn] = ACTIONS(3199), - [anon_sym_for] = ACTIONS(1104), - [anon_sym_gen] = ACTIONS(3201), - [anon_sym_impl] = ACTIONS(3203), - [anon_sym_union] = ACTIONS(3201), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(3205), - [anon_sym_raw] = ACTIONS(3201), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(3209), - [sym_super] = ACTIONS(3209), - [sym_crate] = ACTIONS(3209), - [sym_metavariable] = ACTIONS(3211), - }, - [STATE(951)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2490), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), - [sym_line_comment] = STATE(951), - [sym_block_comment] = STATE(951), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -108738,23 +108524,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -108763,112 +108549,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1650), [sym_metavariable] = ACTIONS(1652), }, - [STATE(952)] = { - [sym_function_modifiers] = STATE(3644), - [sym_removed_trait_bound] = STATE(1782), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(1825), - [sym_bracketed_type] = STATE(3704), - [sym_lifetime] = STATE(3802), - [sym_array_type] = STATE(1782), - [sym_for_lifetimes] = STATE(1603), - [sym_function_type] = STATE(1782), - [sym_tuple_type] = STATE(1782), - [sym_unit_type] = STATE(1782), - [sym_generic_type] = STATE(1716), - [sym_generic_type_with_turbofish] = STATE(3695), - [sym_bounded_type] = STATE(1782), - [sym_use_bounds] = STATE(3802), - [sym_reference_type] = STATE(1782), - [sym_pointer_type] = STATE(1782), - [sym_never_type] = STATE(1782), - [sym_abstract_type] = STATE(1782), - [sym_dynamic_type] = STATE(1782), - [sym_macro_invocation] = STATE(1782), - [sym_scoped_identifier] = STATE(3436), - [sym_scoped_type_identifier] = STATE(1625), - [sym_line_comment] = STATE(952), - [sym_block_comment] = STATE(952), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3177), - [anon_sym_LPAREN] = ACTIONS(3179), - [anon_sym_LBRACK] = ACTIONS(3181), - [anon_sym_STAR] = ACTIONS(3185), - [anon_sym_QMARK] = ACTIONS(3187), - [anon_sym_u8] = ACTIONS(3189), - [anon_sym_i8] = ACTIONS(3189), - [anon_sym_u16] = ACTIONS(3189), - [anon_sym_i16] = ACTIONS(3189), - [anon_sym_u32] = ACTIONS(3189), - [anon_sym_i32] = ACTIONS(3189), - [anon_sym_u64] = ACTIONS(3189), - [anon_sym_i64] = ACTIONS(3189), - [anon_sym_u128] = ACTIONS(3189), - [anon_sym_i128] = ACTIONS(3189), - [anon_sym_isize] = ACTIONS(3189), - [anon_sym_usize] = ACTIONS(3189), - [anon_sym_f32] = ACTIONS(3189), - [anon_sym_f64] = ACTIONS(3189), - [anon_sym_bool] = ACTIONS(3189), - [anon_sym_str] = ACTIONS(3189), - [anon_sym_char] = ACTIONS(3189), - [anon_sym_BANG] = ACTIONS(3191), - [anon_sym_AMP] = ACTIONS(3193), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3195), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), - [anon_sym_default] = ACTIONS(3197), - [anon_sym_fn] = ACTIONS(3199), - [anon_sym_for] = ACTIONS(1104), - [anon_sym_gen] = ACTIONS(3201), - [anon_sym_impl] = ACTIONS(3203), - [anon_sym_union] = ACTIONS(3201), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(3205), - [anon_sym_raw] = ACTIONS(3201), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(3209), - [sym_super] = ACTIONS(3209), - [sym_crate] = ACTIONS(3209), - [sym_metavariable] = ACTIONS(3211), - }, - [STATE(953)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2867), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), - [sym_line_comment] = STATE(953), - [sym_block_comment] = STATE(953), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [STATE(948)] = { + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2825), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), + [sym_line_comment] = STATE(948), + [sym_block_comment] = STATE(948), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -108886,23 +108598,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -108911,38 +108623,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1650), [sym_metavariable] = ACTIONS(1652), }, - [STATE(954)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2292), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), - [sym_line_comment] = STATE(954), - [sym_block_comment] = STATE(954), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [STATE(949)] = { + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2309), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), + [sym_line_comment] = STATE(949), + [sym_block_comment] = STATE(949), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -108960,23 +108672,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -108985,38 +108697,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1650), [sym_metavariable] = ACTIONS(1652), }, - [STATE(955)] = { - [sym_function_modifiers] = STATE(3661), - [sym_removed_trait_bound] = STATE(2089), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(3584), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3584), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1606), - [sym_function_type] = STATE(2089), - [sym_tuple_type] = STATE(2089), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2056), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2089), - [sym_use_bounds] = STATE(3584), - [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(3335), - [sym_scoped_type_identifier] = STATE(2263), - [sym_line_comment] = STATE(955), - [sym_block_comment] = STATE(955), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3355), + [STATE(950)] = { + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2508), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), + [sym_line_comment] = STATE(950), + [sym_block_comment] = STATE(950), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1626), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -109034,23 +108746,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1640), - [anon_sym_for] = ACTIONS(3357), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -109059,112 +108771,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1650), [sym_metavariable] = ACTIONS(1652), }, - [STATE(956)] = { - [sym_function_modifiers] = STATE(3644), - [sym_removed_trait_bound] = STATE(1782), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(1929), - [sym_bracketed_type] = STATE(3704), - [sym_lifetime] = STATE(3802), - [sym_array_type] = STATE(1782), - [sym_for_lifetimes] = STATE(1603), - [sym_function_type] = STATE(1782), - [sym_tuple_type] = STATE(1782), - [sym_unit_type] = STATE(1782), - [sym_generic_type] = STATE(1716), - [sym_generic_type_with_turbofish] = STATE(3695), - [sym_bounded_type] = STATE(1782), - [sym_use_bounds] = STATE(3802), - [sym_reference_type] = STATE(1782), - [sym_pointer_type] = STATE(1782), - [sym_never_type] = STATE(1782), - [sym_abstract_type] = STATE(1782), - [sym_dynamic_type] = STATE(1782), - [sym_macro_invocation] = STATE(1782), - [sym_scoped_identifier] = STATE(3436), - [sym_scoped_type_identifier] = STATE(1625), - [sym_line_comment] = STATE(956), - [sym_block_comment] = STATE(956), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3177), - [anon_sym_LPAREN] = ACTIONS(3179), - [anon_sym_LBRACK] = ACTIONS(3181), - [anon_sym_STAR] = ACTIONS(3185), - [anon_sym_QMARK] = ACTIONS(3187), - [anon_sym_u8] = ACTIONS(3189), - [anon_sym_i8] = ACTIONS(3189), - [anon_sym_u16] = ACTIONS(3189), - [anon_sym_i16] = ACTIONS(3189), - [anon_sym_u32] = ACTIONS(3189), - [anon_sym_i32] = ACTIONS(3189), - [anon_sym_u64] = ACTIONS(3189), - [anon_sym_i64] = ACTIONS(3189), - [anon_sym_u128] = ACTIONS(3189), - [anon_sym_i128] = ACTIONS(3189), - [anon_sym_isize] = ACTIONS(3189), - [anon_sym_usize] = ACTIONS(3189), - [anon_sym_f32] = ACTIONS(3189), - [anon_sym_f64] = ACTIONS(3189), - [anon_sym_bool] = ACTIONS(3189), - [anon_sym_str] = ACTIONS(3189), - [anon_sym_char] = ACTIONS(3189), - [anon_sym_BANG] = ACTIONS(3191), - [anon_sym_AMP] = ACTIONS(3193), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3195), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), - [anon_sym_default] = ACTIONS(3197), - [anon_sym_fn] = ACTIONS(3199), - [anon_sym_for] = ACTIONS(1104), - [anon_sym_gen] = ACTIONS(3201), - [anon_sym_impl] = ACTIONS(3203), - [anon_sym_union] = ACTIONS(3201), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(3205), - [anon_sym_raw] = ACTIONS(3201), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(3209), - [sym_super] = ACTIONS(3209), - [sym_crate] = ACTIONS(3209), - [sym_metavariable] = ACTIONS(3211), - }, - [STATE(957)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2491), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), - [sym_line_comment] = STATE(957), - [sym_block_comment] = STATE(957), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [STATE(951)] = { + [sym_function_modifiers] = STATE(3541), + [sym_removed_trait_bound] = STATE(2082), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(3591), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3591), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1610), + [sym_function_type] = STATE(2082), + [sym_tuple_type] = STATE(2082), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2050), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2082), + [sym_use_bounds] = STATE(3591), + [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(3394), + [sym_scoped_type_identifier] = STATE(2279), + [sym_line_comment] = STATE(951), + [sym_block_comment] = STATE(951), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3331), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1626), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -109182,23 +108820,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1640), + [anon_sym_for] = ACTIONS(3333), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -109207,186 +108845,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1650), [sym_metavariable] = ACTIONS(1652), }, - [STATE(958)] = { - [sym_function_modifiers] = STATE(3644), - [sym_removed_trait_bound] = STATE(1782), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(1932), - [sym_bracketed_type] = STATE(3704), - [sym_lifetime] = STATE(3802), - [sym_array_type] = STATE(1782), - [sym_for_lifetimes] = STATE(1603), - [sym_function_type] = STATE(1782), - [sym_tuple_type] = STATE(1782), - [sym_unit_type] = STATE(1782), - [sym_generic_type] = STATE(1716), - [sym_generic_type_with_turbofish] = STATE(3695), - [sym_bounded_type] = STATE(1782), - [sym_use_bounds] = STATE(3802), - [sym_reference_type] = STATE(1782), - [sym_pointer_type] = STATE(1782), - [sym_never_type] = STATE(1782), - [sym_abstract_type] = STATE(1782), - [sym_dynamic_type] = STATE(1782), - [sym_macro_invocation] = STATE(1782), - [sym_scoped_identifier] = STATE(3436), - [sym_scoped_type_identifier] = STATE(1625), - [sym_line_comment] = STATE(958), - [sym_block_comment] = STATE(958), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3177), - [anon_sym_LPAREN] = ACTIONS(3179), - [anon_sym_LBRACK] = ACTIONS(3181), - [anon_sym_STAR] = ACTIONS(3185), - [anon_sym_QMARK] = ACTIONS(3187), - [anon_sym_u8] = ACTIONS(3189), - [anon_sym_i8] = ACTIONS(3189), - [anon_sym_u16] = ACTIONS(3189), - [anon_sym_i16] = ACTIONS(3189), - [anon_sym_u32] = ACTIONS(3189), - [anon_sym_i32] = ACTIONS(3189), - [anon_sym_u64] = ACTIONS(3189), - [anon_sym_i64] = ACTIONS(3189), - [anon_sym_u128] = ACTIONS(3189), - [anon_sym_i128] = ACTIONS(3189), - [anon_sym_isize] = ACTIONS(3189), - [anon_sym_usize] = ACTIONS(3189), - [anon_sym_f32] = ACTIONS(3189), - [anon_sym_f64] = ACTIONS(3189), - [anon_sym_bool] = ACTIONS(3189), - [anon_sym_str] = ACTIONS(3189), - [anon_sym_char] = ACTIONS(3189), - [anon_sym_BANG] = ACTIONS(3191), - [anon_sym_AMP] = ACTIONS(3193), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3195), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), - [anon_sym_default] = ACTIONS(3197), - [anon_sym_fn] = ACTIONS(3199), - [anon_sym_for] = ACTIONS(1104), - [anon_sym_gen] = ACTIONS(3201), - [anon_sym_impl] = ACTIONS(3203), - [anon_sym_union] = ACTIONS(3201), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(3205), - [anon_sym_raw] = ACTIONS(3201), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(3209), - [sym_super] = ACTIONS(3209), - [sym_crate] = ACTIONS(3209), - [sym_metavariable] = ACTIONS(3211), - }, - [STATE(959)] = { - [sym_function_modifiers] = STATE(3644), - [sym_removed_trait_bound] = STATE(1782), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(1933), - [sym_bracketed_type] = STATE(3704), - [sym_lifetime] = STATE(3802), - [sym_array_type] = STATE(1782), - [sym_for_lifetimes] = STATE(1603), - [sym_function_type] = STATE(1782), - [sym_tuple_type] = STATE(1782), - [sym_unit_type] = STATE(1782), - [sym_generic_type] = STATE(1716), - [sym_generic_type_with_turbofish] = STATE(3695), - [sym_bounded_type] = STATE(1782), - [sym_use_bounds] = STATE(3802), - [sym_reference_type] = STATE(1782), - [sym_pointer_type] = STATE(1782), - [sym_never_type] = STATE(1782), - [sym_abstract_type] = STATE(1782), - [sym_dynamic_type] = STATE(1782), - [sym_macro_invocation] = STATE(1782), - [sym_scoped_identifier] = STATE(3436), - [sym_scoped_type_identifier] = STATE(1625), - [sym_line_comment] = STATE(959), - [sym_block_comment] = STATE(959), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3177), - [anon_sym_LPAREN] = ACTIONS(3179), - [anon_sym_LBRACK] = ACTIONS(3181), - [anon_sym_STAR] = ACTIONS(3185), - [anon_sym_QMARK] = ACTIONS(3187), - [anon_sym_u8] = ACTIONS(3189), - [anon_sym_i8] = ACTIONS(3189), - [anon_sym_u16] = ACTIONS(3189), - [anon_sym_i16] = ACTIONS(3189), - [anon_sym_u32] = ACTIONS(3189), - [anon_sym_i32] = ACTIONS(3189), - [anon_sym_u64] = ACTIONS(3189), - [anon_sym_i64] = ACTIONS(3189), - [anon_sym_u128] = ACTIONS(3189), - [anon_sym_i128] = ACTIONS(3189), - [anon_sym_isize] = ACTIONS(3189), - [anon_sym_usize] = ACTIONS(3189), - [anon_sym_f32] = ACTIONS(3189), - [anon_sym_f64] = ACTIONS(3189), - [anon_sym_bool] = ACTIONS(3189), - [anon_sym_str] = ACTIONS(3189), - [anon_sym_char] = ACTIONS(3189), - [anon_sym_BANG] = ACTIONS(3191), - [anon_sym_AMP] = ACTIONS(3193), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3195), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), - [anon_sym_default] = ACTIONS(3197), - [anon_sym_fn] = ACTIONS(3199), - [anon_sym_for] = ACTIONS(1104), - [anon_sym_gen] = ACTIONS(3201), - [anon_sym_impl] = ACTIONS(3203), - [anon_sym_union] = ACTIONS(3201), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(3205), - [anon_sym_raw] = ACTIONS(3201), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(3209), - [sym_super] = ACTIONS(3209), - [sym_crate] = ACTIONS(3209), - [sym_metavariable] = ACTIONS(3211), - }, - [STATE(960)] = { - [sym_function_modifiers] = STATE(3661), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2086), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3584), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1606), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3584), - [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(3335), - [sym_scoped_type_identifier] = STATE(2278), - [sym_line_comment] = STATE(960), - [sym_block_comment] = STATE(960), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3171), + [STATE(952)] = { + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2485), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), + [sym_line_comment] = STATE(952), + [sym_block_comment] = STATE(952), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1624), - [anon_sym_QMARK] = ACTIONS(1626), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -109404,23 +108894,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(1630), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1640), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1644), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1646), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -109429,38 +108919,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1650), [sym_metavariable] = ACTIONS(1652), }, - [STATE(961)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(3124), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), - [sym_line_comment] = STATE(961), - [sym_block_comment] = STATE(961), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [STATE(953)] = { + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2488), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), + [sym_line_comment] = STATE(953), + [sym_block_comment] = STATE(953), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -109478,23 +108968,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -109503,38 +108993,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1650), [sym_metavariable] = ACTIONS(1652), }, - [STATE(962)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2510), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2503), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2258), - [sym_line_comment] = STATE(962), - [sym_block_comment] = STATE(962), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3359), + [STATE(954)] = { + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(3067), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), + [sym_line_comment] = STATE(954), + [sym_block_comment] = STATE(954), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -109552,23 +109042,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(3361), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -109577,38 +109067,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1650), [sym_metavariable] = ACTIONS(1652), }, - [STATE(963)] = { - [sym_function_modifiers] = STATE(3661), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(3255), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3584), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1606), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3584), - [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(3335), - [sym_scoped_type_identifier] = STATE(2278), - [sym_line_comment] = STATE(963), - [sym_block_comment] = STATE(963), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3171), + [STATE(955)] = { + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(3150), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), + [sym_line_comment] = STATE(955), + [sym_block_comment] = STATE(955), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1624), - [anon_sym_QMARK] = ACTIONS(1626), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -109626,23 +109116,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(1630), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1640), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1644), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1646), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -109651,38 +109141,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1650), [sym_metavariable] = ACTIONS(1652), }, - [STATE(964)] = { - [sym_function_modifiers] = STATE(3661), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(3256), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3584), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1606), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3584), - [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(3335), - [sym_scoped_type_identifier] = STATE(2278), - [sym_line_comment] = STATE(964), - [sym_block_comment] = STATE(964), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3171), + [STATE(956)] = { + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2447), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), + [sym_line_comment] = STATE(956), + [sym_block_comment] = STATE(956), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1624), - [anon_sym_QMARK] = ACTIONS(1626), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -109700,23 +109190,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(1630), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1640), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1644), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1646), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -109725,38 +109215,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1650), [sym_metavariable] = ACTIONS(1652), }, - [STATE(965)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2514), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), - [sym_line_comment] = STATE(965), - [sym_block_comment] = STATE(965), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [STATE(957)] = { + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(3130), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), + [sym_line_comment] = STATE(957), + [sym_block_comment] = STATE(957), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -109774,23 +109264,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -109799,112 +109289,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1650), [sym_metavariable] = ACTIONS(1652), }, - [STATE(966)] = { - [sym_function_modifiers] = STATE(3775), - [sym_removed_trait_bound] = STATE(1530), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(1503), - [sym_bracketed_type] = STATE(3687), - [sym_lifetime] = STATE(1503), - [sym_array_type] = STATE(1530), - [sym_for_lifetimes] = STATE(1618), - [sym_function_type] = STATE(1530), - [sym_tuple_type] = STATE(1530), - [sym_unit_type] = STATE(1530), - [sym_generic_type] = STATE(1422), - [sym_generic_type_with_turbofish] = STATE(3817), - [sym_bounded_type] = STATE(1530), - [sym_use_bounds] = STATE(1503), - [sym_reference_type] = STATE(1530), - [sym_pointer_type] = STATE(1530), - [sym_never_type] = STATE(1530), - [sym_abstract_type] = STATE(1530), - [sym_dynamic_type] = STATE(1530), - [sym_macro_invocation] = STATE(1530), - [sym_scoped_identifier] = STATE(3346), - [sym_scoped_type_identifier] = STATE(1093), - [sym_line_comment] = STATE(966), - [sym_block_comment] = STATE(966), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3223), - [anon_sym_LPAREN] = ACTIONS(3225), - [anon_sym_LBRACK] = ACTIONS(3227), - [anon_sym_STAR] = ACTIONS(3231), - [anon_sym_QMARK] = ACTIONS(3233), - [anon_sym_u8] = ACTIONS(3235), - [anon_sym_i8] = ACTIONS(3235), - [anon_sym_u16] = ACTIONS(3235), - [anon_sym_i16] = ACTIONS(3235), - [anon_sym_u32] = ACTIONS(3235), - [anon_sym_i32] = ACTIONS(3235), - [anon_sym_u64] = ACTIONS(3235), - [anon_sym_i64] = ACTIONS(3235), - [anon_sym_u128] = ACTIONS(3235), - [anon_sym_i128] = ACTIONS(3235), - [anon_sym_isize] = ACTIONS(3235), - [anon_sym_usize] = ACTIONS(3235), - [anon_sym_f32] = ACTIONS(3235), - [anon_sym_f64] = ACTIONS(3235), - [anon_sym_bool] = ACTIONS(3235), - [anon_sym_str] = ACTIONS(3235), - [anon_sym_char] = ACTIONS(3235), - [anon_sym_BANG] = ACTIONS(3237), - [anon_sym_AMP] = ACTIONS(3239), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3241), - [anon_sym_SQUOTE] = ACTIONS(3363), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), - [anon_sym_default] = ACTIONS(3243), - [anon_sym_fn] = ACTIONS(3245), - [anon_sym_for] = ACTIONS(1104), - [anon_sym_gen] = ACTIONS(3247), - [anon_sym_impl] = ACTIONS(3249), - [anon_sym_union] = ACTIONS(3247), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(3365), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(3251), - [anon_sym_raw] = ACTIONS(3247), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(3255), - [sym_super] = ACTIONS(3255), - [sym_crate] = ACTIONS(3255), - [sym_metavariable] = ACTIONS(3257), - }, - [STATE(967)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2972), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), - [sym_line_comment] = STATE(967), - [sym_block_comment] = STATE(967), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [STATE(958)] = { + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2827), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), + [sym_line_comment] = STATE(958), + [sym_block_comment] = STATE(958), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -109922,23 +109338,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -109947,112 +109363,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1650), [sym_metavariable] = ACTIONS(1652), }, - [STATE(968)] = { - [sym_function_modifiers] = STATE(3775), - [sym_removed_trait_bound] = STATE(1542), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(3537), - [sym_bracketed_type] = STATE(3687), - [sym_lifetime] = STATE(3537), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1618), - [sym_function_type] = STATE(1542), - [sym_tuple_type] = STATE(1542), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(1406), - [sym_generic_type_with_turbofish] = STATE(3817), - [sym_bounded_type] = STATE(1542), - [sym_use_bounds] = STATE(3537), - [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(3425), - [sym_scoped_type_identifier] = STATE(1094), - [sym_line_comment] = STATE(968), - [sym_block_comment] = STATE(968), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3367), - [anon_sym_LPAREN] = ACTIONS(3343), - [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(3233), - [anon_sym_u8] = ACTIONS(3345), - [anon_sym_i8] = ACTIONS(3345), - [anon_sym_u16] = ACTIONS(3345), - [anon_sym_i16] = ACTIONS(3345), - [anon_sym_u32] = ACTIONS(3345), - [anon_sym_i32] = ACTIONS(3345), - [anon_sym_u64] = ACTIONS(3345), - [anon_sym_i64] = ACTIONS(3345), - [anon_sym_u128] = ACTIONS(3345), - [anon_sym_i128] = ACTIONS(3345), - [anon_sym_isize] = ACTIONS(3345), - [anon_sym_usize] = ACTIONS(3345), - [anon_sym_f32] = ACTIONS(3345), - [anon_sym_f64] = ACTIONS(3345), - [anon_sym_bool] = ACTIONS(3345), - [anon_sym_str] = ACTIONS(3345), - [anon_sym_char] = ACTIONS(3345), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3241), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), - [anon_sym_default] = ACTIONS(3347), - [anon_sym_fn] = ACTIONS(3245), - [anon_sym_for] = ACTIONS(1104), - [anon_sym_gen] = ACTIONS(3351), - [anon_sym_impl] = ACTIONS(1108), - [anon_sym_union] = ACTIONS(3351), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), - [anon_sym_raw] = ACTIONS(3351), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(3255), - [sym_super] = ACTIONS(3255), - [sym_crate] = ACTIONS(3255), - [sym_metavariable] = ACTIONS(3353), - }, - [STATE(969)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2086), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), - [sym_line_comment] = STATE(969), - [sym_block_comment] = STATE(969), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [STATE(959)] = { + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2487), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), + [sym_line_comment] = STATE(959), + [sym_block_comment] = STATE(959), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -110070,23 +109412,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -110095,38 +109437,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1650), [sym_metavariable] = ACTIONS(1652), }, - [STATE(970)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2492), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), - [sym_line_comment] = STATE(970), - [sym_block_comment] = STATE(970), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [STATE(960)] = { + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2483), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), + [sym_line_comment] = STATE(960), + [sym_block_comment] = STATE(960), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -110144,23 +109486,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -110169,38 +109511,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1650), [sym_metavariable] = ACTIONS(1652), }, - [STATE(971)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2520), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), - [sym_line_comment] = STATE(971), - [sym_block_comment] = STATE(971), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [STATE(961)] = { + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2504), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), + [sym_line_comment] = STATE(961), + [sym_block_comment] = STATE(961), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -110218,23 +109560,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -110243,38 +109585,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1650), [sym_metavariable] = ACTIONS(1652), }, - [STATE(972)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2896), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), - [sym_line_comment] = STATE(972), - [sym_block_comment] = STATE(972), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [STATE(962)] = { + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2408), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), + [sym_line_comment] = STATE(962), + [sym_block_comment] = STATE(962), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -110292,23 +109634,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -110317,38 +109659,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1650), [sym_metavariable] = ACTIONS(1652), }, - [STATE(973)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2816), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), - [sym_line_comment] = STATE(973), - [sym_block_comment] = STATE(973), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [STATE(963)] = { + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2452), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), + [sym_line_comment] = STATE(963), + [sym_block_comment] = STATE(963), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -110366,23 +109708,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -110391,38 +109733,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1650), [sym_metavariable] = ACTIONS(1652), }, - [STATE(974)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2480), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), - [sym_line_comment] = STATE(974), - [sym_block_comment] = STATE(974), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [STATE(964)] = { + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2462), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), + [sym_line_comment] = STATE(964), + [sym_block_comment] = STATE(964), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -110440,23 +109782,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -110465,38 +109807,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1650), [sym_metavariable] = ACTIONS(1652), }, - [STATE(975)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2483), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), - [sym_line_comment] = STATE(975), - [sym_block_comment] = STATE(975), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [STATE(965)] = { + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2082), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(3762), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2082), + [sym_tuple_type] = STATE(2082), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2050), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2082), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2037), + [sym_line_comment] = STATE(965), + [sym_block_comment] = STATE(965), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3335), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -110514,23 +109856,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(3337), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -110539,38 +109881,186 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1650), [sym_metavariable] = ACTIONS(1652), }, - [STATE(976)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2770), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), - [sym_line_comment] = STATE(976), - [sym_block_comment] = STATE(976), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [STATE(966)] = { + [sym_function_modifiers] = STATE(3761), + [sym_removed_trait_bound] = STATE(1498), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(1466), + [sym_bracketed_type] = STATE(3687), + [sym_lifetime] = STATE(3522), + [sym_array_type] = STATE(1498), + [sym_for_lifetimes] = STATE(1621), + [sym_function_type] = STATE(1498), + [sym_tuple_type] = STATE(1498), + [sym_unit_type] = STATE(1498), + [sym_generic_type] = STATE(1406), + [sym_generic_type_with_turbofish] = STATE(3819), + [sym_bounded_type] = STATE(1498), + [sym_use_bounds] = STATE(3522), + [sym_reference_type] = STATE(1498), + [sym_pointer_type] = STATE(1498), + [sym_never_type] = STATE(1498), + [sym_abstract_type] = STATE(1498), + [sym_dynamic_type] = STATE(1498), + [sym_macro_invocation] = STATE(1498), + [sym_scoped_identifier] = STATE(3362), + [sym_scoped_type_identifier] = STATE(1106), + [sym_line_comment] = STATE(966), + [sym_block_comment] = STATE(966), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3215), + [anon_sym_LPAREN] = ACTIONS(3217), + [anon_sym_LBRACK] = ACTIONS(3219), + [anon_sym_STAR] = ACTIONS(3223), + [anon_sym_QMARK] = ACTIONS(3225), + [anon_sym_u8] = ACTIONS(3227), + [anon_sym_i8] = ACTIONS(3227), + [anon_sym_u16] = ACTIONS(3227), + [anon_sym_i16] = ACTIONS(3227), + [anon_sym_u32] = ACTIONS(3227), + [anon_sym_i32] = ACTIONS(3227), + [anon_sym_u64] = ACTIONS(3227), + [anon_sym_i64] = ACTIONS(3227), + [anon_sym_u128] = ACTIONS(3227), + [anon_sym_i128] = ACTIONS(3227), + [anon_sym_isize] = ACTIONS(3227), + [anon_sym_usize] = ACTIONS(3227), + [anon_sym_f32] = ACTIONS(3227), + [anon_sym_f64] = ACTIONS(3227), + [anon_sym_bool] = ACTIONS(3227), + [anon_sym_str] = ACTIONS(3227), + [anon_sym_char] = ACTIONS(3227), + [anon_sym_BANG] = ACTIONS(3229), + [anon_sym_AMP] = ACTIONS(3231), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3233), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), + [anon_sym_default] = ACTIONS(3235), + [anon_sym_fn] = ACTIONS(3237), + [anon_sym_for] = ACTIONS(1156), + [anon_sym_gen] = ACTIONS(3239), + [anon_sym_impl] = ACTIONS(3241), + [anon_sym_union] = ACTIONS(3239), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(3243), + [anon_sym_raw] = ACTIONS(3239), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(3247), + [sym_super] = ACTIONS(3247), + [sym_crate] = ACTIONS(3247), + [sym_metavariable] = ACTIONS(3249), + }, + [STATE(967)] = { + [sym_function_modifiers] = STATE(3761), + [sym_removed_trait_bound] = STATE(1498), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(1467), + [sym_bracketed_type] = STATE(3687), + [sym_lifetime] = STATE(3522), + [sym_array_type] = STATE(1498), + [sym_for_lifetimes] = STATE(1621), + [sym_function_type] = STATE(1498), + [sym_tuple_type] = STATE(1498), + [sym_unit_type] = STATE(1498), + [sym_generic_type] = STATE(1406), + [sym_generic_type_with_turbofish] = STATE(3819), + [sym_bounded_type] = STATE(1498), + [sym_use_bounds] = STATE(3522), + [sym_reference_type] = STATE(1498), + [sym_pointer_type] = STATE(1498), + [sym_never_type] = STATE(1498), + [sym_abstract_type] = STATE(1498), + [sym_dynamic_type] = STATE(1498), + [sym_macro_invocation] = STATE(1498), + [sym_scoped_identifier] = STATE(3362), + [sym_scoped_type_identifier] = STATE(1106), + [sym_line_comment] = STATE(967), + [sym_block_comment] = STATE(967), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3215), + [anon_sym_LPAREN] = ACTIONS(3217), + [anon_sym_LBRACK] = ACTIONS(3219), + [anon_sym_STAR] = ACTIONS(3223), + [anon_sym_QMARK] = ACTIONS(3225), + [anon_sym_u8] = ACTIONS(3227), + [anon_sym_i8] = ACTIONS(3227), + [anon_sym_u16] = ACTIONS(3227), + [anon_sym_i16] = ACTIONS(3227), + [anon_sym_u32] = ACTIONS(3227), + [anon_sym_i32] = ACTIONS(3227), + [anon_sym_u64] = ACTIONS(3227), + [anon_sym_i64] = ACTIONS(3227), + [anon_sym_u128] = ACTIONS(3227), + [anon_sym_i128] = ACTIONS(3227), + [anon_sym_isize] = ACTIONS(3227), + [anon_sym_usize] = ACTIONS(3227), + [anon_sym_f32] = ACTIONS(3227), + [anon_sym_f64] = ACTIONS(3227), + [anon_sym_bool] = ACTIONS(3227), + [anon_sym_str] = ACTIONS(3227), + [anon_sym_char] = ACTIONS(3227), + [anon_sym_BANG] = ACTIONS(3229), + [anon_sym_AMP] = ACTIONS(3231), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3233), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), + [anon_sym_default] = ACTIONS(3235), + [anon_sym_fn] = ACTIONS(3237), + [anon_sym_for] = ACTIONS(1156), + [anon_sym_gen] = ACTIONS(3239), + [anon_sym_impl] = ACTIONS(3241), + [anon_sym_union] = ACTIONS(3239), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(3243), + [anon_sym_raw] = ACTIONS(3239), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(3247), + [sym_super] = ACTIONS(3247), + [sym_crate] = ACTIONS(3247), + [sym_metavariable] = ACTIONS(3249), + }, + [STATE(968)] = { + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2464), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), + [sym_line_comment] = STATE(968), + [sym_block_comment] = STATE(968), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -110588,23 +110078,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -110613,38 +110103,112 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1650), [sym_metavariable] = ACTIONS(1652), }, - [STATE(977)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2091), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(2091), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(2091), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), - [sym_line_comment] = STATE(977), - [sym_block_comment] = STATE(977), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [STATE(969)] = { + [sym_function_modifiers] = STATE(3761), + [sym_removed_trait_bound] = STATE(1498), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(1471), + [sym_bracketed_type] = STATE(3687), + [sym_lifetime] = STATE(1471), + [sym_array_type] = STATE(1498), + [sym_for_lifetimes] = STATE(1621), + [sym_function_type] = STATE(1498), + [sym_tuple_type] = STATE(1498), + [sym_unit_type] = STATE(1498), + [sym_generic_type] = STATE(1406), + [sym_generic_type_with_turbofish] = STATE(3819), + [sym_bounded_type] = STATE(1498), + [sym_use_bounds] = STATE(1471), + [sym_reference_type] = STATE(1498), + [sym_pointer_type] = STATE(1498), + [sym_never_type] = STATE(1498), + [sym_abstract_type] = STATE(1498), + [sym_dynamic_type] = STATE(1498), + [sym_macro_invocation] = STATE(1498), + [sym_scoped_identifier] = STATE(3362), + [sym_scoped_type_identifier] = STATE(1106), + [sym_line_comment] = STATE(969), + [sym_block_comment] = STATE(969), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3215), + [anon_sym_LPAREN] = ACTIONS(3217), + [anon_sym_LBRACK] = ACTIONS(3219), + [anon_sym_STAR] = ACTIONS(3223), + [anon_sym_QMARK] = ACTIONS(3225), + [anon_sym_u8] = ACTIONS(3227), + [anon_sym_i8] = ACTIONS(3227), + [anon_sym_u16] = ACTIONS(3227), + [anon_sym_i16] = ACTIONS(3227), + [anon_sym_u32] = ACTIONS(3227), + [anon_sym_i32] = ACTIONS(3227), + [anon_sym_u64] = ACTIONS(3227), + [anon_sym_i64] = ACTIONS(3227), + [anon_sym_u128] = ACTIONS(3227), + [anon_sym_i128] = ACTIONS(3227), + [anon_sym_isize] = ACTIONS(3227), + [anon_sym_usize] = ACTIONS(3227), + [anon_sym_f32] = ACTIONS(3227), + [anon_sym_f64] = ACTIONS(3227), + [anon_sym_bool] = ACTIONS(3227), + [anon_sym_str] = ACTIONS(3227), + [anon_sym_char] = ACTIONS(3227), + [anon_sym_BANG] = ACTIONS(3229), + [anon_sym_AMP] = ACTIONS(3231), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3233), + [anon_sym_SQUOTE] = ACTIONS(3339), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), + [anon_sym_default] = ACTIONS(3235), + [anon_sym_fn] = ACTIONS(3237), + [anon_sym_for] = ACTIONS(1156), + [anon_sym_gen] = ACTIONS(3239), + [anon_sym_impl] = ACTIONS(3241), + [anon_sym_union] = ACTIONS(3239), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(3341), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(3243), + [anon_sym_raw] = ACTIONS(3239), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(3247), + [sym_super] = ACTIONS(3247), + [sym_crate] = ACTIONS(3247), + [sym_metavariable] = ACTIONS(3249), + }, + [STATE(970)] = { + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2431), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), + [sym_line_comment] = STATE(970), + [sym_block_comment] = STATE(970), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -110662,23 +110226,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -110687,38 +110251,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1650), [sym_metavariable] = ACTIONS(1652), }, - [STATE(978)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2910), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), - [sym_line_comment] = STATE(978), - [sym_block_comment] = STATE(978), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [STATE(971)] = { + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2865), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), + [sym_line_comment] = STATE(971), + [sym_block_comment] = STATE(971), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -110736,23 +110300,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -110761,38 +110325,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1650), [sym_metavariable] = ACTIONS(1652), }, - [STATE(979)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2787), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), - [sym_line_comment] = STATE(979), - [sym_block_comment] = STATE(979), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [STATE(972)] = { + [sym_function_modifiers] = STATE(3541), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2067), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3591), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1610), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3591), + [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(3394), + [sym_scoped_type_identifier] = STATE(2240), + [sym_line_comment] = STATE(972), + [sym_block_comment] = STATE(972), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3251), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1624), + [anon_sym_QMARK] = ACTIONS(1626), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -110810,23 +110374,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(1630), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1640), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1644), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1646), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -110835,38 +110399,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1650), [sym_metavariable] = ACTIONS(1652), }, - [STATE(980)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2484), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2506), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2265), - [sym_line_comment] = STATE(980), - [sym_block_comment] = STATE(980), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3369), + [STATE(973)] = { + [sym_function_modifiers] = STATE(3541), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2068), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3591), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1610), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3591), + [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(3394), + [sym_scoped_type_identifier] = STATE(2240), + [sym_line_comment] = STATE(973), + [sym_block_comment] = STATE(973), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3251), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1624), + [anon_sym_QMARK] = ACTIONS(1626), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -110884,23 +110448,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(3371), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(1630), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1640), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1644), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1646), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -110909,112 +110473,260 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1650), [sym_metavariable] = ACTIONS(1652), }, - [STATE(981)] = { - [sym_function_modifiers] = STATE(3644), - [sym_removed_trait_bound] = STATE(1782), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(1940), + [STATE(974)] = { + [sym_function_modifiers] = STATE(3761), + [sym_removed_trait_bound] = STATE(1498), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(1444), + [sym_bracketed_type] = STATE(3687), + [sym_lifetime] = STATE(3522), + [sym_array_type] = STATE(1498), + [sym_for_lifetimes] = STATE(1621), + [sym_function_type] = STATE(1498), + [sym_tuple_type] = STATE(1498), + [sym_unit_type] = STATE(1498), + [sym_generic_type] = STATE(1406), + [sym_generic_type_with_turbofish] = STATE(3819), + [sym_bounded_type] = STATE(1498), + [sym_use_bounds] = STATE(3522), + [sym_reference_type] = STATE(1498), + [sym_pointer_type] = STATE(1498), + [sym_never_type] = STATE(1498), + [sym_abstract_type] = STATE(1498), + [sym_dynamic_type] = STATE(1498), + [sym_macro_invocation] = STATE(1498), + [sym_scoped_identifier] = STATE(3362), + [sym_scoped_type_identifier] = STATE(1106), + [sym_line_comment] = STATE(974), + [sym_block_comment] = STATE(974), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3215), + [anon_sym_LPAREN] = ACTIONS(3217), + [anon_sym_LBRACK] = ACTIONS(3219), + [anon_sym_STAR] = ACTIONS(3223), + [anon_sym_QMARK] = ACTIONS(3225), + [anon_sym_u8] = ACTIONS(3227), + [anon_sym_i8] = ACTIONS(3227), + [anon_sym_u16] = ACTIONS(3227), + [anon_sym_i16] = ACTIONS(3227), + [anon_sym_u32] = ACTIONS(3227), + [anon_sym_i32] = ACTIONS(3227), + [anon_sym_u64] = ACTIONS(3227), + [anon_sym_i64] = ACTIONS(3227), + [anon_sym_u128] = ACTIONS(3227), + [anon_sym_i128] = ACTIONS(3227), + [anon_sym_isize] = ACTIONS(3227), + [anon_sym_usize] = ACTIONS(3227), + [anon_sym_f32] = ACTIONS(3227), + [anon_sym_f64] = ACTIONS(3227), + [anon_sym_bool] = ACTIONS(3227), + [anon_sym_str] = ACTIONS(3227), + [anon_sym_char] = ACTIONS(3227), + [anon_sym_BANG] = ACTIONS(3229), + [anon_sym_AMP] = ACTIONS(3231), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3233), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), + [anon_sym_default] = ACTIONS(3235), + [anon_sym_fn] = ACTIONS(3237), + [anon_sym_for] = ACTIONS(1156), + [anon_sym_gen] = ACTIONS(3239), + [anon_sym_impl] = ACTIONS(3241), + [anon_sym_union] = ACTIONS(3239), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(3243), + [anon_sym_raw] = ACTIONS(3239), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(3247), + [sym_super] = ACTIONS(3247), + [sym_crate] = ACTIONS(3247), + [sym_metavariable] = ACTIONS(3249), + }, + [STATE(975)] = { + [sym_function_modifiers] = STATE(3761), + [sym_removed_trait_bound] = STATE(1448), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(3522), + [sym_bracketed_type] = STATE(3687), + [sym_lifetime] = STATE(3522), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1621), + [sym_function_type] = STATE(1448), + [sym_tuple_type] = STATE(1448), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(1412), + [sym_generic_type_with_turbofish] = STATE(3819), + [sym_bounded_type] = STATE(1448), + [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(3440), + [sym_scoped_type_identifier] = STATE(1102), + [sym_line_comment] = STATE(975), + [sym_block_comment] = STATE(975), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3343), + [anon_sym_LPAREN] = ACTIONS(3345), + [anon_sym_LBRACK] = ACTIONS(1620), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(3225), + [anon_sym_u8] = ACTIONS(3347), + [anon_sym_i8] = ACTIONS(3347), + [anon_sym_u16] = ACTIONS(3347), + [anon_sym_i16] = ACTIONS(3347), + [anon_sym_u32] = ACTIONS(3347), + [anon_sym_i32] = ACTIONS(3347), + [anon_sym_u64] = ACTIONS(3347), + [anon_sym_i64] = ACTIONS(3347), + [anon_sym_u128] = ACTIONS(3347), + [anon_sym_i128] = ACTIONS(3347), + [anon_sym_isize] = ACTIONS(3347), + [anon_sym_usize] = ACTIONS(3347), + [anon_sym_f32] = ACTIONS(3347), + [anon_sym_f64] = ACTIONS(3347), + [anon_sym_bool] = ACTIONS(3347), + [anon_sym_str] = ACTIONS(3347), + [anon_sym_char] = ACTIONS(3347), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3233), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), + [anon_sym_default] = ACTIONS(3349), + [anon_sym_fn] = ACTIONS(3237), + [anon_sym_for] = ACTIONS(3351), + [anon_sym_gen] = ACTIONS(3353), + [anon_sym_impl] = ACTIONS(1160), + [anon_sym_union] = ACTIONS(3353), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), + [anon_sym_raw] = ACTIONS(3353), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(3247), + [sym_super] = ACTIONS(3247), + [sym_crate] = ACTIONS(3247), + [sym_metavariable] = ACTIONS(3355), + }, + [STATE(976)] = { + [sym_function_modifiers] = STATE(3645), + [sym_removed_trait_bound] = STATE(1774), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(1725), [sym_bracketed_type] = STATE(3704), - [sym_lifetime] = STATE(3802), - [sym_array_type] = STATE(1782), - [sym_for_lifetimes] = STATE(1603), - [sym_function_type] = STATE(1782), - [sym_tuple_type] = STATE(1782), - [sym_unit_type] = STATE(1782), - [sym_generic_type] = STATE(1716), + [sym_lifetime] = STATE(3808), + [sym_array_type] = STATE(1774), + [sym_for_lifetimes] = STATE(1605), + [sym_function_type] = STATE(1774), + [sym_tuple_type] = STATE(1774), + [sym_unit_type] = STATE(1774), + [sym_generic_type] = STATE(1665), [sym_generic_type_with_turbofish] = STATE(3695), - [sym_bounded_type] = STATE(1782), - [sym_use_bounds] = STATE(3802), - [sym_reference_type] = STATE(1782), - [sym_pointer_type] = STATE(1782), - [sym_never_type] = STATE(1782), - [sym_abstract_type] = STATE(1782), - [sym_dynamic_type] = STATE(1782), - [sym_macro_invocation] = STATE(1782), - [sym_scoped_identifier] = STATE(3436), - [sym_scoped_type_identifier] = STATE(1625), - [sym_line_comment] = STATE(981), - [sym_block_comment] = STATE(981), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3177), - [anon_sym_LPAREN] = ACTIONS(3179), - [anon_sym_LBRACK] = ACTIONS(3181), - [anon_sym_STAR] = ACTIONS(3185), - [anon_sym_QMARK] = ACTIONS(3187), - [anon_sym_u8] = ACTIONS(3189), - [anon_sym_i8] = ACTIONS(3189), - [anon_sym_u16] = ACTIONS(3189), - [anon_sym_i16] = ACTIONS(3189), - [anon_sym_u32] = ACTIONS(3189), - [anon_sym_i32] = ACTIONS(3189), - [anon_sym_u64] = ACTIONS(3189), - [anon_sym_i64] = ACTIONS(3189), - [anon_sym_u128] = ACTIONS(3189), - [anon_sym_i128] = ACTIONS(3189), - [anon_sym_isize] = ACTIONS(3189), - [anon_sym_usize] = ACTIONS(3189), - [anon_sym_f32] = ACTIONS(3189), - [anon_sym_f64] = ACTIONS(3189), - [anon_sym_bool] = ACTIONS(3189), - [anon_sym_str] = ACTIONS(3189), - [anon_sym_char] = ACTIONS(3189), - [anon_sym_BANG] = ACTIONS(3191), - [anon_sym_AMP] = ACTIONS(3193), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3195), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), - [anon_sym_default] = ACTIONS(3197), - [anon_sym_fn] = ACTIONS(3199), - [anon_sym_for] = ACTIONS(1104), - [anon_sym_gen] = ACTIONS(3201), - [anon_sym_impl] = ACTIONS(3203), - [anon_sym_union] = ACTIONS(3201), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(3205), - [anon_sym_raw] = ACTIONS(3201), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(3209), - [sym_super] = ACTIONS(3209), - [sym_crate] = ACTIONS(3209), - [sym_metavariable] = ACTIONS(3211), + [sym_bounded_type] = STATE(1774), + [sym_use_bounds] = STATE(3808), + [sym_reference_type] = STATE(1774), + [sym_pointer_type] = STATE(1774), + [sym_never_type] = STATE(1774), + [sym_abstract_type] = STATE(1774), + [sym_dynamic_type] = STATE(1774), + [sym_macro_invocation] = STATE(1774), + [sym_scoped_identifier] = STATE(3446), + [sym_scoped_type_identifier] = STATE(1626), + [sym_line_comment] = STATE(976), + [sym_block_comment] = STATE(976), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3179), + [anon_sym_LPAREN] = ACTIONS(3181), + [anon_sym_LBRACK] = ACTIONS(3183), + [anon_sym_STAR] = ACTIONS(3187), + [anon_sym_QMARK] = ACTIONS(3189), + [anon_sym_u8] = ACTIONS(3191), + [anon_sym_i8] = ACTIONS(3191), + [anon_sym_u16] = ACTIONS(3191), + [anon_sym_i16] = ACTIONS(3191), + [anon_sym_u32] = ACTIONS(3191), + [anon_sym_i32] = ACTIONS(3191), + [anon_sym_u64] = ACTIONS(3191), + [anon_sym_i64] = ACTIONS(3191), + [anon_sym_u128] = ACTIONS(3191), + [anon_sym_i128] = ACTIONS(3191), + [anon_sym_isize] = ACTIONS(3191), + [anon_sym_usize] = ACTIONS(3191), + [anon_sym_f32] = ACTIONS(3191), + [anon_sym_f64] = ACTIONS(3191), + [anon_sym_bool] = ACTIONS(3191), + [anon_sym_str] = ACTIONS(3191), + [anon_sym_char] = ACTIONS(3191), + [anon_sym_BANG] = ACTIONS(3193), + [anon_sym_AMP] = ACTIONS(3195), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3197), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), + [anon_sym_default] = ACTIONS(3199), + [anon_sym_fn] = ACTIONS(3201), + [anon_sym_for] = ACTIONS(1156), + [anon_sym_gen] = ACTIONS(3203), + [anon_sym_impl] = ACTIONS(3205), + [anon_sym_union] = ACTIONS(3203), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(3207), + [anon_sym_raw] = ACTIONS(3203), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(3211), + [sym_super] = ACTIONS(3211), + [sym_crate] = ACTIONS(3211), + [sym_metavariable] = ACTIONS(3213), }, - [STATE(982)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2781), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), - [sym_line_comment] = STATE(982), - [sym_block_comment] = STATE(982), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [STATE(977)] = { + [sym_function_modifiers] = STATE(3541), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(3294), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3591), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1610), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3591), + [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(3394), + [sym_scoped_type_identifier] = STATE(2240), + [sym_line_comment] = STATE(977), + [sym_block_comment] = STATE(977), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3251), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1624), + [anon_sym_QMARK] = ACTIONS(1626), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -111032,23 +110744,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(1630), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1640), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1644), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1646), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -111057,34 +110769,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1650), [sym_metavariable] = ACTIONS(1652), }, - [STATE(983)] = { - [sym_function_modifiers] = STATE(3661), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2088), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3584), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1606), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3584), - [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(3335), - [sym_scoped_type_identifier] = STATE(2278), - [sym_line_comment] = STATE(983), - [sym_block_comment] = STATE(983), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3171), + [STATE(978)] = { + [sym_function_modifiers] = STATE(3541), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(3298), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3591), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1610), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3591), + [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(3394), + [sym_scoped_type_identifier] = STATE(2240), + [sym_line_comment] = STATE(978), + [sym_block_comment] = STATE(978), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3251), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), [anon_sym_STAR] = ACTIONS(1624), @@ -111106,22 +110818,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), + [anon_sym_BANG] = ACTIONS(1126), [anon_sym_AMP] = ACTIONS(1630), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), [anon_sym_fn] = ACTIONS(1640), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), [anon_sym_impl] = ACTIONS(1644), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), [anon_sym_dyn] = ACTIONS(1646), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), @@ -111131,38 +110843,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1650), [sym_metavariable] = ACTIONS(1652), }, - [STATE(984)] = { - [sym_function_modifiers] = STATE(3661), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2071), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3584), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1606), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3584), - [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(3335), - [sym_scoped_type_identifier] = STATE(2278), - [sym_line_comment] = STATE(984), - [sym_block_comment] = STATE(984), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3171), + [STATE(979)] = { + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2670), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), + [sym_line_comment] = STATE(979), + [sym_block_comment] = STATE(979), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1624), - [anon_sym_QMARK] = ACTIONS(1626), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -111180,23 +110892,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(1630), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1640), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1644), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1646), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -111205,38 +110917,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1650), [sym_metavariable] = ACTIONS(1652), }, - [STATE(985)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), + [STATE(980)] = { + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), [sym__type] = STATE(2077), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), - [sym_line_comment] = STATE(985), - [sym_block_comment] = STATE(985), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(2077), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(2077), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), + [sym_line_comment] = STATE(980), + [sym_block_comment] = STATE(980), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -111254,23 +110966,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -111279,34 +110991,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1650), [sym_metavariable] = ACTIONS(1652), }, - [STATE(986)] = { - [sym_function_modifiers] = STATE(3661), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2076), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3584), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1606), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3584), - [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(3335), - [sym_scoped_type_identifier] = STATE(2278), - [sym_line_comment] = STATE(986), - [sym_block_comment] = STATE(986), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3171), + [STATE(981)] = { + [sym_function_modifiers] = STATE(3761), + [sym_removed_trait_bound] = STATE(1498), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(1480), + [sym_bracketed_type] = STATE(3687), + [sym_lifetime] = STATE(3522), + [sym_array_type] = STATE(1498), + [sym_for_lifetimes] = STATE(1621), + [sym_function_type] = STATE(1498), + [sym_tuple_type] = STATE(1498), + [sym_unit_type] = STATE(1498), + [sym_generic_type] = STATE(1406), + [sym_generic_type_with_turbofish] = STATE(3819), + [sym_bounded_type] = STATE(1498), + [sym_use_bounds] = STATE(3522), + [sym_reference_type] = STATE(1498), + [sym_pointer_type] = STATE(1498), + [sym_never_type] = STATE(1498), + [sym_abstract_type] = STATE(1498), + [sym_dynamic_type] = STATE(1498), + [sym_macro_invocation] = STATE(1498), + [sym_scoped_identifier] = STATE(3362), + [sym_scoped_type_identifier] = STATE(1106), + [sym_line_comment] = STATE(981), + [sym_block_comment] = STATE(981), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3215), + [anon_sym_LPAREN] = ACTIONS(3217), + [anon_sym_LBRACK] = ACTIONS(3219), + [anon_sym_STAR] = ACTIONS(3223), + [anon_sym_QMARK] = ACTIONS(3225), + [anon_sym_u8] = ACTIONS(3227), + [anon_sym_i8] = ACTIONS(3227), + [anon_sym_u16] = ACTIONS(3227), + [anon_sym_i16] = ACTIONS(3227), + [anon_sym_u32] = ACTIONS(3227), + [anon_sym_i32] = ACTIONS(3227), + [anon_sym_u64] = ACTIONS(3227), + [anon_sym_i64] = ACTIONS(3227), + [anon_sym_u128] = ACTIONS(3227), + [anon_sym_i128] = ACTIONS(3227), + [anon_sym_isize] = ACTIONS(3227), + [anon_sym_usize] = ACTIONS(3227), + [anon_sym_f32] = ACTIONS(3227), + [anon_sym_f64] = ACTIONS(3227), + [anon_sym_bool] = ACTIONS(3227), + [anon_sym_str] = ACTIONS(3227), + [anon_sym_char] = ACTIONS(3227), + [anon_sym_BANG] = ACTIONS(3229), + [anon_sym_AMP] = ACTIONS(3231), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3233), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), + [anon_sym_default] = ACTIONS(3235), + [anon_sym_fn] = ACTIONS(3237), + [anon_sym_for] = ACTIONS(1156), + [anon_sym_gen] = ACTIONS(3239), + [anon_sym_impl] = ACTIONS(3241), + [anon_sym_union] = ACTIONS(3239), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(3243), + [anon_sym_raw] = ACTIONS(3239), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(3247), + [sym_super] = ACTIONS(3247), + [sym_crate] = ACTIONS(3247), + [sym_metavariable] = ACTIONS(3249), + }, + [STATE(982)] = { + [sym_function_modifiers] = STATE(3541), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2810), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3591), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1610), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3591), + [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(3394), + [sym_scoped_type_identifier] = STATE(2240), + [sym_line_comment] = STATE(982), + [sym_block_comment] = STATE(982), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3251), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), [anon_sym_STAR] = ACTIONS(1624), @@ -111328,22 +111114,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), + [anon_sym_BANG] = ACTIONS(1126), [anon_sym_AMP] = ACTIONS(1630), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), [anon_sym_fn] = ACTIONS(1640), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), [anon_sym_impl] = ACTIONS(1644), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), [anon_sym_dyn] = ACTIONS(1646), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), @@ -111353,38 +111139,334 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1650), [sym_metavariable] = ACTIONS(1652), }, + [STATE(983)] = { + [sym_function_modifiers] = STATE(3761), + [sym_removed_trait_bound] = STATE(1498), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(1481), + [sym_bracketed_type] = STATE(3687), + [sym_lifetime] = STATE(3522), + [sym_array_type] = STATE(1498), + [sym_for_lifetimes] = STATE(1621), + [sym_function_type] = STATE(1498), + [sym_tuple_type] = STATE(1498), + [sym_unit_type] = STATE(1498), + [sym_generic_type] = STATE(1406), + [sym_generic_type_with_turbofish] = STATE(3819), + [sym_bounded_type] = STATE(1498), + [sym_use_bounds] = STATE(3522), + [sym_reference_type] = STATE(1498), + [sym_pointer_type] = STATE(1498), + [sym_never_type] = STATE(1498), + [sym_abstract_type] = STATE(1498), + [sym_dynamic_type] = STATE(1498), + [sym_macro_invocation] = STATE(1498), + [sym_scoped_identifier] = STATE(3362), + [sym_scoped_type_identifier] = STATE(1106), + [sym_line_comment] = STATE(983), + [sym_block_comment] = STATE(983), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3215), + [anon_sym_LPAREN] = ACTIONS(3217), + [anon_sym_LBRACK] = ACTIONS(3219), + [anon_sym_STAR] = ACTIONS(3223), + [anon_sym_QMARK] = ACTIONS(3225), + [anon_sym_u8] = ACTIONS(3227), + [anon_sym_i8] = ACTIONS(3227), + [anon_sym_u16] = ACTIONS(3227), + [anon_sym_i16] = ACTIONS(3227), + [anon_sym_u32] = ACTIONS(3227), + [anon_sym_i32] = ACTIONS(3227), + [anon_sym_u64] = ACTIONS(3227), + [anon_sym_i64] = ACTIONS(3227), + [anon_sym_u128] = ACTIONS(3227), + [anon_sym_i128] = ACTIONS(3227), + [anon_sym_isize] = ACTIONS(3227), + [anon_sym_usize] = ACTIONS(3227), + [anon_sym_f32] = ACTIONS(3227), + [anon_sym_f64] = ACTIONS(3227), + [anon_sym_bool] = ACTIONS(3227), + [anon_sym_str] = ACTIONS(3227), + [anon_sym_char] = ACTIONS(3227), + [anon_sym_BANG] = ACTIONS(3229), + [anon_sym_AMP] = ACTIONS(3231), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3233), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), + [anon_sym_default] = ACTIONS(3235), + [anon_sym_fn] = ACTIONS(3237), + [anon_sym_for] = ACTIONS(1156), + [anon_sym_gen] = ACTIONS(3239), + [anon_sym_impl] = ACTIONS(3241), + [anon_sym_union] = ACTIONS(3239), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(3243), + [anon_sym_raw] = ACTIONS(3239), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(3247), + [sym_super] = ACTIONS(3247), + [sym_crate] = ACTIONS(3247), + [sym_metavariable] = ACTIONS(3249), + }, + [STATE(984)] = { + [sym_function_modifiers] = STATE(3761), + [sym_removed_trait_bound] = STATE(1498), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(1533), + [sym_bracketed_type] = STATE(3687), + [sym_lifetime] = STATE(3522), + [sym_array_type] = STATE(1498), + [sym_for_lifetimes] = STATE(1621), + [sym_function_type] = STATE(1498), + [sym_tuple_type] = STATE(1498), + [sym_unit_type] = STATE(1498), + [sym_generic_type] = STATE(1406), + [sym_generic_type_with_turbofish] = STATE(3819), + [sym_bounded_type] = STATE(1498), + [sym_use_bounds] = STATE(3522), + [sym_reference_type] = STATE(1498), + [sym_pointer_type] = STATE(1498), + [sym_never_type] = STATE(1498), + [sym_abstract_type] = STATE(1498), + [sym_dynamic_type] = STATE(1498), + [sym_macro_invocation] = STATE(1498), + [sym_scoped_identifier] = STATE(3362), + [sym_scoped_type_identifier] = STATE(1106), + [sym_line_comment] = STATE(984), + [sym_block_comment] = STATE(984), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3215), + [anon_sym_LPAREN] = ACTIONS(3217), + [anon_sym_LBRACK] = ACTIONS(3219), + [anon_sym_STAR] = ACTIONS(3223), + [anon_sym_QMARK] = ACTIONS(3225), + [anon_sym_u8] = ACTIONS(3227), + [anon_sym_i8] = ACTIONS(3227), + [anon_sym_u16] = ACTIONS(3227), + [anon_sym_i16] = ACTIONS(3227), + [anon_sym_u32] = ACTIONS(3227), + [anon_sym_i32] = ACTIONS(3227), + [anon_sym_u64] = ACTIONS(3227), + [anon_sym_i64] = ACTIONS(3227), + [anon_sym_u128] = ACTIONS(3227), + [anon_sym_i128] = ACTIONS(3227), + [anon_sym_isize] = ACTIONS(3227), + [anon_sym_usize] = ACTIONS(3227), + [anon_sym_f32] = ACTIONS(3227), + [anon_sym_f64] = ACTIONS(3227), + [anon_sym_bool] = ACTIONS(3227), + [anon_sym_str] = ACTIONS(3227), + [anon_sym_char] = ACTIONS(3227), + [anon_sym_BANG] = ACTIONS(3229), + [anon_sym_AMP] = ACTIONS(3231), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3233), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), + [anon_sym_default] = ACTIONS(3235), + [anon_sym_fn] = ACTIONS(3237), + [anon_sym_for] = ACTIONS(1156), + [anon_sym_gen] = ACTIONS(3239), + [anon_sym_impl] = ACTIONS(3241), + [anon_sym_union] = ACTIONS(3239), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(3243), + [anon_sym_raw] = ACTIONS(3239), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(3247), + [sym_super] = ACTIONS(3247), + [sym_crate] = ACTIONS(3247), + [sym_metavariable] = ACTIONS(3249), + }, + [STATE(985)] = { + [sym_function_modifiers] = STATE(3761), + [sym_removed_trait_bound] = STATE(1498), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(1486), + [sym_bracketed_type] = STATE(3687), + [sym_lifetime] = STATE(3522), + [sym_array_type] = STATE(1498), + [sym_for_lifetimes] = STATE(1621), + [sym_function_type] = STATE(1498), + [sym_tuple_type] = STATE(1498), + [sym_unit_type] = STATE(1498), + [sym_generic_type] = STATE(1406), + [sym_generic_type_with_turbofish] = STATE(3819), + [sym_bounded_type] = STATE(1498), + [sym_use_bounds] = STATE(3522), + [sym_reference_type] = STATE(1498), + [sym_pointer_type] = STATE(1498), + [sym_never_type] = STATE(1498), + [sym_abstract_type] = STATE(1498), + [sym_dynamic_type] = STATE(1498), + [sym_macro_invocation] = STATE(1498), + [sym_scoped_identifier] = STATE(3362), + [sym_scoped_type_identifier] = STATE(1106), + [sym_line_comment] = STATE(985), + [sym_block_comment] = STATE(985), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3215), + [anon_sym_LPAREN] = ACTIONS(3217), + [anon_sym_LBRACK] = ACTIONS(3219), + [anon_sym_STAR] = ACTIONS(3223), + [anon_sym_QMARK] = ACTIONS(3225), + [anon_sym_u8] = ACTIONS(3227), + [anon_sym_i8] = ACTIONS(3227), + [anon_sym_u16] = ACTIONS(3227), + [anon_sym_i16] = ACTIONS(3227), + [anon_sym_u32] = ACTIONS(3227), + [anon_sym_i32] = ACTIONS(3227), + [anon_sym_u64] = ACTIONS(3227), + [anon_sym_i64] = ACTIONS(3227), + [anon_sym_u128] = ACTIONS(3227), + [anon_sym_i128] = ACTIONS(3227), + [anon_sym_isize] = ACTIONS(3227), + [anon_sym_usize] = ACTIONS(3227), + [anon_sym_f32] = ACTIONS(3227), + [anon_sym_f64] = ACTIONS(3227), + [anon_sym_bool] = ACTIONS(3227), + [anon_sym_str] = ACTIONS(3227), + [anon_sym_char] = ACTIONS(3227), + [anon_sym_BANG] = ACTIONS(3229), + [anon_sym_AMP] = ACTIONS(3231), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3233), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), + [anon_sym_default] = ACTIONS(3235), + [anon_sym_fn] = ACTIONS(3237), + [anon_sym_for] = ACTIONS(1156), + [anon_sym_gen] = ACTIONS(3239), + [anon_sym_impl] = ACTIONS(3241), + [anon_sym_union] = ACTIONS(3239), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(3243), + [anon_sym_raw] = ACTIONS(3239), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(3247), + [sym_super] = ACTIONS(3247), + [sym_crate] = ACTIONS(3247), + [sym_metavariable] = ACTIONS(3249), + }, + [STATE(986)] = { + [sym_function_modifiers] = STATE(3761), + [sym_removed_trait_bound] = STATE(1498), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(1488), + [sym_bracketed_type] = STATE(3687), + [sym_lifetime] = STATE(3522), + [sym_array_type] = STATE(1498), + [sym_for_lifetimes] = STATE(1621), + [sym_function_type] = STATE(1498), + [sym_tuple_type] = STATE(1498), + [sym_unit_type] = STATE(1498), + [sym_generic_type] = STATE(1406), + [sym_generic_type_with_turbofish] = STATE(3819), + [sym_bounded_type] = STATE(1498), + [sym_use_bounds] = STATE(3522), + [sym_reference_type] = STATE(1498), + [sym_pointer_type] = STATE(1498), + [sym_never_type] = STATE(1498), + [sym_abstract_type] = STATE(1498), + [sym_dynamic_type] = STATE(1498), + [sym_macro_invocation] = STATE(1498), + [sym_scoped_identifier] = STATE(3362), + [sym_scoped_type_identifier] = STATE(1106), + [sym_line_comment] = STATE(986), + [sym_block_comment] = STATE(986), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3215), + [anon_sym_LPAREN] = ACTIONS(3217), + [anon_sym_LBRACK] = ACTIONS(3219), + [anon_sym_STAR] = ACTIONS(3223), + [anon_sym_QMARK] = ACTIONS(3225), + [anon_sym_u8] = ACTIONS(3227), + [anon_sym_i8] = ACTIONS(3227), + [anon_sym_u16] = ACTIONS(3227), + [anon_sym_i16] = ACTIONS(3227), + [anon_sym_u32] = ACTIONS(3227), + [anon_sym_i32] = ACTIONS(3227), + [anon_sym_u64] = ACTIONS(3227), + [anon_sym_i64] = ACTIONS(3227), + [anon_sym_u128] = ACTIONS(3227), + [anon_sym_i128] = ACTIONS(3227), + [anon_sym_isize] = ACTIONS(3227), + [anon_sym_usize] = ACTIONS(3227), + [anon_sym_f32] = ACTIONS(3227), + [anon_sym_f64] = ACTIONS(3227), + [anon_sym_bool] = ACTIONS(3227), + [anon_sym_str] = ACTIONS(3227), + [anon_sym_char] = ACTIONS(3227), + [anon_sym_BANG] = ACTIONS(3229), + [anon_sym_AMP] = ACTIONS(3231), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3233), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), + [anon_sym_default] = ACTIONS(3235), + [anon_sym_fn] = ACTIONS(3237), + [anon_sym_for] = ACTIONS(1156), + [anon_sym_gen] = ACTIONS(3239), + [anon_sym_impl] = ACTIONS(3241), + [anon_sym_union] = ACTIONS(3239), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(3243), + [anon_sym_raw] = ACTIONS(3239), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(3247), + [sym_super] = ACTIONS(3247), + [sym_crate] = ACTIONS(3247), + [sym_metavariable] = ACTIONS(3249), + }, [STATE(987)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2070), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2304), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(987), [sym_block_comment] = STATE(987), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -111402,23 +111484,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -111428,37 +111510,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(988)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2096), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(3776), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2096), - [sym_tuple_type] = STATE(2096), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2058), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2096), - [sym_use_bounds] = STATE(3776), - [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(3335), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2630), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(988), [sym_block_comment] = STATE(988), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3373), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -111476,23 +111558,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -111502,37 +111584,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(989)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2080), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3541), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(3350), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3591), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1610), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3591), + [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(3394), + [sym_scoped_type_identifier] = STATE(2240), [sym_line_comment] = STATE(989), [sym_block_comment] = STATE(989), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3251), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1624), + [anon_sym_QMARK] = ACTIONS(1626), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -111550,23 +111632,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(1630), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1640), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1644), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1646), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -111576,111 +111658,111 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(990)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2090), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3761), + [sym_removed_trait_bound] = STATE(1482), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(3522), + [sym_bracketed_type] = STATE(3687), + [sym_lifetime] = STATE(3522), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1621), + [sym_function_type] = STATE(1482), + [sym_tuple_type] = STATE(1482), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(1425), + [sym_generic_type_with_turbofish] = STATE(3819), + [sym_bounded_type] = STATE(1482), + [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(3440), + [sym_scoped_type_identifier] = STATE(1096), [sym_line_comment] = STATE(990), [sym_block_comment] = STATE(990), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), - [anon_sym_LPAREN] = ACTIONS(1618), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3357), + [anon_sym_LPAREN] = ACTIONS(3345), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), - [anon_sym_u8] = ACTIONS(1628), - [anon_sym_i8] = ACTIONS(1628), - [anon_sym_u16] = ACTIONS(1628), - [anon_sym_i16] = ACTIONS(1628), - [anon_sym_u32] = ACTIONS(1628), - [anon_sym_i32] = ACTIONS(1628), - [anon_sym_u64] = ACTIONS(1628), - [anon_sym_i64] = ACTIONS(1628), - [anon_sym_u128] = ACTIONS(1628), - [anon_sym_i128] = ACTIONS(1628), - [anon_sym_isize] = ACTIONS(1628), - [anon_sym_usize] = ACTIONS(1628), - [anon_sym_f32] = ACTIONS(1628), - [anon_sym_f64] = ACTIONS(1628), - [anon_sym_bool] = ACTIONS(1628), - [anon_sym_str] = ACTIONS(1628), - [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), - [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), - [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), - [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), - [anon_sym_raw] = ACTIONS(1642), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1650), - [sym_super] = ACTIONS(1650), - [sym_crate] = ACTIONS(1650), - [sym_metavariable] = ACTIONS(1652), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(3225), + [anon_sym_u8] = ACTIONS(3347), + [anon_sym_i8] = ACTIONS(3347), + [anon_sym_u16] = ACTIONS(3347), + [anon_sym_i16] = ACTIONS(3347), + [anon_sym_u32] = ACTIONS(3347), + [anon_sym_i32] = ACTIONS(3347), + [anon_sym_u64] = ACTIONS(3347), + [anon_sym_i64] = ACTIONS(3347), + [anon_sym_u128] = ACTIONS(3347), + [anon_sym_i128] = ACTIONS(3347), + [anon_sym_isize] = ACTIONS(3347), + [anon_sym_usize] = ACTIONS(3347), + [anon_sym_f32] = ACTIONS(3347), + [anon_sym_f64] = ACTIONS(3347), + [anon_sym_bool] = ACTIONS(3347), + [anon_sym_str] = ACTIONS(3347), + [anon_sym_char] = ACTIONS(3347), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3233), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), + [anon_sym_default] = ACTIONS(3349), + [anon_sym_fn] = ACTIONS(3237), + [anon_sym_for] = ACTIONS(1156), + [anon_sym_gen] = ACTIONS(3353), + [anon_sym_impl] = ACTIONS(1160), + [anon_sym_union] = ACTIONS(3353), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), + [anon_sym_raw] = ACTIONS(3353), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(3247), + [sym_super] = ACTIONS(3247), + [sym_crate] = ACTIONS(3247), + [sym_metavariable] = ACTIONS(3355), }, [STATE(991)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2069), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3541), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(3370), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3591), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1610), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3591), + [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(3394), + [sym_scoped_type_identifier] = STATE(2240), [sym_line_comment] = STATE(991), [sym_block_comment] = STATE(991), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3251), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1624), + [anon_sym_QMARK] = ACTIONS(1626), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -111698,23 +111780,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(1630), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1640), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1644), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1646), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -111724,37 +111806,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(992)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2532), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2310), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(992), [sym_block_comment] = STATE(992), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -111772,23 +111854,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -111798,407 +111880,407 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(993)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2311), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3761), + [sym_removed_trait_bound] = STATE(1498), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(1501), + [sym_bracketed_type] = STATE(3687), + [sym_lifetime] = STATE(3522), + [sym_array_type] = STATE(1498), + [sym_for_lifetimes] = STATE(1621), + [sym_function_type] = STATE(1498), + [sym_tuple_type] = STATE(1498), + [sym_unit_type] = STATE(1498), + [sym_generic_type] = STATE(1406), + [sym_generic_type_with_turbofish] = STATE(3819), + [sym_bounded_type] = STATE(1498), + [sym_use_bounds] = STATE(3522), + [sym_reference_type] = STATE(1498), + [sym_pointer_type] = STATE(1498), + [sym_never_type] = STATE(1498), + [sym_abstract_type] = STATE(1498), + [sym_dynamic_type] = STATE(1498), + [sym_macro_invocation] = STATE(1498), + [sym_scoped_identifier] = STATE(3362), + [sym_scoped_type_identifier] = STATE(1106), [sym_line_comment] = STATE(993), [sym_block_comment] = STATE(993), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), - [anon_sym_LPAREN] = ACTIONS(1618), - [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), - [anon_sym_u8] = ACTIONS(1628), - [anon_sym_i8] = ACTIONS(1628), - [anon_sym_u16] = ACTIONS(1628), - [anon_sym_i16] = ACTIONS(1628), - [anon_sym_u32] = ACTIONS(1628), - [anon_sym_i32] = ACTIONS(1628), - [anon_sym_u64] = ACTIONS(1628), - [anon_sym_i64] = ACTIONS(1628), - [anon_sym_u128] = ACTIONS(1628), - [anon_sym_i128] = ACTIONS(1628), - [anon_sym_isize] = ACTIONS(1628), - [anon_sym_usize] = ACTIONS(1628), - [anon_sym_f32] = ACTIONS(1628), - [anon_sym_f64] = ACTIONS(1628), - [anon_sym_bool] = ACTIONS(1628), - [anon_sym_str] = ACTIONS(1628), - [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), - [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), - [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), - [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), - [anon_sym_raw] = ACTIONS(1642), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1650), - [sym_super] = ACTIONS(1650), - [sym_crate] = ACTIONS(1650), - [sym_metavariable] = ACTIONS(1652), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3215), + [anon_sym_LPAREN] = ACTIONS(3217), + [anon_sym_LBRACK] = ACTIONS(3219), + [anon_sym_STAR] = ACTIONS(3223), + [anon_sym_QMARK] = ACTIONS(3225), + [anon_sym_u8] = ACTIONS(3227), + [anon_sym_i8] = ACTIONS(3227), + [anon_sym_u16] = ACTIONS(3227), + [anon_sym_i16] = ACTIONS(3227), + [anon_sym_u32] = ACTIONS(3227), + [anon_sym_i32] = ACTIONS(3227), + [anon_sym_u64] = ACTIONS(3227), + [anon_sym_i64] = ACTIONS(3227), + [anon_sym_u128] = ACTIONS(3227), + [anon_sym_i128] = ACTIONS(3227), + [anon_sym_isize] = ACTIONS(3227), + [anon_sym_usize] = ACTIONS(3227), + [anon_sym_f32] = ACTIONS(3227), + [anon_sym_f64] = ACTIONS(3227), + [anon_sym_bool] = ACTIONS(3227), + [anon_sym_str] = ACTIONS(3227), + [anon_sym_char] = ACTIONS(3227), + [anon_sym_BANG] = ACTIONS(3229), + [anon_sym_AMP] = ACTIONS(3231), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3233), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), + [anon_sym_default] = ACTIONS(3235), + [anon_sym_fn] = ACTIONS(3237), + [anon_sym_for] = ACTIONS(1156), + [anon_sym_gen] = ACTIONS(3239), + [anon_sym_impl] = ACTIONS(3241), + [anon_sym_union] = ACTIONS(3239), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(3243), + [anon_sym_raw] = ACTIONS(3239), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(3247), + [sym_super] = ACTIONS(3247), + [sym_crate] = ACTIONS(3247), + [sym_metavariable] = ACTIONS(3249), }, [STATE(994)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2507), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3761), + [sym_removed_trait_bound] = STATE(1498), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(1502), + [sym_bracketed_type] = STATE(3687), + [sym_lifetime] = STATE(3522), + [sym_array_type] = STATE(1498), + [sym_for_lifetimes] = STATE(1621), + [sym_function_type] = STATE(1498), + [sym_tuple_type] = STATE(1498), + [sym_unit_type] = STATE(1498), + [sym_generic_type] = STATE(1406), + [sym_generic_type_with_turbofish] = STATE(3819), + [sym_bounded_type] = STATE(1498), + [sym_use_bounds] = STATE(3522), + [sym_reference_type] = STATE(1498), + [sym_pointer_type] = STATE(1498), + [sym_never_type] = STATE(1498), + [sym_abstract_type] = STATE(1498), + [sym_dynamic_type] = STATE(1498), + [sym_macro_invocation] = STATE(1498), + [sym_scoped_identifier] = STATE(3362), + [sym_scoped_type_identifier] = STATE(1106), [sym_line_comment] = STATE(994), [sym_block_comment] = STATE(994), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), - [anon_sym_LPAREN] = ACTIONS(1618), - [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), - [anon_sym_u8] = ACTIONS(1628), - [anon_sym_i8] = ACTIONS(1628), - [anon_sym_u16] = ACTIONS(1628), - [anon_sym_i16] = ACTIONS(1628), - [anon_sym_u32] = ACTIONS(1628), - [anon_sym_i32] = ACTIONS(1628), - [anon_sym_u64] = ACTIONS(1628), - [anon_sym_i64] = ACTIONS(1628), - [anon_sym_u128] = ACTIONS(1628), - [anon_sym_i128] = ACTIONS(1628), - [anon_sym_isize] = ACTIONS(1628), - [anon_sym_usize] = ACTIONS(1628), - [anon_sym_f32] = ACTIONS(1628), - [anon_sym_f64] = ACTIONS(1628), - [anon_sym_bool] = ACTIONS(1628), - [anon_sym_str] = ACTIONS(1628), - [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), - [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), - [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), - [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), - [anon_sym_raw] = ACTIONS(1642), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1650), - [sym_super] = ACTIONS(1650), - [sym_crate] = ACTIONS(1650), - [sym_metavariable] = ACTIONS(1652), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3215), + [anon_sym_LPAREN] = ACTIONS(3217), + [anon_sym_LBRACK] = ACTIONS(3219), + [anon_sym_STAR] = ACTIONS(3223), + [anon_sym_QMARK] = ACTIONS(3225), + [anon_sym_u8] = ACTIONS(3227), + [anon_sym_i8] = ACTIONS(3227), + [anon_sym_u16] = ACTIONS(3227), + [anon_sym_i16] = ACTIONS(3227), + [anon_sym_u32] = ACTIONS(3227), + [anon_sym_i32] = ACTIONS(3227), + [anon_sym_u64] = ACTIONS(3227), + [anon_sym_i64] = ACTIONS(3227), + [anon_sym_u128] = ACTIONS(3227), + [anon_sym_i128] = ACTIONS(3227), + [anon_sym_isize] = ACTIONS(3227), + [anon_sym_usize] = ACTIONS(3227), + [anon_sym_f32] = ACTIONS(3227), + [anon_sym_f64] = ACTIONS(3227), + [anon_sym_bool] = ACTIONS(3227), + [anon_sym_str] = ACTIONS(3227), + [anon_sym_char] = ACTIONS(3227), + [anon_sym_BANG] = ACTIONS(3229), + [anon_sym_AMP] = ACTIONS(3231), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3233), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), + [anon_sym_default] = ACTIONS(3235), + [anon_sym_fn] = ACTIONS(3237), + [anon_sym_for] = ACTIONS(1156), + [anon_sym_gen] = ACTIONS(3239), + [anon_sym_impl] = ACTIONS(3241), + [anon_sym_union] = ACTIONS(3239), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(3243), + [anon_sym_raw] = ACTIONS(3239), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(3247), + [sym_super] = ACTIONS(3247), + [sym_crate] = ACTIONS(3247), + [sym_metavariable] = ACTIONS(3249), }, [STATE(995)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2508), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3761), + [sym_removed_trait_bound] = STATE(1498), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(1503), + [sym_bracketed_type] = STATE(3687), + [sym_lifetime] = STATE(3522), + [sym_array_type] = STATE(1498), + [sym_for_lifetimes] = STATE(1621), + [sym_function_type] = STATE(1498), + [sym_tuple_type] = STATE(1498), + [sym_unit_type] = STATE(1498), + [sym_generic_type] = STATE(1406), + [sym_generic_type_with_turbofish] = STATE(3819), + [sym_bounded_type] = STATE(1498), + [sym_use_bounds] = STATE(3522), + [sym_reference_type] = STATE(1498), + [sym_pointer_type] = STATE(1498), + [sym_never_type] = STATE(1498), + [sym_abstract_type] = STATE(1498), + [sym_dynamic_type] = STATE(1498), + [sym_macro_invocation] = STATE(1498), + [sym_scoped_identifier] = STATE(3362), + [sym_scoped_type_identifier] = STATE(1106), [sym_line_comment] = STATE(995), [sym_block_comment] = STATE(995), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), - [anon_sym_LPAREN] = ACTIONS(1618), - [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), - [anon_sym_u8] = ACTIONS(1628), - [anon_sym_i8] = ACTIONS(1628), - [anon_sym_u16] = ACTIONS(1628), - [anon_sym_i16] = ACTIONS(1628), - [anon_sym_u32] = ACTIONS(1628), - [anon_sym_i32] = ACTIONS(1628), - [anon_sym_u64] = ACTIONS(1628), - [anon_sym_i64] = ACTIONS(1628), - [anon_sym_u128] = ACTIONS(1628), - [anon_sym_i128] = ACTIONS(1628), - [anon_sym_isize] = ACTIONS(1628), - [anon_sym_usize] = ACTIONS(1628), - [anon_sym_f32] = ACTIONS(1628), - [anon_sym_f64] = ACTIONS(1628), - [anon_sym_bool] = ACTIONS(1628), - [anon_sym_str] = ACTIONS(1628), - [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), - [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), - [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), - [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), - [anon_sym_raw] = ACTIONS(1642), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1650), - [sym_super] = ACTIONS(1650), - [sym_crate] = ACTIONS(1650), - [sym_metavariable] = ACTIONS(1652), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3215), + [anon_sym_LPAREN] = ACTIONS(3217), + [anon_sym_LBRACK] = ACTIONS(3219), + [anon_sym_STAR] = ACTIONS(3223), + [anon_sym_QMARK] = ACTIONS(3225), + [anon_sym_u8] = ACTIONS(3227), + [anon_sym_i8] = ACTIONS(3227), + [anon_sym_u16] = ACTIONS(3227), + [anon_sym_i16] = ACTIONS(3227), + [anon_sym_u32] = ACTIONS(3227), + [anon_sym_i32] = ACTIONS(3227), + [anon_sym_u64] = ACTIONS(3227), + [anon_sym_i64] = ACTIONS(3227), + [anon_sym_u128] = ACTIONS(3227), + [anon_sym_i128] = ACTIONS(3227), + [anon_sym_isize] = ACTIONS(3227), + [anon_sym_usize] = ACTIONS(3227), + [anon_sym_f32] = ACTIONS(3227), + [anon_sym_f64] = ACTIONS(3227), + [anon_sym_bool] = ACTIONS(3227), + [anon_sym_str] = ACTIONS(3227), + [anon_sym_char] = ACTIONS(3227), + [anon_sym_BANG] = ACTIONS(3229), + [anon_sym_AMP] = ACTIONS(3231), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3233), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), + [anon_sym_default] = ACTIONS(3235), + [anon_sym_fn] = ACTIONS(3237), + [anon_sym_for] = ACTIONS(1156), + [anon_sym_gen] = ACTIONS(3239), + [anon_sym_impl] = ACTIONS(3241), + [anon_sym_union] = ACTIONS(3239), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(3243), + [anon_sym_raw] = ACTIONS(3239), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(3247), + [sym_super] = ACTIONS(3247), + [sym_crate] = ACTIONS(3247), + [sym_metavariable] = ACTIONS(3249), }, [STATE(996)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2509), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3645), + [sym_removed_trait_bound] = STATE(1774), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(1779), + [sym_bracketed_type] = STATE(3704), + [sym_lifetime] = STATE(3808), + [sym_array_type] = STATE(1774), + [sym_for_lifetimes] = STATE(1605), + [sym_function_type] = STATE(1774), + [sym_tuple_type] = STATE(1774), + [sym_unit_type] = STATE(1774), + [sym_generic_type] = STATE(1665), + [sym_generic_type_with_turbofish] = STATE(3695), + [sym_bounded_type] = STATE(1774), + [sym_use_bounds] = STATE(3808), + [sym_reference_type] = STATE(1774), + [sym_pointer_type] = STATE(1774), + [sym_never_type] = STATE(1774), + [sym_abstract_type] = STATE(1774), + [sym_dynamic_type] = STATE(1774), + [sym_macro_invocation] = STATE(1774), + [sym_scoped_identifier] = STATE(3446), + [sym_scoped_type_identifier] = STATE(1626), [sym_line_comment] = STATE(996), [sym_block_comment] = STATE(996), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), - [anon_sym_LPAREN] = ACTIONS(1618), - [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), - [anon_sym_u8] = ACTIONS(1628), - [anon_sym_i8] = ACTIONS(1628), - [anon_sym_u16] = ACTIONS(1628), - [anon_sym_i16] = ACTIONS(1628), - [anon_sym_u32] = ACTIONS(1628), - [anon_sym_i32] = ACTIONS(1628), - [anon_sym_u64] = ACTIONS(1628), - [anon_sym_i64] = ACTIONS(1628), - [anon_sym_u128] = ACTIONS(1628), - [anon_sym_i128] = ACTIONS(1628), - [anon_sym_isize] = ACTIONS(1628), - [anon_sym_usize] = ACTIONS(1628), - [anon_sym_f32] = ACTIONS(1628), - [anon_sym_f64] = ACTIONS(1628), - [anon_sym_bool] = ACTIONS(1628), - [anon_sym_str] = ACTIONS(1628), - [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), - [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), - [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), - [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), - [anon_sym_raw] = ACTIONS(1642), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1650), - [sym_super] = ACTIONS(1650), - [sym_crate] = ACTIONS(1650), - [sym_metavariable] = ACTIONS(1652), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3179), + [anon_sym_LPAREN] = ACTIONS(3181), + [anon_sym_LBRACK] = ACTIONS(3183), + [anon_sym_STAR] = ACTIONS(3187), + [anon_sym_QMARK] = ACTIONS(3189), + [anon_sym_u8] = ACTIONS(3191), + [anon_sym_i8] = ACTIONS(3191), + [anon_sym_u16] = ACTIONS(3191), + [anon_sym_i16] = ACTIONS(3191), + [anon_sym_u32] = ACTIONS(3191), + [anon_sym_i32] = ACTIONS(3191), + [anon_sym_u64] = ACTIONS(3191), + [anon_sym_i64] = ACTIONS(3191), + [anon_sym_u128] = ACTIONS(3191), + [anon_sym_i128] = ACTIONS(3191), + [anon_sym_isize] = ACTIONS(3191), + [anon_sym_usize] = ACTIONS(3191), + [anon_sym_f32] = ACTIONS(3191), + [anon_sym_f64] = ACTIONS(3191), + [anon_sym_bool] = ACTIONS(3191), + [anon_sym_str] = ACTIONS(3191), + [anon_sym_char] = ACTIONS(3191), + [anon_sym_BANG] = ACTIONS(3193), + [anon_sym_AMP] = ACTIONS(3195), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3197), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), + [anon_sym_default] = ACTIONS(3199), + [anon_sym_fn] = ACTIONS(3201), + [anon_sym_for] = ACTIONS(1156), + [anon_sym_gen] = ACTIONS(3203), + [anon_sym_impl] = ACTIONS(3205), + [anon_sym_union] = ACTIONS(3203), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(3207), + [anon_sym_raw] = ACTIONS(3203), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(3211), + [sym_super] = ACTIONS(3211), + [sym_crate] = ACTIONS(3211), + [sym_metavariable] = ACTIONS(3213), }, [STATE(997)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2406), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3645), + [sym_removed_trait_bound] = STATE(1782), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(3808), + [sym_bracketed_type] = STATE(3704), + [sym_lifetime] = STATE(3808), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1605), + [sym_function_type] = STATE(1782), + [sym_tuple_type] = STATE(1782), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(1718), + [sym_generic_type_with_turbofish] = STATE(3695), + [sym_bounded_type] = STATE(1782), + [sym_use_bounds] = STATE(3808), + [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(3450), + [sym_scoped_type_identifier] = STATE(1611), [sym_line_comment] = STATE(997), [sym_block_comment] = STATE(997), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), - [anon_sym_LPAREN] = ACTIONS(1618), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3359), + [anon_sym_LPAREN] = ACTIONS(3361), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), - [anon_sym_u8] = ACTIONS(1628), - [anon_sym_i8] = ACTIONS(1628), - [anon_sym_u16] = ACTIONS(1628), - [anon_sym_i16] = ACTIONS(1628), - [anon_sym_u32] = ACTIONS(1628), - [anon_sym_i32] = ACTIONS(1628), - [anon_sym_u64] = ACTIONS(1628), - [anon_sym_i64] = ACTIONS(1628), - [anon_sym_u128] = ACTIONS(1628), - [anon_sym_i128] = ACTIONS(1628), - [anon_sym_isize] = ACTIONS(1628), - [anon_sym_usize] = ACTIONS(1628), - [anon_sym_f32] = ACTIONS(1628), - [anon_sym_f64] = ACTIONS(1628), - [anon_sym_bool] = ACTIONS(1628), - [anon_sym_str] = ACTIONS(1628), - [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), - [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), - [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), - [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), - [anon_sym_raw] = ACTIONS(1642), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1650), - [sym_super] = ACTIONS(1650), - [sym_crate] = ACTIONS(1650), - [sym_metavariable] = ACTIONS(1652), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(3189), + [anon_sym_u8] = ACTIONS(3363), + [anon_sym_i8] = ACTIONS(3363), + [anon_sym_u16] = ACTIONS(3363), + [anon_sym_i16] = ACTIONS(3363), + [anon_sym_u32] = ACTIONS(3363), + [anon_sym_i32] = ACTIONS(3363), + [anon_sym_u64] = ACTIONS(3363), + [anon_sym_i64] = ACTIONS(3363), + [anon_sym_u128] = ACTIONS(3363), + [anon_sym_i128] = ACTIONS(3363), + [anon_sym_isize] = ACTIONS(3363), + [anon_sym_usize] = ACTIONS(3363), + [anon_sym_f32] = ACTIONS(3363), + [anon_sym_f64] = ACTIONS(3363), + [anon_sym_bool] = ACTIONS(3363), + [anon_sym_str] = ACTIONS(3363), + [anon_sym_char] = ACTIONS(3363), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3197), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), + [anon_sym_default] = ACTIONS(3365), + [anon_sym_fn] = ACTIONS(3201), + [anon_sym_for] = ACTIONS(3367), + [anon_sym_gen] = ACTIONS(3369), + [anon_sym_impl] = ACTIONS(1160), + [anon_sym_union] = ACTIONS(3369), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), + [anon_sym_raw] = ACTIONS(3369), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(3211), + [sym_super] = ACTIONS(3211), + [sym_crate] = ACTIONS(3211), + [sym_metavariable] = ACTIONS(3371), }, [STATE(998)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2713), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2761), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(998), [sym_block_comment] = STATE(998), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -112216,23 +112298,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -112242,111 +112324,111 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(999)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2676), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3645), + [sym_removed_trait_bound] = STATE(1810), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(3808), + [sym_bracketed_type] = STATE(3704), + [sym_lifetime] = STATE(3808), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1605), + [sym_function_type] = STATE(1810), + [sym_tuple_type] = STATE(1810), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(1673), + [sym_generic_type_with_turbofish] = STATE(3695), + [sym_bounded_type] = STATE(1810), + [sym_use_bounds] = STATE(3808), + [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(3450), + [sym_scoped_type_identifier] = STATE(1624), [sym_line_comment] = STATE(999), [sym_block_comment] = STATE(999), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), - [anon_sym_LPAREN] = ACTIONS(1618), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3373), + [anon_sym_LPAREN] = ACTIONS(3361), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), - [anon_sym_u8] = ACTIONS(1628), - [anon_sym_i8] = ACTIONS(1628), - [anon_sym_u16] = ACTIONS(1628), - [anon_sym_i16] = ACTIONS(1628), - [anon_sym_u32] = ACTIONS(1628), - [anon_sym_i32] = ACTIONS(1628), - [anon_sym_u64] = ACTIONS(1628), - [anon_sym_i64] = ACTIONS(1628), - [anon_sym_u128] = ACTIONS(1628), - [anon_sym_i128] = ACTIONS(1628), - [anon_sym_isize] = ACTIONS(1628), - [anon_sym_usize] = ACTIONS(1628), - [anon_sym_f32] = ACTIONS(1628), - [anon_sym_f64] = ACTIONS(1628), - [anon_sym_bool] = ACTIONS(1628), - [anon_sym_str] = ACTIONS(1628), - [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), - [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), - [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), - [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), - [anon_sym_raw] = ACTIONS(1642), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1650), - [sym_super] = ACTIONS(1650), - [sym_crate] = ACTIONS(1650), - [sym_metavariable] = ACTIONS(1652), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(3189), + [anon_sym_u8] = ACTIONS(3363), + [anon_sym_i8] = ACTIONS(3363), + [anon_sym_u16] = ACTIONS(3363), + [anon_sym_i16] = ACTIONS(3363), + [anon_sym_u32] = ACTIONS(3363), + [anon_sym_i32] = ACTIONS(3363), + [anon_sym_u64] = ACTIONS(3363), + [anon_sym_i64] = ACTIONS(3363), + [anon_sym_u128] = ACTIONS(3363), + [anon_sym_i128] = ACTIONS(3363), + [anon_sym_isize] = ACTIONS(3363), + [anon_sym_usize] = ACTIONS(3363), + [anon_sym_f32] = ACTIONS(3363), + [anon_sym_f64] = ACTIONS(3363), + [anon_sym_bool] = ACTIONS(3363), + [anon_sym_str] = ACTIONS(3363), + [anon_sym_char] = ACTIONS(3363), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3197), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), + [anon_sym_default] = ACTIONS(3365), + [anon_sym_fn] = ACTIONS(3201), + [anon_sym_for] = ACTIONS(1156), + [anon_sym_gen] = ACTIONS(3369), + [anon_sym_impl] = ACTIONS(1160), + [anon_sym_union] = ACTIONS(3369), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), + [anon_sym_raw] = ACTIONS(3369), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(3211), + [sym_super] = ACTIONS(3211), + [sym_crate] = ACTIONS(3211), + [sym_metavariable] = ACTIONS(3371), }, [STATE(1000)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2957), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2912), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(1000), [sym_block_comment] = STATE(1000), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -112364,23 +112446,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -112390,111 +112472,111 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(1001)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2733), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3761), + [sym_removed_trait_bound] = STATE(1498), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(1514), + [sym_bracketed_type] = STATE(3687), + [sym_lifetime] = STATE(3522), + [sym_array_type] = STATE(1498), + [sym_for_lifetimes] = STATE(1621), + [sym_function_type] = STATE(1498), + [sym_tuple_type] = STATE(1498), + [sym_unit_type] = STATE(1498), + [sym_generic_type] = STATE(1406), + [sym_generic_type_with_turbofish] = STATE(3819), + [sym_bounded_type] = STATE(1498), + [sym_use_bounds] = STATE(3522), + [sym_reference_type] = STATE(1498), + [sym_pointer_type] = STATE(1498), + [sym_never_type] = STATE(1498), + [sym_abstract_type] = STATE(1498), + [sym_dynamic_type] = STATE(1498), + [sym_macro_invocation] = STATE(1498), + [sym_scoped_identifier] = STATE(3362), + [sym_scoped_type_identifier] = STATE(1106), [sym_line_comment] = STATE(1001), [sym_block_comment] = STATE(1001), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), - [anon_sym_LPAREN] = ACTIONS(1618), - [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), - [anon_sym_u8] = ACTIONS(1628), - [anon_sym_i8] = ACTIONS(1628), - [anon_sym_u16] = ACTIONS(1628), - [anon_sym_i16] = ACTIONS(1628), - [anon_sym_u32] = ACTIONS(1628), - [anon_sym_i32] = ACTIONS(1628), - [anon_sym_u64] = ACTIONS(1628), - [anon_sym_i64] = ACTIONS(1628), - [anon_sym_u128] = ACTIONS(1628), - [anon_sym_i128] = ACTIONS(1628), - [anon_sym_isize] = ACTIONS(1628), - [anon_sym_usize] = ACTIONS(1628), - [anon_sym_f32] = ACTIONS(1628), - [anon_sym_f64] = ACTIONS(1628), - [anon_sym_bool] = ACTIONS(1628), - [anon_sym_str] = ACTIONS(1628), - [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), - [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), - [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), - [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), - [anon_sym_raw] = ACTIONS(1642), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1650), - [sym_super] = ACTIONS(1650), - [sym_crate] = ACTIONS(1650), - [sym_metavariable] = ACTIONS(1652), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3215), + [anon_sym_LPAREN] = ACTIONS(3217), + [anon_sym_LBRACK] = ACTIONS(3219), + [anon_sym_STAR] = ACTIONS(3223), + [anon_sym_QMARK] = ACTIONS(3225), + [anon_sym_u8] = ACTIONS(3227), + [anon_sym_i8] = ACTIONS(3227), + [anon_sym_u16] = ACTIONS(3227), + [anon_sym_i16] = ACTIONS(3227), + [anon_sym_u32] = ACTIONS(3227), + [anon_sym_i32] = ACTIONS(3227), + [anon_sym_u64] = ACTIONS(3227), + [anon_sym_i64] = ACTIONS(3227), + [anon_sym_u128] = ACTIONS(3227), + [anon_sym_i128] = ACTIONS(3227), + [anon_sym_isize] = ACTIONS(3227), + [anon_sym_usize] = ACTIONS(3227), + [anon_sym_f32] = ACTIONS(3227), + [anon_sym_f64] = ACTIONS(3227), + [anon_sym_bool] = ACTIONS(3227), + [anon_sym_str] = ACTIONS(3227), + [anon_sym_char] = ACTIONS(3227), + [anon_sym_BANG] = ACTIONS(3229), + [anon_sym_AMP] = ACTIONS(3231), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3233), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), + [anon_sym_default] = ACTIONS(3235), + [anon_sym_fn] = ACTIONS(3237), + [anon_sym_for] = ACTIONS(1156), + [anon_sym_gen] = ACTIONS(3239), + [anon_sym_impl] = ACTIONS(3241), + [anon_sym_union] = ACTIONS(3239), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(3243), + [anon_sym_raw] = ACTIONS(3239), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(3247), + [sym_super] = ACTIONS(3247), + [sym_crate] = ACTIONS(3247), + [sym_metavariable] = ACTIONS(3249), }, [STATE(1002)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2735), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(3072), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(1002), [sym_block_comment] = STATE(1002), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -112512,23 +112594,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -112538,37 +112620,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(1003)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2964), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2451), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2499), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2277), [sym_line_comment] = STATE(1003), [sym_block_comment] = STATE(1003), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3375), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -112586,23 +112668,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(3377), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -112612,37 +112694,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(1004)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2755), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2526), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(1004), [sym_block_comment] = STATE(1004), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -112660,23 +112742,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -112686,37 +112768,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(1005)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2088), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2067), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(1005), [sym_block_comment] = STATE(1005), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -112734,23 +112816,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -112760,37 +112842,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(1006)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2071), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2068), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(1006), [sym_block_comment] = STATE(1006), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -112808,23 +112890,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -112834,37 +112916,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(1007)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2076), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2541), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(1007), [sym_block_comment] = STATE(1007), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -112882,23 +112964,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -112908,37 +112990,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(1008)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2294), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2961), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(1008), [sym_block_comment] = STATE(1008), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -112956,23 +113038,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -112982,37 +113064,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(1009)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2315), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2478), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(1009), [sym_block_comment] = STATE(1009), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -113030,23 +113112,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -113056,37 +113138,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(1010)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2414), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2479), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(1010), [sym_block_comment] = STATE(1010), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -113104,23 +113186,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -113130,37 +113212,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(1011)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2415), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2696), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(1011), [sym_block_comment] = STATE(1011), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -113178,23 +113260,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -113204,37 +113286,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(1012)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(3315), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2978), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(1012), [sym_block_comment] = STATE(1012), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -113252,23 +113334,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -113278,37 +113360,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(1013)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2549), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2698), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(1013), [sym_block_comment] = STATE(1013), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -113326,23 +113408,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -113352,37 +113434,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(1014)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2983), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2480), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2503), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2237), [sym_line_comment] = STATE(1014), [sym_block_comment] = STATE(1014), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3379), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -113400,23 +113482,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(3381), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -113426,37 +113508,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(1015)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2796), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2084), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(1015), [sym_block_comment] = STATE(1015), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -113474,23 +113556,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -113500,37 +113582,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(1016)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2806), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2089), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(1016), [sym_block_comment] = STATE(1016), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -113548,23 +113630,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -113574,37 +113656,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(1017)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2416), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2097), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(3762), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2097), + [sym_tuple_type] = STATE(2097), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2041), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2097), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2036), [sym_line_comment] = STATE(1017), [sym_block_comment] = STATE(1017), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3383), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -113622,23 +113704,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -113648,37 +113730,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(1018)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2417), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2074), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(1018), [sym_block_comment] = STATE(1018), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -113696,23 +113778,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -113722,37 +113804,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(1019)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2418), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2098), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(1019), [sym_block_comment] = STATE(1019), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -113770,23 +113852,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -113796,37 +113878,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(1020)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2419), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2594), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(1020), [sym_block_comment] = STATE(1020), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -113844,23 +113926,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -113870,37 +113952,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(1021)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2316), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2337), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(1021), [sym_block_comment] = STATE(1021), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -113918,23 +114000,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -113944,37 +114026,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(1022)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2842), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2501), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(1022), [sym_block_comment] = STATE(1022), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -113992,23 +114074,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -114018,37 +114100,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(1023)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2844), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2502), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(1023), [sym_block_comment] = STATE(1023), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -114066,23 +114148,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -114092,37 +114174,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(1024)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2085), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2505), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(1024), [sym_block_comment] = STATE(1024), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -114140,23 +114222,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -114166,37 +114248,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(1025)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2423), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2506), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(1025), [sym_block_comment] = STATE(1025), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -114214,23 +114296,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -114240,37 +114322,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(1026)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2424), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2715), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(1026), [sym_block_comment] = STATE(1026), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -114288,23 +114370,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -114314,37 +114396,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(1027)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2318), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(3077), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(1027), [sym_block_comment] = STATE(1027), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -114362,23 +114444,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -114388,37 +114470,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(1028)] = { - [sym_function_modifiers] = STATE(3661), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2077), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3584), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1606), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3584), - [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(3335), - [sym_scoped_type_identifier] = STATE(2278), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2718), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(1028), [sym_block_comment] = STATE(1028), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3171), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1624), - [anon_sym_QMARK] = ACTIONS(1626), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -114436,23 +114518,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(1630), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1640), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1644), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1646), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -114462,37 +114544,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(1029)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2998), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2719), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(1029), [sym_block_comment] = STATE(1029), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -114510,23 +114592,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -114536,37 +114618,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(1030)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2628), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(3103), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(1030), [sym_block_comment] = STATE(1030), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -114584,23 +114666,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -114610,37 +114692,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(1031)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2319), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2722), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(1031), [sym_block_comment] = STATE(1031), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -114658,23 +114740,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -114684,37 +114766,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(1032)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2823), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2092), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(1032), [sym_block_comment] = STATE(1032), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -114732,23 +114814,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -114758,37 +114840,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(1033)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2321), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2093), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(1033), [sym_block_comment] = STATE(1033), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -114806,23 +114888,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -114832,37 +114914,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(1034)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(3059), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2094), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(1034), [sym_block_comment] = STATE(1034), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -114880,23 +114962,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -114906,111 +114988,111 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(1035)] = { - [sym_function_modifiers] = STATE(3775), - [sym_removed_trait_bound] = STATE(1530), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(1541), - [sym_bracketed_type] = STATE(3687), - [sym_lifetime] = STATE(3537), - [sym_array_type] = STATE(1530), - [sym_for_lifetimes] = STATE(1618), - [sym_function_type] = STATE(1530), - [sym_tuple_type] = STATE(1530), - [sym_unit_type] = STATE(1530), - [sym_generic_type] = STATE(1422), - [sym_generic_type_with_turbofish] = STATE(3817), - [sym_bounded_type] = STATE(1530), - [sym_use_bounds] = STATE(3537), - [sym_reference_type] = STATE(1530), - [sym_pointer_type] = STATE(1530), - [sym_never_type] = STATE(1530), - [sym_abstract_type] = STATE(1530), - [sym_dynamic_type] = STATE(1530), - [sym_macro_invocation] = STATE(1530), - [sym_scoped_identifier] = STATE(3346), - [sym_scoped_type_identifier] = STATE(1093), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2303), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(1035), [sym_block_comment] = STATE(1035), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3223), - [anon_sym_LPAREN] = ACTIONS(3225), - [anon_sym_LBRACK] = ACTIONS(3227), - [anon_sym_STAR] = ACTIONS(3231), - [anon_sym_QMARK] = ACTIONS(3233), - [anon_sym_u8] = ACTIONS(3235), - [anon_sym_i8] = ACTIONS(3235), - [anon_sym_u16] = ACTIONS(3235), - [anon_sym_i16] = ACTIONS(3235), - [anon_sym_u32] = ACTIONS(3235), - [anon_sym_i32] = ACTIONS(3235), - [anon_sym_u64] = ACTIONS(3235), - [anon_sym_i64] = ACTIONS(3235), - [anon_sym_u128] = ACTIONS(3235), - [anon_sym_i128] = ACTIONS(3235), - [anon_sym_isize] = ACTIONS(3235), - [anon_sym_usize] = ACTIONS(3235), - [anon_sym_f32] = ACTIONS(3235), - [anon_sym_f64] = ACTIONS(3235), - [anon_sym_bool] = ACTIONS(3235), - [anon_sym_str] = ACTIONS(3235), - [anon_sym_char] = ACTIONS(3235), - [anon_sym_BANG] = ACTIONS(3237), - [anon_sym_AMP] = ACTIONS(3239), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3241), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), - [anon_sym_default] = ACTIONS(3243), - [anon_sym_fn] = ACTIONS(3245), - [anon_sym_for] = ACTIONS(1104), - [anon_sym_gen] = ACTIONS(3247), - [anon_sym_impl] = ACTIONS(3249), - [anon_sym_union] = ACTIONS(3247), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(3251), - [anon_sym_raw] = ACTIONS(3247), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(3255), - [sym_super] = ACTIONS(3255), - [sym_crate] = ACTIONS(3255), - [sym_metavariable] = ACTIONS(3257), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), + [anon_sym_LPAREN] = ACTIONS(1618), + [anon_sym_LBRACK] = ACTIONS(1620), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), + [anon_sym_u8] = ACTIONS(1628), + [anon_sym_i8] = ACTIONS(1628), + [anon_sym_u16] = ACTIONS(1628), + [anon_sym_i16] = ACTIONS(1628), + [anon_sym_u32] = ACTIONS(1628), + [anon_sym_i32] = ACTIONS(1628), + [anon_sym_u64] = ACTIONS(1628), + [anon_sym_i64] = ACTIONS(1628), + [anon_sym_u128] = ACTIONS(1628), + [anon_sym_i128] = ACTIONS(1628), + [anon_sym_isize] = ACTIONS(1628), + [anon_sym_usize] = ACTIONS(1628), + [anon_sym_f32] = ACTIONS(1628), + [anon_sym_f64] = ACTIONS(1628), + [anon_sym_bool] = ACTIONS(1628), + [anon_sym_str] = ACTIONS(1628), + [anon_sym_char] = ACTIONS(1628), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(1634), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), + [anon_sym_default] = ACTIONS(1638), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), + [anon_sym_gen] = ACTIONS(1642), + [anon_sym_impl] = ACTIONS(1160), + [anon_sym_union] = ACTIONS(1642), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), + [anon_sym_raw] = ACTIONS(1642), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1650), + [sym_super] = ACTIONS(1650), + [sym_crate] = ACTIONS(1650), + [sym_metavariable] = ACTIONS(1652), }, [STATE(1036)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(3024), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2497), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(1036), [sym_block_comment] = STATE(1036), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -115028,23 +115110,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -115054,37 +115136,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(1037)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2301), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2412), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(1037), [sym_block_comment] = STATE(1037), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -115102,23 +115184,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -115128,37 +115210,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(1038)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2976), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2560), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(1038), [sym_block_comment] = STATE(1038), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -115176,23 +115258,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -115202,37 +115284,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(1039)] = { - [sym_function_modifiers] = STATE(3661), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2070), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3584), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1606), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3584), - [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(3335), - [sym_scoped_type_identifier] = STATE(2278), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(3176), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(1039), [sym_block_comment] = STATE(1039), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3171), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1624), - [anon_sym_QMARK] = ACTIONS(1626), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -115250,23 +115332,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(1630), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1640), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1644), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1646), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -115276,37 +115358,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(1040)] = { - [sym_function_modifiers] = STATE(3661), - [sym_removed_trait_bound] = STATE(2096), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(3584), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3584), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1606), - [sym_function_type] = STATE(2096), - [sym_tuple_type] = STATE(2096), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2058), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2096), - [sym_use_bounds] = STATE(3584), - [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(3335), - [sym_scoped_type_identifier] = STATE(2235), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2734), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(1040), [sym_block_comment] = STATE(1040), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3375), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1626), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -115324,23 +115406,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1640), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -115350,37 +115432,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(1041)] = { - [sym_function_modifiers] = STATE(3661), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2080), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3584), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1606), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3584), - [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(3335), - [sym_scoped_type_identifier] = STATE(2278), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2425), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(1041), [sym_block_comment] = STATE(1041), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3171), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1624), - [anon_sym_QMARK] = ACTIONS(1626), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -115398,23 +115480,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(1630), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1640), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1644), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1646), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -115424,37 +115506,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(1042)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2337), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2428), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(1042), [sym_block_comment] = STATE(1042), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -115472,23 +115554,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -115498,37 +115580,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(1043)] = { - [sym_function_modifiers] = STATE(3661), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2081), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3584), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1606), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3584), - [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(3335), - [sym_scoped_type_identifier] = STATE(2278), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2429), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(1043), [sym_block_comment] = STATE(1043), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3171), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1624), - [anon_sym_QMARK] = ACTIONS(1626), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -115546,23 +115628,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(1630), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1640), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1644), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1646), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -115572,37 +115654,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(1044)] = { - [sym_function_modifiers] = STATE(3661), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2069), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3584), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1606), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3584), - [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(3335), - [sym_scoped_type_identifier] = STATE(2278), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2430), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(1044), [sym_block_comment] = STATE(1044), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3171), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1624), - [anon_sym_QMARK] = ACTIONS(1626), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -115620,23 +115702,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(1630), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1640), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1644), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1646), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -115646,37 +115728,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(1045)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2592), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2307), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(1045), [sym_block_comment] = STATE(1045), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -115694,23 +115776,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -115720,37 +115802,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(1046)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(3107), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2736), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(1046), [sym_block_comment] = STATE(1046), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -115768,23 +115850,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -115794,37 +115876,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(1047)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(3063), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2737), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(1047), [sym_block_comment] = STATE(1047), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -115842,23 +115924,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -115868,37 +115950,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(1048)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2751), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2075), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(1048), [sym_block_comment] = STATE(1048), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -115916,23 +115998,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -115942,37 +116024,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(1049)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2326), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2442), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(1049), [sym_block_comment] = STATE(1049), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -115990,23 +116072,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -116016,37 +116098,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(1050)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2073), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2443), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(1050), [sym_block_comment] = STATE(1050), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -116064,23 +116146,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -116090,37 +116172,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(1051)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2646), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2312), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(1051), [sym_block_comment] = STATE(1051), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -116138,23 +116220,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -116164,37 +116246,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(1052)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2089), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(3776), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2089), - [sym_tuple_type] = STATE(2089), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2056), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2089), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2036), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2906), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(1052), [sym_block_comment] = STATE(1052), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3377), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -116212,23 +116294,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(3379), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -116238,37 +116320,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(1053)] = { - [sym_function_modifiers] = STATE(3661), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2091), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(2091), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1606), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(2091), - [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(3335), - [sym_scoped_type_identifier] = STATE(2278), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2741), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(1053), [sym_block_comment] = STATE(1053), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3171), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1624), - [anon_sym_QMARK] = ACTIONS(1626), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -116286,23 +116368,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(1630), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3089), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1640), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1644), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1646), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -116312,111 +116394,111 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(1054)] = { - [sym_function_modifiers] = STATE(3775), - [sym_removed_trait_bound] = STATE(1530), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(1492), - [sym_bracketed_type] = STATE(3687), - [sym_lifetime] = STATE(3537), - [sym_array_type] = STATE(1530), - [sym_for_lifetimes] = STATE(1618), - [sym_function_type] = STATE(1530), - [sym_tuple_type] = STATE(1530), - [sym_unit_type] = STATE(1530), - [sym_generic_type] = STATE(1422), - [sym_generic_type_with_turbofish] = STATE(3817), - [sym_bounded_type] = STATE(1530), - [sym_use_bounds] = STATE(3537), - [sym_reference_type] = STATE(1530), - [sym_pointer_type] = STATE(1530), - [sym_never_type] = STATE(1530), - [sym_abstract_type] = STATE(1530), - [sym_dynamic_type] = STATE(1530), - [sym_macro_invocation] = STATE(1530), - [sym_scoped_identifier] = STATE(3346), - [sym_scoped_type_identifier] = STATE(1093), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2290), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(1054), [sym_block_comment] = STATE(1054), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3223), - [anon_sym_LPAREN] = ACTIONS(3225), - [anon_sym_LBRACK] = ACTIONS(3227), - [anon_sym_STAR] = ACTIONS(3231), - [anon_sym_QMARK] = ACTIONS(3233), - [anon_sym_u8] = ACTIONS(3235), - [anon_sym_i8] = ACTIONS(3235), - [anon_sym_u16] = ACTIONS(3235), - [anon_sym_i16] = ACTIONS(3235), - [anon_sym_u32] = ACTIONS(3235), - [anon_sym_i32] = ACTIONS(3235), - [anon_sym_u64] = ACTIONS(3235), - [anon_sym_i64] = ACTIONS(3235), - [anon_sym_u128] = ACTIONS(3235), - [anon_sym_i128] = ACTIONS(3235), - [anon_sym_isize] = ACTIONS(3235), - [anon_sym_usize] = ACTIONS(3235), - [anon_sym_f32] = ACTIONS(3235), - [anon_sym_f64] = ACTIONS(3235), - [anon_sym_bool] = ACTIONS(3235), - [anon_sym_str] = ACTIONS(3235), - [anon_sym_char] = ACTIONS(3235), - [anon_sym_BANG] = ACTIONS(3237), - [anon_sym_AMP] = ACTIONS(3239), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3241), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), - [anon_sym_default] = ACTIONS(3243), - [anon_sym_fn] = ACTIONS(3245), - [anon_sym_for] = ACTIONS(1104), - [anon_sym_gen] = ACTIONS(3247), - [anon_sym_impl] = ACTIONS(3249), - [anon_sym_union] = ACTIONS(3247), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(3251), - [anon_sym_raw] = ACTIONS(3247), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(3255), - [sym_super] = ACTIONS(3255), - [sym_crate] = ACTIONS(3255), - [sym_metavariable] = ACTIONS(3257), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), + [anon_sym_LPAREN] = ACTIONS(1618), + [anon_sym_LBRACK] = ACTIONS(1620), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), + [anon_sym_u8] = ACTIONS(1628), + [anon_sym_i8] = ACTIONS(1628), + [anon_sym_u16] = ACTIONS(1628), + [anon_sym_i16] = ACTIONS(1628), + [anon_sym_u32] = ACTIONS(1628), + [anon_sym_i32] = ACTIONS(1628), + [anon_sym_u64] = ACTIONS(1628), + [anon_sym_i64] = ACTIONS(1628), + [anon_sym_u128] = ACTIONS(1628), + [anon_sym_i128] = ACTIONS(1628), + [anon_sym_isize] = ACTIONS(1628), + [anon_sym_usize] = ACTIONS(1628), + [anon_sym_f32] = ACTIONS(1628), + [anon_sym_f64] = ACTIONS(1628), + [anon_sym_bool] = ACTIONS(1628), + [anon_sym_str] = ACTIONS(1628), + [anon_sym_char] = ACTIONS(1628), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(1634), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), + [anon_sym_default] = ACTIONS(1638), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), + [anon_sym_gen] = ACTIONS(1642), + [anon_sym_impl] = ACTIONS(1160), + [anon_sym_union] = ACTIONS(1642), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), + [anon_sym_raw] = ACTIONS(1642), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1650), + [sym_super] = ACTIONS(1650), + [sym_crate] = ACTIONS(1650), + [sym_metavariable] = ACTIONS(1652), }, [STATE(1055)] = { - [sym_function_modifiers] = STATE(3661), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(3340), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3584), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1606), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3584), - [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(3335), - [sym_scoped_type_identifier] = STATE(2278), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2315), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(1055), [sym_block_comment] = STATE(1055), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3171), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1624), - [anon_sym_QMARK] = ACTIONS(1626), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -116434,23 +116516,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(1630), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1640), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1644), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1646), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -116460,37 +116542,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(1056)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(3116), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2939), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(1056), [sym_block_comment] = STATE(1056), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -116508,23 +116590,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -116534,37 +116616,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(1057)] = { - [sym_function_modifiers] = STATE(3815), - [sym_removed_trait_bound] = STATE(2079), - [sym_extern_modifier] = STATE(2421), - [sym__type] = STATE(2081), - [sym_bracketed_type] = STATE(3750), - [sym_lifetime] = STATE(3776), - [sym_array_type] = STATE(2079), - [sym_for_lifetimes] = STATE(1624), - [sym_function_type] = STATE(2079), - [sym_tuple_type] = STATE(2079), - [sym_unit_type] = STATE(2079), - [sym_generic_type] = STATE(2051), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2079), - [sym_use_bounds] = STATE(3776), - [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(3335), - [sym_scoped_type_identifier] = STATE(2031), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(3186), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(1057), [sym_block_comment] = STATE(1057), - [aux_sym_function_modifiers_repeat1] = STATE(2336), - [sym_identifier] = ACTIONS(3071), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), [anon_sym_LPAREN] = ACTIONS(1618), [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1066), - [anon_sym_QMARK] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), [anon_sym_u8] = ACTIONS(1628), [anon_sym_i8] = ACTIONS(1628), [anon_sym_u16] = ACTIONS(1628), @@ -116582,23 +116664,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1628), [anon_sym_str] = ACTIONS(1628), [anon_sym_char] = ACTIONS(1628), - [anon_sym_BANG] = ACTIONS(1074), - [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(3081), - [anon_sym_async] = ACTIONS(1096), - [anon_sym_const] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), [anon_sym_default] = ACTIONS(1638), - [anon_sym_fn] = ACTIONS(1102), - [anon_sym_for] = ACTIONS(1104), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), [anon_sym_gen] = ACTIONS(1642), - [anon_sym_impl] = ACTIONS(1108), + [anon_sym_impl] = ACTIONS(1160), [anon_sym_union] = ACTIONS(1642), - [anon_sym_unsafe] = ACTIONS(1096), - [anon_sym_use] = ACTIONS(1110), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_dyn] = ACTIONS(1116), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), [anon_sym_raw] = ACTIONS(1642), [anon_sym_SLASH_SLASH] = ACTIONS(105), [anon_sym_SLASH_STAR] = ACTIONS(107), @@ -116608,213 +116690,218 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1652), }, [STATE(1058)] = { - [sym_attribute_item] = STATE(1060), + [sym_function_modifiers] = STATE(3816), + [sym_removed_trait_bound] = STATE(2069), + [sym_extern_modifier] = STATE(2448), + [sym__type] = STATE(2321), + [sym_bracketed_type] = STATE(3736), + [sym_lifetime] = STATE(3762), + [sym_array_type] = STATE(2069), + [sym_for_lifetimes] = STATE(1608), + [sym_function_type] = STATE(2069), + [sym_tuple_type] = STATE(2069), + [sym_unit_type] = STATE(2069), + [sym_generic_type] = STATE(2042), + [sym_generic_type_with_turbofish] = STATE(3552), + [sym_bounded_type] = STATE(2069), + [sym_use_bounds] = STATE(3762), + [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(3394), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(1058), [sym_block_comment] = STATE(1058), - [aux_sym_enum_variant_list_repeat1] = STATE(1058), - [sym_identifier] = ACTIONS(3381), - [anon_sym_LPAREN] = ACTIONS(776), - [anon_sym_LBRACK] = ACTIONS(776), - [anon_sym_RBRACK] = ACTIONS(776), - [anon_sym_LBRACE] = ACTIONS(776), - [anon_sym_STAR] = ACTIONS(776), - [anon_sym_u8] = ACTIONS(3381), - [anon_sym_i8] = ACTIONS(3381), - [anon_sym_u16] = ACTIONS(3381), - [anon_sym_i16] = ACTIONS(3381), - [anon_sym_u32] = ACTIONS(3381), - [anon_sym_i32] = ACTIONS(3381), - [anon_sym_u64] = ACTIONS(3381), - [anon_sym_i64] = ACTIONS(3381), - [anon_sym_u128] = ACTIONS(3381), - [anon_sym_i128] = ACTIONS(3381), - [anon_sym_isize] = ACTIONS(3381), - [anon_sym_usize] = ACTIONS(3381), - [anon_sym_f32] = ACTIONS(3381), - [anon_sym_f64] = ACTIONS(3381), - [anon_sym_bool] = ACTIONS(3381), - [anon_sym_str] = ACTIONS(3381), - [anon_sym_char] = ACTIONS(3381), - [anon_sym_DASH] = ACTIONS(776), - [anon_sym_BANG] = ACTIONS(776), - [anon_sym_AMP] = ACTIONS(776), - [anon_sym_PIPE] = ACTIONS(776), - [anon_sym_LT] = ACTIONS(776), - [anon_sym_DOT_DOT] = ACTIONS(776), - [anon_sym_COMMA] = ACTIONS(776), - [anon_sym_COLON_COLON] = ACTIONS(776), - [anon_sym_POUND] = ACTIONS(802), - [anon_sym_SQUOTE] = ACTIONS(3381), - [anon_sym_async] = ACTIONS(3381), - [anon_sym_break] = ACTIONS(3381), - [anon_sym_const] = ACTIONS(3381), - [anon_sym_continue] = ACTIONS(3381), - [anon_sym_default] = ACTIONS(3381), - [anon_sym_for] = ACTIONS(3381), - [anon_sym_gen] = ACTIONS(3381), - [anon_sym_if] = ACTIONS(3381), - [anon_sym_loop] = ACTIONS(3381), - [anon_sym_match] = ACTIONS(3381), - [anon_sym_return] = ACTIONS(3381), - [anon_sym_static] = ACTIONS(3381), - [anon_sym_union] = ACTIONS(3381), - [anon_sym_unsafe] = ACTIONS(3381), - [anon_sym_while] = ACTIONS(3381), - [anon_sym_raw] = ACTIONS(3381), - [anon_sym_yield] = ACTIONS(3381), - [anon_sym_move] = ACTIONS(3381), - [anon_sym_try] = ACTIONS(3381), - [sym_integer_literal] = ACTIONS(776), - [aux_sym_string_literal_token1] = ACTIONS(776), - [sym_char_literal] = ACTIONS(776), - [anon_sym_true] = ACTIONS(3381), - [anon_sym_false] = ACTIONS(3381), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(3381), - [sym_super] = ACTIONS(3381), - [sym_crate] = ACTIONS(3381), - [sym_metavariable] = ACTIONS(776), - [sym__raw_string_literal_start] = ACTIONS(776), - [sym_float_literal] = ACTIONS(776), + [aux_sym_function_modifiers_repeat1] = STATE(2299), + [sym_identifier] = ACTIONS(3085), + [anon_sym_LPAREN] = ACTIONS(1618), + [anon_sym_LBRACK] = ACTIONS(1620), + [anon_sym_STAR] = ACTIONS(1118), + [anon_sym_QMARK] = ACTIONS(1120), + [anon_sym_u8] = ACTIONS(1628), + [anon_sym_i8] = ACTIONS(1628), + [anon_sym_u16] = ACTIONS(1628), + [anon_sym_i16] = ACTIONS(1628), + [anon_sym_u32] = ACTIONS(1628), + [anon_sym_i32] = ACTIONS(1628), + [anon_sym_u64] = ACTIONS(1628), + [anon_sym_i64] = ACTIONS(1628), + [anon_sym_u128] = ACTIONS(1628), + [anon_sym_i128] = ACTIONS(1628), + [anon_sym_isize] = ACTIONS(1628), + [anon_sym_usize] = ACTIONS(1628), + [anon_sym_f32] = ACTIONS(1628), + [anon_sym_f64] = ACTIONS(1628), + [anon_sym_bool] = ACTIONS(1628), + [anon_sym_str] = ACTIONS(1628), + [anon_sym_char] = ACTIONS(1628), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AMP] = ACTIONS(3089), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(1634), + [anon_sym_SQUOTE] = ACTIONS(3093), + [anon_sym_async] = ACTIONS(1148), + [anon_sym_const] = ACTIONS(1148), + [anon_sym_default] = ACTIONS(1638), + [anon_sym_fn] = ACTIONS(1154), + [anon_sym_for] = ACTIONS(1156), + [anon_sym_gen] = ACTIONS(1642), + [anon_sym_impl] = ACTIONS(1160), + [anon_sym_union] = ACTIONS(1642), + [anon_sym_unsafe] = ACTIONS(1148), + [anon_sym_use] = ACTIONS(1162), + [anon_sym_extern] = ACTIONS(1164), + [anon_sym_dyn] = ACTIONS(1168), + [anon_sym_raw] = ACTIONS(1642), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1650), + [sym_super] = ACTIONS(1650), + [sym_crate] = ACTIONS(1650), + [sym_metavariable] = ACTIONS(1652), }, [STATE(1059)] = { + [sym_attribute_item] = STATE(1061), [sym_line_comment] = STATE(1059), [sym_block_comment] = STATE(1059), - [sym_identifier] = ACTIONS(1905), - [anon_sym_LPAREN] = ACTIONS(1903), - [anon_sym_LBRACK] = ACTIONS(1903), - [anon_sym_RBRACK] = ACTIONS(1903), - [anon_sym_LBRACE] = ACTIONS(1903), - [anon_sym_STAR] = ACTIONS(1903), - [anon_sym_u8] = ACTIONS(1905), - [anon_sym_i8] = ACTIONS(1905), - [anon_sym_u16] = ACTIONS(1905), - [anon_sym_i16] = ACTIONS(1905), - [anon_sym_u32] = ACTIONS(1905), - [anon_sym_i32] = ACTIONS(1905), - [anon_sym_u64] = ACTIONS(1905), - [anon_sym_i64] = ACTIONS(1905), - [anon_sym_u128] = ACTIONS(1905), - [anon_sym_i128] = ACTIONS(1905), - [anon_sym_isize] = ACTIONS(1905), - [anon_sym_usize] = ACTIONS(1905), - [anon_sym_f32] = ACTIONS(1905), - [anon_sym_f64] = ACTIONS(1905), - [anon_sym_bool] = ACTIONS(1905), - [anon_sym_str] = ACTIONS(1905), - [anon_sym_char] = ACTIONS(1905), - [anon_sym_DASH] = ACTIONS(1903), - [anon_sym_BANG] = ACTIONS(1903), - [anon_sym_AMP] = ACTIONS(1903), - [anon_sym_PIPE] = ACTIONS(1903), - [anon_sym_LT] = ACTIONS(1903), - [anon_sym_DOT_DOT] = ACTIONS(1903), - [anon_sym_COMMA] = ACTIONS(1903), - [anon_sym_COLON_COLON] = ACTIONS(1903), - [anon_sym_POUND] = ACTIONS(1903), - [anon_sym_SQUOTE] = ACTIONS(1905), - [anon_sym_async] = ACTIONS(1905), - [anon_sym_break] = ACTIONS(1905), - [anon_sym_const] = ACTIONS(1905), - [anon_sym_continue] = ACTIONS(1905), - [anon_sym_default] = ACTIONS(1905), - [anon_sym_for] = ACTIONS(1905), - [anon_sym_gen] = ACTIONS(1905), - [anon_sym_if] = ACTIONS(1905), - [anon_sym_loop] = ACTIONS(1905), - [anon_sym_match] = ACTIONS(1905), - [anon_sym_return] = ACTIONS(1905), - [anon_sym_static] = ACTIONS(1905), - [anon_sym_union] = ACTIONS(1905), - [anon_sym_unsafe] = ACTIONS(1905), - [anon_sym_while] = ACTIONS(1905), - [anon_sym_raw] = ACTIONS(1905), - [anon_sym_yield] = ACTIONS(1905), - [anon_sym_move] = ACTIONS(1905), - [anon_sym_try] = ACTIONS(1905), - [sym_integer_literal] = ACTIONS(1903), - [aux_sym_string_literal_token1] = ACTIONS(1903), - [sym_char_literal] = ACTIONS(1903), - [anon_sym_true] = ACTIONS(1905), - [anon_sym_false] = ACTIONS(1905), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1905), - [sym_super] = ACTIONS(1905), - [sym_crate] = ACTIONS(1905), - [sym_metavariable] = ACTIONS(1903), - [sym__raw_string_literal_start] = ACTIONS(1903), - [sym_float_literal] = ACTIONS(1903), + [aux_sym_enum_variant_list_repeat1] = STATE(1059), + [sym_identifier] = ACTIONS(3385), + [anon_sym_LPAREN] = ACTIONS(784), + [anon_sym_LBRACK] = ACTIONS(784), + [anon_sym_RBRACK] = ACTIONS(784), + [anon_sym_LBRACE] = ACTIONS(784), + [anon_sym_STAR] = ACTIONS(784), + [anon_sym_u8] = ACTIONS(3385), + [anon_sym_i8] = ACTIONS(3385), + [anon_sym_u16] = ACTIONS(3385), + [anon_sym_i16] = ACTIONS(3385), + [anon_sym_u32] = ACTIONS(3385), + [anon_sym_i32] = ACTIONS(3385), + [anon_sym_u64] = ACTIONS(3385), + [anon_sym_i64] = ACTIONS(3385), + [anon_sym_u128] = ACTIONS(3385), + [anon_sym_i128] = ACTIONS(3385), + [anon_sym_isize] = ACTIONS(3385), + [anon_sym_usize] = ACTIONS(3385), + [anon_sym_f32] = ACTIONS(3385), + [anon_sym_f64] = ACTIONS(3385), + [anon_sym_bool] = ACTIONS(3385), + [anon_sym_str] = ACTIONS(3385), + [anon_sym_char] = ACTIONS(3385), + [anon_sym_DASH] = ACTIONS(784), + [anon_sym_BANG] = ACTIONS(784), + [anon_sym_AMP] = ACTIONS(784), + [anon_sym_PIPE] = ACTIONS(784), + [anon_sym_LT] = ACTIONS(784), + [anon_sym_DOT_DOT] = ACTIONS(784), + [anon_sym_COMMA] = ACTIONS(784), + [anon_sym_COLON_COLON] = ACTIONS(784), + [anon_sym_POUND] = ACTIONS(810), + [anon_sym_SQUOTE] = ACTIONS(3385), + [anon_sym_async] = ACTIONS(3385), + [anon_sym_break] = ACTIONS(3385), + [anon_sym_const] = ACTIONS(3385), + [anon_sym_continue] = ACTIONS(3385), + [anon_sym_default] = ACTIONS(3385), + [anon_sym_for] = ACTIONS(3385), + [anon_sym_gen] = ACTIONS(3385), + [anon_sym_if] = ACTIONS(3385), + [anon_sym_loop] = ACTIONS(3385), + [anon_sym_match] = ACTIONS(3385), + [anon_sym_return] = ACTIONS(3385), + [anon_sym_static] = ACTIONS(3385), + [anon_sym_union] = ACTIONS(3385), + [anon_sym_unsafe] = ACTIONS(3385), + [anon_sym_while] = ACTIONS(3385), + [anon_sym_raw] = ACTIONS(3385), + [anon_sym_yield] = ACTIONS(3385), + [anon_sym_move] = ACTIONS(3385), + [anon_sym_try] = ACTIONS(3385), + [sym_integer_literal] = ACTIONS(784), + [aux_sym_string_literal_token1] = ACTIONS(784), + [sym_char_literal] = ACTIONS(784), + [anon_sym_true] = ACTIONS(3385), + [anon_sym_false] = ACTIONS(3385), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(3385), + [sym_super] = ACTIONS(3385), + [sym_crate] = ACTIONS(3385), + [sym_metavariable] = ACTIONS(784), + [sym__raw_string_literal_start] = ACTIONS(784), + [sym_float_literal] = ACTIONS(784), }, [STATE(1060)] = { [sym_line_comment] = STATE(1060), [sym_block_comment] = STATE(1060), - [sym_identifier] = ACTIONS(3383), - [anon_sym_LPAREN] = ACTIONS(3385), - [anon_sym_LBRACK] = ACTIONS(3385), - [anon_sym_RBRACK] = ACTIONS(3385), - [anon_sym_LBRACE] = ACTIONS(3385), - [anon_sym_STAR] = ACTIONS(3385), - [anon_sym_u8] = ACTIONS(3383), - [anon_sym_i8] = ACTIONS(3383), - [anon_sym_u16] = ACTIONS(3383), - [anon_sym_i16] = ACTIONS(3383), - [anon_sym_u32] = ACTIONS(3383), - [anon_sym_i32] = ACTIONS(3383), - [anon_sym_u64] = ACTIONS(3383), - [anon_sym_i64] = ACTIONS(3383), - [anon_sym_u128] = ACTIONS(3383), - [anon_sym_i128] = ACTIONS(3383), - [anon_sym_isize] = ACTIONS(3383), - [anon_sym_usize] = ACTIONS(3383), - [anon_sym_f32] = ACTIONS(3383), - [anon_sym_f64] = ACTIONS(3383), - [anon_sym_bool] = ACTIONS(3383), - [anon_sym_str] = ACTIONS(3383), - [anon_sym_char] = ACTIONS(3383), - [anon_sym_DASH] = ACTIONS(3385), - [anon_sym_BANG] = ACTIONS(3385), - [anon_sym_AMP] = ACTIONS(3385), - [anon_sym_PIPE] = ACTIONS(3385), - [anon_sym_LT] = ACTIONS(3385), - [anon_sym_DOT_DOT] = ACTIONS(3385), - [anon_sym_COMMA] = ACTIONS(3385), - [anon_sym_COLON_COLON] = ACTIONS(3385), - [anon_sym_POUND] = ACTIONS(3385), - [anon_sym_SQUOTE] = ACTIONS(3383), - [anon_sym_async] = ACTIONS(3383), - [anon_sym_break] = ACTIONS(3383), - [anon_sym_const] = ACTIONS(3383), - [anon_sym_continue] = ACTIONS(3383), - [anon_sym_default] = ACTIONS(3383), - [anon_sym_for] = ACTIONS(3383), - [anon_sym_gen] = ACTIONS(3383), - [anon_sym_if] = ACTIONS(3383), - [anon_sym_loop] = ACTIONS(3383), - [anon_sym_match] = ACTIONS(3383), - [anon_sym_return] = ACTIONS(3383), - [anon_sym_static] = ACTIONS(3383), - [anon_sym_union] = ACTIONS(3383), - [anon_sym_unsafe] = ACTIONS(3383), - [anon_sym_while] = ACTIONS(3383), - [anon_sym_raw] = ACTIONS(3383), - [anon_sym_yield] = ACTIONS(3383), - [anon_sym_move] = ACTIONS(3383), - [anon_sym_try] = ACTIONS(3383), - [sym_integer_literal] = ACTIONS(3385), - [aux_sym_string_literal_token1] = ACTIONS(3385), - [sym_char_literal] = ACTIONS(3385), - [anon_sym_true] = ACTIONS(3383), - [anon_sym_false] = ACTIONS(3383), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(3383), - [sym_super] = ACTIONS(3383), - [sym_crate] = ACTIONS(3383), - [sym_metavariable] = ACTIONS(3385), - [sym__raw_string_literal_start] = ACTIONS(3385), - [sym_float_literal] = ACTIONS(3385), + [sym_identifier] = ACTIONS(2405), + [anon_sym_LPAREN] = ACTIONS(2403), + [anon_sym_LBRACK] = ACTIONS(2403), + [anon_sym_RBRACK] = ACTIONS(2403), + [anon_sym_LBRACE] = ACTIONS(2403), + [anon_sym_STAR] = ACTIONS(2403), + [anon_sym_u8] = ACTIONS(2405), + [anon_sym_i8] = ACTIONS(2405), + [anon_sym_u16] = ACTIONS(2405), + [anon_sym_i16] = ACTIONS(2405), + [anon_sym_u32] = ACTIONS(2405), + [anon_sym_i32] = ACTIONS(2405), + [anon_sym_u64] = ACTIONS(2405), + [anon_sym_i64] = ACTIONS(2405), + [anon_sym_u128] = ACTIONS(2405), + [anon_sym_i128] = ACTIONS(2405), + [anon_sym_isize] = ACTIONS(2405), + [anon_sym_usize] = ACTIONS(2405), + [anon_sym_f32] = ACTIONS(2405), + [anon_sym_f64] = ACTIONS(2405), + [anon_sym_bool] = ACTIONS(2405), + [anon_sym_str] = ACTIONS(2405), + [anon_sym_char] = ACTIONS(2405), + [anon_sym_DASH] = ACTIONS(2403), + [anon_sym_BANG] = ACTIONS(2403), + [anon_sym_AMP] = ACTIONS(2403), + [anon_sym_PIPE] = ACTIONS(2403), + [anon_sym_LT] = ACTIONS(2403), + [anon_sym_DOT_DOT] = ACTIONS(2403), + [anon_sym_COMMA] = ACTIONS(2403), + [anon_sym_COLON_COLON] = ACTIONS(2403), + [anon_sym_POUND] = ACTIONS(2403), + [anon_sym_SQUOTE] = ACTIONS(2405), + [anon_sym_async] = ACTIONS(2405), + [anon_sym_break] = ACTIONS(2405), + [anon_sym_const] = ACTIONS(2405), + [anon_sym_continue] = ACTIONS(2405), + [anon_sym_default] = ACTIONS(2405), + [anon_sym_for] = ACTIONS(2405), + [anon_sym_gen] = ACTIONS(2405), + [anon_sym_if] = ACTIONS(2405), + [anon_sym_loop] = ACTIONS(2405), + [anon_sym_match] = ACTIONS(2405), + [anon_sym_return] = ACTIONS(2405), + [anon_sym_static] = ACTIONS(2405), + [anon_sym_union] = ACTIONS(2405), + [anon_sym_unsafe] = ACTIONS(2405), + [anon_sym_while] = ACTIONS(2405), + [anon_sym_raw] = ACTIONS(2405), + [anon_sym_yield] = ACTIONS(2405), + [anon_sym_move] = ACTIONS(2405), + [anon_sym_try] = ACTIONS(2405), + [sym_integer_literal] = ACTIONS(2403), + [aux_sym_string_literal_token1] = ACTIONS(2403), + [sym_char_literal] = ACTIONS(2403), + [anon_sym_true] = ACTIONS(2405), + [anon_sym_false] = ACTIONS(2405), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(2405), + [sym_super] = ACTIONS(2405), + [sym_crate] = ACTIONS(2405), + [sym_metavariable] = ACTIONS(2403), + [sym__raw_string_literal_start] = ACTIONS(2403), + [sym_float_literal] = ACTIONS(2403), }, [STATE(1061)] = { [sym_line_comment] = STATE(1061), @@ -116822,6 +116909,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(3387), [anon_sym_LPAREN] = ACTIONS(3389), [anon_sym_LBRACK] = ACTIONS(3389), + [anon_sym_RBRACK] = ACTIONS(3389), [anon_sym_LBRACE] = ACTIONS(3389), [anon_sym_STAR] = ACTIONS(3389), [anon_sym_u8] = ACTIONS(3387), @@ -116841,15 +116929,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(3387), [anon_sym_str] = ACTIONS(3387), [anon_sym_char] = ACTIONS(3387), - [anon_sym_DASH] = ACTIONS(3387), + [anon_sym_DASH] = ACTIONS(3389), [anon_sym_BANG] = ACTIONS(3389), [anon_sym_AMP] = ACTIONS(3389), [anon_sym_PIPE] = ACTIONS(3389), [anon_sym_LT] = ACTIONS(3389), - [anon_sym__] = ACTIONS(3387), [anon_sym_DOT_DOT] = ACTIONS(3389), + [anon_sym_COMMA] = ACTIONS(3389), [anon_sym_COLON_COLON] = ACTIONS(3389), - [anon_sym_DASH_GT] = ACTIONS(3389), + [anon_sym_POUND] = ACTIONS(3389), [anon_sym_SQUOTE] = ACTIONS(3387), [anon_sym_async] = ACTIONS(3387), [anon_sym_break] = ACTIONS(3387), @@ -116887,80 +116975,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [STATE(1062)] = { [sym_line_comment] = STATE(1062), [sym_block_comment] = STATE(1062), - [sym_identifier] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(1614), - [anon_sym_LBRACK] = ACTIONS(1614), - [anon_sym_LBRACE] = ACTIONS(1614), - [anon_sym_STAR] = ACTIONS(1614), - [anon_sym_u8] = ACTIONS(1612), - [anon_sym_i8] = ACTIONS(1612), - [anon_sym_u16] = ACTIONS(1612), - [anon_sym_i16] = ACTIONS(1612), - [anon_sym_u32] = ACTIONS(1612), - [anon_sym_i32] = ACTIONS(1612), - [anon_sym_u64] = ACTIONS(1612), - [anon_sym_i64] = ACTIONS(1612), - [anon_sym_u128] = ACTIONS(1612), - [anon_sym_i128] = ACTIONS(1612), - [anon_sym_isize] = ACTIONS(1612), - [anon_sym_usize] = ACTIONS(1612), - [anon_sym_f32] = ACTIONS(1612), - [anon_sym_f64] = ACTIONS(1612), - [anon_sym_bool] = ACTIONS(1612), - [anon_sym_str] = ACTIONS(1612), - [anon_sym_char] = ACTIONS(1612), - [anon_sym_DASH] = ACTIONS(1612), - [anon_sym_BANG] = ACTIONS(1614), - [anon_sym_AMP] = ACTIONS(1614), - [anon_sym_PIPE] = ACTIONS(1614), - [anon_sym_LT] = ACTIONS(1614), - [anon_sym__] = ACTIONS(1612), - [anon_sym_DOT_DOT] = ACTIONS(1614), - [anon_sym_COLON_COLON] = ACTIONS(1614), - [anon_sym_DASH_GT] = ACTIONS(1614), - [anon_sym_SQUOTE] = ACTIONS(1612), - [anon_sym_async] = ACTIONS(1612), - [anon_sym_break] = ACTIONS(1612), - [anon_sym_const] = ACTIONS(1612), - [anon_sym_continue] = ACTIONS(1612), - [anon_sym_default] = ACTIONS(1612), - [anon_sym_for] = ACTIONS(1612), - [anon_sym_gen] = ACTIONS(1612), - [anon_sym_if] = ACTIONS(1612), - [anon_sym_loop] = ACTIONS(1612), - [anon_sym_match] = ACTIONS(1612), - [anon_sym_return] = ACTIONS(1612), - [anon_sym_static] = ACTIONS(1612), - [anon_sym_union] = ACTIONS(1612), - [anon_sym_unsafe] = ACTIONS(1612), - [anon_sym_while] = ACTIONS(1612), - [anon_sym_raw] = ACTIONS(1612), - [anon_sym_yield] = ACTIONS(1612), - [anon_sym_move] = ACTIONS(1612), - [anon_sym_try] = ACTIONS(1612), - [sym_integer_literal] = ACTIONS(1614), - [aux_sym_string_literal_token1] = ACTIONS(1614), - [sym_char_literal] = ACTIONS(1614), - [anon_sym_true] = ACTIONS(1612), - [anon_sym_false] = ACTIONS(1612), - [anon_sym_SLASH_SLASH] = ACTIONS(105), - [anon_sym_SLASH_STAR] = ACTIONS(107), - [sym_self] = ACTIONS(1612), - [sym_super] = ACTIONS(1612), - [sym_crate] = ACTIONS(1612), - [sym_metavariable] = ACTIONS(1614), - [sym__raw_string_literal_start] = ACTIONS(1614), - [sym_float_literal] = ACTIONS(1614), - }, - [STATE(1063)] = { - [sym_line_comment] = STATE(1063), - [sym_block_comment] = STATE(1063), [sym_identifier] = ACTIONS(3391), - [anon_sym_LPAREN] = ACTIONS(1224), - [anon_sym_RPAREN] = ACTIONS(1224), - [anon_sym_LBRACK] = ACTIONS(1224), - [anon_sym_LBRACE] = ACTIONS(1224), - [anon_sym_STAR] = ACTIONS(1224), + [anon_sym_LPAREN] = ACTIONS(3393), + [anon_sym_LBRACK] = ACTIONS(3393), + [anon_sym_LBRACE] = ACTIONS(3393), + [anon_sym_STAR] = ACTIONS(3393), [anon_sym_u8] = ACTIONS(3391), [anon_sym_i8] = ACTIONS(3391), [anon_sym_u16] = ACTIONS(3391), @@ -116978,13 +116997,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(3391), [anon_sym_str] = ACTIONS(3391), [anon_sym_char] = ACTIONS(3391), - [anon_sym_DASH] = ACTIONS(1224), - [anon_sym_BANG] = ACTIONS(1224), - [anon_sym_AMP] = ACTIONS(1224), - [anon_sym_PIPE] = ACTIONS(1224), - [anon_sym_LT] = ACTIONS(1224), - [anon_sym_DOT_DOT] = ACTIONS(1224), - [anon_sym_COLON_COLON] = ACTIONS(1224), + [anon_sym_DASH] = ACTIONS(3391), + [anon_sym_BANG] = ACTIONS(3393), + [anon_sym_AMP] = ACTIONS(3393), + [anon_sym_PIPE] = ACTIONS(3393), + [anon_sym_LT] = ACTIONS(3393), + [anon_sym__] = ACTIONS(3391), + [anon_sym_DOT_DOT] = ACTIONS(3393), + [anon_sym_COLON_COLON] = ACTIONS(3393), + [anon_sym_DASH_GT] = ACTIONS(3393), [anon_sym_SQUOTE] = ACTIONS(3391), [anon_sym_async] = ACTIONS(3391), [anon_sym_break] = ACTIONS(3391), @@ -117005,9 +117026,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_yield] = ACTIONS(3391), [anon_sym_move] = ACTIONS(3391), [anon_sym_try] = ACTIONS(3391), - [sym_integer_literal] = ACTIONS(1224), - [aux_sym_string_literal_token1] = ACTIONS(1224), - [sym_char_literal] = ACTIONS(1224), + [sym_integer_literal] = ACTIONS(3393), + [aux_sym_string_literal_token1] = ACTIONS(3393), + [sym_char_literal] = ACTIONS(3393), [anon_sym_true] = ACTIONS(3391), [anon_sym_false] = ACTIONS(3391), [anon_sym_SLASH_SLASH] = ACTIONS(105), @@ -117015,9 +117036,144 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_self] = ACTIONS(3391), [sym_super] = ACTIONS(3391), [sym_crate] = ACTIONS(3391), - [sym_metavariable] = ACTIONS(1224), - [sym__raw_string_literal_start] = ACTIONS(1224), - [sym_float_literal] = ACTIONS(1224), + [sym_metavariable] = ACTIONS(3393), + [sym__raw_string_literal_start] = ACTIONS(3393), + [sym_float_literal] = ACTIONS(3393), + }, + [STATE(1063)] = { + [sym_line_comment] = STATE(1063), + [sym_block_comment] = STATE(1063), + [sym_identifier] = ACTIONS(1608), + [anon_sym_LPAREN] = ACTIONS(1610), + [anon_sym_LBRACK] = ACTIONS(1610), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_STAR] = ACTIONS(1610), + [anon_sym_u8] = ACTIONS(1608), + [anon_sym_i8] = ACTIONS(1608), + [anon_sym_u16] = ACTIONS(1608), + [anon_sym_i16] = ACTIONS(1608), + [anon_sym_u32] = ACTIONS(1608), + [anon_sym_i32] = ACTIONS(1608), + [anon_sym_u64] = ACTIONS(1608), + [anon_sym_i64] = ACTIONS(1608), + [anon_sym_u128] = ACTIONS(1608), + [anon_sym_i128] = ACTIONS(1608), + [anon_sym_isize] = ACTIONS(1608), + [anon_sym_usize] = ACTIONS(1608), + [anon_sym_f32] = ACTIONS(1608), + [anon_sym_f64] = ACTIONS(1608), + [anon_sym_bool] = ACTIONS(1608), + [anon_sym_str] = ACTIONS(1608), + [anon_sym_char] = ACTIONS(1608), + [anon_sym_DASH] = ACTIONS(1608), + [anon_sym_BANG] = ACTIONS(1610), + [anon_sym_AMP] = ACTIONS(1610), + [anon_sym_PIPE] = ACTIONS(1610), + [anon_sym_LT] = ACTIONS(1610), + [anon_sym__] = ACTIONS(1608), + [anon_sym_DOT_DOT] = ACTIONS(1610), + [anon_sym_COLON_COLON] = ACTIONS(1610), + [anon_sym_DASH_GT] = ACTIONS(1610), + [anon_sym_SQUOTE] = ACTIONS(1608), + [anon_sym_async] = ACTIONS(1608), + [anon_sym_break] = ACTIONS(1608), + [anon_sym_const] = ACTIONS(1608), + [anon_sym_continue] = ACTIONS(1608), + [anon_sym_default] = ACTIONS(1608), + [anon_sym_for] = ACTIONS(1608), + [anon_sym_gen] = ACTIONS(1608), + [anon_sym_if] = ACTIONS(1608), + [anon_sym_loop] = ACTIONS(1608), + [anon_sym_match] = ACTIONS(1608), + [anon_sym_return] = ACTIONS(1608), + [anon_sym_static] = ACTIONS(1608), + [anon_sym_union] = ACTIONS(1608), + [anon_sym_unsafe] = ACTIONS(1608), + [anon_sym_while] = ACTIONS(1608), + [anon_sym_raw] = ACTIONS(1608), + [anon_sym_yield] = ACTIONS(1608), + [anon_sym_move] = ACTIONS(1608), + [anon_sym_try] = ACTIONS(1608), + [sym_integer_literal] = ACTIONS(1610), + [aux_sym_string_literal_token1] = ACTIONS(1610), + [sym_char_literal] = ACTIONS(1610), + [anon_sym_true] = ACTIONS(1608), + [anon_sym_false] = ACTIONS(1608), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(1608), + [sym_super] = ACTIONS(1608), + [sym_crate] = ACTIONS(1608), + [sym_metavariable] = ACTIONS(1610), + [sym__raw_string_literal_start] = ACTIONS(1610), + [sym_float_literal] = ACTIONS(1610), + }, + [STATE(1064)] = { + [sym_line_comment] = STATE(1064), + [sym_block_comment] = STATE(1064), + [sym_identifier] = ACTIONS(3395), + [anon_sym_LPAREN] = ACTIONS(1192), + [anon_sym_RPAREN] = ACTIONS(1192), + [anon_sym_LBRACK] = ACTIONS(1192), + [anon_sym_LBRACE] = ACTIONS(1192), + [anon_sym_STAR] = ACTIONS(1192), + [anon_sym_u8] = ACTIONS(3395), + [anon_sym_i8] = ACTIONS(3395), + [anon_sym_u16] = ACTIONS(3395), + [anon_sym_i16] = ACTIONS(3395), + [anon_sym_u32] = ACTIONS(3395), + [anon_sym_i32] = ACTIONS(3395), + [anon_sym_u64] = ACTIONS(3395), + [anon_sym_i64] = ACTIONS(3395), + [anon_sym_u128] = ACTIONS(3395), + [anon_sym_i128] = ACTIONS(3395), + [anon_sym_isize] = ACTIONS(3395), + [anon_sym_usize] = ACTIONS(3395), + [anon_sym_f32] = ACTIONS(3395), + [anon_sym_f64] = ACTIONS(3395), + [anon_sym_bool] = ACTIONS(3395), + [anon_sym_str] = ACTIONS(3395), + [anon_sym_char] = ACTIONS(3395), + [anon_sym_DASH] = ACTIONS(1192), + [anon_sym_BANG] = ACTIONS(1192), + [anon_sym_AMP] = ACTIONS(1192), + [anon_sym_PIPE] = ACTIONS(1192), + [anon_sym_LT] = ACTIONS(1192), + [anon_sym_DOT_DOT] = ACTIONS(1192), + [anon_sym_COLON_COLON] = ACTIONS(1192), + [anon_sym_SQUOTE] = ACTIONS(3395), + [anon_sym_async] = ACTIONS(3395), + [anon_sym_break] = ACTIONS(3395), + [anon_sym_const] = ACTIONS(3395), + [anon_sym_continue] = ACTIONS(3395), + [anon_sym_default] = ACTIONS(3395), + [anon_sym_for] = ACTIONS(3395), + [anon_sym_gen] = ACTIONS(3395), + [anon_sym_if] = ACTIONS(3395), + [anon_sym_loop] = ACTIONS(3395), + [anon_sym_match] = ACTIONS(3395), + [anon_sym_return] = ACTIONS(3395), + [anon_sym_static] = ACTIONS(3395), + [anon_sym_union] = ACTIONS(3395), + [anon_sym_unsafe] = ACTIONS(3395), + [anon_sym_while] = ACTIONS(3395), + [anon_sym_raw] = ACTIONS(3395), + [anon_sym_yield] = ACTIONS(3395), + [anon_sym_move] = ACTIONS(3395), + [anon_sym_try] = ACTIONS(3395), + [sym_integer_literal] = ACTIONS(1192), + [aux_sym_string_literal_token1] = ACTIONS(1192), + [sym_char_literal] = ACTIONS(1192), + [anon_sym_true] = ACTIONS(3395), + [anon_sym_false] = ACTIONS(3395), + [anon_sym_SLASH_SLASH] = ACTIONS(105), + [anon_sym_SLASH_STAR] = ACTIONS(107), + [sym_self] = ACTIONS(3395), + [sym_super] = ACTIONS(3395), + [sym_crate] = ACTIONS(3395), + [sym_metavariable] = ACTIONS(1192), + [sym__raw_string_literal_start] = ACTIONS(1192), + [sym_float_literal] = ACTIONS(1192), }, }; @@ -117027,10 +117183,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1064), 2, + STATE(1065), 2, sym_line_comment, sym_block_comment, - ACTIONS(1903), 18, + ACTIONS(2403), 18, sym__raw_string_literal_start, sym_float_literal, anon_sym_LPAREN, @@ -117049,7 +117205,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_string_literal_token1, sym_char_literal, sym_metavariable, - ACTIONS(1905), 41, + ACTIONS(2405), 41, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -117096,10 +117252,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1065), 2, + STATE(1066), 2, sym_line_comment, sym_block_comment, - ACTIONS(3395), 20, + ACTIONS(3399), 20, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -117120,7 +117276,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_SQUOTE, sym_metavariable, - ACTIONS(3393), 37, + ACTIONS(3397), 37, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -117165,50 +117321,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(1072), 1, + ACTIONS(1124), 1, anon_sym_DASH, - ACTIONS(1122), 1, + ACTIONS(1174), 1, aux_sym_string_literal_token1, - ACTIONS(1132), 1, + ACTIONS(1184), 1, sym__raw_string_literal_start, - ACTIONS(2301), 1, + ACTIONS(1845), 1, anon_sym_COLON_COLON, - ACTIONS(3397), 1, + ACTIONS(3401), 1, sym_identifier, - ACTIONS(3407), 1, + ACTIONS(3411), 1, sym_metavariable, - STATE(2174), 1, + STATE(2142), 1, sym_scoped_identifier, - STATE(2225), 1, + STATE(2209), 1, sym__literal_pattern, - STATE(3740), 1, + STATE(3728), 1, sym_bracketed_type, - STATE(3804), 1, + STATE(3791), 1, sym_generic_type_with_turbofish, - ACTIONS(1124), 2, + ACTIONS(1176), 2, anon_sym_true, anon_sym_false, - STATE(1066), 2, + STATE(1067), 2, sym_line_comment, sym_block_comment, - ACTIONS(1120), 3, + ACTIONS(1172), 3, sym_float_literal, sym_integer_literal, sym_char_literal, - ACTIONS(3401), 3, + ACTIONS(3405), 3, anon_sym_COLON, anon_sym_else, anon_sym_in, - ACTIONS(3405), 3, + ACTIONS(3409), 3, sym_self, sym_super, sym_crate, - STATE(2116), 4, + STATE(2115), 4, sym_negative_literal, sym_string_literal, sym_raw_string_literal, sym_boolean_literal, - ACTIONS(3399), 7, + ACTIONS(3403), 7, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -117216,7 +117372,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_EQ, anon_sym_COMMA, - ACTIONS(3403), 21, + ACTIONS(3407), 21, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -117245,50 +117401,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(1072), 1, + ACTIONS(1124), 1, anon_sym_DASH, - ACTIONS(1122), 1, + ACTIONS(1174), 1, aux_sym_string_literal_token1, - ACTIONS(1132), 1, + ACTIONS(1184), 1, sym__raw_string_literal_start, - ACTIONS(2301), 1, + ACTIONS(1845), 1, anon_sym_COLON_COLON, - ACTIONS(3409), 1, + ACTIONS(3413), 1, sym_identifier, - ACTIONS(3419), 1, + ACTIONS(3423), 1, sym_metavariable, - STATE(2162), 1, + STATE(2158), 1, sym_scoped_identifier, - STATE(2188), 1, + STATE(2190), 1, sym__literal_pattern, - STATE(3740), 1, + STATE(3728), 1, sym_bracketed_type, - STATE(3804), 1, + STATE(3791), 1, sym_generic_type_with_turbofish, - ACTIONS(1124), 2, + ACTIONS(1176), 2, anon_sym_true, anon_sym_false, - STATE(1067), 2, + STATE(1068), 2, sym_line_comment, sym_block_comment, - ACTIONS(1120), 3, + ACTIONS(1172), 3, sym_float_literal, sym_integer_literal, sym_char_literal, - ACTIONS(3413), 3, + ACTIONS(3417), 3, anon_sym_COLON, anon_sym_else, anon_sym_in, - ACTIONS(3417), 3, + ACTIONS(3421), 3, sym_self, sym_super, sym_crate, - STATE(2116), 4, + STATE(2115), 4, sym_negative_literal, sym_string_literal, sym_raw_string_literal, sym_boolean_literal, - ACTIONS(3411), 7, + ACTIONS(3415), 7, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -117296,7 +117452,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_EQ, anon_sym_COMMA, - ACTIONS(3415), 21, + ACTIONS(3419), 21, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -117325,50 +117481,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(1072), 1, + ACTIONS(1124), 1, anon_sym_DASH, - ACTIONS(1122), 1, + ACTIONS(1174), 1, aux_sym_string_literal_token1, - ACTIONS(1132), 1, + ACTIONS(1184), 1, sym__raw_string_literal_start, - ACTIONS(2301), 1, + ACTIONS(1845), 1, anon_sym_COLON_COLON, - ACTIONS(3421), 1, + ACTIONS(3425), 1, sym_identifier, - ACTIONS(3431), 1, + ACTIONS(3435), 1, sym_metavariable, - STATE(2149), 1, + STATE(2157), 1, sym_scoped_identifier, - STATE(2222), 1, + STATE(2198), 1, sym__literal_pattern, - STATE(3740), 1, + STATE(3728), 1, sym_bracketed_type, - STATE(3804), 1, + STATE(3791), 1, sym_generic_type_with_turbofish, - ACTIONS(1124), 2, + ACTIONS(1176), 2, anon_sym_true, anon_sym_false, - STATE(1068), 2, + STATE(1069), 2, sym_line_comment, sym_block_comment, - ACTIONS(1120), 3, + ACTIONS(1172), 3, sym_float_literal, sym_integer_literal, sym_char_literal, - ACTIONS(3425), 3, + ACTIONS(3429), 3, anon_sym_COLON, anon_sym_else, anon_sym_in, - ACTIONS(3429), 3, + ACTIONS(3433), 3, sym_self, sym_super, sym_crate, - STATE(2116), 4, + STATE(2115), 4, sym_negative_literal, sym_string_literal, sym_raw_string_literal, sym_boolean_literal, - ACTIONS(3423), 7, + ACTIONS(3427), 7, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -117376,7 +117532,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_EQ, anon_sym_COMMA, - ACTIONS(3427), 21, + ACTIONS(3431), 21, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -117403,10 +117559,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1069), 2, + STATE(1070), 2, sym_line_comment, sym_block_comment, - ACTIONS(1442), 9, + ACTIONS(1532), 9, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -117416,7 +117572,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1444), 41, + ACTIONS(1534), 41, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -117458,27 +117614,89 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [514] = 11, + [514] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3435), 1, - anon_sym_LPAREN, - ACTIONS(3439), 1, - anon_sym_BANG, - ACTIONS(3441), 1, + STATE(1071), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1488), 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(1490), 41, + anon_sym_u8, + anon_sym_i8, + anon_sym_u16, + anon_sym_i16, + anon_sym_u32, + anon_sym_i32, + anon_sym_u64, + anon_sym_i64, + anon_sym_u128, + anon_sym_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, + anon_sym_raw, + sym_identifier, + sym_self, + sym_super, + sym_crate, + [579] = 12, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(348), 1, + anon_sym_LBRACE, + ACTIONS(3441), 1, + anon_sym_BANG, ACTIONS(3443), 1, - anon_sym_LT2, - STATE(1430), 1, - sym_type_arguments, - STATE(1434), 1, - sym_parameters, - STATE(1070), 2, + anon_sym_COLON_COLON, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + ACTIONS(3447), 1, + anon_sym_move, + STATE(1521), 1, + sym_block, + STATE(3719), 1, + sym_label, + STATE(1072), 2, sym_line_comment, sym_block_comment, - ACTIONS(3437), 17, + ACTIONS(3439), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -117489,19 +117707,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(3433), 27, + ACTIONS(3437), 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, @@ -117514,105 +117730,100 @@ 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, - [591] = 11, + [658] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3435), 1, - anon_sym_LPAREN, - ACTIONS(3441), 1, - anon_sym_COLON_COLON, - ACTIONS(3443), 1, - anon_sym_LT2, - ACTIONS(3449), 1, - anon_sym_BANG, - STATE(1430), 1, - sym_type_arguments, - STATE(1434), 1, - sym_parameters, - STATE(1071), 2, + ACTIONS(3453), 1, + anon_sym_POUND, + STATE(1206), 2, + sym_attribute_item, + sym_inner_attribute_item, + STATE(1073), 3, sym_line_comment, sym_block_comment, - ACTIONS(3447), 17, - anon_sym_PLUS, - anon_sym_STAR, + aux_sym_match_arm_repeat1, + ACTIONS(3451), 14, + sym__raw_string_literal_start, + sym_float_literal, + anon_sym_LPAREN, + anon_sym_LBRACK, anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_CARET, anon_sym_AMP, anon_sym_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT_LT_EQ, - anon_sym_EQ, - anon_sym_GT, anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3445), 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, - [668] = 12, + anon_sym_COLON_COLON, + sym_integer_literal, + aux_sym_string_literal_token1, + sym_char_literal, + sym_metavariable, + ACTIONS(3449), 32, + anon_sym_u8, + anon_sym_i8, + anon_sym_u16, + anon_sym_i16, + anon_sym_u32, + anon_sym_i32, + anon_sym_u64, + anon_sym_i64, + anon_sym_u128, + anon_sym_i128, + anon_sym_isize, + anon_sym_usize, + anon_sym_f32, + anon_sym_f64, + anon_sym_bool, + anon_sym_str, + anon_sym_char, + anon_sym__, + anon_sym_DOT_DOT, + anon_sym_const, + anon_sym_default, + anon_sym_gen, + anon_sym_union, + anon_sym_ref, + sym_mutable_specifier, + anon_sym_raw, + anon_sym_true, + anon_sym_false, + sym_identifier, + sym_self, + sym_super, + sym_crate, + [727] = 11, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(348), 1, - anon_sym_LBRACE, - ACTIONS(3455), 1, + ACTIONS(3458), 1, + anon_sym_LPAREN, + ACTIONS(3462), 1, anon_sym_BANG, - ACTIONS(3457), 1, + ACTIONS(3464), 1, anon_sym_COLON_COLON, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - ACTIONS(3461), 1, - anon_sym_move, - STATE(1534), 1, - sym_block, - STATE(3719), 1, - sym_label, - STATE(1072), 2, + ACTIONS(3466), 1, + anon_sym_LT2, + STATE(1408), 1, + sym_type_arguments, + STATE(1414), 1, + sym_parameters, + STATE(1074), 2, sym_line_comment, sym_block_comment, - ACTIONS(3453), 15, + ACTIONS(3460), 17, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -117623,17 +117834,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(3451), 28, + ACTIONS(3456), 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, @@ -117646,26 +117859,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_COMMA, + anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [747] = 5, + [804] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1073), 2, + STATE(1075), 2, sym_line_comment, sym_block_comment, - ACTIONS(1512), 9, + ACTIONS(1086), 9, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -117675,7 +117887,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1514), 41, + ACTIONS(1084), 41, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -117717,15 +117929,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [812] = 5, + [869] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1074), 2, + STATE(1076), 2, sym_line_comment, sym_block_comment, - ACTIONS(1454), 9, + ACTIONS(1090), 9, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -117735,7 +117947,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1456), 41, + ACTIONS(1088), 41, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -117777,75 +117989,81 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [877] = 5, + [934] = 11, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1075), 2, + ACTIONS(3458), 1, + anon_sym_LPAREN, + ACTIONS(3464), 1, + anon_sym_COLON_COLON, + ACTIONS(3466), 1, + anon_sym_LT2, + ACTIONS(3472), 1, + anon_sym_BANG, + STATE(1408), 1, + sym_type_arguments, + STATE(1414), 1, + sym_parameters, + STATE(1077), 2, sym_line_comment, sym_block_comment, - ACTIONS(1438), 9, - anon_sym_SEMI, - anon_sym_macro_rules_BANG, - anon_sym_RBRACE, - anon_sym_EQ_GT, + ACTIONS(3470), 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(1440), 41, - anon_sym_u8, - anon_sym_i8, - anon_sym_u16, - anon_sym_i16, - anon_sym_u32, - anon_sym_i32, - anon_sym_u64, - anon_sym_i64, - anon_sym_u128, - anon_sym_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, - anon_sym_raw, - sym_identifier, - sym_self, - sym_super, - sym_crate, - [942] = 5, + anon_sym_LT_EQ, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3468), 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, + [1011] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1076), 2, + STATE(1078), 2, sym_line_comment, sym_block_comment, - ACTIONS(1136), 9, + ACTIONS(1450), 9, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -117855,7 +118073,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1134), 41, + ACTIONS(1452), 41, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -117897,77 +118115,81 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [1007] = 7, + [1076] = 11, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3467), 1, - anon_sym_POUND, - STATE(1369), 2, - sym_attribute_item, - sym_inner_attribute_item, - STATE(1077), 3, + ACTIONS(3458), 1, + anon_sym_LPAREN, + ACTIONS(3462), 1, + anon_sym_BANG, + ACTIONS(3464), 1, + anon_sym_COLON_COLON, + ACTIONS(3466), 1, + anon_sym_LT2, + STATE(1408), 1, + sym_type_arguments, + STATE(1414), 1, + sym_parameters, + STATE(1079), 2, sym_line_comment, sym_block_comment, - aux_sym_match_arm_repeat1, - ACTIONS(3465), 14, - sym__raw_string_literal_start, - sym_float_literal, - anon_sym_LPAREN, - anon_sym_LBRACK, + ACTIONS(3476), 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_DOT_DOT_EQ, - anon_sym_COLON_COLON, - sym_integer_literal, - aux_sym_string_literal_token1, - sym_char_literal, - sym_metavariable, - ACTIONS(3463), 32, - anon_sym_u8, - anon_sym_i8, - anon_sym_u16, - anon_sym_i16, - anon_sym_u32, - anon_sym_i32, - anon_sym_u64, - anon_sym_i64, - anon_sym_u128, - anon_sym_i128, - anon_sym_isize, - anon_sym_usize, - anon_sym_f32, - anon_sym_f64, - anon_sym_bool, - anon_sym_str, - anon_sym_char, - anon_sym__, + anon_sym_LT_EQ, + anon_sym_DOT, anon_sym_DOT_DOT, - anon_sym_const, - anon_sym_default, - anon_sym_gen, - anon_sym_union, - anon_sym_ref, - sym_mutable_specifier, - anon_sym_raw, - anon_sym_true, - anon_sym_false, - sym_identifier, - sym_self, - sym_super, - sym_crate, - [1076] = 5, + ACTIONS(3474), 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, + [1153] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1078), 2, + STATE(1080), 2, sym_line_comment, sym_block_comment, - ACTIONS(1446), 9, + ACTIONS(1454), 9, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -117977,7 +118199,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1448), 41, + ACTIONS(1456), 41, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -118019,15 +118241,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [1141] = 5, + [1218] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1079), 2, + STATE(1081), 2, sym_line_comment, sym_block_comment, - ACTIONS(1528), 9, + ACTIONS(1438), 9, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -118037,7 +118259,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1530), 41, + ACTIONS(1440), 41, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -118079,81 +118301,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [1206] = 11, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(3435), 1, - anon_sym_LPAREN, - ACTIONS(3439), 1, - anon_sym_BANG, - ACTIONS(3441), 1, - anon_sym_COLON_COLON, - ACTIONS(3443), 1, - anon_sym_LT2, - STATE(1430), 1, - sym_type_arguments, - STATE(1434), 1, - sym_parameters, - STATE(1080), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3472), 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(3470), 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, [1283] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1081), 2, + STATE(1082), 2, sym_line_comment, sym_block_comment, - ACTIONS(1450), 9, + ACTIONS(1442), 9, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -118163,7 +118319,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1452), 41, + ACTIONS(1444), 41, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -118210,10 +118366,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1082), 2, + STATE(1083), 2, sym_line_comment, sym_block_comment, - ACTIONS(1056), 9, + ACTIONS(1446), 9, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -118223,7 +118379,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1054), 41, + ACTIONS(1448), 41, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -118265,85 +118421,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [1413] = 24, - ACTIONS(29), 1, - anon_sym_LT, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(1620), 1, - anon_sym_LBRACK, - ACTIONS(3363), 1, - anon_sym_SQUOTE, - ACTIONS(3474), 1, - sym_identifier, - ACTIONS(3478), 1, - anon_sym_LPAREN, - ACTIONS(3480), 1, - anon_sym_STAR, - ACTIONS(3484), 1, - anon_sym_AMP, - ACTIONS(3486), 1, - anon_sym_COLON_COLON, - ACTIONS(3490), 1, - anon_sym_for, - ACTIONS(3494), 1, - sym_metavariable, - STATE(2586), 1, - sym_where_predicate, - STATE(2812), 1, - sym_scoped_type_identifier, - STATE(3140), 1, - sym_generic_type, - STATE(3624), 1, - sym_scoped_identifier, - STATE(3636), 1, - sym_bracketed_type, - STATE(3780), 1, - sym_generic_type_with_turbofish, - STATE(1083), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3476), 3, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - ACTIONS(3492), 3, - sym_self, - sym_super, - sym_crate, - ACTIONS(3488), 4, - anon_sym_default, - anon_sym_gen, - anon_sym_union, - anon_sym_raw, - STATE(3400), 6, - sym_higher_ranked_trait_bound, - sym_lifetime, - sym_array_type, - sym_tuple_type, - sym_reference_type, - sym_pointer_type, - ACTIONS(3482), 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, - [1515] = 5, + [1413] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -118351,7 +118429,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1084), 2, sym_line_comment, sym_block_comment, - ACTIONS(2067), 9, + ACTIONS(2703), 9, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -118361,7 +118439,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2069), 40, + ACTIONS(2705), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -118402,7 +118480,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [1579] = 24, + [1477] = 24, ACTIONS(29), 1, anon_sym_LT, ACTIONS(105), 1, @@ -118411,58 +118489,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_STAR, ACTIONS(1620), 1, anon_sym_LBRACK, - ACTIONS(3363), 1, + ACTIONS(3339), 1, anon_sym_SQUOTE, - ACTIONS(3474), 1, - sym_identifier, ACTIONS(3478), 1, + sym_identifier, + ACTIONS(3482), 1, anon_sym_LPAREN, - ACTIONS(3480), 1, - anon_sym_STAR, ACTIONS(3484), 1, + anon_sym_STAR, + ACTIONS(3488), 1, anon_sym_AMP, - ACTIONS(3486), 1, - anon_sym_COLON_COLON, ACTIONS(3490), 1, - anon_sym_for, + anon_sym_COLON_COLON, ACTIONS(3494), 1, + anon_sym_for, + ACTIONS(3498), 1, sym_metavariable, - STATE(2482), 1, + STATE(2529), 1, sym_where_predicate, - STATE(2812), 1, + STATE(2832), 1, sym_scoped_type_identifier, - STATE(3140), 1, + STATE(3066), 1, sym_generic_type, - STATE(3624), 1, - sym_scoped_identifier, - STATE(3636), 1, + STATE(3638), 1, sym_bracketed_type, - STATE(3780), 1, + STATE(3750), 1, + sym_scoped_identifier, + STATE(3764), 1, sym_generic_type_with_turbofish, STATE(1085), 2, sym_line_comment, sym_block_comment, - ACTIONS(3492), 3, - sym_self, - sym_super, - sym_crate, - ACTIONS(3496), 3, + ACTIONS(3480), 3, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, - ACTIONS(3488), 4, + ACTIONS(3496), 3, + sym_self, + sym_super, + sym_crate, + ACTIONS(3492), 4, anon_sym_default, anon_sym_gen, anon_sym_union, anon_sym_raw, - STATE(3400), 6, + STATE(3358), 6, sym_higher_ranked_trait_bound, sym_lifetime, sym_array_type, sym_tuple_type, sym_reference_type, sym_pointer_type, - ACTIONS(3482), 17, + ACTIONS(3486), 17, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -118480,32 +118558,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - [1681] = 7, + [1579] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3498), 1, - anon_sym_POUND, - STATE(1386), 1, - sym_attribute_item, - STATE(1086), 3, + STATE(1086), 2, sym_line_comment, sym_block_comment, - aux_sym_enum_variant_list_repeat1, - ACTIONS(776), 11, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_STAR, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_AMP, + ACTIONS(2999), 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_SQUOTE, - sym_integer_literal, + anon_sym_POUND, sym_metavariable, - ACTIONS(3381), 35, + ACTIONS(3001), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -118526,22 +118597,27 @@ 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, anon_sym_raw, sym_identifier, sym_self, sym_super, sym_crate, - [1749] = 5, + [1643] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -118549,7 +118625,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1087), 2, sym_line_comment, sym_block_comment, - ACTIONS(2665), 9, + ACTIONS(2539), 9, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -118559,7 +118635,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2667), 40, + ACTIONS(2541), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -118600,71 +118676,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [1813] = 10, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(3435), 1, - anon_sym_LPAREN, - ACTIONS(3443), 1, - anon_sym_LT2, - ACTIONS(3505), 1, - anon_sym_COLON_COLON, - STATE(1430), 1, - sym_type_arguments, - STATE(1434), 1, - sym_parameters, - STATE(1088), 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), 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, - [1887] = 24, + [1707] = 24, ACTIONS(29), 1, anon_sym_LT, ACTIONS(105), 1, @@ -118673,58 +118685,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_STAR, ACTIONS(1620), 1, anon_sym_LBRACK, - ACTIONS(3363), 1, + ACTIONS(3339), 1, anon_sym_SQUOTE, - ACTIONS(3474), 1, - sym_identifier, ACTIONS(3478), 1, + sym_identifier, + ACTIONS(3482), 1, anon_sym_LPAREN, - ACTIONS(3480), 1, - anon_sym_STAR, ACTIONS(3484), 1, + anon_sym_STAR, + ACTIONS(3488), 1, anon_sym_AMP, - ACTIONS(3486), 1, - anon_sym_COLON_COLON, ACTIONS(3490), 1, - anon_sym_for, + anon_sym_COLON_COLON, ACTIONS(3494), 1, + anon_sym_for, + ACTIONS(3498), 1, sym_metavariable, - STATE(2586), 1, + STATE(2529), 1, sym_where_predicate, - STATE(2812), 1, + STATE(2832), 1, sym_scoped_type_identifier, - STATE(3140), 1, + STATE(3066), 1, sym_generic_type, - STATE(3624), 1, - sym_scoped_identifier, - STATE(3636), 1, + STATE(3638), 1, sym_bracketed_type, - STATE(3780), 1, + STATE(3750), 1, + sym_scoped_identifier, + STATE(3764), 1, sym_generic_type_with_turbofish, - STATE(1089), 2, + STATE(1088), 2, sym_line_comment, sym_block_comment, - ACTIONS(3492), 3, + ACTIONS(3496), 3, sym_self, sym_super, sym_crate, - ACTIONS(3507), 3, + ACTIONS(3500), 3, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, - ACTIONS(3488), 4, + ACTIONS(3492), 4, anon_sym_default, anon_sym_gen, anon_sym_union, anon_sym_raw, - STATE(3400), 6, + STATE(3358), 6, sym_higher_ranked_trait_bound, sym_lifetime, sym_array_type, sym_tuple_type, sym_reference_type, sym_pointer_type, - ACTIONS(3482), 17, + ACTIONS(3486), 17, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -118742,15 +118754,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - [1989] = 5, + [1809] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1090), 2, + STATE(1089), 2, sym_line_comment, sym_block_comment, - ACTIONS(2911), 9, + ACTIONS(2271), 9, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -118760,7 +118772,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2913), 40, + ACTIONS(2273), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -118801,25 +118813,32 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [2053] = 5, + [1873] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1091), 2, + ACTIONS(3502), 1, + anon_sym_POUND, + STATE(1319), 1, + sym_attribute_item, + STATE(1090), 3, sym_line_comment, sym_block_comment, - ACTIONS(2343), 9, - anon_sym_SEMI, - anon_sym_macro_rules_BANG, - anon_sym_RBRACE, - anon_sym_EQ, + aux_sym_enum_variant_list_repeat1, + ACTIONS(784), 11, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_AMP, anon_sym_LT, - anon_sym_COMMA, anon_sym_COLON_COLON, - anon_sym_POUND, + anon_sym_SQUOTE, + sym_integer_literal, sym_metavariable, - ACTIONS(2345), 40, + ACTIONS(3385), 35, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -118840,27 +118859,86 @@ 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, anon_sym_raw, sym_identifier, sym_self, sym_super, sym_crate, - [2117] = 5, + [1941] = 10, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(3458), 1, + anon_sym_LPAREN, + ACTIONS(3466), 1, + anon_sym_LT2, + ACTIONS(3509), 1, + anon_sym_COLON_COLON, + STATE(1408), 1, + sym_type_arguments, + STATE(1414), 1, + sym_parameters, + STATE(1091), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3507), 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(3505), 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, + [2015] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -118868,7 +118946,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1092), 2, sym_line_comment, sym_block_comment, - ACTIONS(1911), 9, + ACTIONS(2819), 9, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -118878,7 +118956,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1913), 40, + ACTIONS(2821), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -118919,157 +118997,107 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [2181] = 9, + [2079] = 24, + ACTIONS(29), 1, + anon_sym_LT, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3435), 1, + ACTIONS(1620), 1, + anon_sym_LBRACK, + ACTIONS(3339), 1, + anon_sym_SQUOTE, + ACTIONS(3478), 1, + sym_identifier, + ACTIONS(3482), 1, anon_sym_LPAREN, - ACTIONS(3443), 1, - anon_sym_LT2, - STATE(1394), 1, - sym_parameters, - STATE(1431), 1, - sym_type_arguments, + ACTIONS(3484), 1, + anon_sym_STAR, + ACTIONS(3488), 1, + anon_sym_AMP, + ACTIONS(3490), 1, + anon_sym_COLON_COLON, + ACTIONS(3494), 1, + anon_sym_for, + ACTIONS(3498), 1, + sym_metavariable, + STATE(2495), 1, + sym_where_predicate, + STATE(2832), 1, + sym_scoped_type_identifier, + STATE(3066), 1, + sym_generic_type, + STATE(3638), 1, + sym_bracketed_type, + STATE(3750), 1, + sym_scoped_identifier, + STATE(3764), 1, + sym_generic_type_with_turbofish, STATE(1093), 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_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, + ACTIONS(3496), 3, + sym_self, + sym_super, + sym_crate, + ACTIONS(3511), 3, 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, - [2252] = 9, + anon_sym_EQ, + ACTIONS(3492), 4, + anon_sym_default, + anon_sym_gen, + anon_sym_union, + anon_sym_raw, + STATE(3358), 6, + sym_higher_ranked_trait_bound, + sym_lifetime, + sym_array_type, + sym_tuple_type, + sym_reference_type, + sym_pointer_type, + ACTIONS(3486), 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, + [2181] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3435), 1, - anon_sym_LPAREN, - ACTIONS(3443), 1, - anon_sym_LT2, - STATE(1394), 1, - sym_parameters, - STATE(1431), 1, - sym_type_arguments, STATE(1094), 2, sym_line_comment, sym_block_comment, - ACTIONS(3515), 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(3513), 27, + ACTIONS(3515), 13, anon_sym_SEMI, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_LBRACE, - anon_sym_RBRACE, + anon_sym_STAR, anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_COMMA, - anon_sym_SQUOTE, - anon_sym_as, - anon_sym_else, - [2323] = 6, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(3521), 1, - anon_sym_RBRACE, - STATE(1095), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3519), 15, - sym__raw_string_literal_start, - sym_float_literal, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_DASH, + anon_sym_BANG, anon_sym_AMP, - anon_sym_PIPE, + anon_sym_EQ, 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, + anon_sym_SQUOTE, sym_metavariable, - ACTIONS(3517), 32, + ACTIONS(3513), 35, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -119087,92 +119115,33 @@ 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_fn, + anon_sym_for, anon_sym_gen, + anon_sym_impl, anon_sym_union, - anon_sym_ref, - sym_mutable_specifier, + anon_sym_unsafe, + anon_sym_use, + anon_sym_where, + anon_sym_extern, + anon_sym_dyn, anon_sym_raw, - anon_sym_true, - anon_sym_false, sym_identifier, sym_self, sym_super, sym_crate, - [2388] = 9, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(3435), 1, - anon_sym_LPAREN, - ACTIONS(3443), 1, - anon_sym_LT2, - STATE(1394), 1, - sym_parameters, - STATE(1431), 1, - sym_type_arguments, - STATE(1096), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3525), 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(3523), 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, - [2459] = 5, + [2244] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1097), 2, + STATE(1095), 2, sym_line_comment, sym_block_comment, - ACTIONS(3529), 13, + ACTIONS(3519), 13, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_LBRACK, @@ -119186,7 +119155,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_SQUOTE, sym_metavariable, - ACTIONS(3527), 35, + ACTIONS(3517), 35, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -119222,23 +119191,23 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [2522] = 9, + [2307] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3435), 1, + ACTIONS(3458), 1, anon_sym_LPAREN, - ACTIONS(3443), 1, + ACTIONS(3466), 1, anon_sym_LT2, - STATE(1394), 1, - sym_parameters, - STATE(1431), 1, + STATE(1409), 1, sym_type_arguments, - STATE(1098), 2, + STATE(1415), 1, + sym_parameters, + STATE(1096), 2, sym_line_comment, sym_block_comment, - ACTIONS(3533), 17, + ACTIONS(3523), 17, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -119256,7 +119225,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3531), 27, + ACTIONS(3521), 27, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LBRACK, @@ -119284,15 +119253,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [2593] = 5, + [2378] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1099), 2, + STATE(1097), 2, sym_line_comment, sym_block_comment, - ACTIONS(3537), 13, + ACTIONS(3527), 13, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_LBRACK, @@ -119306,7 +119275,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_SQUOTE, sym_metavariable, - ACTIONS(3535), 35, + ACTIONS(3525), 35, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -119342,29 +119311,33 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [2656] = 5, + [2441] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1100), 2, + ACTIONS(3533), 1, + anon_sym_RBRACE, + STATE(1098), 2, sym_line_comment, sym_block_comment, - ACTIONS(3541), 13, - anon_sym_SEMI, + ACTIONS(3531), 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(3539), 35, + ACTIONS(3529), 32, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -119382,37 +119355,93 @@ 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_raw, + anon_sym_true, + anon_sym_false, sym_identifier, sym_self, sym_super, sym_crate, - [2719] = 7, + [2506] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3547), 1, + ACTIONS(3539), 1, + anon_sym_RBRACE, + STATE(1099), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3537), 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(3535), 32, + anon_sym_u8, + anon_sym_i8, + anon_sym_u16, + anon_sym_i16, + anon_sym_u32, + anon_sym_i32, + anon_sym_u64, + anon_sym_i64, + anon_sym_u128, + anon_sym_i128, + anon_sym_isize, + anon_sym_usize, + anon_sym_f32, + anon_sym_f64, + anon_sym_bool, + anon_sym_str, + anon_sym_char, + anon_sym__, + anon_sym_DOT_DOT, + anon_sym_const, + anon_sym_default, + anon_sym_gen, + anon_sym_union, + anon_sym_ref, + sym_mutable_specifier, + anon_sym_raw, + anon_sym_true, + anon_sym_false, + sym_identifier, + sym_self, + sym_super, + sym_crate, + [2571] = 7, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(3545), 1, anon_sym_BANG, - ACTIONS(3549), 1, + ACTIONS(3547), 1, anon_sym_COLON_COLON, - STATE(1101), 2, + STATE(1100), 2, sym_line_comment, sym_block_comment, - ACTIONS(3545), 17, + ACTIONS(3543), 17, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -119430,7 +119459,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3543), 29, + ACTIONS(3541), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -119460,19 +119489,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_else, anon_sym_LT2, - [2786] = 7, + [2638] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3555), 1, + ACTIONS(3553), 1, anon_sym_BANG, - ACTIONS(3557), 1, + ACTIONS(3555), 1, anon_sym_COLON_COLON, - STATE(1102), 2, + STATE(1101), 2, sym_line_comment, sym_block_comment, - ACTIONS(3553), 17, + ACTIONS(3551), 17, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -119490,7 +119519,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3551), 29, + ACTIONS(3549), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -119520,7 +119549,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_else, anon_sym_LT2, - [2853] = 5, + [2705] = 9, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(3458), 1, + anon_sym_LPAREN, + ACTIONS(3466), 1, + anon_sym_LT2, + STATE(1409), 1, + sym_type_arguments, + STATE(1415), 1, + sym_parameters, + STATE(1102), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3559), 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(3557), 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, + [2776] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -119528,7 +119619,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1103), 2, sym_line_comment, sym_block_comment, - ACTIONS(3561), 13, + ACTIONS(3563), 13, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_LBRACK, @@ -119542,7 +119633,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_SQUOTE, sym_metavariable, - ACTIONS(3559), 35, + ACTIONS(3561), 35, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -119578,19 +119669,19 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [2916] = 7, + [2839] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3567), 1, - anon_sym_BANG, ACTIONS(3569), 1, + anon_sym_BANG, + ACTIONS(3571), 1, anon_sym_COLON_COLON, STATE(1104), 2, sym_line_comment, sym_block_comment, - ACTIONS(3565), 17, + ACTIONS(3567), 17, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -119608,7 +119699,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3563), 29, + ACTIONS(3565), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -119638,74 +119729,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_else, anon_sym_LT2, - [2983] = 6, + [2906] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3575), 1, - anon_sym_RBRACE, + ACTIONS(3458), 1, + anon_sym_LPAREN, + ACTIONS(3466), 1, + anon_sym_LT2, + STATE(1409), 1, + sym_type_arguments, + STATE(1415), 1, + sym_parameters, STATE(1105), 2, sym_line_comment, sym_block_comment, - ACTIONS(3573), 15, - sym__raw_string_literal_start, - sym_float_literal, - anon_sym_LPAREN, - anon_sym_LBRACK, + ACTIONS(3575), 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_DOT_DOT_EQ, - anon_sym_COLON_COLON, - anon_sym_POUND, - sym_integer_literal, - aux_sym_string_literal_token1, - sym_char_literal, - sym_metavariable, - ACTIONS(3571), 32, - anon_sym_u8, - anon_sym_i8, - anon_sym_u16, - anon_sym_i16, - anon_sym_u32, - anon_sym_i32, - anon_sym_u64, - anon_sym_i64, - anon_sym_u128, - anon_sym_i128, - anon_sym_isize, - anon_sym_usize, - anon_sym_f32, - anon_sym_f64, - anon_sym_bool, - anon_sym_str, - anon_sym_char, - anon_sym__, + anon_sym_LT_EQ, + anon_sym_DOT, anon_sym_DOT_DOT, - anon_sym_const, - anon_sym_default, - anon_sym_gen, - anon_sym_union, - anon_sym_ref, - sym_mutable_specifier, - anon_sym_raw, - anon_sym_true, - anon_sym_false, - sym_identifier, - sym_self, - sym_super, - sym_crate, - [3048] = 7, + ACTIONS(3573), 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, + [2977] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3581), 1, - anon_sym_BANG, - ACTIONS(3583), 1, - anon_sym_COLON_COLON, + ACTIONS(3458), 1, + anon_sym_LPAREN, + ACTIONS(3466), 1, + anon_sym_LT2, + STATE(1409), 1, + sym_type_arguments, + STATE(1415), 1, + sym_parameters, STATE(1106), 2, sym_line_comment, sym_block_comment, @@ -119727,9 +119825,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3577), 29, + ACTIONS(3577), 27, anon_sym_SEMI, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_RBRACK, @@ -119756,151 +119853,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - anon_sym_LT2, - [3115] = 5, + [3048] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(3585), 1, + anon_sym_BANG, + ACTIONS(3587), 1, + anon_sym_COLON_COLON, STATE(1107), 2, sym_line_comment, sym_block_comment, - ACTIONS(2641), 7, + ACTIONS(3583), 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(3581), 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(2643), 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_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_raw, - sym_identifier, - sym_self, - sym_super, - sym_crate, - [3177] = 26, - ACTIONS(29), 1, - 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_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, + [3115] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(1102), 1, - anon_sym_fn, - ACTIONS(1112), 1, - anon_sym_extern, - ACTIONS(3277), 1, - anon_sym_for, - ACTIONS(3478), 1, - anon_sym_LPAREN, - ACTIONS(3486), 1, - anon_sym_COLON_COLON, - ACTIONS(3494), 1, - sym_metavariable, - ACTIONS(3585), 1, - sym_identifier, - ACTIONS(3589), 1, - anon_sym_default, - STATE(1624), 1, - sym_for_lifetimes, - STATE(2027), 1, - sym_scoped_type_identifier, - STATE(2042), 1, - sym_generic_type, - STATE(2336), 1, - aux_sym_function_modifiers_repeat1, - STATE(2421), 1, - sym_extern_modifier, - STATE(3624), 1, - sym_scoped_identifier, - STATE(3636), 1, - sym_bracketed_type, - STATE(3780), 1, - sym_generic_type_with_turbofish, - STATE(3815), 1, - sym_function_modifiers, STATE(1108), 2, sym_line_comment, sym_block_comment, - ACTIONS(1096), 3, - anon_sym_async, - anon_sym_const, - anon_sym_unsafe, - ACTIONS(3488), 3, - anon_sym_gen, - anon_sym_union, - anon_sym_raw, - ACTIONS(3492), 3, - sym_self, - sym_super, - sym_crate, - STATE(2074), 3, - sym_higher_ranked_trait_bound, - sym_function_type, - sym_tuple_type, - ACTIONS(3587), 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, - [3281] = 5, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - STATE(1109), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2537), 7, + ACTIONS(2531), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -119908,7 +119929,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2539), 40, + ACTIONS(2533), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -119949,15 +119970,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [3343] = 5, + [3177] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1110), 2, + STATE(1109), 2, sym_line_comment, sym_block_comment, - ACTIONS(2549), 7, + ACTIONS(2831), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -119965,7 +119986,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2551), 40, + ACTIONS(2833), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -120006,80 +120027,58 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [3405] = 5, + [3239] = 21, + ACTIONS(29), 1, + anon_sym_LT, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1111), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2553), 7, - anon_sym_SEMI, - anon_sym_macro_rules_BANG, - anon_sym_RBRACE, - anon_sym_LT, + ACTIONS(1686), 1, + anon_sym_DASH, + ACTIONS(1712), 1, + aux_sym_string_literal_token1, + ACTIONS(1720), 1, + sym__raw_string_literal_start, + ACTIONS(3405), 1, + anon_sym_if, + ACTIONS(3589), 1, + sym_identifier, + ACTIONS(3593), 1, anon_sym_COLON_COLON, - anon_sym_POUND, + ACTIONS(3597), 1, sym_metavariable, - ACTIONS(2555), 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_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_raw, - sym_identifier, + STATE(2733), 1, + sym_scoped_identifier, + STATE(3174), 1, + sym__literal_pattern, + STATE(3634), 1, + sym_bracketed_type, + STATE(3650), 1, + sym_generic_type_with_turbofish, + ACTIONS(1714), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(3403), 2, + anon_sym_EQ_GT, + anon_sym_PIPE, + STATE(1110), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1710), 3, + sym_float_literal, + sym_integer_literal, + sym_char_literal, + ACTIONS(3595), 3, sym_self, sym_super, sym_crate, - [3467] = 5, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - STATE(1112), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2557), 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(2559), 40, + STATE(2411), 4, + sym_negative_literal, + sym_string_literal, + sym_raw_string_literal, + sym_boolean_literal, + ACTIONS(3591), 21, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -120097,38 +120096,19 @@ 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, anon_sym_raw, - sym_identifier, - sym_self, - sym_super, - sym_crate, - [3529] = 5, + [3333] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1113), 2, + STATE(1111), 2, sym_line_comment, sym_block_comment, - ACTIONS(2569), 7, + ACTIONS(2835), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -120136,7 +120116,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2571), 40, + ACTIONS(2837), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -120177,15 +120157,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [3591] = 5, + [3395] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1114), 2, + STATE(1112), 2, sym_line_comment, sym_block_comment, - ACTIONS(2573), 7, + ACTIONS(2839), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -120193,7 +120173,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2575), 40, + ACTIONS(2841), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -120234,23 +120214,31 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [3653] = 5, + [3457] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1115), 2, + STATE(1113), 2, sym_line_comment, sym_block_comment, - ACTIONS(2577), 7, - anon_sym_SEMI, - anon_sym_macro_rules_BANG, - anon_sym_RBRACE, + ACTIONS(2403), 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(2579), 40, + ACTIONS(2405), 32, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -120268,38 +120256,30 @@ 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_raw, + anon_sym_true, + anon_sym_false, sym_identifier, sym_self, sym_super, sym_crate, - [3715] = 5, + [3519] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1116), 2, + STATE(1114), 2, sym_line_comment, sym_block_comment, - ACTIONS(2605), 7, + ACTIONS(2843), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -120307,7 +120287,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2607), 40, + ACTIONS(2845), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -120348,15 +120328,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [3777] = 5, + [3581] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1117), 2, + STATE(1115), 2, sym_line_comment, sym_block_comment, - ACTIONS(2637), 7, + ACTIONS(2847), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -120364,7 +120344,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2639), 40, + ACTIONS(2849), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -120405,129 +120385,75 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [3839] = 5, + [3643] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1118), 2, + ACTIONS(3443), 1, + anon_sym_COLON_COLON, + ACTIONS(3599), 1, + anon_sym_BANG, + STATE(1116), 2, sym_line_comment, sym_block_comment, - ACTIONS(2649), 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(2651), 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, + ACTIONS(3601), 6, 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, - anon_sym_raw, - sym_identifier, - sym_self, - sym_super, - sym_crate, - [3901] = 5, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - STATE(1119), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2653), 7, + ACTIONS(3439), 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(3437), 23, anon_sym_SEMI, - anon_sym_macro_rules_BANG, + anon_sym_LPAREN, + anon_sym_LBRACK, anon_sym_RBRACE, - anon_sym_LT, - anon_sym_COLON_COLON, - anon_sym_POUND, - sym_metavariable, - ACTIONS(2655), 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_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_raw, - sym_identifier, - sym_self, - sym_super, - sym_crate, - [3963] = 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, + [3711] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1120), 2, + STATE(1117), 2, sym_line_comment, sym_block_comment, - ACTIONS(2661), 7, + ACTIONS(2851), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -120535,7 +120461,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2663), 40, + ACTIONS(2853), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -120576,15 +120502,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [4025] = 5, + [3773] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1121), 2, + STATE(1118), 2, sym_line_comment, sym_block_comment, - ACTIONS(2745), 7, + ACTIONS(2855), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -120592,7 +120518,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2747), 40, + ACTIONS(2857), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -120633,15 +120559,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [4087] = 5, + [3835] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1122), 2, + STATE(1119), 2, sym_line_comment, sym_block_comment, - ACTIONS(2749), 7, + ACTIONS(2859), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -120649,7 +120575,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2751), 40, + ACTIONS(2861), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -120690,15 +120616,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [4149] = 5, + [3897] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1123), 2, + STATE(1120), 2, sym_line_comment, sym_block_comment, - ACTIONS(2805), 7, + ACTIONS(2863), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -120706,7 +120632,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2807), 40, + ACTIONS(2865), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -120747,15 +120673,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [4211] = 5, + [3959] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1124), 2, + STATE(1121), 2, sym_line_comment, sym_block_comment, - ACTIONS(2823), 7, + ACTIONS(2867), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -120763,7 +120689,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2825), 40, + ACTIONS(2869), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -120804,15 +120730,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [4273] = 5, + [4021] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1125), 2, + STATE(1122), 2, sym_line_comment, sym_block_comment, - ACTIONS(2247), 7, + ACTIONS(2871), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -120820,7 +120746,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2249), 40, + ACTIONS(2873), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -120861,15 +120787,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [4335] = 5, + [4083] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1126), 2, + STATE(1123), 2, sym_line_comment, sym_block_comment, - ACTIONS(2251), 7, + ACTIONS(2875), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -120877,7 +120803,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2253), 40, + ACTIONS(2877), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -120918,15 +120844,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [4397] = 5, + [4145] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1127), 2, + STATE(1124), 2, sym_line_comment, sym_block_comment, - ACTIONS(2255), 7, + ACTIONS(2879), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -120934,7 +120860,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2257), 40, + ACTIONS(2881), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -120975,15 +120901,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [4459] = 5, + [4207] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1128), 2, + STATE(1125), 2, sym_line_comment, sym_block_comment, - ACTIONS(2259), 7, + ACTIONS(2883), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -120991,7 +120917,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2261), 40, + ACTIONS(2885), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -121032,15 +120958,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [4521] = 5, + [4269] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1129), 2, + STATE(1126), 2, sym_line_comment, sym_block_comment, - ACTIONS(2263), 7, + ACTIONS(2407), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -121048,7 +120974,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2265), 40, + ACTIONS(2409), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -121089,15 +121015,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [4583] = 5, + [4331] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1130), 2, + STATE(1127), 2, sym_line_comment, sym_block_comment, - ACTIONS(2267), 7, + ACTIONS(2887), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -121105,7 +121031,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2269), 40, + ACTIONS(2889), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -121146,15 +121072,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [4645] = 5, + [4393] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1131), 2, + STATE(1128), 2, sym_line_comment, sym_block_comment, - ACTIONS(2271), 7, + ACTIONS(2891), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -121162,7 +121088,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2273), 40, + ACTIONS(2893), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -121203,15 +121129,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [4707] = 5, + [4455] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1132), 2, + STATE(1129), 2, sym_line_comment, sym_block_comment, - ACTIONS(2275), 7, + ACTIONS(2895), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -121219,7 +121145,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2277), 40, + ACTIONS(2897), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -121260,15 +121186,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [4769] = 5, + [4517] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1133), 2, + STATE(1130), 2, sym_line_comment, sym_block_comment, - ACTIONS(2279), 7, + ACTIONS(2899), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -121276,7 +121202,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2281), 40, + ACTIONS(2901), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -121317,15 +121243,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [4831] = 5, + [4579] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1134), 2, + STATE(1131), 2, sym_line_comment, sym_block_comment, - ACTIONS(2283), 7, + ACTIONS(2427), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -121333,7 +121259,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2285), 40, + ACTIONS(2429), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -121374,15 +121300,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [4893] = 5, + [4641] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1135), 2, + STATE(1132), 2, sym_line_comment, sym_block_comment, - ACTIONS(2347), 7, + ACTIONS(2619), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -121390,7 +121316,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2349), 40, + ACTIONS(2621), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -121431,15 +121357,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [4955] = 5, + [4703] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1136), 2, + STATE(1133), 2, sym_line_comment, sym_block_comment, - ACTIONS(2351), 7, + ACTIONS(2667), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -121447,7 +121373,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2353), 40, + ACTIONS(2669), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -121488,15 +121414,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [5017] = 5, + [4765] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1137), 2, + STATE(1134), 2, sym_line_comment, sym_block_comment, - ACTIONS(2355), 7, + ACTIONS(2699), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -121504,7 +121430,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2357), 40, + ACTIONS(2701), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -121545,15 +121471,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [5079] = 5, + [4827] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1138), 2, + STATE(1135), 2, sym_line_comment, sym_block_comment, - ACTIONS(2359), 7, + ACTIONS(2083), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -121561,7 +121487,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2361), 40, + ACTIONS(2085), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -121602,15 +121528,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [5141] = 5, + [4889] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1139), 2, + STATE(1136), 2, sym_line_comment, sym_block_comment, - ACTIONS(2363), 7, + ACTIONS(2903), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -121618,7 +121544,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2365), 40, + ACTIONS(2905), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -121659,15 +121585,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [5203] = 5, + [4951] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1140), 2, + STATE(1137), 2, sym_line_comment, sym_block_comment, - ACTIONS(2367), 7, + ACTIONS(2087), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -121675,7 +121601,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2369), 40, + ACTIONS(2089), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -121716,15 +121642,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [5265] = 5, + [5013] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1141), 2, + STATE(1138), 2, sym_line_comment, sym_block_comment, - ACTIONS(2371), 7, + ACTIONS(2907), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -121732,7 +121658,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2373), 40, + ACTIONS(2909), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -121773,137 +121699,67 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [5327] = 5, + [5075] = 26, + ACTIONS(29), 1, + anon_sym_LT, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1142), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2375), 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(2377), 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_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, + ACTIONS(1164), 1, anon_sym_extern, - anon_sym_raw, + ACTIONS(3237), 1, + anon_sym_fn, + ACTIONS(3603), 1, sym_identifier, - sym_self, - sym_super, - sym_crate, - [5389] = 5, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - STATE(1143), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2379), 7, - anon_sym_SEMI, - anon_sym_macro_rules_BANG, - anon_sym_RBRACE, - anon_sym_LT, + ACTIONS(3605), 1, + anon_sym_LPAREN, + ACTIONS(3609), 1, anon_sym_COLON_COLON, - anon_sym_POUND, + ACTIONS(3611), 1, + anon_sym_default, + ACTIONS(3613), 1, + anon_sym_for, + ACTIONS(3619), 1, sym_metavariable, - ACTIONS(2381), 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, + STATE(1105), 1, + sym_scoped_type_identifier, + STATE(1413), 1, + sym_generic_type, + STATE(1621), 1, + sym_for_lifetimes, + STATE(2299), 1, + aux_sym_function_modifiers_repeat1, + STATE(2448), 1, + sym_extern_modifier, + STATE(3655), 1, + sym_scoped_identifier, + STATE(3689), 1, + sym_generic_type_with_turbofish, + STATE(3701), 1, + sym_bracketed_type, + STATE(3761), 1, + sym_function_modifiers, + STATE(1139), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1148), 3, anon_sym_async, anon_sym_const, - anon_sym_default, - anon_sym_enum, - anon_sym_fn, + anon_sym_unsafe, + ACTIONS(3615), 3, 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_raw, - sym_identifier, + ACTIONS(3617), 3, sym_self, sym_super, sym_crate, - [5451] = 5, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - STATE(1144), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2383), 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(2385), 40, + STATE(1450), 3, + sym_higher_ranked_trait_bound, + sym_function_type, + sym_tuple_type, + ACTIONS(3607), 17, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -121921,38 +121777,15 @@ 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, - anon_sym_raw, - sym_identifier, - sym_self, - sym_super, - sym_crate, - [5513] = 5, + [5179] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1145), 2, + STATE(1140), 2, sym_line_comment, sym_block_comment, - ACTIONS(2387), 7, + ACTIONS(2127), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -121960,7 +121793,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2389), 40, + ACTIONS(2129), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -122001,15 +121834,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [5575] = 5, + [5241] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1146), 2, + STATE(1141), 2, sym_line_comment, sym_block_comment, - ACTIONS(2391), 7, + ACTIONS(2131), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -122017,7 +121850,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2393), 40, + ACTIONS(2133), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -122058,15 +121891,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [5637] = 5, + [5303] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1147), 2, + STATE(1142), 2, sym_line_comment, sym_block_comment, - ACTIONS(2395), 7, + ACTIONS(2911), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -122074,7 +121907,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2397), 40, + ACTIONS(2913), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -122115,15 +121948,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [5699] = 5, + [5365] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1148), 2, + STATE(1143), 2, sym_line_comment, sym_block_comment, - ACTIONS(2399), 7, + ACTIONS(2135), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -122131,7 +121964,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2401), 40, + ACTIONS(2137), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -122172,15 +122005,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [5761] = 5, + [5427] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1149), 2, + STATE(1144), 2, sym_line_comment, sym_block_comment, - ACTIONS(2403), 7, + ACTIONS(2139), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -122188,7 +122021,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2405), 40, + ACTIONS(2141), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -122229,15 +122062,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [5823] = 5, + [5489] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1150), 2, + STATE(1145), 2, sym_line_comment, sym_block_comment, - ACTIONS(2407), 7, + ACTIONS(2143), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -122245,7 +122078,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2409), 40, + ACTIONS(2145), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -122286,15 +122119,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [5885] = 5, + [5551] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1151), 2, + STATE(1146), 2, sym_line_comment, sym_block_comment, - ACTIONS(2415), 7, + ACTIONS(2147), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -122302,7 +122135,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2417), 40, + ACTIONS(2149), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -122343,15 +122176,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [5947] = 5, + [5613] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1152), 2, + STATE(1147), 2, sym_line_comment, sym_block_comment, - ACTIONS(2505), 7, + ACTIONS(2155), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -122359,7 +122192,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2507), 40, + ACTIONS(2157), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -122400,15 +122233,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [6009] = 5, + [5675] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1153), 2, + STATE(1148), 2, sym_line_comment, sym_block_comment, - ACTIONS(2509), 7, + ACTIONS(2915), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -122416,7 +122249,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2511), 40, + ACTIONS(2917), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -122457,15 +122290,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [6071] = 5, + [5737] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1154), 2, + STATE(1149), 2, sym_line_comment, sym_block_comment, - ACTIONS(2513), 7, + ACTIONS(2919), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -122473,7 +122306,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2515), 40, + ACTIONS(2921), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -122514,15 +122347,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [6133] = 5, + [5799] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1155), 2, + STATE(1150), 2, sym_line_comment, sym_block_comment, - ACTIONS(2517), 7, + ACTIONS(2163), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -122530,7 +122363,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2519), 40, + ACTIONS(2165), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -122571,15 +122404,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [6195] = 5, + [5861] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1156), 2, + STATE(1151), 2, sym_line_comment, sym_block_comment, - ACTIONS(2521), 7, + ACTIONS(2191), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -122587,7 +122420,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2523), 40, + ACTIONS(2193), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -122628,15 +122461,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [6257] = 5, + [5923] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1157), 2, + STATE(1152), 2, sym_line_comment, sym_block_comment, - ACTIONS(2525), 7, + ACTIONS(2923), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -122644,7 +122477,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2527), 40, + ACTIONS(2925), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -122685,15 +122518,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [6319] = 5, + [5985] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1158), 2, + STATE(1153), 2, sym_line_comment, sym_block_comment, - ACTIONS(2529), 7, + ACTIONS(2927), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -122701,7 +122534,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2531), 40, + ACTIONS(2929), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -122742,15 +122575,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [6381] = 5, + [6047] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1159), 2, + STATE(1154), 2, sym_line_comment, sym_block_comment, - ACTIONS(2541), 7, + ACTIONS(2195), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -122758,7 +122591,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2543), 40, + ACTIONS(2197), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -122799,15 +122632,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [6443] = 5, + [6109] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1160), 2, + STATE(1155), 2, sym_line_comment, sym_block_comment, - ACTIONS(2545), 7, + ACTIONS(2931), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -122815,7 +122648,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2547), 40, + ACTIONS(2933), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -122856,15 +122689,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [6505] = 5, + [6171] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1161), 2, + STATE(1156), 2, sym_line_comment, sym_block_comment, - ACTIONS(2561), 7, + ACTIONS(2767), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -122872,7 +122705,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2563), 40, + ACTIONS(2769), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -122913,15 +122746,72 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [6567] = 5, + [6233] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1162), 2, + STATE(1157), 2, sym_line_comment, sym_block_comment, - ACTIONS(2565), 7, + ACTIONS(3537), 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(3535), 32, + anon_sym_u8, + anon_sym_i8, + anon_sym_u16, + anon_sym_i16, + anon_sym_u32, + anon_sym_i32, + anon_sym_u64, + anon_sym_i64, + anon_sym_u128, + anon_sym_i128, + anon_sym_isize, + anon_sym_usize, + anon_sym_f32, + anon_sym_f64, + anon_sym_bool, + anon_sym_str, + anon_sym_char, + anon_sym__, + anon_sym_DOT_DOT, + anon_sym_const, + anon_sym_default, + anon_sym_gen, + anon_sym_union, + anon_sym_ref, + sym_mutable_specifier, + anon_sym_raw, + anon_sym_true, + anon_sym_false, + sym_identifier, + sym_self, + sym_super, + sym_crate, + [6295] = 5, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + STATE(1158), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(2951), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -122929,7 +122819,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2567), 40, + ACTIONS(2953), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -122970,15 +122860,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [6629] = 5, + [6357] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1163), 2, + STATE(1159), 2, sym_line_comment, sym_block_comment, - ACTIONS(2581), 7, + ACTIONS(2955), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -122986,7 +122876,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2583), 40, + ACTIONS(2957), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -123027,15 +122917,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [6691] = 5, + [6419] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1164), 2, + STATE(1160), 2, sym_line_comment, sym_block_comment, - ACTIONS(2585), 7, + ACTIONS(2959), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -123043,7 +122933,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2587), 40, + ACTIONS(2961), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -123084,15 +122974,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [6753] = 5, + [6481] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1165), 2, + STATE(1161), 2, sym_line_comment, sym_block_comment, - ACTIONS(2589), 7, + ACTIONS(2963), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -123100,7 +122990,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2591), 40, + ACTIONS(2965), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -123141,15 +123031,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [6815] = 5, + [6543] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1166), 2, + STATE(1162), 2, sym_line_comment, sym_block_comment, - ACTIONS(2593), 7, + ACTIONS(2967), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -123157,7 +123047,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2595), 40, + ACTIONS(2969), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -123198,15 +123088,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [6877] = 5, + [6605] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1167), 2, + STATE(1163), 2, sym_line_comment, sym_block_comment, - ACTIONS(2597), 7, + ACTIONS(2499), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -123214,7 +123104,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2599), 40, + ACTIONS(2501), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -123255,15 +123145,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [6939] = 5, + [6667] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1168), 2, + STATE(1164), 2, sym_line_comment, sym_block_comment, - ACTIONS(2601), 7, + ACTIONS(2515), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -123271,7 +123161,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2603), 40, + ACTIONS(2517), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -123312,15 +123202,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [7001] = 5, + [6729] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1169), 2, + STATE(1165), 2, sym_line_comment, sym_block_comment, - ACTIONS(2609), 7, + ACTIONS(2519), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -123328,7 +123218,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2611), 40, + ACTIONS(2521), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -123369,15 +123259,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [7063] = 5, + [6791] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1170), 2, + STATE(1166), 2, sym_line_comment, sym_block_comment, - ACTIONS(2613), 7, + ACTIONS(2523), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -123385,7 +123275,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2615), 40, + ACTIONS(2525), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -123426,15 +123316,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [7125] = 5, + [6853] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1171), 2, + STATE(1167), 2, sym_line_comment, sym_block_comment, - ACTIONS(2617), 7, + ACTIONS(2755), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -123442,7 +123332,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2619), 40, + ACTIONS(2757), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -123483,15 +123373,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [7187] = 5, + [6915] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1172), 2, + STATE(1168), 2, sym_line_comment, sym_block_comment, - ACTIONS(2621), 7, + ACTIONS(2971), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -123499,7 +123389,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2623), 40, + ACTIONS(2973), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -123540,15 +123430,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [7249] = 5, + [6977] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1173), 2, + STATE(1169), 2, sym_line_comment, sym_block_comment, - ACTIONS(2625), 7, + ACTIONS(2975), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -123556,7 +123446,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2627), 40, + ACTIONS(2977), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -123597,15 +123487,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [7311] = 5, + [7039] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1174), 2, + STATE(1170), 2, sym_line_comment, sym_block_comment, - ACTIONS(2629), 7, + ACTIONS(2671), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -123613,7 +123503,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2631), 40, + ACTIONS(2673), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -123654,15 +123544,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [7373] = 5, + [7101] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1175), 2, + STATE(1171), 2, sym_line_comment, sym_block_comment, - ACTIONS(2633), 7, + ACTIONS(2979), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -123670,7 +123560,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2635), 40, + ACTIONS(2981), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -123711,15 +123601,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [7435] = 5, + [7163] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1176), 2, + STATE(1172), 2, sym_line_comment, sym_block_comment, - ACTIONS(2645), 7, + ACTIONS(2983), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -123727,7 +123617,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2647), 40, + ACTIONS(2985), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -123768,15 +123658,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [7497] = 5, + [7225] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1177), 2, + STATE(1173), 2, sym_line_comment, sym_block_comment, - ACTIONS(2657), 7, + ACTIONS(2675), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -123784,7 +123674,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2659), 40, + ACTIONS(2677), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -123825,15 +123715,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [7559] = 5, + [7287] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1178), 2, + STATE(1174), 2, sym_line_comment, sym_block_comment, - ACTIONS(2669), 7, + ACTIONS(2679), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -123841,7 +123731,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2671), 40, + ACTIONS(2681), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -123882,15 +123772,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [7621] = 5, + [7349] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1179), 2, + STATE(1175), 2, sym_line_comment, sym_block_comment, - ACTIONS(2673), 7, + ACTIONS(2683), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -123898,7 +123788,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2675), 40, + ACTIONS(2685), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -123939,15 +123829,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [7683] = 5, + [7411] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1180), 2, + STATE(1176), 2, sym_line_comment, sym_block_comment, - ACTIONS(2677), 7, + ACTIONS(2687), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -123955,7 +123845,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2679), 40, + ACTIONS(2689), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -123996,15 +123886,93 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [7745] = 5, + [7473] = 26, + ACTIONS(29), 1, + anon_sym_LT, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1181), 2, + ACTIONS(1164), 1, + anon_sym_extern, + ACTIONS(1640), 1, + anon_sym_fn, + ACTIONS(3482), 1, + anon_sym_LPAREN, + ACTIONS(3490), 1, + anon_sym_COLON_COLON, + ACTIONS(3498), 1, + sym_metavariable, + ACTIONS(3621), 1, + sym_identifier, + ACTIONS(3625), 1, + anon_sym_default, + ACTIONS(3627), 1, + anon_sym_for, + STATE(1610), 1, + sym_for_lifetimes, + STATE(2059), 1, + sym_generic_type, + STATE(2239), 1, + sym_scoped_type_identifier, + STATE(2299), 1, + aux_sym_function_modifiers_repeat1, + STATE(2448), 1, + sym_extern_modifier, + STATE(3541), 1, + sym_function_modifiers, + STATE(3638), 1, + sym_bracketed_type, + STATE(3750), 1, + sym_scoped_identifier, + STATE(3764), 1, + sym_generic_type_with_turbofish, + STATE(1177), 2, sym_line_comment, sym_block_comment, - ACTIONS(2681), 7, + ACTIONS(1148), 3, + anon_sym_async, + anon_sym_const, + anon_sym_unsafe, + ACTIONS(3492), 3, + anon_sym_gen, + anon_sym_union, + anon_sym_raw, + ACTIONS(3496), 3, + sym_self, + sym_super, + sym_crate, + STATE(2086), 3, + sym_higher_ranked_trait_bound, + sym_function_type, + sym_tuple_type, + ACTIONS(3623), 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, + [7577] = 5, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + STATE(1178), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(2987), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -124012,7 +123980,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2683), 40, + ACTIONS(2989), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -124053,15 +124021,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [7807] = 5, + [7639] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1182), 2, + STATE(1179), 2, sym_line_comment, sym_block_comment, - ACTIONS(2685), 7, + ACTIONS(2707), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -124069,7 +124037,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2687), 40, + ACTIONS(2709), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -124110,15 +124078,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [7869] = 5, + [7701] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1183), 2, + STATE(1180), 2, sym_line_comment, sym_block_comment, - ACTIONS(2689), 7, + ACTIONS(2719), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -124126,7 +124094,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2691), 40, + ACTIONS(2721), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -124167,15 +124135,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [7931] = 5, + [7763] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1184), 2, + STATE(1181), 2, sym_line_comment, sym_block_comment, - ACTIONS(2693), 7, + ACTIONS(2799), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -124183,7 +124151,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2695), 40, + ACTIONS(2801), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -124224,15 +124192,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [7993] = 5, + [7825] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1185), 2, + STATE(1182), 2, sym_line_comment, sym_block_comment, - ACTIONS(2697), 7, + ACTIONS(2803), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -124240,7 +124208,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2699), 40, + ACTIONS(2805), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -124281,15 +124249,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [8055] = 5, + [7887] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1186), 2, + STATE(1183), 2, sym_line_comment, sym_block_comment, - ACTIONS(2701), 7, + ACTIONS(2811), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -124297,7 +124265,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2703), 40, + ACTIONS(2813), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -124338,15 +124306,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [8117] = 5, + [7949] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1187), 2, + STATE(1184), 2, sym_line_comment, sym_block_comment, - ACTIONS(2705), 7, + ACTIONS(2935), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -124354,7 +124322,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2707), 40, + ACTIONS(2937), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -124395,15 +124363,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [8179] = 5, + [8011] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1188), 2, + STATE(1185), 2, sym_line_comment, sym_block_comment, - ACTIONS(2709), 7, + ACTIONS(2939), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -124411,7 +124379,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2711), 40, + ACTIONS(2941), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -124452,15 +124420,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [8241] = 5, + [8073] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1189), 2, + STATE(1186), 2, sym_line_comment, sym_block_comment, - ACTIONS(2715), 7, + ACTIONS(2943), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -124468,7 +124436,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2717), 40, + ACTIONS(2945), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -124509,15 +124477,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [8303] = 5, + [8135] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1190), 2, + STATE(1187), 2, sym_line_comment, sym_block_comment, - ACTIONS(2719), 7, + ACTIONS(2947), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -124525,7 +124493,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2721), 40, + ACTIONS(2949), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -124566,15 +124534,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [8365] = 5, + [8197] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1191), 2, + STATE(1188), 2, sym_line_comment, sym_block_comment, - ACTIONS(2723), 7, + ACTIONS(2991), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -124582,7 +124550,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2725), 40, + ACTIONS(2993), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -124623,15 +124591,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [8427] = 5, + [8259] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1192), 2, + STATE(1189), 2, sym_line_comment, sym_block_comment, - ACTIONS(2727), 7, + ACTIONS(2095), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -124639,7 +124607,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2729), 40, + ACTIONS(2097), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -124680,15 +124648,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [8489] = 5, + [8321] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1193), 2, + STATE(1190), 2, sym_line_comment, sym_block_comment, - ACTIONS(2731), 7, + ACTIONS(1995), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -124696,7 +124664,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2733), 40, + ACTIONS(1997), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -124737,15 +124705,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [8551] = 5, + [8383] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1194), 2, + STATE(1191), 2, sym_line_comment, sym_block_comment, - ACTIONS(2735), 7, + ACTIONS(1999), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -124753,7 +124721,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2737), 40, + ACTIONS(2001), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -124794,15 +124762,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [8613] = 5, + [8445] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1195), 2, + STATE(1192), 2, sym_line_comment, sym_block_comment, - ACTIONS(2741), 7, + ACTIONS(2055), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -124810,7 +124778,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2743), 40, + ACTIONS(2057), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -124851,15 +124819,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [8675] = 5, + [8507] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1196), 2, + STATE(1193), 2, sym_line_comment, sym_block_comment, - ACTIONS(2753), 7, + ACTIONS(2059), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -124867,7 +124835,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2755), 40, + ACTIONS(2061), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -124908,15 +124876,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [8737] = 5, + [8569] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1197), 2, + STATE(1194), 2, sym_line_comment, sym_block_comment, - ACTIONS(2757), 7, + ACTIONS(2079), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -124924,7 +124892,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2759), 40, + ACTIONS(2081), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -124965,15 +124933,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [8799] = 5, + [8631] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1198), 2, + STATE(1195), 2, sym_line_comment, sym_block_comment, - ACTIONS(2761), 7, + ACTIONS(2091), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -124981,7 +124949,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2763), 40, + ACTIONS(2093), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -125022,15 +124990,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [8861] = 5, + [8693] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1199), 2, + STATE(1196), 2, sym_line_comment, sym_block_comment, - ACTIONS(2765), 7, + ACTIONS(2099), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -125038,7 +125006,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2767), 40, + ACTIONS(2101), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -125079,15 +125047,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [8923] = 5, + [8755] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1200), 2, + STATE(1197), 2, sym_line_comment, sym_block_comment, - ACTIONS(2769), 7, + ACTIONS(2103), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -125095,7 +125063,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2771), 40, + ACTIONS(2105), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -125136,15 +125104,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [8985] = 5, + [8817] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1201), 2, + STATE(1198), 2, sym_line_comment, sym_block_comment, - ACTIONS(2773), 7, + ACTIONS(2107), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -125152,7 +125120,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2775), 40, + ACTIONS(2109), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -125193,15 +125161,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [9047] = 5, + [8879] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1202), 2, + STATE(1199), 2, sym_line_comment, sym_block_comment, - ACTIONS(2777), 7, + ACTIONS(2111), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -125209,7 +125177,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2779), 40, + ACTIONS(2113), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -125250,15 +125218,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [9109] = 5, + [8941] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1203), 2, + STATE(1200), 2, sym_line_comment, sym_block_comment, - ACTIONS(2781), 7, + ACTIONS(2115), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -125266,7 +125234,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2783), 40, + ACTIONS(2117), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -125307,15 +125275,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [9171] = 5, + [9003] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1204), 2, + STATE(1201), 2, sym_line_comment, sym_block_comment, - ACTIONS(2785), 7, + ACTIONS(2119), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -125323,7 +125291,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2787), 40, + ACTIONS(2121), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -125364,15 +125332,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [9233] = 5, + [9065] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1205), 2, + STATE(1202), 2, sym_line_comment, sym_block_comment, - ACTIONS(2789), 7, + ACTIONS(2123), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -125380,7 +125348,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2791), 40, + ACTIONS(2125), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -125421,15 +125389,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [9295] = 5, + [9127] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1206), 2, + STATE(1203), 2, sym_line_comment, sym_block_comment, - ACTIONS(2793), 7, + ACTIONS(2995), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -125437,7 +125405,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2795), 40, + ACTIONS(2997), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -125478,15 +125446,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [9357] = 5, + [9189] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1207), 2, + STATE(1204), 2, sym_line_comment, sym_block_comment, - ACTIONS(2797), 7, + ACTIONS(2151), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -125494,7 +125462,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2799), 40, + ACTIONS(2153), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -125535,15 +125503,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [9419] = 5, + [9251] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1208), 2, + STATE(1205), 2, sym_line_comment, sym_block_comment, - ACTIONS(2811), 7, + ACTIONS(2159), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -125551,7 +125519,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2813), 40, + ACTIONS(2161), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -125592,23 +125560,31 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [9481] = 5, + [9313] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1209), 2, + STATE(1206), 2, sym_line_comment, sym_block_comment, - ACTIONS(2815), 7, - anon_sym_SEMI, - anon_sym_macro_rules_BANG, - anon_sym_RBRACE, + ACTIONS(3631), 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(2817), 40, + ACTIONS(3629), 32, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -125626,38 +125602,30 @@ 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_raw, + anon_sym_true, + anon_sym_false, sym_identifier, sym_self, sym_super, sym_crate, - [9543] = 5, + [9375] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1210), 2, + STATE(1207), 2, sym_line_comment, sym_block_comment, - ACTIONS(2827), 7, + ACTIONS(2771), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -125665,7 +125633,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2829), 40, + ACTIONS(2773), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -125706,15 +125674,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [9605] = 5, + [9437] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1211), 2, + STATE(1208), 2, sym_line_comment, sym_block_comment, - ACTIONS(2831), 7, + ACTIONS(3003), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -125722,7 +125690,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2833), 40, + ACTIONS(3005), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -125763,23 +125731,28 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [9667] = 5, + [9499] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1212), 2, + STATE(1209), 2, sym_line_comment, sym_block_comment, - ACTIONS(2835), 7, - anon_sym_SEMI, - anon_sym_macro_rules_BANG, - anon_sym_RBRACE, + ACTIONS(2403), 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(2837), 40, + ACTIONS(2405), 35, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -125800,35 +125773,147 @@ 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, anon_sym_raw, sym_identifier, sym_self, sym_super, sym_crate, - [9729] = 5, + [9561] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1213), 2, + STATE(1210), 2, sym_line_comment, sym_block_comment, - ACTIONS(2839), 7, + ACTIONS(3545), 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(3547), 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, + [9623] = 8, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(3441), 1, + anon_sym_BANG, + ACTIONS(3443), 1, + anon_sym_COLON_COLON, + ACTIONS(3633), 2, + anon_sym_const, + sym_mutable_specifier, + STATE(1211), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3439), 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(3437), 28, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_COMMA, + anon_sym_as, + anon_sym_else, + [9691] = 5, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + STATE(1212), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3007), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -125836,7 +125921,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2841), 40, + ACTIONS(3009), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -125877,15 +125962,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [9791] = 5, + [9753] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1214), 2, + STATE(1213), 2, sym_line_comment, sym_block_comment, - ACTIONS(2843), 7, + ACTIONS(3011), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -125893,7 +125978,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2845), 40, + ACTIONS(3013), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -125934,15 +126019,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [9853] = 5, + [9815] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1215), 2, + STATE(1214), 2, sym_line_comment, sym_block_comment, - ACTIONS(2847), 7, + ACTIONS(3015), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -125950,7 +126035,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2849), 40, + ACTIONS(3017), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -125991,7 +126076,85 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [9915] = 5, + [9877] = 26, + ACTIONS(29), 1, + anon_sym_LT, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(1164), 1, + anon_sym_extern, + ACTIONS(3201), 1, + anon_sym_fn, + ACTIONS(3635), 1, + sym_identifier, + ACTIONS(3637), 1, + anon_sym_LPAREN, + ACTIONS(3641), 1, + anon_sym_COLON_COLON, + ACTIONS(3643), 1, + anon_sym_default, + ACTIONS(3645), 1, + anon_sym_for, + ACTIONS(3651), 1, + sym_metavariable, + STATE(1605), 1, + sym_for_lifetimes, + STATE(1619), 1, + sym_scoped_type_identifier, + STATE(1721), 1, + sym_generic_type, + STATE(2299), 1, + aux_sym_function_modifiers_repeat1, + STATE(2448), 1, + sym_extern_modifier, + STATE(3645), 1, + sym_function_modifiers, + STATE(3681), 1, + sym_scoped_identifier, + STATE(3699), 1, + sym_generic_type_with_turbofish, + STATE(3705), 1, + sym_bracketed_type, + STATE(1215), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1148), 3, + anon_sym_async, + anon_sym_const, + anon_sym_unsafe, + ACTIONS(3647), 3, + anon_sym_gen, + anon_sym_union, + anon_sym_raw, + ACTIONS(3649), 3, + sym_self, + sym_super, + sym_crate, + STATE(1783), 3, + sym_higher_ranked_trait_bound, + sym_function_type, + sym_tuple_type, + ACTIONS(3639), 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, + [9981] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -125999,7 +126162,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1216), 2, sym_line_comment, sym_block_comment, - ACTIONS(2851), 7, + ACTIONS(2183), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -126007,7 +126170,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2853), 40, + ACTIONS(2185), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -126048,7 +126211,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [9977] = 5, + [10043] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -126056,7 +126219,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1217), 2, sym_line_comment, sym_block_comment, - ACTIONS(2855), 7, + ACTIONS(3019), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -126064,7 +126227,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2857), 40, + ACTIONS(3021), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -126105,7 +126268,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [10039] = 5, + [10105] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -126113,7 +126276,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1218), 2, sym_line_comment, sym_block_comment, - ACTIONS(2859), 7, + ACTIONS(2187), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -126121,7 +126284,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2861), 40, + ACTIONS(2189), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -126162,7 +126325,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [10101] = 5, + [10167] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -126170,15 +126333,23 @@ static const uint16_t ts_small_parse_table[] = { STATE(1219), 2, sym_line_comment, sym_block_comment, - ACTIONS(2863), 7, - anon_sym_SEMI, - anon_sym_macro_rules_BANG, - anon_sym_RBRACE, + ACTIONS(3655), 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(2865), 40, + ACTIONS(3653), 32, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -126196,30 +126367,22 @@ 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_raw, + anon_sym_true, + anon_sym_false, sym_identifier, sym_self, sym_super, sym_crate, - [10163] = 5, + [10229] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -126227,7 +126390,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1220), 2, sym_line_comment, sym_block_comment, - ACTIONS(2867), 7, + ACTIONS(2199), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -126235,7 +126398,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2869), 40, + ACTIONS(2201), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -126276,7 +126439,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [10225] = 5, + [10291] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -126284,7 +126447,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1221), 2, sym_line_comment, sym_block_comment, - ACTIONS(2871), 7, + ACTIONS(2207), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -126292,7 +126455,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2873), 40, + ACTIONS(2209), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -126333,7 +126496,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [10287] = 5, + [10353] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -126341,7 +126504,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1222), 2, sym_line_comment, sym_block_comment, - ACTIONS(2875), 7, + ACTIONS(2211), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -126349,7 +126512,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2877), 40, + ACTIONS(2213), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -126390,7 +126553,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [10349] = 5, + [10415] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -126398,7 +126561,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1223), 2, sym_line_comment, sym_block_comment, - ACTIONS(2879), 7, + ACTIONS(2215), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -126406,7 +126569,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2881), 40, + ACTIONS(2217), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -126447,7 +126610,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [10411] = 5, + [10477] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -126455,7 +126618,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1224), 2, sym_line_comment, sym_block_comment, - ACTIONS(2883), 7, + ACTIONS(2219), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -126463,7 +126626,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2885), 40, + ACTIONS(2221), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -126504,7 +126667,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [10473] = 5, + [10539] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -126512,7 +126675,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1225), 2, sym_line_comment, sym_block_comment, - ACTIONS(2887), 7, + ACTIONS(3023), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -126520,7 +126683,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2889), 40, + ACTIONS(3025), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -126561,7 +126724,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [10535] = 5, + [10601] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -126569,7 +126732,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1226), 2, sym_line_comment, sym_block_comment, - ACTIONS(2891), 7, + ACTIONS(2223), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -126577,7 +126740,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2893), 40, + ACTIONS(2225), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -126618,7 +126781,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [10597] = 5, + [10663] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -126626,7 +126789,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1227), 2, sym_line_comment, sym_block_comment, - ACTIONS(2895), 7, + ACTIONS(2227), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -126634,7 +126797,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2897), 40, + ACTIONS(2229), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -126675,7 +126838,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [10659] = 5, + [10725] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -126683,7 +126846,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1228), 2, sym_line_comment, sym_block_comment, - ACTIONS(2899), 7, + ACTIONS(2231), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -126691,7 +126854,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2901), 40, + ACTIONS(2233), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -126732,7 +126895,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [10721] = 5, + [10787] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -126740,7 +126903,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1229), 2, sym_line_comment, sym_block_comment, - ACTIONS(2903), 7, + ACTIONS(2235), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -126748,7 +126911,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2905), 40, + ACTIONS(2237), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -126789,7 +126952,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [10783] = 5, + [10849] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -126797,7 +126960,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1230), 2, sym_line_comment, sym_block_comment, - ACTIONS(2907), 7, + ACTIONS(2239), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -126805,7 +126968,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2909), 40, + ACTIONS(2241), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -126846,7 +127009,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [10845] = 5, + [10911] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -126854,7 +127017,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1231), 2, sym_line_comment, sym_block_comment, - ACTIONS(2915), 7, + ACTIONS(2243), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -126862,7 +127025,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2917), 40, + ACTIONS(2245), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -126903,7 +127066,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [10907] = 5, + [10973] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -126911,7 +127074,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1232), 2, sym_line_comment, sym_block_comment, - ACTIONS(2919), 7, + ACTIONS(2247), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -126919,7 +127082,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2921), 40, + ACTIONS(2249), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -126960,7 +127123,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [10969] = 5, + [11035] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -126968,7 +127131,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1233), 2, sym_line_comment, sym_block_comment, - ACTIONS(2923), 7, + ACTIONS(2251), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -126976,7 +127139,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2925), 40, + ACTIONS(2253), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -127017,7 +127180,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [11031] = 5, + [11097] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -127025,7 +127188,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1234), 2, sym_line_comment, sym_block_comment, - ACTIONS(2927), 7, + ACTIONS(2255), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -127033,7 +127196,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2929), 40, + ACTIONS(2257), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -127074,7 +127237,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [11093] = 5, + [11159] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -127082,7 +127245,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1235), 2, sym_line_comment, sym_block_comment, - ACTIONS(2931), 7, + ACTIONS(2259), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -127090,7 +127253,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2933), 40, + ACTIONS(2261), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -127131,7 +127294,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [11155] = 5, + [11221] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -127139,7 +127302,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1236), 2, sym_line_comment, sym_block_comment, - ACTIONS(2935), 7, + ACTIONS(2267), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -127147,7 +127310,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2937), 40, + ACTIONS(2269), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -127188,7 +127351,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [11217] = 5, + [11283] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -127196,15 +127359,23 @@ static const uint16_t ts_small_parse_table[] = { STATE(1237), 2, sym_line_comment, sym_block_comment, - ACTIONS(2939), 7, - anon_sym_SEMI, - anon_sym_macro_rules_BANG, - anon_sym_RBRACE, + ACTIONS(2183), 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(2941), 40, + ACTIONS(2185), 32, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -127222,30 +127393,22 @@ 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_raw, + anon_sym_true, + anon_sym_false, sym_identifier, sym_self, sym_super, sym_crate, - [11279] = 5, + [11345] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -127253,7 +127416,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1238), 2, sym_line_comment, sym_block_comment, - ACTIONS(2943), 7, + ACTIONS(2275), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -127261,7 +127424,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2945), 40, + ACTIONS(2277), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -127302,7 +127465,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [11341] = 5, + [11407] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -127310,7 +127473,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1239), 2, sym_line_comment, sym_block_comment, - ACTIONS(2947), 7, + ACTIONS(2279), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -127318,7 +127481,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2949), 40, + ACTIONS(2281), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -127359,7 +127522,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [11403] = 5, + [11469] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -127367,7 +127530,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1240), 2, sym_line_comment, sym_block_comment, - ACTIONS(2951), 7, + ACTIONS(2283), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -127375,7 +127538,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2953), 40, + ACTIONS(2285), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -127416,7 +127579,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [11465] = 5, + [11531] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -127424,7 +127587,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1241), 2, sym_line_comment, sym_block_comment, - ACTIONS(2955), 7, + ACTIONS(2287), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -127432,7 +127595,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2957), 40, + ACTIONS(2289), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -127473,7 +127636,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [11527] = 5, + [11593] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -127481,7 +127644,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1242), 2, sym_line_comment, sym_block_comment, - ACTIONS(2959), 7, + ACTIONS(2291), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -127489,7 +127652,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2961), 40, + ACTIONS(2293), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -127530,7 +127693,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [11589] = 5, + [11655] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -127538,7 +127701,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1243), 2, sym_line_comment, sym_block_comment, - ACTIONS(2963), 7, + ACTIONS(2295), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -127546,7 +127709,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2965), 40, + ACTIONS(2297), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -127587,7 +127750,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [11651] = 5, + [11717] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -127595,7 +127758,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1244), 2, sym_line_comment, sym_block_comment, - ACTIONS(2967), 7, + ACTIONS(2299), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -127603,7 +127766,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2969), 40, + ACTIONS(2301), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -127644,7 +127807,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [11713] = 5, + [11779] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -127652,7 +127815,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1245), 2, sym_line_comment, sym_block_comment, - ACTIONS(2971), 7, + ACTIONS(2303), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -127660,7 +127823,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2973), 40, + ACTIONS(2305), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -127701,7 +127864,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [11775] = 5, + [11841] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -127709,7 +127872,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1246), 2, sym_line_comment, sym_block_comment, - ACTIONS(2975), 7, + ACTIONS(2307), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -127717,7 +127880,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2977), 40, + ACTIONS(2309), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -127758,7 +127921,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [11837] = 5, + [11903] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -127766,7 +127929,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1247), 2, sym_line_comment, sym_block_comment, - ACTIONS(2979), 7, + ACTIONS(2311), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -127774,7 +127937,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2981), 40, + ACTIONS(2313), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -127815,7 +127978,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [11899] = 5, + [11965] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -127823,7 +127986,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1248), 2, sym_line_comment, sym_block_comment, - ACTIONS(2983), 7, + ACTIONS(2315), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -127831,7 +127994,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2985), 40, + ACTIONS(2317), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -127872,7 +128035,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [11961] = 5, + [12027] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -127880,7 +128043,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1249), 2, sym_line_comment, sym_block_comment, - ACTIONS(2987), 7, + ACTIONS(2319), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -127888,7 +128051,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2989), 40, + ACTIONS(2321), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -127929,7 +128092,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [12023] = 5, + [12089] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -127937,7 +128100,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1250), 2, sym_line_comment, sym_block_comment, - ACTIONS(2991), 7, + ACTIONS(2323), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -127945,7 +128108,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2993), 40, + ACTIONS(2325), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -127986,7 +128149,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [12085] = 5, + [12151] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -127994,7 +128157,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1251), 2, sym_line_comment, sym_block_comment, - ACTIONS(2995), 7, + ACTIONS(2327), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -128002,7 +128165,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2997), 40, + ACTIONS(2329), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -128043,7 +128206,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [12147] = 5, + [12213] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -128051,7 +128214,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1252), 2, sym_line_comment, sym_block_comment, - ACTIONS(2999), 7, + ACTIONS(2331), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -128059,7 +128222,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(3001), 40, + ACTIONS(2333), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -128100,7 +128263,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [12209] = 5, + [12275] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -128108,7 +128271,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1253), 2, sym_line_comment, sym_block_comment, - ACTIONS(3003), 7, + ACTIONS(2335), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -128116,7 +128279,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(3005), 40, + ACTIONS(2337), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -128157,7 +128320,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [12271] = 5, + [12337] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -128165,7 +128328,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1254), 2, sym_line_comment, sym_block_comment, - ACTIONS(3007), 7, + ACTIONS(2339), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -128173,7 +128336,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(3009), 40, + ACTIONS(2341), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -128214,7 +128377,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [12333] = 5, + [12399] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -128222,7 +128385,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1255), 2, sym_line_comment, sym_block_comment, - ACTIONS(3011), 7, + ACTIONS(2343), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -128230,7 +128393,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(3013), 40, + ACTIONS(2345), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -128271,7 +128434,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [12395] = 5, + [12461] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -128279,7 +128442,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1256), 2, sym_line_comment, sym_block_comment, - ACTIONS(3015), 7, + ACTIONS(2351), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -128287,7 +128450,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(3017), 40, + ACTIONS(2353), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -128328,7 +128491,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [12457] = 5, + [12523] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -128336,7 +128499,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1257), 2, sym_line_comment, sym_block_comment, - ACTIONS(3019), 7, + ACTIONS(2355), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -128344,7 +128507,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(3021), 40, + ACTIONS(2357), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -128385,7 +128548,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [12519] = 5, + [12585] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -128393,7 +128556,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1258), 2, sym_line_comment, sym_block_comment, - ACTIONS(3023), 7, + ACTIONS(2359), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -128401,7 +128564,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(3025), 40, + ACTIONS(2361), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -128442,7 +128605,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [12581] = 5, + [12647] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -128450,7 +128613,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1259), 2, sym_line_comment, sym_block_comment, - ACTIONS(3027), 7, + ACTIONS(2363), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -128458,7 +128621,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(3029), 40, + ACTIONS(2365), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -128499,7 +128662,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [12643] = 5, + [12709] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -128507,7 +128670,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1260), 2, sym_line_comment, sym_block_comment, - ACTIONS(3031), 7, + ACTIONS(2367), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -128515,7 +128678,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(3033), 40, + ACTIONS(2369), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -128556,7 +128719,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [12705] = 5, + [12771] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -128564,7 +128727,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1261), 2, sym_line_comment, sym_block_comment, - ACTIONS(3035), 7, + ACTIONS(2371), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -128572,7 +128735,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(3037), 40, + ACTIONS(2373), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -128613,7 +128776,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [12767] = 5, + [12833] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -128621,7 +128784,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1262), 2, sym_line_comment, sym_block_comment, - ACTIONS(3039), 7, + ACTIONS(2375), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -128629,7 +128792,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(3041), 40, + ACTIONS(2377), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -128670,7 +128833,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [12829] = 5, + [12895] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -128678,7 +128841,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1263), 2, sym_line_comment, sym_block_comment, - ACTIONS(3043), 7, + ACTIONS(2379), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -128686,7 +128849,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(3045), 40, + ACTIONS(2381), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -128727,7 +128890,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [12891] = 5, + [12957] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -128735,7 +128898,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1264), 2, sym_line_comment, sym_block_comment, - ACTIONS(3047), 7, + ACTIONS(2759), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -128743,7 +128906,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(3049), 40, + ACTIONS(2761), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -128784,7 +128947,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [12953] = 5, + [13019] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -128792,7 +128955,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1265), 2, sym_line_comment, sym_block_comment, - ACTIONS(3051), 7, + ACTIONS(2387), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -128800,7 +128963,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(3053), 40, + ACTIONS(2389), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -128841,7 +129004,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [13015] = 5, + [13081] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -128849,7 +129012,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1266), 2, sym_line_comment, sym_block_comment, - ACTIONS(3055), 7, + ACTIONS(2391), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -128857,7 +129020,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(3057), 40, + ACTIONS(2393), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -128898,7 +129061,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [13077] = 5, + [13143] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -128906,7 +129069,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1267), 2, sym_line_comment, sym_block_comment, - ACTIONS(3059), 7, + ACTIONS(2395), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -128914,7 +129077,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(3061), 40, + ACTIONS(2397), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -128955,7 +129118,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [13139] = 5, + [13205] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -128963,7 +129126,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1268), 2, sym_line_comment, sym_block_comment, - ACTIONS(3063), 7, + ACTIONS(3027), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -128971,7 +129134,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(3065), 40, + ACTIONS(3029), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -129012,7 +129175,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [13201] = 5, + [13267] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -129020,7 +129183,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1269), 2, sym_line_comment, sym_block_comment, - ACTIONS(1847), 7, + ACTIONS(2399), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -129028,7 +129191,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1849), 40, + ACTIONS(2401), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -129069,7 +129232,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [13263] = 5, + [13329] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -129077,7 +129240,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1270), 2, sym_line_comment, sym_block_comment, - ACTIONS(1851), 7, + ACTIONS(2411), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -129085,7 +129248,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1853), 40, + ACTIONS(2413), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -129126,7 +129289,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [13325] = 5, + [13391] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -129134,56 +129297,56 @@ static const uint16_t ts_small_parse_table[] = { STATE(1271), 2, sym_line_comment, sym_block_comment, - ACTIONS(1855), 7, + ACTIONS(3553), 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(3555), 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(1857), 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_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_raw, - sym_identifier, - sym_self, - sym_super, - sym_crate, - [13387] = 5, + anon_sym_SQUOTE, + anon_sym_as, + anon_sym_else, + [13453] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -129191,7 +129354,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1272), 2, sym_line_comment, sym_block_comment, - ACTIONS(1859), 7, + ACTIONS(3031), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -129199,7 +129362,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1861), 40, + ACTIONS(3033), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -129240,7 +129403,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [13449] = 5, + [13515] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -129248,7 +129411,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1273), 2, sym_line_comment, sym_block_comment, - ACTIONS(1863), 7, + ACTIONS(2423), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -129256,7 +129419,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1865), 40, + ACTIONS(2425), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -129297,7 +129460,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [13511] = 5, + [13577] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -129305,7 +129468,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1274), 2, sym_line_comment, sym_block_comment, - ACTIONS(1867), 7, + ACTIONS(2431), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -129313,7 +129476,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1869), 40, + ACTIONS(2433), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -129354,7 +129517,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [13573] = 5, + [13639] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -129362,7 +129525,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1275), 2, sym_line_comment, sym_block_comment, - ACTIONS(1871), 7, + ACTIONS(2435), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -129370,7 +129533,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1873), 40, + ACTIONS(2437), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -129411,7 +129574,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [13635] = 5, + [13701] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -129419,7 +129582,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1276), 2, sym_line_comment, sym_block_comment, - ACTIONS(1875), 7, + ACTIONS(2439), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -129427,7 +129590,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1877), 40, + ACTIONS(2441), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -129468,7 +129631,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [13697] = 5, + [13763] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -129476,7 +129639,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1277), 2, sym_line_comment, sym_block_comment, - ACTIONS(1879), 7, + ACTIONS(2443), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -129484,7 +129647,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1881), 40, + ACTIONS(2445), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -129525,7 +129688,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [13759] = 5, + [13825] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -129533,7 +129696,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1278), 2, sym_line_comment, sym_block_comment, - ACTIONS(1883), 7, + ACTIONS(2447), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -129541,7 +129704,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1885), 40, + ACTIONS(2449), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -129582,7 +129745,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [13821] = 5, + [13887] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -129590,7 +129753,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1279), 2, sym_line_comment, sym_block_comment, - ACTIONS(1887), 7, + ACTIONS(2451), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -129598,7 +129761,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1889), 40, + ACTIONS(2453), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -129639,7 +129802,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [13883] = 5, + [13949] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -129647,7 +129810,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1280), 2, sym_line_comment, sym_block_comment, - ACTIONS(1891), 7, + ACTIONS(2455), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -129655,7 +129818,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1893), 40, + ACTIONS(2457), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -129696,15 +129859,76 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [13945] = 5, + [14011] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(3472), 1, + anon_sym_BANG, + ACTIONS(3657), 1, + anon_sym_LBRACE, + ACTIONS(3659), 1, + anon_sym_COLON_COLON, + STATE(1507), 1, + sym_field_initializer_list, STATE(1281), 2, sym_line_comment, sym_block_comment, - ACTIONS(1895), 7, + ACTIONS(1468), 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(1466), 28, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_COMMA, + anon_sym_as, + anon_sym_else, + [14081] = 5, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + STATE(1282), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(2459), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -129712,7 +129936,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1897), 40, + ACTIONS(2461), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -129753,15 +129977,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [14007] = 5, + [14143] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1282), 2, + STATE(1283), 2, sym_line_comment, sym_block_comment, - ACTIONS(1899), 7, + ACTIONS(3035), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -129769,7 +129993,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1901), 40, + ACTIONS(3037), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -129810,15 +130034,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [14069] = 5, + [14205] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1283), 2, + STATE(1284), 2, sym_line_comment, sym_block_comment, - ACTIONS(1907), 7, + ACTIONS(2463), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -129826,7 +130050,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1909), 40, + ACTIONS(2465), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -129867,15 +130091,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [14131] = 5, + [14267] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1284), 2, + STATE(1285), 2, sym_line_comment, sym_block_comment, - ACTIONS(1915), 7, + ACTIONS(3039), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -129883,7 +130107,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1917), 40, + ACTIONS(3041), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -129924,15 +130148,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [14193] = 5, + [14329] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1285), 2, + STATE(1286), 2, sym_line_comment, sym_block_comment, - ACTIONS(1919), 7, + ACTIONS(2467), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -129940,7 +130164,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1921), 40, + ACTIONS(2469), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -129981,15 +130205,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [14255] = 5, + [14391] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1286), 2, + STATE(1287), 2, sym_line_comment, sym_block_comment, - ACTIONS(1923), 7, + ACTIONS(2471), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -129997,7 +130221,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1925), 40, + ACTIONS(2473), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -130038,15 +130262,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [14317] = 5, + [14453] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1287), 2, + STATE(1288), 2, sym_line_comment, sym_block_comment, - ACTIONS(1927), 7, + ACTIONS(1987), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -130054,7 +130278,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1929), 40, + ACTIONS(1989), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -130095,15 +130319,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [14379] = 5, + [14515] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1288), 2, + STATE(1289), 2, sym_line_comment, sym_block_comment, - ACTIONS(1931), 7, + ACTIONS(3043), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -130111,7 +130335,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1933), 40, + ACTIONS(3045), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -130152,15 +130376,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [14441] = 5, + [14577] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1289), 2, + STATE(1290), 2, sym_line_comment, sym_block_comment, - ACTIONS(1935), 7, + ACTIONS(2479), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -130168,7 +130392,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1937), 40, + ACTIONS(2481), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -130209,15 +130433,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [14503] = 5, + [14639] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1290), 2, + STATE(1291), 2, sym_line_comment, sym_block_comment, - ACTIONS(1939), 7, + ACTIONS(2483), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -130225,7 +130449,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1941), 40, + ACTIONS(2485), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -130266,15 +130490,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [14565] = 5, + [14701] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1291), 2, + STATE(1292), 2, sym_line_comment, sym_block_comment, - ACTIONS(1943), 7, + ACTIONS(2487), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -130282,7 +130506,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1945), 40, + ACTIONS(2489), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -130323,15 +130547,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [14627] = 5, + [14763] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1292), 2, + STATE(1293), 2, sym_line_comment, sym_block_comment, - ACTIONS(1947), 7, + ACTIONS(3047), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -130339,7 +130563,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1949), 40, + ACTIONS(3049), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -130380,15 +130604,72 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [14689] = 5, + [14825] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1293), 2, + STATE(1294), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3569), 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(3571), 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, + [14887] = 5, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + STATE(1295), 2, sym_line_comment, sym_block_comment, - ACTIONS(1951), 7, + ACTIONS(2491), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -130396,7 +130677,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1953), 40, + ACTIONS(2493), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -130437,15 +130718,72 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [14751] = 5, + [14949] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1294), 2, + STATE(1296), 2, sym_line_comment, sym_block_comment, - ACTIONS(1955), 7, + ACTIONS(3531), 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(3529), 32, + anon_sym_u8, + anon_sym_i8, + anon_sym_u16, + anon_sym_i16, + anon_sym_u32, + anon_sym_i32, + anon_sym_u64, + anon_sym_i64, + anon_sym_u128, + anon_sym_i128, + anon_sym_isize, + anon_sym_usize, + anon_sym_f32, + anon_sym_f64, + anon_sym_bool, + anon_sym_str, + anon_sym_char, + anon_sym__, + anon_sym_DOT_DOT, + anon_sym_const, + anon_sym_default, + anon_sym_gen, + anon_sym_union, + anon_sym_ref, + sym_mutable_specifier, + anon_sym_raw, + anon_sym_true, + anon_sym_false, + sym_identifier, + sym_self, + sym_super, + sym_crate, + [15011] = 5, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + STATE(1297), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3051), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -130453,7 +130791,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1957), 40, + ACTIONS(3053), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -130494,15 +130832,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [14813] = 5, + [15073] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1295), 2, + STATE(1298), 2, sym_line_comment, sym_block_comment, - ACTIONS(1959), 7, + ACTIONS(2495), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -130510,7 +130848,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1961), 40, + ACTIONS(2497), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -130551,15 +130889,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [14875] = 5, + [15135] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1296), 2, + STATE(1299), 2, sym_line_comment, sym_block_comment, - ACTIONS(1963), 7, + ACTIONS(3055), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -130567,7 +130905,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1965), 40, + ACTIONS(3057), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -130608,15 +130946,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [14937] = 5, + [15197] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1297), 2, + STATE(1300), 2, sym_line_comment, sym_block_comment, - ACTIONS(1967), 7, + ACTIONS(3059), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -130624,7 +130962,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1969), 40, + ACTIONS(3061), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -130665,15 +131003,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [14999] = 5, + [15259] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1298), 2, + STATE(1301), 2, sym_line_comment, sym_block_comment, - ACTIONS(3067), 7, + ACTIONS(3663), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -130681,7 +131019,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(3069), 40, + ACTIONS(3661), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -130722,15 +131060,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [15061] = 5, + [15321] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1299), 2, + STATE(1302), 2, sym_line_comment, sym_block_comment, - ACTIONS(1975), 7, + ACTIONS(2503), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -130738,7 +131076,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1977), 40, + ACTIONS(2505), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -130779,15 +131117,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [15123] = 5, + [15383] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1300), 2, + STATE(1303), 2, sym_line_comment, sym_block_comment, - ACTIONS(1979), 7, + ACTIONS(3063), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -130795,7 +131133,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1981), 40, + ACTIONS(3065), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -130836,15 +131174,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [15185] = 5, + [15445] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1301), 2, + STATE(1304), 2, sym_line_comment, sym_block_comment, - ACTIONS(1983), 7, + ACTIONS(2179), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -130852,7 +131190,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1985), 40, + ACTIONS(2181), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -130893,15 +131231,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [15247] = 5, + [15507] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1302), 2, + STATE(1305), 2, sym_line_comment, sym_block_comment, - ACTIONS(1987), 7, + ACTIONS(3067), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -130909,7 +131247,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1989), 40, + ACTIONS(3069), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -130950,15 +131288,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [15309] = 5, + [15569] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1303), 2, + STATE(1306), 2, sym_line_comment, sym_block_comment, - ACTIONS(1991), 7, + ACTIONS(2507), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -130966,7 +131304,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1993), 40, + ACTIONS(2509), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -131007,15 +131345,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [15371] = 5, + [15631] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1304), 2, + STATE(1307), 2, sym_line_comment, sym_block_comment, - ACTIONS(1995), 7, + ACTIONS(2527), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -131023,7 +131361,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1997), 40, + ACTIONS(2529), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -131064,15 +131402,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [15433] = 5, + [15693] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1305), 2, + STATE(1308), 2, sym_line_comment, sym_block_comment, - ACTIONS(1999), 7, + ACTIONS(2475), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -131080,7 +131418,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2001), 40, + ACTIONS(2477), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -131121,15 +131459,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [15495] = 5, + [15755] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1306), 2, + STATE(1309), 2, sym_line_comment, sym_block_comment, - ACTIONS(2003), 7, + ACTIONS(2543), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -131137,7 +131475,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2005), 40, + ACTIONS(2545), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -131178,15 +131516,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [15557] = 5, + [15817] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1307), 2, + STATE(1310), 2, sym_line_comment, sym_block_comment, - ACTIONS(2007), 7, + ACTIONS(2535), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -131194,7 +131532,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2009), 40, + ACTIONS(2537), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -131235,15 +131573,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [15619] = 5, + [15879] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1308), 2, + STATE(1311), 2, sym_line_comment, sym_block_comment, - ACTIONS(2011), 7, + ACTIONS(2547), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -131251,7 +131589,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2013), 40, + ACTIONS(2549), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -131292,15 +131630,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [15681] = 5, + [15941] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1309), 2, + STATE(1312), 2, sym_line_comment, sym_block_comment, - ACTIONS(2015), 7, + ACTIONS(2167), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -131308,7 +131646,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2017), 40, + ACTIONS(2169), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -131349,15 +131687,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [15743] = 5, + [16003] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1310), 2, + STATE(1313), 2, sym_line_comment, sym_block_comment, - ACTIONS(2019), 7, + ACTIONS(2171), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -131365,7 +131703,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2021), 40, + ACTIONS(2173), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -131406,15 +131744,72 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [15805] = 5, + [16065] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1311), 2, + STATE(1314), 2, sym_line_comment, sym_block_comment, - ACTIONS(2023), 7, + ACTIONS(3585), 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(3587), 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, + [16127] = 5, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + STATE(1315), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(2551), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -131422,7 +131817,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2025), 40, + ACTIONS(2553), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -131463,15 +131858,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [15867] = 5, + [16189] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1312), 2, + STATE(1316), 2, sym_line_comment, sym_block_comment, - ACTIONS(2027), 7, + ACTIONS(1462), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -131479,7 +131874,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2029), 40, + ACTIONS(1464), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -131520,15 +131915,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [15929] = 5, + [16251] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1313), 2, + STATE(1317), 2, sym_line_comment, sym_block_comment, - ACTIONS(2031), 7, + ACTIONS(2263), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -131536,7 +131931,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2033), 40, + ACTIONS(2265), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -131577,15 +131972,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [15991] = 5, + [16313] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1314), 2, + STATE(1318), 2, sym_line_comment, sym_block_comment, - ACTIONS(2035), 7, + ACTIONS(2511), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -131593,7 +131988,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2037), 40, + ACTIONS(2513), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -131634,15 +132029,72 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [16053] = 5, + [16375] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1315), 2, + STATE(1319), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3389), 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(3387), 35, + anon_sym_u8, + anon_sym_i8, + anon_sym_u16, + anon_sym_i16, + anon_sym_u32, + anon_sym_i32, + anon_sym_u64, + anon_sym_i64, + anon_sym_u128, + anon_sym_i128, + anon_sym_isize, + anon_sym_usize, + anon_sym_f32, + anon_sym_f64, + anon_sym_bool, + anon_sym_str, + anon_sym_char, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_for, + anon_sym_gen, + anon_sym_impl, + anon_sym_pub, + anon_sym_union, + anon_sym_unsafe, + anon_sym_use, + anon_sym_extern, + anon_sym_dyn, + anon_sym_raw, + sym_identifier, + sym_self, + sym_super, + sym_crate, + [16437] = 5, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + STATE(1320), 2, sym_line_comment, sym_block_comment, - ACTIONS(1843), 7, + ACTIONS(3071), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -131650,7 +132102,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1845), 40, + ACTIONS(3073), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -131691,15 +132143,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [16115] = 5, + [16499] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1316), 2, + STATE(1321), 2, sym_line_comment, sym_block_comment, - ACTIONS(2039), 7, + ACTIONS(2567), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -131707,7 +132159,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2041), 40, + ACTIONS(2569), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -131748,15 +132200,88 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [16177] = 5, + [16561] = 21, + ACTIONS(29), 1, + anon_sym_LT, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1317), 2, + ACTIONS(1686), 1, + anon_sym_DASH, + ACTIONS(1712), 1, + aux_sym_string_literal_token1, + ACTIONS(1720), 1, + sym__raw_string_literal_start, + ACTIONS(3417), 1, + anon_sym_if, + ACTIONS(3593), 1, + anon_sym_COLON_COLON, + ACTIONS(3665), 1, + sym_identifier, + ACTIONS(3671), 1, + sym_metavariable, + STATE(2862), 1, + sym_scoped_identifier, + STATE(3141), 1, + sym__literal_pattern, + STATE(3634), 1, + sym_bracketed_type, + STATE(3650), 1, + sym_generic_type_with_turbofish, + ACTIONS(1714), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(3415), 2, + anon_sym_EQ_GT, + anon_sym_PIPE, + STATE(1322), 2, sym_line_comment, sym_block_comment, - ACTIONS(2043), 7, + ACTIONS(1710), 3, + sym_float_literal, + sym_integer_literal, + sym_char_literal, + ACTIONS(3669), 3, + sym_self, + sym_super, + sym_crate, + STATE(2411), 4, + sym_negative_literal, + sym_string_literal, + sym_raw_string_literal, + sym_boolean_literal, + ACTIONS(3667), 21, + anon_sym_u8, + anon_sym_i8, + anon_sym_u16, + anon_sym_i16, + anon_sym_u32, + anon_sym_i32, + anon_sym_u64, + anon_sym_i64, + anon_sym_u128, + anon_sym_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, + anon_sym_raw, + [16655] = 5, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + STATE(1323), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(2615), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -131764,7 +132289,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2045), 40, + ACTIONS(2617), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -131805,15 +132330,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [16239] = 5, + [16717] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1318), 2, + STATE(1324), 2, sym_line_comment, sym_block_comment, - ACTIONS(2047), 7, + ACTIONS(2555), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -131821,7 +132346,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2049), 40, + ACTIONS(2557), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -131862,15 +132387,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [16301] = 5, + [16779] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1319), 2, + STATE(1325), 2, sym_line_comment, sym_block_comment, - ACTIONS(2051), 7, + ACTIONS(2559), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -131878,7 +132403,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2053), 40, + ACTIONS(2561), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -131919,15 +132444,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [16363] = 5, + [16841] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1320), 2, + STATE(1326), 2, sym_line_comment, sym_block_comment, - ACTIONS(2055), 7, + ACTIONS(1991), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -131935,7 +132460,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2057), 40, + ACTIONS(1993), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -131976,15 +132501,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [16425] = 5, + [16903] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1321), 2, + STATE(1327), 2, sym_line_comment, sym_block_comment, - ACTIONS(2059), 7, + ACTIONS(2003), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -131992,7 +132517,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2061), 40, + ACTIONS(2005), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -132033,15 +132558,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [16487] = 5, + [16965] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1322), 2, + STATE(1328), 2, sym_line_comment, sym_block_comment, - ACTIONS(2063), 7, + ACTIONS(2007), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -132049,7 +132574,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2065), 40, + ACTIONS(2009), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -132090,15 +132615,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [16549] = 5, + [17027] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1323), 2, + STATE(1329), 2, sym_line_comment, sym_block_comment, - ACTIONS(2071), 7, + ACTIONS(2011), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -132106,7 +132631,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2073), 40, + ACTIONS(2013), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -132147,15 +132672,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [16611] = 5, + [17089] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1324), 2, + STATE(1330), 2, sym_line_comment, sym_block_comment, - ACTIONS(2075), 7, + ACTIONS(2015), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -132163,7 +132688,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2077), 40, + ACTIONS(2017), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -132204,15 +132729,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [16673] = 5, + [17151] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1325), 2, + STATE(1331), 2, sym_line_comment, sym_block_comment, - ACTIONS(2079), 7, + ACTIONS(2019), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -132220,7 +132745,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2081), 40, + ACTIONS(2021), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -132261,15 +132786,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [16735] = 5, + [17213] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1326), 2, + STATE(1332), 2, sym_line_comment, sym_block_comment, - ACTIONS(2083), 7, + ACTIONS(2023), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -132277,7 +132802,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2085), 40, + ACTIONS(2025), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -132318,15 +132843,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [16797] = 5, + [17275] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1327), 2, + STATE(1333), 2, sym_line_comment, sym_block_comment, - ACTIONS(2087), 7, + ACTIONS(2027), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -132334,7 +132859,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2089), 40, + ACTIONS(2029), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -132375,15 +132900,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [16859] = 5, + [17337] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1328), 2, + STATE(1334), 2, sym_line_comment, sym_block_comment, - ACTIONS(2091), 7, + ACTIONS(2563), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -132391,7 +132916,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2093), 40, + ACTIONS(2565), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -132432,15 +132957,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [16921] = 5, + [17399] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1329), 2, + STATE(1335), 2, sym_line_comment, sym_block_comment, - ACTIONS(2095), 7, + ACTIONS(2175), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -132448,7 +132973,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2097), 40, + ACTIONS(2177), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -132489,15 +133014,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [16983] = 5, + [17461] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1330), 2, + STATE(1336), 2, sym_line_comment, sym_block_comment, - ACTIONS(2099), 7, + ACTIONS(2031), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -132505,7 +133030,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2101), 40, + ACTIONS(2033), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -132546,15 +133071,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [17045] = 5, + [17523] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1331), 2, + STATE(1337), 2, sym_line_comment, sym_block_comment, - ACTIONS(2103), 7, + ACTIONS(2203), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -132562,7 +133087,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2105), 40, + ACTIONS(2205), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -132603,15 +133128,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [17107] = 5, + [17585] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1332), 2, + STATE(1338), 2, sym_line_comment, sym_block_comment, - ACTIONS(2107), 7, + ACTIONS(2571), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -132619,7 +133144,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2109), 40, + ACTIONS(2573), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -132660,15 +133185,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [17169] = 5, + [17647] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1333), 2, + STATE(1339), 2, sym_line_comment, sym_block_comment, - ACTIONS(2111), 7, + ACTIONS(2035), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -132676,7 +133201,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2113), 40, + ACTIONS(2037), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -132717,15 +133242,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [17231] = 5, + [17709] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1334), 2, + STATE(1340), 2, sym_line_comment, sym_block_comment, - ACTIONS(2115), 7, + ACTIONS(2039), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -132733,7 +133258,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2117), 40, + ACTIONS(2041), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -132774,15 +133299,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [17293] = 5, + [17771] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1335), 2, + STATE(1341), 2, sym_line_comment, sym_block_comment, - ACTIONS(2119), 7, + ACTIONS(2575), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -132790,7 +133315,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2121), 40, + ACTIONS(2577), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -132831,15 +133356,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [17355] = 5, + [17833] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1336), 2, + STATE(1342), 2, sym_line_comment, sym_block_comment, - ACTIONS(2123), 7, + ACTIONS(2403), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -132847,7 +133372,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2125), 40, + ACTIONS(2405), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -132888,15 +133413,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [17417] = 5, + [17895] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1337), 2, + STATE(1343), 2, sym_line_comment, sym_block_comment, - ACTIONS(2127), 7, + ACTIONS(2043), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -132904,7 +133429,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2129), 40, + ACTIONS(2045), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -132945,15 +133470,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [17479] = 5, + [17957] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1338), 2, + STATE(1344), 2, sym_line_comment, sym_block_comment, - ACTIONS(2131), 7, + ACTIONS(2047), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -132961,7 +133486,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2133), 40, + ACTIONS(2049), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -133002,15 +133527,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [17541] = 5, + [18019] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1339), 2, + STATE(1345), 2, sym_line_comment, sym_block_comment, - ACTIONS(2135), 7, + ACTIONS(2051), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -133018,7 +133543,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2137), 40, + ACTIONS(2053), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -133059,15 +133584,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [17603] = 5, + [18081] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1340), 2, + STATE(1346), 2, sym_line_comment, sym_block_comment, - ACTIONS(2139), 7, + ACTIONS(2063), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -133075,7 +133600,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2141), 40, + ACTIONS(2065), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -133116,15 +133641,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [17665] = 5, + [18143] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1341), 2, + STATE(1347), 2, sym_line_comment, sym_block_comment, - ACTIONS(2143), 7, + ACTIONS(2067), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -133132,7 +133657,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2145), 40, + ACTIONS(2069), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -133173,15 +133698,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [17727] = 5, + [18205] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1342), 2, + STATE(1348), 2, sym_line_comment, sym_block_comment, - ACTIONS(2147), 7, + ACTIONS(2071), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -133189,7 +133714,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2149), 40, + ACTIONS(2073), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -133230,15 +133755,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [17789] = 5, + [18267] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1343), 2, + STATE(1349), 2, sym_line_comment, sym_block_comment, - ACTIONS(2151), 7, + ACTIONS(2075), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -133246,7 +133771,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2153), 40, + ACTIONS(2077), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -133287,15 +133812,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [17851] = 5, + [18329] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1344), 2, + STATE(1350), 2, sym_line_comment, sym_block_comment, - ACTIONS(2155), 7, + ACTIONS(2579), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -133303,7 +133828,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2157), 40, + ACTIONS(2581), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -133344,15 +133869,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [17913] = 5, + [18391] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1345), 2, + STATE(1351), 2, sym_line_comment, sym_block_comment, - ACTIONS(2159), 7, + ACTIONS(2775), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -133360,7 +133885,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2161), 40, + ACTIONS(2777), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -133401,15 +133926,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [17975] = 5, + [18453] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1346), 2, + STATE(1352), 2, sym_line_comment, sym_block_comment, - ACTIONS(2163), 7, + ACTIONS(2583), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -133417,7 +133942,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2165), 40, + ACTIONS(2585), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -133458,15 +133983,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [18037] = 5, + [18515] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1347), 2, + STATE(1353), 2, sym_line_comment, sym_block_comment, - ACTIONS(2167), 7, + ACTIONS(2587), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -133474,7 +133999,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2169), 40, + ACTIONS(2589), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -133515,15 +134040,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [18099] = 5, + [18577] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1348), 2, + STATE(1354), 2, sym_line_comment, sym_block_comment, - ACTIONS(2171), 7, + ACTIONS(2779), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -133531,7 +134056,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2173), 40, + ACTIONS(2781), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -133572,15 +134097,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [18161] = 5, + [18639] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1349), 2, + STATE(1355), 2, sym_line_comment, sym_block_comment, - ACTIONS(2175), 7, + ACTIONS(2783), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -133588,7 +134113,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2177), 40, + ACTIONS(2785), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -133629,15 +134154,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [18223] = 5, + [18701] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1350), 2, + STATE(1356), 2, sym_line_comment, sym_block_comment, - ACTIONS(2179), 7, + ACTIONS(2787), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -133645,7 +134170,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2181), 40, + ACTIONS(2789), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -133686,15 +134211,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [18285] = 5, + [18763] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1351), 2, + STATE(1357), 2, sym_line_comment, sym_block_comment, - ACTIONS(2183), 7, + ACTIONS(2591), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -133702,7 +134227,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2185), 40, + ACTIONS(2593), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -133743,15 +134268,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [18347] = 5, + [18825] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1352), 2, + STATE(1358), 2, sym_line_comment, sym_block_comment, - ACTIONS(2187), 7, + ACTIONS(2791), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -133759,7 +134284,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2189), 40, + ACTIONS(2793), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -133800,15 +134325,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [18409] = 5, + [18887] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1353), 2, + STATE(1359), 2, sym_line_comment, sym_block_comment, - ACTIONS(2191), 7, + ACTIONS(2795), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -133816,7 +134341,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2193), 40, + ACTIONS(2797), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -133857,15 +134382,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [18471] = 5, + [18949] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1354), 2, + STATE(1360), 2, sym_line_comment, sym_block_comment, - ACTIONS(2195), 7, + ACTIONS(2807), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -133873,7 +134398,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2197), 40, + ACTIONS(2809), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -133914,15 +134439,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [18533] = 5, + [19011] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1355), 2, + STATE(1361), 2, sym_line_comment, sym_block_comment, - ACTIONS(2199), 7, + ACTIONS(2595), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -133930,7 +134455,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2201), 40, + ACTIONS(2597), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -133971,15 +134496,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [18595] = 5, + [19073] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1356), 2, + STATE(1362), 2, sym_line_comment, sym_block_comment, - ACTIONS(2203), 7, + ACTIONS(2815), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -133987,7 +134512,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2205), 40, + ACTIONS(2817), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -134028,15 +134553,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [18657] = 5, + [19135] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1357), 2, + STATE(1363), 2, sym_line_comment, sym_block_comment, - ACTIONS(2207), 7, + ACTIONS(2599), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -134044,7 +134569,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2209), 40, + ACTIONS(2601), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -134085,15 +134610,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [18719] = 5, + [19197] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1358), 2, + STATE(1364), 2, sym_line_comment, sym_block_comment, - ACTIONS(2211), 7, + ACTIONS(2603), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -134101,7 +134626,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2213), 40, + ACTIONS(2605), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -134142,15 +134667,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [18781] = 5, + [19259] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1359), 2, + STATE(1365), 2, sym_line_comment, sym_block_comment, - ACTIONS(2215), 7, + ACTIONS(2607), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -134158,7 +134683,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2217), 40, + ACTIONS(2609), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -134199,15 +134724,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [18843] = 5, + [19321] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1360), 2, + STATE(1366), 2, sym_line_comment, sym_block_comment, - ACTIONS(2219), 7, + ACTIONS(2611), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -134215,7 +134740,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2221), 40, + ACTIONS(2613), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -134256,15 +134781,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [18905] = 5, + [19383] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1361), 2, + STATE(1367), 2, sym_line_comment, sym_block_comment, - ACTIONS(2223), 7, + ACTIONS(2623), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -134272,7 +134797,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2225), 40, + ACTIONS(2625), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -134313,15 +134838,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [18967] = 5, + [19445] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1362), 2, + STATE(1368), 2, sym_line_comment, sym_block_comment, - ACTIONS(2227), 7, + ACTIONS(2763), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -134329,7 +134854,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2229), 40, + ACTIONS(2765), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -134370,15 +134895,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [19029] = 5, + [19507] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1363), 2, + STATE(1369), 2, sym_line_comment, sym_block_comment, - ACTIONS(2231), 7, + ACTIONS(2627), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -134386,7 +134911,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2233), 40, + ACTIONS(2629), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -134427,15 +134952,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [19091] = 5, + [19569] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1364), 2, + STATE(1370), 2, sym_line_comment, sym_block_comment, - ACTIONS(2235), 7, + ACTIONS(2631), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -134443,7 +134968,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2237), 40, + ACTIONS(2633), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -134484,15 +135009,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [19153] = 5, + [19631] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1365), 2, + STATE(1371), 2, sym_line_comment, sym_block_comment, - ACTIONS(2239), 7, + ACTIONS(2635), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -134500,7 +135025,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2241), 40, + ACTIONS(2637), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -134541,15 +135066,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [19215] = 5, + [19693] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1366), 2, + STATE(1372), 2, sym_line_comment, sym_block_comment, - ACTIONS(2243), 7, + ACTIONS(2639), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -134557,7 +135082,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2245), 40, + ACTIONS(2641), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -134598,85 +135123,23 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [19277] = 5, + [19755] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1367), 2, + STATE(1373), 2, sym_line_comment, sym_block_comment, - ACTIONS(3581), 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(3583), 31, + ACTIONS(2643), 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_COLON_COLON, - anon_sym_SQUOTE, - anon_sym_as, - anon_sym_else, - [19339] = 5, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - STATE(1368), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1903), 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(1905), 35, + ACTIONS(2645), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -134697,46 +135160,43 @@ 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, anon_sym_raw, sym_identifier, sym_self, sym_super, sym_crate, - [19401] = 5, + [19817] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1369), 2, + STATE(1374), 2, sym_line_comment, sym_block_comment, - ACTIONS(3593), 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(2647), 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(3591), 32, + ACTIONS(2649), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -134754,46 +135214,46 @@ 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_unsafe, + anon_sym_use, + anon_sym_extern, anon_sym_raw, - anon_sym_true, - anon_sym_false, sym_identifier, sym_self, sym_super, sym_crate, - [19463] = 5, + [19879] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1370), 2, + STATE(1375), 2, sym_line_comment, sym_block_comment, - ACTIONS(3597), 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(2651), 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(3595), 32, + ACTIONS(2653), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -134811,46 +135271,46 @@ 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_unsafe, + anon_sym_use, + anon_sym_extern, anon_sym_raw, - anon_sym_true, - anon_sym_false, sym_identifier, sym_self, sym_super, sym_crate, - [19525] = 5, + [19941] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1371), 2, + STATE(1376), 2, sym_line_comment, sym_block_comment, - ACTIONS(2561), 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(2655), 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(2563), 32, + ACTIONS(2657), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -134868,30 +135328,38 @@ 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_unsafe, + anon_sym_use, + anon_sym_extern, anon_sym_raw, - anon_sym_true, - anon_sym_false, sym_identifier, sym_self, sym_super, sym_crate, - [19587] = 5, + [20003] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1372), 2, + STATE(1377), 2, sym_line_comment, sym_block_comment, - ACTIONS(1903), 7, + ACTIONS(2659), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -134899,7 +135367,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1905), 40, + ACTIONS(2661), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -134940,31 +135408,23 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [19649] = 5, + [20065] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1373), 2, + STATE(1378), 2, sym_line_comment, sym_block_comment, - ACTIONS(1903), 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(2663), 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(1905), 32, + ACTIONS(2665), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -134982,142 +135442,81 @@ 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_unsafe, + anon_sym_use, + anon_sym_extern, anon_sym_raw, - anon_sym_true, - anon_sym_false, sym_identifier, sym_self, sym_super, sym_crate, - [19711] = 8, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(3455), 1, - anon_sym_BANG, - ACTIONS(3457), 1, - anon_sym_COLON_COLON, - ACTIONS(3599), 2, - anon_sym_const, - sym_mutable_specifier, - STATE(1374), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3453), 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(3451), 28, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_COMMA, - anon_sym_as, - anon_sym_else, - [19779] = 26, + [20127] = 21, ACTIONS(29), 1, anon_sym_LT, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(1112), 1, - anon_sym_extern, - ACTIONS(3245), 1, - anon_sym_fn, - ACTIONS(3601), 1, - sym_identifier, - ACTIONS(3603), 1, - anon_sym_LPAREN, - ACTIONS(3607), 1, + ACTIONS(1686), 1, + anon_sym_DASH, + ACTIONS(1712), 1, + aux_sym_string_literal_token1, + ACTIONS(1720), 1, + sym__raw_string_literal_start, + ACTIONS(3429), 1, + anon_sym_if, + ACTIONS(3593), 1, anon_sym_COLON_COLON, - ACTIONS(3609), 1, - anon_sym_default, - ACTIONS(3611), 1, - anon_sym_for, - ACTIONS(3617), 1, + ACTIONS(3673), 1, + sym_identifier, + ACTIONS(3679), 1, sym_metavariable, - STATE(1098), 1, - sym_scoped_type_identifier, - STATE(1413), 1, - sym_generic_type, - STATE(1618), 1, - sym_for_lifetimes, - STATE(2336), 1, - aux_sym_function_modifiers_repeat1, - STATE(2421), 1, - sym_extern_modifier, - STATE(3654), 1, + STATE(2716), 1, sym_scoped_identifier, - STATE(3689), 1, - sym_generic_type_with_turbofish, - STATE(3701), 1, + STATE(3099), 1, + sym__literal_pattern, + STATE(3634), 1, sym_bracketed_type, - STATE(3775), 1, - sym_function_modifiers, - STATE(1375), 2, + STATE(3650), 1, + sym_generic_type_with_turbofish, + ACTIONS(1714), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(3427), 2, + anon_sym_EQ_GT, + anon_sym_PIPE, + STATE(1379), 2, sym_line_comment, sym_block_comment, - ACTIONS(1096), 3, - anon_sym_async, - anon_sym_const, - anon_sym_unsafe, - ACTIONS(3613), 3, - anon_sym_gen, - anon_sym_union, - anon_sym_raw, - ACTIONS(3615), 3, + ACTIONS(1710), 3, + sym_float_literal, + sym_integer_literal, + sym_char_literal, + ACTIONS(3677), 3, sym_self, sym_super, sym_crate, - STATE(1485), 3, - sym_higher_ranked_trait_bound, - sym_function_type, - sym_tuple_type, - ACTIONS(3605), 17, + STATE(2411), 4, + sym_negative_literal, + sym_string_literal, + sym_raw_string_literal, + sym_boolean_literal, + ACTIONS(3675), 21, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -135135,132 +135534,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - [19883] = 8, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(3457), 1, - anon_sym_COLON_COLON, - ACTIONS(3619), 1, - anon_sym_BANG, - STATE(1376), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3621), 6, - anon_sym_async, - anon_sym_const, anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, - ACTIONS(3453), 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(3451), 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, - [19951] = 5, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - STATE(1377), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3555), 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(3557), 31, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_COMMA, - anon_sym_COLON_COLON, - anon_sym_SQUOTE, - anon_sym_as, - anon_sym_else, - [20013] = 5, + anon_sym_gen, + anon_sym_union, + anon_sym_raw, + [20221] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1378), 2, + STATE(1380), 2, sym_line_comment, sym_block_comment, - ACTIONS(3625), 7, + ACTIONS(2691), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -135268,7 +135554,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(3623), 40, + ACTIONS(2693), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -135309,124 +135595,80 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [20075] = 5, + [20283] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1379), 2, + STATE(1381), 2, sym_line_comment, sym_block_comment, - ACTIONS(3567), 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(3569), 31, + ACTIONS(2695), 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_COLON_COLON, - anon_sym_SQUOTE, - anon_sym_as, - anon_sym_else, - [20137] = 26, - ACTIONS(29), 1, anon_sym_LT, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(1112), 1, - anon_sym_extern, - ACTIONS(3199), 1, - anon_sym_fn, - ACTIONS(3627), 1, - sym_identifier, - ACTIONS(3629), 1, - anon_sym_LPAREN, - ACTIONS(3633), 1, anon_sym_COLON_COLON, - ACTIONS(3635), 1, - anon_sym_default, - ACTIONS(3637), 1, - anon_sym_for, - ACTIONS(3643), 1, + anon_sym_POUND, sym_metavariable, - STATE(1603), 1, - sym_for_lifetimes, - STATE(1609), 1, - sym_scoped_type_identifier, - STATE(1677), 1, - sym_generic_type, - STATE(2336), 1, - aux_sym_function_modifiers_repeat1, - STATE(2421), 1, - sym_extern_modifier, - STATE(3644), 1, - sym_function_modifiers, - STATE(3680), 1, - sym_scoped_identifier, - STATE(3699), 1, - sym_generic_type_with_turbofish, - STATE(3705), 1, - sym_bracketed_type, - STATE(1380), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1096), 3, + ACTIONS(2697), 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_unsafe, - ACTIONS(3639), 3, + 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_raw, - ACTIONS(3641), 3, + sym_identifier, sym_self, sym_super, sym_crate, - STATE(1818), 3, - sym_higher_ranked_trait_bound, - sym_function_type, - sym_tuple_type, - ACTIONS(3631), 17, + [20345] = 5, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + STATE(1382), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(2711), 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(2713), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -135444,31 +135686,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - [20241] = 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, + anon_sym_raw, + sym_identifier, + sym_self, + sym_super, + sym_crate, + [20407] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1381), 2, + STATE(1383), 2, sym_line_comment, sym_block_comment, - ACTIONS(3573), 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(2715), 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(3571), 32, + ACTIONS(2717), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -135486,46 +135743,46 @@ 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_unsafe, + anon_sym_use, + anon_sym_extern, anon_sym_raw, - anon_sym_true, - anon_sym_false, sym_identifier, sym_self, sym_super, sym_crate, - [20303] = 5, + [20469] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1382), 2, + STATE(1384), 2, sym_line_comment, sym_block_comment, - ACTIONS(3519), 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(2723), 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(3517), 32, + ACTIONS(2725), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -135543,82 +135800,103 @@ 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_unsafe, + anon_sym_use, + anon_sym_extern, anon_sym_raw, - anon_sym_true, - anon_sym_false, sym_identifier, sym_self, sym_super, sym_crate, - [20365] = 26, - ACTIONS(29), 1, - anon_sym_LT, + [20531] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(1112), 1, - anon_sym_extern, - ACTIONS(1640), 1, - anon_sym_fn, - ACTIONS(3478), 1, - anon_sym_LPAREN, - ACTIONS(3486), 1, - anon_sym_COLON_COLON, - ACTIONS(3494), 1, - sym_metavariable, - ACTIONS(3589), 1, - anon_sym_default, - ACTIONS(3645), 1, - sym_identifier, - ACTIONS(3647), 1, - anon_sym_for, - STATE(1606), 1, - sym_for_lifetimes, - STATE(2042), 1, - sym_generic_type, - STATE(2268), 1, - sym_scoped_type_identifier, - STATE(2336), 1, - aux_sym_function_modifiers_repeat1, - STATE(2421), 1, - sym_extern_modifier, - STATE(3624), 1, - sym_scoped_identifier, - STATE(3636), 1, - sym_bracketed_type, - STATE(3661), 1, - sym_function_modifiers, - STATE(3780), 1, - sym_generic_type_with_turbofish, - STATE(1383), 2, + STATE(1385), 2, sym_line_comment, sym_block_comment, - ACTIONS(1096), 3, + ACTIONS(2823), 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(2825), 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_unsafe, - ACTIONS(3488), 3, + 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_raw, - ACTIONS(3492), 3, + sym_identifier, sym_self, sym_super, sym_crate, - STATE(2074), 3, - sym_higher_ranked_trait_bound, - sym_function_type, - sym_tuple_type, - ACTIONS(3587), 17, + [20593] = 5, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + STATE(1386), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(2727), 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(2729), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -135636,15 +135914,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - [20469] = 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, + anon_sym_raw, + sym_identifier, + sym_self, + sym_super, + sym_crate, + [20655] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1384), 2, + STATE(1387), 2, sym_line_comment, sym_block_comment, - ACTIONS(1971), 7, + ACTIONS(2827), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -135652,7 +135953,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1973), 40, + ACTIONS(2829), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -135693,89 +135994,23 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [20531] = 9, + [20717] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3449), 1, - anon_sym_BANG, - ACTIONS(3649), 1, - anon_sym_LBRACE, - ACTIONS(3651), 1, - anon_sym_COLON_COLON, - STATE(1467), 1, - sym_field_initializer_list, - STATE(1385), 2, + STATE(1388), 2, sym_line_comment, sym_block_comment, - ACTIONS(1506), 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(1504), 28, + ACTIONS(2731), 7, anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACK, - anon_sym_RBRACK, + anon_sym_macro_rules_BANG, anon_sym_RBRACE, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_COMMA, - anon_sym_as, - anon_sym_else, - [20601] = 5, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - STATE(1386), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3385), 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(3383), 35, + ACTIONS(2733), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -135796,73 +136031,87 @@ 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, anon_sym_raw, sym_identifier, sym_self, sym_super, sym_crate, - [20663] = 21, + [20779] = 26, ACTIONS(29), 1, anon_sym_LT, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(1686), 1, - anon_sym_DASH, - ACTIONS(1712), 1, - aux_sym_string_literal_token1, - ACTIONS(1720), 1, - sym__raw_string_literal_start, - ACTIONS(3413), 1, - anon_sym_if, - ACTIONS(3653), 1, - sym_identifier, - ACTIONS(3657), 1, + ACTIONS(1154), 1, + anon_sym_fn, + ACTIONS(1164), 1, + anon_sym_extern, + ACTIONS(3287), 1, + anon_sym_for, + ACTIONS(3482), 1, + anon_sym_LPAREN, + ACTIONS(3490), 1, anon_sym_COLON_COLON, - ACTIONS(3661), 1, + ACTIONS(3498), 1, sym_metavariable, - STATE(2641), 1, - sym_scoped_identifier, - STATE(3020), 1, - sym__literal_pattern, - STATE(3632), 1, + ACTIONS(3625), 1, + anon_sym_default, + ACTIONS(3681), 1, + sym_identifier, + STATE(1608), 1, + sym_for_lifetimes, + STATE(2038), 1, + sym_scoped_type_identifier, + STATE(2059), 1, + sym_generic_type, + STATE(2299), 1, + aux_sym_function_modifiers_repeat1, + STATE(2448), 1, + sym_extern_modifier, + STATE(3638), 1, sym_bracketed_type, - STATE(3649), 1, + STATE(3750), 1, + sym_scoped_identifier, + STATE(3764), 1, sym_generic_type_with_turbofish, - ACTIONS(1714), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(3411), 2, - anon_sym_EQ_GT, - anon_sym_PIPE, - STATE(1387), 2, + STATE(3816), 1, + sym_function_modifiers, + STATE(1389), 2, sym_line_comment, sym_block_comment, - ACTIONS(1710), 3, - sym_float_literal, - sym_integer_literal, - sym_char_literal, - ACTIONS(3659), 3, + ACTIONS(1148), 3, + anon_sym_async, + anon_sym_const, + anon_sym_unsafe, + ACTIONS(3492), 3, + anon_sym_gen, + anon_sym_union, + anon_sym_raw, + ACTIONS(3496), 3, sym_self, sym_super, sym_crate, - STATE(2441), 4, - sym_negative_literal, - sym_string_literal, - sym_raw_string_literal, - sym_boolean_literal, - ACTIONS(3655), 21, + STATE(2086), 3, + sym_higher_ranked_trait_bound, + sym_function_type, + sym_tuple_type, + ACTIONS(3623), 17, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -135880,19 +136129,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, - anon_sym_raw, - [20757] = 5, + [20883] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1388), 2, + STATE(1390), 2, sym_line_comment, sym_block_comment, - ACTIONS(2287), 7, + ACTIONS(2735), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -135900,7 +136145,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2289), 40, + ACTIONS(2737), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -135941,15 +136186,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [20819] = 5, + [20945] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1389), 2, + STATE(1391), 2, sym_line_comment, sym_block_comment, - ACTIONS(2411), 7, + ACTIONS(2739), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -135957,7 +136202,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2413), 40, + ACTIONS(2741), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -135998,115 +136243,23 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [20881] = 5, + [21007] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1390), 2, + STATE(1392), 2, sym_line_comment, sym_block_comment, - ACTIONS(3547), 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(3549), 31, + ACTIONS(2743), 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_COLON_COLON, - anon_sym_SQUOTE, - anon_sym_as, - anon_sym_else, - [20943] = 21, - ACTIONS(29), 1, anon_sym_LT, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(1686), 1, - anon_sym_DASH, - ACTIONS(1712), 1, - aux_sym_string_literal_token1, - ACTIONS(1720), 1, - sym__raw_string_literal_start, - ACTIONS(3401), 1, - anon_sym_if, - ACTIONS(3657), 1, anon_sym_COLON_COLON, - ACTIONS(3663), 1, - sym_identifier, - ACTIONS(3669), 1, + anon_sym_POUND, sym_metavariable, - STATE(2678), 1, - sym_scoped_identifier, - STATE(2889), 1, - sym__literal_pattern, - STATE(3632), 1, - sym_bracketed_type, - STATE(3649), 1, - sym_generic_type_with_turbofish, - ACTIONS(1714), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(3399), 2, - anon_sym_EQ_GT, - anon_sym_PIPE, - STATE(1391), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1710), 3, - sym_float_literal, - sym_integer_literal, - sym_char_literal, - ACTIONS(3667), 3, - sym_self, - sym_super, - sym_crate, - STATE(2441), 4, - sym_negative_literal, - sym_string_literal, - sym_raw_string_literal, - sym_boolean_literal, - ACTIONS(3665), 21, + ACTIONS(2745), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -136124,62 +136277,46 @@ 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, anon_sym_raw, - [21037] = 21, - ACTIONS(29), 1, - anon_sym_LT, + sym_identifier, + sym_self, + sym_super, + sym_crate, + [21069] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(1686), 1, - anon_sym_DASH, - ACTIONS(1712), 1, - aux_sym_string_literal_token1, - ACTIONS(1720), 1, - sym__raw_string_literal_start, - ACTIONS(3425), 1, - anon_sym_if, - ACTIONS(3657), 1, - anon_sym_COLON_COLON, - ACTIONS(3671), 1, - sym_identifier, - ACTIONS(3677), 1, - sym_metavariable, - STATE(2864), 1, - sym_scoped_identifier, - STATE(2926), 1, - sym__literal_pattern, - STATE(3632), 1, - sym_bracketed_type, - STATE(3649), 1, - sym_generic_type_with_turbofish, - ACTIONS(1714), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(3423), 2, - anon_sym_EQ_GT, - anon_sym_PIPE, - STATE(1392), 2, + STATE(1393), 2, sym_line_comment, sym_block_comment, - ACTIONS(1710), 3, - sym_float_literal, - sym_integer_literal, - sym_char_literal, - ACTIONS(3675), 3, - sym_self, - sym_super, - sym_crate, - STATE(2441), 4, - sym_negative_literal, - sym_string_literal, - sym_raw_string_literal, - sym_boolean_literal, - ACTIONS(3673), 21, + ACTIONS(2747), 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(2749), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -136197,19 +136334,38 @@ 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, anon_sym_raw, + sym_identifier, + sym_self, + sym_super, + sym_crate, [21131] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1393), 2, + STATE(1394), 2, sym_line_comment, sym_block_comment, - ACTIONS(2819), 7, + ACTIONS(2751), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -136217,7 +136373,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2821), 40, + ACTIONS(2753), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -136258,131 +136414,86 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [21193] = 6, + [21193] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3683), 1, - anon_sym_DASH_GT, - STATE(1394), 2, + STATE(1395), 2, sym_line_comment, sym_block_comment, - ACTIONS(3681), 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(3679), 30, + ACTIONS(2383), 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, - [21256] = 6, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(3689), 1, - anon_sym_DASH_GT, - STATE(1395), 2, - sym_line_comment, - sym_block_comment, - 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_DOT, - anon_sym_DOT_DOT, - ACTIONS(3685), 30, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACK, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_POUND, + sym_metavariable, + ACTIONS(2385), 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_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_raw, + sym_identifier, + sym_self, + sym_super, + sym_crate, + [21255] = 12, + ACTIONS(19), 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, - anon_sym_SQUOTE, - anon_sym_as, - anon_sym_else, - [21319] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3695), 1, - anon_sym_DASH_GT, + ACTIONS(3443), 1, + anon_sym_COLON_COLON, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + ACTIONS(3599), 1, + anon_sym_BANG, + ACTIONS(3683), 1, + anon_sym_move, + STATE(402), 1, + sym_block, + STATE(3556), 1, + sym_label, STATE(1396), 2, sym_line_comment, sym_block_comment, - ACTIONS(3693), 15, + ACTIONS(3439), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -136398,13 +136509,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3691), 30, + ACTIONS(3437), 24, anon_sym_SEMI, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_QMARK, anon_sym_AMP_AMP, @@ -136425,11 +136533,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_COMMA, - anon_sym_SQUOTE, anon_sym_as, - anon_sym_else, - [21382] = 23, + [21330] = 23, ACTIONS(29), 1, anon_sym_LT, ACTIONS(105), 1, @@ -136438,54 +136543,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_STAR, ACTIONS(1620), 1, anon_sym_LBRACK, - ACTIONS(3363), 1, + ACTIONS(3339), 1, anon_sym_SQUOTE, - ACTIONS(3474), 1, - sym_identifier, ACTIONS(3478), 1, + sym_identifier, + ACTIONS(3482), 1, anon_sym_LPAREN, - ACTIONS(3480), 1, - anon_sym_STAR, ACTIONS(3484), 1, + anon_sym_STAR, + ACTIONS(3488), 1, anon_sym_AMP, - ACTIONS(3486), 1, - anon_sym_COLON_COLON, ACTIONS(3490), 1, - anon_sym_for, + anon_sym_COLON_COLON, ACTIONS(3494), 1, + anon_sym_for, + ACTIONS(3498), 1, sym_metavariable, - STATE(2586), 1, + STATE(2529), 1, sym_where_predicate, - STATE(2812), 1, + STATE(2832), 1, sym_scoped_type_identifier, - STATE(3140), 1, + STATE(3066), 1, sym_generic_type, - STATE(3624), 1, - sym_scoped_identifier, - STATE(3636), 1, + STATE(3638), 1, sym_bracketed_type, - STATE(3780), 1, + STATE(3750), 1, + sym_scoped_identifier, + STATE(3764), 1, sym_generic_type_with_turbofish, STATE(1397), 2, sym_line_comment, sym_block_comment, - ACTIONS(3492), 3, + ACTIONS(3496), 3, sym_self, sym_super, sym_crate, - ACTIONS(3488), 4, + ACTIONS(3492), 4, anon_sym_default, anon_sym_gen, anon_sym_union, anon_sym_raw, - STATE(3400), 6, + STATE(3358), 6, sym_higher_ranked_trait_bound, sym_lifetime, sym_array_type, sym_tuple_type, sym_reference_type, sym_pointer_type, - ACTIONS(3482), 17, + ACTIONS(3486), 17, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -136503,192 +136608,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - [21479] = 6, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(3701), 1, - anon_sym_DASH_GT, - STATE(1398), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3699), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3697), 30, - 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, - [21542] = 5, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - STATE(1399), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3705), 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(3703), 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, - [21603] = 7, + [21427] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - STATE(1455), 1, - sym_label, - STATE(1400), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3709), 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(3707), 29, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACK, - anon_sym_RBRACK, + ACTIONS(3685), 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, - anon_sym_as, - anon_sym_else, - [21668] = 5, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - STATE(1401), 2, + STATE(1398), 2, sym_line_comment, sym_block_comment, - ACTIONS(3713), 15, + ACTIONS(3569), 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, @@ -136698,13 +136635,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3711), 31, + ACTIONS(3571), 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, @@ -136727,20 +136663,19 @@ 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, - [21729] = 6, + [21490] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3715), 1, + ACTIONS(3687), 1, anon_sym_LBRACE, - STATE(1402), 2, + STATE(1399), 2, sym_line_comment, sym_block_comment, - ACTIONS(3555), 16, + ACTIONS(3585), 16, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -136757,7 +136692,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3557), 29, + ACTIONS(3587), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -136787,15 +136722,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_as, anon_sym_else, - [21792] = 5, + [21553] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1403), 2, + STATE(1400), 2, sym_line_comment, sym_block_comment, - ACTIONS(3719), 15, + ACTIONS(3691), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -136811,7 +136746,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3717), 31, + ACTIONS(3689), 31, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -136839,19 +136774,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_COLON_COLON, anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [21853] = 5, + [21614] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1404), 2, + STATE(1401), 2, sym_line_comment, sym_block_comment, - ACTIONS(3723), 15, + ACTIONS(3695), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -136867,7 +136802,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3721), 31, + ACTIONS(3693), 31, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -136895,21 +136830,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_COMMA, - anon_sym_DASH_GT, + anon_sym_COLON_COLON, anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [21914] = 6, + [21675] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3725), 1, + ACTIONS(3697), 1, anon_sym_LBRACE, - STATE(1405), 2, + STATE(1402), 2, sym_line_comment, sym_block_comment, - ACTIONS(3567), 16, + ACTIONS(3553), 16, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -136926,7 +136861,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3569), 29, + ACTIONS(3555), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -136956,17 +136891,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_as, anon_sym_else, - [21977] = 6, + [21738] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3727), 1, - anon_sym_COLON_COLON, - STATE(1406), 2, + STATE(1403), 2, sym_line_comment, sym_block_comment, - ACTIONS(3515), 15, + ACTIONS(1604), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -136982,7 +136915,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3513), 30, + ACTIONS(1606), 31, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -136990,6 +136923,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_COLON, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -137013,29 +136947,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [22040] = 12, + [21799] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(1386), 1, - anon_sym_LBRACE, - ACTIONS(3455), 1, - anon_sym_BANG, - ACTIONS(3457), 1, + ACTIONS(3699), 1, anon_sym_COLON_COLON, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - ACTIONS(3729), 1, - anon_sym_move, - STATE(484), 1, - sym_block, - STATE(3782), 1, - sym_label, - STATE(1407), 2, + STATE(1404), 2, sym_line_comment, sym_block_comment, - ACTIONS(3453), 15, + ACTIONS(3579), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -137051,9 +136973,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3451), 24, + ACTIONS(3577), 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, @@ -137075,18 +137001,20 @@ 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, - [22115] = 6, + anon_sym_else, + [21862] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3735), 1, - anon_sym_DASH_GT, - STATE(1408), 2, + ACTIONS(3701), 1, + anon_sym_COLON_COLON, + STATE(1405), 2, sym_line_comment, sym_block_comment, - ACTIONS(3733), 15, + ACTIONS(3579), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -137102,7 +137030,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3731), 30, + ACTIONS(3577), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -137133,15 +137061,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [22178] = 5, + [21925] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1409), 2, + ACTIONS(3703), 1, + anon_sym_COLON_COLON, + STATE(1406), 2, sym_line_comment, sym_block_comment, - ACTIONS(3739), 15, + ACTIONS(3579), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -137157,7 +137087,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3737), 31, + ACTIONS(3577), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -137185,19 +137115,18 @@ 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, - [22239] = 5, + [21988] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1410), 2, + STATE(1407), 2, sym_line_comment, sym_block_comment, - ACTIONS(3743), 15, + ACTIONS(3707), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -137213,7 +137142,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3741), 31, + ACTIONS(3705), 31, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -137245,17 +137174,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [22300] = 6, + [22049] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3727), 1, - anon_sym_COLON_COLON, - STATE(1411), 2, + STATE(1408), 2, sym_line_comment, sym_block_comment, - ACTIONS(3525), 15, + ACTIONS(3711), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -137271,7 +137198,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3523), 30, + ACTIONS(3709), 31, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -137299,22 +137226,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_COMMA, + anon_sym_COLON_COLON, anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [22363] = 7, + [22110] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3747), 1, - anon_sym_LPAREN, - STATE(1479), 1, - sym_arguments, - STATE(1412), 2, + STATE(1409), 2, sym_line_comment, sym_block_comment, - ACTIONS(3749), 15, + ACTIONS(3715), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -137330,8 +137254,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3745), 29, + ACTIONS(3713), 31, anon_sym_SEMI, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_RBRACK, @@ -137357,20 +137282,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_COMMA, + anon_sym_COLON_COLON, anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [22428] = 6, + [22171] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3727), 1, - anon_sym_COLON_COLON, - STATE(1413), 2, + STATE(1410), 2, sym_line_comment, sym_block_comment, - ACTIONS(3533), 15, + ACTIONS(3397), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -137386,7 +137310,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3531), 30, + ACTIONS(3399), 31, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -137394,6 +137318,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_COLON, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -137417,29 +137342,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [22491] = 12, - ACTIONS(19), 1, - anon_sym_LBRACE, + [22232] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3457), 1, - anon_sym_COLON_COLON, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - ACTIONS(3619), 1, - anon_sym_BANG, - ACTIONS(3751), 1, - anon_sym_move, - STATE(399), 1, - sym_block, - STATE(3621), 1, - sym_label, - STATE(1414), 2, + ACTIONS(3721), 1, + anon_sym_DASH_GT, + STATE(1411), 2, sym_line_comment, sym_block_comment, - ACTIONS(3453), 15, + ACTIONS(3719), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -137455,10 +137368,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3451), 24, + ACTIONS(3717), 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, @@ -137479,18 +137395,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, + anon_sym_COMMA, + anon_sym_SQUOTE, anon_sym_as, - [22566] = 6, + anon_sym_else, + [22295] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3757), 1, - anon_sym_DASH_GT, - STATE(1415), 2, + ACTIONS(3703), 1, + anon_sym_COLON_COLON, + STATE(1412), 2, sym_line_comment, sym_block_comment, - ACTIONS(3755), 15, + ACTIONS(3559), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -137506,7 +137425,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3753), 30, + ACTIONS(3557), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -137537,15 +137456,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [22629] = 5, + [22358] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1416), 2, + ACTIONS(3703), 1, + anon_sym_COLON_COLON, + STATE(1413), 2, sym_line_comment, sym_block_comment, - ACTIONS(3761), 15, + ACTIONS(3575), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -137561,7 +137482,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3759), 31, + ACTIONS(3573), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -137589,19 +137510,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_COMMA, - anon_sym_COLON_COLON, anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [22690] = 5, + [22421] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1417), 2, + ACTIONS(3727), 1, + anon_sym_DASH_GT, + STATE(1414), 2, sym_line_comment, sym_block_comment, - ACTIONS(3765), 15, + ACTIONS(3725), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -137617,7 +137539,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3763), 31, + ACTIONS(3723), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -137645,28 +137567,26 @@ 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, - [22751] = 6, + [22484] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3767), 1, - anon_sym_LBRACE, - STATE(1418), 2, + ACTIONS(3733), 1, + anon_sym_DASH_GT, + STATE(1415), 2, sym_line_comment, sym_block_comment, - ACTIONS(3581), 16, + ACTIONS(3731), 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, @@ -137676,12 +137596,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3583), 29, + ACTIONS(3729), 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, @@ -137703,18 +137624,85 @@ 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, - [22814] = 5, + [22547] = 12, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1419), 2, + ACTIONS(1408), 1, + anon_sym_LBRACE, + ACTIONS(3441), 1, + anon_sym_BANG, + ACTIONS(3443), 1, + anon_sym_COLON_COLON, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + ACTIONS(3735), 1, + anon_sym_move, + STATE(478), 1, + sym_block, + STATE(3782), 1, + sym_label, + STATE(1416), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3439), 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(3437), 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, + [22622] = 7, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + STATE(1439), 1, + sym_label, + STATE(1417), 2, sym_line_comment, sym_block_comment, - ACTIONS(3771), 15, + ACTIONS(3739), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -137730,7 +137718,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3769), 31, + ACTIONS(3737), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -137758,21 +137746,17 @@ 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, - [22875] = 6, + [22687] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3773), 1, - anon_sym_COLON_COLON, - STATE(1420), 2, + STATE(1418), 2, sym_line_comment, sym_block_comment, - ACTIONS(3511), 15, + ACTIONS(3567), 17, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -137783,12 +137767,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(3509), 30, + ACTIONS(3565), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -137807,29 +137793,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_COMMA, anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [22938] = 6, + anon_sym_LT2, + [22748] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3775), 1, - anon_sym_COLON_COLON, - STATE(1421), 2, + STATE(1419), 2, sym_line_comment, sym_block_comment, - ACTIONS(3511), 15, + ACTIONS(3743), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -137845,7 +137828,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3509), 30, + ACTIONS(3741), 31, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -137873,20 +137856,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_COMMA, + anon_sym_DASH_GT, anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [23001] = 6, + [22809] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3727), 1, - anon_sym_COLON_COLON, - STATE(1422), 2, + ACTIONS(3749), 1, + anon_sym_DASH_GT, + STATE(1420), 2, sym_line_comment, sym_block_comment, - ACTIONS(3511), 15, + ACTIONS(3747), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -137902,7 +137886,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3509), 30, + ACTIONS(3745), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -137933,15 +137917,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [23064] = 5, + [22872] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1423), 2, + ACTIONS(3755), 1, + anon_sym_DASH_GT, + STATE(1421), 2, sym_line_comment, sym_block_comment, - ACTIONS(1604), 15, + ACTIONS(3753), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -137957,7 +137943,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1606), 31, + ACTIONS(3751), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -137965,7 +137951,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_COLON, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -137989,17 +137974,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [23125] = 6, + [22935] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3777), 1, - anon_sym_COLON_COLON, - STATE(1424), 2, + ACTIONS(3761), 1, + anon_sym_DASH_GT, + STATE(1422), 2, sym_line_comment, sym_block_comment, - ACTIONS(1506), 15, + ACTIONS(3759), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -138015,7 +138000,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1504), 30, + ACTIONS(3757), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -138046,24 +138031,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [23188] = 6, + [22998] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3779), 1, - anon_sym_LBRACE, - STATE(1425), 2, + STATE(1423), 2, sym_line_comment, sym_block_comment, - ACTIONS(3547), 16, + ACTIONS(3765), 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, @@ -138073,12 +138055,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3549), 29, + ACTIONS(3763), 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, @@ -138101,17 +138084,18 @@ 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, - [23251] = 5, + [23059] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1426), 2, + STATE(1424), 2, sym_line_comment, sym_block_comment, - ACTIONS(3783), 15, + ACTIONS(3769), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -138127,7 +138111,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3781), 31, + ACTIONS(3767), 31, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -138159,19 +138143,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [23312] = 7, + [23120] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3785), 1, - anon_sym_else, - STATE(1445), 1, - sym_else_clause, - STATE(1427), 2, + ACTIONS(3703), 1, + anon_sym_COLON_COLON, + STATE(1425), 2, sym_line_comment, sym_block_comment, - ACTIONS(1412), 15, + ACTIONS(3523), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -138187,7 +138169,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1410), 29, + ACTIONS(3521), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -138217,15 +138199,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_SQUOTE, anon_sym_as, - [23377] = 5, + anon_sym_else, + [23183] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1428), 2, + ACTIONS(3775), 1, + anon_sym_DASH_GT, + STATE(1426), 2, sym_line_comment, sym_block_comment, - ACTIONS(3789), 15, + ACTIONS(3773), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -138241,7 +138226,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3787), 31, + ACTIONS(3771), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -138269,19 +138254,18 @@ 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, - [23438] = 5, + [23246] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1429), 2, + STATE(1427), 2, sym_line_comment, sym_block_comment, - ACTIONS(3553), 17, + ACTIONS(3779), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -138292,14 +138276,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(3551), 29, + ACTIONS(3777), 31, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -138318,26 +138300,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_COMMA, + anon_sym_COLON_COLON, anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - anon_sym_LT2, - [23499] = 5, + [23307] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1430), 2, + STATE(1428), 2, sym_line_comment, sym_block_comment, - ACTIONS(3793), 15, + ACTIONS(3783), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -138353,7 +138337,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3791), 31, + ACTIONS(3781), 31, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -138381,19 +138365,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_COMMA, - anon_sym_COLON_COLON, + anon_sym_DASH_GT, anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [23560] = 5, + [23368] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1431), 2, + ACTIONS(3787), 1, + anon_sym_LPAREN, + STATE(1517), 1, + sym_arguments, + STATE(1429), 2, sym_line_comment, sym_block_comment, - ACTIONS(3797), 15, + ACTIONS(3789), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -138409,9 +138397,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3795), 31, + ACTIONS(3785), 29, anon_sym_SEMI, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_RBRACK, @@ -138437,19 +138424,18 @@ 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, - [23621] = 5, + [23433] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1432), 2, + STATE(1430), 2, sym_line_comment, sym_block_comment, - ACTIONS(3801), 15, + ACTIONS(3793), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -138465,7 +138451,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3799), 31, + ACTIONS(3791), 31, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -138493,19 +138479,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_COLON_COLON, anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [23682] = 5, + [23494] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1433), 2, + STATE(1431), 2, sym_line_comment, sym_block_comment, - ACTIONS(3393), 15, + ACTIONS(3797), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -138521,7 +138507,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3395), 31, + ACTIONS(3795), 31, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -138529,7 +138515,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_COLON, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -138550,20 +138535,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, - [23743] = 6, + [23555] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3807), 1, - anon_sym_DASH_GT, - STATE(1434), 2, + STATE(1432), 2, sym_line_comment, sym_block_comment, - ACTIONS(3805), 15, + ACTIONS(3801), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -138579,7 +138563,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3803), 30, + ACTIONS(3799), 31, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -138607,18 +138591,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_COMMA, + anon_sym_COLON_COLON, anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [23806] = 5, + [23616] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1435), 2, + STATE(1433), 2, sym_line_comment, sym_block_comment, - ACTIONS(1506), 15, + ACTIONS(3805), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -138634,7 +138619,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1504), 30, + ACTIONS(3803), 31, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -138662,18 +138647,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_COMMA, + anon_sym_DASH_GT, anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [23866] = 5, + [23677] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1436), 2, + ACTIONS(3807), 1, + anon_sym_COLON_COLON, + STATE(1434), 2, sym_line_comment, sym_block_comment, - ACTIONS(3811), 15, + ACTIONS(1468), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -138689,7 +138677,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3809), 30, + ACTIONS(1466), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -138720,21 +138708,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [23926] = 5, + [23740] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1437), 2, + ACTIONS(3809), 1, + anon_sym_LBRACE, + STATE(1435), 2, sym_line_comment, sym_block_comment, - ACTIONS(3815), 15, + ACTIONS(3545), 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, @@ -138744,13 +138735,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3813), 30, + ACTIONS(3547), 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, @@ -138772,18 +138762,22 @@ 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, - [23986] = 5, + [23803] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1438), 2, + ACTIONS(3811), 1, + anon_sym_else, + STATE(1473), 1, + sym_else_clause, + STATE(1436), 2, sym_line_comment, sym_block_comment, - ACTIONS(3819), 15, + ACTIONS(1434), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -138799,7 +138793,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3817), 30, + ACTIONS(1432), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -138829,16 +138823,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_SQUOTE, anon_sym_as, - anon_sym_else, - [24046] = 5, + [23868] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1439), 2, + STATE(1437), 2, sym_line_comment, sym_block_comment, - ACTIONS(3823), 15, + ACTIONS(1520), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -138854,7 +138847,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3821), 30, + ACTIONS(1518), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -138885,15 +138878,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [24106] = 5, + [23928] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1440), 2, + STATE(1438), 2, sym_line_comment, sym_block_comment, - ACTIONS(3827), 15, + ACTIONS(1456), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -138909,7 +138902,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3825), 30, + ACTIONS(1454), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -138940,15 +138933,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [24166] = 5, + [23988] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1441), 2, + STATE(1439), 2, sym_line_comment, sym_block_comment, - ACTIONS(3831), 15, + ACTIONS(3815), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -138964,7 +138957,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3829), 30, + ACTIONS(3813), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -138995,15 +138988,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [24226] = 5, + [24048] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1442), 2, + ACTIONS(3819), 1, + anon_sym_LBRACK, + ACTIONS(3823), 1, + anon_sym_QMARK, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + STATE(1440), 2, sym_line_comment, sym_block_comment, - ACTIONS(1004), 15, + ACTIONS(3821), 14, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -139017,17 +139018,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(1006), 30, + ACTIONS(3817), 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, @@ -139048,17 +139046,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, - [24286] = 5, + [24116] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1443), 2, + STATE(1441), 2, sym_line_comment, sym_block_comment, - ACTIONS(1054), 15, + ACTIONS(3831), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -139074,7 +139071,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1056), 30, + ACTIONS(3829), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -139105,12 +139102,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [24346] = 5, + [24176] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1444), 2, + STATE(1442), 2, sym_line_comment, sym_block_comment, ACTIONS(3835), 15, @@ -139160,15 +139157,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [24406] = 5, + [24236] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1445), 2, + STATE(1443), 2, sym_line_comment, sym_block_comment, - ACTIONS(1486), 15, + ACTIONS(3839), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -139184,7 +139181,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1484), 30, + ACTIONS(3837), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -139215,15 +139212,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [24466] = 5, + [24296] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1446), 2, + STATE(1444), 2, sym_line_comment, sym_block_comment, - ACTIONS(1556), 15, + ACTIONS(3843), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -139239,7 +139236,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1554), 30, + ACTIONS(3841), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -139270,15 +139267,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [24526] = 5, + [24356] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1447), 2, + STATE(1445), 2, sym_line_comment, sym_block_comment, - ACTIONS(1468), 15, + ACTIONS(3847), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -139294,7 +139291,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1466), 30, + ACTIONS(3845), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -139325,15 +139322,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [24586] = 5, + [24416] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1448), 2, + STATE(1446), 2, sym_line_comment, sym_block_comment, - ACTIONS(1490), 15, + ACTIONS(1018), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -139349,7 +139346,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1488), 30, + ACTIONS(1020), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -139380,15 +139377,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [24646] = 5, + [24476] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1449), 2, + STATE(1447), 2, sym_line_comment, sym_block_comment, - ACTIONS(3839), 15, + ACTIONS(3851), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -139404,7 +139401,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3837), 30, + ACTIONS(3849), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -139435,15 +139432,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [24706] = 5, + [24536] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1450), 2, + STATE(1448), 2, sym_line_comment, sym_block_comment, - ACTIONS(1506), 15, + ACTIONS(3559), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -139459,7 +139456,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1504), 30, + ACTIONS(3557), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -139490,15 +139487,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [24766] = 5, + [24596] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1451), 2, + STATE(1449), 2, sym_line_comment, sym_block_comment, - ACTIONS(3843), 15, + ACTIONS(3855), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -139514,7 +139511,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3841), 30, + ACTIONS(3853), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -139545,15 +139542,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [24826] = 5, + [24656] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1452), 2, + STATE(1450), 2, sym_line_comment, sym_block_comment, - ACTIONS(1482), 15, + ACTIONS(3575), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -139569,7 +139566,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1480), 30, + ACTIONS(3573), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -139600,15 +139597,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [24886] = 5, + [24716] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1453), 2, + ACTIONS(3859), 2, + anon_sym_LBRACE, + anon_sym_COLON_COLON, + STATE(1451), 2, sym_line_comment, sym_block_comment, - ACTIONS(1478), 15, + ACTIONS(3861), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -139624,13 +139624,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1476), 30, + ACTIONS(3857), 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, @@ -139652,18 +139651,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, - [24946] = 5, + [24778] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1454), 2, + STATE(1452), 2, sym_line_comment, sym_block_comment, - ACTIONS(3749), 15, + ACTIONS(3861), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -139679,7 +139677,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3745), 30, + ACTIONS(3857), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -139710,15 +139708,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [25006] = 5, + [24838] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1455), 2, + STATE(1453), 2, sym_line_comment, sym_block_comment, - ACTIONS(3847), 15, + ACTIONS(3865), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -139734,7 +139732,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3845), 30, + ACTIONS(3863), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -139765,15 +139763,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [25066] = 5, + [24898] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1456), 2, + STATE(1454), 2, sym_line_comment, sym_block_comment, - ACTIONS(3851), 15, + ACTIONS(1486), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -139789,7 +139787,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3849), 30, + ACTIONS(1484), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -139820,15 +139818,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [25126] = 5, + [24958] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1457), 2, + STATE(1455), 2, sym_line_comment, sym_block_comment, - ACTIONS(3855), 15, + ACTIONS(1490), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -139844,7 +139842,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3853), 30, + ACTIONS(1488), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -139875,15 +139873,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [25186] = 5, + [25018] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1458), 2, + STATE(1456), 2, sym_line_comment, sym_block_comment, - ACTIONS(3859), 15, + ACTIONS(1494), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -139899,7 +139897,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3857), 30, + ACTIONS(1492), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -139930,29 +139928,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [25246] = 12, + [25078] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(412), 1, - anon_sym_LBRACE, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - ACTIONS(3861), 1, - anon_sym_BANG, - ACTIONS(3863), 1, - anon_sym_COLON_COLON, - ACTIONS(3865), 1, - anon_sym_move, - STATE(1726), 1, - sym_block, - STATE(3783), 1, - sym_label, - STATE(1459), 2, + STATE(1457), 2, sym_line_comment, sym_block_comment, - ACTIONS(3453), 15, + ACTIONS(3869), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -139968,10 +139952,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3451), 23, + ACTIONS(3867), 30, + anon_sym_SEMI, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_LBRACK, - anon_sym_EQ_GT, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -139991,16 +139979,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, - [25320] = 5, + anon_sym_else, + [25138] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1460), 2, + STATE(1458), 2, sym_line_comment, sym_block_comment, - ACTIONS(1506), 15, + ACTIONS(1524), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -140016,7 +140007,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1504), 30, + ACTIONS(1522), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -140047,15 +140038,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [25380] = 5, + [25198] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1461), 2, + STATE(1459), 2, sym_line_comment, sym_block_comment, - ACTIONS(3869), 15, + ACTIONS(1528), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -140071,7 +140062,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3867), 30, + ACTIONS(1526), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -140102,15 +140093,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [25440] = 5, + [25258] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1462), 2, + STATE(1460), 2, sym_line_comment, sym_block_comment, - ACTIONS(1506), 15, + ACTIONS(1534), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -140126,7 +140117,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1504), 30, + ACTIONS(1532), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -140157,12 +140148,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [25500] = 5, + [25318] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1463), 2, + STATE(1461), 2, sym_line_comment, sym_block_comment, ACTIONS(3873), 15, @@ -140212,12 +140203,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [25560] = 5, + [25378] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1464), 2, + STATE(1462), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1440), 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(1438), 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, + [25438] = 5, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + STATE(1463), 2, sym_line_comment, sym_block_comment, ACTIONS(3877), 15, @@ -140267,12 +140313,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [25620] = 5, + [25498] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1465), 2, + STATE(1464), 2, sym_line_comment, sym_block_comment, ACTIONS(3881), 15, @@ -140322,15 +140368,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [25680] = 5, + [25558] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1466), 2, + STATE(1465), 2, sym_line_comment, sym_block_comment, - ACTIONS(1016), 15, + ACTIONS(3885), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -140346,7 +140392,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1018), 30, + ACTIONS(3883), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -140377,15 +140423,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [25740] = 5, + [25618] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1467), 2, + STATE(1466), 2, sym_line_comment, sym_block_comment, - ACTIONS(3885), 15, + ACTIONS(3889), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -140401,7 +140447,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3883), 30, + ACTIONS(3887), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -140432,15 +140478,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [25800] = 5, + [25678] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1468), 2, + STATE(1467), 2, sym_line_comment, sym_block_comment, - ACTIONS(3889), 15, + ACTIONS(3893), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -140456,7 +140502,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3887), 30, + ACTIONS(3891), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -140487,15 +140533,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [25860] = 5, + [25738] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1469), 2, + STATE(1468), 2, sym_line_comment, sym_block_comment, - ACTIONS(3893), 15, + ACTIONS(994), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -140511,7 +140557,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3891), 30, + ACTIONS(996), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -140542,12 +140588,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [25920] = 5, + [25798] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1470), 2, + STATE(1469), 2, sym_line_comment, sym_block_comment, ACTIONS(3897), 15, @@ -140597,21 +140643,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [25980] = 8, + [25858] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - STATE(1471), 2, + STATE(1470), 2, sym_line_comment, sym_block_comment, - ACTIONS(3903), 14, + ACTIONS(3901), 14, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -140655,7 +140701,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [26046] = 5, + [25924] = 5, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + STATE(1471), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3905), 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(3903), 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, + [25984] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -140663,7 +140764,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1472), 2, sym_line_comment, sym_block_comment, - ACTIONS(3911), 15, + ACTIONS(1084), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -140679,7 +140780,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3909), 30, + ACTIONS(1086), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -140710,7 +140811,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [26106] = 5, + [26044] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -140718,7 +140819,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1473), 2, sym_line_comment, sym_block_comment, - ACTIONS(3915), 15, + ACTIONS(1478), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -140734,7 +140835,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3913), 30, + ACTIONS(1476), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -140765,7 +140866,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [26166] = 5, + [26104] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -140773,7 +140874,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1474), 2, sym_line_comment, sym_block_comment, - ACTIONS(1012), 15, + ACTIONS(1512), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -140789,7 +140890,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1014), 30, + ACTIONS(1510), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -140820,7 +140921,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [26226] = 5, + [26164] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -140828,7 +140929,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1475), 2, sym_line_comment, sym_block_comment, - ACTIONS(1530), 15, + ACTIONS(3909), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -140844,7 +140945,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1528), 30, + ACTIONS(3907), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -140875,7 +140976,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [26286] = 5, + [26224] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -140883,7 +140984,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1476), 2, sym_line_comment, sym_block_comment, - ACTIONS(1456), 15, + ACTIONS(1468), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -140899,7 +141000,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1454), 30, + ACTIONS(1466), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -140930,7 +141031,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [26346] = 5, + [26284] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -140938,7 +141039,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1477), 2, sym_line_comment, sym_block_comment, - ACTIONS(3919), 15, + ACTIONS(1560), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -140954,7 +141055,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3917), 30, + ACTIONS(1558), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -140985,21 +141086,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [26406] = 8, + [26344] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, - anon_sym_LBRACK, - ACTIONS(3905), 1, - anon_sym_QMARK, - ACTIONS(3907), 1, - anon_sym_DOT, STATE(1478), 2, sym_line_comment, sym_block_comment, - ACTIONS(3923), 14, + ACTIONS(1452), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -141013,14 +141108,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(3921), 28, + ACTIONS(1450), 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, @@ -141043,7 +141141,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [26472] = 5, + [26404] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -141051,7 +141149,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1479), 2, sym_line_comment, sym_block_comment, - ACTIONS(3927), 15, + ACTIONS(3913), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -141067,7 +141165,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3925), 30, + ACTIONS(3911), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -141098,7 +141196,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [26532] = 5, + [26464] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -141106,7 +141204,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1480), 2, sym_line_comment, sym_block_comment, - ACTIONS(1464), 15, + ACTIONS(3917), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -141122,7 +141220,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1462), 30, + ACTIONS(3915), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -141153,7 +141251,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [26592] = 5, + [26524] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -141161,7 +141259,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1481), 2, sym_line_comment, sym_block_comment, - ACTIONS(3931), 15, + ACTIONS(3921), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -141177,7 +141275,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3929), 30, + ACTIONS(3919), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -141208,7 +141306,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [26652] = 5, + [26584] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -141216,7 +141314,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1482), 2, sym_line_comment, sym_block_comment, - ACTIONS(3935), 15, + ACTIONS(3523), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -141232,7 +141330,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3933), 30, + ACTIONS(3521), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -141263,15 +141361,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [26712] = 5, + [26644] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(3923), 2, + anon_sym_LBRACE, + anon_sym_COLON_COLON, STATE(1483), 2, sym_line_comment, sym_block_comment, - ACTIONS(3939), 15, + ACTIONS(3861), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -141287,13 +141388,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3937), 30, + ACTIONS(3857), 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, @@ -141315,10 +141415,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_COMMA, - anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [26772] = 5, + [26706] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -141326,7 +141425,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1484), 2, sym_line_comment, sym_block_comment, - ACTIONS(3943), 15, + ACTIONS(3927), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -141342,7 +141441,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3941), 30, + ACTIONS(3925), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -141373,7 +141472,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [26832] = 5, + [26766] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -141381,7 +141480,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1485), 2, sym_line_comment, sym_block_comment, - ACTIONS(3533), 15, + ACTIONS(3931), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -141397,7 +141496,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3531), 30, + ACTIONS(3929), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -141428,7 +141527,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [26892] = 5, + [26826] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -141436,7 +141535,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1486), 2, sym_line_comment, sym_block_comment, - ACTIONS(3947), 15, + ACTIONS(3935), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -141452,7 +141551,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3945), 30, + ACTIONS(3933), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -141483,7 +141582,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [26952] = 5, + [26886] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -141491,7 +141590,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1487), 2, sym_line_comment, sym_block_comment, - ACTIONS(3951), 15, + ACTIONS(3939), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -141507,7 +141606,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3949), 30, + ACTIONS(3937), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -141538,7 +141637,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [27012] = 5, + [26946] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -141546,7 +141645,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1488), 2, sym_line_comment, sym_block_comment, - ACTIONS(3955), 15, + ACTIONS(3943), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -141562,7 +141661,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3953), 30, + ACTIONS(3941), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -141593,7 +141692,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [27072] = 5, + [27006] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -141601,7 +141700,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1489), 2, sym_line_comment, sym_block_comment, - ACTIONS(958), 15, + ACTIONS(1088), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -141617,7 +141716,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(960), 30, + ACTIONS(1090), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -141648,7 +141747,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [27132] = 5, + [27066] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -141656,7 +141755,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1490), 2, sym_line_comment, sym_block_comment, - ACTIONS(3959), 15, + ACTIONS(1516), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -141672,7 +141771,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3957), 30, + ACTIONS(1514), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -141703,7 +141802,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [27192] = 5, + [27126] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -141711,7 +141810,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1491), 2, sym_line_comment, sym_block_comment, - ACTIONS(1544), 15, + ACTIONS(3947), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -141727,7 +141826,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1542), 30, + ACTIONS(3945), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -141758,7 +141857,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [27252] = 5, + [27186] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -141766,7 +141865,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1492), 2, sym_line_comment, sym_block_comment, - ACTIONS(3963), 15, + ACTIONS(1460), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -141782,7 +141881,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3961), 30, + ACTIONS(1458), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -141813,18 +141912,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [27312] = 6, + [27246] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3967), 2, - anon_sym_LBRACE, - anon_sym_COLON_COLON, STATE(1493), 2, sym_line_comment, sym_block_comment, - ACTIONS(3969), 15, + ACTIONS(1444), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -141840,12 +141936,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3965), 28, + ACTIONS(1442), 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, @@ -141867,9 +141964,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_COMMA, + anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [27374] = 5, + [27306] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -141877,7 +141975,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1494), 2, sym_line_comment, sym_block_comment, - ACTIONS(3973), 15, + ACTIONS(1548), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -141893,7 +141991,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3971), 30, + ACTIONS(1546), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -141924,7 +142022,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [27434] = 5, + [27366] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -141932,7 +142030,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1495), 2, sym_line_comment, sym_block_comment, - ACTIONS(3977), 15, + ACTIONS(3951), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -141948,7 +142046,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3975), 30, + ACTIONS(3949), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -141979,7 +142077,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [27494] = 5, + [27426] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -141987,7 +142085,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1496), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 15, + ACTIONS(3955), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -142003,7 +142101,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3979), 30, + ACTIONS(3953), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -142034,7 +142132,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [27554] = 5, + [27486] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -142042,7 +142140,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1497), 2, sym_line_comment, sym_block_comment, - ACTIONS(1560), 15, + ACTIONS(3959), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -142058,7 +142156,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1558), 30, + ACTIONS(3957), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -142089,7 +142187,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [27614] = 5, + [27546] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -142097,7 +142195,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1498), 2, sym_line_comment, sym_block_comment, - ACTIONS(3985), 15, + ACTIONS(3579), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -142113,7 +142211,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3983), 30, + ACTIONS(3577), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -142144,7 +142242,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [27674] = 5, + [27606] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -142152,7 +142250,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1499), 2, sym_line_comment, sym_block_comment, - ACTIONS(3525), 15, + ACTIONS(3963), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -142168,7 +142266,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3523), 30, + ACTIONS(3961), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -142199,7 +142297,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [27734] = 5, + [27666] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -142207,7 +142305,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1500), 2, sym_line_comment, sym_block_comment, - ACTIONS(1526), 15, + ACTIONS(3967), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -142223,7 +142321,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1524), 30, + ACTIONS(3965), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -142254,23 +142352,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [27794] = 9, + [27726] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, - anon_sym_LBRACK, - ACTIONS(3905), 1, - anon_sym_QMARK, - ACTIONS(3907), 1, - anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, STATE(1501), 2, sym_line_comment, sym_block_comment, - ACTIONS(3989), 14, + ACTIONS(3971), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -142284,14 +142374,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(3987), 27, + ACTIONS(3969), 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, @@ -142312,8 +142405,9 @@ 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, - [27862] = 5, + [27786] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -142321,7 +142415,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1502), 2, sym_line_comment, sym_block_comment, - ACTIONS(3995), 15, + ACTIONS(3975), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -142337,7 +142431,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3993), 30, + ACTIONS(3973), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -142368,7 +142462,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [27922] = 5, + [27846] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -142376,7 +142470,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1503), 2, sym_line_comment, sym_block_comment, - ACTIONS(3999), 15, + ACTIONS(3979), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -142392,7 +142486,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3997), 30, + ACTIONS(3977), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -142423,7 +142517,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [27982] = 5, + [27906] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -142431,7 +142525,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1504), 2, sym_line_comment, sym_block_comment, - ACTIONS(4003), 15, + ACTIONS(1468), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -142447,7 +142541,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4001), 30, + ACTIONS(1466), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -142478,18 +142572,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [28042] = 6, + [27966] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4005), 2, - anon_sym_LBRACE, - anon_sym_COLON_COLON, STATE(1505), 2, sym_line_comment, sym_block_comment, - ACTIONS(3969), 15, + ACTIONS(1006), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -142505,12 +142596,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3965), 28, + ACTIONS(1008), 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, @@ -142532,9 +142624,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_COMMA, + anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [28104] = 5, + [28026] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -142542,7 +142635,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1506), 2, sym_line_comment, sym_block_comment, - ACTIONS(4009), 15, + ACTIONS(1482), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -142558,7 +142651,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4007), 30, + ACTIONS(1480), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -142589,7 +142682,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [28164] = 5, + [28086] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -142597,7 +142690,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1507), 2, sym_line_comment, sym_block_comment, - ACTIONS(1506), 15, + ACTIONS(3983), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -142613,7 +142706,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1504), 30, + ACTIONS(3981), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -142644,7 +142737,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [28224] = 5, + [28146] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -142652,7 +142745,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1508), 2, sym_line_comment, sym_block_comment, - ACTIONS(3969), 15, + ACTIONS(3987), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -142668,7 +142761,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3965), 30, + ACTIONS(3985), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -142699,7 +142792,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [28284] = 5, + [28206] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -142707,7 +142800,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1509), 2, sym_line_comment, sym_block_comment, - ACTIONS(1472), 15, + ACTIONS(1448), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -142723,7 +142816,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1470), 30, + ACTIONS(1446), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -142754,7 +142847,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [28344] = 5, + [28266] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -142762,7 +142855,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1510), 2, sym_line_comment, sym_block_comment, - ACTIONS(1498), 15, + ACTIONS(1544), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -142778,7 +142871,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1496), 30, + ACTIONS(1542), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -142809,7 +142902,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [28404] = 5, + [28326] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -142817,7 +142910,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1511), 2, sym_line_comment, sym_block_comment, - ACTIONS(1042), 15, + ACTIONS(1556), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -142833,7 +142926,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1044), 30, + ACTIONS(1554), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -142864,7 +142957,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [28464] = 5, + [28386] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -142872,7 +142965,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1512), 2, sym_line_comment, sym_block_comment, - ACTIONS(4013), 15, + ACTIONS(3991), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -142888,7 +142981,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4011), 30, + ACTIONS(3989), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -142919,7 +143012,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [28524] = 5, + [28446] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -142927,7 +143020,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1513), 2, sym_line_comment, sym_block_comment, - ACTIONS(4017), 15, + ACTIONS(3995), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -142943,7 +143036,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4015), 30, + ACTIONS(3993), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -142974,7 +143067,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [28584] = 5, + [28506] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -142982,7 +143075,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1514), 2, sym_line_comment, sym_block_comment, - ACTIONS(4021), 15, + ACTIONS(3999), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -142998,7 +143091,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4019), 30, + ACTIONS(3997), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -143029,7 +143122,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [28644] = 5, + [28566] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -143037,7 +143130,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1515), 2, sym_line_comment, sym_block_comment, - ACTIONS(4025), 15, + ACTIONS(4003), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -143053,7 +143146,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4023), 30, + ACTIONS(4001), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -143084,7 +143177,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [28704] = 5, + [28626] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -143092,7 +143185,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1516), 2, sym_line_comment, sym_block_comment, - ACTIONS(1506), 15, + ACTIONS(4007), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -143108,7 +143201,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1504), 30, + ACTIONS(4005), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -143139,7 +143232,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [28764] = 5, + [28686] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -143147,7 +143240,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1517), 2, sym_line_comment, sym_block_comment, - ACTIONS(4029), 15, + ACTIONS(4011), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -143163,7 +143256,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4027), 30, + ACTIONS(4009), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -143194,7 +143287,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [28824] = 5, + [28746] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -143202,7 +143295,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1518), 2, sym_line_comment, sym_block_comment, - ACTIONS(4033), 15, + ACTIONS(3789), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -143218,7 +143311,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4031), 30, + ACTIONS(3785), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -143249,21 +143342,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [28884] = 8, + [28806] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, - anon_sym_LBRACK, - ACTIONS(3905), 1, - anon_sym_QMARK, - ACTIONS(3907), 1, - anon_sym_DOT, STATE(1519), 2, sym_line_comment, sym_block_comment, - ACTIONS(4037), 14, + ACTIONS(4015), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -143277,14 +143364,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(4035), 28, + ACTIONS(4013), 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, @@ -143307,7 +143397,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [28950] = 5, + [28866] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -143315,7 +143405,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1520), 2, sym_line_comment, sym_block_comment, - ACTIONS(1134), 15, + ACTIONS(1506), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -143331,7 +143421,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1136), 30, + ACTIONS(1504), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -143362,7 +143452,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [29010] = 5, + [28926] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -143370,7 +143460,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1521), 2, sym_line_comment, sym_block_comment, - ACTIONS(4041), 15, + ACTIONS(1472), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -143386,7 +143476,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4039), 30, + ACTIONS(1470), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -143417,19 +143507,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [29070] = 7, + [28986] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3455), 1, - anon_sym_BANG, - ACTIONS(3457), 1, - anon_sym_COLON_COLON, STATE(1522), 2, sym_line_comment, sym_block_comment, - ACTIONS(3453), 15, + ACTIONS(1538), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -143445,12 +143531,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3451), 28, + ACTIONS(1536), 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, @@ -143472,9 +143559,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_COMMA, + anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [29134] = 5, + [29046] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -143482,7 +143570,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1523), 2, sym_line_comment, sym_block_comment, - ACTIONS(4045), 15, + ACTIONS(4019), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -143498,7 +143586,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4043), 30, + ACTIONS(4017), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -143529,19 +143617,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [29194] = 7, + [29106] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3449), 1, - anon_sym_BANG, - ACTIONS(4047), 1, - anon_sym_COLON_COLON, STATE(1524), 2, sym_line_comment, sym_block_comment, - ACTIONS(1506), 15, + ACTIONS(4023), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -143557,12 +143641,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1504), 28, + ACTIONS(4021), 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, @@ -143584,9 +143669,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_COMMA, + anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [29258] = 5, + [29166] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -143594,7 +143680,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1525), 2, sym_line_comment, sym_block_comment, - ACTIONS(1448), 15, + ACTIONS(4027), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -143610,7 +143696,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1446), 30, + ACTIONS(4025), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -143641,7 +143727,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [29318] = 5, + [29226] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -143649,7 +143735,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1526), 2, sym_line_comment, sym_block_comment, - ACTIONS(1444), 15, + ACTIONS(1498), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -143665,7 +143751,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1442), 30, + ACTIONS(1496), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -143696,7 +143782,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [29378] = 5, + [29286] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -143704,7 +143790,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1527), 2, sym_line_comment, sym_block_comment, - ACTIONS(4051), 15, + ACTIONS(4031), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -143720,7 +143806,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4049), 30, + ACTIONS(4029), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -143751,7 +143837,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [29438] = 5, + [29346] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -143759,7 +143845,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1528), 2, sym_line_comment, sym_block_comment, - ACTIONS(4055), 15, + ACTIONS(4035), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -143775,7 +143861,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4053), 30, + ACTIONS(4033), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -143806,7 +143892,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [29498] = 5, + [29406] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -143814,7 +143900,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1529), 2, sym_line_comment, sym_block_comment, - ACTIONS(1514), 15, + ACTIONS(4039), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -143830,7 +143916,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1512), 30, + ACTIONS(4037), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -143861,7 +143947,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [29558] = 5, + [29466] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -143869,7 +143955,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1530), 2, sym_line_comment, sym_block_comment, - ACTIONS(3511), 15, + ACTIONS(4043), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -143885,7 +143971,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3509), 30, + ACTIONS(4041), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -143916,7 +144002,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [29618] = 5, + [29526] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -143924,7 +144010,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1531), 2, sym_line_comment, sym_block_comment, - ACTIONS(4059), 15, + ACTIONS(1468), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -143940,7 +144026,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4057), 30, + ACTIONS(1466), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -143971,7 +144057,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [29678] = 5, + [29586] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -143979,7 +144065,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1532), 2, sym_line_comment, sym_block_comment, - ACTIONS(1494), 15, + ACTIONS(1014), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -143995,7 +144081,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1492), 30, + ACTIONS(1016), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -144026,7 +144112,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [29738] = 5, + [29646] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -144034,7 +144120,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1533), 2, sym_line_comment, sym_block_comment, - ACTIONS(1510), 15, + ACTIONS(4047), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -144050,7 +144136,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1508), 30, + ACTIONS(4045), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -144081,7 +144167,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [29798] = 5, + [29706] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -144089,7 +144175,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1534), 2, sym_line_comment, sym_block_comment, - ACTIONS(1460), 15, + ACTIONS(4051), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -144105,7 +144191,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1458), 30, + ACTIONS(4049), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -144136,7 +144222,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [29858] = 5, + [29766] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -144144,7 +144230,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1535), 2, sym_line_comment, sym_block_comment, - ACTIONS(1518), 15, + ACTIONS(4055), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -144160,7 +144246,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1516), 30, + ACTIONS(4053), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -144191,15 +144277,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [29918] = 5, + [29826] = 12, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(412), 1, + anon_sym_LBRACE, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + ACTIONS(4057), 1, + anon_sym_BANG, + ACTIONS(4059), 1, + anon_sym_COLON_COLON, + ACTIONS(4061), 1, + anon_sym_move, + STATE(1834), 1, + sym_block, + STATE(3783), 1, + sym_label, STATE(1536), 2, sym_line_comment, sym_block_comment, - ACTIONS(1522), 15, + ACTIONS(3439), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -144215,14 +144315,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1520), 30, - anon_sym_SEMI, + ACTIONS(3437), 23, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, - anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -144242,11 +144338,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_COMMA, - anon_sym_SQUOTE, anon_sym_as, - anon_sym_else, - [29978] = 5, + [29900] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -144254,7 +144347,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1537), 2, sym_line_comment, sym_block_comment, - ACTIONS(1540), 15, + ACTIONS(4065), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -144270,7 +144363,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1538), 30, + ACTIONS(4063), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -144301,7 +144394,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [30038] = 5, + [29960] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -144309,7 +144402,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1538), 2, sym_line_comment, sym_block_comment, - ACTIONS(4063), 15, + ACTIONS(4069), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -144325,7 +144418,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4061), 30, + ACTIONS(4067), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -144356,7 +144449,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [30098] = 5, + [30020] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -144364,7 +144457,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1539), 2, sym_line_comment, sym_block_comment, - ACTIONS(4067), 15, + ACTIONS(1502), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -144380,7 +144473,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4065), 30, + ACTIONS(1500), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -144411,15 +144504,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [30158] = 5, + [30080] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(3819), 1, + anon_sym_LBRACK, + ACTIONS(3823), 1, + anon_sym_QMARK, + ACTIONS(3825), 1, + anon_sym_DOT, STATE(1540), 2, sym_line_comment, sym_block_comment, - ACTIONS(4071), 15, + ACTIONS(4073), 14, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -144433,17 +144532,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(4069), 30, + ACTIONS(4071), 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, @@ -144466,7 +144562,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [30218] = 5, + [30146] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -144474,7 +144570,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1541), 2, sym_line_comment, sym_block_comment, - ACTIONS(4075), 15, + ACTIONS(4077), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -144490,7 +144586,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4073), 30, + ACTIONS(4075), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -144521,7 +144617,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [30278] = 5, + [30206] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -144529,7 +144625,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1542), 2, sym_line_comment, sym_block_comment, - ACTIONS(3515), 15, + ACTIONS(1468), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -144545,7 +144641,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3513), 30, + ACTIONS(1466), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -144576,7 +144672,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [30338] = 5, + [30266] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -144584,7 +144680,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1543), 2, sym_line_comment, sym_block_comment, - ACTIONS(1452), 15, + ACTIONS(974), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -144600,7 +144696,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1450), 30, + ACTIONS(976), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -144631,21 +144727,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [30398] = 8, + [30326] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, - anon_sym_LBRACK, - ACTIONS(3905), 1, - anon_sym_QMARK, - ACTIONS(3907), 1, - anon_sym_DOT, STATE(1544), 2, sym_line_comment, sym_block_comment, - ACTIONS(4079), 14, + ACTIONS(1468), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -144659,14 +144749,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(4077), 28, + ACTIONS(1466), 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, @@ -144689,7 +144782,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [30464] = 5, + [30386] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -144697,7 +144790,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1545), 2, sym_line_comment, sym_block_comment, - ACTIONS(1440), 15, + ACTIONS(4081), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -144713,7 +144806,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1438), 30, + ACTIONS(4079), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -144744,7 +144837,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [30524] = 5, + [30446] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -144752,7 +144845,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1546), 2, sym_line_comment, sym_block_comment, - ACTIONS(1548), 15, + ACTIONS(4085), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -144768,7 +144861,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1546), 30, + ACTIONS(4083), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -144799,15 +144892,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [30584] = 5, + [30506] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(3819), 1, + anon_sym_LBRACK, + ACTIONS(3823), 1, + anon_sym_QMARK, + ACTIONS(3825), 1, + anon_sym_DOT, STATE(1547), 2, sym_line_comment, sym_block_comment, - ACTIONS(4083), 15, + ACTIONS(4089), 14, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -144821,17 +144920,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(4081), 30, + ACTIONS(4087), 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, @@ -144854,7 +144950,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [30644] = 5, + [30572] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -144862,7 +144958,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1548), 2, sym_line_comment, sym_block_comment, - ACTIONS(4087), 15, + ACTIONS(4093), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -144878,7 +144974,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4085), 30, + ACTIONS(4091), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -144909,15 +145005,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [30704] = 5, + [30632] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(3819), 1, + anon_sym_LBRACK, + ACTIONS(3823), 1, + anon_sym_QMARK, + ACTIONS(3825), 1, + anon_sym_DOT, STATE(1549), 2, sym_line_comment, sym_block_comment, - ACTIONS(4091), 15, + ACTIONS(4097), 14, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -144931,17 +145033,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(4089), 30, + ACTIONS(4095), 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, @@ -144964,7 +145063,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [30764] = 5, + [30698] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -144972,7 +145071,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1550), 2, sym_line_comment, sym_block_comment, - ACTIONS(4095), 15, + ACTIONS(4101), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -144988,7 +145087,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4093), 30, + ACTIONS(4099), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -145019,7 +145118,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [30824] = 5, + [30758] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -145027,7 +145126,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1551), 2, sym_line_comment, sym_block_comment, - ACTIONS(4099), 15, + ACTIONS(4105), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -145043,7 +145142,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4097), 30, + ACTIONS(4103), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -145074,7 +145173,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [30884] = 5, + [30818] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -145082,7 +145181,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1552), 2, sym_line_comment, sym_block_comment, - ACTIONS(4103), 15, + ACTIONS(4109), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -145098,7 +145197,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4101), 30, + ACTIONS(4107), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -145129,15 +145228,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [30944] = 5, + [30878] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(3441), 1, + anon_sym_BANG, + ACTIONS(3443), 1, + anon_sym_COLON_COLON, STATE(1553), 2, sym_line_comment, sym_block_comment, - ACTIONS(4107), 15, + ACTIONS(3439), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -145153,13 +145256,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4105), 30, + ACTIONS(3437), 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, @@ -145181,18 +145283,21 @@ 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, - [31004] = 5, + [30942] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(3472), 1, + anon_sym_BANG, + ACTIONS(4111), 1, + anon_sym_COLON_COLON, STATE(1554), 2, sym_line_comment, sym_block_comment, - ACTIONS(4111), 15, + ACTIONS(1468), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -145208,13 +145313,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4109), 30, + ACTIONS(1466), 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, @@ -145236,10 +145340,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_COMMA, - anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [31064] = 5, + [31006] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -145294,7 +145397,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [31124] = 5, + [31066] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -145349,17 +145452,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [31184] = 6, + [31126] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4121), 1, - anon_sym_COLON_COLON, STATE(1557), 2, sym_line_comment, sym_block_comment, - ACTIONS(1506), 15, + ACTIONS(1468), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -145375,12 +145476,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1504), 28, + ACTIONS(1466), 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, @@ -145402,19 +145504,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, - [31245] = 6, + [31186] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3457), 1, - anon_sym_COLON_COLON, STATE(1558), 2, sym_line_comment, sym_block_comment, - ACTIONS(3453), 15, + ACTIONS(4123), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -145430,12 +145531,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3451), 28, + ACTIONS(4121), 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, @@ -145457,86 +145559,20 @@ 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, - [31306] = 19, - ACTIONS(29), 1, - anon_sym_LT, + [31246] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(1072), 1, - anon_sym_DASH, - ACTIONS(1122), 1, - aux_sym_string_literal_token1, - ACTIONS(1132), 1, - sym__raw_string_literal_start, - ACTIONS(2301), 1, - anon_sym_COLON_COLON, - ACTIONS(3421), 1, - sym_identifier, - ACTIONS(3431), 1, - sym_metavariable, - STATE(2149), 1, - sym_scoped_identifier, - STATE(2222), 1, - sym__literal_pattern, - STATE(3740), 1, - sym_bracketed_type, - STATE(3804), 1, - sym_generic_type_with_turbofish, - ACTIONS(1124), 2, - anon_sym_true, - anon_sym_false, + ACTIONS(4127), 1, + anon_sym_LPAREN, STATE(1559), 2, sym_line_comment, sym_block_comment, - ACTIONS(1120), 3, - sym_float_literal, - sym_integer_literal, - sym_char_literal, - ACTIONS(3429), 3, - sym_self, - sym_super, - sym_crate, - STATE(2116), 4, - sym_negative_literal, - sym_string_literal, - sym_raw_string_literal, - sym_boolean_literal, - ACTIONS(3427), 21, - anon_sym_u8, - anon_sym_i8, - anon_sym_u16, - anon_sym_i16, - anon_sym_u32, - anon_sym_i32, - anon_sym_u64, - anon_sym_i64, - anon_sym_u128, - anon_sym_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, - anon_sym_raw, - [31393] = 5, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - STATE(1560), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4125), 10, - anon_sym_LPAREN, + ACTIONS(4130), 9, anon_sym_LBRACK, anon_sym_STAR, anon_sym_QMARK, @@ -145546,7 +145582,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_SQUOTE, sym_metavariable, - ACTIONS(4123), 34, + ACTIONS(4125), 34, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -145581,53 +145617,53 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [31452] = 19, + [31307] = 19, ACTIONS(29), 1, anon_sym_LT, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(1072), 1, + ACTIONS(1686), 1, anon_sym_DASH, - ACTIONS(1122), 1, + ACTIONS(1712), 1, aux_sym_string_literal_token1, - ACTIONS(1132), 1, + ACTIONS(1720), 1, sym__raw_string_literal_start, - ACTIONS(2301), 1, - anon_sym_COLON_COLON, - ACTIONS(3409), 1, + ACTIONS(3589), 1, sym_identifier, - ACTIONS(3419), 1, + ACTIONS(3593), 1, + anon_sym_COLON_COLON, + ACTIONS(3597), 1, sym_metavariable, - STATE(2162), 1, + STATE(2733), 1, sym_scoped_identifier, - STATE(2188), 1, + STATE(3174), 1, sym__literal_pattern, - STATE(3740), 1, + STATE(3634), 1, sym_bracketed_type, - STATE(3804), 1, + STATE(3650), 1, sym_generic_type_with_turbofish, - ACTIONS(1124), 2, + ACTIONS(1714), 2, anon_sym_true, anon_sym_false, - STATE(1561), 2, + STATE(1560), 2, sym_line_comment, sym_block_comment, - ACTIONS(1120), 3, + ACTIONS(1710), 3, sym_float_literal, sym_integer_literal, sym_char_literal, - ACTIONS(3417), 3, + ACTIONS(3595), 3, sym_self, sym_super, sym_crate, - STATE(2116), 4, + STATE(2411), 4, sym_negative_literal, sym_string_literal, sym_raw_string_literal, sym_boolean_literal, - ACTIONS(3415), 21, + ACTIONS(3591), 21, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -145649,53 +145685,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_gen, anon_sym_union, anon_sym_raw, - [31539] = 19, + [31394] = 19, ACTIONS(29), 1, anon_sym_LT, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(1072), 1, + ACTIONS(1686), 1, anon_sym_DASH, - ACTIONS(1122), 1, + ACTIONS(1712), 1, aux_sym_string_literal_token1, - ACTIONS(1132), 1, + ACTIONS(1720), 1, sym__raw_string_literal_start, - ACTIONS(2301), 1, + ACTIONS(3593), 1, anon_sym_COLON_COLON, - ACTIONS(3397), 1, + ACTIONS(3673), 1, sym_identifier, - ACTIONS(3407), 1, + ACTIONS(3679), 1, sym_metavariable, - STATE(2174), 1, + STATE(2716), 1, sym_scoped_identifier, - STATE(2225), 1, + STATE(3099), 1, sym__literal_pattern, - STATE(3740), 1, + STATE(3634), 1, sym_bracketed_type, - STATE(3804), 1, + STATE(3650), 1, sym_generic_type_with_turbofish, - ACTIONS(1124), 2, + ACTIONS(1714), 2, anon_sym_true, anon_sym_false, - STATE(1562), 2, + STATE(1561), 2, sym_line_comment, sym_block_comment, - ACTIONS(1120), 3, + ACTIONS(1710), 3, sym_float_literal, sym_integer_literal, sym_char_literal, - ACTIONS(3405), 3, + ACTIONS(3677), 3, sym_self, sym_super, sym_crate, - STATE(2116), 4, + STATE(2411), 4, sym_negative_literal, sym_string_literal, sym_raw_string_literal, sym_boolean_literal, - ACTIONS(3403), 21, + ACTIONS(3675), 21, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -145717,188 +145753,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_gen, anon_sym_union, anon_sym_raw, - [31626] = 5, + [31481] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1563), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4129), 10, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_STAR, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_AMP, - anon_sym_LT, + ACTIONS(4132), 1, anon_sym_COLON_COLON, - anon_sym_SQUOTE, - sym_metavariable, - ACTIONS(4127), 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_extern, - anon_sym_dyn, - anon_sym_raw, - sym_identifier, - sym_self, - sym_super, - sym_crate, - [31685] = 5, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - STATE(1564), 2, + STATE(1562), 2, sym_line_comment, sym_block_comment, - ACTIONS(4133), 10, - anon_sym_LPAREN, - anon_sym_LBRACK, + ACTIONS(1468), 15, + anon_sym_PLUS, anon_sym_STAR, - anon_sym_QMARK, - anon_sym_BANG, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, anon_sym_AMP, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT, anon_sym_LT, - anon_sym_COLON_COLON, - anon_sym_SQUOTE, - sym_metavariable, - ACTIONS(4131), 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_extern, - anon_sym_dyn, - anon_sym_raw, - sym_identifier, - sym_self, - sym_super, - sym_crate, - [31744] = 6, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(4139), 1, - anon_sym_COLON_COLON, - STATE(1565), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4137), 9, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(1466), 28, + anon_sym_SEMI, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_LBRACK, - anon_sym_STAR, + anon_sym_RBRACK, + anon_sym_RBRACE, anon_sym_QMARK, - anon_sym_BANG, - anon_sym_AMP, - anon_sym_LT, - anon_sym_SQUOTE, - sym_metavariable, - ACTIONS(4135), 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_extern, - anon_sym_dyn, - anon_sym_raw, - sym_identifier, - sym_self, - sym_super, - sym_crate, - [31805] = 10, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_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, + [31542] = 10, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3455), 1, + ACTIONS(3441), 1, anon_sym_BANG, - ACTIONS(3461), 1, + ACTIONS(3447), 1, anon_sym_move, - ACTIONS(4142), 1, + ACTIONS(4134), 1, anon_sym_COLON_COLON, - STATE(1534), 1, + STATE(1521), 1, sym_block, STATE(3719), 1, sym_label, - STATE(1566), 2, + STATE(1563), 2, sym_line_comment, sym_block_comment, - ACTIONS(3453), 15, + ACTIONS(3439), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -145914,7 +145842,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3451), 24, + ACTIONS(3437), 24, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_LBRACE, @@ -145939,17 +145867,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_EQ, anon_sym_SQUOTE, anon_sym_as, - [31874] = 6, + [31611] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4144), 1, - anon_sym_LPAREN, - STATE(1567), 2, + STATE(1564), 2, sym_line_comment, sym_block_comment, - ACTIONS(4137), 9, + ACTIONS(4138), 10, + anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_STAR, anon_sym_QMARK, @@ -145959,7 +145886,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_SQUOTE, sym_metavariable, - ACTIONS(4135), 34, + ACTIONS(4136), 34, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -145994,53 +145921,26 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [31935] = 19, - ACTIONS(29), 1, - anon_sym_LT, + [31670] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(1686), 1, - anon_sym_DASH, - ACTIONS(1712), 1, - aux_sym_string_literal_token1, - ACTIONS(1720), 1, - sym__raw_string_literal_start, - ACTIONS(3653), 1, - sym_identifier, - ACTIONS(3657), 1, - anon_sym_COLON_COLON, - ACTIONS(3661), 1, - sym_metavariable, - STATE(2641), 1, - sym_scoped_identifier, - STATE(3020), 1, - sym__literal_pattern, - STATE(3632), 1, - sym_bracketed_type, - STATE(3649), 1, - sym_generic_type_with_turbofish, - ACTIONS(1714), 2, - anon_sym_true, - anon_sym_false, - STATE(1568), 2, + STATE(1565), 2, sym_line_comment, sym_block_comment, - ACTIONS(1710), 3, - sym_float_literal, - sym_integer_literal, - sym_char_literal, - ACTIONS(3659), 3, - sym_self, - sym_super, - sym_crate, - STATE(2441), 4, - sym_negative_literal, - sym_string_literal, - sym_raw_string_literal, - sym_boolean_literal, - ACTIONS(3655), 21, + ACTIONS(4142), 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(4140), 34, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -146058,117 +145958,43 @@ 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_extern, + anon_sym_dyn, anon_sym_raw, - [32022] = 11, + sym_identifier, + sym_self, + sym_super, + sym_crate, + [31729] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3455), 1, - anon_sym_BANG, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - ACTIONS(3461), 1, - anon_sym_move, - ACTIONS(4142), 1, - anon_sym_COLON_COLON, - STATE(1534), 1, - sym_block, - STATE(3719), 1, - sym_label, - STATE(1569), 2, + STATE(1566), 2, sym_line_comment, sym_block_comment, - ACTIONS(3453), 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(3451), 23, + ACTIONS(4146), 10, anon_sym_LPAREN, anon_sym_LBRACK, - anon_sym_LBRACE, + anon_sym_STAR, anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_as, - [32093] = 19, - ACTIONS(29), 1, + anon_sym_BANG, + anon_sym_AMP, anon_sym_LT, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(1686), 1, - anon_sym_DASH, - ACTIONS(1712), 1, - aux_sym_string_literal_token1, - ACTIONS(1720), 1, - sym__raw_string_literal_start, - ACTIONS(3657), 1, anon_sym_COLON_COLON, - ACTIONS(3663), 1, - sym_identifier, - ACTIONS(3669), 1, + anon_sym_SQUOTE, sym_metavariable, - STATE(2678), 1, - sym_scoped_identifier, - STATE(2889), 1, - sym__literal_pattern, - STATE(3632), 1, - sym_bracketed_type, - STATE(3649), 1, - sym_generic_type_with_turbofish, - ACTIONS(1714), 2, - anon_sym_true, - anon_sym_false, - STATE(1570), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1710), 3, - sym_float_literal, - sym_integer_literal, - sym_char_literal, - ACTIONS(3667), 3, - sym_self, - sym_super, - sym_crate, - STATE(2441), 4, - sym_negative_literal, - sym_string_literal, - sym_raw_string_literal, - sym_boolean_literal, - ACTIONS(3665), 21, + ACTIONS(4144), 34, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -146186,426 +146012,107 @@ 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_extern, + anon_sym_dyn, anon_sym_raw, - [32180] = 19, + sym_identifier, + sym_self, + sym_super, + sym_crate, + [31788] = 19, ACTIONS(29), 1, anon_sym_LT, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(1686), 1, + ACTIONS(1124), 1, anon_sym_DASH, - ACTIONS(1712), 1, + ACTIONS(1174), 1, aux_sym_string_literal_token1, - ACTIONS(1720), 1, + ACTIONS(1184), 1, sym__raw_string_literal_start, - ACTIONS(3657), 1, + ACTIONS(1845), 1, anon_sym_COLON_COLON, - ACTIONS(3671), 1, + ACTIONS(3425), 1, sym_identifier, - ACTIONS(3677), 1, + ACTIONS(3435), 1, sym_metavariable, - STATE(2864), 1, + STATE(2157), 1, sym_scoped_identifier, - STATE(2926), 1, + STATE(2198), 1, sym__literal_pattern, - STATE(3632), 1, + STATE(3728), 1, sym_bracketed_type, - STATE(3649), 1, + STATE(3791), 1, sym_generic_type_with_turbofish, - ACTIONS(1714), 2, + ACTIONS(1176), 2, anon_sym_true, anon_sym_false, - STATE(1571), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1710), 3, - sym_float_literal, - sym_integer_literal, - sym_char_literal, - ACTIONS(3675), 3, - sym_self, - sym_super, - sym_crate, - STATE(2441), 4, - sym_negative_literal, - sym_string_literal, - sym_raw_string_literal, - sym_boolean_literal, - ACTIONS(3673), 21, - anon_sym_u8, - anon_sym_i8, - anon_sym_u16, - anon_sym_i16, - anon_sym_u32, - anon_sym_i32, - anon_sym_u64, - anon_sym_i64, - anon_sym_u128, - anon_sym_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, - anon_sym_raw, - [32267] = 19, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(3901), 1, - anon_sym_LBRACK, - ACTIONS(3905), 1, - anon_sym_QMARK, - ACTIONS(3907), 1, - anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4153), 1, - anon_sym_CARET, - ACTIONS(4155), 1, - anon_sym_AMP, - ACTIONS(4157), 1, - anon_sym_PIPE, - ACTIONS(4159), 1, - anon_sym_AMP_AMP, - ACTIONS(4161), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4149), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4163), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4165), 2, - anon_sym_EQ, - anon_sym_DOT_DOT, - ACTIONS(4169), 2, - anon_sym_GT, - anon_sym_LT, - STATE(1572), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4151), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4167), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4147), 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, - [32353] = 11, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(3439), 1, - anon_sym_BANG, - ACTIONS(4171), 1, - anon_sym_LPAREN, - ACTIONS(4173), 1, - anon_sym_COLON_COLON, - ACTIONS(4175), 1, - anon_sym_LT2, - STATE(1684), 1, - sym_parameters, - STATE(1718), 1, - sym_type_arguments, - STATE(1573), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3472), 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(3470), 20, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_as, - [32423] = 18, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(3901), 1, - anon_sym_LBRACK, - ACTIONS(3905), 1, - anon_sym_QMARK, - ACTIONS(3907), 1, - anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4153), 1, - anon_sym_CARET, - ACTIONS(4155), 1, - anon_sym_AMP, - ACTIONS(4157), 1, - anon_sym_PIPE, - ACTIONS(4159), 1, - anon_sym_AMP_AMP, - ACTIONS(3989), 2, - anon_sym_EQ, - anon_sym_DOT_DOT, - ACTIONS(4149), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4163), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4169), 2, - anon_sym_GT, - anon_sym_LT, - STATE(1574), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4151), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4167), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3987), 20, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE_PIPE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - 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, - [32507] = 17, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(3901), 1, - anon_sym_LBRACK, - ACTIONS(3905), 1, - anon_sym_QMARK, - ACTIONS(3907), 1, - anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4153), 1, - anon_sym_CARET, - ACTIONS(4155), 1, - anon_sym_AMP, - ACTIONS(4157), 1, - anon_sym_PIPE, - ACTIONS(3989), 2, - anon_sym_EQ, - anon_sym_DOT_DOT, - ACTIONS(4149), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4163), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4169), 2, - anon_sym_GT, - anon_sym_LT, - STATE(1575), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4151), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4167), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3987), 21, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_COMMA, - anon_sym_else, - [32589] = 19, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(3901), 1, - anon_sym_LBRACK, - ACTIONS(3905), 1, - anon_sym_QMARK, - ACTIONS(3907), 1, - anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4153), 1, - anon_sym_CARET, - ACTIONS(4155), 1, - anon_sym_AMP, - ACTIONS(4157), 1, - anon_sym_PIPE, - ACTIONS(4159), 1, - anon_sym_AMP_AMP, - ACTIONS(4161), 1, - anon_sym_PIPE_PIPE, - ACTIONS(394), 2, - anon_sym_EQ, - anon_sym_DOT_DOT, - ACTIONS(4149), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4163), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4169), 2, - anon_sym_GT, - anon_sym_LT, - STATE(1576), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4151), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4167), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(392), 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, - [32675] = 11, + STATE(1567), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1172), 3, + sym_float_literal, + sym_integer_literal, + sym_char_literal, + ACTIONS(3433), 3, + sym_self, + sym_super, + sym_crate, + STATE(2115), 4, + sym_negative_literal, + sym_string_literal, + sym_raw_string_literal, + sym_boolean_literal, + ACTIONS(3431), 21, + anon_sym_u8, + anon_sym_i8, + anon_sym_u16, + anon_sym_i16, + anon_sym_u32, + anon_sym_i32, + anon_sym_u64, + anon_sym_i64, + anon_sym_u128, + anon_sym_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, + anon_sym_raw, + [31875] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, - anon_sym_LBRACK, - ACTIONS(3905), 1, - anon_sym_QMARK, - ACTIONS(3907), 1, - anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4149), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1577), 2, + ACTIONS(3443), 1, + anon_sym_COLON_COLON, + STATE(1568), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(3439), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3989), 9, anon_sym_CARET, anon_sym_AMP, anon_sym_PIPE, @@ -146614,13 +146121,16 @@ 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(3987), 25, + ACTIONS(3437), 28, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, + anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, + anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, @@ -146640,30 +146150,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_COMMA, + anon_sym_as, anon_sym_else, - [32745] = 10, + [31936] = 11, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, - anon_sym_LBRACK, - ACTIONS(3905), 1, - anon_sym_QMARK, - ACTIONS(3907), 1, - anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - STATE(1578), 2, + ACTIONS(3441), 1, + anon_sym_BANG, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + ACTIONS(3447), 1, + anon_sym_move, + ACTIONS(4134), 1, + anon_sym_COLON_COLON, + STATE(1521), 1, + sym_block, + STATE(3719), 1, + sym_label, + STATE(1569), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(3439), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3989), 11, - anon_sym_PLUS, - anon_sym_DASH, anon_sym_CARET, anon_sym_AMP, anon_sym_PIPE, @@ -146672,74 +146186,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(3987), 25, - anon_sym_SEMI, + ACTIONS(3437), 23, 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, - [32813] = 13, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(3901), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + anon_sym_LBRACE, anon_sym_QMARK, - ACTIONS(3907), 1, - anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4155), 1, - anon_sym_AMP, - ACTIONS(4149), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4163), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - STATE(1579), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4151), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3989), 6, - anon_sym_CARET, - anon_sym_PIPE, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT_DOT, - ACTIONS(3987), 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, @@ -146758,453 +146211,318 @@ 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, - [32887] = 12, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(3901), 1, - anon_sym_LBRACK, - ACTIONS(3905), 1, - anon_sym_QMARK, - ACTIONS(3907), 1, - anon_sym_DOT, - ACTIONS(3991), 1, anon_sym_as, - ACTIONS(4149), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4163), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - STATE(1580), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4151), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3989), 7, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_EQ, - anon_sym_GT, + [32007] = 19, + ACTIONS(29), 1, anon_sym_LT, - anon_sym_DOT_DOT, - ACTIONS(3987), 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, - [32959] = 14, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, - anon_sym_LBRACK, - ACTIONS(3905), 1, - anon_sym_QMARK, - ACTIONS(3907), 1, - anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4153), 1, - anon_sym_CARET, - ACTIONS(4155), 1, - anon_sym_AMP, - ACTIONS(4149), 2, - anon_sym_PLUS, + ACTIONS(1686), 1, anon_sym_DASH, - ACTIONS(4163), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - STATE(1581), 2, + ACTIONS(1712), 1, + aux_sym_string_literal_token1, + ACTIONS(1720), 1, + sym__raw_string_literal_start, + ACTIONS(3593), 1, + anon_sym_COLON_COLON, + ACTIONS(3665), 1, + sym_identifier, + ACTIONS(3671), 1, + sym_metavariable, + STATE(2862), 1, + sym_scoped_identifier, + STATE(3141), 1, + sym__literal_pattern, + STATE(3634), 1, + sym_bracketed_type, + STATE(3650), 1, + sym_generic_type_with_turbofish, + ACTIONS(1714), 2, + anon_sym_true, + anon_sym_false, + STATE(1570), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3989), 5, - anon_sym_PIPE, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT_DOT, - ACTIONS(3987), 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, - [33035] = 21, + ACTIONS(1710), 3, + sym_float_literal, + sym_integer_literal, + sym_char_literal, + ACTIONS(3669), 3, + sym_self, + sym_super, + sym_crate, + STATE(2411), 4, + sym_negative_literal, + sym_string_literal, + sym_raw_string_literal, + sym_boolean_literal, + ACTIONS(3667), 21, + anon_sym_u8, + anon_sym_i8, + anon_sym_u16, + anon_sym_i16, + anon_sym_u32, + anon_sym_i32, + anon_sym_u64, + anon_sym_i64, + anon_sym_u128, + anon_sym_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, + anon_sym_raw, + [32094] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, - anon_sym_LBRACK, - ACTIONS(3905), 1, - anon_sym_QMARK, - ACTIONS(3907), 1, - anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4153), 1, - anon_sym_CARET, - ACTIONS(4155), 1, - anon_sym_AMP, - ACTIONS(4157), 1, - anon_sym_PIPE, - ACTIONS(4159), 1, - anon_sym_AMP_AMP, - ACTIONS(4161), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4179), 1, - anon_sym_EQ, - ACTIONS(4181), 1, - anon_sym_DOT_DOT, - ACTIONS(4149), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4163), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4169), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4183), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1582), 2, + ACTIONS(4148), 1, + anon_sym_COLON_COLON, + STATE(1571), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4167), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4177), 17, - anon_sym_SEMI, + ACTIONS(4130), 9, 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, - [33125] = 21, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(3901), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + anon_sym_STAR, anon_sym_QMARK, - ACTIONS(3907), 1, - anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4153), 1, - anon_sym_CARET, - ACTIONS(4155), 1, + anon_sym_BANG, anon_sym_AMP, - ACTIONS(4157), 1, - anon_sym_PIPE, - ACTIONS(4159), 1, - anon_sym_AMP_AMP, - ACTIONS(4161), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4181), 1, - anon_sym_DOT_DOT, - ACTIONS(4187), 1, - anon_sym_EQ, - ACTIONS(4149), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4163), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4169), 2, - anon_sym_GT, anon_sym_LT, - ACTIONS(4183), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1583), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4151), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4167), 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_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, - [33215] = 15, + anon_sym_SQUOTE, + sym_metavariable, + ACTIONS(4125), 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_extern, + anon_sym_dyn, + anon_sym_raw, + sym_identifier, + sym_self, + sym_super, + sym_crate, + [32155] = 19, + ACTIONS(29), 1, + anon_sym_LT, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, - anon_sym_LBRACK, - ACTIONS(3905), 1, - anon_sym_QMARK, - ACTIONS(3907), 1, - anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4153), 1, - anon_sym_CARET, - ACTIONS(4155), 1, - anon_sym_AMP, - ACTIONS(4157), 1, - anon_sym_PIPE, - ACTIONS(4149), 2, - anon_sym_PLUS, + ACTIONS(1124), 1, anon_sym_DASH, - ACTIONS(4163), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - STATE(1584), 2, + ACTIONS(1174), 1, + aux_sym_string_literal_token1, + ACTIONS(1184), 1, + sym__raw_string_literal_start, + ACTIONS(1845), 1, + anon_sym_COLON_COLON, + ACTIONS(3401), 1, + sym_identifier, + ACTIONS(3411), 1, + sym_metavariable, + STATE(2142), 1, + sym_scoped_identifier, + STATE(2209), 1, + sym__literal_pattern, + STATE(3728), 1, + sym_bracketed_type, + STATE(3791), 1, + sym_generic_type_with_turbofish, + ACTIONS(1176), 2, + anon_sym_true, + anon_sym_false, + STATE(1572), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3989), 4, - anon_sym_EQ, - anon_sym_GT, + ACTIONS(1172), 3, + sym_float_literal, + sym_integer_literal, + sym_char_literal, + ACTIONS(3409), 3, + sym_self, + sym_super, + sym_crate, + STATE(2115), 4, + sym_negative_literal, + sym_string_literal, + sym_raw_string_literal, + sym_boolean_literal, + ACTIONS(3407), 21, + anon_sym_u8, + anon_sym_i8, + anon_sym_u16, + anon_sym_i16, + anon_sym_u32, + anon_sym_i32, + anon_sym_u64, + anon_sym_i64, + anon_sym_u128, + anon_sym_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, + anon_sym_raw, + [32242] = 19, + ACTIONS(29), 1, anon_sym_LT, - anon_sym_DOT_DOT, - ACTIONS(3987), 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, - [33293] = 22, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, - anon_sym_LBRACK, - ACTIONS(3905), 1, - anon_sym_QMARK, - ACTIONS(3907), 1, - anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4153), 1, - anon_sym_CARET, - ACTIONS(4155), 1, - anon_sym_AMP, - ACTIONS(4157), 1, - anon_sym_PIPE, - ACTIONS(4159), 1, - anon_sym_AMP_AMP, - ACTIONS(4161), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4181), 1, - anon_sym_DOT_DOT, - ACTIONS(4191), 1, - anon_sym_EQ, - ACTIONS(4149), 2, - anon_sym_PLUS, + ACTIONS(1124), 1, anon_sym_DASH, - ACTIONS(4163), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4169), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4183), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1585), 2, + ACTIONS(1174), 1, + aux_sym_string_literal_token1, + ACTIONS(1184), 1, + sym__raw_string_literal_start, + ACTIONS(1845), 1, + anon_sym_COLON_COLON, + ACTIONS(3413), 1, + sym_identifier, + ACTIONS(3423), 1, + sym_metavariable, + STATE(2158), 1, + sym_scoped_identifier, + STATE(2190), 1, + sym__literal_pattern, + STATE(3728), 1, + sym_bracketed_type, + STATE(3791), 1, + sym_generic_type_with_turbofish, + ACTIONS(1176), 2, + anon_sym_true, + anon_sym_false, + STATE(1573), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4167), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - 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(4189), 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, - [33385] = 22, + ACTIONS(1172), 3, + sym_float_literal, + sym_integer_literal, + sym_char_literal, + ACTIONS(3421), 3, + sym_self, + sym_super, + sym_crate, + STATE(2115), 4, + sym_negative_literal, + sym_string_literal, + sym_raw_string_literal, + sym_boolean_literal, + ACTIONS(3419), 21, + anon_sym_u8, + anon_sym_i8, + anon_sym_u16, + anon_sym_i16, + anon_sym_u32, + anon_sym_i32, + anon_sym_u64, + anon_sym_i64, + anon_sym_u128, + anon_sym_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, + anon_sym_raw, + [32329] = 22, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4153), 1, - anon_sym_CARET, ACTIONS(4155), 1, - anon_sym_AMP, + anon_sym_CARET, ACTIONS(4157), 1, - anon_sym_PIPE, + anon_sym_AMP, ACTIONS(4159), 1, - anon_sym_AMP_AMP, + anon_sym_PIPE, ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, anon_sym_PIPE_PIPE, - ACTIONS(4181), 1, - anon_sym_DOT_DOT, - ACTIONS(4191), 1, + ACTIONS(4169), 1, anon_sym_EQ, - ACTIONS(4149), 2, + ACTIONS(4175), 1, + anon_sym_DOT_DOT, + ACTIONS(4151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4163), 2, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4183), 2, + ACTIONS(4177), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1586), 2, + STATE(1574), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(4153), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4167), 4, + ACTIONS(4171), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4019), 7, + ACTIONS(4075), 7, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -147212,7 +146530,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_COMMA, anon_sym_else, - ACTIONS(4189), 10, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -147223,86 +146541,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [33477] = 11, + [32421] = 11, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3439), 1, - anon_sym_BANG, - ACTIONS(4171), 1, - anon_sym_LPAREN, - ACTIONS(4173), 1, - anon_sym_COLON_COLON, - ACTIONS(4175), 1, - anon_sym_LT2, - STATE(1684), 1, - sym_parameters, - STATE(1718), 1, - sym_type_arguments, - STATE(1587), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3437), 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(3433), 20, + ACTIONS(3819), 1, anon_sym_LBRACK, - anon_sym_EQ_GT, + ACTIONS(3823), 1, anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_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, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, anon_sym_as, - [33547] = 8, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(3455), 1, - anon_sym_BANG, - ACTIONS(4142), 1, - anon_sym_COLON_COLON, - ACTIONS(4193), 2, - anon_sym_const, - sym_mutable_specifier, - STATE(1588), 2, + ACTIONS(4151), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1575), 2, sym_line_comment, sym_block_comment, - ACTIONS(3453), 15, - anon_sym_PLUS, + ACTIONS(4153), 3, anon_sym_STAR, - anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(3821), 9, anon_sym_CARET, anon_sym_AMP, anon_sym_PIPE, @@ -147311,13 +146573,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(3451), 24, + ACTIONS(3817), 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, @@ -147336,25 +146598,25 @@ 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, - [33611] = 9, + anon_sym_COMMA, + anon_sym_else, + [32491] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3649), 1, + ACTIONS(3657), 1, anon_sym_LBRACE, - ACTIONS(3651), 1, + ACTIONS(3659), 1, anon_sym_COLON_COLON, - ACTIONS(4195), 1, + ACTIONS(4179), 1, anon_sym_BANG, - STATE(1467), 1, + STATE(1507), 1, sym_field_initializer_list, - STATE(1589), 2, + STATE(1576), 2, sym_line_comment, sym_block_comment, - ACTIONS(1506), 15, + ACTIONS(1468), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -147370,7 +146632,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1504), 24, + ACTIONS(1466), 24, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_LBRACK, @@ -147395,58 +146657,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [33677] = 21, + [32557] = 21, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(352), 1, - anon_sym_EQ, - ACTIONS(3901), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4153), 1, - anon_sym_CARET, ACTIONS(4155), 1, - anon_sym_AMP, + anon_sym_CARET, ACTIONS(4157), 1, - anon_sym_PIPE, + anon_sym_AMP, ACTIONS(4159), 1, - anon_sym_AMP_AMP, + anon_sym_PIPE, ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, anon_sym_PIPE_PIPE, - ACTIONS(4181), 1, + ACTIONS(4175), 1, anon_sym_DOT_DOT, - ACTIONS(4149), 2, + ACTIONS(4183), 1, + anon_sym_EQ, + ACTIONS(4151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4163), 2, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4183), 2, + ACTIONS(4177), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1590), 2, + STATE(1577), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(4153), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4167), 4, + ACTIONS(4171), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(346), 17, + ACTIONS(4181), 17, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -147464,58 +146726,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT_EQ, anon_sym_COMMA, anon_sym_else, - [33767] = 21, + [32647] = 21, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, + ACTIONS(352), 1, + anon_sym_EQ, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4153), 1, - anon_sym_CARET, ACTIONS(4155), 1, - anon_sym_AMP, + anon_sym_CARET, ACTIONS(4157), 1, - anon_sym_PIPE, + anon_sym_AMP, ACTIONS(4159), 1, - anon_sym_AMP_AMP, + anon_sym_PIPE, ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, anon_sym_PIPE_PIPE, - ACTIONS(4181), 1, + ACTIONS(4175), 1, anon_sym_DOT_DOT, - ACTIONS(4199), 1, - anon_sym_EQ, - ACTIONS(4149), 2, + ACTIONS(4151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4163), 2, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4183), 2, + ACTIONS(4177), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1591), 2, + STATE(1578), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(4153), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4167), 4, + ACTIONS(4171), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4197), 17, + ACTIONS(346), 17, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -147533,66 +146795,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT_EQ, anon_sym_COMMA, anon_sym_else, - [33857] = 22, + [32737] = 21, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4153), 1, - anon_sym_CARET, ACTIONS(4155), 1, - anon_sym_AMP, + anon_sym_CARET, ACTIONS(4157), 1, - anon_sym_PIPE, + anon_sym_AMP, ACTIONS(4159), 1, - anon_sym_AMP_AMP, + anon_sym_PIPE, ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, anon_sym_PIPE_PIPE, - ACTIONS(4181), 1, + ACTIONS(4175), 1, anon_sym_DOT_DOT, - ACTIONS(4191), 1, + ACTIONS(4187), 1, anon_sym_EQ, - ACTIONS(4149), 2, + ACTIONS(4151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4163), 2, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4183), 2, + ACTIONS(4177), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1592), 2, + STATE(1579), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(4153), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4167), 4, + ACTIONS(4171), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3857), 7, + ACTIONS(4185), 17, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_else, - ACTIONS(4189), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -147603,66 +146862,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [33949] = 22, + anon_sym_COMMA, + anon_sym_else, + [32827] = 15, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4153), 1, - anon_sym_CARET, ACTIONS(4155), 1, - anon_sym_AMP, + anon_sym_CARET, ACTIONS(4157), 1, - anon_sym_PIPE, + anon_sym_AMP, ACTIONS(4159), 1, - anon_sym_AMP_AMP, - ACTIONS(4161), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4181), 1, - anon_sym_DOT_DOT, - ACTIONS(4191), 1, - anon_sym_EQ, - ACTIONS(4149), 2, + anon_sym_PIPE, + ACTIONS(4151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4163), 2, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4183), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1593), 2, + STATE(1580), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(4153), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4167), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4039), 7, + ACTIONS(3821), 4, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT_DOT, + ACTIONS(3817), 25, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_else, - ACTIONS(4189), 10, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -147673,58 +146919,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [34041] = 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_else, + [32905] = 19, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4153), 1, - anon_sym_CARET, ACTIONS(4155), 1, - anon_sym_AMP, + anon_sym_CARET, ACTIONS(4157), 1, - anon_sym_PIPE, + anon_sym_AMP, ACTIONS(4159), 1, - anon_sym_AMP_AMP, + anon_sym_PIPE, ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, anon_sym_PIPE_PIPE, - ACTIONS(4181), 1, - anon_sym_DOT_DOT, - ACTIONS(4203), 1, - anon_sym_EQ, - ACTIONS(4149), 2, + ACTIONS(4151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4163), 2, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4183), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1594), 2, + ACTIONS(4191), 2, + anon_sym_EQ, + anon_sym_DOT_DOT, + STATE(1581), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(4153), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4167), 4, + ACTIONS(4171), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4201), 17, + ACTIONS(4189), 19, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -147740,65 +146990,70 @@ 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, - [34131] = 21, + [32991] = 22, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4153), 1, - anon_sym_CARET, ACTIONS(4155), 1, - anon_sym_AMP, + anon_sym_CARET, ACTIONS(4157), 1, - anon_sym_PIPE, + anon_sym_AMP, ACTIONS(4159), 1, - anon_sym_AMP_AMP, + anon_sym_PIPE, ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, anon_sym_PIPE_PIPE, - ACTIONS(4181), 1, - anon_sym_DOT_DOT, - ACTIONS(4207), 1, + ACTIONS(4169), 1, anon_sym_EQ, - ACTIONS(4149), 2, + ACTIONS(4175), 1, + anon_sym_DOT_DOT, + ACTIONS(4151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4163), 2, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4183), 2, + ACTIONS(4177), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1595), 2, + STATE(1582), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(4153), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4167), 4, + ACTIONS(4171), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4205), 17, + ACTIONS(3907), 7, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_else, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -147809,217 +147064,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_COMMA, - anon_sym_else, - [34221] = 11, + [33083] = 22, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4171), 1, - anon_sym_LPAREN, - ACTIONS(4173), 1, - anon_sym_COLON_COLON, - ACTIONS(4175), 1, - anon_sym_LT2, - ACTIONS(4209), 1, - anon_sym_BANG, - STATE(1684), 1, - sym_parameters, - STATE(1718), 1, - sym_type_arguments, - STATE(1596), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3447), 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(3445), 20, + ACTIONS(3819), 1, anon_sym_LBRACK, - anon_sym_EQ_GT, + ACTIONS(3823), 1, anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_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, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, anon_sym_as, - [34291] = 8, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(3457), 1, - anon_sym_COLON_COLON, - ACTIONS(3619), 1, - anon_sym_BANG, - ACTIONS(4211), 1, - sym_identifier, - STATE(1597), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3453), 16, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(4155), 1, anon_sym_CARET, + ACTIONS(4157), 1, anon_sym_AMP, + ACTIONS(4159), 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, - anon_sym_as, - ACTIONS(3451), 23, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_RBRACE, - anon_sym_QMARK, + ACTIONS(4161), 1, anon_sym_AMP_AMP, + ACTIONS(4163), 1, anon_sym_PIPE_PIPE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - [34354] = 10, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(4171), 1, - anon_sym_LPAREN, + ACTIONS(4169), 1, + anon_sym_EQ, ACTIONS(4175), 1, - anon_sym_LT2, - ACTIONS(4213), 1, - anon_sym_COLON_COLON, - STATE(1684), 1, - sym_parameters, - STATE(1718), 1, - sym_type_arguments, - STATE(1598), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3503), 17, + anon_sym_DOT_DOT, + ACTIONS(4151), 2, anon_sym_PLUS, - anon_sym_STAR, anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_PIPE, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LT_LT_EQ, - anon_sym_EQ, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3501), 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(4177), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_as, - [34421] = 8, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(3455), 1, - anon_sym_BANG, - ACTIONS(4142), 1, - anon_sym_COLON_COLON, - ACTIONS(4215), 2, - anon_sym_const, - sym_mutable_specifier, - STATE(1599), 2, + STATE(1583), 2, sym_line_comment, sym_block_comment, - ACTIONS(3453), 15, - anon_sym_PLUS, + ACTIONS(4153), 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(3451), 23, + ACTIONS(4171), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4041), 7, + 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_COMMA, + anon_sym_else, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -148030,33 +147134,29 @@ 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, - [34484] = 8, + [33175] = 10, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3449), 1, - anon_sym_BANG, - ACTIONS(4217), 1, - anon_sym_COLON_COLON, - STATE(1467), 1, - sym_field_initializer_list, - STATE(1600), 2, + ACTIONS(3819), 1, + anon_sym_LBRACK, + ACTIONS(3823), 1, + anon_sym_QMARK, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + STATE(1584), 2, sym_line_comment, sym_block_comment, - ACTIONS(1506), 15, - anon_sym_PLUS, + ACTIONS(4153), 3, anon_sym_STAR, - anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(3821), 11, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_CARET, anon_sym_AMP, anon_sym_PIPE, @@ -148065,13 +147165,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(1504), 24, + ACTIONS(3817), 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, @@ -148090,24 +147190,29 @@ 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, - [34547] = 8, + anon_sym_COMMA, + anon_sym_else, + [33243] = 11, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3861), 1, + ACTIONS(4193), 1, + anon_sym_LPAREN, + ACTIONS(4195), 1, anon_sym_BANG, - ACTIONS(3863), 1, + ACTIONS(4197), 1, anon_sym_COLON_COLON, - ACTIONS(4219), 2, - anon_sym_const, - sym_mutable_specifier, - STATE(1601), 2, + ACTIONS(4199), 1, + anon_sym_LT2, + STATE(1679), 1, + sym_type_arguments, + STATE(1710), 1, + sym_parameters, + STATE(1585), 2, sym_line_comment, sym_block_comment, - ACTIONS(3453), 15, + ACTIONS(3470), 17, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -148118,13 +147223,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(3451), 23, - anon_sym_LPAREN, + ACTIONS(3468), 20, anon_sym_LBRACK, anon_sym_EQ_GT, anon_sym_QMARK, @@ -148138,32 +147244,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_as, - [34610] = 9, + [33313] = 11, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4209), 1, + ACTIONS(3462), 1, anon_sym_BANG, - ACTIONS(4221), 1, - anon_sym_LBRACE, - ACTIONS(4223), 1, + ACTIONS(4193), 1, + anon_sym_LPAREN, + ACTIONS(4197), 1, anon_sym_COLON_COLON, - STATE(1920), 1, - sym_field_initializer_list, - STATE(1602), 2, + ACTIONS(4199), 1, + anon_sym_LT2, + STATE(1679), 1, + sym_type_arguments, + STATE(1710), 1, + sym_parameters, + STATE(1586), 2, sym_line_comment, sym_block_comment, - ACTIONS(1506), 15, + ACTIONS(3476), 17, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -148174,13 +147282,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(1504), 23, - anon_sym_LPAREN, + ACTIONS(3474), 20, anon_sym_LBRACK, anon_sym_EQ_GT, anon_sym_QMARK, @@ -148194,100 +147303,103 @@ 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, - [34675] = 22, - ACTIONS(29), 1, - anon_sym_LT, + [33383] = 21, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(1112), 1, - anon_sym_extern, - ACTIONS(3486), 1, - anon_sym_COLON_COLON, - ACTIONS(3494), 1, - sym_metavariable, - ACTIONS(3589), 1, - anon_sym_default, - ACTIONS(4225), 1, - sym_identifier, - ACTIONS(4227), 1, - anon_sym_fn, - STATE(2336), 1, - aux_sym_function_modifiers_repeat1, - STATE(2421), 1, - sym_extern_modifier, - STATE(2665), 1, - sym_scoped_type_identifier, - STATE(3624), 1, - sym_scoped_identifier, - STATE(3636), 1, - sym_bracketed_type, - STATE(3655), 1, - sym_function_modifiers, - STATE(3764), 1, - sym_generic_type, - STATE(3780), 1, - sym_generic_type_with_turbofish, - STATE(1603), 2, + ACTIONS(3819), 1, + anon_sym_LBRACK, + ACTIONS(3823), 1, + anon_sym_QMARK, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4155), 1, + anon_sym_CARET, + ACTIONS(4157), 1, + anon_sym_AMP, + ACTIONS(4159), 1, + anon_sym_PIPE, + ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4175), 1, + anon_sym_DOT_DOT, + ACTIONS(4203), 1, + anon_sym_EQ, + ACTIONS(4151), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4165), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4173), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4177), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1587), 2, sym_line_comment, sym_block_comment, - ACTIONS(1096), 3, - anon_sym_async, - anon_sym_const, - anon_sym_unsafe, - ACTIONS(3488), 3, - anon_sym_gen, - anon_sym_union, - anon_sym_raw, - ACTIONS(3492), 3, - sym_self, - sym_super, - sym_crate, - ACTIONS(3587), 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, - [34765] = 9, + ACTIONS(4153), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4171), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4201), 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, + [33473] = 11, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4171), 1, + ACTIONS(3462), 1, + anon_sym_BANG, + ACTIONS(4193), 1, anon_sym_LPAREN, - ACTIONS(4175), 1, + ACTIONS(4197), 1, + anon_sym_COLON_COLON, + ACTIONS(4199), 1, anon_sym_LT2, - STATE(1685), 1, - sym_parameters, - STATE(1720), 1, + STATE(1679), 1, sym_type_arguments, - STATE(1604), 2, + STATE(1710), 1, + sym_parameters, + STATE(1588), 2, sym_line_comment, sym_block_comment, - ACTIONS(3525), 17, + ACTIONS(3460), 17, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -148305,7 +147417,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3523), 20, + ACTIONS(3456), 20, anon_sym_LBRACK, anon_sym_EQ_GT, anon_sym_QMARK, @@ -148326,36 +147438,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [34829] = 5, + [33543] = 13, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1605), 2, + ACTIONS(3819), 1, + anon_sym_LBRACK, + ACTIONS(3823), 1, + anon_sym_QMARK, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4157), 1, + anon_sym_AMP, + ACTIONS(4151), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4165), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + STATE(1589), 2, sym_line_comment, sym_block_comment, - ACTIONS(3567), 16, - anon_sym_PLUS, + ACTIONS(4153), 3, anon_sym_STAR, - anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(3821), 6, 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(3569), 25, + ACTIONS(3817), 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, @@ -148374,109 +147497,126 @@ 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, - [34885] = 22, - ACTIONS(29), 1, - anon_sym_LT, + anon_sym_COMMA, + anon_sym_else, + [33617] = 21, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(1112), 1, - anon_sym_extern, - ACTIONS(3486), 1, - anon_sym_COLON_COLON, - ACTIONS(3494), 1, - sym_metavariable, - ACTIONS(3589), 1, - anon_sym_default, - ACTIONS(4229), 1, - sym_identifier, - ACTIONS(4231), 1, - anon_sym_fn, - STATE(2336), 1, - aux_sym_function_modifiers_repeat1, - STATE(2421), 1, - sym_extern_modifier, - STATE(2769), 1, - sym_scoped_type_identifier, - STATE(3506), 1, - sym_function_modifiers, - STATE(3624), 1, - sym_scoped_identifier, - STATE(3636), 1, - sym_bracketed_type, - STATE(3764), 1, - sym_generic_type, - STATE(3780), 1, - sym_generic_type_with_turbofish, - STATE(1606), 2, + ACTIONS(3819), 1, + anon_sym_LBRACK, + ACTIONS(3823), 1, + anon_sym_QMARK, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4155), 1, + anon_sym_CARET, + ACTIONS(4157), 1, + anon_sym_AMP, + ACTIONS(4159), 1, + anon_sym_PIPE, + ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4175), 1, + anon_sym_DOT_DOT, + ACTIONS(4207), 1, + anon_sym_EQ, + ACTIONS(4151), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4165), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4173), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4177), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1590), 2, sym_line_comment, sym_block_comment, - ACTIONS(1096), 3, - anon_sym_async, - anon_sym_const, - anon_sym_unsafe, - ACTIONS(3488), 3, - anon_sym_gen, - anon_sym_union, - anon_sym_raw, - ACTIONS(3492), 3, - sym_self, - sym_super, - sym_crate, - ACTIONS(3587), 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, - [34975] = 6, + ACTIONS(4153), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4171), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4205), 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, + [33707] = 17, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3715), 1, - anon_sym_LBRACE, - STATE(1607), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3555), 16, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3819), 1, + anon_sym_LBRACK, + ACTIONS(3823), 1, + anon_sym_QMARK, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4155), 1, anon_sym_CARET, - anon_sym_BANG, + ACTIONS(4157), 1, anon_sym_AMP, + ACTIONS(4159), 1, anon_sym_PIPE, + ACTIONS(3821), 2, + anon_sym_EQ, + anon_sym_DOT_DOT, + ACTIONS(4151), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3557), 24, + STATE(1591), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4153), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4171), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3817), 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, @@ -148489,44 +147629,117 @@ 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, + [33789] = 19, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(3819), 1, + anon_sym_LBRACK, + ACTIONS(3823), 1, + anon_sym_QMARK, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4155), 1, + anon_sym_CARET, + ACTIONS(4157), 1, + anon_sym_AMP, + ACTIONS(4159), 1, + anon_sym_PIPE, + ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, + anon_sym_PIPE_PIPE, + ACTIONS(382), 2, + anon_sym_EQ, + anon_sym_DOT_DOT, + ACTIONS(4151), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4165), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4173), 2, + anon_sym_GT, + anon_sym_LT, + STATE(1592), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4153), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4171), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, + ACTIONS(380), 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_COLON_COLON, - anon_sym_as, - [35033] = 5, + anon_sym_COMMA, + anon_sym_else, + [33875] = 12, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1608), 2, + ACTIONS(3819), 1, + anon_sym_LBRACK, + ACTIONS(3823), 1, + anon_sym_QMARK, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4151), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4165), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + STATE(1593), 2, sym_line_comment, sym_block_comment, - ACTIONS(3581), 16, - anon_sym_PLUS, + ACTIONS(4153), 3, anon_sym_STAR, - anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(3821), 7, 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(3583), 25, + ACTIONS(3817), 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, @@ -148545,48 +147758,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_SQUOTE, - anon_sym_as, - [35089] = 9, + anon_sym_COMMA, + anon_sym_else, + [33947] = 18, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4171), 1, - anon_sym_LPAREN, - ACTIONS(4175), 1, - anon_sym_LT2, - STATE(1685), 1, - sym_parameters, - STATE(1720), 1, - sym_type_arguments, - STATE(1609), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3533), 17, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3819), 1, + anon_sym_LBRACK, + ACTIONS(3823), 1, + anon_sym_QMARK, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4155), 1, anon_sym_CARET, + ACTIONS(4157), 1, anon_sym_AMP, + ACTIONS(4159), 1, anon_sym_PIPE, + ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(3821), 2, + anon_sym_EQ, + anon_sym_DOT_DOT, + ACTIONS(4151), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LT_LT_EQ, - anon_sym_EQ, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, + STATE(1594), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4153), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4171), 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(3531), 20, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, + ACTIONS(3817), 20, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_RBRACE, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -148596,30 +147820,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_as, - [35153] = 9, + anon_sym_COMMA, + anon_sym_else, + [34031] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4171), 1, - anon_sym_LPAREN, - ACTIONS(4175), 1, - anon_sym_LT2, - STATE(1685), 1, - sym_parameters, - STATE(1720), 1, - sym_type_arguments, - STATE(1610), 2, + ACTIONS(3441), 1, + anon_sym_BANG, + ACTIONS(4134), 1, + anon_sym_COLON_COLON, + ACTIONS(4209), 2, + anon_sym_const, + sym_mutable_specifier, + STATE(1595), 2, sym_line_comment, sym_block_comment, - ACTIONS(3515), 17, + ACTIONS(3439), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -148630,16 +147852,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(3513), 20, + ACTIONS(3437), 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, @@ -148651,45 +147872,197 @@ 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, - [35217] = 6, + [34095] = 22, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3779), 1, - anon_sym_LBRACE, - STATE(1611), 2, + ACTIONS(3819), 1, + anon_sym_LBRACK, + ACTIONS(3823), 1, + anon_sym_QMARK, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4155), 1, + anon_sym_CARET, + ACTIONS(4157), 1, + anon_sym_AMP, + ACTIONS(4159), 1, + anon_sym_PIPE, + ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4169), 1, + anon_sym_EQ, + ACTIONS(4175), 1, + anon_sym_DOT_DOT, + ACTIONS(4151), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4165), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4173), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4177), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1596), 2, sym_line_comment, sym_block_comment, - ACTIONS(3547), 16, - anon_sym_PLUS, + ACTIONS(4153), 3, anon_sym_STAR, - anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(4171), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4117), 7, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_else, + ACTIONS(4167), 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, + [34187] = 21, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(3819), 1, + anon_sym_LBRACK, + ACTIONS(3823), 1, + anon_sym_QMARK, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4155), 1, anon_sym_CARET, - anon_sym_BANG, + ACTIONS(4157), 1, anon_sym_AMP, + ACTIONS(4159), 1, anon_sym_PIPE, + ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4175), 1, + anon_sym_DOT_DOT, + ACTIONS(4213), 1, + anon_sym_EQ, + ACTIONS(4151), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3549), 24, + ACTIONS(4177), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1597), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4153), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4171), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4211), 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, + [34277] = 14, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(3819), 1, anon_sym_LBRACK, - anon_sym_EQ_GT, + ACTIONS(3823), 1, anon_sym_QMARK, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4155), 1, + anon_sym_CARET, + ACTIONS(4157), 1, + anon_sym_AMP, + ACTIONS(4151), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4165), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + STATE(1598), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4153), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(3821), 5, + anon_sym_PIPE, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT_DOT, + ACTIONS(3817), 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, @@ -148708,21 +148081,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_COLON_COLON, - anon_sym_as, - [35275] = 7, + anon_sym_COMMA, + anon_sym_else, + [34353] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3555), 1, + ACTIONS(4057), 1, anon_sym_BANG, - ACTIONS(3557), 1, + ACTIONS(4059), 1, anon_sym_COLON_COLON, - STATE(1612), 2, + ACTIONS(4215), 2, + anon_sym_const, + sym_mutable_specifier, + STATE(1599), 2, sym_line_comment, sym_block_comment, - ACTIONS(3553), 17, + ACTIONS(3439), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -148733,14 +148109,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(3551), 22, + ACTIONS(3437), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -148755,27 +148129,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, - anon_sym_LT2, - [35335] = 7, + [34416] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3455), 1, + ACTIONS(3472), 1, anon_sym_BANG, - ACTIONS(4142), 1, + ACTIONS(4217), 1, anon_sym_COLON_COLON, - STATE(1613), 2, + STATE(1507), 1, + sym_field_initializer_list, + STATE(1600), 2, sym_line_comment, sym_block_comment, - ACTIONS(3453), 15, + ACTIONS(1468), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -148791,7 +148168,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3451), 24, + ACTIONS(1466), 24, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_LBRACE, @@ -148816,19 +148193,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_EQ, anon_sym_SQUOTE, anon_sym_as, - [35395] = 7, + [34479] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3449), 1, + ACTIONS(4195), 1, anon_sym_BANG, - ACTIONS(4233), 1, + ACTIONS(4219), 1, + anon_sym_LBRACE, + ACTIONS(4221), 1, anon_sym_COLON_COLON, - STATE(1614), 2, + STATE(1788), 1, + sym_field_initializer_list, + STATE(1601), 2, sym_line_comment, sym_block_comment, - ACTIONS(1506), 15, + ACTIONS(1468), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -148844,10 +148225,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1504), 24, + ACTIONS(1466), 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, @@ -148867,21 +148248,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_SQUOTE, anon_sym_as, - [35455] = 7, + [34544] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3581), 1, + ACTIONS(3441), 1, anon_sym_BANG, - ACTIONS(3583), 1, + ACTIONS(4134), 1, anon_sym_COLON_COLON, - STATE(1615), 2, + ACTIONS(4223), 2, + anon_sym_const, + sym_mutable_specifier, + STATE(1602), 2, sym_line_comment, sym_block_comment, - ACTIONS(3579), 17, + ACTIONS(3439), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -148892,17 +148275,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(3577), 22, + ACTIONS(3437), 23, anon_sym_LPAREN, anon_sym_LBRACK, - anon_sym_EQ_GT, + anon_sym_LBRACE, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -148914,43 +148295,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - anon_sym_LT2, - [35515] = 5, + [34607] = 10, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1616), 2, + ACTIONS(4193), 1, + anon_sym_LPAREN, + ACTIONS(4199), 1, + anon_sym_LT2, + ACTIONS(4225), 1, + anon_sym_COLON_COLON, + STATE(1679), 1, + sym_type_arguments, + STATE(1710), 1, + sym_parameters, + STATE(1603), 2, sym_line_comment, sym_block_comment, - ACTIONS(3547), 16, + ACTIONS(3507), 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(3549), 25, - anon_sym_LPAREN, + ACTIONS(3505), 20, anon_sym_LBRACK, - anon_sym_LBRACE, + anon_sym_EQ_GT, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -148962,33 +148354,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_SQUOTE, anon_sym_as, - [35571] = 5, + [34674] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1617), 2, + ACTIONS(3443), 1, + anon_sym_COLON_COLON, + ACTIONS(3599), 1, + anon_sym_BANG, + ACTIONS(4227), 1, + sym_identifier, + STATE(1604), 2, sym_line_comment, sym_block_comment, - ACTIONS(3555), 16, + ACTIONS(3439), 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, @@ -148998,10 +148391,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3557), 25, + anon_sym_as, + ACTIONS(3437), 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, @@ -149021,60 +148416,57 @@ 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, - [35627] = 22, + [34737] = 22, ACTIONS(29), 1, anon_sym_LT, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(1112), 1, + ACTIONS(1164), 1, anon_sym_extern, - ACTIONS(3486), 1, + ACTIONS(3490), 1, anon_sym_COLON_COLON, - ACTIONS(3494), 1, + ACTIONS(3498), 1, sym_metavariable, - ACTIONS(3589), 1, + ACTIONS(3625), 1, anon_sym_default, - ACTIONS(4235), 1, + ACTIONS(4229), 1, sym_identifier, - ACTIONS(4237), 1, + ACTIONS(4231), 1, anon_sym_fn, - STATE(2336), 1, + STATE(2299), 1, aux_sym_function_modifiers_repeat1, - STATE(2421), 1, + STATE(2448), 1, sym_extern_modifier, - STATE(2836), 1, + STATE(2764), 1, sym_scoped_type_identifier, - STATE(3515), 1, + STATE(3513), 1, + sym_generic_type, + STATE(3638), 1, + sym_bracketed_type, + STATE(3656), 1, sym_function_modifiers, - STATE(3624), 1, + STATE(3750), 1, sym_scoped_identifier, - STATE(3636), 1, - sym_bracketed_type, STATE(3764), 1, - sym_generic_type, - STATE(3780), 1, sym_generic_type_with_turbofish, - STATE(1618), 2, + STATE(1605), 2, sym_line_comment, sym_block_comment, - ACTIONS(1096), 3, + ACTIONS(1148), 3, anon_sym_async, anon_sym_const, anon_sym_unsafe, - ACTIONS(3488), 3, + ACTIONS(3492), 3, anon_sym_gen, anon_sym_union, anon_sym_raw, - ACTIONS(3492), 3, + ACTIONS(3496), 3, sym_self, sym_super, sym_crate, - ACTIONS(3587), 17, + ACTIONS(3623), 17, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -149092,37 +148484,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - [35717] = 7, + [34827] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3547), 1, - anon_sym_BANG, - ACTIONS(3549), 1, - anon_sym_COLON_COLON, - STATE(1619), 2, + ACTIONS(3697), 1, + anon_sym_LBRACE, + STATE(1606), 2, sym_line_comment, sym_block_comment, - ACTIONS(3545), 17, + ACTIONS(3553), 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(3543), 22, + ACTIONS(3555), 24, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -149137,33 +148526,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, + anon_sym_COLON_COLON, anon_sym_as, - anon_sym_LT2, - [35777] = 7, + [34885] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3457), 1, - anon_sym_COLON_COLON, - ACTIONS(3619), 1, - anon_sym_BANG, - STATE(1620), 2, + STATE(1607), 2, sym_line_comment, sym_block_comment, - ACTIONS(3453), 15, + ACTIONS(3553), 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, @@ -149173,11 +148561,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3451), 24, - anon_sym_SEMI, + ACTIONS(3555), 25, anon_sym_LPAREN, anon_sym_LBRACK, - anon_sym_RBRACE, + anon_sym_LBRACE, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -149197,124 +148584,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_as, - [35837] = 7, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(3567), 1, - anon_sym_BANG, - ACTIONS(3569), 1, anon_sym_COLON_COLON, - STATE(1621), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3565), 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(3563), 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_SQUOTE, anon_sym_as, - anon_sym_LT2, - [35897] = 7, + [34941] = 22, + ACTIONS(29), 1, + anon_sym_LT, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4047), 1, + ACTIONS(1164), 1, + anon_sym_extern, + ACTIONS(3490), 1, anon_sym_COLON_COLON, - ACTIONS(4195), 1, - anon_sym_BANG, - STATE(1622), 2, + ACTIONS(3498), 1, + sym_metavariable, + ACTIONS(3625), 1, + anon_sym_default, + ACTIONS(4233), 1, + sym_identifier, + ACTIONS(4235), 1, + anon_sym_fn, + STATE(2299), 1, + aux_sym_function_modifiers_repeat1, + STATE(2448), 1, + sym_extern_modifier, + STATE(2882), 1, + sym_scoped_type_identifier, + STATE(3513), 1, + sym_generic_type, + STATE(3638), 1, + sym_bracketed_type, + STATE(3750), 1, + sym_scoped_identifier, + STATE(3764), 1, + sym_generic_type_with_turbofish, + STATE(3818), 1, + sym_function_modifiers, + STATE(1608), 2, sym_line_comment, sym_block_comment, - ACTIONS(1506), 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(1504), 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, - anon_sym_as, - [35957] = 6, + ACTIONS(1148), 3, + anon_sym_async, + anon_sym_const, + anon_sym_unsafe, + ACTIONS(3492), 3, + anon_sym_gen, + anon_sym_union, + anon_sym_raw, + ACTIONS(3496), 3, + sym_self, + sym_super, + sym_crate, + ACTIONS(3623), 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, + [35031] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3725), 1, + ACTIONS(3809), 1, anon_sym_LBRACE, - STATE(1623), 2, + STATE(1609), 2, sym_line_comment, sym_block_comment, - ACTIONS(3567), 16, + ACTIONS(3545), 16, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -149331,7 +148682,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3569), 24, + ACTIONS(3547), 24, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -149356,57 +148707,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_EQ, anon_sym_COLON_COLON, anon_sym_as, - [36015] = 22, + [35089] = 22, ACTIONS(29), 1, anon_sym_LT, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(1112), 1, + ACTIONS(1164), 1, anon_sym_extern, - ACTIONS(3486), 1, + ACTIONS(3490), 1, anon_sym_COLON_COLON, - ACTIONS(3494), 1, + ACTIONS(3498), 1, sym_metavariable, - ACTIONS(3589), 1, + ACTIONS(3625), 1, anon_sym_default, - ACTIONS(4239), 1, + ACTIONS(4237), 1, sym_identifier, - ACTIONS(4241), 1, + ACTIONS(4239), 1, anon_sym_fn, - STATE(2336), 1, + STATE(2299), 1, aux_sym_function_modifiers_repeat1, - STATE(2421), 1, + STATE(2448), 1, sym_extern_modifier, - STATE(2877), 1, + STATE(2812), 1, sym_scoped_type_identifier, - STATE(3500), 1, + STATE(3513), 1, + sym_generic_type, + STATE(3534), 1, sym_function_modifiers, - STATE(3624), 1, - sym_scoped_identifier, - STATE(3636), 1, + STATE(3638), 1, sym_bracketed_type, + STATE(3750), 1, + sym_scoped_identifier, STATE(3764), 1, - sym_generic_type, - STATE(3780), 1, sym_generic_type_with_turbofish, - STATE(1624), 2, + STATE(1610), 2, sym_line_comment, sym_block_comment, - ACTIONS(1096), 3, + ACTIONS(1148), 3, anon_sym_async, anon_sym_const, anon_sym_unsafe, - ACTIONS(3488), 3, + ACTIONS(3492), 3, anon_sym_gen, anon_sym_union, anon_sym_raw, - ACTIONS(3492), 3, + ACTIONS(3496), 3, sym_self, sym_super, sym_crate, - ACTIONS(3587), 17, + ACTIONS(3623), 17, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -149424,23 +148775,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - [36105] = 9, + [35179] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4171), 1, + ACTIONS(4193), 1, anon_sym_LPAREN, - ACTIONS(4175), 1, + ACTIONS(4199), 1, anon_sym_LT2, - STATE(1685), 1, + STATE(1689), 1, sym_parameters, - STATE(1720), 1, + STATE(1699), 1, sym_type_arguments, - STATE(1625), 2, + STATE(1611), 2, sym_line_comment, sym_block_comment, - ACTIONS(3511), 17, + ACTIONS(3559), 17, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -149458,7 +148809,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3509), 20, + ACTIONS(3557), 20, anon_sym_LBRACK, anon_sym_EQ_GT, anon_sym_QMARK, @@ -149479,17 +148830,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [36169] = 6, + [35243] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3767), 1, - anon_sym_LBRACE, - STATE(1626), 2, + STATE(1612), 2, sym_line_comment, sym_block_comment, - ACTIONS(3581), 16, + ACTIONS(3569), 16, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -149506,10 +148855,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3583), 24, + ACTIONS(3571), 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, @@ -149530,89 +148879,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_COLON_COLON, - anon_sym_as, - [36227] = 25, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(412), 1, - anon_sym_LBRACE, - ACTIONS(3459), 1, anon_sym_SQUOTE, - ACTIONS(3901), 1, - anon_sym_LBRACK, - ACTIONS(3905), 1, - anon_sym_QMARK, - ACTIONS(3907), 1, - anon_sym_DOT, - ACTIONS(3991), 1, anon_sym_as, - ACTIONS(4247), 1, - anon_sym_CARET, - ACTIONS(4249), 1, - anon_sym_AMP, - ACTIONS(4251), 1, - anon_sym_PIPE, - ACTIONS(4253), 1, - anon_sym_AMP_AMP, - ACTIONS(4255), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4261), 1, - anon_sym_EQ, - ACTIONS(4267), 1, - anon_sym_DOT_DOT, - STATE(1767), 1, - sym_block, - STATE(3783), 1, - sym_label, - ACTIONS(4243), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4257), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4265), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4269), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1627), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4245), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4263), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4259), 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, - [36322] = 6, + [35299] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3967), 2, - anon_sym_LBRACE, + ACTIONS(3553), 1, + anon_sym_BANG, + ACTIONS(3555), 1, anon_sym_COLON_COLON, - STATE(1628), 2, + STATE(1613), 2, sym_line_comment, sym_block_comment, - ACTIONS(3969), 15, + ACTIONS(3551), 17, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -149623,12 +148904,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(3965), 23, + ACTIONS(3549), 22, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -149643,75 +148926,51 @@ 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, - [36379] = 25, + anon_sym_LT2, + [35359] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(1386), 1, - anon_sym_LBRACE, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - ACTIONS(3901), 1, - anon_sym_LBRACK, - ACTIONS(3905), 1, - anon_sym_QMARK, - ACTIONS(3907), 1, - anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4247), 1, - anon_sym_CARET, - ACTIONS(4249), 1, - anon_sym_AMP, - ACTIONS(4251), 1, - anon_sym_PIPE, - ACTIONS(4253), 1, - anon_sym_AMP_AMP, - ACTIONS(4255), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4261), 1, - anon_sym_EQ, - ACTIONS(4267), 1, - anon_sym_DOT_DOT, - STATE(478), 1, - sym_block, - STATE(3782), 1, - sym_label, - ACTIONS(4243), 2, + ACTIONS(3545), 1, + anon_sym_BANG, + ACTIONS(3547), 1, + anon_sym_COLON_COLON, + STATE(1614), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3543), 17, anon_sym_PLUS, + anon_sym_STAR, anon_sym_DASH, - ACTIONS(4257), 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(4265), 2, + anon_sym_LT_LT_EQ, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4269), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1629), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4245), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4263), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4259), 10, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3541), 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, @@ -149720,34 +148979,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, - [36474] = 5, + 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, + [35419] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1630), 2, + ACTIONS(3569), 1, + anon_sym_BANG, + ACTIONS(3571), 1, + anon_sym_COLON_COLON, + STATE(1615), 2, sym_line_comment, sym_block_comment, - ACTIONS(3567), 16, + ACTIONS(3567), 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(3569), 24, + ACTIONS(3565), 22, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -149762,28 +149032,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_COLON_COLON, anon_sym_as, - [36529] = 6, + anon_sym_LT2, + [35479] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4005), 2, - anon_sym_LBRACE, + ACTIONS(3585), 1, + anon_sym_BANG, + ACTIONS(3587), 1, anon_sym_COLON_COLON, - STATE(1631), 2, + STATE(1616), 2, sym_line_comment, sym_block_comment, - ACTIONS(3969), 15, + ACTIONS(3583), 17, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -149794,12 +149063,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(3965), 23, + ACTIONS(3581), 22, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -149814,75 +149085,50 @@ 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, - [36586] = 25, + anon_sym_LT2, + [35539] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(412), 1, - anon_sym_LBRACE, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - ACTIONS(3901), 1, - anon_sym_LBRACK, - ACTIONS(3905), 1, - anon_sym_QMARK, - ACTIONS(3907), 1, - anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4247), 1, + ACTIONS(4111), 1, + anon_sym_COLON_COLON, + ACTIONS(4179), 1, + anon_sym_BANG, + STATE(1617), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1468), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4249), 1, anon_sym_AMP, - ACTIONS(4251), 1, anon_sym_PIPE, - ACTIONS(4253), 1, - anon_sym_AMP_AMP, - ACTIONS(4255), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4261), 1, - anon_sym_EQ, - ACTIONS(4267), 1, - anon_sym_DOT_DOT, - STATE(1761), 1, - sym_block, - STATE(3783), 1, - sym_label, - ACTIONS(4243), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4257), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4265), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4269), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1632), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4245), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4263), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4259), 10, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(1466), 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, @@ -149893,23 +149139,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [36681] = 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, + [35599] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3967), 1, - anon_sym_COLON_COLON, - STATE(1633), 2, + STATE(1618), 2, sym_line_comment, sym_block_comment, - ACTIONS(3969), 15, + ACTIONS(3585), 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, @@ -149919,7 +149171,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3965), 24, + ACTIONS(3587), 25, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_LBRACE, @@ -149942,17 +149194,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, + anon_sym_COLON_COLON, anon_sym_SQUOTE, anon_sym_as, - [36738] = 5, + [35655] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1634), 2, + ACTIONS(4193), 1, + anon_sym_LPAREN, + ACTIONS(4199), 1, + anon_sym_LT2, + STATE(1689), 1, + sym_parameters, + STATE(1699), 1, + sym_type_arguments, + STATE(1619), 2, sym_line_comment, sym_block_comment, - ACTIONS(3705), 15, + ACTIONS(3575), 17, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -149963,15 +149224,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(3703), 25, - anon_sym_LPAREN, + ACTIONS(3573), 20, anon_sym_LBRACK, - anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_QMARK, anon_sym_AMP_AMP, @@ -149984,25 +149245,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, - [36793] = 5, + [35719] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1635), 2, + ACTIONS(3685), 1, + anon_sym_LBRACE, + STATE(1620), 2, sym_line_comment, sym_block_comment, - ACTIONS(3581), 16, + ACTIONS(3569), 16, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -150019,7 +149279,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3583), 24, + ACTIONS(3571), 24, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -150044,66 +149304,108 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_EQ, anon_sym_COLON_COLON, anon_sym_as, - [36848] = 25, + [35777] = 22, + ACTIONS(29), 1, + anon_sym_LT, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(922), 1, - anon_sym_RBRACK, - ACTIONS(3901), 1, - anon_sym_LBRACK, - ACTIONS(3905), 1, - anon_sym_QMARK, - ACTIONS(3907), 1, - anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4153), 1, + ACTIONS(1164), 1, + anon_sym_extern, + ACTIONS(3490), 1, + anon_sym_COLON_COLON, + ACTIONS(3498), 1, + sym_metavariable, + ACTIONS(3625), 1, + anon_sym_default, + ACTIONS(4241), 1, + sym_identifier, + ACTIONS(4243), 1, + anon_sym_fn, + STATE(2299), 1, + aux_sym_function_modifiers_repeat1, + STATE(2448), 1, + sym_extern_modifier, + STATE(2673), 1, + sym_scoped_type_identifier, + STATE(3513), 1, + sym_generic_type, + STATE(3517), 1, + sym_function_modifiers, + STATE(3638), 1, + sym_bracketed_type, + STATE(3750), 1, + sym_scoped_identifier, + STATE(3764), 1, + sym_generic_type_with_turbofish, + STATE(1621), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1148), 3, + anon_sym_async, + anon_sym_const, + anon_sym_unsafe, + ACTIONS(3492), 3, + anon_sym_gen, + anon_sym_union, + anon_sym_raw, + ACTIONS(3496), 3, + sym_self, + sym_super, + sym_crate, + ACTIONS(3623), 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, + [35867] = 6, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(3687), 1, + anon_sym_LBRACE, + STATE(1622), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3585), 16, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4155), 1, + anon_sym_BANG, anon_sym_AMP, - ACTIONS(4157), 1, anon_sym_PIPE, - ACTIONS(4159), 1, - anon_sym_AMP_AMP, - ACTIONS(4161), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, - anon_sym_EQ, - ACTIONS(4271), 1, - anon_sym_SEMI, - ACTIONS(4273), 1, - anon_sym_DOT_DOT, - ACTIONS(4277), 1, - anon_sym_COMMA, - STATE(3099), 1, - aux_sym_arguments_repeat1, - ACTIONS(4149), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4163), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1636), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4151), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4167), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4189), 10, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3587), 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, @@ -150114,23 +149416,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [36943] = 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, + [35925] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4142), 1, - anon_sym_COLON_COLON, - STATE(1637), 2, + STATE(1623), 2, sym_line_comment, sym_block_comment, - ACTIONS(3453), 15, + ACTIONS(3545), 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, @@ -150140,7 +149449,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3451), 24, + ACTIONS(3547), 25, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_LBRACE, @@ -150163,68 +149472,49 @@ 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, - [37000] = 25, + [35981] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(348), 1, - anon_sym_LBRACE, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - ACTIONS(3901), 1, - anon_sym_LBRACK, - ACTIONS(3905), 1, - anon_sym_QMARK, - ACTIONS(3907), 1, - anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4247), 1, + ACTIONS(4193), 1, + anon_sym_LPAREN, + ACTIONS(4199), 1, + anon_sym_LT2, + STATE(1689), 1, + sym_parameters, + STATE(1699), 1, + sym_type_arguments, + STATE(1624), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3523), 17, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4249), 1, anon_sym_AMP, - ACTIONS(4251), 1, anon_sym_PIPE, - ACTIONS(4253), 1, - anon_sym_AMP_AMP, - ACTIONS(4255), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4261), 1, - anon_sym_EQ, - ACTIONS(4267), 1, - anon_sym_DOT_DOT, - STATE(1446), 1, - sym_block, - STATE(3719), 1, - sym_label, - ACTIONS(4243), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4257), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4265), 2, + anon_sym_LT_LT_EQ, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4269), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1638), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4245), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4263), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4259), 10, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3521), 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, @@ -150233,19 +149523,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, - [37095] = 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, + [36045] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4279), 1, + ACTIONS(3443), 1, anon_sym_COLON_COLON, - STATE(1639), 2, + ACTIONS(3599), 1, + anon_sym_BANG, + STATE(1625), 2, sym_line_comment, sym_block_comment, - ACTIONS(1506), 15, + ACTIONS(3439), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -150261,10 +149558,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1504), 24, + ACTIONS(3437), 24, + anon_sym_SEMI, anon_sym_LPAREN, anon_sym_LBRACK, - anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -150284,17 +149582,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_SQUOTE, anon_sym_as, - [37152] = 5, + [36105] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1640), 2, + ACTIONS(4193), 1, + anon_sym_LPAREN, + ACTIONS(4199), 1, + anon_sym_LT2, + STATE(1689), 1, + sym_parameters, + STATE(1699), 1, + sym_type_arguments, + STATE(1626), 2, sym_line_comment, sym_block_comment, - ACTIONS(3713), 15, + ACTIONS(3579), 17, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -150305,15 +149610,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(3711), 25, - anon_sym_LPAREN, + ACTIONS(3577), 20, anon_sym_LBRACK, - anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_QMARK, anon_sym_AMP_AMP, @@ -150326,27 +149631,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_COLON_COLON, anon_sym_as, - [37207] = 6, + [36169] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1455), 1, - sym_label, - STATE(1641), 2, + ACTIONS(3441), 1, + anon_sym_BANG, + ACTIONS(4134), 1, + anon_sym_COLON_COLON, + STATE(1627), 2, sym_line_comment, sym_block_comment, - ACTIONS(3709), 15, + ACTIONS(3439), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -150362,7 +149666,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3707), 24, + ACTIONS(3437), 24, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_LBRACE, @@ -150387,19 +149691,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_EQ, anon_sym_SQUOTE, anon_sym_as, - [37264] = 7, + [36229] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3861), 1, + ACTIONS(3472), 1, anon_sym_BANG, - ACTIONS(3863), 1, + ACTIONS(4245), 1, anon_sym_COLON_COLON, - STATE(1642), 2, + STATE(1628), 2, sym_line_comment, sym_block_comment, - ACTIONS(3453), 15, + ACTIONS(1468), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -150415,10 +149719,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3451), 23, + ACTIONS(1466), 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, @@ -150438,67 +149742,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, + anon_sym_SQUOTE, anon_sym_as, - [37323] = 25, + [36289] = 25, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(763), 1, + ACTIONS(938), 1, anon_sym_RBRACK, - ACTIONS(3901), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4153), 1, - anon_sym_CARET, ACTIONS(4155), 1, - anon_sym_AMP, + anon_sym_CARET, ACTIONS(4157), 1, - anon_sym_PIPE, + anon_sym_AMP, ACTIONS(4159), 1, - anon_sym_AMP_AMP, + anon_sym_PIPE, ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, + ACTIONS(4169), 1, anon_sym_EQ, - ACTIONS(4273), 1, - anon_sym_DOT_DOT, - ACTIONS(4281), 1, + ACTIONS(4247), 1, anon_sym_SEMI, - ACTIONS(4283), 1, + ACTIONS(4249), 1, + anon_sym_DOT_DOT, + ACTIONS(4253), 1, anon_sym_COMMA, - STATE(3117), 1, + STATE(3092), 1, aux_sym_arguments_repeat1, - ACTIONS(4149), 2, + ACTIONS(4151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4163), 2, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, + ACTIONS(4251), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1643), 2, + STATE(1629), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(4153), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4167), 4, + ACTIONS(4171), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4189), 10, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -150509,19 +149814,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [37418] = 7, + [36384] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4209), 1, + ACTIONS(4195), 1, anon_sym_BANG, - ACTIONS(4285), 1, + ACTIONS(4255), 1, anon_sym_COLON_COLON, - STATE(1644), 2, + STATE(1630), 2, sym_line_comment, sym_block_comment, - ACTIONS(1506), 15, + ACTIONS(1468), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -150537,7 +149842,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1504), 23, + ACTIONS(1466), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -150561,15 +149866,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [37477] = 5, + [36443] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1645), 2, + STATE(1439), 1, + sym_label, + STATE(1631), 2, sym_line_comment, sym_block_comment, - ACTIONS(3761), 15, + ACTIONS(3739), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -150585,11 +149892,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3759), 25, + ACTIONS(3737), 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, @@ -150609,68 +149915,92 @@ 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, - [37532] = 25, + [36500] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(348), 1, - anon_sym_LBRACE, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - ACTIONS(3901), 1, - anon_sym_LBRACK, - ACTIONS(3905), 1, - anon_sym_QMARK, - ACTIONS(3907), 1, - anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4247), 1, + STATE(1632), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3569), 16, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4249), 1, + anon_sym_BANG, anon_sym_AMP, - ACTIONS(4251), 1, anon_sym_PIPE, - ACTIONS(4253), 1, - anon_sym_AMP_AMP, - ACTIONS(4255), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4261), 1, - anon_sym_EQ, - ACTIONS(4267), 1, - anon_sym_DOT_DOT, - STATE(1491), 1, - sym_block, - STATE(3719), 1, - sym_label, - ACTIONS(4243), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4257), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4265), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4269), 2, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3571), 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(1646), 2, + anon_sym_COLON_COLON, + anon_sym_as, + [36555] = 6, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(3923), 2, + anon_sym_LBRACE, + anon_sym_COLON_COLON, + STATE(1633), 2, sym_line_comment, sym_block_comment, - ACTIONS(4245), 3, + ACTIONS(3861), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4263), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4259), 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(3857), 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, @@ -150681,21 +150011,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [37627] = 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, + [36612] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1647), 2, + STATE(1634), 2, sym_line_comment, sym_block_comment, - ACTIONS(3771), 15, + ACTIONS(3585), 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, @@ -150705,10 +150043,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3769), 25, + ACTIONS(3587), 24, anon_sym_LPAREN, anon_sym_LBRACK, - anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_QMARK, anon_sym_AMP_AMP, @@ -150731,19 +150068,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_EQ, anon_sym_COLON_COLON, anon_sym_as, - [37682] = 7, + [36667] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4287), 1, - anon_sym_SQUOTE, - STATE(1914), 1, - sym_label, - STATE(1648), 2, + ACTIONS(3859), 2, + anon_sym_LBRACE, + anon_sym_COLON_COLON, + STATE(1635), 2, sym_line_comment, sym_block_comment, - ACTIONS(3709), 15, + ACTIONS(3861), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -150759,7 +150095,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3707), 23, + ACTIONS(3857), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -150783,66 +150119,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [37741] = 25, + [36724] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(880), 1, - anon_sym_RBRACK, - ACTIONS(3901), 1, - anon_sym_LBRACK, - ACTIONS(3905), 1, - anon_sym_QMARK, - ACTIONS(3907), 1, - anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4153), 1, + STATE(1636), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3765), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4155), 1, anon_sym_AMP, - ACTIONS(4157), 1, anon_sym_PIPE, - ACTIONS(4159), 1, - anon_sym_AMP_AMP, - ACTIONS(4161), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, - anon_sym_EQ, - ACTIONS(4273), 1, - anon_sym_DOT_DOT, - ACTIONS(4289), 1, - anon_sym_SEMI, - ACTIONS(4291), 1, - anon_sym_COMMA, - STATE(2989), 1, - aux_sym_arguments_repeat1, - ACTIONS(4149), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4163), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1649), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4151), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4167), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4189), 10, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3763), 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, @@ -150853,19 +150161,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [37836] = 7, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_COLON_COLON, + anon_sym_as, + [36779] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4293), 1, - anon_sym_else, - STATE(1755), 1, - sym_else_clause, - STATE(1650), 2, + STATE(1637), 2, sym_line_comment, sym_block_comment, - ACTIONS(1412), 15, + ACTIONS(3779), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -150881,9 +150193,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1410), 23, + ACTIONS(3777), 25, anon_sym_LPAREN, anon_sym_LBRACK, + anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_QMARK, anon_sym_AMP_AMP, @@ -150904,86 +150217,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_as, - [37895] = 18, - ACTIONS(29), 1, - anon_sym_LT, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(4295), 1, - sym_identifier, - ACTIONS(4297), 1, - anon_sym_LBRACE, - ACTIONS(4299), 1, - anon_sym_RBRACE, - ACTIONS(4301), 1, - anon_sym_STAR, - ACTIONS(4305), 1, - anon_sym_COMMA, - ACTIONS(4307), 1, anon_sym_COLON_COLON, - ACTIONS(4311), 1, - sym_metavariable, - STATE(2606), 1, - sym_scoped_identifier, - STATE(3108), 1, - sym__use_clause, - STATE(3502), 1, - sym_bracketed_type, - STATE(3606), 1, - sym_generic_type_with_turbofish, - STATE(1651), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4309), 3, - sym_self, - sym_super, - sym_crate, - STATE(3144), 4, - sym_scoped_use_list, - sym_use_list, - sym_use_as_clause, - sym_use_wildcard, - ACTIONS(4303), 21, - anon_sym_u8, - anon_sym_i8, - anon_sym_u16, - anon_sym_i16, - anon_sym_u32, - anon_sym_i32, - anon_sym_u64, - anon_sym_i64, - anon_sym_u128, - anon_sym_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, - anon_sym_raw, - [37976] = 5, + anon_sym_as, + [36834] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1652), 2, + STATE(1638), 2, sym_line_comment, sym_block_comment, - ACTIONS(3555), 16, + ACTIONS(3793), 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, @@ -150993,9 +150243,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3557), 24, + ACTIONS(3791), 25, anon_sym_LPAREN, anon_sym_LBRACK, + anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_QMARK, anon_sym_AMP_AMP, @@ -151018,66 +150269,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_EQ, anon_sym_COLON_COLON, anon_sym_as, - [38031] = 25, + [36889] = 25, ACTIONS(19), 1, anon_sym_LBRACE, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3459), 1, + ACTIONS(3445), 1, anon_sym_SQUOTE, - ACTIONS(3901), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4247), 1, + ACTIONS(4261), 1, anon_sym_CARET, - ACTIONS(4249), 1, + ACTIONS(4263), 1, anon_sym_AMP, - ACTIONS(4251), 1, + ACTIONS(4265), 1, anon_sym_PIPE, - ACTIONS(4253), 1, + ACTIONS(4267), 1, anon_sym_AMP_AMP, - ACTIONS(4255), 1, + ACTIONS(4269), 1, anon_sym_PIPE_PIPE, - ACTIONS(4261), 1, + ACTIONS(4275), 1, anon_sym_EQ, - ACTIONS(4267), 1, + ACTIONS(4281), 1, anon_sym_DOT_DOT, - STATE(426), 1, + STATE(411), 1, sym_block, - STATE(3621), 1, + STATE(3556), 1, sym_label, - ACTIONS(4243), 2, + ACTIONS(4257), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4257), 2, + ACTIONS(4271), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4265), 2, + ACTIONS(4279), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4269), 2, + ACTIONS(4283), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1653), 2, + STATE(1639), 2, sym_line_comment, sym_block_comment, - ACTIONS(4245), 3, + ACTIONS(4259), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4263), 4, + ACTIONS(4277), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4259), 10, + ACTIONS(4273), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -151088,22 +150339,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [38126] = 5, + [36984] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1654), 2, + STATE(1640), 2, sym_line_comment, sym_block_comment, - ACTIONS(3547), 16, + ACTIONS(3801), 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, @@ -151113,9 +150363,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3549), 24, + ACTIONS(3799), 25, anon_sym_LPAREN, anon_sym_LBRACK, + anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_QMARK, anon_sym_AMP_AMP, @@ -151138,17 +150389,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_EQ, anon_sym_COLON_COLON, anon_sym_as, - [38181] = 6, + [37039] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4005), 1, - anon_sym_COLON_COLON, - STATE(1655), 2, + ACTIONS(4285), 1, + anon_sym_SQUOTE, + STATE(1781), 1, + sym_label, + STATE(1641), 2, sym_line_comment, sym_block_comment, - ACTIONS(3969), 15, + ACTIONS(3739), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -151164,10 +150417,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3965), 24, + ACTIONS(3737), 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, @@ -151187,138 +150440,42 @@ 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, - [38238] = 25, - ACTIONS(19), 1, - anon_sym_LBRACE, + [37098] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - ACTIONS(3901), 1, - anon_sym_LBRACK, - ACTIONS(3905), 1, - anon_sym_QMARK, - ACTIONS(3907), 1, - anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4247), 1, - anon_sym_CARET, - ACTIONS(4249), 1, - anon_sym_AMP, - ACTIONS(4251), 1, - anon_sym_PIPE, - ACTIONS(4253), 1, - anon_sym_AMP_AMP, - ACTIONS(4255), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4261), 1, - anon_sym_EQ, - ACTIONS(4267), 1, - anon_sym_DOT_DOT, - STATE(422), 1, - sym_block, - STATE(3621), 1, - sym_label, - ACTIONS(4243), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4257), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4265), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4269), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1656), 2, + ACTIONS(4057), 1, + anon_sym_BANG, + ACTIONS(4059), 1, + anon_sym_COLON_COLON, + STATE(1642), 2, sym_line_comment, sym_block_comment, - ACTIONS(4245), 3, + ACTIONS(3439), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4263), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4259), 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, - [38333] = 25, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(918), 1, - anon_sym_RBRACK, - ACTIONS(3901), 1, - anon_sym_LBRACK, - ACTIONS(3905), 1, - anon_sym_QMARK, - ACTIONS(3907), 1, - anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4153), 1, anon_sym_CARET, - ACTIONS(4155), 1, anon_sym_AMP, - ACTIONS(4157), 1, anon_sym_PIPE, - ACTIONS(4159), 1, - anon_sym_AMP_AMP, - ACTIONS(4161), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, - anon_sym_EQ, - ACTIONS(4273), 1, - anon_sym_DOT_DOT, - ACTIONS(4313), 1, - anon_sym_SEMI, - ACTIONS(4315), 1, - anon_sym_COMMA, - STATE(3183), 1, - aux_sym_arguments_repeat1, - ACTIONS(4149), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4163), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1657), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4151), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4167), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4189), 10, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3437), 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, @@ -151329,66 +150486,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [38428] = 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_as, + [37157] = 25, + ACTIONS(19), 1, + anon_sym_LBRACE, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(1386), 1, - anon_sym_LBRACE, - ACTIONS(3459), 1, + ACTIONS(3445), 1, anon_sym_SQUOTE, - ACTIONS(3901), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4247), 1, + ACTIONS(4261), 1, anon_sym_CARET, - ACTIONS(4249), 1, + ACTIONS(4263), 1, anon_sym_AMP, - ACTIONS(4251), 1, + ACTIONS(4265), 1, anon_sym_PIPE, - ACTIONS(4253), 1, + ACTIONS(4267), 1, anon_sym_AMP_AMP, - ACTIONS(4255), 1, + ACTIONS(4269), 1, anon_sym_PIPE_PIPE, - ACTIONS(4261), 1, + ACTIONS(4275), 1, anon_sym_EQ, - ACTIONS(4267), 1, + ACTIONS(4281), 1, anon_sym_DOT_DOT, - STATE(491), 1, + STATE(415), 1, sym_block, - STATE(3782), 1, + STATE(3556), 1, sym_label, - ACTIONS(4243), 2, + ACTIONS(4257), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4257), 2, + ACTIONS(4271), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4265), 2, + ACTIONS(4279), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4269), 2, + ACTIONS(4283), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1658), 2, + STATE(1643), 2, sym_line_comment, sym_block_comment, - ACTIONS(4245), 3, + ACTIONS(4259), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4263), 4, + ACTIONS(4277), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4259), 10, + ACTIONS(4273), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -151399,15 +150563,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [38523] = 5, + [37252] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1659), 2, + ACTIONS(4287), 1, + anon_sym_else, + STATE(1861), 1, + sym_else_clause, + STATE(1644), 2, sym_line_comment, sym_block_comment, - ACTIONS(3719), 15, + ACTIONS(1434), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -151423,7 +150591,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3717), 24, + ACTIONS(1432), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -151446,25 +150614,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_DASH_GT, anon_sym_as, - [38577] = 6, + [37311] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3863), 1, - anon_sym_COLON_COLON, - STATE(1660), 2, + STATE(1645), 2, sym_line_comment, sym_block_comment, - ACTIONS(3453), 15, + ACTIONS(3553), 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, @@ -151474,7 +150640,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3451), 23, + ACTIONS(3555), 24, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -151497,80 +150663,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, + anon_sym_COLON_COLON, anon_sym_as, - [38633] = 18, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(3901), 1, - anon_sym_LBRACK, - ACTIONS(3905), 1, - anon_sym_QMARK, - ACTIONS(3907), 1, - anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4247), 1, - anon_sym_CARET, - ACTIONS(4249), 1, - anon_sym_AMP, - ACTIONS(4251), 1, - anon_sym_PIPE, - ACTIONS(4253), 1, - anon_sym_AMP_AMP, - ACTIONS(3989), 2, - anon_sym_EQ, - anon_sym_DOT_DOT, - ACTIONS(4243), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4257), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4265), 2, - anon_sym_GT, - anon_sym_LT, - STATE(1661), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4245), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4263), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3987), 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, - [38713] = 6, + [37366] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4317), 1, - anon_sym_DASH_GT, - STATE(1662), 2, + ACTIONS(3923), 1, + anon_sym_COLON_COLON, + STATE(1646), 2, sym_line_comment, sym_block_comment, - ACTIONS(3687), 15, + ACTIONS(3861), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -151586,10 +150691,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3685), 23, + ACTIONS(3857), 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, @@ -151609,24 +150714,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_SQUOTE, anon_sym_as, - [38769] = 6, + [37423] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4319), 1, - anon_sym_DASH_GT, - STATE(1663), 2, + STATE(1647), 2, sym_line_comment, sym_block_comment, - ACTIONS(3693), 15, + ACTIONS(3545), 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, @@ -151636,7 +150741,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3691), 23, + ACTIONS(3547), 24, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -151659,40 +150764,138 @@ 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, - [38825] = 6, + [37478] = 25, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4321), 1, - anon_sym_DASH_GT, - STATE(1664), 2, + ACTIONS(771), 1, + anon_sym_RBRACK, + ACTIONS(3819), 1, + anon_sym_LBRACK, + ACTIONS(3823), 1, + anon_sym_QMARK, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4155), 1, + anon_sym_CARET, + ACTIONS(4157), 1, + anon_sym_AMP, + ACTIONS(4159), 1, + anon_sym_PIPE, + ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4169), 1, + anon_sym_EQ, + ACTIONS(4249), 1, + anon_sym_DOT_DOT, + ACTIONS(4289), 1, + anon_sym_SEMI, + ACTIONS(4291), 1, + anon_sym_COMMA, + STATE(3008), 1, + aux_sym_arguments_repeat1, + ACTIONS(4151), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4165), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4173), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4251), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1648), 2, sym_line_comment, sym_block_comment, - ACTIONS(3699), 15, - anon_sym_PLUS, + ACTIONS(4153), 3, anon_sym_STAR, - anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(4171), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4167), 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, + [37573] = 25, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(932), 1, + anon_sym_RBRACK, + ACTIONS(3819), 1, + anon_sym_LBRACK, + ACTIONS(3823), 1, + anon_sym_QMARK, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4155), 1, anon_sym_CARET, + ACTIONS(4157), 1, anon_sym_AMP, + ACTIONS(4159), 1, anon_sym_PIPE, + ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4169), 1, + anon_sym_EQ, + ACTIONS(4249), 1, + anon_sym_DOT_DOT, + ACTIONS(4293), 1, + anon_sym_SEMI, + ACTIONS(4295), 1, + anon_sym_COMMA, + STATE(2926), 1, + aux_sym_arguments_repeat1, + ACTIONS(4151), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3697), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4251), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1649), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4153), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4171), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -151703,69 +150906,129 @@ 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, - [38881] = 22, + [37668] = 18, + ACTIONS(29), 1, + anon_sym_LT, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(4297), 1, + sym_identifier, + ACTIONS(4299), 1, + anon_sym_LBRACE, + ACTIONS(4301), 1, + anon_sym_RBRACE, + ACTIONS(4303), 1, + anon_sym_STAR, + ACTIONS(4307), 1, + anon_sym_COMMA, + ACTIONS(4309), 1, + anon_sym_COLON_COLON, + ACTIONS(4313), 1, + sym_metavariable, + STATE(2513), 1, + sym_scoped_identifier, + STATE(3030), 1, + sym__use_clause, + STATE(3618), 1, + sym_bracketed_type, + STATE(3669), 1, + sym_generic_type_with_turbofish, + STATE(1650), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4311), 3, + sym_self, + sym_super, + sym_crate, + STATE(3147), 4, + sym_scoped_use_list, + sym_use_list, + sym_use_as_clause, + sym_use_wildcard, + ACTIONS(4305), 21, + anon_sym_u8, + anon_sym_i8, + anon_sym_u16, + anon_sym_i16, + anon_sym_u32, + anon_sym_i32, + anon_sym_u64, + anon_sym_i64, + anon_sym_u128, + anon_sym_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, + anon_sym_raw, + [37749] = 25, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, + ACTIONS(753), 1, + anon_sym_RBRACK, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4247), 1, + ACTIONS(4155), 1, anon_sym_CARET, - ACTIONS(4249), 1, + ACTIONS(4157), 1, anon_sym_AMP, - ACTIONS(4251), 1, + ACTIONS(4159), 1, anon_sym_PIPE, - ACTIONS(4253), 1, + ACTIONS(4161), 1, anon_sym_AMP_AMP, - ACTIONS(4255), 1, + ACTIONS(4163), 1, anon_sym_PIPE_PIPE, - ACTIONS(4261), 1, + ACTIONS(4169), 1, anon_sym_EQ, - ACTIONS(4323), 1, + ACTIONS(4249), 1, anon_sym_DOT_DOT, - ACTIONS(4243), 2, + ACTIONS(4315), 1, + anon_sym_SEMI, + ACTIONS(4317), 1, + anon_sym_COMMA, + STATE(3124), 1, + aux_sym_arguments_repeat1, + ACTIONS(4151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4257), 2, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4265), 2, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4325), 2, + ACTIONS(4251), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1665), 2, + STATE(1651), 2, sym_line_comment, sym_block_comment, - ACTIONS(4019), 3, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_SQUOTE, - ACTIONS(4245), 3, + ACTIONS(4153), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4263), 4, + ACTIONS(4171), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4259), 10, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -151776,39 +151039,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [38969] = 6, + [37844] = 25, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4327), 1, - anon_sym_COLON_COLON, - STATE(1666), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3525), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(348), 1, + anon_sym_LBRACE, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + ACTIONS(3819), 1, + anon_sym_LBRACK, + ACTIONS(3823), 1, + anon_sym_QMARK, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4261), 1, anon_sym_CARET, + ACTIONS(4263), 1, anon_sym_AMP, + ACTIONS(4265), 1, anon_sym_PIPE, + ACTIONS(4267), 1, + anon_sym_AMP_AMP, + ACTIONS(4269), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4275), 1, + anon_sym_EQ, + ACTIONS(4281), 1, + anon_sym_DOT_DOT, + STATE(1490), 1, + sym_block, + STATE(3719), 1, + sym_label, + ACTIONS(4257), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4271), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4279), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3523), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4283), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1652), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4259), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4277), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4273), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -151819,71 +151109,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_as, - [39025] = 24, + [37939] = 25, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(930), 1, - anon_sym_RPAREN, - ACTIONS(3901), 1, + ACTIONS(348), 1, + anon_sym_LBRACE, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4153), 1, + ACTIONS(4261), 1, anon_sym_CARET, - ACTIONS(4155), 1, + ACTIONS(4263), 1, anon_sym_AMP, - ACTIONS(4157), 1, + ACTIONS(4265), 1, anon_sym_PIPE, - ACTIONS(4159), 1, + ACTIONS(4267), 1, anon_sym_AMP_AMP, - ACTIONS(4161), 1, + ACTIONS(4269), 1, anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, + ACTIONS(4275), 1, anon_sym_EQ, - ACTIONS(4273), 1, + ACTIONS(4281), 1, anon_sym_DOT_DOT, - ACTIONS(4329), 1, - anon_sym_COMMA, - STATE(2967), 1, - aux_sym_arguments_repeat1, - ACTIONS(4149), 2, + STATE(1520), 1, + sym_block, + STATE(3719), 1, + sym_label, + ACTIONS(4257), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4163), 2, + ACTIONS(4271), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + ACTIONS(4279), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, + ACTIONS(4283), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1667), 2, + STATE(1653), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(4259), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4167), 4, + ACTIONS(4277), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4189), 10, + ACTIONS(4273), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -151894,54 +151179,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [39117] = 17, + [38034] = 25, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, + ACTIONS(1408), 1, + anon_sym_LBRACE, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4247), 1, + ACTIONS(4261), 1, anon_sym_CARET, - ACTIONS(4249), 1, + ACTIONS(4263), 1, anon_sym_AMP, - ACTIONS(4251), 1, + ACTIONS(4265), 1, anon_sym_PIPE, - ACTIONS(3989), 2, + ACTIONS(4267), 1, + anon_sym_AMP_AMP, + ACTIONS(4269), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4275), 1, anon_sym_EQ, + ACTIONS(4281), 1, anon_sym_DOT_DOT, - ACTIONS(4243), 2, + STATE(480), 1, + sym_block, + STATE(3782), 1, + sym_label, + ACTIONS(4257), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4257), 2, + ACTIONS(4271), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4265), 2, + ACTIONS(4279), 2, anon_sym_GT, anon_sym_LT, - STATE(1668), 2, + ACTIONS(4283), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1654), 2, sym_line_comment, sym_block_comment, - ACTIONS(4245), 3, + ACTIONS(4259), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4263), 4, + ACTIONS(4277), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3987), 17, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4273), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -151952,51 +151249,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_SQUOTE, - [39195] = 15, + [38129] = 25, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, + ACTIONS(1408), 1, + anon_sym_LBRACE, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4247), 1, + ACTIONS(4261), 1, anon_sym_CARET, - ACTIONS(4249), 1, + ACTIONS(4263), 1, anon_sym_AMP, - ACTIONS(4251), 1, + ACTIONS(4265), 1, anon_sym_PIPE, - ACTIONS(4243), 2, + ACTIONS(4267), 1, + anon_sym_AMP_AMP, + ACTIONS(4269), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4275), 1, + anon_sym_EQ, + ACTIONS(4281), 1, + anon_sym_DOT_DOT, + STATE(494), 1, + sym_block, + STATE(3782), 1, + sym_label, + ACTIONS(4257), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4257), 2, + ACTIONS(4271), 2, anon_sym_LT_LT, anon_sym_GT_GT, - STATE(1669), 2, + ACTIONS(4279), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4283), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1655), 2, sym_line_comment, sym_block_comment, - ACTIONS(4245), 3, + ACTIONS(4259), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3989), 4, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT_DOT, - ACTIONS(3987), 21, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4277), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4273), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -152007,71 +151319,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_SQUOTE, - [39269] = 24, + [38224] = 25, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, + ACTIONS(412), 1, + anon_sym_LBRACE, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4153), 1, + ACTIONS(4261), 1, anon_sym_CARET, - ACTIONS(4155), 1, + ACTIONS(4263), 1, anon_sym_AMP, - ACTIONS(4157), 1, + ACTIONS(4265), 1, anon_sym_PIPE, - ACTIONS(4159), 1, + ACTIONS(4267), 1, anon_sym_AMP_AMP, - ACTIONS(4161), 1, + ACTIONS(4269), 1, anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, + ACTIONS(4275), 1, anon_sym_EQ, - ACTIONS(4273), 1, + ACTIONS(4281), 1, anon_sym_DOT_DOT, - ACTIONS(4331), 1, - anon_sym_RPAREN, - ACTIONS(4333), 1, - anon_sym_COMMA, - STATE(2925), 1, - aux_sym_arguments_repeat1, - ACTIONS(4149), 2, + STATE(1866), 1, + sym_block, + STATE(3783), 1, + sym_label, + ACTIONS(4257), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4163), 2, + ACTIONS(4271), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + ACTIONS(4279), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, + ACTIONS(4283), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1670), 2, + STATE(1656), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(4259), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4167), 4, + ACTIONS(4277), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4189), 10, + ACTIONS(4273), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -152082,90 +151389,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [39361] = 6, + [38319] = 25, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4335), 1, - anon_sym_COLON_COLON, - STATE(1671), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1506), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(412), 1, + anon_sym_LBRACE, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + ACTIONS(3819), 1, + anon_sym_LBRACK, + ACTIONS(3823), 1, + anon_sym_QMARK, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4261), 1, anon_sym_CARET, + ACTIONS(4263), 1, anon_sym_AMP, + ACTIONS(4265), 1, anon_sym_PIPE, + ACTIONS(4267), 1, + anon_sym_AMP_AMP, + ACTIONS(4269), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4275), 1, + anon_sym_EQ, + ACTIONS(4281), 1, + anon_sym_DOT_DOT, + STATE(1872), 1, + sym_block, + STATE(3783), 1, + sym_label, + ACTIONS(4257), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4271), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4279), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(1504), 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(4283), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_as, - [39417] = 7, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(4337), 1, - anon_sym_LPAREN, - STATE(1923), 1, - sym_arguments, - STATE(1672), 2, + STATE(1657), 2, sym_line_comment, sym_block_comment, - ACTIONS(3749), 15, - anon_sym_PLUS, + ACTIONS(4259), 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(3745), 22, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4277), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4273), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -152176,22 +151459,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, - [39475] = 5, + [38414] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1673), 2, + ACTIONS(4134), 1, + anon_sym_COLON_COLON, + STATE(1658), 2, sym_line_comment, sym_block_comment, - ACTIONS(3739), 15, + ACTIONS(3439), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -152207,10 +151485,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3737), 24, + ACTIONS(3437), 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, @@ -152230,19 +151508,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_COLON_COLON, + anon_sym_SQUOTE, anon_sym_as, - [39529] = 6, + [38471] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4339), 1, + ACTIONS(4319), 1, anon_sym_COLON_COLON, - STATE(1674), 2, + STATE(1659), 2, sym_line_comment, sym_block_comment, - ACTIONS(1506), 15, + ACTIONS(1468), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -152258,10 +151536,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1504), 23, + ACTIONS(1466), 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, @@ -152281,16 +151559,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, + anon_sym_SQUOTE, anon_sym_as, - [39585] = 5, + [38528] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1675), 2, + ACTIONS(3859), 1, + anon_sym_COLON_COLON, + STATE(1660), 2, sym_line_comment, sym_block_comment, - ACTIONS(1444), 15, + ACTIONS(3861), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -152306,10 +151587,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1442), 24, + ACTIONS(3857), 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, @@ -152329,85 +151610,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_as, - anon_sym_else, - [39639] = 22, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(3901), 1, - anon_sym_LBRACK, - ACTIONS(3905), 1, - anon_sym_QMARK, - ACTIONS(3907), 1, - anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4247), 1, - anon_sym_CARET, - ACTIONS(4249), 1, - anon_sym_AMP, - ACTIONS(4251), 1, - anon_sym_PIPE, - ACTIONS(4253), 1, - anon_sym_AMP_AMP, - ACTIONS(4255), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4261), 1, - anon_sym_EQ, - ACTIONS(4323), 1, - anon_sym_DOT_DOT, - ACTIONS(4243), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4257), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4265), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4325), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1676), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3857), 3, - anon_sym_LPAREN, - anon_sym_LBRACE, anon_sym_SQUOTE, - ACTIONS(4245), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4263), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4259), 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, - [39727] = 6, + anon_sym_as, + [38585] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4327), 1, - anon_sym_COLON_COLON, - STATE(1677), 2, + STATE(1661), 2, sym_line_comment, sym_block_comment, - ACTIONS(3533), 15, + ACTIONS(3691), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -152423,7 +151636,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3531), 23, + ACTIONS(3689), 24, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -152446,16 +151659,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, + anon_sym_COLON_COLON, anon_sym_as, - [39783] = 5, + [38639] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1678), 2, + ACTIONS(4321), 1, + anon_sym_COLON_COLON, + STATE(1662), 2, sym_line_comment, sym_block_comment, - ACTIONS(3765), 15, + ACTIONS(3579), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -152471,7 +151687,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3763), 24, + ACTIONS(3577), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -152494,17 +151710,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_DASH_GT, anon_sym_as, - [39837] = 5, + [38695] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1679), 2, + STATE(1663), 2, sym_line_comment, sym_block_comment, - ACTIONS(1452), 15, + ACTIONS(3769), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -152520,7 +151735,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1450), 24, + ACTIONS(3767), 24, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -152543,66 +151758,64 @@ 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, - anon_sym_else, - [39891] = 24, + [38749] = 22, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(952), 1, - anon_sym_RPAREN, - ACTIONS(3901), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4153), 1, + ACTIONS(4261), 1, anon_sym_CARET, - ACTIONS(4155), 1, + ACTIONS(4263), 1, anon_sym_AMP, - ACTIONS(4157), 1, + ACTIONS(4265), 1, anon_sym_PIPE, - ACTIONS(4159), 1, + ACTIONS(4267), 1, anon_sym_AMP_AMP, - ACTIONS(4161), 1, + ACTIONS(4269), 1, anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, + ACTIONS(4275), 1, anon_sym_EQ, - ACTIONS(4273), 1, + ACTIONS(4323), 1, anon_sym_DOT_DOT, - ACTIONS(4341), 1, - anon_sym_COMMA, - STATE(3005), 1, - aux_sym_arguments_repeat1, - ACTIONS(4149), 2, + ACTIONS(4257), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4163), 2, + ACTIONS(4271), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + ACTIONS(4279), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, + ACTIONS(4325), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1680), 2, + STATE(1664), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(4041), 3, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_SQUOTE, + ACTIONS(4259), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4167), 4, + ACTIONS(4277), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4189), 10, + ACTIONS(4273), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -152613,15 +151826,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [39983] = 5, + [38837] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1681), 2, + ACTIONS(4327), 1, + anon_sym_COLON_COLON, + STATE(1665), 2, sym_line_comment, sym_block_comment, - ACTIONS(3723), 15, + ACTIONS(3579), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -152637,7 +151852,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3721), 24, + ACTIONS(3577), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -152660,17 +151875,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_DASH_GT, anon_sym_as, - [40037] = 5, + [38893] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1682), 2, + STATE(1666), 2, sym_line_comment, sym_block_comment, - ACTIONS(3783), 15, + ACTIONS(1452), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -152686,7 +151900,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3781), 24, + ACTIONS(1450), 24, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -152709,32 +151923,22 @@ 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, - [40091] = 11, + anon_sym_else, + [38947] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, - anon_sym_LBRACK, - ACTIONS(3905), 1, - anon_sym_QMARK, - ACTIONS(3907), 1, - anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4243), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1683), 2, + STATE(1667), 2, sym_line_comment, sym_block_comment, - ACTIONS(4245), 3, + ACTIONS(1456), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3989), 9, anon_sym_CARET, anon_sym_AMP, anon_sym_PIPE, @@ -152743,10 +151947,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(3987), 21, + ACTIONS(1454), 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, @@ -152765,18 +151972,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_SQUOTE, - [40157] = 6, + anon_sym_as, + anon_sym_else, + [39001] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4343), 1, - anon_sym_DASH_GT, - STATE(1684), 2, + STATE(1668), 2, sym_line_comment, sym_block_comment, - ACTIONS(3805), 15, + ACTIONS(1440), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -152792,7 +151998,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3803), 23, + ACTIONS(1438), 24, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -152816,17 +152022,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [40213] = 6, + anon_sym_else, + [39055] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4345), 1, - anon_sym_DASH_GT, - STATE(1685), 2, + STATE(1669), 2, sym_line_comment, sym_block_comment, - ACTIONS(3681), 15, + ACTIONS(1444), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -152842,7 +152047,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3679), 23, + ACTIONS(1442), 24, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -152866,80 +152071,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [40269] = 21, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(3901), 1, - anon_sym_LBRACK, - ACTIONS(3905), 1, - anon_sym_QMARK, - ACTIONS(3907), 1, - anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4179), 1, - anon_sym_EQ, - ACTIONS(4247), 1, - anon_sym_CARET, - ACTIONS(4249), 1, - anon_sym_AMP, - ACTIONS(4251), 1, - anon_sym_PIPE, - ACTIONS(4253), 1, - anon_sym_AMP_AMP, - ACTIONS(4255), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4323), 1, - anon_sym_DOT_DOT, - ACTIONS(4243), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4257), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4265), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4325), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1686), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4245), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4263), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4177), 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, - [40355] = 5, + anon_sym_else, + [39109] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1687), 2, + STATE(1670), 2, sym_line_comment, sym_block_comment, - ACTIONS(3743), 15, + ACTIONS(1448), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -152955,7 +152096,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3741), 24, + ACTIONS(1446), 24, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -152978,48 +152119,48 @@ 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, - [40409] = 17, + anon_sym_else, + [39163] = 17, ACTIONS(29), 1, anon_sym_LT, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4295), 1, - sym_identifier, ACTIONS(4297), 1, + sym_identifier, + ACTIONS(4299), 1, anon_sym_LBRACE, - ACTIONS(4301), 1, + ACTIONS(4303), 1, anon_sym_STAR, - ACTIONS(4307), 1, + ACTIONS(4309), 1, anon_sym_COLON_COLON, - ACTIONS(4311), 1, + ACTIONS(4313), 1, sym_metavariable, - ACTIONS(4347), 1, + ACTIONS(4329), 1, anon_sym_RBRACE, - STATE(2606), 1, + STATE(2513), 1, sym_scoped_identifier, - STATE(3291), 1, + STATE(3263), 1, sym__use_clause, - STATE(3502), 1, + STATE(3618), 1, sym_bracketed_type, - STATE(3606), 1, + STATE(3669), 1, sym_generic_type_with_turbofish, - STATE(1688), 2, + STATE(1671), 2, sym_line_comment, sym_block_comment, - ACTIONS(4309), 3, + ACTIONS(4311), 3, sym_self, sym_super, sym_crate, - STATE(3144), 4, + STATE(3147), 4, sym_scoped_use_list, sym_use_list, sym_use_as_clause, sym_use_wildcard, - ACTIONS(4303), 21, + ACTIONS(4305), 21, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -153041,15 +152182,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_gen, anon_sym_union, anon_sym_raw, - [40487] = 5, + [39241] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1689), 2, + ACTIONS(4331), 1, + anon_sym_COLON_COLON, + STATE(1672), 2, sym_line_comment, sym_block_comment, - ACTIONS(1456), 15, + ACTIONS(1468), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -153065,7 +152208,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1454), 24, + ACTIONS(1466), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -153089,61 +152232,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - anon_sym_else, - [40541] = 21, + [39297] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, - anon_sym_LBRACK, - ACTIONS(3905), 1, - anon_sym_QMARK, - ACTIONS(3907), 1, - anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4199), 1, - anon_sym_EQ, - ACTIONS(4247), 1, + ACTIONS(4327), 1, + anon_sym_COLON_COLON, + STATE(1673), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3523), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4249), 1, anon_sym_AMP, - ACTIONS(4251), 1, anon_sym_PIPE, - ACTIONS(4253), 1, - anon_sym_AMP_AMP, - ACTIONS(4255), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4323), 1, - anon_sym_DOT_DOT, - ACTIONS(4243), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4257), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4265), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4325), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1690), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4245), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4263), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4197), 13, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3521), 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, @@ -153154,30 +152275,31 @@ 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, - [40627] = 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, + [39353] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, - anon_sym_LBRACK, - ACTIONS(3905), 1, - anon_sym_QMARK, - ACTIONS(3907), 1, - anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - STATE(1691), 2, + ACTIONS(4333), 1, + anon_sym_LPAREN, + STATE(1803), 1, + sym_arguments, + STATE(1674), 2, sym_line_comment, sym_block_comment, - ACTIONS(4245), 3, + ACTIONS(3789), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3989), 11, - anon_sym_PLUS, - anon_sym_DASH, anon_sym_CARET, anon_sym_AMP, anon_sym_PIPE, @@ -153186,10 +152308,12 @@ 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(3987), 21, - anon_sym_LPAREN, - anon_sym_LBRACE, + ACTIONS(3785), 22, + anon_sym_LBRACK, + anon_sym_EQ_GT, + anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, @@ -153208,57 +152332,63 @@ 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, - [40691] = 19, + anon_sym_as, + [39411] = 22, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4247), 1, + ACTIONS(4261), 1, anon_sym_CARET, - ACTIONS(4249), 1, + ACTIONS(4263), 1, anon_sym_AMP, - ACTIONS(4251), 1, + ACTIONS(4265), 1, anon_sym_PIPE, - ACTIONS(4253), 1, + ACTIONS(4267), 1, anon_sym_AMP_AMP, - ACTIONS(4255), 1, + ACTIONS(4269), 1, anon_sym_PIPE_PIPE, - ACTIONS(4165), 2, + ACTIONS(4275), 1, anon_sym_EQ, + ACTIONS(4323), 1, anon_sym_DOT_DOT, - ACTIONS(4243), 2, + ACTIONS(4257), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4257), 2, + ACTIONS(4271), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4265), 2, + ACTIONS(4279), 2, anon_sym_GT, anon_sym_LT, - STATE(1692), 2, + ACTIONS(4325), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1675), 2, sym_line_comment, sym_block_comment, - ACTIONS(4245), 3, + ACTIONS(3907), 3, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_SQUOTE, + ACTIONS(4259), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4263), 4, + ACTIONS(4277), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4147), 15, - anon_sym_LPAREN, - anon_sym_LBRACE, + ACTIONS(4273), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -153269,18 +152399,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, + [39499] = 24, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(954), 1, + anon_sym_RBRACK, + ACTIONS(3819), 1, + anon_sym_LBRACK, + ACTIONS(3823), 1, + anon_sym_QMARK, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4155), 1, + anon_sym_CARET, + ACTIONS(4157), 1, + anon_sym_AMP, + ACTIONS(4159), 1, + anon_sym_PIPE, + ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4169), 1, + anon_sym_EQ, + ACTIONS(4249), 1, + anon_sym_DOT_DOT, + ACTIONS(4335), 1, + anon_sym_COMMA, + STATE(3043), 1, + aux_sym_arguments_repeat1, + ACTIONS(4151), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4165), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4173), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4251), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_SQUOTE, - [40773] = 5, + STATE(1676), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4153), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4171), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4167), 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, + [39591] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1693), 2, + STATE(1677), 2, sym_line_comment, sym_block_comment, - ACTIONS(1440), 15, + ACTIONS(3707), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -153296,7 +152491,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1438), 24, + ACTIONS(3705), 24, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -153319,46 +152514,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_COLON_COLON, anon_sym_as, - anon_sym_else, - [40827] = 13, + [39645] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, - anon_sym_LBRACK, - ACTIONS(3905), 1, - anon_sym_QMARK, - ACTIONS(3907), 1, - anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4249), 1, - anon_sym_AMP, - ACTIONS(4243), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4257), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - STATE(1694), 2, + ACTIONS(4337), 1, + anon_sym_DASH_GT, + STATE(1678), 2, sym_line_comment, sym_block_comment, - ACTIONS(4245), 3, + ACTIONS(3773), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3989), 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(3987), 21, + ACTIONS(3771), 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, @@ -153377,18 +152565,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_SQUOTE, - [40897] = 6, + anon_sym_as, + [39701] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4349), 1, - anon_sym_DASH_GT, - STATE(1695), 2, + STATE(1679), 2, sym_line_comment, sym_block_comment, - ACTIONS(3755), 15, + ACTIONS(3711), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -153404,7 +152590,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3753), 23, + ACTIONS(3709), 24, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -153427,124 +152613,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, - [40953] = 17, - ACTIONS(29), 1, - anon_sym_LT, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(4295), 1, - sym_identifier, - ACTIONS(4297), 1, - anon_sym_LBRACE, - ACTIONS(4301), 1, - anon_sym_STAR, - ACTIONS(4307), 1, anon_sym_COLON_COLON, - ACTIONS(4311), 1, - sym_metavariable, - ACTIONS(4351), 1, - anon_sym_RBRACE, - STATE(2606), 1, - sym_scoped_identifier, - STATE(3291), 1, - sym__use_clause, - STATE(3502), 1, - sym_bracketed_type, - STATE(3606), 1, - sym_generic_type_with_turbofish, - STATE(1696), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4309), 3, - sym_self, - sym_super, - sym_crate, - STATE(3144), 4, - sym_scoped_use_list, - sym_use_list, - sym_use_as_clause, - sym_use_wildcard, - ACTIONS(4303), 21, - anon_sym_u8, - anon_sym_i8, - anon_sym_u16, - anon_sym_i16, - anon_sym_u32, - anon_sym_i32, - anon_sym_u64, - anon_sym_i64, - anon_sym_u128, - anon_sym_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, - anon_sym_raw, - [41031] = 22, + anon_sym_as, + [39755] = 10, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4247), 1, + STATE(1680), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4259), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(3821), 11, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_CARET, - ACTIONS(4249), 1, anon_sym_AMP, - ACTIONS(4251), 1, anon_sym_PIPE, - ACTIONS(4253), 1, - anon_sym_AMP_AMP, - ACTIONS(4255), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4261), 1, - anon_sym_EQ, - ACTIONS(4323), 1, - anon_sym_DOT_DOT, - ACTIONS(4243), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4257), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4265), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4325), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1697), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4007), 3, + anon_sym_DOT_DOT, + ACTIONS(3817), 21, anon_sym_LPAREN, anon_sym_LBRACE, - anon_sym_SQUOTE, - ACTIONS(4245), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4263), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4259), 10, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -153555,178 +152662,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [41119] = 24, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(3901), 1, - anon_sym_LBRACK, - ACTIONS(3905), 1, - anon_sym_QMARK, - ACTIONS(3907), 1, - anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4153), 1, - anon_sym_CARET, - ACTIONS(4155), 1, - anon_sym_AMP, - ACTIONS(4157), 1, - anon_sym_PIPE, - ACTIONS(4159), 1, - anon_sym_AMP_AMP, - ACTIONS(4161), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, - anon_sym_EQ, - ACTIONS(4273), 1, - anon_sym_DOT_DOT, - ACTIONS(4353), 1, - anon_sym_RPAREN, - ACTIONS(4355), 1, - anon_sym_COMMA, - STATE(3046), 1, - aux_sym_arguments_repeat1, - ACTIONS(4149), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4163), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4169), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4275), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1698), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4151), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4167), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4189), 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, - [41211] = 19, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_SQUOTE, + [39819] = 19, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4247), 1, + ACTIONS(4261), 1, anon_sym_CARET, - ACTIONS(4249), 1, + ACTIONS(4263), 1, anon_sym_AMP, - ACTIONS(4251), 1, + ACTIONS(4265), 1, anon_sym_PIPE, - ACTIONS(4253), 1, + ACTIONS(4267), 1, anon_sym_AMP_AMP, - ACTIONS(4255), 1, + ACTIONS(4269), 1, anon_sym_PIPE_PIPE, - ACTIONS(394), 2, + ACTIONS(382), 2, anon_sym_EQ, anon_sym_DOT_DOT, - ACTIONS(4243), 2, + ACTIONS(4257), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4257), 2, + ACTIONS(4271), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4265), 2, + ACTIONS(4279), 2, anon_sym_GT, anon_sym_LT, - STATE(1699), 2, + STATE(1681), 2, sym_line_comment, sym_block_comment, - ACTIONS(4245), 3, + ACTIONS(4259), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4263), 4, + ACTIONS(4277), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(392), 15, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_SQUOTE, - [41293] = 14, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(3901), 1, - anon_sym_LBRACK, - ACTIONS(3905), 1, - anon_sym_QMARK, - ACTIONS(3907), 1, - anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4247), 1, - anon_sym_CARET, - ACTIONS(4249), 1, - anon_sym_AMP, - ACTIONS(4243), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4257), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - STATE(1700), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4245), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3989), 5, - anon_sym_PIPE, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT_DOT, - ACTIONS(3987), 21, + ACTIONS(380), 15, 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, @@ -153737,60 +152729,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_SQUOTE, - [41365] = 21, + [39901] = 21, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, ACTIONS(352), 1, anon_sym_EQ, - ACTIONS(3901), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4247), 1, + ACTIONS(4261), 1, anon_sym_CARET, - ACTIONS(4249), 1, + ACTIONS(4263), 1, anon_sym_AMP, - ACTIONS(4251), 1, + ACTIONS(4265), 1, anon_sym_PIPE, - ACTIONS(4253), 1, + ACTIONS(4267), 1, anon_sym_AMP_AMP, - ACTIONS(4255), 1, + ACTIONS(4269), 1, anon_sym_PIPE_PIPE, ACTIONS(4323), 1, anon_sym_DOT_DOT, - ACTIONS(4243), 2, + ACTIONS(4257), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4257), 2, + ACTIONS(4271), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4265), 2, + ACTIONS(4279), 2, anon_sym_GT, anon_sym_LT, ACTIONS(4325), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1701), 2, + STATE(1682), 2, sym_line_comment, sym_block_comment, - ACTIONS(4245), 3, + ACTIONS(4259), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4263), 4, + ACTIONS(4277), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, @@ -153809,108 +152797,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_SQUOTE, - [41451] = 6, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(4327), 1, - anon_sym_COLON_COLON, - STATE(1702), 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), 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, - [41507] = 21, + [39987] = 21, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4203), 1, + ACTIONS(4207), 1, anon_sym_EQ, - ACTIONS(4247), 1, + ACTIONS(4261), 1, anon_sym_CARET, - ACTIONS(4249), 1, + ACTIONS(4263), 1, anon_sym_AMP, - ACTIONS(4251), 1, + ACTIONS(4265), 1, anon_sym_PIPE, - ACTIONS(4253), 1, + ACTIONS(4267), 1, anon_sym_AMP_AMP, - ACTIONS(4255), 1, + ACTIONS(4269), 1, anon_sym_PIPE_PIPE, ACTIONS(4323), 1, anon_sym_DOT_DOT, - ACTIONS(4243), 2, + ACTIONS(4257), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4257), 2, + ACTIONS(4271), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4265), 2, + ACTIONS(4279), 2, anon_sym_GT, anon_sym_LT, ACTIONS(4325), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1703), 2, + STATE(1683), 2, sym_line_comment, sym_block_comment, - ACTIONS(4245), 3, + ACTIONS(4259), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4263), 4, + ACTIONS(4277), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4201), 13, + ACTIONS(4205), 13, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_PLUS_EQ, @@ -153924,62 +152862,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_SQUOTE, - [41593] = 22, + [40073] = 21, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4153), 1, + ACTIONS(4213), 1, + anon_sym_EQ, + ACTIONS(4261), 1, anon_sym_CARET, - ACTIONS(4155), 1, + ACTIONS(4263), 1, anon_sym_AMP, - ACTIONS(4157), 1, + ACTIONS(4265), 1, anon_sym_PIPE, - ACTIONS(4159), 1, + ACTIONS(4267), 1, anon_sym_AMP_AMP, - ACTIONS(4161), 1, + ACTIONS(4269), 1, anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, - anon_sym_EQ, - ACTIONS(4273), 1, + ACTIONS(4323), 1, anon_sym_DOT_DOT, - ACTIONS(4149), 2, + ACTIONS(4257), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4163), 2, + ACTIONS(4271), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + ACTIONS(4279), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, + ACTIONS(4325), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1704), 2, + STATE(1684), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(4259), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4357), 3, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_COMMA, - ACTIONS(4167), 4, + ACTIONS(4277), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4189), 10, + ACTIONS(4211), 13, + anon_sym_LPAREN, + anon_sym_LBRACE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -153990,15 +152926,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [41681] = 5, + anon_sym_SQUOTE, + [40159] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1705), 2, + STATE(1685), 2, sym_line_comment, sym_block_comment, - ACTIONS(3553), 17, + ACTIONS(3567), 17, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -154016,7 +152953,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3551), 22, + ACTIONS(3565), 22, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -154039,60 +152976,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_EQ, anon_sym_as, anon_sym_LT2, - [41735] = 21, + [40213] = 13, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4207), 1, - anon_sym_EQ, - ACTIONS(4247), 1, - anon_sym_CARET, - ACTIONS(4249), 1, + ACTIONS(4263), 1, anon_sym_AMP, - ACTIONS(4251), 1, - anon_sym_PIPE, - ACTIONS(4253), 1, - anon_sym_AMP_AMP, - ACTIONS(4255), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4323), 1, - anon_sym_DOT_DOT, - ACTIONS(4243), 2, + ACTIONS(4257), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4257), 2, + ACTIONS(4271), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4265), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4325), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1706), 2, + STATE(1686), 2, sym_line_comment, sym_block_comment, - ACTIONS(4245), 3, + ACTIONS(4259), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4263), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4205), 13, + ACTIONS(3821), 6, + anon_sym_CARET, + anon_sym_PIPE, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT_DOT, + ACTIONS(3817), 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, @@ -154103,65 +153026,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, anon_sym_SQUOTE, - [41821] = 24, + [40283] = 22, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(932), 1, - anon_sym_RBRACK, - ACTIONS(3901), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4153), 1, + ACTIONS(4261), 1, anon_sym_CARET, - ACTIONS(4155), 1, + ACTIONS(4263), 1, anon_sym_AMP, - ACTIONS(4157), 1, + ACTIONS(4265), 1, anon_sym_PIPE, - ACTIONS(4159), 1, + ACTIONS(4267), 1, anon_sym_AMP_AMP, - ACTIONS(4161), 1, + ACTIONS(4269), 1, anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, + ACTIONS(4275), 1, anon_sym_EQ, - ACTIONS(4273), 1, + ACTIONS(4323), 1, anon_sym_DOT_DOT, - ACTIONS(4359), 1, - anon_sym_COMMA, - STATE(3145), 1, - aux_sym_arguments_repeat1, - ACTIONS(4149), 2, + ACTIONS(4257), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4163), 2, + ACTIONS(4271), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + ACTIONS(4279), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, + ACTIONS(4325), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1707), 2, + STATE(1687), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(4075), 3, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_SQUOTE, + ACTIONS(4259), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4167), 4, + ACTIONS(4277), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4189), 10, + ACTIONS(4273), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -154172,15 +153099,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [41913] = 5, + [40371] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1708), 2, + STATE(1688), 2, sym_line_comment, sym_block_comment, - ACTIONS(1448), 15, + ACTIONS(3783), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -154196,7 +153123,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1446), 24, + ACTIONS(3781), 24, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -154219,17 +153146,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, - anon_sym_else, - [41967] = 5, + [40425] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1709), 2, + ACTIONS(4339), 1, + anon_sym_DASH_GT, + STATE(1689), 2, sym_line_comment, sym_block_comment, - ACTIONS(3801), 15, + 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), 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, + [40481] = 5, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + STATE(1690), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3743), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -154245,7 +153222,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3799), 24, + ACTIONS(3741), 24, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -154270,43 +153247,103 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_EQ, anon_sym_DASH_GT, anon_sym_as, - [42021] = 12, + [40535] = 24, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, + ACTIONS(930), 1, + anon_sym_RBRACK, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4243), 2, + ACTIONS(4155), 1, + anon_sym_CARET, + ACTIONS(4157), 1, + anon_sym_AMP, + ACTIONS(4159), 1, + anon_sym_PIPE, + ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4169), 1, + anon_sym_EQ, + ACTIONS(4249), 1, + anon_sym_DOT_DOT, + ACTIONS(4341), 1, + anon_sym_COMMA, + STATE(3010), 1, + aux_sym_arguments_repeat1, + ACTIONS(4151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4257), 2, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - STATE(1710), 2, + ACTIONS(4173), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4251), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1691), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4153), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4171), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4167), 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, + [40627] = 5, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + STATE(1692), 2, sym_line_comment, sym_block_comment, - ACTIONS(4245), 3, + ACTIONS(3797), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3989), 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(3987), 21, + ACTIONS(3795), 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, @@ -154325,63 +153362,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_SQUOTE, - [42089] = 22, + anon_sym_DASH_GT, + anon_sym_as, + [40681] = 24, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, + ACTIONS(952), 1, + anon_sym_RPAREN, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4247), 1, + ACTIONS(4155), 1, anon_sym_CARET, - ACTIONS(4249), 1, + ACTIONS(4157), 1, anon_sym_AMP, - ACTIONS(4251), 1, + ACTIONS(4159), 1, anon_sym_PIPE, - ACTIONS(4253), 1, + ACTIONS(4161), 1, anon_sym_AMP_AMP, - ACTIONS(4255), 1, + ACTIONS(4163), 1, anon_sym_PIPE_PIPE, - ACTIONS(4261), 1, + ACTIONS(4169), 1, anon_sym_EQ, - ACTIONS(4323), 1, + ACTIONS(4249), 1, anon_sym_DOT_DOT, - ACTIONS(4243), 2, + ACTIONS(4343), 1, + anon_sym_COMMA, + STATE(3122), 1, + aux_sym_arguments_repeat1, + ACTIONS(4151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4257), 2, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4265), 2, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4325), 2, + ACTIONS(4251), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1711), 2, + STATE(1693), 2, sym_line_comment, sym_block_comment, - ACTIONS(4039), 3, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_SQUOTE, - ACTIONS(4245), 3, + ACTIONS(4153), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4263), 4, + ACTIONS(4171), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4259), 10, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -154392,37 +153432,162 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [42177] = 6, + [40773] = 17, + ACTIONS(29), 1, + anon_sym_LT, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4361), 1, - anon_sym_DASH_GT, - STATE(1712), 2, + ACTIONS(4297), 1, + sym_identifier, + ACTIONS(4299), 1, + anon_sym_LBRACE, + ACTIONS(4303), 1, + anon_sym_STAR, + ACTIONS(4309), 1, + anon_sym_COLON_COLON, + ACTIONS(4313), 1, + sym_metavariable, + ACTIONS(4345), 1, + anon_sym_RBRACE, + STATE(2513), 1, + sym_scoped_identifier, + STATE(3263), 1, + sym__use_clause, + STATE(3618), 1, + sym_bracketed_type, + STATE(3669), 1, + sym_generic_type_with_turbofish, + STATE(1694), 2, sym_line_comment, sym_block_comment, - ACTIONS(3733), 15, + ACTIONS(4311), 3, + sym_self, + sym_super, + sym_crate, + STATE(3147), 4, + sym_scoped_use_list, + sym_use_list, + sym_use_as_clause, + sym_use_wildcard, + ACTIONS(4305), 21, + anon_sym_u8, + anon_sym_i8, + anon_sym_u16, + anon_sym_i16, + anon_sym_u32, + anon_sym_i32, + anon_sym_u64, + anon_sym_i64, + anon_sym_u128, + anon_sym_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, + anon_sym_raw, + [40851] = 12, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(3819), 1, + anon_sym_LBRACK, + ACTIONS(3823), 1, + anon_sym_QMARK, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4257), 2, anon_sym_PLUS, - anon_sym_STAR, anon_sym_DASH, + ACTIONS(4271), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + STATE(1695), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4259), 3, + anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(3821), 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(3731), 23, + ACTIONS(3817), 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, + [40919] = 14, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(3819), 1, anon_sym_LBRACK, - anon_sym_EQ_GT, + ACTIONS(3823), 1, anon_sym_QMARK, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4261), 1, + anon_sym_CARET, + ACTIONS(4263), 1, + anon_sym_AMP, + ACTIONS(4257), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4271), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + STATE(1696), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4259), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(3821), 5, + anon_sym_PIPE, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT_DOT, + ACTIONS(3817), 21, + anon_sym_LPAREN, + anon_sym_LBRACE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, @@ -154441,18 +153606,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, - [42233] = 6, + anon_sym_SQUOTE, + [40991] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4363), 1, - anon_sym_COLON_COLON, - STATE(1713), 2, + ACTIONS(4347), 1, + anon_sym_DASH_GT, + STATE(1697), 2, sym_line_comment, sym_block_comment, - ACTIONS(3511), 15, + ACTIONS(3747), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -154468,7 +153633,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3509), 23, + ACTIONS(3745), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -154492,62 +153657,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [42289] = 22, + [41047] = 17, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4153), 1, + ACTIONS(4261), 1, anon_sym_CARET, - ACTIONS(4155), 1, + ACTIONS(4263), 1, anon_sym_AMP, - ACTIONS(4157), 1, + ACTIONS(4265), 1, anon_sym_PIPE, - ACTIONS(4159), 1, - anon_sym_AMP_AMP, - ACTIONS(4161), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, + ACTIONS(3821), 2, anon_sym_EQ, - ACTIONS(4273), 1, anon_sym_DOT_DOT, - ACTIONS(4149), 2, + ACTIONS(4257), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4163), 2, + ACTIONS(4271), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + ACTIONS(4279), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1714), 2, + STATE(1698), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(4259), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4365), 3, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_COMMA, - ACTIONS(4167), 4, + ACTIONS(4277), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4189), 10, + ACTIONS(3817), 17, + 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, @@ -154558,17 +153715,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [42377] = 6, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_SQUOTE, + [41125] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4367), 1, - anon_sym_COLON_COLON, - STATE(1715), 2, + STATE(1699), 2, sym_line_comment, sym_block_comment, - ACTIONS(3511), 15, + ACTIONS(3715), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -154584,7 +153742,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3509), 23, + ACTIONS(3713), 24, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -154607,18 +153765,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_COLON_COLON, anon_sym_as, - [42433] = 6, + [41179] = 18, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4327), 1, - anon_sym_COLON_COLON, - STATE(1716), 2, + ACTIONS(3819), 1, + anon_sym_LBRACK, + ACTIONS(3823), 1, + anon_sym_QMARK, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4261), 1, + anon_sym_CARET, + ACTIONS(4263), 1, + anon_sym_AMP, + ACTIONS(4265), 1, + anon_sym_PIPE, + ACTIONS(4267), 1, + anon_sym_AMP_AMP, + ACTIONS(3821), 2, + anon_sym_EQ, + anon_sym_DOT_DOT, + ACTIONS(4257), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4271), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4279), 2, + anon_sym_GT, + anon_sym_LT, + STATE(1700), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4259), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4277), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3817), 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, + [41259] = 6, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(4349), 1, + anon_sym_DASH_GT, + STATE(1701), 2, sym_line_comment, sym_block_comment, - ACTIONS(3511), 15, + ACTIONS(3753), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -154634,7 +153855,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3509), 23, + ACTIONS(3751), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -154658,15 +153879,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [42489] = 5, + [41315] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1717), 2, + STATE(1702), 2, sym_line_comment, sym_block_comment, - ACTIONS(3789), 15, + ACTIONS(3805), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -154682,7 +153903,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3787), 24, + ACTIONS(3803), 24, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -154705,22 +153926,32 @@ 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_DASH_GT, anon_sym_as, - [42543] = 5, + [41369] = 11, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1718), 2, + ACTIONS(3819), 1, + anon_sym_LBRACK, + ACTIONS(3823), 1, + anon_sym_QMARK, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4257), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1703), 2, sym_line_comment, sym_block_comment, - ACTIONS(3793), 15, - anon_sym_PLUS, + ACTIONS(4259), 3, anon_sym_STAR, - anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(3821), 9, anon_sym_CARET, anon_sym_AMP, anon_sym_PIPE, @@ -154729,13 +153960,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(3791), 24, + ACTIONS(3817), 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, @@ -154754,66 +153982,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_COLON_COLON, - anon_sym_as, - [42597] = 24, + anon_sym_SQUOTE, + [41435] = 21, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(928), 1, - anon_sym_RBRACK, - ACTIONS(3901), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4153), 1, + ACTIONS(4183), 1, + anon_sym_EQ, + ACTIONS(4261), 1, anon_sym_CARET, - ACTIONS(4155), 1, + ACTIONS(4263), 1, anon_sym_AMP, - ACTIONS(4157), 1, + ACTIONS(4265), 1, anon_sym_PIPE, - ACTIONS(4159), 1, + ACTIONS(4267), 1, anon_sym_AMP_AMP, - ACTIONS(4161), 1, + ACTIONS(4269), 1, anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, - anon_sym_EQ, - ACTIONS(4273), 1, + ACTIONS(4323), 1, anon_sym_DOT_DOT, - ACTIONS(4369), 1, - anon_sym_COMMA, - STATE(2932), 1, - aux_sym_arguments_repeat1, - ACTIONS(4149), 2, + ACTIONS(4257), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4163), 2, + ACTIONS(4271), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + ACTIONS(4279), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, + ACTIONS(4325), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1719), 2, + STATE(1704), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(4259), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4167), 4, + ACTIONS(4277), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4189), 10, + ACTIONS(4181), 13, + anon_sym_LPAREN, + anon_sym_LBRACE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -154824,37 +154047,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [42689] = 5, + anon_sym_SQUOTE, + [41521] = 22, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1720), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3797), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3819), 1, + anon_sym_LBRACK, + ACTIONS(3823), 1, + anon_sym_QMARK, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4155), 1, anon_sym_CARET, + ACTIONS(4157), 1, anon_sym_AMP, + ACTIONS(4159), 1, anon_sym_PIPE, + ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4169), 1, + anon_sym_EQ, + ACTIONS(4249), 1, + anon_sym_DOT_DOT, + ACTIONS(4151), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3795), 24, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4251), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1705), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4153), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4351), 3, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_COMMA, + ACTIONS(4171), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -154865,61 +154114,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - 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, - [42743] = 21, + [41609] = 21, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, ACTIONS(4187), 1, anon_sym_EQ, - ACTIONS(4247), 1, + ACTIONS(4261), 1, anon_sym_CARET, - ACTIONS(4249), 1, + ACTIONS(4263), 1, anon_sym_AMP, - ACTIONS(4251), 1, + ACTIONS(4265), 1, anon_sym_PIPE, - ACTIONS(4253), 1, + ACTIONS(4267), 1, anon_sym_AMP_AMP, - ACTIONS(4255), 1, + ACTIONS(4269), 1, anon_sym_PIPE_PIPE, ACTIONS(4323), 1, anon_sym_DOT_DOT, - ACTIONS(4243), 2, + ACTIONS(4257), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4257), 2, + ACTIONS(4271), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4265), 2, + ACTIONS(4279), 2, anon_sym_GT, anon_sym_LT, ACTIONS(4325), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1721), 2, + STATE(1706), 2, sym_line_comment, sym_block_comment, - ACTIONS(4245), 3, + ACTIONS(4259), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4263), 4, + ACTIONS(4277), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, @@ -154938,15 +154179,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_SQUOTE, - [42829] = 5, + [41695] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1722), 2, + ACTIONS(4353), 1, + anon_sym_DASH_GT, + STATE(1707), 2, sym_line_comment, sym_block_comment, - ACTIONS(1506), 15, + ACTIONS(3759), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -154962,7 +154205,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1504), 23, + ACTIONS(3757), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -154986,61 +154229,121 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [42882] = 22, + [41751] = 15, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4153), 1, + ACTIONS(4261), 1, anon_sym_CARET, - ACTIONS(4155), 1, + ACTIONS(4263), 1, anon_sym_AMP, - ACTIONS(4157), 1, + ACTIONS(4265), 1, anon_sym_PIPE, - ACTIONS(4159), 1, + ACTIONS(4257), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4271), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + STATE(1708), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4259), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(3821), 4, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT_DOT, + ACTIONS(3817), 21, + anon_sym_LPAREN, + anon_sym_LBRACE, anon_sym_AMP_AMP, - ACTIONS(4161), 1, anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_SQUOTE, + [41825] = 22, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(3819), 1, + anon_sym_LBRACK, + ACTIONS(3823), 1, + anon_sym_QMARK, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4261), 1, + anon_sym_CARET, + ACTIONS(4263), 1, + anon_sym_AMP, + ACTIONS(4265), 1, + anon_sym_PIPE, + ACTIONS(4267), 1, + anon_sym_AMP_AMP, + ACTIONS(4269), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4275), 1, anon_sym_EQ, - ACTIONS(4273), 1, + ACTIONS(4323), 1, anon_sym_DOT_DOT, - ACTIONS(4149), 2, + ACTIONS(4257), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4163), 2, + ACTIONS(4271), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + ACTIONS(4279), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, + ACTIONS(4325), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - ACTIONS(4371), 2, - anon_sym_RBRACE, - anon_sym_COMMA, - STATE(1723), 2, + STATE(1709), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(4117), 3, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_SQUOTE, + ACTIONS(4259), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4167), 4, + ACTIONS(4277), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4189), 10, + ACTIONS(4273), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -155051,15 +154354,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [42969] = 5, + [41913] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1724), 2, + ACTIONS(4355), 1, + anon_sym_DASH_GT, + STATE(1710), 2, sym_line_comment, sym_block_comment, - ACTIONS(1494), 15, + ACTIONS(3725), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -155075,7 +154380,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1492), 23, + ACTIONS(3723), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -155099,61 +154404,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [43022] = 22, + [41969] = 22, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4153), 1, - anon_sym_CARET, ACTIONS(4155), 1, - anon_sym_AMP, + anon_sym_CARET, ACTIONS(4157), 1, - anon_sym_PIPE, + anon_sym_AMP, ACTIONS(4159), 1, - anon_sym_AMP_AMP, + anon_sym_PIPE, ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, + ACTIONS(4169), 1, anon_sym_EQ, - ACTIONS(4273), 1, + ACTIONS(4249), 1, anon_sym_DOT_DOT, - ACTIONS(4149), 2, + ACTIONS(4151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4163), 2, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, + ACTIONS(4251), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - ACTIONS(4373), 2, - anon_sym_RBRACE, - anon_sym_COMMA, - STATE(1725), 2, + STATE(1711), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(4153), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4167), 4, + ACTIONS(4357), 3, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_COMMA, + ACTIONS(4171), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4189), 10, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -155164,15 +154470,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [43109] = 5, + [42057] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1726), 2, + STATE(1712), 2, sym_line_comment, sym_block_comment, - ACTIONS(1460), 15, + ACTIONS(3695), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -155188,7 +154494,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1458), 23, + ACTIONS(3693), 24, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -155211,38 +154517,123 @@ 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, - [43162] = 5, + [42111] = 21, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1727), 2, + ACTIONS(3819), 1, + anon_sym_LBRACK, + ACTIONS(3823), 1, + anon_sym_QMARK, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4203), 1, + anon_sym_EQ, + ACTIONS(4261), 1, + anon_sym_CARET, + ACTIONS(4263), 1, + anon_sym_AMP, + ACTIONS(4265), 1, + anon_sym_PIPE, + ACTIONS(4267), 1, + anon_sym_AMP_AMP, + ACTIONS(4269), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4323), 1, + anon_sym_DOT_DOT, + ACTIONS(4257), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4271), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4279), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4325), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1713), 2, sym_line_comment, sym_block_comment, - ACTIONS(1518), 15, - anon_sym_PLUS, + ACTIONS(4259), 3, anon_sym_STAR, - anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(4277), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4201), 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, + [42197] = 19, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(3819), 1, + anon_sym_LBRACK, + ACTIONS(3823), 1, + anon_sym_QMARK, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4261), 1, anon_sym_CARET, + ACTIONS(4263), 1, anon_sym_AMP, + ACTIONS(4265), 1, anon_sym_PIPE, + ACTIONS(4267), 1, + anon_sym_AMP_AMP, + ACTIONS(4269), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4191), 2, + anon_sym_EQ, + anon_sym_DOT_DOT, + ACTIONS(4257), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4271), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4279), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(1516), 23, + STATE(1714), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4259), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4277), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4189), 15, anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + anon_sym_LBRACE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -155253,22 +154644,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, - [43215] = 5, + anon_sym_SQUOTE, + [42279] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1728), 2, + ACTIONS(4359), 1, + anon_sym_COLON_COLON, + STATE(1715), 2, sym_line_comment, sym_block_comment, - ACTIONS(1522), 15, + ACTIONS(3579), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -155284,7 +154673,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1520), 23, + ACTIONS(3577), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -155308,15 +154697,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [43268] = 5, + [42335] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1729), 2, + ACTIONS(4361), 1, + anon_sym_DASH_GT, + STATE(1716), 2, sym_line_comment, sym_block_comment, - ACTIONS(1540), 15, + ACTIONS(3719), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -155332,7 +154723,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1538), 23, + ACTIONS(3717), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -155356,62 +154747,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [43321] = 23, + [42391] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, - anon_sym_LBRACK, - ACTIONS(3905), 1, - anon_sym_QMARK, - ACTIONS(3907), 1, - anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4375), 1, - anon_sym_LBRACE, - ACTIONS(4381), 1, + ACTIONS(4059), 1, + anon_sym_COLON_COLON, + STATE(1717), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3439), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4383), 1, anon_sym_AMP, - ACTIONS(4385), 1, anon_sym_PIPE, - ACTIONS(4387), 1, - anon_sym_AMP_AMP, - ACTIONS(4389), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4395), 1, - anon_sym_EQ, - ACTIONS(4401), 1, - anon_sym_DOT_DOT, - STATE(400), 1, - sym_match_block, - ACTIONS(4377), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4391), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4399), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4403), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1730), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4379), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4397), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4393), 10, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3437), 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, @@ -155422,15 +154790,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [43410] = 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, + [42447] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1731), 2, + ACTIONS(4327), 1, + anon_sym_COLON_COLON, + STATE(1718), 2, sym_line_comment, sym_block_comment, - ACTIONS(3959), 15, + ACTIONS(3559), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -155446,7 +154823,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3957), 23, + ACTIONS(3557), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -155470,61 +154847,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [43463] = 22, + [42503] = 24, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, + ACTIONS(926), 1, + anon_sym_RPAREN, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4153), 1, - anon_sym_CARET, ACTIONS(4155), 1, - anon_sym_AMP, + anon_sym_CARET, ACTIONS(4157), 1, - anon_sym_PIPE, + anon_sym_AMP, ACTIONS(4159), 1, - anon_sym_AMP_AMP, + anon_sym_PIPE, ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, + ACTIONS(4169), 1, anon_sym_EQ, - ACTIONS(4273), 1, + ACTIONS(4249), 1, anon_sym_DOT_DOT, - ACTIONS(4007), 2, - anon_sym_RPAREN, + ACTIONS(4363), 1, anon_sym_COMMA, - ACTIONS(4149), 2, + STATE(2954), 1, + aux_sym_arguments_repeat1, + ACTIONS(4151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4163), 2, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, + ACTIONS(4251), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1732), 2, + STATE(1719), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(4153), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4167), 4, + ACTIONS(4171), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4189), 10, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -155535,15 +154915,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [43550] = 5, + [42595] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1733), 2, + ACTIONS(4365), 1, + anon_sym_COLON_COLON, + STATE(1720), 2, sym_line_comment, sym_block_comment, - ACTIONS(4099), 15, + ACTIONS(1468), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -155559,7 +154941,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4097), 23, + ACTIONS(1466), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -155583,80 +154965,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [43603] = 22, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(3901), 1, - anon_sym_LBRACK, - ACTIONS(3905), 1, - anon_sym_QMARK, - ACTIONS(3907), 1, - anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4153), 1, - anon_sym_CARET, - ACTIONS(4155), 1, - anon_sym_AMP, - ACTIONS(4157), 1, - anon_sym_PIPE, - ACTIONS(4159), 1, - anon_sym_AMP_AMP, - ACTIONS(4161), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, - anon_sym_EQ, - ACTIONS(4273), 1, - anon_sym_DOT_DOT, - ACTIONS(4149), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4163), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4169), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4275), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - ACTIONS(4405), 2, - anon_sym_RBRACE, - anon_sym_COMMA, - STATE(1734), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4151), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4167), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4189), 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, - [43690] = 5, + [42651] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1735), 2, + ACTIONS(4327), 1, + anon_sym_COLON_COLON, + STATE(1721), 2, sym_line_comment, sym_block_comment, - ACTIONS(1560), 15, + ACTIONS(3575), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -155672,7 +154991,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1558), 23, + ACTIONS(3573), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -155696,61 +155015,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [43743] = 22, + [42707] = 24, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4153), 1, - anon_sym_CARET, ACTIONS(4155), 1, - anon_sym_AMP, + anon_sym_CARET, ACTIONS(4157), 1, - anon_sym_PIPE, + anon_sym_AMP, ACTIONS(4159), 1, - anon_sym_AMP_AMP, + anon_sym_PIPE, ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, + ACTIONS(4169), 1, anon_sym_EQ, - ACTIONS(4273), 1, + ACTIONS(4249), 1, anon_sym_DOT_DOT, - ACTIONS(3857), 2, + ACTIONS(4367), 1, anon_sym_RPAREN, + ACTIONS(4369), 1, anon_sym_COMMA, - ACTIONS(4149), 2, + STATE(2916), 1, + aux_sym_arguments_repeat1, + ACTIONS(4151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4163), 2, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, + ACTIONS(4251), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1736), 2, + STATE(1722), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(4153), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4167), 4, + ACTIONS(4171), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4189), 10, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -155761,149 +155083,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [43830] = 21, + [42799] = 24, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4199), 1, - anon_sym_EQ, - ACTIONS(4407), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(4413), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(4415), 1, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4155), 1, anon_sym_CARET, - ACTIONS(4417), 1, + ACTIONS(4157), 1, anon_sym_AMP, - ACTIONS(4419), 1, + ACTIONS(4159), 1, anon_sym_PIPE, - ACTIONS(4421), 1, + ACTIONS(4161), 1, anon_sym_AMP_AMP, - ACTIONS(4423), 1, + ACTIONS(4163), 1, anon_sym_PIPE_PIPE, - ACTIONS(4431), 1, - anon_sym_DOT, - ACTIONS(4433), 1, + ACTIONS(4169), 1, + anon_sym_EQ, + ACTIONS(4249), 1, anon_sym_DOT_DOT, - ACTIONS(4437), 1, - anon_sym_as, - ACTIONS(4409), 2, + ACTIONS(4371), 1, + anon_sym_RPAREN, + ACTIONS(4373), 1, + anon_sym_COMMA, + STATE(2999), 1, + aux_sym_arguments_repeat1, + ACTIONS(4151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4425), 2, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4429), 2, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4435), 2, + ACTIONS(4251), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1737), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4411), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4427), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4197), 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, - [43915] = 5, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - STATE(1738), 2, + STATE(1723), 2, sym_line_comment, sym_block_comment, - ACTIONS(1526), 15, - anon_sym_PLUS, + ACTIONS(4153), 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(1524), 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, + ACTIONS(4171), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_as, - [43968] = 5, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - STATE(1739), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1464), 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(1462), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -155914,22 +155151,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, - [44021] = 5, + [42891] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1740), 2, + STATE(1724), 2, sym_line_comment, sym_block_comment, - ACTIONS(1472), 15, + ACTIONS(1538), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -155945,7 +155175,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1470), 23, + ACTIONS(1536), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -155969,29 +155199,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [44074] = 10, + [42944] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4407), 1, - anon_sym_LBRACK, - ACTIONS(4413), 1, - anon_sym_QMARK, - ACTIONS(4431), 1, - anon_sym_DOT, - ACTIONS(4437), 1, - anon_sym_as, - STATE(1741), 2, + STATE(1725), 2, sym_line_comment, sym_block_comment, - ACTIONS(4411), 3, + ACTIONS(3855), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3989), 11, - anon_sym_PLUS, - anon_sym_DASH, anon_sym_CARET, anon_sym_AMP, anon_sym_PIPE, @@ -156000,10 +155221,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(3987), 20, + ACTIONS(3853), 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, @@ -156022,44 +155246,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - [44137] = 13, + anon_sym_as, + [42997] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4407), 1, - anon_sym_LBRACK, - ACTIONS(4413), 1, - anon_sym_QMARK, - ACTIONS(4417), 1, - anon_sym_AMP, - ACTIONS(4431), 1, - anon_sym_DOT, - ACTIONS(4437), 1, - anon_sym_as, - ACTIONS(4409), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4425), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - STATE(1742), 2, + STATE(1726), 2, sym_line_comment, sym_block_comment, - ACTIONS(4411), 3, + ACTIONS(3861), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3989), 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(3987), 20, + ACTIONS(3857), 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, @@ -156078,43 +155294,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - [44206] = 12, + anon_sym_as, + [43050] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4407), 1, - anon_sym_LBRACK, - ACTIONS(4413), 1, - anon_sym_QMARK, - ACTIONS(4431), 1, - anon_sym_DOT, - ACTIONS(4437), 1, - anon_sym_as, - ACTIONS(4409), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4425), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - STATE(1743), 2, + STATE(1727), 2, sym_line_comment, sym_block_comment, - ACTIONS(4411), 3, + ACTIONS(3869), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3989), 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(3987), 20, + ACTIONS(3867), 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, @@ -156133,45 +155342,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - [44273] = 14, + anon_sym_as, + [43103] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4407), 1, - anon_sym_LBRACK, - ACTIONS(4413), 1, - anon_sym_QMARK, - ACTIONS(4415), 1, - anon_sym_CARET, - ACTIONS(4417), 1, - anon_sym_AMP, - ACTIONS(4431), 1, - anon_sym_DOT, - ACTIONS(4437), 1, - anon_sym_as, - ACTIONS(4409), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4425), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - STATE(1744), 2, + STATE(1728), 2, sym_line_comment, sym_block_comment, - ACTIONS(4411), 3, + ACTIONS(3877), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3989), 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(3987), 20, + ACTIONS(3875), 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, @@ -156190,115 +155390,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - [44344] = 17, + anon_sym_as, + [43156] = 22, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4407), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(4413), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(4415), 1, - anon_sym_CARET, - ACTIONS(4417), 1, - anon_sym_AMP, - ACTIONS(4419), 1, - anon_sym_PIPE, - ACTIONS(4431), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(4437), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(3989), 2, - anon_sym_EQ, - anon_sym_DOT_DOT, - ACTIONS(4409), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4425), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4429), 2, - anon_sym_GT, - anon_sym_LT, - STATE(1745), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4411), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4427), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3987), 16, - anon_sym_LPAREN, - anon_sym_EQ_GT, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - 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, - [44421] = 18, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(4407), 1, - anon_sym_LBRACK, - ACTIONS(4413), 1, - anon_sym_QMARK, - ACTIONS(4415), 1, + ACTIONS(4155), 1, anon_sym_CARET, - ACTIONS(4417), 1, + ACTIONS(4157), 1, anon_sym_AMP, - ACTIONS(4419), 1, + ACTIONS(4159), 1, anon_sym_PIPE, - ACTIONS(4421), 1, + ACTIONS(4161), 1, anon_sym_AMP_AMP, - ACTIONS(4431), 1, - anon_sym_DOT, - ACTIONS(4437), 1, - anon_sym_as, - ACTIONS(3989), 2, + ACTIONS(4163), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4169), 1, anon_sym_EQ, + ACTIONS(4249), 1, anon_sym_DOT_DOT, - ACTIONS(4409), 2, + ACTIONS(4151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4425), 2, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4429), 2, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - STATE(1746), 2, + ACTIONS(4251), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + ACTIONS(4375), 2, + anon_sym_RBRACE, + anon_sym_COMMA, + STATE(1729), 2, sym_line_comment, sym_block_comment, - ACTIONS(4411), 3, + ACTIONS(4153), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4427), 4, + ACTIONS(4171), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3987), 15, - anon_sym_LPAREN, - anon_sym_EQ_GT, - anon_sym_PIPE_PIPE, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -156309,32 +155456,26 @@ 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, - [44500] = 11, + [43243] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4407), 1, + ACTIONS(4377), 1, anon_sym_LBRACK, - ACTIONS(4413), 1, + ACTIONS(4379), 1, anon_sym_QMARK, - ACTIONS(4431), 1, + ACTIONS(4381), 1, anon_sym_DOT, - ACTIONS(4437), 1, - anon_sym_as, - ACTIONS(4409), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1747), 2, + STATE(1730), 2, sym_line_comment, sym_block_comment, - ACTIONS(4411), 3, + ACTIONS(3901), 14, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3989), 9, anon_sym_CARET, anon_sym_AMP, anon_sym_PIPE, @@ -156344,7 +155485,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT_DOT, - ACTIONS(3987), 20, + ACTIONS(3899), 21, anon_sym_LPAREN, anon_sym_EQ_GT, anon_sym_AMP_AMP, @@ -156365,60 +155506,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - [44565] = 21, + anon_sym_as, + [43302] = 22, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4179), 1, - anon_sym_EQ, - ACTIONS(4407), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(4413), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(4415), 1, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4261), 1, anon_sym_CARET, - ACTIONS(4417), 1, + ACTIONS(4263), 1, anon_sym_AMP, - ACTIONS(4419), 1, + ACTIONS(4265), 1, anon_sym_PIPE, - ACTIONS(4421), 1, - anon_sym_AMP_AMP, - ACTIONS(4423), 1, + ACTIONS(4269), 1, anon_sym_PIPE_PIPE, - ACTIONS(4431), 1, - anon_sym_DOT, - ACTIONS(4433), 1, + ACTIONS(4275), 1, + anon_sym_EQ, + ACTIONS(4281), 1, anon_sym_DOT_DOT, - ACTIONS(4437), 1, - anon_sym_as, - ACTIONS(4409), 2, + ACTIONS(4385), 1, + anon_sym_AMP_AMP, + ACTIONS(4257), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4425), 2, + ACTIONS(4271), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4429), 2, + ACTIONS(4279), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4435), 2, + ACTIONS(4283), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1748), 2, + ACTIONS(4383), 2, + anon_sym_LBRACE, + anon_sym_SQUOTE, + STATE(1731), 2, sym_line_comment, sym_block_comment, - ACTIONS(4411), 3, + ACTIONS(4259), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4427), 4, + ACTIONS(4277), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4177), 12, - anon_sym_LPAREN, - anon_sym_EQ_GT, + ACTIONS(4273), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -156429,60 +155572,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [44650] = 21, + [43389] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4187), 1, - anon_sym_EQ, - ACTIONS(4407), 1, - anon_sym_LBRACK, - ACTIONS(4413), 1, - anon_sym_QMARK, - ACTIONS(4415), 1, + STATE(1732), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3909), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4417), 1, anon_sym_AMP, - ACTIONS(4419), 1, anon_sym_PIPE, - ACTIONS(4421), 1, - anon_sym_AMP_AMP, - ACTIONS(4423), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4431), 1, - anon_sym_DOT, - ACTIONS(4433), 1, - anon_sym_DOT_DOT, - ACTIONS(4437), 1, - anon_sym_as, - ACTIONS(4409), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4425), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4429), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4435), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1749), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4411), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4427), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4185), 12, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3907), 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, @@ -156493,46 +155613,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [44735] = 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, + [43442] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4407), 1, - anon_sym_LBRACK, - ACTIONS(4413), 1, - anon_sym_QMARK, - ACTIONS(4415), 1, - anon_sym_CARET, - ACTIONS(4417), 1, - anon_sym_AMP, - ACTIONS(4419), 1, - anon_sym_PIPE, - ACTIONS(4431), 1, - anon_sym_DOT, - ACTIONS(4437), 1, - anon_sym_as, - ACTIONS(4409), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4425), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - STATE(1750), 2, + STATE(1733), 2, sym_line_comment, sym_block_comment, - ACTIONS(4411), 3, + ACTIONS(1468), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3989), 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(3987), 20, + ACTIONS(1466), 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, @@ -156551,56 +155667,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - [44808] = 19, + anon_sym_as, + [43495] = 23, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4407), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(4413), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(4415), 1, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4387), 1, + anon_sym_LBRACE, + ACTIONS(4393), 1, anon_sym_CARET, - ACTIONS(4417), 1, + ACTIONS(4395), 1, anon_sym_AMP, - ACTIONS(4419), 1, + ACTIONS(4397), 1, anon_sym_PIPE, - ACTIONS(4421), 1, + ACTIONS(4399), 1, anon_sym_AMP_AMP, - ACTIONS(4423), 1, + ACTIONS(4401), 1, anon_sym_PIPE_PIPE, - ACTIONS(4431), 1, - anon_sym_DOT, - ACTIONS(4437), 1, - anon_sym_as, - ACTIONS(4165), 2, + ACTIONS(4407), 1, anon_sym_EQ, + ACTIONS(4413), 1, anon_sym_DOT_DOT, - ACTIONS(4409), 2, + STATE(417), 1, + sym_match_block, + ACTIONS(4389), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4425), 2, + ACTIONS(4403), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4429), 2, + ACTIONS(4411), 2, anon_sym_GT, anon_sym_LT, - STATE(1751), 2, + ACTIONS(4415), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1734), 2, sym_line_comment, sym_block_comment, - ACTIONS(4411), 3, + ACTIONS(4391), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4427), 4, + ACTIONS(4409), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4147), 14, - anon_sym_LPAREN, - anon_sym_EQ_GT, + ACTIONS(4405), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -156611,17 +155734,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, - [44889] = 5, + [43584] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1752), 2, + STATE(1735), 2, sym_line_comment, sym_block_comment, - ACTIONS(3963), 15, + ACTIONS(4003), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -156637,7 +155758,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3961), 23, + ACTIONS(4001), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -156661,15 +155782,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [44942] = 5, + [43637] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1753), 2, + STATE(1736), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 15, + ACTIONS(4015), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -156685,7 +155806,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3979), 23, + ACTIONS(4013), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -156709,80 +155830,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [44995] = 22, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(3901), 1, - anon_sym_LBRACK, - ACTIONS(3905), 1, - anon_sym_QMARK, - ACTIONS(3907), 1, - anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4153), 1, - anon_sym_CARET, - ACTIONS(4155), 1, - anon_sym_AMP, - ACTIONS(4157), 1, - anon_sym_PIPE, - ACTIONS(4159), 1, - anon_sym_AMP_AMP, - ACTIONS(4161), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, - anon_sym_EQ, - ACTIONS(4273), 1, - anon_sym_DOT_DOT, - ACTIONS(4039), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - ACTIONS(4149), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4163), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4169), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4275), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1754), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4151), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4167), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4189), 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, - [45082] = 5, + [43690] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1755), 2, + STATE(1737), 2, sym_line_comment, sym_block_comment, - ACTIONS(1486), 15, + ACTIONS(4019), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -156798,7 +155854,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1484), 23, + ACTIONS(4017), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -156822,15 +155878,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [45135] = 5, + [43743] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1756), 2, + STATE(1738), 2, sym_line_comment, sym_block_comment, - ACTIONS(1490), 15, + ACTIONS(4023), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -156846,7 +155902,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1488), 23, + ACTIONS(4021), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -156870,15 +155926,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [45188] = 5, + [43796] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1757), 2, + STATE(1739), 2, sym_line_comment, sym_block_comment, - ACTIONS(1498), 15, + ACTIONS(4031), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -156894,7 +155950,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1496), 23, + ACTIONS(4029), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -156918,15 +155974,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [45241] = 5, + [43849] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1758), 2, + STATE(1740), 2, sym_line_comment, sym_block_comment, - ACTIONS(4051), 15, + ACTIONS(4035), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -156942,7 +155998,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4049), 23, + ACTIONS(4033), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -156966,15 +156022,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [45294] = 5, + [43902] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1759), 2, + STATE(1741), 2, sym_line_comment, sym_block_comment, - ACTIONS(3851), 15, + ACTIONS(4039), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -156990,7 +156046,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3849), 23, + ACTIONS(4037), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -157014,15 +156070,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [45347] = 5, + [43955] = 23, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1760), 2, + ACTIONS(1064), 1, + anon_sym_RPAREN, + ACTIONS(3819), 1, + anon_sym_LBRACK, + ACTIONS(3823), 1, + anon_sym_QMARK, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4155), 1, + anon_sym_CARET, + ACTIONS(4157), 1, + anon_sym_AMP, + ACTIONS(4159), 1, + anon_sym_PIPE, + ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4169), 1, + anon_sym_EQ, + ACTIONS(4249), 1, + anon_sym_DOT_DOT, + ACTIONS(4417), 1, + anon_sym_COMMA, + ACTIONS(4151), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4165), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4173), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4251), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1742), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4153), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4171), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4167), 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, + [44044] = 5, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + STATE(1743), 2, sym_line_comment, sym_block_comment, - ACTIONS(4071), 15, + ACTIONS(4051), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -157038,7 +156160,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4069), 23, + ACTIONS(4049), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -157062,15 +156184,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [45400] = 5, + [44097] = 21, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1761), 2, + ACTIONS(3819), 1, + anon_sym_LBRACK, + ACTIONS(3823), 1, + anon_sym_QMARK, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4261), 1, + anon_sym_CARET, + ACTIONS(4263), 1, + anon_sym_AMP, + ACTIONS(4265), 1, + anon_sym_PIPE, + ACTIONS(4269), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4275), 1, + anon_sym_EQ, + ACTIONS(4281), 1, + anon_sym_DOT_DOT, + ACTIONS(4257), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4271), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4279), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4283), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1744), 2, sym_line_comment, sym_block_comment, - ACTIONS(1556), 15, + ACTIONS(4259), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4419), 3, + anon_sym_LBRACE, + anon_sym_AMP_AMP, + anon_sym_SQUOTE, + ACTIONS(4277), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4273), 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, + [44182] = 5, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + STATE(1745), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4077), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -157086,7 +156272,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1554), 23, + ACTIONS(4075), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -157110,12 +156296,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [45453] = 5, + [44235] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1762), 2, + STATE(1746), 2, sym_line_comment, sym_block_comment, ACTIONS(1468), 15, @@ -157158,15 +156344,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [45506] = 5, + [44288] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1763), 2, + STATE(1747), 2, sym_line_comment, sym_block_comment, - ACTIONS(1478), 15, + ACTIONS(4085), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -157182,7 +156368,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1476), 23, + ACTIONS(4083), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -157206,61 +156392,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [45559] = 22, + [44341] = 23, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4153), 1, - anon_sym_CARET, ACTIONS(4155), 1, - anon_sym_AMP, + anon_sym_CARET, ACTIONS(4157), 1, - anon_sym_PIPE, + anon_sym_AMP, ACTIONS(4159), 1, - anon_sym_AMP_AMP, + anon_sym_PIPE, ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, + ACTIONS(4169), 1, anon_sym_EQ, - ACTIONS(4273), 1, + ACTIONS(4249), 1, anon_sym_DOT_DOT, - ACTIONS(4019), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - ACTIONS(4149), 2, + ACTIONS(4421), 1, + anon_sym_SEMI, + ACTIONS(4423), 1, + anon_sym_else, + ACTIONS(4151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4163), 2, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, + ACTIONS(4251), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1764), 2, + STATE(1748), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(4153), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4167), 4, + ACTIONS(4171), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4189), 10, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -157271,15 +156458,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [45646] = 5, + [44430] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1765), 2, + STATE(1749), 2, sym_line_comment, sym_block_comment, - ACTIONS(1548), 15, + ACTIONS(4093), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -157295,7 +156482,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1546), 23, + ACTIONS(4091), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -157319,15 +156506,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [45699] = 5, + [44483] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1766), 2, + STATE(1750), 2, sym_line_comment, sym_block_comment, - ACTIONS(1482), 15, + ACTIONS(4101), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -157343,7 +156530,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1480), 23, + ACTIONS(4099), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -157367,15 +156554,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [45752] = 5, + [44536] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1767), 2, + STATE(1751), 2, sym_line_comment, sym_block_comment, - ACTIONS(1544), 15, + ACTIONS(4105), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -157391,7 +156578,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1542), 23, + ACTIONS(4103), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -157415,15 +156602,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [45805] = 5, + [44589] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1768), 2, + STATE(1752), 2, sym_line_comment, sym_block_comment, - ACTIONS(1004), 15, + ACTIONS(4109), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -157439,7 +156626,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1006), 23, + ACTIONS(4107), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -157463,62 +156650,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [45858] = 23, + [44642] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(342), 1, - anon_sym_RBRACE, - ACTIONS(3901), 1, - anon_sym_LBRACK, - ACTIONS(3905), 1, - anon_sym_QMARK, - ACTIONS(3907), 1, - anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4153), 1, + STATE(1753), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4115), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4155), 1, anon_sym_AMP, - ACTIONS(4157), 1, anon_sym_PIPE, - ACTIONS(4159), 1, - anon_sym_AMP_AMP, - ACTIONS(4161), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, - anon_sym_EQ, - ACTIONS(4273), 1, - anon_sym_DOT_DOT, - ACTIONS(4439), 1, - anon_sym_SEMI, - ACTIONS(4149), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4163), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1769), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4151), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4167), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4189), 10, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(4113), 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, @@ -157529,15 +156691,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [45947] = 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, + [44695] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1770), 2, + STATE(1754), 2, sym_line_comment, sym_block_comment, - ACTIONS(1012), 15, + ACTIONS(3947), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -157553,7 +156722,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1014), 23, + ACTIONS(3945), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -157577,15 +156746,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [46000] = 5, + [44748] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1771), 2, + STATE(1755), 2, sym_line_comment, sym_block_comment, - ACTIONS(1510), 15, + ACTIONS(3955), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -157601,7 +156770,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1508), 23, + ACTIONS(3953), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -157625,15 +156794,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [46053] = 5, + [44801] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1772), 2, + STATE(1756), 2, sym_line_comment, sym_block_comment, - ACTIONS(1016), 15, + ACTIONS(3951), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -157649,7 +156818,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1018), 23, + ACTIONS(3949), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -157673,15 +156842,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [46106] = 5, + [44854] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1773), 2, + STATE(1757), 2, sym_line_comment, sym_block_comment, - ACTIONS(4055), 15, + ACTIONS(3873), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -157697,7 +156866,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4053), 23, + ACTIONS(3871), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -157721,61 +156890,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [46159] = 22, + [44907] = 22, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4407), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(4413), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(4415), 1, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4155), 1, anon_sym_CARET, - ACTIONS(4417), 1, + ACTIONS(4157), 1, anon_sym_AMP, - ACTIONS(4419), 1, + ACTIONS(4159), 1, anon_sym_PIPE, - ACTIONS(4421), 1, + ACTIONS(4161), 1, anon_sym_AMP_AMP, - ACTIONS(4423), 1, + ACTIONS(4163), 1, anon_sym_PIPE_PIPE, - ACTIONS(4431), 1, - anon_sym_DOT, - ACTIONS(4433), 1, - anon_sym_DOT_DOT, - ACTIONS(4437), 1, - anon_sym_as, - ACTIONS(4443), 1, + ACTIONS(4169), 1, anon_sym_EQ, - ACTIONS(4007), 2, - anon_sym_LPAREN, - anon_sym_EQ_GT, - ACTIONS(4409), 2, + ACTIONS(4249), 1, + anon_sym_DOT_DOT, + ACTIONS(4151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4425), 2, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4429), 2, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4435), 2, + ACTIONS(4251), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1774), 2, + ACTIONS(4425), 2, + anon_sym_RBRACE, + anon_sym_COMMA, + STATE(1758), 2, sym_line_comment, sym_block_comment, - ACTIONS(4411), 3, + ACTIONS(4153), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4427), 4, + ACTIONS(4171), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4441), 10, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -157786,15 +156955,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [46246] = 5, + [44994] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1775), 2, + STATE(1759), 2, sym_line_comment, sym_block_comment, - ACTIONS(1042), 15, + ACTIONS(3865), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -157810,7 +156979,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1044), 23, + ACTIONS(3863), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -157834,80 +157003,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [46299] = 22, + [45047] = 16, + ACTIONS(29), 1, + anon_sym_LT, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4407), 1, - anon_sym_LBRACK, - ACTIONS(4413), 1, - anon_sym_QMARK, - ACTIONS(4415), 1, - anon_sym_CARET, - ACTIONS(4417), 1, - anon_sym_AMP, - ACTIONS(4419), 1, - anon_sym_PIPE, - ACTIONS(4421), 1, - anon_sym_AMP_AMP, - ACTIONS(4423), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4431), 1, - anon_sym_DOT, - ACTIONS(4433), 1, - anon_sym_DOT_DOT, - ACTIONS(4437), 1, - anon_sym_as, - ACTIONS(4443), 1, - anon_sym_EQ, - ACTIONS(3857), 2, - anon_sym_LPAREN, - anon_sym_EQ_GT, - ACTIONS(4409), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4425), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4429), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4435), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1776), 2, + ACTIONS(4297), 1, + sym_identifier, + ACTIONS(4299), 1, + anon_sym_LBRACE, + ACTIONS(4303), 1, + anon_sym_STAR, + ACTIONS(4309), 1, + anon_sym_COLON_COLON, + ACTIONS(4313), 1, + sym_metavariable, + STATE(2513), 1, + sym_scoped_identifier, + STATE(3618), 1, + sym_bracketed_type, + STATE(3669), 1, + sym_generic_type_with_turbofish, + STATE(3787), 1, + sym__use_clause, + STATE(1760), 2, sym_line_comment, sym_block_comment, - ACTIONS(4411), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4427), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4441), 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, - [46386] = 5, + ACTIONS(4311), 3, + sym_self, + sym_super, + sym_crate, + STATE(3147), 4, + sym_scoped_use_list, + sym_use_list, + sym_use_as_clause, + sym_use_wildcard, + ACTIONS(4305), 21, + anon_sym_u8, + anon_sym_i8, + anon_sym_u16, + anon_sym_i16, + anon_sym_u32, + anon_sym_i32, + anon_sym_u64, + anon_sym_i64, + anon_sym_u128, + anon_sym_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, + anon_sym_raw, + [45122] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1777), 2, + STATE(1761), 2, sym_line_comment, sym_block_comment, - ACTIONS(1530), 15, + ACTIONS(1468), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -157923,7 +157086,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1528), 23, + ACTIONS(1466), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -157947,15 +157110,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [46439] = 5, + [45175] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1778), 2, + STATE(1762), 2, sym_line_comment, sym_block_comment, - ACTIONS(958), 15, + ACTIONS(3831), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -157971,7 +157134,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(960), 23, + ACTIONS(3829), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -157995,15 +157158,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [46492] = 5, + [45228] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1779), 2, + STATE(1763), 2, sym_line_comment, sym_block_comment, - ACTIONS(1514), 15, + ACTIONS(3789), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -158019,7 +157182,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1512), 23, + ACTIONS(3785), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -158043,15 +157206,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [46545] = 5, + [45281] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1780), 2, + STATE(1764), 2, sym_line_comment, sym_block_comment, - ACTIONS(3869), 15, + ACTIONS(4069), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -158067,7 +157230,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3867), 23, + ACTIONS(4067), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -158091,61 +157254,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [46598] = 22, + [45334] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4407), 1, - anon_sym_LBRACK, - ACTIONS(4413), 1, - anon_sym_QMARK, - ACTIONS(4415), 1, + STATE(1765), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1468), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4417), 1, anon_sym_AMP, - ACTIONS(4419), 1, anon_sym_PIPE, - ACTIONS(4421), 1, - anon_sym_AMP_AMP, - ACTIONS(4423), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4431), 1, - anon_sym_DOT, - ACTIONS(4433), 1, - anon_sym_DOT_DOT, - ACTIONS(4437), 1, - anon_sym_as, - ACTIONS(4443), 1, - anon_sym_EQ, - ACTIONS(4039), 2, - anon_sym_LPAREN, - anon_sym_EQ_GT, - ACTIONS(4409), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4425), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4429), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4435), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1781), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4411), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4427), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4441), 10, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(1466), 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, @@ -158156,15 +157295,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [46685] = 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, + [45387] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1782), 2, + STATE(1766), 2, sym_line_comment, sym_block_comment, - ACTIONS(3511), 15, + ACTIONS(4081), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -158180,7 +157326,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3509), 23, + ACTIONS(4079), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -158204,61 +157350,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [46738] = 22, + [45440] = 23, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4407), 1, + ACTIONS(294), 1, + anon_sym_RBRACE, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(4413), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(4415), 1, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4155), 1, anon_sym_CARET, - ACTIONS(4417), 1, + ACTIONS(4157), 1, anon_sym_AMP, - ACTIONS(4419), 1, + ACTIONS(4159), 1, anon_sym_PIPE, - ACTIONS(4421), 1, + ACTIONS(4161), 1, anon_sym_AMP_AMP, - ACTIONS(4423), 1, + ACTIONS(4163), 1, anon_sym_PIPE_PIPE, - ACTIONS(4431), 1, - anon_sym_DOT, - ACTIONS(4433), 1, - anon_sym_DOT_DOT, - ACTIONS(4437), 1, - anon_sym_as, - ACTIONS(4443), 1, + ACTIONS(4169), 1, anon_sym_EQ, - ACTIONS(4019), 2, - anon_sym_LPAREN, - anon_sym_EQ_GT, - ACTIONS(4409), 2, + ACTIONS(4249), 1, + anon_sym_DOT_DOT, + ACTIONS(4427), 1, + anon_sym_SEMI, + ACTIONS(4151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4425), 2, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4429), 2, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4435), 2, + ACTIONS(4251), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1783), 2, + STATE(1767), 2, sym_line_comment, sym_block_comment, - ACTIONS(4411), 3, + ACTIONS(4153), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4427), 4, + ACTIONS(4171), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4441), 10, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -158269,15 +157416,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [46825] = 5, + [45529] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1784), 2, + ACTIONS(4377), 1, + anon_sym_LBRACK, + ACTIONS(4379), 1, + anon_sym_QMARK, + ACTIONS(4381), 1, + anon_sym_DOT, + STATE(1768), 2, sym_line_comment, sym_block_comment, - ACTIONS(1134), 15, + ACTIONS(4089), 14, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -158291,13 +157444,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(1136), 23, + ACTIONS(4087), 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, @@ -158317,15 +157467,87 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [46878] = 5, + [45588] = 23, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1785), 2, + ACTIONS(1296), 1, + anon_sym_RPAREN, + ACTIONS(3819), 1, + anon_sym_LBRACK, + ACTIONS(3823), 1, + anon_sym_QMARK, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4155), 1, + anon_sym_CARET, + ACTIONS(4157), 1, + anon_sym_AMP, + ACTIONS(4159), 1, + anon_sym_PIPE, + ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4169), 1, + anon_sym_EQ, + ACTIONS(4249), 1, + anon_sym_DOT_DOT, + ACTIONS(4417), 1, + anon_sym_COMMA, + ACTIONS(4151), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4165), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4173), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4251), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1769), 2, sym_line_comment, sym_block_comment, - ACTIONS(1054), 15, + ACTIONS(4153), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4171), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4167), 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, + [45677] = 8, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(4377), 1, + anon_sym_LBRACK, + ACTIONS(4379), 1, + anon_sym_QMARK, + ACTIONS(4381), 1, + anon_sym_DOT, + STATE(1770), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4097), 14, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -158339,13 +157561,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(1056), 23, + ACTIONS(4095), 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, @@ -158365,61 +157584,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [46931] = 22, + [45736] = 22, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4153), 1, - anon_sym_CARET, ACTIONS(4155), 1, - anon_sym_AMP, + anon_sym_CARET, ACTIONS(4157), 1, - anon_sym_PIPE, + anon_sym_AMP, ACTIONS(4159), 1, - anon_sym_AMP_AMP, + anon_sym_PIPE, ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, + ACTIONS(4169), 1, anon_sym_EQ, - ACTIONS(4273), 1, + ACTIONS(4249), 1, anon_sym_DOT_DOT, - ACTIONS(4149), 2, + ACTIONS(4151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4163), 2, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, + ACTIONS(4251), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - ACTIONS(4445), 2, + ACTIONS(4429), 2, anon_sym_RBRACE, anon_sym_COMMA, - STATE(1786), 2, + STATE(1771), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(4153), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4167), 4, + ACTIONS(4171), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4189), 10, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -158430,127 +157649,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [47018] = 22, + [45823] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, - anon_sym_LBRACK, - ACTIONS(3905), 1, - anon_sym_QMARK, - ACTIONS(3907), 1, - anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4153), 1, - anon_sym_CARET, - ACTIONS(4155), 1, - anon_sym_AMP, - ACTIONS(4157), 1, - anon_sym_PIPE, - ACTIONS(4159), 1, - anon_sym_AMP_AMP, - ACTIONS(4161), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, - anon_sym_EQ, - ACTIONS(4273), 1, - anon_sym_DOT_DOT, - ACTIONS(4149), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4163), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4169), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4275), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - ACTIONS(4447), 2, - anon_sym_RBRACE, - anon_sym_COMMA, - STATE(1787), 2, + STATE(1772), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(3939), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4167), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4189), 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, - [47105] = 23, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(294), 1, - anon_sym_RBRACE, - ACTIONS(3901), 1, - anon_sym_LBRACK, - ACTIONS(3905), 1, - anon_sym_QMARK, - ACTIONS(3907), 1, - anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4153), 1, anon_sym_CARET, - ACTIONS(4155), 1, anon_sym_AMP, - ACTIONS(4157), 1, anon_sym_PIPE, - ACTIONS(4159), 1, - anon_sym_AMP_AMP, - ACTIONS(4161), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, - anon_sym_EQ, - ACTIONS(4273), 1, - anon_sym_DOT_DOT, - ACTIONS(4439), 1, - anon_sym_SEMI, - ACTIONS(4149), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4163), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1788), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4151), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4167), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4189), 10, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3937), 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, @@ -158561,61 +157690,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [47194] = 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, + [45876] = 22, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4153), 1, - anon_sym_CARET, ACTIONS(4155), 1, - anon_sym_AMP, + anon_sym_CARET, ACTIONS(4157), 1, - anon_sym_PIPE, + anon_sym_AMP, ACTIONS(4159), 1, - anon_sym_AMP_AMP, + anon_sym_PIPE, ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, + ACTIONS(4169), 1, anon_sym_EQ, - ACTIONS(4273), 1, + ACTIONS(4249), 1, anon_sym_DOT_DOT, - ACTIONS(4149), 2, + ACTIONS(4151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4163), 2, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, + ACTIONS(4251), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - ACTIONS(4449), 2, + ACTIONS(4431), 2, anon_sym_RBRACE, anon_sym_COMMA, - STATE(1789), 2, + STATE(1773), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(4153), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4167), 4, + ACTIONS(4171), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4189), 10, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -158626,15 +157762,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [47281] = 5, + [45963] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1790), 2, + STATE(1774), 2, sym_line_comment, sym_block_comment, - ACTIONS(3973), 15, + ACTIONS(3579), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -158650,7 +157786,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3971), 23, + ACTIONS(3577), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -158674,121 +157810,123 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [47334] = 16, - ACTIONS(29), 1, - anon_sym_LT, + [46016] = 19, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4295), 1, - sym_identifier, - ACTIONS(4297), 1, - anon_sym_LBRACE, - ACTIONS(4301), 1, - anon_sym_STAR, - ACTIONS(4307), 1, - anon_sym_COLON_COLON, - ACTIONS(4311), 1, - sym_metavariable, - STATE(2606), 1, - sym_scoped_identifier, - STATE(3502), 1, - sym_bracketed_type, - STATE(3606), 1, - sym_generic_type_with_turbofish, - STATE(3813), 1, - sym__use_clause, - STATE(1791), 2, + ACTIONS(4377), 1, + anon_sym_LBRACK, + ACTIONS(4379), 1, + anon_sym_QMARK, + ACTIONS(4381), 1, + anon_sym_DOT, + ACTIONS(4437), 1, + anon_sym_CARET, + ACTIONS(4439), 1, + anon_sym_AMP, + ACTIONS(4441), 1, + anon_sym_PIPE, + ACTIONS(4443), 1, + anon_sym_AMP_AMP, + ACTIONS(4445), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4453), 1, + anon_sym_as, + ACTIONS(382), 2, + anon_sym_EQ, + anon_sym_DOT_DOT, + ACTIONS(4433), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4447), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4451), 2, + anon_sym_GT, + anon_sym_LT, + STATE(1775), 2, sym_line_comment, sym_block_comment, - ACTIONS(4309), 3, - sym_self, - sym_super, - sym_crate, - STATE(3144), 4, - sym_scoped_use_list, - sym_use_list, - sym_use_as_clause, - sym_use_wildcard, - ACTIONS(4303), 21, - anon_sym_u8, - anon_sym_i8, - anon_sym_u16, - anon_sym_i16, - anon_sym_u32, - anon_sym_i32, - anon_sym_u64, - anon_sym_i64, - anon_sym_u128, - anon_sym_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, - anon_sym_raw, - [47409] = 23, + ACTIONS(4435), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4449), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(380), 14, + anon_sym_LPAREN, + anon_sym_EQ_GT, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + [46097] = 22, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4153), 1, + ACTIONS(4393), 1, anon_sym_CARET, - ACTIONS(4155), 1, + ACTIONS(4395), 1, anon_sym_AMP, - ACTIONS(4157), 1, + ACTIONS(4397), 1, anon_sym_PIPE, - ACTIONS(4159), 1, + ACTIONS(4399), 1, anon_sym_AMP_AMP, - ACTIONS(4161), 1, + ACTIONS(4401), 1, anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, + ACTIONS(4407), 1, anon_sym_EQ, - ACTIONS(4273), 1, + ACTIONS(4455), 1, anon_sym_DOT_DOT, - ACTIONS(4451), 1, - anon_sym_RPAREN, - ACTIONS(4453), 1, - anon_sym_COMMA, - ACTIONS(4149), 2, + ACTIONS(4041), 2, + anon_sym_LPAREN, + anon_sym_LBRACE, + ACTIONS(4389), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4163), 2, + ACTIONS(4403), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + ACTIONS(4411), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, + ACTIONS(4457), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1792), 2, + STATE(1776), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(4391), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4167), 4, + ACTIONS(4409), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4189), 10, + ACTIONS(4405), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -158799,62 +157937,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [47498] = 23, + [46184] = 21, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(298), 1, - anon_sym_RBRACE, - ACTIONS(3901), 1, + ACTIONS(352), 1, + anon_sym_EQ, + ACTIONS(4377), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(4379), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(4381), 1, anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4153), 1, + ACTIONS(4437), 1, anon_sym_CARET, - ACTIONS(4155), 1, + ACTIONS(4439), 1, anon_sym_AMP, - ACTIONS(4157), 1, + ACTIONS(4441), 1, anon_sym_PIPE, - ACTIONS(4159), 1, + ACTIONS(4443), 1, anon_sym_AMP_AMP, - ACTIONS(4161), 1, + ACTIONS(4445), 1, anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, - anon_sym_EQ, - ACTIONS(4273), 1, + ACTIONS(4453), 1, + anon_sym_as, + ACTIONS(4459), 1, anon_sym_DOT_DOT, - ACTIONS(4439), 1, - anon_sym_SEMI, - ACTIONS(4149), 2, + ACTIONS(4433), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4163), 2, + ACTIONS(4447), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + ACTIONS(4451), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, + ACTIONS(4461), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1793), 2, + STATE(1777), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(4435), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4167), 4, + ACTIONS(4449), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4189), 10, + ACTIONS(346), 12, + anon_sym_LPAREN, + anon_sym_EQ_GT, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -158865,15 +158001,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [47587] = 5, + [46269] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1794), 2, + STATE(1778), 2, sym_line_comment, sym_block_comment, - ACTIONS(3977), 15, + ACTIONS(3839), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -158889,7 +158025,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3975), 23, + ACTIONS(3837), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -158913,62 +158049,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [47640] = 23, + [46322] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, - anon_sym_LBRACK, - ACTIONS(3905), 1, - anon_sym_QMARK, - ACTIONS(3907), 1, - anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4381), 1, + STATE(1779), 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(4383), 1, anon_sym_AMP, - ACTIONS(4385), 1, anon_sym_PIPE, - ACTIONS(4387), 1, - anon_sym_AMP_AMP, - ACTIONS(4389), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4395), 1, - anon_sym_EQ, - ACTIONS(4401), 1, - anon_sym_DOT_DOT, - ACTIONS(4455), 1, - anon_sym_LBRACE, - STATE(1480), 1, - sym_match_block, - ACTIONS(4377), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4391), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4399), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4403), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1795), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4379), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4397), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4393), 10, + 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_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -158979,61 +158090,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [47729] = 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, + [46375] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, - anon_sym_LBRACK, - ACTIONS(3905), 1, - anon_sym_QMARK, - ACTIONS(3907), 1, - anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4381), 1, + STATE(1780), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3397), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4383), 1, anon_sym_AMP, - ACTIONS(4385), 1, anon_sym_PIPE, - ACTIONS(4387), 1, - anon_sym_AMP_AMP, - ACTIONS(4389), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4395), 1, - anon_sym_EQ, - ACTIONS(4457), 1, - anon_sym_DOT_DOT, - ACTIONS(4007), 2, - anon_sym_LPAREN, - anon_sym_LBRACE, - ACTIONS(4377), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4391), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4399), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4459), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1796), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4379), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4397), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4393), 10, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3399), 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, @@ -159044,62 +158138,92 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [47816] = 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, + [46428] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(1328), 1, - anon_sym_RPAREN, - ACTIONS(3901), 1, - anon_sym_LBRACK, - ACTIONS(3905), 1, - anon_sym_QMARK, - ACTIONS(3907), 1, - anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4153), 1, + STATE(1781), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3815), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4155), 1, anon_sym_AMP, - ACTIONS(4157), 1, anon_sym_PIPE, - ACTIONS(4159), 1, - anon_sym_AMP_AMP, - ACTIONS(4161), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, - anon_sym_EQ, - ACTIONS(4273), 1, - anon_sym_DOT_DOT, - ACTIONS(4461), 1, - anon_sym_COMMA, - ACTIONS(4149), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4163), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3813), 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(1797), 2, + anon_sym_as, + [46481] = 5, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + STATE(1782), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(3559), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4167), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4189), 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(3557), 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, @@ -159110,15 +158234,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [47905] = 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, + [46534] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1798), 2, + STATE(1783), 2, sym_line_comment, sym_block_comment, - ACTIONS(4115), 15, + ACTIONS(3575), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -159134,7 +158265,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4113), 23, + ACTIONS(3573), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -159158,62 +158289,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [47958] = 23, + [46587] = 21, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(300), 1, - anon_sym_RBRACE, - ACTIONS(3901), 1, + ACTIONS(4207), 1, + anon_sym_EQ, + ACTIONS(4377), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(4379), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(4381), 1, anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4153), 1, + ACTIONS(4437), 1, anon_sym_CARET, - ACTIONS(4155), 1, + ACTIONS(4439), 1, anon_sym_AMP, - ACTIONS(4157), 1, + ACTIONS(4441), 1, anon_sym_PIPE, - ACTIONS(4159), 1, + ACTIONS(4443), 1, anon_sym_AMP_AMP, - ACTIONS(4161), 1, + ACTIONS(4445), 1, anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, - anon_sym_EQ, - ACTIONS(4273), 1, + ACTIONS(4453), 1, + anon_sym_as, + ACTIONS(4459), 1, anon_sym_DOT_DOT, - ACTIONS(4439), 1, - anon_sym_SEMI, - ACTIONS(4149), 2, + ACTIONS(4433), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4163), 2, + ACTIONS(4447), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + ACTIONS(4451), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, + ACTIONS(4461), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1799), 2, + STATE(1784), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(4435), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4167), 4, + ACTIONS(4449), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4189), 10, + ACTIONS(4205), 12, + anon_sym_LPAREN, + anon_sym_EQ_GT, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -159224,62 +158353,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [48047] = 23, + [46672] = 22, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4153), 1, + ACTIONS(4393), 1, anon_sym_CARET, - ACTIONS(4155), 1, + ACTIONS(4395), 1, anon_sym_AMP, - ACTIONS(4157), 1, + ACTIONS(4397), 1, anon_sym_PIPE, - ACTIONS(4159), 1, + ACTIONS(4399), 1, anon_sym_AMP_AMP, - ACTIONS(4161), 1, + ACTIONS(4401), 1, anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, + ACTIONS(4407), 1, anon_sym_EQ, - ACTIONS(4273), 1, + ACTIONS(4455), 1, anon_sym_DOT_DOT, - ACTIONS(4463), 1, - anon_sym_SEMI, - ACTIONS(4465), 1, - anon_sym_else, - ACTIONS(4149), 2, + ACTIONS(4117), 2, + anon_sym_LPAREN, + anon_sym_LBRACE, + ACTIONS(4389), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4163), 2, + ACTIONS(4403), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + ACTIONS(4411), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, + ACTIONS(4457), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1800), 2, + STATE(1785), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(4391), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4167), 4, + ACTIONS(4409), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4189), 10, + ACTIONS(4405), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -159290,60 +158418,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [48136] = 21, + [46759] = 21, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4247), 1, + ACTIONS(4203), 1, + anon_sym_EQ, + ACTIONS(4393), 1, anon_sym_CARET, - ACTIONS(4249), 1, + ACTIONS(4395), 1, anon_sym_AMP, - ACTIONS(4251), 1, + ACTIONS(4397), 1, anon_sym_PIPE, - ACTIONS(4255), 1, + ACTIONS(4399), 1, + anon_sym_AMP_AMP, + ACTIONS(4401), 1, anon_sym_PIPE_PIPE, - ACTIONS(4261), 1, - anon_sym_EQ, - ACTIONS(4267), 1, + ACTIONS(4455), 1, anon_sym_DOT_DOT, - ACTIONS(4243), 2, + ACTIONS(4389), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4257), 2, + ACTIONS(4403), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4265), 2, + ACTIONS(4411), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4269), 2, + ACTIONS(4457), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1801), 2, + STATE(1786), 2, sym_line_comment, sym_block_comment, - ACTIONS(4245), 3, + ACTIONS(4391), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4467), 3, - anon_sym_LBRACE, - anon_sym_AMP_AMP, - anon_sym_SQUOTE, - ACTIONS(4263), 4, + ACTIONS(4409), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4259), 10, + ACTIONS(4201), 12, + anon_sym_LPAREN, + anon_sym_LBRACE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -159354,62 +158482,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [48221] = 23, + [46844] = 21, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, + ACTIONS(4213), 1, + anon_sym_EQ, + ACTIONS(4377), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(4379), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(4381), 1, anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4153), 1, + ACTIONS(4437), 1, anon_sym_CARET, - ACTIONS(4155), 1, + ACTIONS(4439), 1, anon_sym_AMP, - ACTIONS(4157), 1, + ACTIONS(4441), 1, anon_sym_PIPE, - ACTIONS(4159), 1, + ACTIONS(4443), 1, anon_sym_AMP_AMP, - ACTIONS(4161), 1, + ACTIONS(4445), 1, anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, - anon_sym_EQ, - ACTIONS(4273), 1, + ACTIONS(4453), 1, + anon_sym_as, + ACTIONS(4459), 1, anon_sym_DOT_DOT, - ACTIONS(4469), 1, - anon_sym_RBRACE, - ACTIONS(4471), 1, - anon_sym_COMMA, - ACTIONS(4149), 2, + ACTIONS(4433), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4163), 2, + ACTIONS(4447), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + ACTIONS(4451), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, + ACTIONS(4461), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1802), 2, + STATE(1787), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(4435), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4167), 4, + ACTIONS(4449), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4189), 10, + ACTIONS(4211), 12, + anon_sym_LPAREN, + anon_sym_EQ_GT, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -159420,15 +158546,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [48310] = 5, + [46929] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1803), 2, + STATE(1788), 2, sym_line_comment, sym_block_comment, - ACTIONS(3995), 15, + ACTIONS(3983), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -159444,7 +158570,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3993), 23, + ACTIONS(3981), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -159468,20 +158594,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [48363] = 5, + [46982] = 10, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1804), 2, + ACTIONS(3819), 1, + anon_sym_LBRACK, + ACTIONS(3823), 1, + anon_sym_QMARK, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + STATE(1789), 2, sym_line_comment, sym_block_comment, - ACTIONS(4091), 15, - anon_sym_PLUS, + ACTIONS(4391), 3, anon_sym_STAR, - anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(3821), 11, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_CARET, anon_sym_AMP, anon_sym_PIPE, @@ -159490,13 +158625,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(4089), 23, + ACTIONS(3817), 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, @@ -159515,63 +158647,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_as, - [48416] = 23, + [47045] = 13, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(1198), 1, - anon_sym_RPAREN, - ACTIONS(3901), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4153), 1, - anon_sym_CARET, - ACTIONS(4155), 1, + ACTIONS(4395), 1, anon_sym_AMP, - ACTIONS(4157), 1, - anon_sym_PIPE, - ACTIONS(4159), 1, - anon_sym_AMP_AMP, - ACTIONS(4161), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, - anon_sym_EQ, - ACTIONS(4273), 1, - anon_sym_DOT_DOT, - ACTIONS(4461), 1, - anon_sym_COMMA, - ACTIONS(4149), 2, + ACTIONS(4389), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4163), 2, + ACTIONS(4403), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4275), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1805), 2, + STATE(1790), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(4391), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4167), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4189), 10, + ACTIONS(3821), 6, + anon_sym_CARET, + anon_sym_PIPE, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT_DOT, + ACTIONS(3817), 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, @@ -159582,35 +158697,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [48505] = 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, + [47114] = 12, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1806), 2, + ACTIONS(3819), 1, + anon_sym_LBRACK, + ACTIONS(3823), 1, + anon_sym_QMARK, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4389), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4403), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + STATE(1791), 2, sym_line_comment, sym_block_comment, - ACTIONS(3881), 15, - anon_sym_PLUS, + ACTIONS(4391), 3, anon_sym_STAR, - anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(3821), 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(3879), 23, + ACTIONS(3817), 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, @@ -159629,36 +158758,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, - [48558] = 5, + [47181] = 14, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1807), 2, + ACTIONS(3819), 1, + anon_sym_LBRACK, + ACTIONS(3823), 1, + anon_sym_QMARK, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4393), 1, + anon_sym_CARET, + ACTIONS(4395), 1, + anon_sym_AMP, + ACTIONS(4389), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4403), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + STATE(1792), 2, sym_line_comment, sym_block_comment, - ACTIONS(4095), 15, - anon_sym_PLUS, + ACTIONS(4391), 3, anon_sym_STAR, - anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(3821), 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(4093), 23, + ACTIONS(3817), 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, @@ -159677,36 +158815,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, - [48611] = 5, + [47252] = 17, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1808), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3393), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3819), 1, + anon_sym_LBRACK, + ACTIONS(3823), 1, + anon_sym_QMARK, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4393), 1, anon_sym_CARET, + ACTIONS(4395), 1, anon_sym_AMP, + ACTIONS(4397), 1, anon_sym_PIPE, + ACTIONS(3821), 2, + anon_sym_EQ, + anon_sym_DOT_DOT, + ACTIONS(4389), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4403), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4411), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3395), 23, + STATE(1793), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4391), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4409), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3817), 16, anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, + anon_sym_LBRACE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, @@ -159719,69 +158873,57 @@ 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, - [48664] = 23, + [47329] = 18, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4153), 1, + ACTIONS(4393), 1, anon_sym_CARET, - ACTIONS(4155), 1, + ACTIONS(4395), 1, anon_sym_AMP, - ACTIONS(4157), 1, + ACTIONS(4397), 1, anon_sym_PIPE, - ACTIONS(4159), 1, + ACTIONS(4399), 1, anon_sym_AMP_AMP, - ACTIONS(4161), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, + ACTIONS(3821), 2, anon_sym_EQ, - ACTIONS(4273), 1, anon_sym_DOT_DOT, - ACTIONS(4473), 1, - anon_sym_SEMI, - ACTIONS(4475), 1, - anon_sym_else, - ACTIONS(4149), 2, + ACTIONS(4389), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4163), 2, + ACTIONS(4403), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + ACTIONS(4411), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1809), 2, + STATE(1794), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(4391), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4167), 4, + ACTIONS(4409), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4189), 10, + ACTIONS(3817), 15, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -159792,20 +158934,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [48753] = 5, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + [47408] = 11, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1810), 2, + ACTIONS(3819), 1, + anon_sym_LBRACK, + ACTIONS(3823), 1, + anon_sym_QMARK, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4389), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1795), 2, sym_line_comment, sym_block_comment, - ACTIONS(3525), 15, - anon_sym_PLUS, + ACTIONS(4391), 3, anon_sym_STAR, - anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(3821), 9, anon_sym_CARET, anon_sym_AMP, anon_sym_PIPE, @@ -159814,13 +158968,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(3523), 23, + ACTIONS(3817), 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, @@ -159839,63 +158990,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, - [48806] = 23, + [47473] = 21, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(302), 1, - anon_sym_RBRACE, - ACTIONS(3901), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4153), 1, + ACTIONS(4183), 1, + anon_sym_EQ, + ACTIONS(4393), 1, anon_sym_CARET, - ACTIONS(4155), 1, + ACTIONS(4395), 1, anon_sym_AMP, - ACTIONS(4157), 1, + ACTIONS(4397), 1, anon_sym_PIPE, - ACTIONS(4159), 1, + ACTIONS(4399), 1, anon_sym_AMP_AMP, - ACTIONS(4161), 1, + ACTIONS(4401), 1, anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, - anon_sym_EQ, - ACTIONS(4273), 1, + ACTIONS(4455), 1, anon_sym_DOT_DOT, - ACTIONS(4439), 1, - anon_sym_SEMI, - ACTIONS(4149), 2, + ACTIONS(4389), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4163), 2, + ACTIONS(4403), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + ACTIONS(4411), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, + ACTIONS(4457), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1811), 2, + STATE(1796), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(4391), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4167), 4, + ACTIONS(4409), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4189), 10, + ACTIONS(4181), 12, + anon_sym_LPAREN, + anon_sym_LBRACE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -159906,35 +159054,110 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [48895] = 5, + [47558] = 21, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1812), 2, + ACTIONS(3819), 1, + anon_sym_LBRACK, + ACTIONS(3823), 1, + anon_sym_QMARK, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4187), 1, + anon_sym_EQ, + ACTIONS(4393), 1, + anon_sym_CARET, + ACTIONS(4395), 1, + anon_sym_AMP, + ACTIONS(4397), 1, + anon_sym_PIPE, + ACTIONS(4399), 1, + anon_sym_AMP_AMP, + ACTIONS(4401), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4455), 1, + anon_sym_DOT_DOT, + ACTIONS(4389), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4403), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4411), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4457), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1797), 2, sym_line_comment, sym_block_comment, - ACTIONS(4025), 15, - anon_sym_PLUS, + ACTIONS(4391), 3, anon_sym_STAR, - anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(4409), 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_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, + [47643] = 15, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(3819), 1, + anon_sym_LBRACK, + ACTIONS(3823), 1, + anon_sym_QMARK, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4393), 1, anon_sym_CARET, + ACTIONS(4395), 1, anon_sym_AMP, + ACTIONS(4397), 1, anon_sym_PIPE, + ACTIONS(4389), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4403), 2, anon_sym_LT_LT, anon_sym_GT_GT, + STATE(1798), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4391), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(3821), 4, anon_sym_EQ, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4023), 23, + ACTIONS(3817), 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, @@ -159953,63 +159176,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, - [48948] = 23, + [47716] = 19, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(1212), 1, - anon_sym_RPAREN, - ACTIONS(3901), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4153), 1, + ACTIONS(4393), 1, anon_sym_CARET, - ACTIONS(4155), 1, + ACTIONS(4395), 1, anon_sym_AMP, - ACTIONS(4157), 1, + ACTIONS(4397), 1, anon_sym_PIPE, - ACTIONS(4159), 1, + ACTIONS(4399), 1, anon_sym_AMP_AMP, - ACTIONS(4161), 1, + ACTIONS(4401), 1, anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, + ACTIONS(4191), 2, anon_sym_EQ, - ACTIONS(4273), 1, anon_sym_DOT_DOT, - ACTIONS(4461), 1, - anon_sym_COMMA, - ACTIONS(4149), 2, + ACTIONS(4389), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4163), 2, + ACTIONS(4403), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + ACTIONS(4411), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1813), 2, + STATE(1799), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(4391), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4167), 4, + ACTIONS(4409), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4189), 10, + ACTIONS(4189), 14, + anon_sym_LPAREN, + anon_sym_LBRACE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -160020,15 +159236,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [49037] = 5, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + [47797] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1814), 2, + STATE(1800), 2, sym_line_comment, sym_block_comment, - ACTIONS(3835), 15, + ACTIONS(4007), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -160044,7 +159262,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3833), 23, + ACTIONS(4005), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -160068,62 +159286,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [49090] = 23, + [47850] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, - anon_sym_LBRACK, - ACTIONS(3905), 1, - anon_sym_QMARK, - ACTIONS(3907), 1, - anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4153), 1, + STATE(1801), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3881), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4155), 1, anon_sym_AMP, - ACTIONS(4157), 1, anon_sym_PIPE, - ACTIONS(4159), 1, - anon_sym_AMP_AMP, - ACTIONS(4161), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, - anon_sym_EQ, - ACTIONS(4273), 1, - anon_sym_DOT_DOT, - ACTIONS(4477), 1, - anon_sym_SEMI, - ACTIONS(4479), 1, - anon_sym_else, - ACTIONS(4149), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4163), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1815), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4151), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4167), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4189), 10, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3879), 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, @@ -160134,62 +159327,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [49179] = 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, + [47903] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, - anon_sym_LBRACK, - ACTIONS(3905), 1, - anon_sym_QMARK, - ACTIONS(3907), 1, - anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4153), 1, + STATE(1802), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3885), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4155), 1, anon_sym_AMP, - ACTIONS(4157), 1, anon_sym_PIPE, - ACTIONS(4159), 1, - anon_sym_AMP_AMP, - ACTIONS(4161), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, - anon_sym_EQ, - ACTIONS(4273), 1, - anon_sym_DOT_DOT, - ACTIONS(4439), 1, - anon_sym_SEMI, - ACTIONS(4481), 1, - anon_sym_RBRACE, - ACTIONS(4149), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4163), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1816), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4151), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4167), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4189), 10, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3883), 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, @@ -160200,15 +159375,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [49268] = 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, + [47956] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1817), 2, + STATE(1803), 2, sym_line_comment, sym_block_comment, - ACTIONS(3889), 15, + ACTIONS(4011), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -160224,7 +159406,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3887), 23, + ACTIONS(4009), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -160248,15 +159430,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [49321] = 5, + [48009] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1818), 2, + STATE(1804), 2, sym_line_comment, sym_block_comment, - ACTIONS(3533), 15, + ACTIONS(3897), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -160272,7 +159454,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3531), 23, + ACTIONS(3895), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -160296,62 +159478,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [49374] = 23, + [48062] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, - anon_sym_LBRACK, - ACTIONS(3905), 1, - anon_sym_QMARK, - ACTIONS(3907), 1, - anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4153), 1, + STATE(1805), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4027), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4155), 1, anon_sym_AMP, - ACTIONS(4157), 1, anon_sym_PIPE, - ACTIONS(4159), 1, - anon_sym_AMP_AMP, - ACTIONS(4161), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, - anon_sym_EQ, - ACTIONS(4273), 1, - anon_sym_DOT_DOT, - ACTIONS(4461), 1, - anon_sym_COMMA, - ACTIONS(4483), 1, - anon_sym_RPAREN, - ACTIONS(4149), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4163), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1819), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4151), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4167), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4189), 10, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(4025), 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, @@ -160362,62 +159519,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [49463] = 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, + [48115] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, - anon_sym_LBRACK, - ACTIONS(3905), 1, - anon_sym_QMARK, - ACTIONS(3907), 1, - anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4153), 1, + STATE(1806), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3905), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4155), 1, anon_sym_AMP, - ACTIONS(4157), 1, anon_sym_PIPE, - ACTIONS(4159), 1, - anon_sym_AMP_AMP, - ACTIONS(4161), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, - anon_sym_EQ, - ACTIONS(4273), 1, - anon_sym_DOT_DOT, - ACTIONS(4485), 1, - anon_sym_SEMI, - ACTIONS(4487), 1, - anon_sym_else, - ACTIONS(4149), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4163), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1820), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4151), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4167), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4189), 10, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3903), 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, @@ -160428,61 +159567,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [49552] = 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, + [48168] = 22, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4153), 1, + ACTIONS(4393), 1, anon_sym_CARET, - ACTIONS(4155), 1, + ACTIONS(4395), 1, anon_sym_AMP, - ACTIONS(4157), 1, + ACTIONS(4397), 1, anon_sym_PIPE, - ACTIONS(4159), 1, + ACTIONS(4399), 1, anon_sym_AMP_AMP, - ACTIONS(4161), 1, + ACTIONS(4401), 1, anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, + ACTIONS(4407), 1, anon_sym_EQ, - ACTIONS(4273), 1, + ACTIONS(4455), 1, anon_sym_DOT_DOT, - ACTIONS(4149), 2, + ACTIONS(3907), 2, + anon_sym_LPAREN, + anon_sym_LBRACE, + ACTIONS(4389), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4163), 2, + ACTIONS(4403), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + ACTIONS(4411), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, + ACTIONS(4457), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - ACTIONS(4489), 2, - anon_sym_RBRACE, - anon_sym_COMMA, - STATE(1821), 2, + STATE(1807), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(4391), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4167), 4, + ACTIONS(4409), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4189), 10, + ACTIONS(4405), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -160493,15 +159639,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [49639] = 5, + [48255] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1822), 2, + STATE(1808), 2, sym_line_comment, sym_block_comment, - ACTIONS(3893), 15, + ACTIONS(3913), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -160517,7 +159663,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3891), 23, + ACTIONS(3911), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -160541,15 +159687,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [49692] = 5, + [48308] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1823), 2, + STATE(1809), 2, sym_line_comment, sym_block_comment, - ACTIONS(3839), 15, + ACTIONS(3921), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -160565,7 +159711,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3837), 23, + ACTIONS(3919), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -160589,62 +159735,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [49745] = 23, + [48361] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, - anon_sym_LBRACK, - ACTIONS(3905), 1, - anon_sym_QMARK, - ACTIONS(3907), 1, - anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4153), 1, + STATE(1810), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3523), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4155), 1, anon_sym_AMP, - ACTIONS(4157), 1, anon_sym_PIPE, - ACTIONS(4159), 1, - anon_sym_AMP_AMP, - ACTIONS(4161), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, - anon_sym_EQ, - ACTIONS(4273), 1, - anon_sym_DOT_DOT, - ACTIONS(4491), 1, - anon_sym_SEMI, - ACTIONS(4493), 1, - anon_sym_else, - ACTIONS(4149), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4163), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1824), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4151), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4167), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4189), 10, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3521), 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, @@ -160655,15 +159776,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [49834] = 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, + [48414] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1825), 2, + STATE(1811), 2, sym_line_comment, sym_block_comment, - ACTIONS(4003), 15, + ACTIONS(4043), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -160679,7 +159807,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4001), 23, + ACTIONS(4041), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -160703,127 +159831,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [49887] = 23, + [48467] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(306), 1, - anon_sym_RBRACE, - ACTIONS(3901), 1, - anon_sym_LBRACK, - ACTIONS(3905), 1, - anon_sym_QMARK, - ACTIONS(3907), 1, - anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4153), 1, - anon_sym_CARET, - ACTIONS(4155), 1, - anon_sym_AMP, - ACTIONS(4157), 1, - anon_sym_PIPE, - ACTIONS(4159), 1, - anon_sym_AMP_AMP, - ACTIONS(4161), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, - anon_sym_EQ, - ACTIONS(4273), 1, - anon_sym_DOT_DOT, - ACTIONS(4439), 1, - anon_sym_SEMI, - ACTIONS(4149), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4163), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4169), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4275), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1826), 2, + STATE(1812), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(3927), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4167), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4189), 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, - [49976] = 22, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(3901), 1, - anon_sym_LBRACK, - ACTIONS(3905), 1, - anon_sym_QMARK, - ACTIONS(3907), 1, - anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4381), 1, anon_sym_CARET, - ACTIONS(4383), 1, anon_sym_AMP, - ACTIONS(4385), 1, anon_sym_PIPE, - ACTIONS(4387), 1, - anon_sym_AMP_AMP, - ACTIONS(4389), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4395), 1, - anon_sym_EQ, - ACTIONS(4457), 1, - anon_sym_DOT_DOT, - ACTIONS(3857), 2, - anon_sym_LPAREN, - anon_sym_LBRACE, - ACTIONS(4377), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4391), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4399), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4459), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1827), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4379), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4397), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4393), 10, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3925), 23, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_EQ_GT, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -160834,60 +159872,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [50063] = 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, + [48520] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, - anon_sym_LBRACK, - ACTIONS(3905), 1, - anon_sym_QMARK, - ACTIONS(3907), 1, - anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4199), 1, - anon_sym_EQ, - ACTIONS(4381), 1, + STATE(1813), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3931), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4383), 1, anon_sym_AMP, - ACTIONS(4385), 1, anon_sym_PIPE, - ACTIONS(4387), 1, - anon_sym_AMP_AMP, - ACTIONS(4389), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4457), 1, - anon_sym_DOT_DOT, - ACTIONS(4377), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4391), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4399), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4459), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1828), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4379), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4397), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4197), 12, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3929), 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, @@ -160898,56 +159920,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [50148] = 19, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_as, + [48573] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, - anon_sym_LBRACK, - ACTIONS(3905), 1, - anon_sym_QMARK, - ACTIONS(3907), 1, - anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4381), 1, + STATE(1814), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3935), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4383), 1, anon_sym_AMP, - ACTIONS(4385), 1, anon_sym_PIPE, - ACTIONS(4387), 1, - anon_sym_AMP_AMP, - ACTIONS(4389), 1, - anon_sym_PIPE_PIPE, - ACTIONS(394), 2, - anon_sym_EQ, - anon_sym_DOT_DOT, - ACTIONS(4377), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4391), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4399), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - STATE(1829), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4379), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4397), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(392), 14, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3933), 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, @@ -160958,62 +159968,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - [50229] = 21, + anon_sym_as, + [48626] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(352), 1, - anon_sym_EQ, - ACTIONS(3901), 1, - anon_sym_LBRACK, - ACTIONS(3905), 1, - anon_sym_QMARK, - ACTIONS(3907), 1, - anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4381), 1, + STATE(1815), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1468), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4383), 1, anon_sym_AMP, - ACTIONS(4385), 1, anon_sym_PIPE, - ACTIONS(4387), 1, - anon_sym_AMP_AMP, - ACTIONS(4389), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4457), 1, - anon_sym_DOT_DOT, - ACTIONS(4377), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4391), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4399), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4459), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1830), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4379), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4397), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(346), 12, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(1466), 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, @@ -161024,62 +160016,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [50314] = 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, + [48679] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, - anon_sym_LBRACK, - ACTIONS(3905), 1, - anon_sym_QMARK, - ACTIONS(3907), 1, - anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4381), 1, - anon_sym_CARET, - ACTIONS(4383), 1, - anon_sym_AMP, - ACTIONS(4385), 1, - anon_sym_PIPE, - ACTIONS(4387), 1, - anon_sym_AMP_AMP, - ACTIONS(4389), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4395), 1, - anon_sym_EQ, - ACTIONS(4401), 1, - anon_sym_DOT_DOT, - ACTIONS(4495), 1, - anon_sym_LBRACE, - STATE(485), 1, - sym_match_block, - ACTIONS(4377), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4391), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4399), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4403), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1831), 2, + STATE(1816), 2, sym_line_comment, sym_block_comment, - ACTIONS(4379), 3, + ACTIONS(3943), 15, + anon_sym_PLUS, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4397), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4393), 10, + anon_sym_DASH, + anon_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(3941), 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, @@ -161090,60 +160064,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [50403] = 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, + [48732] = 22, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4203), 1, - anon_sym_EQ, - ACTIONS(4381), 1, + ACTIONS(4393), 1, anon_sym_CARET, - ACTIONS(4383), 1, + ACTIONS(4395), 1, anon_sym_AMP, - ACTIONS(4385), 1, + ACTIONS(4397), 1, anon_sym_PIPE, - ACTIONS(4387), 1, + ACTIONS(4399), 1, anon_sym_AMP_AMP, - ACTIONS(4389), 1, + ACTIONS(4401), 1, anon_sym_PIPE_PIPE, - ACTIONS(4457), 1, + ACTIONS(4407), 1, + anon_sym_EQ, + ACTIONS(4455), 1, anon_sym_DOT_DOT, - ACTIONS(4377), 2, + ACTIONS(4075), 2, + anon_sym_LPAREN, + anon_sym_LBRACE, + ACTIONS(4389), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4391), 2, + ACTIONS(4403), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4399), 2, + ACTIONS(4411), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4459), 2, + ACTIONS(4457), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1832), 2, + STATE(1817), 2, sym_line_comment, sym_block_comment, - ACTIONS(4379), 3, + ACTIONS(4391), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4397), 4, + ACTIONS(4409), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4201), 12, - anon_sym_LPAREN, - anon_sym_LBRACE, + ACTIONS(4405), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -161154,60 +160136,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [50488] = 21, + [48819] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, - anon_sym_LBRACK, - ACTIONS(3905), 1, - anon_sym_QMARK, - ACTIONS(3907), 1, - anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4207), 1, - anon_sym_EQ, - ACTIONS(4381), 1, + STATE(1818), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4123), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4383), 1, anon_sym_AMP, - ACTIONS(4385), 1, anon_sym_PIPE, - ACTIONS(4387), 1, - anon_sym_AMP_AMP, - ACTIONS(4389), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4457), 1, - anon_sym_DOT_DOT, - ACTIONS(4377), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4391), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4399), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4459), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1833), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4379), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4397), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4205), 12, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(4121), 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, @@ -161218,62 +160177,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [50573] = 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, + [48872] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(308), 1, - anon_sym_RBRACE, - ACTIONS(3901), 1, - anon_sym_LBRACK, - ACTIONS(3905), 1, - anon_sym_QMARK, - ACTIONS(3907), 1, - anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4153), 1, + STATE(1819), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3959), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4155), 1, anon_sym_AMP, - ACTIONS(4157), 1, anon_sym_PIPE, - ACTIONS(4159), 1, - anon_sym_AMP_AMP, - ACTIONS(4161), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, - anon_sym_EQ, - ACTIONS(4273), 1, - anon_sym_DOT_DOT, - ACTIONS(4439), 1, - anon_sym_SEMI, - ACTIONS(4149), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4163), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1834), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4151), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4167), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4189), 10, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3957), 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, @@ -161284,62 +160225,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [50662] = 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, + [48925] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, - anon_sym_LBRACK, - ACTIONS(3905), 1, - anon_sym_QMARK, - ACTIONS(3907), 1, - anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4153), 1, + STATE(1820), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4055), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4155), 1, anon_sym_AMP, - ACTIONS(4157), 1, anon_sym_PIPE, - ACTIONS(4159), 1, - anon_sym_AMP_AMP, - ACTIONS(4161), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, - anon_sym_EQ, - ACTIONS(4273), 1, - anon_sym_DOT_DOT, - ACTIONS(4497), 1, - anon_sym_SEMI, - ACTIONS(4499), 1, - anon_sym_else, - ACTIONS(4149), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4163), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1835), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4151), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4167), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4189), 10, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(4053), 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, @@ -161350,62 +160273,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [50751] = 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, + [48978] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, - anon_sym_LBRACK, - ACTIONS(3905), 1, - anon_sym_QMARK, - ACTIONS(3907), 1, - anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4153), 1, + STATE(1821), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3963), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4155), 1, anon_sym_AMP, - ACTIONS(4157), 1, anon_sym_PIPE, - ACTIONS(4159), 1, - anon_sym_AMP_AMP, - ACTIONS(4161), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, - anon_sym_EQ, - ACTIONS(4273), 1, - anon_sym_DOT_DOT, - ACTIONS(4501), 1, - anon_sym_RBRACE, - ACTIONS(4503), 1, - anon_sym_COMMA, - ACTIONS(4149), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4163), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1836), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4151), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4167), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4189), 10, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3961), 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, @@ -161416,60 +160321,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [50840] = 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, + [49031] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, - anon_sym_LBRACK, - ACTIONS(3905), 1, - anon_sym_QMARK, - ACTIONS(3907), 1, - anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4247), 1, + STATE(1822), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3967), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4249), 1, anon_sym_AMP, - ACTIONS(4251), 1, anon_sym_PIPE, - ACTIONS(4255), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4261), 1, - anon_sym_EQ, - ACTIONS(4267), 1, - anon_sym_DOT_DOT, - ACTIONS(4243), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4257), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4265), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4269), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1837), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4245), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4505), 3, - anon_sym_LBRACE, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3965), 23, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_EQ_GT, + anon_sym_QMARK, anon_sym_AMP_AMP, - anon_sym_SQUOTE, - ACTIONS(4263), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4259), 10, + anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -161480,15 +160369,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [50925] = 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, + [49084] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1838), 2, + STATE(1823), 2, sym_line_comment, sym_block_comment, - ACTIONS(4041), 15, + ACTIONS(3971), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -161504,7 +160400,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4039), 23, + ACTIONS(3969), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -161528,15 +160424,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [50978] = 5, + [49137] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1839), 2, + STATE(1824), 2, sym_line_comment, sym_block_comment, - ACTIONS(3985), 15, + ACTIONS(3975), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -161552,7 +160448,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3983), 23, + ACTIONS(3973), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -161576,15 +160472,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [51031] = 5, + [49190] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1840), 2, + STATE(1825), 2, sym_line_comment, sym_block_comment, - ACTIONS(3877), 15, + ACTIONS(3979), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -161600,7 +160496,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3875), 23, + ACTIONS(3977), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -161624,62 +160520,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [51084] = 23, + [49243] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(310), 1, - anon_sym_RBRACE, - ACTIONS(3901), 1, - anon_sym_LBRACK, - ACTIONS(3905), 1, - anon_sym_QMARK, - ACTIONS(3907), 1, - anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4153), 1, + STATE(1826), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4065), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4155), 1, anon_sym_AMP, - ACTIONS(4157), 1, anon_sym_PIPE, - ACTIONS(4159), 1, - anon_sym_AMP_AMP, - ACTIONS(4161), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, - anon_sym_EQ, - ACTIONS(4273), 1, - anon_sym_DOT_DOT, - ACTIONS(4439), 1, - anon_sym_SEMI, - ACTIONS(4149), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4163), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1841), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4151), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4167), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4189), 10, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(4063), 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, @@ -161690,29 +160561,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [51173] = 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, + [49296] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, - anon_sym_LBRACK, - ACTIONS(3905), 1, - anon_sym_QMARK, - ACTIONS(3907), 1, - anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - STATE(1842), 2, + STATE(1827), 2, sym_line_comment, sym_block_comment, - ACTIONS(4379), 3, + ACTIONS(3991), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3989), 11, - anon_sym_PLUS, - anon_sym_DASH, anon_sym_CARET, anon_sym_AMP, anon_sym_PIPE, @@ -161721,10 +160590,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(3987), 20, + ACTIONS(3989), 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, @@ -161743,44 +160615,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - [51236] = 13, + anon_sym_as, + [49349] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, - anon_sym_LBRACK, - ACTIONS(3905), 1, - anon_sym_QMARK, - ACTIONS(3907), 1, - anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4383), 1, - anon_sym_AMP, - ACTIONS(4377), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4391), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - STATE(1843), 2, + STATE(1828), 2, sym_line_comment, sym_block_comment, - ACTIONS(4379), 3, + ACTIONS(3995), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3989), 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(3987), 20, + ACTIONS(3993), 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, @@ -161799,43 +160663,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - [51305] = 12, + anon_sym_as, + [49402] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, - anon_sym_LBRACK, - ACTIONS(3905), 1, - anon_sym_QMARK, - ACTIONS(3907), 1, - anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4377), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4391), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - STATE(1844), 2, + STATE(1829), 2, sym_line_comment, sym_block_comment, - ACTIONS(4379), 3, + ACTIONS(3999), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3989), 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(3987), 20, + ACTIONS(3997), 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, @@ -161854,62 +160711,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - [51372] = 23, + anon_sym_as, + [49455] = 23, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4153), 1, - anon_sym_CARET, ACTIONS(4155), 1, - anon_sym_AMP, + anon_sym_CARET, ACTIONS(4157), 1, - anon_sym_PIPE, + anon_sym_AMP, ACTIONS(4159), 1, - anon_sym_AMP_AMP, + anon_sym_PIPE, ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, + ACTIONS(4169), 1, anon_sym_EQ, - ACTIONS(4273), 1, + ACTIONS(4249), 1, anon_sym_DOT_DOT, - ACTIONS(4439), 1, + ACTIONS(4463), 1, anon_sym_SEMI, - ACTIONS(4507), 1, - anon_sym_RBRACE, - ACTIONS(4149), 2, + ACTIONS(4465), 1, + anon_sym_else, + ACTIONS(4151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4163), 2, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, + ACTIONS(4251), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1845), 2, + STATE(1830), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(4153), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4167), 4, + ACTIONS(4171), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4189), 10, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -161920,15 +160778,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [51461] = 5, + [49544] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1846), 2, + ACTIONS(4377), 1, + anon_sym_LBRACK, + ACTIONS(4379), 1, + anon_sym_QMARK, + ACTIONS(4381), 1, + anon_sym_DOT, + STATE(1831), 2, sym_line_comment, sym_block_comment, - ACTIONS(1604), 15, + ACTIONS(4073), 14, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -161942,13 +160806,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(1606), 23, + ACTIONS(4071), 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, @@ -161968,52 +160829,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [51514] = 17, + [49603] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, - anon_sym_LBRACK, - ACTIONS(3905), 1, - anon_sym_QMARK, - ACTIONS(3907), 1, - anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4381), 1, + STATE(1832), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1604), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4383), 1, anon_sym_AMP, - ACTIONS(4385), 1, anon_sym_PIPE, - ACTIONS(3989), 2, - anon_sym_EQ, - anon_sym_DOT_DOT, - ACTIONS(4377), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4391), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4399), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - STATE(1847), 2, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(1606), 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, + [49656] = 5, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + STATE(1833), 2, sym_line_comment, sym_block_comment, - ACTIONS(4379), 3, + ACTIONS(1544), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4397), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3987), 16, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(1542), 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, @@ -162026,56 +160918,91 @@ 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, - [51591] = 18, + anon_sym_as, + [49709] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, - anon_sym_LBRACK, - ACTIONS(3905), 1, - anon_sym_QMARK, - ACTIONS(3907), 1, - anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4381), 1, + STATE(1834), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1472), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4383), 1, anon_sym_AMP, - ACTIONS(4385), 1, anon_sym_PIPE, - ACTIONS(4387), 1, - anon_sym_AMP_AMP, - ACTIONS(3989), 2, - anon_sym_EQ, - anon_sym_DOT_DOT, - ACTIONS(4377), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4391), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4399), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - STATE(1848), 2, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(1470), 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, + [49762] = 5, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + STATE(1835), 2, sym_line_comment, sym_block_comment, - ACTIONS(4379), 3, + ACTIONS(1498), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4397), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3987), 15, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(1496), 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, @@ -162087,32 +161014,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, - [51670] = 11, + anon_sym_as, + [49815] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, - anon_sym_LBRACK, - ACTIONS(3905), 1, - anon_sym_QMARK, - ACTIONS(3907), 1, - anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4377), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1849), 2, + STATE(1836), 2, sym_line_comment, sym_block_comment, - ACTIONS(4379), 3, + ACTIONS(1502), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3989), 9, anon_sym_CARET, anon_sym_AMP, anon_sym_PIPE, @@ -162121,10 +161043,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(3987), 20, + ACTIONS(1500), 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, @@ -162143,60 +161068,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - [51735] = 21, + anon_sym_as, + [49868] = 23, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4179), 1, - anon_sym_EQ, - ACTIONS(4381), 1, + ACTIONS(4155), 1, anon_sym_CARET, - ACTIONS(4383), 1, + ACTIONS(4157), 1, anon_sym_AMP, - ACTIONS(4385), 1, + ACTIONS(4159), 1, anon_sym_PIPE, - ACTIONS(4387), 1, + ACTIONS(4161), 1, anon_sym_AMP_AMP, - ACTIONS(4389), 1, + ACTIONS(4163), 1, anon_sym_PIPE_PIPE, - ACTIONS(4457), 1, + ACTIONS(4169), 1, + anon_sym_EQ, + ACTIONS(4249), 1, anon_sym_DOT_DOT, - ACTIONS(4377), 2, + ACTIONS(4467), 1, + anon_sym_RBRACE, + ACTIONS(4469), 1, + anon_sym_COMMA, + ACTIONS(4151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4391), 2, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4399), 2, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4459), 2, + ACTIONS(4251), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1850), 2, + STATE(1837), 2, sym_line_comment, sym_block_comment, - ACTIONS(4379), 3, + ACTIONS(4153), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4397), 4, + ACTIONS(4171), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4177), 12, - anon_sym_LPAREN, - anon_sym_LBRACE, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -162207,60 +161135,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [51820] = 21, + [49957] = 23, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, + ACTIONS(292), 1, + anon_sym_RBRACE, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4187), 1, - anon_sym_EQ, - ACTIONS(4381), 1, + ACTIONS(4155), 1, anon_sym_CARET, - ACTIONS(4383), 1, + ACTIONS(4157), 1, anon_sym_AMP, - ACTIONS(4385), 1, + ACTIONS(4159), 1, anon_sym_PIPE, - ACTIONS(4387), 1, + ACTIONS(4161), 1, anon_sym_AMP_AMP, - ACTIONS(4389), 1, + ACTIONS(4163), 1, anon_sym_PIPE_PIPE, - ACTIONS(4457), 1, + ACTIONS(4169), 1, + anon_sym_EQ, + ACTIONS(4249), 1, anon_sym_DOT_DOT, - ACTIONS(4377), 2, + ACTIONS(4427), 1, + anon_sym_SEMI, + ACTIONS(4151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4391), 2, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4399), 2, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4459), 2, + ACTIONS(4251), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1851), 2, + STATE(1838), 2, sym_line_comment, sym_block_comment, - ACTIONS(4379), 3, + ACTIONS(4153), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4397), 4, + ACTIONS(4171), 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_LBRACE, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -162271,62 +161201,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [51905] = 23, + [50046] = 21, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(314), 1, - anon_sym_RBRACE, - ACTIONS(3901), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4153), 1, + ACTIONS(4261), 1, anon_sym_CARET, - ACTIONS(4155), 1, + ACTIONS(4263), 1, anon_sym_AMP, - ACTIONS(4157), 1, + ACTIONS(4265), 1, anon_sym_PIPE, - ACTIONS(4159), 1, - anon_sym_AMP_AMP, - ACTIONS(4161), 1, + ACTIONS(4269), 1, anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, + ACTIONS(4275), 1, anon_sym_EQ, - ACTIONS(4273), 1, + ACTIONS(4281), 1, anon_sym_DOT_DOT, - ACTIONS(4439), 1, - anon_sym_SEMI, - ACTIONS(4149), 2, + ACTIONS(4257), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4163), 2, + ACTIONS(4271), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + ACTIONS(4279), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, + ACTIONS(4283), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1852), 2, + STATE(1839), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(4259), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4167), 4, + ACTIONS(4471), 3, + anon_sym_LBRACE, + anon_sym_AMP_AMP, + anon_sym_SQUOTE, + ACTIONS(4277), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4189), 10, + ACTIONS(4273), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -162337,62 +161265,150 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [51994] = 23, + [50131] = 22, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4153), 1, - anon_sym_CARET, ACTIONS(4155), 1, - anon_sym_AMP, + anon_sym_CARET, ACTIONS(4157), 1, - anon_sym_PIPE, + anon_sym_AMP, ACTIONS(4159), 1, - anon_sym_AMP_AMP, + anon_sym_PIPE, ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, + ACTIONS(4169), 1, anon_sym_EQ, - ACTIONS(4273), 1, + ACTIONS(4249), 1, anon_sym_DOT_DOT, - ACTIONS(4509), 1, - anon_sym_SEMI, - ACTIONS(4511), 1, - anon_sym_else, - ACTIONS(4149), 2, + ACTIONS(4041), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + ACTIONS(4151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4163), 2, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, + ACTIONS(4251), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1853), 2, + STATE(1840), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4153), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4171), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4167), 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, + [50218] = 5, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + STATE(1841), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(3847), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4167), 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(3845), 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(4189), 10, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_as, + [50271] = 5, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + STATE(1842), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1486), 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(1484), 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, @@ -162403,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, - [52083] = 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, + [50324] = 22, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4381), 1, + ACTIONS(4155), 1, anon_sym_CARET, - ACTIONS(4383), 1, + ACTIONS(4157), 1, anon_sym_AMP, - ACTIONS(4385), 1, + ACTIONS(4159), 1, anon_sym_PIPE, - ACTIONS(4387), 1, + ACTIONS(4161), 1, anon_sym_AMP_AMP, - ACTIONS(4389), 1, + ACTIONS(4163), 1, anon_sym_PIPE_PIPE, - ACTIONS(4395), 1, + ACTIONS(4169), 1, anon_sym_EQ, - ACTIONS(4401), 1, + ACTIONS(4249), 1, anon_sym_DOT_DOT, - ACTIONS(4513), 1, - anon_sym_LBRACE, - STATE(1739), 1, - sym_match_block, - ACTIONS(4377), 2, + ACTIONS(4117), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + ACTIONS(4151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4391), 2, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4399), 2, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4403), 2, + ACTIONS(4251), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1854), 2, + STATE(1843), 2, sym_line_comment, sym_block_comment, - ACTIONS(4379), 3, + ACTIONS(4153), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4397), 4, + ACTIONS(4171), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4393), 10, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -162469,62 +161491,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [52172] = 23, + [50411] = 21, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(316), 1, - anon_sym_RBRACE, - ACTIONS(3901), 1, + ACTIONS(4203), 1, + anon_sym_EQ, + ACTIONS(4377), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(4379), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(4381), 1, anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4153), 1, + ACTIONS(4437), 1, anon_sym_CARET, - ACTIONS(4155), 1, + ACTIONS(4439), 1, anon_sym_AMP, - ACTIONS(4157), 1, + ACTIONS(4441), 1, anon_sym_PIPE, - ACTIONS(4159), 1, + ACTIONS(4443), 1, anon_sym_AMP_AMP, - ACTIONS(4161), 1, + ACTIONS(4445), 1, anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, - anon_sym_EQ, - ACTIONS(4273), 1, + ACTIONS(4453), 1, + anon_sym_as, + ACTIONS(4459), 1, anon_sym_DOT_DOT, - ACTIONS(4439), 1, - anon_sym_SEMI, - ACTIONS(4149), 2, + ACTIONS(4433), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4163), 2, + ACTIONS(4447), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + ACTIONS(4451), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, + ACTIONS(4461), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1855), 2, + STATE(1844), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(4435), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4167), 4, + ACTIONS(4449), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4189), 10, + ACTIONS(4201), 12, + anon_sym_LPAREN, + anon_sym_EQ_GT, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -162535,46 +161555,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [52261] = 15, + [50496] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, - anon_sym_LBRACK, - ACTIONS(3905), 1, - anon_sym_QMARK, - ACTIONS(3907), 1, - anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4381), 1, - anon_sym_CARET, - ACTIONS(4383), 1, - anon_sym_AMP, - ACTIONS(4385), 1, - anon_sym_PIPE, - ACTIONS(4377), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4391), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - STATE(1856), 2, + STATE(1845), 2, sym_line_comment, sym_block_comment, - ACTIONS(4379), 3, + ACTIONS(1494), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3989), 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(3987), 20, + ACTIONS(1492), 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, @@ -162593,56 +161602,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - [52334] = 19, + anon_sym_as, + [50549] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, - anon_sym_LBRACK, - ACTIONS(3905), 1, - anon_sym_QMARK, - ACTIONS(3907), 1, - anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4381), 1, + STATE(1846), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1524), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4383), 1, anon_sym_AMP, - ACTIONS(4385), 1, anon_sym_PIPE, - ACTIONS(4387), 1, - anon_sym_AMP_AMP, - ACTIONS(4389), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4165), 2, - anon_sym_EQ, - anon_sym_DOT_DOT, - ACTIONS(4377), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4391), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4399), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - STATE(1857), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4379), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4397), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4147), 14, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(1522), 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, @@ -162653,17 +161644,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, - [52415] = 5, + anon_sym_as, + [50602] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1858), 2, + STATE(1847), 2, sym_line_comment, sym_block_comment, - ACTIONS(1506), 15, + ACTIONS(1528), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -162679,7 +161675,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1504), 23, + ACTIONS(1526), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -162703,20 +161699,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [52468] = 5, + [50655] = 10, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1859), 2, + ACTIONS(4377), 1, + anon_sym_LBRACK, + ACTIONS(4379), 1, + anon_sym_QMARK, + ACTIONS(4381), 1, + anon_sym_DOT, + ACTIONS(4453), 1, + anon_sym_as, + STATE(1848), 2, sym_line_comment, sym_block_comment, - ACTIONS(3843), 15, - anon_sym_PLUS, + ACTIONS(4435), 3, anon_sym_STAR, - anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(3821), 11, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_CARET, anon_sym_AMP, anon_sym_PIPE, @@ -162725,13 +161730,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(3841), 23, + ACTIONS(3817), 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, @@ -162750,63 +161752,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_as, - [52521] = 23, + [50718] = 13, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(318), 1, - anon_sym_RBRACE, - ACTIONS(3901), 1, + ACTIONS(4377), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(4379), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(4381), 1, anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4153), 1, - anon_sym_CARET, - ACTIONS(4155), 1, - anon_sym_AMP, - ACTIONS(4157), 1, - anon_sym_PIPE, - ACTIONS(4159), 1, - anon_sym_AMP_AMP, - ACTIONS(4161), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, - anon_sym_EQ, - ACTIONS(4273), 1, - anon_sym_DOT_DOT, ACTIONS(4439), 1, - anon_sym_SEMI, - ACTIONS(4149), 2, + anon_sym_AMP, + ACTIONS(4453), 1, + anon_sym_as, + ACTIONS(4433), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4163), 2, + ACTIONS(4447), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4275), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1860), 2, + STATE(1849), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(4435), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4167), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4189), 10, + ACTIONS(3821), 6, + anon_sym_CARET, + anon_sym_PIPE, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT_DOT, + ACTIONS(3817), 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, @@ -162817,35 +161802,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [52610] = 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, + [50787] = 12, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1861), 2, + ACTIONS(4377), 1, + anon_sym_LBRACK, + ACTIONS(4379), 1, + anon_sym_QMARK, + ACTIONS(4381), 1, + anon_sym_DOT, + ACTIONS(4453), 1, + anon_sym_as, + ACTIONS(4433), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4447), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + STATE(1850), 2, sym_line_comment, sym_block_comment, - ACTIONS(3951), 15, - anon_sym_PLUS, + ACTIONS(4435), 3, anon_sym_STAR, - anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(3821), 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(3949), 23, + ACTIONS(3817), 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, @@ -162864,102 +161863,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, - [52663] = 23, + [50854] = 17, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, + ACTIONS(4377), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(4379), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(4381), 1, anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4153), 1, + ACTIONS(4437), 1, anon_sym_CARET, - ACTIONS(4155), 1, + ACTIONS(4439), 1, anon_sym_AMP, - ACTIONS(4157), 1, + ACTIONS(4441), 1, anon_sym_PIPE, - ACTIONS(4159), 1, - anon_sym_AMP_AMP, - ACTIONS(4161), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, + ACTIONS(4453), 1, + anon_sym_as, + ACTIONS(3821), 2, anon_sym_EQ, - ACTIONS(4273), 1, anon_sym_DOT_DOT, - ACTIONS(4439), 1, - anon_sym_SEMI, - ACTIONS(4515), 1, - anon_sym_RBRACE, - ACTIONS(4149), 2, + ACTIONS(4433), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4163), 2, + ACTIONS(4447), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + ACTIONS(4451), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1862), 2, + STATE(1851), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(4435), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4167), 4, + ACTIONS(4449), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4189), 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, - [52752] = 5, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - STATE(1863), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3955), 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(3953), 23, + ACTIONS(3817), 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, @@ -162972,69 +161921,57 @@ 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, - [52805] = 23, + [50931] = 18, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, + ACTIONS(4377), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(4379), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(4381), 1, anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4153), 1, + ACTIONS(4437), 1, anon_sym_CARET, - ACTIONS(4155), 1, + ACTIONS(4439), 1, anon_sym_AMP, - ACTIONS(4157), 1, + ACTIONS(4441), 1, anon_sym_PIPE, - ACTIONS(4159), 1, + ACTIONS(4443), 1, anon_sym_AMP_AMP, - ACTIONS(4161), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, + ACTIONS(4453), 1, + anon_sym_as, + ACTIONS(3821), 2, anon_sym_EQ, - ACTIONS(4273), 1, anon_sym_DOT_DOT, - ACTIONS(4461), 1, - anon_sym_COMMA, - ACTIONS(4517), 1, - anon_sym_RPAREN, - ACTIONS(4149), 2, + ACTIONS(4433), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4163), 2, + ACTIONS(4447), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + ACTIONS(4451), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1864), 2, + STATE(1852), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(4435), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4167), 4, + ACTIONS(4449), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4189), 10, + ACTIONS(3817), 15, + anon_sym_LPAREN, + anon_sym_EQ_GT, + anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -163045,62 +161982,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [52894] = 23, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + [51010] = 11, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(322), 1, - anon_sym_RBRACE, - ACTIONS(3901), 1, + ACTIONS(4377), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(4379), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(4381), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(4453), 1, anon_sym_as, - ACTIONS(4153), 1, - anon_sym_CARET, - ACTIONS(4155), 1, - anon_sym_AMP, - ACTIONS(4157), 1, - anon_sym_PIPE, - ACTIONS(4159), 1, - anon_sym_AMP_AMP, - ACTIONS(4161), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, - anon_sym_EQ, - ACTIONS(4273), 1, - anon_sym_DOT_DOT, - ACTIONS(4439), 1, - anon_sym_SEMI, - ACTIONS(4149), 2, + ACTIONS(4433), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4163), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4169), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4275), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1865), 2, + STATE(1853), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(4435), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4167), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4189), 10, + ACTIONS(3821), 9, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT_DOT, + ACTIONS(3817), 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, @@ -163111,62 +162032,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [52983] = 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, + [51075] = 21, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(324), 1, - anon_sym_RBRACE, - ACTIONS(3901), 1, + ACTIONS(4183), 1, + anon_sym_EQ, + ACTIONS(4377), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(4379), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(4381), 1, anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4153), 1, + ACTIONS(4437), 1, anon_sym_CARET, - ACTIONS(4155), 1, + ACTIONS(4439), 1, anon_sym_AMP, - ACTIONS(4157), 1, + ACTIONS(4441), 1, anon_sym_PIPE, - ACTIONS(4159), 1, + ACTIONS(4443), 1, anon_sym_AMP_AMP, - ACTIONS(4161), 1, + ACTIONS(4445), 1, anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, - anon_sym_EQ, - ACTIONS(4273), 1, + ACTIONS(4453), 1, + anon_sym_as, + ACTIONS(4459), 1, anon_sym_DOT_DOT, - ACTIONS(4439), 1, - anon_sym_SEMI, - ACTIONS(4149), 2, + ACTIONS(4433), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4163), 2, + ACTIONS(4447), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + ACTIONS(4451), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, + ACTIONS(4461), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1866), 2, + STATE(1854), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(4435), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4167), 4, + ACTIONS(4449), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4189), 10, + ACTIONS(4181), 12, + anon_sym_LPAREN, + anon_sym_EQ_GT, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -163177,62 +162102,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [53072] = 23, + [51160] = 21, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(1188), 1, - anon_sym_RPAREN, - ACTIONS(3901), 1, + ACTIONS(4187), 1, + anon_sym_EQ, + ACTIONS(4377), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(4379), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(4381), 1, anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4153), 1, + ACTIONS(4437), 1, anon_sym_CARET, - ACTIONS(4155), 1, + ACTIONS(4439), 1, anon_sym_AMP, - ACTIONS(4157), 1, + ACTIONS(4441), 1, anon_sym_PIPE, - ACTIONS(4159), 1, + ACTIONS(4443), 1, anon_sym_AMP_AMP, - ACTIONS(4161), 1, + ACTIONS(4445), 1, anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, - anon_sym_EQ, - ACTIONS(4273), 1, + ACTIONS(4453), 1, + anon_sym_as, + ACTIONS(4459), 1, anon_sym_DOT_DOT, - ACTIONS(4461), 1, - anon_sym_COMMA, - ACTIONS(4149), 2, + ACTIONS(4433), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4163), 2, + ACTIONS(4447), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + ACTIONS(4451), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, + ACTIONS(4461), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1867), 2, + STATE(1855), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(4435), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4167), 4, + ACTIONS(4449), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4189), 10, + ACTIONS(4185), 12, + anon_sym_LPAREN, + anon_sym_EQ_GT, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -163243,62 +162166,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [53161] = 23, + [51245] = 15, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(326), 1, - anon_sym_RBRACE, - ACTIONS(3901), 1, + ACTIONS(4377), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(4379), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(4381), 1, anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4153), 1, + ACTIONS(4437), 1, anon_sym_CARET, - ACTIONS(4155), 1, + ACTIONS(4439), 1, anon_sym_AMP, - ACTIONS(4157), 1, + ACTIONS(4441), 1, anon_sym_PIPE, - ACTIONS(4159), 1, - anon_sym_AMP_AMP, - ACTIONS(4161), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, - anon_sym_EQ, - ACTIONS(4273), 1, - anon_sym_DOT_DOT, - ACTIONS(4439), 1, - anon_sym_SEMI, - ACTIONS(4149), 2, + ACTIONS(4453), 1, + anon_sym_as, + ACTIONS(4433), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4163), 2, + ACTIONS(4447), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4275), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1868), 2, + STATE(1856), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(4435), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4167), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4189), 10, + ACTIONS(3821), 4, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT_DOT, + ACTIONS(3817), 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, @@ -163309,62 +162218,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [53250] = 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, + [51318] = 19, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, + ACTIONS(4377), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(4379), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(4381), 1, anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4153), 1, + ACTIONS(4437), 1, anon_sym_CARET, - ACTIONS(4155), 1, + ACTIONS(4439), 1, anon_sym_AMP, - ACTIONS(4157), 1, + ACTIONS(4441), 1, anon_sym_PIPE, - ACTIONS(4159), 1, + ACTIONS(4443), 1, anon_sym_AMP_AMP, - ACTIONS(4161), 1, + ACTIONS(4445), 1, anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, + ACTIONS(4453), 1, + anon_sym_as, + ACTIONS(4191), 2, anon_sym_EQ, - ACTIONS(4273), 1, anon_sym_DOT_DOT, - ACTIONS(4439), 1, - anon_sym_SEMI, - ACTIONS(4519), 1, - anon_sym_RBRACE, - ACTIONS(4149), 2, + ACTIONS(4433), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4163), 2, + ACTIONS(4447), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + ACTIONS(4451), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1869), 2, + STATE(1857), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(4435), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4167), 4, + ACTIONS(4449), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4189), 10, + ACTIONS(4189), 14, + anon_sym_LPAREN, + anon_sym_EQ_GT, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -163375,15 +162284,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [53339] = 5, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + [51399] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1870), 2, + STATE(1858), 2, sym_line_comment, sym_block_comment, - ACTIONS(4119), 15, + ACTIONS(3889), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -163399,7 +162310,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4117), 23, + ACTIONS(3887), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -163423,62 +162334,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [53392] = 23, + [51452] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(330), 1, - anon_sym_RBRACE, - ACTIONS(3901), 1, - anon_sym_LBRACK, - ACTIONS(3905), 1, - anon_sym_QMARK, - ACTIONS(3907), 1, - anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4153), 1, + STATE(1859), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3893), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4155), 1, anon_sym_AMP, - ACTIONS(4157), 1, anon_sym_PIPE, - ACTIONS(4159), 1, - anon_sym_AMP_AMP, - ACTIONS(4161), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, - anon_sym_EQ, - ACTIONS(4273), 1, - anon_sym_DOT_DOT, - ACTIONS(4439), 1, - anon_sym_SEMI, - ACTIONS(4149), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4163), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1871), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4151), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4167), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4189), 10, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3891), 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, @@ -163489,62 +162375,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [53481] = 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, + [51505] = 22, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(332), 1, - anon_sym_RBRACE, - ACTIONS(3901), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4153), 1, - anon_sym_CARET, ACTIONS(4155), 1, - anon_sym_AMP, + anon_sym_CARET, ACTIONS(4157), 1, - anon_sym_PIPE, + anon_sym_AMP, ACTIONS(4159), 1, - anon_sym_AMP_AMP, + anon_sym_PIPE, ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, + ACTIONS(4169), 1, anon_sym_EQ, - ACTIONS(4273), 1, + ACTIONS(4249), 1, anon_sym_DOT_DOT, - ACTIONS(4439), 1, - anon_sym_SEMI, - ACTIONS(4149), 2, + ACTIONS(3907), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + ACTIONS(4151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4163), 2, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, + ACTIONS(4251), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1872), 2, + STATE(1860), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(4153), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4167), 4, + ACTIONS(4171), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4189), 10, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -163555,15 +162447,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [53570] = 5, + [51592] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1873), 2, + STATE(1861), 2, sym_line_comment, sym_block_comment, - ACTIONS(3969), 15, + ACTIONS(1478), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -163579,7 +162471,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3965), 23, + ACTIONS(1476), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -163603,15 +162495,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [53623] = 5, + [51645] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1874), 2, + STATE(1862), 2, sym_line_comment, sym_block_comment, - ACTIONS(3999), 15, + ACTIONS(1512), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -163627,7 +162519,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3997), 23, + ACTIONS(1510), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -163651,62 +162543,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [53676] = 23, + [51698] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(334), 1, - anon_sym_RBRACE, - ACTIONS(3901), 1, - anon_sym_LBRACK, - ACTIONS(3905), 1, - anon_sym_QMARK, - ACTIONS(3907), 1, - anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4153), 1, + STATE(1863), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1560), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4155), 1, anon_sym_AMP, - ACTIONS(4157), 1, anon_sym_PIPE, - ACTIONS(4159), 1, - anon_sym_AMP_AMP, - ACTIONS(4161), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, - anon_sym_EQ, - ACTIONS(4273), 1, - anon_sym_DOT_DOT, - ACTIONS(4439), 1, - anon_sym_SEMI, - ACTIONS(4149), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4163), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1875), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4151), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4167), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4189), 10, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(1558), 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, @@ -163717,62 +162584,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [53765] = 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, + [51751] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, - anon_sym_LBRACK, - ACTIONS(3905), 1, - anon_sym_QMARK, - ACTIONS(3907), 1, - anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4153), 1, + STATE(1864), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3917), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4155), 1, anon_sym_AMP, - ACTIONS(4157), 1, anon_sym_PIPE, - ACTIONS(4159), 1, - anon_sym_AMP_AMP, - ACTIONS(4161), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, - anon_sym_EQ, - ACTIONS(4273), 1, - anon_sym_DOT_DOT, - ACTIONS(4439), 1, - anon_sym_SEMI, - ACTIONS(4521), 1, - anon_sym_RBRACE, - ACTIONS(4149), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4163), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1876), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4151), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4167), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4189), 10, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3915), 23, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_EQ_GT, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -163783,62 +162632,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [53854] = 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, + [51804] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(338), 1, - anon_sym_RBRACE, - ACTIONS(3901), 1, - anon_sym_LBRACK, - ACTIONS(3905), 1, - anon_sym_QMARK, - ACTIONS(3907), 1, - anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4153), 1, + STATE(1865), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4047), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4155), 1, anon_sym_AMP, - ACTIONS(4157), 1, anon_sym_PIPE, - ACTIONS(4159), 1, - anon_sym_AMP_AMP, - ACTIONS(4161), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, - anon_sym_EQ, - ACTIONS(4273), 1, - anon_sym_DOT_DOT, - ACTIONS(4439), 1, - anon_sym_SEMI, - ACTIONS(4149), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4163), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1877), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4151), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4167), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4189), 10, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(4045), 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, @@ -163849,62 +162680,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [53943] = 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, + [51857] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(340), 1, - anon_sym_RBRACE, - ACTIONS(3901), 1, - anon_sym_LBRACK, - ACTIONS(3905), 1, - anon_sym_QMARK, - ACTIONS(3907), 1, - anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4153), 1, + STATE(1866), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1516), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4155), 1, anon_sym_AMP, - ACTIONS(4157), 1, anon_sym_PIPE, - ACTIONS(4159), 1, - anon_sym_AMP_AMP, - ACTIONS(4161), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, - anon_sym_EQ, - ACTIONS(4273), 1, - anon_sym_DOT_DOT, - ACTIONS(4439), 1, - anon_sym_SEMI, - ACTIONS(4149), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4163), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1878), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4151), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4167), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4189), 10, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(1514), 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, @@ -163915,62 +162728,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [54032] = 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, + [51910] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(125), 1, - anon_sym_RBRACE, - ACTIONS(3901), 1, - anon_sym_LBRACK, - ACTIONS(3905), 1, - anon_sym_QMARK, - ACTIONS(3907), 1, - anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4153), 1, + STATE(1867), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1520), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4155), 1, anon_sym_AMP, - ACTIONS(4157), 1, anon_sym_PIPE, - ACTIONS(4159), 1, - anon_sym_AMP_AMP, - ACTIONS(4161), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, - anon_sym_EQ, - ACTIONS(4273), 1, - anon_sym_DOT_DOT, - ACTIONS(4439), 1, - anon_sym_SEMI, - ACTIONS(4149), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4163), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1879), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4151), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4167), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4189), 10, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(1518), 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, @@ -163981,23 +162776,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [54121] = 9, + anon_sym_EQ_EQ, + 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, + [51963] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4407), 1, - anon_sym_LBRACK, - ACTIONS(4413), 1, - anon_sym_QMARK, - ACTIONS(4431), 1, - anon_sym_DOT, - ACTIONS(4437), 1, - anon_sym_as, - STATE(1880), 2, + STATE(1868), 2, sym_line_comment, sym_block_comment, - ACTIONS(3989), 14, + ACTIONS(1460), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -164011,10 +162805,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(3987), 20, + ACTIONS(1458), 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, @@ -164033,62 +162830,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - [54182] = 23, + anon_sym_as, + [52016] = 22, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4153), 1, - anon_sym_CARET, ACTIONS(4155), 1, - anon_sym_AMP, + anon_sym_CARET, ACTIONS(4157), 1, - anon_sym_PIPE, + anon_sym_AMP, ACTIONS(4159), 1, - anon_sym_AMP_AMP, + anon_sym_PIPE, ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, + ACTIONS(4169), 1, anon_sym_EQ, - ACTIONS(4273), 1, + ACTIONS(4249), 1, anon_sym_DOT_DOT, - ACTIONS(4439), 1, - anon_sym_SEMI, - ACTIONS(4523), 1, - anon_sym_RBRACE, - ACTIONS(4149), 2, + ACTIONS(4075), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + ACTIONS(4151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4163), 2, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, + ACTIONS(4251), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1881), 2, + STATE(1869), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(4153), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4167), 4, + ACTIONS(4171), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4189), 10, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -164099,62 +162896,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [54271] = 23, + [52103] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, - anon_sym_LBRACK, - ACTIONS(3905), 1, - anon_sym_QMARK, - ACTIONS(3907), 1, - anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4153), 1, + STATE(1870), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1548), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4155), 1, anon_sym_AMP, - ACTIONS(4157), 1, anon_sym_PIPE, - ACTIONS(4159), 1, - anon_sym_AMP_AMP, - ACTIONS(4161), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, - anon_sym_EQ, - ACTIONS(4273), 1, - anon_sym_DOT_DOT, - ACTIONS(4525), 1, - anon_sym_SEMI, - ACTIONS(4527), 1, - anon_sym_else, - ACTIONS(4149), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4163), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1882), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4151), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4167), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4189), 10, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(1546), 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, @@ -164165,61 +162937,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [54360] = 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, + [52156] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, - anon_sym_LBRACK, - ACTIONS(3905), 1, - anon_sym_QMARK, - ACTIONS(3907), 1, - anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4381), 1, + STATE(1871), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1482), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4383), 1, anon_sym_AMP, - ACTIONS(4385), 1, anon_sym_PIPE, - ACTIONS(4387), 1, - anon_sym_AMP_AMP, - ACTIONS(4389), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4395), 1, - anon_sym_EQ, - ACTIONS(4457), 1, - anon_sym_DOT_DOT, - ACTIONS(4039), 2, - anon_sym_LPAREN, - anon_sym_LBRACE, - ACTIONS(4377), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4391), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4399), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4459), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1883), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4379), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4397), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4393), 10, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(1480), 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, @@ -164230,74 +162985,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [54447] = 16, - ACTIONS(29), 1, - anon_sym_LT, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(4295), 1, - sym_identifier, - ACTIONS(4297), 1, - anon_sym_LBRACE, - ACTIONS(4301), 1, - anon_sym_STAR, - ACTIONS(4307), 1, - anon_sym_COLON_COLON, - ACTIONS(4311), 1, - sym_metavariable, - STATE(2606), 1, - sym_scoped_identifier, - STATE(3502), 1, - sym_bracketed_type, - STATE(3606), 1, - sym_generic_type_with_turbofish, - STATE(3731), 1, - sym__use_clause, - STATE(1884), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4309), 3, - sym_self, - sym_super, - sym_crate, - STATE(3144), 4, - sym_scoped_use_list, - sym_use_list, - sym_use_as_clause, - sym_use_wildcard, - ACTIONS(4303), 21, - anon_sym_u8, - anon_sym_i8, - anon_sym_u16, - anon_sym_i16, - anon_sym_u32, - anon_sym_i32, - anon_sym_u64, - anon_sym_i64, - anon_sym_u128, - anon_sym_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, - anon_sym_raw, - [54522] = 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, + [52209] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1885), 2, + STATE(1872), 2, sym_line_comment, sym_block_comment, - ACTIONS(4017), 15, + ACTIONS(1506), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -164313,7 +163016,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4015), 23, + ACTIONS(1504), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -164337,15 +163040,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [54575] = 5, + [52262] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1886), 2, + STATE(1873), 2, sym_line_comment, sym_block_comment, - ACTIONS(4029), 15, + ACTIONS(974), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -164361,7 +163064,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4027), 23, + ACTIONS(976), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -164385,62 +163088,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [54628] = 23, + [52315] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, - anon_sym_LBRACK, - ACTIONS(3905), 1, - anon_sym_QMARK, - ACTIONS(3907), 1, - anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4153), 1, + STATE(1874), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(994), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4155), 1, anon_sym_AMP, - ACTIONS(4157), 1, anon_sym_PIPE, - ACTIONS(4159), 1, - anon_sym_AMP_AMP, - ACTIONS(4161), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, - anon_sym_EQ, - ACTIONS(4273), 1, - anon_sym_DOT_DOT, - ACTIONS(4439), 1, - anon_sym_SEMI, - ACTIONS(4529), 1, - anon_sym_RBRACE, - ACTIONS(4149), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4163), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1887), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4151), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4167), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4189), 10, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(996), 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, @@ -164451,15 +163129,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [54717] = 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, + [52368] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1888), 2, + STATE(1875), 2, sym_line_comment, sym_block_comment, - ACTIONS(4045), 15, + ACTIONS(1556), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -164475,7 +163160,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4043), 23, + ACTIONS(1554), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -164499,15 +163184,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [54770] = 5, + [52421] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1889), 2, + STATE(1876), 2, sym_line_comment, sym_block_comment, - ACTIONS(3897), 15, + ACTIONS(1006), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -164523,7 +163208,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3895), 23, + ACTIONS(1008), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -164547,15 +163232,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [54823] = 5, + [52474] = 22, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1890), 2, + ACTIONS(4377), 1, + anon_sym_LBRACK, + ACTIONS(4379), 1, + anon_sym_QMARK, + ACTIONS(4381), 1, + anon_sym_DOT, + ACTIONS(4437), 1, + anon_sym_CARET, + ACTIONS(4439), 1, + anon_sym_AMP, + ACTIONS(4441), 1, + anon_sym_PIPE, + ACTIONS(4443), 1, + anon_sym_AMP_AMP, + ACTIONS(4445), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4453), 1, + anon_sym_as, + ACTIONS(4459), 1, + anon_sym_DOT_DOT, + ACTIONS(4475), 1, + anon_sym_EQ, + ACTIONS(4041), 2, + anon_sym_LPAREN, + anon_sym_EQ_GT, + ACTIONS(4433), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4447), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4451), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4461), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1877), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4435), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4449), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4473), 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, + [52561] = 5, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + STATE(1878), 2, sym_line_comment, sym_block_comment, - ACTIONS(4059), 15, + ACTIONS(1014), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -164571,7 +163321,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4057), 23, + ACTIONS(1016), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -164595,74 +163345,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [54876] = 16, - ACTIONS(29), 1, - anon_sym_LT, + [52614] = 22, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4295), 1, - sym_identifier, - ACTIONS(4297), 1, - anon_sym_LBRACE, - ACTIONS(4301), 1, - anon_sym_STAR, - ACTIONS(4307), 1, - anon_sym_COLON_COLON, - ACTIONS(4311), 1, - sym_metavariable, - STATE(2606), 1, - sym_scoped_identifier, - STATE(3502), 1, - sym_bracketed_type, - STATE(3606), 1, - sym_generic_type_with_turbofish, - STATE(3696), 1, - sym__use_clause, - STATE(1891), 2, + ACTIONS(4377), 1, + anon_sym_LBRACK, + ACTIONS(4379), 1, + anon_sym_QMARK, + ACTIONS(4381), 1, + anon_sym_DOT, + ACTIONS(4437), 1, + anon_sym_CARET, + ACTIONS(4439), 1, + anon_sym_AMP, + ACTIONS(4441), 1, + anon_sym_PIPE, + ACTIONS(4443), 1, + anon_sym_AMP_AMP, + ACTIONS(4445), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4453), 1, + anon_sym_as, + ACTIONS(4459), 1, + anon_sym_DOT_DOT, + ACTIONS(4475), 1, + anon_sym_EQ, + ACTIONS(4117), 2, + anon_sym_LPAREN, + anon_sym_EQ_GT, + ACTIONS(4433), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4447), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4451), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4461), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1879), 2, sym_line_comment, sym_block_comment, - ACTIONS(4309), 3, - sym_self, - sym_super, - sym_crate, - STATE(3144), 4, - sym_scoped_use_list, - sym_use_list, - sym_use_as_clause, - sym_use_wildcard, - ACTIONS(4303), 21, - anon_sym_u8, - anon_sym_i8, - anon_sym_u16, - anon_sym_i16, - anon_sym_u32, - anon_sym_i32, - anon_sym_u64, - anon_sym_i64, - anon_sym_u128, - anon_sym_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, - anon_sym_raw, - [54951] = 5, + ACTIONS(4435), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4449), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4473), 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, + [52701] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1892), 2, + STATE(1880), 2, sym_line_comment, sym_block_comment, - ACTIONS(4021), 15, + ACTIONS(1490), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -164678,7 +163434,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4019), 23, + ACTIONS(1488), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -164702,15 +163458,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [55004] = 5, + [52754] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1893), 2, + STATE(1881), 2, sym_line_comment, sym_block_comment, - ACTIONS(3515), 15, + ACTIONS(1018), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -164726,7 +163482,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3513), 23, + ACTIONS(1020), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -164750,15 +163506,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [55057] = 5, + [52807] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1894), 2, + STATE(1882), 2, sym_line_comment, sym_block_comment, - ACTIONS(1506), 15, + ACTIONS(1534), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -164774,7 +163530,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1504), 23, + ACTIONS(1532), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -164798,37 +163554,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [55110] = 5, + [52860] = 22, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1895), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3911), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(4377), 1, + anon_sym_LBRACK, + ACTIONS(4379), 1, + anon_sym_QMARK, + ACTIONS(4381), 1, + anon_sym_DOT, + ACTIONS(4437), 1, anon_sym_CARET, + ACTIONS(4439), 1, anon_sym_AMP, + ACTIONS(4441), 1, anon_sym_PIPE, + ACTIONS(4443), 1, + anon_sym_AMP_AMP, + ACTIONS(4445), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4453), 1, + anon_sym_as, + ACTIONS(4459), 1, + anon_sym_DOT_DOT, + ACTIONS(4475), 1, + anon_sym_EQ, + ACTIONS(3907), 2, + anon_sym_LPAREN, + anon_sym_EQ_GT, + ACTIONS(4433), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4447), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4451), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3909), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4461), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1883), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4435), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4449), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4473), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -164839,44 +163619,127 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_as, - [55163] = 5, + [52947] = 23, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1896), 2, + ACTIONS(3819), 1, + anon_sym_LBRACK, + ACTIONS(3823), 1, + anon_sym_QMARK, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4155), 1, + anon_sym_CARET, + ACTIONS(4157), 1, + anon_sym_AMP, + ACTIONS(4159), 1, + anon_sym_PIPE, + ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4169), 1, + anon_sym_EQ, + ACTIONS(4249), 1, + anon_sym_DOT_DOT, + ACTIONS(4477), 1, + anon_sym_SEMI, + ACTIONS(4479), 1, + anon_sym_else, + ACTIONS(4151), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4165), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4173), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4251), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1884), 2, sym_line_comment, sym_block_comment, - ACTIONS(1506), 15, - anon_sym_PLUS, + ACTIONS(4153), 3, anon_sym_STAR, - anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(4171), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4167), 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, + [53036] = 22, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(4377), 1, + anon_sym_LBRACK, + ACTIONS(4379), 1, + anon_sym_QMARK, + ACTIONS(4381), 1, + anon_sym_DOT, + ACTIONS(4437), 1, anon_sym_CARET, + ACTIONS(4439), 1, anon_sym_AMP, + ACTIONS(4441), 1, anon_sym_PIPE, + ACTIONS(4443), 1, + anon_sym_AMP_AMP, + ACTIONS(4445), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4453), 1, + anon_sym_as, + ACTIONS(4459), 1, + anon_sym_DOT_DOT, + ACTIONS(4475), 1, + anon_sym_EQ, + ACTIONS(4075), 2, + anon_sym_LPAREN, + anon_sym_EQ_GT, + ACTIONS(4433), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4447), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4451), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(1504), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4461), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1885), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4435), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4449), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4473), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -164887,22 +163750,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, - [55216] = 5, + [53123] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1897), 2, + STATE(1886), 2, sym_line_comment, sym_block_comment, - ACTIONS(3749), 15, + ACTIONS(1084), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -164918,7 +163774,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3745), 23, + ACTIONS(1086), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -164942,15 +163798,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [55269] = 5, + [53176] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1898), 2, + STATE(1887), 2, sym_line_comment, sym_block_comment, - ACTIONS(4083), 15, + ACTIONS(1088), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -164966,7 +163822,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4081), 23, + ACTIONS(1090), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -164990,37 +163846,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [55322] = 5, + [53229] = 23, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1899), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3855), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3819), 1, + anon_sym_LBRACK, + ACTIONS(3823), 1, + anon_sym_QMARK, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4155), 1, anon_sym_CARET, + ACTIONS(4157), 1, anon_sym_AMP, + ACTIONS(4159), 1, anon_sym_PIPE, + ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4169), 1, + anon_sym_EQ, + ACTIONS(4249), 1, + anon_sym_DOT_DOT, + ACTIONS(4481), 1, + anon_sym_RPAREN, + ACTIONS(4483), 1, + anon_sym_COMMA, + ACTIONS(4151), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3853), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4251), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1888), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4153), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4171), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -165031,44 +163912,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_as, - [55375] = 5, + [53318] = 23, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1900), 2, + ACTIONS(298), 1, + anon_sym_RBRACE, + ACTIONS(3819), 1, + anon_sym_LBRACK, + ACTIONS(3823), 1, + anon_sym_QMARK, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4155), 1, + anon_sym_CARET, + ACTIONS(4157), 1, + anon_sym_AMP, + ACTIONS(4159), 1, + anon_sym_PIPE, + ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4169), 1, + anon_sym_EQ, + ACTIONS(4249), 1, + anon_sym_DOT_DOT, + ACTIONS(4427), 1, + anon_sym_SEMI, + ACTIONS(4151), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4165), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4173), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4251), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1889), 2, sym_line_comment, sym_block_comment, - ACTIONS(4087), 15, - anon_sym_PLUS, + ACTIONS(4153), 3, anon_sym_STAR, - anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(4171), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4167), 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, + [53407] = 23, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(3819), 1, + anon_sym_LBRACK, + ACTIONS(3823), 1, + anon_sym_QMARK, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4393), 1, anon_sym_CARET, + ACTIONS(4395), 1, anon_sym_AMP, + ACTIONS(4397), 1, anon_sym_PIPE, + ACTIONS(4399), 1, + anon_sym_AMP_AMP, + ACTIONS(4401), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4407), 1, + anon_sym_EQ, + ACTIONS(4413), 1, + anon_sym_DOT_DOT, + ACTIONS(4485), 1, + anon_sym_LBRACE, + STATE(1458), 1, + sym_match_block, + ACTIONS(4389), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4403), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4411), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(4085), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4415), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1890), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4391), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4409), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4405), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -165079,22 +164044,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, - [55428] = 5, + [53496] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1901), 2, + STATE(1891), 2, sym_line_comment, sym_block_comment, - ACTIONS(1506), 15, + ACTIONS(4119), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -165110,7 +164068,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1504), 23, + ACTIONS(4117), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -165134,37 +164092,128 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [55481] = 5, + [53549] = 23, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1902), 2, + ACTIONS(302), 1, + anon_sym_RBRACE, + ACTIONS(3819), 1, + anon_sym_LBRACK, + ACTIONS(3823), 1, + anon_sym_QMARK, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4155), 1, + anon_sym_CARET, + ACTIONS(4157), 1, + anon_sym_AMP, + ACTIONS(4159), 1, + anon_sym_PIPE, + ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4169), 1, + anon_sym_EQ, + ACTIONS(4249), 1, + anon_sym_DOT_DOT, + ACTIONS(4427), 1, + anon_sym_SEMI, + ACTIONS(4151), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4165), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4173), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4251), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1892), 2, sym_line_comment, sym_block_comment, - ACTIONS(3873), 15, - anon_sym_PLUS, + ACTIONS(4153), 3, anon_sym_STAR, - anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(4171), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4167), 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, + [53638] = 23, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(3819), 1, + anon_sym_LBRACK, + ACTIONS(3823), 1, + anon_sym_QMARK, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4155), 1, anon_sym_CARET, + ACTIONS(4157), 1, anon_sym_AMP, + ACTIONS(4159), 1, anon_sym_PIPE, + ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4169), 1, + anon_sym_EQ, + ACTIONS(4249), 1, + anon_sym_DOT_DOT, + ACTIONS(4487), 1, + anon_sym_RPAREN, + ACTIONS(4489), 1, + anon_sym_COMMA, + ACTIONS(4151), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3871), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4251), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1893), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4153), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4171), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -165175,22 +164224,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, - [55534] = 5, + [53727] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1903), 2, + STATE(1894), 2, sym_line_comment, sym_block_comment, - ACTIONS(3915), 15, + ACTIONS(1468), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -165206,7 +164248,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3913), 23, + ACTIONS(1466), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -165230,40 +164272,128 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [55587] = 8, + [53780] = 23, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4407), 1, + ACTIONS(1298), 1, + anon_sym_RPAREN, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(4413), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(4431), 1, + ACTIONS(3825), 1, anon_sym_DOT, - STATE(1904), 2, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4155), 1, + anon_sym_CARET, + ACTIONS(4157), 1, + anon_sym_AMP, + ACTIONS(4159), 1, + anon_sym_PIPE, + ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4169), 1, + anon_sym_EQ, + ACTIONS(4249), 1, + anon_sym_DOT_DOT, + ACTIONS(4417), 1, + anon_sym_COMMA, + ACTIONS(4151), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4165), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4173), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4251), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1895), 2, sym_line_comment, sym_block_comment, - ACTIONS(3903), 14, - anon_sym_PLUS, + ACTIONS(4153), 3, anon_sym_STAR, - anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(4171), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4167), 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, + [53869] = 23, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(3819), 1, + anon_sym_LBRACK, + ACTIONS(3823), 1, + anon_sym_QMARK, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4155), 1, anon_sym_CARET, + ACTIONS(4157), 1, anon_sym_AMP, + ACTIONS(4159), 1, anon_sym_PIPE, + ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4169), 1, + anon_sym_EQ, + ACTIONS(4249), 1, + anon_sym_DOT_DOT, + ACTIONS(4491), 1, + anon_sym_SEMI, + ACTIONS(4493), 1, + anon_sym_else, + ACTIONS(4151), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT_DOT, - ACTIONS(3899), 21, - anon_sym_LPAREN, - anon_sym_EQ_GT, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4251), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1896), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4153), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4171), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -165274,69 +164404,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, - [55646] = 23, + [53958] = 23, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(292), 1, + ACTIONS(304), 1, anon_sym_RBRACE, - ACTIONS(3901), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4153), 1, - anon_sym_CARET, ACTIONS(4155), 1, - anon_sym_AMP, + anon_sym_CARET, ACTIONS(4157), 1, - anon_sym_PIPE, + anon_sym_AMP, ACTIONS(4159), 1, - anon_sym_AMP_AMP, + anon_sym_PIPE, ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, + ACTIONS(4169), 1, anon_sym_EQ, - ACTIONS(4273), 1, + ACTIONS(4249), 1, anon_sym_DOT_DOT, - ACTIONS(4439), 1, + ACTIONS(4427), 1, anon_sym_SEMI, - ACTIONS(4149), 2, + ACTIONS(4151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4163), 2, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, + ACTIONS(4251), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1905), 2, + STATE(1897), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(4153), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4167), 4, + ACTIONS(4171), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4189), 10, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -165347,37 +164470,128 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [55735] = 5, + [54047] = 23, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1906), 2, + ACTIONS(288), 1, + anon_sym_RBRACE, + ACTIONS(3819), 1, + anon_sym_LBRACK, + ACTIONS(3823), 1, + anon_sym_QMARK, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4155), 1, + anon_sym_CARET, + ACTIONS(4157), 1, + anon_sym_AMP, + ACTIONS(4159), 1, + anon_sym_PIPE, + ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4169), 1, + anon_sym_EQ, + ACTIONS(4249), 1, + anon_sym_DOT_DOT, + ACTIONS(4427), 1, + anon_sym_SEMI, + ACTIONS(4151), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4165), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4173), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4251), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1898), 2, sym_line_comment, sym_block_comment, - ACTIONS(4103), 15, - anon_sym_PLUS, + ACTIONS(4153), 3, anon_sym_STAR, - anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(4171), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4167), 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, + [54136] = 23, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(1326), 1, + anon_sym_RPAREN, + ACTIONS(3819), 1, + anon_sym_LBRACK, + ACTIONS(3823), 1, + anon_sym_QMARK, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4155), 1, anon_sym_CARET, + ACTIONS(4157), 1, anon_sym_AMP, + ACTIONS(4159), 1, anon_sym_PIPE, + ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4169), 1, + anon_sym_EQ, + ACTIONS(4249), 1, + anon_sym_DOT_DOT, + ACTIONS(4417), 1, + anon_sym_COMMA, + ACTIONS(4151), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(4101), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4251), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1899), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4153), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4171), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -165388,47 +164602,126 @@ 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, - [55788] = 8, + [54225] = 22, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4407), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(4413), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(4431), 1, + ACTIONS(3825), 1, anon_sym_DOT, - STATE(1907), 2, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4155), 1, + anon_sym_CARET, + ACTIONS(4157), 1, + anon_sym_AMP, + ACTIONS(4159), 1, + anon_sym_PIPE, + ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4169), 1, + anon_sym_EQ, + ACTIONS(4249), 1, + anon_sym_DOT_DOT, + ACTIONS(4151), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4165), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4173), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4251), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + ACTIONS(4495), 2, + anon_sym_RBRACE, + anon_sym_COMMA, + STATE(1900), 2, sym_line_comment, sym_block_comment, - ACTIONS(3923), 14, - anon_sym_PLUS, + ACTIONS(4153), 3, anon_sym_STAR, - anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(4171), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4167), 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, + [54312] = 22, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(3819), 1, + anon_sym_LBRACK, + ACTIONS(3823), 1, + anon_sym_QMARK, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4155), 1, anon_sym_CARET, + ACTIONS(4157), 1, anon_sym_AMP, + ACTIONS(4159), 1, anon_sym_PIPE, + ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4169), 1, + anon_sym_EQ, + ACTIONS(4249), 1, + anon_sym_DOT_DOT, + ACTIONS(4151), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT_DOT, - ACTIONS(3921), 21, - anon_sym_LPAREN, - anon_sym_EQ_GT, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4251), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + ACTIONS(4497), 2, + anon_sym_RBRACE, + anon_sym_COMMA, + STATE(1901), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4153), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4171), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -165439,44 +164732,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_as, - [55847] = 5, + [54399] = 23, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1908), 2, + ACTIONS(3819), 1, + anon_sym_LBRACK, + ACTIONS(3823), 1, + anon_sym_QMARK, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4155), 1, + anon_sym_CARET, + ACTIONS(4157), 1, + anon_sym_AMP, + ACTIONS(4159), 1, + anon_sym_PIPE, + ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4169), 1, + anon_sym_EQ, + ACTIONS(4249), 1, + anon_sym_DOT_DOT, + ACTIONS(4499), 1, + anon_sym_SEMI, + ACTIONS(4501), 1, + anon_sym_else, + ACTIONS(4151), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4165), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4173), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4251), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1902), 2, sym_line_comment, sym_block_comment, - ACTIONS(3947), 15, - anon_sym_PLUS, + ACTIONS(4153), 3, anon_sym_STAR, - anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(4171), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4167), 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, + [54488] = 23, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(3819), 1, + anon_sym_LBRACK, + ACTIONS(3823), 1, + anon_sym_QMARK, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4155), 1, anon_sym_CARET, + ACTIONS(4157), 1, anon_sym_AMP, + ACTIONS(4159), 1, anon_sym_PIPE, + ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4169), 1, + anon_sym_EQ, + ACTIONS(4249), 1, + anon_sym_DOT_DOT, + ACTIONS(4427), 1, + anon_sym_SEMI, + ACTIONS(4503), 1, + anon_sym_RBRACE, + ACTIONS(4151), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3945), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4251), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1903), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4153), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4171), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -165487,44 +164864,194 @@ 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, - [55900] = 5, + [54577] = 23, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1909), 2, + ACTIONS(3819), 1, + anon_sym_LBRACK, + ACTIONS(3823), 1, + anon_sym_QMARK, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4155), 1, + anon_sym_CARET, + ACTIONS(4157), 1, + anon_sym_AMP, + ACTIONS(4159), 1, + anon_sym_PIPE, + ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4169), 1, + anon_sym_EQ, + ACTIONS(4249), 1, + anon_sym_DOT_DOT, + ACTIONS(4417), 1, + anon_sym_COMMA, + ACTIONS(4505), 1, + anon_sym_RPAREN, + ACTIONS(4151), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4165), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4173), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4251), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1904), 2, sym_line_comment, sym_block_comment, - ACTIONS(3831), 15, - anon_sym_PLUS, + ACTIONS(4153), 3, anon_sym_STAR, - anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(4171), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4167), 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, + [54666] = 23, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(3819), 1, + anon_sym_LBRACK, + ACTIONS(3823), 1, + anon_sym_QMARK, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4155), 1, anon_sym_CARET, + ACTIONS(4157), 1, anon_sym_AMP, + ACTIONS(4159), 1, anon_sym_PIPE, + ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4169), 1, + anon_sym_EQ, + ACTIONS(4249), 1, + anon_sym_DOT_DOT, + ACTIONS(4507), 1, + anon_sym_SEMI, + ACTIONS(4509), 1, + anon_sym_else, + ACTIONS(4151), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3829), 23, - anon_sym_LPAREN, + ACTIONS(4251), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1905), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4153), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4171), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4167), 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, + [54755] = 23, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(3819), 1, anon_sym_LBRACK, - anon_sym_EQ_GT, + ACTIONS(3823), 1, anon_sym_QMARK, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4155), 1, + anon_sym_CARET, + ACTIONS(4157), 1, + anon_sym_AMP, + ACTIONS(4159), 1, + anon_sym_PIPE, + ACTIONS(4161), 1, anon_sym_AMP_AMP, + ACTIONS(4163), 1, anon_sym_PIPE_PIPE, + ACTIONS(4169), 1, + anon_sym_EQ, + ACTIONS(4249), 1, + anon_sym_DOT_DOT, + ACTIONS(4511), 1, + anon_sym_SEMI, + ACTIONS(4513), 1, + anon_sym_else, + ACTIONS(4151), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4165), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4173), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4251), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1906), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4153), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4171), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -165535,63 +165062,122 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, + [54844] = 23, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(306), 1, + anon_sym_RBRACE, + ACTIONS(3819), 1, + anon_sym_LBRACK, + ACTIONS(3823), 1, + anon_sym_QMARK, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4155), 1, + anon_sym_CARET, + ACTIONS(4157), 1, + anon_sym_AMP, + ACTIONS(4159), 1, + anon_sym_PIPE, + ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4169), 1, + anon_sym_EQ, + ACTIONS(4249), 1, + anon_sym_DOT_DOT, + ACTIONS(4427), 1, + anon_sym_SEMI, + ACTIONS(4151), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4165), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4173), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4251), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1907), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4153), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4171), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_as, - [55953] = 19, + ACTIONS(4167), 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, + [54933] = 19, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4407), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(4413), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(4415), 1, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4393), 1, anon_sym_CARET, - ACTIONS(4417), 1, + ACTIONS(4395), 1, anon_sym_AMP, - ACTIONS(4419), 1, + ACTIONS(4397), 1, anon_sym_PIPE, - ACTIONS(4421), 1, + ACTIONS(4399), 1, anon_sym_AMP_AMP, - ACTIONS(4423), 1, + ACTIONS(4401), 1, anon_sym_PIPE_PIPE, - ACTIONS(4431), 1, - anon_sym_DOT, - ACTIONS(4437), 1, - anon_sym_as, - ACTIONS(394), 2, + ACTIONS(382), 2, anon_sym_EQ, anon_sym_DOT_DOT, - ACTIONS(4409), 2, + ACTIONS(4389), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4425), 2, + ACTIONS(4403), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4429), 2, + ACTIONS(4411), 2, anon_sym_GT, anon_sym_LT, - STATE(1910), 2, + STATE(1908), 2, sym_line_comment, sym_block_comment, - ACTIONS(4411), 3, + ACTIONS(4391), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4427), 4, + ACTIONS(4409), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(392), 14, + ACTIONS(380), 14, anon_sym_LPAREN, - anon_sym_EQ_GT, + anon_sym_LBRACE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -165604,40 +165190,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - [56034] = 8, + [55014] = 21, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4407), 1, + ACTIONS(352), 1, + anon_sym_EQ, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(4413), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(4431), 1, + ACTIONS(3825), 1, anon_sym_DOT, - STATE(1911), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4037), 14, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4393), 1, anon_sym_CARET, + ACTIONS(4395), 1, anon_sym_AMP, + ACTIONS(4397), 1, anon_sym_PIPE, + ACTIONS(4399), 1, + anon_sym_AMP_AMP, + ACTIONS(4401), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4455), 1, + anon_sym_DOT_DOT, + ACTIONS(4389), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4403), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4411), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT_DOT, - ACTIONS(4035), 21, + ACTIONS(4457), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1909), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4391), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4409), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(346), 12, anon_sym_LPAREN, - anon_sym_EQ_GT, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + anon_sym_LBRACE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -165648,67 +165254,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, - [56093] = 21, + [55099] = 23, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(352), 1, - anon_sym_EQ, - ACTIONS(4407), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(4413), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(4415), 1, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4393), 1, anon_sym_CARET, - ACTIONS(4417), 1, + ACTIONS(4395), 1, anon_sym_AMP, - ACTIONS(4419), 1, + ACTIONS(4397), 1, anon_sym_PIPE, - ACTIONS(4421), 1, + ACTIONS(4399), 1, anon_sym_AMP_AMP, - ACTIONS(4423), 1, + ACTIONS(4401), 1, anon_sym_PIPE_PIPE, - ACTIONS(4431), 1, - anon_sym_DOT, - ACTIONS(4433), 1, + ACTIONS(4407), 1, + anon_sym_EQ, + ACTIONS(4413), 1, anon_sym_DOT_DOT, - ACTIONS(4437), 1, - anon_sym_as, - ACTIONS(4409), 2, + ACTIONS(4515), 1, + anon_sym_LBRACE, + STATE(490), 1, + sym_match_block, + ACTIONS(4389), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4425), 2, + ACTIONS(4403), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4429), 2, + ACTIONS(4411), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4435), 2, + ACTIONS(4415), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1912), 2, + STATE(1910), 2, sym_line_comment, sym_block_comment, - ACTIONS(4411), 3, + ACTIONS(4391), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4427), 4, + ACTIONS(4409), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(346), 12, - anon_sym_LPAREN, - anon_sym_EQ_GT, + ACTIONS(4405), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -165719,96 +165320,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [56178] = 16, - ACTIONS(29), 1, - anon_sym_LT, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(4295), 1, - sym_identifier, - ACTIONS(4297), 1, - anon_sym_LBRACE, - ACTIONS(4301), 1, - anon_sym_STAR, - ACTIONS(4307), 1, - anon_sym_COLON_COLON, - ACTIONS(4311), 1, - sym_metavariable, - STATE(2606), 1, - sym_scoped_identifier, - STATE(3502), 1, - sym_bracketed_type, - STATE(3552), 1, - sym__use_clause, - STATE(3606), 1, - sym_generic_type_with_turbofish, - STATE(1913), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4309), 3, - sym_self, - sym_super, - sym_crate, - STATE(3144), 4, - sym_scoped_use_list, - sym_use_list, - sym_use_as_clause, - sym_use_wildcard, - ACTIONS(4303), 21, - anon_sym_u8, - anon_sym_i8, - anon_sym_u16, - anon_sym_i16, - anon_sym_u32, - anon_sym_i32, - anon_sym_u64, - anon_sym_i64, - anon_sym_u128, - anon_sym_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, - anon_sym_raw, - [56253] = 5, + [55188] = 21, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1914), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3847), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3819), 1, + anon_sym_LBRACK, + ACTIONS(3823), 1, + anon_sym_QMARK, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4207), 1, + anon_sym_EQ, + ACTIONS(4393), 1, anon_sym_CARET, + ACTIONS(4395), 1, anon_sym_AMP, + ACTIONS(4397), 1, anon_sym_PIPE, + ACTIONS(4399), 1, + anon_sym_AMP_AMP, + ACTIONS(4401), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4455), 1, + anon_sym_DOT_DOT, + ACTIONS(4389), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4403), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4411), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3845), 23, + ACTIONS(4457), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1911), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4391), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4409), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4205), 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, @@ -165819,68 +165384,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, - [56306] = 22, + [55273] = 21, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4381), 1, + ACTIONS(4213), 1, + anon_sym_EQ, + ACTIONS(4393), 1, anon_sym_CARET, - ACTIONS(4383), 1, + ACTIONS(4395), 1, anon_sym_AMP, - ACTIONS(4385), 1, + ACTIONS(4397), 1, anon_sym_PIPE, - ACTIONS(4387), 1, + ACTIONS(4399), 1, anon_sym_AMP_AMP, - ACTIONS(4389), 1, + ACTIONS(4401), 1, anon_sym_PIPE_PIPE, - ACTIONS(4395), 1, - anon_sym_EQ, - ACTIONS(4457), 1, + ACTIONS(4455), 1, anon_sym_DOT_DOT, - ACTIONS(4019), 2, - anon_sym_LPAREN, - anon_sym_LBRACE, - ACTIONS(4377), 2, + ACTIONS(4389), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4391), 2, + ACTIONS(4403), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4399), 2, + ACTIONS(4411), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4459), 2, + ACTIONS(4457), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1915), 2, + STATE(1912), 2, sym_line_comment, sym_block_comment, - ACTIONS(4379), 3, + ACTIONS(4391), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4397), 4, + ACTIONS(4409), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4393), 10, + ACTIONS(4211), 12, + anon_sym_LPAREN, + anon_sym_LBRACE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -165891,61 +165448,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [56393] = 22, + [55358] = 23, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, + ACTIONS(308), 1, + anon_sym_RBRACE, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4153), 1, - anon_sym_CARET, ACTIONS(4155), 1, - anon_sym_AMP, + anon_sym_CARET, ACTIONS(4157), 1, - anon_sym_PIPE, + anon_sym_AMP, ACTIONS(4159), 1, - anon_sym_AMP_AMP, + anon_sym_PIPE, ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, + ACTIONS(4169), 1, anon_sym_EQ, - ACTIONS(4273), 1, + ACTIONS(4249), 1, anon_sym_DOT_DOT, - ACTIONS(4149), 2, + ACTIONS(4427), 1, + anon_sym_SEMI, + ACTIONS(4151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4163), 2, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, + ACTIONS(4251), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - ACTIONS(4531), 2, - anon_sym_RBRACE, - anon_sym_COMMA, - STATE(1916), 2, + STATE(1913), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(4153), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4167), 4, + ACTIONS(4171), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4189), 10, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -165956,60 +165514,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [56480] = 21, + [55447] = 23, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4203), 1, - anon_sym_EQ, - ACTIONS(4407), 1, + ACTIONS(310), 1, + anon_sym_RBRACE, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(4413), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(4415), 1, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4155), 1, anon_sym_CARET, - ACTIONS(4417), 1, + ACTIONS(4157), 1, anon_sym_AMP, - ACTIONS(4419), 1, + ACTIONS(4159), 1, anon_sym_PIPE, - ACTIONS(4421), 1, + ACTIONS(4161), 1, anon_sym_AMP_AMP, - ACTIONS(4423), 1, + ACTIONS(4163), 1, anon_sym_PIPE_PIPE, - ACTIONS(4431), 1, - anon_sym_DOT, - ACTIONS(4433), 1, + ACTIONS(4169), 1, + anon_sym_EQ, + ACTIONS(4249), 1, anon_sym_DOT_DOT, - ACTIONS(4437), 1, - anon_sym_as, - ACTIONS(4409), 2, + ACTIONS(4427), 1, + anon_sym_SEMI, + ACTIONS(4151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4425), 2, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4429), 2, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4435), 2, + ACTIONS(4251), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1917), 2, + STATE(1914), 2, sym_line_comment, sym_block_comment, - ACTIONS(4411), 3, + ACTIONS(4153), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4427), 4, + ACTIONS(4171), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4201), 12, - anon_sym_LPAREN, - anon_sym_EQ_GT, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -166020,60 +165580,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [56565] = 21, + [55536] = 23, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4207), 1, - anon_sym_EQ, - ACTIONS(4407), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(4413), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(4415), 1, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4155), 1, anon_sym_CARET, - ACTIONS(4417), 1, + ACTIONS(4157), 1, anon_sym_AMP, - ACTIONS(4419), 1, + ACTIONS(4159), 1, anon_sym_PIPE, - ACTIONS(4421), 1, + ACTIONS(4161), 1, anon_sym_AMP_AMP, - ACTIONS(4423), 1, + ACTIONS(4163), 1, anon_sym_PIPE_PIPE, - ACTIONS(4431), 1, - anon_sym_DOT, - ACTIONS(4433), 1, + ACTIONS(4169), 1, + anon_sym_EQ, + ACTIONS(4249), 1, anon_sym_DOT_DOT, - ACTIONS(4437), 1, - anon_sym_as, - ACTIONS(4409), 2, + ACTIONS(4427), 1, + anon_sym_SEMI, + ACTIONS(4517), 1, + anon_sym_RBRACE, + ACTIONS(4151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4425), 2, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4429), 2, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4435), 2, + ACTIONS(4251), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1918), 2, + STATE(1915), 2, sym_line_comment, sym_block_comment, - ACTIONS(4411), 3, + ACTIONS(4153), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4427), 4, + ACTIONS(4171), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4205), 12, - anon_sym_LPAREN, - anon_sym_EQ_GT, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -166084,37 +165646,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [56650] = 5, + [55625] = 23, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1919), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4107), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3819), 1, + anon_sym_LBRACK, + ACTIONS(3823), 1, + anon_sym_QMARK, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4155), 1, anon_sym_CARET, + ACTIONS(4157), 1, anon_sym_AMP, + ACTIONS(4159), 1, anon_sym_PIPE, + ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4169), 1, + anon_sym_EQ, + ACTIONS(4249), 1, + anon_sym_DOT_DOT, + ACTIONS(4427), 1, + anon_sym_SEMI, + ACTIONS(4519), 1, + anon_sym_RBRACE, + ACTIONS(4151), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(4105), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4251), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1916), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4153), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4171), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -166125,44 +165712,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, - [56703] = 5, + [55714] = 23, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1920), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3885), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(314), 1, + anon_sym_RBRACE, + ACTIONS(3819), 1, + anon_sym_LBRACK, + ACTIONS(3823), 1, + anon_sym_QMARK, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4155), 1, anon_sym_CARET, + ACTIONS(4157), 1, anon_sym_AMP, + ACTIONS(4159), 1, anon_sym_PIPE, + ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4169), 1, + anon_sym_EQ, + ACTIONS(4249), 1, + anon_sym_DOT_DOT, + ACTIONS(4427), 1, + anon_sym_SEMI, + ACTIONS(4151), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3883), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4251), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1917), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4153), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4171), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -166173,44 +165778,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, - [56756] = 5, + [55803] = 23, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1921), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4111), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3819), 1, + anon_sym_LBRACK, + ACTIONS(3823), 1, + anon_sym_QMARK, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4393), 1, anon_sym_CARET, + ACTIONS(4395), 1, anon_sym_AMP, + ACTIONS(4397), 1, anon_sym_PIPE, + ACTIONS(4399), 1, + anon_sym_AMP_AMP, + ACTIONS(4401), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4407), 1, + anon_sym_EQ, + ACTIONS(4413), 1, + anon_sym_DOT_DOT, + ACTIONS(4521), 1, + anon_sym_LBRACE, + STATE(1846), 1, + sym_match_block, + ACTIONS(4389), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4403), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4411), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(4109), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4415), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1918), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4391), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4409), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4405), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -166221,44 +165844,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, - [56809] = 5, + [55892] = 23, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1922), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3919), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(316), 1, + anon_sym_RBRACE, + ACTIONS(3819), 1, + anon_sym_LBRACK, + ACTIONS(3823), 1, + anon_sym_QMARK, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4155), 1, anon_sym_CARET, + ACTIONS(4157), 1, anon_sym_AMP, + ACTIONS(4159), 1, anon_sym_PIPE, + ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4169), 1, + anon_sym_EQ, + ACTIONS(4249), 1, + anon_sym_DOT_DOT, + ACTIONS(4427), 1, + anon_sym_SEMI, + ACTIONS(4151), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3917), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4251), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1919), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4153), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4171), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -166269,22 +165910,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, - [56862] = 5, + [55981] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1923), 2, + STATE(1920), 2, sym_line_comment, sym_block_comment, - ACTIONS(3927), 15, + ACTIONS(3851), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -166300,7 +165934,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3925), 23, + ACTIONS(3849), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -166324,61 +165958,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [56915] = 22, + [56034] = 23, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, + ACTIONS(318), 1, + anon_sym_RBRACE, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4153), 1, - anon_sym_CARET, ACTIONS(4155), 1, - anon_sym_AMP, + anon_sym_CARET, ACTIONS(4157), 1, - anon_sym_PIPE, + anon_sym_AMP, ACTIONS(4159), 1, - anon_sym_AMP_AMP, + anon_sym_PIPE, ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, + ACTIONS(4169), 1, anon_sym_EQ, - ACTIONS(4273), 1, + ACTIONS(4249), 1, anon_sym_DOT_DOT, - ACTIONS(4149), 2, + ACTIONS(4427), 1, + anon_sym_SEMI, + ACTIONS(4151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4163), 2, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, + ACTIONS(4251), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - ACTIONS(4533), 2, - anon_sym_RBRACE, - anon_sym_COMMA, - STATE(1924), 2, + STATE(1921), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(4153), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4167), 4, + ACTIONS(4171), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4189), 10, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -166389,37 +166024,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [57002] = 5, + [56123] = 23, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1925), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3811), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3819), 1, + anon_sym_LBRACK, + ACTIONS(3823), 1, + anon_sym_QMARK, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4155), 1, anon_sym_CARET, + ACTIONS(4157), 1, anon_sym_AMP, + ACTIONS(4159), 1, anon_sym_PIPE, + ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4169), 1, + anon_sym_EQ, + ACTIONS(4249), 1, + anon_sym_DOT_DOT, + ACTIONS(4417), 1, + anon_sym_COMMA, + ACTIONS(4523), 1, + anon_sym_RPAREN, + ACTIONS(4151), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3809), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4251), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1922), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4153), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4171), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -166430,44 +166090,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, - [57055] = 5, + [56212] = 23, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1926), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3935), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3819), 1, + anon_sym_LBRACK, + ACTIONS(3823), 1, + anon_sym_QMARK, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4155), 1, anon_sym_CARET, + ACTIONS(4157), 1, anon_sym_AMP, + ACTIONS(4159), 1, anon_sym_PIPE, + ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4169), 1, + anon_sym_EQ, + ACTIONS(4249), 1, + anon_sym_DOT_DOT, + ACTIONS(4427), 1, + anon_sym_SEMI, + ACTIONS(4525), 1, + anon_sym_RBRACE, + ACTIONS(4151), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3933), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4251), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1923), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4153), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4171), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -166478,44 +166156,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, - [57108] = 5, + [56301] = 23, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1927), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3815), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(322), 1, + anon_sym_RBRACE, + ACTIONS(3819), 1, + anon_sym_LBRACK, + ACTIONS(3823), 1, + anon_sym_QMARK, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4155), 1, anon_sym_CARET, + ACTIONS(4157), 1, anon_sym_AMP, + ACTIONS(4159), 1, anon_sym_PIPE, + ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4169), 1, + anon_sym_EQ, + ACTIONS(4249), 1, + anon_sym_DOT_DOT, + ACTIONS(4427), 1, + anon_sym_SEMI, + ACTIONS(4151), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3813), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4251), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1924), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4153), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4171), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -166526,44 +166222,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, - [57161] = 5, + [56390] = 23, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1928), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4009), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(324), 1, + anon_sym_RBRACE, + ACTIONS(3819), 1, + anon_sym_LBRACK, + ACTIONS(3823), 1, + anon_sym_QMARK, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4155), 1, anon_sym_CARET, + ACTIONS(4157), 1, anon_sym_AMP, + ACTIONS(4159), 1, anon_sym_PIPE, + ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4169), 1, + anon_sym_EQ, + ACTIONS(4249), 1, + anon_sym_DOT_DOT, + ACTIONS(4427), 1, + anon_sym_SEMI, + ACTIONS(4151), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(4007), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4251), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1925), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4153), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4171), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -166574,44 +166288,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, - [57214] = 5, + [56479] = 23, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1929), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3819), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(326), 1, + anon_sym_RBRACE, + ACTIONS(3819), 1, + anon_sym_LBRACK, + ACTIONS(3823), 1, + anon_sym_QMARK, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4155), 1, anon_sym_CARET, + ACTIONS(4157), 1, anon_sym_AMP, + ACTIONS(4159), 1, anon_sym_PIPE, + ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4169), 1, + anon_sym_EQ, + ACTIONS(4249), 1, + anon_sym_DOT_DOT, + ACTIONS(4427), 1, + anon_sym_SEMI, + ACTIONS(4151), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3817), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4251), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1926), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4153), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4171), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -166622,44 +166354,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, - [57267] = 5, + [56568] = 23, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1930), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1506), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3819), 1, + anon_sym_LBRACK, + ACTIONS(3823), 1, + anon_sym_QMARK, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4155), 1, anon_sym_CARET, + ACTIONS(4157), 1, anon_sym_AMP, + ACTIONS(4159), 1, anon_sym_PIPE, + ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4169), 1, + anon_sym_EQ, + ACTIONS(4249), 1, + anon_sym_DOT_DOT, + ACTIONS(4427), 1, + anon_sym_SEMI, + ACTIONS(4527), 1, + anon_sym_RBRACE, + ACTIONS(4151), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(1504), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4251), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1927), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4153), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4171), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -166670,44 +166420,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, - [57320] = 5, + [56657] = 23, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1931), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4013), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(330), 1, + anon_sym_RBRACE, + ACTIONS(3819), 1, + anon_sym_LBRACK, + ACTIONS(3823), 1, + anon_sym_QMARK, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4155), 1, anon_sym_CARET, + ACTIONS(4157), 1, anon_sym_AMP, + ACTIONS(4159), 1, anon_sym_PIPE, + ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4169), 1, + anon_sym_EQ, + ACTIONS(4249), 1, + anon_sym_DOT_DOT, + ACTIONS(4427), 1, + anon_sym_SEMI, + ACTIONS(4151), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(4011), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4251), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1928), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4153), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4171), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -166718,44 +166486,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, - [57373] = 5, + [56746] = 23, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1932), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3823), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(332), 1, + anon_sym_RBRACE, + ACTIONS(3819), 1, + anon_sym_LBRACK, + ACTIONS(3823), 1, + anon_sym_QMARK, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4155), 1, anon_sym_CARET, + ACTIONS(4157), 1, anon_sym_AMP, + ACTIONS(4159), 1, anon_sym_PIPE, + ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4169), 1, + anon_sym_EQ, + ACTIONS(4249), 1, + anon_sym_DOT_DOT, + ACTIONS(4427), 1, + anon_sym_SEMI, + ACTIONS(4151), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3821), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4251), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1929), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4153), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4171), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -166766,44 +166552,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, - [57426] = 5, + [56835] = 23, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1933), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3827), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(334), 1, + anon_sym_RBRACE, + ACTIONS(3819), 1, + anon_sym_LBRACK, + ACTIONS(3823), 1, + anon_sym_QMARK, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4155), 1, anon_sym_CARET, + ACTIONS(4157), 1, anon_sym_AMP, + ACTIONS(4159), 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(3825), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, + ACTIONS(4161), 1, anon_sym_AMP_AMP, + ACTIONS(4163), 1, anon_sym_PIPE_PIPE, + ACTIONS(4169), 1, + anon_sym_EQ, + ACTIONS(4249), 1, + anon_sym_DOT_DOT, + ACTIONS(4427), 1, + anon_sym_SEMI, + ACTIONS(4151), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4165), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4173), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4251), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1930), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4153), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4171), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -166814,44 +166618,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, - [57479] = 5, + [56924] = 23, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1934), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4033), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3819), 1, + anon_sym_LBRACK, + ACTIONS(3823), 1, + anon_sym_QMARK, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4155), 1, anon_sym_CARET, + ACTIONS(4157), 1, anon_sym_AMP, + ACTIONS(4159), 1, anon_sym_PIPE, + ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4169), 1, + anon_sym_EQ, + ACTIONS(4249), 1, + anon_sym_DOT_DOT, + ACTIONS(4427), 1, + anon_sym_SEMI, + ACTIONS(4529), 1, + anon_sym_RBRACE, + ACTIONS(4151), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(4031), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4251), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1931), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4153), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4171), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -166862,68 +166684,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, - [57532] = 22, + [57013] = 23, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, + ACTIONS(338), 1, + anon_sym_RBRACE, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4247), 1, + ACTIONS(4155), 1, anon_sym_CARET, - ACTIONS(4249), 1, + ACTIONS(4157), 1, anon_sym_AMP, - ACTIONS(4251), 1, + ACTIONS(4159), 1, anon_sym_PIPE, - ACTIONS(4255), 1, + ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, anon_sym_PIPE_PIPE, - ACTIONS(4261), 1, + ACTIONS(4169), 1, anon_sym_EQ, - ACTIONS(4267), 1, + ACTIONS(4249), 1, anon_sym_DOT_DOT, - ACTIONS(4537), 1, - anon_sym_AMP_AMP, - ACTIONS(4243), 2, + ACTIONS(4427), 1, + anon_sym_SEMI, + ACTIONS(4151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4257), 2, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4265), 2, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4269), 2, + ACTIONS(4251), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - ACTIONS(4535), 2, - anon_sym_LBRACE, - anon_sym_SQUOTE, - STATE(1935), 2, + STATE(1932), 2, sym_line_comment, sym_block_comment, - ACTIONS(4245), 3, + ACTIONS(4153), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4263), 4, + ACTIONS(4171), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4259), 10, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -166934,40 +166750,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [57619] = 8, + [57102] = 23, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4407), 1, + ACTIONS(340), 1, + anon_sym_RBRACE, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(4413), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(4431), 1, + ACTIONS(3825), 1, anon_sym_DOT, - STATE(1936), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4079), 14, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4155), 1, anon_sym_CARET, + ACTIONS(4157), 1, anon_sym_AMP, + ACTIONS(4159), 1, anon_sym_PIPE, + ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4169), 1, + anon_sym_EQ, + ACTIONS(4249), 1, + anon_sym_DOT_DOT, + ACTIONS(4427), 1, + anon_sym_SEMI, + ACTIONS(4151), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT_DOT, - ACTIONS(4077), 21, - anon_sym_LPAREN, - anon_sym_EQ_GT, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4251), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1933), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4153), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4171), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -166978,44 +166816,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, - [57678] = 5, + [57191] = 23, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1937), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3931), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(282), 1, + anon_sym_RBRACE, + ACTIONS(3819), 1, + anon_sym_LBRACK, + ACTIONS(3823), 1, + anon_sym_QMARK, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4155), 1, anon_sym_CARET, + ACTIONS(4157), 1, anon_sym_AMP, + ACTIONS(4159), 1, anon_sym_PIPE, + ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4169), 1, + anon_sym_EQ, + ACTIONS(4249), 1, + anon_sym_DOT_DOT, + ACTIONS(4427), 1, + anon_sym_SEMI, + ACTIONS(4151), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3929), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4251), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1934), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4153), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4171), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -167026,44 +166882,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, - [57731] = 5, + [57280] = 23, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1938), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4063), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3819), 1, + anon_sym_LBRACK, + ACTIONS(3823), 1, + anon_sym_QMARK, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4155), 1, anon_sym_CARET, + ACTIONS(4157), 1, anon_sym_AMP, + ACTIONS(4159), 1, anon_sym_PIPE, + ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4169), 1, + anon_sym_EQ, + ACTIONS(4249), 1, + anon_sym_DOT_DOT, + ACTIONS(4427), 1, + anon_sym_SEMI, + ACTIONS(4531), 1, + anon_sym_RBRACE, + ACTIONS(4151), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(4061), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4251), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1935), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4153), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4171), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -167074,22 +166948,74 @@ 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, - [57784] = 5, + [57369] = 16, + ACTIONS(29), 1, + anon_sym_LT, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1939), 2, + ACTIONS(4297), 1, + sym_identifier, + ACTIONS(4299), 1, + anon_sym_LBRACE, + ACTIONS(4303), 1, + anon_sym_STAR, + ACTIONS(4309), 1, + anon_sym_COLON_COLON, + ACTIONS(4313), 1, + sym_metavariable, + STATE(2513), 1, + sym_scoped_identifier, + STATE(3547), 1, + sym__use_clause, + STATE(3618), 1, + sym_bracketed_type, + STATE(3669), 1, + sym_generic_type_with_turbofish, + STATE(1936), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4311), 3, + sym_self, + sym_super, + sym_crate, + STATE(3147), 4, + sym_scoped_use_list, + sym_use_list, + sym_use_as_clause, + sym_use_wildcard, + ACTIONS(4305), 21, + anon_sym_u8, + anon_sym_i8, + anon_sym_u16, + anon_sym_i16, + anon_sym_u32, + anon_sym_i32, + anon_sym_u64, + anon_sym_i64, + anon_sym_u128, + anon_sym_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, + anon_sym_raw, + [57444] = 5, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + STATE(1937), 2, sym_line_comment, sym_block_comment, - ACTIONS(4067), 15, + ACTIONS(3987), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -167105,7 +167031,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4065), 23, + ACTIONS(3985), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -167129,15 +167055,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [57837] = 5, + [57497] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1940), 2, + ACTIONS(4377), 1, + anon_sym_LBRACK, + ACTIONS(4379), 1, + anon_sym_QMARK, + ACTIONS(4381), 1, + anon_sym_DOT, + ACTIONS(4453), 1, + anon_sym_as, + STATE(1938), 2, sym_line_comment, sym_block_comment, - ACTIONS(4075), 15, + ACTIONS(3821), 14, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -167151,13 +167085,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(4073), 23, + ACTIONS(3817), 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, @@ -167176,38 +167107,179 @@ 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, - [57890] = 5, + [57558] = 16, + ACTIONS(29), 1, + anon_sym_LT, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1941), 2, + ACTIONS(4297), 1, + sym_identifier, + ACTIONS(4299), 1, + anon_sym_LBRACE, + ACTIONS(4303), 1, + anon_sym_STAR, + ACTIONS(4309), 1, + anon_sym_COLON_COLON, + ACTIONS(4313), 1, + sym_metavariable, + STATE(2513), 1, + sym_scoped_identifier, + STATE(3263), 1, + sym__use_clause, + STATE(3618), 1, + sym_bracketed_type, + STATE(3669), 1, + sym_generic_type_with_turbofish, + STATE(1939), 2, sym_line_comment, sym_block_comment, - ACTIONS(3939), 15, - anon_sym_PLUS, + ACTIONS(4311), 3, + sym_self, + sym_super, + sym_crate, + STATE(3147), 4, + sym_scoped_use_list, + sym_use_list, + sym_use_as_clause, + sym_use_wildcard, + ACTIONS(4305), 21, + anon_sym_u8, + anon_sym_i8, + anon_sym_u16, + anon_sym_i16, + anon_sym_u32, + anon_sym_i32, + anon_sym_u64, + anon_sym_i64, + anon_sym_u128, + anon_sym_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, + anon_sym_raw, + [57633] = 16, + ACTIONS(29), 1, + anon_sym_LT, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(4297), 1, + sym_identifier, + ACTIONS(4299), 1, + anon_sym_LBRACE, + ACTIONS(4303), 1, anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(4309), 1, + anon_sym_COLON_COLON, + ACTIONS(4313), 1, + sym_metavariable, + STATE(2513), 1, + sym_scoped_identifier, + STATE(3618), 1, + sym_bracketed_type, + STATE(3669), 1, + sym_generic_type_with_turbofish, + STATE(3730), 1, + sym__use_clause, + STATE(1940), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4311), 3, + sym_self, + sym_super, + sym_crate, + STATE(3147), 4, + sym_scoped_use_list, + sym_use_list, + sym_use_as_clause, + sym_use_wildcard, + ACTIONS(4305), 21, + anon_sym_u8, + anon_sym_i8, + anon_sym_u16, + anon_sym_i16, + anon_sym_u32, + anon_sym_i32, + anon_sym_u64, + anon_sym_i64, + anon_sym_u128, + anon_sym_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, + anon_sym_raw, + [57708] = 22, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(3819), 1, + anon_sym_LBRACK, + ACTIONS(3823), 1, + anon_sym_QMARK, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4155), 1, anon_sym_CARET, + ACTIONS(4157), 1, anon_sym_AMP, + ACTIONS(4159), 1, anon_sym_PIPE, + ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4169), 1, + anon_sym_EQ, + ACTIONS(4249), 1, + anon_sym_DOT_DOT, + ACTIONS(4151), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3937), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4251), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + ACTIONS(4533), 2, + anon_sym_RBRACE, + anon_sym_COMMA, + STATE(1941), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4153), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4171), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -167218,44 +167290,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, - [57943] = 5, + [57795] = 22, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1942), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3943), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3819), 1, + anon_sym_LBRACK, + ACTIONS(3823), 1, + anon_sym_QMARK, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4155), 1, anon_sym_CARET, + ACTIONS(4157), 1, anon_sym_AMP, + ACTIONS(4159), 1, anon_sym_PIPE, + ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4169), 1, + anon_sym_EQ, + ACTIONS(4249), 1, + anon_sym_DOT_DOT, + ACTIONS(4151), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3941), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4251), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + ACTIONS(4535), 2, + anon_sym_RBRACE, + anon_sym_COMMA, + STATE(1942), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4153), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4171), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -167266,69 +167355,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, - [57996] = 23, + [57882] = 22, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4153), 1, - anon_sym_CARET, ACTIONS(4155), 1, - anon_sym_AMP, + anon_sym_CARET, ACTIONS(4157), 1, - anon_sym_PIPE, + anon_sym_AMP, ACTIONS(4159), 1, - anon_sym_AMP_AMP, + anon_sym_PIPE, ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, + ACTIONS(4169), 1, anon_sym_EQ, - ACTIONS(4273), 1, + ACTIONS(4249), 1, anon_sym_DOT_DOT, - ACTIONS(4539), 1, - anon_sym_RPAREN, - ACTIONS(4541), 1, - anon_sym_COMMA, - ACTIONS(4149), 2, + ACTIONS(4151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4163), 2, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, + ACTIONS(4251), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, + ACTIONS(4537), 2, + anon_sym_RBRACE, + anon_sym_COMMA, STATE(1943), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(4153), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4167), 4, + ACTIONS(4171), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4189), 10, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -167339,44 +167420,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [58085] = 16, + [57969] = 16, ACTIONS(29), 1, anon_sym_LT, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4295), 1, - sym_identifier, ACTIONS(4297), 1, + sym_identifier, + ACTIONS(4299), 1, anon_sym_LBRACE, - ACTIONS(4301), 1, + ACTIONS(4303), 1, anon_sym_STAR, - ACTIONS(4307), 1, + ACTIONS(4309), 1, anon_sym_COLON_COLON, - ACTIONS(4311), 1, + ACTIONS(4313), 1, sym_metavariable, - STATE(2606), 1, + STATE(2513), 1, sym_scoped_identifier, - STATE(3291), 1, - sym__use_clause, - STATE(3502), 1, + STATE(3618), 1, sym_bracketed_type, - STATE(3606), 1, + STATE(3663), 1, + sym__use_clause, + STATE(3669), 1, sym_generic_type_with_turbofish, STATE(1944), 2, sym_line_comment, sym_block_comment, - ACTIONS(4309), 3, + ACTIONS(4311), 3, sym_self, sym_super, sym_crate, - STATE(3144), 4, + STATE(3147), 4, sym_scoped_use_list, sym_use_list, sym_use_as_clause, sym_use_wildcard, - ACTIONS(4303), 21, + ACTIONS(4305), 21, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -167398,15 +167479,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_gen, anon_sym_union, anon_sym_raw, - [58160] = 5, + [58044] = 23, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(3819), 1, + anon_sym_LBRACK, + ACTIONS(3823), 1, + anon_sym_QMARK, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4155), 1, + anon_sym_CARET, + ACTIONS(4157), 1, + anon_sym_AMP, + ACTIONS(4159), 1, + anon_sym_PIPE, + ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4169), 1, + anon_sym_EQ, + ACTIONS(4249), 1, + anon_sym_DOT_DOT, + ACTIONS(4539), 1, + anon_sym_SEMI, + ACTIONS(4541), 1, + anon_sym_else, + ACTIONS(4151), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4165), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4173), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4251), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, STATE(1945), 2, sym_line_comment, sym_block_comment, - ACTIONS(3859), 15, + ACTIONS(4153), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4171), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4167), 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, + [58133] = 5, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + STATE(1946), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3835), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -167422,7 +167569,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3857), 23, + ACTIONS(3833), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -167446,47 +167593,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [58213] = 14, + [58186] = 23, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4381), 1, + ACTIONS(4155), 1, anon_sym_CARET, - ACTIONS(4383), 1, + ACTIONS(4157), 1, anon_sym_AMP, - ACTIONS(4377), 2, + ACTIONS(4159), 1, + anon_sym_PIPE, + ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4169), 1, + anon_sym_EQ, + ACTIONS(4249), 1, + anon_sym_DOT_DOT, + ACTIONS(4543), 1, + anon_sym_RBRACE, + ACTIONS(4545), 1, + anon_sym_COMMA, + ACTIONS(4151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4391), 2, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - STATE(1946), 2, + ACTIONS(4173), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4251), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1947), 2, sym_line_comment, sym_block_comment, - ACTIONS(4379), 3, + ACTIONS(4153), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3989), 5, - anon_sym_PIPE, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT_DOT, - ACTIONS(3987), 20, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4171), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -167497,66 +167659,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - [58284] = 22, + [58275] = 14, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, + ACTIONS(4377), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(4379), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(4381), 1, anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4153), 1, + ACTIONS(4437), 1, anon_sym_CARET, - ACTIONS(4155), 1, + ACTIONS(4439), 1, anon_sym_AMP, - ACTIONS(4157), 1, - anon_sym_PIPE, - ACTIONS(4159), 1, - anon_sym_AMP_AMP, - ACTIONS(4161), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, - anon_sym_EQ, - ACTIONS(4273), 1, - anon_sym_DOT_DOT, - ACTIONS(4543), 1, - anon_sym_RBRACK, - ACTIONS(4149), 2, + ACTIONS(4453), 1, + anon_sym_as, + ACTIONS(4433), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4163), 2, + ACTIONS(4447), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4275), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1947), 2, + STATE(1948), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(4435), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4167), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4189), 10, + ACTIONS(3821), 5, + anon_sym_PIPE, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT_DOT, + ACTIONS(3817), 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, @@ -167567,48 +167710,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [58370] = 17, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + [58346] = 17, ACTIONS(29), 1, anon_sym_LT, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4055), 1, + ACTIONS(3939), 1, anon_sym_where, - ACTIONS(4545), 1, + ACTIONS(4547), 1, sym_identifier, - ACTIONS(4549), 1, + ACTIONS(4551), 1, anon_sym_COLON_COLON, - ACTIONS(4555), 1, + ACTIONS(4557), 1, sym_metavariable, - STATE(3180), 1, + STATE(3183), 1, sym_scoped_type_identifier, - STATE(3469), 1, + STATE(3484), 1, sym_generic_type, - STATE(3514), 1, + STATE(3516), 1, sym_scoped_identifier, - STATE(3646), 1, + STATE(3647), 1, sym_generic_type_with_turbofish, - STATE(3672), 1, + STATE(3673), 1, sym_bracketed_type, - STATE(1948), 2, + STATE(1949), 2, sym_line_comment, sym_block_comment, - ACTIONS(4053), 3, + ACTIONS(3937), 3, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, - ACTIONS(4553), 3, + ACTIONS(4555), 3, sym_self, sym_super, sym_crate, - ACTIONS(4551), 4, + ACTIONS(4553), 4, anon_sym_default, anon_sym_gen, anon_sym_union, anon_sym_raw, - ACTIONS(4547), 17, + ACTIONS(4549), 17, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -167626,60 +167775,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - [58446] = 22, + [58422] = 22, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4153), 1, - anon_sym_CARET, ACTIONS(4155), 1, - anon_sym_AMP, + anon_sym_CARET, ACTIONS(4157), 1, - anon_sym_PIPE, + anon_sym_AMP, ACTIONS(4159), 1, - anon_sym_AMP_AMP, + anon_sym_PIPE, ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, + ACTIONS(4169), 1, anon_sym_EQ, - ACTIONS(4273), 1, + ACTIONS(4249), 1, anon_sym_DOT_DOT, - ACTIONS(4557), 1, + ACTIONS(4559), 1, anon_sym_SEMI, - ACTIONS(4149), 2, + ACTIONS(4151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4163), 2, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, + ACTIONS(4251), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1949), 2, + STATE(1950), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(4153), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4167), 4, + ACTIONS(4171), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4189), 10, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -167690,60 +167839,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [58532] = 22, + [58508] = 22, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4153), 1, - anon_sym_CARET, ACTIONS(4155), 1, - anon_sym_AMP, + anon_sym_CARET, ACTIONS(4157), 1, - anon_sym_PIPE, + anon_sym_AMP, ACTIONS(4159), 1, - anon_sym_AMP_AMP, + anon_sym_PIPE, ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, + ACTIONS(4169), 1, anon_sym_EQ, - ACTIONS(4273), 1, + ACTIONS(4249), 1, anon_sym_DOT_DOT, - ACTIONS(4559), 1, - anon_sym_RBRACK, - ACTIONS(4149), 2, + ACTIONS(4561), 1, + anon_sym_SEMI, + ACTIONS(4151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4163), 2, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, + ACTIONS(4251), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1950), 2, + STATE(1951), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(4153), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4167), 4, + ACTIONS(4171), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4189), 10, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -167754,60 +167903,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [58618] = 22, + [58594] = 22, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4153), 1, - anon_sym_CARET, ACTIONS(4155), 1, - anon_sym_AMP, + anon_sym_CARET, ACTIONS(4157), 1, - anon_sym_PIPE, + anon_sym_AMP, ACTIONS(4159), 1, - anon_sym_AMP_AMP, + anon_sym_PIPE, ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, + ACTIONS(4169), 1, anon_sym_EQ, - ACTIONS(4273), 1, + ACTIONS(4249), 1, anon_sym_DOT_DOT, - ACTIONS(4561), 1, - anon_sym_RBRACK, - ACTIONS(4149), 2, + ACTIONS(4563), 1, + anon_sym_SEMI, + ACTIONS(4151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4163), 2, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, + ACTIONS(4251), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1951), 2, + STATE(1952), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(4153), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4167), 4, + ACTIONS(4171), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4189), 10, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -167818,60 +167967,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [58704] = 22, + [58680] = 22, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4153), 1, - anon_sym_CARET, ACTIONS(4155), 1, - anon_sym_AMP, + anon_sym_CARET, ACTIONS(4157), 1, - anon_sym_PIPE, + anon_sym_AMP, ACTIONS(4159), 1, - anon_sym_AMP_AMP, + anon_sym_PIPE, ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, + ACTIONS(4169), 1, anon_sym_EQ, - ACTIONS(4273), 1, + ACTIONS(4249), 1, anon_sym_DOT_DOT, - ACTIONS(4563), 1, - anon_sym_RBRACK, - ACTIONS(4149), 2, + ACTIONS(4565), 1, + anon_sym_SEMI, + ACTIONS(4151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4163), 2, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, + ACTIONS(4251), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1952), 2, + STATE(1953), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(4153), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4167), 4, + ACTIONS(4171), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4189), 10, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -167882,60 +168031,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [58790] = 22, + [58766] = 22, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4153), 1, - anon_sym_CARET, ACTIONS(4155), 1, - anon_sym_AMP, + anon_sym_CARET, ACTIONS(4157), 1, - anon_sym_PIPE, + anon_sym_AMP, ACTIONS(4159), 1, - anon_sym_AMP_AMP, + anon_sym_PIPE, ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, + ACTIONS(4169), 1, anon_sym_EQ, - ACTIONS(4273), 1, + ACTIONS(4249), 1, anon_sym_DOT_DOT, - ACTIONS(4565), 1, - anon_sym_RBRACK, - ACTIONS(4149), 2, + ACTIONS(4567), 1, + anon_sym_SEMI, + ACTIONS(4151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4163), 2, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, + ACTIONS(4251), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1953), 2, + STATE(1954), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(4153), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4167), 4, + ACTIONS(4171), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4189), 10, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -167946,60 +168095,119 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [58876] = 22, + [58852] = 17, + ACTIONS(29), 1, + anon_sym_LT, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(3939), 1, + anon_sym_where, + ACTIONS(4551), 1, + anon_sym_COLON_COLON, + ACTIONS(4557), 1, + sym_metavariable, + ACTIONS(4569), 1, + sym_identifier, + STATE(3118), 1, + sym_scoped_type_identifier, + STATE(3419), 1, + sym_generic_type, + STATE(3516), 1, + sym_scoped_identifier, + STATE(3647), 1, + sym_generic_type_with_turbofish, + STATE(3673), 1, + sym_bracketed_type, + STATE(1955), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3937), 3, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_PLUS, + ACTIONS(4555), 3, + sym_self, + sym_super, + sym_crate, + ACTIONS(4553), 4, + anon_sym_default, + anon_sym_gen, + anon_sym_union, + anon_sym_raw, + ACTIONS(4549), 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, + [58928] = 22, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4153), 1, - anon_sym_CARET, ACTIONS(4155), 1, - anon_sym_AMP, + anon_sym_CARET, ACTIONS(4157), 1, - anon_sym_PIPE, + anon_sym_AMP, ACTIONS(4159), 1, - anon_sym_AMP_AMP, + anon_sym_PIPE, ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, + ACTIONS(4169), 1, anon_sym_EQ, - ACTIONS(4273), 1, + ACTIONS(4249), 1, anon_sym_DOT_DOT, - ACTIONS(4567), 1, - anon_sym_SEMI, - ACTIONS(4149), 2, + ACTIONS(4571), 1, + anon_sym_COMMA, + ACTIONS(4151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4163), 2, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, + ACTIONS(4251), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1954), 2, + STATE(1956), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(4153), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4167), 4, + ACTIONS(4171), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4189), 10, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -168010,60 +168218,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [58962] = 22, + [59014] = 22, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4153), 1, - anon_sym_CARET, ACTIONS(4155), 1, - anon_sym_AMP, + anon_sym_CARET, ACTIONS(4157), 1, - anon_sym_PIPE, + anon_sym_AMP, ACTIONS(4159), 1, - anon_sym_AMP_AMP, + anon_sym_PIPE, ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, + ACTIONS(4169), 1, anon_sym_EQ, - ACTIONS(4273), 1, + ACTIONS(4249), 1, anon_sym_DOT_DOT, - ACTIONS(4569), 1, - anon_sym_SEMI, - ACTIONS(4149), 2, + ACTIONS(4573), 1, + anon_sym_COMMA, + ACTIONS(4151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4163), 2, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, + ACTIONS(4251), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1955), 2, + STATE(1957), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(4153), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4167), 4, + ACTIONS(4171), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4189), 10, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -168074,60 +168282,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [59048] = 22, + [59100] = 22, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4153), 1, - anon_sym_CARET, ACTIONS(4155), 1, - anon_sym_AMP, + anon_sym_CARET, ACTIONS(4157), 1, - anon_sym_PIPE, + anon_sym_AMP, ACTIONS(4159), 1, - anon_sym_AMP_AMP, + anon_sym_PIPE, ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, + ACTIONS(4169), 1, anon_sym_EQ, - ACTIONS(4273), 1, + ACTIONS(4249), 1, anon_sym_DOT_DOT, - ACTIONS(4571), 1, - anon_sym_SEMI, - ACTIONS(4149), 2, + ACTIONS(4575), 1, + anon_sym_RBRACK, + ACTIONS(4151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4163), 2, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, + ACTIONS(4251), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1956), 2, + STATE(1958), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(4153), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4167), 4, + ACTIONS(4171), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4189), 10, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -168138,60 +168346,187 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [59134] = 22, + [59186] = 22, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, + ACTIONS(4377), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(4379), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(4381), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(4383), 1, + anon_sym_EQ_GT, + ACTIONS(4437), 1, + anon_sym_CARET, + ACTIONS(4439), 1, + anon_sym_AMP, + ACTIONS(4441), 1, + anon_sym_PIPE, + ACTIONS(4445), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4453), 1, anon_sym_as, - ACTIONS(4153), 1, + ACTIONS(4475), 1, + anon_sym_EQ, + ACTIONS(4577), 1, + anon_sym_AMP_AMP, + ACTIONS(4579), 1, + anon_sym_DOT_DOT, + ACTIONS(4433), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4447), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4451), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4581), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1959), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4435), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4449), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4473), 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, + [59272] = 21, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(4377), 1, + anon_sym_LBRACK, + ACTIONS(4379), 1, + anon_sym_QMARK, + ACTIONS(4381), 1, + anon_sym_DOT, + ACTIONS(4437), 1, anon_sym_CARET, - ACTIONS(4155), 1, + ACTIONS(4439), 1, anon_sym_AMP, - ACTIONS(4157), 1, + ACTIONS(4441), 1, anon_sym_PIPE, - ACTIONS(4159), 1, + ACTIONS(4445), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4453), 1, + anon_sym_as, + ACTIONS(4475), 1, + anon_sym_EQ, + ACTIONS(4579), 1, + anon_sym_DOT_DOT, + ACTIONS(4419), 2, + anon_sym_EQ_GT, anon_sym_AMP_AMP, + ACTIONS(4433), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4447), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4451), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4581), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1960), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4435), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4449), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4473), 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, + [59356] = 22, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(3819), 1, + anon_sym_LBRACK, + ACTIONS(3823), 1, + anon_sym_QMARK, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4155), 1, + anon_sym_CARET, + ACTIONS(4157), 1, + anon_sym_AMP, + ACTIONS(4159), 1, + anon_sym_PIPE, ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, + ACTIONS(4169), 1, anon_sym_EQ, - ACTIONS(4273), 1, + ACTIONS(4249), 1, anon_sym_DOT_DOT, - ACTIONS(4573), 1, - anon_sym_SEMI, - ACTIONS(4149), 2, + ACTIONS(4417), 1, + anon_sym_COMMA, + ACTIONS(4151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4163), 2, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, + ACTIONS(4251), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1957), 2, + STATE(1961), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(4153), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4167), 4, + ACTIONS(4171), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4189), 10, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -168202,60 +168537,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [59220] = 22, + [59442] = 22, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4153), 1, - anon_sym_CARET, ACTIONS(4155), 1, - anon_sym_AMP, + anon_sym_CARET, ACTIONS(4157), 1, - anon_sym_PIPE, + anon_sym_AMP, ACTIONS(4159), 1, - anon_sym_AMP_AMP, + anon_sym_PIPE, ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, + ACTIONS(4169), 1, anon_sym_EQ, - ACTIONS(4273), 1, + ACTIONS(4249), 1, anon_sym_DOT_DOT, - ACTIONS(4575), 1, + ACTIONS(4583), 1, anon_sym_SEMI, - ACTIONS(4149), 2, + ACTIONS(4151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4163), 2, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, + ACTIONS(4251), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1958), 2, + STATE(1962), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(4153), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4167), 4, + ACTIONS(4171), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4189), 10, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -168266,60 +168601,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [59306] = 22, + [59528] = 22, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4153), 1, - anon_sym_CARET, ACTIONS(4155), 1, - anon_sym_AMP, + anon_sym_CARET, ACTIONS(4157), 1, - anon_sym_PIPE, + anon_sym_AMP, ACTIONS(4159), 1, - anon_sym_AMP_AMP, + anon_sym_PIPE, ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, + ACTIONS(4169), 1, anon_sym_EQ, - ACTIONS(4273), 1, + ACTIONS(4249), 1, anon_sym_DOT_DOT, - ACTIONS(4577), 1, + ACTIONS(4585), 1, anon_sym_SEMI, - ACTIONS(4149), 2, + ACTIONS(4151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4163), 2, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, + ACTIONS(4251), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1959), 2, + STATE(1963), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(4153), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4167), 4, + ACTIONS(4171), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4189), 10, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -168330,60 +168665,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [59392] = 22, + [59614] = 22, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4153), 1, - anon_sym_CARET, ACTIONS(4155), 1, - anon_sym_AMP, + anon_sym_CARET, ACTIONS(4157), 1, - anon_sym_PIPE, + anon_sym_AMP, ACTIONS(4159), 1, - anon_sym_AMP_AMP, + anon_sym_PIPE, ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, + ACTIONS(4169), 1, anon_sym_EQ, - ACTIONS(4273), 1, + ACTIONS(4249), 1, anon_sym_DOT_DOT, - ACTIONS(4579), 1, - anon_sym_COMMA, - ACTIONS(4149), 2, + ACTIONS(4587), 1, + anon_sym_SEMI, + ACTIONS(4151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4163), 2, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, + ACTIONS(4251), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1960), 2, + STATE(1964), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(4153), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4167), 4, + ACTIONS(4171), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4189), 10, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -168394,60 +168729,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [59478] = 22, + [59700] = 22, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4153), 1, - anon_sym_CARET, ACTIONS(4155), 1, - anon_sym_AMP, + anon_sym_CARET, ACTIONS(4157), 1, - anon_sym_PIPE, + anon_sym_AMP, ACTIONS(4159), 1, - anon_sym_AMP_AMP, + anon_sym_PIPE, ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, + ACTIONS(4169), 1, anon_sym_EQ, - ACTIONS(4273), 1, + ACTIONS(4249), 1, anon_sym_DOT_DOT, - ACTIONS(4581), 1, + ACTIONS(4589), 1, anon_sym_RBRACK, - ACTIONS(4149), 2, + ACTIONS(4151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4163), 2, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, + ACTIONS(4251), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1961), 2, + STATE(1965), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(4153), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4167), 4, + ACTIONS(4171), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4189), 10, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -168458,60 +168793,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [59564] = 22, + [59786] = 22, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4153), 1, - anon_sym_CARET, ACTIONS(4155), 1, - anon_sym_AMP, + anon_sym_CARET, ACTIONS(4157), 1, - anon_sym_PIPE, + anon_sym_AMP, ACTIONS(4159), 1, - anon_sym_AMP_AMP, + anon_sym_PIPE, ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, + ACTIONS(4169), 1, anon_sym_EQ, - ACTIONS(4273), 1, + ACTIONS(4249), 1, anon_sym_DOT_DOT, - ACTIONS(4583), 1, + ACTIONS(4591), 1, anon_sym_SEMI, - ACTIONS(4149), 2, + ACTIONS(4151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4163), 2, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, + ACTIONS(4251), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1962), 2, + STATE(1966), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(4153), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4167), 4, + ACTIONS(4171), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4189), 10, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -168522,60 +168857,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [59650] = 22, + [59872] = 22, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4153), 1, - anon_sym_CARET, ACTIONS(4155), 1, - anon_sym_AMP, + anon_sym_CARET, ACTIONS(4157), 1, - anon_sym_PIPE, + anon_sym_AMP, ACTIONS(4159), 1, - anon_sym_AMP_AMP, + anon_sym_PIPE, ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, + ACTIONS(4169), 1, anon_sym_EQ, - ACTIONS(4273), 1, + ACTIONS(4249), 1, anon_sym_DOT_DOT, - ACTIONS(4461), 1, + ACTIONS(4593), 1, anon_sym_COMMA, - ACTIONS(4149), 2, + ACTIONS(4151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4163), 2, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, + ACTIONS(4251), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1963), 2, + STATE(1967), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(4153), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4167), 4, + ACTIONS(4171), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4189), 10, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -168586,59 +168921,119 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [59736] = 21, + [59958] = 17, + ACTIONS(29), 1, + anon_sym_LT, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4407), 1, + ACTIONS(3939), 1, + anon_sym_where, + ACTIONS(4551), 1, + anon_sym_COLON_COLON, + ACTIONS(4557), 1, + sym_metavariable, + ACTIONS(4595), 1, + sym_identifier, + STATE(3149), 1, + sym_scoped_type_identifier, + STATE(3443), 1, + sym_generic_type, + STATE(3516), 1, + sym_scoped_identifier, + STATE(3647), 1, + sym_generic_type_with_turbofish, + STATE(3673), 1, + sym_bracketed_type, + STATE(1968), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3937), 3, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_PLUS, + ACTIONS(4555), 3, + sym_self, + sym_super, + sym_crate, + ACTIONS(4553), 4, + anon_sym_default, + anon_sym_gen, + anon_sym_union, + anon_sym_raw, + ACTIONS(4549), 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, + [60034] = 22, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(4413), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(4415), 1, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4155), 1, anon_sym_CARET, - ACTIONS(4417), 1, + ACTIONS(4157), 1, anon_sym_AMP, - ACTIONS(4419), 1, + ACTIONS(4159), 1, anon_sym_PIPE, - ACTIONS(4423), 1, + ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, anon_sym_PIPE_PIPE, - ACTIONS(4431), 1, - anon_sym_DOT, - ACTIONS(4437), 1, - anon_sym_as, - ACTIONS(4443), 1, + ACTIONS(4169), 1, anon_sym_EQ, - ACTIONS(4585), 1, + ACTIONS(4249), 1, anon_sym_DOT_DOT, - ACTIONS(4409), 2, + ACTIONS(4597), 1, + anon_sym_SEMI, + ACTIONS(4151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4425), 2, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4429), 2, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4505), 2, - anon_sym_EQ_GT, - anon_sym_AMP_AMP, - ACTIONS(4587), 2, + ACTIONS(4251), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1964), 2, + STATE(1969), 2, sym_line_comment, sym_block_comment, - ACTIONS(4411), 3, + ACTIONS(4153), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4427), 4, + ACTIONS(4171), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4441), 10, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -168649,60 +169044,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [59820] = 22, + [60120] = 22, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4153), 1, - anon_sym_CARET, ACTIONS(4155), 1, - anon_sym_AMP, + anon_sym_CARET, ACTIONS(4157), 1, - anon_sym_PIPE, + anon_sym_AMP, ACTIONS(4159), 1, - anon_sym_AMP_AMP, + anon_sym_PIPE, ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, + ACTIONS(4169), 1, anon_sym_EQ, - ACTIONS(4273), 1, + ACTIONS(4249), 1, anon_sym_DOT_DOT, - ACTIONS(4589), 1, - anon_sym_SEMI, - ACTIONS(4149), 2, + ACTIONS(4599), 1, + anon_sym_RBRACK, + ACTIONS(4151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4163), 2, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, + ACTIONS(4251), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1965), 2, + STATE(1970), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(4153), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4167), 4, + ACTIONS(4171), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4189), 10, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -168713,60 +169108,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [59906] = 22, + [60206] = 22, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4153), 1, - anon_sym_CARET, ACTIONS(4155), 1, - anon_sym_AMP, + anon_sym_CARET, ACTIONS(4157), 1, - anon_sym_PIPE, + anon_sym_AMP, ACTIONS(4159), 1, - anon_sym_AMP_AMP, + anon_sym_PIPE, ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, + ACTIONS(4169), 1, anon_sym_EQ, - ACTIONS(4273), 1, + ACTIONS(4249), 1, anon_sym_DOT_DOT, - ACTIONS(4591), 1, - anon_sym_COMMA, - ACTIONS(4149), 2, + ACTIONS(4601), 1, + anon_sym_RBRACK, + ACTIONS(4151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4163), 2, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, + ACTIONS(4251), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1966), 2, + STATE(1971), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(4153), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4167), 4, + ACTIONS(4171), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4189), 10, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -168777,60 +169172,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [59992] = 22, + [60292] = 22, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4153), 1, - anon_sym_CARET, ACTIONS(4155), 1, - anon_sym_AMP, + anon_sym_CARET, ACTIONS(4157), 1, - anon_sym_PIPE, + anon_sym_AMP, ACTIONS(4159), 1, - anon_sym_AMP_AMP, + anon_sym_PIPE, ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, + ACTIONS(4169), 1, anon_sym_EQ, - ACTIONS(4273), 1, + ACTIONS(4249), 1, anon_sym_DOT_DOT, - ACTIONS(4593), 1, - anon_sym_COMMA, - ACTIONS(4149), 2, + ACTIONS(4603), 1, + anon_sym_RBRACK, + ACTIONS(4151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4163), 2, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, + ACTIONS(4251), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1967), 2, + STATE(1972), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(4153), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4167), 4, + ACTIONS(4171), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4189), 10, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -168841,60 +169236,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [60078] = 22, + [60378] = 22, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4153), 1, - anon_sym_CARET, ACTIONS(4155), 1, - anon_sym_AMP, + anon_sym_CARET, ACTIONS(4157), 1, - anon_sym_PIPE, + anon_sym_AMP, ACTIONS(4159), 1, - anon_sym_AMP_AMP, + anon_sym_PIPE, ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, + ACTIONS(4169), 1, anon_sym_EQ, - ACTIONS(4273), 1, + ACTIONS(4249), 1, anon_sym_DOT_DOT, - ACTIONS(4595), 1, + ACTIONS(4605), 1, anon_sym_RBRACK, - ACTIONS(4149), 2, + ACTIONS(4151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4163), 2, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, + ACTIONS(4251), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1968), 2, + STATE(1973), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(4153), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4167), 4, + ACTIONS(4171), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4189), 10, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -168905,60 +169300,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [60164] = 22, + [60464] = 22, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4153), 1, - anon_sym_CARET, ACTIONS(4155), 1, - anon_sym_AMP, + anon_sym_CARET, ACTIONS(4157), 1, - anon_sym_PIPE, + anon_sym_AMP, ACTIONS(4159), 1, - anon_sym_AMP_AMP, + anon_sym_PIPE, ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, + ACTIONS(4169), 1, anon_sym_EQ, - ACTIONS(4273), 1, + ACTIONS(4249), 1, anon_sym_DOT_DOT, - ACTIONS(4597), 1, + ACTIONS(4427), 1, anon_sym_SEMI, - ACTIONS(4149), 2, + ACTIONS(4151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4163), 2, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, + ACTIONS(4251), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1969), 2, + STATE(1974), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(4153), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4167), 4, + ACTIONS(4171), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4189), 10, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -168969,119 +169364,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [60250] = 17, - ACTIONS(29), 1, - anon_sym_LT, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(4055), 1, - anon_sym_where, - ACTIONS(4549), 1, - anon_sym_COLON_COLON, - ACTIONS(4555), 1, - sym_metavariable, - ACTIONS(4599), 1, - sym_identifier, - STATE(3148), 1, - sym_scoped_type_identifier, - STATE(3410), 1, - sym_generic_type, - STATE(3514), 1, - sym_scoped_identifier, - STATE(3646), 1, - sym_generic_type_with_turbofish, - STATE(3672), 1, - sym_bracketed_type, - STATE(1970), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4053), 3, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_PLUS, - ACTIONS(4553), 3, - sym_self, - sym_super, - sym_crate, - ACTIONS(4551), 4, - anon_sym_default, - anon_sym_gen, - anon_sym_union, - anon_sym_raw, - ACTIONS(4547), 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, - [60326] = 22, + [60550] = 22, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4153), 1, - anon_sym_CARET, ACTIONS(4155), 1, - anon_sym_AMP, + anon_sym_CARET, ACTIONS(4157), 1, - anon_sym_PIPE, + anon_sym_AMP, ACTIONS(4159), 1, - anon_sym_AMP_AMP, + anon_sym_PIPE, ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, + ACTIONS(4169), 1, anon_sym_EQ, - ACTIONS(4273), 1, + ACTIONS(4249), 1, anon_sym_DOT_DOT, - ACTIONS(4601), 1, - anon_sym_SEMI, - ACTIONS(4149), 2, + ACTIONS(4607), 1, + anon_sym_COMMA, + ACTIONS(4151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4163), 2, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, + ACTIONS(4251), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1971), 2, + STATE(1975), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(4153), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4167), 4, + ACTIONS(4171), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4189), 10, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -169092,188 +169428,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [60412] = 22, + [60636] = 22, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4153), 1, - anon_sym_CARET, ACTIONS(4155), 1, - anon_sym_AMP, - ACTIONS(4157), 1, - anon_sym_PIPE, - ACTIONS(4159), 1, - anon_sym_AMP_AMP, - ACTIONS(4161), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, - anon_sym_EQ, - ACTIONS(4273), 1, - anon_sym_DOT_DOT, - ACTIONS(4439), 1, - anon_sym_SEMI, - ACTIONS(4149), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4163), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4169), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4275), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1972), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4151), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4167), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4189), 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, - [60498] = 22, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(3901), 1, - anon_sym_LBRACK, - ACTIONS(3905), 1, - anon_sym_QMARK, - ACTIONS(3907), 1, - anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4153), 1, anon_sym_CARET, - ACTIONS(4155), 1, - anon_sym_AMP, ACTIONS(4157), 1, - anon_sym_PIPE, - ACTIONS(4159), 1, - anon_sym_AMP_AMP, - ACTIONS(4161), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, - anon_sym_EQ, - ACTIONS(4273), 1, - anon_sym_DOT_DOT, - ACTIONS(4603), 1, - anon_sym_COMMA, - ACTIONS(4149), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4163), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4169), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4275), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1973), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4151), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4167), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4189), 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, - [60584] = 22, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(3901), 1, - anon_sym_LBRACK, - ACTIONS(3905), 1, - anon_sym_QMARK, - ACTIONS(3907), 1, - anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4153), 1, - anon_sym_CARET, - ACTIONS(4155), 1, anon_sym_AMP, - ACTIONS(4157), 1, - anon_sym_PIPE, ACTIONS(4159), 1, - anon_sym_AMP_AMP, + anon_sym_PIPE, ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, + ACTIONS(4169), 1, anon_sym_EQ, - ACTIONS(4273), 1, + ACTIONS(4249), 1, anon_sym_DOT_DOT, - ACTIONS(4605), 1, - anon_sym_RBRACK, - ACTIONS(4149), 2, + ACTIONS(4609), 1, + anon_sym_SEMI, + ACTIONS(4151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4163), 2, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, + ACTIONS(4251), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1974), 2, + STATE(1976), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(4153), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4167), 4, + ACTIONS(4171), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4189), 10, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -169284,48 +169492,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [60670] = 17, + [60722] = 17, ACTIONS(29), 1, anon_sym_LT, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4055), 1, + ACTIONS(3939), 1, anon_sym_where, - ACTIONS(4549), 1, + ACTIONS(4551), 1, anon_sym_COLON_COLON, - ACTIONS(4555), 1, + ACTIONS(4557), 1, sym_metavariable, - ACTIONS(4607), 1, + ACTIONS(4611), 1, sym_identifier, - STATE(3076), 1, + STATE(2940), 1, sym_scoped_type_identifier, - STATE(3284), 1, + STATE(3393), 1, sym_generic_type, - STATE(3514), 1, + STATE(3516), 1, sym_scoped_identifier, - STATE(3646), 1, + STATE(3647), 1, sym_generic_type_with_turbofish, - STATE(3672), 1, + STATE(3673), 1, sym_bracketed_type, - STATE(1975), 2, + STATE(1977), 2, sym_line_comment, sym_block_comment, - ACTIONS(4053), 3, + ACTIONS(3937), 3, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, - ACTIONS(4553), 3, + ACTIONS(4555), 3, sym_self, sym_super, sym_crate, - ACTIONS(4551), 4, + ACTIONS(4553), 4, anon_sym_default, anon_sym_gen, anon_sym_union, anon_sym_raw, - ACTIONS(4547), 17, + ACTIONS(4549), 17, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -169343,60 +169551,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - [60746] = 22, + [60798] = 22, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4153), 1, - anon_sym_CARET, ACTIONS(4155), 1, - anon_sym_AMP, + anon_sym_CARET, ACTIONS(4157), 1, - anon_sym_PIPE, + anon_sym_AMP, ACTIONS(4159), 1, - anon_sym_AMP_AMP, + anon_sym_PIPE, ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, + ACTIONS(4169), 1, anon_sym_EQ, - ACTIONS(4273), 1, + ACTIONS(4249), 1, anon_sym_DOT_DOT, - ACTIONS(4609), 1, - anon_sym_SEMI, - ACTIONS(4149), 2, + ACTIONS(4613), 1, + anon_sym_RBRACK, + ACTIONS(4151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4163), 2, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, + ACTIONS(4251), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1976), 2, + STATE(1978), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(4153), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4167), 4, + ACTIONS(4171), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4189), 10, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -169407,60 +169615,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [60832] = 22, + [60884] = 22, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4407), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(4413), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(4415), 1, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4155), 1, anon_sym_CARET, - ACTIONS(4417), 1, + ACTIONS(4157), 1, anon_sym_AMP, - ACTIONS(4419), 1, + ACTIONS(4159), 1, anon_sym_PIPE, - ACTIONS(4423), 1, + ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, anon_sym_PIPE_PIPE, - ACTIONS(4431), 1, - anon_sym_DOT, - ACTIONS(4437), 1, - anon_sym_as, - ACTIONS(4443), 1, + ACTIONS(4169), 1, anon_sym_EQ, - ACTIONS(4535), 1, - anon_sym_EQ_GT, - ACTIONS(4585), 1, + ACTIONS(4249), 1, anon_sym_DOT_DOT, - ACTIONS(4611), 1, - anon_sym_AMP_AMP, - ACTIONS(4409), 2, + ACTIONS(4615), 1, + anon_sym_RBRACK, + ACTIONS(4151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4425), 2, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4429), 2, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4587), 2, + ACTIONS(4251), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1977), 2, + STATE(1979), 2, sym_line_comment, sym_block_comment, - ACTIONS(4411), 3, + ACTIONS(4153), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4427), 4, + ACTIONS(4171), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4441), 10, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -169471,48 +169679,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [60918] = 17, + [60970] = 17, ACTIONS(29), 1, anon_sym_LT, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4055), 1, + ACTIONS(3939), 1, anon_sym_where, - ACTIONS(4549), 1, + ACTIONS(4551), 1, anon_sym_COLON_COLON, - ACTIONS(4555), 1, + ACTIONS(4557), 1, sym_metavariable, - ACTIONS(4613), 1, + ACTIONS(4617), 1, sym_identifier, - STATE(3167), 1, + STATE(3035), 1, sym_scoped_type_identifier, - STATE(3438), 1, + STATE(3494), 1, sym_generic_type, - STATE(3514), 1, + STATE(3516), 1, sym_scoped_identifier, - STATE(3646), 1, + STATE(3647), 1, sym_generic_type_with_turbofish, - STATE(3672), 1, + STATE(3673), 1, sym_bracketed_type, - STATE(1978), 2, + STATE(1980), 2, sym_line_comment, sym_block_comment, - ACTIONS(4053), 3, + ACTIONS(3937), 3, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, - ACTIONS(4553), 3, + ACTIONS(4555), 3, sym_self, sym_super, sym_crate, - ACTIONS(4551), 4, + ACTIONS(4553), 4, anon_sym_default, anon_sym_gen, anon_sym_union, anon_sym_raw, - ACTIONS(4547), 17, + ACTIONS(4549), 17, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -169530,60 +169738,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - [60994] = 22, + [61046] = 22, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4153), 1, - anon_sym_CARET, ACTIONS(4155), 1, - anon_sym_AMP, + anon_sym_CARET, ACTIONS(4157), 1, - anon_sym_PIPE, + anon_sym_AMP, ACTIONS(4159), 1, - anon_sym_AMP_AMP, + anon_sym_PIPE, ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, + ACTIONS(4169), 1, anon_sym_EQ, - ACTIONS(4273), 1, + ACTIONS(4249), 1, anon_sym_DOT_DOT, - ACTIONS(4615), 1, + ACTIONS(4619), 1, anon_sym_RBRACK, - ACTIONS(4149), 2, + ACTIONS(4151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4163), 2, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, + ACTIONS(4251), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1979), 2, + STATE(1981), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(4153), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4167), 4, + ACTIONS(4171), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4189), 10, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -169594,59 +169802,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [61080] = 21, + [61132] = 22, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4407), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(4413), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(4415), 1, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4155), 1, anon_sym_CARET, - ACTIONS(4417), 1, + ACTIONS(4157), 1, anon_sym_AMP, - ACTIONS(4419), 1, + ACTIONS(4159), 1, anon_sym_PIPE, - ACTIONS(4423), 1, + ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, anon_sym_PIPE_PIPE, - ACTIONS(4431), 1, - anon_sym_DOT, - ACTIONS(4437), 1, - anon_sym_as, - ACTIONS(4443), 1, + ACTIONS(4169), 1, anon_sym_EQ, - ACTIONS(4585), 1, + ACTIONS(4249), 1, anon_sym_DOT_DOT, - ACTIONS(4409), 2, + ACTIONS(4621), 1, + anon_sym_RBRACK, + ACTIONS(4151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4425), 2, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4429), 2, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4467), 2, - anon_sym_EQ_GT, - anon_sym_AMP_AMP, - ACTIONS(4587), 2, + ACTIONS(4251), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1980), 2, + STATE(1982), 2, sym_line_comment, sym_block_comment, - ACTIONS(4411), 3, + ACTIONS(4153), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4427), 4, + ACTIONS(4171), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4441), 10, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -169657,60 +169866,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [61164] = 22, + [61218] = 21, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, + ACTIONS(4377), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(4379), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(4381), 1, anon_sym_DOT, - ACTIONS(3991), 1, - anon_sym_as, - ACTIONS(4153), 1, + ACTIONS(4437), 1, anon_sym_CARET, - ACTIONS(4155), 1, + ACTIONS(4439), 1, anon_sym_AMP, - ACTIONS(4157), 1, + ACTIONS(4441), 1, anon_sym_PIPE, - ACTIONS(4159), 1, - anon_sym_AMP_AMP, - ACTIONS(4161), 1, + ACTIONS(4445), 1, anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, + ACTIONS(4453), 1, + anon_sym_as, + ACTIONS(4475), 1, anon_sym_EQ, - ACTIONS(4273), 1, + ACTIONS(4579), 1, anon_sym_DOT_DOT, - ACTIONS(4617), 1, - anon_sym_RBRACK, - ACTIONS(4149), 2, + ACTIONS(4433), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4163), 2, + ACTIONS(4447), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + ACTIONS(4451), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, + ACTIONS(4471), 2, + anon_sym_EQ_GT, + anon_sym_AMP_AMP, + ACTIONS(4581), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1981), 2, + STATE(1983), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(4435), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4167), 4, + ACTIONS(4449), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4189), 10, + ACTIONS(4473), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -169721,60 +169929,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [61250] = 22, + [61302] = 22, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3901), 1, + ACTIONS(3819), 1, anon_sym_LBRACK, - ACTIONS(3905), 1, + ACTIONS(3823), 1, anon_sym_QMARK, - ACTIONS(3907), 1, + ACTIONS(3825), 1, anon_sym_DOT, - ACTIONS(3991), 1, + ACTIONS(3827), 1, anon_sym_as, - ACTIONS(4153), 1, - anon_sym_CARET, ACTIONS(4155), 1, - anon_sym_AMP, + anon_sym_CARET, ACTIONS(4157), 1, - anon_sym_PIPE, + anon_sym_AMP, ACTIONS(4159), 1, - anon_sym_AMP_AMP, + anon_sym_PIPE, ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, anon_sym_PIPE_PIPE, - ACTIONS(4191), 1, + ACTIONS(4169), 1, anon_sym_EQ, - ACTIONS(4273), 1, + ACTIONS(4249), 1, anon_sym_DOT_DOT, - ACTIONS(4619), 1, - anon_sym_RBRACK, - ACTIONS(4149), 2, + ACTIONS(4623), 1, + anon_sym_SEMI, + ACTIONS(4151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4163), 2, + ACTIONS(4165), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4169), 2, + ACTIONS(4173), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4275), 2, + ACTIONS(4251), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1982), 2, + STATE(1984), 2, sym_line_comment, sym_block_comment, - ACTIONS(4151), 3, + ACTIONS(4153), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4167), 4, + ACTIONS(4171), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4189), 10, + ACTIONS(4167), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -169785,48 +169993,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [61336] = 17, + [61388] = 17, ACTIONS(29), 1, anon_sym_LT, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4055), 1, + ACTIONS(3939), 1, anon_sym_where, - ACTIONS(4549), 1, + ACTIONS(4551), 1, anon_sym_COLON_COLON, - ACTIONS(4555), 1, + ACTIONS(4557), 1, sym_metavariable, - ACTIONS(4621), 1, + ACTIONS(4625), 1, sym_identifier, - STATE(3191), 1, + STATE(3169), 1, sym_scoped_type_identifier, - STATE(3486), 1, + STATE(3469), 1, sym_generic_type, - STATE(3514), 1, + STATE(3516), 1, sym_scoped_identifier, - STATE(3646), 1, + STATE(3647), 1, sym_generic_type_with_turbofish, - STATE(3672), 1, + STATE(3673), 1, sym_bracketed_type, - STATE(1983), 2, + STATE(1985), 2, sym_line_comment, sym_block_comment, - ACTIONS(4053), 3, + ACTIONS(3937), 3, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, - ACTIONS(4553), 3, + ACTIONS(4555), 3, sym_self, sym_super, sym_crate, - ACTIONS(4551), 4, + ACTIONS(4553), 4, anon_sym_default, anon_sym_gen, anon_sym_union, anon_sym_raw, - ACTIONS(4547), 17, + ACTIONS(4549), 17, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -169844,48 +170052,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - [61412] = 17, + [61464] = 17, ACTIONS(29), 1, anon_sym_LT, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4055), 1, + ACTIONS(3939), 1, anon_sym_where, - ACTIONS(4549), 1, + ACTIONS(4551), 1, anon_sym_COLON_COLON, - ACTIONS(4555), 1, + ACTIONS(4557), 1, sym_metavariable, - ACTIONS(4623), 1, + ACTIONS(4627), 1, sym_identifier, - STATE(3173), 1, + STATE(3175), 1, sym_scoped_type_identifier, - STATE(3456), 1, + STATE(3476), 1, sym_generic_type, - STATE(3514), 1, + STATE(3516), 1, sym_scoped_identifier, - STATE(3646), 1, + STATE(3647), 1, sym_generic_type_with_turbofish, - STATE(3672), 1, + STATE(3673), 1, sym_bracketed_type, - STATE(1984), 2, + STATE(1986), 2, sym_line_comment, sym_block_comment, - ACTIONS(4053), 3, + ACTIONS(3937), 3, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, - ACTIONS(4553), 3, + ACTIONS(4555), 3, sym_self, sym_super, sym_crate, - ACTIONS(4551), 4, + ACTIONS(4553), 4, anon_sym_default, anon_sym_gen, anon_sym_union, anon_sym_raw, - ACTIONS(4547), 17, + ACTIONS(4549), 17, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -169903,48 +170111,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - [61488] = 17, + [61540] = 17, ACTIONS(29), 1, anon_sym_LT, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4055), 1, + ACTIONS(3939), 1, anon_sym_where, - ACTIONS(4549), 1, + ACTIONS(4551), 1, anon_sym_COLON_COLON, - ACTIONS(4555), 1, + ACTIONS(4557), 1, sym_metavariable, - ACTIONS(4625), 1, + ACTIONS(4629), 1, sym_identifier, - STATE(3178), 1, + STATE(3177), 1, sym_scoped_type_identifier, - STATE(3467), 1, + STATE(3477), 1, sym_generic_type, - STATE(3514), 1, + STATE(3516), 1, sym_scoped_identifier, - STATE(3646), 1, + STATE(3647), 1, sym_generic_type_with_turbofish, - STATE(3672), 1, + STATE(3673), 1, sym_bracketed_type, - STATE(1985), 2, + STATE(1987), 2, sym_line_comment, sym_block_comment, - ACTIONS(4053), 3, + ACTIONS(3937), 3, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, - ACTIONS(4553), 3, + ACTIONS(4555), 3, sym_self, sym_super, sym_crate, - ACTIONS(4551), 4, + ACTIONS(4553), 4, anon_sym_default, anon_sym_gen, anon_sym_union, anon_sym_raw, - ACTIONS(4547), 17, + ACTIONS(4549), 17, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -169962,78 +170170,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - [61564] = 17, - ACTIONS(29), 1, - anon_sym_LT, + [61616] = 22, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4055), 1, - anon_sym_where, - ACTIONS(4549), 1, - anon_sym_COLON_COLON, - ACTIONS(4555), 1, - sym_metavariable, - ACTIONS(4627), 1, - sym_identifier, - STATE(3185), 1, - sym_scoped_type_identifier, - STATE(3475), 1, - sym_generic_type, - STATE(3514), 1, - sym_scoped_identifier, - STATE(3646), 1, - sym_generic_type_with_turbofish, - STATE(3672), 1, - sym_bracketed_type, - STATE(1986), 2, + ACTIONS(3819), 1, + anon_sym_LBRACK, + ACTIONS(3823), 1, + anon_sym_QMARK, + ACTIONS(3825), 1, + anon_sym_DOT, + ACTIONS(3827), 1, + anon_sym_as, + ACTIONS(4155), 1, + anon_sym_CARET, + ACTIONS(4157), 1, + anon_sym_AMP, + ACTIONS(4159), 1, + anon_sym_PIPE, + ACTIONS(4161), 1, + anon_sym_AMP_AMP, + ACTIONS(4163), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4169), 1, + anon_sym_EQ, + ACTIONS(4249), 1, + anon_sym_DOT_DOT, + ACTIONS(4631), 1, + anon_sym_RBRACK, + ACTIONS(4151), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4165), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4173), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4251), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1988), 2, sym_line_comment, sym_block_comment, - ACTIONS(4053), 3, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_PLUS, - ACTIONS(4553), 3, - sym_self, - sym_super, - sym_crate, - ACTIONS(4551), 4, - anon_sym_default, - anon_sym_gen, - anon_sym_union, - anon_sym_raw, - ACTIONS(4547), 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, - [61640] = 5, + ACTIONS(4153), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4171), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4167), 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, + [61702] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1987), 2, + STATE(1989), 2, sym_line_comment, sym_block_comment, - ACTIONS(4631), 3, + ACTIONS(4635), 3, anon_sym_LT, anon_sym_COLON_COLON, sym_metavariable, - ACTIONS(4629), 30, + ACTIONS(4633), 30, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -170064,19 +170277,19 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [61688] = 5, + [61750] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1988), 2, + STATE(1990), 2, sym_line_comment, sym_block_comment, - ACTIONS(4635), 3, + ACTIONS(4639), 3, anon_sym_LT, anon_sym_COLON_COLON, sym_metavariable, - ACTIONS(4633), 30, + ACTIONS(4637), 30, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -170107,19 +170320,19 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [61736] = 5, + [61798] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(1989), 2, + STATE(1991), 2, sym_line_comment, sym_block_comment, - ACTIONS(4639), 3, + ACTIONS(4643), 3, anon_sym_LT, anon_sym_COLON_COLON, sym_metavariable, - ACTIONS(4637), 30, + ACTIONS(4641), 30, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -170150,35 +170363,35 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [61784] = 13, + [61846] = 13, ACTIONS(29), 1, anon_sym_LT, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(2301), 1, + ACTIONS(1845), 1, anon_sym_COLON_COLON, - ACTIONS(4641), 1, + ACTIONS(4645), 1, sym_identifier, - ACTIONS(4647), 1, + ACTIONS(4651), 1, sym_metavariable, - STATE(2380), 1, + STATE(2378), 1, sym_scoped_identifier, - STATE(3740), 1, - sym_bracketed_type, - STATE(3798), 1, + STATE(3523), 1, sym_attribute, - STATE(3804), 1, + STATE(3728), 1, + sym_bracketed_type, + STATE(3791), 1, sym_generic_type_with_turbofish, - STATE(1990), 2, + STATE(1992), 2, sym_line_comment, sym_block_comment, - ACTIONS(4645), 3, + ACTIONS(4649), 3, sym_self, sym_super, sym_crate, - ACTIONS(4643), 21, + ACTIONS(4647), 21, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -170200,35 +170413,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_gen, anon_sym_union, anon_sym_raw, - [61847] = 13, + [61909] = 13, ACTIONS(29), 1, anon_sym_LT, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(2301), 1, + ACTIONS(1845), 1, anon_sym_COLON_COLON, - ACTIONS(4641), 1, + ACTIONS(4645), 1, sym_identifier, - ACTIONS(4647), 1, + ACTIONS(4651), 1, sym_metavariable, - STATE(2380), 1, + STATE(2378), 1, sym_scoped_identifier, - STATE(3592), 1, - sym_attribute, - STATE(3740), 1, + STATE(3728), 1, sym_bracketed_type, - STATE(3804), 1, + STATE(3748), 1, + sym_attribute, + STATE(3791), 1, sym_generic_type_with_turbofish, - STATE(1991), 2, + STATE(1993), 2, sym_line_comment, sym_block_comment, - ACTIONS(4645), 3, + ACTIONS(4649), 3, sym_self, sym_super, sym_crate, - ACTIONS(4643), 21, + ACTIONS(4647), 21, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -170250,35 +170463,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_gen, anon_sym_union, anon_sym_raw, - [61910] = 13, + [61972] = 13, ACTIONS(29), 1, anon_sym_LT, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(2301), 1, + ACTIONS(1845), 1, anon_sym_COLON_COLON, - ACTIONS(4641), 1, + ACTIONS(4645), 1, sym_identifier, - ACTIONS(4647), 1, + ACTIONS(4651), 1, sym_metavariable, - STATE(2380), 1, + STATE(2378), 1, sym_scoped_identifier, - STATE(3670), 1, + STATE(3521), 1, sym_attribute, - STATE(3740), 1, + STATE(3728), 1, sym_bracketed_type, - STATE(3804), 1, + STATE(3791), 1, sym_generic_type_with_turbofish, - STATE(1992), 2, + STATE(1994), 2, sym_line_comment, sym_block_comment, - ACTIONS(4645), 3, + ACTIONS(4649), 3, sym_self, sym_super, sym_crate, - ACTIONS(4643), 21, + ACTIONS(4647), 21, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -170300,35 +170513,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_gen, anon_sym_union, anon_sym_raw, - [61973] = 13, + [62035] = 13, ACTIONS(29), 1, anon_sym_LT, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(2301), 1, + ACTIONS(1845), 1, anon_sym_COLON_COLON, - ACTIONS(4641), 1, + ACTIONS(4645), 1, sym_identifier, - ACTIONS(4647), 1, + ACTIONS(4651), 1, sym_metavariable, - STATE(2380), 1, + STATE(2378), 1, sym_scoped_identifier, - STATE(3740), 1, - sym_bracketed_type, - STATE(3753), 1, + STATE(3651), 1, sym_attribute, - STATE(3804), 1, + STATE(3728), 1, + sym_bracketed_type, + STATE(3791), 1, sym_generic_type_with_turbofish, - STATE(1993), 2, + STATE(1995), 2, sym_line_comment, sym_block_comment, - ACTIONS(4645), 3, + ACTIONS(4649), 3, sym_self, sym_super, sym_crate, - ACTIONS(4643), 21, + ACTIONS(4647), 21, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -170350,35 +170563,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_gen, anon_sym_union, anon_sym_raw, - [62036] = 13, + [62098] = 13, ACTIONS(29), 1, anon_sym_LT, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(2301), 1, + ACTIONS(1845), 1, anon_sym_COLON_COLON, - ACTIONS(4641), 1, + ACTIONS(4645), 1, sym_identifier, - ACTIONS(4647), 1, + ACTIONS(4651), 1, sym_metavariable, - STATE(2380), 1, + STATE(2378), 1, sym_scoped_identifier, - STATE(3645), 1, + STATE(3653), 1, sym_attribute, - STATE(3740), 1, + STATE(3728), 1, sym_bracketed_type, - STATE(3804), 1, + STATE(3791), 1, sym_generic_type_with_turbofish, - STATE(1994), 2, + STATE(1996), 2, sym_line_comment, sym_block_comment, - ACTIONS(4645), 3, + ACTIONS(4649), 3, sym_self, sym_super, sym_crate, - ACTIONS(4643), 21, + ACTIONS(4647), 21, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -170400,35 +170613,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_gen, anon_sym_union, anon_sym_raw, - [62099] = 13, + [62161] = 13, ACTIONS(29), 1, anon_sym_LT, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(2301), 1, + ACTIONS(1845), 1, anon_sym_COLON_COLON, - ACTIONS(4641), 1, + ACTIONS(4645), 1, sym_identifier, - ACTIONS(4647), 1, + ACTIONS(4651), 1, sym_metavariable, - STATE(2380), 1, + STATE(2378), 1, sym_scoped_identifier, - STATE(3536), 1, - sym_attribute, - STATE(3740), 1, + STATE(3728), 1, sym_bracketed_type, - STATE(3804), 1, + STATE(3760), 1, + sym_attribute, + STATE(3791), 1, sym_generic_type_with_turbofish, - STATE(1995), 2, + STATE(1997), 2, sym_line_comment, sym_block_comment, - ACTIONS(4645), 3, + ACTIONS(4649), 3, sym_self, sym_super, sym_crate, - ACTIONS(4643), 21, + ACTIONS(4647), 21, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -170450,35 +170663,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_gen, anon_sym_union, anon_sym_raw, - [62162] = 13, + [62224] = 13, ACTIONS(29), 1, anon_sym_LT, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(2301), 1, + ACTIONS(1845), 1, anon_sym_COLON_COLON, - ACTIONS(4641), 1, + ACTIONS(4645), 1, sym_identifier, - ACTIONS(4647), 1, + ACTIONS(4651), 1, sym_metavariable, - STATE(2380), 1, + STATE(2378), 1, sym_scoped_identifier, - STATE(3540), 1, + STATE(3707), 1, sym_attribute, - STATE(3740), 1, + STATE(3728), 1, sym_bracketed_type, - STATE(3804), 1, + STATE(3791), 1, sym_generic_type_with_turbofish, - STATE(1996), 2, + STATE(1998), 2, sym_line_comment, sym_block_comment, - ACTIONS(4645), 3, + ACTIONS(4649), 3, sym_self, sym_super, sym_crate, - ACTIONS(4643), 21, + ACTIONS(4647), 21, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -170500,35 +170713,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_gen, anon_sym_union, anon_sym_raw, - [62225] = 13, + [62287] = 13, ACTIONS(29), 1, anon_sym_LT, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(2301), 1, + ACTIONS(1845), 1, anon_sym_COLON_COLON, - ACTIONS(4641), 1, + ACTIONS(4645), 1, sym_identifier, - ACTIONS(4647), 1, + ACTIONS(4651), 1, sym_metavariable, - STATE(2380), 1, + STATE(2378), 1, sym_scoped_identifier, - STATE(3603), 1, + STATE(3602), 1, sym_attribute, - STATE(3740), 1, + STATE(3728), 1, sym_bracketed_type, - STATE(3804), 1, + STATE(3791), 1, sym_generic_type_with_turbofish, - STATE(1997), 2, + STATE(1999), 2, sym_line_comment, sym_block_comment, - ACTIONS(4645), 3, + ACTIONS(4649), 3, sym_self, sym_super, sym_crate, - ACTIONS(4643), 21, + ACTIONS(4647), 21, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -170550,35 +170763,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_gen, anon_sym_union, anon_sym_raw, - [62288] = 13, + [62350] = 13, ACTIONS(29), 1, anon_sym_LT, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(2301), 1, + ACTIONS(1845), 1, anon_sym_COLON_COLON, - ACTIONS(4641), 1, + ACTIONS(4645), 1, sym_identifier, - ACTIONS(4647), 1, + ACTIONS(4651), 1, sym_metavariable, - STATE(2380), 1, + STATE(2378), 1, sym_scoped_identifier, - STATE(3593), 1, + STATE(3578), 1, sym_attribute, - STATE(3740), 1, + STATE(3728), 1, sym_bracketed_type, - STATE(3804), 1, + STATE(3791), 1, sym_generic_type_with_turbofish, - STATE(1998), 2, + STATE(2000), 2, sym_line_comment, sym_block_comment, - ACTIONS(4645), 3, + ACTIONS(4649), 3, sym_self, sym_super, sym_crate, - ACTIONS(4643), 21, + ACTIONS(4647), 21, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -170600,33 +170813,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_gen, anon_sym_union, anon_sym_raw, - [62351] = 12, + [62413] = 12, ACTIONS(29), 1, anon_sym_LT, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4649), 1, - sym_identifier, ACTIONS(4653), 1, - anon_sym_COLON_COLON, + sym_identifier, ACTIONS(4657), 1, + anon_sym_COLON_COLON, + ACTIONS(4661), 1, sym_metavariable, - STATE(3493), 1, + STATE(3204), 1, sym_scoped_identifier, - STATE(3502), 1, + STATE(3618), 1, sym_bracketed_type, - STATE(3606), 1, + STATE(3669), 1, sym_generic_type_with_turbofish, - STATE(1999), 2, + STATE(2001), 2, sym_line_comment, sym_block_comment, - ACTIONS(4655), 3, + ACTIONS(4659), 3, sym_self, sym_super, sym_crate, - ACTIONS(4651), 21, + ACTIONS(4655), 21, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -170648,33 +170861,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_gen, anon_sym_union, anon_sym_raw, - [62411] = 12, + [62473] = 12, ACTIONS(29), 1, anon_sym_LT, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4653), 1, + ACTIONS(4657), 1, anon_sym_COLON_COLON, - ACTIONS(4659), 1, + ACTIONS(4663), 1, sym_identifier, - ACTIONS(4665), 1, + ACTIONS(4669), 1, sym_metavariable, - STATE(3297), 1, + STATE(3456), 1, sym_scoped_identifier, - STATE(3502), 1, + STATE(3618), 1, sym_bracketed_type, - STATE(3606), 1, + STATE(3669), 1, sym_generic_type_with_turbofish, - STATE(2000), 2, + STATE(2002), 2, sym_line_comment, sym_block_comment, - ACTIONS(4663), 3, + ACTIONS(4667), 3, sym_self, sym_super, sym_crate, - ACTIONS(4661), 21, + ACTIONS(4665), 21, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -170696,17 +170909,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_gen, anon_sym_union, anon_sym_raw, - [62471] = 5, + [62533] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(958), 1, + ACTIONS(1006), 1, anon_sym_DOT_DOT, - STATE(2001), 2, + STATE(2003), 2, sym_line_comment, sym_block_comment, - ACTIONS(960), 20, + ACTIONS(1008), 20, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -170727,17 +170940,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_extern, anon_sym_else, anon_sym_in, - [62507] = 5, + [62569] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(1016), 1, + ACTIONS(1018), 1, anon_sym_DOT_DOT, - STATE(2002), 2, + STATE(2004), 2, sym_line_comment, sym_block_comment, - ACTIONS(1018), 20, + ACTIONS(1020), 20, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -170758,59 +170971,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_extern, anon_sym_else, anon_sym_in, - [62543] = 14, + [62605] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4669), 1, - anon_sym_LPAREN, - ACTIONS(4671), 1, - anon_sym_LBRACE, - ACTIONS(4673), 1, + ACTIONS(3551), 1, anon_sym_COLON, - ACTIONS(4675), 1, + ACTIONS(3555), 2, anon_sym_BANG, - ACTIONS(4677), 1, - anon_sym_AT, - ACTIONS(4679), 1, - anon_sym_DOT_DOT, - ACTIONS(4683), 1, anon_sym_COLON_COLON, - ACTIONS(4685), 1, - anon_sym_LT2, - STATE(2029), 1, - sym_type_arguments, - ACTIONS(4681), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(2003), 2, + STATE(2005), 2, sym_line_comment, sym_block_comment, - ACTIONS(4667), 9, + ACTIONS(3549), 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_in, - [62596] = 6, + anon_sym_LT2, + [62642] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3545), 1, + ACTIONS(3583), 1, anon_sym_COLON, - ACTIONS(3549), 2, + ACTIONS(3587), 2, anon_sym_BANG, anon_sym_COLON_COLON, - STATE(2004), 2, + STATE(2006), 2, sym_line_comment, sym_block_comment, - ACTIONS(3543), 17, + ACTIONS(3581), 17, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -170828,20 +171033,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_else, anon_sym_LT2, - [62633] = 6, + [62679] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3579), 1, + ACTIONS(3543), 1, anon_sym_COLON, - ACTIONS(3583), 2, + ACTIONS(3547), 2, anon_sym_BANG, anon_sym_COLON_COLON, - STATE(2005), 2, + STATE(2007), 2, sym_line_comment, sym_block_comment, - ACTIONS(3577), 17, + ACTIONS(3541), 17, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -170859,20 +171064,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_else, anon_sym_LT2, - [62670] = 6, + [62716] = 14, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3553), 1, + ACTIONS(4673), 1, + anon_sym_LPAREN, + ACTIONS(4675), 1, + anon_sym_LBRACE, + ACTIONS(4677), 1, anon_sym_COLON, - ACTIONS(3557), 2, + ACTIONS(4679), 1, anon_sym_BANG, + ACTIONS(4681), 1, + anon_sym_AT, + ACTIONS(4683), 1, + anon_sym_DOT_DOT, + ACTIONS(4687), 1, anon_sym_COLON_COLON, - STATE(2006), 2, + ACTIONS(4689), 1, + anon_sym_LT2, + STATE(2030), 1, + sym_type_arguments, + ACTIONS(4685), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(2008), 2, sym_line_comment, sym_block_comment, - ACTIONS(3551), 17, + ACTIONS(4671), 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, + [62769] = 6, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(3567), 1, + anon_sym_COLON, + ACTIONS(3571), 2, + anon_sym_BANG, + anon_sym_COLON_COLON, + STATE(2009), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3565), 17, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -170890,20 +171134,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_else, anon_sym_LT2, - [62707] = 6, + [62806] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3565), 1, + ACTIONS(3801), 1, anon_sym_COLON, - ACTIONS(3569), 2, - anon_sym_BANG, - anon_sym_COLON_COLON, - STATE(2007), 2, + STATE(2010), 2, sym_line_comment, sym_block_comment, - ACTIONS(3563), 17, + ACTIONS(3799), 18, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -170915,28 +171156,29 @@ 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_LT2, - [62744] = 6, + anon_sym_in, + [62840] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3567), 2, + ACTIONS(3545), 2, anon_sym_COLON, anon_sym_DOT_DOT, - STATE(2008), 2, + STATE(2011), 2, sym_line_comment, sym_block_comment, - ACTIONS(3563), 3, + ACTIONS(3541), 3, anon_sym_LBRACE, anon_sym_for, anon_sym_LT2, - ACTIONS(3569), 14, + ACTIONS(3547), 14, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -170951,22 +171193,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_else, anon_sym_in, - [62780] = 6, + [62876] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3581), 2, + ACTIONS(3585), 2, anon_sym_COLON, anon_sym_DOT_DOT, - STATE(2009), 2, + STATE(2012), 2, sym_line_comment, sym_block_comment, - ACTIONS(3577), 3, + ACTIONS(3581), 3, anon_sym_LBRACE, anon_sym_for, anon_sym_LT2, - ACTIONS(3583), 14, + ACTIONS(3587), 14, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -170981,17 +171223,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_else, anon_sym_in, - [62816] = 5, + [62912] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3771), 1, + ACTIONS(3779), 1, anon_sym_COLON, - STATE(2010), 2, + STATE(2013), 2, sym_line_comment, sym_block_comment, - ACTIONS(3769), 18, + ACTIONS(3777), 18, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -171010,17 +171252,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_else, anon_sym_in, - [62850] = 5, + [62946] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3713), 1, + ACTIONS(3765), 1, anon_sym_COLON, - STATE(2011), 2, + STATE(2014), 2, sym_line_comment, sym_block_comment, - ACTIONS(3711), 18, + ACTIONS(3763), 18, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -171039,46 +171281,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_else, anon_sym_in, - [62884] = 5, + [62980] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3761), 1, + ACTIONS(3553), 2, anon_sym_COLON, - STATE(2012), 2, + anon_sym_DOT_DOT, + STATE(2015), 2, sym_line_comment, sym_block_comment, - ACTIONS(3759), 18, + ACTIONS(3549), 3, + anon_sym_LBRACE, + anon_sym_for, + anon_sym_LT2, + ACTIONS(3555), 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, - [62918] = 5, + [63016] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3705), 1, + ACTIONS(3793), 1, anon_sym_COLON, - STATE(2013), 2, + STATE(2016), 2, sym_line_comment, sym_block_comment, - ACTIONS(3703), 18, + ACTIONS(3791), 18, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -171097,27 +171340,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_else, anon_sym_in, - [62952] = 10, + [63050] = 10, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4675), 1, + ACTIONS(4679), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4689), 1, anon_sym_LT2, - ACTIONS(4687), 1, + ACTIONS(4691), 1, anon_sym_LPAREN, - ACTIONS(4689), 1, + ACTIONS(4693), 1, anon_sym_COLON_COLON, - STATE(2029), 1, + STATE(2030), 1, sym_type_arguments, - STATE(2099), 1, + STATE(2107), 1, sym_parameters, - STATE(2014), 2, + STATE(2017), 2, sym_line_comment, sym_block_comment, - ACTIONS(3433), 13, + ACTIONS(3468), 13, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -171131,22 +171374,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_where, anon_sym_else, - [62996] = 6, + [63094] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3555), 2, + ACTIONS(3569), 2, anon_sym_COLON, anon_sym_DOT_DOT, - STATE(2015), 2, + STATE(2018), 2, sym_line_comment, sym_block_comment, - ACTIONS(3551), 3, + ACTIONS(3565), 3, anon_sym_LBRACE, anon_sym_for, anon_sym_LT2, - ACTIONS(3557), 14, + ACTIONS(3571), 14, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -171161,27 +171404,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_else, anon_sym_in, - [63032] = 10, + [63130] = 10, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4675), 1, + ACTIONS(4679), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4689), 1, anon_sym_LT2, - ACTIONS(4687), 1, + ACTIONS(4691), 1, anon_sym_LPAREN, - ACTIONS(4689), 1, + ACTIONS(4693), 1, anon_sym_COLON_COLON, - STATE(2029), 1, + STATE(2030), 1, sym_type_arguments, - STATE(2099), 1, + STATE(2107), 1, sym_parameters, - STATE(2016), 2, + STATE(2019), 2, sym_line_comment, sym_block_comment, - ACTIONS(3445), 13, + ACTIONS(3456), 13, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -171195,27 +171438,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_where, anon_sym_else, - [63076] = 10, + [63174] = 10, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4675), 1, + ACTIONS(4679), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4689), 1, anon_sym_LT2, - ACTIONS(4687), 1, + ACTIONS(4691), 1, anon_sym_LPAREN, - ACTIONS(4689), 1, + ACTIONS(4693), 1, anon_sym_COLON_COLON, - STATE(2029), 1, + STATE(2030), 1, sym_type_arguments, - STATE(2099), 1, + STATE(2107), 1, sym_parameters, - STATE(2017), 2, + STATE(2020), 2, sym_line_comment, sym_block_comment, - ACTIONS(3470), 13, + ACTIONS(3474), 13, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -171229,48 +171472,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_where, anon_sym_else, - [63120] = 6, + [63218] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3547), 2, - anon_sym_COLON, - anon_sym_DOT_DOT, - STATE(2018), 2, + STATE(2021), 2, sym_line_comment, sym_block_comment, - ACTIONS(3543), 3, - anon_sym_LBRACE, - anon_sym_for, - anon_sym_LT2, - ACTIONS(3549), 14, + ACTIONS(3565), 18, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_BANG, + anon_sym_COLON, + anon_sym_PLUS, anon_sym_PIPE, anon_sym_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, + anon_sym_GT, anon_sym_COMMA, - anon_sym_COLON_COLON, + anon_sym_SQUOTE, + anon_sym_as, + anon_sym_for, + anon_sym_where, anon_sym_else, - anon_sym_in, - [63156] = 5, + anon_sym_LT2, + [63249] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3555), 2, + ACTIONS(3569), 2, anon_sym_COLON, anon_sym_DOT_DOT, - STATE(2019), 2, + STATE(2022), 2, sym_line_comment, sym_block_comment, - ACTIONS(3557), 16, + ACTIONS(3571), 16, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -171287,18 +171527,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_else, anon_sym_in, - [63189] = 5, + [63282] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3547), 2, + ACTIONS(3545), 2, anon_sym_COLON, anon_sym_DOT_DOT, - STATE(2020), 2, + STATE(2023), 2, sym_line_comment, sym_block_comment, - ACTIONS(3549), 16, + ACTIONS(3547), 16, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -171315,18 +171555,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_else, anon_sym_in, - [63222] = 5, + [63315] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3567), 2, + ACTIONS(3553), 2, anon_sym_COLON, anon_sym_DOT_DOT, - STATE(2021), 2, + STATE(2024), 2, sym_line_comment, sym_block_comment, - ACTIONS(3569), 16, + ACTIONS(3555), 16, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -171343,90 +171583,155 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_else, anon_sym_in, - [63255] = 5, + [63348] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3581), 2, - anon_sym_COLON, - anon_sym_DOT_DOT, - STATE(2022), 2, + ACTIONS(4689), 1, + anon_sym_LT2, + ACTIONS(4691), 1, + anon_sym_LPAREN, + ACTIONS(4695), 1, + anon_sym_COLON_COLON, + STATE(2030), 1, + sym_type_arguments, + STATE(2107), 1, + sym_parameters, + STATE(2025), 2, sym_line_comment, sym_block_comment, - ACTIONS(3583), 16, + ACTIONS(3505), 13, anon_sym_SEMI, - anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_BANG, + anon_sym_PLUS, anon_sym_PIPE, anon_sym_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, + anon_sym_GT, anon_sym_COMMA, - anon_sym_COLON_COLON, + anon_sym_SQUOTE, + anon_sym_where, anon_sym_else, - anon_sym_in, - [63288] = 14, + [63389] = 14, ACTIONS(37), 1, anon_sym_SQUOTE, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(1072), 1, + ACTIONS(1124), 1, anon_sym_DASH, - ACTIONS(1122), 1, + ACTIONS(1174), 1, aux_sym_string_literal_token1, - ACTIONS(1132), 1, + ACTIONS(1184), 1, sym__raw_string_literal_start, ACTIONS(1622), 1, anon_sym_LBRACE, - ACTIONS(4691), 1, + ACTIONS(4697), 1, sym_identifier, STATE(3774), 1, sym_label, - ACTIONS(1124), 2, + ACTIONS(1176), 2, anon_sym_true, anon_sym_false, - STATE(2023), 2, + STATE(2026), 2, sym_line_comment, sym_block_comment, ACTIONS(1648), 3, sym_float_literal, sym_integer_literal, sym_char_literal, - STATE(2884), 3, + STATE(2920), 3, sym_string_literal, sym_raw_string_literal, sym_boolean_literal, - STATE(3215), 3, + STATE(3324), 3, sym_block, sym__literal, sym_negative_literal, - [63339] = 9, + [63440] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4685), 1, - anon_sym_LT2, - ACTIONS(4687), 1, + ACTIONS(3585), 2, + anon_sym_COLON, + anon_sym_DOT_DOT, + STATE(2027), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3587), 16, + anon_sym_SEMI, anon_sym_LPAREN, - ACTIONS(4693), 1, + anon_sym_RPAREN, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_BANG, + anon_sym_PIPE, + anon_sym_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_COMMA, anon_sym_COLON_COLON, - STATE(2029), 1, - sym_type_arguments, - STATE(2099), 1, - sym_parameters, - STATE(2024), 2, + anon_sym_else, + anon_sym_in, + [63473] = 19, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(4701), 1, + anon_sym_const, + ACTIONS(4703), 1, + anon_sym_enum, + ACTIONS(4705), 1, + anon_sym_fn, + ACTIONS(4707), 1, + anon_sym_mod, + ACTIONS(4709), 1, + anon_sym_static, + ACTIONS(4711), 1, + anon_sym_struct, + ACTIONS(4713), 1, + anon_sym_trait, + ACTIONS(4715), 1, + anon_sym_type, + ACTIONS(4717), 1, + anon_sym_union, + ACTIONS(4719), 1, + anon_sym_unsafe, + ACTIONS(4721), 1, + anon_sym_use, + ACTIONS(4723), 1, + anon_sym_extern, + STATE(2299), 1, + aux_sym_function_modifiers_repeat1, + STATE(2448), 1, + sym_extern_modifier, + STATE(3508), 1, + sym_function_modifiers, + ACTIONS(4699), 2, + anon_sym_async, + anon_sym_default, + STATE(2028), 2, + sym_line_comment, + sym_block_comment, + [63533] = 5, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(3715), 1, + anon_sym_COLON, + STATE(2029), 2, sym_line_comment, sym_block_comment, - ACTIONS(3501), 13, + ACTIONS(3713), 16, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -171437,47 +171742,50 @@ 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, - [63380] = 4, + [63565] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(2025), 2, + ACTIONS(3711), 1, + anon_sym_COLON, + STATE(2030), 2, sym_line_comment, sym_block_comment, - ACTIONS(3551), 18, + ACTIONS(3709), 16, anon_sym_SEMI, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_COLON, anon_sym_PLUS, anon_sym_PIPE, anon_sym_EQ, anon_sym_GT, anon_sym_COMMA, + anon_sym_COLON_COLON, anon_sym_SQUOTE, anon_sym_as, anon_sym_for, anon_sym_where, anon_sym_else, - anon_sym_LT2, - [63411] = 5, + [63597] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3797), 1, + ACTIONS(3707), 1, anon_sym_COLON, - STATE(2026), 2, + STATE(2031), 2, sym_line_comment, sym_block_comment, - ACTIONS(3795), 16, + ACTIONS(3705), 16, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -171494,23 +171802,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_for, anon_sym_where, anon_sym_else, - [63443] = 8, + [63629] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4685), 1, + ACTIONS(4689), 1, anon_sym_LT2, - ACTIONS(4687), 1, + ACTIONS(4691), 1, anon_sym_LPAREN, - STATE(2026), 1, + STATE(2029), 1, sym_type_arguments, - STATE(2100), 1, + STATE(2106), 1, sym_parameters, - STATE(2027), 2, + STATE(2032), 2, sym_line_comment, sym_block_comment, - ACTIONS(3531), 13, + ACTIONS(3577), 13, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -171524,125 +171832,131 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_where, anon_sym_else, - [63481] = 12, + [63667] = 19, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(4725), 1, + anon_sym_const, + ACTIONS(4727), 1, + anon_sym_enum, + ACTIONS(4729), 1, + anon_sym_fn, + ACTIONS(4731), 1, + anon_sym_mod, + ACTIONS(4733), 1, + anon_sym_static, + ACTIONS(4735), 1, + anon_sym_struct, + ACTIONS(4737), 1, + anon_sym_trait, + ACTIONS(4739), 1, + anon_sym_type, + ACTIONS(4741), 1, + anon_sym_union, + ACTIONS(4743), 1, + anon_sym_unsafe, + ACTIONS(4745), 1, + anon_sym_use, + ACTIONS(4747), 1, + anon_sym_extern, + STATE(2299), 1, + aux_sym_function_modifiers_repeat1, + STATE(2448), 1, + sym_extern_modifier, + STATE(3796), 1, + sym_function_modifiers, + ACTIONS(4699), 2, + anon_sym_async, + anon_sym_default, + STATE(2033), 2, + sym_line_comment, + sym_block_comment, + [63727] = 12, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4685), 1, + ACTIONS(4689), 1, anon_sym_LT2, - ACTIONS(4697), 1, + ACTIONS(4751), 1, anon_sym_COLON, - ACTIONS(4699), 1, + ACTIONS(4753), 1, anon_sym_BANG, - ACTIONS(4701), 1, + ACTIONS(4755), 1, anon_sym_DOT_DOT, - ACTIONS(4705), 1, + ACTIONS(4759), 1, anon_sym_COLON_COLON, - STATE(2033), 1, + STATE(2031), 1, sym_type_arguments, - ACTIONS(4703), 2, + ACTIONS(4757), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(2028), 2, + STATE(2034), 2, sym_line_comment, sym_block_comment, - ACTIONS(4695), 3, + ACTIONS(4749), 3, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_COMMA, - ACTIONS(3621), 6, + ACTIONS(3601), 6, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_fn, anon_sym_unsafe, anon_sym_extern, - [63527] = 5, + [63773] = 11, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3793), 1, + ACTIONS(4689), 1, + anon_sym_LT2, + ACTIONS(4751), 1, anon_sym_COLON, - STATE(2029), 2, + ACTIONS(4753), 1, + anon_sym_BANG, + ACTIONS(4755), 1, + anon_sym_DOT_DOT, + ACTIONS(4761), 1, + anon_sym_COLON_COLON, + STATE(2031), 1, + sym_type_arguments, + ACTIONS(4757), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(2035), 2, sym_line_comment, sym_block_comment, - ACTIONS(3791), 16, + ACTIONS(4749), 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_COLON_COLON, - anon_sym_SQUOTE, - anon_sym_as, - anon_sym_for, - anon_sym_where, anon_sym_else, - [63559] = 19, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(4709), 1, - anon_sym_const, - ACTIONS(4711), 1, - anon_sym_enum, - ACTIONS(4713), 1, - anon_sym_fn, - ACTIONS(4715), 1, - anon_sym_mod, - ACTIONS(4717), 1, - anon_sym_static, - ACTIONS(4719), 1, - anon_sym_struct, - ACTIONS(4721), 1, - anon_sym_trait, - ACTIONS(4723), 1, - anon_sym_type, - ACTIONS(4725), 1, - anon_sym_union, - ACTIONS(4727), 1, - anon_sym_unsafe, - ACTIONS(4729), 1, - anon_sym_use, - ACTIONS(4731), 1, - anon_sym_extern, - STATE(2336), 1, - aux_sym_function_modifiers_repeat1, - STATE(2421), 1, - sym_extern_modifier, - STATE(3573), 1, - sym_function_modifiers, - ACTIONS(4707), 2, - anon_sym_async, - anon_sym_default, - STATE(2030), 2, - sym_line_comment, - sym_block_comment, - [63619] = 8, + anon_sym_in, + [63817] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4685), 1, + ACTIONS(4689), 1, anon_sym_LT2, - ACTIONS(4687), 1, + ACTIONS(4691), 1, anon_sym_LPAREN, - STATE(2026), 1, + STATE(2029), 1, sym_type_arguments, - STATE(2100), 1, + STATE(2106), 1, sym_parameters, - STATE(2031), 2, + STATE(2036), 2, sym_line_comment, sym_block_comment, - ACTIONS(3509), 13, + ACTIONS(3521), 13, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -171656,23 +171970,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_where, anon_sym_else, - [63657] = 8, + [63855] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4685), 1, + ACTIONS(4689), 1, anon_sym_LT2, - ACTIONS(4687), 1, + ACTIONS(4691), 1, anon_sym_LPAREN, - STATE(2026), 1, + STATE(2029), 1, sym_type_arguments, - STATE(2100), 1, + STATE(2106), 1, sym_parameters, - STATE(2032), 2, + STATE(2037), 2, sym_line_comment, sym_block_comment, - ACTIONS(3513), 13, + ACTIONS(3557), 13, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -171686,17 +172000,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_where, anon_sym_else, - [63695] = 5, + [63893] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3789), 1, - anon_sym_COLON, - STATE(2033), 2, + ACTIONS(4689), 1, + anon_sym_LT2, + ACTIONS(4691), 1, + anon_sym_LPAREN, + STATE(2029), 1, + sym_type_arguments, + STATE(2106), 1, + sym_parameters, + STATE(2038), 2, sym_line_comment, sym_block_comment, - ACTIONS(3787), 16, + ACTIONS(3573), 13, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -171707,103 +172027,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, - [63727] = 11, + [63931] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4685), 1, - anon_sym_LT2, - ACTIONS(4697), 1, - anon_sym_COLON, - ACTIONS(4699), 1, - anon_sym_BANG, - ACTIONS(4701), 1, - anon_sym_DOT_DOT, - ACTIONS(4733), 1, - anon_sym_COLON_COLON, - STATE(2033), 1, - sym_type_arguments, - ACTIONS(4703), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(2034), 2, + STATE(2039), 2, sym_line_comment, sym_block_comment, - ACTIONS(4695), 9, + ACTIONS(1090), 16, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_COLON, + anon_sym_PLUS, anon_sym_PIPE, anon_sym_EQ, + anon_sym_GT, anon_sym_COMMA, + anon_sym_SQUOTE, + anon_sym_as, + anon_sym_where, anon_sym_else, anon_sym_in, - [63771] = 19, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(4735), 1, - anon_sym_const, - ACTIONS(4737), 1, - anon_sym_enum, - ACTIONS(4739), 1, - anon_sym_fn, - ACTIONS(4741), 1, - anon_sym_mod, - ACTIONS(4743), 1, - anon_sym_static, - ACTIONS(4745), 1, - anon_sym_struct, - ACTIONS(4747), 1, - anon_sym_trait, - ACTIONS(4749), 1, - anon_sym_type, - ACTIONS(4751), 1, - anon_sym_union, - ACTIONS(4753), 1, - anon_sym_unsafe, - ACTIONS(4755), 1, - anon_sym_use, - ACTIONS(4757), 1, - anon_sym_extern, - STATE(2336), 1, - aux_sym_function_modifiers_repeat1, - STATE(2421), 1, - sym_extern_modifier, - STATE(3796), 1, - sym_function_modifiers, - ACTIONS(4707), 2, - anon_sym_async, - anon_sym_default, - STATE(2035), 2, - sym_line_comment, - sym_block_comment, - [63831] = 8, + [63960] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4685), 1, - anon_sym_LT2, - ACTIONS(4687), 1, - anon_sym_LPAREN, - STATE(2026), 1, - sym_type_arguments, - STATE(2100), 1, - sym_parameters, - STATE(2036), 2, + ACTIONS(3579), 1, + anon_sym_COLON, + ACTIONS(4763), 1, + anon_sym_COLON_COLON, + STATE(2040), 2, sym_line_comment, sym_block_comment, - ACTIONS(3523), 13, + ACTIONS(3577), 14, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -171815,58 +172079,22 @@ 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, - [63869] = 16, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(4671), 1, - anon_sym_LBRACE, - ACTIONS(4675), 1, - anon_sym_BANG, - ACTIONS(4677), 1, - anon_sym_AT, - ACTIONS(4679), 1, - anon_sym_DOT_DOT, - ACTIONS(4685), 1, - anon_sym_LT2, - ACTIONS(4759), 1, - anon_sym_LPAREN, - ACTIONS(4761), 1, - anon_sym_RBRACK, - ACTIONS(4764), 1, - anon_sym_COLON_COLON, - STATE(2029), 1, - sym_type_arguments, - STATE(2099), 1, - sym_parameters, - ACTIONS(3445), 2, - anon_sym_SEMI, - anon_sym_PLUS, - ACTIONS(4667), 2, - anon_sym_PIPE, - anon_sym_COMMA, - ACTIONS(4681), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(2037), 2, - sym_line_comment, - sym_block_comment, - [63922] = 6, + [63993] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3511), 1, + ACTIONS(3523), 1, anon_sym_COLON, - ACTIONS(4766), 1, + ACTIONS(4765), 1, anon_sym_COLON_COLON, - STATE(2038), 2, + STATE(2041), 2, sym_line_comment, sym_block_comment, - ACTIONS(3509), 14, + ACTIONS(3521), 14, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -171881,47 +172109,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [63955] = 5, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(4768), 1, - anon_sym_LPAREN, - STATE(2039), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4135), 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, - [63986] = 4, + [64026] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(2040), 2, + ACTIONS(3579), 1, + anon_sym_COLON, + ACTIONS(4765), 1, + anon_sym_COLON_COLON, + STATE(2042), 2, sym_line_comment, sym_block_comment, - ACTIONS(1136), 16, + ACTIONS(3577), 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, @@ -171931,16 +172136,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - anon_sym_in, - [64015] = 4, + [64059] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(2041), 2, + STATE(2043), 2, sym_line_comment, sym_block_comment, - ACTIONS(3717), 16, + ACTIONS(3741), 16, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -171957,19 +172161,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [64044] = 6, + [64088] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3533), 1, + ACTIONS(3579), 1, anon_sym_COLON, - ACTIONS(4770), 1, + ACTIONS(4767), 1, anon_sym_COLON_COLON, - STATE(2042), 2, + STATE(2044), 2, sym_line_comment, sym_block_comment, - ACTIONS(3531), 14, + ACTIONS(3577), 14, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -171984,78 +172188,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [64077] = 17, + [64121] = 17, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3445), 1, + ACTIONS(3468), 1, anon_sym_PLUS, - ACTIONS(4667), 1, - anon_sym_PIPE, ACTIONS(4671), 1, + anon_sym_PIPE, + ACTIONS(4675), 1, anon_sym_LBRACE, - ACTIONS(4673), 1, + ACTIONS(4677), 1, anon_sym_COLON, - ACTIONS(4675), 1, + ACTIONS(4679), 1, anon_sym_BANG, - ACTIONS(4677), 1, + ACTIONS(4681), 1, anon_sym_AT, - ACTIONS(4679), 1, + ACTIONS(4683), 1, anon_sym_DOT_DOT, - ACTIONS(4685), 1, + ACTIONS(4689), 1, anon_sym_LT2, - ACTIONS(4772), 1, + ACTIONS(4769), 1, anon_sym_LPAREN, ACTIONS(4774), 1, anon_sym_COLON_COLON, - STATE(2029), 1, + STATE(2030), 1, sym_type_arguments, - STATE(2099), 1, + STATE(2107), 1, sym_parameters, - ACTIONS(4681), 2, + ACTIONS(4685), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - ACTIONS(4761), 2, + ACTIONS(4771), 2, anon_sym_RPAREN, anon_sym_COMMA, - STATE(2043), 2, - sym_line_comment, - sym_block_comment, - [64132] = 4, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - STATE(2044), 2, + STATE(2045), 2, sym_line_comment, sym_block_comment, - ACTIONS(3799), 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, - [64161] = 4, + [64176] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(2045), 2, + STATE(2046), 2, sym_line_comment, sym_block_comment, - ACTIONS(1056), 16, + ACTIONS(1086), 16, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -172072,15 +172251,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_else, anon_sym_in, - [64190] = 4, + [64205] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(2046), 2, + STATE(2047), 2, sym_line_comment, sym_block_comment, - ACTIONS(1528), 16, + ACTIONS(3795), 16, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -172092,76 +172271,110 @@ 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, - [64219] = 10, + [64234] = 16, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4669), 1, - anon_sym_LPAREN, - ACTIONS(4673), 1, - anon_sym_COLON, + ACTIONS(4671), 1, + anon_sym_PIPE, ACTIONS(4675), 1, - anon_sym_BANG, + anon_sym_LBRACE, + ACTIONS(4677), 1, + anon_sym_COLON, ACTIONS(4679), 1, + anon_sym_BANG, + ACTIONS(4681), 1, + anon_sym_AT, + ACTIONS(4683), 1, anon_sym_DOT_DOT, + ACTIONS(4689), 1, + anon_sym_LT2, ACTIONS(4776), 1, + anon_sym_LPAREN, + ACTIONS(4778), 1, anon_sym_COLON_COLON, - ACTIONS(4681), 2, + STATE(2030), 1, + sym_type_arguments, + STATE(2107), 1, + sym_parameters, + ACTIONS(4685), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(2047), 2, + STATE(2048), 2, sym_line_comment, sym_block_comment, - ACTIONS(4667), 9, - anon_sym_SEMI, + ACTIONS(3468), 3, anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_EQ, + anon_sym_PLUS, anon_sym_COMMA, - anon_sym_else, - anon_sym_in, - [64260] = 4, + [64287] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(2048), 2, + ACTIONS(4780), 1, + anon_sym_LPAREN, + STATE(2049), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4125), 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, + [64318] = 6, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(3559), 1, + anon_sym_COLON, + ACTIONS(4765), 1, + anon_sym_COLON_COLON, + STATE(2050), 2, sym_line_comment, sym_block_comment, - ACTIONS(3763), 16, + ACTIONS(3557), 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, - [64289] = 4, + [64351] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(2049), 2, + STATE(2051), 2, sym_line_comment, sym_block_comment, - ACTIONS(1512), 16, + ACTIONS(3767), 16, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -172173,84 +172386,76 @@ 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, - [64318] = 16, + [64380] = 10, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4667), 1, - anon_sym_PIPE, - ACTIONS(4671), 1, - anon_sym_LBRACE, ACTIONS(4673), 1, - anon_sym_COLON, - ACTIONS(4675), 1, - anon_sym_BANG, + anon_sym_LPAREN, ACTIONS(4677), 1, - anon_sym_AT, + anon_sym_COLON, ACTIONS(4679), 1, + anon_sym_BANG, + ACTIONS(4683), 1, anon_sym_DOT_DOT, - ACTIONS(4685), 1, - anon_sym_LT2, - ACTIONS(4778), 1, - anon_sym_LPAREN, - ACTIONS(4780), 1, + ACTIONS(4782), 1, anon_sym_COLON_COLON, - STATE(2029), 1, - sym_type_arguments, - STATE(2099), 1, - sym_parameters, - ACTIONS(4681), 2, + ACTIONS(4685), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(2050), 2, + STATE(2052), 2, sym_line_comment, sym_block_comment, - ACTIONS(3445), 3, + ACTIONS(4671), 9, + anon_sym_SEMI, anon_sym_RPAREN, - anon_sym_PLUS, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_PIPE, + anon_sym_EQ, anon_sym_COMMA, - [64371] = 6, + anon_sym_else, + anon_sym_in, + [64421] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3511), 1, - anon_sym_COLON, - ACTIONS(4770), 1, - anon_sym_COLON_COLON, - STATE(2051), 2, + STATE(2053), 2, sym_line_comment, sym_block_comment, - ACTIONS(3509), 14, + ACTIONS(3803), 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, - [64404] = 4, + [64450] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(2052), 2, + STATE(2054), 2, sym_line_comment, sym_block_comment, - ACTIONS(3781), 16, + ACTIONS(1488), 16, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -172262,47 +172467,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, - [64433] = 6, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - STATE(183), 1, - sym_fragment_specifier, - ACTIONS(4784), 2, - anon_sym_expr, - anon_sym_pat, - STATE(2053), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4782), 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, - [64466] = 4, + anon_sym_in, + [64479] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(2054), 2, + STATE(2055), 2, sym_line_comment, sym_block_comment, - ACTIONS(3721), 16, + ACTIONS(3781), 16, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -172319,56 +172497,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [64495] = 11, + [64508] = 11, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4685), 1, + ACTIONS(4689), 1, anon_sym_LT2, - ACTIONS(4699), 1, + ACTIONS(4753), 1, anon_sym_BANG, - ACTIONS(4701), 1, + ACTIONS(4755), 1, anon_sym_DOT_DOT, - ACTIONS(4786), 1, + ACTIONS(4784), 1, anon_sym_COLON_COLON, - STATE(2033), 1, + STATE(2031), 1, sym_type_arguments, - ACTIONS(4703), 2, + ACTIONS(4757), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(2055), 2, + STATE(2056), 2, sym_line_comment, sym_block_comment, - ACTIONS(4695), 3, + ACTIONS(4749), 3, anon_sym_RBRACK, anon_sym_PIPE, anon_sym_COMMA, - ACTIONS(3621), 6, + ACTIONS(3601), 6, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_fn, anon_sym_unsafe, anon_sym_extern, - [64538] = 6, + [64551] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3525), 1, - anon_sym_COLON, - ACTIONS(4770), 1, - anon_sym_COLON_COLON, - STATE(2056), 2, + STATE(181), 1, + sym_fragment_specifier, + ACTIONS(4788), 2, + anon_sym_expr, + anon_sym_pat, + STATE(2057), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4786), 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, + [64584] = 4, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + STATE(2058), 2, sym_line_comment, sym_block_comment, - ACTIONS(3523), 14, + ACTIONS(1532), 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, @@ -172378,19 +172580,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [64571] = 6, + anon_sym_in, + [64613] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3511), 1, + ACTIONS(3575), 1, anon_sym_COLON, - ACTIONS(4788), 1, + ACTIONS(4765), 1, anon_sym_COLON_COLON, - STATE(2057), 2, + STATE(2059), 2, sym_line_comment, sym_block_comment, - ACTIONS(3509), 14, + ACTIONS(3573), 14, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -172405,24 +172608,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [64604] = 6, + [64646] = 16, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3515), 1, - anon_sym_COLON, - ACTIONS(4770), 1, + ACTIONS(4675), 1, + anon_sym_LBRACE, + ACTIONS(4679), 1, + anon_sym_BANG, + ACTIONS(4681), 1, + anon_sym_AT, + ACTIONS(4683), 1, + anon_sym_DOT_DOT, + ACTIONS(4689), 1, + anon_sym_LT2, + ACTIONS(4771), 1, + anon_sym_RBRACK, + ACTIONS(4790), 1, + anon_sym_LPAREN, + ACTIONS(4792), 1, anon_sym_COLON_COLON, - STATE(2058), 2, + STATE(2030), 1, + sym_type_arguments, + STATE(2107), 1, + sym_parameters, + ACTIONS(3468), 2, + anon_sym_SEMI, + anon_sym_PLUS, + ACTIONS(4671), 2, + anon_sym_PIPE, + anon_sym_COMMA, + ACTIONS(4685), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(2060), 2, + sym_line_comment, + sym_block_comment, + [64699] = 4, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + STATE(2061), 2, sym_line_comment, sym_block_comment, - ACTIONS(3513), 14, + ACTIONS(3925), 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, @@ -172432,15 +172669,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [64637] = 4, + [64727] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(2059), 2, + STATE(2062), 2, sym_line_comment, sym_block_comment, - ACTIONS(3949), 15, + ACTIONS(3937), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -172456,113 +172693,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [64665] = 4, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - STATE(2060), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4131), 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, - [64693] = 5, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(4121), 1, - anon_sym_COLON_COLON, - STATE(2061), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4137), 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, - [64723] = 5, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(4790), 1, - anon_sym_COLON_COLON, - STATE(2062), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4137), 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, - [64753] = 12, + [64755] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4685), 1, - anon_sym_LT2, - ACTIONS(4695), 1, - anon_sym_PIPE, - ACTIONS(4697), 1, - anon_sym_COLON, - ACTIONS(4699), 1, - anon_sym_BANG, - ACTIONS(4701), 1, - anon_sym_DOT_DOT, - ACTIONS(4792), 1, - anon_sym_COLON_COLON, - STATE(2033), 1, - sym_type_arguments, - ACTIONS(4703), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, STATE(2063), 2, sym_line_comment, sym_block_comment, - ACTIONS(3621), 6, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, - [64797] = 4, + ACTIONS(3895), 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, + [64783] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -172570,7 +172725,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2064), 2, sym_line_comment, sym_block_comment, - ACTIONS(3809), 15, + ACTIONS(3989), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -172586,7 +172741,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [64825] = 4, + [64811] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -172594,23 +172749,23 @@ static const uint16_t ts_small_parse_table[] = { STATE(2065), 2, sym_line_comment, sym_block_comment, - ACTIONS(4127), 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, - [64853] = 4, + ACTIONS(3883), 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, + [64839] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -172618,7 +172773,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2066), 2, sym_line_comment, sym_block_comment, - ACTIONS(4117), 15, + ACTIONS(3993), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -172634,7 +172789,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [64881] = 4, + [64867] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -172642,7 +172797,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2067), 2, sym_line_comment, sym_block_comment, - ACTIONS(4081), 15, + ACTIONS(3887), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -172658,7 +172813,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [64909] = 4, + [64895] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -172666,7 +172821,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2068), 2, sym_line_comment, sym_block_comment, - ACTIONS(4109), 15, + ACTIONS(3891), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -172682,7 +172837,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [64937] = 4, + [64923] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -172690,7 +172845,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2069), 2, sym_line_comment, sym_block_comment, - ACTIONS(3829), 15, + ACTIONS(3577), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -172706,7 +172861,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [64965] = 4, + [64951] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -172714,7 +172869,55 @@ static const uint16_t ts_small_parse_table[] = { STATE(2070), 2, sym_line_comment, sym_block_comment, - ACTIONS(4057), 15, + ACTIONS(4140), 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, + [64979] = 4, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + STATE(2071), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4144), 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, + [65007] = 4, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + STATE(2072), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3933), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -172730,15 +172933,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [64993] = 4, + [65035] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(2071), 2, + ACTIONS(4132), 1, + anon_sym_COLON_COLON, + STATE(2073), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4130), 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, + [65065] = 4, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + STATE(2074), 2, sym_line_comment, sym_block_comment, - ACTIONS(3821), 15, + ACTIONS(4045), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -172754,15 +172982,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [65021] = 4, + [65093] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(2072), 2, + STATE(2075), 2, sym_line_comment, sym_block_comment, - ACTIONS(4085), 15, + ACTIONS(3997), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -172778,15 +173006,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [65049] = 4, + [65121] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(2073), 2, + ACTIONS(4794), 1, + anon_sym_COLON_COLON, + STATE(2076), 2, sym_line_comment, sym_block_comment, - ACTIONS(4093), 15, + ACTIONS(4130), 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, + [65151] = 4, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + STATE(2077), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3903), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -172802,15 +173055,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [65077] = 4, + [65179] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(2074), 2, + STATE(2078), 2, sym_line_comment, sym_block_comment, - ACTIONS(3531), 15, + ACTIONS(3837), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -172826,15 +173079,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [65105] = 4, + [65207] = 12, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(2075), 2, + ACTIONS(4689), 1, + anon_sym_LT2, + ACTIONS(4749), 1, + anon_sym_PIPE, + ACTIONS(4751), 1, + anon_sym_COLON, + ACTIONS(4753), 1, + anon_sym_BANG, + ACTIONS(4755), 1, + anon_sym_DOT_DOT, + ACTIONS(4796), 1, + anon_sym_COLON_COLON, + STATE(2031), 1, + sym_type_arguments, + ACTIONS(4757), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(2079), 2, sym_line_comment, sym_block_comment, - ACTIONS(4043), 15, + ACTIONS(3601), 6, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_unsafe, + anon_sym_extern, + [65251] = 4, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + STATE(2080), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3841), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -172850,15 +173135,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [65133] = 4, + [65279] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(2076), 2, + STATE(2081), 2, sym_line_comment, sym_block_comment, - ACTIONS(3825), 15, + ACTIONS(3845), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -172874,15 +173159,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [65161] = 4, + [65307] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(2077), 2, + STATE(2082), 2, sym_line_comment, sym_block_comment, - ACTIONS(4049), 15, + ACTIONS(3557), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -172898,15 +173183,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [65189] = 4, + [65335] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(2078), 2, + STATE(2083), 2, sym_line_comment, sym_block_comment, - ACTIONS(3953), 15, + ACTIONS(3911), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -172922,15 +173207,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [65217] = 4, + [65363] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(2079), 2, + STATE(2084), 2, sym_line_comment, sym_block_comment, - ACTIONS(3509), 15, + ACTIONS(3915), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -172946,15 +173231,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [65245] = 4, + [65391] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(2080), 2, + STATE(2085), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4136), 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, + [65419] = 4, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + STATE(2086), 2, sym_line_comment, sym_block_comment, - ACTIONS(3849), 15, + ACTIONS(3573), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -172970,15 +173279,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [65273] = 4, + [65447] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(2081), 2, + STATE(2087), 2, sym_line_comment, sym_block_comment, - ACTIONS(3961), 15, + ACTIONS(4121), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -172994,15 +173303,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [65301] = 4, + [65475] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(2082), 2, + STATE(2088), 2, sym_line_comment, sym_block_comment, - ACTIONS(4061), 15, + ACTIONS(3957), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -173018,15 +173327,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [65329] = 4, + [65503] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(2083), 2, + STATE(2089), 2, sym_line_comment, sym_block_comment, - ACTIONS(4065), 15, + ACTIONS(3919), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -173042,15 +173351,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [65357] = 4, + [65531] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(2084), 2, + STATE(2090), 2, sym_line_comment, sym_block_comment, - ACTIONS(4053), 15, + ACTIONS(3961), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -173066,15 +173375,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [65385] = 4, + [65559] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(2085), 2, + STATE(2091), 2, sym_line_comment, sym_block_comment, - ACTIONS(4073), 15, + ACTIONS(3965), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -173090,15 +173399,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [65413] = 4, + [65587] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(2086), 2, + STATE(2092), 2, sym_line_comment, sym_block_comment, - ACTIONS(3979), 15, + ACTIONS(3969), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -173114,15 +173423,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [65441] = 4, + [65615] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(2087), 2, + STATE(2093), 2, sym_line_comment, sym_block_comment, - ACTIONS(4105), 15, + ACTIONS(3973), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -173138,15 +173447,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [65469] = 4, + [65643] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(2088), 2, + STATE(2094), 2, sym_line_comment, sym_block_comment, - ACTIONS(3817), 15, + ACTIONS(3977), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -173162,15 +173471,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [65497] = 4, + [65671] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(2089), 2, + STATE(2095), 2, sym_line_comment, sym_block_comment, - ACTIONS(3523), 15, + ACTIONS(3929), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -173186,15 +173495,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [65525] = 4, + [65699] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(2090), 2, + STATE(2096), 2, sym_line_comment, sym_block_comment, - ACTIONS(4101), 15, + ACTIONS(3879), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -173210,15 +173519,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [65553] = 4, + [65727] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(2091), 2, + STATE(2097), 2, sym_line_comment, sym_block_comment, - ACTIONS(3997), 15, + ACTIONS(3521), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -173234,15 +173543,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [65581] = 4, + [65755] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(2092), 2, + STATE(2098), 2, sym_line_comment, sym_block_comment, - ACTIONS(4097), 15, + ACTIONS(3941), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -173258,120 +173567,96 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [65609] = 4, + [65783] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(2093), 2, + ACTIONS(4798), 1, + anon_sym_DASH_GT, + STATE(2099), 2, sym_line_comment, sym_block_comment, - ACTIONS(4089), 15, + ACTIONS(3771), 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_COMMA, anon_sym_SQUOTE, - anon_sym_as, anon_sym_where, anon_sym_else, - [65637] = 4, + [65812] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(2094), 2, + ACTIONS(994), 1, + anon_sym_DOT_DOT, + STATE(2100), 2, sym_line_comment, sym_block_comment, - ACTIONS(3813), 15, + ACTIONS(996), 13, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COLON, - anon_sym_PLUS, anon_sym_PIPE, anon_sym_EQ, anon_sym_GT, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, anon_sym_COMMA, - anon_sym_SQUOTE, - anon_sym_as, - anon_sym_where, anon_sym_else, - [65665] = 4, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - STATE(2095), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4123), 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, - [65693] = 4, + anon_sym_in, + [65841] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(2096), 2, + ACTIONS(4802), 1, + anon_sym_DOT_DOT, + STATE(2101), 2, sym_line_comment, sym_block_comment, - ACTIONS(3513), 15, + ACTIONS(4800), 13, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COLON, - anon_sym_PLUS, anon_sym_PIPE, anon_sym_EQ, anon_sym_GT, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, anon_sym_COMMA, - anon_sym_SQUOTE, - anon_sym_as, - anon_sym_where, anon_sym_else, - [65721] = 8, + anon_sym_in, + [65870] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4697), 1, + ACTIONS(4751), 1, anon_sym_COLON, - ACTIONS(4701), 1, + ACTIONS(4755), 1, anon_sym_DOT_DOT, - ACTIONS(4733), 1, + ACTIONS(4761), 1, anon_sym_COLON_COLON, - ACTIONS(4703), 2, + ACTIONS(4757), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(2097), 2, + STATE(2102), 2, sym_line_comment, sym_block_comment, - ACTIONS(4695), 9, + ACTIONS(4749), 9, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -173381,41 +173666,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [65756] = 5, + [65905] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4794), 1, - anon_sym_DASH_GT, - STATE(2098), 2, + ACTIONS(1014), 1, + anon_sym_DOT_DOT, + STATE(2103), 2, sym_line_comment, sym_block_comment, - ACTIONS(3753), 13, + ACTIONS(1016), 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, - [65785] = 5, + anon_sym_in, + [65934] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4796), 1, + ACTIONS(4804), 1, anon_sym_DASH_GT, - STATE(2099), 2, + STATE(2104), 2, sym_line_comment, sym_block_comment, - ACTIONS(3803), 13, + ACTIONS(3757), 13, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -173429,17 +173714,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_where, anon_sym_else, - [65814] = 5, + [65963] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4798), 1, + ACTIONS(4806), 1, anon_sym_DASH_GT, - STATE(2100), 2, + STATE(2105), 2, sym_line_comment, sym_block_comment, - ACTIONS(3679), 13, + ACTIONS(3751), 13, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -173453,17 +173738,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_where, anon_sym_else, - [65843] = 5, + [65992] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4800), 1, + ACTIONS(4808), 1, anon_sym_DASH_GT, - STATE(2101), 2, + STATE(2106), 2, sym_line_comment, sym_block_comment, - ACTIONS(3685), 13, + ACTIONS(3729), 13, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -173477,17 +173762,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_where, anon_sym_else, - [65872] = 5, + [66021] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4802), 1, + ACTIONS(4810), 1, anon_sym_DASH_GT, - STATE(2102), 2, + STATE(2107), 2, sym_line_comment, sym_block_comment, - ACTIONS(3691), 13, + ACTIONS(3723), 13, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -173501,17 +173786,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_where, anon_sym_else, - [65901] = 5, + [66050] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4804), 1, + ACTIONS(4812), 1, anon_sym_DASH_GT, - STATE(2103), 2, + STATE(2108), 2, sym_line_comment, sym_block_comment, - ACTIONS(3697), 13, + ACTIONS(3717), 13, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -173525,170 +173810,172 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_where, anon_sym_else, - [65930] = 5, + [66079] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(1012), 1, - anon_sym_DOT_DOT, - STATE(2104), 2, + ACTIONS(4814), 1, + anon_sym_DASH_GT, + STATE(2109), 2, sym_line_comment, sym_block_comment, - ACTIONS(1014), 13, + ACTIONS(3745), 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, - [65959] = 5, + [66108] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4806), 1, - anon_sym_DASH_GT, - STATE(2105), 2, + ACTIONS(3545), 1, + anon_sym_DOT_DOT, + ACTIONS(4816), 2, + anon_sym_LPAREN, + anon_sym_RBRACK, + STATE(2110), 2, sym_line_comment, sym_block_comment, - ACTIONS(3731), 13, + ACTIONS(3541), 4, anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACK, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(3547), 6, + 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_where, - anon_sym_else, - [65988] = 5, + anon_sym_COLON_COLON, + [66140] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(1042), 1, + ACTIONS(3569), 1, anon_sym_DOT_DOT, - STATE(2106), 2, + ACTIONS(4819), 2, + anon_sym_LPAREN, + anon_sym_RBRACK, + STATE(2111), 2, sym_line_comment, sym_block_comment, - ACTIONS(1044), 13, + ACTIONS(3565), 4, anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(3571), 6, + anon_sym_BANG, anon_sym_PIPE, - anon_sym_EQ, - anon_sym_GT, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_COMMA, - anon_sym_else, - anon_sym_in, - [66017] = 5, + anon_sym_COLON_COLON, + [66172] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4810), 1, + ACTIONS(3585), 1, anon_sym_DOT_DOT, - STATE(2107), 2, + ACTIONS(4822), 2, + anon_sym_LPAREN, + anon_sym_RBRACK, + STATE(2112), 2, sym_line_comment, sym_block_comment, - ACTIONS(4808), 13, + ACTIONS(3581), 4, anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(3587), 6, + anon_sym_BANG, anon_sym_PIPE, - anon_sym_EQ, - anon_sym_GT, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_COMMA, - anon_sym_else, - anon_sym_in, - [66046] = 7, + anon_sym_COLON_COLON, + [66204] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3555), 1, + ACTIONS(3553), 1, anon_sym_DOT_DOT, - ACTIONS(4812), 2, + ACTIONS(4825), 2, anon_sym_LPAREN, anon_sym_RBRACK, - STATE(2108), 2, + STATE(2113), 2, sym_line_comment, sym_block_comment, - ACTIONS(3551), 4, + ACTIONS(3549), 4, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(3557), 6, + ACTIONS(3555), 6, anon_sym_BANG, anon_sym_PIPE, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_COMMA, anon_sym_COLON_COLON, - [66078] = 11, - ACTIONS(19), 1, - anon_sym_LBRACE, - ACTIONS(27), 1, - anon_sym_PIPE, + [66236] = 13, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - ACTIONS(4815), 1, - anon_sym_move, - STATE(230), 1, - sym_closure_parameters, - STATE(408), 1, - sym_block, - STATE(3621), 1, - sym_label, - STATE(2109), 2, + ACTIONS(4689), 1, + anon_sym_LT2, + ACTIONS(4828), 1, + anon_sym_LPAREN, + ACTIONS(4830), 1, + anon_sym_LBRACE, + ACTIONS(4832), 1, + anon_sym_BANG, + ACTIONS(4834), 1, + anon_sym_AT, + ACTIONS(4836), 1, + anon_sym_DOT_DOT, + ACTIONS(4840), 1, + anon_sym_COLON_COLON, + STATE(2030), 1, + sym_type_arguments, + ACTIONS(4838), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(2114), 2, sym_line_comment, sym_block_comment, - ACTIONS(3621), 6, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, - [66118] = 6, + ACTIONS(4671), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [66280] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4679), 1, + ACTIONS(4844), 1, anon_sym_DOT_DOT, - ACTIONS(4681), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(2110), 2, + STATE(2115), 2, sym_line_comment, sym_block_comment, - ACTIONS(4667), 10, + ACTIONS(4842), 12, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -173696,152 +173983,155 @@ 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, - [66148] = 14, + [66308] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4675), 1, - anon_sym_BANG, - ACTIONS(4685), 1, - anon_sym_LT2, - ACTIONS(4687), 1, + ACTIONS(4819), 1, anon_sym_LPAREN, - ACTIONS(4689), 1, - anon_sym_COLON_COLON, - ACTIONS(4817), 1, + ACTIONS(3569), 2, anon_sym_COLON, - ACTIONS(4819), 1, - anon_sym_EQ, - STATE(2029), 1, - sym_type_arguments, - STATE(2457), 1, - sym_parameters, - STATE(3160), 1, - sym_trait_bounds, - ACTIONS(3445), 2, - anon_sym_PLUS, - anon_sym_as, - ACTIONS(4821), 2, - anon_sym_GT, - anon_sym_COMMA, - STATE(2111), 2, - sym_line_comment, - sym_block_comment, - [66194] = 7, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(3547), 1, anon_sym_DOT_DOT, - ACTIONS(4823), 2, - anon_sym_LPAREN, - anon_sym_RBRACK, - STATE(2112), 2, + STATE(2116), 2, sym_line_comment, sym_block_comment, - ACTIONS(3543), 4, - anon_sym_SEMI, + ACTIONS(3565), 5, + anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_PLUS, + anon_sym_COMMA, anon_sym_LT2, - ACTIONS(3549), 6, + ACTIONS(3571), 5, anon_sym_BANG, anon_sym_PIPE, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_COMMA, anon_sym_COLON_COLON, - [66226] = 7, + [66340] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3555), 2, + ACTIONS(3545), 2, anon_sym_COLON, anon_sym_DOT_DOT, - STATE(2113), 2, + STATE(2117), 2, sym_line_comment, sym_block_comment, - ACTIONS(3551), 3, + ACTIONS(3541), 3, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(4812), 3, + ACTIONS(4816), 3, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, - ACTIONS(3557), 5, + ACTIONS(3547), 5, anon_sym_BANG, anon_sym_PIPE, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_COLON_COLON, - [66258] = 7, + [66372] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4823), 1, - anon_sym_LPAREN, - ACTIONS(3547), 2, + ACTIONS(3553), 2, anon_sym_COLON, anon_sym_DOT_DOT, - STATE(2114), 2, + STATE(2118), 2, sym_line_comment, sym_block_comment, - ACTIONS(3543), 5, - anon_sym_RPAREN, + ACTIONS(3549), 3, anon_sym_LBRACE, anon_sym_PLUS, - anon_sym_COMMA, anon_sym_LT2, - ACTIONS(3549), 5, + ACTIONS(4825), 3, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + ACTIONS(3555), 5, anon_sym_BANG, anon_sym_PIPE, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_COLON_COLON, - [66290] = 7, + [66404] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3547), 2, + ACTIONS(3569), 2, anon_sym_COLON, anon_sym_DOT_DOT, - STATE(2115), 2, + STATE(2119), 2, sym_line_comment, sym_block_comment, - ACTIONS(3543), 3, + ACTIONS(3565), 3, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(4823), 3, + ACTIONS(4819), 3, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, - ACTIONS(3549), 5, + ACTIONS(3571), 5, anon_sym_BANG, anon_sym_PIPE, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_COLON_COLON, - [66322] = 5, + [66436] = 12, + ACTIONS(19), 1, + anon_sym_LBRACE, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4828), 1, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + ACTIONS(4713), 1, + anon_sym_trait, + ACTIONS(4846), 1, + anon_sym_impl, + ACTIONS(4848), 1, + anon_sym_extern, + STATE(409), 1, + sym_block, + STATE(3126), 1, + sym_extern_modifier, + STATE(3556), 1, + sym_label, + STATE(2120), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3601), 5, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_unsafe, + [66478] = 6, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(4683), 1, anon_sym_DOT_DOT, - STATE(2116), 2, + ACTIONS(4685), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(2121), 2, sym_line_comment, sym_block_comment, - ACTIONS(4826), 12, + ACTIONS(4671), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -173849,700 +174139,457 @@ 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, - [66350] = 7, + [66508] = 14, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3581), 1, - anon_sym_DOT_DOT, - ACTIONS(4830), 2, + ACTIONS(4679), 1, + anon_sym_BANG, + ACTIONS(4689), 1, + anon_sym_LT2, + ACTIONS(4691), 1, anon_sym_LPAREN, - anon_sym_RBRACK, - STATE(2117), 2, + ACTIONS(4693), 1, + anon_sym_COLON_COLON, + ACTIONS(4851), 1, + anon_sym_COLON, + ACTIONS(4853), 1, + anon_sym_EQ, + STATE(2030), 1, + sym_type_arguments, + STATE(2423), 1, + sym_parameters, + STATE(3094), 1, + sym_trait_bounds, + ACTIONS(3468), 2, + anon_sym_PLUS, + anon_sym_as, + ACTIONS(4855), 2, + anon_sym_GT, + anon_sym_COMMA, + STATE(2122), 2, sym_line_comment, sym_block_comment, - ACTIONS(3577), 4, - anon_sym_SEMI, + [66554] = 7, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(3585), 2, + anon_sym_COLON, + anon_sym_DOT_DOT, + STATE(2123), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3581), 3, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(3583), 6, + ACTIONS(4822), 3, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + ACTIONS(3587), 5, anon_sym_BANG, anon_sym_PIPE, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_COMMA, anon_sym_COLON_COLON, - [66382] = 12, + [66586] = 11, ACTIONS(19), 1, anon_sym_LBRACE, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3459), 1, + ACTIONS(3445), 1, anon_sym_SQUOTE, - ACTIONS(4721), 1, - anon_sym_trait, - ACTIONS(4833), 1, - anon_sym_impl, - ACTIONS(4835), 1, - anon_sym_extern, - STATE(415), 1, + ACTIONS(4857), 1, + anon_sym_move, + STATE(253), 1, + sym_closure_parameters, + STATE(423), 1, sym_block, - STATE(3082), 1, - sym_extern_modifier, - STATE(3621), 1, + STATE(3556), 1, sym_label, - STATE(2118), 2, + STATE(2124), 2, sym_line_comment, sym_block_comment, - ACTIONS(3621), 5, + ACTIONS(3601), 6, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_fn, anon_sym_unsafe, - [66424] = 7, + anon_sym_extern, + [66626] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4838), 1, + ACTIONS(4825), 1, anon_sym_LPAREN, - ACTIONS(3567), 2, + ACTIONS(3553), 2, anon_sym_COLON, anon_sym_DOT_DOT, - STATE(2119), 2, + STATE(2125), 2, sym_line_comment, sym_block_comment, - ACTIONS(3563), 5, + ACTIONS(3549), 5, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_COMMA, anon_sym_LT2, - ACTIONS(3569), 5, - anon_sym_BANG, - anon_sym_PIPE, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_COLON_COLON, - [66456] = 7, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(3567), 2, - anon_sym_COLON, - anon_sym_DOT_DOT, - STATE(2120), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3563), 3, - anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(4838), 3, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - ACTIONS(3569), 5, + ACTIONS(3555), 5, anon_sym_BANG, anon_sym_PIPE, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_COLON_COLON, - [66488] = 7, + [66658] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4812), 1, + ACTIONS(4822), 1, anon_sym_LPAREN, - ACTIONS(3555), 2, + ACTIONS(3585), 2, anon_sym_COLON, anon_sym_DOT_DOT, - STATE(2121), 2, + STATE(2126), 2, sym_line_comment, sym_block_comment, - ACTIONS(3551), 5, + ACTIONS(3581), 5, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_COMMA, anon_sym_LT2, - ACTIONS(3557), 5, - anon_sym_BANG, - anon_sym_PIPE, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_COLON_COLON, - [66520] = 7, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(3581), 2, - anon_sym_COLON, - anon_sym_DOT_DOT, - STATE(2122), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3577), 3, - anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(4830), 3, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - ACTIONS(3583), 5, + ACTIONS(3587), 5, anon_sym_BANG, anon_sym_PIPE, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_COLON_COLON, - [66552] = 13, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(4685), 1, - anon_sym_LT2, - ACTIONS(4841), 1, - anon_sym_LPAREN, - ACTIONS(4843), 1, - anon_sym_LBRACE, - ACTIONS(4845), 1, - anon_sym_BANG, - ACTIONS(4847), 1, - anon_sym_AT, - ACTIONS(4849), 1, - anon_sym_DOT_DOT, - ACTIONS(4853), 1, - anon_sym_COLON_COLON, - STATE(2029), 1, - sym_type_arguments, - ACTIONS(4851), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(2123), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4667), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [66596] = 7, + [66690] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4830), 1, + ACTIONS(4816), 1, anon_sym_LPAREN, - ACTIONS(3581), 2, + ACTIONS(3545), 2, anon_sym_COLON, anon_sym_DOT_DOT, - STATE(2124), 2, + STATE(2127), 2, sym_line_comment, sym_block_comment, - ACTIONS(3577), 5, + ACTIONS(3541), 5, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_COMMA, anon_sym_LT2, - ACTIONS(3583), 5, + ACTIONS(3547), 5, anon_sym_BANG, anon_sym_PIPE, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_COLON_COLON, - [66628] = 7, + [66722] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3567), 1, - anon_sym_DOT_DOT, - ACTIONS(4838), 2, + ACTIONS(4861), 1, + anon_sym_COLON, + ACTIONS(3923), 2, anon_sym_LPAREN, - anon_sym_RBRACK, - STATE(2125), 2, + anon_sym_COLON_COLON, + STATE(2128), 2, sym_line_comment, sym_block_comment, - ACTIONS(3563), 4, + ACTIONS(4859), 9, anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(3569), 6, - 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_EQ, anon_sym_COMMA, - anon_sym_COLON_COLON, - [66660] = 13, + anon_sym_else, + anon_sym_in, + [66751] = 13, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3079), 1, + ACTIONS(3077), 1, anon_sym_POUND, - ACTIONS(3089), 1, + ACTIONS(3079), 1, anon_sym_SQUOTE, - ACTIONS(4855), 1, + ACTIONS(4863), 1, sym_identifier, - ACTIONS(4857), 1, + ACTIONS(4865), 1, anon_sym_GT, - ACTIONS(4859), 1, + ACTIONS(4867), 1, anon_sym_const, - ACTIONS(4861), 1, + ACTIONS(4869), 1, sym_metavariable, - STATE(1386), 1, + STATE(1319), 1, sym_attribute_item, - STATE(2158), 1, + STATE(2159), 1, aux_sym_enum_variant_list_repeat1, - STATE(2801), 1, + STATE(2817), 1, sym_lifetime, - STATE(2126), 2, + STATE(2129), 2, sym_line_comment, sym_block_comment, - STATE(3437), 3, + STATE(3466), 3, sym_const_parameter, sym_type_parameter, sym_lifetime_parameter, - [66703] = 13, + [66794] = 13, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3079), 1, + ACTIONS(3077), 1, anon_sym_POUND, - ACTIONS(3089), 1, - anon_sym_SQUOTE, - ACTIONS(4855), 1, - sym_identifier, - ACTIONS(4859), 1, - anon_sym_const, - ACTIONS(4861), 1, - sym_metavariable, - ACTIONS(4863), 1, - anon_sym_GT, - STATE(1386), 1, - sym_attribute_item, - STATE(2158), 1, - aux_sym_enum_variant_list_repeat1, - STATE(2801), 1, - sym_lifetime, - STATE(2127), 2, - sym_line_comment, - sym_block_comment, - STATE(3437), 3, - sym_const_parameter, - sym_type_parameter, - sym_lifetime_parameter, - [66746] = 13, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, ACTIONS(3079), 1, - anon_sym_POUND, - ACTIONS(3089), 1, anon_sym_SQUOTE, - ACTIONS(4855), 1, + ACTIONS(4863), 1, sym_identifier, - ACTIONS(4859), 1, + ACTIONS(4867), 1, anon_sym_const, - ACTIONS(4861), 1, + ACTIONS(4869), 1, sym_metavariable, - ACTIONS(4865), 1, + ACTIONS(4871), 1, anon_sym_GT, - STATE(1386), 1, + STATE(1319), 1, sym_attribute_item, - STATE(2158), 1, + STATE(2159), 1, aux_sym_enum_variant_list_repeat1, - STATE(2801), 1, + STATE(2817), 1, sym_lifetime, - STATE(2128), 2, + STATE(2130), 2, sym_line_comment, sym_block_comment, - STATE(3437), 3, + STATE(3466), 3, sym_const_parameter, sym_type_parameter, sym_lifetime_parameter, - [66789] = 13, + [66837] = 13, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3079), 1, + ACTIONS(3077), 1, anon_sym_POUND, - ACTIONS(3089), 1, + ACTIONS(3079), 1, anon_sym_SQUOTE, - ACTIONS(4855), 1, + ACTIONS(4863), 1, sym_identifier, - ACTIONS(4859), 1, + ACTIONS(4867), 1, anon_sym_const, - ACTIONS(4861), 1, + ACTIONS(4869), 1, sym_metavariable, - ACTIONS(4867), 1, + ACTIONS(4873), 1, anon_sym_GT, - STATE(1386), 1, + STATE(1319), 1, sym_attribute_item, - STATE(2158), 1, + STATE(2159), 1, aux_sym_enum_variant_list_repeat1, - STATE(2801), 1, + STATE(2817), 1, sym_lifetime, - STATE(2129), 2, + STATE(2131), 2, sym_line_comment, sym_block_comment, - STATE(3437), 3, + STATE(3466), 3, sym_const_parameter, sym_type_parameter, sym_lifetime_parameter, - [66832] = 13, + [66880] = 13, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3079), 1, + ACTIONS(3077), 1, anon_sym_POUND, - ACTIONS(3089), 1, + ACTIONS(3079), 1, anon_sym_SQUOTE, - ACTIONS(4855), 1, + ACTIONS(4863), 1, sym_identifier, - ACTIONS(4859), 1, + ACTIONS(4867), 1, anon_sym_const, - ACTIONS(4861), 1, - sym_metavariable, ACTIONS(4869), 1, + sym_metavariable, + ACTIONS(4875), 1, anon_sym_GT, - STATE(1386), 1, + STATE(1319), 1, sym_attribute_item, - STATE(2158), 1, + STATE(2159), 1, aux_sym_enum_variant_list_repeat1, - STATE(2801), 1, + STATE(2817), 1, sym_lifetime, - STATE(2130), 2, + STATE(2132), 2, sym_line_comment, sym_block_comment, - STATE(3437), 3, + STATE(3466), 3, sym_const_parameter, sym_type_parameter, sym_lifetime_parameter, - [66875] = 13, + [66923] = 13, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3079), 1, + ACTIONS(3077), 1, anon_sym_POUND, - ACTIONS(3089), 1, + ACTIONS(3079), 1, anon_sym_SQUOTE, - ACTIONS(4855), 1, + ACTIONS(4863), 1, sym_identifier, - ACTIONS(4859), 1, + ACTIONS(4867), 1, anon_sym_const, - ACTIONS(4861), 1, + ACTIONS(4869), 1, sym_metavariable, - ACTIONS(4871), 1, + ACTIONS(4877), 1, anon_sym_GT, - STATE(1386), 1, + STATE(1319), 1, sym_attribute_item, - STATE(2158), 1, + STATE(2159), 1, aux_sym_enum_variant_list_repeat1, - STATE(2801), 1, + STATE(2817), 1, sym_lifetime, - STATE(2131), 2, + STATE(2133), 2, sym_line_comment, sym_block_comment, - STATE(3437), 3, + STATE(3466), 3, sym_const_parameter, sym_type_parameter, sym_lifetime_parameter, - [66918] = 6, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(4875), 1, - anon_sym_COLON, - ACTIONS(4005), 2, - anon_sym_LPAREN, - anon_sym_COLON_COLON, - STATE(2132), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4873), 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, - [66947] = 6, + [66966] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4875), 1, + ACTIONS(4861), 1, anon_sym_COLON, - ACTIONS(3967), 2, + ACTIONS(3859), 2, anon_sym_LPAREN, anon_sym_COLON_COLON, - STATE(2133), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4873), 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, - [66976] = 12, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(3079), 1, - anon_sym_POUND, - ACTIONS(4877), 1, - sym_identifier, - ACTIONS(4879), 1, - anon_sym_RBRACE, - ACTIONS(4881), 1, - anon_sym_DOT_DOT, - ACTIONS(4883), 1, - anon_sym_COMMA, - ACTIONS(4885), 1, - sym_integer_literal, - STATE(1386), 1, - sym_attribute_item, - STATE(2601), 1, - aux_sym_enum_variant_list_repeat1, STATE(2134), 2, sym_line_comment, sym_block_comment, - STATE(3189), 3, - sym_shorthand_field_initializer, - sym_field_initializer, - sym_base_field_initializer, - [67016] = 11, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(4675), 1, - anon_sym_BANG, - ACTIONS(4685), 1, - anon_sym_LT2, - ACTIONS(4687), 1, - anon_sym_LPAREN, - ACTIONS(4689), 1, - anon_sym_COLON_COLON, - ACTIONS(4887), 1, - anon_sym_for, - STATE(2029), 1, - sym_type_arguments, - STATE(2099), 1, - sym_parameters, - STATE(2135), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3445), 4, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_where, - [67054] = 4, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - STATE(2136), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1454), 11, + ACTIONS(4859), 9, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, - anon_sym_COLON, anon_sym_PIPE, anon_sym_EQ, - anon_sym_GT, anon_sym_COMMA, anon_sym_else, anon_sym_in, - [67078] = 12, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(3447), 1, - anon_sym_COLON, - ACTIONS(4675), 1, - anon_sym_BANG, - ACTIONS(4685), 1, - anon_sym_LT2, - ACTIONS(4687), 1, - anon_sym_LPAREN, - ACTIONS(4689), 1, - anon_sym_COLON_COLON, - ACTIONS(4889), 1, - anon_sym_EQ, - STATE(2457), 1, - sym_parameters, - STATE(2497), 1, - sym_type_arguments, - STATE(2137), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3445), 3, - anon_sym_PLUS, - anon_sym_GT, - anon_sym_COMMA, - [67118] = 12, + [66995] = 13, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3079), 1, + ACTIONS(3077), 1, anon_sym_POUND, - ACTIONS(3089), 1, + ACTIONS(3079), 1, anon_sym_SQUOTE, - ACTIONS(4855), 1, + ACTIONS(4863), 1, sym_identifier, - ACTIONS(4859), 1, + ACTIONS(4867), 1, anon_sym_const, - ACTIONS(4891), 1, + ACTIONS(4869), 1, sym_metavariable, - STATE(1386), 1, + ACTIONS(4879), 1, + anon_sym_GT, + STATE(1319), 1, sym_attribute_item, - STATE(2139), 1, + STATE(2159), 1, aux_sym_enum_variant_list_repeat1, - STATE(2801), 1, + STATE(2817), 1, sym_lifetime, - STATE(2138), 2, + STATE(2135), 2, sym_line_comment, sym_block_comment, - STATE(3146), 3, + STATE(3466), 3, sym_const_parameter, sym_type_parameter, sym_lifetime_parameter, - [67158] = 12, + [67038] = 12, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3079), 1, + ACTIONS(3077), 1, anon_sym_POUND, - ACTIONS(3089), 1, - anon_sym_SQUOTE, - ACTIONS(4855), 1, - sym_identifier, - ACTIONS(4859), 1, - anon_sym_const, - ACTIONS(4893), 1, - sym_metavariable, - STATE(1086), 1, - aux_sym_enum_variant_list_repeat1, - STATE(1386), 1, - sym_attribute_item, - STATE(2801), 1, - sym_lifetime, - STATE(2139), 2, - sym_line_comment, - sym_block_comment, - STATE(2905), 3, - sym_const_parameter, - sym_type_parameter, - sym_lifetime_parameter, - [67198] = 12, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, ACTIONS(3079), 1, - anon_sym_POUND, - ACTIONS(3089), 1, anon_sym_SQUOTE, - ACTIONS(4855), 1, + ACTIONS(4863), 1, sym_identifier, - ACTIONS(4859), 1, + ACTIONS(4867), 1, anon_sym_const, - ACTIONS(4895), 1, + ACTIONS(4881), 1, sym_metavariable, - STATE(1086), 1, - aux_sym_enum_variant_list_repeat1, - STATE(1386), 1, + STATE(1319), 1, sym_attribute_item, - STATE(2801), 1, + STATE(2153), 1, + aux_sym_enum_variant_list_repeat1, + STATE(2817), 1, sym_lifetime, - STATE(2140), 2, + STATE(2136), 2, sym_line_comment, sym_block_comment, - STATE(3164), 3, + STATE(3133), 3, sym_const_parameter, sym_type_parameter, sym_lifetime_parameter, - [67238] = 11, + [67078] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3437), 1, - anon_sym_COLON, - ACTIONS(4675), 1, - anon_sym_BANG, - ACTIONS(4685), 1, - anon_sym_LT2, - ACTIONS(4687), 1, - anon_sym_LPAREN, - ACTIONS(4689), 1, - anon_sym_COLON_COLON, - STATE(2029), 1, - sym_type_arguments, - STATE(2457), 1, - sym_parameters, - STATE(2141), 2, + STATE(2137), 2, sym_line_comment, sym_block_comment, - ACTIONS(3433), 4, - anon_sym_PLUS, + ACTIONS(1454), 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_as, - [67276] = 6, + anon_sym_else, + anon_sym_in, + [67102] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4899), 1, + ACTIONS(4885), 1, anon_sym_COLON, - ACTIONS(4901), 1, + ACTIONS(4887), 1, anon_sym_COLON_COLON, - STATE(2142), 2, + STATE(2138), 2, sym_line_comment, sym_block_comment, - ACTIONS(4897), 9, + ACTIONS(4883), 9, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -174552,41 +174599,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [67304] = 6, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(3581), 1, - anon_sym_DOT_DOT, - ACTIONS(3577), 2, - anon_sym_LBRACE, - anon_sym_LT2, - STATE(2143), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3583), 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, - [67332] = 6, + [67130] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4905), 1, + ACTIONS(4891), 1, anon_sym_COLON, - ACTIONS(4907), 1, + ACTIONS(4893), 1, anon_sym_COLON_COLON, - STATE(2144), 2, + STATE(2139), 2, sym_line_comment, sym_block_comment, - ACTIONS(4903), 9, + ACTIONS(4889), 9, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -174596,19 +174621,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [67360] = 6, + [67158] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4901), 1, + ACTIONS(4794), 1, anon_sym_COLON_COLON, - ACTIONS(4911), 1, + ACTIONS(4891), 1, anon_sym_COLON, - STATE(2145), 2, + STATE(2140), 2, sym_line_comment, sym_block_comment, - ACTIONS(4909), 9, + ACTIONS(4889), 9, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -174618,69 +174643,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [67388] = 6, + [67186] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3547), 1, - anon_sym_DOT_DOT, - ACTIONS(3543), 2, - anon_sym_LBRACE, - anon_sym_LT2, - STATE(2146), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3549), 8, - anon_sym_LPAREN, - anon_sym_EQ_GT, - anon_sym_BANG, - anon_sym_PIPE, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, + ACTIONS(4893), 1, anon_sym_COLON_COLON, - anon_sym_if, - [67416] = 12, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(3079), 1, - anon_sym_POUND, - ACTIONS(3089), 1, - anon_sym_SQUOTE, - ACTIONS(4855), 1, - sym_identifier, - ACTIONS(4859), 1, - anon_sym_const, - ACTIONS(4913), 1, - sym_metavariable, - STATE(1386), 1, - sym_attribute_item, - STATE(2140), 1, - aux_sym_enum_variant_list_repeat1, - STATE(2521), 1, - sym_lifetime, - STATE(2147), 2, + ACTIONS(4897), 1, + anon_sym_COLON, + STATE(2141), 2, sym_line_comment, sym_block_comment, - STATE(2962), 3, - sym_const_parameter, - sym_type_parameter, - sym_lifetime_parameter, - [67456] = 6, + ACTIONS(4895), 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, + [67214] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4790), 1, - anon_sym_COLON_COLON, - ACTIONS(4911), 1, + ACTIONS(4891), 1, anon_sym_COLON, - STATE(2148), 2, + ACTIONS(4899), 1, + anon_sym_COLON_COLON, + STATE(2142), 2, sym_line_comment, sym_block_comment, - ACTIONS(4909), 9, + ACTIONS(4889), 9, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -174690,19 +174687,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [67484] = 6, + [67242] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4911), 1, - anon_sym_COLON, - ACTIONS(4915), 1, + ACTIONS(4887), 1, anon_sym_COLON_COLON, - STATE(2149), 2, + ACTIONS(4903), 1, + anon_sym_COLON, + STATE(2143), 2, sym_line_comment, sym_block_comment, - ACTIONS(4909), 9, + ACTIONS(4901), 9, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -174712,20 +174709,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [67512] = 6, + [67270] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3555), 1, + ACTIONS(3553), 1, anon_sym_DOT_DOT, - ACTIONS(3551), 2, + ACTIONS(3549), 2, anon_sym_LBRACE, anon_sym_LT2, - STATE(2150), 2, + STATE(2144), 2, sym_line_comment, sym_block_comment, - ACTIONS(3557), 8, + ACTIONS(3555), 8, anon_sym_LPAREN, anon_sym_EQ_GT, anon_sym_BANG, @@ -174734,20 +174731,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_EQ, anon_sym_COLON_COLON, anon_sym_if, - [67540] = 6, + [67298] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3567), 1, + ACTIONS(4893), 1, + anon_sym_COLON_COLON, + ACTIONS(4907), 1, + anon_sym_COLON, + STATE(2145), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4905), 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, + [67326] = 6, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(3545), 1, anon_sym_DOT_DOT, - ACTIONS(3563), 2, + ACTIONS(3541), 2, anon_sym_LBRACE, anon_sym_LT2, - STATE(2151), 2, + STATE(2146), 2, sym_line_comment, sym_block_comment, - ACTIONS(3569), 8, + ACTIONS(3547), 8, anon_sym_LPAREN, anon_sym_EQ_GT, anon_sym_BANG, @@ -174756,15 +174775,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_EQ, anon_sym_COLON_COLON, anon_sym_if, - [67568] = 4, + [67354] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(2152), 2, + STATE(2147), 2, sym_line_comment, sym_block_comment, - ACTIONS(1438), 11, + ACTIONS(1446), 11, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -174776,46 +174795,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [67592] = 11, + [67378] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3472), 1, + ACTIONS(3569), 1, + anon_sym_DOT_DOT, + ACTIONS(3565), 2, + anon_sym_LBRACE, + anon_sym_LT2, + STATE(2148), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3571), 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, + [67406] = 11, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(3470), 1, anon_sym_COLON, - ACTIONS(4675), 1, + ACTIONS(4679), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4689), 1, anon_sym_LT2, - ACTIONS(4687), 1, + ACTIONS(4691), 1, anon_sym_LPAREN, - ACTIONS(4689), 1, + ACTIONS(4693), 1, anon_sym_COLON_COLON, - STATE(2029), 1, + STATE(2030), 1, sym_type_arguments, - STATE(2457), 1, + STATE(2423), 1, sym_parameters, - STATE(2153), 2, + STATE(2149), 2, sym_line_comment, sym_block_comment, - ACTIONS(3470), 4, + ACTIONS(3468), 4, anon_sym_PLUS, anon_sym_GT, anon_sym_COMMA, anon_sym_as, - [67630] = 6, + [67444] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4790), 1, + ACTIONS(4794), 1, anon_sym_COLON_COLON, - ACTIONS(4899), 1, + ACTIONS(4907), 1, anon_sym_COLON, - STATE(2154), 2, + STATE(2150), 2, sym_line_comment, sym_block_comment, - ACTIONS(4897), 9, + ACTIONS(4905), 9, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -174825,264 +174866,354 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [67658] = 11, + [67472] = 11, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4675), 1, + ACTIONS(4679), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4689), 1, anon_sym_LT2, - ACTIONS(4687), 1, + ACTIONS(4691), 1, anon_sym_LPAREN, - ACTIONS(4689), 1, + ACTIONS(4693), 1, anon_sym_COLON_COLON, - ACTIONS(4917), 1, + ACTIONS(4909), 1, anon_sym_for, - STATE(2029), 1, + STATE(2030), 1, sym_type_arguments, - STATE(2099), 1, + STATE(2107), 1, sym_parameters, + STATE(2151), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3468), 4, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_where, + [67510] = 12, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(3077), 1, + anon_sym_POUND, + ACTIONS(3079), 1, + anon_sym_SQUOTE, + ACTIONS(4863), 1, + sym_identifier, + ACTIONS(4867), 1, + anon_sym_const, + ACTIONS(4911), 1, + sym_metavariable, + STATE(1090), 1, + aux_sym_enum_variant_list_repeat1, + STATE(1319), 1, + sym_attribute_item, + STATE(2817), 1, + sym_lifetime, + STATE(2152), 2, + sym_line_comment, + sym_block_comment, + STATE(3115), 3, + sym_const_parameter, + sym_type_parameter, + sym_lifetime_parameter, + [67550] = 12, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(3077), 1, + anon_sym_POUND, + ACTIONS(3079), 1, + anon_sym_SQUOTE, + ACTIONS(4863), 1, + sym_identifier, + ACTIONS(4867), 1, + anon_sym_const, + ACTIONS(4913), 1, + sym_metavariable, + STATE(1090), 1, + aux_sym_enum_variant_list_repeat1, + STATE(1319), 1, + sym_attribute_item, + STATE(2817), 1, + sym_lifetime, + STATE(2153), 2, + sym_line_comment, + sym_block_comment, + STATE(2973), 3, + sym_const_parameter, + sym_type_parameter, + sym_lifetime_parameter, + [67590] = 6, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(3585), 1, + anon_sym_DOT_DOT, + ACTIONS(3581), 2, + anon_sym_LBRACE, + anon_sym_LT2, + STATE(2154), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3587), 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, + [67618] = 12, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(3077), 1, + anon_sym_POUND, + ACTIONS(3079), 1, + anon_sym_SQUOTE, + ACTIONS(4863), 1, + sym_identifier, + ACTIONS(4867), 1, + anon_sym_const, + ACTIONS(4915), 1, + sym_metavariable, + STATE(1319), 1, + sym_attribute_item, + STATE(2152), 1, + aux_sym_enum_variant_list_repeat1, + STATE(2571), 1, + sym_lifetime, STATE(2155), 2, sym_line_comment, sym_block_comment, - ACTIONS(3445), 4, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_where, - [67696] = 11, + STATE(3161), 3, + sym_const_parameter, + sym_type_parameter, + sym_lifetime_parameter, + [67658] = 9, + ACTIONS(19), 1, + anon_sym_LBRACE, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + ACTIONS(4917), 1, + sym_identifier, + STATE(426), 1, + sym_block, + STATE(3556), 1, + sym_label, + STATE(2156), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4919), 6, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_unsafe, + anon_sym_extern, + [67692] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4675), 1, - anon_sym_BANG, - ACTIONS(4685), 1, - anon_sym_LT2, - ACTIONS(4687), 1, - anon_sym_LPAREN, - ACTIONS(4689), 1, + ACTIONS(4899), 1, anon_sym_COLON_COLON, - ACTIONS(4919), 1, - anon_sym_for, - STATE(2029), 1, - sym_type_arguments, - STATE(2099), 1, - sym_parameters, - STATE(2156), 2, + ACTIONS(4907), 1, + anon_sym_COLON, + STATE(2157), 2, sym_line_comment, sym_block_comment, - ACTIONS(3445), 4, + ACTIONS(4905), 9, anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_where, - [67734] = 4, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_PIPE, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_else, + anon_sym_in, + [67720] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(2157), 2, + ACTIONS(4897), 1, + anon_sym_COLON, + ACTIONS(4899), 1, + anon_sym_COLON_COLON, + STATE(2158), 2, sym_line_comment, sym_block_comment, - ACTIONS(1442), 11, + ACTIONS(4895), 9, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, - anon_sym_COLON, anon_sym_PIPE, anon_sym_EQ, - anon_sym_GT, anon_sym_COMMA, anon_sym_else, anon_sym_in, - [67758] = 12, + [67748] = 12, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3079), 1, + ACTIONS(3077), 1, anon_sym_POUND, - ACTIONS(3089), 1, + ACTIONS(3079), 1, anon_sym_SQUOTE, - ACTIONS(4855), 1, + ACTIONS(4863), 1, sym_identifier, - ACTIONS(4859), 1, + ACTIONS(4867), 1, anon_sym_const, ACTIONS(4921), 1, sym_metavariable, - STATE(1086), 1, + STATE(1090), 1, aux_sym_enum_variant_list_repeat1, - STATE(1386), 1, + STATE(1319), 1, sym_attribute_item, - STATE(2801), 1, + STATE(2817), 1, sym_lifetime, - STATE(2158), 2, + STATE(2159), 2, sym_line_comment, sym_block_comment, - STATE(3350), 3, + STATE(3416), 3, sym_const_parameter, sym_type_parameter, sym_lifetime_parameter, - [67798] = 11, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(4685), 1, - anon_sym_LT2, - ACTIONS(4697), 1, - anon_sym_COLON, - ACTIONS(4699), 1, - anon_sym_BANG, - ACTIONS(4701), 1, - anon_sym_DOT_DOT, - ACTIONS(4705), 1, - anon_sym_COLON_COLON, - STATE(2033), 1, - sym_type_arguments, - ACTIONS(4703), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(2159), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4695), 3, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_COMMA, - [67836] = 4, + [67788] = 12, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(3077), 1, + anon_sym_POUND, + ACTIONS(3079), 1, + anon_sym_SQUOTE, + ACTIONS(4863), 1, + sym_identifier, + ACTIONS(4867), 1, + anon_sym_const, + ACTIONS(4915), 1, + sym_metavariable, + STATE(1319), 1, + sym_attribute_item, + STATE(2152), 1, + aux_sym_enum_variant_list_repeat1, + STATE(2817), 1, + sym_lifetime, STATE(2160), 2, sym_line_comment, sym_block_comment, - ACTIONS(1446), 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, - [67860] = 12, + STATE(3161), 3, + sym_const_parameter, + sym_type_parameter, + sym_lifetime_parameter, + [67828] = 12, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3079), 1, + ACTIONS(3077), 1, anon_sym_POUND, - ACTIONS(3089), 1, + ACTIONS(3079), 1, anon_sym_SQUOTE, - ACTIONS(4855), 1, + ACTIONS(4863), 1, sym_identifier, - ACTIONS(4859), 1, + ACTIONS(4867), 1, anon_sym_const, - ACTIONS(4913), 1, + ACTIONS(4869), 1, sym_metavariable, - STATE(1386), 1, + STATE(1319), 1, sym_attribute_item, - STATE(2140), 1, + STATE(2159), 1, aux_sym_enum_variant_list_repeat1, - STATE(2801), 1, + STATE(2817), 1, sym_lifetime, STATE(2161), 2, sym_line_comment, sym_block_comment, - STATE(2962), 3, + STATE(3466), 3, sym_const_parameter, sym_type_parameter, sym_lifetime_parameter, - [67900] = 6, + [67868] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4899), 1, - anon_sym_COLON, - ACTIONS(4915), 1, - anon_sym_COLON_COLON, STATE(2162), 2, sym_line_comment, sym_block_comment, - ACTIONS(4897), 9, + ACTIONS(1450), 11, 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, - [67928] = 6, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(4907), 1, - anon_sym_COLON_COLON, - ACTIONS(4925), 1, anon_sym_COLON, - STATE(2163), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4923), 9, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_RBRACE, anon_sym_PIPE, anon_sym_EQ, + anon_sym_GT, anon_sym_COMMA, anon_sym_else, anon_sym_in, - [67956] = 6, + [67892] = 11, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4907), 1, + ACTIONS(4679), 1, + anon_sym_BANG, + ACTIONS(4689), 1, + anon_sym_LT2, + ACTIONS(4691), 1, + anon_sym_LPAREN, + ACTIONS(4693), 1, anon_sym_COLON_COLON, - ACTIONS(4929), 1, - anon_sym_COLON, - STATE(2164), 2, + ACTIONS(4923), 1, + anon_sym_for, + STATE(2030), 1, + sym_type_arguments, + STATE(2107), 1, + sym_parameters, + STATE(2163), 2, sym_line_comment, sym_block_comment, - ACTIONS(4927), 9, + ACTIONS(3468), 4, 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, - [67984] = 7, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_where, + [67930] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(1122), 1, + ACTIONS(1174), 1, aux_sym_string_literal_token1, - ACTIONS(4933), 1, + ACTIONS(4927), 1, sym_crate, - STATE(2288), 1, + STATE(2301), 1, sym_string_literal, - STATE(2165), 2, + STATE(2164), 2, sym_line_comment, sym_block_comment, - ACTIONS(4931), 8, + ACTIONS(4925), 8, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_async, @@ -175091,405 +175222,477 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_fn, anon_sym_unsafe, anon_sym_extern, - [68014] = 6, + [67960] = 11, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4901), 1, - anon_sym_COLON_COLON, - ACTIONS(4937), 1, + ACTIONS(4689), 1, + anon_sym_LT2, + ACTIONS(4751), 1, anon_sym_COLON, + ACTIONS(4753), 1, + anon_sym_BANG, + ACTIONS(4755), 1, + anon_sym_DOT_DOT, + ACTIONS(4759), 1, + anon_sym_COLON_COLON, + STATE(2031), 1, + sym_type_arguments, + ACTIONS(4757), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(2165), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4749), 3, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_COMMA, + [67998] = 4, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, STATE(2166), 2, sym_line_comment, sym_block_comment, - ACTIONS(4935), 9, + ACTIONS(1442), 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, - [68042] = 7, + [68022] = 12, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(1122), 1, - aux_sym_string_literal_token1, - ACTIONS(4939), 1, - sym_crate, - STATE(2288), 1, - sym_string_literal, + ACTIONS(3077), 1, + anon_sym_POUND, + ACTIONS(4929), 1, + sym_identifier, + ACTIONS(4931), 1, + anon_sym_RBRACE, + ACTIONS(4933), 1, + anon_sym_DOT_DOT, + ACTIONS(4935), 1, + anon_sym_COMMA, + ACTIONS(4937), 1, + sym_integer_literal, + STATE(1319), 1, + sym_attribute_item, + STATE(2515), 1, + aux_sym_enum_variant_list_repeat1, STATE(2167), 2, sym_line_comment, sym_block_comment, - ACTIONS(4931), 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, - [68072] = 6, + STATE(2890), 3, + sym_shorthand_field_initializer, + sym_field_initializer, + sym_base_field_initializer, + [68062] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4790), 1, - anon_sym_COLON_COLON, - ACTIONS(4937), 1, - anon_sym_COLON, STATE(2168), 2, sym_line_comment, sym_block_comment, - ACTIONS(4935), 9, + ACTIONS(1438), 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, - [68100] = 11, + [68086] = 11, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3447), 1, + ACTIONS(3460), 1, anon_sym_COLON, - ACTIONS(4675), 1, + ACTIONS(4679), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4689), 1, anon_sym_LT2, - ACTIONS(4687), 1, + ACTIONS(4691), 1, anon_sym_LPAREN, - ACTIONS(4689), 1, + ACTIONS(4693), 1, anon_sym_COLON_COLON, - STATE(2029), 1, + STATE(2030), 1, sym_type_arguments, - STATE(2457), 1, + STATE(2423), 1, sym_parameters, STATE(2169), 2, sym_line_comment, sym_block_comment, - ACTIONS(3445), 4, + ACTIONS(3456), 4, anon_sym_PLUS, anon_sym_GT, anon_sym_COMMA, anon_sym_as, - [68138] = 11, + [68124] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4675), 1, - anon_sym_BANG, - ACTIONS(4685), 1, - anon_sym_LT2, - ACTIONS(4687), 1, - anon_sym_LPAREN, - ACTIONS(4689), 1, - anon_sym_COLON_COLON, - ACTIONS(4941), 1, - anon_sym_for, - STATE(2029), 1, - sym_type_arguments, - STATE(2099), 1, - sym_parameters, + ACTIONS(1174), 1, + aux_sym_string_literal_token1, + ACTIONS(4939), 1, + sym_crate, + STATE(2301), 1, + sym_string_literal, STATE(2170), 2, sym_line_comment, sym_block_comment, - ACTIONS(3445), 4, + ACTIONS(4925), 8, anon_sym_SEMI, anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_where, - [68176] = 11, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_unsafe, + anon_sym_extern, + [68154] = 11, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4675), 1, + ACTIONS(3476), 1, + anon_sym_COLON, + ACTIONS(4679), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4689), 1, anon_sym_LT2, - ACTIONS(4687), 1, + ACTIONS(4691), 1, anon_sym_LPAREN, - ACTIONS(4689), 1, + ACTIONS(4693), 1, anon_sym_COLON_COLON, - ACTIONS(4943), 1, - anon_sym_for, - STATE(2029), 1, + STATE(2030), 1, sym_type_arguments, - STATE(2099), 1, + STATE(2423), 1, sym_parameters, STATE(2171), 2, sym_line_comment, sym_block_comment, - ACTIONS(3445), 4, - anon_sym_SEMI, - anon_sym_LBRACE, + ACTIONS(3474), 4, anon_sym_PLUS, - anon_sym_where, - [68214] = 11, + anon_sym_GT, + anon_sym_COMMA, + anon_sym_as, + [68192] = 11, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4675), 1, + ACTIONS(4679), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4689), 1, anon_sym_LT2, - ACTIONS(4687), 1, + ACTIONS(4691), 1, anon_sym_LPAREN, - ACTIONS(4689), 1, + ACTIONS(4693), 1, anon_sym_COLON_COLON, - ACTIONS(4945), 1, + ACTIONS(4941), 1, anon_sym_for, - STATE(2029), 1, + STATE(2030), 1, sym_type_arguments, - STATE(2099), 1, + STATE(2107), 1, sym_parameters, STATE(2172), 2, sym_line_comment, sym_block_comment, - ACTIONS(3445), 4, + ACTIONS(3468), 4, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_where, - [68252] = 12, + [68230] = 11, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3079), 1, - anon_sym_POUND, - ACTIONS(3089), 1, - anon_sym_SQUOTE, - ACTIONS(4855), 1, - sym_identifier, - ACTIONS(4859), 1, - anon_sym_const, - ACTIONS(4861), 1, - sym_metavariable, - STATE(1386), 1, - sym_attribute_item, - STATE(2158), 1, - aux_sym_enum_variant_list_repeat1, - STATE(2801), 1, - sym_lifetime, + ACTIONS(4679), 1, + anon_sym_BANG, + ACTIONS(4689), 1, + anon_sym_LT2, + ACTIONS(4691), 1, + anon_sym_LPAREN, + ACTIONS(4693), 1, + anon_sym_COLON_COLON, + ACTIONS(4943), 1, + anon_sym_for, + STATE(2030), 1, + sym_type_arguments, + STATE(2107), 1, + sym_parameters, STATE(2173), 2, sym_line_comment, sym_block_comment, - STATE(3437), 3, - sym_const_parameter, - sym_type_parameter, - sym_lifetime_parameter, - [68292] = 6, + ACTIONS(3468), 4, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_where, + [68268] = 11, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4915), 1, + ACTIONS(4679), 1, + anon_sym_BANG, + ACTIONS(4689), 1, + anon_sym_LT2, + ACTIONS(4691), 1, + anon_sym_LPAREN, + ACTIONS(4693), 1, anon_sym_COLON_COLON, - ACTIONS(4937), 1, - anon_sym_COLON, + ACTIONS(4945), 1, + anon_sym_for, + STATE(2030), 1, + sym_type_arguments, + STATE(2107), 1, + sym_parameters, STATE(2174), 2, sym_line_comment, sym_block_comment, - ACTIONS(4935), 9, + ACTIONS(3468), 4, 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, - [68320] = 11, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_where, + [68306] = 11, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4675), 1, + ACTIONS(4679), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4689), 1, anon_sym_LT2, - ACTIONS(4687), 1, + ACTIONS(4691), 1, anon_sym_LPAREN, - ACTIONS(4689), 1, + ACTIONS(4693), 1, anon_sym_COLON_COLON, ACTIONS(4947), 1, anon_sym_for, - STATE(2029), 1, + STATE(2030), 1, sym_type_arguments, - STATE(2099), 1, + STATE(2107), 1, sym_parameters, STATE(2175), 2, sym_line_comment, sym_block_comment, - ACTIONS(3445), 4, + ACTIONS(3468), 4, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_where, - [68358] = 9, - ACTIONS(19), 1, - anon_sym_LBRACE, + [68344] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - ACTIONS(4949), 1, - sym_identifier, - STATE(411), 1, - sym_block, - STATE(3621), 1, - sym_label, + ACTIONS(4887), 1, + anon_sym_COLON_COLON, + ACTIONS(4951), 1, + anon_sym_COLON, STATE(2176), 2, sym_line_comment, sym_block_comment, - ACTIONS(4951), 6, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, - [68392] = 12, + ACTIONS(4949), 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, + [68372] = 12, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3079), 1, + ACTIONS(3077), 1, anon_sym_POUND, - ACTIONS(4877), 1, + ACTIONS(4929), 1, sym_identifier, - ACTIONS(4881), 1, + ACTIONS(4933), 1, anon_sym_DOT_DOT, - ACTIONS(4885), 1, + ACTIONS(4937), 1, sym_integer_literal, ACTIONS(4953), 1, anon_sym_RBRACE, ACTIONS(4955), 1, anon_sym_COMMA, - STATE(1386), 1, + STATE(1319), 1, sym_attribute_item, - STATE(2601), 1, + STATE(2515), 1, aux_sym_enum_variant_list_repeat1, STATE(2177), 2, sym_line_comment, sym_block_comment, - STATE(3163), 3, + STATE(3185), 3, sym_shorthand_field_initializer, sym_field_initializer, sym_base_field_initializer, - [68432] = 4, + [68412] = 11, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(4679), 1, + anon_sym_BANG, + ACTIONS(4689), 1, + anon_sym_LT2, + ACTIONS(4691), 1, + anon_sym_LPAREN, + ACTIONS(4693), 1, + anon_sym_COLON_COLON, + ACTIONS(4957), 1, + anon_sym_for, + STATE(2030), 1, + sym_type_arguments, + STATE(2107), 1, + sym_parameters, STATE(2178), 2, sym_line_comment, sym_block_comment, - ACTIONS(1450), 11, + ACTIONS(3468), 4, anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_RBRACE, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_where, + [68450] = 12, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(3470), 1, anon_sym_COLON, - anon_sym_PIPE, + ACTIONS(4679), 1, + anon_sym_BANG, + ACTIONS(4689), 1, + anon_sym_LT2, + ACTIONS(4691), 1, + anon_sym_LPAREN, + ACTIONS(4693), 1, + anon_sym_COLON_COLON, + ACTIONS(4959), 1, anon_sym_EQ, + STATE(2423), 1, + sym_parameters, + STATE(2466), 1, + sym_type_arguments, + STATE(2179), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3468), 3, + anon_sym_PLUS, anon_sym_GT, anon_sym_COMMA, - anon_sym_else, - anon_sym_in, - [68456] = 11, + [68490] = 11, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4675), 1, + ACTIONS(4679), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4689), 1, anon_sym_LT2, - ACTIONS(4687), 1, + ACTIONS(4691), 1, anon_sym_LPAREN, - ACTIONS(4689), 1, + ACTIONS(4693), 1, anon_sym_COLON_COLON, - ACTIONS(4957), 1, + ACTIONS(4961), 1, anon_sym_for, - STATE(2029), 1, + STATE(2030), 1, sym_type_arguments, - STATE(2099), 1, + STATE(2107), 1, sym_parameters, - STATE(2179), 2, + STATE(2180), 2, sym_line_comment, sym_block_comment, - ACTIONS(3445), 4, + ACTIONS(3468), 4, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_where, - [68494] = 4, + [68528] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(2180), 2, + ACTIONS(4794), 1, + anon_sym_COLON_COLON, + ACTIONS(4897), 1, + anon_sym_COLON, + STATE(2181), 2, sym_line_comment, sym_block_comment, - ACTIONS(4959), 10, + ACTIONS(4895), 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, - [68517] = 4, + [68556] = 13, + ACTIONS(69), 1, + anon_sym_pub, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(2181), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4961), 10, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACK, + ACTIONS(3077), 1, + anon_sym_POUND, + ACTIONS(4963), 1, + sym_identifier, + ACTIONS(4965), 1, anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_PIPE, - anon_sym_EQ, + ACTIONS(4967), 1, anon_sym_COMMA, - anon_sym_else, - anon_sym_in, - [68540] = 4, + ACTIONS(4969), 1, + sym_crate, + STATE(1319), 1, + sym_attribute_item, + STATE(2326), 1, + aux_sym_enum_variant_list_repeat1, + STATE(2964), 1, + sym_enum_variant, + STATE(3529), 1, + sym_visibility_modifier, + STATE(2182), 2, + sym_line_comment, + sym_block_comment, + [68597] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(2182), 2, + STATE(2183), 2, sym_line_comment, sym_block_comment, - ACTIONS(4667), 10, + ACTIONS(4971), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -175500,60 +175703,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [68563] = 11, + [68620] = 13, + ACTIONS(69), 1, + anon_sym_pub, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3079), 1, + ACTIONS(3077), 1, anon_sym_POUND, - ACTIONS(4877), 1, + ACTIONS(4969), 1, + sym_crate, + ACTIONS(4973), 1, sym_identifier, - ACTIONS(4881), 1, - anon_sym_DOT_DOT, - ACTIONS(4885), 1, - sym_integer_literal, - ACTIONS(4963), 1, + ACTIONS(4975), 1, anon_sym_RBRACE, - STATE(1386), 1, + ACTIONS(4977), 1, + anon_sym_COMMA, + STATE(1319), 1, sym_attribute_item, - STATE(2601), 1, + STATE(2311), 1, aux_sym_enum_variant_list_repeat1, - STATE(2183), 2, + STATE(3056), 1, + sym_field_declaration, + STATE(3530), 1, + sym_visibility_modifier, + STATE(2184), 2, sym_line_comment, sym_block_comment, - STATE(3395), 3, - sym_shorthand_field_initializer, - sym_field_initializer, - sym_base_field_initializer, - [68600] = 4, + [68661] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(2184), 2, + ACTIONS(4689), 1, + anon_sym_LT2, + ACTIONS(4691), 1, + anon_sym_LPAREN, + ACTIONS(4979), 1, + anon_sym_LBRACE, + STATE(2029), 1, + sym_type_arguments, + STATE(2106), 1, + sym_parameters, + STATE(2185), 2, sym_line_comment, sym_block_comment, - ACTIONS(4965), 10, + ACTIONS(3577), 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, - [68623] = 4, + [68694] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(2185), 2, + STATE(2186), 2, sym_line_comment, sym_block_comment, - ACTIONS(4967), 10, + ACTIONS(4981), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -175564,58 +175774,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [68646] = 11, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(3079), 1, - anon_sym_POUND, - ACTIONS(4877), 1, - sym_identifier, - ACTIONS(4881), 1, - anon_sym_DOT_DOT, - ACTIONS(4885), 1, - sym_integer_literal, - ACTIONS(4969), 1, - anon_sym_RBRACE, - STATE(1386), 1, - sym_attribute_item, - STATE(2601), 1, - aux_sym_enum_variant_list_repeat1, - STATE(2186), 2, - sym_line_comment, - sym_block_comment, - STATE(3395), 3, - sym_shorthand_field_initializer, - sym_field_initializer, - sym_base_field_initializer, - [68683] = 10, + [68717] = 10, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4685), 1, + ACTIONS(3507), 1, + anon_sym_COLON, + ACTIONS(4689), 1, anon_sym_LT2, - ACTIONS(4971), 1, - anon_sym_BANG, - ACTIONS(4973), 1, - anon_sym_DOT_DOT, - ACTIONS(4977), 1, + ACTIONS(4691), 1, + anon_sym_LPAREN, + ACTIONS(4695), 1, anon_sym_COLON_COLON, - STATE(2033), 1, + STATE(2030), 1, sym_type_arguments, - ACTIONS(4975), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, + STATE(2423), 1, + sym_parameters, STATE(2187), 2, sym_line_comment, sym_block_comment, - ACTIONS(4695), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [68718] = 4, + ACTIONS(3505), 4, + anon_sym_PLUS, + anon_sym_GT, + anon_sym_COMMA, + anon_sym_as, + [68752] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -175623,7 +175807,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2188), 2, sym_line_comment, sym_block_comment, - ACTIONS(4897), 10, + ACTIONS(4983), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -175634,7 +175818,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [68741] = 4, + [68775] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -175642,7 +175826,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2189), 2, sym_line_comment, sym_block_comment, - ACTIONS(4979), 10, + ACTIONS(4985), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -175653,7 +175837,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [68764] = 4, + [68798] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -175661,7 +175845,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2190), 2, sym_line_comment, sym_block_comment, - ACTIONS(4981), 10, + ACTIONS(4895), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -175672,7 +175856,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [68787] = 4, + [68821] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -175680,7 +175864,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2191), 2, sym_line_comment, sym_block_comment, - ACTIONS(4983), 10, + ACTIONS(4987), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -175691,7 +175875,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [68810] = 4, + [68844] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -175699,7 +175883,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2192), 2, sym_line_comment, sym_block_comment, - ACTIONS(4985), 10, + ACTIONS(4671), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -175710,34 +175894,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [68833] = 4, + [68867] = 13, + ACTIONS(69), 1, + anon_sym_pub, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(3077), 1, + anon_sym_POUND, + ACTIONS(4963), 1, + sym_identifier, + ACTIONS(4969), 1, + sym_crate, + ACTIONS(4989), 1, + anon_sym_RBRACE, + ACTIONS(4991), 1, + anon_sym_COMMA, + STATE(1319), 1, + sym_attribute_item, + STATE(2327), 1, + aux_sym_enum_variant_list_repeat1, + STATE(3020), 1, + sym_enum_variant, + STATE(3529), 1, + sym_visibility_modifier, STATE(2193), 2, sym_line_comment, sym_block_comment, - ACTIONS(4987), 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, - [68856] = 4, + [68908] = 11, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(3077), 1, + anon_sym_POUND, + ACTIONS(4929), 1, + sym_identifier, + ACTIONS(4933), 1, + anon_sym_DOT_DOT, + ACTIONS(4937), 1, + sym_integer_literal, + ACTIONS(4993), 1, + anon_sym_RBRACE, + STATE(1319), 1, + sym_attribute_item, + STATE(2515), 1, + aux_sym_enum_variant_list_repeat1, STATE(2194), 2, sym_line_comment, sym_block_comment, - ACTIONS(4989), 10, + STATE(3281), 3, + sym_shorthand_field_initializer, + sym_field_initializer, + sym_base_field_initializer, + [68945] = 4, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + STATE(2195), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4995), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -175748,77 +175967,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [68879] = 8, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(3443), 1, - anon_sym_LT2, - ACTIONS(3773), 1, - anon_sym_COLON_COLON, - ACTIONS(4699), 1, - anon_sym_BANG, - STATE(1428), 1, - sym_type_arguments, - STATE(2195), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3621), 6, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, - [68910] = 8, + [68968] = 11, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4175), 1, - anon_sym_LT2, - ACTIONS(4363), 1, - anon_sym_COLON_COLON, - ACTIONS(4699), 1, - anon_sym_BANG, - STATE(1717), 1, - sym_type_arguments, + ACTIONS(3077), 1, + anon_sym_POUND, + ACTIONS(4929), 1, + sym_identifier, + ACTIONS(4933), 1, + anon_sym_DOT_DOT, + ACTIONS(4937), 1, + sym_integer_literal, + ACTIONS(4997), 1, + anon_sym_RBRACE, + STATE(1319), 1, + sym_attribute_item, + STATE(2515), 1, + aux_sym_enum_variant_list_repeat1, STATE(2196), 2, sym_line_comment, sym_block_comment, - ACTIONS(3621), 6, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, - [68941] = 9, + STATE(3281), 3, + sym_shorthand_field_initializer, + sym_field_initializer, + sym_base_field_initializer, + [69005] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4685), 1, - anon_sym_LT2, - ACTIONS(4687), 1, - anon_sym_LPAREN, - ACTIONS(4991), 1, - anon_sym_LBRACE, - STATE(2026), 1, - sym_type_arguments, - STATE(2100), 1, - sym_parameters, STATE(2197), 2, sym_line_comment, sym_block_comment, - ACTIONS(3509), 5, + ACTIONS(4999), 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, - [68974] = 4, + anon_sym_else, + anon_sym_in, + [69028] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -175826,7 +176020,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2198), 2, sym_line_comment, sym_block_comment, - ACTIONS(4993), 10, + ACTIONS(4905), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -175837,80 +176031,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [68997] = 8, + [69051] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4685), 1, + ACTIONS(3466), 1, anon_sym_LT2, - ACTIONS(4699), 1, - anon_sym_BANG, - ACTIONS(4788), 1, + ACTIONS(3699), 1, anon_sym_COLON_COLON, - STATE(2033), 1, + ACTIONS(5001), 1, + anon_sym_BANG, + STATE(1407), 1, sym_type_arguments, STATE(2199), 2, sym_line_comment, sym_block_comment, - ACTIONS(3621), 6, + ACTIONS(3601), 6, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_fn, anon_sym_unsafe, anon_sym_extern, - [69028] = 10, + [69082] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4669), 1, - anon_sym_LPAREN, - ACTIONS(4673), 1, - anon_sym_COLON, - ACTIONS(4675), 1, - anon_sym_BANG, - ACTIONS(4679), 1, - anon_sym_DOT_DOT, - ACTIONS(4995), 1, + ACTIONS(3466), 1, + anon_sym_LT2, + ACTIONS(3699), 1, anon_sym_COLON_COLON, - ACTIONS(4681), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, + ACTIONS(4753), 1, + anon_sym_BANG, + STATE(1407), 1, + sym_type_arguments, STATE(2200), 2, sym_line_comment, sym_block_comment, - ACTIONS(4667), 3, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_COMMA, - [69063] = 10, + ACTIONS(3601), 6, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_unsafe, + anon_sym_extern, + [69113] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3503), 1, - anon_sym_COLON, - ACTIONS(4685), 1, + ACTIONS(4199), 1, anon_sym_LT2, - ACTIONS(4687), 1, - anon_sym_LPAREN, - ACTIONS(4693), 1, + ACTIONS(4359), 1, anon_sym_COLON_COLON, - STATE(2029), 1, + ACTIONS(4753), 1, + anon_sym_BANG, + STATE(1677), 1, sym_type_arguments, - STATE(2457), 1, - sym_parameters, STATE(2201), 2, sym_line_comment, sym_block_comment, - ACTIONS(3501), 4, - anon_sym_PLUS, - anon_sym_GT, - anon_sym_COMMA, - anon_sym_as, - [69098] = 4, + ACTIONS(3601), 6, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_unsafe, + anon_sym_extern, + [69144] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -175918,7 +176108,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2202), 2, sym_line_comment, sym_block_comment, - ACTIONS(4997), 10, + ACTIONS(5003), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -175929,7 +176119,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [69121] = 4, + [69167] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -175937,7 +176127,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2203), 2, sym_line_comment, sym_block_comment, - ACTIONS(4999), 10, + ACTIONS(5005), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -175948,7 +176138,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [69144] = 4, + [69190] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -175956,7 +176146,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2204), 2, sym_line_comment, sym_block_comment, - ACTIONS(5001), 10, + ACTIONS(5007), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -175967,7 +176157,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [69167] = 4, + [69213] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -175975,7 +176165,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2205), 2, sym_line_comment, sym_block_comment, - ACTIONS(5003), 10, + ACTIONS(5009), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -175986,15 +176176,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [69190] = 4, + [69236] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(1622), 1, + anon_sym_LBRACE, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + STATE(2229), 1, + sym_block, + STATE(3774), 1, + sym_label, STATE(2206), 2, sym_line_comment, sym_block_comment, - ACTIONS(5005), 10, + ACTIONS(3601), 6, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_unsafe, + anon_sym_extern, + [69267] = 4, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + STATE(2207), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(5011), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -176005,15 +176218,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [69213] = 4, + [69290] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(2207), 2, + STATE(2208), 2, sym_line_comment, sym_block_comment, - ACTIONS(5007), 10, + ACTIONS(5013), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -176024,33 +176237,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [69236] = 11, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(3079), 1, - anon_sym_POUND, - ACTIONS(4877), 1, - sym_identifier, - ACTIONS(4881), 1, - anon_sym_DOT_DOT, - ACTIONS(4885), 1, - sym_integer_literal, - ACTIONS(5009), 1, - anon_sym_RBRACE, - STATE(1386), 1, - sym_attribute_item, - STATE(2601), 1, - aux_sym_enum_variant_list_repeat1, - STATE(2208), 2, - sym_line_comment, - sym_block_comment, - STATE(3395), 3, - sym_shorthand_field_initializer, - sym_field_initializer, - sym_base_field_initializer, - [69273] = 4, + [69313] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -176058,7 +176245,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2209), 2, sym_line_comment, sym_block_comment, - ACTIONS(5011), 10, + ACTIONS(4889), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -176069,7 +176256,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [69296] = 4, + [69336] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -176077,7 +176264,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2210), 2, sym_line_comment, sym_block_comment, - ACTIONS(5013), 10, + ACTIONS(5015), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -176088,40 +176275,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [69319] = 10, + [69359] = 10, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4685), 1, + ACTIONS(4689), 1, anon_sym_LT2, - ACTIONS(4699), 1, + ACTIONS(4753), 1, anon_sym_BANG, - ACTIONS(4701), 1, + ACTIONS(4755), 1, anon_sym_DOT_DOT, - ACTIONS(4786), 1, + ACTIONS(4784), 1, anon_sym_COLON_COLON, - STATE(2033), 1, + STATE(2031), 1, sym_type_arguments, - ACTIONS(4703), 2, + ACTIONS(4757), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, STATE(2211), 2, sym_line_comment, sym_block_comment, - ACTIONS(4695), 3, + ACTIONS(4749), 3, anon_sym_RBRACK, anon_sym_PIPE, anon_sym_COMMA, - [69354] = 4, + [69394] = 11, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(3077), 1, + anon_sym_POUND, + ACTIONS(4929), 1, + sym_identifier, + ACTIONS(4933), 1, + anon_sym_DOT_DOT, + ACTIONS(4937), 1, + sym_integer_literal, + ACTIONS(5017), 1, + anon_sym_RBRACE, + STATE(1319), 1, + sym_attribute_item, + STATE(2515), 1, + aux_sym_enum_variant_list_repeat1, STATE(2212), 2, sym_line_comment, sym_block_comment, - ACTIONS(5015), 10, + STATE(3281), 3, + sym_shorthand_field_initializer, + sym_field_initializer, + sym_base_field_initializer, + [69431] = 4, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + STATE(2213), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(5019), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -176132,35 +176345,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [69377] = 13, - ACTIONS(69), 1, - anon_sym_pub, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(3079), 1, - anon_sym_POUND, - ACTIONS(5017), 1, - sym_identifier, - ACTIONS(5019), 1, - anon_sym_RBRACE, - ACTIONS(5021), 1, - anon_sym_COMMA, - ACTIONS(5023), 1, - sym_crate, - STATE(1386), 1, - sym_attribute_item, - STATE(2289), 1, - aux_sym_enum_variant_list_repeat1, - STATE(3094), 1, - sym_field_declaration, - STATE(3754), 1, - sym_visibility_modifier, - STATE(2213), 2, - sym_line_comment, - sym_block_comment, - [69418] = 4, + [69454] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -176168,7 +176353,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2214), 2, sym_line_comment, sym_block_comment, - ACTIONS(5025), 10, + ACTIONS(5021), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -176179,7 +176364,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [69441] = 4, + [69477] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -176187,7 +176372,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2215), 2, sym_line_comment, sym_block_comment, - ACTIONS(5027), 10, + ACTIONS(5023), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -176198,30 +176383,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [69464] = 8, + [69500] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3443), 1, - anon_sym_LT2, - ACTIONS(3773), 1, - anon_sym_COLON_COLON, - ACTIONS(5029), 1, - anon_sym_BANG, - STATE(1428), 1, - sym_type_arguments, STATE(2216), 2, sym_line_comment, sym_block_comment, - ACTIONS(3621), 6, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, - [69495] = 4, + ACTIONS(5025), 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, + [69523] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -176229,7 +176410,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2217), 2, sym_line_comment, sym_block_comment, - ACTIONS(5031), 10, + ACTIONS(5027), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -176240,7 +176421,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [69518] = 4, + [69546] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -176248,7 +176429,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2218), 2, sym_line_comment, sym_block_comment, - ACTIONS(1508), 10, + ACTIONS(5029), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -176259,30 +176440,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [69541] = 8, + [69569] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4175), 1, - anon_sym_LT2, - ACTIONS(4363), 1, - anon_sym_COLON_COLON, - ACTIONS(5033), 1, - anon_sym_BANG, - STATE(1717), 1, - sym_type_arguments, STATE(2219), 2, sym_line_comment, sym_block_comment, - ACTIONS(3621), 6, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, - [69572] = 4, + ACTIONS(5031), 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, + [69592] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -176290,7 +176467,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2220), 2, sym_line_comment, sym_block_comment, - ACTIONS(5035), 10, + ACTIONS(5033), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -176301,7 +176478,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [69595] = 4, + [69615] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -176309,7 +176486,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2221), 2, sym_line_comment, sym_block_comment, - ACTIONS(5037), 10, + ACTIONS(5035), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -176320,7 +176497,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [69618] = 4, + [69638] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -176328,7 +176505,26 @@ static const uint16_t ts_small_parse_table[] = { STATE(2222), 2, sym_line_comment, sym_block_comment, - ACTIONS(4909), 10, + 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, + [69661] = 4, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + STATE(2223), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(5039), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -176339,58 +176535,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [69641] = 13, + [69684] = 13, ACTIONS(69), 1, anon_sym_pub, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3079), 1, + ACTIONS(3077), 1, anon_sym_POUND, - ACTIONS(5023), 1, + ACTIONS(4969), 1, sym_crate, - ACTIONS(5039), 1, + ACTIONS(4973), 1, sym_identifier, ACTIONS(5041), 1, anon_sym_RBRACE, ACTIONS(5043), 1, anon_sym_COMMA, - STATE(1386), 1, + STATE(1319), 1, sym_attribute_item, - STATE(2329), 1, + STATE(2332), 1, aux_sym_enum_variant_list_repeat1, - STATE(3125), 1, - sym_enum_variant, - STATE(3562), 1, + STATE(2979), 1, + sym_field_declaration, + STATE(3530), 1, sym_visibility_modifier, - STATE(2223), 2, - sym_line_comment, - sym_block_comment, - [69682] = 8, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(1622), 1, - anon_sym_LBRACE, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - STATE(2218), 1, - sym_block, - STATE(3774), 1, - sym_label, STATE(2224), 2, sym_line_comment, sym_block_comment, - ACTIONS(3621), 6, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, - [69713] = 4, + [69725] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -176398,7 +176571,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2225), 2, sym_line_comment, sym_block_comment, - ACTIONS(4935), 10, + ACTIONS(5045), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -176409,26 +176582,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [69736] = 4, + [69748] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(4689), 1, + anon_sym_LT2, + ACTIONS(4753), 1, + anon_sym_BANG, + ACTIONS(4767), 1, + anon_sym_COLON_COLON, + STATE(2031), 1, + sym_type_arguments, STATE(2226), 2, sym_line_comment, sym_block_comment, - ACTIONS(5045), 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, - [69759] = 4, + ACTIONS(3601), 6, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_unsafe, + anon_sym_extern, + [69779] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -176447,15 +176624,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [69782] = 4, + [69802] = 10, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(4689), 1, + anon_sym_LT2, + ACTIONS(5049), 1, + anon_sym_BANG, + ACTIONS(5051), 1, + anon_sym_DOT_DOT, + ACTIONS(5055), 1, + anon_sym_COLON_COLON, + STATE(2031), 1, + sym_type_arguments, + ACTIONS(5053), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, STATE(2228), 2, sym_line_comment, sym_block_comment, - ACTIONS(5049), 10, + ACTIONS(4749), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [69837] = 4, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + STATE(2229), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1554), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -176466,35 +176668,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [69805] = 13, - ACTIONS(69), 1, - anon_sym_pub, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(3079), 1, - anon_sym_POUND, - ACTIONS(5023), 1, - sym_crate, - ACTIONS(5039), 1, - sym_identifier, - ACTIONS(5051), 1, - anon_sym_RBRACE, - ACTIONS(5053), 1, - anon_sym_COMMA, - STATE(1386), 1, - sym_attribute_item, - STATE(2328), 1, - aux_sym_enum_variant_list_repeat1, - STATE(2898), 1, - sym_enum_variant, - STATE(3562), 1, - sym_visibility_modifier, - STATE(2229), 2, - sym_line_comment, - sym_block_comment, - [69846] = 4, + [69860] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -176502,7 +176676,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2230), 2, sym_line_comment, sym_block_comment, - ACTIONS(5055), 10, + ACTIONS(5057), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -176513,7 +176687,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [69869] = 4, + [69883] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -176521,7 +176695,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2231), 2, sym_line_comment, sym_block_comment, - ACTIONS(5057), 10, + ACTIONS(5059), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -176532,69 +176706,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [69892] = 11, + [69906] = 11, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3079), 1, + ACTIONS(3077), 1, anon_sym_POUND, - ACTIONS(4877), 1, + ACTIONS(4929), 1, sym_identifier, - ACTIONS(4881), 1, + ACTIONS(4933), 1, anon_sym_DOT_DOT, - ACTIONS(4885), 1, + ACTIONS(4937), 1, sym_integer_literal, - ACTIONS(5059), 1, - anon_sym_RBRACE, - STATE(1386), 1, - sym_attribute_item, - STATE(2601), 1, - aux_sym_enum_variant_list_repeat1, - STATE(2232), 2, - sym_line_comment, - sym_block_comment, - STATE(3395), 3, - sym_shorthand_field_initializer, - sym_field_initializer, - sym_base_field_initializer, - [69929] = 13, - ACTIONS(69), 1, - anon_sym_pub, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(3079), 1, - anon_sym_POUND, - ACTIONS(5017), 1, - sym_identifier, - ACTIONS(5023), 1, - sym_crate, ACTIONS(5061), 1, - anon_sym_RBRACE, - ACTIONS(5063), 1, - anon_sym_COMMA, - STATE(1386), 1, + anon_sym_RBRACE, + STATE(1319), 1, sym_attribute_item, - STATE(2330), 1, + STATE(2515), 1, aux_sym_enum_variant_list_repeat1, - STATE(2911), 1, - sym_field_declaration, - STATE(3754), 1, - sym_visibility_modifier, - STATE(2233), 2, + STATE(2232), 2, sym_line_comment, sym_block_comment, - [69970] = 4, + STATE(3281), 3, + sym_shorthand_field_initializer, + sym_field_initializer, + sym_base_field_initializer, + [69943] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(2234), 2, + STATE(2233), 2, sym_line_comment, sym_block_comment, - ACTIONS(5065), 10, + ACTIONS(5063), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -176605,6083 +176751,6120 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [69993] = 8, + [69966] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4685), 1, + ACTIONS(4199), 1, anon_sym_LT2, - ACTIONS(4687), 1, - anon_sym_LPAREN, - STATE(2026), 1, + ACTIONS(4359), 1, + anon_sym_COLON_COLON, + ACTIONS(5065), 1, + anon_sym_BANG, + STATE(1677), 1, sym_type_arguments, - STATE(2465), 1, - sym_parameters, + STATE(2234), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3601), 6, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_unsafe, + anon_sym_extern, + [69997] = 4, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, STATE(2235), 2, sym_line_comment, sym_block_comment, - ACTIONS(3513), 5, + ACTIONS(5067), 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, - [70023] = 9, + anon_sym_else, + anon_sym_in, + [70020] = 10, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4669), 1, + ACTIONS(4673), 1, anon_sym_LPAREN, - ACTIONS(4675), 1, - anon_sym_BANG, + ACTIONS(4677), 1, + anon_sym_COLON, ACTIONS(4679), 1, + anon_sym_BANG, + ACTIONS(4683), 1, anon_sym_DOT_DOT, - ACTIONS(5067), 1, + ACTIONS(5069), 1, anon_sym_COLON_COLON, - ACTIONS(4681), 2, + ACTIONS(4685), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, STATE(2236), 2, sym_line_comment, sym_block_comment, - ACTIONS(4667), 3, - anon_sym_RBRACK, + ACTIONS(4671), 3, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_COMMA, - [70055] = 5, + [70055] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3555), 1, - anon_sym_DOT_DOT, + ACTIONS(4689), 1, + anon_sym_LT2, + ACTIONS(4691), 1, + anon_sym_LPAREN, + ACTIONS(5071), 1, + anon_sym_for, + STATE(2029), 1, + sym_type_arguments, + STATE(2106), 1, + sym_parameters, STATE(2237), 2, sym_line_comment, sym_block_comment, - ACTIONS(3557), 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, - [70079] = 12, - ACTIONS(69), 1, - anon_sym_pub, + ACTIONS(3577), 4, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_where, + [70087] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3079), 1, - anon_sym_POUND, - ACTIONS(5023), 1, - sym_crate, - ACTIONS(5039), 1, - sym_identifier, - ACTIONS(5069), 1, - anon_sym_RBRACE, - STATE(1386), 1, - sym_attribute_item, - STATE(2325), 1, - aux_sym_enum_variant_list_repeat1, - STATE(3316), 1, - sym_enum_variant, - STATE(3562), 1, - sym_visibility_modifier, + ACTIONS(4689), 1, + anon_sym_LT2, + ACTIONS(4691), 1, + anon_sym_LPAREN, + ACTIONS(5073), 1, + anon_sym_for, + STATE(2029), 1, + sym_type_arguments, + STATE(2106), 1, + sym_parameters, STATE(2238), 2, sym_line_comment, sym_block_comment, - [70117] = 7, + ACTIONS(3577), 4, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_where, + [70119] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4685), 1, + ACTIONS(4689), 1, anon_sym_LT2, - ACTIONS(5071), 1, - anon_sym_COLON_COLON, - STATE(2033), 1, + ACTIONS(4691), 1, + anon_sym_LPAREN, + STATE(2029), 1, sym_type_arguments, + STATE(2436), 1, + sym_parameters, STATE(2239), 2, sym_line_comment, sym_block_comment, - ACTIONS(3621), 6, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, - [70145] = 9, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(4695), 1, - anon_sym_PIPE, - ACTIONS(4697), 1, + ACTIONS(3573), 5, anon_sym_COLON, - ACTIONS(4701), 1, - anon_sym_DOT_DOT, - ACTIONS(4792), 1, - anon_sym_COLON_COLON, - ACTIONS(4703), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(2240), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3509), 3, - anon_sym_RPAREN, anon_sym_PLUS, + anon_sym_GT, anon_sym_COMMA, - [70177] = 12, - ACTIONS(69), 1, - anon_sym_pub, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(3079), 1, - anon_sym_POUND, - ACTIONS(5017), 1, - sym_identifier, - ACTIONS(5023), 1, - sym_crate, - ACTIONS(5073), 1, - anon_sym_RBRACE, - STATE(1386), 1, - sym_attribute_item, - STATE(2331), 1, - aux_sym_enum_variant_list_repeat1, - STATE(3399), 1, - sym_field_declaration, - STATE(3754), 1, - sym_visibility_modifier, - STATE(2241), 2, - sym_line_comment, - sym_block_comment, - [70215] = 9, + anon_sym_as, + [70149] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4685), 1, + ACTIONS(4689), 1, anon_sym_LT2, - ACTIONS(4687), 1, + ACTIONS(4691), 1, anon_sym_LPAREN, - ACTIONS(5075), 1, - anon_sym_for, - STATE(2026), 1, + STATE(2029), 1, sym_type_arguments, - STATE(2100), 1, + STATE(2436), 1, sym_parameters, - STATE(2242), 2, + STATE(2240), 2, sym_line_comment, sym_block_comment, - ACTIONS(3509), 4, - anon_sym_SEMI, - anon_sym_LBRACE, + ACTIONS(3577), 5, + anon_sym_COLON, anon_sym_PLUS, - anon_sym_where, - [70247] = 7, + anon_sym_GT, + anon_sym_COMMA, + anon_sym_as, + [70179] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3443), 1, + ACTIONS(3466), 1, anon_sym_LT2, - ACTIONS(5077), 1, + ACTIONS(5075), 1, anon_sym_COLON_COLON, - STATE(1428), 1, + STATE(1407), 1, sym_type_arguments, - STATE(2243), 2, + STATE(2241), 2, sym_line_comment, sym_block_comment, - ACTIONS(3621), 6, + ACTIONS(3601), 6, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_fn, anon_sym_unsafe, anon_sym_extern, - [70275] = 9, + [70207] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(5077), 1, + anon_sym_SEMI, ACTIONS(5079), 1, - anon_sym_LPAREN, - ACTIONS(5084), 1, - anon_sym_LBRACK, - ACTIONS(5087), 1, anon_sym_LBRACE, - STATE(3512), 1, - sym_token_tree_pattern, - STATE(3660), 1, - sym_macro_rule, - ACTIONS(5082), 3, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_RBRACE, - STATE(2244), 3, + STATE(562), 1, + sym_declaration_list, + STATE(2242), 2, sym_line_comment, sym_block_comment, - aux_sym_macro_definition_repeat1, - [70307] = 8, + ACTIONS(3601), 6, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_unsafe, + anon_sym_extern, + [70235] = 12, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4747), 1, - anon_sym_trait, - ACTIONS(4835), 1, - anon_sym_extern, - ACTIONS(5090), 1, - anon_sym_impl, - STATE(3098), 1, - sym_extern_modifier, - STATE(2245), 2, + ACTIONS(5081), 1, + anon_sym_SEMI, + ACTIONS(5083), 1, + anon_sym_LPAREN, + ACTIONS(5085), 1, + anon_sym_LBRACE, + ACTIONS(5087), 1, + anon_sym_LT, + ACTIONS(5089), 1, + anon_sym_where, + STATE(1200), 1, + sym_field_declaration_list, + STATE(2396), 1, + sym_type_parameters, + STATE(2993), 1, + sym_ordered_field_declaration_list, + STATE(3241), 1, + sym_where_clause, + STATE(2243), 2, sym_line_comment, sym_block_comment, - ACTIONS(3621), 5, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - [70337] = 12, - ACTIONS(69), 1, - anon_sym_pub, + [70273] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3079), 1, - anon_sym_POUND, - ACTIONS(5017), 1, - sym_identifier, - ACTIONS(5023), 1, - sym_crate, - ACTIONS(5092), 1, - anon_sym_RBRACE, - STATE(1386), 1, - sym_attribute_item, - STATE(2331), 1, - aux_sym_enum_variant_list_repeat1, - STATE(3399), 1, - sym_field_declaration, - STATE(3754), 1, - sym_visibility_modifier, - STATE(2246), 2, + ACTIONS(5093), 1, + anon_sym_PLUS, + STATE(2289), 1, + aux_sym_trait_bounds_repeat1, + STATE(2244), 2, sym_line_comment, sym_block_comment, - [70375] = 12, + ACTIONS(5091), 7, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_GT, + anon_sym_COMMA, + anon_sym_SQUOTE, + anon_sym_where, + [70299] = 12, ACTIONS(69), 1, anon_sym_pub, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3079), 1, + ACTIONS(3077), 1, anon_sym_POUND, - ACTIONS(5017), 1, - sym_identifier, - ACTIONS(5023), 1, + ACTIONS(4969), 1, sym_crate, - ACTIONS(5094), 1, + ACTIONS(4973), 1, + sym_identifier, + ACTIONS(5095), 1, anon_sym_RBRACE, - STATE(1386), 1, + STATE(1319), 1, sym_attribute_item, - STATE(2331), 1, + STATE(2341), 1, aux_sym_enum_variant_list_repeat1, - STATE(3399), 1, + STATE(3198), 1, sym_field_declaration, - STATE(3754), 1, + STATE(3530), 1, sym_visibility_modifier, - STATE(2247), 2, + STATE(2245), 2, sym_line_comment, sym_block_comment, - [70413] = 9, + [70337] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4841), 1, - anon_sym_LPAREN, - ACTIONS(4845), 1, - anon_sym_BANG, - ACTIONS(4849), 1, + ACTIONS(3569), 1, anon_sym_DOT_DOT, - ACTIONS(5096), 1, - anon_sym_COLON_COLON, - ACTIONS(4851), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(2248), 2, + STATE(2246), 2, sym_line_comment, sym_block_comment, - ACTIONS(4667), 3, + ACTIONS(3571), 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, - [70445] = 12, - ACTIONS(69), 1, - anon_sym_pub, + [70361] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3079), 1, - anon_sym_POUND, - ACTIONS(5017), 1, - sym_identifier, - ACTIONS(5023), 1, - sym_crate, - ACTIONS(5098), 1, - anon_sym_RBRACE, - STATE(1386), 1, - sym_attribute_item, - STATE(2331), 1, - aux_sym_enum_variant_list_repeat1, - STATE(3399), 1, - sym_field_declaration, - STATE(3754), 1, - sym_visibility_modifier, - STATE(2249), 2, + ACTIONS(3585), 1, + anon_sym_DOT_DOT, + STATE(2247), 2, sym_line_comment, sym_block_comment, - [70483] = 12, - ACTIONS(69), 1, - anon_sym_pub, + ACTIONS(3587), 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, + [70385] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3079), 1, - anon_sym_POUND, - ACTIONS(5023), 1, - sym_crate, - ACTIONS(5039), 1, - sym_identifier, - ACTIONS(5100), 1, - anon_sym_RBRACE, - STATE(1386), 1, - sym_attribute_item, - STATE(2325), 1, - aux_sym_enum_variant_list_repeat1, - STATE(3316), 1, - sym_enum_variant, - STATE(3562), 1, - sym_visibility_modifier, - STATE(2250), 2, + ACTIONS(4689), 1, + anon_sym_LT2, + ACTIONS(4691), 1, + anon_sym_LPAREN, + ACTIONS(5097), 1, + anon_sym_for, + STATE(2029), 1, + sym_type_arguments, + STATE(2106), 1, + sym_parameters, + STATE(2248), 2, sym_line_comment, sym_block_comment, - [70521] = 12, + ACTIONS(3577), 4, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_where, + [70417] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5102), 1, + ACTIONS(5099), 1, + anon_sym_PLUS, + STATE(2289), 1, + aux_sym_trait_bounds_repeat1, + STATE(2249), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(5091), 7, anon_sym_SEMI, - ACTIONS(5104), 1, - anon_sym_LPAREN, - ACTIONS(5106), 1, anon_sym_LBRACE, - ACTIONS(5108), 1, - anon_sym_LT, - ACTIONS(5110), 1, + anon_sym_EQ, + anon_sym_GT, + anon_sym_COMMA, + anon_sym_SQUOTE, anon_sym_where, - STATE(663), 1, - sym_field_declaration_list, - STATE(2357), 1, - sym_type_parameters, - STATE(2980), 1, - sym_ordered_field_declaration_list, - STATE(3338), 1, - sym_where_clause, - STATE(2251), 2, + [70443] = 11, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(4689), 1, + anon_sym_LT2, + ACTIONS(4749), 1, + anon_sym_PIPE, + ACTIONS(4751), 1, + anon_sym_COLON, + ACTIONS(4753), 1, + anon_sym_BANG, + ACTIONS(4755), 1, + anon_sym_DOT_DOT, + ACTIONS(4796), 1, + anon_sym_COLON_COLON, + STATE(2031), 1, + sym_type_arguments, + ACTIONS(4757), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(2250), 2, sym_line_comment, sym_block_comment, - [70559] = 9, + [70479] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4685), 1, + ACTIONS(4689), 1, anon_sym_LT2, - ACTIONS(4687), 1, + ACTIONS(4691), 1, anon_sym_LPAREN, - ACTIONS(5112), 1, + ACTIONS(5101), 1, anon_sym_for, - STATE(2026), 1, + STATE(2029), 1, sym_type_arguments, - STATE(2100), 1, + STATE(2106), 1, sym_parameters, - STATE(2252), 2, + STATE(2251), 2, sym_line_comment, sym_block_comment, - ACTIONS(3509), 4, + ACTIONS(3577), 4, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_where, - [70591] = 7, + [70511] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(1122), 1, - aux_sym_string_literal_token1, - ACTIONS(5114), 1, + ACTIONS(4828), 1, + anon_sym_LPAREN, + ACTIONS(4832), 1, + anon_sym_BANG, + ACTIONS(4836), 1, + anon_sym_DOT_DOT, + ACTIONS(5103), 1, + anon_sym_COLON_COLON, + ACTIONS(4838), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(2252), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4671), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [70543] = 12, + ACTIONS(69), 1, + anon_sym_pub, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(3077), 1, + anon_sym_POUND, + ACTIONS(4963), 1, + sym_identifier, + ACTIONS(4969), 1, sym_crate, - STATE(2288), 1, - sym_string_literal, + ACTIONS(5105), 1, + anon_sym_RBRACE, + STATE(1319), 1, + sym_attribute_item, + STATE(2328), 1, + aux_sym_enum_variant_list_repeat1, + STATE(3397), 1, + sym_enum_variant, + STATE(3529), 1, + sym_visibility_modifier, STATE(2253), 2, sym_line_comment, sym_block_comment, - ACTIONS(4931), 6, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, - [70619] = 7, + [70581] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4175), 1, - anon_sym_LT2, - ACTIONS(5116), 1, - anon_sym_COLON_COLON, - STATE(1717), 1, - sym_type_arguments, + ACTIONS(3553), 1, + anon_sym_DOT_DOT, STATE(2254), 2, sym_line_comment, sym_block_comment, - ACTIONS(3621), 6, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, - [70647] = 7, + ACTIONS(3555), 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, + [70605] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5118), 1, + ACTIONS(3545), 1, + anon_sym_DOT_DOT, + STATE(2255), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3547), 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, + [70629] = 10, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(3577), 1, + anon_sym_PLUS, + ACTIONS(4749), 1, + anon_sym_PIPE, + ACTIONS(4751), 1, + anon_sym_COLON, + ACTIONS(4755), 1, + anon_sym_DOT_DOT, + ACTIONS(4759), 1, + anon_sym_COLON_COLON, + ACTIONS(4757), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + ACTIONS(5107), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + STATE(2256), 2, + sym_line_comment, + sym_block_comment, + [70663] = 12, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(5083), 1, + anon_sym_LPAREN, + ACTIONS(5087), 1, + anon_sym_LT, + ACTIONS(5089), 1, + anon_sym_where, + ACTIONS(5110), 1, anon_sym_SEMI, - ACTIONS(5120), 1, + ACTIONS(5112), 1, anon_sym_LBRACE, - STATE(634), 1, - sym_declaration_list, - STATE(2255), 2, + STATE(543), 1, + sym_field_declaration_list, + STATE(2406), 1, + sym_type_parameters, + STATE(2910), 1, + sym_ordered_field_declaration_list, + STATE(3234), 1, + sym_where_clause, + STATE(2257), 2, sym_line_comment, sym_block_comment, - ACTIONS(3621), 6, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, - [70675] = 12, + [70701] = 12, ACTIONS(69), 1, anon_sym_pub, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3079), 1, + ACTIONS(3077), 1, anon_sym_POUND, - ACTIONS(5023), 1, - sym_crate, - ACTIONS(5039), 1, + ACTIONS(4963), 1, sym_identifier, - ACTIONS(5122), 1, + ACTIONS(4969), 1, + sym_crate, + ACTIONS(5114), 1, anon_sym_RBRACE, - STATE(1386), 1, + STATE(1319), 1, sym_attribute_item, - STATE(2325), 1, + STATE(2328), 1, aux_sym_enum_variant_list_repeat1, - STATE(3316), 1, + STATE(3397), 1, sym_enum_variant, - STATE(3562), 1, + STATE(3529), 1, sym_visibility_modifier, - STATE(2256), 2, + STATE(2258), 2, sym_line_comment, sym_block_comment, - [70713] = 9, + [70739] = 12, + ACTIONS(69), 1, + anon_sym_pub, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4685), 1, - anon_sym_LT2, - ACTIONS(4687), 1, - anon_sym_LPAREN, - ACTIONS(5124), 1, - anon_sym_for, - STATE(2026), 1, - sym_type_arguments, - STATE(2100), 1, - sym_parameters, - STATE(2257), 2, + ACTIONS(3077), 1, + anon_sym_POUND, + ACTIONS(4963), 1, + sym_identifier, + ACTIONS(4969), 1, + sym_crate, + ACTIONS(5116), 1, + anon_sym_RBRACE, + STATE(1319), 1, + sym_attribute_item, + STATE(2328), 1, + aux_sym_enum_variant_list_repeat1, + STATE(3397), 1, + sym_enum_variant, + STATE(3529), 1, + sym_visibility_modifier, + STATE(2259), 2, sym_line_comment, sym_block_comment, - ACTIONS(3509), 4, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_where, - [70745] = 9, + [70777] = 10, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4685), 1, - anon_sym_LT2, - ACTIONS(4687), 1, - anon_sym_LPAREN, - ACTIONS(5126), 1, - anon_sym_for, - STATE(2026), 1, - sym_type_arguments, - STATE(2100), 1, - sym_parameters, - STATE(2258), 2, + ACTIONS(3077), 1, + anon_sym_POUND, + ACTIONS(4929), 1, + sym_identifier, + ACTIONS(4933), 1, + anon_sym_DOT_DOT, + ACTIONS(4937), 1, + sym_integer_literal, + STATE(1319), 1, + sym_attribute_item, + STATE(2515), 1, + aux_sym_enum_variant_list_repeat1, + STATE(2260), 2, sym_line_comment, sym_block_comment, - ACTIONS(3509), 4, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_where, - [70777] = 7, + STATE(3281), 3, + sym_shorthand_field_initializer, + sym_field_initializer, + sym_base_field_initializer, + [70811] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5128), 1, + ACTIONS(5118), 1, anon_sym_SEMI, - ACTIONS(5130), 1, + ACTIONS(5120), 1, anon_sym_LBRACE, - STATE(1389), 1, + STATE(1337), 1, sym_declaration_list, - STATE(2259), 2, + STATE(2261), 2, sym_line_comment, sym_block_comment, - ACTIONS(3621), 6, + ACTIONS(3601), 6, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_fn, anon_sym_unsafe, anon_sym_extern, - [70805] = 9, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(4685), 1, - anon_sym_LT2, - ACTIONS(4687), 1, - anon_sym_LPAREN, - ACTIONS(5132), 1, - anon_sym_for, - STATE(2026), 1, - sym_type_arguments, - STATE(2100), 1, - sym_parameters, - STATE(2260), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3509), 4, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_where, - [70837] = 12, + [70839] = 12, ACTIONS(69), 1, anon_sym_pub, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3079), 1, + ACTIONS(3077), 1, anon_sym_POUND, - ACTIONS(5023), 1, + ACTIONS(4969), 1, sym_crate, - ACTIONS(5039), 1, + ACTIONS(4973), 1, sym_identifier, - ACTIONS(5134), 1, + ACTIONS(5122), 1, anon_sym_RBRACE, - STATE(1386), 1, + STATE(1319), 1, sym_attribute_item, - STATE(2325), 1, + STATE(2341), 1, aux_sym_enum_variant_list_repeat1, - STATE(3316), 1, - sym_enum_variant, - STATE(3562), 1, + STATE(3198), 1, + sym_field_declaration, + STATE(3530), 1, sym_visibility_modifier, - STATE(2261), 2, + STATE(2262), 2, sym_line_comment, sym_block_comment, - [70875] = 11, + [70877] = 12, + ACTIONS(69), 1, + anon_sym_pub, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4685), 1, - anon_sym_LT2, - ACTIONS(4695), 1, - anon_sym_PIPE, - ACTIONS(4697), 1, - anon_sym_COLON, - ACTIONS(4699), 1, - anon_sym_BANG, - ACTIONS(4701), 1, - anon_sym_DOT_DOT, - ACTIONS(4792), 1, - anon_sym_COLON_COLON, - STATE(2033), 1, - sym_type_arguments, - ACTIONS(4703), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(2262), 2, + ACTIONS(3077), 1, + anon_sym_POUND, + ACTIONS(4963), 1, + sym_identifier, + ACTIONS(4969), 1, + sym_crate, + ACTIONS(5124), 1, + anon_sym_RBRACE, + STATE(1319), 1, + sym_attribute_item, + STATE(2328), 1, + aux_sym_enum_variant_list_repeat1, + STATE(3397), 1, + sym_enum_variant, + STATE(3529), 1, + sym_visibility_modifier, + STATE(2263), 2, sym_line_comment, sym_block_comment, - [70911] = 8, + [70915] = 12, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4685), 1, - anon_sym_LT2, - ACTIONS(4687), 1, + ACTIONS(5083), 1, anon_sym_LPAREN, - STATE(2026), 1, - sym_type_arguments, - STATE(2465), 1, - sym_parameters, - STATE(2263), 2, + ACTIONS(5087), 1, + anon_sym_LT, + ACTIONS(5089), 1, + anon_sym_where, + ACTIONS(5112), 1, + anon_sym_LBRACE, + ACTIONS(5126), 1, + anon_sym_SEMI, + STATE(540), 1, + sym_field_declaration_list, + STATE(2372), 1, + sym_type_parameters, + STATE(3093), 1, + sym_ordered_field_declaration_list, + STATE(3284), 1, + sym_where_clause, + STATE(2264), 2, sym_line_comment, sym_block_comment, - ACTIONS(3523), 5, - anon_sym_COLON, - anon_sym_PLUS, - anon_sym_GT, - anon_sym_COMMA, - anon_sym_as, - [70941] = 12, + [70953] = 12, ACTIONS(69), 1, anon_sym_pub, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3079), 1, + ACTIONS(3077), 1, anon_sym_POUND, - ACTIONS(5017), 1, + ACTIONS(4963), 1, sym_identifier, - ACTIONS(5023), 1, + ACTIONS(4969), 1, sym_crate, - ACTIONS(5136), 1, + ACTIONS(5128), 1, anon_sym_RBRACE, - STATE(1386), 1, + STATE(1319), 1, sym_attribute_item, - STATE(2331), 1, + STATE(2328), 1, aux_sym_enum_variant_list_repeat1, - STATE(3399), 1, - sym_field_declaration, - STATE(3754), 1, + STATE(3397), 1, + sym_enum_variant, + STATE(3529), 1, sym_visibility_modifier, - STATE(2264), 2, + STATE(2265), 2, sym_line_comment, sym_block_comment, - [70979] = 9, + [70991] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4685), 1, - anon_sym_LT2, - ACTIONS(4687), 1, - anon_sym_LPAREN, - ACTIONS(5138), 1, - anon_sym_for, - STATE(2026), 1, - sym_type_arguments, - STATE(2100), 1, - sym_parameters, - STATE(2265), 2, + ACTIONS(5132), 1, + anon_sym_PLUS, + STATE(2266), 3, sym_line_comment, sym_block_comment, - ACTIONS(3509), 4, + aux_sym_trait_bounds_repeat1, + ACTIONS(5130), 7, anon_sym_SEMI, anon_sym_LBRACE, - anon_sym_PLUS, + anon_sym_EQ, + anon_sym_GT, + anon_sym_COMMA, + anon_sym_SQUOTE, anon_sym_where, - [71011] = 12, + [71015] = 12, ACTIONS(69), 1, anon_sym_pub, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3079), 1, + ACTIONS(3077), 1, anon_sym_POUND, - ACTIONS(5017), 1, - sym_identifier, - ACTIONS(5023), 1, + ACTIONS(4969), 1, sym_crate, - ACTIONS(5140), 1, + ACTIONS(4973), 1, + sym_identifier, + ACTIONS(5135), 1, anon_sym_RBRACE, - STATE(1386), 1, + STATE(1319), 1, sym_attribute_item, - STATE(2331), 1, + STATE(2341), 1, aux_sym_enum_variant_list_repeat1, - STATE(3399), 1, + STATE(3198), 1, sym_field_declaration, - STATE(3754), 1, + STATE(3530), 1, sym_visibility_modifier, - STATE(2266), 2, - sym_line_comment, - sym_block_comment, - [71049] = 12, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(5104), 1, - anon_sym_LPAREN, - ACTIONS(5106), 1, - anon_sym_LBRACE, - ACTIONS(5108), 1, - anon_sym_LT, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(5142), 1, - anon_sym_SEMI, - STATE(641), 1, - sym_field_declaration_list, - STATE(2398), 1, - sym_type_parameters, - STATE(2999), 1, - sym_ordered_field_declaration_list, - STATE(3420), 1, - sym_where_clause, STATE(2267), 2, sym_line_comment, sym_block_comment, - [71087] = 8, + [71053] = 12, + ACTIONS(69), 1, + anon_sym_pub, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4685), 1, - anon_sym_LT2, - ACTIONS(4687), 1, - anon_sym_LPAREN, - STATE(2026), 1, - sym_type_arguments, - STATE(2465), 1, - sym_parameters, + ACTIONS(3077), 1, + anon_sym_POUND, + ACTIONS(4969), 1, + sym_crate, + ACTIONS(4973), 1, + sym_identifier, + ACTIONS(5137), 1, + anon_sym_RBRACE, + STATE(1319), 1, + sym_attribute_item, + STATE(2341), 1, + aux_sym_enum_variant_list_repeat1, + STATE(3198), 1, + sym_field_declaration, + STATE(3530), 1, + sym_visibility_modifier, STATE(2268), 2, sym_line_comment, sym_block_comment, - ACTIONS(3531), 5, - anon_sym_COLON, - anon_sym_PLUS, - anon_sym_GT, - anon_sym_COMMA, - anon_sym_as, - [71117] = 5, + [71091] = 12, + ACTIONS(69), 1, + anon_sym_pub, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3581), 1, - anon_sym_DOT_DOT, + ACTIONS(3077), 1, + anon_sym_POUND, + ACTIONS(4963), 1, + sym_identifier, + ACTIONS(4969), 1, + sym_crate, + ACTIONS(5139), 1, + anon_sym_RBRACE, + STATE(1319), 1, + sym_attribute_item, + STATE(2328), 1, + aux_sym_enum_variant_list_repeat1, + STATE(3397), 1, + sym_enum_variant, + STATE(3529), 1, + sym_visibility_modifier, STATE(2269), 2, sym_line_comment, sym_block_comment, - ACTIONS(3583), 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, - [71141] = 10, + [71129] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3509), 1, - anon_sym_PLUS, - ACTIONS(4695), 1, - anon_sym_PIPE, - ACTIONS(4697), 1, - anon_sym_COLON, - ACTIONS(4701), 1, + ACTIONS(4673), 1, + anon_sym_LPAREN, + ACTIONS(4679), 1, + anon_sym_BANG, + ACTIONS(4683), 1, anon_sym_DOT_DOT, - ACTIONS(4705), 1, + ACTIONS(5141), 1, anon_sym_COLON_COLON, - ACTIONS(4703), 2, + ACTIONS(4685), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - ACTIONS(5144), 2, - anon_sym_RPAREN, - anon_sym_COMMA, STATE(2270), 2, sym_line_comment, sym_block_comment, - [71175] = 5, + ACTIONS(4671), 3, + anon_sym_RBRACK, + anon_sym_PIPE, + anon_sym_COMMA, + [71161] = 12, + ACTIONS(69), 1, + anon_sym_pub, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3567), 1, - anon_sym_DOT_DOT, + ACTIONS(3077), 1, + anon_sym_POUND, + ACTIONS(4969), 1, + sym_crate, + ACTIONS(4973), 1, + sym_identifier, + ACTIONS(5143), 1, + anon_sym_RBRACE, + STATE(1319), 1, + sym_attribute_item, + STATE(2341), 1, + aux_sym_enum_variant_list_repeat1, + STATE(3198), 1, + sym_field_declaration, + STATE(3530), 1, + sym_visibility_modifier, STATE(2271), 2, sym_line_comment, sym_block_comment, - ACTIONS(3569), 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, - [71199] = 6, + [71199] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5149), 1, - anon_sym_PLUS, - STATE(2279), 1, - aux_sym_trait_bounds_repeat1, + ACTIONS(4749), 1, + anon_sym_PIPE, + ACTIONS(4751), 1, + anon_sym_COLON, + ACTIONS(4755), 1, + anon_sym_DOT_DOT, + ACTIONS(4796), 1, + anon_sym_COLON_COLON, + ACTIONS(4757), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, STATE(2272), 2, sym_line_comment, sym_block_comment, - ACTIONS(5147), 7, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_GT, + ACTIONS(3577), 3, + anon_sym_RPAREN, + anon_sym_PLUS, anon_sym_COMMA, - anon_sym_SQUOTE, - anon_sym_where, - [71225] = 9, + [71231] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4685), 1, + ACTIONS(4689), 1, anon_sym_LT2, - ACTIONS(4687), 1, + ACTIONS(4691), 1, anon_sym_LPAREN, - ACTIONS(5151), 1, + ACTIONS(5145), 1, anon_sym_for, - STATE(2026), 1, + STATE(2029), 1, sym_type_arguments, - STATE(2100), 1, + STATE(2106), 1, sym_parameters, STATE(2273), 2, sym_line_comment, sym_block_comment, - ACTIONS(3509), 4, + ACTIONS(3577), 4, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_where, - [71257] = 12, + [71263] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5104), 1, - anon_sym_LPAREN, - ACTIONS(5108), 1, - anon_sym_LT, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(5153), 1, - anon_sym_SEMI, - ACTIONS(5155), 1, - anon_sym_LBRACE, - STATE(1116), 1, - sym_field_declaration_list, - STATE(2396), 1, - sym_type_parameters, - STATE(3149), 1, - sym_ordered_field_declaration_list, - STATE(3412), 1, - sym_where_clause, + ACTIONS(1174), 1, + aux_sym_string_literal_token1, + ACTIONS(5147), 1, + sym_crate, + STATE(2301), 1, + sym_string_literal, STATE(2274), 2, sym_line_comment, sym_block_comment, - [71295] = 12, + ACTIONS(4925), 6, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_unsafe, + anon_sym_extern, + [71291] = 12, ACTIONS(69), 1, anon_sym_pub, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3079), 1, + ACTIONS(3077), 1, anon_sym_POUND, - ACTIONS(5023), 1, + ACTIONS(4969), 1, sym_crate, - ACTIONS(5039), 1, + ACTIONS(4973), 1, sym_identifier, - ACTIONS(5157), 1, + ACTIONS(5149), 1, anon_sym_RBRACE, - STATE(1386), 1, + STATE(1319), 1, sym_attribute_item, - STATE(2325), 1, + STATE(2341), 1, aux_sym_enum_variant_list_repeat1, - STATE(3316), 1, - sym_enum_variant, - STATE(3562), 1, + STATE(3198), 1, + sym_field_declaration, + STATE(3530), 1, sym_visibility_modifier, STATE(2275), 2, sym_line_comment, sym_block_comment, - [71333] = 12, - ACTIONS(69), 1, - anon_sym_pub, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(3079), 1, - anon_sym_POUND, - ACTIONS(5023), 1, - sym_crate, - ACTIONS(5039), 1, - sym_identifier, - ACTIONS(5159), 1, - anon_sym_RBRACE, - STATE(1386), 1, - sym_attribute_item, - STATE(2325), 1, - aux_sym_enum_variant_list_repeat1, - STATE(3316), 1, - sym_enum_variant, - STATE(3562), 1, - sym_visibility_modifier, - STATE(2276), 2, - sym_line_comment, - sym_block_comment, - [71371] = 12, + [71329] = 12, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5104), 1, + ACTIONS(5083), 1, anon_sym_LPAREN, - ACTIONS(5108), 1, + ACTIONS(5085), 1, + anon_sym_LBRACE, + ACTIONS(5087), 1, anon_sym_LT, - ACTIONS(5110), 1, + ACTIONS(5089), 1, anon_sym_where, - ACTIONS(5155), 1, - anon_sym_LBRACE, - ACTIONS(5161), 1, + ACTIONS(5151), 1, anon_sym_SEMI, - STATE(1156), 1, + STATE(1140), 1, sym_field_declaration_list, - STATE(2343), 1, + STATE(2385), 1, sym_type_parameters, - STATE(2923), 1, + STATE(3158), 1, sym_ordered_field_declaration_list, - STATE(3207), 1, + STATE(3304), 1, sym_where_clause, - STATE(2277), 2, + STATE(2276), 2, sym_line_comment, sym_block_comment, - [71409] = 8, + [71367] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4685), 1, + ACTIONS(4689), 1, anon_sym_LT2, - ACTIONS(4687), 1, + ACTIONS(4691), 1, anon_sym_LPAREN, - STATE(2026), 1, + ACTIONS(5153), 1, + anon_sym_for, + STATE(2029), 1, sym_type_arguments, - STATE(2465), 1, + STATE(2106), 1, sym_parameters, - STATE(2278), 2, + STATE(2277), 2, sym_line_comment, sym_block_comment, - ACTIONS(3509), 5, - anon_sym_COLON, + ACTIONS(3577), 4, + anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_PLUS, - anon_sym_GT, - anon_sym_COMMA, - anon_sym_as, - [71439] = 5, + anon_sym_where, + [71399] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5165), 1, - anon_sym_PLUS, - STATE(2279), 3, + ACTIONS(4689), 1, + anon_sym_LT2, + ACTIONS(4691), 1, + anon_sym_LPAREN, + ACTIONS(5155), 1, + anon_sym_for, + STATE(2029), 1, + sym_type_arguments, + STATE(2106), 1, + sym_parameters, + STATE(2278), 2, sym_line_comment, sym_block_comment, - aux_sym_trait_bounds_repeat1, - ACTIONS(5163), 7, + ACTIONS(3577), 4, anon_sym_SEMI, anon_sym_LBRACE, - anon_sym_EQ, + anon_sym_PLUS, + anon_sym_where, + [71431] = 8, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(4689), 1, + anon_sym_LT2, + ACTIONS(4691), 1, + anon_sym_LPAREN, + STATE(2029), 1, + sym_type_arguments, + STATE(2436), 1, + sym_parameters, + STATE(2279), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3557), 5, + anon_sym_COLON, + anon_sym_PLUS, anon_sym_GT, anon_sym_COMMA, - anon_sym_SQUOTE, - anon_sym_where, - [71463] = 5, + anon_sym_as, + [71461] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3547), 1, - anon_sym_DOT_DOT, + ACTIONS(4737), 1, + anon_sym_trait, + ACTIONS(4848), 1, + anon_sym_extern, + ACTIONS(5157), 1, + anon_sym_impl, + STATE(2943), 1, + sym_extern_modifier, STATE(2280), 2, sym_line_comment, sym_block_comment, - ACTIONS(3549), 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, - [71487] = 9, + ACTIONS(3601), 5, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_unsafe, + [71491] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4685), 1, + ACTIONS(4689), 1, anon_sym_LT2, - ACTIONS(4687), 1, + ACTIONS(4691), 1, anon_sym_LPAREN, - ACTIONS(5168), 1, + ACTIONS(5159), 1, anon_sym_for, - STATE(2026), 1, + STATE(2029), 1, sym_type_arguments, - STATE(2100), 1, + STATE(2106), 1, sym_parameters, STATE(2281), 2, sym_line_comment, sym_block_comment, - ACTIONS(3509), 4, + ACTIONS(3577), 4, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_where, - [71519] = 6, + [71523] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5149), 1, - anon_sym_PLUS, - STATE(2272), 1, - aux_sym_trait_bounds_repeat1, + ACTIONS(4689), 1, + anon_sym_LT2, + ACTIONS(4691), 1, + anon_sym_LPAREN, + STATE(2029), 1, + sym_type_arguments, + STATE(2436), 1, + sym_parameters, STATE(2282), 2, sym_line_comment, sym_block_comment, - ACTIONS(5170), 7, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_GT, - anon_sym_COMMA, - anon_sym_SQUOTE, - anon_sym_where, - [71545] = 9, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(4701), 1, - anon_sym_DOT_DOT, - ACTIONS(4786), 1, - anon_sym_COLON_COLON, - ACTIONS(5144), 1, - anon_sym_RBRACK, - ACTIONS(3509), 2, - anon_sym_SEMI, - anon_sym_PLUS, - ACTIONS(4695), 2, - anon_sym_PIPE, - anon_sym_COMMA, - ACTIONS(4703), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(2283), 2, - sym_line_comment, - sym_block_comment, - [71577] = 6, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(5172), 1, - anon_sym_PLUS, - STATE(2272), 1, - aux_sym_trait_bounds_repeat1, - STATE(2284), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(5170), 7, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, + ACTIONS(3521), 5, + anon_sym_COLON, + anon_sym_PLUS, anon_sym_GT, anon_sym_COMMA, - anon_sym_SQUOTE, - anon_sym_where, - [71603] = 7, - ACTIONS(27), 1, - anon_sym_PIPE, + anon_sym_as, + [71553] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5174), 1, - anon_sym_move, - STATE(243), 1, - sym_closure_parameters, - STATE(2285), 2, + ACTIONS(4199), 1, + anon_sym_LT2, + ACTIONS(5161), 1, + anon_sym_COLON_COLON, + STATE(1677), 1, + sym_type_arguments, + STATE(2283), 2, sym_line_comment, sym_block_comment, - ACTIONS(3621), 6, + ACTIONS(3601), 6, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_fn, anon_sym_unsafe, anon_sym_extern, - [71631] = 10, + [71581] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3079), 1, - anon_sym_POUND, - ACTIONS(4877), 1, - sym_identifier, - ACTIONS(4881), 1, - anon_sym_DOT_DOT, - ACTIONS(4885), 1, - sym_integer_literal, - STATE(1386), 1, - sym_attribute_item, - STATE(2601), 1, - aux_sym_enum_variant_list_repeat1, - STATE(2286), 2, + ACTIONS(4689), 1, + anon_sym_LT2, + ACTIONS(5163), 1, + anon_sym_COLON_COLON, + STATE(2031), 1, + sym_type_arguments, + STATE(2284), 2, sym_line_comment, sym_block_comment, - STATE(3395), 3, - sym_shorthand_field_initializer, - sym_field_initializer, - sym_base_field_initializer, - [71665] = 7, + ACTIONS(3601), 6, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_unsafe, + anon_sym_extern, + [71609] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(1122), 1, + ACTIONS(1174), 1, aux_sym_string_literal_token1, - ACTIONS(5176), 1, + ACTIONS(5165), 1, sym_crate, - STATE(2288), 1, + STATE(2301), 1, sym_string_literal, - STATE(2287), 2, + STATE(2285), 2, sym_line_comment, sym_block_comment, - ACTIONS(4931), 6, + ACTIONS(4925), 6, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_fn, anon_sym_unsafe, anon_sym_extern, - [71693] = 4, + [71637] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(2288), 2, + ACTIONS(4755), 1, + anon_sym_DOT_DOT, + ACTIONS(4784), 1, + anon_sym_COLON_COLON, + ACTIONS(5107), 1, + anon_sym_RBRACK, + ACTIONS(3577), 2, + anon_sym_SEMI, + anon_sym_PLUS, + ACTIONS(4749), 2, + anon_sym_PIPE, + anon_sym_COMMA, + ACTIONS(4757), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(2286), 2, sym_line_comment, sym_block_comment, - ACTIONS(5178), 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, - [71714] = 11, - ACTIONS(69), 1, - anon_sym_pub, + [71669] = 7, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3079), 1, - anon_sym_POUND, - ACTIONS(5017), 1, - sym_identifier, - ACTIONS(5023), 1, - sym_crate, - STATE(1086), 1, - aux_sym_enum_variant_list_repeat1, - STATE(1386), 1, - sym_attribute_item, - STATE(3092), 1, - sym_field_declaration, - STATE(3754), 1, - sym_visibility_modifier, - STATE(2289), 2, + ACTIONS(5167), 1, + anon_sym_move, + STATE(226), 1, + sym_closure_parameters, + STATE(2287), 2, sym_line_comment, sym_block_comment, - [71749] = 11, - ACTIONS(69), 1, - anon_sym_pub, + ACTIONS(3601), 6, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_unsafe, + anon_sym_extern, + [71697] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3079), 1, - anon_sym_POUND, - ACTIONS(5023), 1, - sym_crate, - ACTIONS(5039), 1, - sym_identifier, - STATE(1386), 1, - sym_attribute_item, - STATE(2325), 1, - aux_sym_enum_variant_list_repeat1, - STATE(3316), 1, - sym_enum_variant, - STATE(3562), 1, - sym_visibility_modifier, - STATE(2290), 2, + ACTIONS(5169), 1, + anon_sym_LPAREN, + ACTIONS(5174), 1, + anon_sym_LBRACK, + ACTIONS(5177), 1, + anon_sym_LBRACE, + STATE(3615), 1, + sym_macro_rule, + STATE(3657), 1, + sym_token_tree_pattern, + ACTIONS(5172), 3, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_RBRACE, + STATE(2288), 3, sym_line_comment, sym_block_comment, - [71784] = 11, - ACTIONS(69), 1, - anon_sym_pub, + aux_sym_macro_definition_repeat1, + [71729] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3079), 1, - anon_sym_POUND, - ACTIONS(5017), 1, - sym_identifier, - ACTIONS(5023), 1, - sym_crate, - STATE(1386), 1, - sym_attribute_item, - STATE(2331), 1, - aux_sym_enum_variant_list_repeat1, - STATE(3399), 1, - sym_field_declaration, - STATE(3754), 1, - sym_visibility_modifier, - STATE(2291), 2, + ACTIONS(5093), 1, + anon_sym_PLUS, + STATE(2266), 1, + aux_sym_trait_bounds_repeat1, + STATE(2289), 2, sym_line_comment, sym_block_comment, - [71819] = 11, + ACTIONS(5180), 7, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_GT, + anon_sym_COMMA, + anon_sym_SQUOTE, + anon_sym_where, + [71755] = 11, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, + ACTIONS(3175), 1, anon_sym_PLUS, - ACTIONS(3459), 1, + ACTIONS(3445), 1, anon_sym_SQUOTE, - ACTIONS(5110), 1, + ACTIONS(5089), 1, anon_sym_where, - ACTIONS(5180), 1, - anon_sym_SEMI, ACTIONS(5182), 1, + anon_sym_SEMI, + ACTIONS(5184), 1, anon_sym_LBRACE, - STATE(574), 1, + STATE(1326), 1, sym_block, - STATE(2562), 1, + STATE(2610), 1, sym_where_clause, - STATE(3778), 1, + STATE(3781), 1, sym_label, - STATE(2292), 2, + STATE(2290), 2, sym_line_comment, sym_block_comment, - [71854] = 11, + [71790] = 11, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3459), 1, + ACTIONS(3445), 1, anon_sym_SQUOTE, - ACTIONS(5110), 1, + ACTIONS(5089), 1, anon_sym_where, - ACTIONS(5182), 1, - anon_sym_LBRACE, ACTIONS(5184), 1, - anon_sym_SEMI, + anon_sym_LBRACE, ACTIONS(5186), 1, + anon_sym_SEMI, + ACTIONS(5188), 1, anon_sym_DASH_GT, - STATE(706), 1, + STATE(1108), 1, sym_block, - STATE(2543), 1, + STATE(2549), 1, sym_where_clause, - STATE(3778), 1, + STATE(3781), 1, sym_label, - STATE(2293), 2, + STATE(2291), 2, sym_line_comment, sym_block_comment, - [71889] = 11, + [71825] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(3459), 1, + ACTIONS(4887), 1, + anon_sym_COLON_COLON, + ACTIONS(5049), 1, + anon_sym_BANG, + STATE(2292), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3601), 6, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_unsafe, + anon_sym_extern, + [71850] = 11, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(3445), 1, anon_sym_SQUOTE, - ACTIONS(5110), 1, + ACTIONS(5089), 1, anon_sym_where, - ACTIONS(5182), 1, + ACTIONS(5184), 1, anon_sym_LBRACE, - ACTIONS(5188), 1, + ACTIONS(5190), 1, anon_sym_SEMI, - STATE(586), 1, + ACTIONS(5192), 1, + anon_sym_DASH_GT, + STATE(1363), 1, sym_block, - STATE(2571), 1, + STATE(2584), 1, sym_where_clause, - STATE(3778), 1, + STATE(3781), 1, sym_label, - STATE(2294), 2, + STATE(2293), 2, sym_line_comment, sym_block_comment, - [71924] = 11, + [71885] = 11, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5110), 1, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + ACTIONS(5089), 1, anon_sym_where, - ACTIONS(5120), 1, + ACTIONS(5194), 1, + anon_sym_SEMI, + ACTIONS(5196), 1, anon_sym_LBRACE, - ACTIONS(5190), 1, - anon_sym_COLON, - ACTIONS(5192), 1, - anon_sym_LT, - STATE(715), 1, - sym_declaration_list, - STATE(2422), 1, - sym_type_parameters, - STATE(2876), 1, - sym_trait_bounds, - STATE(3379), 1, + ACTIONS(5198), 1, + anon_sym_DASH_GT, + STATE(652), 1, + sym_block, + STATE(2552), 1, sym_where_clause, - STATE(2295), 2, + STATE(3778), 1, + sym_label, + STATE(2294), 2, sym_line_comment, sym_block_comment, - [71959] = 11, + [71920] = 11, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5110), 1, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + ACTIONS(5089), 1, anon_sym_where, - ACTIONS(5120), 1, + ACTIONS(5184), 1, anon_sym_LBRACE, - ACTIONS(5190), 1, - anon_sym_COLON, - ACTIONS(5192), 1, - anon_sym_LT, - STATE(632), 1, - sym_declaration_list, - STATE(2427), 1, - sym_type_parameters, - STATE(2826), 1, - sym_trait_bounds, - STATE(3409), 1, + ACTIONS(5200), 1, + anon_sym_SEMI, + ACTIONS(5202), 1, + anon_sym_DASH_GT, + STATE(1378), 1, + sym_block, + STATE(2519), 1, sym_where_clause, - STATE(2296), 2, + STATE(3781), 1, + sym_label, + STATE(2295), 2, sym_line_comment, sym_block_comment, - [71994] = 6, + [71955] = 11, + ACTIONS(69), 1, + anon_sym_pub, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(1122), 1, - aux_sym_string_literal_token1, - STATE(2288), 1, - sym_string_literal, - STATE(2297), 2, + ACTIONS(3077), 1, + anon_sym_POUND, + ACTIONS(4969), 1, + sym_crate, + ACTIONS(4973), 1, + sym_identifier, + STATE(1319), 1, + sym_attribute_item, + STATE(2341), 1, + aux_sym_enum_variant_list_repeat1, + STATE(3198), 1, + sym_field_declaration, + STATE(3530), 1, + sym_visibility_modifier, + STATE(2296), 2, sym_line_comment, sym_block_comment, - ACTIONS(4931), 6, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, - [72019] = 11, + [71990] = 11, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(3459), 1, + ACTIONS(3445), 1, anon_sym_SQUOTE, - ACTIONS(5110), 1, + ACTIONS(5089), 1, anon_sym_where, - ACTIONS(5182), 1, + ACTIONS(5196), 1, anon_sym_LBRACE, - ACTIONS(5194), 1, + ACTIONS(5204), 1, anon_sym_SEMI, - STATE(597), 1, + ACTIONS(5206), 1, + anon_sym_DASH_GT, + STATE(669), 1, sym_block, - STATE(2593), 1, + STATE(2516), 1, sym_where_clause, STATE(3778), 1, sym_label, - STATE(2298), 2, + STATE(2297), 2, sym_line_comment, sym_block_comment, - [72054] = 7, + [72025] = 10, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5199), 1, - anon_sym_fn, - ACTIONS(5201), 1, - anon_sym_extern, - STATE(2421), 1, - sym_extern_modifier, - STATE(2299), 3, + ACTIONS(4671), 1, + anon_sym_PIPE, + ACTIONS(4673), 1, + anon_sym_LPAREN, + ACTIONS(4677), 1, + anon_sym_COLON, + ACTIONS(4679), 1, + anon_sym_BANG, + ACTIONS(4683), 1, + anon_sym_DOT_DOT, + ACTIONS(5208), 1, + anon_sym_COLON_COLON, + ACTIONS(4685), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(2298), 2, sym_line_comment, sym_block_comment, - aux_sym_function_modifiers_repeat1, - ACTIONS(5196), 4, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_unsafe, - [72081] = 6, + [72058] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4907), 1, - anon_sym_COLON_COLON, - ACTIONS(4971), 1, - anon_sym_BANG, - STATE(2300), 2, + ACTIONS(5210), 1, + anon_sym_fn, + ACTIONS(5212), 1, + anon_sym_extern, + STATE(2318), 1, + aux_sym_function_modifiers_repeat1, + STATE(2448), 1, + sym_extern_modifier, + STATE(2299), 2, sym_line_comment, sym_block_comment, - ACTIONS(3621), 6, + ACTIONS(4699), 4, anon_sym_async, anon_sym_const, anon_sym_default, - anon_sym_fn, anon_sym_unsafe, - anon_sym_extern, - [72106] = 11, + [72087] = 11, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(3459), 1, + ACTIONS(3445), 1, anon_sym_SQUOTE, - ACTIONS(5110), 1, + ACTIONS(5089), 1, anon_sym_where, - ACTIONS(5182), 1, + ACTIONS(5196), 1, anon_sym_LBRACE, - ACTIONS(5204), 1, + ACTIONS(5214), 1, anon_sym_SEMI, - STATE(730), 1, + ACTIONS(5216), 1, + anon_sym_DASH_GT, + STATE(751), 1, sym_block, - STATE(2588), 1, + STATE(2523), 1, sym_where_clause, STATE(3778), 1, sym_label, + STATE(2300), 2, + sym_line_comment, + sym_block_comment, + [72122] = 4, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, STATE(2301), 2, sym_line_comment, sym_block_comment, - [72141] = 11, + ACTIONS(5218), 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, + [72143] = 11, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5110), 1, + ACTIONS(5089), 1, anon_sym_where, - ACTIONS(5130), 1, + ACTIONS(5120), 1, anon_sym_LBRACE, - ACTIONS(5190), 1, + ACTIONS(5220), 1, anon_sym_COLON, - ACTIONS(5192), 1, + ACTIONS(5222), 1, anon_sym_LT, - STATE(1117), 1, + STATE(1266), 1, sym_declaration_list, - STATE(2467), 1, + STATE(2510), 1, sym_type_parameters, - STATE(2863), 1, + STATE(2723), 1, sym_trait_bounds, - STATE(3414), 1, + STATE(3353), 1, sym_where_clause, STATE(2302), 2, sym_line_comment, sym_block_comment, - [72176] = 11, + [72178] = 11, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5110), 1, + ACTIONS(3175), 1, + anon_sym_PLUS, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + ACTIONS(5089), 1, anon_sym_where, - ACTIONS(5190), 1, - anon_sym_COLON, - ACTIONS(5192), 1, - anon_sym_LT, - ACTIONS(5206), 1, + ACTIONS(5184), 1, + anon_sym_LBRACE, + ACTIONS(5224), 1, anon_sym_SEMI, - ACTIONS(5208), 1, - anon_sym_EQ, - STATE(2468), 1, - sym_type_parameters, - STATE(3156), 1, - sym_trait_bounds, - STATE(3418), 1, + STATE(1386), 1, + sym_block, + STATE(2537), 1, sym_where_clause, + STATE(3781), 1, + sym_label, STATE(2303), 2, sym_line_comment, sym_block_comment, - [72211] = 10, + [72213] = 11, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5210), 1, - sym_identifier, - ACTIONS(5212), 1, - anon_sym_RBRACE, - ACTIONS(5214), 1, - anon_sym_DOT_DOT, - ACTIONS(5216), 1, - anon_sym_COMMA, - ACTIONS(5218), 1, - anon_sym_ref, - ACTIONS(5220), 1, - sym_mutable_specifier, + ACTIONS(3175), 1, + anon_sym_PLUS, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + ACTIONS(5089), 1, + anon_sym_where, + ACTIONS(5196), 1, + anon_sym_LBRACE, + ACTIONS(5226), 1, + anon_sym_SEMI, + STATE(785), 1, + sym_block, + STATE(2525), 1, + sym_where_clause, + STATE(3778), 1, + sym_label, STATE(2304), 2, sym_line_comment, sym_block_comment, - STATE(2885), 2, - sym_field_pattern, - sym_remaining_field_pattern, - [72244] = 10, + [72248] = 11, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5210), 1, - sym_identifier, - ACTIONS(5214), 1, - anon_sym_DOT_DOT, - ACTIONS(5218), 1, - anon_sym_ref, + ACTIONS(5079), 1, + anon_sym_LBRACE, + ACTIONS(5089), 1, + anon_sym_where, ACTIONS(5220), 1, - sym_mutable_specifier, + anon_sym_COLON, ACTIONS(5222), 1, - anon_sym_RBRACE, - ACTIONS(5224), 1, - anon_sym_COMMA, + anon_sym_LT, + STATE(610), 1, + sym_declaration_list, + STATE(2409), 1, + sym_type_parameters, + STATE(2766), 1, + sym_trait_bounds, + STATE(3221), 1, + sym_where_clause, STATE(2305), 2, sym_line_comment, sym_block_comment, - STATE(2886), 2, - sym_field_pattern, - sym_remaining_field_pattern, - [72277] = 10, + [72283] = 10, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5210), 1, + ACTIONS(5228), 1, sym_identifier, - ACTIONS(5214), 1, + ACTIONS(5230), 1, + anon_sym_RBRACE, + ACTIONS(5232), 1, anon_sym_DOT_DOT, - ACTIONS(5218), 1, + ACTIONS(5234), 1, + anon_sym_COMMA, + ACTIONS(5236), 1, anon_sym_ref, - ACTIONS(5220), 1, + ACTIONS(5238), 1, sym_mutable_specifier, - ACTIONS(5226), 1, - anon_sym_RBRACE, - ACTIONS(5228), 1, - anon_sym_COMMA, STATE(2306), 2, sym_line_comment, sym_block_comment, - STATE(2970), 2, + STATE(3091), 2, sym_field_pattern, sym_remaining_field_pattern, - [72310] = 11, + [72316] = 11, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3459), 1, + ACTIONS(3175), 1, + anon_sym_PLUS, + ACTIONS(3445), 1, anon_sym_SQUOTE, - ACTIONS(5110), 1, + ACTIONS(5089), 1, anon_sym_where, - ACTIONS(5230), 1, - anon_sym_SEMI, - ACTIONS(5232), 1, + ACTIONS(5184), 1, anon_sym_LBRACE, - ACTIONS(5234), 1, - anon_sym_DASH_GT, - STATE(1129), 1, + ACTIONS(5240), 1, + anon_sym_SEMI, + STATE(1125), 1, sym_block, - STATE(2522), 1, + STATE(2583), 1, sym_where_clause, STATE(3781), 1, sym_label, STATE(2307), 2, sym_line_comment, sym_block_comment, - [72345] = 11, + [72351] = 11, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5110), 1, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + ACTIONS(5089), 1, anon_sym_where, - ACTIONS(5130), 1, + ACTIONS(5184), 1, anon_sym_LBRACE, - ACTIONS(5190), 1, - anon_sym_COLON, - ACTIONS(5192), 1, - anon_sym_LT, - STATE(1149), 1, - sym_declaration_list, - STATE(2485), 1, - sym_type_parameters, - STATE(2799), 1, - sym_trait_bounds, - STATE(3439), 1, + ACTIONS(5242), 1, + anon_sym_SEMI, + ACTIONS(5244), 1, + anon_sym_DASH_GT, + STATE(1152), 1, + sym_block, + STATE(2587), 1, sym_where_clause, + STATE(3781), 1, + sym_label, STATE(2308), 2, sym_line_comment, sym_block_comment, - [72380] = 11, + [72386] = 11, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3459), 1, + ACTIONS(3175), 1, + anon_sym_PLUS, + ACTIONS(3445), 1, anon_sym_SQUOTE, - ACTIONS(5110), 1, + ACTIONS(5089), 1, anon_sym_where, - ACTIONS(5232), 1, + ACTIONS(5196), 1, anon_sym_LBRACE, - ACTIONS(5236), 1, + ACTIONS(5246), 1, anon_sym_SEMI, - ACTIONS(5238), 1, - anon_sym_DASH_GT, - STATE(1166), 1, + STATE(629), 1, sym_block, - STATE(2534), 1, + STATE(2536), 1, sym_where_clause, - STATE(3781), 1, + STATE(3778), 1, sym_label, STATE(2309), 2, sym_line_comment, sym_block_comment, - [72415] = 11, + [72421] = 11, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3459), 1, + ACTIONS(3175), 1, + anon_sym_PLUS, + ACTIONS(3445), 1, anon_sym_SQUOTE, - ACTIONS(5110), 1, + ACTIONS(5089), 1, anon_sym_where, - ACTIONS(5232), 1, + ACTIONS(5196), 1, anon_sym_LBRACE, - ACTIONS(5240), 1, + ACTIONS(5248), 1, anon_sym_SEMI, - ACTIONS(5242), 1, - anon_sym_DASH_GT, - STATE(1197), 1, + STATE(741), 1, sym_block, - STATE(2511), 1, + STATE(2534), 1, sym_where_clause, - STATE(3781), 1, + STATE(3778), 1, sym_label, STATE(2310), 2, sym_line_comment, sym_block_comment, - [72450] = 11, + [72456] = 11, + ACTIONS(69), 1, + anon_sym_pub, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(5232), 1, - anon_sym_LBRACE, - ACTIONS(5244), 1, - anon_sym_SEMI, - STATE(1214), 1, - sym_block, - STATE(2547), 1, - sym_where_clause, - STATE(3781), 1, - sym_label, + ACTIONS(3077), 1, + anon_sym_POUND, + ACTIONS(4969), 1, + sym_crate, + ACTIONS(4973), 1, + sym_identifier, + STATE(1090), 1, + aux_sym_enum_variant_list_repeat1, + STATE(1319), 1, + sym_attribute_item, + STATE(2987), 1, + sym_field_declaration, + STATE(3530), 1, + sym_visibility_modifier, STATE(2311), 2, sym_line_comment, sym_block_comment, - [72485] = 11, + [72491] = 11, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3459), 1, + ACTIONS(3175), 1, + anon_sym_PLUS, + ACTIONS(3445), 1, anon_sym_SQUOTE, - ACTIONS(5110), 1, + ACTIONS(5089), 1, anon_sym_where, - ACTIONS(5182), 1, + ACTIONS(5184), 1, anon_sym_LBRACE, - ACTIONS(5246), 1, + ACTIONS(5250), 1, anon_sym_SEMI, - ACTIONS(5248), 1, - anon_sym_DASH_GT, - STATE(762), 1, + STATE(1300), 1, sym_block, - STATE(2612), 1, + STATE(2591), 1, sym_where_clause, - STATE(3778), 1, + STATE(3781), 1, sym_label, STATE(2312), 2, sym_line_comment, sym_block_comment, - [72520] = 11, + [72526] = 11, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - ACTIONS(5110), 1, + ACTIONS(5089), 1, anon_sym_where, - ACTIONS(5232), 1, - anon_sym_LBRACE, - ACTIONS(5250), 1, - anon_sym_SEMI, + ACTIONS(5220), 1, + anon_sym_COLON, + ACTIONS(5222), 1, + anon_sym_LT, ACTIONS(5252), 1, - anon_sym_DASH_GT, - STATE(1244), 1, - sym_block, - STATE(2553), 1, + anon_sym_SEMI, + ACTIONS(5254), 1, + anon_sym_EQ, + STATE(2438), 1, + sym_type_parameters, + STATE(3102), 1, + sym_trait_bounds, + STATE(3401), 1, sym_where_clause, - STATE(3781), 1, - sym_label, STATE(2313), 2, sym_line_comment, sym_block_comment, - [72555] = 11, + [72561] = 11, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3459), 1, + ACTIONS(3445), 1, anon_sym_SQUOTE, - ACTIONS(5110), 1, + ACTIONS(5089), 1, anon_sym_where, - ACTIONS(5232), 1, + ACTIONS(5184), 1, anon_sym_LBRACE, - ACTIONS(5254), 1, - anon_sym_SEMI, ACTIONS(5256), 1, + anon_sym_SEMI, + ACTIONS(5258), 1, anon_sym_DASH_GT, - STATE(1258), 1, + STATE(1257), 1, sym_block, - STATE(2556), 1, + STATE(2613), 1, sym_where_clause, STATE(3781), 1, sym_label, STATE(2314), 2, sym_line_comment, sym_block_comment, - [72590] = 11, + [72596] = 11, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, + ACTIONS(3175), 1, anon_sym_PLUS, - ACTIONS(3459), 1, + ACTIONS(3445), 1, anon_sym_SQUOTE, - ACTIONS(5110), 1, + ACTIONS(5089), 1, anon_sym_where, - ACTIONS(5232), 1, + ACTIONS(5184), 1, anon_sym_LBRACE, - ACTIONS(5258), 1, + ACTIONS(5260), 1, anon_sym_SEMI, - STATE(1264), 1, + STATE(1343), 1, sym_block, - STATE(2558), 1, + STATE(2614), 1, sym_where_clause, STATE(3781), 1, sym_label, STATE(2315), 2, sym_line_comment, sym_block_comment, - [72625] = 11, + [72631] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(5232), 1, - anon_sym_LBRACE, - ACTIONS(5260), 1, - anon_sym_SEMI, - STATE(1299), 1, - sym_block, - STATE(2560), 1, - sym_where_clause, - STATE(3781), 1, - sym_label, STATE(2316), 2, sym_line_comment, sym_block_comment, - [72660] = 11, + ACTIONS(5130), 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, + [72652] = 11, + ACTIONS(69), 1, + anon_sym_pub, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(5232), 1, - anon_sym_LBRACE, - ACTIONS(5262), 1, - anon_sym_SEMI, - ACTIONS(5264), 1, - anon_sym_DASH_GT, - STATE(1309), 1, - sym_block, - STATE(2561), 1, - sym_where_clause, - STATE(3781), 1, - sym_label, + ACTIONS(3077), 1, + anon_sym_POUND, + ACTIONS(4963), 1, + sym_identifier, + ACTIONS(4969), 1, + sym_crate, + STATE(1319), 1, + sym_attribute_item, + STATE(2328), 1, + aux_sym_enum_variant_list_repeat1, + STATE(3397), 1, + sym_enum_variant, + STATE(3529), 1, + sym_visibility_modifier, STATE(2317), 2, sym_line_comment, sym_block_comment, - [72695] = 11, + [72687] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(5232), 1, - anon_sym_LBRACE, - ACTIONS(5266), 1, - anon_sym_SEMI, - STATE(1337), 1, - sym_block, - STATE(2563), 1, - sym_where_clause, - STATE(3781), 1, - sym_label, - STATE(2318), 2, + ACTIONS(5265), 1, + anon_sym_fn, + ACTIONS(5267), 1, + anon_sym_extern, + STATE(2448), 1, + sym_extern_modifier, + STATE(2318), 3, sym_line_comment, sym_block_comment, - [72730] = 11, + aux_sym_function_modifiers_repeat1, + ACTIONS(5262), 4, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_unsafe, + [72714] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(5232), 1, - anon_sym_LBRACE, - ACTIONS(5268), 1, - anon_sym_SEMI, - STATE(1349), 1, - sym_block, - STATE(2564), 1, - sym_where_clause, - STATE(3781), 1, - sym_label, + ACTIONS(1174), 1, + aux_sym_string_literal_token1, + STATE(2301), 1, + sym_string_literal, STATE(2319), 2, sym_line_comment, sym_block_comment, - [72765] = 11, + ACTIONS(4925), 6, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_unsafe, + anon_sym_extern, + [72739] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(5182), 1, - anon_sym_LBRACE, - ACTIONS(5270), 1, - anon_sym_SEMI, - ACTIONS(5272), 1, - anon_sym_DASH_GT, - STATE(776), 1, - sym_block, - STATE(2618), 1, - sym_where_clause, - STATE(3778), 1, - sym_label, STATE(2320), 2, sym_line_comment, sym_block_comment, - [72800] = 11, + ACTIONS(5130), 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, + [72760] = 11, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, + ACTIONS(3175), 1, anon_sym_PLUS, - ACTIONS(3459), 1, + ACTIONS(3445), 1, anon_sym_SQUOTE, - ACTIONS(5110), 1, + ACTIONS(5089), 1, anon_sym_where, - ACTIONS(5232), 1, + ACTIONS(5196), 1, anon_sym_LBRACE, - ACTIONS(5274), 1, + ACTIONS(5270), 1, anon_sym_SEMI, - STATE(1360), 1, + STATE(522), 1, sym_block, - STATE(2566), 1, + STATE(2548), 1, sym_where_clause, - STATE(3781), 1, + STATE(3778), 1, sym_label, STATE(2321), 2, sym_line_comment, sym_block_comment, - [72835] = 10, + [72795] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5210), 1, - sym_identifier, - ACTIONS(5214), 1, - anon_sym_DOT_DOT, - ACTIONS(5218), 1, - anon_sym_ref, - ACTIONS(5220), 1, - sym_mutable_specifier, - ACTIONS(5276), 1, - anon_sym_RBRACE, - ACTIONS(5278), 1, - anon_sym_COMMA, STATE(2322), 2, sym_line_comment, sym_block_comment, - STATE(3015), 2, - sym_field_pattern, - sym_remaining_field_pattern, - [72868] = 11, + ACTIONS(5130), 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, + [72816] = 11, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5110), 1, + ACTIONS(5089), 1, anon_sym_where, ACTIONS(5120), 1, anon_sym_LBRACE, - ACTIONS(5190), 1, + ACTIONS(5220), 1, anon_sym_COLON, - ACTIONS(5192), 1, + ACTIONS(5222), 1, anon_sym_LT, - STATE(673), 1, + STATE(1141), 1, sym_declaration_list, - STATE(2426), 1, + STATE(2454), 1, sym_type_parameters, - STATE(2880), 1, + STATE(2679), 1, sym_trait_bounds, - STATE(3367), 1, + STATE(3307), 1, sym_where_clause, STATE(2323), 2, sym_line_comment, sym_block_comment, - [72903] = 11, + [72851] = 11, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5110), 1, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + ACTIONS(5089), 1, anon_sym_where, - ACTIONS(5190), 1, + ACTIONS(5184), 1, + anon_sym_LBRACE, + ACTIONS(5272), 1, + anon_sym_SEMI, + ACTIONS(5274), 1, + anon_sym_DASH_GT, + STATE(1223), 1, + sym_block, + STATE(2598), 1, + sym_where_clause, + STATE(3781), 1, + sym_label, + STATE(2324), 2, + sym_line_comment, + sym_block_comment, + [72886] = 11, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(5089), 1, + anon_sym_where, + ACTIONS(5220), 1, anon_sym_COLON, - ACTIONS(5192), 1, + ACTIONS(5222), 1, anon_sym_LT, - ACTIONS(5280), 1, + ACTIONS(5276), 1, anon_sym_SEMI, - ACTIONS(5282), 1, + ACTIONS(5278), 1, anon_sym_EQ, - STATE(2430), 1, + STATE(2455), 1, sym_type_parameters, - STATE(3036), 1, + STATE(3189), 1, sym_trait_bounds, - STATE(3219), 1, + STATE(3308), 1, sym_where_clause, - STATE(2324), 2, + STATE(2325), 2, sym_line_comment, sym_block_comment, - [72938] = 11, + [72921] = 11, ACTIONS(69), 1, anon_sym_pub, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3079), 1, + ACTIONS(3077), 1, anon_sym_POUND, - ACTIONS(5023), 1, - sym_crate, - ACTIONS(5039), 1, + ACTIONS(4963), 1, sym_identifier, - STATE(1086), 1, + ACTIONS(4969), 1, + sym_crate, + STATE(1090), 1, aux_sym_enum_variant_list_repeat1, - STATE(1386), 1, + STATE(1319), 1, sym_attribute_item, - STATE(3388), 1, + STATE(3045), 1, sym_enum_variant, - STATE(3562), 1, + STATE(3529), 1, sym_visibility_modifier, - STATE(2325), 2, - sym_line_comment, - sym_block_comment, - [72973] = 11, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(5182), 1, - anon_sym_LBRACE, - ACTIONS(5284), 1, - anon_sym_SEMI, - STATE(782), 1, - sym_block, - STATE(2516), 1, - sym_where_clause, - STATE(3778), 1, - sym_label, STATE(2326), 2, sym_line_comment, sym_block_comment, - [73008] = 10, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(4667), 1, - anon_sym_PIPE, - ACTIONS(4669), 1, - anon_sym_LPAREN, - ACTIONS(4673), 1, - anon_sym_COLON, - ACTIONS(4675), 1, - anon_sym_BANG, - ACTIONS(4679), 1, - anon_sym_DOT_DOT, - ACTIONS(5286), 1, - anon_sym_COLON_COLON, - ACTIONS(4681), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(2327), 2, - sym_line_comment, - sym_block_comment, - [73041] = 11, + [72956] = 11, ACTIONS(69), 1, anon_sym_pub, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3079), 1, + ACTIONS(3077), 1, anon_sym_POUND, - ACTIONS(5023), 1, - sym_crate, - ACTIONS(5039), 1, + ACTIONS(4963), 1, sym_identifier, - STATE(1086), 1, + ACTIONS(4969), 1, + sym_crate, + STATE(1090), 1, aux_sym_enum_variant_list_repeat1, - STATE(1386), 1, + STATE(1319), 1, sym_attribute_item, - STATE(2951), 1, + STATE(3109), 1, sym_enum_variant, - STATE(3562), 1, + STATE(3529), 1, sym_visibility_modifier, - STATE(2328), 2, + STATE(2327), 2, sym_line_comment, sym_block_comment, - [73076] = 11, + [72991] = 11, ACTIONS(69), 1, anon_sym_pub, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3079), 1, + ACTIONS(3077), 1, anon_sym_POUND, - ACTIONS(5023), 1, - sym_crate, - ACTIONS(5039), 1, + ACTIONS(4963), 1, sym_identifier, - STATE(1086), 1, + ACTIONS(4969), 1, + sym_crate, + STATE(1090), 1, aux_sym_enum_variant_list_repeat1, - STATE(1386), 1, + STATE(1319), 1, sym_attribute_item, - STATE(2987), 1, + STATE(3282), 1, sym_enum_variant, - STATE(3562), 1, + STATE(3529), 1, sym_visibility_modifier, + STATE(2328), 2, + sym_line_comment, + sym_block_comment, + [73026] = 11, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(5089), 1, + anon_sym_where, + ACTIONS(5120), 1, + anon_sym_LBRACE, + ACTIONS(5220), 1, + anon_sym_COLON, + ACTIONS(5222), 1, + anon_sym_LT, + STATE(1193), 1, + sym_declaration_list, + STATE(2481), 1, + sym_type_parameters, + STATE(2700), 1, + sym_trait_bounds, + STATE(3229), 1, + sym_where_clause, STATE(2329), 2, sym_line_comment, sym_block_comment, - [73111] = 11, - ACTIONS(69), 1, - anon_sym_pub, + [73061] = 11, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3079), 1, - anon_sym_POUND, - ACTIONS(5017), 1, - sym_identifier, - ACTIONS(5023), 1, - sym_crate, - STATE(1086), 1, - aux_sym_enum_variant_list_repeat1, - STATE(1386), 1, - sym_attribute_item, - STATE(2959), 1, - sym_field_declaration, - STATE(3754), 1, - sym_visibility_modifier, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + ACTIONS(5089), 1, + anon_sym_where, + ACTIONS(5196), 1, + anon_sym_LBRACE, + ACTIONS(5280), 1, + anon_sym_SEMI, + ACTIONS(5282), 1, + anon_sym_DASH_GT, + STATE(600), 1, + sym_block, + STATE(2530), 1, + sym_where_clause, + STATE(3778), 1, + sym_label, STATE(2330), 2, sym_line_comment, sym_block_comment, - [73146] = 11, + [73096] = 11, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(5079), 1, + anon_sym_LBRACE, + ACTIONS(5089), 1, + anon_sym_where, + ACTIONS(5220), 1, + anon_sym_COLON, + ACTIONS(5222), 1, + anon_sym_LT, + STATE(544), 1, + sym_declaration_list, + STATE(2484), 1, + sym_type_parameters, + STATE(2820), 1, + sym_trait_bounds, + STATE(3310), 1, + sym_where_clause, + STATE(2331), 2, + sym_line_comment, + sym_block_comment, + [73131] = 11, ACTIONS(69), 1, anon_sym_pub, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3079), 1, + ACTIONS(3077), 1, anon_sym_POUND, - ACTIONS(5017), 1, - sym_identifier, - ACTIONS(5023), 1, + ACTIONS(4969), 1, sym_crate, - STATE(1086), 1, + ACTIONS(4973), 1, + sym_identifier, + STATE(1090), 1, aux_sym_enum_variant_list_repeat1, - STATE(1386), 1, + STATE(1319), 1, sym_attribute_item, - STATE(3440), 1, + STATE(3084), 1, sym_field_declaration, - STATE(3754), 1, + STATE(3530), 1, sym_visibility_modifier, - STATE(2331), 2, + STATE(2332), 2, sym_line_comment, sym_block_comment, - [73181] = 4, + [73166] = 11, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(2332), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(5163), 8, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_EQ, - anon_sym_GT, - anon_sym_COMMA, + ACTIONS(3445), 1, anon_sym_SQUOTE, + ACTIONS(5089), 1, anon_sym_where, - [73202] = 4, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, + ACTIONS(5196), 1, + anon_sym_LBRACE, + ACTIONS(5284), 1, + anon_sym_SEMI, + ACTIONS(5286), 1, + anon_sym_DASH_GT, + STATE(685), 1, + sym_block, + STATE(2551), 1, + sym_where_clause, + STATE(3778), 1, + sym_label, STATE(2333), 2, sym_line_comment, sym_block_comment, - ACTIONS(5163), 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, - [73223] = 4, + [73201] = 11, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(2334), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(5163), 8, - anon_sym_SEMI, - anon_sym_LBRACE, + ACTIONS(3175), 1, anon_sym_PLUS, - anon_sym_EQ, - anon_sym_GT, - anon_sym_COMMA, + ACTIONS(3445), 1, anon_sym_SQUOTE, + ACTIONS(5089), 1, anon_sym_where, - [73244] = 11, + ACTIONS(5196), 1, + anon_sym_LBRACE, + ACTIONS(5288), 1, + anon_sym_SEMI, + STATE(509), 1, + sym_block, + STATE(2546), 1, + sym_where_clause, + STATE(3778), 1, + sym_label, + STATE(2334), 2, + sym_line_comment, + sym_block_comment, + [73236] = 11, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3459), 1, + ACTIONS(3175), 1, + anon_sym_PLUS, + ACTIONS(3445), 1, anon_sym_SQUOTE, - ACTIONS(5110), 1, + ACTIONS(5089), 1, anon_sym_where, - ACTIONS(5182), 1, + ACTIONS(5196), 1, anon_sym_LBRACE, - ACTIONS(5288), 1, - anon_sym_SEMI, ACTIONS(5290), 1, - anon_sym_DASH_GT, - STATE(660), 1, + anon_sym_SEMI, + STATE(702), 1, sym_block, - STATE(2548), 1, + STATE(2545), 1, sym_where_clause, STATE(3778), 1, sym_label, STATE(2335), 2, sym_line_comment, sym_block_comment, - [73279] = 8, + [73271] = 11, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5292), 1, - anon_sym_fn, - ACTIONS(5294), 1, - anon_sym_extern, - STATE(2299), 1, - aux_sym_function_modifiers_repeat1, - STATE(2421), 1, - sym_extern_modifier, + ACTIONS(5079), 1, + anon_sym_LBRACE, + ACTIONS(5089), 1, + anon_sym_where, + ACTIONS(5220), 1, + anon_sym_COLON, + ACTIONS(5222), 1, + anon_sym_LT, + STATE(526), 1, + sym_declaration_list, + STATE(2453), 1, + sym_type_parameters, + STATE(2652), 1, + sym_trait_bounds, + STATE(3228), 1, + sym_where_clause, STATE(2336), 2, sym_line_comment, sym_block_comment, - ACTIONS(4707), 4, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_unsafe, - [73308] = 11, + [73306] = 11, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, + ACTIONS(3175), 1, anon_sym_PLUS, - ACTIONS(3459), 1, + ACTIONS(3445), 1, anon_sym_SQUOTE, - ACTIONS(5110), 1, + ACTIONS(5089), 1, anon_sym_where, - ACTIONS(5182), 1, + ACTIONS(5184), 1, anon_sym_LBRACE, - ACTIONS(5296), 1, + ACTIONS(5292), 1, anon_sym_SEMI, - STATE(536), 1, + STATE(1277), 1, sym_block, - STATE(2579), 1, + STATE(2564), 1, sym_where_clause, - STATE(3778), 1, + STATE(3781), 1, sym_label, STATE(2337), 2, sym_line_comment, sym_block_comment, - [73343] = 11, + [73341] = 10, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(5182), 1, - anon_sym_LBRACE, + ACTIONS(5228), 1, + sym_identifier, + ACTIONS(5232), 1, + anon_sym_DOT_DOT, + ACTIONS(5236), 1, + anon_sym_ref, + ACTIONS(5238), 1, + sym_mutable_specifier, + ACTIONS(5294), 1, + anon_sym_RBRACE, + ACTIONS(5296), 1, + anon_sym_COMMA, + STATE(2338), 2, + sym_line_comment, + sym_block_comment, + STATE(2936), 2, + sym_field_pattern, + sym_remaining_field_pattern, + [73374] = 10, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(5228), 1, + sym_identifier, + ACTIONS(5232), 1, + anon_sym_DOT_DOT, + ACTIONS(5236), 1, + anon_sym_ref, + ACTIONS(5238), 1, + sym_mutable_specifier, ACTIONS(5298), 1, - anon_sym_SEMI, + anon_sym_RBRACE, ACTIONS(5300), 1, - anon_sym_DASH_GT, - STATE(608), 1, - sym_block, - STATE(2608), 1, - sym_where_clause, - STATE(3778), 1, - sym_label, - STATE(2338), 2, + anon_sym_COMMA, + STATE(2339), 2, sym_line_comment, sym_block_comment, - [73378] = 11, + STATE(2974), 2, + sym_field_pattern, + sym_remaining_field_pattern, + [73407] = 10, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(5182), 1, - anon_sym_LBRACE, + ACTIONS(5228), 1, + sym_identifier, + ACTIONS(5232), 1, + anon_sym_DOT_DOT, + ACTIONS(5236), 1, + anon_sym_ref, + ACTIONS(5238), 1, + sym_mutable_specifier, ACTIONS(5302), 1, - anon_sym_SEMI, + anon_sym_RBRACE, ACTIONS(5304), 1, - anon_sym_DASH_GT, - STATE(546), 1, - sym_block, - STATE(2616), 1, - sym_where_clause, - STATE(3778), 1, - sym_label, - STATE(2339), 2, + anon_sym_COMMA, + STATE(2340), 2, sym_line_comment, sym_block_comment, - [73413] = 11, + STATE(2938), 2, + sym_field_pattern, + sym_remaining_field_pattern, + [73440] = 11, + ACTIONS(69), 1, + anon_sym_pub, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(5130), 1, - anon_sym_LBRACE, - ACTIONS(5190), 1, - anon_sym_COLON, - ACTIONS(5192), 1, - anon_sym_LT, - STATE(1206), 1, - sym_declaration_list, - STATE(2409), 1, - sym_type_parameters, - STATE(2758), 1, - sym_trait_bounds, - STATE(3239), 1, - sym_where_clause, - STATE(2340), 2, + ACTIONS(3077), 1, + anon_sym_POUND, + ACTIONS(4969), 1, + sym_crate, + ACTIONS(4973), 1, + sym_identifier, + STATE(1090), 1, + aux_sym_enum_variant_list_repeat1, + STATE(1319), 1, + sym_attribute_item, + STATE(3197), 1, + sym_field_declaration, + STATE(3530), 1, + sym_visibility_modifier, + STATE(2341), 2, sym_line_comment, sym_block_comment, - [73448] = 10, + [73475] = 11, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + ACTIONS(5089), 1, + anon_sym_where, + ACTIONS(5196), 1, + anon_sym_LBRACE, ACTIONS(5306), 1, - anon_sym_LPAREN, + anon_sym_SEMI, ACTIONS(5308), 1, - anon_sym_LBRACK, - ACTIONS(5310), 1, - anon_sym_RBRACK, - ACTIONS(5312), 1, - anon_sym_LBRACE, - STATE(2384), 1, - aux_sym_macro_definition_repeat1, - STATE(3380), 1, - sym_macro_rule, - STATE(3512), 1, - sym_token_tree_pattern, - STATE(2341), 2, + anon_sym_DASH_GT, + STATE(565), 1, + sym_block, + STATE(2540), 1, + sym_where_clause, + STATE(3778), 1, + sym_label, + STATE(2342), 2, sym_line_comment, sym_block_comment, - [73480] = 7, + [73510] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4973), 1, + ACTIONS(4683), 1, anon_sym_DOT_DOT, - ACTIONS(4977), 1, + ACTIONS(5310), 1, anon_sym_COLON_COLON, - ACTIONS(4975), 2, + ACTIONS(4685), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(2342), 2, + STATE(2343), 2, sym_line_comment, sym_block_comment, - ACTIONS(4695), 3, - anon_sym_EQ_GT, + ACTIONS(3577), 3, + anon_sym_RPAREN, + anon_sym_PLUS, + anon_sym_COMMA, + [73536] = 10, + ACTIONS(27), 1, anon_sym_PIPE, - anon_sym_if, - [73506] = 10, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5104), 1, - anon_sym_LPAREN, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(5155), 1, + ACTIONS(348), 1, anon_sym_LBRACE, - ACTIONS(5314), 1, - anon_sym_SEMI, - STATE(1203), 1, - sym_field_declaration_list, - STATE(2965), 1, - sym_ordered_field_declaration_list, - STATE(3235), 1, - sym_where_clause, - STATE(2343), 2, - sym_line_comment, - sym_block_comment, - [73538] = 5, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(5316), 1, - sym_identifier, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + ACTIONS(5312), 1, + anon_sym_move, + STATE(253), 1, + sym_closure_parameters, + STATE(1510), 1, + sym_block, + STATE(3719), 1, + sym_label, STATE(2344), 2, sym_line_comment, sym_block_comment, - ACTIONS(4951), 6, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, - [73560] = 9, + [73568] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5210), 1, + ACTIONS(5228), 1, sym_identifier, - ACTIONS(5214), 1, + ACTIONS(5232), 1, anon_sym_DOT_DOT, - ACTIONS(5218), 1, + ACTIONS(5236), 1, anon_sym_ref, - ACTIONS(5220), 1, + ACTIONS(5238), 1, sym_mutable_specifier, - ACTIONS(5318), 1, + ACTIONS(5314), 1, anon_sym_RBRACE, STATE(2345), 2, sym_line_comment, sym_block_comment, - STATE(3258), 2, + STATE(3322), 2, sym_field_pattern, sym_remaining_field_pattern, - [73590] = 9, + [73598] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5210), 1, + ACTIONS(5228), 1, sym_identifier, - ACTIONS(5214), 1, + ACTIONS(5232), 1, anon_sym_DOT_DOT, - ACTIONS(5218), 1, + ACTIONS(5236), 1, anon_sym_ref, - ACTIONS(5220), 1, + ACTIONS(5238), 1, sym_mutable_specifier, - ACTIONS(5320), 1, + ACTIONS(5316), 1, anon_sym_RBRACE, STATE(2346), 2, sym_line_comment, sym_block_comment, - STATE(3258), 2, + STATE(3322), 2, sym_field_pattern, sym_remaining_field_pattern, - [73620] = 10, + [73628] = 10, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5306), 1, + ACTIONS(5318), 1, anon_sym_LPAREN, - ACTIONS(5308), 1, + ACTIONS(5320), 1, anon_sym_LBRACK, - ACTIONS(5312), 1, - anon_sym_LBRACE, ACTIONS(5322), 1, - anon_sym_RPAREN, - STATE(2359), 1, + anon_sym_LBRACE, + ACTIONS(5324), 1, + anon_sym_RBRACE, + STATE(2358), 1, aux_sym_macro_definition_repeat1, - STATE(3220), 1, + STATE(3471), 1, sym_macro_rule, - STATE(3512), 1, + STATE(3657), 1, sym_token_tree_pattern, STATE(2347), 2, sym_line_comment, sym_block_comment, - [73652] = 10, + [73660] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5306), 1, - anon_sym_LPAREN, - ACTIONS(5308), 1, - anon_sym_LBRACK, - ACTIONS(5312), 1, - anon_sym_LBRACE, - ACTIONS(5322), 1, - anon_sym_RBRACK, - STATE(2360), 1, - aux_sym_macro_definition_repeat1, - STATE(3225), 1, - sym_macro_rule, - STATE(3512), 1, - sym_token_tree_pattern, + ACTIONS(4683), 1, + anon_sym_DOT_DOT, + ACTIONS(5310), 1, + anon_sym_COLON_COLON, + ACTIONS(5328), 1, + anon_sym_COLON, + ACTIONS(4685), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + ACTIONS(5326), 2, + anon_sym_RPAREN, + anon_sym_COMMA, STATE(2348), 2, sym_line_comment, sym_block_comment, - [73684] = 10, + [73688] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5306), 1, - anon_sym_LPAREN, - ACTIONS(5308), 1, - anon_sym_LBRACK, - ACTIONS(5312), 1, - anon_sym_LBRACE, - ACTIONS(5324), 1, + ACTIONS(5228), 1, + sym_identifier, + ACTIONS(5232), 1, + anon_sym_DOT_DOT, + ACTIONS(5236), 1, + anon_sym_ref, + ACTIONS(5238), 1, + sym_mutable_specifier, + ACTIONS(5330), 1, anon_sym_RBRACE, - STATE(2362), 1, - aux_sym_macro_definition_repeat1, - STATE(3231), 1, - sym_macro_rule, - STATE(3512), 1, - sym_token_tree_pattern, STATE(2349), 2, sym_line_comment, sym_block_comment, - [73716] = 10, + STATE(3322), 2, + sym_field_pattern, + sym_remaining_field_pattern, + [73718] = 10, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5306), 1, - anon_sym_LPAREN, - ACTIONS(5308), 1, - anon_sym_LBRACK, - ACTIONS(5312), 1, + ACTIONS(348), 1, anon_sym_LBRACE, - ACTIONS(5326), 1, - anon_sym_RPAREN, - STATE(2363), 1, - aux_sym_macro_definition_repeat1, - STATE(3236), 1, - sym_macro_rule, - STATE(3512), 1, - sym_token_tree_pattern, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + ACTIONS(5332), 1, + anon_sym_move, + STATE(204), 1, + sym_closure_parameters, + STATE(1510), 1, + sym_block, + STATE(3719), 1, + sym_label, STATE(2350), 2, sym_line_comment, sym_block_comment, - [73748] = 9, + [73750] = 10, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5210), 1, - sym_identifier, - ACTIONS(5214), 1, - anon_sym_DOT_DOT, - ACTIONS(5218), 1, - anon_sym_ref, - ACTIONS(5220), 1, - sym_mutable_specifier, - ACTIONS(5328), 1, - anon_sym_RBRACE, + ACTIONS(348), 1, + anon_sym_LBRACE, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + ACTIONS(5334), 1, + anon_sym_move, + STATE(205), 1, + sym_closure_parameters, + STATE(1510), 1, + sym_block, + STATE(3719), 1, + sym_label, STATE(2351), 2, sym_line_comment, sym_block_comment, - STATE(3258), 2, - sym_field_pattern, - sym_remaining_field_pattern, - [73778] = 9, + [73782] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5210), 1, + ACTIONS(5336), 1, sym_identifier, - ACTIONS(5214), 1, + STATE(2352), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4919), 6, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_unsafe, + anon_sym_extern, + [73804] = 9, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(5228), 1, + sym_identifier, + ACTIONS(5232), 1, anon_sym_DOT_DOT, - ACTIONS(5218), 1, + ACTIONS(5236), 1, anon_sym_ref, - ACTIONS(5220), 1, + ACTIONS(5238), 1, sym_mutable_specifier, - ACTIONS(5330), 1, + ACTIONS(5338), 1, anon_sym_RBRACE, - STATE(2352), 2, + STATE(2353), 2, sym_line_comment, sym_block_comment, - STATE(3258), 2, + STATE(3322), 2, sym_field_pattern, sym_remaining_field_pattern, - [73808] = 10, + [73834] = 10, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5306), 1, + ACTIONS(5318), 1, anon_sym_LPAREN, - ACTIONS(5308), 1, + ACTIONS(5320), 1, anon_sym_LBRACK, - ACTIONS(5312), 1, + ACTIONS(5322), 1, anon_sym_LBRACE, - ACTIONS(5326), 1, - anon_sym_RBRACK, - STATE(2370), 1, + ACTIONS(5340), 1, + anon_sym_RBRACE, + STATE(2365), 1, aux_sym_macro_definition_repeat1, - STATE(3241), 1, + STATE(3483), 1, sym_macro_rule, - STATE(3512), 1, + STATE(3657), 1, sym_token_tree_pattern, - STATE(2353), 2, + STATE(2354), 2, sym_line_comment, sym_block_comment, - [73840] = 10, + [73866] = 10, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5306), 1, + ACTIONS(5318), 1, anon_sym_LPAREN, - ACTIONS(5308), 1, + ACTIONS(5320), 1, anon_sym_LBRACK, - ACTIONS(5312), 1, + ACTIONS(5322), 1, anon_sym_LBRACE, - ACTIONS(5332), 1, - anon_sym_RBRACE, - STATE(2371), 1, + ACTIONS(5342), 1, + anon_sym_RPAREN, + STATE(2361), 1, aux_sym_macro_definition_repeat1, - STATE(3243), 1, + STATE(3472), 1, sym_macro_rule, - STATE(3512), 1, + STATE(3657), 1, sym_token_tree_pattern, - STATE(2354), 2, + STATE(2355), 2, sym_line_comment, sym_block_comment, - [73872] = 10, + [73898] = 5, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(5344), 1, + anon_sym_trait, + STATE(2356), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3601), 6, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_unsafe, + anon_sym_extern, + [73920] = 10, ACTIONS(27), 1, anon_sym_PIPE, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(348), 1, + ACTIONS(1408), 1, anon_sym_LBRACE, - ACTIONS(3459), 1, + ACTIONS(3445), 1, anon_sym_SQUOTE, - ACTIONS(5334), 1, + ACTIONS(5346), 1, anon_sym_move, - STATE(230), 1, + STATE(253), 1, sym_closure_parameters, - STATE(1532), 1, + STATE(491), 1, sym_block, - STATE(3719), 1, + STATE(3782), 1, sym_label, - STATE(2355), 2, + STATE(2357), 2, sym_line_comment, sym_block_comment, - [73904] = 8, + [73952] = 10, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5104), 1, + ACTIONS(5318), 1, anon_sym_LPAREN, - ACTIONS(5155), 1, + ACTIONS(5320), 1, + anon_sym_LBRACK, + ACTIONS(5322), 1, anon_sym_LBRACE, - ACTIONS(5338), 1, - anon_sym_EQ, - ACTIONS(5336), 2, + ACTIONS(5348), 1, anon_sym_RBRACE, - anon_sym_COMMA, - STATE(2356), 2, + STATE(2288), 1, + aux_sym_macro_definition_repeat1, + STATE(3242), 1, + sym_macro_rule, + STATE(3657), 1, + sym_token_tree_pattern, + STATE(2358), 2, sym_line_comment, sym_block_comment, - STATE(3096), 2, - sym_field_declaration_list, - sym_ordered_field_declaration_list, - [73932] = 10, + [73984] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5104), 1, - anon_sym_LPAREN, - ACTIONS(5106), 1, - anon_sym_LBRACE, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(5340), 1, - anon_sym_SEMI, - STATE(621), 1, - sym_field_declaration_list, - STATE(2922), 1, - sym_ordered_field_declaration_list, - STATE(3247), 1, - sym_where_clause, - STATE(2357), 2, + ACTIONS(4683), 1, + anon_sym_DOT_DOT, + ACTIONS(5352), 1, + anon_sym_COLON, + ACTIONS(5354), 1, + anon_sym_COLON_COLON, + ACTIONS(4685), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + ACTIONS(5350), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + STATE(2359), 2, sym_line_comment, sym_block_comment, - [73964] = 10, - ACTIONS(27), 1, - anon_sym_PIPE, + [74012] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5342), 1, - sym_identifier, - ACTIONS(5344), 1, - anon_sym_async, - ACTIONS(5346), 1, - anon_sym_ref, - ACTIONS(5348), 1, - sym_mutable_specifier, - ACTIONS(5350), 1, - anon_sym_move, - STATE(230), 1, - sym_closure_parameters, - STATE(2358), 2, + ACTIONS(5051), 1, + anon_sym_DOT_DOT, + ACTIONS(5055), 1, + anon_sym_COLON_COLON, + ACTIONS(5053), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(2360), 2, sym_line_comment, sym_block_comment, - [73996] = 10, + ACTIONS(4749), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [74038] = 10, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5306), 1, + ACTIONS(5318), 1, anon_sym_LPAREN, - ACTIONS(5308), 1, + ACTIONS(5320), 1, anon_sym_LBRACK, - ACTIONS(5312), 1, + ACTIONS(5322), 1, anon_sym_LBRACE, - ACTIONS(5352), 1, + ACTIONS(5356), 1, anon_sym_RPAREN, - STATE(2244), 1, + STATE(2288), 1, aux_sym_macro_definition_repeat1, - STATE(3336), 1, + STATE(3249), 1, sym_macro_rule, - STATE(3512), 1, + STATE(3657), 1, sym_token_tree_pattern, - STATE(2359), 2, + STATE(2361), 2, sym_line_comment, sym_block_comment, - [74028] = 10, + [74070] = 10, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5306), 1, + ACTIONS(5318), 1, anon_sym_LPAREN, - ACTIONS(5308), 1, + ACTIONS(5320), 1, anon_sym_LBRACK, - ACTIONS(5312), 1, + ACTIONS(5322), 1, anon_sym_LBRACE, - ACTIONS(5352), 1, + ACTIONS(5356), 1, anon_sym_RBRACK, - STATE(2244), 1, + STATE(2288), 1, aux_sym_macro_definition_repeat1, - STATE(3354), 1, + STATE(3252), 1, sym_macro_rule, - STATE(3512), 1, + STATE(3657), 1, sym_token_tree_pattern, - STATE(2360), 2, + STATE(2362), 2, + sym_line_comment, + sym_block_comment, + [74102] = 10, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(5358), 1, + aux_sym_line_comment_token1, + ACTIONS(5360), 1, + aux_sym_line_comment_token3, + ACTIONS(5362), 1, + anon_sym_BANG2, + ACTIONS(5364), 1, + anon_sym_SLASH2, + STATE(3561), 1, + sym__inner_line_doc_comment_marker, + STATE(3597), 1, + sym__outer_line_doc_comment_marker, + STATE(3765), 1, + sym__line_doc_comment_marker, + STATE(2363), 2, sym_line_comment, sym_block_comment, - [74060] = 10, + [74134] = 10, ACTIONS(27), 1, anon_sym_PIPE, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(348), 1, + ACTIONS(412), 1, anon_sym_LBRACE, - ACTIONS(3459), 1, + ACTIONS(3445), 1, anon_sym_SQUOTE, - ACTIONS(5354), 1, + ACTIONS(5366), 1, anon_sym_move, - STATE(229), 1, + STATE(232), 1, sym_closure_parameters, - STATE(1532), 1, + STATE(1833), 1, sym_block, - STATE(3719), 1, + STATE(3783), 1, sym_label, - STATE(2361), 2, + STATE(2364), 2, sym_line_comment, sym_block_comment, - [74092] = 10, + [74166] = 10, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5306), 1, + ACTIONS(5318), 1, anon_sym_LPAREN, - ACTIONS(5308), 1, + ACTIONS(5320), 1, anon_sym_LBRACK, - ACTIONS(5312), 1, + ACTIONS(5322), 1, anon_sym_LBRACE, - ACTIONS(5356), 1, + ACTIONS(5368), 1, anon_sym_RBRACE, - STATE(2244), 1, + STATE(2288), 1, aux_sym_macro_definition_repeat1, - STATE(3356), 1, + STATE(3259), 1, sym_macro_rule, - STATE(3512), 1, + STATE(3657), 1, sym_token_tree_pattern, - STATE(2362), 2, + STATE(2365), 2, sym_line_comment, sym_block_comment, - [74124] = 10, + [74198] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5306), 1, + ACTIONS(4299), 1, + anon_sym_LBRACE, + ACTIONS(4689), 1, + anon_sym_LT2, + ACTIONS(5372), 1, + anon_sym_STAR, + STATE(2919), 1, + sym_use_list, + STATE(3813), 1, + sym_type_arguments, + ACTIONS(5370), 2, + sym_identifier, + sym_super, + STATE(2366), 2, + sym_line_comment, + sym_block_comment, + [74228] = 8, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(5083), 1, anon_sym_LPAREN, - ACTIONS(5308), 1, + ACTIONS(5085), 1, + anon_sym_LBRACE, + ACTIONS(5376), 1, + anon_sym_EQ, + ACTIONS(5374), 2, + anon_sym_RBRACE, + anon_sym_COMMA, + STATE(2367), 2, + sym_line_comment, + sym_block_comment, + STATE(3098), 2, + sym_field_declaration_list, + sym_ordered_field_declaration_list, + [74256] = 10, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(5318), 1, + anon_sym_LPAREN, + ACTIONS(5320), 1, anon_sym_LBRACK, - ACTIONS(5312), 1, + ACTIONS(5322), 1, anon_sym_LBRACE, - ACTIONS(5358), 1, - anon_sym_RPAREN, - STATE(2244), 1, + ACTIONS(5378), 1, + anon_sym_RBRACE, + STATE(2393), 1, aux_sym_macro_definition_repeat1, - STATE(3372), 1, + STATE(3371), 1, sym_macro_rule, - STATE(3512), 1, + STATE(3657), 1, sym_token_tree_pattern, - STATE(2363), 2, + STATE(2368), 2, sym_line_comment, sym_block_comment, - [74156] = 10, - ACTIONS(27), 1, - anon_sym_PIPE, + [74288] = 10, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(1386), 1, + ACTIONS(5318), 1, + anon_sym_LPAREN, + ACTIONS(5320), 1, + anon_sym_LBRACK, + ACTIONS(5322), 1, anon_sym_LBRACE, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - ACTIONS(5360), 1, - anon_sym_move, - STATE(230), 1, - sym_closure_parameters, - STATE(492), 1, - sym_block, - STATE(3782), 1, - sym_label, - STATE(2364), 2, + ACTIONS(5380), 1, + anon_sym_RBRACE, + STATE(2394), 1, + aux_sym_macro_definition_repeat1, + STATE(3376), 1, + sym_macro_rule, + STATE(3657), 1, + sym_token_tree_pattern, + STATE(2369), 2, sym_line_comment, sym_block_comment, - [74188] = 9, + [74320] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5210), 1, + ACTIONS(5228), 1, sym_identifier, - ACTIONS(5214), 1, + ACTIONS(5232), 1, anon_sym_DOT_DOT, - ACTIONS(5218), 1, + ACTIONS(5236), 1, anon_sym_ref, - ACTIONS(5220), 1, + ACTIONS(5238), 1, sym_mutable_specifier, - ACTIONS(5362), 1, + ACTIONS(5382), 1, anon_sym_RBRACE, - STATE(2365), 2, + STATE(2370), 2, sym_line_comment, sym_block_comment, - STATE(3258), 2, + STATE(3322), 2, sym_field_pattern, sym_remaining_field_pattern, - [74218] = 8, + [74350] = 10, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4679), 1, - anon_sym_DOT_DOT, - ACTIONS(5366), 1, - anon_sym_COLON, - ACTIONS(5368), 1, - anon_sym_COLON_COLON, - ACTIONS(4681), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - ACTIONS(5364), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - STATE(2366), 2, + ACTIONS(5318), 1, + anon_sym_LPAREN, + ACTIONS(5320), 1, + anon_sym_LBRACK, + ACTIONS(5322), 1, + anon_sym_LBRACE, + ACTIONS(5384), 1, + anon_sym_RBRACK, + STATE(2288), 1, + aux_sym_macro_definition_repeat1, + STATE(3238), 1, + sym_macro_rule, + STATE(3657), 1, + sym_token_tree_pattern, + STATE(2371), 2, sym_line_comment, sym_block_comment, - [74246] = 7, + [74382] = 10, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4679), 1, - anon_sym_DOT_DOT, - ACTIONS(5368), 1, + ACTIONS(5083), 1, + anon_sym_LPAREN, + ACTIONS(5089), 1, + anon_sym_where, + ACTIONS(5112), 1, + anon_sym_LBRACE, + ACTIONS(5386), 1, + anon_sym_SEMI, + STATE(607), 1, + sym_field_declaration_list, + STATE(2914), 1, + sym_ordered_field_declaration_list, + STATE(3478), 1, + sym_where_clause, + STATE(2372), 2, + sym_line_comment, + sym_block_comment, + [74414] = 10, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(4887), 1, anon_sym_COLON_COLON, - ACTIONS(4681), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(2367), 2, + ACTIONS(5388), 1, + anon_sym_LPAREN, + ACTIONS(5390), 1, + anon_sym_LBRACK, + ACTIONS(5392), 1, + anon_sym_RBRACK, + ACTIONS(5394), 1, + anon_sym_LBRACE, + ACTIONS(5396), 1, + anon_sym_EQ, + STATE(3594), 1, + sym_delim_token_tree, + STATE(2373), 2, sym_line_comment, sym_block_comment, - ACTIONS(3509), 3, - anon_sym_RPAREN, - anon_sym_PLUS, - anon_sym_COMMA, - [74272] = 9, + [74446] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5210), 1, + ACTIONS(5228), 1, sym_identifier, - ACTIONS(5214), 1, + ACTIONS(5232), 1, anon_sym_DOT_DOT, - ACTIONS(5218), 1, + ACTIONS(5236), 1, anon_sym_ref, - ACTIONS(5220), 1, + ACTIONS(5238), 1, sym_mutable_specifier, - ACTIONS(5370), 1, + ACTIONS(5398), 1, anon_sym_RBRACE, - STATE(2368), 2, + STATE(2374), 2, sym_line_comment, sym_block_comment, - STATE(3258), 2, + STATE(3322), 2, sym_field_pattern, sym_remaining_field_pattern, - [74302] = 8, + [74476] = 10, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4679), 1, - anon_sym_DOT_DOT, - ACTIONS(5374), 1, - anon_sym_COLON, - ACTIONS(5376), 1, + ACTIONS(4893), 1, anon_sym_COLON_COLON, - ACTIONS(4681), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - ACTIONS(5372), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - STATE(2369), 2, + ACTIONS(5388), 1, + anon_sym_LPAREN, + ACTIONS(5390), 1, + anon_sym_LBRACK, + ACTIONS(5394), 1, + anon_sym_LBRACE, + ACTIONS(5400), 1, + anon_sym_RBRACK, + ACTIONS(5402), 1, + anon_sym_EQ, + STATE(3665), 1, + sym_delim_token_tree, + STATE(2375), 2, sym_line_comment, sym_block_comment, - [74330] = 10, + [74508] = 10, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5306), 1, + ACTIONS(5318), 1, anon_sym_LPAREN, - ACTIONS(5308), 1, + ACTIONS(5320), 1, anon_sym_LBRACK, - ACTIONS(5312), 1, + ACTIONS(5322), 1, anon_sym_LBRACE, - ACTIONS(5358), 1, - anon_sym_RBRACK, - STATE(2244), 1, + ACTIONS(5404), 1, + anon_sym_RPAREN, + STATE(2403), 1, aux_sym_macro_definition_repeat1, - STATE(3373), 1, + STATE(3441), 1, sym_macro_rule, - STATE(3512), 1, + STATE(3657), 1, sym_token_tree_pattern, - STATE(2370), 2, + STATE(2376), 2, sym_line_comment, sym_block_comment, - [74362] = 10, + [74540] = 10, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5306), 1, + ACTIONS(4794), 1, + anon_sym_COLON_COLON, + ACTIONS(5388), 1, anon_sym_LPAREN, - ACTIONS(5308), 1, + ACTIONS(5390), 1, anon_sym_LBRACK, - ACTIONS(5312), 1, + ACTIONS(5394), 1, anon_sym_LBRACE, - ACTIONS(5378), 1, - anon_sym_RBRACE, - STATE(2244), 1, - aux_sym_macro_definition_repeat1, - STATE(3381), 1, - sym_macro_rule, - STATE(3512), 1, - sym_token_tree_pattern, - STATE(2371), 2, + ACTIONS(5400), 1, + anon_sym_RBRACK, + ACTIONS(5402), 1, + anon_sym_EQ, + STATE(3665), 1, + sym_delim_token_tree, + STATE(2377), 2, sym_line_comment, sym_block_comment, - [74394] = 10, - ACTIONS(27), 1, - anon_sym_PIPE, + [74572] = 10, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(348), 1, + ACTIONS(4899), 1, + anon_sym_COLON_COLON, + ACTIONS(5388), 1, + anon_sym_LPAREN, + ACTIONS(5390), 1, + anon_sym_LBRACK, + ACTIONS(5394), 1, anon_sym_LBRACE, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - ACTIONS(5380), 1, - anon_sym_move, - STATE(211), 1, - sym_closure_parameters, - STATE(1532), 1, - sym_block, - STATE(3719), 1, - sym_label, - STATE(2372), 2, + ACTIONS(5400), 1, + anon_sym_RBRACK, + ACTIONS(5402), 1, + anon_sym_EQ, + STATE(3665), 1, + sym_delim_token_tree, + STATE(2378), 2, sym_line_comment, sym_block_comment, - [74426] = 10, + [74604] = 10, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5306), 1, + ACTIONS(5318), 1, anon_sym_LPAREN, - ACTIONS(5308), 1, + ACTIONS(5320), 1, anon_sym_LBRACK, - ACTIONS(5312), 1, + ACTIONS(5322), 1, anon_sym_LBRACE, - ACTIONS(5382), 1, + ACTIONS(5406), 1, anon_sym_RPAREN, - STATE(2381), 1, + STATE(2386), 1, aux_sym_macro_definition_repeat1, - STATE(3374), 1, + STATE(3387), 1, sym_macro_rule, - STATE(3512), 1, + STATE(3657), 1, sym_token_tree_pattern, - STATE(2373), 2, + STATE(2379), 2, sym_line_comment, sym_block_comment, - [74458] = 10, + [74636] = 10, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5306), 1, + ACTIONS(5318), 1, anon_sym_LPAREN, - ACTIONS(5308), 1, + ACTIONS(5320), 1, anon_sym_LBRACK, - ACTIONS(5312), 1, + ACTIONS(5322), 1, anon_sym_LBRACE, - ACTIONS(5382), 1, + ACTIONS(5406), 1, anon_sym_RBRACK, - STATE(2382), 1, + STATE(2387), 1, aux_sym_macro_definition_repeat1, - STATE(3376), 1, + STATE(3389), 1, sym_macro_rule, - STATE(3512), 1, + STATE(3657), 1, sym_token_tree_pattern, - STATE(2374), 2, + STATE(2380), 2, sym_line_comment, sym_block_comment, - [74490] = 10, + [74668] = 10, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5306), 1, + ACTIONS(5318), 1, anon_sym_LPAREN, - ACTIONS(5308), 1, + ACTIONS(5320), 1, anon_sym_LBRACK, - ACTIONS(5310), 1, - anon_sym_RPAREN, - ACTIONS(5312), 1, + ACTIONS(5322), 1, anon_sym_LBRACE, - STATE(2383), 1, + ACTIONS(5408), 1, + anon_sym_RPAREN, + STATE(2388), 1, aux_sym_macro_definition_repeat1, - STATE(3378), 1, + STATE(3390), 1, sym_macro_rule, - STATE(3512), 1, + STATE(3657), 1, sym_token_tree_pattern, - STATE(2375), 2, + STATE(2381), 2, sym_line_comment, sym_block_comment, - [74522] = 10, + [74700] = 10, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5306), 1, + ACTIONS(5318), 1, anon_sym_LPAREN, - ACTIONS(5308), 1, + ACTIONS(5320), 1, anon_sym_LBRACK, - ACTIONS(5312), 1, + ACTIONS(5322), 1, anon_sym_LBRACE, - ACTIONS(5384), 1, - anon_sym_RBRACE, - STATE(2244), 1, + ACTIONS(5408), 1, + anon_sym_RBRACK, + STATE(2389), 1, aux_sym_macro_definition_repeat1, - STATE(3290), 1, + STATE(3391), 1, sym_macro_rule, - STATE(3512), 1, + STATE(3657), 1, sym_token_tree_pattern, - STATE(2376), 2, - sym_line_comment, - sym_block_comment, - [74554] = 10, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(4907), 1, - anon_sym_COLON_COLON, - ACTIONS(5386), 1, - anon_sym_LPAREN, - ACTIONS(5388), 1, - anon_sym_LBRACK, - ACTIONS(5390), 1, - anon_sym_RBRACK, - ACTIONS(5392), 1, - anon_sym_LBRACE, - ACTIONS(5394), 1, - anon_sym_EQ, - STATE(3756), 1, - sym_delim_token_tree, - STATE(2377), 2, + STATE(2382), 2, sym_line_comment, sym_block_comment, - [74586] = 10, + [74732] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4901), 1, - anon_sym_COLON_COLON, - ACTIONS(5386), 1, - anon_sym_LPAREN, - ACTIONS(5388), 1, - anon_sym_LBRACK, - ACTIONS(5392), 1, + ACTIONS(4299), 1, anon_sym_LBRACE, - ACTIONS(5396), 1, - anon_sym_RBRACK, - ACTIONS(5398), 1, - anon_sym_EQ, - STATE(3779), 1, - sym_delim_token_tree, - STATE(2378), 2, + ACTIONS(4689), 1, + anon_sym_LT2, + ACTIONS(5372), 1, + anon_sym_STAR, + STATE(2919), 1, + sym_use_list, + STATE(3601), 1, + sym_type_arguments, + ACTIONS(5370), 2, + sym_identifier, + sym_super, + STATE(2383), 2, sym_line_comment, sym_block_comment, - [74618] = 10, + [74762] = 10, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4790), 1, - anon_sym_COLON_COLON, - ACTIONS(5386), 1, - anon_sym_LPAREN, - ACTIONS(5388), 1, - anon_sym_LBRACK, - ACTIONS(5392), 1, - anon_sym_LBRACE, - ACTIONS(5396), 1, - anon_sym_RBRACK, - ACTIONS(5398), 1, - anon_sym_EQ, - STATE(3779), 1, - sym_delim_token_tree, - STATE(2379), 2, + ACTIONS(5410), 1, + sym_identifier, + ACTIONS(5412), 1, + anon_sym_async, + ACTIONS(5414), 1, + anon_sym_ref, + ACTIONS(5416), 1, + sym_mutable_specifier, + ACTIONS(5418), 1, + anon_sym_move, + STATE(253), 1, + sym_closure_parameters, + STATE(2384), 2, sym_line_comment, sym_block_comment, - [74650] = 10, + [74794] = 10, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4915), 1, - anon_sym_COLON_COLON, - ACTIONS(5386), 1, + ACTIONS(5083), 1, anon_sym_LPAREN, - ACTIONS(5388), 1, - anon_sym_LBRACK, - ACTIONS(5392), 1, + ACTIONS(5085), 1, anon_sym_LBRACE, - ACTIONS(5396), 1, - anon_sym_RBRACK, - ACTIONS(5398), 1, - anon_sym_EQ, - STATE(3779), 1, - sym_delim_token_tree, - STATE(2380), 2, + ACTIONS(5089), 1, + anon_sym_where, + ACTIONS(5420), 1, + anon_sym_SEMI, + STATE(1182), 1, + sym_field_declaration_list, + STATE(2980), 1, + sym_ordered_field_declaration_list, + STATE(3211), 1, + sym_where_clause, + STATE(2385), 2, sym_line_comment, sym_block_comment, - [74682] = 10, + [74826] = 10, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5306), 1, + ACTIONS(5318), 1, anon_sym_LPAREN, - ACTIONS(5308), 1, + ACTIONS(5320), 1, anon_sym_LBRACK, - ACTIONS(5312), 1, + ACTIONS(5322), 1, anon_sym_LBRACE, - ACTIONS(5400), 1, + ACTIONS(5422), 1, anon_sym_RPAREN, - STATE(2244), 1, + STATE(2288), 1, aux_sym_macro_definition_repeat1, - STATE(3390), 1, + STATE(3405), 1, sym_macro_rule, - STATE(3512), 1, + STATE(3657), 1, sym_token_tree_pattern, - STATE(2381), 2, + STATE(2386), 2, sym_line_comment, sym_block_comment, - [74714] = 10, + [74858] = 10, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5306), 1, + ACTIONS(5318), 1, anon_sym_LPAREN, - ACTIONS(5308), 1, + ACTIONS(5320), 1, anon_sym_LBRACK, - ACTIONS(5312), 1, + ACTIONS(5322), 1, anon_sym_LBRACE, - ACTIONS(5400), 1, + ACTIONS(5422), 1, anon_sym_RBRACK, - STATE(2244), 1, + STATE(2288), 1, aux_sym_macro_definition_repeat1, - STATE(3391), 1, + STATE(3406), 1, sym_macro_rule, - STATE(3512), 1, + STATE(3657), 1, sym_token_tree_pattern, - STATE(2382), 2, + STATE(2387), 2, sym_line_comment, sym_block_comment, - [74746] = 10, + [74890] = 10, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5306), 1, + ACTIONS(5318), 1, anon_sym_LPAREN, - ACTIONS(5308), 1, + ACTIONS(5320), 1, anon_sym_LBRACK, - ACTIONS(5312), 1, + ACTIONS(5322), 1, anon_sym_LBRACE, - ACTIONS(5402), 1, + ACTIONS(5424), 1, anon_sym_RPAREN, - STATE(2244), 1, + STATE(2288), 1, aux_sym_macro_definition_repeat1, - STATE(3392), 1, + STATE(3407), 1, sym_macro_rule, - STATE(3512), 1, + STATE(3657), 1, sym_token_tree_pattern, - STATE(2383), 2, + STATE(2388), 2, sym_line_comment, sym_block_comment, - [74778] = 10, + [74922] = 10, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5306), 1, + ACTIONS(5318), 1, anon_sym_LPAREN, - ACTIONS(5308), 1, + ACTIONS(5320), 1, anon_sym_LBRACK, - ACTIONS(5312), 1, + ACTIONS(5322), 1, anon_sym_LBRACE, - ACTIONS(5402), 1, + ACTIONS(5424), 1, anon_sym_RBRACK, - STATE(2244), 1, + STATE(2288), 1, aux_sym_macro_definition_repeat1, - STATE(3393), 1, + STATE(3408), 1, sym_macro_rule, - STATE(3512), 1, + STATE(3657), 1, sym_token_tree_pattern, - STATE(2384), 2, + STATE(2389), 2, sym_line_comment, sym_block_comment, - [74810] = 8, + [74954] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4679), 1, + ACTIONS(4683), 1, anon_sym_DOT_DOT, - ACTIONS(5366), 1, + ACTIONS(5328), 1, anon_sym_COLON, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_COLON_COLON, - ACTIONS(4681), 2, + ACTIONS(4685), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - ACTIONS(5364), 2, + ACTIONS(5326), 2, anon_sym_RPAREN, anon_sym_COMMA, - STATE(2385), 2, + STATE(2390), 2, sym_line_comment, sym_block_comment, - [74838] = 7, + [74982] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4679), 1, + ACTIONS(4683), 1, anon_sym_DOT_DOT, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_COLON_COLON, - ACTIONS(4681), 2, + ACTIONS(4685), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(2386), 2, + STATE(2391), 2, sym_line_comment, sym_block_comment, - ACTIONS(3509), 3, + ACTIONS(3577), 3, anon_sym_RPAREN, anon_sym_PLUS, anon_sym_COMMA, - [74864] = 8, + [75008] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5104), 1, + ACTIONS(5083), 1, anon_sym_LPAREN, - ACTIONS(5155), 1, + ACTIONS(5085), 1, anon_sym_LBRACE, - ACTIONS(5408), 1, + ACTIONS(5430), 1, anon_sym_EQ, - ACTIONS(5406), 2, + ACTIONS(5428), 2, anon_sym_RBRACE, anon_sym_COMMA, - STATE(2387), 2, + STATE(2392), 2, sym_line_comment, sym_block_comment, - STATE(2985), 2, + STATE(3101), 2, sym_field_declaration_list, sym_ordered_field_declaration_list, - [74892] = 9, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(4297), 1, - anon_sym_LBRACE, - ACTIONS(4685), 1, - anon_sym_LT2, - ACTIONS(5412), 1, - anon_sym_STAR, - STATE(2916), 1, - sym_use_list, - STATE(3626), 1, - sym_type_arguments, - ACTIONS(5410), 2, - sym_identifier, - sym_super, - STATE(2388), 2, - sym_line_comment, - sym_block_comment, - [74922] = 9, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(4297), 1, - anon_sym_LBRACE, - ACTIONS(4685), 1, - anon_sym_LT2, - ACTIONS(5412), 1, - anon_sym_STAR, - STATE(2916), 1, - sym_use_list, - STATE(3735), 1, - sym_type_arguments, - ACTIONS(5410), 2, - sym_identifier, - sym_super, - STATE(2389), 2, - sym_line_comment, - sym_block_comment, - [74952] = 10, + [75036] = 10, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5306), 1, + ACTIONS(5318), 1, anon_sym_LPAREN, - ACTIONS(5308), 1, + ACTIONS(5320), 1, anon_sym_LBRACK, - ACTIONS(5312), 1, + ACTIONS(5322), 1, anon_sym_LBRACE, - ACTIONS(5414), 1, + ACTIONS(5432), 1, anon_sym_RBRACE, - STATE(2401), 1, + STATE(2288), 1, aux_sym_macro_definition_repeat1, - STATE(3458), 1, + STATE(3254), 1, sym_macro_rule, - STATE(3512), 1, + STATE(3657), 1, sym_token_tree_pattern, - STATE(2390), 2, + STATE(2393), 2, sym_line_comment, sym_block_comment, - [74984] = 10, + [75068] = 10, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5306), 1, + ACTIONS(5318), 1, anon_sym_LPAREN, - ACTIONS(5308), 1, + ACTIONS(5320), 1, anon_sym_LBRACK, - ACTIONS(5312), 1, + ACTIONS(5322), 1, anon_sym_LBRACE, - ACTIONS(5416), 1, + ACTIONS(5434), 1, anon_sym_RBRACE, - STATE(2376), 1, + STATE(2288), 1, aux_sym_macro_definition_repeat1, - STATE(3462), 1, + STATE(3258), 1, sym_macro_rule, - STATE(3512), 1, + STATE(3657), 1, sym_token_tree_pattern, - STATE(2391), 2, - sym_line_comment, - sym_block_comment, - [75016] = 9, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(5210), 1, - sym_identifier, - ACTIONS(5214), 1, - anon_sym_DOT_DOT, - ACTIONS(5218), 1, - anon_sym_ref, - ACTIONS(5220), 1, - sym_mutable_specifier, - ACTIONS(5418), 1, - anon_sym_RBRACE, - STATE(2392), 2, - sym_line_comment, - sym_block_comment, - STATE(3258), 2, - sym_field_pattern, - sym_remaining_field_pattern, - [75046] = 9, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(5210), 1, - sym_identifier, - ACTIONS(5214), 1, - anon_sym_DOT_DOT, - ACTIONS(5218), 1, - anon_sym_ref, - ACTIONS(5220), 1, - sym_mutable_specifier, - ACTIONS(5420), 1, - anon_sym_RBRACE, - STATE(2393), 2, - sym_line_comment, - sym_block_comment, - STATE(3258), 2, - sym_field_pattern, - sym_remaining_field_pattern, - [75076] = 5, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(5422), 1, - anon_sym_trait, STATE(2394), 2, sym_line_comment, sym_block_comment, - ACTIONS(3621), 6, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, - [75098] = 5, + [75100] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5424), 1, + ACTIONS(5436), 1, sym_identifier, STATE(2395), 2, sym_line_comment, sym_block_comment, - ACTIONS(4951), 6, + ACTIONS(4919), 6, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_fn, anon_sym_unsafe, anon_sym_extern, - [75120] = 10, + [75122] = 10, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5104), 1, + ACTIONS(5083), 1, anon_sym_LPAREN, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(5155), 1, + ACTIONS(5085), 1, anon_sym_LBRACE, - ACTIONS(5426), 1, + ACTIONS(5089), 1, + anon_sym_where, + ACTIONS(5438), 1, anon_sym_SEMI, - STATE(1138), 1, + STATE(1263), 1, sym_field_declaration_list, - STATE(2912), 1, + STATE(3110), 1, sym_ordered_field_declaration_list, - STATE(3353), 1, + STATE(3333), 1, sym_where_clause, STATE(2396), 2, sym_line_comment, sym_block_comment, - [75152] = 7, + [75154] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4679), 1, + ACTIONS(4683), 1, anon_sym_DOT_DOT, - ACTIONS(5428), 1, + ACTIONS(5440), 1, anon_sym_COLON_COLON, - ACTIONS(4681), 2, + ACTIONS(4685), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, STATE(2397), 2, sym_line_comment, sym_block_comment, - ACTIONS(3509), 3, + ACTIONS(3577), 3, anon_sym_SEMI, anon_sym_RBRACK, anon_sym_PLUS, - [75178] = 10, + [75180] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5104), 1, - anon_sym_LPAREN, - ACTIONS(5106), 1, - anon_sym_LBRACE, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(5430), 1, - anon_sym_SEMI, - STATE(712), 1, - sym_field_declaration_list, - STATE(2882), 1, - sym_ordered_field_declaration_list, - STATE(3299), 1, - sym_where_clause, + ACTIONS(5442), 1, + sym_identifier, STATE(2398), 2, sym_line_comment, sym_block_comment, - [75210] = 10, - ACTIONS(3), 1, + ACTIONS(4919), 6, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_unsafe, + anon_sym_extern, + [75202] = 9, + ACTIONS(105), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5432), 1, - aux_sym_line_comment_token1, - ACTIONS(5434), 1, - aux_sym_line_comment_token3, - ACTIONS(5436), 1, - anon_sym_BANG2, - ACTIONS(5438), 1, - anon_sym_SLASH2, - STATE(3507), 1, - sym__line_doc_comment_marker, - STATE(3558), 1, - sym__inner_line_doc_comment_marker, - STATE(3715), 1, - sym__outer_line_doc_comment_marker, + ACTIONS(5228), 1, + sym_identifier, + ACTIONS(5232), 1, + anon_sym_DOT_DOT, + ACTIONS(5236), 1, + anon_sym_ref, + ACTIONS(5238), 1, + sym_mutable_specifier, + ACTIONS(5444), 1, + anon_sym_RBRACE, STATE(2399), 2, sym_line_comment, sym_block_comment, - [75242] = 5, + STATE(3322), 2, + sym_field_pattern, + sym_remaining_field_pattern, + [75232] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5440), 1, + ACTIONS(5446), 1, anon_sym_trait, STATE(2400), 2, sym_line_comment, sym_block_comment, - ACTIONS(3621), 6, + ACTIONS(3601), 6, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_fn, anon_sym_unsafe, anon_sym_extern, - [75264] = 10, + [75254] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5306), 1, + ACTIONS(5228), 1, + sym_identifier, + ACTIONS(5232), 1, + anon_sym_DOT_DOT, + ACTIONS(5236), 1, + anon_sym_ref, + ACTIONS(5238), 1, + sym_mutable_specifier, + ACTIONS(5448), 1, + anon_sym_RBRACE, + STATE(2401), 2, + sym_line_comment, + sym_block_comment, + STATE(3322), 2, + sym_field_pattern, + sym_remaining_field_pattern, + [75284] = 10, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(5318), 1, anon_sym_LPAREN, - ACTIONS(5308), 1, + ACTIONS(5320), 1, anon_sym_LBRACK, - ACTIONS(5312), 1, + ACTIONS(5322), 1, anon_sym_LBRACE, - ACTIONS(5442), 1, - anon_sym_RBRACE, - STATE(2244), 1, + ACTIONS(5342), 1, + anon_sym_RBRACK, + STATE(2362), 1, aux_sym_macro_definition_repeat1, - STATE(3280), 1, + STATE(3474), 1, sym_macro_rule, - STATE(3512), 1, + STATE(3657), 1, sym_token_tree_pattern, - STATE(2401), 2, + STATE(2402), 2, sym_line_comment, sym_block_comment, - [75296] = 5, + [75316] = 10, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5444), 1, - sym_identifier, - STATE(2402), 2, + ACTIONS(5318), 1, + anon_sym_LPAREN, + ACTIONS(5320), 1, + anon_sym_LBRACK, + ACTIONS(5322), 1, + anon_sym_LBRACE, + ACTIONS(5384), 1, + anon_sym_RPAREN, + STATE(2288), 1, + aux_sym_macro_definition_repeat1, + STATE(3232), 1, + sym_macro_rule, + STATE(3657), 1, + sym_token_tree_pattern, + STATE(2403), 2, sym_line_comment, sym_block_comment, - ACTIONS(4951), 6, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, - [75318] = 5, + [75348] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5446), 1, + ACTIONS(5450), 1, sym_identifier, - STATE(2403), 2, + STATE(2404), 2, sym_line_comment, sym_block_comment, - ACTIONS(4951), 6, + ACTIONS(4919), 6, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_fn, anon_sym_unsafe, anon_sym_extern, - [75340] = 10, - ACTIONS(27), 1, - anon_sym_PIPE, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(412), 1, - anon_sym_LBRACE, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - ACTIONS(5448), 1, - anon_sym_move, - STATE(224), 1, - sym_closure_parameters, - STATE(1724), 1, - sym_block, - STATE(3783), 1, - sym_label, - STATE(2404), 2, - sym_line_comment, - sym_block_comment, - [75372] = 9, + [75370] = 10, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(5120), 1, + ACTIONS(5318), 1, + anon_sym_LPAREN, + ACTIONS(5320), 1, + anon_sym_LBRACK, + ACTIONS(5322), 1, anon_sym_LBRACE, - ACTIONS(5450), 1, - anon_sym_SEMI, - STATE(665), 1, - sym_declaration_list, - STATE(3025), 1, - sym_where_clause, + ACTIONS(5404), 1, + anon_sym_RBRACK, + STATE(2371), 1, + aux_sym_macro_definition_repeat1, + STATE(3460), 1, + sym_macro_rule, + STATE(3657), 1, + sym_token_tree_pattern, STATE(2405), 2, sym_line_comment, sym_block_comment, - [75401] = 9, + [75402] = 10, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(5110), 1, + ACTIONS(5083), 1, + anon_sym_LPAREN, + ACTIONS(5089), 1, anon_sym_where, - ACTIONS(5130), 1, + ACTIONS(5112), 1, anon_sym_LBRACE, ACTIONS(5452), 1, anon_sym_SEMI, - STATE(1224), 1, - sym_declaration_list, - STATE(2982), 1, + STATE(721), 1, + sym_field_declaration_list, + STATE(3040), 1, + sym_ordered_field_declaration_list, + STATE(3270), 1, sym_where_clause, STATE(2406), 2, sym_line_comment, sym_block_comment, - [75430] = 5, + [75434] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4810), 1, - anon_sym_DOT_DOT, + ACTIONS(4763), 1, + anon_sym_COLON_COLON, + ACTIONS(5454), 1, + anon_sym_GT, + ACTIONS(5456), 1, + anon_sym_COMMA, + STATE(3107), 1, + aux_sym_type_parameters_repeat1, + ACTIONS(3577), 2, + anon_sym_PLUS, + anon_sym_as, STATE(2407), 2, sym_line_comment, sym_block_comment, - ACTIONS(4808), 5, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_if, - [75451] = 5, + [75461] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(1012), 1, - anon_sym_DOT_DOT, + ACTIONS(3175), 1, + anon_sym_PLUS, + ACTIONS(5079), 1, + anon_sym_LBRACE, + ACTIONS(5089), 1, + anon_sym_where, + ACTIONS(5458), 1, + anon_sym_SEMI, + STATE(734), 1, + sym_declaration_list, + STATE(3180), 1, + sym_where_clause, STATE(2408), 2, sym_line_comment, sym_block_comment, - ACTIONS(1014), 5, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_if, - [75472] = 9, + [75490] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(5130), 1, + ACTIONS(5079), 1, anon_sym_LBRACE, - ACTIONS(5190), 1, + ACTIONS(5089), 1, + anon_sym_where, + ACTIONS(5220), 1, anon_sym_COLON, - STATE(1256), 1, + STATE(683), 1, sym_declaration_list, - STATE(2851), 1, + STATE(2795), 1, sym_trait_bounds, - STATE(3498), 1, + STATE(3280), 1, sym_where_clause, STATE(2409), 2, sym_line_comment, sym_block_comment, - [75501] = 5, + [75519] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(1016), 1, - anon_sym_DOT_DOT, + ACTIONS(3253), 1, + anon_sym_PLUS, + ACTIONS(5220), 1, + anon_sym_COLON, + ACTIONS(5460), 1, + anon_sym_GT, + ACTIONS(5462), 1, + anon_sym_COMMA, + STATE(2957), 1, + sym_trait_bounds, + STATE(2958), 1, + aux_sym_type_arguments_repeat1, STATE(2410), 2, sym_line_comment, sym_block_comment, - ACTIONS(1018), 5, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_if, - [75522] = 5, + [75548] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(1042), 1, + ACTIONS(4844), 1, anon_sym_DOT_DOT, STATE(2411), 2, sym_line_comment, sym_block_comment, - ACTIONS(1044), 5, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_if, - [75543] = 5, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(958), 1, - anon_sym_DOT_DOT, - STATE(2412), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(960), 5, + ACTIONS(4842), 5, anon_sym_EQ_GT, anon_sym_PIPE, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_if, - [75564] = 9, + [75569] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, + ACTIONS(3175), 1, anon_sym_PLUS, - ACTIONS(5110), 1, + ACTIONS(5089), 1, anon_sym_where, ACTIONS(5120), 1, anon_sym_LBRACE, - ACTIONS(5454), 1, + ACTIONS(5464), 1, anon_sym_SEMI, - STATE(738), 1, + STATE(1156), 1, sym_declaration_list, - STATE(3118), 1, + STATE(2896), 1, sym_where_clause, - STATE(2413), 2, + STATE(2412), 2, sym_line_comment, sym_block_comment, - [75593] = 9, + [75598] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, + ACTIONS(4765), 1, + anon_sym_COLON_COLON, + ACTIONS(5159), 1, + anon_sym_for, + STATE(2413), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3577), 4, + anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_PLUS, - ACTIONS(5110), 1, anon_sym_where, - ACTIONS(5130), 1, + [75621] = 8, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(1408), 1, anon_sym_LBRACE, - ACTIONS(5456), 1, - anon_sym_SEMI, - STATE(1272), 1, - sym_declaration_list, - STATE(2990), 1, - sym_where_clause, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + ACTIONS(5466), 1, + anon_sym_if, + STATE(3782), 1, + sym_label, + STATE(481), 2, + sym_if_expression, + sym_block, STATE(2414), 2, sym_line_comment, sym_block_comment, - [75622] = 9, + [75648] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(5130), 1, - anon_sym_LBRACE, - ACTIONS(5458), 1, - anon_sym_SEMI, - STATE(1274), 1, - sym_declaration_list, - STATE(2991), 1, - sym_where_clause, + ACTIONS(5468), 1, + anon_sym_DASH_GT, STATE(2415), 2, sym_line_comment, sym_block_comment, - [75651] = 9, + ACTIONS(3751), 5, + anon_sym_COLON, + anon_sym_PLUS, + anon_sym_GT, + anon_sym_COMMA, + anon_sym_as, + [75669] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, + ACTIONS(3253), 1, anon_sym_PLUS, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(5130), 1, - anon_sym_LBRACE, - ACTIONS(5460), 1, - anon_sym_SEMI, - STATE(1288), 1, - sym_declaration_list, - STATE(2994), 1, - sym_where_clause, + ACTIONS(5220), 1, + anon_sym_COLON, + ACTIONS(5470), 1, + anon_sym_GT, + ACTIONS(5472), 1, + anon_sym_COMMA, + STATE(3128), 1, + sym_trait_bounds, + STATE(3129), 1, + aux_sym_type_arguments_repeat1, STATE(2416), 2, sym_line_comment, sym_block_comment, - [75680] = 9, + [75698] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(5130), 1, - anon_sym_LBRACE, - ACTIONS(5462), 1, - anon_sym_SEMI, - STATE(1290), 1, - sym_declaration_list, - STATE(2995), 1, - sym_where_clause, + ACTIONS(4765), 1, + anon_sym_COLON_COLON, + ACTIONS(5101), 1, + anon_sym_for, STATE(2417), 2, sym_line_comment, sym_block_comment, - [75709] = 9, + ACTIONS(3577), 4, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_where, + [75721] = 9, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(5130), 1, + ACTIONS(348), 1, anon_sym_LBRACE, - ACTIONS(5464), 1, - anon_sym_SEMI, - STATE(1292), 1, - sym_declaration_list, - STATE(2996), 1, - sym_where_clause, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + STATE(250), 1, + sym_closure_parameters, + STATE(1454), 1, + sym_block, + STATE(3719), 1, + sym_label, STATE(2418), 2, sym_line_comment, sym_block_comment, - [75738] = 9, + [75750] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(5110), 1, + ACTIONS(5087), 1, + anon_sym_LT, + ACTIONS(5089), 1, anon_sym_where, - ACTIONS(5130), 1, + ACTIONS(5474), 1, anon_sym_LBRACE, - ACTIONS(5466), 1, - anon_sym_SEMI, - STATE(1294), 1, - sym_declaration_list, - STATE(2997), 1, + STATE(1126), 1, + sym_enum_variant_list, + STATE(2676), 1, + sym_type_parameters, + STATE(3286), 1, sym_where_clause, STATE(2419), 2, sym_line_comment, sym_block_comment, - [75767] = 9, + [75779] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, + ACTIONS(3175), 1, anon_sym_PLUS, - ACTIONS(5110), 1, + ACTIONS(5089), 1, anon_sym_where, ACTIONS(5120), 1, anon_sym_LBRACE, - ACTIONS(5468), 1, + ACTIONS(5476), 1, anon_sym_SEMI, - STATE(740), 1, + STATE(1132), 1, sym_declaration_list, - STATE(3120), 1, + STATE(3142), 1, sym_where_clause, STATE(2420), 2, sym_line_comment, sym_block_comment, - [75796] = 4, + [75808] = 9, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(348), 1, + anon_sym_LBRACE, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + STATE(217), 1, + sym_closure_parameters, + STATE(1454), 1, + sym_block, + STATE(3719), 1, + sym_label, STATE(2421), 2, sym_line_comment, sym_block_comment, - ACTIONS(3621), 6, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, - [75815] = 9, + [75837] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(5120), 1, + ACTIONS(3175), 1, + anon_sym_PLUS, + ACTIONS(5079), 1, anon_sym_LBRACE, - ACTIONS(5190), 1, - anon_sym_COLON, - STATE(774), 1, + ACTIONS(5089), 1, + anon_sym_where, + ACTIONS(5478), 1, + anon_sym_SEMI, + STATE(674), 1, sym_declaration_list, - STATE(2859), 1, - sym_trait_bounds, - STATE(3455), 1, + STATE(3022), 1, sym_where_clause, STATE(2422), 2, sym_line_comment, sym_block_comment, - [75844] = 9, + [75866] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(5130), 1, - anon_sym_LBRACE, - ACTIONS(5470), 1, - anon_sym_SEMI, - STATE(1329), 1, - sym_declaration_list, - STATE(3000), 1, - sym_where_clause, + ACTIONS(5480), 1, + anon_sym_DASH_GT, STATE(2423), 2, sym_line_comment, sym_block_comment, - [75873] = 9, + ACTIONS(3723), 5, + anon_sym_COLON, + anon_sym_PLUS, + anon_sym_GT, + anon_sym_COMMA, + anon_sym_as, + [75887] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, + ACTIONS(3253), 1, anon_sym_PLUS, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(5130), 1, - anon_sym_LBRACE, - ACTIONS(5472), 1, - anon_sym_SEMI, - STATE(1331), 1, - sym_declaration_list, + ACTIONS(5220), 1, + anon_sym_COLON, + ACTIONS(5482), 1, + anon_sym_GT, + ACTIONS(5484), 1, + anon_sym_COMMA, STATE(3001), 1, - sym_where_clause, + sym_trait_bounds, + STATE(3002), 1, + aux_sym_type_arguments_repeat1, STATE(2424), 2, sym_line_comment, sym_block_comment, - [75902] = 6, + [75916] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4770), 1, - anon_sym_COLON_COLON, - ACTIONS(5075), 1, - anon_sym_for, + ACTIONS(3175), 1, + anon_sym_PLUS, + ACTIONS(5089), 1, + anon_sym_where, + ACTIONS(5120), 1, + anon_sym_LBRACE, + ACTIONS(5486), 1, + anon_sym_SEMI, + STATE(1112), 1, + sym_declaration_list, + STATE(2899), 1, + sym_where_clause, STATE(2425), 2, sym_line_comment, sym_block_comment, - ACTIONS(3509), 4, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_where, - [75925] = 9, + [75945] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5110), 1, + ACTIONS(5087), 1, + anon_sym_LT, + ACTIONS(5089), 1, anon_sym_where, - ACTIONS(5120), 1, + ACTIONS(5112), 1, anon_sym_LBRACE, - ACTIONS(5190), 1, - anon_sym_COLON, - STATE(624), 1, - sym_declaration_list, - STATE(2649), 1, - sym_trait_bounds, - STATE(3366), 1, + STATE(541), 1, + sym_field_declaration_list, + STATE(2678), 1, + sym_type_parameters, + STATE(3303), 1, sym_where_clause, STATE(2426), 2, sym_line_comment, sym_block_comment, - [75954] = 9, + [75974] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(5120), 1, + ACTIONS(412), 1, anon_sym_LBRACE, - ACTIONS(5190), 1, - anon_sym_COLON, - STATE(702), 1, - sym_declaration_list, - STATE(2622), 1, - sym_trait_bounds, - STATE(3429), 1, - sym_where_clause, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + ACTIONS(5488), 1, + anon_sym_if, + STATE(3783), 1, + sym_label, + STATE(1867), 2, + sym_if_expression, + sym_block, STATE(2427), 2, sym_line_comment, sym_block_comment, - [75983] = 9, + [76001] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, + ACTIONS(3175), 1, anon_sym_PLUS, - ACTIONS(5110), 1, + ACTIONS(5089), 1, anon_sym_where, ACTIONS(5120), 1, anon_sym_LBRACE, - ACTIONS(5474), 1, + ACTIONS(5490), 1, anon_sym_SEMI, - STATE(610), 1, + STATE(1115), 1, sym_declaration_list, - STATE(3168), 1, + STATE(2900), 1, sym_where_clause, STATE(2428), 2, sym_line_comment, sym_block_comment, - [76012] = 7, + [76030] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4679), 1, - anon_sym_DOT_DOT, - ACTIONS(5368), 1, - anon_sym_COLON_COLON, - ACTIONS(4681), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - ACTIONS(5372), 2, - anon_sym_RPAREN, - anon_sym_COMMA, + ACTIONS(3175), 1, + anon_sym_PLUS, + ACTIONS(5089), 1, + anon_sym_where, + ACTIONS(5120), 1, + anon_sym_LBRACE, + ACTIONS(5492), 1, + anon_sym_SEMI, + STATE(1118), 1, + sym_declaration_list, + STATE(2903), 1, + sym_where_clause, STATE(2429), 2, sym_line_comment, sym_block_comment, - [76037] = 9, + [76059] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5110), 1, + ACTIONS(3175), 1, + anon_sym_PLUS, + ACTIONS(5089), 1, anon_sym_where, - ACTIONS(5190), 1, - anon_sym_COLON, - ACTIONS(5476), 1, + ACTIONS(5120), 1, + anon_sym_LBRACE, + ACTIONS(5494), 1, anon_sym_SEMI, - ACTIONS(5478), 1, - anon_sym_EQ, - STATE(3055), 1, - sym_trait_bounds, - STATE(3230), 1, + STATE(1120), 1, + sym_declaration_list, + STATE(2904), 1, sym_where_clause, STATE(2430), 2, sym_line_comment, sym_block_comment, - [76066] = 9, - ACTIONS(27), 1, - anon_sym_PIPE, + [76088] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(348), 1, + ACTIONS(3175), 1, + anon_sym_PLUS, + ACTIONS(5079), 1, anon_sym_LBRACE, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - STATE(214), 1, - sym_closure_parameters, - STATE(1497), 1, - sym_block, - STATE(3719), 1, - sym_label, + ACTIONS(5089), 1, + anon_sym_where, + ACTIONS(5496), 1, + anon_sym_SEMI, + STATE(736), 1, + sym_declaration_list, + STATE(3191), 1, + sym_where_clause, STATE(2431), 2, sym_line_comment, sym_block_comment, - [76095] = 5, + [76117] = 9, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5480), 1, - anon_sym_DASH_GT, + ACTIONS(1408), 1, + anon_sym_LBRACE, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + STATE(250), 1, + sym_closure_parameters, + STATE(475), 1, + sym_block, + STATE(3782), 1, + sym_label, STATE(2432), 2, sym_line_comment, sym_block_comment, - ACTIONS(3753), 5, - anon_sym_COLON, - anon_sym_PLUS, - anon_sym_GT, - anon_sym_COMMA, - anon_sym_as, - [76116] = 9, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(3173), 1, - anon_sym_PLUS, - ACTIONS(5190), 1, - anon_sym_COLON, - ACTIONS(5482), 1, - anon_sym_GT, - ACTIONS(5484), 1, - anon_sym_COMMA, - STATE(3040), 1, - sym_trait_bounds, - STATE(3041), 1, - aux_sym_type_arguments_repeat1, - STATE(2433), 2, - sym_line_comment, - sym_block_comment, - [76145] = 9, + [76146] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5108), 1, + ACTIONS(5085), 1, + anon_sym_LBRACE, + ACTIONS(5087), 1, anon_sym_LT, - ACTIONS(5110), 1, + ACTIONS(5089), 1, anon_sym_where, - ACTIONS(5486), 1, - anon_sym_LBRACE, - STATE(645), 1, - sym_enum_variant_list, - STATE(2850), 1, + STATE(1144), 1, + sym_field_declaration_list, + STATE(2680), 1, sym_type_parameters, - STATE(3441), 1, + STATE(3316), 1, sym_where_clause, - STATE(2434), 2, + STATE(2433), 2, sym_line_comment, sym_block_comment, - [76174] = 9, + [76175] = 9, ACTIONS(27), 1, anon_sym_PIPE, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(348), 1, + ACTIONS(412), 1, anon_sym_LBRACE, - ACTIONS(3459), 1, + ACTIONS(3445), 1, anon_sym_SQUOTE, - STATE(213), 1, + STATE(233), 1, sym_closure_parameters, - STATE(1497), 1, + STATE(1842), 1, sym_block, - STATE(3719), 1, + STATE(3783), 1, sym_label, + STATE(2434), 2, + sym_line_comment, + sym_block_comment, + [76204] = 5, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(5498), 1, + anon_sym_DASH_GT, STATE(2435), 2, sym_line_comment, sym_block_comment, - [76203] = 8, + ACTIONS(3717), 5, + anon_sym_COLON, + anon_sym_PLUS, + anon_sym_GT, + anon_sym_COMMA, + anon_sym_as, + [76225] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(1386), 1, - anon_sym_LBRACE, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - ACTIONS(5488), 1, - anon_sym_if, - STATE(3782), 1, - sym_label, - STATE(498), 2, - sym_if_expression, - sym_block, + ACTIONS(5500), 1, + anon_sym_DASH_GT, STATE(2436), 2, sym_line_comment, sym_block_comment, - [76230] = 9, + ACTIONS(3729), 5, + anon_sym_COLON, + anon_sym_PLUS, + anon_sym_GT, + anon_sym_COMMA, + anon_sym_as, + [76246] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5106), 1, - anon_sym_LBRACE, - ACTIONS(5108), 1, - anon_sym_LT, - ACTIONS(5110), 1, - anon_sym_where, - STATE(679), 1, - sym_field_declaration_list, - STATE(2632), 1, - sym_type_parameters, - STATE(3246), 1, - sym_where_clause, + ACTIONS(5502), 1, + anon_sym_DASH_GT, STATE(2437), 2, sym_line_comment, sym_block_comment, - [76259] = 9, + ACTIONS(3757), 5, + anon_sym_COLON, + anon_sym_PLUS, + anon_sym_GT, + anon_sym_COMMA, + anon_sym_as, + [76267] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5108), 1, - anon_sym_LT, - ACTIONS(5110), 1, + ACTIONS(5089), 1, anon_sym_where, - ACTIONS(5490), 1, - anon_sym_LBRACE, - STATE(1109), 1, - sym_enum_variant_list, - STATE(2856), 1, - sym_type_parameters, - STATE(3404), 1, + ACTIONS(5220), 1, + anon_sym_COLON, + ACTIONS(5504), 1, + anon_sym_SEMI, + ACTIONS(5506), 1, + anon_sym_EQ, + STATE(2977), 1, + sym_trait_bounds, + STATE(3417), 1, sym_where_clause, STATE(2438), 2, sym_line_comment, sym_block_comment, - [76288] = 9, - ACTIONS(27), 1, - anon_sym_PIPE, + [76296] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(348), 1, - anon_sym_LBRACE, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - STATE(234), 1, - sym_closure_parameters, - STATE(1497), 1, - sym_block, - STATE(3719), 1, - sym_label, + ACTIONS(4802), 1, + anon_sym_DOT_DOT, STATE(2439), 2, sym_line_comment, sym_block_comment, - [76317] = 9, + ACTIONS(4800), 5, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_if, + [76317] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, + ACTIONS(3767), 2, anon_sym_PLUS, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(5130), 1, - anon_sym_LBRACE, - ACTIONS(5492), 1, - anon_sym_SEMI, - STATE(1111), 1, - sym_declaration_list, - STATE(3147), 1, - sym_where_clause, + anon_sym_DASH_GT, + ACTIONS(4987), 2, + anon_sym_COLON, + anon_sym_PIPE, + ACTIONS(5508), 2, + anon_sym_RPAREN, + anon_sym_COMMA, STATE(2440), 2, sym_line_comment, sym_block_comment, - [76346] = 5, + [76340] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4828), 1, - anon_sym_DOT_DOT, + ACTIONS(4765), 1, + anon_sym_COLON_COLON, + ACTIONS(5097), 1, + anon_sym_for, STATE(2441), 2, sym_line_comment, sym_block_comment, - ACTIONS(4826), 5, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_if, - [76367] = 9, + ACTIONS(3577), 4, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_where, + [76363] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3173), 1, + ACTIONS(3175), 1, anon_sym_PLUS, - ACTIONS(5190), 1, - anon_sym_COLON, - ACTIONS(5494), 1, - anon_sym_GT, - ACTIONS(5496), 1, - anon_sym_COMMA, - STATE(3066), 1, - sym_trait_bounds, - STATE(3067), 1, - aux_sym_type_arguments_repeat1, + ACTIONS(5089), 1, + anon_sym_where, + ACTIONS(5120), 1, + anon_sym_LBRACE, + ACTIONS(5511), 1, + anon_sym_SEMI, + STATE(1268), 1, + sym_declaration_list, + STATE(2908), 1, + sym_where_clause, STATE(2442), 2, sym_line_comment, sym_block_comment, - [76396] = 9, + [76392] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, + ACTIONS(3175), 1, anon_sym_PLUS, - ACTIONS(5110), 1, + ACTIONS(5089), 1, anon_sym_where, ACTIONS(5120), 1, anon_sym_LBRACE, - ACTIONS(5498), 1, + ACTIONS(5513), 1, anon_sym_SEMI, - STATE(631), 1, + STATE(1283), 1, sym_declaration_list, - STATE(3138), 1, + STATE(2909), 1, sym_where_clause, STATE(2443), 2, sym_line_comment, sym_block_comment, - [76425] = 9, + [76421] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5108), 1, - anon_sym_LT, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(5155), 1, - anon_sym_LBRACE, - STATE(1119), 1, - sym_field_declaration_list, - STATE(2879), 1, - sym_type_parameters, - STATE(3426), 1, - sym_where_clause, + ACTIONS(5228), 1, + sym_identifier, + ACTIONS(5232), 1, + anon_sym_DOT_DOT, + ACTIONS(5236), 1, + anon_sym_ref, + ACTIONS(5238), 1, + sym_mutable_specifier, STATE(2444), 2, sym_line_comment, sym_block_comment, - [76454] = 8, + STATE(3322), 2, + sym_field_pattern, + sym_remaining_field_pattern, + [76448] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(412), 1, - anon_sym_LBRACE, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - ACTIONS(5500), 1, - anon_sym_if, - STATE(3783), 1, - sym_label, - STATE(1762), 2, - sym_if_expression, - sym_block, + ACTIONS(4987), 2, + anon_sym_COLON, + anon_sym_PIPE, STATE(2445), 2, sym_line_comment, sym_block_comment, - [76481] = 7, + ACTIONS(3767), 4, + anon_sym_RPAREN, + anon_sym_PLUS, + anon_sym_COMMA, + anon_sym_DASH_GT, + [76469] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4679), 1, + ACTIONS(4683), 1, anon_sym_DOT_DOT, - ACTIONS(5368), 1, + ACTIONS(5310), 1, anon_sym_COLON_COLON, - ACTIONS(4681), 2, + ACTIONS(4685), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - ACTIONS(5502), 2, + ACTIONS(5515), 2, anon_sym_RPAREN, anon_sym_COMMA, STATE(2446), 2, sym_line_comment, sym_block_comment, - [76506] = 6, + [76494] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4849), 1, - anon_sym_DOT_DOT, - ACTIONS(4851), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, + ACTIONS(3175), 1, + anon_sym_PLUS, + ACTIONS(5079), 1, + anon_sym_LBRACE, + ACTIONS(5089), 1, + anon_sym_where, + ACTIONS(5517), 1, + anon_sym_SEMI, + STATE(508), 1, + sym_declaration_list, + STATE(3123), 1, + sym_where_clause, STATE(2447), 2, sym_line_comment, sym_block_comment, - ACTIONS(4667), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [76529] = 9, - ACTIONS(27), 1, - anon_sym_PIPE, + [76523] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(1386), 1, - anon_sym_LBRACE, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - STATE(213), 1, - sym_closure_parameters, - STATE(480), 1, - sym_block, - STATE(3782), 1, - sym_label, STATE(2448), 2, sym_line_comment, sym_block_comment, - [76558] = 5, + ACTIONS(3601), 6, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_unsafe, + anon_sym_extern, + [76542] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5001), 2, - anon_sym_COLON, - anon_sym_PIPE, + ACTIONS(5519), 1, + anon_sym_DASH_GT, STATE(2449), 2, sym_line_comment, sym_block_comment, - ACTIONS(3799), 4, - anon_sym_RPAREN, + ACTIONS(3771), 5, + anon_sym_COLON, anon_sym_PLUS, + anon_sym_GT, anon_sym_COMMA, - anon_sym_DASH_GT, - [76579] = 9, - ACTIONS(27), 1, - anon_sym_PIPE, + anon_sym_as, + [76563] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(412), 1, - anon_sym_LBRACE, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - STATE(239), 1, - sym_closure_parameters, - STATE(1735), 1, - sym_block, - STATE(3783), 1, - sym_label, + ACTIONS(5029), 2, + anon_sym_COLON, + anon_sym_PIPE, STATE(2450), 2, sym_line_comment, sym_block_comment, - [76608] = 5, + ACTIONS(3741), 4, + anon_sym_RPAREN, + anon_sym_PLUS, + anon_sym_COMMA, + anon_sym_DASH_GT, + [76584] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5504), 1, - anon_sym_DASH_GT, + ACTIONS(3175), 1, + anon_sym_PLUS, + ACTIONS(5089), 1, + anon_sym_where, + ACTIONS(5120), 1, + anon_sym_LBRACE, + ACTIONS(5521), 1, + anon_sym_SEMI, + STATE(1173), 1, + sym_declaration_list, + STATE(2975), 1, + sym_where_clause, STATE(2451), 2, sym_line_comment, sym_block_comment, - ACTIONS(3685), 5, - anon_sym_COLON, - anon_sym_PLUS, - anon_sym_GT, - anon_sym_COMMA, - anon_sym_as, - [76629] = 9, + [76613] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5108), 1, - anon_sym_LT, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(5486), 1, + ACTIONS(3175), 1, + anon_sym_PLUS, + ACTIONS(5079), 1, anon_sym_LBRACE, - STATE(637), 1, - sym_enum_variant_list, - STATE(2857), 1, - sym_type_parameters, - STATE(3195), 1, + ACTIONS(5089), 1, + anon_sym_where, + ACTIONS(5523), 1, + anon_sym_SEMI, + STATE(777), 1, + sym_declaration_list, + STATE(3104), 1, sym_where_clause, STATE(2452), 2, sym_line_comment, sym_block_comment, - [76658] = 5, + [76642] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5506), 1, - anon_sym_DASH_GT, + ACTIONS(5079), 1, + anon_sym_LBRACE, + ACTIONS(5089), 1, + anon_sym_where, + ACTIONS(5220), 1, + anon_sym_COLON, + STATE(597), 1, + sym_declaration_list, + STATE(2705), 1, + sym_trait_bounds, + STATE(3253), 1, + sym_where_clause, STATE(2453), 2, sym_line_comment, sym_block_comment, - ACTIONS(3691), 5, - anon_sym_COLON, - anon_sym_PLUS, - anon_sym_GT, - anon_sym_COMMA, - anon_sym_as, - [76679] = 5, + [76671] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5508), 1, - anon_sym_DASH_GT, + ACTIONS(5089), 1, + anon_sym_where, + ACTIONS(5120), 1, + anon_sym_LBRACE, + ACTIONS(5220), 1, + anon_sym_COLON, + STATE(1185), 1, + sym_declaration_list, + STATE(2697), 1, + sym_trait_bounds, + STATE(3214), 1, + sym_where_clause, STATE(2454), 2, sym_line_comment, sym_block_comment, - ACTIONS(3697), 5, - anon_sym_COLON, - anon_sym_PLUS, - anon_sym_GT, - anon_sym_COMMA, - anon_sym_as, - [76700] = 5, + [76700] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5512), 1, - anon_sym_COMMA, - STATE(2455), 3, - sym_line_comment, - sym_block_comment, - aux_sym_where_clause_repeat1, - ACTIONS(5510), 4, + ACTIONS(5089), 1, + anon_sym_where, + ACTIONS(5220), 1, + anon_sym_COLON, + ACTIONS(5525), 1, anon_sym_SEMI, - anon_sym_LBRACE, + ACTIONS(5527), 1, anon_sym_EQ, - anon_sym_SQUOTE, - [76721] = 9, + STATE(2983), 1, + sym_trait_bounds, + STATE(3219), 1, + sym_where_clause, + STATE(2455), 2, + sym_line_comment, + sym_block_comment, + [76729] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5106), 1, - anon_sym_LBRACE, - ACTIONS(5108), 1, - anon_sym_LT, - ACTIONS(5110), 1, + ACTIONS(3175), 1, + anon_sym_PLUS, + ACTIONS(5089), 1, anon_sym_where, - STATE(642), 1, - sym_field_declaration_list, - STATE(2753), 1, - sym_type_parameters, - STATE(3198), 1, + ACTIONS(5120), 1, + anon_sym_LBRACE, + ACTIONS(5529), 1, + anon_sym_SEMI, + STATE(1192), 1, + sym_declaration_list, + STATE(2986), 1, sym_where_clause, STATE(2456), 2, sym_line_comment, sym_block_comment, - [76750] = 5, + [76758] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5515), 1, - anon_sym_DASH_GT, + ACTIONS(5508), 1, + anon_sym_RBRACK, + ACTIONS(4987), 2, + anon_sym_PIPE, + anon_sym_COMMA, STATE(2457), 2, sym_line_comment, sym_block_comment, - ACTIONS(3803), 5, - anon_sym_COLON, + ACTIONS(3767), 3, + anon_sym_SEMI, anon_sym_PLUS, - anon_sym_GT, - anon_sym_COMMA, - anon_sym_as, - [76771] = 5, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(5517), 1, anon_sym_DASH_GT, - STATE(2458), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3731), 5, - anon_sym_COLON, - anon_sym_PLUS, - anon_sym_GT, - anon_sym_COMMA, - anon_sym_as, - [76792] = 6, + [76781] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4770), 1, - anon_sym_COLON_COLON, - ACTIONS(5151), 1, - anon_sym_for, - STATE(2459), 2, + ACTIONS(5531), 1, + anon_sym_COMMA, + STATE(2465), 1, + aux_sym_where_clause_repeat1, + STATE(2458), 2, sym_line_comment, sym_block_comment, - ACTIONS(3509), 4, + ACTIONS(3480), 4, anon_sym_SEMI, anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_where, - [76815] = 9, + anon_sym_EQ, + anon_sym_SQUOTE, + [76804] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(5110), 1, + ACTIONS(5087), 1, + anon_sym_LT, + ACTIONS(5089), 1, anon_sym_where, - ACTIONS(5120), 1, + ACTIONS(5474), 1, anon_sym_LBRACE, - ACTIONS(5519), 1, - anon_sym_SEMI, - STATE(566), 1, - sym_declaration_list, - STATE(3080), 1, + STATE(1196), 1, + sym_enum_variant_list, + STATE(2701), 1, + sym_type_parameters, + STATE(3239), 1, sym_where_clause, - STATE(2460), 2, + STATE(2459), 2, sym_line_comment, sym_block_comment, - [76844] = 8, + [76833] = 8, + ACTIONS(19), 1, + anon_sym_LBRACE, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4766), 1, - anon_sym_COLON_COLON, - ACTIONS(5521), 1, - anon_sym_GT, - ACTIONS(5523), 1, - anon_sym_COMMA, - STATE(3162), 1, - aux_sym_type_parameters_repeat1, - ACTIONS(3509), 2, - anon_sym_PLUS, - anon_sym_as, - STATE(2461), 2, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + ACTIONS(5533), 1, + anon_sym_if, + STATE(3556), 1, + sym_label, + STATE(416), 2, + sym_if_expression, + sym_block, + STATE(2460), 2, sym_line_comment, sym_block_comment, - [76871] = 9, + [76860] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(5120), 1, + ACTIONS(5085), 1, anon_sym_LBRACE, - ACTIONS(5525), 1, - anon_sym_SEMI, - STATE(568), 1, - sym_declaration_list, - STATE(3086), 1, - sym_where_clause, - STATE(2462), 2, - sym_line_comment, - sym_block_comment, - [76900] = 9, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(5110), 1, + ACTIONS(5087), 1, + anon_sym_LT, + ACTIONS(5089), 1, anon_sym_where, - ACTIONS(5120), 1, - anon_sym_LBRACE, - ACTIONS(5527), 1, - anon_sym_SEMI, - STATE(507), 1, - sym_declaration_list, - STATE(3008), 1, + STATE(1201), 1, + sym_field_declaration_list, + STATE(2702), 1, + sym_type_parameters, + STATE(3244), 1, sym_where_clause, - STATE(2463), 2, + STATE(2461), 2, sym_line_comment, sym_block_comment, - [76929] = 9, + [76889] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, + ACTIONS(3175), 1, anon_sym_PLUS, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(5120), 1, + ACTIONS(5079), 1, anon_sym_LBRACE, - ACTIONS(5529), 1, + ACTIONS(5089), 1, + anon_sym_where, + ACTIONS(5535), 1, anon_sym_SEMI, - STATE(509), 1, + STATE(779), 1, sym_declaration_list, - STATE(3029), 1, + STATE(3159), 1, sym_where_clause, - STATE(2464), 2, - sym_line_comment, - sym_block_comment, - [76958] = 5, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(5531), 1, - anon_sym_DASH_GT, - STATE(2465), 2, + STATE(2462), 2, sym_line_comment, sym_block_comment, - ACTIONS(3679), 5, - anon_sym_COLON, - anon_sym_PLUS, - anon_sym_GT, - anon_sym_COMMA, - anon_sym_as, - [76979] = 6, + [76918] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3799), 2, + ACTIONS(3741), 2, anon_sym_PLUS, anon_sym_DASH_GT, - ACTIONS(5001), 2, + ACTIONS(5029), 2, anon_sym_COLON, anon_sym_PIPE, - ACTIONS(5533), 2, + ACTIONS(5537), 2, anon_sym_RPAREN, anon_sym_COMMA, - STATE(2466), 2, - sym_line_comment, - sym_block_comment, - [77002] = 9, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(5130), 1, - anon_sym_LBRACE, - ACTIONS(5190), 1, - anon_sym_COLON, - STATE(1141), 1, - sym_declaration_list, - STATE(2778), 1, - sym_trait_bounds, - STATE(3385), 1, - sym_where_clause, - STATE(2467), 2, - sym_line_comment, - sym_block_comment, - [77031] = 9, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(5190), 1, - anon_sym_COLON, - ACTIONS(5536), 1, - anon_sym_SEMI, - ACTIONS(5538), 1, - anon_sym_EQ, - STATE(2915), 1, - sym_trait_bounds, - STATE(3397), 1, - sym_where_clause, - STATE(2468), 2, + STATE(2463), 2, sym_line_comment, sym_block_comment, - [77060] = 9, + [76941] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, + ACTIONS(3175), 1, anon_sym_PLUS, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(5130), 1, + ACTIONS(5079), 1, anon_sym_LBRACE, + ACTIONS(5089), 1, + anon_sym_where, ACTIONS(5540), 1, anon_sym_SEMI, - STATE(1148), 1, + STATE(639), 1, sym_declaration_list, - STATE(2917), 1, + STATE(3125), 1, sym_where_clause, - STATE(2469), 2, + STATE(2464), 2, sym_line_comment, sym_block_comment, - [77089] = 4, + [76970] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(2470), 2, + ACTIONS(5544), 1, + anon_sym_COMMA, + STATE(2465), 3, sym_line_comment, sym_block_comment, - ACTIONS(5082), 6, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACK, - anon_sym_RBRACK, + aux_sym_where_clause_repeat1, + ACTIONS(5542), 4, + anon_sym_SEMI, anon_sym_LBRACE, - anon_sym_RBRACE, - [77108] = 9, + anon_sym_EQ, + anon_sym_SQUOTE, + [76991] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5108), 1, - anon_sym_LT, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(5490), 1, - anon_sym_LBRACE, - STATE(1152), 1, - sym_enum_variant_list, - STATE(2824), 1, - sym_type_parameters, - STATE(3362), 1, - sym_where_clause, - STATE(2471), 2, + ACTIONS(3711), 1, + anon_sym_COLON, + ACTIONS(5547), 1, + anon_sym_EQ, + STATE(2466), 2, sym_line_comment, sym_block_comment, - [77137] = 6, + ACTIONS(3709), 4, + anon_sym_PLUS, + anon_sym_GT, + anon_sym_COMMA, + anon_sym_COLON_COLON, + [77014] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4770), 1, + ACTIONS(4683), 1, + anon_sym_DOT_DOT, + ACTIONS(5426), 1, anon_sym_COLON_COLON, - ACTIONS(5168), 1, - anon_sym_for, - STATE(2472), 2, + ACTIONS(4685), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + ACTIONS(5350), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + STATE(2467), 2, sym_line_comment, sym_block_comment, - ACTIONS(3509), 4, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_where, - [77160] = 9, + [77039] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5108), 1, + ACTIONS(5087), 1, anon_sym_LT, - ACTIONS(5110), 1, + ACTIONS(5089), 1, anon_sym_where, - ACTIONS(5155), 1, + ACTIONS(5549), 1, anon_sym_LBRACE, - STATE(1157), 1, - sym_field_declaration_list, - STATE(2840), 1, + STATE(536), 1, + sym_enum_variant_list, + STATE(2669), 1, sym_type_parameters, - STATE(3211), 1, + STATE(3236), 1, sym_where_clause, - STATE(2473), 2, + STATE(2468), 2, sym_line_comment, sym_block_comment, - [77189] = 5, + [77068] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4965), 2, + ACTIONS(3253), 1, + anon_sym_PLUS, + ACTIONS(5220), 1, anon_sym_COLON, + ACTIONS(5551), 1, + anon_sym_GT, + ACTIONS(5553), 1, + anon_sym_COMMA, + STATE(3012), 1, + sym_trait_bounds, + STATE(3014), 1, + aux_sym_type_arguments_repeat1, + STATE(2469), 2, + sym_line_comment, + sym_block_comment, + [77097] = 6, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(5537), 1, + anon_sym_RBRACK, + ACTIONS(5029), 2, anon_sym_PIPE, - STATE(2474), 2, + anon_sym_COMMA, + STATE(2470), 2, sym_line_comment, sym_block_comment, - ACTIONS(3721), 4, - anon_sym_RPAREN, + ACTIONS(3741), 3, + anon_sym_SEMI, anon_sym_PLUS, - anon_sym_COMMA, anon_sym_DASH_GT, - [77210] = 9, + [77120] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(5110), 1, + ACTIONS(5087), 1, + anon_sym_LT, + ACTIONS(5089), 1, anon_sym_where, - ACTIONS(5120), 1, + ACTIONS(5112), 1, anon_sym_LBRACE, - ACTIONS(5542), 1, - anon_sym_SEMI, - STATE(696), 1, - sym_declaration_list, - STATE(3169), 1, + STATE(546), 1, + sym_field_declaration_list, + STATE(2627), 1, + sym_type_parameters, + STATE(3354), 1, sym_where_clause, - STATE(2475), 2, + STATE(2471), 2, sym_line_comment, sym_block_comment, - [77239] = 9, + [77149] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3173), 1, + ACTIONS(3175), 1, anon_sym_PLUS, - ACTIONS(5190), 1, - anon_sym_COLON, - ACTIONS(5544), 1, - anon_sym_GT, - ACTIONS(5546), 1, - anon_sym_COMMA, - STATE(3177), 1, - sym_trait_bounds, - STATE(3184), 1, - aux_sym_type_arguments_repeat1, - STATE(2476), 2, + ACTIONS(5079), 1, + anon_sym_LBRACE, + ACTIONS(5089), 1, + anon_sym_where, + ACTIONS(5555), 1, + anon_sym_SEMI, + STATE(710), 1, + sym_declaration_list, + STATE(3082), 1, + sym_where_clause, + STATE(2472), 2, sym_line_comment, sym_block_comment, - [77268] = 9, + [77178] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3173), 1, + ACTIONS(3175), 1, anon_sym_PLUS, - ACTIONS(5190), 1, - anon_sym_COLON, - ACTIONS(5548), 1, - anon_sym_GT, - ACTIONS(5550), 1, - anon_sym_COMMA, - STATE(2935), 1, - sym_trait_bounds, - STATE(2936), 1, - aux_sym_type_arguments_repeat1, - STATE(2477), 2, + ACTIONS(5079), 1, + anon_sym_LBRACE, + ACTIONS(5089), 1, + anon_sym_where, + ACTIONS(5557), 1, + anon_sym_SEMI, + STATE(712), 1, + sym_declaration_list, + STATE(3090), 1, + sym_where_clause, + STATE(2473), 2, sym_line_comment, sym_block_comment, - [77297] = 6, + [77207] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5533), 1, - anon_sym_RBRACK, - ACTIONS(5001), 2, - anon_sym_PIPE, + ACTIONS(4683), 1, + anon_sym_DOT_DOT, + ACTIONS(5426), 1, + anon_sym_COLON_COLON, + ACTIONS(4685), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + ACTIONS(5515), 2, + anon_sym_RPAREN, anon_sym_COMMA, - STATE(2478), 2, + STATE(2474), 2, sym_line_comment, sym_block_comment, - ACTIONS(3799), 3, - anon_sym_SEMI, - anon_sym_PLUS, - anon_sym_DASH_GT, - [77320] = 8, + [77232] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, ACTIONS(348), 1, anon_sym_LBRACE, - ACTIONS(3459), 1, + ACTIONS(3445), 1, anon_sym_SQUOTE, - ACTIONS(5552), 1, + ACTIONS(5559), 1, anon_sym_if, STATE(3719), 1, sym_label, - STATE(1447), 2, + STATE(1437), 2, sym_if_expression, sym_block, - STATE(2479), 2, + STATE(2475), 2, sym_line_comment, sym_block_comment, - [77347] = 9, + [77259] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, + ACTIONS(3175), 1, anon_sym_PLUS, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(5130), 1, + ACTIONS(5079), 1, anon_sym_LBRACE, - ACTIONS(5554), 1, + ACTIONS(5089), 1, + anon_sym_where, + ACTIONS(5561), 1, anon_sym_SEMI, - STATE(1170), 1, + STATE(525), 1, sym_declaration_list, - STATE(2955), 1, + STATE(3081), 1, sym_where_clause, - STATE(2480), 2, + STATE(2476), 2, sym_line_comment, sym_block_comment, - [77376] = 7, + [77288] = 9, + ACTIONS(19), 1, + anon_sym_LBRACE, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4679), 1, - anon_sym_DOT_DOT, - ACTIONS(5404), 1, - anon_sym_COLON_COLON, - ACTIONS(4681), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - ACTIONS(5372), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - STATE(2481), 2, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + STATE(250), 1, + sym_closure_parameters, + STATE(406), 1, + sym_block, + STATE(3556), 1, + sym_label, + STATE(2477), 2, sym_line_comment, sym_block_comment, - [77401] = 6, + [77317] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5558), 1, - anon_sym_COMMA, - STATE(2486), 1, - aux_sym_where_clause_repeat1, - STATE(2482), 2, + ACTIONS(3175), 1, + anon_sym_PLUS, + ACTIONS(5089), 1, + anon_sym_where, + ACTIONS(5120), 1, + anon_sym_LBRACE, + ACTIONS(5563), 1, + anon_sym_SEMI, + STATE(1228), 1, + sym_declaration_list, + STATE(3064), 1, + sym_where_clause, + STATE(2478), 2, sym_line_comment, sym_block_comment, - ACTIONS(5556), 4, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_SQUOTE, - [77424] = 9, + [77346] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, + ACTIONS(3175), 1, anon_sym_PLUS, - ACTIONS(5110), 1, + ACTIONS(5089), 1, anon_sym_where, - ACTIONS(5130), 1, + ACTIONS(5120), 1, anon_sym_LBRACE, - ACTIONS(5560), 1, + ACTIONS(5565), 1, anon_sym_SEMI, - STATE(1174), 1, + STATE(1232), 1, sym_declaration_list, - STATE(2956), 1, + STATE(3071), 1, sym_where_clause, - STATE(2483), 2, + STATE(2479), 2, sym_line_comment, sym_block_comment, - [77453] = 9, + [77375] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, + ACTIONS(3175), 1, anon_sym_PLUS, - ACTIONS(5110), 1, + ACTIONS(5089), 1, anon_sym_where, - ACTIONS(5130), 1, + ACTIONS(5120), 1, anon_sym_LBRACE, - ACTIONS(5562), 1, + ACTIONS(5567), 1, anon_sym_SEMI, - STATE(1190), 1, + STATE(1250), 1, sym_declaration_list, - STATE(2961), 1, + STATE(3089), 1, sym_where_clause, - STATE(2484), 2, + STATE(2480), 2, sym_line_comment, sym_block_comment, - [77482] = 9, + [77404] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5110), 1, + ACTIONS(5089), 1, anon_sym_where, - ACTIONS(5130), 1, + ACTIONS(5120), 1, anon_sym_LBRACE, - ACTIONS(5190), 1, + ACTIONS(5220), 1, anon_sym_COLON, - STATE(1195), 1, + STATE(1255), 1, sym_declaration_list, - STATE(2749), 1, + STATE(2720), 1, sym_trait_bounds, - STATE(3228), 1, + STATE(3319), 1, sym_where_clause, - STATE(2485), 2, + STATE(2481), 2, sym_line_comment, sym_block_comment, - [77511] = 6, + [77433] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5564), 1, - anon_sym_COMMA, - STATE(2455), 1, - aux_sym_where_clause_repeat1, - STATE(2486), 2, + ACTIONS(5569), 1, + anon_sym_DASH_GT, + STATE(2482), 2, sym_line_comment, sym_block_comment, - ACTIONS(3507), 4, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_SQUOTE, - [77534] = 7, + ACTIONS(3745), 5, + anon_sym_COLON, + anon_sym_PLUS, + anon_sym_GT, + anon_sym_COMMA, + anon_sym_as, + [77454] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4679), 1, - anon_sym_DOT_DOT, - ACTIONS(5404), 1, - anon_sym_COLON_COLON, - ACTIONS(4681), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - ACTIONS(5502), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - STATE(2487), 2, + ACTIONS(3175), 1, + anon_sym_PLUS, + ACTIONS(5079), 1, + anon_sym_LBRACE, + ACTIONS(5089), 1, + anon_sym_where, + ACTIONS(5571), 1, + anon_sym_SEMI, + STATE(730), 1, + sym_declaration_list, + STATE(2963), 1, + sym_where_clause, + STATE(2483), 2, sym_line_comment, sym_block_comment, - [77559] = 6, + [77483] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5566), 1, - anon_sym_RBRACK, - ACTIONS(4965), 2, - anon_sym_PIPE, - anon_sym_COMMA, - STATE(2488), 2, + ACTIONS(5079), 1, + anon_sym_LBRACE, + ACTIONS(5089), 1, + anon_sym_where, + ACTIONS(5220), 1, + anon_sym_COLON, + STATE(755), 1, + sym_declaration_list, + STATE(2634), 1, + sym_trait_bounds, + STATE(3292), 1, + sym_where_clause, + STATE(2484), 2, sym_line_comment, sym_block_comment, - ACTIONS(3721), 3, - anon_sym_SEMI, - anon_sym_PLUS, - anon_sym_DASH_GT, - [77582] = 9, + [77512] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, + ACTIONS(3175), 1, anon_sym_PLUS, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(5120), 1, + ACTIONS(5079), 1, anon_sym_LBRACE, - ACTIONS(5569), 1, + ACTIONS(5089), 1, + anon_sym_where, + ACTIONS(5573), 1, anon_sym_SEMI, - STATE(525), 1, + STATE(631), 1, sym_declaration_list, - STATE(2908), 1, + STATE(3108), 1, sym_where_clause, - STATE(2489), 2, + STATE(2485), 2, sym_line_comment, sym_block_comment, - [77611] = 9, + [77541] = 9, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(5120), 1, + ACTIONS(348), 1, anon_sym_LBRACE, - ACTIONS(5571), 1, - anon_sym_SEMI, - STATE(527), 1, - sym_declaration_list, - STATE(2918), 1, - sym_where_clause, - STATE(2490), 2, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + STATE(206), 1, + sym_closure_parameters, + STATE(1454), 1, + sym_block, + STATE(3719), 1, + sym_label, + STATE(2486), 2, sym_line_comment, sym_block_comment, - [77640] = 9, + [77570] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, + ACTIONS(3175), 1, anon_sym_PLUS, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(5120), 1, + ACTIONS(5079), 1, anon_sym_LBRACE, - ACTIONS(5573), 1, + ACTIONS(5089), 1, + anon_sym_where, + ACTIONS(5575), 1, anon_sym_SEMI, - STATE(529), 1, + STATE(573), 1, sym_declaration_list, - STATE(2933), 1, + STATE(2981), 1, sym_where_clause, - STATE(2491), 2, + STATE(2487), 2, sym_line_comment, sym_block_comment, - [77669] = 9, + [77599] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, + ACTIONS(3175), 1, anon_sym_PLUS, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(5120), 1, + ACTIONS(5079), 1, anon_sym_LBRACE, - ACTIONS(5575), 1, + ACTIONS(5089), 1, + anon_sym_where, + ACTIONS(5577), 1, anon_sym_SEMI, - STATE(531), 1, + STATE(633), 1, sym_declaration_list, - STATE(2943), 1, + STATE(3112), 1, sym_where_clause, - STATE(2492), 2, + STATE(2488), 2, sym_line_comment, sym_block_comment, - [77698] = 9, - ACTIONS(19), 1, - anon_sym_LBRACE, - ACTIONS(27), 1, - anon_sym_PIPE, + [77628] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - STATE(213), 1, - sym_closure_parameters, - STATE(427), 1, - sym_block, - STATE(3621), 1, - sym_label, - STATE(2493), 2, + STATE(2489), 2, sym_line_comment, sym_block_comment, - [77727] = 8, - ACTIONS(19), 1, + ACTIONS(5172), 6, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_LBRACE, + anon_sym_RBRACE, + [77647] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - ACTIONS(5577), 1, - anon_sym_if, - STATE(3621), 1, - sym_label, - STATE(401), 2, - sym_if_expression, - sym_block, - STATE(2494), 2, + ACTIONS(4836), 1, + anon_sym_DOT_DOT, + ACTIONS(4838), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(2490), 2, sym_line_comment, sym_block_comment, - [77754] = 6, + ACTIONS(4671), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [77670] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3721), 2, - anon_sym_PLUS, - anon_sym_DASH_GT, - ACTIONS(4965), 2, - anon_sym_COLON, - anon_sym_PIPE, - ACTIONS(5566), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - STATE(2495), 2, + ACTIONS(994), 1, + anon_sym_DOT_DOT, + STATE(2491), 2, sym_line_comment, sym_block_comment, - [77777] = 9, + ACTIONS(996), 5, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_if, + [77691] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(5110), 1, + ACTIONS(5087), 1, + anon_sym_LT, + ACTIONS(5089), 1, anon_sym_where, - ACTIONS(5120), 1, + ACTIONS(5549), 1, anon_sym_LBRACE, - ACTIONS(5579), 1, - anon_sym_SEMI, - STATE(649), 1, - sym_declaration_list, - STATE(2988), 1, + STATE(614), 1, + sym_enum_variant_list, + STATE(2849), 1, + sym_type_parameters, + STATE(3424), 1, sym_where_clause, - STATE(2496), 2, + STATE(2492), 2, sym_line_comment, sym_block_comment, - [77806] = 6, + [77720] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3793), 1, - anon_sym_COLON, - ACTIONS(5581), 1, - anon_sym_EQ, - STATE(2497), 2, + ACTIONS(4765), 1, + anon_sym_COLON_COLON, + ACTIONS(5145), 1, + anon_sym_for, + STATE(2493), 2, sym_line_comment, sym_block_comment, - ACTIONS(3791), 4, + ACTIONS(3577), 4, + anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_PLUS, - anon_sym_GT, - anon_sym_COMMA, - anon_sym_COLON_COLON, - [77829] = 8, + anon_sym_where, + [77743] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5210), 1, - sym_identifier, - ACTIONS(5214), 1, + ACTIONS(1006), 1, anon_sym_DOT_DOT, - ACTIONS(5218), 1, - anon_sym_ref, - ACTIONS(5220), 1, - sym_mutable_specifier, - STATE(2498), 2, + STATE(2494), 2, sym_line_comment, sym_block_comment, - STATE(3258), 2, - sym_field_pattern, - sym_remaining_field_pattern, - [77856] = 9, + ACTIONS(1008), 5, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_if, + [77764] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(5120), 1, - anon_sym_LBRACE, - ACTIONS(5583), 1, - anon_sym_SEMI, - STATE(732), 1, - sym_declaration_list, - STATE(3105), 1, - sym_where_clause, - STATE(2499), 2, + ACTIONS(5581), 1, + anon_sym_COMMA, + STATE(2458), 1, + aux_sym_where_clause_repeat1, + STATE(2495), 2, sym_line_comment, sym_block_comment, - [77885] = 6, + ACTIONS(5579), 4, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_SQUOTE, + [77787] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4770), 1, - anon_sym_COLON_COLON, - ACTIONS(5112), 1, - anon_sym_for, - STATE(2500), 2, + ACTIONS(1014), 1, + anon_sym_DOT_DOT, + STATE(2496), 2, sym_line_comment, sym_block_comment, - ACTIONS(3509), 4, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_where, - [77908] = 9, + ACTIONS(1016), 5, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_if, + [77808] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, + ACTIONS(3175), 1, anon_sym_PLUS, - ACTIONS(5110), 1, + ACTIONS(5089), 1, anon_sym_where, ACTIONS(5120), 1, anon_sym_LBRACE, - ACTIONS(5585), 1, + ACTIONS(5583), 1, anon_sym_SEMI, - STATE(670), 1, + STATE(1264), 1, sym_declaration_list, - STATE(3032), 1, + STATE(2895), 1, sym_where_clause, - STATE(2501), 2, + STATE(2497), 2, + sym_line_comment, + sym_block_comment, + [77837] = 5, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(1018), 1, + anon_sym_DOT_DOT, + STATE(2498), 2, sym_line_comment, sym_block_comment, - [77937] = 6, + ACTIONS(1020), 5, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_if, + [77858] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4770), 1, + ACTIONS(4765), 1, anon_sym_COLON_COLON, - ACTIONS(5124), 1, + ACTIONS(5153), 1, anon_sym_for, - STATE(2502), 2, + STATE(2499), 2, sym_line_comment, sym_block_comment, - ACTIONS(3509), 4, + ACTIONS(3577), 4, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_where, - [77960] = 6, + [77881] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4770), 1, + ACTIONS(4765), 1, anon_sym_COLON_COLON, - ACTIONS(5126), 1, + ACTIONS(5155), 1, anon_sym_for, - STATE(2503), 2, + STATE(2500), 2, sym_line_comment, sym_block_comment, - ACTIONS(3509), 4, + ACTIONS(3577), 4, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_where, - [77983] = 9, + [77904] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, + ACTIONS(3175), 1, anon_sym_PLUS, - ACTIONS(5110), 1, + ACTIONS(5089), 1, anon_sym_where, ACTIONS(5120), 1, anon_sym_LBRACE, - ACTIONS(5587), 1, + ACTIONS(5585), 1, anon_sym_SEMI, - STATE(734), 1, + STATE(1279), 1, sym_declaration_list, - STATE(3106), 1, + STATE(3152), 1, sym_where_clause, - STATE(2504), 2, + STATE(2501), 2, sym_line_comment, sym_block_comment, - [78012] = 6, + [77933] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4770), 1, - anon_sym_COLON_COLON, - ACTIONS(5132), 1, - anon_sym_for, - STATE(2505), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3509), 4, - anon_sym_SEMI, - anon_sym_LBRACE, + ACTIONS(3175), 1, anon_sym_PLUS, + ACTIONS(5089), 1, anon_sym_where, - [78035] = 6, + ACTIONS(5120), 1, + anon_sym_LBRACE, + ACTIONS(5587), 1, + anon_sym_SEMI, + STATE(1282), 1, + sym_declaration_list, + STATE(3155), 1, + sym_where_clause, + STATE(2502), 2, + sym_line_comment, + sym_block_comment, + [77962] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4770), 1, + ACTIONS(4765), 1, anon_sym_COLON_COLON, - ACTIONS(5138), 1, + ACTIONS(5071), 1, anon_sym_for, - STATE(2506), 2, + STATE(2503), 2, sym_line_comment, sym_block_comment, - ACTIONS(3509), 4, + ACTIONS(3577), 4, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_where, - [78058] = 9, + [77985] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, + ACTIONS(3175), 1, anon_sym_PLUS, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(5130), 1, + ACTIONS(5079), 1, anon_sym_LBRACE, + ACTIONS(5089), 1, + anon_sym_where, ACTIONS(5589), 1, anon_sym_SEMI, - STATE(1216), 1, + STATE(732), 1, sym_declaration_list, - STATE(2978), 1, + STATE(2989), 1, sym_where_clause, - STATE(2507), 2, + STATE(2504), 2, sym_line_comment, sym_block_comment, - [78087] = 9, + [78014] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, + ACTIONS(3175), 1, anon_sym_PLUS, - ACTIONS(5110), 1, + ACTIONS(5089), 1, anon_sym_where, - ACTIONS(5130), 1, + ACTIONS(5120), 1, anon_sym_LBRACE, ACTIONS(5591), 1, anon_sym_SEMI, - STATE(1218), 1, + STATE(1288), 1, sym_declaration_list, - STATE(2979), 1, + STATE(3165), 1, sym_where_clause, - STATE(2508), 2, + STATE(2505), 2, sym_line_comment, sym_block_comment, - [78116] = 9, + [78043] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, + ACTIONS(3175), 1, anon_sym_PLUS, - ACTIONS(5110), 1, + ACTIONS(5089), 1, anon_sym_where, - ACTIONS(5130), 1, + ACTIONS(5120), 1, anon_sym_LBRACE, ACTIONS(5593), 1, anon_sym_SEMI, - STATE(1222), 1, + STATE(1291), 1, sym_declaration_list, - STATE(2981), 1, + STATE(3168), 1, sym_where_clause, - STATE(2509), 2, + STATE(2506), 2, sym_line_comment, sym_block_comment, - [78145] = 9, + [78072] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, + ACTIONS(3175), 1, anon_sym_PLUS, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(5130), 1, + ACTIONS(5079), 1, anon_sym_LBRACE, + ACTIONS(5089), 1, + anon_sym_where, ACTIONS(5595), 1, anon_sym_SEMI, - STATE(1131), 1, + STATE(592), 1, sym_declaration_list, - STATE(2907), 1, + STATE(2955), 1, sym_where_clause, - STATE(2510), 2, + STATE(2507), 2, sym_line_comment, sym_block_comment, - [78174] = 8, + [78101] = 9, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - ACTIONS(5232), 1, + ACTIONS(3175), 1, + anon_sym_PLUS, + ACTIONS(5079), 1, anon_sym_LBRACE, + ACTIONS(5089), 1, + anon_sym_where, ACTIONS(5597), 1, anon_sym_SEMI, - STATE(1246), 1, - sym_block, - STATE(3781), 1, - sym_label, - STATE(2511), 2, + STATE(569), 1, + sym_declaration_list, + STATE(3192), 1, + sym_where_clause, + STATE(2508), 2, sym_line_comment, sym_block_comment, - [78200] = 4, + [78130] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(2512), 2, + ACTIONS(4765), 1, + anon_sym_COLON_COLON, + ACTIONS(5073), 1, + anon_sym_for, + STATE(2509), 2, sym_line_comment, sym_block_comment, - ACTIONS(3395), 5, + ACTIONS(3577), 4, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_where, + [78153] = 9, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(5089), 1, + anon_sym_where, + ACTIONS(5120), 1, + anon_sym_LBRACE, + ACTIONS(5220), 1, anon_sym_COLON, + STATE(1376), 1, + sym_declaration_list, + STATE(2738), 1, + sym_trait_bounds, + STATE(3415), 1, + sym_where_clause, + STATE(2510), 2, + sym_line_comment, + sym_block_comment, + [78182] = 9, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(3175), 1, anon_sym_PLUS, - anon_sym_GT, - anon_sym_COMMA, - anon_sym_as, - [78218] = 7, + ACTIONS(5079), 1, + anon_sym_LBRACE, + ACTIONS(5089), 1, + anon_sym_where, + ACTIONS(5599), 1, + anon_sym_SEMI, + STATE(688), 1, + sym_declaration_list, + STATE(3132), 1, + sym_where_clause, + STATE(2511), 2, + sym_line_comment, + sym_block_comment, + [78211] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(1358), 1, + ACTIONS(4683), 1, + anon_sym_DOT_DOT, + ACTIONS(5310), 1, + anon_sym_COLON_COLON, + ACTIONS(4685), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + ACTIONS(5350), 2, anon_sym_RPAREN, - ACTIONS(5599), 1, anon_sym_COMMA, - STATE(3081), 1, - aux_sym_parameters_repeat1, - ACTIONS(4667), 2, - anon_sym_COLON, - anon_sym_PIPE, + STATE(2512), 2, + sym_line_comment, + sym_block_comment, + [78236] = 6, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(5603), 1, + anon_sym_COLON_COLON, + ACTIONS(5605), 1, + anon_sym_as, STATE(2513), 2, sym_line_comment, sym_block_comment, - [78242] = 8, + ACTIONS(5601), 3, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_COMMA, + [78258] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(412), 1, - anon_sym_LBRACE, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - STATE(1903), 1, - sym_block, - STATE(3783), 1, - sym_label, + ACTIONS(4689), 1, + anon_sym_LT2, + ACTIONS(4691), 1, + anon_sym_LPAREN, + ACTIONS(4695), 1, + anon_sym_COLON_COLON, + STATE(2030), 1, + sym_type_arguments, + STATE(2415), 1, + sym_parameters, STATE(2514), 2, sym_line_comment, sym_block_comment, - [78268] = 8, + [78284] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5601), 1, - anon_sym_STAR_SLASH, - ACTIONS(5603), 1, - sym__outer_block_doc_comment_marker, - ACTIONS(5605), 1, - sym__inner_block_doc_comment_marker, + ACTIONS(3077), 1, + anon_sym_POUND, ACTIONS(5607), 1, - sym__block_comment_content, - STATE(3251), 1, - sym__block_doc_comment_marker, + sym_identifier, + ACTIONS(5609), 1, + sym_integer_literal, + STATE(1090), 1, + aux_sym_enum_variant_list_repeat1, + STATE(1319), 1, + sym_attribute_item, STATE(2515), 2, sym_line_comment, sym_block_comment, - [78294] = 8, + [78310] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3459), 1, + ACTIONS(3445), 1, anon_sym_SQUOTE, - ACTIONS(5182), 1, + ACTIONS(5196), 1, anon_sym_LBRACE, - ACTIONS(5609), 1, + ACTIONS(5611), 1, anon_sym_SEMI, - STATE(551), 1, + STATE(739), 1, sym_block, STATE(3778), 1, sym_label, STATE(2516), 2, sym_line_comment, sym_block_comment, - [78320] = 8, + [78336] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5190), 1, + ACTIONS(3253), 1, + anon_sym_PLUS, + ACTIONS(5220), 1, anon_sym_COLON, - ACTIONS(5544), 1, + STATE(3306), 1, + sym_trait_bounds, + ACTIONS(5613), 2, anon_sym_GT, - ACTIONS(5546), 1, anon_sym_COMMA, - STATE(3177), 1, - sym_trait_bounds, - STATE(3184), 1, - aux_sym_type_arguments_repeat1, STATE(2517), 2, sym_line_comment, sym_block_comment, - [78346] = 8, + [78360] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5190), 1, - anon_sym_COLON, - ACTIONS(5548), 1, - anon_sym_GT, - ACTIONS(5550), 1, - anon_sym_COMMA, - STATE(2935), 1, - sym_trait_bounds, - STATE(2936), 1, - aux_sym_type_arguments_repeat1, + ACTIONS(4299), 1, + anon_sym_LBRACE, + ACTIONS(5617), 1, + anon_sym_STAR, + STATE(3054), 1, + sym_use_list, + ACTIONS(5615), 2, + sym_identifier, + sym_super, STATE(2518), 2, sym_line_comment, sym_block_comment, - [78372] = 7, + [78384] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5611), 1, - anon_sym_RPAREN, - ACTIONS(5613), 1, - anon_sym_COMMA, - STATE(2944), 1, - aux_sym_parameters_repeat1, - ACTIONS(4667), 2, - anon_sym_COLON, - anon_sym_PIPE, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + ACTIONS(5184), 1, + anon_sym_LBRACE, + ACTIONS(5619), 1, + anon_sym_SEMI, + STATE(1155), 1, + sym_block, + STATE(3781), 1, + sym_label, STATE(2519), 2, sym_line_comment, sym_block_comment, - [78396] = 8, + [78410] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(412), 1, - anon_sym_LBRACE, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - STATE(1794), 1, - sym_block, - STATE(3783), 1, - sym_label, STATE(2520), 2, sym_line_comment, sym_block_comment, - [78422] = 7, + ACTIONS(3563), 5, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_where, + [78428] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5190), 1, + ACTIONS(4683), 1, + anon_sym_DOT_DOT, + ACTIONS(5352), 1, anon_sym_COLON, - STATE(2952), 1, - aux_sym_for_lifetimes_repeat1, - STATE(3433), 1, - sym_trait_bounds, - ACTIONS(5615), 2, - anon_sym_GT, - anon_sym_COMMA, + ACTIONS(5354), 1, + anon_sym_COLON_COLON, + ACTIONS(4685), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, STATE(2521), 2, sym_line_comment, sym_block_comment, - [78446] = 8, + [78452] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - ACTIONS(5232), 1, - anon_sym_LBRACE, - ACTIONS(5617), 1, - anon_sym_SEMI, - STATE(1168), 1, - sym_block, - STATE(3781), 1, - sym_label, + ACTIONS(1358), 1, + anon_sym_RPAREN, + ACTIONS(5621), 1, + anon_sym_COMMA, + STATE(2971), 1, + aux_sym_parameters_repeat1, + ACTIONS(4671), 2, + anon_sym_COLON, + anon_sym_PIPE, STATE(2522), 2, sym_line_comment, sym_block_comment, - [78472] = 8, + [78476] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5108), 1, - anon_sym_LT, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(5619), 1, - anon_sym_EQ, - STATE(3018), 1, - sym_type_parameters, - STATE(3675), 1, - sym_where_clause, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + ACTIONS(5196), 1, + anon_sym_LBRACE, + ACTIONS(5623), 1, + anon_sym_SEMI, + STATE(661), 1, + sym_block, + STATE(3778), 1, + sym_label, STATE(2523), 2, sym_line_comment, sym_block_comment, - [78498] = 4, + [78502] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(4299), 1, + anon_sym_LBRACE, + ACTIONS(5372), 1, + anon_sym_STAR, + STATE(2919), 1, + sym_use_list, + ACTIONS(5370), 2, + sym_identifier, + sym_super, STATE(2524), 2, sym_line_comment, sym_block_comment, - ACTIONS(5621), 5, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_where, - [78516] = 4, + [78526] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + ACTIONS(5196), 1, + anon_sym_LBRACE, + ACTIONS(5625), 1, + anon_sym_SEMI, + STATE(519), 1, + sym_block, + STATE(3778), 1, + sym_label, STATE(2525), 2, sym_line_comment, sym_block_comment, - ACTIONS(5623), 5, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_where, - [78534] = 5, + [78552] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3967), 2, - anon_sym_LPAREN, - anon_sym_COLON_COLON, + ACTIONS(412), 1, + anon_sym_LBRACE, + ACTIONS(3175), 1, + anon_sym_PLUS, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + STATE(1738), 1, + sym_block, + STATE(3783), 1, + sym_label, STATE(2526), 2, sym_line_comment, sym_block_comment, - ACTIONS(4873), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [78554] = 5, + [78578] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4005), 2, - anon_sym_LPAREN, - anon_sym_COLON_COLON, + ACTIONS(5627), 1, + anon_sym_RPAREN, + ACTIONS(5629), 1, + anon_sym_COMMA, + STATE(2911), 1, + aux_sym_parameters_repeat1, + ACTIONS(4671), 2, + anon_sym_COLON, + anon_sym_PIPE, STATE(2527), 2, sym_line_comment, sym_block_comment, - ACTIONS(4873), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [78574] = 8, + [78602] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(348), 1, - anon_sym_LBRACE, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - STATE(1451), 1, - sym_block, - STATE(3719), 1, - sym_label, + ACTIONS(4671), 2, + anon_sym_COLON, + anon_sym_PIPE, STATE(2528), 2, sym_line_comment, sym_block_comment, - [78600] = 4, + ACTIONS(3577), 3, + anon_sym_RPAREN, + anon_sym_PLUS, + anon_sym_COMMA, + [78622] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -182689,863 +182872,869 @@ static const uint16_t ts_small_parse_table[] = { STATE(2529), 2, sym_line_comment, sym_block_comment, - ACTIONS(3703), 5, - anon_sym_LPAREN, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_COLON_COLON, - anon_sym_if, - [78618] = 7, + ACTIONS(5542), 5, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_SQUOTE, + [78640] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5625), 1, - anon_sym_RPAREN, - ACTIONS(5628), 1, - anon_sym_COMMA, - STATE(2924), 1, - aux_sym_parameters_repeat1, - ACTIONS(4667), 2, - anon_sym_COLON, - anon_sym_PIPE, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + ACTIONS(5196), 1, + anon_sym_LBRACE, + ACTIONS(5631), 1, + anon_sym_SEMI, + STATE(671), 1, + sym_block, + STATE(3778), 1, + sym_label, STATE(2530), 2, sym_line_comment, sym_block_comment, - [78642] = 7, + [78666] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(1366), 1, - anon_sym_RPAREN, - ACTIONS(5631), 1, - anon_sym_COMMA, - STATE(2974), 1, - aux_sym_parameters_repeat1, - ACTIONS(4667), 2, + ACTIONS(5220), 1, anon_sym_COLON, - anon_sym_PIPE, + ACTIONS(5482), 1, + anon_sym_GT, + ACTIONS(5484), 1, + anon_sym_COMMA, + STATE(3001), 1, + sym_trait_bounds, + STATE(3002), 1, + aux_sym_type_arguments_repeat1, STATE(2531), 2, sym_line_comment, sym_block_comment, - [78666] = 8, + [78692] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(412), 1, - anon_sym_LBRACE, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - STATE(1859), 1, - sym_block, - STATE(3783), 1, - sym_label, STATE(2532), 2, sym_line_comment, sym_block_comment, - [78692] = 6, + ACTIONS(3515), 5, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_where, + [78710] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3509), 1, - anon_sym_PLUS, - ACTIONS(4667), 2, - anon_sym_COLON, - anon_sym_PIPE, - ACTIONS(5633), 2, + ACTIONS(5633), 1, anon_sym_RPAREN, + ACTIONS(5635), 1, anon_sym_COMMA, + STATE(2960), 1, + aux_sym_parameters_repeat1, + ACTIONS(4671), 2, + anon_sym_COLON, + anon_sym_PIPE, STATE(2533), 2, sym_line_comment, sym_block_comment, - [78714] = 8, + [78734] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3459), 1, + ACTIONS(3445), 1, anon_sym_SQUOTE, - ACTIONS(5232), 1, + ACTIONS(5196), 1, anon_sym_LBRACE, - ACTIONS(5636), 1, + ACTIONS(5637), 1, anon_sym_SEMI, - STATE(1212), 1, + STATE(787), 1, sym_block, - STATE(3781), 1, + STATE(3778), 1, sym_label, STATE(2534), 2, sym_line_comment, sym_block_comment, - [78740] = 4, + [78760] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(5639), 1, + anon_sym_RBRACK, + ACTIONS(3837), 2, + anon_sym_SEMI, + anon_sym_PLUS, + ACTIONS(5023), 2, + anon_sym_PIPE, + anon_sym_COMMA, STATE(2535), 2, sym_line_comment, sym_block_comment, - ACTIONS(5638), 5, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_where, - [78758] = 4, + [78782] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + ACTIONS(5196), 1, + anon_sym_LBRACE, + ACTIONS(5642), 1, + anon_sym_SEMI, + STATE(704), 1, + sym_block, + STATE(3778), 1, + sym_label, STATE(2536), 2, sym_line_comment, sym_block_comment, - ACTIONS(5640), 5, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_where, - [78776] = 4, + [78808] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + ACTIONS(5184), 1, + anon_sym_LBRACE, + ACTIONS(5644), 1, + anon_sym_SEMI, + STATE(1160), 1, + sym_block, + STATE(3781), 1, + sym_label, STATE(2537), 2, sym_line_comment, sym_block_comment, - ACTIONS(5642), 5, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_where, - [78794] = 4, + [78834] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(5220), 1, + anon_sym_COLON, + ACTIONS(5551), 1, + anon_sym_GT, + ACTIONS(5553), 1, + anon_sym_COMMA, + STATE(3012), 1, + sym_trait_bounds, + STATE(3014), 1, + aux_sym_type_arguments_repeat1, STATE(2538), 2, sym_line_comment, sym_block_comment, - ACTIONS(3711), 5, - anon_sym_LPAREN, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_COLON_COLON, - anon_sym_if, - [78812] = 6, + [78860] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5633), 1, - anon_sym_RBRACK, - ACTIONS(3509), 2, - anon_sym_SEMI, - anon_sym_PLUS, - ACTIONS(4667), 2, - anon_sym_PIPE, + ACTIONS(5646), 1, + anon_sym_RPAREN, + ACTIONS(5648), 1, anon_sym_COMMA, + STATE(3024), 1, + aux_sym_parameters_repeat1, + ACTIONS(4671), 2, + anon_sym_COLON, + anon_sym_PIPE, STATE(2539), 2, sym_line_comment, sym_block_comment, - [78834] = 4, + [78884] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + ACTIONS(5196), 1, + anon_sym_LBRACE, + ACTIONS(5650), 1, + anon_sym_SEMI, + STATE(627), 1, + sym_block, + STATE(3778), 1, + sym_label, STATE(2540), 2, sym_line_comment, sym_block_comment, - ACTIONS(5644), 5, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_where, - [78852] = 4, + [78910] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(412), 1, + anon_sym_LBRACE, + ACTIONS(3175), 1, + anon_sym_PLUS, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + STATE(1743), 1, + sym_block, + STATE(3783), 1, + sym_label, STATE(2541), 2, sym_line_comment, sym_block_comment, - ACTIONS(3759), 5, - anon_sym_LPAREN, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_COLON_COLON, - anon_sym_if, - [78870] = 4, + [78936] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(5654), 1, + anon_sym_COLON_COLON, + ACTIONS(5656), 1, + anon_sym_as, STATE(2542), 2, sym_line_comment, sym_block_comment, - ACTIONS(3769), 5, - anon_sym_LPAREN, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_COLON_COLON, - anon_sym_if, - [78888] = 8, + ACTIONS(5652), 3, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_COMMA, + [78958] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - ACTIONS(5182), 1, - anon_sym_LBRACE, - ACTIONS(5646), 1, - anon_sym_SEMI, - STATE(764), 1, - sym_block, - STATE(3778), 1, - sym_label, + ACTIONS(4689), 1, + anon_sym_LT2, + ACTIONS(4695), 1, + anon_sym_COLON_COLON, + ACTIONS(4851), 1, + anon_sym_COLON, + STATE(2030), 1, + sym_type_arguments, + STATE(2609), 1, + sym_trait_bounds, STATE(2543), 2, sym_line_comment, sym_block_comment, - [78914] = 5, + [78984] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5648), 1, - sym_identifier, + ACTIONS(3859), 2, + anon_sym_LPAREN, + anon_sym_COLON_COLON, STATE(2544), 2, sym_line_comment, sym_block_comment, - ACTIONS(5650), 4, - anon_sym_default, - anon_sym_gen, - anon_sym_union, - anon_sym_raw, - [78934] = 4, + ACTIONS(4859), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [79004] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + ACTIONS(5196), 1, + anon_sym_LBRACE, + ACTIONS(5658), 1, + anon_sym_SEMI, + STATE(760), 1, + sym_block, + STATE(3778), 1, + sym_label, STATE(2545), 2, sym_line_comment, sym_block_comment, - ACTIONS(5652), 5, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_SQUOTE, - [78952] = 4, + [79030] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + ACTIONS(5196), 1, + anon_sym_LBRACE, + ACTIONS(5660), 1, + anon_sym_SEMI, + STATE(524), 1, + sym_block, + STATE(3778), 1, + sym_label, STATE(2546), 2, sym_line_comment, sym_block_comment, - ACTIONS(5654), 5, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_SQUOTE, - [78970] = 8, + [79056] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - ACTIONS(5232), 1, - anon_sym_LBRACE, - ACTIONS(5656), 1, - anon_sym_SEMI, - STATE(1266), 1, - sym_block, - STATE(3781), 1, - sym_label, + ACTIONS(4853), 1, + anon_sym_EQ, + ACTIONS(5220), 1, + anon_sym_COLON, + STATE(3094), 1, + sym_trait_bounds, + ACTIONS(4855), 2, + anon_sym_GT, + anon_sym_COMMA, STATE(2547), 2, sym_line_comment, sym_block_comment, - [78996] = 8, + [79080] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3459), 1, + ACTIONS(3445), 1, anon_sym_SQUOTE, - ACTIONS(5182), 1, + ACTIONS(5196), 1, anon_sym_LBRACE, - ACTIONS(5658), 1, + ACTIONS(5662), 1, anon_sym_SEMI, - STATE(728), 1, + STATE(530), 1, sym_block, STATE(3778), 1, sym_label, STATE(2548), 2, sym_line_comment, sym_block_comment, - [79022] = 8, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(412), 1, - anon_sym_LBRACE, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - STATE(1908), 1, - sym_block, - STATE(3783), 1, - sym_label, - STATE(2549), 2, - sym_line_comment, - sym_block_comment, - [79048] = 8, + [79106] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5660), 1, - anon_sym_SEMI, - ACTIONS(5662), 1, - anon_sym_COLON, - ACTIONS(5664), 1, - anon_sym_PIPE, - ACTIONS(5666), 1, - anon_sym_EQ, - ACTIONS(5668), 1, - anon_sym_else, - STATE(2550), 2, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + ACTIONS(5184), 1, + anon_sym_LBRACE, + ACTIONS(5664), 1, + anon_sym_SEMI, + STATE(1226), 1, + sym_block, + STATE(3781), 1, + sym_label, + STATE(2549), 2, sym_line_comment, sym_block_comment, - [79074] = 4, + [79132] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(2551), 2, + STATE(2550), 2, sym_line_comment, sym_block_comment, - ACTIONS(5670), 5, + ACTIONS(5666), 5, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_EQ, anon_sym_COMMA, anon_sym_where, - [79092] = 4, + [79150] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(2552), 2, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + ACTIONS(5196), 1, + anon_sym_LBRACE, + ACTIONS(5668), 1, + anon_sym_SEMI, + STATE(753), 1, + sym_block, + STATE(3778), 1, + sym_label, + STATE(2551), 2, sym_line_comment, sym_block_comment, - ACTIONS(5672), 5, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_where, - [79110] = 8, + [79176] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3459), 1, + ACTIONS(3445), 1, anon_sym_SQUOTE, - ACTIONS(5232), 1, + ACTIONS(5196), 1, anon_sym_LBRACE, - ACTIONS(5674), 1, + ACTIONS(5670), 1, anon_sym_SEMI, - STATE(1297), 1, + STATE(567), 1, sym_block, - STATE(3781), 1, + STATE(3778), 1, sym_label, + STATE(2552), 2, + sym_line_comment, + sym_block_comment, + [79202] = 4, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, STATE(2553), 2, sym_line_comment, sym_block_comment, - [79136] = 7, + ACTIONS(3777), 5, + anon_sym_LPAREN, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_COLON_COLON, + anon_sym_if, + [79220] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3173), 1, - anon_sym_PLUS, - ACTIONS(5190), 1, - anon_sym_COLON, - STATE(3433), 1, - sym_trait_bounds, - ACTIONS(5615), 2, - anon_sym_GT, - anon_sym_COMMA, + ACTIONS(5087), 1, + anon_sym_LT, + ACTIONS(5089), 1, + anon_sym_where, + ACTIONS(5672), 1, + anon_sym_EQ, + STATE(3143), 1, + sym_type_parameters, + STATE(3754), 1, + sym_where_clause, STATE(2554), 2, sym_line_comment, sym_block_comment, - [79160] = 8, + [79246] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(348), 1, + ACTIONS(4299), 1, anon_sym_LBRACE, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - STATE(1473), 1, - sym_block, - STATE(3719), 1, - sym_label, + ACTIONS(5676), 1, + anon_sym_STAR, + STATE(3172), 1, + sym_use_list, + ACTIONS(5674), 2, + sym_identifier, + sym_super, STATE(2555), 2, sym_line_comment, sym_block_comment, - [79186] = 8, + [79270] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - ACTIONS(5232), 1, - anon_sym_LBRACE, - ACTIONS(5676), 1, - anon_sym_SEMI, - STATE(1311), 1, - sym_block, - STATE(3781), 1, - sym_label, + ACTIONS(5047), 1, + anon_sym_RPAREN, + ACTIONS(5678), 1, + anon_sym_COLON, + ACTIONS(5680), 1, + anon_sym_PIPE, + ACTIONS(5682), 1, + anon_sym_COMMA, + STATE(2924), 1, + aux_sym_closure_parameters_repeat1, STATE(2556), 2, sym_line_comment, sym_block_comment, - [79212] = 4, + [79296] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(3577), 1, + anon_sym_PLUS, + ACTIONS(4671), 2, + anon_sym_COLON, + anon_sym_PIPE, + ACTIONS(5684), 2, + anon_sym_RPAREN, + anon_sym_COMMA, STATE(2557), 2, sym_line_comment, sym_block_comment, - ACTIONS(3529), 5, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_where, - [79230] = 8, + [79318] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - ACTIONS(5232), 1, - anon_sym_LBRACE, - ACTIONS(5678), 1, - anon_sym_SEMI, - STATE(1314), 1, - sym_block, - STATE(3781), 1, - sym_label, STATE(2558), 2, sym_line_comment, sym_block_comment, - [79256] = 6, + ACTIONS(3791), 5, + anon_sym_LPAREN, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_COLON_COLON, + anon_sym_if, + [79336] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5680), 1, - anon_sym_RBRACK, - ACTIONS(4089), 2, - anon_sym_SEMI, - anon_sym_PLUS, - ACTIONS(5055), 2, - anon_sym_PIPE, - anon_sym_COMMA, + ACTIONS(5687), 1, + sym_identifier, STATE(2559), 2, sym_line_comment, sym_block_comment, - [79278] = 8, + ACTIONS(5689), 4, + anon_sym_default, + anon_sym_gen, + anon_sym_union, + anon_sym_raw, + [79356] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - ACTIONS(5232), 1, + ACTIONS(412), 1, anon_sym_LBRACE, - ACTIONS(5683), 1, - anon_sym_SEMI, - STATE(1339), 1, + ACTIONS(3175), 1, + anon_sym_PLUS, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + STATE(1759), 1, sym_block, - STATE(3781), 1, + STATE(3783), 1, sym_label, STATE(2560), 2, sym_line_comment, sym_block_comment, - [79304] = 8, + [79382] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - ACTIONS(5232), 1, + ACTIONS(348), 1, anon_sym_LBRACE, - ACTIONS(5685), 1, - anon_sym_SEMI, - STATE(1347), 1, + ACTIONS(3175), 1, + anon_sym_PLUS, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + STATE(1534), 1, sym_block, - STATE(3781), 1, + STATE(3719), 1, sym_label, STATE(2561), 2, sym_line_comment, sym_block_comment, - [79330] = 8, + [79408] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - ACTIONS(5182), 1, - anon_sym_LBRACE, - ACTIONS(5687), 1, - anon_sym_SEMI, - STATE(594), 1, - sym_block, - STATE(3778), 1, - sym_label, STATE(2562), 2, sym_line_comment, sym_block_comment, - [79356] = 8, + ACTIONS(3799), 5, + anon_sym_LPAREN, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_COLON_COLON, + anon_sym_if, + [79426] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - ACTIONS(5232), 1, - anon_sym_LBRACE, - ACTIONS(5689), 1, - anon_sym_SEMI, - STATE(1357), 1, - sym_block, - STATE(3781), 1, - sym_label, + ACTIONS(4683), 1, + anon_sym_DOT_DOT, + ACTIONS(5328), 1, + anon_sym_COLON, + ACTIONS(5354), 1, + anon_sym_COLON_COLON, + ACTIONS(4685), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, STATE(2563), 2, sym_line_comment, sym_block_comment, - [79382] = 8, + [79450] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3459), 1, + ACTIONS(3445), 1, anon_sym_SQUOTE, - ACTIONS(5232), 1, + ACTIONS(5184), 1, anon_sym_LBRACE, ACTIONS(5691), 1, anon_sym_SEMI, - STATE(1362), 1, + STATE(1390), 1, sym_block, STATE(3781), 1, sym_label, STATE(2564), 2, sym_line_comment, sym_block_comment, - [79408] = 7, + [79476] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4297), 1, - anon_sym_LBRACE, - ACTIONS(5695), 1, - anon_sym_STAR, - STATE(2900), 1, - sym_use_list, - ACTIONS(5693), 2, + ACTIONS(3093), 1, + anon_sym_SQUOTE, + ACTIONS(5693), 1, sym_identifier, - sym_super, + ACTIONS(5695), 1, + anon_sym_GT, + ACTIONS(5697), 1, + anon_sym_COMMA, + STATE(2953), 1, + sym_lifetime, STATE(2565), 2, sym_line_comment, sym_block_comment, - [79432] = 8, + [79502] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - ACTIONS(5232), 1, - anon_sym_LBRACE, - ACTIONS(5697), 1, - anon_sym_SEMI, - STATE(1366), 1, - sym_block, - STATE(3781), 1, - sym_label, STATE(2566), 2, sym_line_comment, sym_block_comment, - [79458] = 8, + ACTIONS(5699), 5, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_where, + [79520] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4685), 1, - anon_sym_LT2, - ACTIONS(4687), 1, - anon_sym_LPAREN, - ACTIONS(4693), 1, - anon_sym_COLON_COLON, - STATE(2029), 1, - sym_type_arguments, - STATE(2102), 1, - sym_parameters, + ACTIONS(348), 1, + anon_sym_LBRACE, + ACTIONS(3175), 1, + anon_sym_PLUS, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + STATE(1453), 1, + sym_block, + STATE(3719), 1, + sym_label, STATE(2567), 2, sym_line_comment, sym_block_comment, - [79484] = 8, + [79546] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4171), 1, + ACTIONS(4193), 1, anon_sym_LPAREN, - ACTIONS(4685), 1, + ACTIONS(4689), 1, anon_sym_LT2, - ACTIONS(4693), 1, + ACTIONS(4695), 1, anon_sym_COLON_COLON, - STATE(1663), 1, + STATE(1701), 1, sym_parameters, - STATE(2029), 1, + STATE(2030), 1, sym_type_arguments, STATE(2568), 2, sym_line_comment, sym_block_comment, - [79510] = 8, + [79572] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5190), 1, + ACTIONS(5701), 1, + anon_sym_SEMI, + ACTIONS(5703), 1, anon_sym_COLON, - ACTIONS(5482), 1, - anon_sym_GT, - ACTIONS(5484), 1, - anon_sym_COMMA, - STATE(3040), 1, - sym_trait_bounds, - STATE(3041), 1, - aux_sym_type_arguments_repeat1, + ACTIONS(5705), 1, + anon_sym_PIPE, + ACTIONS(5707), 1, + anon_sym_EQ, + ACTIONS(5709), 1, + anon_sym_else, STATE(2569), 2, sym_line_comment, sym_block_comment, - [79536] = 7, + [79598] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5699), 1, + ACTIONS(1370), 1, anon_sym_RPAREN, - ACTIONS(5701), 1, + ACTIONS(5711), 1, anon_sym_COMMA, - STATE(3045), 1, + STATE(3078), 1, aux_sym_parameters_repeat1, - ACTIONS(4667), 2, + ACTIONS(4671), 2, anon_sym_COLON, anon_sym_PIPE, STATE(2570), 2, sym_line_comment, sym_block_comment, - [79560] = 8, + [79622] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - ACTIONS(5182), 1, - anon_sym_LBRACE, - ACTIONS(5703), 1, - anon_sym_SEMI, - STATE(599), 1, - sym_block, - STATE(3778), 1, - sym_label, + ACTIONS(5220), 1, + anon_sym_COLON, + STATE(3004), 1, + aux_sym_for_lifetimes_repeat1, + STATE(3414), 1, + sym_trait_bounds, + ACTIONS(5713), 2, + anon_sym_GT, + anon_sym_COMMA, STATE(2571), 2, sym_line_comment, sym_block_comment, - [79586] = 7, + [79646] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5705), 1, - anon_sym_RPAREN, - ACTIONS(5707), 1, - anon_sym_COMMA, - STATE(2924), 1, - aux_sym_parameters_repeat1, - ACTIONS(4667), 2, - anon_sym_COLON, - anon_sym_PIPE, STATE(2572), 2, sym_line_comment, sym_block_comment, - [79610] = 7, + ACTIONS(5715), 5, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_where, + [79664] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4297), 1, - anon_sym_LBRACE, - ACTIONS(5412), 1, - anon_sym_STAR, - STATE(2916), 1, - sym_use_list, - ACTIONS(5410), 2, - sym_identifier, - sym_super, STATE(2573), 2, sym_line_comment, sym_block_comment, - [79634] = 7, + ACTIONS(5717), 5, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_where, + [79682] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3173), 1, - anon_sym_PLUS, - ACTIONS(5190), 1, - anon_sym_COLON, - STATE(3496), 1, - sym_trait_bounds, - ACTIONS(5709), 2, - anon_sym_GT, - anon_sym_COMMA, + ACTIONS(5719), 1, + anon_sym_STAR_SLASH, + ACTIONS(5721), 1, + sym__outer_block_doc_comment_marker, + ACTIONS(5723), 1, + sym__inner_block_doc_comment_marker, + ACTIONS(5725), 1, + sym__block_comment_content, + STATE(3399), 1, + sym__block_doc_comment_marker, STATE(2574), 2, sym_line_comment, sym_block_comment, - [79658] = 7, + [79708] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(1372), 1, - anon_sym_RPAREN, - ACTIONS(5711), 1, - anon_sym_COMMA, - STATE(3052), 1, - aux_sym_parameters_repeat1, - ACTIONS(4667), 2, - anon_sym_COLON, - anon_sym_PIPE, STATE(2575), 2, sym_line_comment, sym_block_comment, - [79682] = 6, + ACTIONS(5727), 5, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_where, + [79726] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4089), 1, - anon_sym_PLUS, - ACTIONS(5055), 2, + ACTIONS(5220), 1, anon_sym_COLON, - anon_sym_PIPE, - ACTIONS(5680), 2, - anon_sym_RPAREN, + ACTIONS(5460), 1, + anon_sym_GT, + ACTIONS(5462), 1, anon_sym_COMMA, + STATE(2957), 1, + sym_trait_bounds, + STATE(2958), 1, + aux_sym_type_arguments_repeat1, STATE(2576), 2, sym_line_comment, sym_block_comment, - [79704] = 8, + [79752] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3081), 1, + ACTIONS(348), 1, + anon_sym_LBRACE, + ACTIONS(3175), 1, + anon_sym_PLUS, + ACTIONS(3445), 1, anon_sym_SQUOTE, - ACTIONS(5713), 1, - sym_identifier, - ACTIONS(5715), 1, - anon_sym_GT, - ACTIONS(5717), 1, - anon_sym_COMMA, - STATE(3090), 1, - sym_lifetime, + STATE(1524), 1, + sym_block, + STATE(3719), 1, + sym_label, STATE(2577), 2, sym_line_comment, sym_block_comment, - [79730] = 8, + [79778] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5027), 1, - anon_sym_PIPE, - ACTIONS(5719), 1, - anon_sym_SEMI, - ACTIONS(5721), 1, - anon_sym_COLON, - ACTIONS(5723), 1, - anon_sym_EQ, - ACTIONS(5725), 1, - anon_sym_else, + ACTIONS(5729), 1, + sym_identifier, STATE(2578), 2, sym_line_comment, sym_block_comment, - [79756] = 8, + ACTIONS(5731), 4, + anon_sym_default, + anon_sym_gen, + anon_sym_union, + anon_sym_raw, + [79798] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - ACTIONS(5182), 1, - anon_sym_LBRACE, - ACTIONS(5727), 1, - anon_sym_SEMI, - STATE(576), 1, - sym_block, - STATE(3778), 1, - sym_label, STATE(2579), 2, sym_line_comment, sym_block_comment, - [79782] = 8, + ACTIONS(5733), 5, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_SQUOTE, + [79816] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5190), 1, + ACTIONS(4999), 1, + anon_sym_PIPE, + ACTIONS(5735), 1, + anon_sym_SEMI, + ACTIONS(5737), 1, anon_sym_COLON, - ACTIONS(5494), 1, - anon_sym_GT, - ACTIONS(5496), 1, - anon_sym_COMMA, - STATE(3066), 1, - sym_trait_bounds, - STATE(3067), 1, - aux_sym_type_arguments_repeat1, + ACTIONS(5739), 1, + anon_sym_EQ, + ACTIONS(5741), 1, + anon_sym_else, STATE(2580), 2, sym_line_comment, sym_block_comment, - [79808] = 4, + [79842] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -183553,370 +183742,376 @@ static const uint16_t ts_small_parse_table[] = { STATE(2581), 2, sym_line_comment, sym_block_comment, - ACTIONS(5729), 5, + ACTIONS(5743), 5, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_EQ, anon_sym_COMMA, anon_sym_where, - [79826] = 5, + [79860] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4667), 2, - anon_sym_COLON, - anon_sym_PIPE, STATE(2582), 2, sym_line_comment, sym_block_comment, - ACTIONS(3509), 3, - anon_sym_RPAREN, - anon_sym_PLUS, + ACTIONS(5745), 5, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_EQ, anon_sym_COMMA, - [79846] = 4, + anon_sym_where, + [79878] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + ACTIONS(5184), 1, + anon_sym_LBRACE, + ACTIONS(5747), 1, + anon_sym_SEMI, + STATE(1305), 1, + sym_block, + STATE(3781), 1, + sym_label, STATE(2583), 2, sym_line_comment, sym_block_comment, - ACTIONS(3561), 5, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_where, - [79864] = 8, + [79904] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5664), 1, - anon_sym_PIPE, - ACTIONS(5731), 1, - anon_sym_RPAREN, - ACTIONS(5733), 1, - anon_sym_COLON, - ACTIONS(5735), 1, - anon_sym_COMMA, - STATE(3193), 1, - aux_sym_slice_pattern_repeat1, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + ACTIONS(5184), 1, + anon_sym_LBRACE, + ACTIONS(5749), 1, + anon_sym_SEMI, + STATE(1123), 1, + sym_block, + STATE(3781), 1, + sym_label, STATE(2584), 2, sym_line_comment, sym_block_comment, - [79890] = 4, + [79930] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(3837), 1, + anon_sym_PLUS, + ACTIONS(5023), 2, + anon_sym_COLON, + anon_sym_PIPE, + ACTIONS(5639), 2, + anon_sym_RPAREN, + anon_sym_COMMA, STATE(2585), 2, sym_line_comment, sym_block_comment, - ACTIONS(5737), 5, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_where, - [79908] = 4, + [79952] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(5751), 1, + anon_sym_RPAREN, + ACTIONS(5754), 1, + anon_sym_COMMA, + STATE(2911), 1, + aux_sym_parameters_repeat1, + ACTIONS(4671), 2, + anon_sym_COLON, + anon_sym_PIPE, STATE(2586), 2, sym_line_comment, sym_block_comment, - ACTIONS(5510), 5, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_SQUOTE, - [79926] = 4, + [79976] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + ACTIONS(5184), 1, + anon_sym_LBRACE, + ACTIONS(5757), 1, + anon_sym_SEMI, + STATE(1321), 1, + sym_block, + STATE(3781), 1, + sym_label, STATE(2587), 2, sym_line_comment, sym_block_comment, - ACTIONS(5739), 5, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_where, - [79944] = 8, + [80002] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - ACTIONS(5182), 1, - anon_sym_LBRACE, - ACTIONS(5741), 1, - anon_sym_SEMI, - STATE(784), 1, - sym_block, - STATE(3778), 1, - sym_label, + ACTIONS(5220), 1, + anon_sym_COLON, + ACTIONS(5470), 1, + anon_sym_GT, + ACTIONS(5472), 1, + anon_sym_COMMA, + STATE(3128), 1, + sym_trait_bounds, + STATE(3129), 1, + aux_sym_type_arguments_repeat1, STATE(2588), 2, sym_line_comment, sym_block_comment, - [79970] = 6, + [80028] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5745), 1, - anon_sym_COLON_COLON, - ACTIONS(5747), 1, - anon_sym_as, STATE(2589), 2, sym_line_comment, sym_block_comment, - ACTIONS(5743), 3, + ACTIONS(5759), 5, anon_sym_SEMI, anon_sym_RBRACE, + anon_sym_EQ, anon_sym_COMMA, - [79992] = 7, + anon_sym_where, + [80046] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4297), 1, - anon_sym_LBRACE, - ACTIONS(5751), 1, - anon_sym_STAR, - STATE(3126), 1, - sym_use_list, - ACTIONS(5749), 2, - sym_identifier, - sym_super, + ACTIONS(5605), 1, + anon_sym_as, + ACTIONS(5761), 1, + anon_sym_COLON_COLON, STATE(2590), 2, sym_line_comment, sym_block_comment, - [80016] = 8, + ACTIONS(5601), 3, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_COMMA, + [80068] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4685), 1, - anon_sym_LT2, - ACTIONS(4687), 1, - anon_sym_LPAREN, - ACTIONS(4693), 1, - anon_sym_COLON_COLON, - STATE(2029), 1, - sym_type_arguments, - STATE(2453), 1, - sym_parameters, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + ACTIONS(5184), 1, + anon_sym_LBRACE, + ACTIONS(5763), 1, + anon_sym_SEMI, + STATE(1336), 1, + sym_block, + STATE(3781), 1, + sym_label, STATE(2591), 2, sym_line_comment, sym_block_comment, - [80042] = 8, + [80094] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(348), 1, - anon_sym_LBRACE, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - STATE(1495), 1, - sym_block, - STATE(3719), 1, - sym_label, + ACTIONS(3923), 2, + anon_sym_LPAREN, + anon_sym_COLON_COLON, STATE(2592), 2, sym_line_comment, sym_block_comment, - [80068] = 8, + ACTIONS(4859), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [80114] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - ACTIONS(5182), 1, - anon_sym_LBRACE, - ACTIONS(5753), 1, - anon_sym_SEMI, - STATE(603), 1, - sym_block, - STATE(3778), 1, - sym_label, + ACTIONS(1362), 1, + anon_sym_RPAREN, + ACTIONS(5765), 1, + anon_sym_COMMA, + STATE(3140), 1, + aux_sym_parameters_repeat1, + ACTIONS(4671), 2, + anon_sym_COLON, + anon_sym_PIPE, STATE(2593), 2, sym_line_comment, sym_block_comment, - [80094] = 8, + [80138] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5664), 1, - anon_sym_PIPE, - ACTIONS(5755), 1, - anon_sym_SEMI, - ACTIONS(5757), 1, - anon_sym_COLON, - ACTIONS(5759), 1, - anon_sym_EQ, - ACTIONS(5761), 1, - anon_sym_else, + ACTIONS(412), 1, + anon_sym_LBRACE, + ACTIONS(3175), 1, + anon_sym_PLUS, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + STATE(1753), 1, + sym_block, + STATE(3783), 1, + sym_label, STATE(2594), 2, sym_line_comment, sym_block_comment, - [80120] = 6, + [80164] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5765), 1, - anon_sym_COLON_COLON, - ACTIONS(5767), 1, - anon_sym_as, STATE(2595), 2, sym_line_comment, sym_block_comment, - ACTIONS(5763), 3, + ACTIONS(5767), 5, anon_sym_SEMI, anon_sym_RBRACE, + anon_sym_EQ, anon_sym_COMMA, - [80142] = 6, + anon_sym_where, + [80182] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5767), 1, - anon_sym_as, - ACTIONS(5769), 1, - anon_sym_COLON_COLON, STATE(2596), 2, sym_line_comment, sym_block_comment, - ACTIONS(5763), 3, + ACTIONS(5769), 5, anon_sym_SEMI, anon_sym_RBRACE, + anon_sym_EQ, anon_sym_COMMA, - [80164] = 4, + anon_sym_where, + [80200] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(5087), 1, + anon_sym_LT, + ACTIONS(5089), 1, + anon_sym_where, + ACTIONS(5771), 1, + anon_sym_EQ, + STATE(3179), 1, + sym_type_parameters, + STATE(3759), 1, + sym_where_clause, STATE(2597), 2, sym_line_comment, sym_block_comment, - ACTIONS(3537), 5, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_where, - [80182] = 8, + [80226] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5057), 1, - anon_sym_RPAREN, - ACTIONS(5771), 1, - anon_sym_COLON, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + ACTIONS(5184), 1, + anon_sym_LBRACE, ACTIONS(5773), 1, - anon_sym_PIPE, - ACTIONS(5775), 1, - anon_sym_COMMA, - STATE(2973), 1, - aux_sym_closure_parameters_repeat1, + anon_sym_SEMI, + STATE(1275), 1, + sym_block, + STATE(3781), 1, + sym_label, STATE(2598), 2, sym_line_comment, sym_block_comment, - [80208] = 8, + [80252] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(348), 1, - anon_sym_LBRACE, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - STATE(1486), 1, - sym_block, - STATE(3719), 1, - sym_label, STATE(2599), 2, sym_line_comment, sym_block_comment, - [80234] = 7, + ACTIONS(3399), 5, + anon_sym_COLON, + anon_sym_PLUS, + anon_sym_GT, + anon_sym_COMMA, + anon_sym_as, + [80270] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4819), 1, - anon_sym_EQ, - ACTIONS(5190), 1, - anon_sym_COLON, - STATE(3160), 1, - sym_trait_bounds, - ACTIONS(4821), 2, - anon_sym_GT, - anon_sym_COMMA, STATE(2600), 2, sym_line_comment, sym_block_comment, - [80258] = 8, + ACTIONS(5775), 5, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_where, + [80288] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3079), 1, - anon_sym_POUND, + ACTIONS(5705), 1, + anon_sym_PIPE, ACTIONS(5777), 1, - sym_identifier, + anon_sym_RPAREN, ACTIONS(5779), 1, - sym_integer_literal, - STATE(1086), 1, - aux_sym_enum_variant_list_repeat1, - STATE(1386), 1, - sym_attribute_item, + anon_sym_COLON, + ACTIONS(5781), 1, + anon_sym_COMMA, + STATE(3135), 1, + aux_sym_slice_pattern_repeat1, STATE(2601), 2, sym_line_comment, sym_block_comment, - [80284] = 4, + [80314] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(5705), 1, + anon_sym_PIPE, + ACTIONS(5783), 1, + anon_sym_SEMI, + ACTIONS(5785), 1, + anon_sym_COLON, + ACTIONS(5787), 1, + anon_sym_EQ, + ACTIONS(5789), 1, + anon_sym_else, STATE(2602), 2, sym_line_comment, sym_block_comment, - ACTIONS(5781), 5, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_where, - [80302] = 4, + [80340] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(4999), 1, + anon_sym_PIPE, + ACTIONS(5791), 1, + anon_sym_SEMI, + ACTIONS(5793), 1, + anon_sym_COLON, + ACTIONS(5795), 1, + anon_sym_EQ, + ACTIONS(5797), 1, + anon_sym_else, STATE(2603), 2, sym_line_comment, sym_block_comment, - ACTIONS(5783), 5, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_where, - [80320] = 4, + [80366] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -183924,4612 +184119,4606 @@ static const uint16_t ts_small_parse_table[] = { STATE(2604), 2, sym_line_comment, sym_block_comment, - ACTIONS(5785), 5, + ACTIONS(5799), 5, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_EQ, anon_sym_COMMA, anon_sym_where, - [80338] = 8, + [80384] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4685), 1, - anon_sym_LT2, - ACTIONS(4693), 1, - anon_sym_COLON_COLON, - ACTIONS(4817), 1, - anon_sym_COLON, - STATE(2029), 1, - sym_type_arguments, - STATE(2546), 1, - sym_trait_bounds, STATE(2605), 2, sym_line_comment, sym_block_comment, - [80364] = 6, + ACTIONS(3519), 5, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_where, + [80402] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5767), 1, - anon_sym_as, - ACTIONS(5787), 1, - anon_sym_COLON_COLON, + ACTIONS(5023), 2, + anon_sym_COLON, + anon_sym_PIPE, STATE(2606), 2, sym_line_comment, sym_block_comment, - ACTIONS(5763), 3, - anon_sym_SEMI, - anon_sym_RBRACE, + ACTIONS(3837), 3, + anon_sym_RPAREN, + anon_sym_PLUS, anon_sym_COMMA, - [80386] = 8, + [80422] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3081), 1, - anon_sym_SQUOTE, - ACTIONS(5789), 1, - sym_identifier, - ACTIONS(5791), 1, + ACTIONS(3253), 1, + anon_sym_PLUS, + ACTIONS(5220), 1, + anon_sym_COLON, + STATE(3414), 1, + sym_trait_bounds, + ACTIONS(5713), 2, anon_sym_GT, - ACTIONS(5793), 1, anon_sym_COMMA, - STATE(2894), 1, - sym_lifetime, STATE(2607), 2, sym_line_comment, sym_block_comment, - [80412] = 8, + [80446] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - ACTIONS(5182), 1, + ACTIONS(348), 1, anon_sym_LBRACE, - ACTIONS(5795), 1, - anon_sym_SEMI, - STATE(662), 1, + ACTIONS(3175), 1, + anon_sym_PLUS, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + STATE(1555), 1, sym_block, - STATE(3778), 1, + STATE(3719), 1, sym_label, STATE(2608), 2, sym_line_comment, sym_block_comment, - [80438] = 7, + [80472] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4679), 1, - anon_sym_DOT_DOT, - ACTIONS(5374), 1, - anon_sym_COLON, - ACTIONS(5376), 1, - anon_sym_COLON_COLON, - ACTIONS(4681), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, STATE(2609), 2, sym_line_comment, sym_block_comment, - [80462] = 8, + ACTIONS(5801), 5, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_SQUOTE, + [80490] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3435), 1, - anon_sym_LPAREN, - ACTIONS(4685), 1, - anon_sym_LT2, - ACTIONS(4693), 1, - anon_sym_COLON_COLON, - STATE(1396), 1, - sym_parameters, - STATE(2029), 1, - sym_type_arguments, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + ACTIONS(5184), 1, + anon_sym_LBRACE, + ACTIONS(5803), 1, + anon_sym_SEMI, + STATE(1345), 1, + sym_block, + STATE(3781), 1, + sym_label, STATE(2610), 2, sym_line_comment, sym_block_comment, - [80488] = 7, + [80516] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4679), 1, - anon_sym_DOT_DOT, - ACTIONS(5366), 1, - anon_sym_COLON, - ACTIONS(5376), 1, - anon_sym_COLON_COLON, - ACTIONS(4681), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, + ACTIONS(3093), 1, + anon_sym_SQUOTE, + ACTIONS(5805), 1, + sym_identifier, + ACTIONS(5807), 1, + anon_sym_GT, + ACTIONS(5809), 1, + anon_sym_COMMA, + STATE(2921), 1, + sym_lifetime, STATE(2611), 2, sym_line_comment, sym_block_comment, - [80512] = 8, + [80542] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - ACTIONS(5182), 1, - anon_sym_LBRACE, - ACTIONS(5797), 1, - anon_sym_SEMI, - STATE(534), 1, - sym_block, - STATE(3778), 1, - sym_label, STATE(2612), 2, sym_line_comment, sym_block_comment, - [80538] = 4, + ACTIONS(3763), 5, + anon_sym_LPAREN, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_COLON_COLON, + anon_sym_if, + [80560] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + ACTIONS(5184), 1, + anon_sym_LBRACE, + ACTIONS(5811), 1, + anon_sym_SEMI, + STATE(1365), 1, + sym_block, + STATE(3781), 1, + sym_label, STATE(2613), 2, sym_line_comment, sym_block_comment, - ACTIONS(3541), 5, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_where, - [80556] = 5, + [80586] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5799), 1, - sym_identifier, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + ACTIONS(5184), 1, + anon_sym_LBRACE, + ACTIONS(5813), 1, + anon_sym_SEMI, + STATE(1349), 1, + sym_block, + STATE(3781), 1, + sym_label, STATE(2614), 2, sym_line_comment, sym_block_comment, - ACTIONS(5801), 4, - anon_sym_default, - anon_sym_gen, - anon_sym_union, - anon_sym_raw, - [80576] = 8, + [80612] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5027), 1, - anon_sym_PIPE, - ACTIONS(5803), 1, - anon_sym_SEMI, - ACTIONS(5805), 1, - anon_sym_COLON, - ACTIONS(5807), 1, - anon_sym_EQ, - ACTIONS(5809), 1, - anon_sym_else, + ACTIONS(3093), 1, + anon_sym_SQUOTE, + ACTIONS(5815), 1, + sym_identifier, + ACTIONS(5817), 1, + anon_sym_GT, + ACTIONS(5819), 1, + anon_sym_COMMA, + STATE(2951), 1, + sym_lifetime, STATE(2615), 2, sym_line_comment, sym_block_comment, - [80602] = 8, + [80638] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - ACTIONS(5182), 1, - anon_sym_LBRACE, - ACTIONS(5811), 1, - anon_sym_SEMI, - STATE(584), 1, - sym_block, - STATE(3778), 1, - sym_label, + ACTIONS(4689), 1, + anon_sym_LT2, + ACTIONS(4691), 1, + anon_sym_LPAREN, + ACTIONS(4695), 1, + anon_sym_COLON_COLON, + STATE(2030), 1, + sym_type_arguments, + STATE(2105), 1, + sym_parameters, STATE(2616), 2, sym_line_comment, sym_block_comment, - [80628] = 8, + [80664] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5108), 1, - anon_sym_LT, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(5813), 1, - anon_sym_EQ, - STATE(3182), 1, - sym_type_parameters, - STATE(3759), 1, - sym_where_clause, + ACTIONS(5684), 1, + anon_sym_RBRACK, + ACTIONS(3577), 2, + anon_sym_SEMI, + anon_sym_PLUS, + ACTIONS(4671), 2, + anon_sym_PIPE, + anon_sym_COMMA, STATE(2617), 2, sym_line_comment, sym_block_comment, - [80654] = 8, + [80686] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - ACTIONS(5182), 1, - anon_sym_LBRACE, - ACTIONS(5815), 1, - anon_sym_SEMI, - STATE(548), 1, - sym_block, - STATE(3778), 1, - sym_label, STATE(2618), 2, sym_line_comment, sym_block_comment, - [80680] = 5, + ACTIONS(5821), 5, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_where, + [80704] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5055), 2, - anon_sym_COLON, - anon_sym_PIPE, + ACTIONS(5605), 1, + anon_sym_as, + ACTIONS(5823), 1, + anon_sym_COLON_COLON, STATE(2619), 2, sym_line_comment, sym_block_comment, - ACTIONS(4089), 3, - anon_sym_RPAREN, - anon_sym_PLUS, + ACTIONS(5601), 3, + anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_COMMA, - [80700] = 8, + [80726] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3081), 1, - anon_sym_SQUOTE, - ACTIONS(5817), 1, - sym_identifier, - ACTIONS(5819), 1, - anon_sym_GT, - ACTIONS(5821), 1, - anon_sym_COMMA, - STATE(3035), 1, - sym_lifetime, STATE(2620), 2, sym_line_comment, sym_block_comment, - [80726] = 7, + ACTIONS(3527), 5, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_where, + [80744] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(348), 1, - anon_sym_LBRACE, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - STATE(1537), 1, - sym_block, - STATE(3719), 1, - sym_label, STATE(2621), 2, sym_line_comment, sym_block_comment, - [80749] = 7, + ACTIONS(5825), 5, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_where, + [80762] = 8, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(5120), 1, - anon_sym_LBRACE, - STATE(759), 1, - sym_declaration_list, - STATE(3424), 1, - sym_where_clause, + ACTIONS(3458), 1, + anon_sym_LPAREN, + ACTIONS(4689), 1, + anon_sym_LT2, + ACTIONS(4695), 1, + anon_sym_COLON_COLON, + STATE(1421), 1, + sym_parameters, + STATE(2030), 1, + sym_type_arguments, STATE(2622), 2, sym_line_comment, sym_block_comment, - [80772] = 7, - ACTIONS(19), 1, - anon_sym_LBRACE, + [80788] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - STATE(409), 1, - sym_block, - STATE(3621), 1, - sym_label, + ACTIONS(4691), 1, + anon_sym_LPAREN, + ACTIONS(5087), 1, + anon_sym_LT, + STATE(2330), 1, + sym_parameters, + STATE(3434), 1, + sym_type_parameters, STATE(2623), 2, sym_line_comment, sym_block_comment, - [80795] = 7, + [80811] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5823), 1, - anon_sym_LPAREN, - ACTIONS(5825), 1, - anon_sym_LBRACK, + ACTIONS(5705), 1, + anon_sym_PIPE, ACTIONS(5827), 1, - anon_sym_LBRACE, - STATE(2653), 1, - sym_token_tree, + anon_sym_RPAREN, + ACTIONS(5829), 1, + anon_sym_COMMA, + STATE(2997), 1, + aux_sym_tuple_pattern_repeat1, STATE(2624), 2, sym_line_comment, sym_block_comment, - [80818] = 5, + [80834] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5829), 1, - anon_sym_COLON_COLON, + ACTIONS(5831), 1, + anon_sym_DQUOTE, + STATE(2842), 1, + aux_sym_string_literal_repeat1, + ACTIONS(5833), 2, + sym_string_content, + sym_escape_sequence, STATE(2625), 2, sym_line_comment, sym_block_comment, - ACTIONS(4923), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [80837] = 7, + [80855] = 7, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(5835), 1, + anon_sym_LPAREN, + ACTIONS(5837), 1, + anon_sym_LBRACK, + ACTIONS(5839), 1, + anon_sym_LBRACE, + STATE(420), 1, + sym_delim_token_tree, + STATE(2626), 2, + sym_line_comment, + sym_block_comment, + [80878] = 7, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(5089), 1, + anon_sym_where, + ACTIONS(5112), 1, + anon_sym_LBRACE, + STATE(510), 1, + sym_field_declaration_list, + STATE(3447), 1, + sym_where_clause, + STATE(2627), 2, + sym_line_comment, + sym_block_comment, + [80901] = 7, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(5705), 1, + anon_sym_PIPE, + ACTIONS(5841), 1, + anon_sym_RBRACK, + ACTIONS(5843), 1, + anon_sym_COMMA, + STATE(3073), 1, + aux_sym_slice_pattern_repeat1, + STATE(2628), 2, + sym_line_comment, + sym_block_comment, + [80924] = 7, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(3466), 1, + anon_sym_LT2, + ACTIONS(5370), 1, + sym_super, + ACTIONS(5845), 1, + sym_identifier, + STATE(1483), 1, + sym_type_arguments, + STATE(2629), 2, + sym_line_comment, + sym_block_comment, + [80947] = 7, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(3175), 1, + anon_sym_PLUS, + ACTIONS(5847), 1, + anon_sym_SEMI, + ACTIONS(5849), 1, + anon_sym_EQ, + ACTIONS(5851), 1, + anon_sym_else, + STATE(2630), 2, + sym_line_comment, + sym_block_comment, + [80970] = 5, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(5853), 1, + aux_sym_token_repetition_pattern_token1, + STATE(2631), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(5855), 3, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_QMARK, + [80989] = 7, + ACTIONS(27), 1, + anon_sym_PIPE, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(5857), 1, + anon_sym_async, + ACTIONS(5859), 1, + anon_sym_move, + STATE(253), 1, + sym_closure_parameters, + STATE(2632), 2, + sym_line_comment, + sym_block_comment, + [81012] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, ACTIONS(348), 1, anon_sym_LBRACE, - ACTIONS(3459), 1, + ACTIONS(3445), 1, anon_sym_SQUOTE, - STATE(1546), 1, + STATE(3631), 1, sym_block, STATE(3719), 1, sym_label, - STATE(2626), 2, + STATE(2633), 2, sym_line_comment, sym_block_comment, - [80860] = 6, + [81035] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4685), 1, - anon_sym_LT2, - STATE(3626), 1, - sym_type_arguments, - ACTIONS(5831), 2, - sym_identifier, - sym_super, - STATE(2627), 2, + ACTIONS(5079), 1, + anon_sym_LBRACE, + ACTIONS(5089), 1, + anon_sym_where, + STATE(585), 1, + sym_declaration_list, + STATE(3274), 1, + sym_where_clause, + STATE(2634), 2, sym_line_comment, sym_block_comment, - [80881] = 7, + [81058] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, + ACTIONS(3175), 1, anon_sym_PLUS, - ACTIONS(5110), 1, + ACTIONS(5089), 1, anon_sym_where, - ACTIONS(5833), 1, + ACTIONS(5861), 1, anon_sym_SEMI, - STATE(3634), 1, + STATE(3666), 1, sym_where_clause, - STATE(2628), 2, - sym_line_comment, - sym_block_comment, - [80904] = 6, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(4685), 1, - anon_sym_LT2, - STATE(3735), 1, - sym_type_arguments, - ACTIONS(5831), 2, - sym_identifier, - sym_super, - STATE(2629), 2, + STATE(2635), 2, sym_line_comment, sym_block_comment, - [80925] = 7, + [81081] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4685), 1, - anon_sym_LT2, - ACTIONS(5835), 1, - sym_identifier, - ACTIONS(5837), 1, - sym_super, - STATE(2133), 1, - sym_type_arguments, - STATE(2630), 2, + ACTIONS(348), 1, + anon_sym_LBRACE, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + STATE(3641), 1, + sym_block, + STATE(3719), 1, + sym_label, + STATE(2636), 2, sym_line_comment, sym_block_comment, - [80948] = 5, + [81104] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5839), 1, - anon_sym_COLON_COLON, - STATE(2631), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4897), 3, - anon_sym_EQ_GT, + ACTIONS(5678), 1, + anon_sym_COLON, + ACTIONS(5680), 1, anon_sym_PIPE, - anon_sym_if, - [80967] = 7, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(5106), 1, - anon_sym_LBRACE, - ACTIONS(5110), 1, - anon_sym_where, - STATE(629), 1, - sym_field_declaration_list, - STATE(3273), 1, - sym_where_clause, - STATE(2632), 2, + ACTIONS(5682), 1, + anon_sym_COMMA, + STATE(2924), 1, + aux_sym_closure_parameters_repeat1, + STATE(2637), 2, sym_line_comment, sym_block_comment, - [80990] = 5, + [81127] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5841), 1, + ACTIONS(4689), 1, + anon_sym_LT2, + ACTIONS(5863), 1, anon_sym_COLON_COLON, - STATE(2633), 2, + ACTIONS(5865), 1, + anon_sym_for, + STATE(2030), 1, + sym_type_arguments, + STATE(2638), 2, sym_line_comment, sym_block_comment, - ACTIONS(4897), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [81009] = 4, + [81150] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(2634), 2, + ACTIONS(348), 1, + anon_sym_LBRACE, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + STATE(1526), 1, + sym_block, + STATE(3719), 1, + sym_label, + STATE(2639), 2, sym_line_comment, sym_block_comment, - ACTIONS(988), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_RBRACE, - [81026] = 7, + [81173] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4685), 1, + ACTIONS(4689), 1, anon_sym_LT2, - ACTIONS(4699), 1, + ACTIONS(4753), 1, anon_sym_BANG, - ACTIONS(4788), 1, + ACTIONS(4767), 1, anon_sym_COLON_COLON, - STATE(2033), 1, + STATE(2031), 1, sym_type_arguments, - STATE(2635), 2, + STATE(2640), 2, sym_line_comment, sym_block_comment, - [81049] = 7, + [81196] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5664), 1, - anon_sym_PIPE, - ACTIONS(5731), 1, - anon_sym_RPAREN, - ACTIONS(5735), 1, + ACTIONS(5867), 1, anon_sym_COMMA, - STATE(3193), 1, - aux_sym_slice_pattern_repeat1, - STATE(2636), 2, + ACTIONS(4351), 2, + anon_sym_RPAREN, + anon_sym_RBRACK, + STATE(2641), 3, sym_line_comment, sym_block_comment, - [81072] = 7, + aux_sym_arguments_repeat1, + [81215] = 7, ACTIONS(19), 1, anon_sym_LBRACE, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3459), 1, + ACTIONS(3445), 1, anon_sym_SQUOTE, - STATE(414), 1, + STATE(408), 1, sym_block, - STATE(3621), 1, + STATE(3556), 1, sym_label, - STATE(2637), 2, + STATE(2642), 2, sym_line_comment, sym_block_comment, - [81095] = 7, + [81238] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(1386), 1, + ACTIONS(348), 1, anon_sym_LBRACE, - ACTIONS(3459), 1, + ACTIONS(3445), 1, anon_sym_SQUOTE, - STATE(494), 1, + STATE(1522), 1, sym_block, - STATE(3782), 1, + STATE(3719), 1, sym_label, - STATE(2638), 2, + STATE(2643), 2, sym_line_comment, sym_block_comment, - [81118] = 7, + [81261] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(1386), 1, + ACTIONS(348), 1, anon_sym_LBRACE, - ACTIONS(3459), 1, + ACTIONS(3445), 1, anon_sym_SQUOTE, - STATE(482), 1, + STATE(1539), 1, sym_block, - STATE(3782), 1, + STATE(3719), 1, sym_label, - STATE(2639), 2, + STATE(2644), 2, sym_line_comment, sym_block_comment, - [81141] = 6, + [81284] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5843), 1, + ACTIONS(5870), 1, anon_sym_DQUOTE, - STATE(2655), 1, + STATE(2660), 1, aux_sym_string_literal_repeat1, - ACTIONS(5845), 2, + ACTIONS(5833), 2, sym_string_content, sym_escape_sequence, - STATE(2640), 2, + STATE(2645), 2, sym_line_comment, sym_block_comment, - [81162] = 5, + [81305] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5847), 1, - anon_sym_COLON_COLON, - STATE(2641), 2, + ACTIONS(3175), 1, + anon_sym_PLUS, + ACTIONS(5627), 1, + anon_sym_RPAREN, + ACTIONS(5629), 1, + anon_sym_COMMA, + STATE(2911), 1, + aux_sym_parameters_repeat1, + STATE(2646), 2, sym_line_comment, sym_block_comment, - ACTIONS(4897), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [81181] = 7, + [81328] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - ACTIONS(5232), 1, + ACTIONS(1622), 1, anon_sym_LBRACE, - STATE(3016), 1, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + STATE(2229), 1, sym_block, - STATE(3781), 1, + STATE(3774), 1, sym_label, - STATE(2642), 2, + STATE(2647), 2, sym_line_comment, sym_block_comment, - [81204] = 7, + [81351] = 7, ACTIONS(27), 1, anon_sym_PIPE, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5849), 1, + ACTIONS(5872), 1, anon_sym_async, - ACTIONS(5851), 1, + ACTIONS(5874), 1, anon_sym_move, - STATE(229), 1, + STATE(205), 1, sym_closure_parameters, - STATE(2643), 2, + STATE(2648), 2, sym_line_comment, sym_block_comment, - [81227] = 7, + [81374] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(412), 1, + ACTIONS(1408), 1, anon_sym_LBRACE, - ACTIONS(3459), 1, + ACTIONS(3445), 1, anon_sym_SQUOTE, - STATE(1728), 1, + STATE(477), 1, sym_block, - STATE(3783), 1, + STATE(3782), 1, sym_label, - STATE(2644), 2, + STATE(2649), 2, sym_line_comment, sym_block_comment, - [81250] = 7, + [81397] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5664), 1, - anon_sym_PIPE, - ACTIONS(5853), 1, - anon_sym_RPAREN, - ACTIONS(5855), 1, - anon_sym_COMMA, - STATE(2899), 1, - aux_sym_slice_pattern_repeat1, - STATE(2645), 2, + ACTIONS(3253), 1, + anon_sym_PLUS, + STATE(2650), 2, sym_line_comment, sym_block_comment, - [81273] = 7, + ACTIONS(5876), 3, + anon_sym_COLON, + anon_sym_GT, + anon_sym_COMMA, + [81416] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, + ACTIONS(3175), 1, anon_sym_PLUS, - ACTIONS(5857), 1, + ACTIONS(5878), 1, anon_sym_RPAREN, - ACTIONS(5859), 1, + ACTIONS(5880), 1, anon_sym_COMMA, - STATE(3026), 1, - aux_sym_tuple_type_repeat1, - STATE(2646), 2, + STATE(3156), 1, + aux_sym_ordered_field_declaration_list_repeat1, + STATE(2651), 2, sym_line_comment, sym_block_comment, - [81296] = 7, + [81439] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4175), 1, - anon_sym_LT2, - ACTIONS(4363), 1, + ACTIONS(5079), 1, + anon_sym_LBRACE, + ACTIONS(5089), 1, + anon_sym_where, + STATE(596), 1, + sym_declaration_list, + STATE(3251), 1, + sym_where_clause, + STATE(2652), 2, + sym_line_comment, + sym_block_comment, + [81462] = 6, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(4836), 1, + anon_sym_DOT_DOT, + ACTIONS(5882), 1, anon_sym_COLON_COLON, - ACTIONS(5033), 1, - anon_sym_BANG, - STATE(1717), 1, - sym_type_arguments, - STATE(2647), 2, + ACTIONS(4838), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(2653), 2, sym_line_comment, sym_block_comment, - [81319] = 5, + [81483] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5861), 1, - anon_sym_in, - STATE(2648), 2, + ACTIONS(3466), 1, + anon_sym_LT2, + ACTIONS(3699), 1, + anon_sym_COLON_COLON, + ACTIONS(5001), 1, + anon_sym_BANG, + STATE(1407), 1, + sym_type_arguments, + STATE(2654), 2, sym_line_comment, sym_block_comment, - ACTIONS(5863), 3, - sym_self, - sym_super, - sym_crate, - [81338] = 7, + [81506] = 6, + ACTIONS(101), 1, + aux_sym_string_literal_token1, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(5120), 1, + STATE(2301), 1, + sym_string_literal, + ACTIONS(4925), 2, + anon_sym_SEMI, anon_sym_LBRACE, - STATE(688), 1, - sym_declaration_list, - STATE(3369), 1, - sym_where_clause, - STATE(2649), 2, + STATE(2655), 2, sym_line_comment, sym_block_comment, - [81361] = 7, + [81527] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5865), 1, + ACTIONS(5388), 1, anon_sym_LPAREN, - ACTIONS(5867), 1, + ACTIONS(5390), 1, anon_sym_LBRACK, - ACTIONS(5869), 1, + ACTIONS(5394), 1, anon_sym_LBRACE, - STATE(2046), 1, + STATE(1455), 1, sym_delim_token_tree, - STATE(2650), 2, + STATE(2656), 2, sym_line_comment, sym_block_comment, - [81384] = 7, + [81550] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(1386), 1, + ACTIONS(348), 1, anon_sym_LBRACE, - ACTIONS(3459), 1, + ACTIONS(3445), 1, anon_sym_SQUOTE, - STATE(497), 1, + STATE(1456), 1, sym_block, - STATE(3782), 1, + STATE(3719), 1, sym_label, - STATE(2651), 2, + STATE(2657), 2, sym_line_comment, sym_block_comment, - [81407] = 7, + [81573] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(1386), 1, + ACTIONS(348), 1, anon_sym_LBRACE, - ACTIONS(3459), 1, + ACTIONS(3445), 1, anon_sym_SQUOTE, - STATE(463), 1, + STATE(1436), 1, sym_block, - STATE(3782), 1, + STATE(3719), 1, sym_label, - STATE(2652), 2, - sym_line_comment, - sym_block_comment, - [81430] = 4, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - STATE(2653), 2, + STATE(2658), 2, sym_line_comment, sym_block_comment, - ACTIONS(5871), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_RBRACE, - [81447] = 7, + [81596] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(1386), 1, + ACTIONS(348), 1, anon_sym_LBRACE, - ACTIONS(3459), 1, + ACTIONS(3445), 1, anon_sym_SQUOTE, - STATE(477), 1, + STATE(1459), 1, sym_block, - STATE(3782), 1, + STATE(3719), 1, sym_label, - STATE(2654), 2, + STATE(2659), 2, sym_line_comment, sym_block_comment, - [81470] = 6, + [81619] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5873), 1, + ACTIONS(5884), 1, anon_sym_DQUOTE, - STATE(2725), 1, + STATE(2842), 1, aux_sym_string_literal_repeat1, - ACTIONS(5845), 2, + ACTIONS(5833), 2, sym_string_content, sym_escape_sequence, - STATE(2655), 2, + STATE(2660), 2, sym_line_comment, sym_block_comment, - [81491] = 7, + [81640] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5865), 1, + ACTIONS(5388), 1, anon_sym_LPAREN, - ACTIONS(5867), 1, + ACTIONS(5390), 1, anon_sym_LBRACK, - ACTIONS(5869), 1, + ACTIONS(5394), 1, anon_sym_LBRACE, - STATE(2049), 1, + STATE(1460), 1, sym_delim_token_tree, - STATE(2656), 2, + STATE(2661), 2, sym_line_comment, sym_block_comment, - [81514] = 7, + [81663] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4175), 1, + ACTIONS(3466), 1, anon_sym_LT2, - ACTIONS(5875), 1, - sym_identifier, - ACTIONS(5877), 1, + ACTIONS(5370), 1, sym_super, - STATE(1628), 1, - sym_type_arguments, - STATE(2657), 2, - sym_line_comment, - sym_block_comment, - [81537] = 7, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(4175), 1, - anon_sym_LT2, - ACTIONS(5875), 1, + ACTIONS(5886), 1, sym_identifier, - ACTIONS(5877), 1, - sym_super, - STATE(1631), 1, + STATE(1646), 1, sym_type_arguments, - STATE(2658), 2, + STATE(2662), 2, sym_line_comment, sym_block_comment, - [81560] = 7, + [81686] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5831), 1, + ACTIONS(3466), 1, + anon_sym_LT2, + ACTIONS(5370), 1, sym_super, - ACTIONS(5879), 1, + ACTIONS(5886), 1, sym_identifier, - ACTIONS(5881), 1, - anon_sym_LT2, - STATE(2526), 1, + STATE(1660), 1, sym_type_arguments, - STATE(2659), 2, + STATE(2663), 2, sym_line_comment, sym_block_comment, - [81583] = 7, + [81709] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5831), 1, - sym_super, - ACTIONS(5879), 1, - sym_identifier, - ACTIONS(5881), 1, - anon_sym_LT2, - STATE(2527), 1, - sym_type_arguments, - STATE(2660), 2, + ACTIONS(5888), 1, + anon_sym_COLON, + STATE(2664), 2, sym_line_comment, sym_block_comment, - [81606] = 7, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(5883), 1, + ACTIONS(4999), 3, anon_sym_RPAREN, - ACTIONS(5885), 1, + anon_sym_PIPE, anon_sym_COMMA, - STATE(3031), 1, - aux_sym_tuple_type_repeat1, - STATE(2661), 2, - sym_line_comment, - sym_block_comment, - [81629] = 6, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(4685), 1, - anon_sym_LT2, - STATE(3626), 1, - sym_type_arguments, - ACTIONS(5837), 2, - sym_identifier, - sym_super, - STATE(2662), 2, - sym_line_comment, - sym_block_comment, - [81650] = 7, + [81728] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4685), 1, - anon_sym_LT2, - ACTIONS(5410), 1, - sym_super, - ACTIONS(5835), 1, - sym_identifier, - STATE(3626), 1, - sym_type_arguments, - STATE(2663), 2, + ACTIONS(5705), 1, + anon_sym_PIPE, + ACTIONS(5890), 1, + anon_sym_RPAREN, + ACTIONS(5892), 1, + anon_sym_COMMA, + STATE(2930), 1, + aux_sym_tuple_pattern_repeat1, + STATE(2665), 2, sym_line_comment, sym_block_comment, - [81673] = 7, + [81751] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5664), 1, + ACTIONS(5705), 1, anon_sym_PIPE, - ACTIONS(5887), 1, - anon_sym_RPAREN, - ACTIONS(5889), 1, + ACTIONS(5894), 1, + anon_sym_RBRACK, + ACTIONS(5896), 1, anon_sym_COMMA, - STATE(2937), 1, + STATE(2931), 1, aux_sym_slice_pattern_repeat1, - STATE(2664), 2, + STATE(2666), 2, sym_line_comment, sym_block_comment, - [81696] = 7, + [81774] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4171), 1, - anon_sym_LPAREN, - ACTIONS(4685), 1, + ACTIONS(4689), 1, anon_sym_LT2, - STATE(1664), 1, - sym_parameters, - STATE(2026), 1, + ACTIONS(5898), 1, + sym_identifier, + ACTIONS(5900), 1, + sym_super, + STATE(2128), 1, sym_type_arguments, - STATE(2665), 2, + STATE(2667), 2, sym_line_comment, sym_block_comment, - [81719] = 7, + [81797] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4685), 1, + ACTIONS(4689), 1, anon_sym_LT2, - ACTIONS(5410), 1, - sym_super, - ACTIONS(5835), 1, + ACTIONS(5898), 1, sym_identifier, - STATE(3735), 1, + ACTIONS(5900), 1, + sym_super, + STATE(2134), 1, sym_type_arguments, - STATE(2666), 2, + STATE(2668), 2, sym_line_comment, sym_block_comment, - [81742] = 7, + [81820] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(5110), 1, + ACTIONS(5089), 1, anon_sym_where, - ACTIONS(5891), 1, - anon_sym_SEMI, - STATE(3549), 1, - sym_where_clause, - STATE(2667), 2, - sym_line_comment, - sym_block_comment, - [81765] = 7, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(1386), 1, + ACTIONS(5549), 1, anon_sym_LBRACE, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - STATE(475), 1, - sym_block, - STATE(3782), 1, - sym_label, - STATE(2668), 2, - sym_line_comment, - sym_block_comment, - [81788] = 7, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(5664), 1, - anon_sym_PIPE, - ACTIONS(5893), 1, - anon_sym_RPAREN, - ACTIONS(5895), 1, - anon_sym_COMMA, - STATE(3119), 1, - aux_sym_tuple_pattern_repeat1, + STATE(603), 1, + sym_enum_variant_list, + STATE(3423), 1, + sym_where_clause, STATE(2669), 2, sym_line_comment, sym_block_comment, - [81811] = 7, + [81843] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5664), 1, - anon_sym_PIPE, - ACTIONS(5897), 1, + ACTIONS(3175), 1, + anon_sym_PLUS, + ACTIONS(5902), 1, anon_sym_RPAREN, - ACTIONS(5899), 1, + ACTIONS(5904), 1, anon_sym_COMMA, - STATE(2939), 1, - aux_sym_slice_pattern_repeat1, + STATE(2942), 1, + aux_sym_tuple_type_repeat1, STATE(2670), 2, sym_line_comment, sym_block_comment, - [81834] = 7, - ACTIONS(19), 1, - anon_sym_LBRACE, + [81866] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - STATE(421), 1, - sym_block, - STATE(3621), 1, - sym_label, + ACTIONS(4689), 1, + anon_sym_LT2, + ACTIONS(5900), 1, + sym_super, + ACTIONS(5906), 1, + sym_identifier, + STATE(2128), 1, + sym_type_arguments, STATE(2671), 2, sym_line_comment, sym_block_comment, - [81857] = 7, + [81889] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(1366), 1, - anon_sym_RPAREN, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(5631), 1, - anon_sym_COMMA, - STATE(2974), 1, - aux_sym_parameters_repeat1, + ACTIONS(4689), 1, + anon_sym_LT2, + ACTIONS(5370), 1, + sym_super, + ACTIONS(5908), 1, + sym_identifier, + STATE(3813), 1, + sym_type_arguments, STATE(2672), 2, sym_line_comment, sym_block_comment, - [81880] = 7, + [81912] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(5699), 1, - anon_sym_RPAREN, - ACTIONS(5701), 1, - anon_sym_COMMA, - STATE(3045), 1, - aux_sym_parameters_repeat1, + ACTIONS(3458), 1, + anon_sym_LPAREN, + ACTIONS(4689), 1, + anon_sym_LT2, + STATE(1422), 1, + sym_parameters, + STATE(2029), 1, + sym_type_arguments, STATE(2673), 2, sym_line_comment, sym_block_comment, - [81903] = 7, + [81935] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3081), 1, - anon_sym_SQUOTE, - ACTIONS(5901), 1, + ACTIONS(4689), 1, + anon_sym_LT2, + ACTIONS(5370), 1, + sym_super, + ACTIONS(5908), 1, sym_identifier, - ACTIONS(5903), 1, - anon_sym_GT, - STATE(3307), 1, - sym_lifetime, + STATE(3601), 1, + sym_type_arguments, STATE(2674), 2, sym_line_comment, sym_block_comment, - [81926] = 5, + [81958] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3173), 1, + ACTIONS(3175), 1, anon_sym_PLUS, + ACTIONS(5089), 1, + anon_sym_where, + ACTIONS(5910), 1, + anon_sym_SEMI, + STATE(3683), 1, + sym_where_clause, STATE(2675), 2, sym_line_comment, sym_block_comment, - ACTIONS(5905), 3, - anon_sym_COLON, - anon_sym_GT, - anon_sym_COMMA, - [81945] = 7, + [81981] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(5907), 1, - anon_sym_SEMI, - ACTIONS(5909), 1, - anon_sym_EQ, - ACTIONS(5911), 1, - anon_sym_else, + ACTIONS(5089), 1, + anon_sym_where, + ACTIONS(5474), 1, + anon_sym_LBRACE, + STATE(1165), 1, + sym_enum_variant_list, + STATE(3462), 1, + sym_where_clause, STATE(2676), 2, sym_line_comment, sym_block_comment, - [81968] = 7, - ACTIONS(105), 1, + [82004] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(107), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3081), 1, - anon_sym_SQUOTE, - ACTIONS(5901), 1, - sym_identifier, - ACTIONS(5913), 1, - anon_sym_GT, - STATE(3307), 1, - sym_lifetime, + ACTIONS(5912), 1, + aux_sym_token_repetition_pattern_token1, STATE(2677), 2, sym_line_comment, sym_block_comment, - [81991] = 5, + ACTIONS(5914), 3, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_QMARK, + [82023] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5847), 1, - anon_sym_COLON_COLON, + ACTIONS(5089), 1, + anon_sym_where, + ACTIONS(5112), 1, + anon_sym_LBRACE, + STATE(609), 1, + sym_field_declaration_list, + STATE(3220), 1, + sym_where_clause, STATE(2678), 2, sym_line_comment, sym_block_comment, - ACTIONS(4935), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [82010] = 5, - ACTIONS(3), 1, + [82046] = 7, + ACTIONS(105), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5915), 1, - aux_sym_token_repetition_pattern_token1, + ACTIONS(5089), 1, + anon_sym_where, + ACTIONS(5120), 1, + anon_sym_LBRACE, + STATE(1184), 1, + sym_declaration_list, + STATE(3212), 1, + sym_where_clause, STATE(2679), 2, sym_line_comment, sym_block_comment, - ACTIONS(5917), 3, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_QMARK, - [82029] = 7, + [82069] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(1386), 1, + ACTIONS(5085), 1, anon_sym_LBRACE, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - STATE(487), 1, - sym_block, - STATE(3782), 1, - sym_label, + ACTIONS(5089), 1, + anon_sym_where, + STATE(1190), 1, + sym_field_declaration_list, + STATE(3224), 1, + sym_where_clause, STATE(2680), 2, sym_line_comment, sym_block_comment, - [82052] = 6, + [82092] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5190), 1, - anon_sym_COLON, - STATE(3496), 1, - sym_trait_bounds, - ACTIONS(5709), 2, - anon_sym_GT, - anon_sym_COMMA, + ACTIONS(4691), 1, + anon_sym_LPAREN, + ACTIONS(5087), 1, + anon_sym_LT, + STATE(2333), 1, + sym_parameters, + STATE(3230), 1, + sym_type_parameters, STATE(2681), 2, sym_line_comment, sym_block_comment, - [82073] = 7, + [82115] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, + ACTIONS(3175), 1, anon_sym_PLUS, - ACTIONS(5611), 1, - anon_sym_RPAREN, - ACTIONS(5613), 1, - anon_sym_COMMA, - STATE(2944), 1, - aux_sym_parameters_repeat1, + ACTIONS(5089), 1, + anon_sym_where, + ACTIONS(5916), 1, + anon_sym_SEMI, + STATE(3722), 1, + sym_where_clause, STATE(2682), 2, sym_line_comment, sym_block_comment, - [82096] = 7, + [82138] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(1372), 1, - anon_sym_RPAREN, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(5711), 1, - anon_sym_COMMA, - STATE(3052), 1, - aux_sym_parameters_repeat1, + ACTIONS(348), 1, + anon_sym_LBRACE, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + STATE(1477), 1, + sym_block, + STATE(3719), 1, + sym_label, STATE(2683), 2, sym_line_comment, sym_block_comment, - [82119] = 7, + [82161] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3081), 1, - anon_sym_SQUOTE, - ACTIONS(5901), 1, + ACTIONS(4689), 1, + anon_sym_LT2, + STATE(3813), 1, + sym_type_arguments, + ACTIONS(5900), 2, sym_identifier, - ACTIONS(5919), 1, - anon_sym_GT, - STATE(3307), 1, - sym_lifetime, + sym_super, STATE(2684), 2, sym_line_comment, sym_block_comment, - [82142] = 7, + [82182] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3081), 1, - anon_sym_SQUOTE, - ACTIONS(5901), 1, + ACTIONS(4689), 1, + anon_sym_LT2, + STATE(3601), 1, + sym_type_arguments, + ACTIONS(5900), 2, sym_identifier, - ACTIONS(5921), 1, - anon_sym_GT, - STATE(3307), 1, - sym_lifetime, + sym_super, STATE(2685), 2, sym_line_comment, sym_block_comment, - [82165] = 7, + [82203] = 7, + ACTIONS(19), 1, + anon_sym_LBRACE, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(348), 1, - anon_sym_LBRACE, - ACTIONS(3459), 1, + ACTIONS(3445), 1, anon_sym_SQUOTE, - STATE(1510), 1, + STATE(421), 1, sym_block, - STATE(3719), 1, + STATE(3556), 1, sym_label, STATE(2686), 2, sym_line_comment, sym_block_comment, - [82188] = 7, + [82226] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3081), 1, - anon_sym_SQUOTE, - ACTIONS(5901), 1, - sym_identifier, - ACTIONS(5923), 1, - anon_sym_GT, - STATE(3307), 1, - sym_lifetime, + ACTIONS(4689), 1, + anon_sym_LT2, + ACTIONS(5863), 1, + anon_sym_COLON_COLON, + ACTIONS(5918), 1, + anon_sym_for, + STATE(2030), 1, + sym_type_arguments, STATE(2687), 2, sym_line_comment, sym_block_comment, - [82211] = 7, + [82249] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3081), 1, - anon_sym_SQUOTE, - ACTIONS(5901), 1, + ACTIONS(4689), 1, + anon_sym_LT2, + STATE(3813), 1, + sym_type_arguments, + ACTIONS(5920), 2, sym_identifier, - ACTIONS(5925), 1, - anon_sym_GT, - STATE(3307), 1, - sym_lifetime, + sym_super, STATE(2688), 2, sym_line_comment, sym_block_comment, - [82234] = 5, - ACTIONS(3), 1, + [82270] = 6, + ACTIONS(105), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5927), 1, - aux_sym_token_repetition_pattern_token1, + ACTIONS(4689), 1, + anon_sym_LT2, + STATE(3601), 1, + sym_type_arguments, + ACTIONS(5920), 2, + sym_identifier, + sym_super, STATE(2689), 2, sym_line_comment, sym_block_comment, - ACTIONS(5929), 3, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_QMARK, - [82253] = 7, + [82291] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(412), 1, - anon_sym_LBRACE, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - STATE(1727), 1, - sym_block, - STATE(3783), 1, - sym_label, + ACTIONS(5705), 1, + anon_sym_PIPE, + ACTIONS(5922), 1, + anon_sym_RPAREN, + ACTIONS(5924), 1, + anon_sym_COMMA, + STATE(3015), 1, + aux_sym_slice_pattern_repeat1, STATE(2690), 2, sym_line_comment, sym_block_comment, - [82276] = 7, + [82314] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(412), 1, - anon_sym_LBRACE, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - STATE(1729), 1, - sym_block, - STATE(3783), 1, - sym_label, + ACTIONS(5705), 1, + anon_sym_PIPE, + ACTIONS(5926), 1, + anon_sym_RPAREN, + ACTIONS(5928), 1, + anon_sym_COMMA, + STATE(3018), 1, + aux_sym_slice_pattern_repeat1, STATE(2691), 2, sym_line_comment, sym_block_comment, - [82299] = 6, + [82337] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5931), 1, - anon_sym_DQUOTE, - STATE(2702), 1, - aux_sym_string_literal_repeat1, - ACTIONS(5845), 2, - sym_string_content, - sym_escape_sequence, + ACTIONS(4689), 1, + anon_sym_LT2, + ACTIONS(5900), 1, + sym_super, + ACTIONS(5906), 1, + sym_identifier, + STATE(2134), 1, + sym_type_arguments, STATE(2692), 2, sym_line_comment, sym_block_comment, - [82320] = 7, + [82360] = 7, + ACTIONS(19), 1, + anon_sym_LBRACE, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(348), 1, - anon_sym_LBRACE, - ACTIONS(3459), 1, + ACTIONS(3445), 1, anon_sym_SQUOTE, - STATE(3553), 1, + STATE(424), 1, sym_block, - STATE(3719), 1, + STATE(3556), 1, sym_label, STATE(2693), 2, sym_line_comment, sym_block_comment, - [82343] = 7, + [82383] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(1386), 1, - anon_sym_LBRACE, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - STATE(481), 1, - sym_block, - STATE(3782), 1, - sym_label, + ACTIONS(3175), 1, + anon_sym_PLUS, + ACTIONS(5646), 1, + anon_sym_RPAREN, + ACTIONS(5648), 1, + anon_sym_COMMA, + STATE(3024), 1, + aux_sym_parameters_repeat1, STATE(2694), 2, sym_line_comment, sym_block_comment, - [82366] = 7, - ACTIONS(27), 1, - anon_sym_PIPE, + [82406] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5174), 1, - anon_sym_move, - ACTIONS(5933), 1, - anon_sym_async, - STATE(243), 1, - sym_closure_parameters, + ACTIONS(348), 1, + anon_sym_LBRACE, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + STATE(3662), 1, + sym_block, + STATE(3719), 1, + sym_label, STATE(2695), 2, sym_line_comment, sym_block_comment, - [82389] = 6, + [82429] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4685), 1, - anon_sym_LT2, - STATE(3626), 1, - sym_type_arguments, - ACTIONS(5410), 2, - sym_identifier, - sym_super, + ACTIONS(3175), 1, + anon_sym_PLUS, + ACTIONS(5930), 1, + anon_sym_SEMI, + ACTIONS(5932), 1, + anon_sym_EQ, + ACTIONS(5934), 1, + anon_sym_else, STATE(2696), 2, sym_line_comment, sym_block_comment, - [82410] = 7, + [82452] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(348), 1, + ACTIONS(5089), 1, + anon_sym_where, + ACTIONS(5120), 1, anon_sym_LBRACE, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - STATE(3554), 1, - sym_block, - STATE(3719), 1, - sym_label, + STATE(1243), 1, + sym_declaration_list, + STATE(3315), 1, + sym_where_clause, STATE(2697), 2, sym_line_comment, sym_block_comment, - [82433] = 7, + [82475] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5935), 1, - anon_sym_LPAREN, - ACTIONS(5937), 1, - anon_sym_LBRACK, - ACTIONS(5939), 1, - anon_sym_LBRACE, - STATE(1079), 1, - sym_delim_token_tree, + ACTIONS(3175), 1, + anon_sym_PLUS, + ACTIONS(5089), 1, + anon_sym_where, + ACTIONS(5936), 1, + anon_sym_SEMI, + STATE(3577), 1, + sym_where_clause, STATE(2698), 2, sym_line_comment, sym_block_comment, - [82456] = 7, + [82498] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(412), 1, + ACTIONS(5938), 1, + anon_sym_LPAREN, + ACTIONS(5940), 1, + anon_sym_LBRACK, + ACTIONS(5942), 1, anon_sym_LBRACE, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - STATE(1738), 1, - sym_block, - STATE(3783), 1, - sym_label, + STATE(2793), 1, + sym_token_tree, STATE(2699), 2, sym_line_comment, sym_block_comment, - [82479] = 7, + [82521] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(412), 1, + ACTIONS(5089), 1, + anon_sym_where, + ACTIONS(5120), 1, anon_sym_LBRACE, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - STATE(1650), 1, - sym_block, - STATE(3783), 1, - sym_label, + STATE(1254), 1, + sym_declaration_list, + STATE(3318), 1, + sym_where_clause, STATE(2700), 2, sym_line_comment, sym_block_comment, - [82502] = 7, + [82544] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(412), 1, + ACTIONS(5089), 1, + anon_sym_where, + ACTIONS(5474), 1, anon_sym_LBRACE, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - STATE(1740), 1, - sym_block, - STATE(3783), 1, - sym_label, + STATE(1259), 1, + sym_enum_variant_list, + STATE(3331), 1, + sym_where_clause, STATE(2701), 2, sym_line_comment, sym_block_comment, - [82525] = 6, + [82567] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5941), 1, - anon_sym_DQUOTE, - STATE(2725), 1, - aux_sym_string_literal_repeat1, - ACTIONS(5845), 2, - sym_string_content, - sym_escape_sequence, + ACTIONS(5085), 1, + anon_sym_LBRACE, + ACTIONS(5089), 1, + anon_sym_where, + STATE(1265), 1, + sym_field_declaration_list, + STATE(3352), 1, + sym_where_clause, STATE(2702), 2, sym_line_comment, sym_block_comment, - [82546] = 7, + [82590] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5935), 1, - anon_sym_LPAREN, - ACTIONS(5937), 1, - anon_sym_LBRACK, - ACTIONS(5939), 1, - anon_sym_LBRACE, - STATE(1073), 1, - sym_delim_token_tree, + ACTIONS(3175), 1, + anon_sym_PLUS, + ACTIONS(5944), 1, + anon_sym_RPAREN, + ACTIONS(5946), 1, + anon_sym_COMMA, + STATE(3157), 1, + aux_sym_tuple_type_repeat1, STATE(2703), 2, sym_line_comment, sym_block_comment, - [82569] = 7, + [82613] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4685), 1, - anon_sym_LT2, - ACTIONS(5837), 1, - sym_super, - ACTIONS(5943), 1, - sym_identifier, - STATE(2133), 1, - sym_type_arguments, + ACTIONS(348), 1, + anon_sym_LBRACE, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + STATE(1494), 1, + sym_block, + STATE(3719), 1, + sym_label, STATE(2704), 2, sym_line_comment, sym_block_comment, - [82592] = 7, + [82636] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4685), 1, - anon_sym_LT2, - ACTIONS(5837), 1, - sym_super, - ACTIONS(5943), 1, - sym_identifier, - STATE(2132), 1, - sym_type_arguments, + ACTIONS(5079), 1, + anon_sym_LBRACE, + ACTIONS(5089), 1, + anon_sym_where, + STATE(666), 1, + sym_declaration_list, + STATE(3382), 1, + sym_where_clause, STATE(2705), 2, sym_line_comment, sym_block_comment, - [82615] = 7, + [82659] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4685), 1, - anon_sym_LT2, - ACTIONS(5837), 1, - sym_super, - ACTIONS(5945), 1, - sym_identifier, - STATE(3626), 1, - sym_type_arguments, + ACTIONS(3175), 1, + anon_sym_PLUS, + ACTIONS(5089), 1, + anon_sym_where, + ACTIONS(5948), 1, + anon_sym_SEMI, + STATE(3802), 1, + sym_where_clause, STATE(2706), 2, sym_line_comment, sym_block_comment, - [82638] = 7, + [82682] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4685), 1, + ACTIONS(3466), 1, anon_sym_LT2, - ACTIONS(5837), 1, + ACTIONS(5370), 1, sym_super, - ACTIONS(5945), 1, + ACTIONS(5845), 1, sym_identifier, - STATE(3735), 1, + STATE(1451), 1, sym_type_arguments, STATE(2707), 2, sym_line_comment, sym_block_comment, - [82661] = 6, + [82705] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4685), 1, - anon_sym_LT2, - STATE(3735), 1, - sym_type_arguments, - ACTIONS(5410), 2, - sym_identifier, - sym_super, + ACTIONS(1362), 1, + anon_sym_RPAREN, + ACTIONS(3175), 1, + anon_sym_PLUS, + ACTIONS(5765), 1, + anon_sym_COMMA, + STATE(3140), 1, + aux_sym_parameters_repeat1, STATE(2708), 2, sym_line_comment, sym_block_comment, - [82682] = 7, + [82728] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3443), 1, - anon_sym_LT2, - ACTIONS(5410), 1, - sym_super, - ACTIONS(5947), 1, + ACTIONS(3093), 1, + anon_sym_SQUOTE, + ACTIONS(5950), 1, sym_identifier, - STATE(1505), 1, - sym_type_arguments, + ACTIONS(5952), 1, + anon_sym_GT, + STATE(3385), 1, + sym_lifetime, STATE(2709), 2, sym_line_comment, sym_block_comment, - [82705] = 7, + [82751] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(412), 1, - anon_sym_LBRACE, - ACTIONS(3459), 1, + ACTIONS(3093), 1, anon_sym_SQUOTE, - STATE(1757), 1, - sym_block, - STATE(3783), 1, - sym_label, + ACTIONS(5950), 1, + sym_identifier, + ACTIONS(5954), 1, + anon_sym_GT, + STATE(3385), 1, + sym_lifetime, STATE(2710), 2, sym_line_comment, sym_block_comment, - [82728] = 7, + [82774] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(348), 1, - anon_sym_LBRACE, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - STATE(1533), 1, - sym_block, - STATE(3719), 1, - sym_label, + ACTIONS(5956), 1, + anon_sym_COLON_COLON, STATE(2711), 2, sym_line_comment, sym_block_comment, - [82751] = 7, - ACTIONS(27), 1, + ACTIONS(4901), 3, + anon_sym_EQ_GT, anon_sym_PIPE, + anon_sym_if, + [82793] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5949), 1, - anon_sym_async, - ACTIONS(5951), 1, - anon_sym_move, - STATE(230), 1, - sym_closure_parameters, + ACTIONS(5958), 1, + anon_sym_COLON_COLON, STATE(2712), 2, sym_line_comment, sym_block_comment, - [82774] = 7, + ACTIONS(4905), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [82812] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(5953), 1, - anon_sym_SEMI, - ACTIONS(5955), 1, - anon_sym_EQ, - ACTIONS(5957), 1, - anon_sym_else, + ACTIONS(5960), 1, + anon_sym_COLON_COLON, STATE(2713), 2, sym_line_comment, sym_block_comment, - [82797] = 7, + ACTIONS(4905), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [82831] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(348), 1, - anon_sym_LBRACE, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - STATE(1535), 1, - sym_block, - STATE(3719), 1, - sym_label, + ACTIONS(5705), 1, + anon_sym_PIPE, STATE(2714), 2, sym_line_comment, sym_block_comment, - [82820] = 5, + ACTIONS(5962), 3, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_COMMA, + [82850] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4667), 2, - anon_sym_COLON, - anon_sym_PIPE, - ACTIONS(5959), 2, - anon_sym_RPAREN, - anon_sym_COMMA, + ACTIONS(3175), 1, + anon_sym_PLUS, + ACTIONS(5964), 1, + anon_sym_SEMI, + ACTIONS(5966), 1, + anon_sym_EQ, + ACTIONS(5968), 1, + anon_sym_else, STATE(2715), 2, sym_line_comment, sym_block_comment, - [82839] = 7, + [82873] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(5705), 1, - anon_sym_RPAREN, - ACTIONS(5707), 1, - anon_sym_COMMA, - STATE(2924), 1, - aux_sym_parameters_repeat1, + ACTIONS(5970), 1, + anon_sym_COLON_COLON, STATE(2716), 2, sym_line_comment, sym_block_comment, - [82862] = 7, + ACTIONS(4905), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [82892] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(412), 1, - anon_sym_LBRACE, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - STATE(1765), 1, - sym_block, - STATE(3783), 1, - sym_label, - STATE(2717), 2, + ACTIONS(5972), 1, + anon_sym_COMMA, + ACTIONS(5962), 2, + anon_sym_RPAREN, + anon_sym_RBRACK, + STATE(2717), 3, sym_line_comment, sym_block_comment, - [82885] = 6, + aux_sym_slice_pattern_repeat1, + [82911] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5961), 1, - anon_sym_DQUOTE, - STATE(2784), 1, - aux_sym_string_literal_repeat1, - ACTIONS(5845), 2, - sym_string_content, - sym_escape_sequence, + ACTIONS(3175), 1, + anon_sym_PLUS, + ACTIONS(5089), 1, + anon_sym_where, + ACTIONS(5975), 1, + anon_sym_SEMI, + STATE(3564), 1, + sym_where_clause, STATE(2718), 2, sym_line_comment, sym_block_comment, - [82906] = 7, + [82934] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(1358), 1, - anon_sym_RPAREN, - ACTIONS(3213), 1, + ACTIONS(3175), 1, anon_sym_PLUS, - ACTIONS(5599), 1, - anon_sym_COMMA, - STATE(3081), 1, - aux_sym_parameters_repeat1, + ACTIONS(5089), 1, + anon_sym_where, + ACTIONS(5977), 1, + anon_sym_SEMI, + STATE(3566), 1, + sym_where_clause, STATE(2719), 2, sym_line_comment, sym_block_comment, - [82929] = 5, + [82957] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4667), 2, - anon_sym_COLON, - anon_sym_PIPE, - ACTIONS(5963), 2, - anon_sym_RPAREN, - anon_sym_COMMA, + ACTIONS(5089), 1, + anon_sym_where, + ACTIONS(5120), 1, + anon_sym_LBRACE, + STATE(1353), 1, + sym_declaration_list, + STATE(3409), 1, + sym_where_clause, STATE(2720), 2, sym_line_comment, sym_block_comment, - [82948] = 6, + [82980] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5965), 1, - anon_sym_DQUOTE, - STATE(2727), 1, - aux_sym_string_literal_repeat1, - ACTIONS(5845), 2, - sym_string_content, - sym_escape_sequence, STATE(2721), 2, sym_line_comment, sym_block_comment, - [82969] = 7, + ACTIONS(3399), 4, + anon_sym_COLON, + anon_sym_PLUS, + anon_sym_GT, + anon_sym_COMMA, + [82997] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5664), 1, - anon_sym_PIPE, - ACTIONS(5967), 1, - anon_sym_RBRACK, - ACTIONS(5969), 1, - anon_sym_COMMA, - STATE(3129), 1, - aux_sym_slice_pattern_repeat1, + ACTIONS(3175), 1, + anon_sym_PLUS, + ACTIONS(5089), 1, + anon_sym_where, + ACTIONS(5979), 1, + anon_sym_SEMI, + STATE(3589), 1, + sym_where_clause, STATE(2722), 2, sym_line_comment, sym_block_comment, - [82992] = 7, + [83020] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(412), 1, + ACTIONS(5089), 1, + anon_sym_where, + ACTIONS(5120), 1, anon_sym_LBRACE, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - STATE(1771), 1, - sym_block, - STATE(3783), 1, - sym_label, + STATE(1375), 1, + sym_declaration_list, + STATE(3413), 1, + sym_where_clause, STATE(2723), 2, sym_line_comment, sym_block_comment, - [83015] = 7, - ACTIONS(27), 1, - anon_sym_PIPE, + [83043] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5971), 1, - anon_sym_async, - ACTIONS(5973), 1, - anon_sym_move, - STATE(224), 1, - sym_closure_parameters, + ACTIONS(5981), 1, + anon_sym_LBRACE, + ACTIONS(5983), 1, + anon_sym_for, + ACTIONS(5985), 1, + anon_sym_loop, + ACTIONS(5987), 1, + anon_sym_while, STATE(2724), 2, sym_line_comment, sym_block_comment, - [83038] = 5, + [83066] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5975), 1, - anon_sym_DQUOTE, - ACTIONS(5977), 2, - sym_string_content, - sym_escape_sequence, - STATE(2725), 3, + ACTIONS(3175), 1, + anon_sym_PLUS, + STATE(2725), 2, sym_line_comment, sym_block_comment, - aux_sym_string_literal_repeat1, - [83057] = 7, + ACTIONS(5989), 3, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_COMMA, + [83085] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5980), 1, - anon_sym_LPAREN, - ACTIONS(5982), 1, - anon_sym_LBRACK, - ACTIONS(5984), 1, - anon_sym_LBRACE, - STATE(1777), 1, - sym_delim_token_tree, + ACTIONS(4689), 1, + anon_sym_LT2, + STATE(3813), 1, + sym_type_arguments, + ACTIONS(5370), 2, + sym_identifier, + sym_super, STATE(2726), 2, sym_line_comment, sym_block_comment, - [83080] = 6, + [83106] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5986), 1, - anon_sym_DQUOTE, - STATE(2725), 1, - aux_sym_string_literal_repeat1, - ACTIONS(5845), 2, - sym_string_content, - sym_escape_sequence, + ACTIONS(4689), 1, + anon_sym_LT2, + STATE(3601), 1, + sym_type_arguments, + ACTIONS(5370), 2, + sym_identifier, + sym_super, STATE(2727), 2, sym_line_comment, sym_block_comment, - [83101] = 7, + [83127] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5980), 1, - anon_sym_LPAREN, - ACTIONS(5982), 1, - anon_sym_LBRACK, - ACTIONS(5984), 1, - anon_sym_LBRACE, - STATE(1779), 1, - sym_delim_token_tree, + ACTIONS(3093), 1, + anon_sym_SQUOTE, + ACTIONS(5950), 1, + sym_identifier, + ACTIONS(5991), 1, + anon_sym_GT, + STATE(3385), 1, + sym_lifetime, STATE(2728), 2, sym_line_comment, sym_block_comment, - [83124] = 7, + [83150] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4685), 1, - anon_sym_LT2, - ACTIONS(5837), 1, - sym_super, - ACTIONS(5988), 1, + ACTIONS(3093), 1, + anon_sym_SQUOTE, + ACTIONS(5950), 1, sym_identifier, - STATE(2133), 1, - sym_type_arguments, + ACTIONS(5993), 1, + anon_sym_GT, + STATE(3385), 1, + sym_lifetime, STATE(2729), 2, sym_line_comment, sym_block_comment, - [83147] = 7, + [83173] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4685), 1, - anon_sym_LT2, - ACTIONS(5837), 1, - sym_super, - ACTIONS(5988), 1, - sym_identifier, - STATE(2132), 1, - sym_type_arguments, + ACTIONS(5956), 1, + anon_sym_COLON_COLON, STATE(2730), 2, sym_line_comment, sym_block_comment, - [83170] = 7, + ACTIONS(4883), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [83192] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4685), 1, - anon_sym_LT2, - ACTIONS(5410), 1, - sym_super, - ACTIONS(5945), 1, - sym_identifier, - STATE(3626), 1, - sym_type_arguments, + ACTIONS(5958), 1, + anon_sym_COLON_COLON, STATE(2731), 2, sym_line_comment, sym_block_comment, - [83193] = 7, + ACTIONS(4889), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [83211] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4685), 1, - anon_sym_LT2, - ACTIONS(5410), 1, - sym_super, - ACTIONS(5945), 1, - sym_identifier, - STATE(3735), 1, - sym_type_arguments, + ACTIONS(5960), 1, + anon_sym_COLON_COLON, STATE(2732), 2, sym_line_comment, sym_block_comment, - [83216] = 7, + ACTIONS(4889), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [83230] = 5, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(5970), 1, + anon_sym_COLON_COLON, + STATE(2733), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4889), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [83249] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, + ACTIONS(3175), 1, anon_sym_PLUS, - ACTIONS(5110), 1, + ACTIONS(5089), 1, anon_sym_where, - ACTIONS(5990), 1, + ACTIONS(5995), 1, anon_sym_SEMI, - STATE(3713), 1, + STATE(3625), 1, sym_where_clause, - STATE(2733), 2, - sym_line_comment, - sym_block_comment, - [83239] = 7, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - ACTIONS(1622), 1, - anon_sym_LBRACE, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - STATE(2218), 1, - sym_block, - STATE(3774), 1, - sym_label, STATE(2734), 2, sym_line_comment, sym_block_comment, - [83262] = 7, + [83272] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, + ACTIONS(3175), 1, anon_sym_PLUS, - ACTIONS(5110), 1, + ACTIONS(5089), 1, anon_sym_where, - ACTIONS(5992), 1, + ACTIONS(5997), 1, anon_sym_SEMI, - STATE(3714), 1, + STATE(3559), 1, sym_where_clause, STATE(2735), 2, sym_line_comment, sym_block_comment, - [83285] = 6, + [83295] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5994), 1, - anon_sym_DQUOTE, - STATE(2738), 1, - aux_sym_string_literal_repeat1, - ACTIONS(5845), 2, - sym_string_content, - sym_escape_sequence, + ACTIONS(3175), 1, + anon_sym_PLUS, + ACTIONS(5089), 1, + anon_sym_where, + ACTIONS(5999), 1, + anon_sym_SEMI, + STATE(3652), 1, + sym_where_clause, STATE(2736), 2, sym_line_comment, sym_block_comment, - [83306] = 7, - ACTIONS(27), 1, - anon_sym_PIPE, + [83318] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5996), 1, - anon_sym_async, - ACTIONS(5998), 1, - anon_sym_move, - STATE(211), 1, - sym_closure_parameters, + ACTIONS(3175), 1, + anon_sym_PLUS, + ACTIONS(5089), 1, + anon_sym_where, + ACTIONS(6001), 1, + anon_sym_SEMI, + STATE(3660), 1, + sym_where_clause, STATE(2737), 2, sym_line_comment, sym_block_comment, - [83329] = 6, + [83341] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6000), 1, - anon_sym_DQUOTE, - STATE(2725), 1, - aux_sym_string_literal_repeat1, - ACTIONS(5845), 2, - sym_string_content, - sym_escape_sequence, + ACTIONS(5089), 1, + anon_sym_where, + ACTIONS(5120), 1, + anon_sym_LBRACE, + STATE(1142), 1, + sym_declaration_list, + STATE(3444), 1, + sym_where_clause, STATE(2738), 2, sym_line_comment, sym_block_comment, - [83350] = 6, + [83364] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6002), 1, - anon_sym_DQUOTE, - STATE(2838), 1, - aux_sym_string_literal_repeat1, - ACTIONS(5845), 2, - sym_string_content, - sym_escape_sequence, + ACTIONS(5705), 1, + anon_sym_PIPE, + ACTIONS(5777), 1, + anon_sym_RPAREN, + ACTIONS(5781), 1, + anon_sym_COMMA, + STATE(3135), 1, + aux_sym_slice_pattern_repeat1, STATE(2739), 2, sym_line_comment, sym_block_comment, - [83371] = 7, + [83387] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4685), 1, - anon_sym_LT2, - ACTIONS(5837), 1, - sym_super, - ACTIONS(6004), 1, - sym_identifier, - STATE(3626), 1, - sym_type_arguments, + ACTIONS(4671), 2, + anon_sym_COLON, + anon_sym_PIPE, + ACTIONS(6003), 2, + anon_sym_RPAREN, + anon_sym_COMMA, STATE(2740), 2, sym_line_comment, sym_block_comment, - [83394] = 7, + [83406] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4685), 1, - anon_sym_LT2, - ACTIONS(5837), 1, - sym_super, - ACTIONS(6004), 1, - sym_identifier, - STATE(3735), 1, - sym_type_arguments, + ACTIONS(3175), 1, + anon_sym_PLUS, + ACTIONS(5089), 1, + anon_sym_where, + ACTIONS(6005), 1, + anon_sym_SEMI, + STATE(3684), 1, + sym_where_clause, STATE(2741), 2, sym_line_comment, sym_block_comment, - [83417] = 7, + [83429] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3081), 1, + ACTIONS(1408), 1, + anon_sym_LBRACE, + ACTIONS(3445), 1, anon_sym_SQUOTE, - ACTIONS(5901), 1, - sym_identifier, - ACTIONS(6006), 1, - anon_sym_GT, - STATE(3307), 1, - sym_lifetime, + STATE(492), 1, + sym_block, + STATE(3782), 1, + sym_label, STATE(2742), 2, sym_line_comment, sym_block_comment, - [83440] = 7, + [83452] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3081), 1, + ACTIONS(1408), 1, + anon_sym_LBRACE, + ACTIONS(3445), 1, anon_sym_SQUOTE, - ACTIONS(5901), 1, - sym_identifier, - ACTIONS(6008), 1, - anon_sym_GT, - STATE(3307), 1, - sym_lifetime, + STATE(484), 1, + sym_block, + STATE(3782), 1, + sym_label, STATE(2743), 2, sym_line_comment, sym_block_comment, - [83463] = 7, + [83475] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(1386), 1, - anon_sym_LBRACE, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - STATE(493), 1, - sym_block, - STATE(3782), 1, - sym_label, + ACTIONS(6007), 1, + anon_sym_DQUOTE, + STATE(2755), 1, + aux_sym_string_literal_repeat1, + ACTIONS(5833), 2, + sym_string_content, + sym_escape_sequence, STATE(2744), 2, sym_line_comment, sym_block_comment, - [83486] = 7, + [83496] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4685), 1, - anon_sym_LT2, - ACTIONS(5837), 1, - sym_super, - ACTIONS(6010), 1, - sym_identifier, - STATE(3626), 1, - sym_type_arguments, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + ACTIONS(5184), 1, + anon_sym_LBRACE, + STATE(2992), 1, + sym_block, + STATE(3781), 1, + sym_label, STATE(2745), 2, sym_line_comment, sym_block_comment, - [83509] = 7, + [83519] = 7, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4685), 1, - anon_sym_LT2, - ACTIONS(5410), 1, - sym_super, - ACTIONS(6004), 1, - sym_identifier, - STATE(3626), 1, - sym_type_arguments, + ACTIONS(6009), 1, + anon_sym_async, + ACTIONS(6011), 1, + anon_sym_move, + STATE(204), 1, + sym_closure_parameters, STATE(2746), 2, sym_line_comment, sym_block_comment, - [83532] = 7, + [83542] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4685), 1, - anon_sym_LT2, - ACTIONS(5410), 1, - sym_super, - ACTIONS(6004), 1, - sym_identifier, - STATE(3735), 1, - sym_type_arguments, + ACTIONS(412), 1, + anon_sym_LBRACE, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + STATE(1835), 1, + sym_block, + STATE(3783), 1, + sym_label, STATE(2747), 2, sym_line_comment, sym_block_comment, - [83555] = 7, + [83565] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6012), 1, - anon_sym_LPAREN, - ACTIONS(6014), 1, - anon_sym_LBRACK, - ACTIONS(6016), 1, - anon_sym_LBRACE, - STATE(417), 1, - sym_delim_token_tree, + ACTIONS(3175), 1, + anon_sym_PLUS, + ACTIONS(5089), 1, + anon_sym_where, + ACTIONS(6013), 1, + anon_sym_SEMI, + STATE(3519), 1, + sym_where_clause, STATE(2748), 2, sym_line_comment, sym_block_comment, - [83578] = 7, + [83588] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(5130), 1, - anon_sym_LBRACE, - STATE(1241), 1, - sym_declaration_list, - STATE(3342), 1, - sym_where_clause, + ACTIONS(4199), 1, + anon_sym_LT2, + ACTIONS(4359), 1, + anon_sym_COLON_COLON, + ACTIONS(5065), 1, + anon_sym_BANG, + STATE(1677), 1, + sym_type_arguments, STATE(2749), 2, sym_line_comment, sym_block_comment, - [83601] = 6, + [83611] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4685), 1, - anon_sym_LT2, - STATE(3735), 1, - sym_type_arguments, - ACTIONS(5837), 2, - sym_identifier, - sym_super, + ACTIONS(6015), 1, + anon_sym_COLON, STATE(2750), 2, sym_line_comment, sym_block_comment, - [83622] = 7, + ACTIONS(4999), 3, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_COMMA, + [83630] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(6018), 1, - anon_sym_RPAREN, - ACTIONS(6020), 1, - anon_sym_COMMA, - STATE(3130), 1, - aux_sym_ordered_field_declaration_list_repeat1, + ACTIONS(6017), 1, + anon_sym_LPAREN, + ACTIONS(6019), 1, + anon_sym_LBRACK, + ACTIONS(6021), 1, + anon_sym_LBRACE, + STATE(2054), 1, + sym_delim_token_tree, STATE(2751), 2, sym_line_comment, sym_block_comment, - [83645] = 6, + [83653] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4849), 1, - anon_sym_DOT_DOT, - ACTIONS(6022), 1, - anon_sym_COLON_COLON, - ACTIONS(4851), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, + ACTIONS(1408), 1, + anon_sym_LBRACE, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + STATE(487), 1, + sym_block, + STATE(3782), 1, + sym_label, STATE(2752), 2, sym_line_comment, sym_block_comment, - [83666] = 7, + [83676] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5106), 1, + ACTIONS(1408), 1, anon_sym_LBRACE, - ACTIONS(5110), 1, - anon_sym_where, - STATE(714), 1, - sym_field_declaration_list, - STATE(3370), 1, - sym_where_clause, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + STATE(463), 1, + sym_block, + STATE(3782), 1, + sym_label, STATE(2753), 2, sym_line_comment, sym_block_comment, - [83689] = 5, + [83699] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5664), 1, - anon_sym_PIPE, + ACTIONS(1408), 1, + anon_sym_LBRACE, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + STATE(498), 1, + sym_block, + STATE(3782), 1, + sym_label, STATE(2754), 2, sym_line_comment, sym_block_comment, - ACTIONS(6024), 3, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_COMMA, - [83708] = 7, + [83722] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(6026), 1, - anon_sym_SEMI, - STATE(3812), 1, - sym_where_clause, + ACTIONS(6023), 1, + anon_sym_DQUOTE, + STATE(2842), 1, + aux_sym_string_literal_repeat1, + ACTIONS(5833), 2, + sym_string_content, + sym_escape_sequence, STATE(2755), 2, sym_line_comment, sym_block_comment, - [83731] = 6, + [83743] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4679), 1, - anon_sym_DOT_DOT, - ACTIONS(5368), 1, - anon_sym_COLON_COLON, - ACTIONS(4681), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, + ACTIONS(6017), 1, + anon_sym_LPAREN, + ACTIONS(6019), 1, + anon_sym_LBRACK, + ACTIONS(6021), 1, + anon_sym_LBRACE, + STATE(2058), 1, + sym_delim_token_tree, STATE(2756), 2, sym_line_comment, sym_block_comment, - [83752] = 7, + [83766] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4687), 1, - anon_sym_LPAREN, - ACTIONS(5108), 1, - anon_sym_LT, - STATE(2338), 1, - sym_parameters, - STATE(3449), 1, - sym_type_parameters, + ACTIONS(4199), 1, + anon_sym_LT2, + ACTIONS(6025), 1, + sym_identifier, + ACTIONS(6027), 1, + sym_super, + STATE(1633), 1, + sym_type_arguments, STATE(2757), 2, sym_line_comment, sym_block_comment, - [83775] = 7, + [83789] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(5130), 1, - anon_sym_LBRACE, - STATE(1255), 1, - sym_declaration_list, - STATE(3358), 1, - sym_where_clause, + ACTIONS(4199), 1, + anon_sym_LT2, + ACTIONS(6025), 1, + sym_identifier, + ACTIONS(6027), 1, + sym_super, + STATE(1635), 1, + sym_type_arguments, STATE(2758), 2, sym_line_comment, sym_block_comment, - [83798] = 7, + [83812] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4687), 1, - anon_sym_LPAREN, - ACTIONS(5108), 1, - anon_sym_LT, - STATE(2307), 1, - sym_parameters, - STATE(3364), 1, - sym_type_parameters, + ACTIONS(5920), 1, + sym_super, + ACTIONS(6029), 1, + sym_identifier, + ACTIONS(6031), 1, + anon_sym_LT2, + STATE(2592), 1, + sym_type_arguments, STATE(2759), 2, sym_line_comment, sym_block_comment, - [83821] = 5, + [83835] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6028), 1, - anon_sym_in, + ACTIONS(5920), 1, + sym_super, + ACTIONS(6029), 1, + sym_identifier, + ACTIONS(6031), 1, + anon_sym_LT2, + STATE(2544), 1, + sym_type_arguments, STATE(2760), 2, sym_line_comment, sym_block_comment, - ACTIONS(6030), 3, - sym_self, - sym_super, - sym_crate, - [83840] = 6, + [83858] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, + ACTIONS(3175), 1, anon_sym_PLUS, - ACTIONS(6032), 1, - anon_sym_EQ, - ACTIONS(6034), 2, - anon_sym_GT, + ACTIONS(6033), 1, + anon_sym_RPAREN, + ACTIONS(6035), 1, anon_sym_COMMA, + STATE(2947), 1, + aux_sym_tuple_type_repeat1, STATE(2761), 2, sym_line_comment, sym_block_comment, - [83861] = 5, + [83881] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5829), 1, - anon_sym_COLON_COLON, + ACTIONS(3175), 1, + anon_sym_PLUS, + ACTIONS(5089), 1, + anon_sym_where, + ACTIONS(6037), 1, + anon_sym_SEMI, + STATE(3793), 1, + sym_where_clause, STATE(2762), 2, sym_line_comment, sym_block_comment, - ACTIONS(4927), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [83880] = 7, + [83904] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6036), 1, - anon_sym_LBRACE, - ACTIONS(6038), 1, - anon_sym_for, - ACTIONS(6040), 1, - anon_sym_loop, - ACTIONS(6042), 1, - anon_sym_while, + ACTIONS(4689), 1, + anon_sym_LT2, + ACTIONS(5370), 1, + sym_super, + ACTIONS(5906), 1, + sym_identifier, + STATE(3813), 1, + sym_type_arguments, STATE(2763), 2, sym_line_comment, sym_block_comment, - [83903] = 7, + [83927] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3443), 1, + ACTIONS(4193), 1, + anon_sym_LPAREN, + ACTIONS(4689), 1, anon_sym_LT2, - ACTIONS(3773), 1, - anon_sym_COLON_COLON, - ACTIONS(5029), 1, - anon_sym_BANG, - STATE(1428), 1, + STATE(1707), 1, + sym_parameters, + STATE(2029), 1, sym_type_arguments, STATE(2764), 2, sym_line_comment, sym_block_comment, - [83926] = 5, + [83950] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6044), 1, - anon_sym_COLON, + ACTIONS(4689), 1, + anon_sym_LT2, + ACTIONS(5370), 1, + sym_super, + ACTIONS(5906), 1, + sym_identifier, + STATE(3601), 1, + sym_type_arguments, STATE(2765), 2, sym_line_comment, sym_block_comment, - ACTIONS(5027), 3, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_COMMA, - [83945] = 5, + [83973] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6046), 1, - anon_sym_COMMA, - ACTIONS(4357), 2, - anon_sym_RPAREN, - anon_sym_RBRACK, - STATE(2766), 3, + ACTIONS(5079), 1, + anon_sym_LBRACE, + ACTIONS(5089), 1, + anon_sym_where, + STATE(682), 1, + sym_declaration_list, + STATE(3264), 1, + sym_where_clause, + STATE(2766), 2, sym_line_comment, sym_block_comment, - aux_sym_arguments_repeat1, - [83964] = 5, + [83996] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6049), 1, - anon_sym_COMMA, - ACTIONS(6024), 2, + ACTIONS(3175), 1, + anon_sym_PLUS, + ACTIONS(6039), 1, anon_sym_RPAREN, - anon_sym_RBRACK, - STATE(2767), 3, + ACTIONS(6041), 1, + anon_sym_COMMA, + STATE(2934), 1, + aux_sym_ordered_field_declaration_list_repeat1, + STATE(2767), 2, sym_line_comment, sym_block_comment, - aux_sym_slice_pattern_repeat1, - [83983] = 5, + [84019] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5839), 1, - anon_sym_COLON_COLON, + ACTIONS(3175), 1, + anon_sym_PLUS, + ACTIONS(5633), 1, + anon_sym_RPAREN, + ACTIONS(5635), 1, + anon_sym_COMMA, + STATE(2960), 1, + aux_sym_parameters_repeat1, STATE(2768), 2, sym_line_comment, sym_block_comment, - ACTIONS(4935), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [84002] = 7, + [84042] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4685), 1, - anon_sym_LT2, - ACTIONS(4687), 1, - anon_sym_LPAREN, - STATE(2026), 1, - sym_type_arguments, - STATE(2454), 1, - sym_parameters, + ACTIONS(1370), 1, + anon_sym_RPAREN, + ACTIONS(3175), 1, + anon_sym_PLUS, + ACTIONS(5711), 1, + anon_sym_COMMA, + STATE(3078), 1, + aux_sym_parameters_repeat1, STATE(2769), 2, sym_line_comment, sym_block_comment, - [84025] = 7, + [84065] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(6052), 1, - anon_sym_SEMI, - ACTIONS(6054), 1, - anon_sym_EQ, - ACTIONS(6056), 1, - anon_sym_else, + ACTIONS(1408), 1, + anon_sym_LBRACE, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + STATE(486), 1, + sym_block, + STATE(3782), 1, + sym_label, STATE(2770), 2, sym_line_comment, sym_block_comment, - [84048] = 7, + [84088] = 7, + ACTIONS(19), 1, + anon_sym_LBRACE, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5386), 1, - anon_sym_LPAREN, - ACTIONS(5388), 1, - anon_sym_LBRACK, - ACTIONS(5392), 1, - anon_sym_LBRACE, - STATE(1475), 1, - sym_delim_token_tree, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + STATE(361), 1, + sym_block, + STATE(3556), 1, + sym_label, STATE(2771), 2, sym_line_comment, sym_block_comment, - [84071] = 7, + [84111] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(348), 1, - anon_sym_LBRACE, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - STATE(3719), 1, - sym_label, - STATE(3758), 1, - sym_block, + ACTIONS(1358), 1, + anon_sym_RPAREN, + ACTIONS(3175), 1, + anon_sym_PLUS, + ACTIONS(5621), 1, + anon_sym_COMMA, + STATE(2971), 1, + aux_sym_parameters_repeat1, STATE(2772), 2, sym_line_comment, sym_block_comment, - [84094] = 7, + [84134] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4685), 1, - anon_sym_LT2, - ACTIONS(5837), 1, - sym_super, - ACTIONS(6010), 1, + ACTIONS(3093), 1, + anon_sym_SQUOTE, + ACTIONS(5950), 1, sym_identifier, - STATE(3735), 1, - sym_type_arguments, + ACTIONS(6043), 1, + anon_sym_GT, + STATE(3385), 1, + sym_lifetime, STATE(2773), 2, sym_line_comment, sym_block_comment, - [84117] = 7, + [84157] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(348), 1, - anon_sym_LBRACE, - ACTIONS(3459), 1, + ACTIONS(3093), 1, anon_sym_SQUOTE, - STATE(1500), 1, - sym_block, - STATE(3719), 1, - sym_label, + ACTIONS(5950), 1, + sym_identifier, + ACTIONS(6045), 1, + anon_sym_GT, + STATE(3385), 1, + sym_lifetime, STATE(2774), 2, sym_line_comment, sym_block_comment, - [84140] = 7, + [84180] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(348), 1, - anon_sym_LBRACE, - ACTIONS(3459), 1, + ACTIONS(3093), 1, anon_sym_SQUOTE, - STATE(1427), 1, - sym_block, - STATE(3719), 1, - sym_label, + ACTIONS(5950), 1, + sym_identifier, + ACTIONS(6047), 1, + anon_sym_GT, + STATE(3385), 1, + sym_lifetime, STATE(2775), 2, sym_line_comment, sym_block_comment, - [84163] = 7, + [84203] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(348), 1, - anon_sym_LBRACE, - ACTIONS(3459), 1, + ACTIONS(3093), 1, anon_sym_SQUOTE, - STATE(3528), 1, - sym_block, - STATE(3719), 1, - sym_label, + ACTIONS(5950), 1, + sym_identifier, + ACTIONS(6049), 1, + anon_sym_GT, + STATE(3385), 1, + sym_lifetime, STATE(2776), 2, sym_line_comment, sym_block_comment, - [84186] = 5, + [84226] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5829), 1, - anon_sym_COLON_COLON, + ACTIONS(412), 1, + anon_sym_LBRACE, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + STATE(1724), 1, + sym_block, + STATE(3783), 1, + sym_label, STATE(2777), 2, sym_line_comment, sym_block_comment, - ACTIONS(4903), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [84205] = 7, + [84249] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(5130), 1, + ACTIONS(412), 1, anon_sym_LBRACE, - STATE(1183), 1, - sym_declaration_list, - STATE(3213), 1, - sym_where_clause, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + STATE(1836), 1, + sym_block, + STATE(3783), 1, + sym_label, STATE(2778), 2, sym_line_comment, sym_block_comment, - [84228] = 4, + [84272] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(6051), 1, + anon_sym_DQUOTE, + STATE(2787), 1, + aux_sym_string_literal_repeat1, + ACTIONS(5833), 2, + sym_string_content, + sym_escape_sequence, STATE(2779), 2, sym_line_comment, sym_block_comment, - ACTIONS(3395), 4, - anon_sym_COLON, - anon_sym_PLUS, - anon_sym_GT, - anon_sym_COMMA, - [84245] = 7, + [84293] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4687), 1, - anon_sym_LPAREN, - ACTIONS(5108), 1, - anon_sym_LT, - STATE(2310), 1, - sym_parameters, - STATE(3387), 1, - sym_type_parameters, + ACTIONS(1408), 1, + anon_sym_LBRACE, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + STATE(488), 1, + sym_block, + STATE(3782), 1, + sym_label, STATE(2780), 2, sym_line_comment, sym_block_comment, - [84268] = 7, + [84316] = 7, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(6058), 1, - anon_sym_SEMI, - STATE(3551), 1, - sym_where_clause, + ACTIONS(5167), 1, + anon_sym_move, + ACTIONS(6053), 1, + anon_sym_async, + STATE(226), 1, + sym_closure_parameters, STATE(2781), 2, sym_line_comment, sym_block_comment, - [84291] = 5, - ACTIONS(3), 1, + [84339] = 7, + ACTIONS(105), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6060), 1, - aux_sym_token_repetition_pattern_token1, + ACTIONS(4689), 1, + anon_sym_LT2, + ACTIONS(5900), 1, + sym_super, + ACTIONS(5908), 1, + sym_identifier, + STATE(3813), 1, + sym_type_arguments, STATE(2782), 2, sym_line_comment, sym_block_comment, - ACTIONS(6062), 3, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_QMARK, - [84310] = 7, + [84362] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(348), 1, + ACTIONS(6055), 1, + anon_sym_LPAREN, + ACTIONS(6057), 1, + anon_sym_LBRACK, + ACTIONS(6059), 1, anon_sym_LBRACE, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - STATE(1509), 1, - sym_block, - STATE(3719), 1, - sym_label, + STATE(1071), 1, + sym_delim_token_tree, STATE(2783), 2, sym_line_comment, sym_block_comment, - [84333] = 6, + [84385] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6064), 1, - anon_sym_DQUOTE, - STATE(2725), 1, - aux_sym_string_literal_repeat1, - ACTIONS(5845), 2, - sym_string_content, - sym_escape_sequence, + ACTIONS(412), 1, + anon_sym_LBRACE, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + STATE(1845), 1, + sym_block, + STATE(3783), 1, + sym_label, STATE(2784), 2, sym_line_comment, sym_block_comment, - [84354] = 7, + [84408] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5386), 1, - anon_sym_LPAREN, - ACTIONS(5388), 1, - anon_sym_LBRACK, - ACTIONS(5392), 1, + ACTIONS(412), 1, anon_sym_LBRACE, - STATE(1529), 1, - sym_delim_token_tree, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + STATE(1644), 1, + sym_block, + STATE(3783), 1, + sym_label, STATE(2785), 2, sym_line_comment, sym_block_comment, - [84377] = 7, + [84431] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(348), 1, + ACTIONS(412), 1, anon_sym_LBRACE, - ACTIONS(3459), 1, + ACTIONS(3445), 1, anon_sym_SQUOTE, - STATE(3647), 1, + STATE(1847), 1, sym_block, - STATE(3719), 1, + STATE(3783), 1, sym_label, STATE(2786), 2, sym_line_comment, sym_block_comment, - [84400] = 7, + [84454] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(6066), 1, - anon_sym_SEMI, - STATE(3525), 1, - sym_where_clause, + ACTIONS(6061), 1, + anon_sym_DQUOTE, + STATE(2842), 1, + aux_sym_string_literal_repeat1, + ACTIONS(5833), 2, + sym_string_content, + sym_escape_sequence, STATE(2787), 2, sym_line_comment, sym_block_comment, - [84423] = 7, + [84475] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(348), 1, + ACTIONS(6055), 1, + anon_sym_LPAREN, + ACTIONS(6057), 1, + anon_sym_LBRACK, + ACTIONS(6059), 1, anon_sym_LBRACE, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - STATE(3709), 1, - sym_block, - STATE(3719), 1, - sym_label, + STATE(1070), 1, + sym_delim_token_tree, STATE(2788), 2, sym_line_comment, sym_block_comment, - [84446] = 7, + [84498] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3081), 1, - anon_sym_SQUOTE, - ACTIONS(5901), 1, + ACTIONS(4689), 1, + anon_sym_LT2, + ACTIONS(5900), 1, + sym_super, + ACTIONS(6063), 1, sym_identifier, - ACTIONS(6068), 1, - anon_sym_GT, - STATE(3307), 1, - sym_lifetime, + STATE(2128), 1, + sym_type_arguments, STATE(2789), 2, sym_line_comment, sym_block_comment, - [84469] = 7, + [84521] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3443), 1, + ACTIONS(4689), 1, anon_sym_LT2, - ACTIONS(5410), 1, + ACTIONS(5900), 1, sym_super, - ACTIONS(6070), 1, + ACTIONS(6063), 1, sym_identifier, - STATE(1633), 1, + STATE(2134), 1, sym_type_arguments, STATE(2790), 2, sym_line_comment, sym_block_comment, - [84492] = 7, - ACTIONS(19), 1, - anon_sym_LBRACE, + [84544] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - STATE(416), 1, - sym_block, - STATE(3621), 1, - sym_label, + ACTIONS(4689), 1, + anon_sym_LT2, + ACTIONS(5900), 1, + sym_super, + ACTIONS(6065), 1, + sym_identifier, + STATE(3813), 1, + sym_type_arguments, STATE(2791), 2, sym_line_comment, sym_block_comment, - [84515] = 7, + [84567] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3443), 1, + ACTIONS(4689), 1, anon_sym_LT2, - ACTIONS(5410), 1, + ACTIONS(5900), 1, sym_super, - ACTIONS(6070), 1, + ACTIONS(6065), 1, sym_identifier, - STATE(1655), 1, + STATE(3601), 1, sym_type_arguments, STATE(2792), 2, sym_line_comment, sym_block_comment, - [84538] = 7, + [84590] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3081), 1, - anon_sym_SQUOTE, - ACTIONS(5901), 1, - sym_identifier, - ACTIONS(6072), 1, - anon_sym_GT, - STATE(3307), 1, - sym_lifetime, STATE(2793), 2, sym_line_comment, sym_block_comment, - [84561] = 7, + ACTIONS(6067), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_RBRACE, + [84607] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(348), 1, + ACTIONS(412), 1, anon_sym_LBRACE, - ACTIONS(3459), 1, + ACTIONS(3445), 1, anon_sym_SQUOTE, - STATE(1536), 1, + STATE(1863), 1, sym_block, - STATE(3719), 1, + STATE(3783), 1, sym_label, STATE(2794), 2, sym_line_comment, sym_block_comment, - [84584] = 7, + [84630] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3081), 1, - anon_sym_SQUOTE, - ACTIONS(5901), 1, - sym_identifier, - ACTIONS(6074), 1, - anon_sym_GT, - STATE(3307), 1, - sym_lifetime, + ACTIONS(5079), 1, + anon_sym_LBRACE, + ACTIONS(5089), 1, + anon_sym_where, + STATE(748), 1, + sym_declaration_list, + STATE(3237), 1, + sym_where_clause, STATE(2795), 2, sym_line_comment, sym_block_comment, - [84607] = 5, + [84653] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, - anon_sym_PLUS, + ACTIONS(412), 1, + anon_sym_LBRACE, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + STATE(1870), 1, + sym_block, + STATE(3783), 1, + sym_label, STATE(2796), 2, sym_line_comment, sym_block_comment, - ACTIONS(6076), 3, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_COMMA, - [84626] = 7, - ACTIONS(105), 1, + [84676] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(107), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(348), 1, - anon_sym_LBRACE, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - STATE(3685), 1, - sym_block, - STATE(3719), 1, - sym_label, + ACTIONS(6069), 1, + aux_sym_token_repetition_pattern_token1, STATE(2797), 2, sym_line_comment, sym_block_comment, - [84649] = 7, - ACTIONS(19), 1, - anon_sym_LBRACE, + ACTIONS(6071), 3, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_QMARK, + [84695] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - STATE(423), 1, - sym_block, - STATE(3621), 1, - sym_label, + ACTIONS(6073), 1, + anon_sym_in, STATE(2798), 2, sym_line_comment, sym_block_comment, - [84672] = 7, + ACTIONS(6075), 3, + sym_self, + sym_super, + sym_crate, + [84714] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(5130), 1, - anon_sym_LBRACE, - STATE(1194), 1, - sym_declaration_list, - STATE(3226), 1, - sym_where_clause, + ACTIONS(6077), 1, + anon_sym_DQUOTE, + STATE(2804), 1, + aux_sym_string_literal_repeat1, + ACTIONS(5833), 2, + sym_string_content, + sym_escape_sequence, STATE(2799), 2, sym_line_comment, sym_block_comment, - [84695] = 7, + [84735] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(6078), 1, - anon_sym_SEMI, - STATE(3710), 1, - sym_where_clause, STATE(2800), 2, sym_line_comment, sym_block_comment, - [84718] = 6, + ACTIONS(1032), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_RBRACE, + [84752] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5190), 1, - anon_sym_COLON, - STATE(3433), 1, - sym_trait_bounds, - ACTIONS(5615), 2, - anon_sym_GT, - anon_sym_COMMA, + ACTIONS(412), 1, + anon_sym_LBRACE, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + STATE(1875), 1, + sym_block, + STATE(3783), 1, + sym_label, STATE(2801), 2, sym_line_comment, sym_block_comment, - [84739] = 7, + [84775] = 7, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3081), 1, - anon_sym_SQUOTE, - ACTIONS(5901), 1, - sym_identifier, - ACTIONS(6080), 1, - anon_sym_GT, - STATE(3307), 1, - sym_lifetime, + ACTIONS(6079), 1, + anon_sym_async, + ACTIONS(6081), 1, + anon_sym_move, + STATE(232), 1, + sym_closure_parameters, STATE(2802), 2, sym_line_comment, sym_block_comment, - [84762] = 7, + [84798] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4687), 1, + ACTIONS(6083), 1, anon_sym_LPAREN, - ACTIONS(5108), 1, - anon_sym_LT, - STATE(2314), 1, - sym_parameters, - STATE(3402), 1, - sym_type_parameters, + ACTIONS(6085), 1, + anon_sym_LBRACK, + ACTIONS(6087), 1, + anon_sym_LBRACE, + STATE(1880), 1, + sym_delim_token_tree, STATE(2803), 2, sym_line_comment, sym_block_comment, - [84785] = 7, + [84821] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5664), 1, - anon_sym_PIPE, - ACTIONS(6082), 1, - anon_sym_RPAREN, - ACTIONS(6084), 1, - anon_sym_COMMA, - STATE(3186), 1, - aux_sym_tuple_pattern_repeat1, + ACTIONS(6089), 1, + anon_sym_DQUOTE, + STATE(2842), 1, + aux_sym_string_literal_repeat1, + ACTIONS(5833), 2, + sym_string_content, + sym_escape_sequence, STATE(2804), 2, sym_line_comment, sym_block_comment, - [84808] = 5, + [84842] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5839), 1, - anon_sym_COLON_COLON, + ACTIONS(6083), 1, + anon_sym_LPAREN, + ACTIONS(6085), 1, + anon_sym_LBRACK, + ACTIONS(6087), 1, + anon_sym_LBRACE, + STATE(1882), 1, + sym_delim_token_tree, STATE(2805), 2, sym_line_comment, sym_block_comment, - ACTIONS(4909), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [84827] = 7, + [84865] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(6086), 1, - anon_sym_SEMI, - STATE(3582), 1, - sym_where_clause, + ACTIONS(4689), 1, + anon_sym_LT2, + ACTIONS(5900), 1, + sym_super, + ACTIONS(6091), 1, + sym_identifier, + STATE(2128), 1, + sym_type_arguments, STATE(2806), 2, sym_line_comment, sym_block_comment, - [84850] = 7, + [84888] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(6088), 1, - anon_sym_RPAREN, - ACTIONS(6090), 1, - anon_sym_COMMA, - STATE(3166), 1, - aux_sym_ordered_field_declaration_list_repeat1, + ACTIONS(4689), 1, + anon_sym_LT2, + ACTIONS(5900), 1, + sym_super, + ACTIONS(6091), 1, + sym_identifier, + STATE(2134), 1, + sym_type_arguments, STATE(2807), 2, sym_line_comment, sym_block_comment, - [84873] = 7, + [84911] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(348), 1, - anon_sym_LBRACE, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - STATE(3617), 1, - sym_block, - STATE(3719), 1, - sym_label, + ACTIONS(4689), 1, + anon_sym_LT2, + ACTIONS(5370), 1, + sym_super, + ACTIONS(6065), 1, + sym_identifier, + STATE(3813), 1, + sym_type_arguments, STATE(2808), 2, sym_line_comment, sym_block_comment, - [84896] = 7, + [84934] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(348), 1, - anon_sym_LBRACE, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - STATE(3619), 1, - sym_block, - STATE(3719), 1, - sym_label, + ACTIONS(4689), 1, + anon_sym_LT2, + ACTIONS(5370), 1, + sym_super, + ACTIONS(6065), 1, + sym_identifier, + STATE(3601), 1, + sym_type_arguments, STATE(2809), 2, sym_line_comment, sym_block_comment, - [84919] = 7, + [84957] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5664), 1, - anon_sym_PIPE, - ACTIONS(6092), 1, - anon_sym_RBRACK, - ACTIONS(6094), 1, - anon_sym_COMMA, - STATE(3190), 1, - aux_sym_slice_pattern_repeat1, + ACTIONS(3253), 1, + anon_sym_PLUS, STATE(2810), 2, sym_line_comment, sym_block_comment, - [84942] = 7, + ACTIONS(6093), 3, + anon_sym_COLON, + anon_sym_GT, + anon_sym_COMMA, + [84976] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6096), 1, - anon_sym_LBRACE, - ACTIONS(6098), 1, - anon_sym_for, - ACTIONS(6100), 1, - anon_sym_loop, - ACTIONS(6102), 1, - anon_sym_while, + ACTIONS(5220), 1, + anon_sym_COLON, + STATE(3306), 1, + sym_trait_bounds, + ACTIONS(5613), 2, + anon_sym_GT, + anon_sym_COMMA, STATE(2811), 2, sym_line_comment, sym_block_comment, - [84965] = 7, + [84997] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4685), 1, + ACTIONS(4689), 1, anon_sym_LT2, - ACTIONS(5190), 1, - anon_sym_COLON, - STATE(2026), 1, + ACTIONS(4691), 1, + anon_sym_LPAREN, + STATE(2029), 1, sym_type_arguments, - STATE(2545), 1, - sym_trait_bounds, + STATE(2437), 1, + sym_parameters, STATE(2812), 2, sym_line_comment, sym_block_comment, - [84988] = 7, + [85020] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4685), 1, - anon_sym_LT2, - ACTIONS(5837), 1, - sym_super, - ACTIONS(6104), 1, - sym_identifier, - STATE(2133), 1, - sym_type_arguments, + ACTIONS(6095), 1, + anon_sym_DQUOTE, + STATE(2814), 1, + aux_sym_string_literal_repeat1, + ACTIONS(5833), 2, + sym_string_content, + sym_escape_sequence, STATE(2813), 2, sym_line_comment, sym_block_comment, - [85011] = 7, + [85041] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4685), 1, - anon_sym_LT2, - ACTIONS(5837), 1, - sym_super, - ACTIONS(6104), 1, - sym_identifier, - STATE(2132), 1, - sym_type_arguments, + ACTIONS(6097), 1, + anon_sym_DQUOTE, + STATE(2842), 1, + aux_sym_string_literal_repeat1, + ACTIONS(5833), 2, + sym_string_content, + sym_escape_sequence, STATE(2814), 2, sym_line_comment, sym_block_comment, - [85034] = 7, + [85062] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(348), 1, - anon_sym_LBRACE, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - STATE(3527), 1, - sym_block, - STATE(3719), 1, - sym_label, + ACTIONS(4689), 1, + anon_sym_LT2, + ACTIONS(5900), 1, + sym_super, + ACTIONS(6099), 1, + sym_identifier, + STATE(3813), 1, + sym_type_arguments, STATE(2815), 2, sym_line_comment, sym_block_comment, - [85057] = 7, + [85085] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(6106), 1, - anon_sym_RPAREN, - ACTIONS(6108), 1, - anon_sym_COMMA, - STATE(2888), 1, - aux_sym_tuple_type_repeat1, + ACTIONS(4689), 1, + anon_sym_LT2, + ACTIONS(5900), 1, + sym_super, + ACTIONS(6099), 1, + sym_identifier, + STATE(3601), 1, + sym_type_arguments, STATE(2816), 2, sym_line_comment, sym_block_comment, - [85080] = 7, + [85108] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(348), 1, - anon_sym_LBRACE, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - STATE(3565), 1, - sym_block, - STATE(3719), 1, - sym_label, + ACTIONS(5220), 1, + anon_sym_COLON, + STATE(3414), 1, + sym_trait_bounds, + ACTIONS(5713), 2, + anon_sym_GT, + anon_sym_COMMA, STATE(2817), 2, sym_line_comment, sym_block_comment, - [85103] = 7, + [85129] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(348), 1, - anon_sym_LBRACE, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - STATE(3568), 1, - sym_block, - STATE(3719), 1, - sym_label, + ACTIONS(4689), 1, + anon_sym_LT2, + ACTIONS(5900), 1, + sym_super, + ACTIONS(5908), 1, + sym_identifier, + STATE(3601), 1, + sym_type_arguments, STATE(2818), 2, sym_line_comment, sym_block_comment, - [85126] = 7, + [85152] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(6110), 1, - anon_sym_SEMI, - STATE(3611), 1, - sym_where_clause, + ACTIONS(3093), 1, + anon_sym_SQUOTE, + ACTIONS(5950), 1, + sym_identifier, + ACTIONS(6101), 1, + anon_sym_GT, + STATE(3385), 1, + sym_lifetime, STATE(2819), 2, sym_line_comment, sym_block_comment, - [85149] = 7, + [85175] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4687), 1, - anon_sym_LPAREN, - ACTIONS(5108), 1, - anon_sym_LT, - STATE(2320), 1, - sym_parameters, - STATE(3401), 1, - sym_type_parameters, + ACTIONS(5079), 1, + anon_sym_LBRACE, + ACTIONS(5089), 1, + anon_sym_where, + STATE(754), 1, + sym_declaration_list, + STATE(3468), 1, + sym_where_clause, STATE(2820), 2, sym_line_comment, sym_block_comment, - [85172] = 7, + [85198] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(6112), 1, - anon_sym_SEMI, - STATE(3742), 1, - sym_where_clause, + ACTIONS(4689), 1, + anon_sym_LT2, + ACTIONS(5370), 1, + sym_super, + ACTIONS(6099), 1, + sym_identifier, + STATE(3813), 1, + sym_type_arguments, STATE(2821), 2, sym_line_comment, sym_block_comment, - [85195] = 7, - ACTIONS(19), 1, - anon_sym_LBRACE, + [85221] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - STATE(402), 1, - sym_block, - STATE(3621), 1, - sym_label, + ACTIONS(4689), 1, + anon_sym_LT2, + ACTIONS(5370), 1, + sym_super, + ACTIONS(6099), 1, + sym_identifier, + STATE(3601), 1, + sym_type_arguments, STATE(2822), 2, sym_line_comment, sym_block_comment, - [85218] = 7, + [85244] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(6114), 1, - anon_sym_SEMI, - STATE(3613), 1, - sym_where_clause, + ACTIONS(3093), 1, + anon_sym_SQUOTE, + ACTIONS(5950), 1, + sym_identifier, + ACTIONS(6103), 1, + anon_sym_GT, + STATE(3385), 1, + sym_lifetime, STATE(2823), 2, sym_line_comment, sym_block_comment, - [85241] = 7, + [85267] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(5490), 1, + ACTIONS(348), 1, anon_sym_LBRACE, - STATE(1199), 1, - sym_enum_variant_list, - STATE(3233), 1, - sym_where_clause, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + STATE(3624), 1, + sym_block, + STATE(3719), 1, + sym_label, STATE(2824), 2, sym_line_comment, sym_block_comment, - [85264] = 7, + [85290] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(348), 1, - anon_sym_LBRACE, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - STATE(3622), 1, - sym_block, - STATE(3719), 1, - sym_label, + ACTIONS(3175), 1, + anon_sym_PLUS, STATE(2825), 2, sym_line_comment, sym_block_comment, - [85287] = 7, + ACTIONS(6105), 3, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_COMMA, + [85309] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(5120), 1, - anon_sym_LBRACE, - STATE(700), 1, - sym_declaration_list, - STATE(3465), 1, - sym_where_clause, + ACTIONS(4683), 1, + anon_sym_DOT_DOT, + ACTIONS(5310), 1, + anon_sym_COLON_COLON, + ACTIONS(4685), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, STATE(2826), 2, sym_line_comment, sym_block_comment, - [85310] = 7, + [85330] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(348), 1, - anon_sym_LBRACE, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - STATE(3648), 1, - sym_block, - STATE(3719), 1, - sym_label, + ACTIONS(3175), 1, + anon_sym_PLUS, + ACTIONS(5089), 1, + anon_sym_where, + ACTIONS(6107), 1, + anon_sym_SEMI, + STATE(3732), 1, + sym_where_clause, STATE(2827), 2, sym_line_comment, sym_block_comment, - [85333] = 7, - ACTIONS(19), 1, - anon_sym_LBRACE, + [85353] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - STATE(290), 1, - sym_block, - STATE(3621), 1, - sym_label, + ACTIONS(4691), 1, + anon_sym_LPAREN, + ACTIONS(5087), 1, + anon_sym_LT, + STATE(2291), 1, + sym_parameters, + STATE(3379), 1, + sym_type_parameters, STATE(2828), 2, sym_line_comment, sym_block_comment, - [85356] = 7, + [85376] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3443), 1, - anon_sym_LT2, - ACTIONS(3773), 1, - anon_sym_COLON_COLON, - ACTIONS(4699), 1, - anon_sym_BANG, - STATE(1428), 1, - sym_type_arguments, + ACTIONS(4671), 2, + anon_sym_COLON, + anon_sym_PIPE, + ACTIONS(6109), 2, + anon_sym_RPAREN, + anon_sym_COMMA, STATE(2829), 2, sym_line_comment, sym_block_comment, - [85379] = 7, + [85395] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4175), 1, - anon_sym_LT2, - ACTIONS(4363), 1, - anon_sym_COLON_COLON, - ACTIONS(4699), 1, - anon_sym_BANG, - STATE(1717), 1, - sym_type_arguments, + ACTIONS(6111), 1, + anon_sym_in, STATE(2830), 2, sym_line_comment, sym_block_comment, - [85402] = 7, + ACTIONS(6113), 3, + sym_self, + sym_super, + sym_crate, + [85414] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(6116), 1, - anon_sym_RPAREN, - ACTIONS(6118), 1, - anon_sym_COMMA, - STATE(3070), 1, - aux_sym_ordered_field_declaration_list_repeat1, + ACTIONS(6115), 1, + anon_sym_LBRACE, + ACTIONS(6117), 1, + anon_sym_for, + ACTIONS(6119), 1, + anon_sym_loop, + ACTIONS(6121), 1, + anon_sym_while, STATE(2831), 2, sym_line_comment, sym_block_comment, - [85425] = 4, + [85437] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(4689), 1, + anon_sym_LT2, + ACTIONS(5220), 1, + anon_sym_COLON, + STATE(2029), 1, + sym_type_arguments, + STATE(2579), 1, + sym_trait_bounds, STATE(2832), 2, sym_line_comment, sym_block_comment, - ACTIONS(4467), 4, - anon_sym_LBRACE, - anon_sym_EQ_GT, - anon_sym_AMP_AMP, - anon_sym_SQUOTE, - [85442] = 7, + [85460] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4685), 1, - anon_sym_LT2, - ACTIONS(5410), 1, - sym_super, - ACTIONS(6010), 1, - sym_identifier, - STATE(3626), 1, - sym_type_arguments, + ACTIONS(5705), 1, + anon_sym_PIPE, + ACTIONS(6123), 1, + anon_sym_RPAREN, + ACTIONS(6125), 1, + anon_sym_COMMA, + STATE(2892), 1, + aux_sym_slice_pattern_repeat1, STATE(2833), 2, sym_line_comment, sym_block_comment, - [85465] = 6, - ACTIONS(105), 1, + [85483] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(107), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4679), 1, - anon_sym_DOT_DOT, - ACTIONS(5404), 1, - anon_sym_COLON_COLON, - ACTIONS(4681), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, + ACTIONS(6127), 1, + aux_sym_token_repetition_pattern_token1, STATE(2834), 2, sym_line_comment, sym_block_comment, - [85486] = 5, + ACTIONS(6129), 3, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_QMARK, + [85502] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5841), 1, - anon_sym_COLON_COLON, + ACTIONS(348), 1, + anon_sym_LBRACE, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + STATE(3675), 1, + sym_block, + STATE(3719), 1, + sym_label, STATE(2835), 2, sym_line_comment, sym_block_comment, - ACTIONS(4935), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [85505] = 7, + [85525] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3435), 1, + ACTIONS(4691), 1, anon_sym_LPAREN, - ACTIONS(4685), 1, - anon_sym_LT2, - STATE(1398), 1, + ACTIONS(5087), 1, + anon_sym_LT, + STATE(2314), 1, sym_parameters, - STATE(2026), 1, - sym_type_arguments, + STATE(3403), 1, + sym_type_parameters, STATE(2836), 2, sym_line_comment, sym_block_comment, - [85528] = 7, + [85548] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6120), 1, - anon_sym_LBRACE, - ACTIONS(6122), 1, - anon_sym_for, - ACTIONS(6124), 1, - anon_sym_loop, - ACTIONS(6126), 1, - anon_sym_while, + ACTIONS(3093), 1, + anon_sym_SQUOTE, + ACTIONS(5950), 1, + sym_identifier, + ACTIONS(6131), 1, + anon_sym_GT, + STATE(3385), 1, + sym_lifetime, STATE(2837), 2, sym_line_comment, sym_block_comment, - [85551] = 6, + [85571] = 7, + ACTIONS(19), 1, + anon_sym_LBRACE, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6128), 1, - anon_sym_DQUOTE, - STATE(2725), 1, - aux_sym_string_literal_repeat1, - ACTIONS(5845), 2, - sym_string_content, - sym_escape_sequence, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + STATE(410), 1, + sym_block, + STATE(3556), 1, + sym_label, STATE(2838), 2, sym_line_comment, sym_block_comment, - [85572] = 7, + [85594] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4685), 1, - anon_sym_LT2, - ACTIONS(5410), 1, - sym_super, - ACTIONS(6010), 1, - sym_identifier, - STATE(3735), 1, - sym_type_arguments, STATE(2839), 2, sym_line_comment, sym_block_comment, - [85595] = 7, + ACTIONS(4419), 4, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_AMP_AMP, + anon_sym_SQUOTE, + [85611] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(5155), 1, - anon_sym_LBRACE, - STATE(1205), 1, - sym_field_declaration_list, - STATE(3237), 1, - sym_where_clause, + ACTIONS(3093), 1, + anon_sym_SQUOTE, + ACTIONS(5950), 1, + sym_identifier, + ACTIONS(6133), 1, + anon_sym_GT, + STATE(3385), 1, + sym_lifetime, STATE(2840), 2, sym_line_comment, sym_block_comment, - [85618] = 7, + [85634] = 7, + ACTIONS(19), 1, + anon_sym_LBRACE, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6012), 1, - anon_sym_LPAREN, - ACTIONS(6014), 1, - anon_sym_LBRACK, - ACTIONS(6016), 1, - anon_sym_LBRACE, - STATE(412), 1, - sym_delim_token_tree, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + STATE(427), 1, + sym_block, + STATE(3556), 1, + sym_label, STATE(2841), 2, sym_line_comment, sym_block_comment, - [85641] = 7, + [85657] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(6130), 1, - anon_sym_SEMI, - STATE(3600), 1, - sym_where_clause, - STATE(2842), 2, + ACTIONS(6135), 1, + anon_sym_DQUOTE, + ACTIONS(6137), 2, + sym_string_content, + sym_escape_sequence, + STATE(2842), 3, sym_line_comment, sym_block_comment, - [85664] = 5, + aux_sym_string_literal_repeat1, + [85676] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6132), 1, - anon_sym_COLON, + ACTIONS(348), 1, + anon_sym_LBRACE, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + STATE(3542), 1, + sym_block, + STATE(3719), 1, + sym_label, STATE(2843), 2, sym_line_comment, sym_block_comment, - ACTIONS(5027), 3, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_COMMA, - [85683] = 7, + [85699] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(6134), 1, - anon_sym_SEMI, - STATE(3601), 1, - sym_where_clause, + ACTIONS(4691), 1, + anon_sym_LPAREN, + ACTIONS(5087), 1, + anon_sym_LT, + STATE(2295), 1, + sym_parameters, + STATE(3422), 1, + sym_type_parameters, STATE(2844), 2, sym_line_comment, sym_block_comment, - [85706] = 6, + [85722] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4679), 1, - anon_sym_DOT_DOT, - ACTIONS(5428), 1, - anon_sym_COLON_COLON, - ACTIONS(4681), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, + ACTIONS(348), 1, + anon_sym_LBRACE, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + STATE(3550), 1, + sym_block, + STATE(3719), 1, + sym_label, STATE(2845), 2, sym_line_comment, sym_block_comment, - [85727] = 7, + [85745] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4687), 1, - anon_sym_LPAREN, - ACTIONS(5108), 1, - anon_sym_LT, - STATE(2293), 1, - sym_parameters, - STATE(3292), 1, - sym_type_parameters, + ACTIONS(348), 1, + anon_sym_LBRACE, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + STATE(3551), 1, + sym_block, + STATE(3719), 1, + sym_label, STATE(2846), 2, sym_line_comment, sym_block_comment, - [85750] = 7, + [85768] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6136), 1, - anon_sym_LBRACE, - ACTIONS(6138), 1, - anon_sym_for, + ACTIONS(3175), 1, + anon_sym_PLUS, ACTIONS(6140), 1, - anon_sym_loop, - ACTIONS(6142), 1, - anon_sym_while, + anon_sym_EQ, + ACTIONS(6142), 2, + anon_sym_GT, + anon_sym_COMMA, STATE(2847), 2, sym_line_comment, sym_block_comment, - [85773] = 7, + [85789] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4685), 1, + ACTIONS(4689), 1, anon_sym_LT2, - ACTIONS(6144), 1, + ACTIONS(5863), 1, anon_sym_COLON_COLON, - ACTIONS(6146), 1, + ACTIONS(6144), 1, anon_sym_for, - STATE(2029), 1, + STATE(2030), 1, sym_type_arguments, STATE(2848), 2, sym_line_comment, sym_block_comment, - [85796] = 7, + [85812] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3443), 1, - anon_sym_LT2, - ACTIONS(5410), 1, - sym_super, - ACTIONS(5947), 1, - sym_identifier, - STATE(1493), 1, - sym_type_arguments, + ACTIONS(5089), 1, + anon_sym_where, + ACTIONS(5549), 1, + anon_sym_LBRACE, + STATE(648), 1, + sym_enum_variant_list, + STATE(3373), 1, + sym_where_clause, STATE(2849), 2, sym_line_comment, sym_block_comment, - [85819] = 7, + [85835] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(5486), 1, + ACTIONS(348), 1, anon_sym_LBRACE, - STATE(606), 1, - sym_enum_variant_list, - STATE(3405), 1, - sym_where_clause, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + STATE(3621), 1, + sym_block, + STATE(3719), 1, + sym_label, STATE(2850), 2, sym_line_comment, sym_block_comment, - [85842] = 7, + [85858] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(5130), 1, + ACTIONS(348), 1, anon_sym_LBRACE, - STATE(1306), 1, - sym_declaration_list, - STATE(3408), 1, - sym_where_clause, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + STATE(3623), 1, + sym_block, + STATE(3719), 1, + sym_label, STATE(2851), 2, sym_line_comment, sym_block_comment, - [85865] = 7, + [85881] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(6148), 1, - anon_sym_SEMI, - STATE(3579), 1, - sym_where_clause, + ACTIONS(348), 1, + anon_sym_LBRACE, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + STATE(3671), 1, + sym_block, + STATE(3719), 1, + sym_label, STATE(2852), 2, sym_line_comment, sym_block_comment, - [85888] = 7, + [85904] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(6150), 1, - anon_sym_SEMI, - STATE(3628), 1, - sym_where_clause, + ACTIONS(348), 1, + anon_sym_LBRACE, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + STATE(3719), 1, + sym_label, + STATE(3723), 1, + sym_block, STATE(2853), 2, sym_line_comment, sym_block_comment, - [85911] = 7, + [85927] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4685), 1, - anon_sym_LT2, - ACTIONS(6144), 1, - anon_sym_COLON_COLON, - ACTIONS(6152), 1, - anon_sym_for, - STATE(2029), 1, - sym_type_arguments, + ACTIONS(348), 1, + anon_sym_LBRACE, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + STATE(3696), 1, + sym_block, + STATE(3719), 1, + sym_label, STATE(2854), 2, sym_line_comment, sym_block_comment, - [85934] = 6, + [85950] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4679), 1, - anon_sym_DOT_DOT, - ACTIONS(5376), 1, - anon_sym_COLON_COLON, - ACTIONS(4681), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, + ACTIONS(348), 1, + anon_sym_LBRACE, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + STATE(3719), 1, + sym_label, + STATE(3740), 1, + sym_block, STATE(2855), 2, sym_line_comment, sym_block_comment, - [85955] = 7, + [85973] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(5490), 1, - anon_sym_LBRACE, - STATE(1127), 1, - sym_enum_variant_list, - STATE(3386), 1, - sym_where_clause, + ACTIONS(3466), 1, + anon_sym_LT2, + ACTIONS(3699), 1, + anon_sym_COLON_COLON, + ACTIONS(4753), 1, + anon_sym_BANG, + STATE(1407), 1, + sym_type_arguments, STATE(2856), 2, sym_line_comment, sym_block_comment, - [85978] = 7, + [85996] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(5486), 1, - anon_sym_LBRACE, - STATE(708), 1, - sym_enum_variant_list, - STATE(3266), 1, - sym_where_clause, + ACTIONS(5956), 1, + anon_sym_COLON_COLON, STATE(2857), 2, sym_line_comment, sym_block_comment, - [86001] = 7, + ACTIONS(4949), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [86015] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4685), 1, + ACTIONS(4199), 1, anon_sym_LT2, - ACTIONS(6144), 1, + ACTIONS(4359), 1, anon_sym_COLON_COLON, - ACTIONS(6154), 1, - anon_sym_for, - STATE(2029), 1, + ACTIONS(4753), 1, + anon_sym_BANG, + STATE(1677), 1, sym_type_arguments, STATE(2858), 2, sym_line_comment, sym_block_comment, - [86024] = 7, + [86038] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(5120), 1, - anon_sym_LBRACE, - STATE(543), 1, - sym_declaration_list, - STATE(3352), 1, - sym_where_clause, + ACTIONS(5958), 1, + anon_sym_COLON_COLON, STATE(2859), 2, sym_line_comment, sym_block_comment, - [86047] = 7, + ACTIONS(4895), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [86057] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4685), 1, - anon_sym_LT2, - ACTIONS(4945), 1, - anon_sym_for, - ACTIONS(6144), 1, + ACTIONS(5960), 1, anon_sym_COLON_COLON, - STATE(2029), 1, - sym_type_arguments, STATE(2860), 2, sym_line_comment, sym_block_comment, - [86070] = 7, + ACTIONS(4895), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [86076] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(348), 1, - anon_sym_LBRACE, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - STATE(3598), 1, - sym_block, - STATE(3719), 1, - sym_label, + ACTIONS(4683), 1, + anon_sym_DOT_DOT, + ACTIONS(5426), 1, + anon_sym_COLON_COLON, + ACTIONS(4685), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, STATE(2861), 2, sym_line_comment, sym_block_comment, - [86093] = 5, + [86097] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5841), 1, + ACTIONS(5970), 1, anon_sym_COLON_COLON, STATE(2862), 2, sym_line_comment, sym_block_comment, - ACTIONS(4909), 3, + ACTIONS(4895), 3, anon_sym_EQ_GT, anon_sym_PIPE, anon_sym_if, - [86112] = 7, + [86116] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(5130), 1, + ACTIONS(348), 1, anon_sym_LBRACE, - STATE(1140), 1, - sym_declaration_list, - STATE(3368), 1, - sym_where_clause, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + STATE(3619), 1, + sym_block, + STATE(3719), 1, + sym_label, STATE(2863), 2, sym_line_comment, sym_block_comment, - [86135] = 5, + [86139] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5847), 1, - anon_sym_COLON_COLON, + ACTIONS(6146), 1, + anon_sym_LBRACE, + ACTIONS(6148), 1, + anon_sym_for, + ACTIONS(6150), 1, + anon_sym_loop, + ACTIONS(6152), 1, + anon_sym_while, STATE(2864), 2, sym_line_comment, sym_block_comment, - ACTIONS(4909), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [86154] = 7, + [86162] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4685), 1, - anon_sym_LT2, - ACTIONS(5835), 1, - sym_identifier, - ACTIONS(5837), 1, - sym_super, - STATE(2132), 1, - sym_type_arguments, + ACTIONS(3175), 1, + anon_sym_PLUS, + ACTIONS(6154), 1, + anon_sym_SEMI, + ACTIONS(6156), 1, + anon_sym_EQ, + ACTIONS(6158), 1, + anon_sym_else, STATE(2865), 2, sym_line_comment, sym_block_comment, - [86177] = 7, + [86185] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(348), 1, - anon_sym_LBRACE, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - STATE(3575), 1, - sym_block, - STATE(3719), 1, - sym_label, + ACTIONS(4683), 1, + anon_sym_DOT_DOT, + ACTIONS(5354), 1, + anon_sym_COLON_COLON, + ACTIONS(4685), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, STATE(2866), 2, sym_line_comment, sym_block_comment, - [86200] = 7, + [86206] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(6156), 1, - anon_sym_SEMI, - ACTIONS(6158), 1, - anon_sym_EQ, - ACTIONS(6160), 1, - anon_sym_else, + ACTIONS(4689), 1, + anon_sym_LT2, + ACTIONS(4909), 1, + anon_sym_for, + ACTIONS(5863), 1, + anon_sym_COLON_COLON, + STATE(2030), 1, + sym_type_arguments, STATE(2867), 2, sym_line_comment, sym_block_comment, - [86223] = 7, + [86229] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4685), 1, - anon_sym_LT2, - ACTIONS(6144), 1, + ACTIONS(4683), 1, + anon_sym_DOT_DOT, + ACTIONS(5440), 1, anon_sym_COLON_COLON, - ACTIONS(6162), 1, - anon_sym_for, - STATE(2029), 1, - sym_type_arguments, + ACTIONS(4685), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, STATE(2868), 2, sym_line_comment, sym_block_comment, - [86246] = 7, + [86250] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4685), 1, - anon_sym_LT2, - ACTIONS(6144), 1, - anon_sym_COLON_COLON, - ACTIONS(6164), 1, + ACTIONS(6160), 1, + anon_sym_LBRACE, + ACTIONS(6162), 1, anon_sym_for, - STATE(2029), 1, - sym_type_arguments, + ACTIONS(6164), 1, + anon_sym_loop, + ACTIONS(6166), 1, + anon_sym_while, STATE(2869), 2, sym_line_comment, sym_block_comment, - [86269] = 7, + [86273] = 7, + ACTIONS(19), 1, + anon_sym_LBRACE, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5771), 1, - anon_sym_COLON, - ACTIONS(5773), 1, - anon_sym_PIPE, - ACTIONS(5775), 1, - anon_sym_COMMA, - STATE(2973), 1, - aux_sym_closure_parameters_repeat1, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + STATE(418), 1, + sym_block, + STATE(3556), 1, + sym_label, STATE(2870), 2, sym_line_comment, sym_block_comment, - [86292] = 5, - ACTIONS(3), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5), 1, - anon_sym_SLASH_STAR, - ACTIONS(6166), 1, - aux_sym_token_repetition_pattern_token1, - STATE(2871), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(6168), 3, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_QMARK, - [86311] = 7, + [86296] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4685), 1, - anon_sym_LT2, - ACTIONS(6144), 1, - anon_sym_COLON_COLON, - ACTIONS(6170), 1, - anon_sym_for, - STATE(2029), 1, - sym_type_arguments, - STATE(2872), 2, + ACTIONS(5835), 1, + anon_sym_LPAREN, + ACTIONS(5837), 1, + anon_sym_LBRACK, + ACTIONS(5839), 1, + anon_sym_LBRACE, + STATE(407), 1, + sym_delim_token_tree, + STATE(2871), 2, sym_line_comment, sym_block_comment, - [86334] = 4, + [86319] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(2873), 2, + STATE(2872), 2, sym_line_comment, sym_block_comment, - ACTIONS(984), 4, + ACTIONS(1028), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, - [86351] = 5, + [86336] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, - anon_sym_PLUS, - STATE(2874), 2, + ACTIONS(6168), 1, + anon_sym_DQUOTE, + STATE(2625), 1, + aux_sym_string_literal_repeat1, + ACTIONS(5833), 2, + sym_string_content, + sym_escape_sequence, + STATE(2873), 2, sym_line_comment, sym_block_comment, - ACTIONS(6172), 3, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_COMMA, - [86370] = 7, + [86357] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4685), 1, + ACTIONS(4689), 1, anon_sym_LT2, - ACTIONS(4957), 1, + ACTIONS(4945), 1, anon_sym_for, - ACTIONS(6144), 1, + ACTIONS(5863), 1, anon_sym_COLON_COLON, - STATE(2029), 1, + STATE(2030), 1, sym_type_arguments, - STATE(2875), 2, + STATE(2874), 2, sym_line_comment, sym_block_comment, - [86393] = 7, + [86380] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(5120), 1, + ACTIONS(348), 1, anon_sym_LBRACE, - STATE(773), 1, - sym_declaration_list, - STATE(3452), 1, - sym_where_clause, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + STATE(3719), 1, + sym_label, + STATE(3812), 1, + sym_block, + STATE(2875), 2, + sym_line_comment, + sym_block_comment, + [86403] = 7, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(4689), 1, + anon_sym_LT2, + ACTIONS(5863), 1, + anon_sym_COLON_COLON, + ACTIONS(6170), 1, + anon_sym_for, + STATE(2030), 1, + sym_type_arguments, STATE(2876), 2, sym_line_comment, sym_block_comment, - [86416] = 7, + [86426] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4685), 1, + ACTIONS(4689), 1, anon_sym_LT2, - ACTIONS(4687), 1, - anon_sym_LPAREN, - STATE(2026), 1, + ACTIONS(5863), 1, + anon_sym_COLON_COLON, + ACTIONS(6172), 1, + anon_sym_for, + STATE(2030), 1, sym_type_arguments, - STATE(2103), 1, - sym_parameters, STATE(2877), 2, sym_line_comment, sym_block_comment, - [86439] = 5, + [86449] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3173), 1, - anon_sym_PLUS, + ACTIONS(4691), 1, + anon_sym_LPAREN, + ACTIONS(5087), 1, + anon_sym_LT, + STATE(2294), 1, + sym_parameters, + STATE(3427), 1, + sym_type_parameters, STATE(2878), 2, sym_line_comment, sym_block_comment, - ACTIONS(6174), 3, - anon_sym_COLON, - anon_sym_GT, - anon_sym_COMMA, - [86458] = 7, + [86472] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(5155), 1, - anon_sym_LBRACE, - STATE(1146), 1, - sym_field_declaration_list, - STATE(3413), 1, - sym_where_clause, + ACTIONS(4689), 1, + anon_sym_LT2, + ACTIONS(5863), 1, + anon_sym_COLON_COLON, + ACTIONS(6174), 1, + anon_sym_for, + STATE(2030), 1, + sym_type_arguments, STATE(2879), 2, sym_line_comment, sym_block_comment, - [86481] = 7, + [86495] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(5120), 1, + ACTIONS(348), 1, anon_sym_LBRACE, - STATE(623), 1, - sym_declaration_list, - STATE(3363), 1, - sym_where_clause, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + STATE(1511), 1, + sym_block, + STATE(3719), 1, + sym_label, STATE(2880), 2, sym_line_comment, sym_block_comment, - [86504] = 6, - ACTIONS(101), 1, - aux_sym_string_literal_token1, + [86518] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(2288), 1, - sym_string_literal, - ACTIONS(4931), 2, - anon_sym_SEMI, - anon_sym_LBRACE, + ACTIONS(3175), 1, + anon_sym_PLUS, + ACTIONS(6176), 1, + anon_sym_RPAREN, + ACTIONS(6178), 1, + anon_sym_COMMA, + STATE(3120), 1, + aux_sym_ordered_field_declaration_list_repeat1, STATE(2881), 2, sym_line_comment, sym_block_comment, - [86525] = 6, + [86541] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(6176), 1, - anon_sym_SEMI, - STATE(3691), 1, - sym_where_clause, + ACTIONS(4689), 1, + anon_sym_LT2, + ACTIONS(4691), 1, + anon_sym_LPAREN, + STATE(2029), 1, + sym_type_arguments, + STATE(2104), 1, + sym_parameters, STATE(2882), 2, sym_line_comment, sym_block_comment, - [86545] = 4, + [86564] = 7, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(1408), 1, + anon_sym_LBRACE, + ACTIONS(3445), 1, + anon_sym_SQUOTE, + STATE(479), 1, + sym_block, + STATE(3782), 1, + sym_label, STATE(2883), 2, sym_line_comment, sym_block_comment, - ACTIONS(6178), 3, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_QMARK, - [86561] = 4, + [86587] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(1656), 1, + anon_sym_GT, + ACTIONS(6180), 1, + anon_sym_COMMA, + STATE(3033), 1, + aux_sym_type_arguments_repeat1, STATE(2884), 2, sym_line_comment, sym_block_comment, - ACTIONS(1006), 3, - anon_sym_COLON, - anon_sym_GT, - anon_sym_COMMA, - [86577] = 6, + [86607] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6180), 1, + ACTIONS(5330), 1, anon_sym_RBRACE, ACTIONS(6182), 1, anon_sym_COMMA, - STATE(2938), 1, + STATE(3041), 1, aux_sym_struct_pattern_repeat1, STATE(2885), 2, sym_line_comment, sym_block_comment, - [86597] = 6, + [86627] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(5079), 1, + anon_sym_LBRACE, ACTIONS(6184), 1, - anon_sym_RBRACE, - ACTIONS(6186), 1, - anon_sym_COMMA, - STATE(2941), 1, - aux_sym_struct_pattern_repeat1, + anon_sym_SEMI, + STATE(538), 1, + sym_declaration_list, STATE(2886), 2, sym_line_comment, sym_block_comment, - [86617] = 5, + [86647] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6190), 1, - anon_sym_COLON, - ACTIONS(6188), 2, - anon_sym_RBRACE, - anon_sym_COMMA, STATE(2887), 2, sym_line_comment, sym_block_comment, - [86635] = 6, + ACTIONS(5037), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [86663] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3293), 1, - anon_sym_RPAREN, - ACTIONS(6192), 1, - anon_sym_COMMA, - STATE(2913), 1, - aux_sym_tuple_type_repeat1, STATE(2888), 2, sym_line_comment, sym_block_comment, - [86655] = 4, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - STATE(2889), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4935), 3, + ACTIONS(4971), 3, anon_sym_EQ_GT, anon_sym_PIPE, anon_sym_if, - [86671] = 4, + [86679] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(2890), 2, + STATE(2889), 2, sym_line_comment, sym_block_comment, - ACTIONS(6194), 3, + ACTIONS(6186), 3, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_COMMA, - [86687] = 6, + [86695] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5611), 1, - anon_sym_RPAREN, - ACTIONS(5613), 1, + ACTIONS(6188), 1, + anon_sym_RBRACE, + ACTIONS(6190), 1, anon_sym_COMMA, - STATE(2944), 1, - aux_sym_parameters_repeat1, - STATE(2891), 2, + STATE(2990), 1, + aux_sym_field_initializer_list_repeat1, + STATE(2890), 2, sym_line_comment, sym_block_comment, - [86707] = 4, + [86715] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(2892), 2, + STATE(2891), 2, sym_line_comment, sym_block_comment, ACTIONS(5015), 3, anon_sym_EQ_GT, anon_sym_PIPE, anon_sym_if, - [86723] = 6, + [86731] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6196), 1, - anon_sym_GT, - ACTIONS(6198), 1, + ACTIONS(3157), 1, + anon_sym_RPAREN, + ACTIONS(6192), 1, anon_sym_COMMA, - STATE(2947), 1, - aux_sym_use_bounds_repeat1, - STATE(2893), 2, + STATE(2717), 1, + aux_sym_slice_pattern_repeat1, + STATE(2892), 2, sym_line_comment, sym_block_comment, - [86743] = 6, + [86751] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6200), 1, - anon_sym_GT, - ACTIONS(6202), 1, + ACTIONS(4763), 1, + anon_sym_COLON_COLON, + ACTIONS(6194), 2, + anon_sym_RPAREN, anon_sym_COMMA, - STATE(2948), 1, - aux_sym_use_bounds_repeat1, - STATE(2894), 2, + STATE(2893), 2, sym_line_comment, sym_block_comment, - [86763] = 6, + [86769] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5418), 1, + ACTIONS(5338), 1, anon_sym_RBRACE, - ACTIONS(6204), 1, + ACTIONS(6196), 1, anon_sym_COMMA, - STATE(3062), 1, + STATE(3041), 1, aux_sym_struct_pattern_repeat1, + STATE(2894), 2, + sym_line_comment, + sym_block_comment, + [86789] = 6, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, + ACTIONS(5120), 1, + anon_sym_LBRACE, + ACTIONS(6198), 1, + anon_sym_SEMI, + STATE(1162), 1, + sym_declaration_list, STATE(2895), 2, sym_line_comment, sym_block_comment, - [86783] = 6, + [86809] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(6206), 1, + ACTIONS(5120), 1, + anon_sym_LBRACE, + ACTIONS(6200), 1, anon_sym_SEMI, - ACTIONS(6208), 1, - anon_sym_EQ, + STATE(1169), 1, + sym_declaration_list, STATE(2896), 2, sym_line_comment, sym_block_comment, - [86803] = 4, + [86829] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(3175), 1, + anon_sym_PLUS, + ACTIONS(6202), 2, + anon_sym_RPAREN, + anon_sym_COMMA, STATE(2897), 2, sym_line_comment, sym_block_comment, - ACTIONS(5001), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [86819] = 6, + [86847] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6210), 1, - anon_sym_RBRACE, - ACTIONS(6212), 1, + ACTIONS(6202), 1, + anon_sym_RPAREN, + ACTIONS(6204), 1, anon_sym_COMMA, - STATE(2950), 1, - aux_sym_enum_variant_list_repeat2, - STATE(2898), 2, + STATE(2898), 3, sym_line_comment, sym_block_comment, - [86839] = 6, + aux_sym_tuple_type_repeat1, + [86865] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3151), 1, - anon_sym_RPAREN, - ACTIONS(6214), 1, - anon_sym_COMMA, - STATE(2767), 1, - aux_sym_slice_pattern_repeat1, + ACTIONS(5120), 1, + anon_sym_LBRACE, + ACTIONS(6207), 1, + anon_sym_SEMI, + STATE(1213), 1, + sym_declaration_list, STATE(2899), 2, sym_line_comment, sym_block_comment, - [86859] = 4, + [86885] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(5120), 1, + anon_sym_LBRACE, + ACTIONS(6209), 1, + anon_sym_SEMI, + STATE(1217), 1, + sym_declaration_list, STATE(2900), 2, sym_line_comment, sym_block_comment, - ACTIONS(6216), 3, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_COMMA, - [86875] = 4, + [86905] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -188537,349 +188726,349 @@ static const uint16_t ts_small_parse_table[] = { STATE(2901), 2, sym_line_comment, sym_block_comment, - ACTIONS(4987), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [86891] = 4, + ACTIONS(6211), 3, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_COMMA, + [86921] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(6213), 1, + sym_identifier, + ACTIONS(6215), 1, + anon_sym_ref, + ACTIONS(6217), 1, + sym_mutable_specifier, STATE(2902), 2, sym_line_comment, sym_block_comment, - ACTIONS(6218), 3, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_COMMA, - [86907] = 4, + [86941] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(5120), 1, + anon_sym_LBRACE, + ACTIONS(6219), 1, + anon_sym_SEMI, + STATE(1289), 1, + sym_declaration_list, STATE(2903), 2, sym_line_comment, sym_block_comment, - ACTIONS(5011), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [86923] = 6, + [86961] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4867), 1, - anon_sym_GT, - ACTIONS(6220), 1, - anon_sym_COMMA, - STATE(3009), 1, - aux_sym_type_parameters_repeat1, + ACTIONS(5120), 1, + anon_sym_LBRACE, + ACTIONS(6221), 1, + anon_sym_SEMI, + STATE(1297), 1, + sym_declaration_list, STATE(2904), 2, sym_line_comment, sym_block_comment, - [86943] = 6, + [86981] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4867), 1, - anon_sym_GT, - ACTIONS(6220), 1, + ACTIONS(3175), 1, + anon_sym_PLUS, + ACTIONS(6003), 2, + anon_sym_RPAREN, anon_sym_COMMA, - STATE(2954), 1, - aux_sym_type_parameters_repeat1, STATE(2905), 2, sym_line_comment, sym_block_comment, - [86963] = 6, + [86999] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5420), 1, - anon_sym_RBRACE, - ACTIONS(6222), 1, - anon_sym_COMMA, - STATE(3062), 1, - aux_sym_struct_pattern_repeat1, + ACTIONS(3175), 1, + anon_sym_PLUS, + ACTIONS(6223), 1, + anon_sym_SEMI, + ACTIONS(6225), 1, + anon_sym_EQ, STATE(2906), 2, sym_line_comment, sym_block_comment, - [86983] = 6, + [87019] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5130), 1, + ACTIONS(5120), 1, anon_sym_LBRACE, - ACTIONS(6224), 1, + ACTIONS(6227), 1, anon_sym_SEMI, - STATE(1172), 1, + STATE(1198), 1, sym_declaration_list, STATE(2907), 2, sym_line_comment, sym_block_comment, - [87003] = 6, + [87039] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, ACTIONS(5120), 1, anon_sym_LBRACE, - ACTIONS(6226), 1, + ACTIONS(6229), 1, anon_sym_SEMI, - STATE(562), 1, + STATE(1330), 1, sym_declaration_list, STATE(2908), 2, sym_line_comment, sym_block_comment, - [87023] = 5, + [87059] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(6228), 2, - anon_sym_RPAREN, - anon_sym_COMMA, + ACTIONS(5120), 1, + anon_sym_LBRACE, + ACTIONS(6231), 1, + anon_sym_SEMI, + STATE(1332), 1, + sym_declaration_list, STATE(2909), 2, sym_line_comment, sym_block_comment, - [87041] = 6, + [87079] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(6230), 1, + ACTIONS(5089), 1, + anon_sym_where, + ACTIONS(6233), 1, anon_sym_SEMI, - ACTIONS(6232), 1, - anon_sym_EQ, + STATE(3592), 1, + sym_where_clause, STATE(2910), 2, sym_line_comment, sym_block_comment, - [87061] = 6, + [87099] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6234), 1, - anon_sym_RBRACE, - ACTIONS(6236), 1, + ACTIONS(1370), 1, + anon_sym_RPAREN, + ACTIONS(5711), 1, anon_sym_COMMA, - STATE(2958), 1, - aux_sym_field_declaration_list_repeat1, + STATE(3075), 1, + aux_sym_parameters_repeat1, STATE(2911), 2, sym_line_comment, sym_block_comment, - [87081] = 6, + [87119] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(6238), 1, + ACTIONS(3175), 1, + anon_sym_PLUS, + ACTIONS(6235), 1, anon_sym_SEMI, - STATE(3638), 1, - sym_where_clause, + ACTIONS(6237), 1, + anon_sym_EQ, STATE(2912), 2, sym_line_comment, sym_block_comment, - [87101] = 5, + [87139] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6228), 1, - anon_sym_RPAREN, - ACTIONS(6240), 1, + ACTIONS(6239), 1, + anon_sym_GT, + ACTIONS(6241), 1, anon_sym_COMMA, - STATE(2913), 3, + STATE(3042), 1, + aux_sym_use_bounds_repeat1, + STATE(2913), 2, sym_line_comment, sym_block_comment, - aux_sym_tuple_type_repeat1, - [87119] = 4, + [87159] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(5089), 1, + anon_sym_where, + ACTIONS(6243), 1, + anon_sym_SEMI, + STATE(3642), 1, + sym_where_clause, STATE(2914), 2, sym_line_comment, sym_block_comment, - ACTIONS(6243), 3, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_COMMA, - [87135] = 6, + [87179] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5110), 1, - anon_sym_where, + ACTIONS(4887), 1, + anon_sym_COLON_COLON, + ACTIONS(5049), 1, + anon_sym_BANG, ACTIONS(6245), 1, - anon_sym_SEMI, - STATE(3580), 1, - sym_where_clause, + sym_identifier, STATE(2915), 2, sym_line_comment, sym_block_comment, - [87155] = 4, + [87199] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(926), 1, + anon_sym_RPAREN, + ACTIONS(4363), 1, + anon_sym_COMMA, + STATE(2641), 1, + aux_sym_arguments_repeat1, STATE(2916), 2, sym_line_comment, sym_block_comment, - ACTIONS(6247), 3, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_COMMA, - [87171] = 6, + [87219] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5130), 1, - anon_sym_LBRACE, - ACTIONS(6249), 1, - anon_sym_SEMI, - STATE(1192), 1, - sym_declaration_list, + ACTIONS(5705), 1, + anon_sym_PIPE, + ACTIONS(6247), 2, + anon_sym_RBRACE, + anon_sym_COMMA, STATE(2917), 2, sym_line_comment, sym_block_comment, - [87191] = 6, + [87237] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5120), 1, - anon_sym_LBRACE, - ACTIONS(6251), 1, - anon_sym_SEMI, - STATE(564), 1, - sym_declaration_list, STATE(2918), 2, sym_line_comment, sym_block_comment, - [87211] = 6, + ACTIONS(6249), 3, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_QMARK, + [87253] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6253), 1, - sym_identifier, - ACTIONS(6255), 1, - anon_sym_ref, - ACTIONS(6257), 1, - sym_mutable_specifier, STATE(2919), 2, sym_line_comment, sym_block_comment, - [87231] = 6, + ACTIONS(6251), 3, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_COMMA, + [87269] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5059), 1, - anon_sym_RBRACE, - ACTIONS(6259), 1, - anon_sym_COMMA, - STATE(2945), 1, - aux_sym_field_initializer_list_repeat1, STATE(2920), 2, sym_line_comment, sym_block_comment, - [87251] = 6, + ACTIONS(976), 3, + anon_sym_COLON, + anon_sym_GT, + anon_sym_COMMA, + [87285] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4907), 1, - anon_sym_COLON_COLON, - ACTIONS(4971), 1, - anon_sym_BANG, - ACTIONS(6261), 1, - sym_identifier, + ACTIONS(6253), 1, + anon_sym_GT, + ACTIONS(6255), 1, + anon_sym_COMMA, + STATE(3046), 1, + aux_sym_use_bounds_repeat1, STATE(2921), 2, sym_line_comment, sym_block_comment, - [87271] = 6, + [87305] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(6263), 1, - anon_sym_SEMI, - STATE(3749), 1, - sym_where_clause, STATE(2922), 2, sym_line_comment, sym_block_comment, - [87291] = 6, + ACTIONS(4981), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [87321] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(6265), 1, - anon_sym_SEMI, - STATE(3688), 1, - sym_where_clause, STATE(2923), 2, sym_line_comment, sym_block_comment, - [87311] = 6, + ACTIONS(6257), 3, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_COMMA, + [87337] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(1358), 1, - anon_sym_RPAREN, - ACTIONS(5599), 1, + ACTIONS(5682), 1, anon_sym_COMMA, - STATE(3077), 1, - aux_sym_parameters_repeat1, + ACTIONS(6259), 1, + anon_sym_PIPE, + STATE(3069), 1, + aux_sym_closure_parameters_repeat1, STATE(2924), 2, sym_line_comment, sym_block_comment, - [87331] = 6, + [87357] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(930), 1, - anon_sym_RPAREN, - ACTIONS(4329), 1, - anon_sym_COMMA, - STATE(2766), 1, - aux_sym_arguments_repeat1, + ACTIONS(3175), 1, + anon_sym_PLUS, + ACTIONS(6261), 1, + anon_sym_SEMI, + ACTIONS(6263), 1, + anon_sym_EQ, STATE(2925), 2, sym_line_comment, sym_block_comment, - [87351] = 4, + [87377] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(930), 1, + anon_sym_RBRACK, + ACTIONS(4341), 1, + anon_sym_COMMA, + STATE(2641), 1, + aux_sym_arguments_repeat1, STATE(2926), 2, sym_line_comment, sym_block_comment, - ACTIONS(4909), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [87367] = 4, + [87397] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -188887,73 +189076,66 @@ static const uint16_t ts_small_parse_table[] = { STATE(2927), 2, sym_line_comment, sym_block_comment, - ACTIONS(6267), 3, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_COMMA, - [87383] = 4, + ACTIONS(4983), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [87413] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(6265), 1, + anon_sym_AMP_AMP, + ACTIONS(4383), 2, + anon_sym_LBRACE, + anon_sym_SQUOTE, STATE(2928), 2, sym_line_comment, sym_block_comment, - ACTIONS(6269), 3, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_COMMA, - [87399] = 4, + [87431] = 6, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(6267), 1, + anon_sym_move, + STATE(217), 1, + sym_closure_parameters, STATE(2929), 2, sym_line_comment, sym_block_comment, - ACTIONS(4979), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [87415] = 4, + [87451] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(1985), 1, + anon_sym_RPAREN, + ACTIONS(6269), 1, + anon_sym_COMMA, + STATE(3060), 1, + aux_sym_tuple_pattern_repeat1, STATE(2930), 2, sym_line_comment, sym_block_comment, - ACTIONS(4981), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [87431] = 4, - ACTIONS(105), 1, - anon_sym_SLASH_SLASH, - ACTIONS(107), 1, - anon_sym_SLASH_STAR, - STATE(2931), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4983), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [87447] = 6, + [87471] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(934), 1, + ACTIONS(3137), 1, anon_sym_RBRACK, ACTIONS(6271), 1, anon_sym_COMMA, - STATE(2766), 1, - aux_sym_arguments_repeat1, - STATE(2932), 2, + STATE(2717), 1, + aux_sym_slice_pattern_repeat1, + STATE(2931), 2, sym_line_comment, sym_block_comment, - [87467] = 6, + [87491] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -188962,2427 +189144,2435 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(6273), 1, anon_sym_SEMI, - STATE(570), 1, + STATE(1135), 1, sym_declaration_list, - STATE(2933), 2, + STATE(2932), 2, sym_line_comment, sym_block_comment, - [87487] = 5, + [87511] = 6, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, ACTIONS(6275), 1, - anon_sym_RBRACE, + anon_sym_move, + STATE(206), 1, + sym_closure_parameters, + STATE(2933), 2, + sym_line_comment, + sym_block_comment, + [87531] = 6, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, ACTIONS(6277), 1, + anon_sym_RPAREN, + ACTIONS(6279), 1, anon_sym_COMMA, - STATE(2934), 3, + STATE(3184), 1, + aux_sym_ordered_field_declaration_list_repeat1, + STATE(2934), 2, sym_line_comment, sym_block_comment, - aux_sym_use_list_repeat1, - [87505] = 6, + [87551] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(1666), 1, - anon_sym_GT, - ACTIONS(6280), 1, - anon_sym_COMMA, - STATE(2971), 1, - aux_sym_type_arguments_repeat1, STATE(2935), 2, sym_line_comment, sym_block_comment, - [87525] = 6, + ACTIONS(4671), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [87567] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(1666), 1, - anon_sym_GT, - ACTIONS(6280), 1, + ACTIONS(6281), 1, + anon_sym_RBRACE, + ACTIONS(6283), 1, anon_sym_COMMA, - STATE(3053), 1, - aux_sym_type_arguments_repeat1, + STATE(3017), 1, + aux_sym_struct_pattern_repeat1, STATE(2936), 2, sym_line_comment, sym_block_comment, - [87545] = 6, + [87587] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3131), 1, - anon_sym_RPAREN, - ACTIONS(6282), 1, + ACTIONS(5017), 1, + anon_sym_RBRACE, + ACTIONS(6285), 1, anon_sym_COMMA, - STATE(2767), 1, - aux_sym_slice_pattern_repeat1, + STATE(3121), 1, + aux_sym_field_initializer_list_repeat1, STATE(2937), 2, sym_line_comment, sym_block_comment, - [87565] = 6, + [87607] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5318), 1, + ACTIONS(6287), 1, anon_sym_RBRACE, - ACTIONS(6284), 1, + ACTIONS(6289), 1, anon_sym_COMMA, - STATE(3062), 1, + STATE(3019), 1, aux_sym_struct_pattern_repeat1, STATE(2938), 2, sym_line_comment, sym_block_comment, - [87585] = 6, + [87627] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3133), 1, - anon_sym_RPAREN, - ACTIONS(6286), 1, - anon_sym_COMMA, - STATE(2767), 1, - aux_sym_slice_pattern_repeat1, + ACTIONS(3175), 1, + anon_sym_PLUS, + ACTIONS(6291), 1, + anon_sym_SEMI, + ACTIONS(6293), 1, + anon_sym_RBRACK, STATE(2939), 2, sym_line_comment, sym_block_comment, - [87605] = 6, + [87647] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(1358), 1, - anon_sym_RPAREN, - ACTIONS(5599), 1, - anon_sym_COMMA, - STATE(3081), 1, - aux_sym_parameters_repeat1, + ACTIONS(4689), 1, + anon_sym_LT2, + ACTIONS(6295), 1, + anon_sym_for, + STATE(2029), 1, + sym_type_arguments, STATE(2940), 2, sym_line_comment, sym_block_comment, - [87625] = 6, + [87667] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5320), 1, - anon_sym_RBRACE, - ACTIONS(6288), 1, - anon_sym_COMMA, - STATE(3062), 1, - aux_sym_struct_pattern_repeat1, + ACTIONS(3466), 1, + anon_sym_LT2, + ACTIONS(5075), 1, + anon_sym_COLON_COLON, + STATE(1407), 1, + sym_type_arguments, STATE(2941), 2, sym_line_comment, sym_block_comment, - [87645] = 4, + [87687] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(3289), 1, + anon_sym_RPAREN, + ACTIONS(6297), 1, + anon_sym_COMMA, + STATE(2898), 1, + aux_sym_tuple_type_repeat1, STATE(2942), 2, sym_line_comment, sym_block_comment, - ACTIONS(4667), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [87661] = 6, + [87707] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, ACTIONS(5120), 1, anon_sym_LBRACE, - ACTIONS(6290), 1, + ACTIONS(6299), 1, anon_sym_SEMI, - STATE(572), 1, + STATE(1146), 1, sym_declaration_list, STATE(2943), 2, sym_line_comment, sym_block_comment, - [87681] = 6, + [87727] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(1366), 1, + ACTIONS(5627), 1, anon_sym_RPAREN, - ACTIONS(5631), 1, + ACTIONS(5629), 1, anon_sym_COMMA, - STATE(3077), 1, + STATE(2911), 1, aux_sym_parameters_repeat1, STATE(2944), 2, sym_line_comment, sym_block_comment, - [87701] = 5, + [87747] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6292), 1, - anon_sym_RBRACE, - ACTIONS(6294), 1, + ACTIONS(5646), 1, + anon_sym_RPAREN, + ACTIONS(5648), 1, anon_sym_COMMA, - STATE(2945), 3, + STATE(3024), 1, + aux_sym_parameters_repeat1, + STATE(2945), 2, sym_line_comment, sym_block_comment, - aux_sym_field_initializer_list_repeat1, - [87719] = 6, + [87767] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(1366), 1, - anon_sym_RPAREN, - ACTIONS(5631), 1, + ACTIONS(6301), 1, + anon_sym_RBRACE, + ACTIONS(6303), 1, anon_sym_COMMA, - STATE(2974), 1, - aux_sym_parameters_repeat1, - STATE(2946), 2, + STATE(2946), 3, sym_line_comment, sym_block_comment, - [87739] = 6, + aux_sym_field_declaration_list_repeat1, + [87785] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5903), 1, - anon_sym_GT, - ACTIONS(6297), 1, + ACTIONS(3285), 1, + anon_sym_RPAREN, + ACTIONS(6306), 1, anon_sym_COMMA, - STATE(3087), 1, - aux_sym_use_bounds_repeat1, + STATE(2898), 1, + aux_sym_tuple_type_repeat1, STATE(2947), 2, sym_line_comment, sym_block_comment, - [87759] = 6, + [87805] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5913), 1, - anon_sym_GT, - ACTIONS(6299), 1, + ACTIONS(5633), 1, + anon_sym_RPAREN, + ACTIONS(5635), 1, anon_sym_COMMA, - STATE(3087), 1, - aux_sym_use_bounds_repeat1, + STATE(2960), 1, + aux_sym_parameters_repeat1, STATE(2948), 2, sym_line_comment, sym_block_comment, - [87779] = 6, + [87825] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3081), 1, - anon_sym_SQUOTE, - ACTIONS(6301), 1, + ACTIONS(6308), 1, anon_sym_GT, - STATE(3298), 1, - sym_lifetime, + ACTIONS(6310), 1, + anon_sym_COMMA, + STATE(3034), 1, + aux_sym_use_bounds_repeat1, STATE(2949), 2, sym_line_comment, sym_block_comment, - [87799] = 6, + [87845] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5122), 1, - anon_sym_RBRACE, - ACTIONS(6303), 1, + ACTIONS(6312), 1, + anon_sym_GT, + ACTIONS(6314), 1, anon_sym_COMMA, - STATE(3095), 1, - aux_sym_enum_variant_list_repeat2, + STATE(2965), 1, + aux_sym_use_bounds_repeat1, STATE(2950), 2, sym_line_comment, sym_block_comment, - [87819] = 6, + [87865] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5122), 1, - anon_sym_RBRACE, - ACTIONS(6303), 1, + ACTIONS(6316), 1, + anon_sym_GT, + ACTIONS(6318), 1, anon_sym_COMMA, - STATE(2977), 1, - aux_sym_enum_variant_list_repeat2, + STATE(2967), 1, + aux_sym_use_bounds_repeat1, STATE(2951), 2, sym_line_comment, sym_block_comment, - [87839] = 6, + [87885] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6301), 1, - anon_sym_GT, - ACTIONS(6305), 1, + ACTIONS(1370), 1, + anon_sym_RPAREN, + ACTIONS(5711), 1, anon_sym_COMMA, - STATE(3084), 1, - aux_sym_for_lifetimes_repeat1, + STATE(3078), 1, + aux_sym_parameters_repeat1, STATE(2952), 2, sym_line_comment, sym_block_comment, - [87859] = 6, + [87905] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5120), 1, - anon_sym_LBRACE, - ACTIONS(6307), 1, - anon_sym_SEMI, - STATE(639), 1, - sym_declaration_list, + ACTIONS(6320), 1, + anon_sym_GT, + ACTIONS(6322), 1, + anon_sym_COMMA, + STATE(3039), 1, + aux_sym_use_bounds_repeat1, STATE(2953), 2, sym_line_comment, sym_block_comment, - [87879] = 6, + [87925] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4865), 1, - anon_sym_GT, - ACTIONS(6309), 1, + ACTIONS(924), 1, + anon_sym_RPAREN, + ACTIONS(6324), 1, anon_sym_COMMA, - STATE(3009), 1, - aux_sym_type_parameters_repeat1, + STATE(2641), 1, + aux_sym_arguments_repeat1, STATE(2954), 2, sym_line_comment, sym_block_comment, - [87899] = 6, + [87945] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5130), 1, + ACTIONS(5079), 1, anon_sym_LBRACE, - ACTIONS(6311), 1, + ACTIONS(6326), 1, anon_sym_SEMI, - STATE(1220), 1, + STATE(663), 1, sym_declaration_list, STATE(2955), 2, sym_line_comment, sym_block_comment, - [87919] = 6, + [87965] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5130), 1, - anon_sym_LBRACE, - ACTIONS(6313), 1, - anon_sym_SEMI, - STATE(1226), 1, - sym_declaration_list, + ACTIONS(4689), 1, + anon_sym_LT2, + ACTIONS(5163), 1, + anon_sym_COLON_COLON, + STATE(2031), 1, + sym_type_arguments, STATE(2956), 2, sym_line_comment, sym_block_comment, - [87939] = 6, + [87985] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(6315), 1, - anon_sym_SEMI, - ACTIONS(6317), 1, - anon_sym_EQ, + ACTIONS(1668), 1, + anon_sym_GT, + ACTIONS(6328), 1, + anon_sym_COMMA, + STATE(2884), 1, + aux_sym_type_arguments_repeat1, STATE(2957), 2, sym_line_comment, sym_block_comment, - [87959] = 6, + [88005] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5136), 1, - anon_sym_RBRACE, - ACTIONS(6319), 1, + ACTIONS(1668), 1, + anon_sym_GT, + ACTIONS(6328), 1, anon_sym_COMMA, - STATE(3139), 1, - aux_sym_field_declaration_list_repeat1, + STATE(3033), 1, + aux_sym_type_arguments_repeat1, STATE(2958), 2, sym_line_comment, sym_block_comment, - [87979] = 6, + [88025] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5136), 1, - anon_sym_RBRACE, - ACTIONS(6319), 1, - anon_sym_COMMA, - STATE(2984), 1, - aux_sym_field_declaration_list_repeat1, + ACTIONS(6265), 1, + anon_sym_AMP_AMP, + ACTIONS(6330), 2, + anon_sym_LBRACE, + anon_sym_SQUOTE, STATE(2959), 2, sym_line_comment, sym_block_comment, - [87999] = 6, + [88043] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6074), 1, - anon_sym_GT, - ACTIONS(6321), 1, + ACTIONS(1358), 1, + anon_sym_RPAREN, + ACTIONS(5621), 1, anon_sym_COMMA, - STATE(3087), 1, - aux_sym_use_bounds_repeat1, + STATE(3075), 1, + aux_sym_parameters_repeat1, STATE(2960), 2, sym_line_comment, sym_block_comment, - [88019] = 6, + [88063] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5130), 1, - anon_sym_LBRACE, - ACTIONS(6323), 1, + ACTIONS(3175), 1, + anon_sym_PLUS, + ACTIONS(6332), 1, anon_sym_SEMI, - STATE(1238), 1, - sym_declaration_list, + ACTIONS(6334), 1, + anon_sym_EQ, STATE(2961), 2, sym_line_comment, sym_block_comment, - [88039] = 6, + [88083] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5521), 1, - anon_sym_GT, - ACTIONS(5523), 1, + ACTIONS(1358), 1, + anon_sym_RPAREN, + ACTIONS(5621), 1, anon_sym_COMMA, - STATE(3162), 1, - aux_sym_type_parameters_repeat1, + STATE(2971), 1, + aux_sym_parameters_repeat1, STATE(2962), 2, sym_line_comment, sym_block_comment, - [88059] = 6, + [88103] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6080), 1, - anon_sym_GT, - ACTIONS(6325), 1, - anon_sym_COMMA, - STATE(3087), 1, - aux_sym_use_bounds_repeat1, + ACTIONS(5079), 1, + anon_sym_LBRACE, + ACTIONS(6336), 1, + anon_sym_SEMI, + STATE(773), 1, + sym_declaration_list, STATE(2963), 2, sym_line_comment, sym_block_comment, - [88079] = 6, + [88123] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(6327), 1, - anon_sym_SEMI, - ACTIONS(6329), 1, - anon_sym_EQ, + ACTIONS(6338), 1, + anon_sym_RBRACE, + ACTIONS(6340), 1, + anon_sym_COMMA, + STATE(3044), 1, + aux_sym_enum_variant_list_repeat2, STATE(2964), 2, sym_line_comment, sym_block_comment, - [88099] = 6, + [88143] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(6331), 1, - anon_sym_SEMI, - STATE(3799), 1, - sym_where_clause, + ACTIONS(6043), 1, + anon_sym_GT, + ACTIONS(6342), 1, + anon_sym_COMMA, + STATE(3085), 1, + aux_sym_use_bounds_repeat1, STATE(2965), 2, sym_line_comment, sym_block_comment, - [88119] = 6, + [88163] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5009), 1, - anon_sym_RBRACE, - ACTIONS(6333), 1, - anon_sym_COMMA, - STATE(2945), 1, - aux_sym_field_initializer_list_repeat1, STATE(2966), 2, sym_line_comment, sym_block_comment, - [88139] = 6, + ACTIONS(4999), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [88179] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(936), 1, - anon_sym_RPAREN, - ACTIONS(6335), 1, + ACTIONS(6045), 1, + anon_sym_GT, + ACTIONS(6344), 1, anon_sym_COMMA, - STATE(2766), 1, - aux_sym_arguments_repeat1, + STATE(3085), 1, + aux_sym_use_bounds_repeat1, STATE(2967), 2, sym_line_comment, sym_block_comment, - [88159] = 5, + [88199] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6339), 1, + ACTIONS(6348), 1, anon_sym_COLON, - ACTIONS(6337), 2, + ACTIONS(6346), 2, anon_sym_RBRACE, anon_sym_COMMA, STATE(2968), 2, sym_line_comment, sym_block_comment, - [88177] = 6, + [88217] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(6341), 1, - anon_sym_SEMI, - ACTIONS(6343), 1, - anon_sym_EQ, + ACTIONS(3093), 1, + anon_sym_SQUOTE, + ACTIONS(6350), 1, + anon_sym_GT, + STATE(3381), 1, + sym_lifetime, STATE(2969), 2, sym_line_comment, sym_block_comment, - [88197] = 6, + [88237] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6345), 1, - anon_sym_RBRACE, - ACTIONS(6347), 1, + ACTIONS(5827), 1, + anon_sym_RPAREN, + ACTIONS(5829), 1, anon_sym_COMMA, - STATE(2895), 1, - aux_sym_struct_pattern_repeat1, + STATE(2997), 1, + aux_sym_tuple_pattern_repeat1, STATE(2970), 2, sym_line_comment, sym_block_comment, - [88217] = 6, + [88257] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(1674), 1, - anon_sym_GT, - ACTIONS(6349), 1, + ACTIONS(1364), 1, + anon_sym_RPAREN, + ACTIONS(6352), 1, anon_sym_COMMA, - STATE(3053), 1, - aux_sym_type_arguments_repeat1, + STATE(3075), 1, + aux_sym_parameters_repeat1, STATE(2971), 2, sym_line_comment, sym_block_comment, - [88237] = 6, + [88277] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(6351), 1, - anon_sym_SEMI, - ACTIONS(6353), 1, - anon_sym_EQ, + ACTIONS(4865), 1, + anon_sym_GT, + ACTIONS(6354), 1, + anon_sym_COMMA, + STATE(3173), 1, + aux_sym_type_parameters_repeat1, STATE(2972), 2, sym_line_comment, sym_block_comment, - [88257] = 6, + [88297] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5775), 1, + ACTIONS(4865), 1, + anon_sym_GT, + ACTIONS(6354), 1, anon_sym_COMMA, - ACTIONS(6355), 1, - anon_sym_PIPE, - STATE(3004), 1, - aux_sym_closure_parameters_repeat1, + STATE(3063), 1, + aux_sym_type_parameters_repeat1, STATE(2973), 2, sym_line_comment, sym_block_comment, - [88277] = 6, + [88317] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(1368), 1, - anon_sym_RPAREN, - ACTIONS(6357), 1, + ACTIONS(6356), 1, + anon_sym_RBRACE, + ACTIONS(6358), 1, anon_sym_COMMA, - STATE(3077), 1, - aux_sym_parameters_repeat1, + STATE(2885), 1, + aux_sym_struct_pattern_repeat1, STATE(2974), 2, sym_line_comment, sym_block_comment, - [88297] = 5, + [88337] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6361), 1, - anon_sym_COLON, - ACTIONS(6359), 2, - anon_sym_RBRACE, - anon_sym_COMMA, + ACTIONS(5120), 1, + anon_sym_LBRACE, + ACTIONS(6360), 1, + anon_sym_SEMI, + STATE(1230), 1, + sym_declaration_list, STATE(2975), 2, sym_line_comment, sym_block_comment, - [88315] = 6, + [88357] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, + ACTIONS(3253), 1, anon_sym_PLUS, - ACTIONS(6363), 1, - anon_sym_SEMI, - ACTIONS(6365), 1, - anon_sym_EQ, + ACTIONS(6362), 1, + anon_sym_GT, + ACTIONS(6364), 1, + anon_sym_as, STATE(2976), 2, sym_line_comment, sym_block_comment, - [88335] = 6, + [88377] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5100), 1, - anon_sym_RBRACE, - ACTIONS(6367), 1, - anon_sym_COMMA, - STATE(3095), 1, - aux_sym_enum_variant_list_repeat2, + ACTIONS(5089), 1, + anon_sym_where, + ACTIONS(6366), 1, + anon_sym_SEMI, + STATE(3505), 1, + sym_where_clause, STATE(2977), 2, sym_line_comment, sym_block_comment, - [88355] = 6, + [88397] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5130), 1, - anon_sym_LBRACE, - ACTIONS(6369), 1, + ACTIONS(3175), 1, + anon_sym_PLUS, + ACTIONS(6368), 1, anon_sym_SEMI, - STATE(1268), 1, - sym_declaration_list, + ACTIONS(6370), 1, + anon_sym_EQ, STATE(2978), 2, sym_line_comment, sym_block_comment, - [88375] = 6, + [88417] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5130), 1, - anon_sym_LBRACE, - ACTIONS(6371), 1, - anon_sym_SEMI, - STATE(1270), 1, - sym_declaration_list, + ACTIONS(6372), 1, + anon_sym_RBRACE, + ACTIONS(6374), 1, + anon_sym_COMMA, + STATE(3083), 1, + aux_sym_field_declaration_list_repeat1, STATE(2979), 2, sym_line_comment, sym_block_comment, - [88395] = 6, + [88437] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5110), 1, + ACTIONS(5089), 1, anon_sym_where, - ACTIONS(6373), 1, + ACTIONS(6376), 1, anon_sym_SEMI, - STATE(3614), 1, + STATE(3565), 1, sym_where_clause, STATE(2980), 2, sym_line_comment, sym_block_comment, - [88415] = 6, + [88457] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5130), 1, + ACTIONS(5079), 1, anon_sym_LBRACE, - ACTIONS(6375), 1, + ACTIONS(6378), 1, anon_sym_SEMI, - STATE(1276), 1, + STATE(641), 1, sym_declaration_list, STATE(2981), 2, sym_line_comment, sym_block_comment, - [88435] = 6, + [88477] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5130), 1, - anon_sym_LBRACE, - ACTIONS(6377), 1, - anon_sym_SEMI, - STATE(1278), 1, - sym_declaration_list, + ACTIONS(5135), 1, + anon_sym_RBRACE, + ACTIONS(6380), 1, + anon_sym_COMMA, + STATE(2946), 1, + aux_sym_field_declaration_list_repeat1, STATE(2982), 2, sym_line_comment, sym_block_comment, - [88455] = 6, + [88497] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(6379), 1, + ACTIONS(5089), 1, + anon_sym_where, + ACTIONS(6382), 1, anon_sym_SEMI, - ACTIONS(6381), 1, - anon_sym_EQ, + STATE(3581), 1, + sym_where_clause, STATE(2983), 2, sym_line_comment, sym_block_comment, - [88475] = 6, + [88517] = 6, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5098), 1, - anon_sym_RBRACE, - ACTIONS(6383), 1, - anon_sym_COMMA, - STATE(3139), 1, - aux_sym_field_declaration_list_repeat1, + ACTIONS(6384), 1, + anon_sym_move, + STATE(227), 1, + sym_closure_parameters, STATE(2984), 2, sym_line_comment, sym_block_comment, - [88495] = 5, + [88537] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6387), 1, - anon_sym_EQ, - ACTIONS(6385), 2, - anon_sym_RBRACE, - anon_sym_COMMA, + ACTIONS(6386), 1, + sym_identifier, + ACTIONS(6388), 1, + anon_sym_await, + ACTIONS(6390), 1, + sym_integer_literal, STATE(2985), 2, sym_line_comment, sym_block_comment, - [88513] = 6, + [88557] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5069), 1, - anon_sym_RBRACE, - ACTIONS(6389), 1, - anon_sym_COMMA, - STATE(3095), 1, - aux_sym_enum_variant_list_repeat2, + ACTIONS(5120), 1, + anon_sym_LBRACE, + ACTIONS(6392), 1, + anon_sym_SEMI, + STATE(1252), 1, + sym_declaration_list, STATE(2986), 2, sym_line_comment, sym_block_comment, - [88533] = 6, + [88577] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5069), 1, + ACTIONS(5135), 1, anon_sym_RBRACE, - ACTIONS(6389), 1, + ACTIONS(6380), 1, anon_sym_COMMA, - STATE(3097), 1, - aux_sym_enum_variant_list_repeat2, + STATE(3187), 1, + aux_sym_field_declaration_list_repeat1, STATE(2987), 2, sym_line_comment, sym_block_comment, - [88553] = 6, + [88597] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5120), 1, - anon_sym_LBRACE, - ACTIONS(6391), 1, - anon_sym_SEMI, - STATE(612), 1, - sym_declaration_list, + ACTIONS(3093), 1, + anon_sym_SQUOTE, + ACTIONS(5950), 1, + sym_identifier, + STATE(3385), 1, + sym_lifetime, STATE(2988), 2, sym_line_comment, sym_block_comment, - [88573] = 6, + [88617] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(922), 1, - anon_sym_RBRACK, - ACTIONS(4277), 1, - anon_sym_COMMA, - STATE(2766), 1, - aux_sym_arguments_repeat1, + ACTIONS(5079), 1, + anon_sym_LBRACE, + ACTIONS(6394), 1, + anon_sym_SEMI, + STATE(775), 1, + sym_declaration_list, STATE(2989), 2, sym_line_comment, sym_block_comment, - [88593] = 6, + [88637] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5130), 1, - anon_sym_LBRACE, - ACTIONS(6393), 1, - anon_sym_SEMI, - STATE(1316), 1, - sym_declaration_list, + ACTIONS(5061), 1, + anon_sym_RBRACE, + ACTIONS(6396), 1, + anon_sym_COMMA, + STATE(3121), 1, + aux_sym_field_initializer_list_repeat1, STATE(2990), 2, sym_line_comment, sym_block_comment, - [88613] = 6, + [88657] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5130), 1, - anon_sym_LBRACE, - ACTIONS(6395), 1, - anon_sym_SEMI, - STATE(1318), 1, - sym_declaration_list, + ACTIONS(4199), 1, + anon_sym_LT2, + ACTIONS(5161), 1, + anon_sym_COLON_COLON, + STATE(1677), 1, + sym_type_arguments, STATE(2991), 2, sym_line_comment, sym_block_comment, - [88633] = 5, + [88677] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4766), 1, - anon_sym_COLON_COLON, - ACTIONS(6397), 2, - anon_sym_RPAREN, - anon_sym_COMMA, STATE(2992), 2, sym_line_comment, sym_block_comment, - [88651] = 5, + ACTIONS(1554), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [88693] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5771), 1, - anon_sym_COLON, - ACTIONS(6399), 2, - anon_sym_PIPE, - anon_sym_COMMA, + ACTIONS(5089), 1, + anon_sym_where, + ACTIONS(6398), 1, + anon_sym_SEMI, + STATE(3613), 1, + sym_where_clause, STATE(2993), 2, sym_line_comment, sym_block_comment, - [88669] = 6, + [88713] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5130), 1, - anon_sym_LBRACE, - ACTIONS(6401), 1, - anon_sym_SEMI, - STATE(1325), 1, - sym_declaration_list, + ACTIONS(6402), 1, + anon_sym_COLON, + ACTIONS(6400), 2, + anon_sym_RBRACE, + anon_sym_COMMA, STATE(2994), 2, sym_line_comment, sym_block_comment, - [88689] = 6, + [88731] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5130), 1, - anon_sym_LBRACE, - ACTIONS(6403), 1, - anon_sym_SEMI, - STATE(1327), 1, - sym_declaration_list, + ACTIONS(6404), 1, + sym_identifier, + ACTIONS(6406), 1, + anon_sym_await, + ACTIONS(6408), 1, + sym_integer_literal, STATE(2995), 2, sym_line_comment, sym_block_comment, - [88709] = 6, + [88751] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5130), 1, - anon_sym_LBRACE, - ACTIONS(6405), 1, + ACTIONS(3175), 1, + anon_sym_PLUS, + ACTIONS(6410), 1, anon_sym_SEMI, - STATE(1333), 1, - sym_declaration_list, + ACTIONS(6412), 1, + anon_sym_EQ, STATE(2996), 2, sym_line_comment, sym_block_comment, - [88729] = 6, + [88771] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5130), 1, - anon_sym_LBRACE, - ACTIONS(6407), 1, - anon_sym_SEMI, - STATE(1335), 1, - sym_declaration_list, + ACTIONS(1979), 1, + anon_sym_RPAREN, + ACTIONS(6414), 1, + anon_sym_COMMA, + STATE(3060), 1, + aux_sym_tuple_pattern_repeat1, STATE(2997), 2, sym_line_comment, sym_block_comment, - [88749] = 6, + [88791] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(6409), 1, - anon_sym_SEMI, - ACTIONS(6411), 1, - anon_sym_EQ, STATE(2998), 2, sym_line_comment, sym_block_comment, - [88769] = 6, + ACTIONS(6416), 3, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_QMARK, + [88807] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(6413), 1, - anon_sym_SEMI, - STATE(3800), 1, - sym_where_clause, + ACTIONS(952), 1, + anon_sym_RPAREN, + ACTIONS(4343), 1, + anon_sym_COMMA, + STATE(2641), 1, + aux_sym_arguments_repeat1, STATE(2999), 2, sym_line_comment, sym_block_comment, - [88789] = 6, + [88827] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5130), 1, - anon_sym_LBRACE, - ACTIONS(6415), 1, + ACTIONS(3175), 1, + anon_sym_PLUS, + ACTIONS(6418), 1, anon_sym_SEMI, - STATE(1353), 1, - sym_declaration_list, + ACTIONS(6420), 1, + anon_sym_RBRACK, STATE(3000), 2, sym_line_comment, sym_block_comment, - [88809] = 6, + [88847] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5130), 1, - anon_sym_LBRACE, - ACTIONS(6417), 1, - anon_sym_SEMI, - STATE(1355), 1, - sym_declaration_list, + ACTIONS(1660), 1, + anon_sym_GT, + ACTIONS(6422), 1, + anon_sym_COMMA, + STATE(3005), 1, + aux_sym_type_arguments_repeat1, STATE(3001), 2, sym_line_comment, sym_block_comment, - [88829] = 4, + [88867] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(1660), 1, + anon_sym_GT, + ACTIONS(6422), 1, + anon_sym_COMMA, + STATE(3033), 1, + aux_sym_type_arguments_repeat1, STATE(3002), 2, sym_line_comment, sym_block_comment, - ACTIONS(6419), 3, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_QMARK, - [88845] = 5, + [88887] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(6421), 2, - anon_sym_GT, - anon_sym_COMMA, STATE(3003), 2, sym_line_comment, sym_block_comment, - [88863] = 5, + ACTIONS(6424), 3, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_COMMA, + [88903] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6399), 1, - anon_sym_PIPE, - ACTIONS(6423), 1, + ACTIONS(6350), 1, + anon_sym_GT, + ACTIONS(6426), 1, anon_sym_COMMA, - STATE(3004), 3, + STATE(3080), 1, + aux_sym_for_lifetimes_repeat1, + STATE(3004), 2, sym_line_comment, sym_block_comment, - aux_sym_closure_parameters_repeat1, - [88881] = 6, + [88923] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(912), 1, - anon_sym_RPAREN, - ACTIONS(6426), 1, + ACTIONS(1654), 1, + anon_sym_GT, + ACTIONS(6428), 1, anon_sym_COMMA, - STATE(2766), 1, - aux_sym_arguments_repeat1, + STATE(3033), 1, + aux_sym_type_arguments_repeat1, STATE(3005), 2, sym_line_comment, sym_block_comment, - [88901] = 4, + [88943] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(5079), 1, + anon_sym_LBRACE, + ACTIONS(6430), 1, + anon_sym_SEMI, + STATE(532), 1, + sym_declaration_list, STATE(3006), 2, sym_line_comment, sym_block_comment, - ACTIONS(5055), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [88917] = 4, + [88963] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(4219), 1, + anon_sym_LBRACE, + ACTIONS(6432), 1, + anon_sym_COLON_COLON, + STATE(1800), 1, + sym_field_initializer_list, STATE(3007), 2, sym_line_comment, sym_block_comment, - ACTIONS(5003), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [88933] = 6, + [88983] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5120), 1, - anon_sym_LBRACE, - ACTIONS(6428), 1, - anon_sym_SEMI, - STATE(552), 1, - sym_declaration_list, + ACTIONS(932), 1, + anon_sym_RBRACK, + ACTIONS(4295), 1, + anon_sym_COMMA, + STATE(2641), 1, + aux_sym_arguments_repeat1, STATE(3008), 2, sym_line_comment, sym_block_comment, - [88953] = 5, + [89003] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6430), 1, - anon_sym_GT, - ACTIONS(6432), 1, - anon_sym_COMMA, - STATE(3009), 3, + STATE(3009), 2, sym_line_comment, sym_block_comment, - aux_sym_type_parameters_repeat1, - [88971] = 4, + ACTIONS(6434), 3, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_COMMA, + [89019] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(920), 1, + anon_sym_RBRACK, + ACTIONS(6436), 1, + anon_sym_COMMA, + STATE(2641), 1, + aux_sym_arguments_repeat1, STATE(3010), 2, sym_line_comment, sym_block_comment, - ACTIONS(5005), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [88987] = 6, + [89039] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5120), 1, - anon_sym_LBRACE, - ACTIONS(6435), 1, - anon_sym_SEMI, - STATE(654), 1, - sym_declaration_list, - STATE(3011), 2, + ACTIONS(6438), 1, + anon_sym_RBRACE, + ACTIONS(6440), 1, + anon_sym_COMMA, + STATE(3011), 3, sym_line_comment, sym_block_comment, - [89007] = 4, + aux_sym_use_list_repeat1, + [89057] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(1664), 1, + anon_sym_GT, + ACTIONS(6443), 1, + anon_sym_COMMA, + STATE(3134), 1, + aux_sym_type_arguments_repeat1, STATE(3012), 2, sym_line_comment, sym_block_comment, - ACTIONS(5057), 3, - anon_sym_EQ_GT, + [89077] = 6, + ACTIONS(27), 1, anon_sym_PIPE, - anon_sym_if, - [89023] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(6437), 1, - anon_sym_SEMI, - ACTIONS(6439), 1, - anon_sym_RBRACK, + ACTIONS(6445), 1, + anon_sym_move, + STATE(233), 1, + sym_closure_parameters, STATE(3013), 2, sym_line_comment, sym_block_comment, - [89043] = 6, + [89097] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4685), 1, - anon_sym_LT2, - ACTIONS(4991), 1, - anon_sym_LBRACE, - STATE(2026), 1, - sym_type_arguments, + ACTIONS(1664), 1, + anon_sym_GT, + ACTIONS(6443), 1, + anon_sym_COMMA, + STATE(3033), 1, + aux_sym_type_arguments_repeat1, STATE(3014), 2, sym_line_comment, sym_block_comment, - [89063] = 6, + [89117] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6441), 1, - anon_sym_RBRACE, - ACTIONS(6443), 1, + ACTIONS(3145), 1, + anon_sym_RPAREN, + ACTIONS(6447), 1, anon_sym_COMMA, - STATE(2906), 1, - aux_sym_struct_pattern_repeat1, + STATE(2717), 1, + aux_sym_slice_pattern_repeat1, STATE(3015), 2, sym_line_comment, sym_block_comment, - [89083] = 4, + [89137] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(6449), 1, + anon_sym_GT, + ACTIONS(6451), 1, + anon_sym_COMMA, + STATE(3004), 1, + aux_sym_for_lifetimes_repeat1, STATE(3016), 2, sym_line_comment, sym_block_comment, - ACTIONS(1508), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [89099] = 5, + [89157] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5664), 1, - anon_sym_PIPE, - ACTIONS(6445), 2, + ACTIONS(5444), 1, anon_sym_RBRACE, + ACTIONS(6453), 1, anon_sym_COMMA, + STATE(3041), 1, + aux_sym_struct_pattern_repeat1, STATE(3017), 2, sym_line_comment, sym_block_comment, - [89117] = 6, + [89177] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(6447), 1, - anon_sym_EQ, - STATE(3523), 1, - sym_where_clause, + ACTIONS(3147), 1, + anon_sym_RPAREN, + ACTIONS(6455), 1, + anon_sym_COMMA, + STATE(2717), 1, + aux_sym_slice_pattern_repeat1, STATE(3018), 2, sym_line_comment, sym_block_comment, - [89137] = 6, - ACTIONS(27), 1, - anon_sym_PIPE, + [89197] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6449), 1, - anon_sym_move, - STATE(234), 1, - sym_closure_parameters, + ACTIONS(5448), 1, + anon_sym_RBRACE, + ACTIONS(6457), 1, + anon_sym_COMMA, + STATE(3041), 1, + aux_sym_struct_pattern_repeat1, STATE(3019), 2, sym_line_comment, sym_block_comment, - [89157] = 4, + [89217] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(6459), 1, + anon_sym_RBRACE, + ACTIONS(6461), 1, + anon_sym_COMMA, + STATE(3105), 1, + aux_sym_enum_variant_list_repeat2, STATE(3020), 2, sym_line_comment, sym_block_comment, - ACTIONS(4897), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [89173] = 6, + [89237] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4869), 1, - anon_sym_GT, - ACTIONS(6451), 1, - anon_sym_COMMA, - STATE(3009), 1, - aux_sym_type_parameters_repeat1, STATE(3021), 2, sym_line_comment, sym_block_comment, - [89193] = 6, - ACTIONS(27), 1, + ACTIONS(5013), 3, + anon_sym_EQ_GT, anon_sym_PIPE, + anon_sym_if, + [89253] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6453), 1, - anon_sym_move, - STATE(213), 1, - sym_closure_parameters, + ACTIONS(5079), 1, + anon_sym_LBRACE, + ACTIONS(6463), 1, + anon_sym_SEMI, + STATE(690), 1, + sym_declaration_list, STATE(3022), 2, sym_line_comment, sym_block_comment, - [89213] = 4, + [89273] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(5705), 1, + anon_sym_PIPE, + ACTIONS(6465), 2, + anon_sym_RBRACE, + anon_sym_COMMA, STATE(3023), 2, sym_line_comment, sym_block_comment, - ACTIONS(5049), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [89229] = 6, + [89291] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(6455), 1, - anon_sym_SEMI, - ACTIONS(6457), 1, - anon_sym_RBRACK, + ACTIONS(1362), 1, + anon_sym_RPAREN, + ACTIONS(5765), 1, + anon_sym_COMMA, + STATE(3075), 1, + aux_sym_parameters_repeat1, STATE(3024), 2, sym_line_comment, sym_block_comment, - [89249] = 6, + [89311] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5120), 1, - anon_sym_LBRACE, - ACTIONS(6459), 1, - anon_sym_SEMI, - STATE(736), 1, - sym_declaration_list, STATE(3025), 2, sym_line_comment, sym_block_comment, - [89269] = 6, + ACTIONS(6467), 3, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_COMMA, + [89327] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3285), 1, - anon_sym_RPAREN, - ACTIONS(6461), 1, - anon_sym_COMMA, - STATE(2913), 1, - aux_sym_tuple_type_repeat1, STATE(3026), 2, sym_line_comment, sym_block_comment, - [89289] = 6, + ACTIONS(4985), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [89343] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3443), 1, - anon_sym_LT2, - ACTIONS(5077), 1, - anon_sym_COLON_COLON, - STATE(1428), 1, - sym_type_arguments, + ACTIONS(5682), 1, + anon_sym_COMMA, + ACTIONS(6469), 1, + anon_sym_PIPE, + STATE(2924), 1, + aux_sym_closure_parameters_repeat1, STATE(3027), 2, sym_line_comment, sym_block_comment, - [89309] = 6, - ACTIONS(27), 1, - anon_sym_PIPE, + [89363] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5174), 1, - anon_sym_move, - STATE(243), 1, - sym_closure_parameters, + ACTIONS(1632), 1, + anon_sym_GT, + ACTIONS(6471), 1, + anon_sym_COMMA, + STATE(3033), 1, + aux_sym_type_arguments_repeat1, STATE(3028), 2, sym_line_comment, sym_block_comment, - [89329] = 6, + [89383] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5120), 1, - anon_sym_LBRACE, - ACTIONS(6463), 1, - anon_sym_SEMI, - STATE(554), 1, - sym_declaration_list, + ACTIONS(1362), 1, + anon_sym_RPAREN, + ACTIONS(5765), 1, + anon_sym_COMMA, + STATE(3140), 1, + aux_sym_parameters_repeat1, STATE(3029), 2, sym_line_comment, sym_block_comment, - [89349] = 6, + [89403] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5893), 1, - anon_sym_RPAREN, - ACTIONS(5895), 1, + ACTIONS(6473), 1, + anon_sym_RBRACE, + ACTIONS(6475), 1, anon_sym_COMMA, - STATE(3119), 1, - aux_sym_tuple_pattern_repeat1, + STATE(3131), 1, + aux_sym_use_list_repeat1, STATE(3030), 2, sym_line_comment, sym_block_comment, - [89369] = 6, + [89423] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3295), 1, + ACTIONS(5890), 1, anon_sym_RPAREN, - ACTIONS(6465), 1, + ACTIONS(5892), 1, anon_sym_COMMA, - STATE(2913), 1, - aux_sym_tuple_type_repeat1, + STATE(2930), 1, + aux_sym_tuple_pattern_repeat1, STATE(3031), 2, sym_line_comment, sym_block_comment, - [89389] = 6, + [89443] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5120), 1, - anon_sym_LBRACE, - ACTIONS(6467), 1, - anon_sym_SEMI, - STATE(742), 1, - sym_declaration_list, + ACTIONS(3175), 1, + anon_sym_PLUS, + ACTIONS(6477), 1, + sym_mutable_specifier, + ACTIONS(6479), 1, + sym_self, STATE(3032), 2, sym_line_comment, sym_block_comment, - [89409] = 6, + [89463] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5699), 1, - anon_sym_RPAREN, - ACTIONS(5701), 1, + ACTIONS(5613), 1, + anon_sym_GT, + ACTIONS(6481), 1, anon_sym_COMMA, - STATE(3045), 1, - aux_sym_parameters_repeat1, - STATE(3033), 2, + STATE(3033), 3, sym_line_comment, sym_block_comment, - [89429] = 6, + aux_sym_type_arguments_repeat1, + [89481] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6469), 1, + ACTIONS(5952), 1, anon_sym_GT, - ACTIONS(6471), 1, + ACTIONS(6484), 1, anon_sym_COMMA, - STATE(3048), 1, + STATE(3085), 1, aux_sym_use_bounds_repeat1, STATE(3034), 2, sym_line_comment, sym_block_comment, - [89449] = 6, + [89501] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6473), 1, - anon_sym_GT, - ACTIONS(6475), 1, - anon_sym_COMMA, - STATE(3049), 1, - aux_sym_use_bounds_repeat1, + ACTIONS(4689), 1, + anon_sym_LT2, + ACTIONS(6486), 1, + anon_sym_for, + STATE(2029), 1, + sym_type_arguments, STATE(3035), 2, sym_line_comment, sym_block_comment, - [89469] = 6, + [89521] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(6477), 1, - anon_sym_SEMI, - STATE(3543), 1, - sym_where_clause, + ACTIONS(6490), 1, + anon_sym_COLON, + ACTIONS(6488), 2, + anon_sym_RBRACE, + anon_sym_COMMA, STATE(3036), 2, sym_line_comment, sym_block_comment, - [89489] = 4, + [89539] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(4851), 1, + anon_sym_COLON, + ACTIONS(5163), 1, + anon_sym_COLON_COLON, + STATE(2579), 1, + sym_trait_bounds, STATE(3037), 2, sym_line_comment, sym_block_comment, - ACTIONS(5031), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [89505] = 4, + [89559] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(5705), 1, + anon_sym_PIPE, + ACTIONS(6492), 2, + anon_sym_RBRACE, + anon_sym_COMMA, STATE(3038), 2, sym_line_comment, sym_block_comment, - ACTIONS(5047), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [89521] = 4, + [89577] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(5954), 1, + anon_sym_GT, + ACTIONS(6494), 1, + anon_sym_COMMA, + STATE(3085), 1, + aux_sym_use_bounds_repeat1, STATE(3039), 2, sym_line_comment, sym_block_comment, - ACTIONS(4965), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [89537] = 6, + [89597] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(1632), 1, - anon_sym_GT, - ACTIONS(6479), 1, - anon_sym_COMMA, - STATE(3050), 1, - aux_sym_type_arguments_repeat1, + ACTIONS(5089), 1, + anon_sym_where, + ACTIONS(6496), 1, + anon_sym_SEMI, + STATE(3717), 1, + sym_where_clause, STATE(3040), 2, sym_line_comment, sym_block_comment, - [89557] = 6, + [89617] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(1632), 1, - anon_sym_GT, - ACTIONS(6479), 1, + ACTIONS(6498), 1, + anon_sym_RBRACE, + ACTIONS(6500), 1, anon_sym_COMMA, - STATE(3053), 1, - aux_sym_type_arguments_repeat1, - STATE(3041), 2, + STATE(3041), 3, sym_line_comment, sym_block_comment, - [89577] = 4, + aux_sym_struct_pattern_repeat1, + [89635] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(6101), 1, + anon_sym_GT, + ACTIONS(6503), 1, + anon_sym_COMMA, + STATE(3085), 1, + aux_sym_use_bounds_repeat1, STATE(3042), 2, sym_line_comment, sym_block_comment, - ACTIONS(4989), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [89593] = 4, + [89655] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(956), 1, + anon_sym_RBRACK, + ACTIONS(6505), 1, + anon_sym_COMMA, + STATE(2641), 1, + aux_sym_arguments_repeat1, STATE(3043), 2, sym_line_comment, sym_block_comment, - ACTIONS(4993), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [89609] = 4, + [89675] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(5114), 1, + anon_sym_RBRACE, + ACTIONS(6507), 1, + anon_sym_COMMA, + STATE(3097), 1, + aux_sym_enum_variant_list_repeat2, STATE(3044), 2, sym_line_comment, sym_block_comment, - ACTIONS(4997), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [89625] = 6, + [89695] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(1372), 1, - anon_sym_RPAREN, - ACTIONS(5711), 1, + ACTIONS(5114), 1, + anon_sym_RBRACE, + ACTIONS(6507), 1, anon_sym_COMMA, - STATE(3077), 1, - aux_sym_parameters_repeat1, + STATE(3145), 1, + aux_sym_enum_variant_list_repeat2, STATE(3045), 2, sym_line_comment, sym_block_comment, - [89645] = 6, + [89715] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(952), 1, - anon_sym_RPAREN, - ACTIONS(4341), 1, + ACTIONS(6103), 1, + anon_sym_GT, + ACTIONS(6509), 1, anon_sym_COMMA, - STATE(2766), 1, - aux_sym_arguments_repeat1, + STATE(3085), 1, + aux_sym_use_bounds_repeat1, STATE(3046), 2, sym_line_comment, sym_block_comment, - [89665] = 6, + [89735] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(1372), 1, - anon_sym_RPAREN, - ACTIONS(5711), 1, - anon_sym_COMMA, - STATE(3052), 1, - aux_sym_parameters_repeat1, STATE(3047), 2, sym_line_comment, sym_block_comment, - [89685] = 6, + ACTIONS(5027), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [89751] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5919), 1, - anon_sym_GT, - ACTIONS(6481), 1, - anon_sym_COMMA, - STATE(3087), 1, - aux_sym_use_bounds_repeat1, STATE(3048), 2, sym_line_comment, sym_block_comment, - [89705] = 6, + ACTIONS(5031), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [89767] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5921), 1, - anon_sym_GT, - ACTIONS(6483), 1, - anon_sym_COMMA, - STATE(3087), 1, - aux_sym_use_bounds_repeat1, STATE(3049), 2, sym_line_comment, sym_block_comment, - [89725] = 6, + ACTIONS(4987), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [89783] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(1660), 1, - anon_sym_GT, - ACTIONS(6485), 1, - anon_sym_COMMA, - STATE(3053), 1, - aux_sym_type_arguments_repeat1, STATE(3050), 2, sym_line_comment, sym_block_comment, - [89745] = 6, + ACTIONS(4995), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [89799] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(1658), 1, - anon_sym_GT, - ACTIONS(6487), 1, - anon_sym_COMMA, - STATE(3053), 1, - aux_sym_type_arguments_repeat1, STATE(3051), 2, sym_line_comment, sym_block_comment, - [89765] = 6, + ACTIONS(5045), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [89815] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(1364), 1, - anon_sym_RPAREN, - ACTIONS(6489), 1, - anon_sym_COMMA, - STATE(3077), 1, - aux_sym_parameters_repeat1, STATE(3052), 2, sym_line_comment, sym_block_comment, - [89785] = 5, + ACTIONS(5067), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [89831] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5709), 1, - anon_sym_GT, - ACTIONS(6491), 1, - anon_sym_COMMA, - STATE(3053), 3, + STATE(3053), 2, sym_line_comment, sym_block_comment, - aux_sym_type_arguments_repeat1, - [89803] = 5, + ACTIONS(6511), 3, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_COMMA, + [89847] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6496), 1, - anon_sym_COLON, - ACTIONS(6494), 2, - anon_sym_RBRACE, - anon_sym_COMMA, STATE(3054), 2, sym_line_comment, sym_block_comment, - [89821] = 6, + ACTIONS(6513), 3, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_COMMA, + [89863] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(6498), 1, - anon_sym_SEMI, - STATE(3587), 1, - sym_where_clause, + ACTIONS(3657), 1, + anon_sym_LBRACE, + ACTIONS(6515), 1, + anon_sym_COLON_COLON, + STATE(1516), 1, + sym_field_initializer_list, STATE(3055), 2, sym_line_comment, sym_block_comment, - [89841] = 5, + [89883] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5664), 1, - anon_sym_PIPE, - ACTIONS(6500), 2, + ACTIONS(6517), 1, anon_sym_RBRACE, + ACTIONS(6519), 1, anon_sym_COMMA, + STATE(2982), 1, + aux_sym_field_declaration_list_repeat1, STATE(3056), 2, sym_line_comment, sym_block_comment, - [89859] = 6, + [89903] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4221), 1, - anon_sym_LBRACE, - ACTIONS(6502), 1, - anon_sym_COLON_COLON, - STATE(1922), 1, - sym_field_initializer_list, + ACTIONS(5705), 1, + anon_sym_PIPE, + ACTIONS(6521), 2, + anon_sym_RPAREN, + anon_sym_COMMA, STATE(3057), 2, sym_line_comment, sym_block_comment, - [89879] = 6, - ACTIONS(27), 1, - anon_sym_PIPE, + [89921] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6504), 1, - anon_sym_move, - STATE(253), 1, - sym_closure_parameters, + ACTIONS(6523), 1, + anon_sym_LPAREN, + ACTIONS(6525), 1, + anon_sym_LBRACK, + ACTIONS(6527), 1, + anon_sym_LBRACE, STATE(3058), 2, sym_line_comment, sym_block_comment, - [89899] = 5, + [89941] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(6506), 2, - anon_sym_RPAREN, - anon_sym_COMMA, + ACTIONS(6529), 1, + anon_sym_LPAREN, + ACTIONS(6531), 1, + anon_sym_LBRACK, + ACTIONS(6533), 1, + anon_sym_LBRACE, STATE(3059), 2, sym_line_comment, sym_block_comment, - [89917] = 6, + [89961] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4175), 1, - anon_sym_LT2, - ACTIONS(5116), 1, - anon_sym_COLON_COLON, - STATE(1717), 1, - sym_type_arguments, - STATE(3060), 2, + ACTIONS(6521), 1, + anon_sym_RPAREN, + ACTIONS(6535), 1, + anon_sym_COMMA, + STATE(3060), 3, sym_line_comment, sym_block_comment, - [89937] = 4, + aux_sym_tuple_pattern_repeat1, + [89979] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(4689), 1, + anon_sym_LT2, + ACTIONS(6538), 1, + anon_sym_LBRACE, + STATE(2029), 1, + sym_type_arguments, STATE(3061), 2, sym_line_comment, sym_block_comment, - ACTIONS(5027), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [89953] = 5, + [89999] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6508), 1, - anon_sym_RBRACE, - ACTIONS(6510), 1, + ACTIONS(5678), 1, + anon_sym_COLON, + ACTIONS(6540), 2, + anon_sym_PIPE, anon_sym_COMMA, - STATE(3062), 3, + STATE(3062), 2, sym_line_comment, sym_block_comment, - aux_sym_struct_pattern_repeat1, - [89971] = 6, + [90017] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(6513), 1, - anon_sym_SEMI, - ACTIONS(6515), 1, - anon_sym_EQ, + ACTIONS(4871), 1, + anon_sym_GT, + ACTIONS(6542), 1, + anon_sym_COMMA, + STATE(3173), 1, + aux_sym_type_parameters_repeat1, STATE(3063), 2, sym_line_comment, sym_block_comment, - [89991] = 6, + [90037] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5705), 1, - anon_sym_RPAREN, - ACTIONS(5707), 1, - anon_sym_COMMA, - STATE(2924), 1, - aux_sym_parameters_repeat1, + ACTIONS(5120), 1, + anon_sym_LBRACE, + ACTIONS(6544), 1, + anon_sym_SEMI, + STATE(1286), 1, + sym_declaration_list, STATE(3064), 2, sym_line_comment, sym_block_comment, - [90011] = 6, + [90057] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(6517), 1, - sym_mutable_specifier, - ACTIONS(6519), 1, - sym_self, + ACTIONS(4763), 1, + anon_sym_COLON_COLON, + ACTIONS(5515), 2, + anon_sym_RPAREN, + anon_sym_COMMA, STATE(3065), 2, sym_line_comment, sym_block_comment, - [90031] = 6, + [90075] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(1668), 1, - anon_sym_GT, - ACTIONS(6521), 1, - anon_sym_COMMA, - STATE(3069), 1, - aux_sym_type_arguments_repeat1, + ACTIONS(4765), 1, + anon_sym_COLON_COLON, + ACTIONS(4851), 1, + anon_sym_COLON, + STATE(2579), 1, + sym_trait_bounds, STATE(3066), 2, sym_line_comment, sym_block_comment, - [90051] = 6, + [90095] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(1668), 1, - anon_sym_GT, - ACTIONS(6521), 1, + ACTIONS(3175), 1, + anon_sym_PLUS, + ACTIONS(6546), 2, + anon_sym_RPAREN, anon_sym_COMMA, - STATE(3053), 1, - aux_sym_type_arguments_repeat1, STATE(3067), 2, sym_line_comment, sym_block_comment, - [90071] = 5, + [90113] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4766), 1, - anon_sym_COLON_COLON, - ACTIONS(5502), 2, - anon_sym_RPAREN, - anon_sym_COMMA, + ACTIONS(6548), 1, + sym_identifier, + ACTIONS(6550), 1, + anon_sym_ref, + ACTIONS(6552), 1, + sym_mutable_specifier, STATE(3068), 2, sym_line_comment, sym_block_comment, - [90089] = 6, + [90133] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(1670), 1, - anon_sym_GT, - ACTIONS(6523), 1, + ACTIONS(6540), 1, + anon_sym_PIPE, + ACTIONS(6554), 1, anon_sym_COMMA, - STATE(3053), 1, - aux_sym_type_arguments_repeat1, - STATE(3069), 2, + STATE(3069), 3, sym_line_comment, sym_block_comment, - [90109] = 6, + aux_sym_closure_parameters_repeat1, + [90151] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6525), 1, + ACTIONS(3175), 1, + anon_sym_PLUS, + ACTIONS(6109), 2, anon_sym_RPAREN, - ACTIONS(6527), 1, anon_sym_COMMA, - STATE(3135), 1, - aux_sym_ordered_field_declaration_list_repeat1, STATE(3070), 2, sym_line_comment, sym_block_comment, - [90129] = 5, + [90169] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(5963), 2, - anon_sym_RPAREN, - anon_sym_COMMA, + ACTIONS(5120), 1, + anon_sym_LBRACE, + ACTIONS(6557), 1, + anon_sym_SEMI, + STATE(1295), 1, + sym_declaration_list, STATE(3071), 2, sym_line_comment, sym_block_comment, - [90147] = 6, + [90189] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3081), 1, - anon_sym_SQUOTE, - ACTIONS(5901), 1, - sym_identifier, - STATE(3307), 1, - sym_lifetime, + ACTIONS(3175), 1, + anon_sym_PLUS, + ACTIONS(6559), 1, + anon_sym_SEMI, + ACTIONS(6561), 1, + anon_sym_RBRACK, STATE(3072), 2, sym_line_comment, sym_block_comment, - [90167] = 6, - ACTIONS(27), 1, - anon_sym_PIPE, + [90209] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6529), 1, - anon_sym_move, - STATE(239), 1, - sym_closure_parameters, + ACTIONS(3163), 1, + anon_sym_RBRACK, + ACTIONS(6563), 1, + anon_sym_COMMA, + STATE(2717), 1, + aux_sym_slice_pattern_repeat1, STATE(3073), 2, sym_line_comment, sym_block_comment, - [90187] = 6, + [90229] = 6, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4685), 1, - anon_sym_LT2, - ACTIONS(5071), 1, - anon_sym_COLON_COLON, - STATE(2033), 1, - sym_type_arguments, + ACTIONS(6565), 1, + anon_sym_move, + STATE(250), 1, + sym_closure_parameters, STATE(3074), 2, sym_line_comment, sym_block_comment, - [90207] = 6, + [90249] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6531), 1, - sym_identifier, - ACTIONS(6533), 1, - anon_sym_await, - ACTIONS(6535), 1, - sym_integer_literal, - STATE(3075), 2, + ACTIONS(6109), 1, + anon_sym_RPAREN, + ACTIONS(6567), 1, + anon_sym_COMMA, + STATE(3075), 3, sym_line_comment, sym_block_comment, - [90227] = 6, + aux_sym_parameters_repeat1, + [90267] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4685), 1, + ACTIONS(4689), 1, anon_sym_LT2, - ACTIONS(6537), 1, - anon_sym_for, - STATE(2026), 1, + ACTIONS(4979), 1, + anon_sym_LBRACE, + STATE(2029), 1, sym_type_arguments, STATE(3076), 2, sym_line_comment, sym_block_comment, - [90247] = 5, + [90287] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5963), 1, - anon_sym_RPAREN, - ACTIONS(6539), 1, - anon_sym_COMMA, - STATE(3077), 3, + ACTIONS(3175), 1, + anon_sym_PLUS, + ACTIONS(6570), 1, + anon_sym_SEMI, + ACTIONS(6572), 1, + anon_sym_EQ, + STATE(3077), 2, sym_line_comment, sym_block_comment, - aux_sym_parameters_repeat1, - [90265] = 6, + [90307] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6542), 1, - anon_sym_GT, - ACTIONS(6544), 1, + ACTIONS(1368), 1, + anon_sym_RPAREN, + ACTIONS(6574), 1, anon_sym_COMMA, - STATE(2952), 1, - aux_sym_for_lifetimes_repeat1, + STATE(3075), 1, + aux_sym_parameters_repeat1, STATE(3078), 2, sym_line_comment, sym_block_comment, - [90285] = 6, + [90327] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5073), 1, - anon_sym_RBRACE, - ACTIONS(6546), 1, - anon_sym_COMMA, - STATE(3139), 1, - aux_sym_field_declaration_list_repeat1, + ACTIONS(3093), 1, + anon_sym_SQUOTE, + ACTIONS(6576), 1, + anon_sym_GT, + STATE(3381), 1, + sym_lifetime, STATE(3079), 2, sym_line_comment, sym_block_comment, - [90305] = 6, + [90347] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5120), 1, - anon_sym_LBRACE, - ACTIONS(6548), 1, - anon_sym_SEMI, - STATE(590), 1, - sym_declaration_list, - STATE(3080), 2, + ACTIONS(6578), 1, + anon_sym_GT, + ACTIONS(6580), 1, + anon_sym_COMMA, + STATE(3080), 3, sym_line_comment, sym_block_comment, - [90325] = 6, + aux_sym_for_lifetimes_repeat1, + [90365] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(1354), 1, - anon_sym_RPAREN, - ACTIONS(6550), 1, - anon_sym_COMMA, - STATE(3077), 1, - aux_sym_parameters_repeat1, + ACTIONS(5079), 1, + anon_sym_LBRACE, + ACTIONS(6583), 1, + anon_sym_SEMI, + STATE(594), 1, + sym_declaration_list, STATE(3081), 2, sym_line_comment, sym_block_comment, - [90345] = 6, + [90385] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5120), 1, + ACTIONS(5079), 1, anon_sym_LBRACE, - ACTIONS(6552), 1, + ACTIONS(6585), 1, anon_sym_SEMI, - STATE(703), 1, + STATE(762), 1, sym_declaration_list, STATE(3082), 2, sym_line_comment, sym_block_comment, - [90365] = 6, + [90405] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3081), 1, - anon_sym_SQUOTE, - ACTIONS(6554), 1, - anon_sym_GT, - STATE(3298), 1, - sym_lifetime, + ACTIONS(5122), 1, + anon_sym_RBRACE, + ACTIONS(6587), 1, + anon_sym_COMMA, + STATE(2946), 1, + aux_sym_field_declaration_list_repeat1, STATE(3083), 2, sym_line_comment, sym_block_comment, - [90385] = 5, + [90425] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6556), 1, - anon_sym_GT, - ACTIONS(6558), 1, + ACTIONS(5122), 1, + anon_sym_RBRACE, + ACTIONS(6587), 1, anon_sym_COMMA, - STATE(3084), 3, + STATE(3182), 1, + aux_sym_field_declaration_list_repeat1, + STATE(3084), 2, sym_line_comment, sym_block_comment, - aux_sym_for_lifetimes_repeat1, - [90403] = 4, + [90445] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(3085), 2, + ACTIONS(6589), 1, + anon_sym_GT, + ACTIONS(6591), 1, + anon_sym_COMMA, + STATE(3085), 3, sym_line_comment, sym_block_comment, - ACTIONS(6561), 3, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_COMMA, - [90419] = 6, + aux_sym_use_bounds_repeat1, + [90463] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5120), 1, - anon_sym_LBRACE, - ACTIONS(6563), 1, - anon_sym_SEMI, - STATE(592), 1, - sym_declaration_list, STATE(3086), 2, sym_line_comment, sym_block_comment, - [90439] = 5, + ACTIONS(6594), 3, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_QMARK, + [90479] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6565), 1, - anon_sym_GT, - ACTIONS(6567), 1, - anon_sym_COMMA, - STATE(3087), 3, + ACTIONS(4689), 1, + anon_sym_LT2, + ACTIONS(6596), 1, + anon_sym_COLON_COLON, + STATE(2031), 1, + sym_type_arguments, + STATE(3087), 2, sym_line_comment, sym_block_comment, - aux_sym_use_bounds_repeat1, - [90457] = 6, + [90499] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5130), 1, - anon_sym_LBRACE, - ACTIONS(6570), 1, - anon_sym_SEMI, - STATE(1114), 1, - sym_declaration_list, + ACTIONS(3175), 1, + anon_sym_PLUS, + ACTIONS(6598), 2, + anon_sym_RPAREN, + anon_sym_COMMA, STATE(3088), 2, sym_line_comment, sym_block_comment, - [90477] = 6, + [90517] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6572), 1, - anon_sym_GT, - ACTIONS(6574), 1, - anon_sym_COMMA, - STATE(2960), 1, - aux_sym_use_bounds_repeat1, + ACTIONS(5120), 1, + anon_sym_LBRACE, + ACTIONS(6600), 1, + anon_sym_SEMI, + STATE(1341), 1, + sym_declaration_list, STATE(3089), 2, sym_line_comment, sym_block_comment, - [90497] = 6, + [90537] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6576), 1, - anon_sym_GT, - ACTIONS(6578), 1, - anon_sym_COMMA, - STATE(2963), 1, - aux_sym_use_bounds_repeat1, + ACTIONS(5079), 1, + anon_sym_LBRACE, + ACTIONS(6602), 1, + anon_sym_SEMI, + STATE(764), 1, + sym_declaration_list, STATE(3090), 2, sym_line_comment, sym_block_comment, - [90517] = 4, + [90557] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(6604), 1, + anon_sym_RBRACE, + ACTIONS(6606), 1, + anon_sym_COMMA, + STATE(2894), 1, + aux_sym_struct_pattern_repeat1, STATE(3091), 2, sym_line_comment, sym_block_comment, - ACTIONS(6580), 3, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_COMMA, - [90533] = 6, + [90577] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5073), 1, - anon_sym_RBRACE, - ACTIONS(6546), 1, + ACTIONS(954), 1, + anon_sym_RBRACK, + ACTIONS(4335), 1, anon_sym_COMMA, - STATE(3141), 1, - aux_sym_field_declaration_list_repeat1, + STATE(2641), 1, + aux_sym_arguments_repeat1, STATE(3092), 2, sym_line_comment, sym_block_comment, - [90553] = 6, - ACTIONS(27), 1, - anon_sym_PIPE, + [90597] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6582), 1, - anon_sym_move, - STATE(214), 1, - sym_closure_parameters, + ACTIONS(5089), 1, + anon_sym_where, + ACTIONS(6608), 1, + anon_sym_SEMI, + STATE(3611), 1, + sym_where_clause, STATE(3093), 2, sym_line_comment, sym_block_comment, - [90573] = 6, + [90617] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6584), 1, - anon_sym_RBRACE, - ACTIONS(6586), 1, + ACTIONS(6610), 1, + anon_sym_EQ, + ACTIONS(6612), 2, + anon_sym_GT, anon_sym_COMMA, - STATE(3079), 1, - aux_sym_field_declaration_list_repeat1, STATE(3094), 2, sym_line_comment, sym_block_comment, - [90593] = 5, + [90635] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6588), 1, - anon_sym_RBRACE, - ACTIONS(6590), 1, - anon_sym_COMMA, - STATE(3095), 3, + STATE(3095), 2, sym_line_comment, sym_block_comment, - aux_sym_enum_variant_list_repeat2, - [90611] = 5, + ACTIONS(5023), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [90651] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6595), 1, - anon_sym_EQ, - ACTIONS(6593), 2, - anon_sym_RBRACE, - anon_sym_COMMA, STATE(3096), 2, sym_line_comment, sym_block_comment, - [90629] = 6, + ACTIONS(5039), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [90667] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5159), 1, + ACTIONS(6614), 1, anon_sym_RBRACE, - ACTIONS(6597), 1, + ACTIONS(6616), 1, anon_sym_COMMA, - STATE(3095), 1, - aux_sym_enum_variant_list_repeat2, - STATE(3097), 2, + STATE(3097), 3, sym_line_comment, sym_block_comment, - [90649] = 6, + aux_sym_enum_variant_list_repeat2, + [90685] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5130), 1, - anon_sym_LBRACE, - ACTIONS(6599), 1, - anon_sym_SEMI, - STATE(1121), 1, - sym_declaration_list, + ACTIONS(6621), 1, + anon_sym_EQ, + ACTIONS(6619), 2, + anon_sym_RBRACE, + anon_sym_COMMA, STATE(3098), 2, sym_line_comment, sym_block_comment, - [90669] = 6, + [90703] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(932), 1, - anon_sym_RBRACK, - ACTIONS(4359), 1, - anon_sym_COMMA, - STATE(2766), 1, - aux_sym_arguments_repeat1, STATE(3099), 2, sym_line_comment, sym_block_comment, - [90689] = 6, + ACTIONS(4905), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [90719] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3649), 1, - anon_sym_LBRACE, - ACTIONS(6601), 1, - anon_sym_COLON_COLON, - STATE(1477), 1, - sym_field_initializer_list, + ACTIONS(5116), 1, + anon_sym_RBRACE, + ACTIONS(6623), 1, + anon_sym_COMMA, + STATE(3097), 1, + aux_sym_enum_variant_list_repeat2, STATE(3100), 2, sym_line_comment, sym_block_comment, - [90709] = 6, + [90739] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6603), 1, - anon_sym_LPAREN, - ACTIONS(6605), 1, - anon_sym_LBRACK, - ACTIONS(6607), 1, - anon_sym_LBRACE, + ACTIONS(6627), 1, + anon_sym_EQ, + ACTIONS(6625), 2, + anon_sym_RBRACE, + anon_sym_COMMA, STATE(3101), 2, sym_line_comment, sym_block_comment, - [90729] = 6, + [90757] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6609), 1, - anon_sym_LPAREN, - ACTIONS(6611), 1, - anon_sym_LBRACK, - ACTIONS(6613), 1, - anon_sym_LBRACE, + ACTIONS(5089), 1, + anon_sym_where, + ACTIONS(6629), 1, + anon_sym_SEMI, + STATE(3558), 1, + sym_where_clause, STATE(3102), 2, sym_line_comment, sym_block_comment, - [90749] = 6, + [90777] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4685), 1, - anon_sym_LT2, - ACTIONS(6615), 1, - anon_sym_LBRACE, - STATE(2026), 1, - sym_type_arguments, + ACTIONS(3175), 1, + anon_sym_PLUS, + ACTIONS(6631), 1, + anon_sym_SEMI, + ACTIONS(6633), 1, + anon_sym_EQ, STATE(3103), 2, sym_line_comment, sym_block_comment, - [90769] = 5, + [90797] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5664), 1, - anon_sym_PIPE, - ACTIONS(6617), 2, - anon_sym_RBRACE, - anon_sym_COMMA, + ACTIONS(5079), 1, + anon_sym_LBRACE, + ACTIONS(6635), 1, + anon_sym_SEMI, + STATE(515), 1, + sym_declaration_list, STATE(3104), 2, sym_line_comment, sym_block_comment, - [90787] = 6, + [90817] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5120), 1, - anon_sym_LBRACE, - ACTIONS(6619), 1, - anon_sym_SEMI, - STATE(786), 1, - sym_declaration_list, + ACTIONS(5105), 1, + anon_sym_RBRACE, + ACTIONS(6637), 1, + anon_sym_COMMA, + STATE(3097), 1, + aux_sym_enum_variant_list_repeat2, STATE(3105), 2, sym_line_comment, sym_block_comment, - [90807] = 6, + [90837] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5120), 1, - anon_sym_LBRACE, - ACTIONS(6621), 1, - anon_sym_SEMI, - STATE(505), 1, - sym_declaration_list, STATE(3106), 2, sym_line_comment, sym_block_comment, - [90827] = 5, + ACTIONS(5009), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [90853] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(6623), 2, + ACTIONS(4879), 1, anon_sym_GT, + ACTIONS(6639), 1, anon_sym_COMMA, + STATE(3173), 1, + aux_sym_type_parameters_repeat1, STATE(3107), 2, sym_line_comment, sym_block_comment, - [90845] = 6, + [90873] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6625), 1, - anon_sym_RBRACE, - ACTIONS(6627), 1, - anon_sym_COMMA, - STATE(3192), 1, - aux_sym_use_list_repeat1, + ACTIONS(5079), 1, + anon_sym_LBRACE, + ACTIONS(6641), 1, + anon_sym_SEMI, + STATE(706), 1, + sym_declaration_list, STATE(3108), 2, sym_line_comment, sym_block_comment, - [90865] = 6, + [90893] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6629), 1, - sym_identifier, - ACTIONS(6631), 1, - anon_sym_await, - ACTIONS(6633), 1, - sym_integer_literal, + ACTIONS(5105), 1, + anon_sym_RBRACE, + ACTIONS(6637), 1, + anon_sym_COMMA, + STATE(3100), 1, + aux_sym_enum_variant_list_repeat2, STATE(3109), 2, sym_line_comment, sym_block_comment, - [90885] = 4, + [90913] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(5089), 1, + anon_sym_where, + ACTIONS(6643), 1, + anon_sym_SEMI, + STATE(3588), 1, + sym_where_clause, STATE(3110), 2, sym_line_comment, sym_block_comment, - ACTIONS(4961), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [90901] = 4, + [90933] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -191390,23 +191580,25 @@ static const uint16_t ts_small_parse_table[] = { STATE(3111), 2, sym_line_comment, sym_block_comment, - ACTIONS(5035), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [90917] = 4, + ACTIONS(6645), 3, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_COMMA, + [90949] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(5079), 1, + anon_sym_LBRACE, + ACTIONS(6647), 1, + anon_sym_SEMI, + STATE(708), 1, + sym_declaration_list, STATE(3112), 2, sym_line_comment, sym_block_comment, - ACTIONS(4967), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [90933] = 4, + [90969] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -191414,320 +191606,324 @@ static const uint16_t ts_small_parse_table[] = { STATE(3113), 2, sym_line_comment, sym_block_comment, - ACTIONS(5025), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [90949] = 4, + ACTIONS(6649), 3, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_QMARK, + [90985] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(3175), 1, + anon_sym_PLUS, + ACTIONS(6651), 2, + anon_sym_GT, + anon_sym_COMMA, STATE(3114), 2, sym_line_comment, sym_block_comment, - ACTIONS(5037), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [90965] = 4, + [91003] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(4879), 1, + anon_sym_GT, + ACTIONS(6639), 1, + anon_sym_COMMA, + STATE(3181), 1, + aux_sym_type_parameters_repeat1, STATE(3115), 2, sym_line_comment, sym_block_comment, - ACTIONS(4985), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [90981] = 6, + [91023] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(6635), 1, - anon_sym_SEMI, - ACTIONS(6637), 1, - anon_sym_EQ, STATE(3116), 2, sym_line_comment, sym_block_comment, - [91001] = 6, + ACTIONS(5047), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [91039] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(918), 1, - anon_sym_RBRACK, - ACTIONS(4315), 1, - anon_sym_COMMA, - STATE(2766), 1, - aux_sym_arguments_repeat1, STATE(3117), 2, sym_line_comment, sym_block_comment, - [91021] = 6, + ACTIONS(5057), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [91055] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5120), 1, - anon_sym_LBRACE, - ACTIONS(6639), 1, - anon_sym_SEMI, - STATE(511), 1, - sym_declaration_list, + ACTIONS(4689), 1, + anon_sym_LT2, + ACTIONS(6653), 1, + anon_sym_for, + STATE(2029), 1, + sym_type_arguments, STATE(3118), 2, sym_line_comment, sym_block_comment, - [91041] = 6, + [91075] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(1837), 1, - anon_sym_RPAREN, - ACTIONS(6641), 1, - anon_sym_COMMA, - STATE(3159), 1, - aux_sym_tuple_pattern_repeat1, + ACTIONS(6655), 1, + anon_sym_LPAREN, + ACTIONS(6657), 1, + anon_sym_LBRACK, + ACTIONS(6659), 1, + anon_sym_LBRACE, STATE(3119), 2, sym_line_comment, sym_block_comment, - [91061] = 6, + [91095] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5120), 1, - anon_sym_LBRACE, - ACTIONS(6643), 1, - anon_sym_SEMI, - STATE(513), 1, - sym_declaration_list, + ACTIONS(6661), 1, + anon_sym_RPAREN, + ACTIONS(6663), 1, + anon_sym_COMMA, + STATE(3184), 1, + aux_sym_ordered_field_declaration_list_repeat1, STATE(3120), 2, sym_line_comment, sym_block_comment, - [91081] = 6, + [91115] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6082), 1, - anon_sym_RPAREN, - ACTIONS(6084), 1, + ACTIONS(6665), 1, + anon_sym_RBRACE, + ACTIONS(6667), 1, anon_sym_COMMA, - STATE(3186), 1, - aux_sym_tuple_pattern_repeat1, - STATE(3121), 2, + STATE(3121), 3, sym_line_comment, sym_block_comment, - [91101] = 5, + aux_sym_field_initializer_list_repeat1, + [91133] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6645), 1, - anon_sym_AMP_AMP, - ACTIONS(4535), 2, - anon_sym_LBRACE, - anon_sym_SQUOTE, + ACTIONS(922), 1, + anon_sym_RPAREN, + ACTIONS(6670), 1, + anon_sym_COMMA, + STATE(2641), 1, + aux_sym_arguments_repeat1, STATE(3122), 2, sym_line_comment, sym_block_comment, - [91119] = 4, + [91153] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(5079), 1, + anon_sym_LBRACE, + ACTIONS(6672), 1, + anon_sym_SEMI, + STATE(714), 1, + sym_declaration_list, STATE(3123), 2, sym_line_comment, sym_block_comment, - ACTIONS(6647), 3, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_COMMA, - [91135] = 6, + [91173] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(6649), 1, - anon_sym_SEMI, - ACTIONS(6651), 1, + ACTIONS(938), 1, anon_sym_RBRACK, + ACTIONS(4253), 1, + anon_sym_COMMA, + STATE(2641), 1, + aux_sym_arguments_repeat1, STATE(3124), 2, sym_line_comment, sym_block_comment, - [91155] = 6, + [91193] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6653), 1, - anon_sym_RBRACE, - ACTIONS(6655), 1, - anon_sym_COMMA, - STATE(2986), 1, - aux_sym_enum_variant_list_repeat2, + ACTIONS(5079), 1, + anon_sym_LBRACE, + ACTIONS(6674), 1, + anon_sym_SEMI, + STATE(716), 1, + sym_declaration_list, STATE(3125), 2, sym_line_comment, sym_block_comment, - [91175] = 4, + [91213] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(5079), 1, + anon_sym_LBRACE, + ACTIONS(6676), 1, + anon_sym_SEMI, + STATE(548), 1, + sym_declaration_list, STATE(3126), 2, sym_line_comment, sym_block_comment, - ACTIONS(6657), 3, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_COMMA, - [91191] = 6, + [91233] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(6659), 1, - anon_sym_SEMI, - ACTIONS(6661), 1, - anon_sym_EQ, + ACTIONS(6678), 1, + anon_sym_LPAREN, + ACTIONS(6680), 1, + anon_sym_LBRACK, + ACTIONS(6682), 1, + anon_sym_LBRACE, STATE(3127), 2, sym_line_comment, sym_block_comment, - [91211] = 5, + [91253] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6645), 1, - anon_sym_AMP_AMP, - ACTIONS(6663), 2, - anon_sym_LBRACE, - anon_sym_SQUOTE, + ACTIONS(1666), 1, + anon_sym_GT, + ACTIONS(6684), 1, + anon_sym_COMMA, + STATE(3028), 1, + aux_sym_type_arguments_repeat1, STATE(3128), 2, sym_line_comment, sym_block_comment, - [91229] = 6, + [91273] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3153), 1, - anon_sym_RBRACK, - ACTIONS(6665), 1, + ACTIONS(1666), 1, + anon_sym_GT, + ACTIONS(6684), 1, anon_sym_COMMA, - STATE(2767), 1, - aux_sym_slice_pattern_repeat1, + STATE(3033), 1, + aux_sym_type_arguments_repeat1, STATE(3129), 2, sym_line_comment, sym_block_comment, - [91249] = 6, + [91293] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6667), 1, - anon_sym_RPAREN, - ACTIONS(6669), 1, + ACTIONS(3175), 1, + anon_sym_PLUS, + ACTIONS(6686), 2, + anon_sym_RBRACE, anon_sym_COMMA, - STATE(3135), 1, - aux_sym_ordered_field_declaration_list_repeat1, STATE(3130), 2, sym_line_comment, sym_block_comment, - [91269] = 6, + [91311] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4685), 1, - anon_sym_LT2, - ACTIONS(6671), 1, - anon_sym_COLON_COLON, - STATE(2033), 1, - sym_type_arguments, + ACTIONS(4329), 1, + anon_sym_RBRACE, + ACTIONS(6688), 1, + anon_sym_COMMA, + STATE(3011), 1, + aux_sym_use_list_repeat1, STATE(3131), 2, sym_line_comment, sym_block_comment, - [91289] = 6, + [91331] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4817), 1, - anon_sym_COLON, - ACTIONS(5071), 1, - anon_sym_COLON_COLON, - STATE(2545), 1, - sym_trait_bounds, + ACTIONS(5079), 1, + anon_sym_LBRACE, + ACTIONS(6690), 1, + anon_sym_SEMI, + STATE(571), 1, + sym_declaration_list, STATE(3132), 2, sym_line_comment, sym_block_comment, - [91309] = 5, + [91351] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(6673), 2, - anon_sym_RPAREN, + ACTIONS(6692), 1, + anon_sym_GT, + ACTIONS(6694), 1, anon_sym_COMMA, + STATE(2972), 1, + aux_sym_type_parameters_repeat1, STATE(3133), 2, sym_line_comment, sym_block_comment, - [91327] = 6, + [91371] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6675), 1, - anon_sym_LPAREN, - ACTIONS(6677), 1, - anon_sym_LBRACK, - ACTIONS(6679), 1, - anon_sym_LBRACE, + ACTIONS(1670), 1, + anon_sym_GT, + ACTIONS(6696), 1, + anon_sym_COMMA, + STATE(3033), 1, + aux_sym_type_arguments_repeat1, STATE(3134), 2, sym_line_comment, sym_block_comment, - [91347] = 5, + [91391] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6681), 1, + ACTIONS(3155), 1, anon_sym_RPAREN, - ACTIONS(6683), 1, + ACTIONS(6698), 1, anon_sym_COMMA, - STATE(3135), 3, + STATE(2717), 1, + aux_sym_slice_pattern_repeat1, + STATE(3135), 2, sym_line_comment, sym_block_comment, - aux_sym_ordered_field_declaration_list_repeat1, - [91365] = 5, + [91411] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(6686), 2, - anon_sym_RBRACE, - anon_sym_COMMA, STATE(3136), 2, sym_line_comment, sym_block_comment, - [91383] = 4, + ACTIONS(6700), 3, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_COMMA, + [91427] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -191735,93 +191931,91 @@ static const uint16_t ts_small_parse_table[] = { STATE(3137), 2, sym_line_comment, sym_block_comment, - ACTIONS(6688), 3, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_QMARK, - [91399] = 6, + ACTIONS(5029), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [91443] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5120), 1, - anon_sym_LBRACE, - ACTIONS(6690), 1, + ACTIONS(3175), 1, + anon_sym_PLUS, + ACTIONS(6702), 1, anon_sym_SEMI, - STATE(698), 1, - sym_declaration_list, + ACTIONS(6704), 1, + anon_sym_EQ, STATE(3138), 2, sym_line_comment, sym_block_comment, - [91419] = 5, + [91463] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6692), 1, - anon_sym_RBRACE, - ACTIONS(6694), 1, - anon_sym_COMMA, - STATE(3139), 3, + STATE(3139), 2, sym_line_comment, sym_block_comment, - aux_sym_field_declaration_list_repeat1, - [91437] = 6, + ACTIONS(5003), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [91479] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4770), 1, - anon_sym_COLON_COLON, - ACTIONS(4817), 1, - anon_sym_COLON, - STATE(2545), 1, - sym_trait_bounds, + ACTIONS(1378), 1, + anon_sym_RPAREN, + ACTIONS(6706), 1, + anon_sym_COMMA, + STATE(3075), 1, + aux_sym_parameters_repeat1, STATE(3140), 2, sym_line_comment, sym_block_comment, - [91457] = 6, + [91499] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5140), 1, - anon_sym_RBRACE, - ACTIONS(6697), 1, - anon_sym_COMMA, - STATE(3139), 1, - aux_sym_field_declaration_list_repeat1, STATE(3141), 2, sym_line_comment, sym_block_comment, - [91477] = 6, + ACTIONS(4895), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [91515] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3649), 1, + ACTIONS(5120), 1, anon_sym_LBRACE, - ACTIONS(6699), 1, - anon_sym_COLON_COLON, - STATE(1477), 1, - sym_field_initializer_list, + ACTIONS(6708), 1, + anon_sym_SEMI, + STATE(1175), 1, + sym_declaration_list, STATE(3142), 2, sym_line_comment, sym_block_comment, - [91497] = 5, + [91535] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(6701), 2, - anon_sym_RPAREN, - anon_sym_COMMA, + ACTIONS(5089), 1, + anon_sym_where, + ACTIONS(6710), 1, + anon_sym_EQ, + STATE(3803), 1, + sym_where_clause, STATE(3143), 2, sym_line_comment, sym_block_comment, - [91515] = 4, + [91555] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -191829,132 +192023,131 @@ static const uint16_t ts_small_parse_table[] = { STATE(3144), 2, sym_line_comment, sym_block_comment, - ACTIONS(5763), 3, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_COMMA, - [91531] = 6, + ACTIONS(5035), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [91571] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(902), 1, - anon_sym_RBRACK, - ACTIONS(6703), 1, + ACTIONS(5128), 1, + anon_sym_RBRACE, + ACTIONS(6712), 1, anon_sym_COMMA, - STATE(2766), 1, - aux_sym_arguments_repeat1, + STATE(3097), 1, + aux_sym_enum_variant_list_repeat2, STATE(3145), 2, sym_line_comment, sym_block_comment, - [91551] = 6, + [91591] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6705), 1, - anon_sym_GT, - ACTIONS(6707), 1, + ACTIONS(6716), 1, + anon_sym_COLON, + ACTIONS(6714), 2, + anon_sym_RBRACE, anon_sym_COMMA, - STATE(2904), 1, - aux_sym_type_parameters_repeat1, STATE(3146), 2, sym_line_comment, sym_block_comment, - [91571] = 6, + [91609] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5130), 1, - anon_sym_LBRACE, - ACTIONS(6709), 1, - anon_sym_SEMI, - STATE(1133), 1, - sym_declaration_list, STATE(3147), 2, sym_line_comment, sym_block_comment, - [91591] = 6, + ACTIONS(5601), 3, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_COMMA, + [91625] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4685), 1, - anon_sym_LT2, - ACTIONS(6711), 1, - anon_sym_for, - STATE(2026), 1, - sym_type_arguments, + ACTIONS(3175), 1, + anon_sym_PLUS, + ACTIONS(6718), 1, + anon_sym_SEMI, + ACTIONS(6720), 1, + anon_sym_EQ, STATE(3148), 2, sym_line_comment, sym_block_comment, - [91611] = 6, + [91645] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(6713), 1, - anon_sym_SEMI, - STATE(3707), 1, - sym_where_clause, + ACTIONS(4689), 1, + anon_sym_LT2, + ACTIONS(5097), 1, + anon_sym_for, + STATE(2029), 1, + sym_type_arguments, STATE(3149), 2, sym_line_comment, sym_block_comment, - [91631] = 6, + [91665] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6715), 1, - anon_sym_LPAREN, - ACTIONS(6717), 1, - anon_sym_LBRACK, - ACTIONS(6719), 1, - anon_sym_LBRACE, + ACTIONS(3175), 1, + anon_sym_PLUS, + ACTIONS(6722), 2, + anon_sym_GT, + anon_sym_COMMA, STATE(3150), 2, sym_line_comment, sym_block_comment, - [91651] = 5, + [91683] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5664), 1, - anon_sym_PIPE, - ACTIONS(6721), 2, - anon_sym_RPAREN, - anon_sym_COMMA, STATE(3151), 2, sym_line_comment, sym_block_comment, - [91669] = 4, + ACTIONS(6724), 3, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_COMMA, + [91699] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(5120), 1, + anon_sym_LBRACE, + ACTIONS(6726), 1, + anon_sym_SEMI, + STATE(1392), 1, + sym_declaration_list, STATE(3152), 2, sym_line_comment, sym_block_comment, - ACTIONS(4999), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [91685] = 4, + [91719] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(3153), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(5045), 3, + ACTIONS(6728), 1, anon_sym_EQ_GT, + ACTIONS(6730), 1, anon_sym_PIPE, + ACTIONS(6732), 1, anon_sym_if, - [91701] = 4, + STATE(3153), 2, + sym_line_comment, + sym_block_comment, + [91739] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -191962,267 +192155,259 @@ static const uint16_t ts_small_parse_table[] = { STATE(3154), 2, sym_line_comment, sym_block_comment, - ACTIONS(4959), 3, + ACTIONS(5005), 3, anon_sym_EQ_GT, anon_sym_PIPE, anon_sym_if, - [91717] = 4, + [91755] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(5120), 1, + anon_sym_LBRACE, + ACTIONS(6734), 1, + anon_sym_SEMI, + STATE(1394), 1, + sym_declaration_list, STATE(3155), 2, sym_line_comment, sym_block_comment, - ACTIONS(5065), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [91733] = 6, + [91775] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(6723), 1, - anon_sym_SEMI, - STATE(3583), 1, - sym_where_clause, + ACTIONS(6736), 1, + anon_sym_RPAREN, + ACTIONS(6738), 1, + anon_sym_COMMA, + STATE(3184), 1, + aux_sym_ordered_field_declaration_list_repeat1, STATE(3156), 2, sym_line_comment, sym_block_comment, - [91753] = 4, + [91795] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(3295), 1, + anon_sym_RPAREN, + ACTIONS(6740), 1, + anon_sym_COMMA, + STATE(2898), 1, + aux_sym_tuple_type_repeat1, STATE(3157), 2, sym_line_comment, sym_block_comment, - ACTIONS(6725), 3, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_COMMA, - [91769] = 4, + [91815] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(5089), 1, + anon_sym_where, + ACTIONS(6742), 1, + anon_sym_SEMI, + STATE(3569), 1, + sym_where_clause, STATE(3158), 2, sym_line_comment, sym_block_comment, - ACTIONS(6727), 3, - sym_string_content, - anon_sym_DQUOTE, - sym_escape_sequence, - [91785] = 5, + [91835] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6721), 1, - anon_sym_RPAREN, - ACTIONS(6729), 1, - anon_sym_COMMA, - STATE(3159), 3, + ACTIONS(5079), 1, + anon_sym_LBRACE, + ACTIONS(6744), 1, + anon_sym_SEMI, + STATE(517), 1, + sym_declaration_list, + STATE(3159), 2, sym_line_comment, sym_block_comment, - aux_sym_tuple_pattern_repeat1, - [91803] = 5, + [91855] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6732), 1, - anon_sym_EQ, - ACTIONS(6734), 2, - anon_sym_GT, + ACTIONS(3175), 1, + anon_sym_PLUS, + ACTIONS(6746), 2, + anon_sym_RPAREN, anon_sym_COMMA, STATE(3160), 2, sym_line_comment, sym_block_comment, - [91821] = 6, + [91873] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6736), 1, - sym_identifier, - ACTIONS(6738), 1, - anon_sym_ref, - ACTIONS(6740), 1, - sym_mutable_specifier, + ACTIONS(5454), 1, + anon_sym_GT, + ACTIONS(5456), 1, + anon_sym_COMMA, + STATE(3107), 1, + aux_sym_type_parameters_repeat1, STATE(3161), 2, sym_line_comment, sym_block_comment, - [91841] = 6, + [91893] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4871), 1, - anon_sym_GT, - ACTIONS(6742), 1, - anon_sym_COMMA, - STATE(3009), 1, - aux_sym_type_parameters_repeat1, STATE(3162), 2, sym_line_comment, sym_block_comment, - [91861] = 6, + ACTIONS(5059), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [91909] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6744), 1, - anon_sym_RBRACE, - ACTIONS(6746), 1, - anon_sym_COMMA, - STATE(2920), 1, - aux_sym_field_initializer_list_repeat1, STATE(3163), 2, sym_line_comment, sym_block_comment, - [91881] = 6, + ACTIONS(5007), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [91925] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4871), 1, - anon_sym_GT, - ACTIONS(6742), 1, - anon_sym_COMMA, - STATE(3021), 1, - aux_sym_type_parameters_repeat1, STATE(3164), 2, sym_line_comment, sym_block_comment, - [91901] = 6, + ACTIONS(5011), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [91941] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5130), 1, + ACTIONS(5120), 1, anon_sym_LBRACE, ACTIONS(6748), 1, anon_sym_SEMI, - STATE(1154), 1, + STATE(1351), 1, sym_declaration_list, STATE(3165), 2, sym_line_comment, sym_block_comment, - [91921] = 6, + [91961] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6750), 1, - anon_sym_RPAREN, - ACTIONS(6752), 1, - anon_sym_COMMA, - STATE(3135), 1, - aux_sym_ordered_field_declaration_list_repeat1, STATE(3166), 2, sym_line_comment, sym_block_comment, - [91941] = 6, + ACTIONS(5019), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [91977] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4685), 1, - anon_sym_LT2, - ACTIONS(6754), 1, - anon_sym_for, - STATE(2026), 1, - sym_type_arguments, STATE(3167), 2, sym_line_comment, sym_block_comment, - [91961] = 6, + ACTIONS(5021), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [91993] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, ACTIONS(5120), 1, anon_sym_LBRACE, - ACTIONS(6756), 1, + ACTIONS(6750), 1, anon_sym_SEMI, - STATE(668), 1, + STATE(1355), 1, sym_declaration_list, STATE(3168), 2, sym_line_comment, sym_block_comment, - [91981] = 6, + [92013] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5120), 1, - anon_sym_LBRACE, - ACTIONS(6758), 1, - anon_sym_SEMI, - STATE(756), 1, - sym_declaration_list, + ACTIONS(4689), 1, + anon_sym_LT2, + ACTIONS(5155), 1, + anon_sym_for, + STATE(2029), 1, + sym_type_arguments, STATE(3169), 2, sym_line_comment, sym_block_comment, - [92001] = 5, + [92033] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(5959), 2, - anon_sym_RPAREN, - anon_sym_COMMA, STATE(3170), 2, sym_line_comment, sym_block_comment, - [92019] = 5, + ACTIONS(5025), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [92049] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(6760), 2, - anon_sym_RBRACE, - anon_sym_COMMA, STATE(3171), 2, sym_line_comment, sym_block_comment, - [92037] = 6, + ACTIONS(5033), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [92065] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5775), 1, - anon_sym_COMMA, - ACTIONS(6762), 1, - anon_sym_PIPE, - STATE(2973), 1, - aux_sym_closure_parameters_repeat1, STATE(3172), 2, sym_line_comment, sym_block_comment, - [92057] = 6, + ACTIONS(6752), 3, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_COMMA, + [92081] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4685), 1, - anon_sym_LT2, - ACTIONS(5132), 1, - anon_sym_for, - STATE(2026), 1, - sym_type_arguments, - STATE(3173), 2, + ACTIONS(6754), 1, + anon_sym_GT, + ACTIONS(6756), 1, + anon_sym_COMMA, + STATE(3173), 3, sym_line_comment, sym_block_comment, - [92077] = 4, + aux_sym_type_parameters_repeat1, + [92099] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -192230,3898 +192415,3906 @@ static const uint16_t ts_small_parse_table[] = { STATE(3174), 2, sym_line_comment, sym_block_comment, - ACTIONS(6764), 3, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_QMARK, - [92093] = 5, + ACTIONS(4889), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [92115] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6768), 1, - anon_sym_COLON, - ACTIONS(6766), 2, - anon_sym_RBRACE, - anon_sym_COMMA, + ACTIONS(4689), 1, + anon_sym_LT2, + ACTIONS(6759), 1, + anon_sym_for, + STATE(2029), 1, + sym_type_arguments, STATE(3175), 2, sym_line_comment, sym_block_comment, - [92111] = 4, + [92135] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(3175), 1, + anon_sym_PLUS, + ACTIONS(6761), 1, + anon_sym_SEMI, + ACTIONS(6763), 1, + anon_sym_EQ, STATE(3176), 2, sym_line_comment, sym_block_comment, - ACTIONS(6770), 3, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_COMMA, - [92127] = 6, + [92155] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(1662), 1, - anon_sym_GT, - ACTIONS(6772), 1, - anon_sym_COMMA, - STATE(3051), 1, - aux_sym_type_arguments_repeat1, + ACTIONS(4689), 1, + anon_sym_LT2, + ACTIONS(6765), 1, + anon_sym_for, + STATE(2029), 1, + sym_type_arguments, STATE(3177), 2, sym_line_comment, sym_block_comment, - [92147] = 6, + [92175] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4685), 1, - anon_sym_LT2, - ACTIONS(6774), 1, - anon_sym_for, - STATE(2026), 1, - sym_type_arguments, + ACTIONS(6769), 1, + anon_sym_COLON, + ACTIONS(6767), 2, + anon_sym_RBRACE, + anon_sym_COMMA, STATE(3178), 2, sym_line_comment, sym_block_comment, - [92167] = 4, + [92193] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(5089), 1, + anon_sym_where, + ACTIONS(6771), 1, + anon_sym_EQ, + STATE(3769), 1, + sym_where_clause, STATE(3179), 2, sym_line_comment, sym_block_comment, - ACTIONS(5007), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [92183] = 6, + [92213] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4685), 1, - anon_sym_LT2, - ACTIONS(6776), 1, - anon_sym_for, - STATE(2026), 1, - sym_type_arguments, + ACTIONS(5079), 1, + anon_sym_LBRACE, + ACTIONS(6773), 1, + anon_sym_SEMI, + STATE(781), 1, + sym_declaration_list, STATE(3180), 2, sym_line_comment, sym_block_comment, - [92203] = 4, + [92233] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(4877), 1, + anon_sym_GT, + ACTIONS(6775), 1, + anon_sym_COMMA, + STATE(3173), 1, + aux_sym_type_parameters_repeat1, STATE(3181), 2, sym_line_comment, sym_block_comment, - ACTIONS(5013), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [92219] = 6, + [92253] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5110), 1, - anon_sym_where, - ACTIONS(6778), 1, - anon_sym_EQ, - STATE(3769), 1, - sym_where_clause, + ACTIONS(5137), 1, + anon_sym_RBRACE, + ACTIONS(6777), 1, + anon_sym_COMMA, + STATE(2946), 1, + aux_sym_field_declaration_list_repeat1, STATE(3182), 2, sym_line_comment, sym_block_comment, - [92239] = 6, + [92273] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(928), 1, - anon_sym_RBRACK, - ACTIONS(4369), 1, - anon_sym_COMMA, - STATE(2766), 1, - aux_sym_arguments_repeat1, + ACTIONS(4689), 1, + anon_sym_LT2, + ACTIONS(6779), 1, + anon_sym_for, + STATE(2029), 1, + sym_type_arguments, STATE(3183), 2, sym_line_comment, sym_block_comment, - [92259] = 6, + [92293] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(1662), 1, - anon_sym_GT, - ACTIONS(6772), 1, + ACTIONS(6781), 1, + anon_sym_RPAREN, + ACTIONS(6783), 1, anon_sym_COMMA, - STATE(3053), 1, - aux_sym_type_arguments_repeat1, - STATE(3184), 2, + STATE(3184), 3, sym_line_comment, sym_block_comment, - [92279] = 6, + aux_sym_ordered_field_declaration_list_repeat1, + [92311] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4685), 1, - anon_sym_LT2, - ACTIONS(6780), 1, - anon_sym_for, - STATE(2026), 1, - sym_type_arguments, + ACTIONS(6786), 1, + anon_sym_RBRACE, + ACTIONS(6788), 1, + anon_sym_COMMA, + STATE(2937), 1, + aux_sym_field_initializer_list_repeat1, STATE(3185), 2, sym_line_comment, sym_block_comment, - [92299] = 6, + [92331] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(1839), 1, - anon_sym_RPAREN, - ACTIONS(6782), 1, - anon_sym_COMMA, - STATE(3159), 1, - aux_sym_tuple_pattern_repeat1, + ACTIONS(3175), 1, + anon_sym_PLUS, + ACTIONS(6790), 1, + anon_sym_SEMI, + ACTIONS(6792), 1, + anon_sym_EQ, STATE(3186), 2, sym_line_comment, sym_block_comment, - [92319] = 6, + [92351] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6784), 1, - sym_identifier, - ACTIONS(6786), 1, - anon_sym_ref, - ACTIONS(6788), 1, - sym_mutable_specifier, + ACTIONS(5095), 1, + anon_sym_RBRACE, + ACTIONS(6794), 1, + anon_sym_COMMA, + STATE(2946), 1, + aux_sym_field_declaration_list_repeat1, STATE(3187), 2, sym_line_comment, sym_block_comment, - [92339] = 6, + [92371] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6790), 1, - anon_sym_EQ_GT, - ACTIONS(6792), 1, - anon_sym_PIPE, - ACTIONS(6794), 1, - anon_sym_if, + ACTIONS(6796), 1, + sym_identifier, + ACTIONS(6798), 1, + anon_sym_ref, + ACTIONS(6800), 1, + sym_mutable_specifier, STATE(3188), 2, sym_line_comment, sym_block_comment, - [92359] = 6, + [92391] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6796), 1, - anon_sym_RBRACE, - ACTIONS(6798), 1, - anon_sym_COMMA, - STATE(2966), 1, - aux_sym_field_initializer_list_repeat1, + ACTIONS(5089), 1, + anon_sym_where, + ACTIONS(6802), 1, + anon_sym_SEMI, + STATE(3648), 1, + sym_where_clause, STATE(3189), 2, sym_line_comment, sym_block_comment, - [92379] = 6, + [92411] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3127), 1, - anon_sym_RBRACK, - ACTIONS(6800), 1, - anon_sym_COMMA, - STATE(2767), 1, - aux_sym_slice_pattern_repeat1, STATE(3190), 2, sym_line_comment, sym_block_comment, - [92399] = 6, + ACTIONS(5063), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [92427] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4685), 1, - anon_sym_LT2, - ACTIONS(5151), 1, - anon_sym_for, - STATE(2026), 1, - sym_type_arguments, + ACTIONS(5079), 1, + anon_sym_LBRACE, + ACTIONS(6804), 1, + anon_sym_SEMI, + STATE(783), 1, + sym_declaration_list, STATE(3191), 2, sym_line_comment, sym_block_comment, - [92419] = 6, + [92447] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4351), 1, - anon_sym_RBRACE, - ACTIONS(6802), 1, - anon_sym_COMMA, - STATE(2934), 1, - aux_sym_use_list_repeat1, + ACTIONS(5079), 1, + anon_sym_LBRACE, + ACTIONS(6806), 1, + anon_sym_SEMI, + STATE(635), 1, + sym_declaration_list, STATE(3192), 2, sym_line_comment, sym_block_comment, - [92439] = 6, + [92467] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3149), 1, - anon_sym_RPAREN, - ACTIONS(6804), 1, + ACTIONS(3175), 1, + anon_sym_PLUS, + ACTIONS(6808), 2, + anon_sym_RBRACE, anon_sym_COMMA, - STATE(2767), 1, - aux_sym_slice_pattern_repeat1, STATE(3193), 2, sym_line_comment, sym_block_comment, - [92459] = 6, + [92485] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3173), 1, - anon_sym_PLUS, - ACTIONS(6806), 1, - anon_sym_GT, - ACTIONS(6808), 1, - anon_sym_as, STATE(3194), 2, sym_line_comment, sym_block_comment, - [92479] = 5, + ACTIONS(6810), 3, + sym_string_content, + anon_sym_DQUOTE, + sym_escape_sequence, + [92501] = 6, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5486), 1, - anon_sym_LBRACE, - STATE(707), 1, - sym_enum_variant_list, + ACTIONS(5167), 1, + anon_sym_move, + STATE(226), 1, + sym_closure_parameters, STATE(3195), 2, sym_line_comment, sym_block_comment, - [92496] = 5, - ACTIONS(27), 1, - anon_sym_PIPE, + [92521] = 6, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(234), 1, - sym_closure_parameters, + ACTIONS(3657), 1, + anon_sym_LBRACE, + ACTIONS(6812), 1, + anon_sym_COLON_COLON, + STATE(1516), 1, + sym_field_initializer_list, STATE(3196), 2, sym_line_comment, sym_block_comment, - [92513] = 5, + [92541] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4687), 1, - anon_sym_LPAREN, - STATE(2432), 1, - sym_parameters, + ACTIONS(6814), 2, + anon_sym_RBRACE, + anon_sym_COMMA, STATE(3197), 2, sym_line_comment, sym_block_comment, - [92530] = 5, + [92556] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5106), 1, - anon_sym_LBRACE, - STATE(713), 1, - sym_field_declaration_list, + ACTIONS(6301), 2, + anon_sym_RBRACE, + anon_sym_COMMA, STATE(3198), 2, sym_line_comment, sym_block_comment, - [92547] = 5, + [92571] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3443), 1, - anon_sym_LT2, - STATE(1508), 1, - sym_type_arguments, + ACTIONS(3253), 1, + anon_sym_PLUS, + ACTIONS(3845), 1, + anon_sym_COLON, STATE(3199), 2, sym_line_comment, sym_block_comment, - [92564] = 5, + [92588] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5875), 1, - sym_identifier, - ACTIONS(5877), 1, - sym_super, + ACTIONS(6816), 1, + anon_sym_RPAREN, + ACTIONS(6818), 1, + anon_sym_COLON_COLON, STATE(3200), 2, sym_line_comment, sym_block_comment, - [92581] = 4, + [92605] = 5, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5831), 2, - sym_identifier, - sym_super, + STATE(217), 1, + sym_closure_parameters, STATE(3201), 2, sym_line_comment, sym_block_comment, - [92596] = 5, + [92622] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6810), 1, - sym_identifier, - ACTIONS(6812), 1, - sym_super, + ACTIONS(6820), 1, + anon_sym_RPAREN, + ACTIONS(6822), 1, + anon_sym_COLON_COLON, STATE(3202), 2, sym_line_comment, sym_block_comment, - [92613] = 4, + [92639] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6814), 2, - sym__block_comment_content, - anon_sym_STAR_SLASH, + ACTIONS(6820), 1, + anon_sym_RPAREN, + ACTIONS(6824), 1, + anon_sym_COLON_COLON, STATE(3203), 2, sym_line_comment, sym_block_comment, - [92628] = 5, + [92656] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6816), 1, - sym_identifier, - ACTIONS(6818), 1, - sym_super, + ACTIONS(6820), 1, + anon_sym_RPAREN, + ACTIONS(6826), 1, + anon_sym_COLON_COLON, STATE(3204), 2, sym_line_comment, sym_block_comment, - [92645] = 5, + [92673] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5410), 1, - sym_super, - ACTIONS(6010), 1, + ACTIONS(6025), 1, sym_identifier, + ACTIONS(6027), 1, + sym_super, STATE(3205), 2, sym_line_comment, sym_block_comment, - [92662] = 5, + [92690] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6820), 1, + ACTIONS(5920), 2, sym_identifier, - ACTIONS(6822), 1, sym_super, STATE(3206), 2, sym_line_comment, sym_block_comment, - [92679] = 5, + [92705] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5155), 1, - anon_sym_LBRACE, - STATE(1201), 1, - sym_field_declaration_list, + ACTIONS(6828), 1, + sym_identifier, + ACTIONS(6830), 1, + sym_super, STATE(3207), 2, sym_line_comment, sym_block_comment, - [92696] = 4, + [92722] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6824), 2, - sym__block_comment_content, - anon_sym_STAR_SLASH, + ACTIONS(6832), 1, + sym_identifier, + ACTIONS(6834), 1, + sym_super, STATE(3208), 2, sym_line_comment, sym_block_comment, - [92711] = 5, + [92739] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6736), 1, + ACTIONS(5370), 1, + sym_super, + ACTIONS(5908), 1, sym_identifier, - ACTIONS(6740), 1, - sym_mutable_specifier, STATE(3209), 2, sym_line_comment, sym_block_comment, - [92728] = 5, + [92756] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6826), 1, - anon_sym_LT, - STATE(948), 1, - sym_type_parameters, + ACTIONS(6836), 1, + sym_identifier, + ACTIONS(6838), 1, + sym_super, STATE(3210), 2, sym_line_comment, sym_block_comment, - [92745] = 5, + [92773] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5155), 1, + ACTIONS(5085), 1, anon_sym_LBRACE, - STATE(1204), 1, + STATE(1240), 1, sym_field_declaration_list, STATE(3211), 2, sym_line_comment, sym_block_comment, - [92762] = 5, + [92790] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4171), 1, - anon_sym_LPAREN, - STATE(1662), 1, - sym_parameters, + ACTIONS(5120), 1, + anon_sym_LBRACE, + STATE(1241), 1, + sym_declaration_list, STATE(3212), 2, sym_line_comment, sym_block_comment, - [92779] = 5, + [92807] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5130), 1, - anon_sym_LBRACE, - STATE(1232), 1, - sym_declaration_list, + ACTIONS(6840), 1, + sym_identifier, + ACTIONS(6842), 1, + sym_mutable_specifier, STATE(3213), 2, sym_line_comment, sym_block_comment, - [92796] = 5, - ACTIONS(27), 1, - anon_sym_PIPE, + [92824] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(213), 1, - sym_closure_parameters, + ACTIONS(5120), 1, + anon_sym_LBRACE, + STATE(1242), 1, + sym_declaration_list, STATE(3214), 2, sym_line_comment, sym_block_comment, - [92813] = 4, + [92841] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6828), 2, - anon_sym_GT, - anon_sym_COMMA, + ACTIONS(6844), 1, + anon_sym_LT, + STATE(929), 1, + sym_type_parameters, STATE(3215), 2, sym_line_comment, sym_block_comment, - [92828] = 5, - ACTIONS(27), 1, - anon_sym_PIPE, + [92858] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(236), 1, - sym_closure_parameters, + ACTIONS(6834), 1, + sym_super, + ACTIONS(6846), 1, + sym_identifier, STATE(3216), 2, sym_line_comment, sym_block_comment, - [92845] = 4, + [92875] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6830), 2, + ACTIONS(6848), 2, sym_identifier, sym_super, STATE(3217), 2, sym_line_comment, sym_block_comment, - [92860] = 5, + [92890] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3081), 1, - anon_sym_SQUOTE, - STATE(3078), 1, - sym_lifetime, + ACTIONS(4193), 1, + anon_sym_LPAREN, + STATE(1697), 1, + sym_parameters, STATE(3218), 2, sym_line_comment, sym_block_comment, - [92877] = 5, + [92907] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6832), 1, + ACTIONS(6850), 1, anon_sym_SEMI, - ACTIONS(6834), 1, + ACTIONS(6852), 1, anon_sym_EQ, STATE(3219), 2, sym_line_comment, sym_block_comment, - [92894] = 5, + [92924] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5352), 1, - anon_sym_RPAREN, - ACTIONS(6836), 1, - anon_sym_SEMI, + ACTIONS(5112), 1, + anon_sym_LBRACE, + STATE(680), 1, + sym_field_declaration_list, STATE(3220), 2, sym_line_comment, sym_block_comment, - [92911] = 5, + [92941] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6826), 1, - anon_sym_LT, - STATE(1040), 1, - sym_type_parameters, + ACTIONS(5079), 1, + anon_sym_LBRACE, + STATE(681), 1, + sym_declaration_list, STATE(3221), 2, sym_line_comment, sym_block_comment, - [92928] = 5, + [92958] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6838), 1, - anon_sym_SEMI, - ACTIONS(6840), 1, - anon_sym_as, + ACTIONS(6854), 2, + sym_identifier, + sym_super, STATE(3222), 2, sym_line_comment, sym_block_comment, - [92945] = 5, + [92973] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4845), 1, - anon_sym_BANG, - ACTIONS(4901), 1, - anon_sym_COLON_COLON, + ACTIONS(3175), 1, + anon_sym_PLUS, + ACTIONS(6856), 1, + anon_sym_GT, STATE(3223), 2, sym_line_comment, sym_block_comment, - [92962] = 5, + [92990] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4171), 1, - anon_sym_LPAREN, - STATE(1712), 1, - sym_parameters, + ACTIONS(5085), 1, + anon_sym_LBRACE, + STATE(1248), 1, + sym_field_declaration_list, STATE(3224), 2, sym_line_comment, sym_block_comment, - [92979] = 5, + [93007] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5352), 1, - anon_sym_RBRACK, - ACTIONS(6836), 1, - anon_sym_SEMI, + ACTIONS(6858), 2, + anon_sym_RPAREN, + anon_sym_COMMA, STATE(3225), 2, sym_line_comment, sym_block_comment, - [92996] = 5, + [93022] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5130), 1, - anon_sym_LBRACE, - STATE(1239), 1, - sym_declaration_list, + ACTIONS(4691), 1, + anon_sym_LPAREN, + STATE(2449), 1, + sym_parameters, STATE(3226), 2, sym_line_comment, sym_block_comment, - [93013] = 4, + [93039] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5410), 2, + ACTIONS(5370), 2, sym_identifier, sym_super, STATE(3227), 2, sym_line_comment, sym_block_comment, - [93028] = 5, + [93054] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5130), 1, + ACTIONS(5079), 1, anon_sym_LBRACE, - STATE(1240), 1, + STATE(595), 1, sym_declaration_list, STATE(3228), 2, sym_line_comment, sym_block_comment, - [93045] = 5, + [93071] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6842), 1, - anon_sym_SEMI, - ACTIONS(6844), 1, - anon_sym_as, + ACTIONS(5120), 1, + anon_sym_LBRACE, + STATE(1253), 1, + sym_declaration_list, STATE(3229), 2, sym_line_comment, sym_block_comment, - [93062] = 5, + [93088] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6846), 1, - anon_sym_SEMI, - ACTIONS(6848), 1, - anon_sym_EQ, + ACTIONS(4691), 1, + anon_sym_LPAREN, + STATE(2300), 1, + sym_parameters, STATE(3230), 2, sym_line_comment, sym_block_comment, - [93079] = 5, + [93105] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5356), 1, - anon_sym_RBRACE, - ACTIONS(6836), 1, - anon_sym_SEMI, + ACTIONS(5900), 1, + sym_super, + ACTIONS(5908), 1, + sym_identifier, STATE(3231), 2, sym_line_comment, sym_block_comment, - [93096] = 5, + [93122] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6850), 1, - sym_identifier, - ACTIONS(6852), 1, - sym_mutable_specifier, + ACTIONS(6860), 1, + anon_sym_SEMI, + ACTIONS(6862), 1, + anon_sym_RPAREN, STATE(3232), 2, sym_line_comment, sym_block_comment, - [93113] = 5, + [93139] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5490), 1, - anon_sym_LBRACE, - STATE(1248), 1, - sym_enum_variant_list, + ACTIONS(4193), 1, + anon_sym_LPAREN, + STATE(1678), 1, + sym_parameters, STATE(3233), 2, sym_line_comment, sym_block_comment, - [93130] = 4, + [93156] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6854), 2, - anon_sym_RPAREN, - anon_sym_COMMA, + ACTIONS(5112), 1, + anon_sym_LBRACE, + STATE(700), 1, + sym_field_declaration_list, STATE(3234), 2, sym_line_comment, sym_block_comment, - [93145] = 5, + [93173] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5155), 1, - anon_sym_LBRACE, - STATE(1251), 1, - sym_field_declaration_list, + ACTIONS(6844), 1, + anon_sym_LT, + STATE(913), 1, + sym_type_parameters, STATE(3235), 2, sym_line_comment, sym_block_comment, - [93162] = 5, + [93190] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5358), 1, - anon_sym_RPAREN, - ACTIONS(6836), 1, - anon_sym_SEMI, + ACTIONS(5549), 1, + anon_sym_LBRACE, + STATE(601), 1, + sym_enum_variant_list, STATE(3236), 2, sym_line_comment, sym_block_comment, - [93179] = 5, + [93207] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5155), 1, + ACTIONS(5079), 1, anon_sym_LBRACE, - STATE(1253), 1, - sym_field_declaration_list, + STATE(646), 1, + sym_declaration_list, STATE(3237), 2, sym_line_comment, sym_block_comment, - [93196] = 4, + [93224] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6856), 2, - anon_sym_RPAREN, - anon_sym_COMMA, + ACTIONS(6860), 1, + anon_sym_SEMI, + ACTIONS(6862), 1, + anon_sym_RBRACK, STATE(3238), 2, sym_line_comment, sym_block_comment, - [93211] = 5, + [93241] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5130), 1, + ACTIONS(5474), 1, anon_sym_LBRACE, - STATE(1254), 1, - sym_declaration_list, + STATE(1258), 1, + sym_enum_variant_list, STATE(3239), 2, sym_line_comment, sym_block_comment, - [93228] = 4, + [93258] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6858), 2, + ACTIONS(6836), 1, sym_identifier, - sym_metavariable, + ACTIONS(6864), 1, + sym_super, STATE(3240), 2, sym_line_comment, sym_block_comment, - [93243] = 5, + [93275] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5358), 1, - anon_sym_RBRACK, - ACTIONS(6836), 1, - anon_sym_SEMI, + ACTIONS(5085), 1, + anon_sym_LBRACE, + STATE(1261), 1, + sym_field_declaration_list, STATE(3241), 2, sym_line_comment, sym_block_comment, - [93260] = 5, + [93292] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5693), 1, - sym_super, ACTIONS(6860), 1, - sym_identifier, + anon_sym_SEMI, + ACTIONS(6866), 1, + anon_sym_RBRACE, STATE(3242), 2, sym_line_comment, sym_block_comment, - [93277] = 5, + [93309] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5378), 1, - anon_sym_RBRACE, - ACTIONS(6836), 1, - anon_sym_SEMI, + ACTIONS(5350), 2, + anon_sym_RPAREN, + anon_sym_COMMA, STATE(3243), 2, sym_line_comment, sym_block_comment, - [93294] = 5, - ACTIONS(27), 1, - anon_sym_PIPE, + [93324] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(243), 1, - sym_closure_parameters, + ACTIONS(5085), 1, + anon_sym_LBRACE, + STATE(1395), 1, + sym_field_declaration_list, STATE(3244), 2, sym_line_comment, sym_block_comment, - [93311] = 5, + [93341] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5749), 1, + ACTIONS(5674), 1, sym_super, - ACTIONS(6862), 1, + ACTIONS(6868), 1, sym_identifier, STATE(3245), 2, sym_line_comment, sym_block_comment, - [93328] = 5, + [93358] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5106), 1, - anon_sym_LBRACE, - STATE(628), 1, - sym_field_declaration_list, + ACTIONS(6870), 1, + anon_sym_SEMI, + ACTIONS(6872), 1, + anon_sym_as, STATE(3246), 2, sym_line_comment, sym_block_comment, - [93345] = 5, + [93375] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5106), 1, - anon_sym_LBRACE, - STATE(685), 1, - sym_field_declaration_list, + ACTIONS(5705), 1, + anon_sym_PIPE, + ACTIONS(5779), 1, + anon_sym_COLON, STATE(3247), 2, sym_line_comment, sym_block_comment, - [93362] = 5, - ACTIONS(27), 1, - anon_sym_PIPE, + [93392] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(211), 1, - sym_closure_parameters, + ACTIONS(6838), 1, + sym_super, + ACTIONS(6874), 1, + sym_identifier, STATE(3248), 2, sym_line_comment, sym_block_comment, - [93379] = 5, + [93409] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3081), 1, - anon_sym_SQUOTE, - STATE(3298), 1, - sym_lifetime, + ACTIONS(6860), 1, + anon_sym_SEMI, + ACTIONS(6876), 1, + anon_sym_RPAREN, STATE(3249), 2, sym_line_comment, sym_block_comment, - [93396] = 5, + [93426] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5749), 1, + ACTIONS(5615), 1, sym_super, - ACTIONS(6864), 1, + ACTIONS(6878), 1, sym_identifier, STATE(3250), 2, sym_line_comment, sym_block_comment, - [93413] = 5, + [93443] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6866), 1, - anon_sym_STAR_SLASH, - ACTIONS(6868), 1, - sym__block_comment_content, + ACTIONS(5079), 1, + anon_sym_LBRACE, + STATE(664), 1, + sym_declaration_list, STATE(3251), 2, sym_line_comment, sym_block_comment, - [93430] = 5, + [93460] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5664), 1, - anon_sym_PIPE, - ACTIONS(6870), 1, - anon_sym_in, + ACTIONS(6860), 1, + anon_sym_SEMI, + ACTIONS(6876), 1, + anon_sym_RBRACK, STATE(3252), 2, sym_line_comment, sym_block_comment, - [93447] = 5, + [93477] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4221), 1, + ACTIONS(5079), 1, anon_sym_LBRACE, - STATE(1922), 1, - sym_field_initializer_list, + STATE(665), 1, + sym_declaration_list, STATE(3253), 2, sym_line_comment, sym_block_comment, - [93464] = 5, - ACTIONS(27), 1, - anon_sym_PIPE, + [93494] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(253), 1, - sym_closure_parameters, + ACTIONS(6860), 1, + anon_sym_SEMI, + ACTIONS(6880), 1, + anon_sym_RBRACE, STATE(3254), 2, sym_line_comment, sym_block_comment, - [93481] = 5, + [93511] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3173), 1, - anon_sym_PLUS, - ACTIONS(3961), 1, - anon_sym_COLON, + ACTIONS(5674), 1, + sym_super, + ACTIONS(6882), 1, + sym_identifier, STATE(3255), 2, sym_line_comment, sym_block_comment, - [93498] = 5, + [93528] = 5, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3173), 1, - anon_sym_PLUS, - ACTIONS(3979), 1, - anon_sym_COLON, + STATE(253), 1, + sym_closure_parameters, STATE(3256), 2, sym_line_comment, sym_block_comment, - [93515] = 4, + [93545] = 5, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5877), 2, - sym_identifier, - sym_super, + STATE(226), 1, + sym_closure_parameters, STATE(3257), 2, sym_line_comment, sym_block_comment, - [93530] = 4, + [93562] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6508), 2, + ACTIONS(6860), 1, + anon_sym_SEMI, + ACTIONS(6884), 1, anon_sym_RBRACE, - anon_sym_COMMA, STATE(3258), 2, sym_line_comment, sym_block_comment, - [93545] = 5, + [93579] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6818), 1, - sym_super, - ACTIONS(6872), 1, - sym_identifier, + ACTIONS(6860), 1, + anon_sym_SEMI, + ACTIONS(6886), 1, + anon_sym_RBRACE, STATE(3259), 2, sym_line_comment, sym_block_comment, - [93562] = 5, + [93596] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5410), 1, + ACTIONS(5615), 1, sym_super, - ACTIONS(5835), 1, + ACTIONS(6888), 1, sym_identifier, STATE(3260), 2, sym_line_comment, sym_block_comment, - [93579] = 5, + [93613] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6822), 1, - sym_super, - ACTIONS(6874), 1, - sym_identifier, + ACTIONS(3093), 1, + anon_sym_SQUOTE, + STATE(3381), 1, + sym_lifetime, STATE(3261), 2, sym_line_comment, sym_block_comment, - [93596] = 5, + [93630] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6876), 1, - anon_sym_RPAREN, - ACTIONS(6878), 1, - anon_sym_COLON_COLON, + ACTIONS(6890), 2, + sym_float_literal, + sym_integer_literal, STATE(3262), 2, sym_line_comment, sym_block_comment, - [93613] = 5, + [93645] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3173), 1, - anon_sym_PLUS, - ACTIONS(3849), 1, - anon_sym_COLON, + ACTIONS(6438), 2, + anon_sym_RBRACE, + anon_sym_COMMA, STATE(3263), 2, sym_line_comment, sym_block_comment, - [93630] = 5, + [93660] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5835), 1, - sym_identifier, - ACTIONS(5837), 1, - sym_super, + ACTIONS(5079), 1, + anon_sym_LBRACE, + STATE(746), 1, + sym_declaration_list, STATE(3264), 2, sym_line_comment, sym_block_comment, - [93647] = 5, + [93677] = 5, ACTIONS(27), 1, anon_sym_PIPE, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(251), 1, + STATE(227), 1, sym_closure_parameters, STATE(3265), 2, sym_line_comment, sym_block_comment, - [93664] = 5, + [93694] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5486), 1, - anon_sym_LBRACE, - STATE(766), 1, - sym_enum_variant_list, + ACTIONS(6892), 1, + sym_identifier, + ACTIONS(6894), 1, + sym_super, STATE(3266), 2, sym_line_comment, sym_block_comment, - [93681] = 5, + [93711] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6818), 1, - sym_super, - ACTIONS(6880), 1, - sym_identifier, + ACTIONS(6844), 1, + anon_sym_LT, + STATE(984), 1, + sym_type_parameters, STATE(3267), 2, sym_line_comment, sym_block_comment, - [93698] = 5, + [93728] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5693), 1, - sym_super, - ACTIONS(6882), 1, + ACTIONS(6027), 2, sym_identifier, + sym_super, STATE(3268), 2, sym_line_comment, sym_block_comment, - [93715] = 5, + [93743] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6822), 1, + ACTIONS(6834), 1, sym_super, - ACTIONS(6884), 1, + ACTIONS(6896), 1, sym_identifier, STATE(3269), 2, sym_line_comment, sym_block_comment, - [93732] = 4, + [93760] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6886), 2, - sym_float_literal, - sym_integer_literal, + ACTIONS(5112), 1, + anon_sym_LBRACE, + STATE(582), 1, + sym_field_declaration_list, STATE(3270), 2, sym_line_comment, sym_block_comment, - [93747] = 5, + [93777] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6888), 1, - anon_sym_RPAREN, - ACTIONS(6890), 1, - anon_sym_COLON_COLON, + ACTIONS(5370), 1, + sym_super, + ACTIONS(5906), 1, + sym_identifier, STATE(3271), 2, sym_line_comment, sym_block_comment, - [93764] = 5, + [93794] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6892), 1, - sym_identifier, - ACTIONS(6894), 1, + ACTIONS(6838), 1, sym_super, + ACTIONS(6898), 1, + sym_identifier, STATE(3272), 2, sym_line_comment, sym_block_comment, - [93781] = 5, + [93811] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5106), 1, - anon_sym_LBRACE, - STATE(693), 1, - sym_field_declaration_list, + ACTIONS(3458), 1, + anon_sym_LPAREN, + STATE(1420), 1, + sym_parameters, STATE(3273), 2, sym_line_comment, sym_block_comment, - [93798] = 5, + [93828] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6826), 1, - anon_sym_LT, - STATE(1041), 1, - sym_type_parameters, + ACTIONS(5079), 1, + anon_sym_LBRACE, + STATE(656), 1, + sym_declaration_list, STATE(3274), 2, sym_line_comment, sym_block_comment, - [93815] = 4, + [93845] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6896), 2, - anon_sym_const, - sym_mutable_specifier, + ACTIONS(6900), 2, + sym__block_comment_content, + anon_sym_STAR_SLASH, STATE(3275), 2, sym_line_comment, sym_block_comment, - [93830] = 5, + [93860] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5664), 1, - anon_sym_PIPE, - ACTIONS(5733), 1, - anon_sym_COLON, + ACTIONS(4691), 1, + anon_sym_LPAREN, + STATE(2482), 1, + sym_parameters, STATE(3276), 2, sym_line_comment, sym_block_comment, - [93847] = 5, - ACTIONS(27), 1, - anon_sym_PIPE, + [93877] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(224), 1, - sym_closure_parameters, + ACTIONS(6902), 2, + anon_sym_const, + sym_mutable_specifier, STATE(3277), 2, sym_line_comment, sym_block_comment, - [93864] = 5, + [93892] = 5, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3649), 1, - anon_sym_LBRACE, - STATE(1477), 1, - sym_field_initializer_list, + STATE(229), 1, + sym_closure_parameters, STATE(3278), 2, sym_line_comment, sym_block_comment, - [93881] = 4, + [93909] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5963), 2, - anon_sym_RPAREN, - anon_sym_COMMA, + ACTIONS(4832), 1, + anon_sym_BANG, + ACTIONS(4899), 1, + anon_sym_COLON_COLON, STATE(3279), 2, sym_line_comment, sym_block_comment, - [93896] = 5, + [93926] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6836), 1, - anon_sym_SEMI, - ACTIONS(6898), 1, - anon_sym_RBRACE, + ACTIONS(5079), 1, + anon_sym_LBRACE, + STATE(747), 1, + sym_declaration_list, STATE(3280), 2, sym_line_comment, sym_block_comment, - [93913] = 5, + [93943] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6894), 1, - sym_super, - ACTIONS(6900), 1, - sym_identifier, + ACTIONS(6665), 2, + anon_sym_RBRACE, + anon_sym_COMMA, STATE(3281), 2, sym_line_comment, sym_block_comment, - [93930] = 5, + [93958] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3435), 1, - anon_sym_LPAREN, - STATE(1415), 1, - sym_parameters, + ACTIONS(6904), 2, + anon_sym_RBRACE, + anon_sym_COMMA, STATE(3282), 2, sym_line_comment, sym_block_comment, - [93947] = 5, + [93973] = 5, ACTIONS(27), 1, anon_sym_PIPE, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(239), 1, + STATE(235), 1, sym_closure_parameters, STATE(3283), 2, sym_line_comment, sym_block_comment, - [93964] = 5, + [93990] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4770), 1, - anon_sym_COLON_COLON, - ACTIONS(6537), 1, - anon_sym_for, + ACTIONS(5112), 1, + anon_sym_LBRACE, + STATE(605), 1, + sym_field_declaration_list, STATE(3284), 2, sym_line_comment, sym_block_comment, - [93981] = 5, + [94007] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3173), 1, - anon_sym_PLUS, - ACTIONS(4097), 1, - anon_sym_COLON, + ACTIONS(5705), 1, + anon_sym_PIPE, + ACTIONS(6906), 1, + anon_sym_in, STATE(3285), 2, sym_line_comment, sym_block_comment, - [93998] = 5, + [94024] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6902), 1, - sym_identifier, - ACTIONS(6904), 1, - sym_super, + ACTIONS(5474), 1, + anon_sym_LBRACE, + STATE(1164), 1, + sym_enum_variant_list, STATE(3286), 2, sym_line_comment, sym_block_comment, - [94015] = 4, + [94041] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6906), 2, - sym_identifier, - sym_metavariable, + ACTIONS(3458), 1, + anon_sym_LPAREN, + STATE(1411), 1, + sym_parameters, STATE(3287), 2, sym_line_comment, sym_block_comment, - [94030] = 5, + [94058] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5837), 1, - sym_super, - ACTIONS(5945), 1, - sym_identifier, + ACTIONS(3657), 1, + anon_sym_LBRACE, + STATE(1516), 1, + sym_field_initializer_list, STATE(3288), 2, sym_line_comment, sym_block_comment, - [94047] = 5, + [94075] = 5, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6908), 1, - sym_identifier, - ACTIONS(6910), 1, - sym_super, + STATE(232), 1, + sym_closure_parameters, STATE(3289), 2, sym_line_comment, sym_block_comment, - [94064] = 5, + [94092] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6836), 1, - anon_sym_SEMI, - ACTIONS(6912), 1, - anon_sym_RBRACE, + ACTIONS(5705), 1, + anon_sym_PIPE, + ACTIONS(6908), 1, + anon_sym_EQ, STATE(3290), 2, sym_line_comment, sym_block_comment, - [94081] = 4, + [94109] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6275), 2, - anon_sym_RBRACE, - anon_sym_COMMA, + ACTIONS(6894), 2, + sym_identifier, + sym_super, STATE(3291), 2, sym_line_comment, sym_block_comment, - [94096] = 5, + [94124] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4687), 1, - anon_sym_LPAREN, - STATE(2312), 1, - sym_parameters, + ACTIONS(5079), 1, + anon_sym_LBRACE, + STATE(584), 1, + sym_declaration_list, STATE(3292), 2, sym_line_comment, sym_block_comment, - [94113] = 5, - ACTIONS(27), 1, - anon_sym_PIPE, + [94141] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(248), 1, - sym_closure_parameters, + ACTIONS(6894), 1, + sym_super, + ACTIONS(6910), 1, + sym_identifier, STATE(3293), 2, sym_line_comment, sym_block_comment, - [94130] = 5, + [94158] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6888), 1, - anon_sym_RPAREN, - ACTIONS(6914), 1, - anon_sym_COLON_COLON, + ACTIONS(3253), 1, + anon_sym_PLUS, + ACTIONS(3887), 1, + anon_sym_COLON, STATE(3294), 2, sym_line_comment, sym_block_comment, - [94147] = 4, + [94175] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5502), 2, + ACTIONS(6521), 2, anon_sym_RPAREN, anon_sym_COMMA, STATE(3295), 2, sym_line_comment, sym_block_comment, - [94162] = 4, + [94190] = 5, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6916), 2, - anon_sym_RPAREN, - anon_sym_COMMA, + STATE(233), 1, + sym_closure_parameters, STATE(3296), 2, sym_line_comment, sym_block_comment, - [94177] = 5, + [94207] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6888), 1, - anon_sym_RPAREN, - ACTIONS(6918), 1, - anon_sym_COLON_COLON, + ACTIONS(6912), 2, + sym__block_comment_content, + anon_sym_STAR_SLASH, STATE(3297), 2, sym_line_comment, sym_block_comment, - [94194] = 4, + [94222] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6556), 2, - anon_sym_GT, - anon_sym_COMMA, + ACTIONS(3253), 1, + anon_sym_PLUS, + ACTIONS(3891), 1, + anon_sym_COLON, STATE(3298), 2, sym_line_comment, sym_block_comment, - [94209] = 5, + [94239] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5106), 1, - anon_sym_LBRACE, - STATE(769), 1, - sym_field_declaration_list, + ACTIONS(6914), 1, + sym_identifier, + ACTIONS(6916), 1, + sym_super, STATE(3299), 2, sym_line_comment, sym_block_comment, - [94226] = 5, + [94256] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6894), 1, + ACTIONS(5900), 1, sym_super, - ACTIONS(6920), 1, + ACTIONS(6065), 1, sym_identifier, STATE(3300), 2, sym_line_comment, sym_block_comment, - [94243] = 5, + [94273] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4535), 1, - anon_sym_EQ_GT, - ACTIONS(6922), 1, - anon_sym_AMP_AMP, + ACTIONS(6864), 1, + sym_super, + ACTIONS(6918), 1, + sym_identifier, STATE(3301), 2, sym_line_comment, sym_block_comment, - [94260] = 5, + [94290] = 5, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6663), 1, - anon_sym_EQ_GT, - ACTIONS(6922), 1, - anon_sym_AMP_AMP, + STATE(210), 1, + sym_closure_parameters, STATE(3302), 2, sym_line_comment, sym_block_comment, - [94277] = 5, + [94307] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6818), 1, - sym_super, - ACTIONS(6924), 1, - sym_identifier, + ACTIONS(5112), 1, + anon_sym_LBRACE, + STATE(608), 1, + sym_field_declaration_list, STATE(3303), 2, sym_line_comment, sym_block_comment, - [94294] = 5, + [94324] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5837), 1, - sym_super, - ACTIONS(6104), 1, - sym_identifier, + ACTIONS(5085), 1, + anon_sym_LBRACE, + STATE(1180), 1, + sym_field_declaration_list, STATE(3304), 2, sym_line_comment, sym_block_comment, - [94311] = 5, + [94341] = 5, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6910), 1, - sym_super, - ACTIONS(6926), 1, - sym_identifier, + STATE(234), 1, + sym_closure_parameters, STATE(3305), 2, sym_line_comment, sym_block_comment, - [94328] = 4, + [94358] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6928), 2, + ACTIONS(6920), 2, anon_sym_GT, anon_sym_COMMA, STATE(3306), 2, sym_line_comment, sym_block_comment, - [94343] = 4, + [94373] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6565), 2, - anon_sym_GT, - anon_sym_COMMA, + ACTIONS(5120), 1, + anon_sym_LBRACE, + STATE(1183), 1, + sym_declaration_list, STATE(3307), 2, sym_line_comment, sym_block_comment, - [94358] = 5, + [94390] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6864), 1, - sym_identifier, - ACTIONS(6894), 1, - sym_super, + ACTIONS(6922), 1, + anon_sym_SEMI, + ACTIONS(6924), 1, + anon_sym_EQ, STATE(3308), 2, sym_line_comment, sym_block_comment, - [94375] = 5, + [94407] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6930), 1, - sym_identifier, - ACTIONS(6932), 1, + ACTIONS(6894), 1, sym_super, + ACTIONS(6926), 1, + sym_identifier, STATE(3309), 2, sym_line_comment, sym_block_comment, - [94392] = 5, + [94424] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6818), 1, - sym_super, - ACTIONS(6934), 1, - sym_identifier, + ACTIONS(5079), 1, + anon_sym_LBRACE, + STATE(723), 1, + sym_declaration_list, STATE(3310), 2, sym_line_comment, sym_block_comment, - [94409] = 5, + [94441] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5831), 1, - sym_super, - ACTIONS(5879), 1, - sym_identifier, + ACTIONS(4887), 1, + anon_sym_COLON_COLON, + ACTIONS(5049), 1, + anon_sym_BANG, STATE(3311), 2, sym_line_comment, sym_block_comment, - [94426] = 5, + [94458] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6830), 1, + ACTIONS(6834), 1, sym_super, - ACTIONS(6936), 1, + ACTIONS(6928), 1, sym_identifier, STATE(3312), 2, sym_line_comment, sym_block_comment, - [94443] = 5, - ACTIONS(27), 1, - anon_sym_PIPE, + [94475] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(214), 1, - sym_closure_parameters, + ACTIONS(5898), 1, + sym_identifier, + ACTIONS(5900), 1, + sym_super, STATE(3313), 2, sym_line_comment, sym_block_comment, - [94460] = 4, + [94492] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6894), 2, - sym_identifier, + ACTIONS(6864), 1, sym_super, + ACTIONS(6930), 1, + sym_identifier, STATE(3314), 2, sym_line_comment, sym_block_comment, - [94475] = 5, + [94509] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, - anon_sym_PLUS, - ACTIONS(6938), 1, - anon_sym_GT, + ACTIONS(5120), 1, + anon_sym_LBRACE, + STATE(1311), 1, + sym_declaration_list, STATE(3315), 2, sym_line_comment, sym_block_comment, - [94492] = 4, + [94526] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6588), 2, - anon_sym_RBRACE, - anon_sym_COMMA, + ACTIONS(5085), 1, + anon_sym_LBRACE, + STATE(1189), 1, + sym_field_declaration_list, STATE(3316), 2, sym_line_comment, sym_block_comment, - [94507] = 5, + [94543] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6874), 1, - sym_identifier, - ACTIONS(6910), 1, - sym_super, + ACTIONS(6932), 1, + anon_sym_SEMI, + ACTIONS(6934), 1, + anon_sym_as, STATE(3317), 2, sym_line_comment, sym_block_comment, - [94524] = 5, + [94560] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5749), 1, - sym_super, - ACTIONS(6900), 1, - sym_identifier, + ACTIONS(5120), 1, + anon_sym_LBRACE, + STATE(1350), 1, + sym_declaration_list, STATE(3318), 2, sym_line_comment, sym_block_comment, - [94541] = 5, + [94577] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6818), 1, - sym_super, - ACTIONS(6860), 1, - sym_identifier, + ACTIONS(5120), 1, + anon_sym_LBRACE, + STATE(1352), 1, + sym_declaration_list, STATE(3319), 2, sym_line_comment, sym_block_comment, - [94558] = 5, + [94594] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5410), 1, - sym_super, - ACTIONS(5945), 1, - sym_identifier, + ACTIONS(5087), 1, + anon_sym_LT, + STATE(991), 1, + sym_type_parameters, STATE(3320), 2, sym_line_comment, sym_block_comment, - [94575] = 5, + [94611] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6822), 1, - sym_super, - ACTIONS(6908), 1, - sym_identifier, + ACTIONS(6936), 1, + anon_sym_LPAREN, + ACTIONS(6938), 1, + anon_sym_COLON_COLON, STATE(3321), 2, sym_line_comment, sym_block_comment, - [94592] = 5, + [94628] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6894), 1, - sym_super, - ACTIONS(6940), 1, - sym_identifier, + ACTIONS(6498), 2, + anon_sym_RBRACE, + anon_sym_COMMA, STATE(3322), 2, sym_line_comment, sym_block_comment, - [94609] = 5, + [94643] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5837), 1, + ACTIONS(6834), 1, sym_super, - ACTIONS(5943), 1, + ACTIONS(6940), 1, sym_identifier, STATE(3323), 2, sym_line_comment, sym_block_comment, - [94626] = 5, + [94660] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6910), 1, - sym_super, - ACTIONS(6942), 1, - sym_identifier, + ACTIONS(6942), 2, + anon_sym_GT, + anon_sym_COMMA, STATE(3324), 2, sym_line_comment, sym_block_comment, - [94643] = 5, + [94675] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6894), 1, - sym_super, - ACTIONS(6944), 1, + ACTIONS(6864), 2, sym_identifier, + sym_super, STATE(3325), 2, sym_line_comment, sym_block_comment, - [94660] = 5, + [94690] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5837), 1, + ACTIONS(6848), 1, sym_super, - ACTIONS(5988), 1, + ACTIONS(6944), 1, sym_identifier, STATE(3326), 2, sym_line_comment, sym_block_comment, - [94677] = 5, + [94707] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6910), 1, - sym_super, ACTIONS(6946), 1, - sym_identifier, + anon_sym_SEMI, + ACTIONS(6948), 1, + anon_sym_as, STATE(3327), 2, sym_line_comment, sym_block_comment, - [94694] = 5, + [94724] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6894), 1, + ACTIONS(6834), 1, sym_super, - ACTIONS(6948), 1, + ACTIONS(6950), 1, sym_identifier, STATE(3328), 2, sym_line_comment, sym_block_comment, - [94711] = 5, + [94741] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5837), 1, + ACTIONS(5920), 1, sym_super, - ACTIONS(6004), 1, + ACTIONS(6029), 1, sym_identifier, STATE(3329), 2, sym_line_comment, sym_block_comment, - [94728] = 5, + [94758] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6910), 1, + ACTIONS(6854), 1, sym_super, - ACTIONS(6950), 1, + ACTIONS(6952), 1, sym_identifier, STATE(3330), 2, sym_line_comment, sym_block_comment, - [94745] = 5, + [94775] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5749), 1, - sym_super, - ACTIONS(6948), 1, - sym_identifier, + ACTIONS(5474), 1, + anon_sym_LBRACE, + STATE(1367), 1, + sym_enum_variant_list, STATE(3331), 2, sym_line_comment, sym_block_comment, - [94762] = 5, + [94792] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5410), 1, - sym_super, - ACTIONS(6004), 1, - sym_identifier, + ACTIONS(4383), 1, + anon_sym_EQ_GT, + ACTIONS(6954), 1, + anon_sym_AMP_AMP, STATE(3332), 2, sym_line_comment, sym_block_comment, - [94779] = 5, + [94809] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6822), 1, - sym_super, - ACTIONS(6950), 1, - sym_identifier, + ACTIONS(5085), 1, + anon_sym_LBRACE, + STATE(1371), 1, + sym_field_declaration_list, STATE(3333), 2, sym_line_comment, sym_block_comment, - [94796] = 5, + [94826] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4687), 1, - anon_sym_LPAREN, - STATE(2458), 1, - sym_parameters, + ACTIONS(5615), 1, + sym_super, + ACTIONS(6910), 1, + sym_identifier, STATE(3334), 2, sym_line_comment, sym_block_comment, - [94813] = 5, + [94843] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4675), 1, - anon_sym_BANG, - ACTIONS(6952), 1, - anon_sym_COLON_COLON, + ACTIONS(6834), 1, + sym_super, + ACTIONS(6882), 1, + sym_identifier, STATE(3335), 2, sym_line_comment, sym_block_comment, - [94830] = 5, + [94860] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6836), 1, - anon_sym_SEMI, - ACTIONS(6954), 1, - anon_sym_RPAREN, + ACTIONS(5370), 1, + sym_super, + ACTIONS(6065), 1, + sym_identifier, STATE(3336), 2, sym_line_comment, sym_block_comment, - [94847] = 5, + [94877] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4687), 1, - anon_sym_LPAREN, - STATE(2451), 1, - sym_parameters, + ACTIONS(6838), 1, + sym_super, + ACTIONS(6918), 1, + sym_identifier, STATE(3337), 2, sym_line_comment, sym_block_comment, - [94864] = 5, + [94894] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5106), 1, - anon_sym_LBRACE, - STATE(619), 1, - sym_field_declaration_list, + ACTIONS(6894), 1, + sym_super, + ACTIONS(6956), 1, + sym_identifier, STATE(3338), 2, sym_line_comment, sym_block_comment, - [94881] = 4, + [94911] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6956), 2, - anon_sym_RPAREN, - anon_sym_COMMA, + ACTIONS(5900), 1, + sym_super, + ACTIONS(6063), 1, + sym_identifier, STATE(3339), 2, sym_line_comment, sym_block_comment, - [94896] = 5, + [94928] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3173), 1, - anon_sym_PLUS, - ACTIONS(4049), 1, - anon_sym_COLON, + ACTIONS(6864), 1, + sym_super, + ACTIONS(6958), 1, + sym_identifier, STATE(3340), 2, sym_line_comment, sym_block_comment, - [94913] = 5, + [94945] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6958), 1, - anon_sym_LPAREN, + ACTIONS(6894), 1, + sym_super, ACTIONS(6960), 1, - anon_sym_COLON_COLON, + sym_identifier, STATE(3341), 2, sym_line_comment, sym_block_comment, - [94930] = 5, + [94962] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5130), 1, - anon_sym_LBRACE, - STATE(1295), 1, - sym_declaration_list, + ACTIONS(5900), 1, + sym_super, + ACTIONS(6091), 1, + sym_identifier, STATE(3342), 2, sym_line_comment, sym_block_comment, - [94947] = 4, + [94979] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6962), 2, - anon_sym_const, - sym_mutable_specifier, + ACTIONS(6864), 1, + sym_super, + ACTIONS(6962), 1, + sym_identifier, STATE(3343), 2, sym_line_comment, sym_block_comment, - [94962] = 5, + [94996] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3509), 1, - anon_sym_PLUS, - ACTIONS(3773), 1, - anon_sym_COLON_COLON, + ACTIONS(6894), 1, + sym_super, + ACTIONS(6964), 1, + sym_identifier, STATE(3344), 2, sym_line_comment, sym_block_comment, - [94979] = 5, + [95013] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3509), 1, - anon_sym_PLUS, - ACTIONS(3775), 1, - anon_sym_COLON_COLON, + ACTIONS(5900), 1, + sym_super, + ACTIONS(6099), 1, + sym_identifier, STATE(3345), 2, sym_line_comment, sym_block_comment, - [94996] = 5, + [95030] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6964), 1, - anon_sym_BANG, + ACTIONS(6864), 1, + sym_super, ACTIONS(6966), 1, - anon_sym_COLON_COLON, + sym_identifier, STATE(3346), 2, sym_line_comment, sym_block_comment, - [95013] = 5, + [95047] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5410), 1, + ACTIONS(5615), 1, sym_super, - ACTIONS(6070), 1, + ACTIONS(6964), 1, sym_identifier, STATE(3347), 2, sym_line_comment, sym_block_comment, - [95030] = 5, + [95064] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5664), 1, - anon_sym_PIPE, - ACTIONS(6968), 1, - anon_sym_in, + ACTIONS(5370), 1, + sym_super, + ACTIONS(6099), 1, + sym_identifier, STATE(3348), 2, sym_line_comment, sym_block_comment, - [95047] = 4, + [95081] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5837), 2, - sym_identifier, + ACTIONS(6838), 1, sym_super, + ACTIONS(6966), 1, + sym_identifier, STATE(3349), 2, sym_line_comment, sym_block_comment, - [95062] = 4, + [95098] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6970), 2, - anon_sym_GT, - anon_sym_COMMA, + ACTIONS(3253), 1, + anon_sym_PLUS, + ACTIONS(3915), 1, + anon_sym_COLON, STATE(3350), 2, sym_line_comment, sym_block_comment, - [95077] = 5, + [95115] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6822), 1, - sym_super, - ACTIONS(6972), 1, - sym_identifier, + ACTIONS(6330), 1, + anon_sym_EQ_GT, + ACTIONS(6954), 1, + anon_sym_AMP_AMP, STATE(3351), 2, sym_line_comment, sym_block_comment, - [95094] = 5, + [95132] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5120), 1, + ACTIONS(5085), 1, anon_sym_LBRACE, - STATE(582), 1, - sym_declaration_list, + STATE(1373), 1, + sym_field_declaration_list, STATE(3352), 2, sym_line_comment, sym_block_comment, - [95111] = 5, + [95149] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5155), 1, + ACTIONS(5120), 1, anon_sym_LBRACE, - STATE(1180), 1, - sym_field_declaration_list, + STATE(1374), 1, + sym_declaration_list, STATE(3353), 2, sym_line_comment, sym_block_comment, - [95128] = 5, + [95166] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6836), 1, - anon_sym_SEMI, - ACTIONS(6954), 1, - anon_sym_RBRACK, + ACTIONS(5112), 1, + anon_sym_LBRACE, + STATE(535), 1, + sym_field_declaration_list, STATE(3354), 2, sym_line_comment, sym_block_comment, - [95145] = 5, + [95183] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4175), 1, - anon_sym_LT2, - STATE(1873), 1, - sym_type_arguments, + ACTIONS(6540), 2, + anon_sym_PIPE, + anon_sym_COMMA, STATE(3355), 2, sym_line_comment, sym_block_comment, - [95162] = 5, + [95198] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6836), 1, - anon_sym_SEMI, - ACTIONS(6974), 1, - anon_sym_RBRACE, + ACTIONS(5370), 1, + sym_super, + ACTIONS(5845), 1, + sym_identifier, STATE(3356), 2, sym_line_comment, sym_block_comment, - [95179] = 5, + [95215] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5693), 1, - sym_super, - ACTIONS(6976), 1, - sym_identifier, + ACTIONS(6936), 1, + anon_sym_LPAREN, + ACTIONS(6968), 1, + anon_sym_COLON_COLON, STATE(3357), 2, sym_line_comment, sym_block_comment, - [95196] = 5, + [95232] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5130), 1, - anon_sym_LBRACE, - STATE(1304), 1, - sym_declaration_list, + ACTIONS(5220), 1, + anon_sym_COLON, + STATE(2579), 1, + sym_trait_bounds, STATE(3358), 2, sym_line_comment, sym_block_comment, - [95213] = 5, + [95249] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6978), 1, - sym_identifier, - ACTIONS(6980), 1, + ACTIONS(6970), 2, + anon_sym_const, sym_mutable_specifier, STATE(3359), 2, sym_line_comment, sym_block_comment, - [95230] = 5, + [95264] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6826), 1, - anon_sym_LT, - STATE(968), 1, - sym_type_parameters, + ACTIONS(3577), 1, + anon_sym_PLUS, + ACTIONS(3699), 1, + anon_sym_COLON_COLON, STATE(3360), 2, sym_line_comment, sym_block_comment, - [95247] = 5, + [95281] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6982), 1, - anon_sym_LBRACK, - ACTIONS(6984), 1, - anon_sym_BANG, + ACTIONS(3577), 1, + anon_sym_PLUS, + ACTIONS(3701), 1, + anon_sym_COLON_COLON, STATE(3361), 2, sym_line_comment, sym_block_comment, - [95264] = 5, + [95298] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5490), 1, - anon_sym_LBRACE, - STATE(1198), 1, - sym_enum_variant_list, + ACTIONS(6972), 1, + anon_sym_BANG, + ACTIONS(6974), 1, + anon_sym_COLON_COLON, STATE(3362), 2, sym_line_comment, sym_block_comment, - [95281] = 5, + [95315] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5120), 1, - anon_sym_LBRACE, - STATE(686), 1, - sym_declaration_list, + ACTIONS(5674), 2, + sym_identifier, + sym_super, STATE(3363), 2, sym_line_comment, sym_block_comment, - [95298] = 5, + [95330] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4687), 1, - anon_sym_LPAREN, - STATE(2309), 1, - sym_parameters, + ACTIONS(5900), 1, + sym_super, + ACTIONS(5906), 1, + sym_identifier, STATE(3364), 2, sym_line_comment, sym_block_comment, - [95315] = 4, + [95347] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6986), 2, - anon_sym_const, - sym_mutable_specifier, + ACTIONS(6976), 2, + sym_identifier, + sym_metavariable, STATE(3365), 2, sym_line_comment, sym_block_comment, - [95330] = 5, + [95362] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5120), 1, - anon_sym_LBRACE, - STATE(687), 1, - sym_declaration_list, + ACTIONS(3466), 1, + anon_sym_LT2, + STATE(1452), 1, + sym_type_arguments, STATE(3366), 2, sym_line_comment, sym_block_comment, - [95347] = 5, + [95379] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5120), 1, - anon_sym_LBRACE, - STATE(622), 1, - sym_declaration_list, + ACTIONS(5674), 1, + sym_super, + ACTIONS(6978), 1, + sym_identifier, STATE(3367), 2, sym_line_comment, sym_block_comment, - [95364] = 5, + [95396] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5130), 1, - anon_sym_LBRACE, - STATE(1181), 1, - sym_declaration_list, + ACTIONS(6109), 2, + anon_sym_RPAREN, + anon_sym_COMMA, STATE(3368), 2, sym_line_comment, sym_block_comment, - [95381] = 5, + [95411] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5120), 1, - anon_sym_LBRACE, - STATE(750), 1, - sym_declaration_list, + ACTIONS(6834), 2, + sym_identifier, + sym_super, STATE(3369), 2, sym_line_comment, sym_block_comment, - [95398] = 5, + [95426] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5106), 1, - anon_sym_LBRACE, - STATE(771), 1, - sym_field_declaration_list, + ACTIONS(3253), 1, + anon_sym_PLUS, + ACTIONS(4045), 1, + anon_sym_COLON, STATE(3370), 2, sym_line_comment, sym_block_comment, - [95415] = 4, + [95443] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6399), 2, - anon_sym_PIPE, - anon_sym_COMMA, + ACTIONS(5432), 1, + anon_sym_RBRACE, + ACTIONS(6860), 1, + anon_sym_SEMI, STATE(3371), 2, sym_line_comment, sym_block_comment, - [95430] = 5, + [95460] = 5, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6836), 1, - anon_sym_SEMI, - ACTIONS(6988), 1, - anon_sym_RPAREN, + STATE(206), 1, + sym_closure_parameters, STATE(3372), 2, sym_line_comment, sym_block_comment, - [95447] = 5, + [95477] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6836), 1, - anon_sym_SEMI, - ACTIONS(6988), 1, - anon_sym_RBRACK, + ACTIONS(5549), 1, + anon_sym_LBRACE, + STATE(563), 1, + sym_enum_variant_list, STATE(3373), 2, sym_line_comment, sym_block_comment, - [95464] = 5, + [95494] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5400), 1, - anon_sym_RPAREN, - ACTIONS(6836), 1, - anon_sym_SEMI, + ACTIONS(6838), 2, + sym_identifier, + sym_super, STATE(3374), 2, sym_line_comment, sym_block_comment, - [95481] = 5, + [95509] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6818), 1, - sym_super, - ACTIONS(6990), 1, - sym_identifier, + ACTIONS(6844), 1, + anon_sym_LT, + STATE(990), 1, + sym_type_parameters, STATE(3375), 2, sym_line_comment, sym_block_comment, - [95498] = 5, + [95526] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5400), 1, - anon_sym_RBRACK, - ACTIONS(6836), 1, + ACTIONS(5434), 1, + anon_sym_RBRACE, + ACTIONS(6860), 1, anon_sym_SEMI, STATE(3376), 2, sym_line_comment, sym_block_comment, - [95515] = 4, + [95543] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6932), 2, - sym_identifier, - sym_super, + ACTIONS(5515), 2, + anon_sym_RPAREN, + anon_sym_COMMA, STATE(3377), 2, sym_line_comment, sym_block_comment, - [95530] = 5, + [95558] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5402), 1, - anon_sym_RPAREN, - ACTIONS(6836), 1, - anon_sym_SEMI, + ACTIONS(6548), 1, + sym_identifier, + ACTIONS(6552), 1, + sym_mutable_specifier, STATE(3378), 2, sym_line_comment, sym_block_comment, - [95547] = 5, + [95575] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5120), 1, - anon_sym_LBRACE, - STATE(772), 1, - sym_declaration_list, + ACTIONS(4691), 1, + anon_sym_LPAREN, + STATE(2324), 1, + sym_parameters, STATE(3379), 2, sym_line_comment, sym_block_comment, - [95564] = 5, + [95592] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5402), 1, - anon_sym_RBRACK, - ACTIONS(6836), 1, - anon_sym_SEMI, + ACTIONS(6980), 2, + anon_sym_RPAREN, + anon_sym_COMMA, STATE(3380), 2, sym_line_comment, sym_block_comment, - [95581] = 5, + [95607] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6836), 1, - anon_sym_SEMI, - ACTIONS(6992), 1, - anon_sym_RBRACE, + ACTIONS(6578), 2, + anon_sym_GT, + anon_sym_COMMA, STATE(3381), 2, sym_line_comment, sym_block_comment, - [95598] = 5, + [95622] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5837), 1, - sym_super, - ACTIONS(6010), 1, - sym_identifier, + ACTIONS(5079), 1, + anon_sym_LBRACE, + STATE(737), 1, + sym_declaration_list, STATE(3382), 2, sym_line_comment, sym_block_comment, - [95615] = 5, + [95639] = 5, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6820), 1, - sym_identifier, - ACTIONS(6910), 1, - sym_super, + STATE(250), 1, + sym_closure_parameters, STATE(3383), 2, sym_line_comment, sym_block_comment, - [95632] = 5, + [95656] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5749), 1, - sym_super, - ACTIONS(6994), 1, - sym_identifier, + ACTIONS(6982), 2, + anon_sym_GT, + anon_sym_COMMA, STATE(3384), 2, sym_line_comment, sym_block_comment, - [95649] = 5, + [95671] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5130), 1, - anon_sym_LBRACE, - STATE(1182), 1, - sym_declaration_list, + ACTIONS(6589), 2, + anon_sym_GT, + anon_sym_COMMA, STATE(3385), 2, sym_line_comment, sym_block_comment, - [95666] = 5, + [95686] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5490), 1, - anon_sym_LBRACE, - STATE(1164), 1, - sym_enum_variant_list, + ACTIONS(4832), 1, + anon_sym_BANG, + ACTIONS(4893), 1, + anon_sym_COLON_COLON, STATE(3386), 2, sym_line_comment, sym_block_comment, - [95683] = 5, + [95703] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4687), 1, - anon_sym_LPAREN, - STATE(2313), 1, - sym_parameters, + ACTIONS(5422), 1, + anon_sym_RPAREN, + ACTIONS(6860), 1, + anon_sym_SEMI, STATE(3387), 2, sym_line_comment, sym_block_comment, - [95700] = 4, + [95720] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6996), 2, - anon_sym_RBRACE, - anon_sym_COMMA, + ACTIONS(5615), 1, + sym_super, + ACTIONS(6984), 1, + sym_identifier, STATE(3388), 2, sym_line_comment, sym_block_comment, - [95715] = 5, + [95737] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6826), 1, - anon_sym_LT, - STATE(897), 1, - sym_type_parameters, + ACTIONS(5422), 1, + anon_sym_RBRACK, + ACTIONS(6860), 1, + anon_sym_SEMI, STATE(3389), 2, sym_line_comment, sym_block_comment, - [95732] = 5, + [95754] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6836), 1, - anon_sym_SEMI, - ACTIONS(6998), 1, + ACTIONS(5424), 1, anon_sym_RPAREN, + ACTIONS(6860), 1, + anon_sym_SEMI, STATE(3390), 2, sym_line_comment, sym_block_comment, - [95749] = 5, + [95771] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6836), 1, - anon_sym_SEMI, - ACTIONS(6998), 1, + ACTIONS(5424), 1, anon_sym_RBRACK, + ACTIONS(6860), 1, + anon_sym_SEMI, STATE(3391), 2, sym_line_comment, sym_block_comment, - [95766] = 5, + [95788] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6836), 1, + ACTIONS(6986), 1, anon_sym_SEMI, - ACTIONS(7000), 1, - anon_sym_RPAREN, + ACTIONS(6988), 1, + anon_sym_as, STATE(3392), 2, sym_line_comment, sym_block_comment, - [95783] = 5, + [95805] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6836), 1, - anon_sym_SEMI, - ACTIONS(7000), 1, - anon_sym_RBRACK, + ACTIONS(4765), 1, + anon_sym_COLON_COLON, + ACTIONS(6295), 1, + anon_sym_for, STATE(3393), 2, sym_line_comment, sym_block_comment, - [95800] = 5, + [95822] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5108), 1, - anon_sym_LT, - STATE(887), 1, - sym_type_parameters, + ACTIONS(4679), 1, + anon_sym_BANG, + ACTIONS(6990), 1, + anon_sym_COLON_COLON, STATE(3394), 2, sym_line_comment, sym_block_comment, - [95817] = 4, + [95839] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6292), 2, - anon_sym_RBRACE, - anon_sym_COMMA, + ACTIONS(4691), 1, + anon_sym_LPAREN, + STATE(2435), 1, + sym_parameters, STATE(3395), 2, sym_line_comment, sym_block_comment, - [95832] = 5, + [95856] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3435), 1, - anon_sym_LPAREN, - STATE(1395), 1, - sym_parameters, + ACTIONS(6916), 2, + sym_identifier, + sym_super, STATE(3396), 2, sym_line_comment, sym_block_comment, - [95849] = 5, + [95871] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7002), 1, - anon_sym_SEMI, - ACTIONS(7004), 1, - anon_sym_EQ, + ACTIONS(6614), 2, + anon_sym_RBRACE, + anon_sym_COMMA, STATE(3397), 2, sym_line_comment, sym_block_comment, - [95866] = 4, + [95886] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6822), 2, - sym_identifier, - sym_super, + ACTIONS(6992), 2, + anon_sym_RPAREN, + anon_sym_COMMA, STATE(3398), 2, sym_line_comment, sym_block_comment, - [95881] = 4, + [95901] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6692), 2, - anon_sym_RBRACE, - anon_sym_COMMA, + ACTIONS(6994), 1, + anon_sym_STAR_SLASH, + ACTIONS(6996), 1, + sym__block_comment_content, STATE(3399), 2, sym_line_comment, sym_block_comment, - [95896] = 5, + [95918] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5190), 1, - anon_sym_COLON, - STATE(2545), 1, - sym_trait_bounds, + ACTIONS(5705), 1, + anon_sym_PIPE, + ACTIONS(6998), 1, + anon_sym_in, STATE(3400), 2, sym_line_comment, sym_block_comment, - [95913] = 5, + [95935] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4687), 1, - anon_sym_LPAREN, - STATE(2339), 1, - sym_parameters, + ACTIONS(7000), 1, + anon_sym_SEMI, + ACTIONS(7002), 1, + anon_sym_EQ, STATE(3401), 2, sym_line_comment, sym_block_comment, - [95930] = 5, + [95952] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4687), 1, - anon_sym_LPAREN, - STATE(2317), 1, - sym_parameters, + ACTIONS(5674), 1, + sym_super, + ACTIONS(6846), 1, + sym_identifier, STATE(3402), 2, sym_line_comment, sym_block_comment, - [95947] = 5, - ACTIONS(27), 1, - anon_sym_PIPE, + [95969] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(222), 1, - sym_closure_parameters, + ACTIONS(4691), 1, + anon_sym_LPAREN, + STATE(2293), 1, + sym_parameters, STATE(3403), 2, sym_line_comment, sym_block_comment, - [95964] = 5, + [95986] = 5, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5490), 1, - anon_sym_LBRACE, - STATE(1126), 1, - sym_enum_variant_list, + STATE(205), 1, + sym_closure_parameters, STATE(3404), 2, sym_line_comment, sym_block_comment, - [95981] = 5, + [96003] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5486), 1, - anon_sym_LBRACE, - STATE(658), 1, - sym_enum_variant_list, + ACTIONS(6860), 1, + anon_sym_SEMI, + ACTIONS(7004), 1, + anon_sym_RPAREN, STATE(3405), 2, sym_line_comment, sym_block_comment, - [95998] = 5, + [96020] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7006), 1, + ACTIONS(6860), 1, anon_sym_SEMI, - ACTIONS(7008), 1, - anon_sym_as, + ACTIONS(7004), 1, + anon_sym_RBRACK, STATE(3406), 2, sym_line_comment, sym_block_comment, - [96015] = 5, + [96037] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5664), 1, - anon_sym_PIPE, - ACTIONS(7010), 1, - anon_sym_EQ, + ACTIONS(6860), 1, + anon_sym_SEMI, + ACTIONS(7006), 1, + anon_sym_RPAREN, STATE(3407), 2, sym_line_comment, sym_block_comment, - [96032] = 5, + [96054] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5130), 1, - anon_sym_LBRACE, - STATE(1345), 1, - sym_declaration_list, + ACTIONS(6860), 1, + anon_sym_SEMI, + ACTIONS(7006), 1, + anon_sym_RBRACK, STATE(3408), 2, sym_line_comment, sym_block_comment, - [96049] = 5, + [96071] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, ACTIONS(5120), 1, anon_sym_LBRACE, - STATE(699), 1, + STATE(1121), 1, sym_declaration_list, STATE(3409), 2, sym_line_comment, sym_block_comment, - [96066] = 5, + [96088] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4770), 1, - anon_sym_COLON_COLON, - ACTIONS(6711), 1, - anon_sym_for, + ACTIONS(7008), 2, + sym_float_literal, + sym_integer_literal, STATE(3410), 2, sym_line_comment, sym_block_comment, - [96083] = 5, - ACTIONS(27), 1, - anon_sym_PIPE, + [96103] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(219), 1, - sym_closure_parameters, + ACTIONS(7010), 2, + sym_identifier, + sym_metavariable, STATE(3411), 2, sym_line_comment, sym_block_comment, - [96100] = 5, + [96118] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5155), 1, - anon_sym_LBRACE, - STATE(1136), 1, - sym_field_declaration_list, + ACTIONS(5370), 1, + sym_super, + ACTIONS(5886), 1, + sym_identifier, STATE(3412), 2, sym_line_comment, sym_block_comment, - [96117] = 5, + [96135] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5155), 1, + ACTIONS(5120), 1, anon_sym_LBRACE, - STATE(1188), 1, - sym_field_declaration_list, + STATE(1136), 1, + sym_declaration_list, STATE(3413), 2, sym_line_comment, sym_block_comment, - [96134] = 5, + [96152] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5130), 1, - anon_sym_LBRACE, - STATE(1139), 1, - sym_declaration_list, + ACTIONS(7012), 2, + anon_sym_GT, + anon_sym_COMMA, STATE(3414), 2, sym_line_comment, sym_block_comment, - [96151] = 4, + [96167] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6721), 2, - anon_sym_RPAREN, - anon_sym_COMMA, + ACTIONS(5120), 1, + anon_sym_LBRACE, + STATE(1138), 1, + sym_declaration_list, STATE(3415), 2, sym_line_comment, sym_block_comment, - [96166] = 4, + [96184] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5372), 2, - anon_sym_RPAREN, + ACTIONS(7014), 2, + anon_sym_GT, anon_sym_COMMA, STATE(3416), 2, sym_line_comment, sym_block_comment, - [96181] = 5, + [96199] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4845), 1, - anon_sym_BANG, - ACTIONS(4915), 1, - anon_sym_COLON_COLON, + ACTIONS(7016), 1, + anon_sym_SEMI, + ACTIONS(7018), 1, + anon_sym_EQ, STATE(3417), 2, sym_line_comment, sym_block_comment, - [96198] = 5, + [96216] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7012), 1, - anon_sym_SEMI, - ACTIONS(7014), 1, - anon_sym_EQ, + ACTIONS(5900), 2, + sym_identifier, + sym_super, STATE(3418), 2, sym_line_comment, sym_block_comment, - [96215] = 5, + [96231] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7016), 1, - anon_sym_LPAREN, - ACTIONS(7018), 1, + ACTIONS(4765), 1, anon_sym_COLON_COLON, + ACTIONS(6653), 1, + anon_sym_for, STATE(3419), 2, sym_line_comment, sym_block_comment, - [96232] = 5, + [96248] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5106), 1, - anon_sym_LBRACE, - STATE(710), 1, - sym_field_declaration_list, + ACTIONS(6888), 1, + sym_identifier, + ACTIONS(6894), 1, + sym_super, STATE(3420), 2, sym_line_comment, sym_block_comment, - [96249] = 4, + [96265] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5959), 2, - anon_sym_RPAREN, - anon_sym_COMMA, + ACTIONS(6838), 1, + sym_super, + ACTIONS(7020), 1, + sym_identifier, STATE(3421), 2, sym_line_comment, sym_block_comment, - [96264] = 5, + [96282] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3509), 1, - anon_sym_PLUS, - ACTIONS(4363), 1, - anon_sym_COLON_COLON, + ACTIONS(4691), 1, + anon_sym_LPAREN, + STATE(2308), 1, + sym_parameters, STATE(3422), 2, sym_line_comment, sym_block_comment, - [96281] = 5, + [96299] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3509), 1, - anon_sym_PLUS, - ACTIONS(4367), 1, - anon_sym_COLON_COLON, + ACTIONS(5549), 1, + anon_sym_LBRACE, + STATE(675), 1, + sym_enum_variant_list, STATE(3423), 2, sym_line_comment, sym_block_comment, - [96298] = 5, + [96316] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5120), 1, + ACTIONS(5549), 1, anon_sym_LBRACE, - STATE(532), 1, - sym_declaration_list, + STATE(647), 1, + sym_enum_variant_list, STATE(3424), 2, sym_line_comment, sym_block_comment, - [96315] = 5, + [96333] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4675), 1, - anon_sym_BANG, - ACTIONS(6966), 1, - anon_sym_COLON_COLON, + ACTIONS(3093), 1, + anon_sym_SQUOTE, + STATE(3016), 1, + sym_lifetime, STATE(3425), 2, sym_line_comment, sym_block_comment, - [96332] = 5, + [96350] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5155), 1, - anon_sym_LBRACE, - STATE(1145), 1, - sym_field_declaration_list, + ACTIONS(6844), 1, + anon_sym_LT, + STATE(910), 1, + sym_type_parameters, STATE(3426), 2, sym_line_comment, sym_block_comment, - [96349] = 5, + [96367] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6826), 1, - anon_sym_LT, - STATE(922), 1, - sym_type_parameters, + ACTIONS(4691), 1, + anon_sym_LPAREN, + STATE(2342), 1, + sym_parameters, STATE(3427), 2, sym_line_comment, sym_block_comment, - [96366] = 5, + [96384] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5693), 1, + ACTIONS(6864), 1, sym_super, - ACTIONS(6816), 1, + ACTIONS(6898), 1, sym_identifier, STATE(3428), 2, sym_line_comment, sym_block_comment, - [96383] = 5, + [96401] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5120), 1, - anon_sym_LBRACE, - STATE(758), 1, - sym_declaration_list, + ACTIONS(7022), 1, + sym_identifier, + ACTIONS(7024), 1, + sym_mutable_specifier, STATE(3429), 2, sym_line_comment, sym_block_comment, - [96400] = 4, + [96418] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6910), 2, - sym_identifier, - sym_super, + ACTIONS(5705), 1, + anon_sym_PIPE, + ACTIONS(7026), 1, + anon_sym_EQ, STATE(3430), 2, sym_line_comment, sym_block_comment, - [96415] = 5, + [96435] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7020), 1, - anon_sym_SEMI, - ACTIONS(7022), 1, - anon_sym_as, + ACTIONS(4219), 1, + anon_sym_LBRACE, + STATE(1800), 1, + sym_field_initializer_list, STATE(3431), 2, sym_line_comment, sym_block_comment, - [96432] = 4, + [96452] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7024), 2, - sym_float_literal, - sym_integer_literal, + ACTIONS(5615), 2, + sym_identifier, + sym_super, STATE(3432), 2, sym_line_comment, sym_block_comment, - [96447] = 4, + [96467] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7026), 2, - anon_sym_GT, - anon_sym_COMMA, + ACTIONS(4199), 1, + anon_sym_LT2, + STATE(1726), 1, + sym_type_arguments, STATE(3433), 2, sym_line_comment, sym_block_comment, - [96462] = 5, + [96484] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6958), 1, + ACTIONS(4691), 1, anon_sym_LPAREN, - ACTIONS(7028), 1, - anon_sym_COLON_COLON, + STATE(2297), 1, + sym_parameters, STATE(3434), 2, sym_line_comment, sym_block_comment, - [96479] = 5, + [96501] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, + ACTIONS(7028), 1, + anon_sym_LPAREN, ACTIONS(7030), 1, - sym_identifier, - ACTIONS(7032), 1, - sym_super, + anon_sym_COLON_COLON, STATE(3435), 2, sym_line_comment, sym_block_comment, - [96496] = 5, + [96518] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7034), 1, - anon_sym_BANG, - ACTIONS(7036), 1, - anon_sym_COLON_COLON, + ACTIONS(6003), 2, + anon_sym_RPAREN, + anon_sym_COMMA, STATE(3436), 2, sym_line_comment, sym_block_comment, - [96513] = 4, + [96533] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6430), 2, - anon_sym_GT, - anon_sym_COMMA, + ACTIONS(3577), 1, + anon_sym_PLUS, + ACTIONS(4359), 1, + anon_sym_COLON_COLON, STATE(3437), 2, sym_line_comment, sym_block_comment, - [96528] = 5, + [96550] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4770), 1, + ACTIONS(3577), 1, + anon_sym_PLUS, + ACTIONS(4321), 1, anon_sym_COLON_COLON, - ACTIONS(6754), 1, - anon_sym_for, STATE(3438), 2, sym_line_comment, sym_block_comment, - [96545] = 5, + [96567] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5130), 1, - anon_sym_LBRACE, - STATE(1193), 1, - sym_declaration_list, + ACTIONS(3458), 1, + anon_sym_LPAREN, + STATE(1426), 1, + sym_parameters, STATE(3439), 2, sym_line_comment, sym_block_comment, - [96562] = 4, + [96584] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7038), 2, - anon_sym_RBRACE, - anon_sym_COMMA, + ACTIONS(4679), 1, + anon_sym_BANG, + ACTIONS(6974), 1, + anon_sym_COLON_COLON, STATE(3440), 2, sym_line_comment, sym_block_comment, - [96577] = 5, + [96601] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5486), 1, - anon_sym_LBRACE, - STATE(605), 1, - sym_enum_variant_list, + ACTIONS(5384), 1, + anon_sym_RPAREN, + ACTIONS(6860), 1, + anon_sym_SEMI, STATE(3441), 2, sym_line_comment, sym_block_comment, - [96594] = 5, + [96618] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6958), 1, - anon_sym_LPAREN, - ACTIONS(7040), 1, - anon_sym_COLON_COLON, + ACTIONS(6844), 1, + anon_sym_LT, + STATE(999), 1, + sym_type_parameters, STATE(3442), 2, sym_line_comment, sym_block_comment, - [96611] = 5, + [96635] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4675), 1, - anon_sym_BANG, - ACTIONS(7036), 1, + ACTIONS(4765), 1, anon_sym_COLON_COLON, + ACTIONS(5097), 1, + anon_sym_for, STATE(3443), 2, sym_line_comment, sym_block_comment, - [96628] = 5, + [96652] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7042), 1, - anon_sym_LBRACK, - ACTIONS(7044), 1, - anon_sym_BANG, + ACTIONS(5120), 1, + anon_sym_LBRACE, + STATE(1318), 1, + sym_declaration_list, STATE(3444), 2, sym_line_comment, sym_block_comment, - [96645] = 4, + [96669] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7046), 2, - sym_identifier, - sym_metavariable, + ACTIONS(6936), 1, + anon_sym_LPAREN, + ACTIONS(7032), 1, + anon_sym_COLON_COLON, STATE(3445), 2, sym_line_comment, sym_block_comment, - [96660] = 5, - ACTIONS(27), 1, - anon_sym_PIPE, + [96686] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(229), 1, - sym_closure_parameters, + ACTIONS(7034), 1, + anon_sym_BANG, + ACTIONS(7036), 1, + anon_sym_COLON_COLON, STATE(3446), 2, sym_line_comment, sym_block_comment, - [96677] = 4, + [96703] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6818), 2, - sym_identifier, - sym_super, + ACTIONS(5112), 1, + anon_sym_LBRACE, + STATE(590), 1, + sym_field_declaration_list, STATE(3447), 2, sym_line_comment, sym_block_comment, - [96692] = 4, + [96720] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7048), 2, - anon_sym_const, - sym_mutable_specifier, + ACTIONS(6818), 1, + anon_sym_COLON_COLON, + ACTIONS(7038), 1, + anon_sym_RPAREN, STATE(3448), 2, sym_line_comment, sym_block_comment, - [96707] = 5, + [96737] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4687), 1, + ACTIONS(6936), 1, anon_sym_LPAREN, - STATE(2335), 1, - sym_parameters, + ACTIONS(7040), 1, + anon_sym_COLON_COLON, STATE(3449), 2, sym_line_comment, sym_block_comment, - [96724] = 5, + [96754] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5664), 1, - anon_sym_PIPE, - ACTIONS(7050), 1, - anon_sym_in, + ACTIONS(4679), 1, + anon_sym_BANG, + ACTIONS(7036), 1, + anon_sym_COLON_COLON, STATE(3450), 2, sym_line_comment, sym_block_comment, - [96741] = 4, + [96771] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7052), 2, - sym_identifier, - sym_metavariable, + ACTIONS(7042), 1, + anon_sym_LBRACK, + ACTIONS(7044), 1, + anon_sym_BANG, STATE(3451), 2, sym_line_comment, sym_block_comment, - [96756] = 5, + [96788] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5120), 1, - anon_sym_LBRACE, - STATE(541), 1, - sym_declaration_list, + ACTIONS(7046), 1, + anon_sym_LBRACK, + ACTIONS(7048), 1, + anon_sym_BANG, STATE(3452), 2, sym_line_comment, sym_block_comment, - [96773] = 5, + [96805] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6826), 1, - anon_sym_LT, - STATE(988), 1, - sym_type_parameters, + ACTIONS(7050), 2, + sym_identifier, + sym_metavariable, STATE(3453), 2, sym_line_comment, sym_block_comment, - [96790] = 5, + [96820] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6826), 1, - anon_sym_LT, - STATE(989), 1, - sym_type_parameters, + ACTIONS(6822), 1, + anon_sym_COLON_COLON, + ACTIONS(7052), 1, + anon_sym_RPAREN, STATE(3454), 2, sym_line_comment, sym_block_comment, - [96807] = 5, + [96837] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5120), 1, - anon_sym_LBRACE, - STATE(542), 1, - sym_declaration_list, + ACTIONS(6824), 1, + anon_sym_COLON_COLON, + ACTIONS(7052), 1, + anon_sym_RPAREN, STATE(3455), 2, sym_line_comment, sym_block_comment, - [96824] = 5, + [96854] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4770), 1, + ACTIONS(6826), 1, anon_sym_COLON_COLON, - ACTIONS(5132), 1, - anon_sym_for, + ACTIONS(7052), 1, + anon_sym_RPAREN, STATE(3456), 2, sym_line_comment, sym_block_comment, - [96841] = 5, + [96871] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5693), 1, - sym_super, - ACTIONS(6990), 1, - sym_identifier, + ACTIONS(7054), 2, + anon_sym_const, + sym_mutable_specifier, STATE(3457), 2, sym_line_comment, sym_block_comment, - [96858] = 5, + [96886] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5442), 1, - anon_sym_RBRACE, - ACTIONS(6836), 1, - anon_sym_SEMI, + ACTIONS(5674), 1, + sym_super, + ACTIONS(6832), 1, + sym_identifier, STATE(3458), 2, sym_line_comment, sym_block_comment, - [96875] = 4, + [96903] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5693), 2, - sym_identifier, - sym_super, + ACTIONS(5705), 1, + anon_sym_PIPE, + ACTIONS(7056), 1, + anon_sym_in, STATE(3459), 2, sym_line_comment, sym_block_comment, - [96890] = 5, + [96920] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5410), 1, - sym_super, - ACTIONS(5947), 1, - sym_identifier, + ACTIONS(5384), 1, + anon_sym_RBRACK, + ACTIONS(6860), 1, + anon_sym_SEMI, STATE(3460), 2, sym_line_comment, sym_block_comment, - [96907] = 4, + [96937] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7054), 2, + ACTIONS(7058), 2, sym_identifier, sym_metavariable, STATE(3461), 2, sym_line_comment, sym_block_comment, - [96922] = 5, + [96952] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5384), 1, - anon_sym_RBRACE, - ACTIONS(6836), 1, - anon_sym_SEMI, + ACTIONS(5474), 1, + anon_sym_LBRACE, + STATE(1221), 1, + sym_enum_variant_list, STATE(3462), 2, sym_line_comment, sym_block_comment, - [96939] = 4, + [96969] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7056), 2, + ACTIONS(7060), 1, sym_identifier, - sym_metavariable, + ACTIONS(7062), 1, + sym_super, STATE(3463), 2, sym_line_comment, sym_block_comment, - [96954] = 5, + [96986] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4907), 1, - anon_sym_COLON_COLON, - ACTIONS(4971), 1, - anon_sym_BANG, + ACTIONS(6844), 1, + anon_sym_LT, + STATE(1017), 1, + sym_type_parameters, STATE(3464), 2, sym_line_comment, sym_block_comment, - [96971] = 5, + [97003] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5120), 1, - anon_sym_LBRACE, - STATE(757), 1, - sym_declaration_list, + ACTIONS(6844), 1, + anon_sym_LT, + STATE(1018), 1, + sym_type_parameters, STATE(3465), 2, sym_line_comment, sym_block_comment, - [96988] = 5, + [97020] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3435), 1, - anon_sym_LPAREN, - STATE(1408), 1, - sym_parameters, + ACTIONS(6754), 2, + anon_sym_GT, + anon_sym_COMMA, STATE(3466), 2, sym_line_comment, sym_block_comment, - [97005] = 5, + [97035] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4770), 1, - anon_sym_COLON_COLON, - ACTIONS(6774), 1, - anon_sym_for, + ACTIONS(7064), 2, + anon_sym_RPAREN, + anon_sym_COMMA, STATE(3467), 2, sym_line_comment, sym_block_comment, - [97022] = 5, + [97050] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7058), 1, - sym_identifier, - ACTIONS(7060), 1, - sym_super, + ACTIONS(5079), 1, + anon_sym_LBRACE, + STATE(583), 1, + sym_declaration_list, STATE(3468), 2, sym_line_comment, sym_block_comment, - [97039] = 5, + [97067] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4770), 1, + ACTIONS(4765), 1, anon_sym_COLON_COLON, - ACTIONS(6776), 1, + ACTIONS(5155), 1, anon_sym_for, STATE(3469), 2, sym_line_comment, sym_block_comment, - [97056] = 5, + [97084] = 5, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5749), 1, - sym_super, - ACTIONS(6892), 1, - sym_identifier, + STATE(204), 1, + sym_closure_parameters, STATE(3470), 2, sym_line_comment, sym_block_comment, - [97073] = 5, + [97101] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5664), 1, - anon_sym_PIPE, - ACTIONS(7062), 1, - anon_sym_EQ, + ACTIONS(5348), 1, + anon_sym_RBRACE, + ACTIONS(6860), 1, + anon_sym_SEMI, STATE(3471), 2, sym_line_comment, sym_block_comment, - [97090] = 5, + [97118] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5693), 1, - sym_super, - ACTIONS(6880), 1, - sym_identifier, + ACTIONS(5356), 1, + anon_sym_RPAREN, + ACTIONS(6860), 1, + anon_sym_SEMI, STATE(3472), 2, sym_line_comment, sym_block_comment, - [97107] = 4, + [97135] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7064), 2, - anon_sym_const, - sym_mutable_specifier, + ACTIONS(7066), 2, + sym_identifier, + sym_metavariable, STATE(3473), 2, sym_line_comment, sym_block_comment, - [97122] = 5, + [97150] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5664), 1, - anon_sym_PIPE, - ACTIONS(7066), 1, - anon_sym_in, + ACTIONS(5356), 1, + anon_sym_RBRACK, + ACTIONS(6860), 1, + anon_sym_SEMI, STATE(3474), 2, sym_line_comment, sym_block_comment, - [97139] = 5, + [97167] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4770), 1, - anon_sym_COLON_COLON, - ACTIONS(6780), 1, - anon_sym_for, + ACTIONS(5674), 1, + sym_super, + ACTIONS(6940), 1, + sym_identifier, STATE(3475), 2, sym_line_comment, sym_block_comment, - [97156] = 5, + [97184] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7068), 1, - anon_sym_LBRACK, - ACTIONS(7070), 1, - anon_sym_BANG, + ACTIONS(4765), 1, + anon_sym_COLON_COLON, + ACTIONS(6759), 1, + anon_sym_for, STATE(3476), 2, sym_line_comment, sym_block_comment, - [97173] = 5, + [97201] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5664), 1, - anon_sym_PIPE, - ACTIONS(7072), 1, - anon_sym_in, + ACTIONS(4765), 1, + anon_sym_COLON_COLON, + ACTIONS(6765), 1, + anon_sym_for, STATE(3477), 2, sym_line_comment, sym_block_comment, - [97190] = 5, + [97218] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5664), 1, - anon_sym_PIPE, - ACTIONS(7074), 1, - anon_sym_in, + ACTIONS(5112), 1, + anon_sym_LBRACE, + STATE(678), 1, + sym_field_declaration_list, STATE(3478), 2, sym_line_comment, sym_block_comment, - [97207] = 5, + [97235] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5664), 1, - anon_sym_PIPE, - ACTIONS(7076), 1, - anon_sym_in, + ACTIONS(7068), 1, + sym_identifier, + ACTIONS(7070), 1, + sym_super, STATE(3479), 2, sym_line_comment, sym_block_comment, - [97224] = 5, + [97252] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5664), 1, + ACTIONS(5705), 1, anon_sym_PIPE, - ACTIONS(7078), 1, + ACTIONS(7072), 1, anon_sym_in, STATE(3480), 2, sym_line_comment, sym_block_comment, - [97241] = 5, + [97269] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6958), 1, - anon_sym_LPAREN, - ACTIONS(7080), 1, - anon_sym_COLON_COLON, + ACTIONS(3415), 2, + anon_sym_RBRACE, + anon_sym_COMMA, STATE(3481), 2, sym_line_comment, sym_block_comment, - [97258] = 5, + [97284] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4687), 1, - anon_sym_LPAREN, - STATE(2098), 1, - sym_parameters, + ACTIONS(5615), 1, + sym_super, + ACTIONS(6892), 1, + sym_identifier, STATE(3482), 2, sym_line_comment, sym_block_comment, - [97275] = 5, + [97301] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6784), 1, - sym_identifier, - ACTIONS(6788), 1, - sym_mutable_specifier, + ACTIONS(5368), 1, + anon_sym_RBRACE, + ACTIONS(6860), 1, + anon_sym_SEMI, STATE(3483), 2, sym_line_comment, sym_block_comment, - [97292] = 5, + [97318] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4171), 1, - anon_sym_LPAREN, - STATE(1695), 1, - sym_parameters, + ACTIONS(4765), 1, + anon_sym_COLON_COLON, + ACTIONS(6779), 1, + anon_sym_for, STATE(3484), 2, sym_line_comment, sym_block_comment, - [97309] = 4, + [97335] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3411), 2, - anon_sym_RBRACE, - anon_sym_COMMA, + ACTIONS(7074), 2, + anon_sym_const, + sym_mutable_specifier, STATE(3485), 2, sym_line_comment, sym_block_comment, - [97324] = 5, + [97350] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4770), 1, - anon_sym_COLON_COLON, - ACTIONS(5151), 1, - anon_sym_for, + ACTIONS(7076), 1, + anon_sym_LBRACK, + ACTIONS(7078), 1, + anon_sym_BANG, STATE(3486), 2, sym_line_comment, sym_block_comment, - [97341] = 5, + [97367] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6878), 1, - anon_sym_COLON_COLON, - ACTIONS(7082), 1, - anon_sym_RPAREN, + ACTIONS(5705), 1, + anon_sym_PIPE, + ACTIONS(7080), 1, + anon_sym_in, STATE(3487), 2, sym_line_comment, sym_block_comment, - [97358] = 5, + [97384] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4687), 1, - anon_sym_LPAREN, - STATE(2101), 1, - sym_parameters, + ACTIONS(5705), 1, + anon_sym_PIPE, + ACTIONS(7082), 1, + anon_sym_in, STATE(3488), 2, sym_line_comment, sym_block_comment, - [97375] = 4, + [97401] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6904), 2, - sym_identifier, - sym_super, + ACTIONS(5705), 1, + anon_sym_PIPE, + ACTIONS(7084), 1, + anon_sym_in, STATE(3489), 2, sym_line_comment, sym_block_comment, - [97390] = 5, + [97418] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6890), 1, - anon_sym_COLON_COLON, - ACTIONS(7084), 1, - anon_sym_RPAREN, + ACTIONS(5705), 1, + anon_sym_PIPE, + ACTIONS(7086), 1, + anon_sym_in, STATE(3490), 2, sym_line_comment, sym_block_comment, - [97407] = 5, + [97435] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6914), 1, - anon_sym_COLON_COLON, - ACTIONS(7084), 1, - anon_sym_RPAREN, + ACTIONS(4691), 1, + anon_sym_LPAREN, + STATE(2108), 1, + sym_parameters, STATE(3491), 2, sym_line_comment, sym_block_comment, - [97424] = 5, + [97452] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7086), 1, - sym_identifier, - ACTIONS(7088), 1, - sym_mutable_specifier, + ACTIONS(4193), 1, + anon_sym_LPAREN, + STATE(1716), 1, + sym_parameters, STATE(3492), 2, sym_line_comment, sym_block_comment, - [97441] = 5, + [97469] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6918), 1, - anon_sym_COLON_COLON, - ACTIONS(7084), 1, - anon_sym_RPAREN, + ACTIONS(6796), 1, + sym_identifier, + ACTIONS(6800), 1, + sym_mutable_specifier, STATE(3493), 2, sym_line_comment, sym_block_comment, - [97458] = 5, + [97486] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4687), 1, - anon_sym_LPAREN, - STATE(2105), 1, - sym_parameters, + ACTIONS(4765), 1, + anon_sym_COLON_COLON, + ACTIONS(6486), 1, + anon_sym_for, STATE(3494), 2, sym_line_comment, sym_block_comment, - [97475] = 4, + [97503] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5749), 2, - sym_identifier, - sym_super, + ACTIONS(4691), 1, + anon_sym_LPAREN, + STATE(2109), 1, + sym_parameters, STATE(3495), 2, sym_line_comment, sym_block_comment, - [97490] = 4, + [97520] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7090), 2, - anon_sym_GT, - anon_sym_COMMA, + ACTIONS(7088), 2, + anon_sym_const, + sym_mutable_specifier, STATE(3496), 2, sym_line_comment, sym_block_comment, - [97505] = 5, - ACTIONS(27), 1, - anon_sym_PIPE, + [97535] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - STATE(230), 1, - sym_closure_parameters, + ACTIONS(7090), 1, + sym_identifier, + ACTIONS(7092), 1, + sym_mutable_specifier, STATE(3497), 2, sym_line_comment, sym_block_comment, - [97522] = 5, + [97552] = 5, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5130), 1, - anon_sym_LBRACE, - STATE(1305), 1, - sym_declaration_list, + ACTIONS(4691), 1, + anon_sym_LPAREN, + STATE(2099), 1, + sym_parameters, STATE(3498), 2, sym_line_comment, sym_block_comment, - [97539] = 4, + [97569] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7092), 1, + ACTIONS(7094), 2, sym_identifier, + sym_metavariable, STATE(3499), 2, sym_line_comment, sym_block_comment, - [97553] = 4, + [97584] = 5, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7094), 1, - anon_sym_fn, + STATE(219), 1, + sym_closure_parameters, STATE(3500), 2, sym_line_comment, sym_block_comment, - [97567] = 4, + [97601] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -196131,1607 +196324,1607 @@ static const uint16_t ts_small_parse_table[] = { STATE(3501), 2, sym_line_comment, sym_block_comment, - [97581] = 4, + [97615] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6914), 1, - anon_sym_COLON_COLON, + ACTIONS(7098), 1, + sym_identifier, STATE(3502), 2, sym_line_comment, sym_block_comment, - [97595] = 4, + [97629] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(972), 1, - anon_sym_EQ_GT, + ACTIONS(7100), 1, + anon_sym_RBRACE, STATE(3503), 2, sym_line_comment, sym_block_comment, - [97609] = 4, + [97643] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7098), 1, - sym__raw_string_literal_end, + ACTIONS(5354), 1, + anon_sym_COLON_COLON, STATE(3504), 2, sym_line_comment, sym_block_comment, - [97623] = 4, + [97657] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5611), 1, - anon_sym_RPAREN, + ACTIONS(7102), 1, + anon_sym_SEMI, STATE(3505), 2, sym_line_comment, sym_block_comment, - [97637] = 4, + [97671] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7100), 1, - anon_sym_fn, + ACTIONS(6123), 1, + anon_sym_RPAREN, STATE(3506), 2, sym_line_comment, sym_block_comment, - [97651] = 4, + [97685] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7102), 1, - sym__line_doc_content, + ACTIONS(7104), 1, + anon_sym_RPAREN, STATE(3507), 2, sym_line_comment, sym_block_comment, - [97665] = 4, + [97699] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6992), 1, - anon_sym_SEMI, + ACTIONS(7106), 1, + anon_sym_fn, STATE(3508), 2, sym_line_comment, sym_block_comment, - [97679] = 4, + [97713] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7104), 1, - sym_identifier, + ACTIONS(7108), 1, + sym__raw_string_literal_end, STATE(3509), 2, sym_line_comment, sym_block_comment, - [97693] = 4, + [97727] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7106), 1, - anon_sym_LPAREN, + ACTIONS(5434), 1, + anon_sym_SEMI, STATE(3510), 2, sym_line_comment, sym_block_comment, - [97707] = 4, + [97741] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7108), 1, - anon_sym_EQ_GT, + ACTIONS(7110), 1, + anon_sym_RPAREN, STATE(3511), 2, sym_line_comment, sym_block_comment, - [97721] = 4, + [97755] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7110), 1, - anon_sym_EQ_GT, + ACTIONS(7112), 1, + anon_sym_RPAREN, STATE(3512), 2, sym_line_comment, sym_block_comment, - [97735] = 4, + [97769] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5077), 1, + ACTIONS(4765), 1, anon_sym_COLON_COLON, STATE(3513), 2, sym_line_comment, sym_block_comment, - [97749] = 4, + [97783] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7112), 1, - anon_sym_COLON_COLON, + ACTIONS(7114), 1, + sym_identifier, STATE(3514), 2, sym_line_comment, sym_block_comment, - [97763] = 4, + [97797] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7114), 1, - anon_sym_fn, + ACTIONS(5075), 1, + anon_sym_COLON_COLON, STATE(3515), 2, sym_line_comment, sym_block_comment, - [97777] = 4, + [97811] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, ACTIONS(7116), 1, - sym_identifier, + anon_sym_COLON_COLON, STATE(3516), 2, sym_line_comment, sym_block_comment, - [97791] = 4, + [97825] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, ACTIONS(7118), 1, - anon_sym_RPAREN, + anon_sym_fn, STATE(3517), 2, sym_line_comment, sym_block_comment, - [97805] = 4, + [97839] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6036), 1, - anon_sym_LBRACE, + ACTIONS(7120), 1, + sym_identifier, STATE(3518), 2, sym_line_comment, sym_block_comment, - [97819] = 4, + [97853] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7120), 1, + ACTIONS(7122), 1, anon_sym_SEMI, STATE(3519), 2, sym_line_comment, sym_block_comment, - [97833] = 4, + [97867] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7122), 1, - anon_sym_RPAREN, + ACTIONS(6115), 1, + anon_sym_LBRACE, STATE(3520), 2, sym_line_comment, sym_block_comment, - [97847] = 4, + [97881] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6912), 1, - anon_sym_SEMI, + ACTIONS(7124), 1, + anon_sym_RBRACK, STATE(3521), 2, sym_line_comment, sym_block_comment, - [97861] = 4, + [97895] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6345), 1, - anon_sym_RBRACE, + ACTIONS(3221), 1, + anon_sym_PLUS, STATE(3522), 2, sym_line_comment, sym_block_comment, - [97875] = 4, + [97909] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7124), 1, - anon_sym_EQ, + ACTIONS(7126), 1, + anon_sym_RBRACK, STATE(3523), 2, sym_line_comment, sym_block_comment, - [97889] = 4, + [97923] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7126), 1, + ACTIONS(4130), 1, sym_identifier, STATE(3524), 2, sym_line_comment, sym_block_comment, - [97903] = 4, + [97937] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7128), 1, - anon_sym_SEMI, + ACTIONS(6604), 1, + anon_sym_RBRACE, STATE(3525), 2, sym_line_comment, sym_block_comment, - [97917] = 4, + [97951] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(918), 1, - anon_sym_RBRACK, + ACTIONS(7128), 1, + sym_identifier, STATE(3526), 2, sym_line_comment, sym_block_comment, - [97931] = 4, + [97965] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, ACTIONS(7130), 1, - anon_sym_SEMI, + anon_sym_RPAREN, STATE(3527), 2, sym_line_comment, sym_block_comment, - [97945] = 4, + [97979] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, ACTIONS(7132), 1, - anon_sym_SEMI, + sym_identifier, STATE(3528), 2, sym_line_comment, sym_block_comment, - [97959] = 4, + [97993] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6082), 1, - anon_sym_RPAREN, + ACTIONS(7134), 1, + sym_identifier, STATE(3529), 2, sym_line_comment, sym_block_comment, - [97973] = 4, + [98007] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5705), 1, - anon_sym_RPAREN, + ACTIONS(7136), 1, + sym_identifier, STATE(3530), 2, sym_line_comment, sym_block_comment, - [97987] = 4, + [98021] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5967), 1, - anon_sym_RBRACK, + ACTIONS(7138), 1, + sym_identifier, STATE(3531), 2, sym_line_comment, sym_block_comment, - [98001] = 4, + [98035] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7134), 1, - anon_sym_STAR_SLASH, + ACTIONS(7140), 1, + sym_self, STATE(3532), 2, sym_line_comment, sym_block_comment, - [98015] = 4, + [98049] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6092), 1, - anon_sym_RBRACK, + ACTIONS(7142), 1, + sym_identifier, STATE(3533), 2, sym_line_comment, sym_block_comment, - [98029] = 4, + [98063] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7136), 1, - sym_identifier, + ACTIONS(7144), 1, + anon_sym_fn, STATE(3534), 2, sym_line_comment, sym_block_comment, - [98043] = 4, + [98077] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7138), 1, - sym_identifier, + ACTIONS(7146), 1, + anon_sym_RBRACE, STATE(3535), 2, sym_line_comment, sym_block_comment, - [98057] = 4, + [98091] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7140), 1, - anon_sym_RBRACK, + ACTIONS(7148), 1, + sym_identifier, STATE(3536), 2, sym_line_comment, sym_block_comment, - [98071] = 4, + [98105] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3229), 1, - anon_sym_PLUS, + ACTIONS(7150), 1, + sym_identifier, STATE(3537), 2, sym_line_comment, sym_block_comment, - [98085] = 4, + [98119] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7142), 1, - sym_identifier, + ACTIONS(7152), 1, + anon_sym_LBRACK, STATE(3538), 2, sym_line_comment, sym_block_comment, - [98099] = 4, + [98133] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7144), 1, - sym_identifier, + ACTIONS(7154), 1, + anon_sym_STAR_SLASH, STATE(3539), 2, sym_line_comment, sym_block_comment, - [98113] = 4, + [98147] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7146), 1, - anon_sym_RBRACK, + ACTIONS(7156), 1, + sym_identifier, STATE(3540), 2, sym_line_comment, sym_block_comment, - [98127] = 4, + [98161] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7148), 1, - sym_identifier, + ACTIONS(7158), 1, + anon_sym_fn, STATE(3541), 2, sym_line_comment, sym_block_comment, - [98141] = 4, + [98175] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7150), 1, - anon_sym_COLON, + ACTIONS(7160), 1, + anon_sym_SEMI, STATE(3542), 2, sym_line_comment, sym_block_comment, - [98155] = 4, + [98189] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7152), 1, - anon_sym_SEMI, + ACTIONS(7162), 1, + anon_sym_COLON, STATE(3543), 2, sym_line_comment, sym_block_comment, - [98169] = 4, + [98203] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5699), 1, - anon_sym_RPAREN, + ACTIONS(6473), 1, + anon_sym_RBRACE, STATE(3544), 2, sym_line_comment, sym_block_comment, - [98183] = 4, + [98217] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7154), 1, - anon_sym_EQ_GT, + ACTIONS(7164), 1, + sym_identifier, STATE(3545), 2, sym_line_comment, sym_block_comment, - [98197] = 4, + [98231] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7156), 1, - sym_identifier, + ACTIONS(7166), 1, + anon_sym_RBRACE, STATE(3546), 2, sym_line_comment, sym_block_comment, - [98211] = 4, + [98245] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7158), 1, - anon_sym_RPAREN, + ACTIONS(7168), 1, + anon_sym_SEMI, STATE(3547), 2, sym_line_comment, sym_block_comment, - [98225] = 4, + [98259] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7160), 1, - sym_identifier, + ACTIONS(7170), 1, + anon_sym_COLON, STATE(3548), 2, sym_line_comment, sym_block_comment, - [98239] = 4, + [98273] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7162), 1, - anon_sym_SEMI, + ACTIONS(7172), 1, + sym_identifier, STATE(3549), 2, sym_line_comment, sym_block_comment, - [98253] = 4, + [98287] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7164), 1, - sym_identifier, + ACTIONS(7174), 1, + anon_sym_SEMI, STATE(3550), 2, sym_line_comment, sym_block_comment, - [98267] = 4, + [98301] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7166), 1, + ACTIONS(7176), 1, anon_sym_SEMI, STATE(3551), 2, sym_line_comment, sym_block_comment, - [98281] = 4, + [98315] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7168), 1, - anon_sym_SEMI, + ACTIONS(7178), 1, + anon_sym_COLON_COLON, STATE(3552), 2, sym_line_comment, sym_block_comment, - [98295] = 4, + [98329] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7170), 1, - anon_sym_SEMI, + ACTIONS(7180), 1, + sym__raw_string_literal_end, STATE(3553), 2, sym_line_comment, sym_block_comment, - [98309] = 4, + [98343] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7172), 1, - anon_sym_SEMI, + ACTIONS(6517), 1, + anon_sym_RBRACE, STATE(3554), 2, sym_line_comment, sym_block_comment, - [98323] = 4, + [98357] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6653), 1, - anon_sym_RBRACE, + ACTIONS(7182), 1, + sym_identifier, STATE(3555), 2, sym_line_comment, sym_block_comment, - [98337] = 4, + [98371] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(922), 1, - anon_sym_RBRACK, + ACTIONS(7184), 1, + anon_sym_COLON, STATE(3556), 2, sym_line_comment, sym_block_comment, - [98351] = 4, + [98385] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7174), 1, - anon_sym_EQ_GT, + ACTIONS(7186), 1, + anon_sym_COLON, STATE(3557), 2, sym_line_comment, sym_block_comment, - [98365] = 4, + [98399] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7176), 1, - sym__line_doc_content, + ACTIONS(7188), 1, + anon_sym_SEMI, STATE(3558), 2, sym_line_comment, sym_block_comment, - [98379] = 4, + [98413] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4137), 1, - sym_identifier, + ACTIONS(7190), 1, + anon_sym_SEMI, STATE(3559), 2, sym_line_comment, sym_block_comment, - [98393] = 4, + [98427] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7178), 1, - anon_sym_EQ_GT, + ACTIONS(7192), 1, + anon_sym_COLON, STATE(3560), 2, sym_line_comment, sym_block_comment, - [98407] = 4, + [98441] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5731), 1, - anon_sym_RPAREN, + ACTIONS(7194), 1, + sym__line_doc_content, STATE(3561), 2, sym_line_comment, sym_block_comment, - [98421] = 4, + [98455] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7180), 1, + ACTIONS(7196), 1, sym_identifier, STATE(3562), 2, sym_line_comment, sym_block_comment, - [98435] = 4, + [98469] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7182), 1, - sym_identifier, + ACTIONS(5348), 1, + anon_sym_SEMI, STATE(3563), 2, sym_line_comment, sym_block_comment, - [98449] = 4, + [98483] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7184), 1, - sym__raw_string_literal_end, + ACTIONS(7198), 1, + anon_sym_SEMI, STATE(3564), 2, sym_line_comment, sym_block_comment, - [98463] = 4, + [98497] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7186), 1, + ACTIONS(7200), 1, anon_sym_SEMI, STATE(3565), 2, sym_line_comment, sym_block_comment, - [98477] = 4, + [98511] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7188), 1, - anon_sym_RPAREN, + ACTIONS(7202), 1, + anon_sym_SEMI, STATE(3566), 2, sym_line_comment, sym_block_comment, - [98491] = 4, + [98525] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7190), 1, - sym_identifier, + ACTIONS(7204), 1, + anon_sym_COLON, STATE(3567), 2, sym_line_comment, sym_block_comment, - [98505] = 4, + [98539] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7192), 1, - anon_sym_SEMI, + ACTIONS(6596), 1, + anon_sym_COLON_COLON, STATE(3568), 2, sym_line_comment, sym_block_comment, - [98519] = 4, + [98553] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7194), 1, - sym_identifier, + ACTIONS(7206), 1, + anon_sym_SEMI, STATE(3569), 2, sym_line_comment, sym_block_comment, - [98533] = 4, + [98567] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7196), 1, - sym_identifier, + ACTIONS(7208), 1, + sym__raw_string_literal_end, STATE(3570), 2, sym_line_comment, sym_block_comment, - [98547] = 4, + [98581] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6671), 1, - anon_sym_COLON_COLON, + ACTIONS(7210), 1, + anon_sym_COLON, STATE(3571), 2, sym_line_comment, sym_block_comment, - [98561] = 4, + [98595] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7198), 1, - sym_identifier, + ACTIONS(7212), 1, + anon_sym_RBRACE, STATE(3572), 2, sym_line_comment, sym_block_comment, - [98575] = 4, + [98609] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7200), 1, - anon_sym_fn, + ACTIONS(7214), 1, + sym_identifier, STATE(3573), 2, sym_line_comment, sym_block_comment, - [98589] = 4, + [98623] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7202), 1, - sym_identifier, + ACTIONS(6356), 1, + anon_sym_RBRACE, STATE(3574), 2, sym_line_comment, sym_block_comment, - [98603] = 4, + [98637] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7204), 1, - anon_sym_SEMI, + ACTIONS(5922), 1, + anon_sym_RPAREN, STATE(3575), 2, sym_line_comment, sym_block_comment, - [98617] = 4, + [98651] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7206), 1, - sym__raw_string_literal_end, + ACTIONS(5981), 1, + anon_sym_LBRACE, STATE(3576), 2, sym_line_comment, sym_block_comment, - [98631] = 4, + [98665] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7208), 1, - sym__raw_string_literal_end, + ACTIONS(7216), 1, + anon_sym_SEMI, STATE(3577), 2, sym_line_comment, sym_block_comment, - [98645] = 4, + [98679] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6473), 1, - anon_sym_GT, + ACTIONS(7218), 1, + anon_sym_RBRACK, STATE(3578), 2, sym_line_comment, sym_block_comment, - [98659] = 4, + [98693] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7210), 1, + ACTIONS(7220), 1, anon_sym_SEMI, STATE(3579), 2, sym_line_comment, sym_block_comment, - [98673] = 4, + [98707] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7212), 1, - anon_sym_SEMI, + ACTIONS(5841), 1, + anon_sym_RBRACK, STATE(3580), 2, sym_line_comment, sym_block_comment, - [98687] = 4, + [98721] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7214), 1, - sym_identifier, + ACTIONS(7222), 1, + anon_sym_SEMI, STATE(3581), 2, sym_line_comment, sym_block_comment, - [98701] = 4, + [98735] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7216), 1, - anon_sym_SEMI, + ACTIONS(4367), 1, + anon_sym_RPAREN, STATE(3582), 2, sym_line_comment, sym_block_comment, - [98715] = 4, + [98749] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7218), 1, - anon_sym_SEMI, + ACTIONS(6281), 1, + anon_sym_RBRACE, STATE(3583), 2, sym_line_comment, sym_block_comment, - [98729] = 4, + [98763] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3173), 1, - anon_sym_PLUS, + ACTIONS(7224), 1, + anon_sym_EQ_GT, STATE(3584), 2, sym_line_comment, sym_block_comment, - [98743] = 4, + [98777] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5897), 1, - anon_sym_RPAREN, + ACTIONS(7226), 1, + sym_identifier, STATE(3585), 2, sym_line_comment, sym_block_comment, - [98757] = 4, + [98791] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7220), 1, + ACTIONS(7228), 1, sym_identifier, STATE(3586), 2, sym_line_comment, sym_block_comment, - [98771] = 4, + [98805] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7222), 1, - anon_sym_SEMI, + ACTIONS(7230), 1, + sym_identifier, STATE(3587), 2, sym_line_comment, sym_block_comment, - [98785] = 4, + [98819] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7224), 1, - sym_identifier, + ACTIONS(7232), 1, + anon_sym_SEMI, STATE(3588), 2, sym_line_comment, sym_block_comment, - [98799] = 4, + [98833] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7226), 1, - sym_identifier, + ACTIONS(7234), 1, + anon_sym_SEMI, STATE(3589), 2, sym_line_comment, sym_block_comment, - [98813] = 4, + [98847] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7228), 1, - sym_self, + ACTIONS(5926), 1, + anon_sym_RPAREN, STATE(3590), 2, sym_line_comment, sym_block_comment, - [98827] = 4, + [98861] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5893), 1, - anon_sym_RPAREN, + ACTIONS(3253), 1, + anon_sym_PLUS, STATE(3591), 2, sym_line_comment, sym_block_comment, - [98841] = 4, + [98875] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7230), 1, - anon_sym_RBRACK, + ACTIONS(7236), 1, + anon_sym_SEMI, STATE(3592), 2, sym_line_comment, sym_block_comment, - [98855] = 4, + [98889] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7232), 1, - anon_sym_RBRACK, + ACTIONS(7238), 1, + sym_identifier, STATE(3593), 2, sym_line_comment, sym_block_comment, - [98869] = 4, + [98903] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6234), 1, - anon_sym_RBRACE, + ACTIONS(7240), 1, + anon_sym_RBRACK, STATE(3594), 2, sym_line_comment, sym_block_comment, - [98883] = 4, + [98917] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7234), 1, - anon_sym_LBRACK, + ACTIONS(6287), 1, + anon_sym_RBRACE, STATE(3595), 2, sym_line_comment, sym_block_comment, - [98897] = 4, + [98931] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4121), 1, - anon_sym_COLON_COLON, + ACTIONS(7242), 1, + anon_sym_SEMI, STATE(3596), 2, sym_line_comment, sym_block_comment, - [98911] = 4, + [98945] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6625), 1, - anon_sym_RBRACE, + ACTIONS(7244), 1, + sym__line_doc_content, STATE(3597), 2, sym_line_comment, sym_block_comment, - [98925] = 4, + [98959] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7236), 1, + ACTIONS(7246), 1, anon_sym_SEMI, STATE(3598), 2, sym_line_comment, sym_block_comment, - [98939] = 4, + [98973] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6200), 1, - anon_sym_GT, + ACTIONS(5627), 1, + anon_sym_RPAREN, STATE(3599), 2, sym_line_comment, sym_block_comment, - [98953] = 4, + [98987] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7238), 1, - anon_sym_SEMI, + ACTIONS(5777), 1, + anon_sym_RPAREN, STATE(3600), 2, sym_line_comment, sym_block_comment, - [98967] = 4, + [99001] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7240), 1, - anon_sym_SEMI, + ACTIONS(3859), 1, + anon_sym_COLON_COLON, STATE(3601), 2, sym_line_comment, sym_block_comment, - [98981] = 4, + [99015] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7242), 1, - sym_identifier, + ACTIONS(7248), 1, + anon_sym_RBRACK, STATE(3602), 2, sym_line_comment, sym_block_comment, - [98995] = 4, + [99029] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7244), 1, - anon_sym_RBRACK, + ACTIONS(7250), 1, + sym_identifier, STATE(3603), 2, sym_line_comment, sym_block_comment, - [99009] = 4, + [99043] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7246), 1, - anon_sym_RBRACE, + ACTIONS(7252), 1, + sym_identifier, STATE(3604), 2, sym_line_comment, sym_block_comment, - [99023] = 4, + [99057] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7248), 1, - anon_sym_SEMI, + ACTIONS(5633), 1, + anon_sym_RPAREN, STATE(3605), 2, sym_line_comment, sym_block_comment, - [99037] = 4, + [99071] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7250), 1, - anon_sym_COLON_COLON, + ACTIONS(7254), 1, + sym_identifier, STATE(3606), 2, sym_line_comment, sym_block_comment, - [99051] = 4, + [99085] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7252), 1, - anon_sym_COLON, + ACTIONS(7256), 1, + sym_identifier, STATE(3607), 2, sym_line_comment, sym_block_comment, - [99065] = 4, + [99099] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6210), 1, - anon_sym_RBRACE, + ACTIONS(6362), 1, + anon_sym_GT, STATE(3608), 2, sym_line_comment, sym_block_comment, - [99079] = 4, + [99113] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7254), 1, - sym_identifier, + ACTIONS(7258), 1, + anon_sym_COLON, STATE(3609), 2, sym_line_comment, sym_block_comment, - [99093] = 4, + [99127] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7256), 1, - anon_sym_COLON, + ACTIONS(6188), 1, + anon_sym_RBRACE, STATE(3610), 2, sym_line_comment, sym_block_comment, - [99107] = 4, + [99141] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7258), 1, + ACTIONS(7260), 1, anon_sym_SEMI, STATE(3611), 2, sym_line_comment, sym_block_comment, - [99121] = 4, + [99155] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7260), 1, - anon_sym_LBRACK, + ACTIONS(7262), 1, + anon_sym_SEMI, STATE(3612), 2, sym_line_comment, sym_block_comment, - [99135] = 4, + [99169] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7262), 1, + ACTIONS(7264), 1, anon_sym_SEMI, STATE(3613), 2, sym_line_comment, sym_block_comment, - [99149] = 4, + [99183] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7264), 1, + ACTIONS(6886), 1, anon_sym_SEMI, STATE(3614), 2, sym_line_comment, sym_block_comment, - [99163] = 4, + [99197] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7266), 1, - sym__line_doc_content, + ACTIONS(6860), 1, + anon_sym_SEMI, STATE(3615), 2, sym_line_comment, sym_block_comment, - [99177] = 4, + [99211] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6576), 1, - anon_sym_GT, + ACTIONS(938), 1, + anon_sym_RBRACK, STATE(3616), 2, sym_line_comment, sym_block_comment, - [99191] = 4, + [99225] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7268), 1, - anon_sym_SEMI, + ACTIONS(7266), 1, + anon_sym_COLON, STATE(3617), 2, sym_line_comment, sym_block_comment, - [99205] = 4, + [99239] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7270), 1, - anon_sym_RPAREN, + ACTIONS(6824), 1, + anon_sym_COLON_COLON, STATE(3618), 2, sym_line_comment, sym_block_comment, - [99219] = 4, + [99253] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7272), 1, + ACTIONS(7268), 1, anon_sym_SEMI, STATE(3619), 2, sym_line_comment, sym_block_comment, - [99233] = 4, + [99267] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6096), 1, - anon_sym_LBRACE, + ACTIONS(5646), 1, + anon_sym_RPAREN, STATE(3620), 2, sym_line_comment, sym_block_comment, - [99247] = 4, + [99281] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7274), 1, - anon_sym_COLON, + ACTIONS(7270), 1, + anon_sym_SEMI, STATE(3621), 2, sym_line_comment, sym_block_comment, - [99261] = 4, + [99295] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7276), 1, - anon_sym_SEMI, + ACTIONS(7272), 1, + sym_identifier, STATE(3622), 2, sym_line_comment, sym_block_comment, - [99275] = 4, + [99309] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7278), 1, - sym_identifier, + ACTIONS(7274), 1, + anon_sym_SEMI, STATE(3623), 2, sym_line_comment, sym_block_comment, - [99289] = 4, + [99323] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7280), 1, - anon_sym_COLON_COLON, + ACTIONS(7276), 1, + anon_sym_SEMI, STATE(3624), 2, sym_line_comment, sym_block_comment, - [99303] = 4, + [99337] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7282), 1, - sym_raw_string_literal_content, + ACTIONS(7278), 1, + anon_sym_SEMI, STATE(3625), 2, sym_line_comment, sym_block_comment, - [99317] = 4, + [99351] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3967), 1, - anon_sym_COLON_COLON, + ACTIONS(7280), 1, + anon_sym_RBRACE, STATE(3626), 2, sym_line_comment, sym_block_comment, - [99331] = 4, + [99365] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7284), 1, - sym_raw_string_literal_content, + ACTIONS(992), 1, + anon_sym_EQ_GT, STATE(3627), 2, sym_line_comment, sym_block_comment, - [99345] = 4, + [99379] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7286), 1, - anon_sym_SEMI, + ACTIONS(7282), 1, + sym_raw_string_literal_content, STATE(3628), 2, sym_line_comment, sym_block_comment, - [99359] = 4, + [99393] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7288), 1, - anon_sym_SEMI, + ACTIONS(6320), 1, + anon_sym_GT, STATE(3629), 2, sym_line_comment, sym_block_comment, - [99373] = 4, + [99407] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6184), 1, - anon_sym_RBRACE, + ACTIONS(7284), 1, + anon_sym_COLON, STATE(3630), 2, sym_line_comment, sym_block_comment, - [99387] = 4, + [99421] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4335), 1, - anon_sym_COLON_COLON, + ACTIONS(7286), 1, + anon_sym_SEMI, STATE(3631), 2, sym_line_comment, sym_block_comment, - [99401] = 4, + [99435] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5841), 1, - anon_sym_COLON_COLON, + ACTIONS(7288), 1, + sym_identifier, STATE(3632), 2, sym_line_comment, sym_block_comment, - [99415] = 4, + [99449] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7290), 1, + ACTIONS(4331), 1, anon_sym_COLON_COLON, STATE(3633), 2, sym_line_comment, sym_block_comment, - [99429] = 4, + [99463] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7292), 1, - anon_sym_SEMI, + ACTIONS(5960), 1, + anon_sym_COLON_COLON, STATE(3634), 2, sym_line_comment, sym_block_comment, - [99443] = 4, + [99477] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5356), 1, - anon_sym_SEMI, + ACTIONS(7290), 1, + sym__raw_string_literal_end, STATE(3635), 2, sym_line_comment, sym_block_comment, - [99457] = 4, + [99491] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7294), 1, - anon_sym_COLON_COLON, + ACTIONS(7292), 1, + anon_sym_LBRACK, STATE(3636), 2, sym_line_comment, sym_block_comment, - [99471] = 4, + [99505] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7296), 1, - sym__raw_string_literal_end, + ACTIONS(7294), 1, + anon_sym_SEMI, STATE(3637), 2, sym_line_comment, sym_block_comment, - [99485] = 4, + [99519] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7298), 1, - anon_sym_SEMI, + ACTIONS(7296), 1, + anon_sym_COLON_COLON, STATE(3638), 2, sym_line_comment, sym_block_comment, - [99499] = 4, + [99533] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7300), 1, - anon_sym_STAR_SLASH, + ACTIONS(7298), 1, + anon_sym_LT2, STATE(3639), 2, sym_line_comment, sym_block_comment, - [99513] = 4, + [99547] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7302), 1, - sym_identifier, + ACTIONS(7300), 1, + ts_builtin_sym_end, STATE(3640), 2, sym_line_comment, sym_block_comment, - [99527] = 4, + [99561] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7304), 1, - anon_sym_COLON, + ACTIONS(7302), 1, + anon_sym_SEMI, STATE(3641), 2, sym_line_comment, sym_block_comment, - [99541] = 4, + [99575] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7306), 1, - anon_sym_LT2, + ACTIONS(7304), 1, + anon_sym_SEMI, STATE(3642), 2, sym_line_comment, sym_block_comment, - [99555] = 4, + [99589] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7308), 1, - anon_sym_RBRACE, + ACTIONS(7306), 1, + anon_sym_LT2, STATE(3643), 2, sym_line_comment, sym_block_comment, - [99569] = 4, + [99603] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7310), 1, - anon_sym_fn, + ACTIONS(7308), 1, + anon_sym_RBRACE, STATE(3644), 2, sym_line_comment, sym_block_comment, - [99583] = 4, + [99617] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7312), 1, - anon_sym_RBRACK, + ACTIONS(7310), 1, + anon_sym_fn, STATE(3645), 2, sym_line_comment, sym_block_comment, - [99597] = 4, + [99631] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7314), 1, - anon_sym_COLON_COLON, + ACTIONS(4705), 1, + anon_sym_fn, STATE(3646), 2, sym_line_comment, sym_block_comment, - [99611] = 4, + [99645] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7316), 1, - anon_sym_SEMI, + ACTIONS(7312), 1, + anon_sym_COLON_COLON, STATE(3647), 2, sym_line_comment, sym_block_comment, - [99625] = 4, + [99659] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7318), 1, + ACTIONS(7314), 1, anon_sym_SEMI, STATE(3648), 2, sym_line_comment, sym_block_comment, - [99639] = 4, + [99673] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7320), 1, - anon_sym_COLON_COLON, + ACTIONS(6316), 1, + anon_sym_GT, STATE(3649), 2, sym_line_comment, sym_block_comment, - [99653] = 4, + [99687] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6974), 1, - anon_sym_SEMI, + ACTIONS(7316), 1, + anon_sym_COLON_COLON, STATE(3650), 2, sym_line_comment, sym_block_comment, - [99667] = 4, - ACTIONS(3), 1, + [99701] = 4, + ACTIONS(105), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7322), 1, - aux_sym_line_comment_token2, + ACTIONS(7318), 1, + anon_sym_RBRACK, STATE(3651), 2, sym_line_comment, sym_block_comment, - [99681] = 4, + [99715] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7324), 1, - sym_identifier, + ACTIONS(7320), 1, + anon_sym_SEMI, STATE(3652), 2, sym_line_comment, sym_block_comment, - [99695] = 4, + [99729] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5116), 1, - anon_sym_COLON_COLON, + ACTIONS(7322), 1, + anon_sym_RBRACK, STATE(3653), 2, sym_line_comment, sym_block_comment, - [99709] = 4, + [99743] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7326), 1, + ACTIONS(5161), 1, anon_sym_COLON_COLON, STATE(3654), 2, sym_line_comment, sym_block_comment, - [99723] = 4, + [99757] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7328), 1, - anon_sym_fn, + ACTIONS(7324), 1, + anon_sym_COLON_COLON, STATE(3655), 2, sym_line_comment, sym_block_comment, - [99737] = 4, + [99771] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7330), 1, - ts_builtin_sym_end, + ACTIONS(7326), 1, + anon_sym_fn, STATE(3656), 2, sym_line_comment, sym_block_comment, - [99751] = 4, + [99785] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7332), 1, - anon_sym_LBRACE, + ACTIONS(7328), 1, + anon_sym_EQ_GT, STATE(3657), 2, sym_line_comment, sym_block_comment, - [99765] = 4, + [99799] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7334), 1, - anon_sym_COLON, + ACTIONS(7330), 1, + anon_sym_LBRACE, STATE(3658), 2, sym_line_comment, sym_block_comment, - [99779] = 4, + [99813] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(880), 1, - anon_sym_RBRACK, + ACTIONS(7332), 1, + anon_sym_EQ_GT, STATE(3659), 2, sym_line_comment, sym_block_comment, - [99793] = 4, + [99827] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6836), 1, + ACTIONS(7334), 1, anon_sym_SEMI, STATE(3660), 2, sym_line_comment, sym_block_comment, - [99807] = 4, + [99841] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, ACTIONS(7336), 1, - anon_sym_fn, + anon_sym_EQ_GT, STATE(3661), 2, sym_line_comment, sym_block_comment, - [99821] = 4, + [99855] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -197741,7 +197934,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(3662), 2, sym_line_comment, sym_block_comment, - [99835] = 4, + [99869] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -197751,757 +197944,757 @@ static const uint16_t ts_small_parse_table[] = { STATE(3663), 2, sym_line_comment, sym_block_comment, - [99849] = 4, + [99883] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, ACTIONS(7342), 1, - anon_sym_SEMI, + anon_sym_LPAREN, STATE(3664), 2, sym_line_comment, sym_block_comment, - [99863] = 4, + [99897] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, ACTIONS(7344), 1, - sym_raw_string_literal_content, + anon_sym_RBRACK, STATE(3665), 2, sym_line_comment, sym_block_comment, - [99877] = 4, + [99911] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, ACTIONS(7346), 1, - anon_sym_COLON, + anon_sym_SEMI, STATE(3666), 2, sym_line_comment, sym_block_comment, - [99891] = 4, + [99925] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6744), 1, - anon_sym_RBRACE, + ACTIONS(7348), 1, + sym_raw_string_literal_content, STATE(3667), 2, sym_line_comment, sym_block_comment, - [99905] = 4, + [99939] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(763), 1, - anon_sym_RBRACK, + ACTIONS(6253), 1, + anon_sym_GT, STATE(3668), 2, sym_line_comment, sym_block_comment, - [99919] = 4, + [99953] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7348), 1, + ACTIONS(7350), 1, anon_sym_COLON_COLON, STATE(3669), 2, sym_line_comment, sym_block_comment, - [99933] = 4, + [99967] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7350), 1, - anon_sym_RBRACK, + ACTIONS(7352), 1, + anon_sym_COLON_COLON, STATE(3670), 2, sym_line_comment, sym_block_comment, - [99947] = 4, + [99981] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7352), 1, - sym_identifier, + ACTIONS(7354), 1, + anon_sym_SEMI, STATE(3671), 2, sym_line_comment, sym_block_comment, - [99961] = 4, + [99995] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7354), 1, - anon_sym_COLON_COLON, + ACTIONS(7356), 1, + anon_sym_STAR_SLASH, STATE(3672), 2, sym_line_comment, sym_block_comment, - [99975] = 4, + [100009] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7356), 1, - sym_identifier, + ACTIONS(7358), 1, + anon_sym_COLON_COLON, STATE(3673), 2, sym_line_comment, sym_block_comment, - [99989] = 4, + [100023] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7358), 1, - anon_sym_COLON, + ACTIONS(7360), 1, + anon_sym_RBRACE, STATE(3674), 2, sym_line_comment, sym_block_comment, - [100003] = 4, + [100037] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7360), 1, - anon_sym_EQ, + ACTIONS(7362), 1, + anon_sym_SEMI, STATE(3675), 2, sym_line_comment, sym_block_comment, - [100017] = 4, + [100051] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6806), 1, - anon_sym_GT, + ACTIONS(5432), 1, + anon_sym_SEMI, STATE(3676), 2, sym_line_comment, sym_block_comment, - [100031] = 4, + [100065] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7362), 1, - sym_identifier, + ACTIONS(7364), 1, + sym_raw_string_literal_content, STATE(3677), 2, sym_line_comment, sym_block_comment, - [100045] = 4, + [100079] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7364), 1, - sym_identifier, + ACTIONS(7366), 1, + anon_sym_EQ_GT, STATE(3678), 2, sym_line_comment, sym_block_comment, - [100059] = 4, + [100093] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5071), 1, - anon_sym_COLON_COLON, + ACTIONS(7368), 1, + sym_identifier, STATE(3679), 2, sym_line_comment, sym_block_comment, - [100073] = 4, + [100107] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7366), 1, - anon_sym_COLON_COLON, + ACTIONS(7370), 1, + sym_identifier, STATE(3680), 2, sym_line_comment, sym_block_comment, - [100087] = 4, + [100121] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7368), 1, - anon_sym_LBRACE, + ACTIONS(7372), 1, + anon_sym_COLON_COLON, STATE(3681), 2, sym_line_comment, sym_block_comment, - [100101] = 4, + [100135] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7370), 1, - sym_identifier, + ACTIONS(7374), 1, + anon_sym_LBRACE, STATE(3682), 2, sym_line_comment, sym_block_comment, - [100115] = 4, + [100149] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4713), 1, - anon_sym_fn, + ACTIONS(7376), 1, + anon_sym_SEMI, STATE(3683), 2, sym_line_comment, sym_block_comment, - [100129] = 4, + [100163] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4907), 1, - anon_sym_COLON_COLON, + ACTIONS(7378), 1, + anon_sym_SEMI, STATE(3684), 2, sym_line_comment, sym_block_comment, - [100143] = 4, + [100177] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7372), 1, - anon_sym_SEMI, + ACTIONS(7380), 1, + sym_identifier, STATE(3685), 2, sym_line_comment, sym_block_comment, - [100157] = 4, + [100191] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7374), 1, + ACTIONS(7382), 1, sym_raw_string_literal_content, STATE(3686), 2, sym_line_comment, sym_block_comment, - [100171] = 4, + [100205] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3775), 1, + ACTIONS(3701), 1, anon_sym_COLON_COLON, STATE(3687), 2, sym_line_comment, sym_block_comment, - [100185] = 4, + [100219] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7376), 1, - anon_sym_SEMI, + ACTIONS(7384), 1, + sym_identifier, STATE(3688), 2, sym_line_comment, sym_block_comment, - [100199] = 4, + [100233] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7378), 1, + ACTIONS(7386), 1, anon_sym_COLON_COLON, STATE(3689), 2, sym_line_comment, sym_block_comment, - [100213] = 4, + [100247] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7380), 1, - sym_raw_string_literal_content, + ACTIONS(7388), 1, + anon_sym_RPAREN, STATE(3690), 2, sym_line_comment, sym_block_comment, - [100227] = 4, + [100261] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7382), 1, - anon_sym_SEMI, + ACTIONS(6372), 1, + anon_sym_RBRACE, STATE(3691), 2, sym_line_comment, sym_block_comment, - [100241] = 4, + [100275] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7384), 1, + ACTIONS(7390), 1, anon_sym_LBRACE, STATE(3692), 2, sym_line_comment, sym_block_comment, - [100255] = 4, + [100289] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7386), 1, + ACTIONS(7392), 1, sym_raw_string_literal_content, STATE(3693), 2, sym_line_comment, sym_block_comment, - [100269] = 4, + [100303] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5368), 1, + ACTIONS(5310), 1, anon_sym_COLON_COLON, STATE(3694), 2, sym_line_comment, sym_block_comment, - [100283] = 4, + [100317] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7388), 1, + ACTIONS(7394), 1, anon_sym_COLON_COLON, STATE(3695), 2, sym_line_comment, sym_block_comment, - [100297] = 4, + [100331] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7390), 1, + ACTIONS(7396), 1, anon_sym_SEMI, STATE(3696), 2, sym_line_comment, sym_block_comment, - [100311] = 4, + [100345] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6120), 1, + ACTIONS(6146), 1, anon_sym_LBRACE, STATE(3697), 2, sym_line_comment, sym_block_comment, - [100325] = 4, + [100359] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6022), 1, + ACTIONS(5882), 1, anon_sym_COLON_COLON, STATE(3698), 2, sym_line_comment, sym_block_comment, - [100339] = 4, + [100373] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7392), 1, + ACTIONS(7398), 1, anon_sym_COLON_COLON, STATE(3699), 2, sym_line_comment, sym_block_comment, - [100353] = 4, + [100387] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6136), 1, + ACTIONS(6160), 1, anon_sym_LBRACE, STATE(3700), 2, sym_line_comment, sym_block_comment, - [100367] = 4, + [100401] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7394), 1, + ACTIONS(7400), 1, anon_sym_COLON_COLON, STATE(3701), 2, sym_line_comment, sym_block_comment, - [100381] = 4, + [100415] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5404), 1, + ACTIONS(5426), 1, anon_sym_COLON_COLON, STATE(3702), 2, sym_line_comment, sym_block_comment, - [100395] = 4, + [100429] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5428), 1, + ACTIONS(5440), 1, anon_sym_COLON_COLON, STATE(3703), 2, sym_line_comment, sym_block_comment, - [100409] = 4, + [100443] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4367), 1, + ACTIONS(4321), 1, anon_sym_COLON_COLON, STATE(3704), 2, sym_line_comment, sym_block_comment, - [100423] = 4, + [100457] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7396), 1, + ACTIONS(7402), 1, anon_sym_COLON_COLON, STATE(3705), 2, sym_line_comment, sym_block_comment, - [100437] = 4, + [100471] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4331), 1, - anon_sym_RPAREN, + ACTIONS(7404), 1, + sym_raw_string_literal_content, STATE(3706), 2, sym_line_comment, sym_block_comment, - [100451] = 4, + [100485] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7398), 1, - anon_sym_SEMI, + ACTIONS(7406), 1, + anon_sym_RBRACK, STATE(3707), 2, sym_line_comment, sym_block_comment, - [100465] = 4, + [100499] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7400), 1, + ACTIONS(7408), 1, sym_identifier, STATE(3708), 2, sym_line_comment, sym_block_comment, - [100479] = 4, + [100513] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7402), 1, - anon_sym_SEMI, + ACTIONS(7410), 1, + sym_identifier, STATE(3709), 2, sym_line_comment, sym_block_comment, - [100493] = 4, + [100527] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7404), 1, - anon_sym_SEMI, + ACTIONS(7412), 1, + sym_identifier, STATE(3710), 2, sym_line_comment, sym_block_comment, - [100507] = 4, + [100541] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7406), 1, + ACTIONS(7414), 1, anon_sym_COLON, STATE(3711), 2, sym_line_comment, sym_block_comment, - [100521] = 4, + [100555] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7408), 1, + ACTIONS(7416), 1, anon_sym_LBRACK, STATE(3712), 2, sym_line_comment, sym_block_comment, - [100535] = 4, + [100569] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7410), 1, - anon_sym_SEMI, + ACTIONS(7418), 1, + sym_identifier, STATE(3713), 2, sym_line_comment, sym_block_comment, - [100549] = 4, + [100583] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7412), 1, + ACTIONS(6880), 1, anon_sym_SEMI, STATE(3714), 2, sym_line_comment, sym_block_comment, - [100563] = 4, + [100597] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7414), 1, - sym__line_doc_content, + ACTIONS(6338), 1, + anon_sym_RBRACE, STATE(3715), 2, sym_line_comment, sym_block_comment, - [100577] = 4, + [100611] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7416), 1, - sym__line_doc_content, + ACTIONS(7420), 1, + sym_identifier, STATE(3716), 2, sym_line_comment, sym_block_comment, - [100591] = 4, + [100625] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7418), 1, - sym_identifier, + ACTIONS(7422), 1, + anon_sym_SEMI, STATE(3717), 2, sym_line_comment, sym_block_comment, - [100605] = 4, + [100639] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7420), 1, + ACTIONS(7424), 1, anon_sym_LBRACK, STATE(3718), 2, sym_line_comment, sym_block_comment, - [100619] = 4, + [100653] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7422), 1, + ACTIONS(7426), 1, anon_sym_COLON, STATE(3719), 2, sym_line_comment, sym_block_comment, - [100633] = 4, + [100667] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7424), 1, + ACTIONS(7428), 1, anon_sym_COLON, STATE(3720), 2, sym_line_comment, sym_block_comment, - [100647] = 4, + [100681] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7426), 1, + ACTIONS(7430), 1, sym_identifier, STATE(3721), 2, sym_line_comment, sym_block_comment, - [100661] = 4, + [100695] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6584), 1, - anon_sym_RBRACE, + ACTIONS(7432), 1, + anon_sym_SEMI, STATE(3722), 2, sym_line_comment, sym_block_comment, - [100675] = 4, + [100709] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6796), 1, - anon_sym_RBRACE, + ACTIONS(7434), 1, + anon_sym_SEMI, STATE(3723), 2, sym_line_comment, sym_block_comment, - [100689] = 4, + [100723] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7428), 1, - sym__raw_string_literal_end, + ACTIONS(7436), 1, + sym_identifier, STATE(3724), 2, sym_line_comment, sym_block_comment, - [100703] = 4, + [100737] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7430), 1, + ACTIONS(7438), 1, anon_sym_COLON, STATE(3725), 2, sym_line_comment, sym_block_comment, - [100717] = 4, + [100751] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7432), 1, - sym_identifier, + ACTIONS(4887), 1, + anon_sym_COLON_COLON, STATE(3726), 2, sym_line_comment, sym_block_comment, - [100731] = 4, + [100765] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5442), 1, - anon_sym_SEMI, + ACTIONS(4319), 1, + anon_sym_COLON_COLON, STATE(3727), 2, sym_line_comment, sym_block_comment, - [100745] = 4, + [100779] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7434), 1, - sym_identifier, + ACTIONS(4794), 1, + anon_sym_COLON_COLON, STATE(3728), 2, sym_line_comment, sym_block_comment, - [100759] = 4, + [100793] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7436), 1, + ACTIONS(7440), 1, sym_identifier, STATE(3729), 2, sym_line_comment, sym_block_comment, - [100773] = 4, + [100807] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7438), 1, - sym_identifier, + ACTIONS(7442), 1, + anon_sym_SEMI, STATE(3730), 2, sym_line_comment, sym_block_comment, - [100787] = 4, + [100821] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7440), 1, - anon_sym_SEMI, + ACTIONS(4371), 1, + anon_sym_RPAREN, STATE(3731), 2, sym_line_comment, sym_block_comment, - [100801] = 4, + [100835] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7442), 1, - sym_identifier, + ACTIONS(7444), 1, + anon_sym_SEMI, STATE(3732), 2, sym_line_comment, sym_block_comment, - [100815] = 4, + [100849] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7444), 1, - anon_sym_COLON, + ACTIONS(7446), 1, + sym_identifier, STATE(3733), 2, sym_line_comment, sym_block_comment, - [100829] = 4, + [100863] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7446), 1, - sym_identifier, + ACTIONS(7448), 1, + anon_sym_COLON_COLON, STATE(3734), 2, sym_line_comment, sym_block_comment, - [100843] = 4, + [100877] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4005), 1, - anon_sym_COLON_COLON, + ACTIONS(5894), 1, + anon_sym_RBRACK, STATE(3735), 2, sym_line_comment, sym_block_comment, - [100857] = 4, + [100891] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7448), 1, - anon_sym_SEMI, + ACTIONS(4763), 1, + anon_sym_COLON_COLON, STATE(3736), 2, sym_line_comment, sym_block_comment, - [100871] = 4, - ACTIONS(105), 1, + [100905] = 4, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(107), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, ACTIONS(7450), 1, - sym_identifier, + aux_sym_line_comment_token2, STATE(3737), 2, sym_line_comment, sym_block_comment, - [100885] = 4, + [100919] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4279), 1, - anon_sym_COLON_COLON, + ACTIONS(1012), 1, + anon_sym_EQ_GT, STATE(3738), 2, sym_line_comment, sym_block_comment, - [100899] = 4, + [100933] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -198511,37 +198704,37 @@ static const uint16_t ts_small_parse_table[] = { STATE(3739), 2, sym_line_comment, sym_block_comment, - [100913] = 4, + [100947] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4790), 1, - anon_sym_COLON_COLON, + ACTIONS(7454), 1, + anon_sym_SEMI, STATE(3740), 2, sym_line_comment, sym_block_comment, - [100927] = 4, + [100961] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5384), 1, - anon_sym_SEMI, + ACTIONS(6786), 1, + anon_sym_RBRACE, STATE(3741), 2, sym_line_comment, sym_block_comment, - [100941] = 4, + [100975] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7454), 1, + ACTIONS(5368), 1, anon_sym_SEMI, STATE(3742), 2, sym_line_comment, sym_block_comment, - [100955] = 4, + [100989] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, @@ -198551,7202 +198744,7225 @@ static const uint16_t ts_small_parse_table[] = { STATE(3743), 2, sym_line_comment, sym_block_comment, - [100969] = 4, + [101003] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, ACTIONS(7458), 1, - anon_sym_COLON, + sym_identifier, STATE(3744), 2, sym_line_comment, sym_block_comment, - [100983] = 4, + [101017] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, ACTIONS(7460), 1, - anon_sym_COLON, + anon_sym_SEMI, STATE(3745), 2, sym_line_comment, sym_block_comment, - [100997] = 4, + [101031] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, ACTIONS(7462), 1, - anon_sym_RBRACE, + sym__raw_string_literal_end, STATE(3746), 2, sym_line_comment, sym_block_comment, - [101011] = 4, + [101045] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5853), 1, - anon_sym_RPAREN, + ACTIONS(7464), 1, + sym__raw_string_literal_end, STATE(3747), 2, sym_line_comment, sym_block_comment, - [101025] = 4, + [101059] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5378), 1, - anon_sym_SEMI, + ACTIONS(7466), 1, + anon_sym_RBRACK, STATE(3748), 2, sym_line_comment, sym_block_comment, - [101039] = 4, + [101073] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7464), 1, - anon_sym_SEMI, + ACTIONS(7468), 1, + sym__line_doc_content, STATE(3749), 2, sym_line_comment, sym_block_comment, - [101053] = 4, + [101087] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4766), 1, + ACTIONS(7470), 1, anon_sym_COLON_COLON, STATE(3750), 2, sym_line_comment, sym_block_comment, - [101067] = 4, + [101101] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7466), 1, - anon_sym_RBRACE, + ACTIONS(7472), 1, + sym__line_doc_content, STATE(3751), 2, sym_line_comment, sym_block_comment, - [101081] = 4, + [101115] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7468), 1, + ACTIONS(7474), 1, anon_sym_COLON, STATE(3752), 2, sym_line_comment, sym_block_comment, - [101095] = 4, + [101129] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7470), 1, + ACTIONS(932), 1, anon_sym_RBRACK, STATE(3753), 2, sym_line_comment, sym_block_comment, - [101109] = 4, + [101143] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7472), 1, - sym_identifier, + ACTIONS(7476), 1, + anon_sym_EQ, STATE(3754), 2, sym_line_comment, sym_block_comment, - [101123] = 4, + [101157] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7474), 1, - anon_sym_SEMI, + ACTIONS(7478), 1, + anon_sym_LT, STATE(3755), 2, sym_line_comment, sym_block_comment, - [101137] = 4, + [101171] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7476), 1, - anon_sym_RBRACK, + ACTIONS(7480), 1, + anon_sym_COLON, STATE(3756), 2, sym_line_comment, sym_block_comment, - [101151] = 4, + [101185] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7478), 1, - sym_identifier, + ACTIONS(7482), 1, + anon_sym_LT2, STATE(3757), 2, sym_line_comment, sym_block_comment, - [101165] = 4, + [101199] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7480), 1, - anon_sym_SEMI, + ACTIONS(7484), 1, + sym_identifier, STATE(3758), 2, sym_line_comment, sym_block_comment, - [101179] = 4, + [101213] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7482), 1, + ACTIONS(7486), 1, anon_sym_EQ, STATE(3759), 2, sym_line_comment, sym_block_comment, - [101193] = 4, + [101227] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7484), 1, - anon_sym_LT2, + ACTIONS(7488), 1, + anon_sym_RBRACK, STATE(3760), 2, sym_line_comment, sym_block_comment, - [101207] = 4, + [101241] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7486), 1, - anon_sym_COLON, + ACTIONS(7490), 1, + anon_sym_fn, STATE(3761), 2, sym_line_comment, sym_block_comment, - [101221] = 4, + [101255] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5376), 1, - anon_sym_COLON_COLON, + ACTIONS(3175), 1, + anon_sym_PLUS, STATE(3762), 2, sym_line_comment, sym_block_comment, - [101235] = 4, + [101269] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(980), 1, - anon_sym_EQ_GT, + ACTIONS(7492), 1, + anon_sym_SEMI, STATE(3763), 2, sym_line_comment, sym_block_comment, - [101249] = 4, + [101283] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4770), 1, + ACTIONS(7494), 1, anon_sym_COLON_COLON, STATE(3764), 2, sym_line_comment, sym_block_comment, - [101263] = 4, + [101297] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7488), 1, - sym_identifier, + ACTIONS(7496), 1, + sym__line_doc_content, STATE(3765), 2, sym_line_comment, sym_block_comment, - [101277] = 4, + [101311] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7490), 1, - anon_sym_LT2, + ACTIONS(6459), 1, + anon_sym_RBRACE, STATE(3766), 2, sym_line_comment, sym_block_comment, - [101291] = 4, + [101325] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7492), 1, - anon_sym_RPAREN, + ACTIONS(7498), 1, + anon_sym_SEMI, STATE(3767), 2, sym_line_comment, sym_block_comment, - [101305] = 4, + [101339] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7494), 1, + ACTIONS(7500), 1, anon_sym_COLON, STATE(3768), 2, sym_line_comment, sym_block_comment, - [101319] = 4, + [101353] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7496), 1, + ACTIONS(7502), 1, anon_sym_EQ, STATE(3769), 2, sym_line_comment, sym_block_comment, - [101333] = 4, + [101367] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6898), 1, - anon_sym_SEMI, + ACTIONS(7504), 1, + anon_sym_COLON, STATE(3770), 2, sym_line_comment, sym_block_comment, - [101347] = 4, + [101381] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7498), 1, + ACTIONS(7506), 1, anon_sym_COLON, STATE(3771), 2, sym_line_comment, sym_block_comment, - [101361] = 4, + [101395] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7500), 1, + ACTIONS(7508), 1, anon_sym_LBRACK, STATE(3772), 2, sym_line_comment, sym_block_comment, - [101375] = 4, + [101409] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7502), 1, + ACTIONS(7510), 1, anon_sym_LBRACK, STATE(3773), 2, sym_line_comment, sym_block_comment, - [101389] = 4, + [101423] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7504), 1, + ACTIONS(7512), 1, anon_sym_COLON, STATE(3774), 2, sym_line_comment, sym_block_comment, - [101403] = 4, + [101437] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7506), 1, - anon_sym_fn, + ACTIONS(7514), 1, + sym_identifier, STATE(3775), 2, sym_line_comment, sym_block_comment, - [101417] = 4, + [101451] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3213), 1, - anon_sym_PLUS, + ACTIONS(7516), 1, + sym_identifier, STATE(3776), 2, sym_line_comment, sym_block_comment, - [101431] = 4, + [101465] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7508), 1, + ACTIONS(7518), 1, anon_sym_COLON, STATE(3777), 2, sym_line_comment, sym_block_comment, - [101445] = 4, + [101479] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7510), 1, + ACTIONS(7520), 1, anon_sym_COLON, STATE(3778), 2, sym_line_comment, sym_block_comment, - [101459] = 4, + [101493] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7512), 1, - anon_sym_RBRACK, + ACTIONS(7522), 1, + sym_identifier, STATE(3779), 2, sym_line_comment, sym_block_comment, - [101473] = 4, + [101507] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7514), 1, - anon_sym_COLON_COLON, + ACTIONS(753), 1, + anon_sym_RBRACK, STATE(3780), 2, sym_line_comment, sym_block_comment, - [101487] = 4, + [101521] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7516), 1, + ACTIONS(7524), 1, anon_sym_COLON, STATE(3781), 2, sym_line_comment, sym_block_comment, - [101501] = 4, + [101535] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7518), 1, + ACTIONS(7526), 1, anon_sym_COLON, STATE(3782), 2, sym_line_comment, sym_block_comment, - [101515] = 4, + [101549] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7520), 1, + ACTIONS(7528), 1, anon_sym_COLON, STATE(3783), 2, sym_line_comment, sym_block_comment, - [101529] = 4, + [101563] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7522), 1, - anon_sym_RBRACE, + ACTIONS(7530), 1, + anon_sym_COLON, STATE(3784), 2, sym_line_comment, sym_block_comment, - [101543] = 4, + [101577] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4739), 1, + ACTIONS(4729), 1, anon_sym_fn, STATE(3785), 2, sym_line_comment, sym_block_comment, - [101557] = 4, + [101591] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7524), 1, - sym_identifier, + ACTIONS(6884), 1, + anon_sym_SEMI, STATE(3786), 2, sym_line_comment, sym_block_comment, - [101571] = 4, + [101605] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7526), 1, - anon_sym_RBRACE, + ACTIONS(7532), 1, + anon_sym_SEMI, STATE(3787), 2, sym_line_comment, sym_block_comment, - [101585] = 4, + [101619] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7528), 1, + ACTIONS(7534), 1, sym_identifier, STATE(3788), 2, sym_line_comment, sym_block_comment, - [101599] = 4, + [101633] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7530), 1, - anon_sym_LPAREN, + ACTIONS(7536), 1, + sym_identifier, STATE(3789), 2, sym_line_comment, sym_block_comment, - [101613] = 4, + [101647] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7532), 1, - anon_sym_EQ_GT, + ACTIONS(7538), 1, + sym_identifier, STATE(3790), 2, sym_line_comment, sym_block_comment, - [101627] = 4, + [101661] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7534), 1, - anon_sym_RBRACE, + ACTIONS(7540), 1, + anon_sym_COLON_COLON, STATE(3791), 2, sym_line_comment, sym_block_comment, - [101641] = 4, + [101675] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7536), 1, + ACTIONS(7542), 1, sym_identifier, STATE(3792), 2, sym_line_comment, sym_block_comment, - [101655] = 4, + [101689] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7538), 1, - anon_sym_COLON_COLON, + ACTIONS(7544), 1, + anon_sym_SEMI, STATE(3793), 2, sym_line_comment, sym_block_comment, - [101669] = 4, + [101703] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6180), 1, - anon_sym_RBRACE, + ACTIONS(7546), 1, + sym_identifier, STATE(3794), 2, sym_line_comment, sym_block_comment, - [101683] = 4, + [101717] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7540), 1, + ACTIONS(7548), 1, sym_identifier, STATE(3795), 2, sym_line_comment, sym_block_comment, - [101697] = 4, + [101731] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7542), 1, + ACTIONS(7550), 1, anon_sym_fn, STATE(3796), 2, sym_line_comment, sym_block_comment, - [101711] = 4, + [101745] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(6441), 1, - anon_sym_RBRACE, + ACTIONS(7552), 1, + anon_sym_RPAREN, STATE(3797), 2, sym_line_comment, sym_block_comment, - [101725] = 4, + [101759] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7544), 1, - anon_sym_RBRACK, + ACTIONS(4132), 1, + anon_sym_COLON_COLON, STATE(3798), 2, sym_line_comment, sym_block_comment, - [101739] = 4, + [101773] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7546), 1, - anon_sym_SEMI, + ACTIONS(5827), 1, + anon_sym_RPAREN, STATE(3799), 2, sym_line_comment, sym_block_comment, - [101753] = 4, + [101787] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7548), 1, - anon_sym_SEMI, + ACTIONS(7554), 1, + anon_sym_LPAREN, STATE(3800), 2, sym_line_comment, sym_block_comment, - [101767] = 4, + [101801] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(4353), 1, - anon_sym_RPAREN, + ACTIONS(7556), 1, + sym_identifier, STATE(3801), 2, sym_line_comment, sym_block_comment, - [101781] = 4, + [101815] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(3183), 1, - anon_sym_PLUS, + ACTIONS(7558), 1, + anon_sym_SEMI, STATE(3802), 2, sym_line_comment, sym_block_comment, - [101795] = 4, + [101829] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7550), 1, - sym_identifier, + ACTIONS(7560), 1, + anon_sym_EQ, STATE(3803), 2, sym_line_comment, sym_block_comment, - [101809] = 4, + [101843] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7552), 1, - anon_sym_COLON_COLON, + ACTIONS(7562), 1, + anon_sym_EQ_GT, STATE(3804), 2, sym_line_comment, sym_block_comment, - [101823] = 4, + [101857] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(5887), 1, - anon_sym_RPAREN, + ACTIONS(7564), 1, + sym_identifier, STATE(3805), 2, sym_line_comment, sym_block_comment, - [101837] = 4, + [101871] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7554), 1, + ACTIONS(7566), 1, sym_identifier, STATE(3806), 2, sym_line_comment, sym_block_comment, - [101851] = 4, + [101885] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7556), 1, + ACTIONS(7568), 1, sym_identifier, STATE(3807), 2, sym_line_comment, sym_block_comment, - [101865] = 4, + [101899] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7558), 1, - sym_identifier, + ACTIONS(3185), 1, + anon_sym_PLUS, STATE(3808), 2, sym_line_comment, sym_block_comment, - [101879] = 4, + [101913] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7560), 1, + ACTIONS(7570), 1, sym_identifier, STATE(3809), 2, sym_line_comment, sym_block_comment, - [101893] = 4, + [101927] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7562), 1, - sym_identifier, + ACTIONS(5890), 1, + anon_sym_RPAREN, STATE(3810), 2, sym_line_comment, sym_block_comment, - [101907] = 4, + [101941] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7564), 1, + ACTIONS(7572), 1, sym_identifier, STATE(3811), 2, sym_line_comment, sym_block_comment, - [101921] = 4, + [101955] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7566), 1, + ACTIONS(7574), 1, anon_sym_SEMI, STATE(3812), 2, sym_line_comment, sym_block_comment, - [101935] = 4, + [101969] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7568), 1, - anon_sym_SEMI, + ACTIONS(3923), 1, + anon_sym_COLON_COLON, STATE(3813), 2, sym_line_comment, sym_block_comment, - [101949] = 4, + [101983] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7570), 1, - anon_sym_COLON, + ACTIONS(5163), 1, + anon_sym_COLON_COLON, STATE(3814), 2, sym_line_comment, sym_block_comment, - [101963] = 4, + [101997] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7572), 1, - anon_sym_fn, + ACTIONS(771), 1, + anon_sym_RBRACK, STATE(3815), 2, sym_line_comment, sym_block_comment, - [101977] = 4, + [102011] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7574), 1, - anon_sym_LT, + ACTIONS(7576), 1, + anon_sym_fn, STATE(3816), 2, sym_line_comment, sym_block_comment, - [101991] = 4, + [102025] = 4, ACTIONS(105), 1, anon_sym_SLASH_SLASH, ACTIONS(107), 1, anon_sym_SLASH_STAR, - ACTIONS(7576), 1, - anon_sym_COLON_COLON, + ACTIONS(6866), 1, + anon_sym_SEMI, STATE(3817), 2, sym_line_comment, sym_block_comment, - [102005] = 1, + [102039] = 4, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, ACTIONS(7578), 1, - ts_builtin_sym_end, - [102009] = 1, + anon_sym_fn, + STATE(3818), 2, + sym_line_comment, + sym_block_comment, + [102053] = 4, + ACTIONS(105), 1, + anon_sym_SLASH_SLASH, + ACTIONS(107), 1, + anon_sym_SLASH_STAR, ACTIONS(7580), 1, - ts_builtin_sym_end, - [102013] = 1, + anon_sym_COLON_COLON, + STATE(3819), 2, + sym_line_comment, + sym_block_comment, + [102067] = 1, ACTIONS(7582), 1, ts_builtin_sym_end, - [102017] = 1, + [102071] = 1, ACTIONS(7584), 1, ts_builtin_sym_end, - [102021] = 1, + [102075] = 1, ACTIONS(7586), 1, ts_builtin_sym_end, - [102025] = 1, + [102079] = 1, ACTIONS(7588), 1, ts_builtin_sym_end, - [102029] = 1, + [102083] = 1, ACTIONS(7590), 1, ts_builtin_sym_end, + [102087] = 1, + ACTIONS(7592), 1, + ts_builtin_sym_end, + [102091] = 1, + ACTIONS(7594), 1, + ts_builtin_sym_end, }; static const uint32_t ts_small_parse_table_map[] = { - [SMALL_STATE(1064)] = 0, - [SMALL_STATE(1065)] = 74, - [SMALL_STATE(1066)] = 146, - [SMALL_STATE(1067)] = 247, - [SMALL_STATE(1068)] = 348, - [SMALL_STATE(1069)] = 449, - [SMALL_STATE(1070)] = 514, - [SMALL_STATE(1071)] = 591, - [SMALL_STATE(1072)] = 668, - [SMALL_STATE(1073)] = 747, - [SMALL_STATE(1074)] = 812, - [SMALL_STATE(1075)] = 877, - [SMALL_STATE(1076)] = 942, - [SMALL_STATE(1077)] = 1007, - [SMALL_STATE(1078)] = 1076, - [SMALL_STATE(1079)] = 1141, - [SMALL_STATE(1080)] = 1206, - [SMALL_STATE(1081)] = 1283, - [SMALL_STATE(1082)] = 1348, - [SMALL_STATE(1083)] = 1413, - [SMALL_STATE(1084)] = 1515, - [SMALL_STATE(1085)] = 1579, - [SMALL_STATE(1086)] = 1681, - [SMALL_STATE(1087)] = 1749, - [SMALL_STATE(1088)] = 1813, - [SMALL_STATE(1089)] = 1887, - [SMALL_STATE(1090)] = 1989, - [SMALL_STATE(1091)] = 2053, - [SMALL_STATE(1092)] = 2117, - [SMALL_STATE(1093)] = 2181, - [SMALL_STATE(1094)] = 2252, - [SMALL_STATE(1095)] = 2323, - [SMALL_STATE(1096)] = 2388, - [SMALL_STATE(1097)] = 2459, - [SMALL_STATE(1098)] = 2522, - [SMALL_STATE(1099)] = 2593, - [SMALL_STATE(1100)] = 2656, - [SMALL_STATE(1101)] = 2719, - [SMALL_STATE(1102)] = 2786, - [SMALL_STATE(1103)] = 2853, - [SMALL_STATE(1104)] = 2916, - [SMALL_STATE(1105)] = 2983, - [SMALL_STATE(1106)] = 3048, - [SMALL_STATE(1107)] = 3115, - [SMALL_STATE(1108)] = 3177, - [SMALL_STATE(1109)] = 3281, - [SMALL_STATE(1110)] = 3343, - [SMALL_STATE(1111)] = 3405, - [SMALL_STATE(1112)] = 3467, - [SMALL_STATE(1113)] = 3529, - [SMALL_STATE(1114)] = 3591, - [SMALL_STATE(1115)] = 3653, - [SMALL_STATE(1116)] = 3715, - [SMALL_STATE(1117)] = 3777, - [SMALL_STATE(1118)] = 3839, - [SMALL_STATE(1119)] = 3901, - [SMALL_STATE(1120)] = 3963, - [SMALL_STATE(1121)] = 4025, - [SMALL_STATE(1122)] = 4087, - [SMALL_STATE(1123)] = 4149, - [SMALL_STATE(1124)] = 4211, - [SMALL_STATE(1125)] = 4273, - [SMALL_STATE(1126)] = 4335, - [SMALL_STATE(1127)] = 4397, - [SMALL_STATE(1128)] = 4459, - [SMALL_STATE(1129)] = 4521, - [SMALL_STATE(1130)] = 4583, - [SMALL_STATE(1131)] = 4645, - [SMALL_STATE(1132)] = 4707, - [SMALL_STATE(1133)] = 4769, - [SMALL_STATE(1134)] = 4831, - [SMALL_STATE(1135)] = 4893, - [SMALL_STATE(1136)] = 4955, - [SMALL_STATE(1137)] = 5017, - [SMALL_STATE(1138)] = 5079, - [SMALL_STATE(1139)] = 5141, - [SMALL_STATE(1140)] = 5203, - [SMALL_STATE(1141)] = 5265, - [SMALL_STATE(1142)] = 5327, - [SMALL_STATE(1143)] = 5389, - [SMALL_STATE(1144)] = 5451, - [SMALL_STATE(1145)] = 5513, - [SMALL_STATE(1146)] = 5575, - [SMALL_STATE(1147)] = 5637, - [SMALL_STATE(1148)] = 5699, - [SMALL_STATE(1149)] = 5761, - [SMALL_STATE(1150)] = 5823, - [SMALL_STATE(1151)] = 5885, - [SMALL_STATE(1152)] = 5947, - [SMALL_STATE(1153)] = 6009, - [SMALL_STATE(1154)] = 6071, - [SMALL_STATE(1155)] = 6133, - [SMALL_STATE(1156)] = 6195, - [SMALL_STATE(1157)] = 6257, - [SMALL_STATE(1158)] = 6319, - [SMALL_STATE(1159)] = 6381, - [SMALL_STATE(1160)] = 6443, - [SMALL_STATE(1161)] = 6505, - [SMALL_STATE(1162)] = 6567, - [SMALL_STATE(1163)] = 6629, - [SMALL_STATE(1164)] = 6691, - [SMALL_STATE(1165)] = 6753, - [SMALL_STATE(1166)] = 6815, - [SMALL_STATE(1167)] = 6877, - [SMALL_STATE(1168)] = 6939, - [SMALL_STATE(1169)] = 7001, - [SMALL_STATE(1170)] = 7063, - [SMALL_STATE(1171)] = 7125, - [SMALL_STATE(1172)] = 7187, - [SMALL_STATE(1173)] = 7249, - [SMALL_STATE(1174)] = 7311, - [SMALL_STATE(1175)] = 7373, - [SMALL_STATE(1176)] = 7435, - [SMALL_STATE(1177)] = 7497, - [SMALL_STATE(1178)] = 7559, - [SMALL_STATE(1179)] = 7621, - [SMALL_STATE(1180)] = 7683, - [SMALL_STATE(1181)] = 7745, - [SMALL_STATE(1182)] = 7807, - [SMALL_STATE(1183)] = 7869, - [SMALL_STATE(1184)] = 7931, - [SMALL_STATE(1185)] = 7993, - [SMALL_STATE(1186)] = 8055, - [SMALL_STATE(1187)] = 8117, - [SMALL_STATE(1188)] = 8179, - [SMALL_STATE(1189)] = 8241, - [SMALL_STATE(1190)] = 8303, - [SMALL_STATE(1191)] = 8365, - [SMALL_STATE(1192)] = 8427, - [SMALL_STATE(1193)] = 8489, - [SMALL_STATE(1194)] = 8551, - [SMALL_STATE(1195)] = 8613, - [SMALL_STATE(1196)] = 8675, - [SMALL_STATE(1197)] = 8737, - [SMALL_STATE(1198)] = 8799, - [SMALL_STATE(1199)] = 8861, - [SMALL_STATE(1200)] = 8923, - [SMALL_STATE(1201)] = 8985, - [SMALL_STATE(1202)] = 9047, - [SMALL_STATE(1203)] = 9109, - [SMALL_STATE(1204)] = 9171, - [SMALL_STATE(1205)] = 9233, - [SMALL_STATE(1206)] = 9295, - [SMALL_STATE(1207)] = 9357, - [SMALL_STATE(1208)] = 9419, - [SMALL_STATE(1209)] = 9481, - [SMALL_STATE(1210)] = 9543, - [SMALL_STATE(1211)] = 9605, - [SMALL_STATE(1212)] = 9667, - [SMALL_STATE(1213)] = 9729, - [SMALL_STATE(1214)] = 9791, - [SMALL_STATE(1215)] = 9853, - [SMALL_STATE(1216)] = 9915, - [SMALL_STATE(1217)] = 9977, - [SMALL_STATE(1218)] = 10039, - [SMALL_STATE(1219)] = 10101, - [SMALL_STATE(1220)] = 10163, - [SMALL_STATE(1221)] = 10225, - [SMALL_STATE(1222)] = 10287, - [SMALL_STATE(1223)] = 10349, - [SMALL_STATE(1224)] = 10411, - [SMALL_STATE(1225)] = 10473, - [SMALL_STATE(1226)] = 10535, - [SMALL_STATE(1227)] = 10597, - [SMALL_STATE(1228)] = 10659, - [SMALL_STATE(1229)] = 10721, - [SMALL_STATE(1230)] = 10783, - [SMALL_STATE(1231)] = 10845, - [SMALL_STATE(1232)] = 10907, - [SMALL_STATE(1233)] = 10969, - [SMALL_STATE(1234)] = 11031, - [SMALL_STATE(1235)] = 11093, - [SMALL_STATE(1236)] = 11155, - [SMALL_STATE(1237)] = 11217, - [SMALL_STATE(1238)] = 11279, - [SMALL_STATE(1239)] = 11341, - [SMALL_STATE(1240)] = 11403, - [SMALL_STATE(1241)] = 11465, - [SMALL_STATE(1242)] = 11527, - [SMALL_STATE(1243)] = 11589, - [SMALL_STATE(1244)] = 11651, - [SMALL_STATE(1245)] = 11713, - [SMALL_STATE(1246)] = 11775, - [SMALL_STATE(1247)] = 11837, - [SMALL_STATE(1248)] = 11899, - [SMALL_STATE(1249)] = 11961, - [SMALL_STATE(1250)] = 12023, - [SMALL_STATE(1251)] = 12085, - [SMALL_STATE(1252)] = 12147, - [SMALL_STATE(1253)] = 12209, - [SMALL_STATE(1254)] = 12271, - [SMALL_STATE(1255)] = 12333, - [SMALL_STATE(1256)] = 12395, - [SMALL_STATE(1257)] = 12457, - [SMALL_STATE(1258)] = 12519, - [SMALL_STATE(1259)] = 12581, - [SMALL_STATE(1260)] = 12643, - [SMALL_STATE(1261)] = 12705, - [SMALL_STATE(1262)] = 12767, - [SMALL_STATE(1263)] = 12829, - [SMALL_STATE(1264)] = 12891, - [SMALL_STATE(1265)] = 12953, - [SMALL_STATE(1266)] = 13015, - [SMALL_STATE(1267)] = 13077, - [SMALL_STATE(1268)] = 13139, - [SMALL_STATE(1269)] = 13201, - [SMALL_STATE(1270)] = 13263, - [SMALL_STATE(1271)] = 13325, - [SMALL_STATE(1272)] = 13387, - [SMALL_STATE(1273)] = 13449, - [SMALL_STATE(1274)] = 13511, - [SMALL_STATE(1275)] = 13573, - [SMALL_STATE(1276)] = 13635, - [SMALL_STATE(1277)] = 13697, - [SMALL_STATE(1278)] = 13759, - [SMALL_STATE(1279)] = 13821, - [SMALL_STATE(1280)] = 13883, - [SMALL_STATE(1281)] = 13945, - [SMALL_STATE(1282)] = 14007, - [SMALL_STATE(1283)] = 14069, - [SMALL_STATE(1284)] = 14131, - [SMALL_STATE(1285)] = 14193, - [SMALL_STATE(1286)] = 14255, - [SMALL_STATE(1287)] = 14317, - [SMALL_STATE(1288)] = 14379, - [SMALL_STATE(1289)] = 14441, - [SMALL_STATE(1290)] = 14503, - [SMALL_STATE(1291)] = 14565, - [SMALL_STATE(1292)] = 14627, - [SMALL_STATE(1293)] = 14689, - [SMALL_STATE(1294)] = 14751, - [SMALL_STATE(1295)] = 14813, - [SMALL_STATE(1296)] = 14875, - [SMALL_STATE(1297)] = 14937, - [SMALL_STATE(1298)] = 14999, - [SMALL_STATE(1299)] = 15061, - [SMALL_STATE(1300)] = 15123, - [SMALL_STATE(1301)] = 15185, - [SMALL_STATE(1302)] = 15247, - [SMALL_STATE(1303)] = 15309, - [SMALL_STATE(1304)] = 15371, - [SMALL_STATE(1305)] = 15433, - [SMALL_STATE(1306)] = 15495, - [SMALL_STATE(1307)] = 15557, - [SMALL_STATE(1308)] = 15619, - [SMALL_STATE(1309)] = 15681, - [SMALL_STATE(1310)] = 15743, - [SMALL_STATE(1311)] = 15805, - [SMALL_STATE(1312)] = 15867, - [SMALL_STATE(1313)] = 15929, - [SMALL_STATE(1314)] = 15991, - [SMALL_STATE(1315)] = 16053, - [SMALL_STATE(1316)] = 16115, - [SMALL_STATE(1317)] = 16177, - [SMALL_STATE(1318)] = 16239, - [SMALL_STATE(1319)] = 16301, - [SMALL_STATE(1320)] = 16363, - [SMALL_STATE(1321)] = 16425, - [SMALL_STATE(1322)] = 16487, - [SMALL_STATE(1323)] = 16549, - [SMALL_STATE(1324)] = 16611, - [SMALL_STATE(1325)] = 16673, - [SMALL_STATE(1326)] = 16735, - [SMALL_STATE(1327)] = 16797, - [SMALL_STATE(1328)] = 16859, - [SMALL_STATE(1329)] = 16921, - [SMALL_STATE(1330)] = 16983, - [SMALL_STATE(1331)] = 17045, - [SMALL_STATE(1332)] = 17107, - [SMALL_STATE(1333)] = 17169, - [SMALL_STATE(1334)] = 17231, - [SMALL_STATE(1335)] = 17293, - [SMALL_STATE(1336)] = 17355, - [SMALL_STATE(1337)] = 17417, - [SMALL_STATE(1338)] = 17479, - [SMALL_STATE(1339)] = 17541, - [SMALL_STATE(1340)] = 17603, - [SMALL_STATE(1341)] = 17665, - [SMALL_STATE(1342)] = 17727, - [SMALL_STATE(1343)] = 17789, - [SMALL_STATE(1344)] = 17851, - [SMALL_STATE(1345)] = 17913, - [SMALL_STATE(1346)] = 17975, - [SMALL_STATE(1347)] = 18037, - [SMALL_STATE(1348)] = 18099, - [SMALL_STATE(1349)] = 18161, - [SMALL_STATE(1350)] = 18223, - [SMALL_STATE(1351)] = 18285, - [SMALL_STATE(1352)] = 18347, - [SMALL_STATE(1353)] = 18409, - [SMALL_STATE(1354)] = 18471, - [SMALL_STATE(1355)] = 18533, - [SMALL_STATE(1356)] = 18595, - [SMALL_STATE(1357)] = 18657, - [SMALL_STATE(1358)] = 18719, - [SMALL_STATE(1359)] = 18781, - [SMALL_STATE(1360)] = 18843, - [SMALL_STATE(1361)] = 18905, - [SMALL_STATE(1362)] = 18967, - [SMALL_STATE(1363)] = 19029, - [SMALL_STATE(1364)] = 19091, - [SMALL_STATE(1365)] = 19153, - [SMALL_STATE(1366)] = 19215, - [SMALL_STATE(1367)] = 19277, - [SMALL_STATE(1368)] = 19339, - [SMALL_STATE(1369)] = 19401, - [SMALL_STATE(1370)] = 19463, - [SMALL_STATE(1371)] = 19525, - [SMALL_STATE(1372)] = 19587, - [SMALL_STATE(1373)] = 19649, - [SMALL_STATE(1374)] = 19711, - [SMALL_STATE(1375)] = 19779, - [SMALL_STATE(1376)] = 19883, - [SMALL_STATE(1377)] = 19951, - [SMALL_STATE(1378)] = 20013, - [SMALL_STATE(1379)] = 20075, - [SMALL_STATE(1380)] = 20137, - [SMALL_STATE(1381)] = 20241, - [SMALL_STATE(1382)] = 20303, - [SMALL_STATE(1383)] = 20365, + [SMALL_STATE(1065)] = 0, + [SMALL_STATE(1066)] = 74, + [SMALL_STATE(1067)] = 146, + [SMALL_STATE(1068)] = 247, + [SMALL_STATE(1069)] = 348, + [SMALL_STATE(1070)] = 449, + [SMALL_STATE(1071)] = 514, + [SMALL_STATE(1072)] = 579, + [SMALL_STATE(1073)] = 658, + [SMALL_STATE(1074)] = 727, + [SMALL_STATE(1075)] = 804, + [SMALL_STATE(1076)] = 869, + [SMALL_STATE(1077)] = 934, + [SMALL_STATE(1078)] = 1011, + [SMALL_STATE(1079)] = 1076, + [SMALL_STATE(1080)] = 1153, + [SMALL_STATE(1081)] = 1218, + [SMALL_STATE(1082)] = 1283, + [SMALL_STATE(1083)] = 1348, + [SMALL_STATE(1084)] = 1413, + [SMALL_STATE(1085)] = 1477, + [SMALL_STATE(1086)] = 1579, + [SMALL_STATE(1087)] = 1643, + [SMALL_STATE(1088)] = 1707, + [SMALL_STATE(1089)] = 1809, + [SMALL_STATE(1090)] = 1873, + [SMALL_STATE(1091)] = 1941, + [SMALL_STATE(1092)] = 2015, + [SMALL_STATE(1093)] = 2079, + [SMALL_STATE(1094)] = 2181, + [SMALL_STATE(1095)] = 2244, + [SMALL_STATE(1096)] = 2307, + [SMALL_STATE(1097)] = 2378, + [SMALL_STATE(1098)] = 2441, + [SMALL_STATE(1099)] = 2506, + [SMALL_STATE(1100)] = 2571, + [SMALL_STATE(1101)] = 2638, + [SMALL_STATE(1102)] = 2705, + [SMALL_STATE(1103)] = 2776, + [SMALL_STATE(1104)] = 2839, + [SMALL_STATE(1105)] = 2906, + [SMALL_STATE(1106)] = 2977, + [SMALL_STATE(1107)] = 3048, + [SMALL_STATE(1108)] = 3115, + [SMALL_STATE(1109)] = 3177, + [SMALL_STATE(1110)] = 3239, + [SMALL_STATE(1111)] = 3333, + [SMALL_STATE(1112)] = 3395, + [SMALL_STATE(1113)] = 3457, + [SMALL_STATE(1114)] = 3519, + [SMALL_STATE(1115)] = 3581, + [SMALL_STATE(1116)] = 3643, + [SMALL_STATE(1117)] = 3711, + [SMALL_STATE(1118)] = 3773, + [SMALL_STATE(1119)] = 3835, + [SMALL_STATE(1120)] = 3897, + [SMALL_STATE(1121)] = 3959, + [SMALL_STATE(1122)] = 4021, + [SMALL_STATE(1123)] = 4083, + [SMALL_STATE(1124)] = 4145, + [SMALL_STATE(1125)] = 4207, + [SMALL_STATE(1126)] = 4269, + [SMALL_STATE(1127)] = 4331, + [SMALL_STATE(1128)] = 4393, + [SMALL_STATE(1129)] = 4455, + [SMALL_STATE(1130)] = 4517, + [SMALL_STATE(1131)] = 4579, + [SMALL_STATE(1132)] = 4641, + [SMALL_STATE(1133)] = 4703, + [SMALL_STATE(1134)] = 4765, + [SMALL_STATE(1135)] = 4827, + [SMALL_STATE(1136)] = 4889, + [SMALL_STATE(1137)] = 4951, + [SMALL_STATE(1138)] = 5013, + [SMALL_STATE(1139)] = 5075, + [SMALL_STATE(1140)] = 5179, + [SMALL_STATE(1141)] = 5241, + [SMALL_STATE(1142)] = 5303, + [SMALL_STATE(1143)] = 5365, + [SMALL_STATE(1144)] = 5427, + [SMALL_STATE(1145)] = 5489, + [SMALL_STATE(1146)] = 5551, + [SMALL_STATE(1147)] = 5613, + [SMALL_STATE(1148)] = 5675, + [SMALL_STATE(1149)] = 5737, + [SMALL_STATE(1150)] = 5799, + [SMALL_STATE(1151)] = 5861, + [SMALL_STATE(1152)] = 5923, + [SMALL_STATE(1153)] = 5985, + [SMALL_STATE(1154)] = 6047, + [SMALL_STATE(1155)] = 6109, + [SMALL_STATE(1156)] = 6171, + [SMALL_STATE(1157)] = 6233, + [SMALL_STATE(1158)] = 6295, + [SMALL_STATE(1159)] = 6357, + [SMALL_STATE(1160)] = 6419, + [SMALL_STATE(1161)] = 6481, + [SMALL_STATE(1162)] = 6543, + [SMALL_STATE(1163)] = 6605, + [SMALL_STATE(1164)] = 6667, + [SMALL_STATE(1165)] = 6729, + [SMALL_STATE(1166)] = 6791, + [SMALL_STATE(1167)] = 6853, + [SMALL_STATE(1168)] = 6915, + [SMALL_STATE(1169)] = 6977, + [SMALL_STATE(1170)] = 7039, + [SMALL_STATE(1171)] = 7101, + [SMALL_STATE(1172)] = 7163, + [SMALL_STATE(1173)] = 7225, + [SMALL_STATE(1174)] = 7287, + [SMALL_STATE(1175)] = 7349, + [SMALL_STATE(1176)] = 7411, + [SMALL_STATE(1177)] = 7473, + [SMALL_STATE(1178)] = 7577, + [SMALL_STATE(1179)] = 7639, + [SMALL_STATE(1180)] = 7701, + [SMALL_STATE(1181)] = 7763, + [SMALL_STATE(1182)] = 7825, + [SMALL_STATE(1183)] = 7887, + [SMALL_STATE(1184)] = 7949, + [SMALL_STATE(1185)] = 8011, + [SMALL_STATE(1186)] = 8073, + [SMALL_STATE(1187)] = 8135, + [SMALL_STATE(1188)] = 8197, + [SMALL_STATE(1189)] = 8259, + [SMALL_STATE(1190)] = 8321, + [SMALL_STATE(1191)] = 8383, + [SMALL_STATE(1192)] = 8445, + [SMALL_STATE(1193)] = 8507, + [SMALL_STATE(1194)] = 8569, + [SMALL_STATE(1195)] = 8631, + [SMALL_STATE(1196)] = 8693, + [SMALL_STATE(1197)] = 8755, + [SMALL_STATE(1198)] = 8817, + [SMALL_STATE(1199)] = 8879, + [SMALL_STATE(1200)] = 8941, + [SMALL_STATE(1201)] = 9003, + [SMALL_STATE(1202)] = 9065, + [SMALL_STATE(1203)] = 9127, + [SMALL_STATE(1204)] = 9189, + [SMALL_STATE(1205)] = 9251, + [SMALL_STATE(1206)] = 9313, + [SMALL_STATE(1207)] = 9375, + [SMALL_STATE(1208)] = 9437, + [SMALL_STATE(1209)] = 9499, + [SMALL_STATE(1210)] = 9561, + [SMALL_STATE(1211)] = 9623, + [SMALL_STATE(1212)] = 9691, + [SMALL_STATE(1213)] = 9753, + [SMALL_STATE(1214)] = 9815, + [SMALL_STATE(1215)] = 9877, + [SMALL_STATE(1216)] = 9981, + [SMALL_STATE(1217)] = 10043, + [SMALL_STATE(1218)] = 10105, + [SMALL_STATE(1219)] = 10167, + [SMALL_STATE(1220)] = 10229, + [SMALL_STATE(1221)] = 10291, + [SMALL_STATE(1222)] = 10353, + [SMALL_STATE(1223)] = 10415, + [SMALL_STATE(1224)] = 10477, + [SMALL_STATE(1225)] = 10539, + [SMALL_STATE(1226)] = 10601, + [SMALL_STATE(1227)] = 10663, + [SMALL_STATE(1228)] = 10725, + [SMALL_STATE(1229)] = 10787, + [SMALL_STATE(1230)] = 10849, + [SMALL_STATE(1231)] = 10911, + [SMALL_STATE(1232)] = 10973, + [SMALL_STATE(1233)] = 11035, + [SMALL_STATE(1234)] = 11097, + [SMALL_STATE(1235)] = 11159, + [SMALL_STATE(1236)] = 11221, + [SMALL_STATE(1237)] = 11283, + [SMALL_STATE(1238)] = 11345, + [SMALL_STATE(1239)] = 11407, + [SMALL_STATE(1240)] = 11469, + [SMALL_STATE(1241)] = 11531, + [SMALL_STATE(1242)] = 11593, + [SMALL_STATE(1243)] = 11655, + [SMALL_STATE(1244)] = 11717, + [SMALL_STATE(1245)] = 11779, + [SMALL_STATE(1246)] = 11841, + [SMALL_STATE(1247)] = 11903, + [SMALL_STATE(1248)] = 11965, + [SMALL_STATE(1249)] = 12027, + [SMALL_STATE(1250)] = 12089, + [SMALL_STATE(1251)] = 12151, + [SMALL_STATE(1252)] = 12213, + [SMALL_STATE(1253)] = 12275, + [SMALL_STATE(1254)] = 12337, + [SMALL_STATE(1255)] = 12399, + [SMALL_STATE(1256)] = 12461, + [SMALL_STATE(1257)] = 12523, + [SMALL_STATE(1258)] = 12585, + [SMALL_STATE(1259)] = 12647, + [SMALL_STATE(1260)] = 12709, + [SMALL_STATE(1261)] = 12771, + [SMALL_STATE(1262)] = 12833, + [SMALL_STATE(1263)] = 12895, + [SMALL_STATE(1264)] = 12957, + [SMALL_STATE(1265)] = 13019, + [SMALL_STATE(1266)] = 13081, + [SMALL_STATE(1267)] = 13143, + [SMALL_STATE(1268)] = 13205, + [SMALL_STATE(1269)] = 13267, + [SMALL_STATE(1270)] = 13329, + [SMALL_STATE(1271)] = 13391, + [SMALL_STATE(1272)] = 13453, + [SMALL_STATE(1273)] = 13515, + [SMALL_STATE(1274)] = 13577, + [SMALL_STATE(1275)] = 13639, + [SMALL_STATE(1276)] = 13701, + [SMALL_STATE(1277)] = 13763, + [SMALL_STATE(1278)] = 13825, + [SMALL_STATE(1279)] = 13887, + [SMALL_STATE(1280)] = 13949, + [SMALL_STATE(1281)] = 14011, + [SMALL_STATE(1282)] = 14081, + [SMALL_STATE(1283)] = 14143, + [SMALL_STATE(1284)] = 14205, + [SMALL_STATE(1285)] = 14267, + [SMALL_STATE(1286)] = 14329, + [SMALL_STATE(1287)] = 14391, + [SMALL_STATE(1288)] = 14453, + [SMALL_STATE(1289)] = 14515, + [SMALL_STATE(1290)] = 14577, + [SMALL_STATE(1291)] = 14639, + [SMALL_STATE(1292)] = 14701, + [SMALL_STATE(1293)] = 14763, + [SMALL_STATE(1294)] = 14825, + [SMALL_STATE(1295)] = 14887, + [SMALL_STATE(1296)] = 14949, + [SMALL_STATE(1297)] = 15011, + [SMALL_STATE(1298)] = 15073, + [SMALL_STATE(1299)] = 15135, + [SMALL_STATE(1300)] = 15197, + [SMALL_STATE(1301)] = 15259, + [SMALL_STATE(1302)] = 15321, + [SMALL_STATE(1303)] = 15383, + [SMALL_STATE(1304)] = 15445, + [SMALL_STATE(1305)] = 15507, + [SMALL_STATE(1306)] = 15569, + [SMALL_STATE(1307)] = 15631, + [SMALL_STATE(1308)] = 15693, + [SMALL_STATE(1309)] = 15755, + [SMALL_STATE(1310)] = 15817, + [SMALL_STATE(1311)] = 15879, + [SMALL_STATE(1312)] = 15941, + [SMALL_STATE(1313)] = 16003, + [SMALL_STATE(1314)] = 16065, + [SMALL_STATE(1315)] = 16127, + [SMALL_STATE(1316)] = 16189, + [SMALL_STATE(1317)] = 16251, + [SMALL_STATE(1318)] = 16313, + [SMALL_STATE(1319)] = 16375, + [SMALL_STATE(1320)] = 16437, + [SMALL_STATE(1321)] = 16499, + [SMALL_STATE(1322)] = 16561, + [SMALL_STATE(1323)] = 16655, + [SMALL_STATE(1324)] = 16717, + [SMALL_STATE(1325)] = 16779, + [SMALL_STATE(1326)] = 16841, + [SMALL_STATE(1327)] = 16903, + [SMALL_STATE(1328)] = 16965, + [SMALL_STATE(1329)] = 17027, + [SMALL_STATE(1330)] = 17089, + [SMALL_STATE(1331)] = 17151, + [SMALL_STATE(1332)] = 17213, + [SMALL_STATE(1333)] = 17275, + [SMALL_STATE(1334)] = 17337, + [SMALL_STATE(1335)] = 17399, + [SMALL_STATE(1336)] = 17461, + [SMALL_STATE(1337)] = 17523, + [SMALL_STATE(1338)] = 17585, + [SMALL_STATE(1339)] = 17647, + [SMALL_STATE(1340)] = 17709, + [SMALL_STATE(1341)] = 17771, + [SMALL_STATE(1342)] = 17833, + [SMALL_STATE(1343)] = 17895, + [SMALL_STATE(1344)] = 17957, + [SMALL_STATE(1345)] = 18019, + [SMALL_STATE(1346)] = 18081, + [SMALL_STATE(1347)] = 18143, + [SMALL_STATE(1348)] = 18205, + [SMALL_STATE(1349)] = 18267, + [SMALL_STATE(1350)] = 18329, + [SMALL_STATE(1351)] = 18391, + [SMALL_STATE(1352)] = 18453, + [SMALL_STATE(1353)] = 18515, + [SMALL_STATE(1354)] = 18577, + [SMALL_STATE(1355)] = 18639, + [SMALL_STATE(1356)] = 18701, + [SMALL_STATE(1357)] = 18763, + [SMALL_STATE(1358)] = 18825, + [SMALL_STATE(1359)] = 18887, + [SMALL_STATE(1360)] = 18949, + [SMALL_STATE(1361)] = 19011, + [SMALL_STATE(1362)] = 19073, + [SMALL_STATE(1363)] = 19135, + [SMALL_STATE(1364)] = 19197, + [SMALL_STATE(1365)] = 19259, + [SMALL_STATE(1366)] = 19321, + [SMALL_STATE(1367)] = 19383, + [SMALL_STATE(1368)] = 19445, + [SMALL_STATE(1369)] = 19507, + [SMALL_STATE(1370)] = 19569, + [SMALL_STATE(1371)] = 19631, + [SMALL_STATE(1372)] = 19693, + [SMALL_STATE(1373)] = 19755, + [SMALL_STATE(1374)] = 19817, + [SMALL_STATE(1375)] = 19879, + [SMALL_STATE(1376)] = 19941, + [SMALL_STATE(1377)] = 20003, + [SMALL_STATE(1378)] = 20065, + [SMALL_STATE(1379)] = 20127, + [SMALL_STATE(1380)] = 20221, + [SMALL_STATE(1381)] = 20283, + [SMALL_STATE(1382)] = 20345, + [SMALL_STATE(1383)] = 20407, [SMALL_STATE(1384)] = 20469, [SMALL_STATE(1385)] = 20531, - [SMALL_STATE(1386)] = 20601, - [SMALL_STATE(1387)] = 20663, - [SMALL_STATE(1388)] = 20757, - [SMALL_STATE(1389)] = 20819, - [SMALL_STATE(1390)] = 20881, - [SMALL_STATE(1391)] = 20943, - [SMALL_STATE(1392)] = 21037, - [SMALL_STATE(1393)] = 21131, - [SMALL_STATE(1394)] = 21193, - [SMALL_STATE(1395)] = 21256, - [SMALL_STATE(1396)] = 21319, - [SMALL_STATE(1397)] = 21382, - [SMALL_STATE(1398)] = 21479, - [SMALL_STATE(1399)] = 21542, - [SMALL_STATE(1400)] = 21603, - [SMALL_STATE(1401)] = 21668, - [SMALL_STATE(1402)] = 21729, - [SMALL_STATE(1403)] = 21792, - [SMALL_STATE(1404)] = 21853, - [SMALL_STATE(1405)] = 21914, - [SMALL_STATE(1406)] = 21977, - [SMALL_STATE(1407)] = 22040, - [SMALL_STATE(1408)] = 22115, - [SMALL_STATE(1409)] = 22178, - [SMALL_STATE(1410)] = 22239, - [SMALL_STATE(1411)] = 22300, - [SMALL_STATE(1412)] = 22363, - [SMALL_STATE(1413)] = 22428, - [SMALL_STATE(1414)] = 22491, - [SMALL_STATE(1415)] = 22566, - [SMALL_STATE(1416)] = 22629, - [SMALL_STATE(1417)] = 22690, - [SMALL_STATE(1418)] = 22751, - [SMALL_STATE(1419)] = 22814, - [SMALL_STATE(1420)] = 22875, - [SMALL_STATE(1421)] = 22938, - [SMALL_STATE(1422)] = 23001, - [SMALL_STATE(1423)] = 23064, - [SMALL_STATE(1424)] = 23125, - [SMALL_STATE(1425)] = 23188, - [SMALL_STATE(1426)] = 23251, - [SMALL_STATE(1427)] = 23312, - [SMALL_STATE(1428)] = 23377, - [SMALL_STATE(1429)] = 23438, - [SMALL_STATE(1430)] = 23499, - [SMALL_STATE(1431)] = 23560, - [SMALL_STATE(1432)] = 23621, - [SMALL_STATE(1433)] = 23682, - [SMALL_STATE(1434)] = 23743, - [SMALL_STATE(1435)] = 23806, - [SMALL_STATE(1436)] = 23866, - [SMALL_STATE(1437)] = 23926, - [SMALL_STATE(1438)] = 23986, - [SMALL_STATE(1439)] = 24046, - [SMALL_STATE(1440)] = 24106, - [SMALL_STATE(1441)] = 24166, - [SMALL_STATE(1442)] = 24226, - [SMALL_STATE(1443)] = 24286, - [SMALL_STATE(1444)] = 24346, - [SMALL_STATE(1445)] = 24406, - [SMALL_STATE(1446)] = 24466, - [SMALL_STATE(1447)] = 24526, - [SMALL_STATE(1448)] = 24586, - [SMALL_STATE(1449)] = 24646, - [SMALL_STATE(1450)] = 24706, - [SMALL_STATE(1451)] = 24766, - [SMALL_STATE(1452)] = 24826, - [SMALL_STATE(1453)] = 24886, - [SMALL_STATE(1454)] = 24946, - [SMALL_STATE(1455)] = 25006, - [SMALL_STATE(1456)] = 25066, - [SMALL_STATE(1457)] = 25126, - [SMALL_STATE(1458)] = 25186, - [SMALL_STATE(1459)] = 25246, - [SMALL_STATE(1460)] = 25320, - [SMALL_STATE(1461)] = 25380, - [SMALL_STATE(1462)] = 25440, - [SMALL_STATE(1463)] = 25500, - [SMALL_STATE(1464)] = 25560, - [SMALL_STATE(1465)] = 25620, - [SMALL_STATE(1466)] = 25680, - [SMALL_STATE(1467)] = 25740, - [SMALL_STATE(1468)] = 25800, - [SMALL_STATE(1469)] = 25860, - [SMALL_STATE(1470)] = 25920, - [SMALL_STATE(1471)] = 25980, - [SMALL_STATE(1472)] = 26046, - [SMALL_STATE(1473)] = 26106, - [SMALL_STATE(1474)] = 26166, - [SMALL_STATE(1475)] = 26226, - [SMALL_STATE(1476)] = 26286, - [SMALL_STATE(1477)] = 26346, - [SMALL_STATE(1478)] = 26406, - [SMALL_STATE(1479)] = 26472, - [SMALL_STATE(1480)] = 26532, - [SMALL_STATE(1481)] = 26592, - [SMALL_STATE(1482)] = 26652, - [SMALL_STATE(1483)] = 26712, - [SMALL_STATE(1484)] = 26772, - [SMALL_STATE(1485)] = 26832, - [SMALL_STATE(1486)] = 26892, - [SMALL_STATE(1487)] = 26952, - [SMALL_STATE(1488)] = 27012, - [SMALL_STATE(1489)] = 27072, - [SMALL_STATE(1490)] = 27132, - [SMALL_STATE(1491)] = 27192, - [SMALL_STATE(1492)] = 27252, - [SMALL_STATE(1493)] = 27312, - [SMALL_STATE(1494)] = 27374, - [SMALL_STATE(1495)] = 27434, - [SMALL_STATE(1496)] = 27494, - [SMALL_STATE(1497)] = 27554, - [SMALL_STATE(1498)] = 27614, - [SMALL_STATE(1499)] = 27674, - [SMALL_STATE(1500)] = 27734, - [SMALL_STATE(1501)] = 27794, - [SMALL_STATE(1502)] = 27862, - [SMALL_STATE(1503)] = 27922, - [SMALL_STATE(1504)] = 27982, - [SMALL_STATE(1505)] = 28042, - [SMALL_STATE(1506)] = 28104, - [SMALL_STATE(1507)] = 28164, - [SMALL_STATE(1508)] = 28224, - [SMALL_STATE(1509)] = 28284, - [SMALL_STATE(1510)] = 28344, - [SMALL_STATE(1511)] = 28404, - [SMALL_STATE(1512)] = 28464, - [SMALL_STATE(1513)] = 28524, - [SMALL_STATE(1514)] = 28584, - [SMALL_STATE(1515)] = 28644, - [SMALL_STATE(1516)] = 28704, - [SMALL_STATE(1517)] = 28764, - [SMALL_STATE(1518)] = 28824, - [SMALL_STATE(1519)] = 28884, - [SMALL_STATE(1520)] = 28950, - [SMALL_STATE(1521)] = 29010, - [SMALL_STATE(1522)] = 29070, - [SMALL_STATE(1523)] = 29134, - [SMALL_STATE(1524)] = 29194, - [SMALL_STATE(1525)] = 29258, - [SMALL_STATE(1526)] = 29318, - [SMALL_STATE(1527)] = 29378, - [SMALL_STATE(1528)] = 29438, - [SMALL_STATE(1529)] = 29498, - [SMALL_STATE(1530)] = 29558, - [SMALL_STATE(1531)] = 29618, - [SMALL_STATE(1532)] = 29678, - [SMALL_STATE(1533)] = 29738, - [SMALL_STATE(1534)] = 29798, - [SMALL_STATE(1535)] = 29858, - [SMALL_STATE(1536)] = 29918, - [SMALL_STATE(1537)] = 29978, - [SMALL_STATE(1538)] = 30038, - [SMALL_STATE(1539)] = 30098, - [SMALL_STATE(1540)] = 30158, - [SMALL_STATE(1541)] = 30218, - [SMALL_STATE(1542)] = 30278, - [SMALL_STATE(1543)] = 30338, - [SMALL_STATE(1544)] = 30398, - [SMALL_STATE(1545)] = 30464, - [SMALL_STATE(1546)] = 30524, - [SMALL_STATE(1547)] = 30584, - [SMALL_STATE(1548)] = 30644, - [SMALL_STATE(1549)] = 30704, - [SMALL_STATE(1550)] = 30764, - [SMALL_STATE(1551)] = 30824, - [SMALL_STATE(1552)] = 30884, - [SMALL_STATE(1553)] = 30944, - [SMALL_STATE(1554)] = 31004, - [SMALL_STATE(1555)] = 31064, - [SMALL_STATE(1556)] = 31124, - [SMALL_STATE(1557)] = 31184, - [SMALL_STATE(1558)] = 31245, - [SMALL_STATE(1559)] = 31306, - [SMALL_STATE(1560)] = 31393, - [SMALL_STATE(1561)] = 31452, - [SMALL_STATE(1562)] = 31539, - [SMALL_STATE(1563)] = 31626, - [SMALL_STATE(1564)] = 31685, - [SMALL_STATE(1565)] = 31744, - [SMALL_STATE(1566)] = 31805, - [SMALL_STATE(1567)] = 31874, - [SMALL_STATE(1568)] = 31935, - [SMALL_STATE(1569)] = 32022, - [SMALL_STATE(1570)] = 32093, - [SMALL_STATE(1571)] = 32180, - [SMALL_STATE(1572)] = 32267, - [SMALL_STATE(1573)] = 32353, - [SMALL_STATE(1574)] = 32423, - [SMALL_STATE(1575)] = 32507, - [SMALL_STATE(1576)] = 32589, - [SMALL_STATE(1577)] = 32675, - [SMALL_STATE(1578)] = 32745, - [SMALL_STATE(1579)] = 32813, - [SMALL_STATE(1580)] = 32887, - [SMALL_STATE(1581)] = 32959, - [SMALL_STATE(1582)] = 33035, - [SMALL_STATE(1583)] = 33125, - [SMALL_STATE(1584)] = 33215, - [SMALL_STATE(1585)] = 33293, - [SMALL_STATE(1586)] = 33385, - [SMALL_STATE(1587)] = 33477, - [SMALL_STATE(1588)] = 33547, - [SMALL_STATE(1589)] = 33611, - [SMALL_STATE(1590)] = 33677, - [SMALL_STATE(1591)] = 33767, - [SMALL_STATE(1592)] = 33857, - [SMALL_STATE(1593)] = 33949, - [SMALL_STATE(1594)] = 34041, - [SMALL_STATE(1595)] = 34131, - [SMALL_STATE(1596)] = 34221, - [SMALL_STATE(1597)] = 34291, - [SMALL_STATE(1598)] = 34354, - [SMALL_STATE(1599)] = 34421, - [SMALL_STATE(1600)] = 34484, - [SMALL_STATE(1601)] = 34547, - [SMALL_STATE(1602)] = 34610, - [SMALL_STATE(1603)] = 34675, - [SMALL_STATE(1604)] = 34765, - [SMALL_STATE(1605)] = 34829, - [SMALL_STATE(1606)] = 34885, - [SMALL_STATE(1607)] = 34975, - [SMALL_STATE(1608)] = 35033, - [SMALL_STATE(1609)] = 35089, - [SMALL_STATE(1610)] = 35153, - [SMALL_STATE(1611)] = 35217, - [SMALL_STATE(1612)] = 35275, - [SMALL_STATE(1613)] = 35335, - [SMALL_STATE(1614)] = 35395, - [SMALL_STATE(1615)] = 35455, - [SMALL_STATE(1616)] = 35515, - [SMALL_STATE(1617)] = 35571, - [SMALL_STATE(1618)] = 35627, - [SMALL_STATE(1619)] = 35717, - [SMALL_STATE(1620)] = 35777, - [SMALL_STATE(1621)] = 35837, - [SMALL_STATE(1622)] = 35897, - [SMALL_STATE(1623)] = 35957, - [SMALL_STATE(1624)] = 36015, - [SMALL_STATE(1625)] = 36105, - [SMALL_STATE(1626)] = 36169, - [SMALL_STATE(1627)] = 36227, - [SMALL_STATE(1628)] = 36322, - [SMALL_STATE(1629)] = 36379, - [SMALL_STATE(1630)] = 36474, - [SMALL_STATE(1631)] = 36529, - [SMALL_STATE(1632)] = 36586, - [SMALL_STATE(1633)] = 36681, - [SMALL_STATE(1634)] = 36738, - [SMALL_STATE(1635)] = 36793, - [SMALL_STATE(1636)] = 36848, - [SMALL_STATE(1637)] = 36943, - [SMALL_STATE(1638)] = 37000, - [SMALL_STATE(1639)] = 37095, - [SMALL_STATE(1640)] = 37152, - [SMALL_STATE(1641)] = 37207, - [SMALL_STATE(1642)] = 37264, - [SMALL_STATE(1643)] = 37323, - [SMALL_STATE(1644)] = 37418, - [SMALL_STATE(1645)] = 37477, - [SMALL_STATE(1646)] = 37532, - [SMALL_STATE(1647)] = 37627, - [SMALL_STATE(1648)] = 37682, - [SMALL_STATE(1649)] = 37741, - [SMALL_STATE(1650)] = 37836, - [SMALL_STATE(1651)] = 37895, - [SMALL_STATE(1652)] = 37976, - [SMALL_STATE(1653)] = 38031, - [SMALL_STATE(1654)] = 38126, - [SMALL_STATE(1655)] = 38181, - [SMALL_STATE(1656)] = 38238, - [SMALL_STATE(1657)] = 38333, - [SMALL_STATE(1658)] = 38428, - [SMALL_STATE(1659)] = 38523, - [SMALL_STATE(1660)] = 38577, - [SMALL_STATE(1661)] = 38633, - [SMALL_STATE(1662)] = 38713, - [SMALL_STATE(1663)] = 38769, - [SMALL_STATE(1664)] = 38825, - [SMALL_STATE(1665)] = 38881, - [SMALL_STATE(1666)] = 38969, - [SMALL_STATE(1667)] = 39025, - [SMALL_STATE(1668)] = 39117, - [SMALL_STATE(1669)] = 39195, - [SMALL_STATE(1670)] = 39269, - [SMALL_STATE(1671)] = 39361, - [SMALL_STATE(1672)] = 39417, - [SMALL_STATE(1673)] = 39475, - [SMALL_STATE(1674)] = 39529, - [SMALL_STATE(1675)] = 39585, - [SMALL_STATE(1676)] = 39639, - [SMALL_STATE(1677)] = 39727, - [SMALL_STATE(1678)] = 39783, - [SMALL_STATE(1679)] = 39837, - [SMALL_STATE(1680)] = 39891, - [SMALL_STATE(1681)] = 39983, - [SMALL_STATE(1682)] = 40037, - [SMALL_STATE(1683)] = 40091, - [SMALL_STATE(1684)] = 40157, - [SMALL_STATE(1685)] = 40213, - [SMALL_STATE(1686)] = 40269, - [SMALL_STATE(1687)] = 40355, - [SMALL_STATE(1688)] = 40409, - [SMALL_STATE(1689)] = 40487, - [SMALL_STATE(1690)] = 40541, - [SMALL_STATE(1691)] = 40627, - [SMALL_STATE(1692)] = 40691, - [SMALL_STATE(1693)] = 40773, - [SMALL_STATE(1694)] = 40827, - [SMALL_STATE(1695)] = 40897, - [SMALL_STATE(1696)] = 40953, - [SMALL_STATE(1697)] = 41031, - [SMALL_STATE(1698)] = 41119, - [SMALL_STATE(1699)] = 41211, - [SMALL_STATE(1700)] = 41293, - [SMALL_STATE(1701)] = 41365, - [SMALL_STATE(1702)] = 41451, - [SMALL_STATE(1703)] = 41507, - [SMALL_STATE(1704)] = 41593, - [SMALL_STATE(1705)] = 41681, - [SMALL_STATE(1706)] = 41735, - [SMALL_STATE(1707)] = 41821, - [SMALL_STATE(1708)] = 41913, - [SMALL_STATE(1709)] = 41967, - [SMALL_STATE(1710)] = 42021, - [SMALL_STATE(1711)] = 42089, - [SMALL_STATE(1712)] = 42177, - [SMALL_STATE(1713)] = 42233, - [SMALL_STATE(1714)] = 42289, - [SMALL_STATE(1715)] = 42377, - [SMALL_STATE(1716)] = 42433, - [SMALL_STATE(1717)] = 42489, - [SMALL_STATE(1718)] = 42543, - [SMALL_STATE(1719)] = 42597, - [SMALL_STATE(1720)] = 42689, - [SMALL_STATE(1721)] = 42743, - [SMALL_STATE(1722)] = 42829, - [SMALL_STATE(1723)] = 42882, - [SMALL_STATE(1724)] = 42969, - [SMALL_STATE(1725)] = 43022, - [SMALL_STATE(1726)] = 43109, - [SMALL_STATE(1727)] = 43162, - [SMALL_STATE(1728)] = 43215, - [SMALL_STATE(1729)] = 43268, - [SMALL_STATE(1730)] = 43321, - [SMALL_STATE(1731)] = 43410, - [SMALL_STATE(1732)] = 43463, - [SMALL_STATE(1733)] = 43550, - [SMALL_STATE(1734)] = 43603, - [SMALL_STATE(1735)] = 43690, - [SMALL_STATE(1736)] = 43743, - [SMALL_STATE(1737)] = 43830, - [SMALL_STATE(1738)] = 43915, - [SMALL_STATE(1739)] = 43968, - [SMALL_STATE(1740)] = 44021, - [SMALL_STATE(1741)] = 44074, - [SMALL_STATE(1742)] = 44137, - [SMALL_STATE(1743)] = 44206, - [SMALL_STATE(1744)] = 44273, - [SMALL_STATE(1745)] = 44344, - [SMALL_STATE(1746)] = 44421, - [SMALL_STATE(1747)] = 44500, - [SMALL_STATE(1748)] = 44565, - [SMALL_STATE(1749)] = 44650, - [SMALL_STATE(1750)] = 44735, - [SMALL_STATE(1751)] = 44808, - [SMALL_STATE(1752)] = 44889, - [SMALL_STATE(1753)] = 44942, - [SMALL_STATE(1754)] = 44995, - [SMALL_STATE(1755)] = 45082, - [SMALL_STATE(1756)] = 45135, - [SMALL_STATE(1757)] = 45188, - [SMALL_STATE(1758)] = 45241, - [SMALL_STATE(1759)] = 45294, - [SMALL_STATE(1760)] = 45347, - [SMALL_STATE(1761)] = 45400, - [SMALL_STATE(1762)] = 45453, - [SMALL_STATE(1763)] = 45506, - [SMALL_STATE(1764)] = 45559, - [SMALL_STATE(1765)] = 45646, - [SMALL_STATE(1766)] = 45699, - [SMALL_STATE(1767)] = 45752, - [SMALL_STATE(1768)] = 45805, - [SMALL_STATE(1769)] = 45858, - [SMALL_STATE(1770)] = 45947, - [SMALL_STATE(1771)] = 46000, - [SMALL_STATE(1772)] = 46053, - [SMALL_STATE(1773)] = 46106, - [SMALL_STATE(1774)] = 46159, - [SMALL_STATE(1775)] = 46246, - [SMALL_STATE(1776)] = 46299, - [SMALL_STATE(1777)] = 46386, - [SMALL_STATE(1778)] = 46439, - [SMALL_STATE(1779)] = 46492, - [SMALL_STATE(1780)] = 46545, - [SMALL_STATE(1781)] = 46598, - [SMALL_STATE(1782)] = 46685, - [SMALL_STATE(1783)] = 46738, - [SMALL_STATE(1784)] = 46825, - [SMALL_STATE(1785)] = 46878, - [SMALL_STATE(1786)] = 46931, - [SMALL_STATE(1787)] = 47018, - [SMALL_STATE(1788)] = 47105, - [SMALL_STATE(1789)] = 47194, - [SMALL_STATE(1790)] = 47281, - [SMALL_STATE(1791)] = 47334, - [SMALL_STATE(1792)] = 47409, - [SMALL_STATE(1793)] = 47498, - [SMALL_STATE(1794)] = 47587, - [SMALL_STATE(1795)] = 47640, - [SMALL_STATE(1796)] = 47729, - [SMALL_STATE(1797)] = 47816, - [SMALL_STATE(1798)] = 47905, - [SMALL_STATE(1799)] = 47958, - [SMALL_STATE(1800)] = 48047, - [SMALL_STATE(1801)] = 48136, - [SMALL_STATE(1802)] = 48221, - [SMALL_STATE(1803)] = 48310, - [SMALL_STATE(1804)] = 48363, - [SMALL_STATE(1805)] = 48416, - [SMALL_STATE(1806)] = 48505, - [SMALL_STATE(1807)] = 48558, - [SMALL_STATE(1808)] = 48611, - [SMALL_STATE(1809)] = 48664, - [SMALL_STATE(1810)] = 48753, - [SMALL_STATE(1811)] = 48806, - [SMALL_STATE(1812)] = 48895, - [SMALL_STATE(1813)] = 48948, - [SMALL_STATE(1814)] = 49037, - [SMALL_STATE(1815)] = 49090, - [SMALL_STATE(1816)] = 49179, - [SMALL_STATE(1817)] = 49268, - [SMALL_STATE(1818)] = 49321, - [SMALL_STATE(1819)] = 49374, - [SMALL_STATE(1820)] = 49463, - [SMALL_STATE(1821)] = 49552, - [SMALL_STATE(1822)] = 49639, - [SMALL_STATE(1823)] = 49692, - [SMALL_STATE(1824)] = 49745, - [SMALL_STATE(1825)] = 49834, - [SMALL_STATE(1826)] = 49887, - [SMALL_STATE(1827)] = 49976, - [SMALL_STATE(1828)] = 50063, - [SMALL_STATE(1829)] = 50148, - [SMALL_STATE(1830)] = 50229, - [SMALL_STATE(1831)] = 50314, - [SMALL_STATE(1832)] = 50403, - [SMALL_STATE(1833)] = 50488, - [SMALL_STATE(1834)] = 50573, - [SMALL_STATE(1835)] = 50662, - [SMALL_STATE(1836)] = 50751, - [SMALL_STATE(1837)] = 50840, - [SMALL_STATE(1838)] = 50925, - [SMALL_STATE(1839)] = 50978, - [SMALL_STATE(1840)] = 51031, - [SMALL_STATE(1841)] = 51084, - [SMALL_STATE(1842)] = 51173, - [SMALL_STATE(1843)] = 51236, - [SMALL_STATE(1844)] = 51305, - [SMALL_STATE(1845)] = 51372, - [SMALL_STATE(1846)] = 51461, - [SMALL_STATE(1847)] = 51514, - [SMALL_STATE(1848)] = 51591, - [SMALL_STATE(1849)] = 51670, - [SMALL_STATE(1850)] = 51735, - [SMALL_STATE(1851)] = 51820, - [SMALL_STATE(1852)] = 51905, - [SMALL_STATE(1853)] = 51994, - [SMALL_STATE(1854)] = 52083, - [SMALL_STATE(1855)] = 52172, - [SMALL_STATE(1856)] = 52261, - [SMALL_STATE(1857)] = 52334, - [SMALL_STATE(1858)] = 52415, - [SMALL_STATE(1859)] = 52468, - [SMALL_STATE(1860)] = 52521, - [SMALL_STATE(1861)] = 52610, - [SMALL_STATE(1862)] = 52663, - [SMALL_STATE(1863)] = 52752, - [SMALL_STATE(1864)] = 52805, - [SMALL_STATE(1865)] = 52894, - [SMALL_STATE(1866)] = 52983, - [SMALL_STATE(1867)] = 53072, - [SMALL_STATE(1868)] = 53161, - [SMALL_STATE(1869)] = 53250, - [SMALL_STATE(1870)] = 53339, - [SMALL_STATE(1871)] = 53392, - [SMALL_STATE(1872)] = 53481, - [SMALL_STATE(1873)] = 53570, - [SMALL_STATE(1874)] = 53623, - [SMALL_STATE(1875)] = 53676, - [SMALL_STATE(1876)] = 53765, - [SMALL_STATE(1877)] = 53854, - [SMALL_STATE(1878)] = 53943, - [SMALL_STATE(1879)] = 54032, - [SMALL_STATE(1880)] = 54121, - [SMALL_STATE(1881)] = 54182, - [SMALL_STATE(1882)] = 54271, - [SMALL_STATE(1883)] = 54360, - [SMALL_STATE(1884)] = 54447, - [SMALL_STATE(1885)] = 54522, - [SMALL_STATE(1886)] = 54575, - [SMALL_STATE(1887)] = 54628, - [SMALL_STATE(1888)] = 54717, - [SMALL_STATE(1889)] = 54770, - [SMALL_STATE(1890)] = 54823, - [SMALL_STATE(1891)] = 54876, - [SMALL_STATE(1892)] = 54951, - [SMALL_STATE(1893)] = 55004, - [SMALL_STATE(1894)] = 55057, - [SMALL_STATE(1895)] = 55110, - [SMALL_STATE(1896)] = 55163, - [SMALL_STATE(1897)] = 55216, - [SMALL_STATE(1898)] = 55269, - [SMALL_STATE(1899)] = 55322, - [SMALL_STATE(1900)] = 55375, - [SMALL_STATE(1901)] = 55428, - [SMALL_STATE(1902)] = 55481, - [SMALL_STATE(1903)] = 55534, - [SMALL_STATE(1904)] = 55587, - [SMALL_STATE(1905)] = 55646, - [SMALL_STATE(1906)] = 55735, - [SMALL_STATE(1907)] = 55788, - [SMALL_STATE(1908)] = 55847, - [SMALL_STATE(1909)] = 55900, - [SMALL_STATE(1910)] = 55953, - [SMALL_STATE(1911)] = 56034, - [SMALL_STATE(1912)] = 56093, - [SMALL_STATE(1913)] = 56178, - [SMALL_STATE(1914)] = 56253, - [SMALL_STATE(1915)] = 56306, - [SMALL_STATE(1916)] = 56393, - [SMALL_STATE(1917)] = 56480, - [SMALL_STATE(1918)] = 56565, - [SMALL_STATE(1919)] = 56650, - [SMALL_STATE(1920)] = 56703, - [SMALL_STATE(1921)] = 56756, - [SMALL_STATE(1922)] = 56809, - [SMALL_STATE(1923)] = 56862, - [SMALL_STATE(1924)] = 56915, - [SMALL_STATE(1925)] = 57002, - [SMALL_STATE(1926)] = 57055, - [SMALL_STATE(1927)] = 57108, - [SMALL_STATE(1928)] = 57161, - [SMALL_STATE(1929)] = 57214, - [SMALL_STATE(1930)] = 57267, - [SMALL_STATE(1931)] = 57320, - [SMALL_STATE(1932)] = 57373, - [SMALL_STATE(1933)] = 57426, - [SMALL_STATE(1934)] = 57479, - [SMALL_STATE(1935)] = 57532, - [SMALL_STATE(1936)] = 57619, - [SMALL_STATE(1937)] = 57678, - [SMALL_STATE(1938)] = 57731, - [SMALL_STATE(1939)] = 57784, - [SMALL_STATE(1940)] = 57837, - [SMALL_STATE(1941)] = 57890, - [SMALL_STATE(1942)] = 57943, - [SMALL_STATE(1943)] = 57996, - [SMALL_STATE(1944)] = 58085, - [SMALL_STATE(1945)] = 58160, - [SMALL_STATE(1946)] = 58213, - [SMALL_STATE(1947)] = 58284, - [SMALL_STATE(1948)] = 58370, - [SMALL_STATE(1949)] = 58446, - [SMALL_STATE(1950)] = 58532, - [SMALL_STATE(1951)] = 58618, - [SMALL_STATE(1952)] = 58704, - [SMALL_STATE(1953)] = 58790, - [SMALL_STATE(1954)] = 58876, - [SMALL_STATE(1955)] = 58962, - [SMALL_STATE(1956)] = 59048, - [SMALL_STATE(1957)] = 59134, - [SMALL_STATE(1958)] = 59220, - [SMALL_STATE(1959)] = 59306, - [SMALL_STATE(1960)] = 59392, - [SMALL_STATE(1961)] = 59478, - [SMALL_STATE(1962)] = 59564, - [SMALL_STATE(1963)] = 59650, - [SMALL_STATE(1964)] = 59736, - [SMALL_STATE(1965)] = 59820, - [SMALL_STATE(1966)] = 59906, - [SMALL_STATE(1967)] = 59992, - [SMALL_STATE(1968)] = 60078, - [SMALL_STATE(1969)] = 60164, - [SMALL_STATE(1970)] = 60250, - [SMALL_STATE(1971)] = 60326, - [SMALL_STATE(1972)] = 60412, - [SMALL_STATE(1973)] = 60498, - [SMALL_STATE(1974)] = 60584, - [SMALL_STATE(1975)] = 60670, - [SMALL_STATE(1976)] = 60746, - [SMALL_STATE(1977)] = 60832, - [SMALL_STATE(1978)] = 60918, - [SMALL_STATE(1979)] = 60994, - [SMALL_STATE(1980)] = 61080, - [SMALL_STATE(1981)] = 61164, - [SMALL_STATE(1982)] = 61250, - [SMALL_STATE(1983)] = 61336, - [SMALL_STATE(1984)] = 61412, - [SMALL_STATE(1985)] = 61488, - [SMALL_STATE(1986)] = 61564, - [SMALL_STATE(1987)] = 61640, - [SMALL_STATE(1988)] = 61688, - [SMALL_STATE(1989)] = 61736, - [SMALL_STATE(1990)] = 61784, - [SMALL_STATE(1991)] = 61847, - [SMALL_STATE(1992)] = 61910, - [SMALL_STATE(1993)] = 61973, - [SMALL_STATE(1994)] = 62036, - [SMALL_STATE(1995)] = 62099, - [SMALL_STATE(1996)] = 62162, - [SMALL_STATE(1997)] = 62225, - [SMALL_STATE(1998)] = 62288, - [SMALL_STATE(1999)] = 62351, - [SMALL_STATE(2000)] = 62411, - [SMALL_STATE(2001)] = 62471, - [SMALL_STATE(2002)] = 62507, - [SMALL_STATE(2003)] = 62543, - [SMALL_STATE(2004)] = 62596, - [SMALL_STATE(2005)] = 62633, - [SMALL_STATE(2006)] = 62670, - [SMALL_STATE(2007)] = 62707, - [SMALL_STATE(2008)] = 62744, - [SMALL_STATE(2009)] = 62780, - [SMALL_STATE(2010)] = 62816, - [SMALL_STATE(2011)] = 62850, - [SMALL_STATE(2012)] = 62884, - [SMALL_STATE(2013)] = 62918, - [SMALL_STATE(2014)] = 62952, - [SMALL_STATE(2015)] = 62996, - [SMALL_STATE(2016)] = 63032, - [SMALL_STATE(2017)] = 63076, - [SMALL_STATE(2018)] = 63120, - [SMALL_STATE(2019)] = 63156, - [SMALL_STATE(2020)] = 63189, - [SMALL_STATE(2021)] = 63222, - [SMALL_STATE(2022)] = 63255, - [SMALL_STATE(2023)] = 63288, - [SMALL_STATE(2024)] = 63339, - [SMALL_STATE(2025)] = 63380, - [SMALL_STATE(2026)] = 63411, - [SMALL_STATE(2027)] = 63443, - [SMALL_STATE(2028)] = 63481, - [SMALL_STATE(2029)] = 63527, - [SMALL_STATE(2030)] = 63559, - [SMALL_STATE(2031)] = 63619, - [SMALL_STATE(2032)] = 63657, - [SMALL_STATE(2033)] = 63695, + [SMALL_STATE(1386)] = 20593, + [SMALL_STATE(1387)] = 20655, + [SMALL_STATE(1388)] = 20717, + [SMALL_STATE(1389)] = 20779, + [SMALL_STATE(1390)] = 20883, + [SMALL_STATE(1391)] = 20945, + [SMALL_STATE(1392)] = 21007, + [SMALL_STATE(1393)] = 21069, + [SMALL_STATE(1394)] = 21131, + [SMALL_STATE(1395)] = 21193, + [SMALL_STATE(1396)] = 21255, + [SMALL_STATE(1397)] = 21330, + [SMALL_STATE(1398)] = 21427, + [SMALL_STATE(1399)] = 21490, + [SMALL_STATE(1400)] = 21553, + [SMALL_STATE(1401)] = 21614, + [SMALL_STATE(1402)] = 21675, + [SMALL_STATE(1403)] = 21738, + [SMALL_STATE(1404)] = 21799, + [SMALL_STATE(1405)] = 21862, + [SMALL_STATE(1406)] = 21925, + [SMALL_STATE(1407)] = 21988, + [SMALL_STATE(1408)] = 22049, + [SMALL_STATE(1409)] = 22110, + [SMALL_STATE(1410)] = 22171, + [SMALL_STATE(1411)] = 22232, + [SMALL_STATE(1412)] = 22295, + [SMALL_STATE(1413)] = 22358, + [SMALL_STATE(1414)] = 22421, + [SMALL_STATE(1415)] = 22484, + [SMALL_STATE(1416)] = 22547, + [SMALL_STATE(1417)] = 22622, + [SMALL_STATE(1418)] = 22687, + [SMALL_STATE(1419)] = 22748, + [SMALL_STATE(1420)] = 22809, + [SMALL_STATE(1421)] = 22872, + [SMALL_STATE(1422)] = 22935, + [SMALL_STATE(1423)] = 22998, + [SMALL_STATE(1424)] = 23059, + [SMALL_STATE(1425)] = 23120, + [SMALL_STATE(1426)] = 23183, + [SMALL_STATE(1427)] = 23246, + [SMALL_STATE(1428)] = 23307, + [SMALL_STATE(1429)] = 23368, + [SMALL_STATE(1430)] = 23433, + [SMALL_STATE(1431)] = 23494, + [SMALL_STATE(1432)] = 23555, + [SMALL_STATE(1433)] = 23616, + [SMALL_STATE(1434)] = 23677, + [SMALL_STATE(1435)] = 23740, + [SMALL_STATE(1436)] = 23803, + [SMALL_STATE(1437)] = 23868, + [SMALL_STATE(1438)] = 23928, + [SMALL_STATE(1439)] = 23988, + [SMALL_STATE(1440)] = 24048, + [SMALL_STATE(1441)] = 24116, + [SMALL_STATE(1442)] = 24176, + [SMALL_STATE(1443)] = 24236, + [SMALL_STATE(1444)] = 24296, + [SMALL_STATE(1445)] = 24356, + [SMALL_STATE(1446)] = 24416, + [SMALL_STATE(1447)] = 24476, + [SMALL_STATE(1448)] = 24536, + [SMALL_STATE(1449)] = 24596, + [SMALL_STATE(1450)] = 24656, + [SMALL_STATE(1451)] = 24716, + [SMALL_STATE(1452)] = 24778, + [SMALL_STATE(1453)] = 24838, + [SMALL_STATE(1454)] = 24898, + [SMALL_STATE(1455)] = 24958, + [SMALL_STATE(1456)] = 25018, + [SMALL_STATE(1457)] = 25078, + [SMALL_STATE(1458)] = 25138, + [SMALL_STATE(1459)] = 25198, + [SMALL_STATE(1460)] = 25258, + [SMALL_STATE(1461)] = 25318, + [SMALL_STATE(1462)] = 25378, + [SMALL_STATE(1463)] = 25438, + [SMALL_STATE(1464)] = 25498, + [SMALL_STATE(1465)] = 25558, + [SMALL_STATE(1466)] = 25618, + [SMALL_STATE(1467)] = 25678, + [SMALL_STATE(1468)] = 25738, + [SMALL_STATE(1469)] = 25798, + [SMALL_STATE(1470)] = 25858, + [SMALL_STATE(1471)] = 25924, + [SMALL_STATE(1472)] = 25984, + [SMALL_STATE(1473)] = 26044, + [SMALL_STATE(1474)] = 26104, + [SMALL_STATE(1475)] = 26164, + [SMALL_STATE(1476)] = 26224, + [SMALL_STATE(1477)] = 26284, + [SMALL_STATE(1478)] = 26344, + [SMALL_STATE(1479)] = 26404, + [SMALL_STATE(1480)] = 26464, + [SMALL_STATE(1481)] = 26524, + [SMALL_STATE(1482)] = 26584, + [SMALL_STATE(1483)] = 26644, + [SMALL_STATE(1484)] = 26706, + [SMALL_STATE(1485)] = 26766, + [SMALL_STATE(1486)] = 26826, + [SMALL_STATE(1487)] = 26886, + [SMALL_STATE(1488)] = 26946, + [SMALL_STATE(1489)] = 27006, + [SMALL_STATE(1490)] = 27066, + [SMALL_STATE(1491)] = 27126, + [SMALL_STATE(1492)] = 27186, + [SMALL_STATE(1493)] = 27246, + [SMALL_STATE(1494)] = 27306, + [SMALL_STATE(1495)] = 27366, + [SMALL_STATE(1496)] = 27426, + [SMALL_STATE(1497)] = 27486, + [SMALL_STATE(1498)] = 27546, + [SMALL_STATE(1499)] = 27606, + [SMALL_STATE(1500)] = 27666, + [SMALL_STATE(1501)] = 27726, + [SMALL_STATE(1502)] = 27786, + [SMALL_STATE(1503)] = 27846, + [SMALL_STATE(1504)] = 27906, + [SMALL_STATE(1505)] = 27966, + [SMALL_STATE(1506)] = 28026, + [SMALL_STATE(1507)] = 28086, + [SMALL_STATE(1508)] = 28146, + [SMALL_STATE(1509)] = 28206, + [SMALL_STATE(1510)] = 28266, + [SMALL_STATE(1511)] = 28326, + [SMALL_STATE(1512)] = 28386, + [SMALL_STATE(1513)] = 28446, + [SMALL_STATE(1514)] = 28506, + [SMALL_STATE(1515)] = 28566, + [SMALL_STATE(1516)] = 28626, + [SMALL_STATE(1517)] = 28686, + [SMALL_STATE(1518)] = 28746, + [SMALL_STATE(1519)] = 28806, + [SMALL_STATE(1520)] = 28866, + [SMALL_STATE(1521)] = 28926, + [SMALL_STATE(1522)] = 28986, + [SMALL_STATE(1523)] = 29046, + [SMALL_STATE(1524)] = 29106, + [SMALL_STATE(1525)] = 29166, + [SMALL_STATE(1526)] = 29226, + [SMALL_STATE(1527)] = 29286, + [SMALL_STATE(1528)] = 29346, + [SMALL_STATE(1529)] = 29406, + [SMALL_STATE(1530)] = 29466, + [SMALL_STATE(1531)] = 29526, + [SMALL_STATE(1532)] = 29586, + [SMALL_STATE(1533)] = 29646, + [SMALL_STATE(1534)] = 29706, + [SMALL_STATE(1535)] = 29766, + [SMALL_STATE(1536)] = 29826, + [SMALL_STATE(1537)] = 29900, + [SMALL_STATE(1538)] = 29960, + [SMALL_STATE(1539)] = 30020, + [SMALL_STATE(1540)] = 30080, + [SMALL_STATE(1541)] = 30146, + [SMALL_STATE(1542)] = 30206, + [SMALL_STATE(1543)] = 30266, + [SMALL_STATE(1544)] = 30326, + [SMALL_STATE(1545)] = 30386, + [SMALL_STATE(1546)] = 30446, + [SMALL_STATE(1547)] = 30506, + [SMALL_STATE(1548)] = 30572, + [SMALL_STATE(1549)] = 30632, + [SMALL_STATE(1550)] = 30698, + [SMALL_STATE(1551)] = 30758, + [SMALL_STATE(1552)] = 30818, + [SMALL_STATE(1553)] = 30878, + [SMALL_STATE(1554)] = 30942, + [SMALL_STATE(1555)] = 31006, + [SMALL_STATE(1556)] = 31066, + [SMALL_STATE(1557)] = 31126, + [SMALL_STATE(1558)] = 31186, + [SMALL_STATE(1559)] = 31246, + [SMALL_STATE(1560)] = 31307, + [SMALL_STATE(1561)] = 31394, + [SMALL_STATE(1562)] = 31481, + [SMALL_STATE(1563)] = 31542, + [SMALL_STATE(1564)] = 31611, + [SMALL_STATE(1565)] = 31670, + [SMALL_STATE(1566)] = 31729, + [SMALL_STATE(1567)] = 31788, + [SMALL_STATE(1568)] = 31875, + [SMALL_STATE(1569)] = 31936, + [SMALL_STATE(1570)] = 32007, + [SMALL_STATE(1571)] = 32094, + [SMALL_STATE(1572)] = 32155, + [SMALL_STATE(1573)] = 32242, + [SMALL_STATE(1574)] = 32329, + [SMALL_STATE(1575)] = 32421, + [SMALL_STATE(1576)] = 32491, + [SMALL_STATE(1577)] = 32557, + [SMALL_STATE(1578)] = 32647, + [SMALL_STATE(1579)] = 32737, + [SMALL_STATE(1580)] = 32827, + [SMALL_STATE(1581)] = 32905, + [SMALL_STATE(1582)] = 32991, + [SMALL_STATE(1583)] = 33083, + [SMALL_STATE(1584)] = 33175, + [SMALL_STATE(1585)] = 33243, + [SMALL_STATE(1586)] = 33313, + [SMALL_STATE(1587)] = 33383, + [SMALL_STATE(1588)] = 33473, + [SMALL_STATE(1589)] = 33543, + [SMALL_STATE(1590)] = 33617, + [SMALL_STATE(1591)] = 33707, + [SMALL_STATE(1592)] = 33789, + [SMALL_STATE(1593)] = 33875, + [SMALL_STATE(1594)] = 33947, + [SMALL_STATE(1595)] = 34031, + [SMALL_STATE(1596)] = 34095, + [SMALL_STATE(1597)] = 34187, + [SMALL_STATE(1598)] = 34277, + [SMALL_STATE(1599)] = 34353, + [SMALL_STATE(1600)] = 34416, + [SMALL_STATE(1601)] = 34479, + [SMALL_STATE(1602)] = 34544, + [SMALL_STATE(1603)] = 34607, + [SMALL_STATE(1604)] = 34674, + [SMALL_STATE(1605)] = 34737, + [SMALL_STATE(1606)] = 34827, + [SMALL_STATE(1607)] = 34885, + [SMALL_STATE(1608)] = 34941, + [SMALL_STATE(1609)] = 35031, + [SMALL_STATE(1610)] = 35089, + [SMALL_STATE(1611)] = 35179, + [SMALL_STATE(1612)] = 35243, + [SMALL_STATE(1613)] = 35299, + [SMALL_STATE(1614)] = 35359, + [SMALL_STATE(1615)] = 35419, + [SMALL_STATE(1616)] = 35479, + [SMALL_STATE(1617)] = 35539, + [SMALL_STATE(1618)] = 35599, + [SMALL_STATE(1619)] = 35655, + [SMALL_STATE(1620)] = 35719, + [SMALL_STATE(1621)] = 35777, + [SMALL_STATE(1622)] = 35867, + [SMALL_STATE(1623)] = 35925, + [SMALL_STATE(1624)] = 35981, + [SMALL_STATE(1625)] = 36045, + [SMALL_STATE(1626)] = 36105, + [SMALL_STATE(1627)] = 36169, + [SMALL_STATE(1628)] = 36229, + [SMALL_STATE(1629)] = 36289, + [SMALL_STATE(1630)] = 36384, + [SMALL_STATE(1631)] = 36443, + [SMALL_STATE(1632)] = 36500, + [SMALL_STATE(1633)] = 36555, + [SMALL_STATE(1634)] = 36612, + [SMALL_STATE(1635)] = 36667, + [SMALL_STATE(1636)] = 36724, + [SMALL_STATE(1637)] = 36779, + [SMALL_STATE(1638)] = 36834, + [SMALL_STATE(1639)] = 36889, + [SMALL_STATE(1640)] = 36984, + [SMALL_STATE(1641)] = 37039, + [SMALL_STATE(1642)] = 37098, + [SMALL_STATE(1643)] = 37157, + [SMALL_STATE(1644)] = 37252, + [SMALL_STATE(1645)] = 37311, + [SMALL_STATE(1646)] = 37366, + [SMALL_STATE(1647)] = 37423, + [SMALL_STATE(1648)] = 37478, + [SMALL_STATE(1649)] = 37573, + [SMALL_STATE(1650)] = 37668, + [SMALL_STATE(1651)] = 37749, + [SMALL_STATE(1652)] = 37844, + [SMALL_STATE(1653)] = 37939, + [SMALL_STATE(1654)] = 38034, + [SMALL_STATE(1655)] = 38129, + [SMALL_STATE(1656)] = 38224, + [SMALL_STATE(1657)] = 38319, + [SMALL_STATE(1658)] = 38414, + [SMALL_STATE(1659)] = 38471, + [SMALL_STATE(1660)] = 38528, + [SMALL_STATE(1661)] = 38585, + [SMALL_STATE(1662)] = 38639, + [SMALL_STATE(1663)] = 38695, + [SMALL_STATE(1664)] = 38749, + [SMALL_STATE(1665)] = 38837, + [SMALL_STATE(1666)] = 38893, + [SMALL_STATE(1667)] = 38947, + [SMALL_STATE(1668)] = 39001, + [SMALL_STATE(1669)] = 39055, + [SMALL_STATE(1670)] = 39109, + [SMALL_STATE(1671)] = 39163, + [SMALL_STATE(1672)] = 39241, + [SMALL_STATE(1673)] = 39297, + [SMALL_STATE(1674)] = 39353, + [SMALL_STATE(1675)] = 39411, + [SMALL_STATE(1676)] = 39499, + [SMALL_STATE(1677)] = 39591, + [SMALL_STATE(1678)] = 39645, + [SMALL_STATE(1679)] = 39701, + [SMALL_STATE(1680)] = 39755, + [SMALL_STATE(1681)] = 39819, + [SMALL_STATE(1682)] = 39901, + [SMALL_STATE(1683)] = 39987, + [SMALL_STATE(1684)] = 40073, + [SMALL_STATE(1685)] = 40159, + [SMALL_STATE(1686)] = 40213, + [SMALL_STATE(1687)] = 40283, + [SMALL_STATE(1688)] = 40371, + [SMALL_STATE(1689)] = 40425, + [SMALL_STATE(1690)] = 40481, + [SMALL_STATE(1691)] = 40535, + [SMALL_STATE(1692)] = 40627, + [SMALL_STATE(1693)] = 40681, + [SMALL_STATE(1694)] = 40773, + [SMALL_STATE(1695)] = 40851, + [SMALL_STATE(1696)] = 40919, + [SMALL_STATE(1697)] = 40991, + [SMALL_STATE(1698)] = 41047, + [SMALL_STATE(1699)] = 41125, + [SMALL_STATE(1700)] = 41179, + [SMALL_STATE(1701)] = 41259, + [SMALL_STATE(1702)] = 41315, + [SMALL_STATE(1703)] = 41369, + [SMALL_STATE(1704)] = 41435, + [SMALL_STATE(1705)] = 41521, + [SMALL_STATE(1706)] = 41609, + [SMALL_STATE(1707)] = 41695, + [SMALL_STATE(1708)] = 41751, + [SMALL_STATE(1709)] = 41825, + [SMALL_STATE(1710)] = 41913, + [SMALL_STATE(1711)] = 41969, + [SMALL_STATE(1712)] = 42057, + [SMALL_STATE(1713)] = 42111, + [SMALL_STATE(1714)] = 42197, + [SMALL_STATE(1715)] = 42279, + [SMALL_STATE(1716)] = 42335, + [SMALL_STATE(1717)] = 42391, + [SMALL_STATE(1718)] = 42447, + [SMALL_STATE(1719)] = 42503, + [SMALL_STATE(1720)] = 42595, + [SMALL_STATE(1721)] = 42651, + [SMALL_STATE(1722)] = 42707, + [SMALL_STATE(1723)] = 42799, + [SMALL_STATE(1724)] = 42891, + [SMALL_STATE(1725)] = 42944, + [SMALL_STATE(1726)] = 42997, + [SMALL_STATE(1727)] = 43050, + [SMALL_STATE(1728)] = 43103, + [SMALL_STATE(1729)] = 43156, + [SMALL_STATE(1730)] = 43243, + [SMALL_STATE(1731)] = 43302, + [SMALL_STATE(1732)] = 43389, + [SMALL_STATE(1733)] = 43442, + [SMALL_STATE(1734)] = 43495, + [SMALL_STATE(1735)] = 43584, + [SMALL_STATE(1736)] = 43637, + [SMALL_STATE(1737)] = 43690, + [SMALL_STATE(1738)] = 43743, + [SMALL_STATE(1739)] = 43796, + [SMALL_STATE(1740)] = 43849, + [SMALL_STATE(1741)] = 43902, + [SMALL_STATE(1742)] = 43955, + [SMALL_STATE(1743)] = 44044, + [SMALL_STATE(1744)] = 44097, + [SMALL_STATE(1745)] = 44182, + [SMALL_STATE(1746)] = 44235, + [SMALL_STATE(1747)] = 44288, + [SMALL_STATE(1748)] = 44341, + [SMALL_STATE(1749)] = 44430, + [SMALL_STATE(1750)] = 44483, + [SMALL_STATE(1751)] = 44536, + [SMALL_STATE(1752)] = 44589, + [SMALL_STATE(1753)] = 44642, + [SMALL_STATE(1754)] = 44695, + [SMALL_STATE(1755)] = 44748, + [SMALL_STATE(1756)] = 44801, + [SMALL_STATE(1757)] = 44854, + [SMALL_STATE(1758)] = 44907, + [SMALL_STATE(1759)] = 44994, + [SMALL_STATE(1760)] = 45047, + [SMALL_STATE(1761)] = 45122, + [SMALL_STATE(1762)] = 45175, + [SMALL_STATE(1763)] = 45228, + [SMALL_STATE(1764)] = 45281, + [SMALL_STATE(1765)] = 45334, + [SMALL_STATE(1766)] = 45387, + [SMALL_STATE(1767)] = 45440, + [SMALL_STATE(1768)] = 45529, + [SMALL_STATE(1769)] = 45588, + [SMALL_STATE(1770)] = 45677, + [SMALL_STATE(1771)] = 45736, + [SMALL_STATE(1772)] = 45823, + [SMALL_STATE(1773)] = 45876, + [SMALL_STATE(1774)] = 45963, + [SMALL_STATE(1775)] = 46016, + [SMALL_STATE(1776)] = 46097, + [SMALL_STATE(1777)] = 46184, + [SMALL_STATE(1778)] = 46269, + [SMALL_STATE(1779)] = 46322, + [SMALL_STATE(1780)] = 46375, + [SMALL_STATE(1781)] = 46428, + [SMALL_STATE(1782)] = 46481, + [SMALL_STATE(1783)] = 46534, + [SMALL_STATE(1784)] = 46587, + [SMALL_STATE(1785)] = 46672, + [SMALL_STATE(1786)] = 46759, + [SMALL_STATE(1787)] = 46844, + [SMALL_STATE(1788)] = 46929, + [SMALL_STATE(1789)] = 46982, + [SMALL_STATE(1790)] = 47045, + [SMALL_STATE(1791)] = 47114, + [SMALL_STATE(1792)] = 47181, + [SMALL_STATE(1793)] = 47252, + [SMALL_STATE(1794)] = 47329, + [SMALL_STATE(1795)] = 47408, + [SMALL_STATE(1796)] = 47473, + [SMALL_STATE(1797)] = 47558, + [SMALL_STATE(1798)] = 47643, + [SMALL_STATE(1799)] = 47716, + [SMALL_STATE(1800)] = 47797, + [SMALL_STATE(1801)] = 47850, + [SMALL_STATE(1802)] = 47903, + [SMALL_STATE(1803)] = 47956, + [SMALL_STATE(1804)] = 48009, + [SMALL_STATE(1805)] = 48062, + [SMALL_STATE(1806)] = 48115, + [SMALL_STATE(1807)] = 48168, + [SMALL_STATE(1808)] = 48255, + [SMALL_STATE(1809)] = 48308, + [SMALL_STATE(1810)] = 48361, + [SMALL_STATE(1811)] = 48414, + [SMALL_STATE(1812)] = 48467, + [SMALL_STATE(1813)] = 48520, + [SMALL_STATE(1814)] = 48573, + [SMALL_STATE(1815)] = 48626, + [SMALL_STATE(1816)] = 48679, + [SMALL_STATE(1817)] = 48732, + [SMALL_STATE(1818)] = 48819, + [SMALL_STATE(1819)] = 48872, + [SMALL_STATE(1820)] = 48925, + [SMALL_STATE(1821)] = 48978, + [SMALL_STATE(1822)] = 49031, + [SMALL_STATE(1823)] = 49084, + [SMALL_STATE(1824)] = 49137, + [SMALL_STATE(1825)] = 49190, + [SMALL_STATE(1826)] = 49243, + [SMALL_STATE(1827)] = 49296, + [SMALL_STATE(1828)] = 49349, + [SMALL_STATE(1829)] = 49402, + [SMALL_STATE(1830)] = 49455, + [SMALL_STATE(1831)] = 49544, + [SMALL_STATE(1832)] = 49603, + [SMALL_STATE(1833)] = 49656, + [SMALL_STATE(1834)] = 49709, + [SMALL_STATE(1835)] = 49762, + [SMALL_STATE(1836)] = 49815, + [SMALL_STATE(1837)] = 49868, + [SMALL_STATE(1838)] = 49957, + [SMALL_STATE(1839)] = 50046, + [SMALL_STATE(1840)] = 50131, + [SMALL_STATE(1841)] = 50218, + [SMALL_STATE(1842)] = 50271, + [SMALL_STATE(1843)] = 50324, + [SMALL_STATE(1844)] = 50411, + [SMALL_STATE(1845)] = 50496, + [SMALL_STATE(1846)] = 50549, + [SMALL_STATE(1847)] = 50602, + [SMALL_STATE(1848)] = 50655, + [SMALL_STATE(1849)] = 50718, + [SMALL_STATE(1850)] = 50787, + [SMALL_STATE(1851)] = 50854, + [SMALL_STATE(1852)] = 50931, + [SMALL_STATE(1853)] = 51010, + [SMALL_STATE(1854)] = 51075, + [SMALL_STATE(1855)] = 51160, + [SMALL_STATE(1856)] = 51245, + [SMALL_STATE(1857)] = 51318, + [SMALL_STATE(1858)] = 51399, + [SMALL_STATE(1859)] = 51452, + [SMALL_STATE(1860)] = 51505, + [SMALL_STATE(1861)] = 51592, + [SMALL_STATE(1862)] = 51645, + [SMALL_STATE(1863)] = 51698, + [SMALL_STATE(1864)] = 51751, + [SMALL_STATE(1865)] = 51804, + [SMALL_STATE(1866)] = 51857, + [SMALL_STATE(1867)] = 51910, + [SMALL_STATE(1868)] = 51963, + [SMALL_STATE(1869)] = 52016, + [SMALL_STATE(1870)] = 52103, + [SMALL_STATE(1871)] = 52156, + [SMALL_STATE(1872)] = 52209, + [SMALL_STATE(1873)] = 52262, + [SMALL_STATE(1874)] = 52315, + [SMALL_STATE(1875)] = 52368, + [SMALL_STATE(1876)] = 52421, + [SMALL_STATE(1877)] = 52474, + [SMALL_STATE(1878)] = 52561, + [SMALL_STATE(1879)] = 52614, + [SMALL_STATE(1880)] = 52701, + [SMALL_STATE(1881)] = 52754, + [SMALL_STATE(1882)] = 52807, + [SMALL_STATE(1883)] = 52860, + [SMALL_STATE(1884)] = 52947, + [SMALL_STATE(1885)] = 53036, + [SMALL_STATE(1886)] = 53123, + [SMALL_STATE(1887)] = 53176, + [SMALL_STATE(1888)] = 53229, + [SMALL_STATE(1889)] = 53318, + [SMALL_STATE(1890)] = 53407, + [SMALL_STATE(1891)] = 53496, + [SMALL_STATE(1892)] = 53549, + [SMALL_STATE(1893)] = 53638, + [SMALL_STATE(1894)] = 53727, + [SMALL_STATE(1895)] = 53780, + [SMALL_STATE(1896)] = 53869, + [SMALL_STATE(1897)] = 53958, + [SMALL_STATE(1898)] = 54047, + [SMALL_STATE(1899)] = 54136, + [SMALL_STATE(1900)] = 54225, + [SMALL_STATE(1901)] = 54312, + [SMALL_STATE(1902)] = 54399, + [SMALL_STATE(1903)] = 54488, + [SMALL_STATE(1904)] = 54577, + [SMALL_STATE(1905)] = 54666, + [SMALL_STATE(1906)] = 54755, + [SMALL_STATE(1907)] = 54844, + [SMALL_STATE(1908)] = 54933, + [SMALL_STATE(1909)] = 55014, + [SMALL_STATE(1910)] = 55099, + [SMALL_STATE(1911)] = 55188, + [SMALL_STATE(1912)] = 55273, + [SMALL_STATE(1913)] = 55358, + [SMALL_STATE(1914)] = 55447, + [SMALL_STATE(1915)] = 55536, + [SMALL_STATE(1916)] = 55625, + [SMALL_STATE(1917)] = 55714, + [SMALL_STATE(1918)] = 55803, + [SMALL_STATE(1919)] = 55892, + [SMALL_STATE(1920)] = 55981, + [SMALL_STATE(1921)] = 56034, + [SMALL_STATE(1922)] = 56123, + [SMALL_STATE(1923)] = 56212, + [SMALL_STATE(1924)] = 56301, + [SMALL_STATE(1925)] = 56390, + [SMALL_STATE(1926)] = 56479, + [SMALL_STATE(1927)] = 56568, + [SMALL_STATE(1928)] = 56657, + [SMALL_STATE(1929)] = 56746, + [SMALL_STATE(1930)] = 56835, + [SMALL_STATE(1931)] = 56924, + [SMALL_STATE(1932)] = 57013, + [SMALL_STATE(1933)] = 57102, + [SMALL_STATE(1934)] = 57191, + [SMALL_STATE(1935)] = 57280, + [SMALL_STATE(1936)] = 57369, + [SMALL_STATE(1937)] = 57444, + [SMALL_STATE(1938)] = 57497, + [SMALL_STATE(1939)] = 57558, + [SMALL_STATE(1940)] = 57633, + [SMALL_STATE(1941)] = 57708, + [SMALL_STATE(1942)] = 57795, + [SMALL_STATE(1943)] = 57882, + [SMALL_STATE(1944)] = 57969, + [SMALL_STATE(1945)] = 58044, + [SMALL_STATE(1946)] = 58133, + [SMALL_STATE(1947)] = 58186, + [SMALL_STATE(1948)] = 58275, + [SMALL_STATE(1949)] = 58346, + [SMALL_STATE(1950)] = 58422, + [SMALL_STATE(1951)] = 58508, + [SMALL_STATE(1952)] = 58594, + [SMALL_STATE(1953)] = 58680, + [SMALL_STATE(1954)] = 58766, + [SMALL_STATE(1955)] = 58852, + [SMALL_STATE(1956)] = 58928, + [SMALL_STATE(1957)] = 59014, + [SMALL_STATE(1958)] = 59100, + [SMALL_STATE(1959)] = 59186, + [SMALL_STATE(1960)] = 59272, + [SMALL_STATE(1961)] = 59356, + [SMALL_STATE(1962)] = 59442, + [SMALL_STATE(1963)] = 59528, + [SMALL_STATE(1964)] = 59614, + [SMALL_STATE(1965)] = 59700, + [SMALL_STATE(1966)] = 59786, + [SMALL_STATE(1967)] = 59872, + [SMALL_STATE(1968)] = 59958, + [SMALL_STATE(1969)] = 60034, + [SMALL_STATE(1970)] = 60120, + [SMALL_STATE(1971)] = 60206, + [SMALL_STATE(1972)] = 60292, + [SMALL_STATE(1973)] = 60378, + [SMALL_STATE(1974)] = 60464, + [SMALL_STATE(1975)] = 60550, + [SMALL_STATE(1976)] = 60636, + [SMALL_STATE(1977)] = 60722, + [SMALL_STATE(1978)] = 60798, + [SMALL_STATE(1979)] = 60884, + [SMALL_STATE(1980)] = 60970, + [SMALL_STATE(1981)] = 61046, + [SMALL_STATE(1982)] = 61132, + [SMALL_STATE(1983)] = 61218, + [SMALL_STATE(1984)] = 61302, + [SMALL_STATE(1985)] = 61388, + [SMALL_STATE(1986)] = 61464, + [SMALL_STATE(1987)] = 61540, + [SMALL_STATE(1988)] = 61616, + [SMALL_STATE(1989)] = 61702, + [SMALL_STATE(1990)] = 61750, + [SMALL_STATE(1991)] = 61798, + [SMALL_STATE(1992)] = 61846, + [SMALL_STATE(1993)] = 61909, + [SMALL_STATE(1994)] = 61972, + [SMALL_STATE(1995)] = 62035, + [SMALL_STATE(1996)] = 62098, + [SMALL_STATE(1997)] = 62161, + [SMALL_STATE(1998)] = 62224, + [SMALL_STATE(1999)] = 62287, + [SMALL_STATE(2000)] = 62350, + [SMALL_STATE(2001)] = 62413, + [SMALL_STATE(2002)] = 62473, + [SMALL_STATE(2003)] = 62533, + [SMALL_STATE(2004)] = 62569, + [SMALL_STATE(2005)] = 62605, + [SMALL_STATE(2006)] = 62642, + [SMALL_STATE(2007)] = 62679, + [SMALL_STATE(2008)] = 62716, + [SMALL_STATE(2009)] = 62769, + [SMALL_STATE(2010)] = 62806, + [SMALL_STATE(2011)] = 62840, + [SMALL_STATE(2012)] = 62876, + [SMALL_STATE(2013)] = 62912, + [SMALL_STATE(2014)] = 62946, + [SMALL_STATE(2015)] = 62980, + [SMALL_STATE(2016)] = 63016, + [SMALL_STATE(2017)] = 63050, + [SMALL_STATE(2018)] = 63094, + [SMALL_STATE(2019)] = 63130, + [SMALL_STATE(2020)] = 63174, + [SMALL_STATE(2021)] = 63218, + [SMALL_STATE(2022)] = 63249, + [SMALL_STATE(2023)] = 63282, + [SMALL_STATE(2024)] = 63315, + [SMALL_STATE(2025)] = 63348, + [SMALL_STATE(2026)] = 63389, + [SMALL_STATE(2027)] = 63440, + [SMALL_STATE(2028)] = 63473, + [SMALL_STATE(2029)] = 63533, + [SMALL_STATE(2030)] = 63565, + [SMALL_STATE(2031)] = 63597, + [SMALL_STATE(2032)] = 63629, + [SMALL_STATE(2033)] = 63667, [SMALL_STATE(2034)] = 63727, - [SMALL_STATE(2035)] = 63771, - [SMALL_STATE(2036)] = 63831, - [SMALL_STATE(2037)] = 63869, - [SMALL_STATE(2038)] = 63922, - [SMALL_STATE(2039)] = 63955, - [SMALL_STATE(2040)] = 63986, - [SMALL_STATE(2041)] = 64015, - [SMALL_STATE(2042)] = 64044, - [SMALL_STATE(2043)] = 64077, - [SMALL_STATE(2044)] = 64132, - [SMALL_STATE(2045)] = 64161, - [SMALL_STATE(2046)] = 64190, - [SMALL_STATE(2047)] = 64219, - [SMALL_STATE(2048)] = 64260, - [SMALL_STATE(2049)] = 64289, + [SMALL_STATE(2035)] = 63773, + [SMALL_STATE(2036)] = 63817, + [SMALL_STATE(2037)] = 63855, + [SMALL_STATE(2038)] = 63893, + [SMALL_STATE(2039)] = 63931, + [SMALL_STATE(2040)] = 63960, + [SMALL_STATE(2041)] = 63993, + [SMALL_STATE(2042)] = 64026, + [SMALL_STATE(2043)] = 64059, + [SMALL_STATE(2044)] = 64088, + [SMALL_STATE(2045)] = 64121, + [SMALL_STATE(2046)] = 64176, + [SMALL_STATE(2047)] = 64205, + [SMALL_STATE(2048)] = 64234, + [SMALL_STATE(2049)] = 64287, [SMALL_STATE(2050)] = 64318, - [SMALL_STATE(2051)] = 64371, - [SMALL_STATE(2052)] = 64404, - [SMALL_STATE(2053)] = 64433, - [SMALL_STATE(2054)] = 64466, - [SMALL_STATE(2055)] = 64495, - [SMALL_STATE(2056)] = 64538, - [SMALL_STATE(2057)] = 64571, - [SMALL_STATE(2058)] = 64604, - [SMALL_STATE(2059)] = 64637, - [SMALL_STATE(2060)] = 64665, - [SMALL_STATE(2061)] = 64693, - [SMALL_STATE(2062)] = 64723, - [SMALL_STATE(2063)] = 64753, - [SMALL_STATE(2064)] = 64797, - [SMALL_STATE(2065)] = 64825, - [SMALL_STATE(2066)] = 64853, - [SMALL_STATE(2067)] = 64881, - [SMALL_STATE(2068)] = 64909, - [SMALL_STATE(2069)] = 64937, - [SMALL_STATE(2070)] = 64965, - [SMALL_STATE(2071)] = 64993, - [SMALL_STATE(2072)] = 65021, - [SMALL_STATE(2073)] = 65049, - [SMALL_STATE(2074)] = 65077, - [SMALL_STATE(2075)] = 65105, - [SMALL_STATE(2076)] = 65133, - [SMALL_STATE(2077)] = 65161, - [SMALL_STATE(2078)] = 65189, - [SMALL_STATE(2079)] = 65217, - [SMALL_STATE(2080)] = 65245, - [SMALL_STATE(2081)] = 65273, - [SMALL_STATE(2082)] = 65301, - [SMALL_STATE(2083)] = 65329, - [SMALL_STATE(2084)] = 65357, - [SMALL_STATE(2085)] = 65385, - [SMALL_STATE(2086)] = 65413, - [SMALL_STATE(2087)] = 65441, - [SMALL_STATE(2088)] = 65469, - [SMALL_STATE(2089)] = 65497, - [SMALL_STATE(2090)] = 65525, - [SMALL_STATE(2091)] = 65553, - [SMALL_STATE(2092)] = 65581, - [SMALL_STATE(2093)] = 65609, - [SMALL_STATE(2094)] = 65637, - [SMALL_STATE(2095)] = 65665, - [SMALL_STATE(2096)] = 65693, - [SMALL_STATE(2097)] = 65721, - [SMALL_STATE(2098)] = 65756, - [SMALL_STATE(2099)] = 65785, - [SMALL_STATE(2100)] = 65814, - [SMALL_STATE(2101)] = 65843, - [SMALL_STATE(2102)] = 65872, - [SMALL_STATE(2103)] = 65901, - [SMALL_STATE(2104)] = 65930, - [SMALL_STATE(2105)] = 65959, - [SMALL_STATE(2106)] = 65988, - [SMALL_STATE(2107)] = 66017, - [SMALL_STATE(2108)] = 66046, - [SMALL_STATE(2109)] = 66078, - [SMALL_STATE(2110)] = 66118, - [SMALL_STATE(2111)] = 66148, - [SMALL_STATE(2112)] = 66194, - [SMALL_STATE(2113)] = 66226, - [SMALL_STATE(2114)] = 66258, - [SMALL_STATE(2115)] = 66290, - [SMALL_STATE(2116)] = 66322, - [SMALL_STATE(2117)] = 66350, - [SMALL_STATE(2118)] = 66382, - [SMALL_STATE(2119)] = 66424, - [SMALL_STATE(2120)] = 66456, - [SMALL_STATE(2121)] = 66488, - [SMALL_STATE(2122)] = 66520, - [SMALL_STATE(2123)] = 66552, - [SMALL_STATE(2124)] = 66596, - [SMALL_STATE(2125)] = 66628, - [SMALL_STATE(2126)] = 66660, - [SMALL_STATE(2127)] = 66703, - [SMALL_STATE(2128)] = 66746, - [SMALL_STATE(2129)] = 66789, - [SMALL_STATE(2130)] = 66832, - [SMALL_STATE(2131)] = 66875, - [SMALL_STATE(2132)] = 66918, - [SMALL_STATE(2133)] = 66947, - [SMALL_STATE(2134)] = 66976, - [SMALL_STATE(2135)] = 67016, - [SMALL_STATE(2136)] = 67054, + [SMALL_STATE(2051)] = 64351, + [SMALL_STATE(2052)] = 64380, + [SMALL_STATE(2053)] = 64421, + [SMALL_STATE(2054)] = 64450, + [SMALL_STATE(2055)] = 64479, + [SMALL_STATE(2056)] = 64508, + [SMALL_STATE(2057)] = 64551, + [SMALL_STATE(2058)] = 64584, + [SMALL_STATE(2059)] = 64613, + [SMALL_STATE(2060)] = 64646, + [SMALL_STATE(2061)] = 64699, + [SMALL_STATE(2062)] = 64727, + [SMALL_STATE(2063)] = 64755, + [SMALL_STATE(2064)] = 64783, + [SMALL_STATE(2065)] = 64811, + [SMALL_STATE(2066)] = 64839, + [SMALL_STATE(2067)] = 64867, + [SMALL_STATE(2068)] = 64895, + [SMALL_STATE(2069)] = 64923, + [SMALL_STATE(2070)] = 64951, + [SMALL_STATE(2071)] = 64979, + [SMALL_STATE(2072)] = 65007, + [SMALL_STATE(2073)] = 65035, + [SMALL_STATE(2074)] = 65065, + [SMALL_STATE(2075)] = 65093, + [SMALL_STATE(2076)] = 65121, + [SMALL_STATE(2077)] = 65151, + [SMALL_STATE(2078)] = 65179, + [SMALL_STATE(2079)] = 65207, + [SMALL_STATE(2080)] = 65251, + [SMALL_STATE(2081)] = 65279, + [SMALL_STATE(2082)] = 65307, + [SMALL_STATE(2083)] = 65335, + [SMALL_STATE(2084)] = 65363, + [SMALL_STATE(2085)] = 65391, + [SMALL_STATE(2086)] = 65419, + [SMALL_STATE(2087)] = 65447, + [SMALL_STATE(2088)] = 65475, + [SMALL_STATE(2089)] = 65503, + [SMALL_STATE(2090)] = 65531, + [SMALL_STATE(2091)] = 65559, + [SMALL_STATE(2092)] = 65587, + [SMALL_STATE(2093)] = 65615, + [SMALL_STATE(2094)] = 65643, + [SMALL_STATE(2095)] = 65671, + [SMALL_STATE(2096)] = 65699, + [SMALL_STATE(2097)] = 65727, + [SMALL_STATE(2098)] = 65755, + [SMALL_STATE(2099)] = 65783, + [SMALL_STATE(2100)] = 65812, + [SMALL_STATE(2101)] = 65841, + [SMALL_STATE(2102)] = 65870, + [SMALL_STATE(2103)] = 65905, + [SMALL_STATE(2104)] = 65934, + [SMALL_STATE(2105)] = 65963, + [SMALL_STATE(2106)] = 65992, + [SMALL_STATE(2107)] = 66021, + [SMALL_STATE(2108)] = 66050, + [SMALL_STATE(2109)] = 66079, + [SMALL_STATE(2110)] = 66108, + [SMALL_STATE(2111)] = 66140, + [SMALL_STATE(2112)] = 66172, + [SMALL_STATE(2113)] = 66204, + [SMALL_STATE(2114)] = 66236, + [SMALL_STATE(2115)] = 66280, + [SMALL_STATE(2116)] = 66308, + [SMALL_STATE(2117)] = 66340, + [SMALL_STATE(2118)] = 66372, + [SMALL_STATE(2119)] = 66404, + [SMALL_STATE(2120)] = 66436, + [SMALL_STATE(2121)] = 66478, + [SMALL_STATE(2122)] = 66508, + [SMALL_STATE(2123)] = 66554, + [SMALL_STATE(2124)] = 66586, + [SMALL_STATE(2125)] = 66626, + [SMALL_STATE(2126)] = 66658, + [SMALL_STATE(2127)] = 66690, + [SMALL_STATE(2128)] = 66722, + [SMALL_STATE(2129)] = 66751, + [SMALL_STATE(2130)] = 66794, + [SMALL_STATE(2131)] = 66837, + [SMALL_STATE(2132)] = 66880, + [SMALL_STATE(2133)] = 66923, + [SMALL_STATE(2134)] = 66966, + [SMALL_STATE(2135)] = 66995, + [SMALL_STATE(2136)] = 67038, [SMALL_STATE(2137)] = 67078, - [SMALL_STATE(2138)] = 67118, - [SMALL_STATE(2139)] = 67158, - [SMALL_STATE(2140)] = 67198, - [SMALL_STATE(2141)] = 67238, - [SMALL_STATE(2142)] = 67276, - [SMALL_STATE(2143)] = 67304, - [SMALL_STATE(2144)] = 67332, - [SMALL_STATE(2145)] = 67360, - [SMALL_STATE(2146)] = 67388, - [SMALL_STATE(2147)] = 67416, - [SMALL_STATE(2148)] = 67456, - [SMALL_STATE(2149)] = 67484, - [SMALL_STATE(2150)] = 67512, - [SMALL_STATE(2151)] = 67540, - [SMALL_STATE(2152)] = 67568, - [SMALL_STATE(2153)] = 67592, - [SMALL_STATE(2154)] = 67630, - [SMALL_STATE(2155)] = 67658, - [SMALL_STATE(2156)] = 67696, - [SMALL_STATE(2157)] = 67734, - [SMALL_STATE(2158)] = 67758, - [SMALL_STATE(2159)] = 67798, - [SMALL_STATE(2160)] = 67836, - [SMALL_STATE(2161)] = 67860, - [SMALL_STATE(2162)] = 67900, - [SMALL_STATE(2163)] = 67928, - [SMALL_STATE(2164)] = 67956, - [SMALL_STATE(2165)] = 67984, - [SMALL_STATE(2166)] = 68014, - [SMALL_STATE(2167)] = 68042, - [SMALL_STATE(2168)] = 68072, - [SMALL_STATE(2169)] = 68100, - [SMALL_STATE(2170)] = 68138, - [SMALL_STATE(2171)] = 68176, - [SMALL_STATE(2172)] = 68214, - [SMALL_STATE(2173)] = 68252, - [SMALL_STATE(2174)] = 68292, - [SMALL_STATE(2175)] = 68320, - [SMALL_STATE(2176)] = 68358, - [SMALL_STATE(2177)] = 68392, - [SMALL_STATE(2178)] = 68432, - [SMALL_STATE(2179)] = 68456, - [SMALL_STATE(2180)] = 68494, - [SMALL_STATE(2181)] = 68517, - [SMALL_STATE(2182)] = 68540, - [SMALL_STATE(2183)] = 68563, - [SMALL_STATE(2184)] = 68600, - [SMALL_STATE(2185)] = 68623, - [SMALL_STATE(2186)] = 68646, - [SMALL_STATE(2187)] = 68683, - [SMALL_STATE(2188)] = 68718, - [SMALL_STATE(2189)] = 68741, - [SMALL_STATE(2190)] = 68764, - [SMALL_STATE(2191)] = 68787, - [SMALL_STATE(2192)] = 68810, - [SMALL_STATE(2193)] = 68833, - [SMALL_STATE(2194)] = 68856, - [SMALL_STATE(2195)] = 68879, - [SMALL_STATE(2196)] = 68910, - [SMALL_STATE(2197)] = 68941, - [SMALL_STATE(2198)] = 68974, - [SMALL_STATE(2199)] = 68997, - [SMALL_STATE(2200)] = 69028, - [SMALL_STATE(2201)] = 69063, - [SMALL_STATE(2202)] = 69098, - [SMALL_STATE(2203)] = 69121, - [SMALL_STATE(2204)] = 69144, - [SMALL_STATE(2205)] = 69167, - [SMALL_STATE(2206)] = 69190, - [SMALL_STATE(2207)] = 69213, - [SMALL_STATE(2208)] = 69236, - [SMALL_STATE(2209)] = 69273, - [SMALL_STATE(2210)] = 69296, - [SMALL_STATE(2211)] = 69319, - [SMALL_STATE(2212)] = 69354, - [SMALL_STATE(2213)] = 69377, - [SMALL_STATE(2214)] = 69418, - [SMALL_STATE(2215)] = 69441, - [SMALL_STATE(2216)] = 69464, - [SMALL_STATE(2217)] = 69495, - [SMALL_STATE(2218)] = 69518, - [SMALL_STATE(2219)] = 69541, - [SMALL_STATE(2220)] = 69572, - [SMALL_STATE(2221)] = 69595, - [SMALL_STATE(2222)] = 69618, - [SMALL_STATE(2223)] = 69641, - [SMALL_STATE(2224)] = 69682, - [SMALL_STATE(2225)] = 69713, - [SMALL_STATE(2226)] = 69736, - [SMALL_STATE(2227)] = 69759, - [SMALL_STATE(2228)] = 69782, - [SMALL_STATE(2229)] = 69805, - [SMALL_STATE(2230)] = 69846, - [SMALL_STATE(2231)] = 69869, - [SMALL_STATE(2232)] = 69892, - [SMALL_STATE(2233)] = 69929, - [SMALL_STATE(2234)] = 69970, - [SMALL_STATE(2235)] = 69993, - [SMALL_STATE(2236)] = 70023, + [SMALL_STATE(2138)] = 67102, + [SMALL_STATE(2139)] = 67130, + [SMALL_STATE(2140)] = 67158, + [SMALL_STATE(2141)] = 67186, + [SMALL_STATE(2142)] = 67214, + [SMALL_STATE(2143)] = 67242, + [SMALL_STATE(2144)] = 67270, + [SMALL_STATE(2145)] = 67298, + [SMALL_STATE(2146)] = 67326, + [SMALL_STATE(2147)] = 67354, + [SMALL_STATE(2148)] = 67378, + [SMALL_STATE(2149)] = 67406, + [SMALL_STATE(2150)] = 67444, + [SMALL_STATE(2151)] = 67472, + [SMALL_STATE(2152)] = 67510, + [SMALL_STATE(2153)] = 67550, + [SMALL_STATE(2154)] = 67590, + [SMALL_STATE(2155)] = 67618, + [SMALL_STATE(2156)] = 67658, + [SMALL_STATE(2157)] = 67692, + [SMALL_STATE(2158)] = 67720, + [SMALL_STATE(2159)] = 67748, + [SMALL_STATE(2160)] = 67788, + [SMALL_STATE(2161)] = 67828, + [SMALL_STATE(2162)] = 67868, + [SMALL_STATE(2163)] = 67892, + [SMALL_STATE(2164)] = 67930, + [SMALL_STATE(2165)] = 67960, + [SMALL_STATE(2166)] = 67998, + [SMALL_STATE(2167)] = 68022, + [SMALL_STATE(2168)] = 68062, + [SMALL_STATE(2169)] = 68086, + [SMALL_STATE(2170)] = 68124, + [SMALL_STATE(2171)] = 68154, + [SMALL_STATE(2172)] = 68192, + [SMALL_STATE(2173)] = 68230, + [SMALL_STATE(2174)] = 68268, + [SMALL_STATE(2175)] = 68306, + [SMALL_STATE(2176)] = 68344, + [SMALL_STATE(2177)] = 68372, + [SMALL_STATE(2178)] = 68412, + [SMALL_STATE(2179)] = 68450, + [SMALL_STATE(2180)] = 68490, + [SMALL_STATE(2181)] = 68528, + [SMALL_STATE(2182)] = 68556, + [SMALL_STATE(2183)] = 68597, + [SMALL_STATE(2184)] = 68620, + [SMALL_STATE(2185)] = 68661, + [SMALL_STATE(2186)] = 68694, + [SMALL_STATE(2187)] = 68717, + [SMALL_STATE(2188)] = 68752, + [SMALL_STATE(2189)] = 68775, + [SMALL_STATE(2190)] = 68798, + [SMALL_STATE(2191)] = 68821, + [SMALL_STATE(2192)] = 68844, + [SMALL_STATE(2193)] = 68867, + [SMALL_STATE(2194)] = 68908, + [SMALL_STATE(2195)] = 68945, + [SMALL_STATE(2196)] = 68968, + [SMALL_STATE(2197)] = 69005, + [SMALL_STATE(2198)] = 69028, + [SMALL_STATE(2199)] = 69051, + [SMALL_STATE(2200)] = 69082, + [SMALL_STATE(2201)] = 69113, + [SMALL_STATE(2202)] = 69144, + [SMALL_STATE(2203)] = 69167, + [SMALL_STATE(2204)] = 69190, + [SMALL_STATE(2205)] = 69213, + [SMALL_STATE(2206)] = 69236, + [SMALL_STATE(2207)] = 69267, + [SMALL_STATE(2208)] = 69290, + [SMALL_STATE(2209)] = 69313, + [SMALL_STATE(2210)] = 69336, + [SMALL_STATE(2211)] = 69359, + [SMALL_STATE(2212)] = 69394, + [SMALL_STATE(2213)] = 69431, + [SMALL_STATE(2214)] = 69454, + [SMALL_STATE(2215)] = 69477, + [SMALL_STATE(2216)] = 69500, + [SMALL_STATE(2217)] = 69523, + [SMALL_STATE(2218)] = 69546, + [SMALL_STATE(2219)] = 69569, + [SMALL_STATE(2220)] = 69592, + [SMALL_STATE(2221)] = 69615, + [SMALL_STATE(2222)] = 69638, + [SMALL_STATE(2223)] = 69661, + [SMALL_STATE(2224)] = 69684, + [SMALL_STATE(2225)] = 69725, + [SMALL_STATE(2226)] = 69748, + [SMALL_STATE(2227)] = 69779, + [SMALL_STATE(2228)] = 69802, + [SMALL_STATE(2229)] = 69837, + [SMALL_STATE(2230)] = 69860, + [SMALL_STATE(2231)] = 69883, + [SMALL_STATE(2232)] = 69906, + [SMALL_STATE(2233)] = 69943, + [SMALL_STATE(2234)] = 69966, + [SMALL_STATE(2235)] = 69997, + [SMALL_STATE(2236)] = 70020, [SMALL_STATE(2237)] = 70055, - [SMALL_STATE(2238)] = 70079, - [SMALL_STATE(2239)] = 70117, - [SMALL_STATE(2240)] = 70145, - [SMALL_STATE(2241)] = 70177, - [SMALL_STATE(2242)] = 70215, - [SMALL_STATE(2243)] = 70247, - [SMALL_STATE(2244)] = 70275, - [SMALL_STATE(2245)] = 70307, + [SMALL_STATE(2238)] = 70087, + [SMALL_STATE(2239)] = 70119, + [SMALL_STATE(2240)] = 70149, + [SMALL_STATE(2241)] = 70179, + [SMALL_STATE(2242)] = 70207, + [SMALL_STATE(2243)] = 70235, + [SMALL_STATE(2244)] = 70273, + [SMALL_STATE(2245)] = 70299, [SMALL_STATE(2246)] = 70337, - [SMALL_STATE(2247)] = 70375, - [SMALL_STATE(2248)] = 70413, - [SMALL_STATE(2249)] = 70445, - [SMALL_STATE(2250)] = 70483, - [SMALL_STATE(2251)] = 70521, - [SMALL_STATE(2252)] = 70559, - [SMALL_STATE(2253)] = 70591, - [SMALL_STATE(2254)] = 70619, - [SMALL_STATE(2255)] = 70647, - [SMALL_STATE(2256)] = 70675, - [SMALL_STATE(2257)] = 70713, - [SMALL_STATE(2258)] = 70745, - [SMALL_STATE(2259)] = 70777, - [SMALL_STATE(2260)] = 70805, - [SMALL_STATE(2261)] = 70837, - [SMALL_STATE(2262)] = 70875, - [SMALL_STATE(2263)] = 70911, - [SMALL_STATE(2264)] = 70941, - [SMALL_STATE(2265)] = 70979, - [SMALL_STATE(2266)] = 71011, - [SMALL_STATE(2267)] = 71049, - [SMALL_STATE(2268)] = 71087, - [SMALL_STATE(2269)] = 71117, - [SMALL_STATE(2270)] = 71141, - [SMALL_STATE(2271)] = 71175, + [SMALL_STATE(2247)] = 70361, + [SMALL_STATE(2248)] = 70385, + [SMALL_STATE(2249)] = 70417, + [SMALL_STATE(2250)] = 70443, + [SMALL_STATE(2251)] = 70479, + [SMALL_STATE(2252)] = 70511, + [SMALL_STATE(2253)] = 70543, + [SMALL_STATE(2254)] = 70581, + [SMALL_STATE(2255)] = 70605, + [SMALL_STATE(2256)] = 70629, + [SMALL_STATE(2257)] = 70663, + [SMALL_STATE(2258)] = 70701, + [SMALL_STATE(2259)] = 70739, + [SMALL_STATE(2260)] = 70777, + [SMALL_STATE(2261)] = 70811, + [SMALL_STATE(2262)] = 70839, + [SMALL_STATE(2263)] = 70877, + [SMALL_STATE(2264)] = 70915, + [SMALL_STATE(2265)] = 70953, + [SMALL_STATE(2266)] = 70991, + [SMALL_STATE(2267)] = 71015, + [SMALL_STATE(2268)] = 71053, + [SMALL_STATE(2269)] = 71091, + [SMALL_STATE(2270)] = 71129, + [SMALL_STATE(2271)] = 71161, [SMALL_STATE(2272)] = 71199, - [SMALL_STATE(2273)] = 71225, - [SMALL_STATE(2274)] = 71257, - [SMALL_STATE(2275)] = 71295, - [SMALL_STATE(2276)] = 71333, - [SMALL_STATE(2277)] = 71371, - [SMALL_STATE(2278)] = 71409, - [SMALL_STATE(2279)] = 71439, - [SMALL_STATE(2280)] = 71463, - [SMALL_STATE(2281)] = 71487, - [SMALL_STATE(2282)] = 71519, - [SMALL_STATE(2283)] = 71545, - [SMALL_STATE(2284)] = 71577, - [SMALL_STATE(2285)] = 71603, - [SMALL_STATE(2286)] = 71631, - [SMALL_STATE(2287)] = 71665, - [SMALL_STATE(2288)] = 71693, - [SMALL_STATE(2289)] = 71714, - [SMALL_STATE(2290)] = 71749, - [SMALL_STATE(2291)] = 71784, - [SMALL_STATE(2292)] = 71819, - [SMALL_STATE(2293)] = 71854, - [SMALL_STATE(2294)] = 71889, - [SMALL_STATE(2295)] = 71924, - [SMALL_STATE(2296)] = 71959, - [SMALL_STATE(2297)] = 71994, - [SMALL_STATE(2298)] = 72019, - [SMALL_STATE(2299)] = 72054, - [SMALL_STATE(2300)] = 72081, - [SMALL_STATE(2301)] = 72106, - [SMALL_STATE(2302)] = 72141, - [SMALL_STATE(2303)] = 72176, - [SMALL_STATE(2304)] = 72211, - [SMALL_STATE(2305)] = 72244, - [SMALL_STATE(2306)] = 72277, - [SMALL_STATE(2307)] = 72310, - [SMALL_STATE(2308)] = 72345, - [SMALL_STATE(2309)] = 72380, - [SMALL_STATE(2310)] = 72415, - [SMALL_STATE(2311)] = 72450, - [SMALL_STATE(2312)] = 72485, - [SMALL_STATE(2313)] = 72520, - [SMALL_STATE(2314)] = 72555, - [SMALL_STATE(2315)] = 72590, - [SMALL_STATE(2316)] = 72625, - [SMALL_STATE(2317)] = 72660, - [SMALL_STATE(2318)] = 72695, - [SMALL_STATE(2319)] = 72730, - [SMALL_STATE(2320)] = 72765, - [SMALL_STATE(2321)] = 72800, - [SMALL_STATE(2322)] = 72835, - [SMALL_STATE(2323)] = 72868, - [SMALL_STATE(2324)] = 72903, - [SMALL_STATE(2325)] = 72938, - [SMALL_STATE(2326)] = 72973, - [SMALL_STATE(2327)] = 73008, - [SMALL_STATE(2328)] = 73041, - [SMALL_STATE(2329)] = 73076, - [SMALL_STATE(2330)] = 73111, - [SMALL_STATE(2331)] = 73146, - [SMALL_STATE(2332)] = 73181, - [SMALL_STATE(2333)] = 73202, - [SMALL_STATE(2334)] = 73223, - [SMALL_STATE(2335)] = 73244, - [SMALL_STATE(2336)] = 73279, - [SMALL_STATE(2337)] = 73308, - [SMALL_STATE(2338)] = 73343, - [SMALL_STATE(2339)] = 73378, - [SMALL_STATE(2340)] = 73413, - [SMALL_STATE(2341)] = 73448, - [SMALL_STATE(2342)] = 73480, - [SMALL_STATE(2343)] = 73506, - [SMALL_STATE(2344)] = 73538, - [SMALL_STATE(2345)] = 73560, - [SMALL_STATE(2346)] = 73590, - [SMALL_STATE(2347)] = 73620, - [SMALL_STATE(2348)] = 73652, - [SMALL_STATE(2349)] = 73684, - [SMALL_STATE(2350)] = 73716, - [SMALL_STATE(2351)] = 73748, - [SMALL_STATE(2352)] = 73778, - [SMALL_STATE(2353)] = 73808, - [SMALL_STATE(2354)] = 73840, - [SMALL_STATE(2355)] = 73872, - [SMALL_STATE(2356)] = 73904, - [SMALL_STATE(2357)] = 73932, - [SMALL_STATE(2358)] = 73964, - [SMALL_STATE(2359)] = 73996, - [SMALL_STATE(2360)] = 74028, - [SMALL_STATE(2361)] = 74060, - [SMALL_STATE(2362)] = 74092, - [SMALL_STATE(2363)] = 74124, - [SMALL_STATE(2364)] = 74156, - [SMALL_STATE(2365)] = 74188, - [SMALL_STATE(2366)] = 74218, - [SMALL_STATE(2367)] = 74246, - [SMALL_STATE(2368)] = 74272, - [SMALL_STATE(2369)] = 74302, - [SMALL_STATE(2370)] = 74330, - [SMALL_STATE(2371)] = 74362, - [SMALL_STATE(2372)] = 74394, - [SMALL_STATE(2373)] = 74426, - [SMALL_STATE(2374)] = 74458, - [SMALL_STATE(2375)] = 74490, - [SMALL_STATE(2376)] = 74522, - [SMALL_STATE(2377)] = 74554, - [SMALL_STATE(2378)] = 74586, - [SMALL_STATE(2379)] = 74618, - [SMALL_STATE(2380)] = 74650, - [SMALL_STATE(2381)] = 74682, - [SMALL_STATE(2382)] = 74714, - [SMALL_STATE(2383)] = 74746, - [SMALL_STATE(2384)] = 74778, - [SMALL_STATE(2385)] = 74810, - [SMALL_STATE(2386)] = 74838, - [SMALL_STATE(2387)] = 74864, - [SMALL_STATE(2388)] = 74892, + [SMALL_STATE(2273)] = 71231, + [SMALL_STATE(2274)] = 71263, + [SMALL_STATE(2275)] = 71291, + [SMALL_STATE(2276)] = 71329, + [SMALL_STATE(2277)] = 71367, + [SMALL_STATE(2278)] = 71399, + [SMALL_STATE(2279)] = 71431, + [SMALL_STATE(2280)] = 71461, + [SMALL_STATE(2281)] = 71491, + [SMALL_STATE(2282)] = 71523, + [SMALL_STATE(2283)] = 71553, + [SMALL_STATE(2284)] = 71581, + [SMALL_STATE(2285)] = 71609, + [SMALL_STATE(2286)] = 71637, + [SMALL_STATE(2287)] = 71669, + [SMALL_STATE(2288)] = 71697, + [SMALL_STATE(2289)] = 71729, + [SMALL_STATE(2290)] = 71755, + [SMALL_STATE(2291)] = 71790, + [SMALL_STATE(2292)] = 71825, + [SMALL_STATE(2293)] = 71850, + [SMALL_STATE(2294)] = 71885, + [SMALL_STATE(2295)] = 71920, + [SMALL_STATE(2296)] = 71955, + [SMALL_STATE(2297)] = 71990, + [SMALL_STATE(2298)] = 72025, + [SMALL_STATE(2299)] = 72058, + [SMALL_STATE(2300)] = 72087, + [SMALL_STATE(2301)] = 72122, + [SMALL_STATE(2302)] = 72143, + [SMALL_STATE(2303)] = 72178, + [SMALL_STATE(2304)] = 72213, + [SMALL_STATE(2305)] = 72248, + [SMALL_STATE(2306)] = 72283, + [SMALL_STATE(2307)] = 72316, + [SMALL_STATE(2308)] = 72351, + [SMALL_STATE(2309)] = 72386, + [SMALL_STATE(2310)] = 72421, + [SMALL_STATE(2311)] = 72456, + [SMALL_STATE(2312)] = 72491, + [SMALL_STATE(2313)] = 72526, + [SMALL_STATE(2314)] = 72561, + [SMALL_STATE(2315)] = 72596, + [SMALL_STATE(2316)] = 72631, + [SMALL_STATE(2317)] = 72652, + [SMALL_STATE(2318)] = 72687, + [SMALL_STATE(2319)] = 72714, + [SMALL_STATE(2320)] = 72739, + [SMALL_STATE(2321)] = 72760, + [SMALL_STATE(2322)] = 72795, + [SMALL_STATE(2323)] = 72816, + [SMALL_STATE(2324)] = 72851, + [SMALL_STATE(2325)] = 72886, + [SMALL_STATE(2326)] = 72921, + [SMALL_STATE(2327)] = 72956, + [SMALL_STATE(2328)] = 72991, + [SMALL_STATE(2329)] = 73026, + [SMALL_STATE(2330)] = 73061, + [SMALL_STATE(2331)] = 73096, + [SMALL_STATE(2332)] = 73131, + [SMALL_STATE(2333)] = 73166, + [SMALL_STATE(2334)] = 73201, + [SMALL_STATE(2335)] = 73236, + [SMALL_STATE(2336)] = 73271, + [SMALL_STATE(2337)] = 73306, + [SMALL_STATE(2338)] = 73341, + [SMALL_STATE(2339)] = 73374, + [SMALL_STATE(2340)] = 73407, + [SMALL_STATE(2341)] = 73440, + [SMALL_STATE(2342)] = 73475, + [SMALL_STATE(2343)] = 73510, + [SMALL_STATE(2344)] = 73536, + [SMALL_STATE(2345)] = 73568, + [SMALL_STATE(2346)] = 73598, + [SMALL_STATE(2347)] = 73628, + [SMALL_STATE(2348)] = 73660, + [SMALL_STATE(2349)] = 73688, + [SMALL_STATE(2350)] = 73718, + [SMALL_STATE(2351)] = 73750, + [SMALL_STATE(2352)] = 73782, + [SMALL_STATE(2353)] = 73804, + [SMALL_STATE(2354)] = 73834, + [SMALL_STATE(2355)] = 73866, + [SMALL_STATE(2356)] = 73898, + [SMALL_STATE(2357)] = 73920, + [SMALL_STATE(2358)] = 73952, + [SMALL_STATE(2359)] = 73984, + [SMALL_STATE(2360)] = 74012, + [SMALL_STATE(2361)] = 74038, + [SMALL_STATE(2362)] = 74070, + [SMALL_STATE(2363)] = 74102, + [SMALL_STATE(2364)] = 74134, + [SMALL_STATE(2365)] = 74166, + [SMALL_STATE(2366)] = 74198, + [SMALL_STATE(2367)] = 74228, + [SMALL_STATE(2368)] = 74256, + [SMALL_STATE(2369)] = 74288, + [SMALL_STATE(2370)] = 74320, + [SMALL_STATE(2371)] = 74350, + [SMALL_STATE(2372)] = 74382, + [SMALL_STATE(2373)] = 74414, + [SMALL_STATE(2374)] = 74446, + [SMALL_STATE(2375)] = 74476, + [SMALL_STATE(2376)] = 74508, + [SMALL_STATE(2377)] = 74540, + [SMALL_STATE(2378)] = 74572, + [SMALL_STATE(2379)] = 74604, + [SMALL_STATE(2380)] = 74636, + [SMALL_STATE(2381)] = 74668, + [SMALL_STATE(2382)] = 74700, + [SMALL_STATE(2383)] = 74732, + [SMALL_STATE(2384)] = 74762, + [SMALL_STATE(2385)] = 74794, + [SMALL_STATE(2386)] = 74826, + [SMALL_STATE(2387)] = 74858, + [SMALL_STATE(2388)] = 74890, [SMALL_STATE(2389)] = 74922, - [SMALL_STATE(2390)] = 74952, - [SMALL_STATE(2391)] = 74984, - [SMALL_STATE(2392)] = 75016, - [SMALL_STATE(2393)] = 75046, - [SMALL_STATE(2394)] = 75076, - [SMALL_STATE(2395)] = 75098, - [SMALL_STATE(2396)] = 75120, - [SMALL_STATE(2397)] = 75152, - [SMALL_STATE(2398)] = 75178, - [SMALL_STATE(2399)] = 75210, - [SMALL_STATE(2400)] = 75242, - [SMALL_STATE(2401)] = 75264, - [SMALL_STATE(2402)] = 75296, - [SMALL_STATE(2403)] = 75318, - [SMALL_STATE(2404)] = 75340, - [SMALL_STATE(2405)] = 75372, - [SMALL_STATE(2406)] = 75401, - [SMALL_STATE(2407)] = 75430, - [SMALL_STATE(2408)] = 75451, - [SMALL_STATE(2409)] = 75472, - [SMALL_STATE(2410)] = 75501, - [SMALL_STATE(2411)] = 75522, - [SMALL_STATE(2412)] = 75543, - [SMALL_STATE(2413)] = 75564, - [SMALL_STATE(2414)] = 75593, - [SMALL_STATE(2415)] = 75622, - [SMALL_STATE(2416)] = 75651, - [SMALL_STATE(2417)] = 75680, - [SMALL_STATE(2418)] = 75709, - [SMALL_STATE(2419)] = 75738, - [SMALL_STATE(2420)] = 75767, - [SMALL_STATE(2421)] = 75796, - [SMALL_STATE(2422)] = 75815, - [SMALL_STATE(2423)] = 75844, - [SMALL_STATE(2424)] = 75873, - [SMALL_STATE(2425)] = 75902, - [SMALL_STATE(2426)] = 75925, - [SMALL_STATE(2427)] = 75954, - [SMALL_STATE(2428)] = 75983, - [SMALL_STATE(2429)] = 76012, - [SMALL_STATE(2430)] = 76037, - [SMALL_STATE(2431)] = 76066, - [SMALL_STATE(2432)] = 76095, - [SMALL_STATE(2433)] = 76116, - [SMALL_STATE(2434)] = 76145, - [SMALL_STATE(2435)] = 76174, - [SMALL_STATE(2436)] = 76203, - [SMALL_STATE(2437)] = 76230, - [SMALL_STATE(2438)] = 76259, - [SMALL_STATE(2439)] = 76288, + [SMALL_STATE(2390)] = 74954, + [SMALL_STATE(2391)] = 74982, + [SMALL_STATE(2392)] = 75008, + [SMALL_STATE(2393)] = 75036, + [SMALL_STATE(2394)] = 75068, + [SMALL_STATE(2395)] = 75100, + [SMALL_STATE(2396)] = 75122, + [SMALL_STATE(2397)] = 75154, + [SMALL_STATE(2398)] = 75180, + [SMALL_STATE(2399)] = 75202, + [SMALL_STATE(2400)] = 75232, + [SMALL_STATE(2401)] = 75254, + [SMALL_STATE(2402)] = 75284, + [SMALL_STATE(2403)] = 75316, + [SMALL_STATE(2404)] = 75348, + [SMALL_STATE(2405)] = 75370, + [SMALL_STATE(2406)] = 75402, + [SMALL_STATE(2407)] = 75434, + [SMALL_STATE(2408)] = 75461, + [SMALL_STATE(2409)] = 75490, + [SMALL_STATE(2410)] = 75519, + [SMALL_STATE(2411)] = 75548, + [SMALL_STATE(2412)] = 75569, + [SMALL_STATE(2413)] = 75598, + [SMALL_STATE(2414)] = 75621, + [SMALL_STATE(2415)] = 75648, + [SMALL_STATE(2416)] = 75669, + [SMALL_STATE(2417)] = 75698, + [SMALL_STATE(2418)] = 75721, + [SMALL_STATE(2419)] = 75750, + [SMALL_STATE(2420)] = 75779, + [SMALL_STATE(2421)] = 75808, + [SMALL_STATE(2422)] = 75837, + [SMALL_STATE(2423)] = 75866, + [SMALL_STATE(2424)] = 75887, + [SMALL_STATE(2425)] = 75916, + [SMALL_STATE(2426)] = 75945, + [SMALL_STATE(2427)] = 75974, + [SMALL_STATE(2428)] = 76001, + [SMALL_STATE(2429)] = 76030, + [SMALL_STATE(2430)] = 76059, + [SMALL_STATE(2431)] = 76088, + [SMALL_STATE(2432)] = 76117, + [SMALL_STATE(2433)] = 76146, + [SMALL_STATE(2434)] = 76175, + [SMALL_STATE(2435)] = 76204, + [SMALL_STATE(2436)] = 76225, + [SMALL_STATE(2437)] = 76246, + [SMALL_STATE(2438)] = 76267, + [SMALL_STATE(2439)] = 76296, [SMALL_STATE(2440)] = 76317, - [SMALL_STATE(2441)] = 76346, - [SMALL_STATE(2442)] = 76367, - [SMALL_STATE(2443)] = 76396, - [SMALL_STATE(2444)] = 76425, - [SMALL_STATE(2445)] = 76454, - [SMALL_STATE(2446)] = 76481, - [SMALL_STATE(2447)] = 76506, - [SMALL_STATE(2448)] = 76529, - [SMALL_STATE(2449)] = 76558, - [SMALL_STATE(2450)] = 76579, - [SMALL_STATE(2451)] = 76608, - [SMALL_STATE(2452)] = 76629, - [SMALL_STATE(2453)] = 76658, - [SMALL_STATE(2454)] = 76679, + [SMALL_STATE(2441)] = 76340, + [SMALL_STATE(2442)] = 76363, + [SMALL_STATE(2443)] = 76392, + [SMALL_STATE(2444)] = 76421, + [SMALL_STATE(2445)] = 76448, + [SMALL_STATE(2446)] = 76469, + [SMALL_STATE(2447)] = 76494, + [SMALL_STATE(2448)] = 76523, + [SMALL_STATE(2449)] = 76542, + [SMALL_STATE(2450)] = 76563, + [SMALL_STATE(2451)] = 76584, + [SMALL_STATE(2452)] = 76613, + [SMALL_STATE(2453)] = 76642, + [SMALL_STATE(2454)] = 76671, [SMALL_STATE(2455)] = 76700, - [SMALL_STATE(2456)] = 76721, - [SMALL_STATE(2457)] = 76750, - [SMALL_STATE(2458)] = 76771, - [SMALL_STATE(2459)] = 76792, - [SMALL_STATE(2460)] = 76815, - [SMALL_STATE(2461)] = 76844, - [SMALL_STATE(2462)] = 76871, - [SMALL_STATE(2463)] = 76900, - [SMALL_STATE(2464)] = 76929, - [SMALL_STATE(2465)] = 76958, - [SMALL_STATE(2466)] = 76979, - [SMALL_STATE(2467)] = 77002, - [SMALL_STATE(2468)] = 77031, - [SMALL_STATE(2469)] = 77060, - [SMALL_STATE(2470)] = 77089, - [SMALL_STATE(2471)] = 77108, - [SMALL_STATE(2472)] = 77137, - [SMALL_STATE(2473)] = 77160, - [SMALL_STATE(2474)] = 77189, - [SMALL_STATE(2475)] = 77210, - [SMALL_STATE(2476)] = 77239, - [SMALL_STATE(2477)] = 77268, - [SMALL_STATE(2478)] = 77297, - [SMALL_STATE(2479)] = 77320, - [SMALL_STATE(2480)] = 77347, - [SMALL_STATE(2481)] = 77376, - [SMALL_STATE(2482)] = 77401, - [SMALL_STATE(2483)] = 77424, - [SMALL_STATE(2484)] = 77453, - [SMALL_STATE(2485)] = 77482, - [SMALL_STATE(2486)] = 77511, - [SMALL_STATE(2487)] = 77534, - [SMALL_STATE(2488)] = 77559, - [SMALL_STATE(2489)] = 77582, - [SMALL_STATE(2490)] = 77611, - [SMALL_STATE(2491)] = 77640, - [SMALL_STATE(2492)] = 77669, - [SMALL_STATE(2493)] = 77698, - [SMALL_STATE(2494)] = 77727, - [SMALL_STATE(2495)] = 77754, - [SMALL_STATE(2496)] = 77777, - [SMALL_STATE(2497)] = 77806, - [SMALL_STATE(2498)] = 77829, - [SMALL_STATE(2499)] = 77856, - [SMALL_STATE(2500)] = 77885, - [SMALL_STATE(2501)] = 77908, - [SMALL_STATE(2502)] = 77937, - [SMALL_STATE(2503)] = 77960, - [SMALL_STATE(2504)] = 77983, - [SMALL_STATE(2505)] = 78012, - [SMALL_STATE(2506)] = 78035, - [SMALL_STATE(2507)] = 78058, - [SMALL_STATE(2508)] = 78087, - [SMALL_STATE(2509)] = 78116, - [SMALL_STATE(2510)] = 78145, - [SMALL_STATE(2511)] = 78174, - [SMALL_STATE(2512)] = 78200, - [SMALL_STATE(2513)] = 78218, - [SMALL_STATE(2514)] = 78242, - [SMALL_STATE(2515)] = 78268, - [SMALL_STATE(2516)] = 78294, - [SMALL_STATE(2517)] = 78320, - [SMALL_STATE(2518)] = 78346, - [SMALL_STATE(2519)] = 78372, - [SMALL_STATE(2520)] = 78396, - [SMALL_STATE(2521)] = 78422, - [SMALL_STATE(2522)] = 78446, - [SMALL_STATE(2523)] = 78472, - [SMALL_STATE(2524)] = 78498, - [SMALL_STATE(2525)] = 78516, - [SMALL_STATE(2526)] = 78534, - [SMALL_STATE(2527)] = 78554, - [SMALL_STATE(2528)] = 78574, - [SMALL_STATE(2529)] = 78600, - [SMALL_STATE(2530)] = 78618, - [SMALL_STATE(2531)] = 78642, - [SMALL_STATE(2532)] = 78666, - [SMALL_STATE(2533)] = 78692, - [SMALL_STATE(2534)] = 78714, - [SMALL_STATE(2535)] = 78740, - [SMALL_STATE(2536)] = 78758, - [SMALL_STATE(2537)] = 78776, - [SMALL_STATE(2538)] = 78794, - [SMALL_STATE(2539)] = 78812, - [SMALL_STATE(2540)] = 78834, - [SMALL_STATE(2541)] = 78852, - [SMALL_STATE(2542)] = 78870, - [SMALL_STATE(2543)] = 78888, - [SMALL_STATE(2544)] = 78914, - [SMALL_STATE(2545)] = 78934, - [SMALL_STATE(2546)] = 78952, - [SMALL_STATE(2547)] = 78970, - [SMALL_STATE(2548)] = 78996, - [SMALL_STATE(2549)] = 79022, - [SMALL_STATE(2550)] = 79048, - [SMALL_STATE(2551)] = 79074, - [SMALL_STATE(2552)] = 79092, - [SMALL_STATE(2553)] = 79110, - [SMALL_STATE(2554)] = 79136, - [SMALL_STATE(2555)] = 79160, - [SMALL_STATE(2556)] = 79186, - [SMALL_STATE(2557)] = 79212, - [SMALL_STATE(2558)] = 79230, - [SMALL_STATE(2559)] = 79256, - [SMALL_STATE(2560)] = 79278, - [SMALL_STATE(2561)] = 79304, - [SMALL_STATE(2562)] = 79330, - [SMALL_STATE(2563)] = 79356, - [SMALL_STATE(2564)] = 79382, - [SMALL_STATE(2565)] = 79408, - [SMALL_STATE(2566)] = 79432, - [SMALL_STATE(2567)] = 79458, - [SMALL_STATE(2568)] = 79484, - [SMALL_STATE(2569)] = 79510, - [SMALL_STATE(2570)] = 79536, - [SMALL_STATE(2571)] = 79560, - [SMALL_STATE(2572)] = 79586, - [SMALL_STATE(2573)] = 79610, - [SMALL_STATE(2574)] = 79634, - [SMALL_STATE(2575)] = 79658, - [SMALL_STATE(2576)] = 79682, - [SMALL_STATE(2577)] = 79704, - [SMALL_STATE(2578)] = 79730, - [SMALL_STATE(2579)] = 79756, - [SMALL_STATE(2580)] = 79782, - [SMALL_STATE(2581)] = 79808, - [SMALL_STATE(2582)] = 79826, - [SMALL_STATE(2583)] = 79846, - [SMALL_STATE(2584)] = 79864, - [SMALL_STATE(2585)] = 79890, - [SMALL_STATE(2586)] = 79908, - [SMALL_STATE(2587)] = 79926, - [SMALL_STATE(2588)] = 79944, - [SMALL_STATE(2589)] = 79970, - [SMALL_STATE(2590)] = 79992, - [SMALL_STATE(2591)] = 80016, - [SMALL_STATE(2592)] = 80042, - [SMALL_STATE(2593)] = 80068, - [SMALL_STATE(2594)] = 80094, - [SMALL_STATE(2595)] = 80120, - [SMALL_STATE(2596)] = 80142, - [SMALL_STATE(2597)] = 80164, - [SMALL_STATE(2598)] = 80182, - [SMALL_STATE(2599)] = 80208, - [SMALL_STATE(2600)] = 80234, - [SMALL_STATE(2601)] = 80258, - [SMALL_STATE(2602)] = 80284, - [SMALL_STATE(2603)] = 80302, - [SMALL_STATE(2604)] = 80320, - [SMALL_STATE(2605)] = 80338, - [SMALL_STATE(2606)] = 80364, - [SMALL_STATE(2607)] = 80386, - [SMALL_STATE(2608)] = 80412, - [SMALL_STATE(2609)] = 80438, - [SMALL_STATE(2610)] = 80462, - [SMALL_STATE(2611)] = 80488, - [SMALL_STATE(2612)] = 80512, - [SMALL_STATE(2613)] = 80538, - [SMALL_STATE(2614)] = 80556, - [SMALL_STATE(2615)] = 80576, - [SMALL_STATE(2616)] = 80602, - [SMALL_STATE(2617)] = 80628, - [SMALL_STATE(2618)] = 80654, - [SMALL_STATE(2619)] = 80680, - [SMALL_STATE(2620)] = 80700, - [SMALL_STATE(2621)] = 80726, - [SMALL_STATE(2622)] = 80749, - [SMALL_STATE(2623)] = 80772, - [SMALL_STATE(2624)] = 80795, - [SMALL_STATE(2625)] = 80818, - [SMALL_STATE(2626)] = 80837, - [SMALL_STATE(2627)] = 80860, - [SMALL_STATE(2628)] = 80881, - [SMALL_STATE(2629)] = 80904, - [SMALL_STATE(2630)] = 80925, - [SMALL_STATE(2631)] = 80948, - [SMALL_STATE(2632)] = 80967, - [SMALL_STATE(2633)] = 80990, - [SMALL_STATE(2634)] = 81009, - [SMALL_STATE(2635)] = 81026, - [SMALL_STATE(2636)] = 81049, - [SMALL_STATE(2637)] = 81072, - [SMALL_STATE(2638)] = 81095, - [SMALL_STATE(2639)] = 81118, - [SMALL_STATE(2640)] = 81141, - [SMALL_STATE(2641)] = 81162, - [SMALL_STATE(2642)] = 81181, - [SMALL_STATE(2643)] = 81204, - [SMALL_STATE(2644)] = 81227, - [SMALL_STATE(2645)] = 81250, - [SMALL_STATE(2646)] = 81273, - [SMALL_STATE(2647)] = 81296, - [SMALL_STATE(2648)] = 81319, - [SMALL_STATE(2649)] = 81338, - [SMALL_STATE(2650)] = 81361, - [SMALL_STATE(2651)] = 81384, - [SMALL_STATE(2652)] = 81407, - [SMALL_STATE(2653)] = 81430, - [SMALL_STATE(2654)] = 81447, - [SMALL_STATE(2655)] = 81470, - [SMALL_STATE(2656)] = 81491, - [SMALL_STATE(2657)] = 81514, - [SMALL_STATE(2658)] = 81537, - [SMALL_STATE(2659)] = 81560, - [SMALL_STATE(2660)] = 81583, - [SMALL_STATE(2661)] = 81606, - [SMALL_STATE(2662)] = 81629, - [SMALL_STATE(2663)] = 81650, - [SMALL_STATE(2664)] = 81673, - [SMALL_STATE(2665)] = 81696, - [SMALL_STATE(2666)] = 81719, - [SMALL_STATE(2667)] = 81742, - [SMALL_STATE(2668)] = 81765, - [SMALL_STATE(2669)] = 81788, - [SMALL_STATE(2670)] = 81811, - [SMALL_STATE(2671)] = 81834, - [SMALL_STATE(2672)] = 81857, - [SMALL_STATE(2673)] = 81880, - [SMALL_STATE(2674)] = 81903, - [SMALL_STATE(2675)] = 81926, - [SMALL_STATE(2676)] = 81945, - [SMALL_STATE(2677)] = 81968, - [SMALL_STATE(2678)] = 81991, - [SMALL_STATE(2679)] = 82010, - [SMALL_STATE(2680)] = 82029, - [SMALL_STATE(2681)] = 82052, - [SMALL_STATE(2682)] = 82073, - [SMALL_STATE(2683)] = 82096, - [SMALL_STATE(2684)] = 82119, - [SMALL_STATE(2685)] = 82142, - [SMALL_STATE(2686)] = 82165, - [SMALL_STATE(2687)] = 82188, - [SMALL_STATE(2688)] = 82211, - [SMALL_STATE(2689)] = 82234, - [SMALL_STATE(2690)] = 82253, - [SMALL_STATE(2691)] = 82276, - [SMALL_STATE(2692)] = 82299, - [SMALL_STATE(2693)] = 82320, - [SMALL_STATE(2694)] = 82343, - [SMALL_STATE(2695)] = 82366, - [SMALL_STATE(2696)] = 82389, - [SMALL_STATE(2697)] = 82410, - [SMALL_STATE(2698)] = 82433, - [SMALL_STATE(2699)] = 82456, - [SMALL_STATE(2700)] = 82479, - [SMALL_STATE(2701)] = 82502, - [SMALL_STATE(2702)] = 82525, - [SMALL_STATE(2703)] = 82546, - [SMALL_STATE(2704)] = 82569, - [SMALL_STATE(2705)] = 82592, - [SMALL_STATE(2706)] = 82615, - [SMALL_STATE(2707)] = 82638, - [SMALL_STATE(2708)] = 82661, - [SMALL_STATE(2709)] = 82682, - [SMALL_STATE(2710)] = 82705, - [SMALL_STATE(2711)] = 82728, - [SMALL_STATE(2712)] = 82751, - [SMALL_STATE(2713)] = 82774, - [SMALL_STATE(2714)] = 82797, - [SMALL_STATE(2715)] = 82820, - [SMALL_STATE(2716)] = 82839, - [SMALL_STATE(2717)] = 82862, - [SMALL_STATE(2718)] = 82885, - [SMALL_STATE(2719)] = 82906, - [SMALL_STATE(2720)] = 82929, - [SMALL_STATE(2721)] = 82948, - [SMALL_STATE(2722)] = 82969, - [SMALL_STATE(2723)] = 82992, - [SMALL_STATE(2724)] = 83015, - [SMALL_STATE(2725)] = 83038, - [SMALL_STATE(2726)] = 83057, - [SMALL_STATE(2727)] = 83080, - [SMALL_STATE(2728)] = 83101, - [SMALL_STATE(2729)] = 83124, - [SMALL_STATE(2730)] = 83147, - [SMALL_STATE(2731)] = 83170, - [SMALL_STATE(2732)] = 83193, - [SMALL_STATE(2733)] = 83216, - [SMALL_STATE(2734)] = 83239, - [SMALL_STATE(2735)] = 83262, - [SMALL_STATE(2736)] = 83285, - [SMALL_STATE(2737)] = 83306, - [SMALL_STATE(2738)] = 83329, - [SMALL_STATE(2739)] = 83350, - [SMALL_STATE(2740)] = 83371, - [SMALL_STATE(2741)] = 83394, - [SMALL_STATE(2742)] = 83417, - [SMALL_STATE(2743)] = 83440, - [SMALL_STATE(2744)] = 83463, - [SMALL_STATE(2745)] = 83486, - [SMALL_STATE(2746)] = 83509, - [SMALL_STATE(2747)] = 83532, - [SMALL_STATE(2748)] = 83555, - [SMALL_STATE(2749)] = 83578, - [SMALL_STATE(2750)] = 83601, - [SMALL_STATE(2751)] = 83622, - [SMALL_STATE(2752)] = 83645, - [SMALL_STATE(2753)] = 83666, - [SMALL_STATE(2754)] = 83689, - [SMALL_STATE(2755)] = 83708, - [SMALL_STATE(2756)] = 83731, - [SMALL_STATE(2757)] = 83752, - [SMALL_STATE(2758)] = 83775, - [SMALL_STATE(2759)] = 83798, - [SMALL_STATE(2760)] = 83821, - [SMALL_STATE(2761)] = 83840, - [SMALL_STATE(2762)] = 83861, - [SMALL_STATE(2763)] = 83880, - [SMALL_STATE(2764)] = 83903, - [SMALL_STATE(2765)] = 83926, - [SMALL_STATE(2766)] = 83945, - [SMALL_STATE(2767)] = 83964, - [SMALL_STATE(2768)] = 83983, - [SMALL_STATE(2769)] = 84002, - [SMALL_STATE(2770)] = 84025, - [SMALL_STATE(2771)] = 84048, - [SMALL_STATE(2772)] = 84071, - [SMALL_STATE(2773)] = 84094, - [SMALL_STATE(2774)] = 84117, - [SMALL_STATE(2775)] = 84140, - [SMALL_STATE(2776)] = 84163, - [SMALL_STATE(2777)] = 84186, - [SMALL_STATE(2778)] = 84205, - [SMALL_STATE(2779)] = 84228, - [SMALL_STATE(2780)] = 84245, - [SMALL_STATE(2781)] = 84268, - [SMALL_STATE(2782)] = 84291, - [SMALL_STATE(2783)] = 84310, - [SMALL_STATE(2784)] = 84333, - [SMALL_STATE(2785)] = 84354, - [SMALL_STATE(2786)] = 84377, - [SMALL_STATE(2787)] = 84400, - [SMALL_STATE(2788)] = 84423, - [SMALL_STATE(2789)] = 84446, - [SMALL_STATE(2790)] = 84469, - [SMALL_STATE(2791)] = 84492, - [SMALL_STATE(2792)] = 84515, - [SMALL_STATE(2793)] = 84538, - [SMALL_STATE(2794)] = 84561, - [SMALL_STATE(2795)] = 84584, - [SMALL_STATE(2796)] = 84607, - [SMALL_STATE(2797)] = 84626, - [SMALL_STATE(2798)] = 84649, - [SMALL_STATE(2799)] = 84672, - [SMALL_STATE(2800)] = 84695, - [SMALL_STATE(2801)] = 84718, - [SMALL_STATE(2802)] = 84739, - [SMALL_STATE(2803)] = 84762, - [SMALL_STATE(2804)] = 84785, - [SMALL_STATE(2805)] = 84808, - [SMALL_STATE(2806)] = 84827, - [SMALL_STATE(2807)] = 84850, - [SMALL_STATE(2808)] = 84873, - [SMALL_STATE(2809)] = 84896, - [SMALL_STATE(2810)] = 84919, - [SMALL_STATE(2811)] = 84942, - [SMALL_STATE(2812)] = 84965, - [SMALL_STATE(2813)] = 84988, - [SMALL_STATE(2814)] = 85011, - [SMALL_STATE(2815)] = 85034, - [SMALL_STATE(2816)] = 85057, - [SMALL_STATE(2817)] = 85080, - [SMALL_STATE(2818)] = 85103, - [SMALL_STATE(2819)] = 85126, - [SMALL_STATE(2820)] = 85149, - [SMALL_STATE(2821)] = 85172, - [SMALL_STATE(2822)] = 85195, - [SMALL_STATE(2823)] = 85218, - [SMALL_STATE(2824)] = 85241, - [SMALL_STATE(2825)] = 85264, - [SMALL_STATE(2826)] = 85287, - [SMALL_STATE(2827)] = 85310, - [SMALL_STATE(2828)] = 85333, - [SMALL_STATE(2829)] = 85356, - [SMALL_STATE(2830)] = 85379, - [SMALL_STATE(2831)] = 85402, - [SMALL_STATE(2832)] = 85425, - [SMALL_STATE(2833)] = 85442, - [SMALL_STATE(2834)] = 85465, - [SMALL_STATE(2835)] = 85486, - [SMALL_STATE(2836)] = 85505, - [SMALL_STATE(2837)] = 85528, - [SMALL_STATE(2838)] = 85551, - [SMALL_STATE(2839)] = 85572, - [SMALL_STATE(2840)] = 85595, - [SMALL_STATE(2841)] = 85618, - [SMALL_STATE(2842)] = 85641, - [SMALL_STATE(2843)] = 85664, - [SMALL_STATE(2844)] = 85683, - [SMALL_STATE(2845)] = 85706, - [SMALL_STATE(2846)] = 85727, - [SMALL_STATE(2847)] = 85750, - [SMALL_STATE(2848)] = 85773, - [SMALL_STATE(2849)] = 85796, - [SMALL_STATE(2850)] = 85819, - [SMALL_STATE(2851)] = 85842, - [SMALL_STATE(2852)] = 85865, - [SMALL_STATE(2853)] = 85888, - [SMALL_STATE(2854)] = 85911, - [SMALL_STATE(2855)] = 85934, - [SMALL_STATE(2856)] = 85955, - [SMALL_STATE(2857)] = 85978, - [SMALL_STATE(2858)] = 86001, - [SMALL_STATE(2859)] = 86024, - [SMALL_STATE(2860)] = 86047, - [SMALL_STATE(2861)] = 86070, - [SMALL_STATE(2862)] = 86093, - [SMALL_STATE(2863)] = 86112, - [SMALL_STATE(2864)] = 86135, - [SMALL_STATE(2865)] = 86154, - [SMALL_STATE(2866)] = 86177, - [SMALL_STATE(2867)] = 86200, - [SMALL_STATE(2868)] = 86223, - [SMALL_STATE(2869)] = 86246, - [SMALL_STATE(2870)] = 86269, - [SMALL_STATE(2871)] = 86292, - [SMALL_STATE(2872)] = 86311, - [SMALL_STATE(2873)] = 86334, - [SMALL_STATE(2874)] = 86351, - [SMALL_STATE(2875)] = 86370, - [SMALL_STATE(2876)] = 86393, - [SMALL_STATE(2877)] = 86416, - [SMALL_STATE(2878)] = 86439, - [SMALL_STATE(2879)] = 86458, - [SMALL_STATE(2880)] = 86481, - [SMALL_STATE(2881)] = 86504, - [SMALL_STATE(2882)] = 86525, - [SMALL_STATE(2883)] = 86545, - [SMALL_STATE(2884)] = 86561, - [SMALL_STATE(2885)] = 86577, - [SMALL_STATE(2886)] = 86597, - [SMALL_STATE(2887)] = 86617, - [SMALL_STATE(2888)] = 86635, - [SMALL_STATE(2889)] = 86655, - [SMALL_STATE(2890)] = 86671, - [SMALL_STATE(2891)] = 86687, - [SMALL_STATE(2892)] = 86707, - [SMALL_STATE(2893)] = 86723, - [SMALL_STATE(2894)] = 86743, - [SMALL_STATE(2895)] = 86763, - [SMALL_STATE(2896)] = 86783, - [SMALL_STATE(2897)] = 86803, - [SMALL_STATE(2898)] = 86819, - [SMALL_STATE(2899)] = 86839, - [SMALL_STATE(2900)] = 86859, - [SMALL_STATE(2901)] = 86875, - [SMALL_STATE(2902)] = 86891, - [SMALL_STATE(2903)] = 86907, - [SMALL_STATE(2904)] = 86923, - [SMALL_STATE(2905)] = 86943, - [SMALL_STATE(2906)] = 86963, - [SMALL_STATE(2907)] = 86983, - [SMALL_STATE(2908)] = 87003, - [SMALL_STATE(2909)] = 87023, - [SMALL_STATE(2910)] = 87041, - [SMALL_STATE(2911)] = 87061, - [SMALL_STATE(2912)] = 87081, - [SMALL_STATE(2913)] = 87101, - [SMALL_STATE(2914)] = 87119, - [SMALL_STATE(2915)] = 87135, - [SMALL_STATE(2916)] = 87155, - [SMALL_STATE(2917)] = 87171, - [SMALL_STATE(2918)] = 87191, - [SMALL_STATE(2919)] = 87211, - [SMALL_STATE(2920)] = 87231, - [SMALL_STATE(2921)] = 87251, - [SMALL_STATE(2922)] = 87271, - [SMALL_STATE(2923)] = 87291, - [SMALL_STATE(2924)] = 87311, - [SMALL_STATE(2925)] = 87331, - [SMALL_STATE(2926)] = 87351, - [SMALL_STATE(2927)] = 87367, - [SMALL_STATE(2928)] = 87383, - [SMALL_STATE(2929)] = 87399, - [SMALL_STATE(2930)] = 87415, - [SMALL_STATE(2931)] = 87431, - [SMALL_STATE(2932)] = 87447, - [SMALL_STATE(2933)] = 87467, - [SMALL_STATE(2934)] = 87487, - [SMALL_STATE(2935)] = 87505, - [SMALL_STATE(2936)] = 87525, - [SMALL_STATE(2937)] = 87545, - [SMALL_STATE(2938)] = 87565, - [SMALL_STATE(2939)] = 87585, - [SMALL_STATE(2940)] = 87605, - [SMALL_STATE(2941)] = 87625, - [SMALL_STATE(2942)] = 87645, - [SMALL_STATE(2943)] = 87661, - [SMALL_STATE(2944)] = 87681, - [SMALL_STATE(2945)] = 87701, - [SMALL_STATE(2946)] = 87719, - [SMALL_STATE(2947)] = 87739, - [SMALL_STATE(2948)] = 87759, - [SMALL_STATE(2949)] = 87779, - [SMALL_STATE(2950)] = 87799, - [SMALL_STATE(2951)] = 87819, - [SMALL_STATE(2952)] = 87839, - [SMALL_STATE(2953)] = 87859, - [SMALL_STATE(2954)] = 87879, - [SMALL_STATE(2955)] = 87899, - [SMALL_STATE(2956)] = 87919, - [SMALL_STATE(2957)] = 87939, - [SMALL_STATE(2958)] = 87959, - [SMALL_STATE(2959)] = 87979, - [SMALL_STATE(2960)] = 87999, - [SMALL_STATE(2961)] = 88019, - [SMALL_STATE(2962)] = 88039, - [SMALL_STATE(2963)] = 88059, - [SMALL_STATE(2964)] = 88079, - [SMALL_STATE(2965)] = 88099, - [SMALL_STATE(2966)] = 88119, - [SMALL_STATE(2967)] = 88139, - [SMALL_STATE(2968)] = 88159, - [SMALL_STATE(2969)] = 88177, - [SMALL_STATE(2970)] = 88197, - [SMALL_STATE(2971)] = 88217, - [SMALL_STATE(2972)] = 88237, - [SMALL_STATE(2973)] = 88257, - [SMALL_STATE(2974)] = 88277, - [SMALL_STATE(2975)] = 88297, - [SMALL_STATE(2976)] = 88315, - [SMALL_STATE(2977)] = 88335, - [SMALL_STATE(2978)] = 88355, - [SMALL_STATE(2979)] = 88375, - [SMALL_STATE(2980)] = 88395, - [SMALL_STATE(2981)] = 88415, - [SMALL_STATE(2982)] = 88435, - [SMALL_STATE(2983)] = 88455, - [SMALL_STATE(2984)] = 88475, - [SMALL_STATE(2985)] = 88495, - [SMALL_STATE(2986)] = 88513, - [SMALL_STATE(2987)] = 88533, - [SMALL_STATE(2988)] = 88553, - [SMALL_STATE(2989)] = 88573, - [SMALL_STATE(2990)] = 88593, - [SMALL_STATE(2991)] = 88613, - [SMALL_STATE(2992)] = 88633, - [SMALL_STATE(2993)] = 88651, - [SMALL_STATE(2994)] = 88669, - [SMALL_STATE(2995)] = 88689, - [SMALL_STATE(2996)] = 88709, - [SMALL_STATE(2997)] = 88729, - [SMALL_STATE(2998)] = 88749, - [SMALL_STATE(2999)] = 88769, - [SMALL_STATE(3000)] = 88789, - [SMALL_STATE(3001)] = 88809, - [SMALL_STATE(3002)] = 88829, - [SMALL_STATE(3003)] = 88845, - [SMALL_STATE(3004)] = 88863, - [SMALL_STATE(3005)] = 88881, - [SMALL_STATE(3006)] = 88901, - [SMALL_STATE(3007)] = 88917, - [SMALL_STATE(3008)] = 88933, - [SMALL_STATE(3009)] = 88953, - [SMALL_STATE(3010)] = 88971, - [SMALL_STATE(3011)] = 88987, - [SMALL_STATE(3012)] = 89007, - [SMALL_STATE(3013)] = 89023, - [SMALL_STATE(3014)] = 89043, - [SMALL_STATE(3015)] = 89063, - [SMALL_STATE(3016)] = 89083, - [SMALL_STATE(3017)] = 89099, - [SMALL_STATE(3018)] = 89117, - [SMALL_STATE(3019)] = 89137, - [SMALL_STATE(3020)] = 89157, - [SMALL_STATE(3021)] = 89173, - [SMALL_STATE(3022)] = 89193, - [SMALL_STATE(3023)] = 89213, - [SMALL_STATE(3024)] = 89229, - [SMALL_STATE(3025)] = 89249, - [SMALL_STATE(3026)] = 89269, - [SMALL_STATE(3027)] = 89289, - [SMALL_STATE(3028)] = 89309, - [SMALL_STATE(3029)] = 89329, - [SMALL_STATE(3030)] = 89349, - [SMALL_STATE(3031)] = 89369, - [SMALL_STATE(3032)] = 89389, - [SMALL_STATE(3033)] = 89409, - [SMALL_STATE(3034)] = 89429, - [SMALL_STATE(3035)] = 89449, - [SMALL_STATE(3036)] = 89469, - [SMALL_STATE(3037)] = 89489, - [SMALL_STATE(3038)] = 89505, - [SMALL_STATE(3039)] = 89521, - [SMALL_STATE(3040)] = 89537, - [SMALL_STATE(3041)] = 89557, - [SMALL_STATE(3042)] = 89577, - [SMALL_STATE(3043)] = 89593, - [SMALL_STATE(3044)] = 89609, - [SMALL_STATE(3045)] = 89625, - [SMALL_STATE(3046)] = 89645, - [SMALL_STATE(3047)] = 89665, - [SMALL_STATE(3048)] = 89685, - [SMALL_STATE(3049)] = 89705, - [SMALL_STATE(3050)] = 89725, - [SMALL_STATE(3051)] = 89745, - [SMALL_STATE(3052)] = 89765, - [SMALL_STATE(3053)] = 89785, - [SMALL_STATE(3054)] = 89803, - [SMALL_STATE(3055)] = 89821, - [SMALL_STATE(3056)] = 89841, - [SMALL_STATE(3057)] = 89859, - [SMALL_STATE(3058)] = 89879, - [SMALL_STATE(3059)] = 89899, - [SMALL_STATE(3060)] = 89917, - [SMALL_STATE(3061)] = 89937, - [SMALL_STATE(3062)] = 89953, - [SMALL_STATE(3063)] = 89971, - [SMALL_STATE(3064)] = 89991, - [SMALL_STATE(3065)] = 90011, - [SMALL_STATE(3066)] = 90031, - [SMALL_STATE(3067)] = 90051, - [SMALL_STATE(3068)] = 90071, - [SMALL_STATE(3069)] = 90089, - [SMALL_STATE(3070)] = 90109, - [SMALL_STATE(3071)] = 90129, - [SMALL_STATE(3072)] = 90147, - [SMALL_STATE(3073)] = 90167, - [SMALL_STATE(3074)] = 90187, - [SMALL_STATE(3075)] = 90207, - [SMALL_STATE(3076)] = 90227, - [SMALL_STATE(3077)] = 90247, - [SMALL_STATE(3078)] = 90265, - [SMALL_STATE(3079)] = 90285, - [SMALL_STATE(3080)] = 90305, - [SMALL_STATE(3081)] = 90325, - [SMALL_STATE(3082)] = 90345, - [SMALL_STATE(3083)] = 90365, - [SMALL_STATE(3084)] = 90385, - [SMALL_STATE(3085)] = 90403, - [SMALL_STATE(3086)] = 90419, - [SMALL_STATE(3087)] = 90439, - [SMALL_STATE(3088)] = 90457, - [SMALL_STATE(3089)] = 90477, - [SMALL_STATE(3090)] = 90497, - [SMALL_STATE(3091)] = 90517, - [SMALL_STATE(3092)] = 90533, - [SMALL_STATE(3093)] = 90553, - [SMALL_STATE(3094)] = 90573, - [SMALL_STATE(3095)] = 90593, - [SMALL_STATE(3096)] = 90611, - [SMALL_STATE(3097)] = 90629, - [SMALL_STATE(3098)] = 90649, - [SMALL_STATE(3099)] = 90669, - [SMALL_STATE(3100)] = 90689, - [SMALL_STATE(3101)] = 90709, - [SMALL_STATE(3102)] = 90729, - [SMALL_STATE(3103)] = 90749, - [SMALL_STATE(3104)] = 90769, - [SMALL_STATE(3105)] = 90787, - [SMALL_STATE(3106)] = 90807, - [SMALL_STATE(3107)] = 90827, - [SMALL_STATE(3108)] = 90845, - [SMALL_STATE(3109)] = 90865, - [SMALL_STATE(3110)] = 90885, - [SMALL_STATE(3111)] = 90901, - [SMALL_STATE(3112)] = 90917, - [SMALL_STATE(3113)] = 90933, - [SMALL_STATE(3114)] = 90949, - [SMALL_STATE(3115)] = 90965, - [SMALL_STATE(3116)] = 90981, - [SMALL_STATE(3117)] = 91001, - [SMALL_STATE(3118)] = 91021, - [SMALL_STATE(3119)] = 91041, - [SMALL_STATE(3120)] = 91061, - [SMALL_STATE(3121)] = 91081, - [SMALL_STATE(3122)] = 91101, - [SMALL_STATE(3123)] = 91119, - [SMALL_STATE(3124)] = 91135, - [SMALL_STATE(3125)] = 91155, - [SMALL_STATE(3126)] = 91175, - [SMALL_STATE(3127)] = 91191, - [SMALL_STATE(3128)] = 91211, - [SMALL_STATE(3129)] = 91229, - [SMALL_STATE(3130)] = 91249, - [SMALL_STATE(3131)] = 91269, - [SMALL_STATE(3132)] = 91289, - [SMALL_STATE(3133)] = 91309, - [SMALL_STATE(3134)] = 91327, - [SMALL_STATE(3135)] = 91347, - [SMALL_STATE(3136)] = 91365, - [SMALL_STATE(3137)] = 91383, - [SMALL_STATE(3138)] = 91399, - [SMALL_STATE(3139)] = 91419, - [SMALL_STATE(3140)] = 91437, - [SMALL_STATE(3141)] = 91457, - [SMALL_STATE(3142)] = 91477, - [SMALL_STATE(3143)] = 91497, - [SMALL_STATE(3144)] = 91515, - [SMALL_STATE(3145)] = 91531, - [SMALL_STATE(3146)] = 91551, - [SMALL_STATE(3147)] = 91571, - [SMALL_STATE(3148)] = 91591, - [SMALL_STATE(3149)] = 91611, - [SMALL_STATE(3150)] = 91631, - [SMALL_STATE(3151)] = 91651, - [SMALL_STATE(3152)] = 91669, - [SMALL_STATE(3153)] = 91685, - [SMALL_STATE(3154)] = 91701, - [SMALL_STATE(3155)] = 91717, - [SMALL_STATE(3156)] = 91733, - [SMALL_STATE(3157)] = 91753, - [SMALL_STATE(3158)] = 91769, - [SMALL_STATE(3159)] = 91785, - [SMALL_STATE(3160)] = 91803, - [SMALL_STATE(3161)] = 91821, - [SMALL_STATE(3162)] = 91841, - [SMALL_STATE(3163)] = 91861, - [SMALL_STATE(3164)] = 91881, - [SMALL_STATE(3165)] = 91901, - [SMALL_STATE(3166)] = 91921, - [SMALL_STATE(3167)] = 91941, - [SMALL_STATE(3168)] = 91961, - [SMALL_STATE(3169)] = 91981, - [SMALL_STATE(3170)] = 92001, - [SMALL_STATE(3171)] = 92019, - [SMALL_STATE(3172)] = 92037, - [SMALL_STATE(3173)] = 92057, - [SMALL_STATE(3174)] = 92077, - [SMALL_STATE(3175)] = 92093, - [SMALL_STATE(3176)] = 92111, - [SMALL_STATE(3177)] = 92127, - [SMALL_STATE(3178)] = 92147, - [SMALL_STATE(3179)] = 92167, - [SMALL_STATE(3180)] = 92183, - [SMALL_STATE(3181)] = 92203, - [SMALL_STATE(3182)] = 92219, - [SMALL_STATE(3183)] = 92239, - [SMALL_STATE(3184)] = 92259, - [SMALL_STATE(3185)] = 92279, - [SMALL_STATE(3186)] = 92299, - [SMALL_STATE(3187)] = 92319, - [SMALL_STATE(3188)] = 92339, - [SMALL_STATE(3189)] = 92359, - [SMALL_STATE(3190)] = 92379, - [SMALL_STATE(3191)] = 92399, - [SMALL_STATE(3192)] = 92419, - [SMALL_STATE(3193)] = 92439, - [SMALL_STATE(3194)] = 92459, - [SMALL_STATE(3195)] = 92479, - [SMALL_STATE(3196)] = 92496, - [SMALL_STATE(3197)] = 92513, - [SMALL_STATE(3198)] = 92530, - [SMALL_STATE(3199)] = 92547, - [SMALL_STATE(3200)] = 92564, - [SMALL_STATE(3201)] = 92581, - [SMALL_STATE(3202)] = 92596, - [SMALL_STATE(3203)] = 92613, - [SMALL_STATE(3204)] = 92628, - [SMALL_STATE(3205)] = 92645, - [SMALL_STATE(3206)] = 92662, - [SMALL_STATE(3207)] = 92679, - [SMALL_STATE(3208)] = 92696, - [SMALL_STATE(3209)] = 92711, - [SMALL_STATE(3210)] = 92728, - [SMALL_STATE(3211)] = 92745, - [SMALL_STATE(3212)] = 92762, - [SMALL_STATE(3213)] = 92779, - [SMALL_STATE(3214)] = 92796, - [SMALL_STATE(3215)] = 92813, - [SMALL_STATE(3216)] = 92828, - [SMALL_STATE(3217)] = 92845, - [SMALL_STATE(3218)] = 92860, - [SMALL_STATE(3219)] = 92877, - [SMALL_STATE(3220)] = 92894, - [SMALL_STATE(3221)] = 92911, - [SMALL_STATE(3222)] = 92928, - [SMALL_STATE(3223)] = 92945, - [SMALL_STATE(3224)] = 92962, - [SMALL_STATE(3225)] = 92979, - [SMALL_STATE(3226)] = 92996, - [SMALL_STATE(3227)] = 93013, - [SMALL_STATE(3228)] = 93028, - [SMALL_STATE(3229)] = 93045, - [SMALL_STATE(3230)] = 93062, - [SMALL_STATE(3231)] = 93079, - [SMALL_STATE(3232)] = 93096, - [SMALL_STATE(3233)] = 93113, - [SMALL_STATE(3234)] = 93130, - [SMALL_STATE(3235)] = 93145, - [SMALL_STATE(3236)] = 93162, - [SMALL_STATE(3237)] = 93179, - [SMALL_STATE(3238)] = 93196, - [SMALL_STATE(3239)] = 93211, - [SMALL_STATE(3240)] = 93228, - [SMALL_STATE(3241)] = 93243, - [SMALL_STATE(3242)] = 93260, - [SMALL_STATE(3243)] = 93277, - [SMALL_STATE(3244)] = 93294, - [SMALL_STATE(3245)] = 93311, - [SMALL_STATE(3246)] = 93328, - [SMALL_STATE(3247)] = 93345, - [SMALL_STATE(3248)] = 93362, - [SMALL_STATE(3249)] = 93379, - [SMALL_STATE(3250)] = 93396, - [SMALL_STATE(3251)] = 93413, - [SMALL_STATE(3252)] = 93430, - [SMALL_STATE(3253)] = 93447, - [SMALL_STATE(3254)] = 93464, - [SMALL_STATE(3255)] = 93481, - [SMALL_STATE(3256)] = 93498, - [SMALL_STATE(3257)] = 93515, - [SMALL_STATE(3258)] = 93530, - [SMALL_STATE(3259)] = 93545, - [SMALL_STATE(3260)] = 93562, - [SMALL_STATE(3261)] = 93579, - [SMALL_STATE(3262)] = 93596, - [SMALL_STATE(3263)] = 93613, - [SMALL_STATE(3264)] = 93630, - [SMALL_STATE(3265)] = 93647, - [SMALL_STATE(3266)] = 93664, - [SMALL_STATE(3267)] = 93681, - [SMALL_STATE(3268)] = 93698, - [SMALL_STATE(3269)] = 93715, - [SMALL_STATE(3270)] = 93732, - [SMALL_STATE(3271)] = 93747, - [SMALL_STATE(3272)] = 93764, - [SMALL_STATE(3273)] = 93781, - [SMALL_STATE(3274)] = 93798, - [SMALL_STATE(3275)] = 93815, - [SMALL_STATE(3276)] = 93830, - [SMALL_STATE(3277)] = 93847, - [SMALL_STATE(3278)] = 93864, - [SMALL_STATE(3279)] = 93881, - [SMALL_STATE(3280)] = 93896, - [SMALL_STATE(3281)] = 93913, - [SMALL_STATE(3282)] = 93930, - [SMALL_STATE(3283)] = 93947, - [SMALL_STATE(3284)] = 93964, - [SMALL_STATE(3285)] = 93981, - [SMALL_STATE(3286)] = 93998, - [SMALL_STATE(3287)] = 94015, - [SMALL_STATE(3288)] = 94030, - [SMALL_STATE(3289)] = 94047, - [SMALL_STATE(3290)] = 94064, - [SMALL_STATE(3291)] = 94081, - [SMALL_STATE(3292)] = 94096, - [SMALL_STATE(3293)] = 94113, - [SMALL_STATE(3294)] = 94130, - [SMALL_STATE(3295)] = 94147, - [SMALL_STATE(3296)] = 94162, - [SMALL_STATE(3297)] = 94177, - [SMALL_STATE(3298)] = 94194, - [SMALL_STATE(3299)] = 94209, - [SMALL_STATE(3300)] = 94226, - [SMALL_STATE(3301)] = 94243, - [SMALL_STATE(3302)] = 94260, - [SMALL_STATE(3303)] = 94277, - [SMALL_STATE(3304)] = 94294, - [SMALL_STATE(3305)] = 94311, - [SMALL_STATE(3306)] = 94328, - [SMALL_STATE(3307)] = 94343, - [SMALL_STATE(3308)] = 94358, - [SMALL_STATE(3309)] = 94375, - [SMALL_STATE(3310)] = 94392, - [SMALL_STATE(3311)] = 94409, - [SMALL_STATE(3312)] = 94426, - [SMALL_STATE(3313)] = 94443, - [SMALL_STATE(3314)] = 94460, - [SMALL_STATE(3315)] = 94475, - [SMALL_STATE(3316)] = 94492, - [SMALL_STATE(3317)] = 94507, - [SMALL_STATE(3318)] = 94524, - [SMALL_STATE(3319)] = 94541, - [SMALL_STATE(3320)] = 94558, - [SMALL_STATE(3321)] = 94575, - [SMALL_STATE(3322)] = 94592, - [SMALL_STATE(3323)] = 94609, - [SMALL_STATE(3324)] = 94626, - [SMALL_STATE(3325)] = 94643, - [SMALL_STATE(3326)] = 94660, - [SMALL_STATE(3327)] = 94677, - [SMALL_STATE(3328)] = 94694, - [SMALL_STATE(3329)] = 94711, - [SMALL_STATE(3330)] = 94728, - [SMALL_STATE(3331)] = 94745, - [SMALL_STATE(3332)] = 94762, - [SMALL_STATE(3333)] = 94779, - [SMALL_STATE(3334)] = 94796, - [SMALL_STATE(3335)] = 94813, - [SMALL_STATE(3336)] = 94830, - [SMALL_STATE(3337)] = 94847, - [SMALL_STATE(3338)] = 94864, - [SMALL_STATE(3339)] = 94881, - [SMALL_STATE(3340)] = 94896, - [SMALL_STATE(3341)] = 94913, - [SMALL_STATE(3342)] = 94930, - [SMALL_STATE(3343)] = 94947, - [SMALL_STATE(3344)] = 94962, - [SMALL_STATE(3345)] = 94979, - [SMALL_STATE(3346)] = 94996, - [SMALL_STATE(3347)] = 95013, - [SMALL_STATE(3348)] = 95030, - [SMALL_STATE(3349)] = 95047, - [SMALL_STATE(3350)] = 95062, - [SMALL_STATE(3351)] = 95077, - [SMALL_STATE(3352)] = 95094, - [SMALL_STATE(3353)] = 95111, - [SMALL_STATE(3354)] = 95128, - [SMALL_STATE(3355)] = 95145, - [SMALL_STATE(3356)] = 95162, - [SMALL_STATE(3357)] = 95179, - [SMALL_STATE(3358)] = 95196, - [SMALL_STATE(3359)] = 95213, - [SMALL_STATE(3360)] = 95230, - [SMALL_STATE(3361)] = 95247, - [SMALL_STATE(3362)] = 95264, - [SMALL_STATE(3363)] = 95281, - [SMALL_STATE(3364)] = 95298, - [SMALL_STATE(3365)] = 95315, - [SMALL_STATE(3366)] = 95330, - [SMALL_STATE(3367)] = 95347, - [SMALL_STATE(3368)] = 95364, - [SMALL_STATE(3369)] = 95381, - [SMALL_STATE(3370)] = 95398, - [SMALL_STATE(3371)] = 95415, - [SMALL_STATE(3372)] = 95430, - [SMALL_STATE(3373)] = 95447, - [SMALL_STATE(3374)] = 95464, - [SMALL_STATE(3375)] = 95481, - [SMALL_STATE(3376)] = 95498, - [SMALL_STATE(3377)] = 95515, - [SMALL_STATE(3378)] = 95530, - [SMALL_STATE(3379)] = 95547, - [SMALL_STATE(3380)] = 95564, - [SMALL_STATE(3381)] = 95581, - [SMALL_STATE(3382)] = 95598, - [SMALL_STATE(3383)] = 95615, - [SMALL_STATE(3384)] = 95632, - [SMALL_STATE(3385)] = 95649, - [SMALL_STATE(3386)] = 95666, - [SMALL_STATE(3387)] = 95683, - [SMALL_STATE(3388)] = 95700, - [SMALL_STATE(3389)] = 95715, - [SMALL_STATE(3390)] = 95732, - [SMALL_STATE(3391)] = 95749, - [SMALL_STATE(3392)] = 95766, - [SMALL_STATE(3393)] = 95783, - [SMALL_STATE(3394)] = 95800, - [SMALL_STATE(3395)] = 95817, - [SMALL_STATE(3396)] = 95832, - [SMALL_STATE(3397)] = 95849, - [SMALL_STATE(3398)] = 95866, - [SMALL_STATE(3399)] = 95881, - [SMALL_STATE(3400)] = 95896, - [SMALL_STATE(3401)] = 95913, - [SMALL_STATE(3402)] = 95930, - [SMALL_STATE(3403)] = 95947, - [SMALL_STATE(3404)] = 95964, - [SMALL_STATE(3405)] = 95981, - [SMALL_STATE(3406)] = 95998, - [SMALL_STATE(3407)] = 96015, - [SMALL_STATE(3408)] = 96032, - [SMALL_STATE(3409)] = 96049, - [SMALL_STATE(3410)] = 96066, - [SMALL_STATE(3411)] = 96083, - [SMALL_STATE(3412)] = 96100, - [SMALL_STATE(3413)] = 96117, - [SMALL_STATE(3414)] = 96134, - [SMALL_STATE(3415)] = 96151, - [SMALL_STATE(3416)] = 96166, - [SMALL_STATE(3417)] = 96181, - [SMALL_STATE(3418)] = 96198, - [SMALL_STATE(3419)] = 96215, - [SMALL_STATE(3420)] = 96232, - [SMALL_STATE(3421)] = 96249, - [SMALL_STATE(3422)] = 96264, - [SMALL_STATE(3423)] = 96281, - [SMALL_STATE(3424)] = 96298, - [SMALL_STATE(3425)] = 96315, - [SMALL_STATE(3426)] = 96332, - [SMALL_STATE(3427)] = 96349, - [SMALL_STATE(3428)] = 96366, - [SMALL_STATE(3429)] = 96383, - [SMALL_STATE(3430)] = 96400, - [SMALL_STATE(3431)] = 96415, - [SMALL_STATE(3432)] = 96432, - [SMALL_STATE(3433)] = 96447, - [SMALL_STATE(3434)] = 96462, - [SMALL_STATE(3435)] = 96479, - [SMALL_STATE(3436)] = 96496, - [SMALL_STATE(3437)] = 96513, - [SMALL_STATE(3438)] = 96528, - [SMALL_STATE(3439)] = 96545, - [SMALL_STATE(3440)] = 96562, - [SMALL_STATE(3441)] = 96577, - [SMALL_STATE(3442)] = 96594, - [SMALL_STATE(3443)] = 96611, - [SMALL_STATE(3444)] = 96628, - [SMALL_STATE(3445)] = 96645, - [SMALL_STATE(3446)] = 96660, - [SMALL_STATE(3447)] = 96677, - [SMALL_STATE(3448)] = 96692, - [SMALL_STATE(3449)] = 96707, - [SMALL_STATE(3450)] = 96724, - [SMALL_STATE(3451)] = 96741, - [SMALL_STATE(3452)] = 96756, - [SMALL_STATE(3453)] = 96773, - [SMALL_STATE(3454)] = 96790, - [SMALL_STATE(3455)] = 96807, - [SMALL_STATE(3456)] = 96824, - [SMALL_STATE(3457)] = 96841, - [SMALL_STATE(3458)] = 96858, - [SMALL_STATE(3459)] = 96875, - [SMALL_STATE(3460)] = 96890, - [SMALL_STATE(3461)] = 96907, - [SMALL_STATE(3462)] = 96922, - [SMALL_STATE(3463)] = 96939, - [SMALL_STATE(3464)] = 96954, - [SMALL_STATE(3465)] = 96971, - [SMALL_STATE(3466)] = 96988, - [SMALL_STATE(3467)] = 97005, - [SMALL_STATE(3468)] = 97022, - [SMALL_STATE(3469)] = 97039, - [SMALL_STATE(3470)] = 97056, - [SMALL_STATE(3471)] = 97073, - [SMALL_STATE(3472)] = 97090, - [SMALL_STATE(3473)] = 97107, - [SMALL_STATE(3474)] = 97122, - [SMALL_STATE(3475)] = 97139, - [SMALL_STATE(3476)] = 97156, - [SMALL_STATE(3477)] = 97173, - [SMALL_STATE(3478)] = 97190, - [SMALL_STATE(3479)] = 97207, - [SMALL_STATE(3480)] = 97224, - [SMALL_STATE(3481)] = 97241, - [SMALL_STATE(3482)] = 97258, - [SMALL_STATE(3483)] = 97275, - [SMALL_STATE(3484)] = 97292, - [SMALL_STATE(3485)] = 97309, - [SMALL_STATE(3486)] = 97324, - [SMALL_STATE(3487)] = 97341, - [SMALL_STATE(3488)] = 97358, - [SMALL_STATE(3489)] = 97375, - [SMALL_STATE(3490)] = 97390, - [SMALL_STATE(3491)] = 97407, - [SMALL_STATE(3492)] = 97424, - [SMALL_STATE(3493)] = 97441, - [SMALL_STATE(3494)] = 97458, - [SMALL_STATE(3495)] = 97475, - [SMALL_STATE(3496)] = 97490, - [SMALL_STATE(3497)] = 97505, - [SMALL_STATE(3498)] = 97522, - [SMALL_STATE(3499)] = 97539, - [SMALL_STATE(3500)] = 97553, - [SMALL_STATE(3501)] = 97567, - [SMALL_STATE(3502)] = 97581, - [SMALL_STATE(3503)] = 97595, - [SMALL_STATE(3504)] = 97609, - [SMALL_STATE(3505)] = 97623, - [SMALL_STATE(3506)] = 97637, - [SMALL_STATE(3507)] = 97651, - [SMALL_STATE(3508)] = 97665, - [SMALL_STATE(3509)] = 97679, - [SMALL_STATE(3510)] = 97693, - [SMALL_STATE(3511)] = 97707, - [SMALL_STATE(3512)] = 97721, - [SMALL_STATE(3513)] = 97735, - [SMALL_STATE(3514)] = 97749, - [SMALL_STATE(3515)] = 97763, - [SMALL_STATE(3516)] = 97777, - [SMALL_STATE(3517)] = 97791, - [SMALL_STATE(3518)] = 97805, - [SMALL_STATE(3519)] = 97819, - [SMALL_STATE(3520)] = 97833, - [SMALL_STATE(3521)] = 97847, - [SMALL_STATE(3522)] = 97861, - [SMALL_STATE(3523)] = 97875, - [SMALL_STATE(3524)] = 97889, - [SMALL_STATE(3525)] = 97903, - [SMALL_STATE(3526)] = 97917, - [SMALL_STATE(3527)] = 97931, - [SMALL_STATE(3528)] = 97945, - [SMALL_STATE(3529)] = 97959, - [SMALL_STATE(3530)] = 97973, - [SMALL_STATE(3531)] = 97987, - [SMALL_STATE(3532)] = 98001, - [SMALL_STATE(3533)] = 98015, - [SMALL_STATE(3534)] = 98029, - [SMALL_STATE(3535)] = 98043, - [SMALL_STATE(3536)] = 98057, - [SMALL_STATE(3537)] = 98071, - [SMALL_STATE(3538)] = 98085, - [SMALL_STATE(3539)] = 98099, - [SMALL_STATE(3540)] = 98113, - [SMALL_STATE(3541)] = 98127, - [SMALL_STATE(3542)] = 98141, - [SMALL_STATE(3543)] = 98155, - [SMALL_STATE(3544)] = 98169, - [SMALL_STATE(3545)] = 98183, - [SMALL_STATE(3546)] = 98197, - [SMALL_STATE(3547)] = 98211, - [SMALL_STATE(3548)] = 98225, - [SMALL_STATE(3549)] = 98239, - [SMALL_STATE(3550)] = 98253, - [SMALL_STATE(3551)] = 98267, - [SMALL_STATE(3552)] = 98281, - [SMALL_STATE(3553)] = 98295, - [SMALL_STATE(3554)] = 98309, - [SMALL_STATE(3555)] = 98323, - [SMALL_STATE(3556)] = 98337, - [SMALL_STATE(3557)] = 98351, - [SMALL_STATE(3558)] = 98365, - [SMALL_STATE(3559)] = 98379, - [SMALL_STATE(3560)] = 98393, - [SMALL_STATE(3561)] = 98407, - [SMALL_STATE(3562)] = 98421, - [SMALL_STATE(3563)] = 98435, - [SMALL_STATE(3564)] = 98449, - [SMALL_STATE(3565)] = 98463, - [SMALL_STATE(3566)] = 98477, - [SMALL_STATE(3567)] = 98491, - [SMALL_STATE(3568)] = 98505, - [SMALL_STATE(3569)] = 98519, - [SMALL_STATE(3570)] = 98533, - [SMALL_STATE(3571)] = 98547, - [SMALL_STATE(3572)] = 98561, - [SMALL_STATE(3573)] = 98575, - [SMALL_STATE(3574)] = 98589, - [SMALL_STATE(3575)] = 98603, - [SMALL_STATE(3576)] = 98617, - [SMALL_STATE(3577)] = 98631, - [SMALL_STATE(3578)] = 98645, - [SMALL_STATE(3579)] = 98659, - [SMALL_STATE(3580)] = 98673, - [SMALL_STATE(3581)] = 98687, - [SMALL_STATE(3582)] = 98701, - [SMALL_STATE(3583)] = 98715, - [SMALL_STATE(3584)] = 98729, - [SMALL_STATE(3585)] = 98743, - [SMALL_STATE(3586)] = 98757, - [SMALL_STATE(3587)] = 98771, - [SMALL_STATE(3588)] = 98785, - [SMALL_STATE(3589)] = 98799, - [SMALL_STATE(3590)] = 98813, - [SMALL_STATE(3591)] = 98827, - [SMALL_STATE(3592)] = 98841, - [SMALL_STATE(3593)] = 98855, - [SMALL_STATE(3594)] = 98869, - [SMALL_STATE(3595)] = 98883, - [SMALL_STATE(3596)] = 98897, - [SMALL_STATE(3597)] = 98911, - [SMALL_STATE(3598)] = 98925, - [SMALL_STATE(3599)] = 98939, - [SMALL_STATE(3600)] = 98953, - [SMALL_STATE(3601)] = 98967, - [SMALL_STATE(3602)] = 98981, - [SMALL_STATE(3603)] = 98995, - [SMALL_STATE(3604)] = 99009, - [SMALL_STATE(3605)] = 99023, - [SMALL_STATE(3606)] = 99037, - [SMALL_STATE(3607)] = 99051, - [SMALL_STATE(3608)] = 99065, - [SMALL_STATE(3609)] = 99079, - [SMALL_STATE(3610)] = 99093, - [SMALL_STATE(3611)] = 99107, - [SMALL_STATE(3612)] = 99121, - [SMALL_STATE(3613)] = 99135, - [SMALL_STATE(3614)] = 99149, - [SMALL_STATE(3615)] = 99163, - [SMALL_STATE(3616)] = 99177, - [SMALL_STATE(3617)] = 99191, - [SMALL_STATE(3618)] = 99205, - [SMALL_STATE(3619)] = 99219, - [SMALL_STATE(3620)] = 99233, - [SMALL_STATE(3621)] = 99247, - [SMALL_STATE(3622)] = 99261, - [SMALL_STATE(3623)] = 99275, - [SMALL_STATE(3624)] = 99289, - [SMALL_STATE(3625)] = 99303, - [SMALL_STATE(3626)] = 99317, - [SMALL_STATE(3627)] = 99331, - [SMALL_STATE(3628)] = 99345, - [SMALL_STATE(3629)] = 99359, - [SMALL_STATE(3630)] = 99373, - [SMALL_STATE(3631)] = 99387, - [SMALL_STATE(3632)] = 99401, - [SMALL_STATE(3633)] = 99415, - [SMALL_STATE(3634)] = 99429, - [SMALL_STATE(3635)] = 99443, - [SMALL_STATE(3636)] = 99457, - [SMALL_STATE(3637)] = 99471, - [SMALL_STATE(3638)] = 99485, - [SMALL_STATE(3639)] = 99499, - [SMALL_STATE(3640)] = 99513, - [SMALL_STATE(3641)] = 99527, - [SMALL_STATE(3642)] = 99541, - [SMALL_STATE(3643)] = 99555, - [SMALL_STATE(3644)] = 99569, - [SMALL_STATE(3645)] = 99583, - [SMALL_STATE(3646)] = 99597, - [SMALL_STATE(3647)] = 99611, - [SMALL_STATE(3648)] = 99625, - [SMALL_STATE(3649)] = 99639, - [SMALL_STATE(3650)] = 99653, - [SMALL_STATE(3651)] = 99667, - [SMALL_STATE(3652)] = 99681, - [SMALL_STATE(3653)] = 99695, - [SMALL_STATE(3654)] = 99709, - [SMALL_STATE(3655)] = 99723, - [SMALL_STATE(3656)] = 99737, - [SMALL_STATE(3657)] = 99751, - [SMALL_STATE(3658)] = 99765, - [SMALL_STATE(3659)] = 99779, - [SMALL_STATE(3660)] = 99793, - [SMALL_STATE(3661)] = 99807, - [SMALL_STATE(3662)] = 99821, - [SMALL_STATE(3663)] = 99835, - [SMALL_STATE(3664)] = 99849, - [SMALL_STATE(3665)] = 99863, - [SMALL_STATE(3666)] = 99877, - [SMALL_STATE(3667)] = 99891, - [SMALL_STATE(3668)] = 99905, - [SMALL_STATE(3669)] = 99919, - [SMALL_STATE(3670)] = 99933, - [SMALL_STATE(3671)] = 99947, - [SMALL_STATE(3672)] = 99961, - [SMALL_STATE(3673)] = 99975, - [SMALL_STATE(3674)] = 99989, - [SMALL_STATE(3675)] = 100003, - [SMALL_STATE(3676)] = 100017, - [SMALL_STATE(3677)] = 100031, - [SMALL_STATE(3678)] = 100045, - [SMALL_STATE(3679)] = 100059, - [SMALL_STATE(3680)] = 100073, - [SMALL_STATE(3681)] = 100087, - [SMALL_STATE(3682)] = 100101, - [SMALL_STATE(3683)] = 100115, - [SMALL_STATE(3684)] = 100129, - [SMALL_STATE(3685)] = 100143, - [SMALL_STATE(3686)] = 100157, - [SMALL_STATE(3687)] = 100171, - [SMALL_STATE(3688)] = 100185, - [SMALL_STATE(3689)] = 100199, - [SMALL_STATE(3690)] = 100213, - [SMALL_STATE(3691)] = 100227, - [SMALL_STATE(3692)] = 100241, - [SMALL_STATE(3693)] = 100255, - [SMALL_STATE(3694)] = 100269, - [SMALL_STATE(3695)] = 100283, - [SMALL_STATE(3696)] = 100297, - [SMALL_STATE(3697)] = 100311, - [SMALL_STATE(3698)] = 100325, - [SMALL_STATE(3699)] = 100339, - [SMALL_STATE(3700)] = 100353, - [SMALL_STATE(3701)] = 100367, - [SMALL_STATE(3702)] = 100381, - [SMALL_STATE(3703)] = 100395, - [SMALL_STATE(3704)] = 100409, - [SMALL_STATE(3705)] = 100423, - [SMALL_STATE(3706)] = 100437, - [SMALL_STATE(3707)] = 100451, - [SMALL_STATE(3708)] = 100465, - [SMALL_STATE(3709)] = 100479, - [SMALL_STATE(3710)] = 100493, - [SMALL_STATE(3711)] = 100507, - [SMALL_STATE(3712)] = 100521, - [SMALL_STATE(3713)] = 100535, - [SMALL_STATE(3714)] = 100549, - [SMALL_STATE(3715)] = 100563, - [SMALL_STATE(3716)] = 100577, - [SMALL_STATE(3717)] = 100591, - [SMALL_STATE(3718)] = 100605, - [SMALL_STATE(3719)] = 100619, - [SMALL_STATE(3720)] = 100633, - [SMALL_STATE(3721)] = 100647, - [SMALL_STATE(3722)] = 100661, - [SMALL_STATE(3723)] = 100675, - [SMALL_STATE(3724)] = 100689, - [SMALL_STATE(3725)] = 100703, - [SMALL_STATE(3726)] = 100717, - [SMALL_STATE(3727)] = 100731, - [SMALL_STATE(3728)] = 100745, - [SMALL_STATE(3729)] = 100759, - [SMALL_STATE(3730)] = 100773, - [SMALL_STATE(3731)] = 100787, - [SMALL_STATE(3732)] = 100801, - [SMALL_STATE(3733)] = 100815, - [SMALL_STATE(3734)] = 100829, - [SMALL_STATE(3735)] = 100843, - [SMALL_STATE(3736)] = 100857, - [SMALL_STATE(3737)] = 100871, - [SMALL_STATE(3738)] = 100885, - [SMALL_STATE(3739)] = 100899, - [SMALL_STATE(3740)] = 100913, - [SMALL_STATE(3741)] = 100927, - [SMALL_STATE(3742)] = 100941, - [SMALL_STATE(3743)] = 100955, - [SMALL_STATE(3744)] = 100969, - [SMALL_STATE(3745)] = 100983, - [SMALL_STATE(3746)] = 100997, - [SMALL_STATE(3747)] = 101011, - [SMALL_STATE(3748)] = 101025, - [SMALL_STATE(3749)] = 101039, - [SMALL_STATE(3750)] = 101053, - [SMALL_STATE(3751)] = 101067, - [SMALL_STATE(3752)] = 101081, - [SMALL_STATE(3753)] = 101095, - [SMALL_STATE(3754)] = 101109, - [SMALL_STATE(3755)] = 101123, - [SMALL_STATE(3756)] = 101137, - [SMALL_STATE(3757)] = 101151, - [SMALL_STATE(3758)] = 101165, - [SMALL_STATE(3759)] = 101179, - [SMALL_STATE(3760)] = 101193, - [SMALL_STATE(3761)] = 101207, - [SMALL_STATE(3762)] = 101221, - [SMALL_STATE(3763)] = 101235, - [SMALL_STATE(3764)] = 101249, - [SMALL_STATE(3765)] = 101263, - [SMALL_STATE(3766)] = 101277, - [SMALL_STATE(3767)] = 101291, - [SMALL_STATE(3768)] = 101305, - [SMALL_STATE(3769)] = 101319, - [SMALL_STATE(3770)] = 101333, - [SMALL_STATE(3771)] = 101347, - [SMALL_STATE(3772)] = 101361, - [SMALL_STATE(3773)] = 101375, - [SMALL_STATE(3774)] = 101389, - [SMALL_STATE(3775)] = 101403, - [SMALL_STATE(3776)] = 101417, - [SMALL_STATE(3777)] = 101431, - [SMALL_STATE(3778)] = 101445, - [SMALL_STATE(3779)] = 101459, - [SMALL_STATE(3780)] = 101473, - [SMALL_STATE(3781)] = 101487, - [SMALL_STATE(3782)] = 101501, - [SMALL_STATE(3783)] = 101515, - [SMALL_STATE(3784)] = 101529, - [SMALL_STATE(3785)] = 101543, - [SMALL_STATE(3786)] = 101557, - [SMALL_STATE(3787)] = 101571, - [SMALL_STATE(3788)] = 101585, - [SMALL_STATE(3789)] = 101599, - [SMALL_STATE(3790)] = 101613, - [SMALL_STATE(3791)] = 101627, - [SMALL_STATE(3792)] = 101641, - [SMALL_STATE(3793)] = 101655, - [SMALL_STATE(3794)] = 101669, - [SMALL_STATE(3795)] = 101683, - [SMALL_STATE(3796)] = 101697, - [SMALL_STATE(3797)] = 101711, - [SMALL_STATE(3798)] = 101725, - [SMALL_STATE(3799)] = 101739, - [SMALL_STATE(3800)] = 101753, - [SMALL_STATE(3801)] = 101767, - [SMALL_STATE(3802)] = 101781, - [SMALL_STATE(3803)] = 101795, - [SMALL_STATE(3804)] = 101809, - [SMALL_STATE(3805)] = 101823, - [SMALL_STATE(3806)] = 101837, - [SMALL_STATE(3807)] = 101851, - [SMALL_STATE(3808)] = 101865, - [SMALL_STATE(3809)] = 101879, - [SMALL_STATE(3810)] = 101893, - [SMALL_STATE(3811)] = 101907, - [SMALL_STATE(3812)] = 101921, - [SMALL_STATE(3813)] = 101935, - [SMALL_STATE(3814)] = 101949, - [SMALL_STATE(3815)] = 101963, - [SMALL_STATE(3816)] = 101977, - [SMALL_STATE(3817)] = 101991, - [SMALL_STATE(3818)] = 102005, - [SMALL_STATE(3819)] = 102009, - [SMALL_STATE(3820)] = 102013, - [SMALL_STATE(3821)] = 102017, - [SMALL_STATE(3822)] = 102021, - [SMALL_STATE(3823)] = 102025, - [SMALL_STATE(3824)] = 102029, + [SMALL_STATE(2456)] = 76729, + [SMALL_STATE(2457)] = 76758, + [SMALL_STATE(2458)] = 76781, + [SMALL_STATE(2459)] = 76804, + [SMALL_STATE(2460)] = 76833, + [SMALL_STATE(2461)] = 76860, + [SMALL_STATE(2462)] = 76889, + [SMALL_STATE(2463)] = 76918, + [SMALL_STATE(2464)] = 76941, + [SMALL_STATE(2465)] = 76970, + [SMALL_STATE(2466)] = 76991, + [SMALL_STATE(2467)] = 77014, + [SMALL_STATE(2468)] = 77039, + [SMALL_STATE(2469)] = 77068, + [SMALL_STATE(2470)] = 77097, + [SMALL_STATE(2471)] = 77120, + [SMALL_STATE(2472)] = 77149, + [SMALL_STATE(2473)] = 77178, + [SMALL_STATE(2474)] = 77207, + [SMALL_STATE(2475)] = 77232, + [SMALL_STATE(2476)] = 77259, + [SMALL_STATE(2477)] = 77288, + [SMALL_STATE(2478)] = 77317, + [SMALL_STATE(2479)] = 77346, + [SMALL_STATE(2480)] = 77375, + [SMALL_STATE(2481)] = 77404, + [SMALL_STATE(2482)] = 77433, + [SMALL_STATE(2483)] = 77454, + [SMALL_STATE(2484)] = 77483, + [SMALL_STATE(2485)] = 77512, + [SMALL_STATE(2486)] = 77541, + [SMALL_STATE(2487)] = 77570, + [SMALL_STATE(2488)] = 77599, + [SMALL_STATE(2489)] = 77628, + [SMALL_STATE(2490)] = 77647, + [SMALL_STATE(2491)] = 77670, + [SMALL_STATE(2492)] = 77691, + [SMALL_STATE(2493)] = 77720, + [SMALL_STATE(2494)] = 77743, + [SMALL_STATE(2495)] = 77764, + [SMALL_STATE(2496)] = 77787, + [SMALL_STATE(2497)] = 77808, + [SMALL_STATE(2498)] = 77837, + [SMALL_STATE(2499)] = 77858, + [SMALL_STATE(2500)] = 77881, + [SMALL_STATE(2501)] = 77904, + [SMALL_STATE(2502)] = 77933, + [SMALL_STATE(2503)] = 77962, + [SMALL_STATE(2504)] = 77985, + [SMALL_STATE(2505)] = 78014, + [SMALL_STATE(2506)] = 78043, + [SMALL_STATE(2507)] = 78072, + [SMALL_STATE(2508)] = 78101, + [SMALL_STATE(2509)] = 78130, + [SMALL_STATE(2510)] = 78153, + [SMALL_STATE(2511)] = 78182, + [SMALL_STATE(2512)] = 78211, + [SMALL_STATE(2513)] = 78236, + [SMALL_STATE(2514)] = 78258, + [SMALL_STATE(2515)] = 78284, + [SMALL_STATE(2516)] = 78310, + [SMALL_STATE(2517)] = 78336, + [SMALL_STATE(2518)] = 78360, + [SMALL_STATE(2519)] = 78384, + [SMALL_STATE(2520)] = 78410, + [SMALL_STATE(2521)] = 78428, + [SMALL_STATE(2522)] = 78452, + [SMALL_STATE(2523)] = 78476, + [SMALL_STATE(2524)] = 78502, + [SMALL_STATE(2525)] = 78526, + [SMALL_STATE(2526)] = 78552, + [SMALL_STATE(2527)] = 78578, + [SMALL_STATE(2528)] = 78602, + [SMALL_STATE(2529)] = 78622, + [SMALL_STATE(2530)] = 78640, + [SMALL_STATE(2531)] = 78666, + [SMALL_STATE(2532)] = 78692, + [SMALL_STATE(2533)] = 78710, + [SMALL_STATE(2534)] = 78734, + [SMALL_STATE(2535)] = 78760, + [SMALL_STATE(2536)] = 78782, + [SMALL_STATE(2537)] = 78808, + [SMALL_STATE(2538)] = 78834, + [SMALL_STATE(2539)] = 78860, + [SMALL_STATE(2540)] = 78884, + [SMALL_STATE(2541)] = 78910, + [SMALL_STATE(2542)] = 78936, + [SMALL_STATE(2543)] = 78958, + [SMALL_STATE(2544)] = 78984, + [SMALL_STATE(2545)] = 79004, + [SMALL_STATE(2546)] = 79030, + [SMALL_STATE(2547)] = 79056, + [SMALL_STATE(2548)] = 79080, + [SMALL_STATE(2549)] = 79106, + [SMALL_STATE(2550)] = 79132, + [SMALL_STATE(2551)] = 79150, + [SMALL_STATE(2552)] = 79176, + [SMALL_STATE(2553)] = 79202, + [SMALL_STATE(2554)] = 79220, + [SMALL_STATE(2555)] = 79246, + [SMALL_STATE(2556)] = 79270, + [SMALL_STATE(2557)] = 79296, + [SMALL_STATE(2558)] = 79318, + [SMALL_STATE(2559)] = 79336, + [SMALL_STATE(2560)] = 79356, + [SMALL_STATE(2561)] = 79382, + [SMALL_STATE(2562)] = 79408, + [SMALL_STATE(2563)] = 79426, + [SMALL_STATE(2564)] = 79450, + [SMALL_STATE(2565)] = 79476, + [SMALL_STATE(2566)] = 79502, + [SMALL_STATE(2567)] = 79520, + [SMALL_STATE(2568)] = 79546, + [SMALL_STATE(2569)] = 79572, + [SMALL_STATE(2570)] = 79598, + [SMALL_STATE(2571)] = 79622, + [SMALL_STATE(2572)] = 79646, + [SMALL_STATE(2573)] = 79664, + [SMALL_STATE(2574)] = 79682, + [SMALL_STATE(2575)] = 79708, + [SMALL_STATE(2576)] = 79726, + [SMALL_STATE(2577)] = 79752, + [SMALL_STATE(2578)] = 79778, + [SMALL_STATE(2579)] = 79798, + [SMALL_STATE(2580)] = 79816, + [SMALL_STATE(2581)] = 79842, + [SMALL_STATE(2582)] = 79860, + [SMALL_STATE(2583)] = 79878, + [SMALL_STATE(2584)] = 79904, + [SMALL_STATE(2585)] = 79930, + [SMALL_STATE(2586)] = 79952, + [SMALL_STATE(2587)] = 79976, + [SMALL_STATE(2588)] = 80002, + [SMALL_STATE(2589)] = 80028, + [SMALL_STATE(2590)] = 80046, + [SMALL_STATE(2591)] = 80068, + [SMALL_STATE(2592)] = 80094, + [SMALL_STATE(2593)] = 80114, + [SMALL_STATE(2594)] = 80138, + [SMALL_STATE(2595)] = 80164, + [SMALL_STATE(2596)] = 80182, + [SMALL_STATE(2597)] = 80200, + [SMALL_STATE(2598)] = 80226, + [SMALL_STATE(2599)] = 80252, + [SMALL_STATE(2600)] = 80270, + [SMALL_STATE(2601)] = 80288, + [SMALL_STATE(2602)] = 80314, + [SMALL_STATE(2603)] = 80340, + [SMALL_STATE(2604)] = 80366, + [SMALL_STATE(2605)] = 80384, + [SMALL_STATE(2606)] = 80402, + [SMALL_STATE(2607)] = 80422, + [SMALL_STATE(2608)] = 80446, + [SMALL_STATE(2609)] = 80472, + [SMALL_STATE(2610)] = 80490, + [SMALL_STATE(2611)] = 80516, + [SMALL_STATE(2612)] = 80542, + [SMALL_STATE(2613)] = 80560, + [SMALL_STATE(2614)] = 80586, + [SMALL_STATE(2615)] = 80612, + [SMALL_STATE(2616)] = 80638, + [SMALL_STATE(2617)] = 80664, + [SMALL_STATE(2618)] = 80686, + [SMALL_STATE(2619)] = 80704, + [SMALL_STATE(2620)] = 80726, + [SMALL_STATE(2621)] = 80744, + [SMALL_STATE(2622)] = 80762, + [SMALL_STATE(2623)] = 80788, + [SMALL_STATE(2624)] = 80811, + [SMALL_STATE(2625)] = 80834, + [SMALL_STATE(2626)] = 80855, + [SMALL_STATE(2627)] = 80878, + [SMALL_STATE(2628)] = 80901, + [SMALL_STATE(2629)] = 80924, + [SMALL_STATE(2630)] = 80947, + [SMALL_STATE(2631)] = 80970, + [SMALL_STATE(2632)] = 80989, + [SMALL_STATE(2633)] = 81012, + [SMALL_STATE(2634)] = 81035, + [SMALL_STATE(2635)] = 81058, + [SMALL_STATE(2636)] = 81081, + [SMALL_STATE(2637)] = 81104, + [SMALL_STATE(2638)] = 81127, + [SMALL_STATE(2639)] = 81150, + [SMALL_STATE(2640)] = 81173, + [SMALL_STATE(2641)] = 81196, + [SMALL_STATE(2642)] = 81215, + [SMALL_STATE(2643)] = 81238, + [SMALL_STATE(2644)] = 81261, + [SMALL_STATE(2645)] = 81284, + [SMALL_STATE(2646)] = 81305, + [SMALL_STATE(2647)] = 81328, + [SMALL_STATE(2648)] = 81351, + [SMALL_STATE(2649)] = 81374, + [SMALL_STATE(2650)] = 81397, + [SMALL_STATE(2651)] = 81416, + [SMALL_STATE(2652)] = 81439, + [SMALL_STATE(2653)] = 81462, + [SMALL_STATE(2654)] = 81483, + [SMALL_STATE(2655)] = 81506, + [SMALL_STATE(2656)] = 81527, + [SMALL_STATE(2657)] = 81550, + [SMALL_STATE(2658)] = 81573, + [SMALL_STATE(2659)] = 81596, + [SMALL_STATE(2660)] = 81619, + [SMALL_STATE(2661)] = 81640, + [SMALL_STATE(2662)] = 81663, + [SMALL_STATE(2663)] = 81686, + [SMALL_STATE(2664)] = 81709, + [SMALL_STATE(2665)] = 81728, + [SMALL_STATE(2666)] = 81751, + [SMALL_STATE(2667)] = 81774, + [SMALL_STATE(2668)] = 81797, + [SMALL_STATE(2669)] = 81820, + [SMALL_STATE(2670)] = 81843, + [SMALL_STATE(2671)] = 81866, + [SMALL_STATE(2672)] = 81889, + [SMALL_STATE(2673)] = 81912, + [SMALL_STATE(2674)] = 81935, + [SMALL_STATE(2675)] = 81958, + [SMALL_STATE(2676)] = 81981, + [SMALL_STATE(2677)] = 82004, + [SMALL_STATE(2678)] = 82023, + [SMALL_STATE(2679)] = 82046, + [SMALL_STATE(2680)] = 82069, + [SMALL_STATE(2681)] = 82092, + [SMALL_STATE(2682)] = 82115, + [SMALL_STATE(2683)] = 82138, + [SMALL_STATE(2684)] = 82161, + [SMALL_STATE(2685)] = 82182, + [SMALL_STATE(2686)] = 82203, + [SMALL_STATE(2687)] = 82226, + [SMALL_STATE(2688)] = 82249, + [SMALL_STATE(2689)] = 82270, + [SMALL_STATE(2690)] = 82291, + [SMALL_STATE(2691)] = 82314, + [SMALL_STATE(2692)] = 82337, + [SMALL_STATE(2693)] = 82360, + [SMALL_STATE(2694)] = 82383, + [SMALL_STATE(2695)] = 82406, + [SMALL_STATE(2696)] = 82429, + [SMALL_STATE(2697)] = 82452, + [SMALL_STATE(2698)] = 82475, + [SMALL_STATE(2699)] = 82498, + [SMALL_STATE(2700)] = 82521, + [SMALL_STATE(2701)] = 82544, + [SMALL_STATE(2702)] = 82567, + [SMALL_STATE(2703)] = 82590, + [SMALL_STATE(2704)] = 82613, + [SMALL_STATE(2705)] = 82636, + [SMALL_STATE(2706)] = 82659, + [SMALL_STATE(2707)] = 82682, + [SMALL_STATE(2708)] = 82705, + [SMALL_STATE(2709)] = 82728, + [SMALL_STATE(2710)] = 82751, + [SMALL_STATE(2711)] = 82774, + [SMALL_STATE(2712)] = 82793, + [SMALL_STATE(2713)] = 82812, + [SMALL_STATE(2714)] = 82831, + [SMALL_STATE(2715)] = 82850, + [SMALL_STATE(2716)] = 82873, + [SMALL_STATE(2717)] = 82892, + [SMALL_STATE(2718)] = 82911, + [SMALL_STATE(2719)] = 82934, + [SMALL_STATE(2720)] = 82957, + [SMALL_STATE(2721)] = 82980, + [SMALL_STATE(2722)] = 82997, + [SMALL_STATE(2723)] = 83020, + [SMALL_STATE(2724)] = 83043, + [SMALL_STATE(2725)] = 83066, + [SMALL_STATE(2726)] = 83085, + [SMALL_STATE(2727)] = 83106, + [SMALL_STATE(2728)] = 83127, + [SMALL_STATE(2729)] = 83150, + [SMALL_STATE(2730)] = 83173, + [SMALL_STATE(2731)] = 83192, + [SMALL_STATE(2732)] = 83211, + [SMALL_STATE(2733)] = 83230, + [SMALL_STATE(2734)] = 83249, + [SMALL_STATE(2735)] = 83272, + [SMALL_STATE(2736)] = 83295, + [SMALL_STATE(2737)] = 83318, + [SMALL_STATE(2738)] = 83341, + [SMALL_STATE(2739)] = 83364, + [SMALL_STATE(2740)] = 83387, + [SMALL_STATE(2741)] = 83406, + [SMALL_STATE(2742)] = 83429, + [SMALL_STATE(2743)] = 83452, + [SMALL_STATE(2744)] = 83475, + [SMALL_STATE(2745)] = 83496, + [SMALL_STATE(2746)] = 83519, + [SMALL_STATE(2747)] = 83542, + [SMALL_STATE(2748)] = 83565, + [SMALL_STATE(2749)] = 83588, + [SMALL_STATE(2750)] = 83611, + [SMALL_STATE(2751)] = 83630, + [SMALL_STATE(2752)] = 83653, + [SMALL_STATE(2753)] = 83676, + [SMALL_STATE(2754)] = 83699, + [SMALL_STATE(2755)] = 83722, + [SMALL_STATE(2756)] = 83743, + [SMALL_STATE(2757)] = 83766, + [SMALL_STATE(2758)] = 83789, + [SMALL_STATE(2759)] = 83812, + [SMALL_STATE(2760)] = 83835, + [SMALL_STATE(2761)] = 83858, + [SMALL_STATE(2762)] = 83881, + [SMALL_STATE(2763)] = 83904, + [SMALL_STATE(2764)] = 83927, + [SMALL_STATE(2765)] = 83950, + [SMALL_STATE(2766)] = 83973, + [SMALL_STATE(2767)] = 83996, + [SMALL_STATE(2768)] = 84019, + [SMALL_STATE(2769)] = 84042, + [SMALL_STATE(2770)] = 84065, + [SMALL_STATE(2771)] = 84088, + [SMALL_STATE(2772)] = 84111, + [SMALL_STATE(2773)] = 84134, + [SMALL_STATE(2774)] = 84157, + [SMALL_STATE(2775)] = 84180, + [SMALL_STATE(2776)] = 84203, + [SMALL_STATE(2777)] = 84226, + [SMALL_STATE(2778)] = 84249, + [SMALL_STATE(2779)] = 84272, + [SMALL_STATE(2780)] = 84293, + [SMALL_STATE(2781)] = 84316, + [SMALL_STATE(2782)] = 84339, + [SMALL_STATE(2783)] = 84362, + [SMALL_STATE(2784)] = 84385, + [SMALL_STATE(2785)] = 84408, + [SMALL_STATE(2786)] = 84431, + [SMALL_STATE(2787)] = 84454, + [SMALL_STATE(2788)] = 84475, + [SMALL_STATE(2789)] = 84498, + [SMALL_STATE(2790)] = 84521, + [SMALL_STATE(2791)] = 84544, + [SMALL_STATE(2792)] = 84567, + [SMALL_STATE(2793)] = 84590, + [SMALL_STATE(2794)] = 84607, + [SMALL_STATE(2795)] = 84630, + [SMALL_STATE(2796)] = 84653, + [SMALL_STATE(2797)] = 84676, + [SMALL_STATE(2798)] = 84695, + [SMALL_STATE(2799)] = 84714, + [SMALL_STATE(2800)] = 84735, + [SMALL_STATE(2801)] = 84752, + [SMALL_STATE(2802)] = 84775, + [SMALL_STATE(2803)] = 84798, + [SMALL_STATE(2804)] = 84821, + [SMALL_STATE(2805)] = 84842, + [SMALL_STATE(2806)] = 84865, + [SMALL_STATE(2807)] = 84888, + [SMALL_STATE(2808)] = 84911, + [SMALL_STATE(2809)] = 84934, + [SMALL_STATE(2810)] = 84957, + [SMALL_STATE(2811)] = 84976, + [SMALL_STATE(2812)] = 84997, + [SMALL_STATE(2813)] = 85020, + [SMALL_STATE(2814)] = 85041, + [SMALL_STATE(2815)] = 85062, + [SMALL_STATE(2816)] = 85085, + [SMALL_STATE(2817)] = 85108, + [SMALL_STATE(2818)] = 85129, + [SMALL_STATE(2819)] = 85152, + [SMALL_STATE(2820)] = 85175, + [SMALL_STATE(2821)] = 85198, + [SMALL_STATE(2822)] = 85221, + [SMALL_STATE(2823)] = 85244, + [SMALL_STATE(2824)] = 85267, + [SMALL_STATE(2825)] = 85290, + [SMALL_STATE(2826)] = 85309, + [SMALL_STATE(2827)] = 85330, + [SMALL_STATE(2828)] = 85353, + [SMALL_STATE(2829)] = 85376, + [SMALL_STATE(2830)] = 85395, + [SMALL_STATE(2831)] = 85414, + [SMALL_STATE(2832)] = 85437, + [SMALL_STATE(2833)] = 85460, + [SMALL_STATE(2834)] = 85483, + [SMALL_STATE(2835)] = 85502, + [SMALL_STATE(2836)] = 85525, + [SMALL_STATE(2837)] = 85548, + [SMALL_STATE(2838)] = 85571, + [SMALL_STATE(2839)] = 85594, + [SMALL_STATE(2840)] = 85611, + [SMALL_STATE(2841)] = 85634, + [SMALL_STATE(2842)] = 85657, + [SMALL_STATE(2843)] = 85676, + [SMALL_STATE(2844)] = 85699, + [SMALL_STATE(2845)] = 85722, + [SMALL_STATE(2846)] = 85745, + [SMALL_STATE(2847)] = 85768, + [SMALL_STATE(2848)] = 85789, + [SMALL_STATE(2849)] = 85812, + [SMALL_STATE(2850)] = 85835, + [SMALL_STATE(2851)] = 85858, + [SMALL_STATE(2852)] = 85881, + [SMALL_STATE(2853)] = 85904, + [SMALL_STATE(2854)] = 85927, + [SMALL_STATE(2855)] = 85950, + [SMALL_STATE(2856)] = 85973, + [SMALL_STATE(2857)] = 85996, + [SMALL_STATE(2858)] = 86015, + [SMALL_STATE(2859)] = 86038, + [SMALL_STATE(2860)] = 86057, + [SMALL_STATE(2861)] = 86076, + [SMALL_STATE(2862)] = 86097, + [SMALL_STATE(2863)] = 86116, + [SMALL_STATE(2864)] = 86139, + [SMALL_STATE(2865)] = 86162, + [SMALL_STATE(2866)] = 86185, + [SMALL_STATE(2867)] = 86206, + [SMALL_STATE(2868)] = 86229, + [SMALL_STATE(2869)] = 86250, + [SMALL_STATE(2870)] = 86273, + [SMALL_STATE(2871)] = 86296, + [SMALL_STATE(2872)] = 86319, + [SMALL_STATE(2873)] = 86336, + [SMALL_STATE(2874)] = 86357, + [SMALL_STATE(2875)] = 86380, + [SMALL_STATE(2876)] = 86403, + [SMALL_STATE(2877)] = 86426, + [SMALL_STATE(2878)] = 86449, + [SMALL_STATE(2879)] = 86472, + [SMALL_STATE(2880)] = 86495, + [SMALL_STATE(2881)] = 86518, + [SMALL_STATE(2882)] = 86541, + [SMALL_STATE(2883)] = 86564, + [SMALL_STATE(2884)] = 86587, + [SMALL_STATE(2885)] = 86607, + [SMALL_STATE(2886)] = 86627, + [SMALL_STATE(2887)] = 86647, + [SMALL_STATE(2888)] = 86663, + [SMALL_STATE(2889)] = 86679, + [SMALL_STATE(2890)] = 86695, + [SMALL_STATE(2891)] = 86715, + [SMALL_STATE(2892)] = 86731, + [SMALL_STATE(2893)] = 86751, + [SMALL_STATE(2894)] = 86769, + [SMALL_STATE(2895)] = 86789, + [SMALL_STATE(2896)] = 86809, + [SMALL_STATE(2897)] = 86829, + [SMALL_STATE(2898)] = 86847, + [SMALL_STATE(2899)] = 86865, + [SMALL_STATE(2900)] = 86885, + [SMALL_STATE(2901)] = 86905, + [SMALL_STATE(2902)] = 86921, + [SMALL_STATE(2903)] = 86941, + [SMALL_STATE(2904)] = 86961, + [SMALL_STATE(2905)] = 86981, + [SMALL_STATE(2906)] = 86999, + [SMALL_STATE(2907)] = 87019, + [SMALL_STATE(2908)] = 87039, + [SMALL_STATE(2909)] = 87059, + [SMALL_STATE(2910)] = 87079, + [SMALL_STATE(2911)] = 87099, + [SMALL_STATE(2912)] = 87119, + [SMALL_STATE(2913)] = 87139, + [SMALL_STATE(2914)] = 87159, + [SMALL_STATE(2915)] = 87179, + [SMALL_STATE(2916)] = 87199, + [SMALL_STATE(2917)] = 87219, + [SMALL_STATE(2918)] = 87237, + [SMALL_STATE(2919)] = 87253, + [SMALL_STATE(2920)] = 87269, + [SMALL_STATE(2921)] = 87285, + [SMALL_STATE(2922)] = 87305, + [SMALL_STATE(2923)] = 87321, + [SMALL_STATE(2924)] = 87337, + [SMALL_STATE(2925)] = 87357, + [SMALL_STATE(2926)] = 87377, + [SMALL_STATE(2927)] = 87397, + [SMALL_STATE(2928)] = 87413, + [SMALL_STATE(2929)] = 87431, + [SMALL_STATE(2930)] = 87451, + [SMALL_STATE(2931)] = 87471, + [SMALL_STATE(2932)] = 87491, + [SMALL_STATE(2933)] = 87511, + [SMALL_STATE(2934)] = 87531, + [SMALL_STATE(2935)] = 87551, + [SMALL_STATE(2936)] = 87567, + [SMALL_STATE(2937)] = 87587, + [SMALL_STATE(2938)] = 87607, + [SMALL_STATE(2939)] = 87627, + [SMALL_STATE(2940)] = 87647, + [SMALL_STATE(2941)] = 87667, + [SMALL_STATE(2942)] = 87687, + [SMALL_STATE(2943)] = 87707, + [SMALL_STATE(2944)] = 87727, + [SMALL_STATE(2945)] = 87747, + [SMALL_STATE(2946)] = 87767, + [SMALL_STATE(2947)] = 87785, + [SMALL_STATE(2948)] = 87805, + [SMALL_STATE(2949)] = 87825, + [SMALL_STATE(2950)] = 87845, + [SMALL_STATE(2951)] = 87865, + [SMALL_STATE(2952)] = 87885, + [SMALL_STATE(2953)] = 87905, + [SMALL_STATE(2954)] = 87925, + [SMALL_STATE(2955)] = 87945, + [SMALL_STATE(2956)] = 87965, + [SMALL_STATE(2957)] = 87985, + [SMALL_STATE(2958)] = 88005, + [SMALL_STATE(2959)] = 88025, + [SMALL_STATE(2960)] = 88043, + [SMALL_STATE(2961)] = 88063, + [SMALL_STATE(2962)] = 88083, + [SMALL_STATE(2963)] = 88103, + [SMALL_STATE(2964)] = 88123, + [SMALL_STATE(2965)] = 88143, + [SMALL_STATE(2966)] = 88163, + [SMALL_STATE(2967)] = 88179, + [SMALL_STATE(2968)] = 88199, + [SMALL_STATE(2969)] = 88217, + [SMALL_STATE(2970)] = 88237, + [SMALL_STATE(2971)] = 88257, + [SMALL_STATE(2972)] = 88277, + [SMALL_STATE(2973)] = 88297, + [SMALL_STATE(2974)] = 88317, + [SMALL_STATE(2975)] = 88337, + [SMALL_STATE(2976)] = 88357, + [SMALL_STATE(2977)] = 88377, + [SMALL_STATE(2978)] = 88397, + [SMALL_STATE(2979)] = 88417, + [SMALL_STATE(2980)] = 88437, + [SMALL_STATE(2981)] = 88457, + [SMALL_STATE(2982)] = 88477, + [SMALL_STATE(2983)] = 88497, + [SMALL_STATE(2984)] = 88517, + [SMALL_STATE(2985)] = 88537, + [SMALL_STATE(2986)] = 88557, + [SMALL_STATE(2987)] = 88577, + [SMALL_STATE(2988)] = 88597, + [SMALL_STATE(2989)] = 88617, + [SMALL_STATE(2990)] = 88637, + [SMALL_STATE(2991)] = 88657, + [SMALL_STATE(2992)] = 88677, + [SMALL_STATE(2993)] = 88693, + [SMALL_STATE(2994)] = 88713, + [SMALL_STATE(2995)] = 88731, + [SMALL_STATE(2996)] = 88751, + [SMALL_STATE(2997)] = 88771, + [SMALL_STATE(2998)] = 88791, + [SMALL_STATE(2999)] = 88807, + [SMALL_STATE(3000)] = 88827, + [SMALL_STATE(3001)] = 88847, + [SMALL_STATE(3002)] = 88867, + [SMALL_STATE(3003)] = 88887, + [SMALL_STATE(3004)] = 88903, + [SMALL_STATE(3005)] = 88923, + [SMALL_STATE(3006)] = 88943, + [SMALL_STATE(3007)] = 88963, + [SMALL_STATE(3008)] = 88983, + [SMALL_STATE(3009)] = 89003, + [SMALL_STATE(3010)] = 89019, + [SMALL_STATE(3011)] = 89039, + [SMALL_STATE(3012)] = 89057, + [SMALL_STATE(3013)] = 89077, + [SMALL_STATE(3014)] = 89097, + [SMALL_STATE(3015)] = 89117, + [SMALL_STATE(3016)] = 89137, + [SMALL_STATE(3017)] = 89157, + [SMALL_STATE(3018)] = 89177, + [SMALL_STATE(3019)] = 89197, + [SMALL_STATE(3020)] = 89217, + [SMALL_STATE(3021)] = 89237, + [SMALL_STATE(3022)] = 89253, + [SMALL_STATE(3023)] = 89273, + [SMALL_STATE(3024)] = 89291, + [SMALL_STATE(3025)] = 89311, + [SMALL_STATE(3026)] = 89327, + [SMALL_STATE(3027)] = 89343, + [SMALL_STATE(3028)] = 89363, + [SMALL_STATE(3029)] = 89383, + [SMALL_STATE(3030)] = 89403, + [SMALL_STATE(3031)] = 89423, + [SMALL_STATE(3032)] = 89443, + [SMALL_STATE(3033)] = 89463, + [SMALL_STATE(3034)] = 89481, + [SMALL_STATE(3035)] = 89501, + [SMALL_STATE(3036)] = 89521, + [SMALL_STATE(3037)] = 89539, + [SMALL_STATE(3038)] = 89559, + [SMALL_STATE(3039)] = 89577, + [SMALL_STATE(3040)] = 89597, + [SMALL_STATE(3041)] = 89617, + [SMALL_STATE(3042)] = 89635, + [SMALL_STATE(3043)] = 89655, + [SMALL_STATE(3044)] = 89675, + [SMALL_STATE(3045)] = 89695, + [SMALL_STATE(3046)] = 89715, + [SMALL_STATE(3047)] = 89735, + [SMALL_STATE(3048)] = 89751, + [SMALL_STATE(3049)] = 89767, + [SMALL_STATE(3050)] = 89783, + [SMALL_STATE(3051)] = 89799, + [SMALL_STATE(3052)] = 89815, + [SMALL_STATE(3053)] = 89831, + [SMALL_STATE(3054)] = 89847, + [SMALL_STATE(3055)] = 89863, + [SMALL_STATE(3056)] = 89883, + [SMALL_STATE(3057)] = 89903, + [SMALL_STATE(3058)] = 89921, + [SMALL_STATE(3059)] = 89941, + [SMALL_STATE(3060)] = 89961, + [SMALL_STATE(3061)] = 89979, + [SMALL_STATE(3062)] = 89999, + [SMALL_STATE(3063)] = 90017, + [SMALL_STATE(3064)] = 90037, + [SMALL_STATE(3065)] = 90057, + [SMALL_STATE(3066)] = 90075, + [SMALL_STATE(3067)] = 90095, + [SMALL_STATE(3068)] = 90113, + [SMALL_STATE(3069)] = 90133, + [SMALL_STATE(3070)] = 90151, + [SMALL_STATE(3071)] = 90169, + [SMALL_STATE(3072)] = 90189, + [SMALL_STATE(3073)] = 90209, + [SMALL_STATE(3074)] = 90229, + [SMALL_STATE(3075)] = 90249, + [SMALL_STATE(3076)] = 90267, + [SMALL_STATE(3077)] = 90287, + [SMALL_STATE(3078)] = 90307, + [SMALL_STATE(3079)] = 90327, + [SMALL_STATE(3080)] = 90347, + [SMALL_STATE(3081)] = 90365, + [SMALL_STATE(3082)] = 90385, + [SMALL_STATE(3083)] = 90405, + [SMALL_STATE(3084)] = 90425, + [SMALL_STATE(3085)] = 90445, + [SMALL_STATE(3086)] = 90463, + [SMALL_STATE(3087)] = 90479, + [SMALL_STATE(3088)] = 90499, + [SMALL_STATE(3089)] = 90517, + [SMALL_STATE(3090)] = 90537, + [SMALL_STATE(3091)] = 90557, + [SMALL_STATE(3092)] = 90577, + [SMALL_STATE(3093)] = 90597, + [SMALL_STATE(3094)] = 90617, + [SMALL_STATE(3095)] = 90635, + [SMALL_STATE(3096)] = 90651, + [SMALL_STATE(3097)] = 90667, + [SMALL_STATE(3098)] = 90685, + [SMALL_STATE(3099)] = 90703, + [SMALL_STATE(3100)] = 90719, + [SMALL_STATE(3101)] = 90739, + [SMALL_STATE(3102)] = 90757, + [SMALL_STATE(3103)] = 90777, + [SMALL_STATE(3104)] = 90797, + [SMALL_STATE(3105)] = 90817, + [SMALL_STATE(3106)] = 90837, + [SMALL_STATE(3107)] = 90853, + [SMALL_STATE(3108)] = 90873, + [SMALL_STATE(3109)] = 90893, + [SMALL_STATE(3110)] = 90913, + [SMALL_STATE(3111)] = 90933, + [SMALL_STATE(3112)] = 90949, + [SMALL_STATE(3113)] = 90969, + [SMALL_STATE(3114)] = 90985, + [SMALL_STATE(3115)] = 91003, + [SMALL_STATE(3116)] = 91023, + [SMALL_STATE(3117)] = 91039, + [SMALL_STATE(3118)] = 91055, + [SMALL_STATE(3119)] = 91075, + [SMALL_STATE(3120)] = 91095, + [SMALL_STATE(3121)] = 91115, + [SMALL_STATE(3122)] = 91133, + [SMALL_STATE(3123)] = 91153, + [SMALL_STATE(3124)] = 91173, + [SMALL_STATE(3125)] = 91193, + [SMALL_STATE(3126)] = 91213, + [SMALL_STATE(3127)] = 91233, + [SMALL_STATE(3128)] = 91253, + [SMALL_STATE(3129)] = 91273, + [SMALL_STATE(3130)] = 91293, + [SMALL_STATE(3131)] = 91311, + [SMALL_STATE(3132)] = 91331, + [SMALL_STATE(3133)] = 91351, + [SMALL_STATE(3134)] = 91371, + [SMALL_STATE(3135)] = 91391, + [SMALL_STATE(3136)] = 91411, + [SMALL_STATE(3137)] = 91427, + [SMALL_STATE(3138)] = 91443, + [SMALL_STATE(3139)] = 91463, + [SMALL_STATE(3140)] = 91479, + [SMALL_STATE(3141)] = 91499, + [SMALL_STATE(3142)] = 91515, + [SMALL_STATE(3143)] = 91535, + [SMALL_STATE(3144)] = 91555, + [SMALL_STATE(3145)] = 91571, + [SMALL_STATE(3146)] = 91591, + [SMALL_STATE(3147)] = 91609, + [SMALL_STATE(3148)] = 91625, + [SMALL_STATE(3149)] = 91645, + [SMALL_STATE(3150)] = 91665, + [SMALL_STATE(3151)] = 91683, + [SMALL_STATE(3152)] = 91699, + [SMALL_STATE(3153)] = 91719, + [SMALL_STATE(3154)] = 91739, + [SMALL_STATE(3155)] = 91755, + [SMALL_STATE(3156)] = 91775, + [SMALL_STATE(3157)] = 91795, + [SMALL_STATE(3158)] = 91815, + [SMALL_STATE(3159)] = 91835, + [SMALL_STATE(3160)] = 91855, + [SMALL_STATE(3161)] = 91873, + [SMALL_STATE(3162)] = 91893, + [SMALL_STATE(3163)] = 91909, + [SMALL_STATE(3164)] = 91925, + [SMALL_STATE(3165)] = 91941, + [SMALL_STATE(3166)] = 91961, + [SMALL_STATE(3167)] = 91977, + [SMALL_STATE(3168)] = 91993, + [SMALL_STATE(3169)] = 92013, + [SMALL_STATE(3170)] = 92033, + [SMALL_STATE(3171)] = 92049, + [SMALL_STATE(3172)] = 92065, + [SMALL_STATE(3173)] = 92081, + [SMALL_STATE(3174)] = 92099, + [SMALL_STATE(3175)] = 92115, + [SMALL_STATE(3176)] = 92135, + [SMALL_STATE(3177)] = 92155, + [SMALL_STATE(3178)] = 92175, + [SMALL_STATE(3179)] = 92193, + [SMALL_STATE(3180)] = 92213, + [SMALL_STATE(3181)] = 92233, + [SMALL_STATE(3182)] = 92253, + [SMALL_STATE(3183)] = 92273, + [SMALL_STATE(3184)] = 92293, + [SMALL_STATE(3185)] = 92311, + [SMALL_STATE(3186)] = 92331, + [SMALL_STATE(3187)] = 92351, + [SMALL_STATE(3188)] = 92371, + [SMALL_STATE(3189)] = 92391, + [SMALL_STATE(3190)] = 92411, + [SMALL_STATE(3191)] = 92427, + [SMALL_STATE(3192)] = 92447, + [SMALL_STATE(3193)] = 92467, + [SMALL_STATE(3194)] = 92485, + [SMALL_STATE(3195)] = 92501, + [SMALL_STATE(3196)] = 92521, + [SMALL_STATE(3197)] = 92541, + [SMALL_STATE(3198)] = 92556, + [SMALL_STATE(3199)] = 92571, + [SMALL_STATE(3200)] = 92588, + [SMALL_STATE(3201)] = 92605, + [SMALL_STATE(3202)] = 92622, + [SMALL_STATE(3203)] = 92639, + [SMALL_STATE(3204)] = 92656, + [SMALL_STATE(3205)] = 92673, + [SMALL_STATE(3206)] = 92690, + [SMALL_STATE(3207)] = 92705, + [SMALL_STATE(3208)] = 92722, + [SMALL_STATE(3209)] = 92739, + [SMALL_STATE(3210)] = 92756, + [SMALL_STATE(3211)] = 92773, + [SMALL_STATE(3212)] = 92790, + [SMALL_STATE(3213)] = 92807, + [SMALL_STATE(3214)] = 92824, + [SMALL_STATE(3215)] = 92841, + [SMALL_STATE(3216)] = 92858, + [SMALL_STATE(3217)] = 92875, + [SMALL_STATE(3218)] = 92890, + [SMALL_STATE(3219)] = 92907, + [SMALL_STATE(3220)] = 92924, + [SMALL_STATE(3221)] = 92941, + [SMALL_STATE(3222)] = 92958, + [SMALL_STATE(3223)] = 92973, + [SMALL_STATE(3224)] = 92990, + [SMALL_STATE(3225)] = 93007, + [SMALL_STATE(3226)] = 93022, + [SMALL_STATE(3227)] = 93039, + [SMALL_STATE(3228)] = 93054, + [SMALL_STATE(3229)] = 93071, + [SMALL_STATE(3230)] = 93088, + [SMALL_STATE(3231)] = 93105, + [SMALL_STATE(3232)] = 93122, + [SMALL_STATE(3233)] = 93139, + [SMALL_STATE(3234)] = 93156, + [SMALL_STATE(3235)] = 93173, + [SMALL_STATE(3236)] = 93190, + [SMALL_STATE(3237)] = 93207, + [SMALL_STATE(3238)] = 93224, + [SMALL_STATE(3239)] = 93241, + [SMALL_STATE(3240)] = 93258, + [SMALL_STATE(3241)] = 93275, + [SMALL_STATE(3242)] = 93292, + [SMALL_STATE(3243)] = 93309, + [SMALL_STATE(3244)] = 93324, + [SMALL_STATE(3245)] = 93341, + [SMALL_STATE(3246)] = 93358, + [SMALL_STATE(3247)] = 93375, + [SMALL_STATE(3248)] = 93392, + [SMALL_STATE(3249)] = 93409, + [SMALL_STATE(3250)] = 93426, + [SMALL_STATE(3251)] = 93443, + [SMALL_STATE(3252)] = 93460, + [SMALL_STATE(3253)] = 93477, + [SMALL_STATE(3254)] = 93494, + [SMALL_STATE(3255)] = 93511, + [SMALL_STATE(3256)] = 93528, + [SMALL_STATE(3257)] = 93545, + [SMALL_STATE(3258)] = 93562, + [SMALL_STATE(3259)] = 93579, + [SMALL_STATE(3260)] = 93596, + [SMALL_STATE(3261)] = 93613, + [SMALL_STATE(3262)] = 93630, + [SMALL_STATE(3263)] = 93645, + [SMALL_STATE(3264)] = 93660, + [SMALL_STATE(3265)] = 93677, + [SMALL_STATE(3266)] = 93694, + [SMALL_STATE(3267)] = 93711, + [SMALL_STATE(3268)] = 93728, + [SMALL_STATE(3269)] = 93743, + [SMALL_STATE(3270)] = 93760, + [SMALL_STATE(3271)] = 93777, + [SMALL_STATE(3272)] = 93794, + [SMALL_STATE(3273)] = 93811, + [SMALL_STATE(3274)] = 93828, + [SMALL_STATE(3275)] = 93845, + [SMALL_STATE(3276)] = 93860, + [SMALL_STATE(3277)] = 93877, + [SMALL_STATE(3278)] = 93892, + [SMALL_STATE(3279)] = 93909, + [SMALL_STATE(3280)] = 93926, + [SMALL_STATE(3281)] = 93943, + [SMALL_STATE(3282)] = 93958, + [SMALL_STATE(3283)] = 93973, + [SMALL_STATE(3284)] = 93990, + [SMALL_STATE(3285)] = 94007, + [SMALL_STATE(3286)] = 94024, + [SMALL_STATE(3287)] = 94041, + [SMALL_STATE(3288)] = 94058, + [SMALL_STATE(3289)] = 94075, + [SMALL_STATE(3290)] = 94092, + [SMALL_STATE(3291)] = 94109, + [SMALL_STATE(3292)] = 94124, + [SMALL_STATE(3293)] = 94141, + [SMALL_STATE(3294)] = 94158, + [SMALL_STATE(3295)] = 94175, + [SMALL_STATE(3296)] = 94190, + [SMALL_STATE(3297)] = 94207, + [SMALL_STATE(3298)] = 94222, + [SMALL_STATE(3299)] = 94239, + [SMALL_STATE(3300)] = 94256, + [SMALL_STATE(3301)] = 94273, + [SMALL_STATE(3302)] = 94290, + [SMALL_STATE(3303)] = 94307, + [SMALL_STATE(3304)] = 94324, + [SMALL_STATE(3305)] = 94341, + [SMALL_STATE(3306)] = 94358, + [SMALL_STATE(3307)] = 94373, + [SMALL_STATE(3308)] = 94390, + [SMALL_STATE(3309)] = 94407, + [SMALL_STATE(3310)] = 94424, + [SMALL_STATE(3311)] = 94441, + [SMALL_STATE(3312)] = 94458, + [SMALL_STATE(3313)] = 94475, + [SMALL_STATE(3314)] = 94492, + [SMALL_STATE(3315)] = 94509, + [SMALL_STATE(3316)] = 94526, + [SMALL_STATE(3317)] = 94543, + [SMALL_STATE(3318)] = 94560, + [SMALL_STATE(3319)] = 94577, + [SMALL_STATE(3320)] = 94594, + [SMALL_STATE(3321)] = 94611, + [SMALL_STATE(3322)] = 94628, + [SMALL_STATE(3323)] = 94643, + [SMALL_STATE(3324)] = 94660, + [SMALL_STATE(3325)] = 94675, + [SMALL_STATE(3326)] = 94690, + [SMALL_STATE(3327)] = 94707, + [SMALL_STATE(3328)] = 94724, + [SMALL_STATE(3329)] = 94741, + [SMALL_STATE(3330)] = 94758, + [SMALL_STATE(3331)] = 94775, + [SMALL_STATE(3332)] = 94792, + [SMALL_STATE(3333)] = 94809, + [SMALL_STATE(3334)] = 94826, + [SMALL_STATE(3335)] = 94843, + [SMALL_STATE(3336)] = 94860, + [SMALL_STATE(3337)] = 94877, + [SMALL_STATE(3338)] = 94894, + [SMALL_STATE(3339)] = 94911, + [SMALL_STATE(3340)] = 94928, + [SMALL_STATE(3341)] = 94945, + [SMALL_STATE(3342)] = 94962, + [SMALL_STATE(3343)] = 94979, + [SMALL_STATE(3344)] = 94996, + [SMALL_STATE(3345)] = 95013, + [SMALL_STATE(3346)] = 95030, + [SMALL_STATE(3347)] = 95047, + [SMALL_STATE(3348)] = 95064, + [SMALL_STATE(3349)] = 95081, + [SMALL_STATE(3350)] = 95098, + [SMALL_STATE(3351)] = 95115, + [SMALL_STATE(3352)] = 95132, + [SMALL_STATE(3353)] = 95149, + [SMALL_STATE(3354)] = 95166, + [SMALL_STATE(3355)] = 95183, + [SMALL_STATE(3356)] = 95198, + [SMALL_STATE(3357)] = 95215, + [SMALL_STATE(3358)] = 95232, + [SMALL_STATE(3359)] = 95249, + [SMALL_STATE(3360)] = 95264, + [SMALL_STATE(3361)] = 95281, + [SMALL_STATE(3362)] = 95298, + [SMALL_STATE(3363)] = 95315, + [SMALL_STATE(3364)] = 95330, + [SMALL_STATE(3365)] = 95347, + [SMALL_STATE(3366)] = 95362, + [SMALL_STATE(3367)] = 95379, + [SMALL_STATE(3368)] = 95396, + [SMALL_STATE(3369)] = 95411, + [SMALL_STATE(3370)] = 95426, + [SMALL_STATE(3371)] = 95443, + [SMALL_STATE(3372)] = 95460, + [SMALL_STATE(3373)] = 95477, + [SMALL_STATE(3374)] = 95494, + [SMALL_STATE(3375)] = 95509, + [SMALL_STATE(3376)] = 95526, + [SMALL_STATE(3377)] = 95543, + [SMALL_STATE(3378)] = 95558, + [SMALL_STATE(3379)] = 95575, + [SMALL_STATE(3380)] = 95592, + [SMALL_STATE(3381)] = 95607, + [SMALL_STATE(3382)] = 95622, + [SMALL_STATE(3383)] = 95639, + [SMALL_STATE(3384)] = 95656, + [SMALL_STATE(3385)] = 95671, + [SMALL_STATE(3386)] = 95686, + [SMALL_STATE(3387)] = 95703, + [SMALL_STATE(3388)] = 95720, + [SMALL_STATE(3389)] = 95737, + [SMALL_STATE(3390)] = 95754, + [SMALL_STATE(3391)] = 95771, + [SMALL_STATE(3392)] = 95788, + [SMALL_STATE(3393)] = 95805, + [SMALL_STATE(3394)] = 95822, + [SMALL_STATE(3395)] = 95839, + [SMALL_STATE(3396)] = 95856, + [SMALL_STATE(3397)] = 95871, + [SMALL_STATE(3398)] = 95886, + [SMALL_STATE(3399)] = 95901, + [SMALL_STATE(3400)] = 95918, + [SMALL_STATE(3401)] = 95935, + [SMALL_STATE(3402)] = 95952, + [SMALL_STATE(3403)] = 95969, + [SMALL_STATE(3404)] = 95986, + [SMALL_STATE(3405)] = 96003, + [SMALL_STATE(3406)] = 96020, + [SMALL_STATE(3407)] = 96037, + [SMALL_STATE(3408)] = 96054, + [SMALL_STATE(3409)] = 96071, + [SMALL_STATE(3410)] = 96088, + [SMALL_STATE(3411)] = 96103, + [SMALL_STATE(3412)] = 96118, + [SMALL_STATE(3413)] = 96135, + [SMALL_STATE(3414)] = 96152, + [SMALL_STATE(3415)] = 96167, + [SMALL_STATE(3416)] = 96184, + [SMALL_STATE(3417)] = 96199, + [SMALL_STATE(3418)] = 96216, + [SMALL_STATE(3419)] = 96231, + [SMALL_STATE(3420)] = 96248, + [SMALL_STATE(3421)] = 96265, + [SMALL_STATE(3422)] = 96282, + [SMALL_STATE(3423)] = 96299, + [SMALL_STATE(3424)] = 96316, + [SMALL_STATE(3425)] = 96333, + [SMALL_STATE(3426)] = 96350, + [SMALL_STATE(3427)] = 96367, + [SMALL_STATE(3428)] = 96384, + [SMALL_STATE(3429)] = 96401, + [SMALL_STATE(3430)] = 96418, + [SMALL_STATE(3431)] = 96435, + [SMALL_STATE(3432)] = 96452, + [SMALL_STATE(3433)] = 96467, + [SMALL_STATE(3434)] = 96484, + [SMALL_STATE(3435)] = 96501, + [SMALL_STATE(3436)] = 96518, + [SMALL_STATE(3437)] = 96533, + [SMALL_STATE(3438)] = 96550, + [SMALL_STATE(3439)] = 96567, + [SMALL_STATE(3440)] = 96584, + [SMALL_STATE(3441)] = 96601, + [SMALL_STATE(3442)] = 96618, + [SMALL_STATE(3443)] = 96635, + [SMALL_STATE(3444)] = 96652, + [SMALL_STATE(3445)] = 96669, + [SMALL_STATE(3446)] = 96686, + [SMALL_STATE(3447)] = 96703, + [SMALL_STATE(3448)] = 96720, + [SMALL_STATE(3449)] = 96737, + [SMALL_STATE(3450)] = 96754, + [SMALL_STATE(3451)] = 96771, + [SMALL_STATE(3452)] = 96788, + [SMALL_STATE(3453)] = 96805, + [SMALL_STATE(3454)] = 96820, + [SMALL_STATE(3455)] = 96837, + [SMALL_STATE(3456)] = 96854, + [SMALL_STATE(3457)] = 96871, + [SMALL_STATE(3458)] = 96886, + [SMALL_STATE(3459)] = 96903, + [SMALL_STATE(3460)] = 96920, + [SMALL_STATE(3461)] = 96937, + [SMALL_STATE(3462)] = 96952, + [SMALL_STATE(3463)] = 96969, + [SMALL_STATE(3464)] = 96986, + [SMALL_STATE(3465)] = 97003, + [SMALL_STATE(3466)] = 97020, + [SMALL_STATE(3467)] = 97035, + [SMALL_STATE(3468)] = 97050, + [SMALL_STATE(3469)] = 97067, + [SMALL_STATE(3470)] = 97084, + [SMALL_STATE(3471)] = 97101, + [SMALL_STATE(3472)] = 97118, + [SMALL_STATE(3473)] = 97135, + [SMALL_STATE(3474)] = 97150, + [SMALL_STATE(3475)] = 97167, + [SMALL_STATE(3476)] = 97184, + [SMALL_STATE(3477)] = 97201, + [SMALL_STATE(3478)] = 97218, + [SMALL_STATE(3479)] = 97235, + [SMALL_STATE(3480)] = 97252, + [SMALL_STATE(3481)] = 97269, + [SMALL_STATE(3482)] = 97284, + [SMALL_STATE(3483)] = 97301, + [SMALL_STATE(3484)] = 97318, + [SMALL_STATE(3485)] = 97335, + [SMALL_STATE(3486)] = 97350, + [SMALL_STATE(3487)] = 97367, + [SMALL_STATE(3488)] = 97384, + [SMALL_STATE(3489)] = 97401, + [SMALL_STATE(3490)] = 97418, + [SMALL_STATE(3491)] = 97435, + [SMALL_STATE(3492)] = 97452, + [SMALL_STATE(3493)] = 97469, + [SMALL_STATE(3494)] = 97486, + [SMALL_STATE(3495)] = 97503, + [SMALL_STATE(3496)] = 97520, + [SMALL_STATE(3497)] = 97535, + [SMALL_STATE(3498)] = 97552, + [SMALL_STATE(3499)] = 97569, + [SMALL_STATE(3500)] = 97584, + [SMALL_STATE(3501)] = 97601, + [SMALL_STATE(3502)] = 97615, + [SMALL_STATE(3503)] = 97629, + [SMALL_STATE(3504)] = 97643, + [SMALL_STATE(3505)] = 97657, + [SMALL_STATE(3506)] = 97671, + [SMALL_STATE(3507)] = 97685, + [SMALL_STATE(3508)] = 97699, + [SMALL_STATE(3509)] = 97713, + [SMALL_STATE(3510)] = 97727, + [SMALL_STATE(3511)] = 97741, + [SMALL_STATE(3512)] = 97755, + [SMALL_STATE(3513)] = 97769, + [SMALL_STATE(3514)] = 97783, + [SMALL_STATE(3515)] = 97797, + [SMALL_STATE(3516)] = 97811, + [SMALL_STATE(3517)] = 97825, + [SMALL_STATE(3518)] = 97839, + [SMALL_STATE(3519)] = 97853, + [SMALL_STATE(3520)] = 97867, + [SMALL_STATE(3521)] = 97881, + [SMALL_STATE(3522)] = 97895, + [SMALL_STATE(3523)] = 97909, + [SMALL_STATE(3524)] = 97923, + [SMALL_STATE(3525)] = 97937, + [SMALL_STATE(3526)] = 97951, + [SMALL_STATE(3527)] = 97965, + [SMALL_STATE(3528)] = 97979, + [SMALL_STATE(3529)] = 97993, + [SMALL_STATE(3530)] = 98007, + [SMALL_STATE(3531)] = 98021, + [SMALL_STATE(3532)] = 98035, + [SMALL_STATE(3533)] = 98049, + [SMALL_STATE(3534)] = 98063, + [SMALL_STATE(3535)] = 98077, + [SMALL_STATE(3536)] = 98091, + [SMALL_STATE(3537)] = 98105, + [SMALL_STATE(3538)] = 98119, + [SMALL_STATE(3539)] = 98133, + [SMALL_STATE(3540)] = 98147, + [SMALL_STATE(3541)] = 98161, + [SMALL_STATE(3542)] = 98175, + [SMALL_STATE(3543)] = 98189, + [SMALL_STATE(3544)] = 98203, + [SMALL_STATE(3545)] = 98217, + [SMALL_STATE(3546)] = 98231, + [SMALL_STATE(3547)] = 98245, + [SMALL_STATE(3548)] = 98259, + [SMALL_STATE(3549)] = 98273, + [SMALL_STATE(3550)] = 98287, + [SMALL_STATE(3551)] = 98301, + [SMALL_STATE(3552)] = 98315, + [SMALL_STATE(3553)] = 98329, + [SMALL_STATE(3554)] = 98343, + [SMALL_STATE(3555)] = 98357, + [SMALL_STATE(3556)] = 98371, + [SMALL_STATE(3557)] = 98385, + [SMALL_STATE(3558)] = 98399, + [SMALL_STATE(3559)] = 98413, + [SMALL_STATE(3560)] = 98427, + [SMALL_STATE(3561)] = 98441, + [SMALL_STATE(3562)] = 98455, + [SMALL_STATE(3563)] = 98469, + [SMALL_STATE(3564)] = 98483, + [SMALL_STATE(3565)] = 98497, + [SMALL_STATE(3566)] = 98511, + [SMALL_STATE(3567)] = 98525, + [SMALL_STATE(3568)] = 98539, + [SMALL_STATE(3569)] = 98553, + [SMALL_STATE(3570)] = 98567, + [SMALL_STATE(3571)] = 98581, + [SMALL_STATE(3572)] = 98595, + [SMALL_STATE(3573)] = 98609, + [SMALL_STATE(3574)] = 98623, + [SMALL_STATE(3575)] = 98637, + [SMALL_STATE(3576)] = 98651, + [SMALL_STATE(3577)] = 98665, + [SMALL_STATE(3578)] = 98679, + [SMALL_STATE(3579)] = 98693, + [SMALL_STATE(3580)] = 98707, + [SMALL_STATE(3581)] = 98721, + [SMALL_STATE(3582)] = 98735, + [SMALL_STATE(3583)] = 98749, + [SMALL_STATE(3584)] = 98763, + [SMALL_STATE(3585)] = 98777, + [SMALL_STATE(3586)] = 98791, + [SMALL_STATE(3587)] = 98805, + [SMALL_STATE(3588)] = 98819, + [SMALL_STATE(3589)] = 98833, + [SMALL_STATE(3590)] = 98847, + [SMALL_STATE(3591)] = 98861, + [SMALL_STATE(3592)] = 98875, + [SMALL_STATE(3593)] = 98889, + [SMALL_STATE(3594)] = 98903, + [SMALL_STATE(3595)] = 98917, + [SMALL_STATE(3596)] = 98931, + [SMALL_STATE(3597)] = 98945, + [SMALL_STATE(3598)] = 98959, + [SMALL_STATE(3599)] = 98973, + [SMALL_STATE(3600)] = 98987, + [SMALL_STATE(3601)] = 99001, + [SMALL_STATE(3602)] = 99015, + [SMALL_STATE(3603)] = 99029, + [SMALL_STATE(3604)] = 99043, + [SMALL_STATE(3605)] = 99057, + [SMALL_STATE(3606)] = 99071, + [SMALL_STATE(3607)] = 99085, + [SMALL_STATE(3608)] = 99099, + [SMALL_STATE(3609)] = 99113, + [SMALL_STATE(3610)] = 99127, + [SMALL_STATE(3611)] = 99141, + [SMALL_STATE(3612)] = 99155, + [SMALL_STATE(3613)] = 99169, + [SMALL_STATE(3614)] = 99183, + [SMALL_STATE(3615)] = 99197, + [SMALL_STATE(3616)] = 99211, + [SMALL_STATE(3617)] = 99225, + [SMALL_STATE(3618)] = 99239, + [SMALL_STATE(3619)] = 99253, + [SMALL_STATE(3620)] = 99267, + [SMALL_STATE(3621)] = 99281, + [SMALL_STATE(3622)] = 99295, + [SMALL_STATE(3623)] = 99309, + [SMALL_STATE(3624)] = 99323, + [SMALL_STATE(3625)] = 99337, + [SMALL_STATE(3626)] = 99351, + [SMALL_STATE(3627)] = 99365, + [SMALL_STATE(3628)] = 99379, + [SMALL_STATE(3629)] = 99393, + [SMALL_STATE(3630)] = 99407, + [SMALL_STATE(3631)] = 99421, + [SMALL_STATE(3632)] = 99435, + [SMALL_STATE(3633)] = 99449, + [SMALL_STATE(3634)] = 99463, + [SMALL_STATE(3635)] = 99477, + [SMALL_STATE(3636)] = 99491, + [SMALL_STATE(3637)] = 99505, + [SMALL_STATE(3638)] = 99519, + [SMALL_STATE(3639)] = 99533, + [SMALL_STATE(3640)] = 99547, + [SMALL_STATE(3641)] = 99561, + [SMALL_STATE(3642)] = 99575, + [SMALL_STATE(3643)] = 99589, + [SMALL_STATE(3644)] = 99603, + [SMALL_STATE(3645)] = 99617, + [SMALL_STATE(3646)] = 99631, + [SMALL_STATE(3647)] = 99645, + [SMALL_STATE(3648)] = 99659, + [SMALL_STATE(3649)] = 99673, + [SMALL_STATE(3650)] = 99687, + [SMALL_STATE(3651)] = 99701, + [SMALL_STATE(3652)] = 99715, + [SMALL_STATE(3653)] = 99729, + [SMALL_STATE(3654)] = 99743, + [SMALL_STATE(3655)] = 99757, + [SMALL_STATE(3656)] = 99771, + [SMALL_STATE(3657)] = 99785, + [SMALL_STATE(3658)] = 99799, + [SMALL_STATE(3659)] = 99813, + [SMALL_STATE(3660)] = 99827, + [SMALL_STATE(3661)] = 99841, + [SMALL_STATE(3662)] = 99855, + [SMALL_STATE(3663)] = 99869, + [SMALL_STATE(3664)] = 99883, + [SMALL_STATE(3665)] = 99897, + [SMALL_STATE(3666)] = 99911, + [SMALL_STATE(3667)] = 99925, + [SMALL_STATE(3668)] = 99939, + [SMALL_STATE(3669)] = 99953, + [SMALL_STATE(3670)] = 99967, + [SMALL_STATE(3671)] = 99981, + [SMALL_STATE(3672)] = 99995, + [SMALL_STATE(3673)] = 100009, + [SMALL_STATE(3674)] = 100023, + [SMALL_STATE(3675)] = 100037, + [SMALL_STATE(3676)] = 100051, + [SMALL_STATE(3677)] = 100065, + [SMALL_STATE(3678)] = 100079, + [SMALL_STATE(3679)] = 100093, + [SMALL_STATE(3680)] = 100107, + [SMALL_STATE(3681)] = 100121, + [SMALL_STATE(3682)] = 100135, + [SMALL_STATE(3683)] = 100149, + [SMALL_STATE(3684)] = 100163, + [SMALL_STATE(3685)] = 100177, + [SMALL_STATE(3686)] = 100191, + [SMALL_STATE(3687)] = 100205, + [SMALL_STATE(3688)] = 100219, + [SMALL_STATE(3689)] = 100233, + [SMALL_STATE(3690)] = 100247, + [SMALL_STATE(3691)] = 100261, + [SMALL_STATE(3692)] = 100275, + [SMALL_STATE(3693)] = 100289, + [SMALL_STATE(3694)] = 100303, + [SMALL_STATE(3695)] = 100317, + [SMALL_STATE(3696)] = 100331, + [SMALL_STATE(3697)] = 100345, + [SMALL_STATE(3698)] = 100359, + [SMALL_STATE(3699)] = 100373, + [SMALL_STATE(3700)] = 100387, + [SMALL_STATE(3701)] = 100401, + [SMALL_STATE(3702)] = 100415, + [SMALL_STATE(3703)] = 100429, + [SMALL_STATE(3704)] = 100443, + [SMALL_STATE(3705)] = 100457, + [SMALL_STATE(3706)] = 100471, + [SMALL_STATE(3707)] = 100485, + [SMALL_STATE(3708)] = 100499, + [SMALL_STATE(3709)] = 100513, + [SMALL_STATE(3710)] = 100527, + [SMALL_STATE(3711)] = 100541, + [SMALL_STATE(3712)] = 100555, + [SMALL_STATE(3713)] = 100569, + [SMALL_STATE(3714)] = 100583, + [SMALL_STATE(3715)] = 100597, + [SMALL_STATE(3716)] = 100611, + [SMALL_STATE(3717)] = 100625, + [SMALL_STATE(3718)] = 100639, + [SMALL_STATE(3719)] = 100653, + [SMALL_STATE(3720)] = 100667, + [SMALL_STATE(3721)] = 100681, + [SMALL_STATE(3722)] = 100695, + [SMALL_STATE(3723)] = 100709, + [SMALL_STATE(3724)] = 100723, + [SMALL_STATE(3725)] = 100737, + [SMALL_STATE(3726)] = 100751, + [SMALL_STATE(3727)] = 100765, + [SMALL_STATE(3728)] = 100779, + [SMALL_STATE(3729)] = 100793, + [SMALL_STATE(3730)] = 100807, + [SMALL_STATE(3731)] = 100821, + [SMALL_STATE(3732)] = 100835, + [SMALL_STATE(3733)] = 100849, + [SMALL_STATE(3734)] = 100863, + [SMALL_STATE(3735)] = 100877, + [SMALL_STATE(3736)] = 100891, + [SMALL_STATE(3737)] = 100905, + [SMALL_STATE(3738)] = 100919, + [SMALL_STATE(3739)] = 100933, + [SMALL_STATE(3740)] = 100947, + [SMALL_STATE(3741)] = 100961, + [SMALL_STATE(3742)] = 100975, + [SMALL_STATE(3743)] = 100989, + [SMALL_STATE(3744)] = 101003, + [SMALL_STATE(3745)] = 101017, + [SMALL_STATE(3746)] = 101031, + [SMALL_STATE(3747)] = 101045, + [SMALL_STATE(3748)] = 101059, + [SMALL_STATE(3749)] = 101073, + [SMALL_STATE(3750)] = 101087, + [SMALL_STATE(3751)] = 101101, + [SMALL_STATE(3752)] = 101115, + [SMALL_STATE(3753)] = 101129, + [SMALL_STATE(3754)] = 101143, + [SMALL_STATE(3755)] = 101157, + [SMALL_STATE(3756)] = 101171, + [SMALL_STATE(3757)] = 101185, + [SMALL_STATE(3758)] = 101199, + [SMALL_STATE(3759)] = 101213, + [SMALL_STATE(3760)] = 101227, + [SMALL_STATE(3761)] = 101241, + [SMALL_STATE(3762)] = 101255, + [SMALL_STATE(3763)] = 101269, + [SMALL_STATE(3764)] = 101283, + [SMALL_STATE(3765)] = 101297, + [SMALL_STATE(3766)] = 101311, + [SMALL_STATE(3767)] = 101325, + [SMALL_STATE(3768)] = 101339, + [SMALL_STATE(3769)] = 101353, + [SMALL_STATE(3770)] = 101367, + [SMALL_STATE(3771)] = 101381, + [SMALL_STATE(3772)] = 101395, + [SMALL_STATE(3773)] = 101409, + [SMALL_STATE(3774)] = 101423, + [SMALL_STATE(3775)] = 101437, + [SMALL_STATE(3776)] = 101451, + [SMALL_STATE(3777)] = 101465, + [SMALL_STATE(3778)] = 101479, + [SMALL_STATE(3779)] = 101493, + [SMALL_STATE(3780)] = 101507, + [SMALL_STATE(3781)] = 101521, + [SMALL_STATE(3782)] = 101535, + [SMALL_STATE(3783)] = 101549, + [SMALL_STATE(3784)] = 101563, + [SMALL_STATE(3785)] = 101577, + [SMALL_STATE(3786)] = 101591, + [SMALL_STATE(3787)] = 101605, + [SMALL_STATE(3788)] = 101619, + [SMALL_STATE(3789)] = 101633, + [SMALL_STATE(3790)] = 101647, + [SMALL_STATE(3791)] = 101661, + [SMALL_STATE(3792)] = 101675, + [SMALL_STATE(3793)] = 101689, + [SMALL_STATE(3794)] = 101703, + [SMALL_STATE(3795)] = 101717, + [SMALL_STATE(3796)] = 101731, + [SMALL_STATE(3797)] = 101745, + [SMALL_STATE(3798)] = 101759, + [SMALL_STATE(3799)] = 101773, + [SMALL_STATE(3800)] = 101787, + [SMALL_STATE(3801)] = 101801, + [SMALL_STATE(3802)] = 101815, + [SMALL_STATE(3803)] = 101829, + [SMALL_STATE(3804)] = 101843, + [SMALL_STATE(3805)] = 101857, + [SMALL_STATE(3806)] = 101871, + [SMALL_STATE(3807)] = 101885, + [SMALL_STATE(3808)] = 101899, + [SMALL_STATE(3809)] = 101913, + [SMALL_STATE(3810)] = 101927, + [SMALL_STATE(3811)] = 101941, + [SMALL_STATE(3812)] = 101955, + [SMALL_STATE(3813)] = 101969, + [SMALL_STATE(3814)] = 101983, + [SMALL_STATE(3815)] = 101997, + [SMALL_STATE(3816)] = 102011, + [SMALL_STATE(3817)] = 102025, + [SMALL_STATE(3818)] = 102039, + [SMALL_STATE(3819)] = 102053, + [SMALL_STATE(3820)] = 102067, + [SMALL_STATE(3821)] = 102071, + [SMALL_STATE(3822)] = 102075, + [SMALL_STATE(3823)] = 102079, + [SMALL_STATE(3824)] = 102083, + [SMALL_STATE(3825)] = 102087, + [SMALL_STATE(3826)] = 102091, }; 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(2399), - [5] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2515), + [3] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2363), + [5] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2574), [7] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 0, 0, 0), - [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1589), - [11] = {.entry = {.count = 1, .reusable = true}}, SHIFT(535), - [13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2544), - [15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), - [17] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), - [19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2), - [21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), - [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1558), - [25] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), - [27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(813), - [29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(878), - [31] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), - [33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3384), - [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3361), - [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3671), - [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2109), + [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1576), + [11] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556), + [13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2559), + [15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), + [17] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), + [19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), + [21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323), + [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1568), + [25] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), + [27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806), + [29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(875), + [31] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), + [33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3250), + [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3451), + [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3562), + [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2124), [41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(38), - [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2176), - [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1400), - [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1376), - [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3586), - [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3287), - [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(834), - [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1414), - [57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(165), - [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(879), - [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(843), - [63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2637), - [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(359), - [67] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3677), - [69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2039), - [71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(36), - [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2358), - [75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3729), - [77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3673), - [79] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3524), - [81] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1597), - [83] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2118), - [85] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1913), - [87] = {.entry = {.count = 1, .reusable = false}}, SHIFT(163), - [89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2167), - [91] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1620), - [93] = {.entry = {.count = 1, .reusable = false}}, SHIFT(42), - [95] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3497), - [97] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2671), - [99] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1442), - [101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2739), - [103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1474), - [105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2399), - [107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2515), + [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2156), + [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1417), + [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1116), + [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3632), + [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3411), + [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(823), + [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1396), + [57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(144), + [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(863), + [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(837), + [63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2686), + [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(317), + [67] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3733), + [69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2049), + [71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(37), + [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2384), + [75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3555), + [77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3586), + [79] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3587), + [81] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1604), + [83] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2120), + [85] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1944), + [87] = {.entry = {.count = 1, .reusable = false}}, SHIFT(160), + [89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2164), + [91] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1625), + [93] = {.entry = {.count = 1, .reusable = false}}, SHIFT(40), + [95] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3256), + [97] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2838), + [99] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1543), + [101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2873), + [103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1468), + [105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2363), + [107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2574), [109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), - [111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1557), - [113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3596), - [115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2061), - [117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1557), - [119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3625), - [121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395), - [123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3361), - [125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1693), - [127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 1, 0, 0), - [129] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 2, 0, 0), - [131] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), - [133] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1589), - [136] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(535), - [139] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2544), - [142] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(142), - [145] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(140), - [148] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2), - [151] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(302), - [154] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1558), - [157] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(263), - [160] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(813), - [163] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(878), - [166] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(40), - [169] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3384), - [172] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3361), - [175] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3671), - [178] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2109), - [181] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(38), - [184] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2176), - [187] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1400), - [190] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1376), - [193] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3586), - [196] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3287), - [199] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(834), - [202] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1414), - [205] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(165), - [208] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(879), - [211] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(843), - [214] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2637), - [217] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(359), - [220] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3677), - [223] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2039), - [226] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(36), - [229] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2358), - [232] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3729), - [235] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3673), - [238] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3524), - [241] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1597), - [244] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2118), - [247] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1913), - [250] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(163), - [253] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2167), - [256] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1620), - [259] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(42), - [262] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3497), - [265] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2671), - [268] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1442), - [271] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2739), - [274] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1474), - [277] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1557), - [280] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3596), - [283] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2061), - [286] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1557), - [289] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3625), - [292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), - [294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), - [296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1526), - [298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1543), - [300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1476), - [302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1545), - [304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2157), - [306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2178), - [308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2136), - [310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2152), - [312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(656), - [314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(667), - [316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(671), - [318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(675), - [320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1069), - [322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1081), - [324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1074), - [326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1075), - [328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(469), - [330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473), - [332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471), + [111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1562), + [113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3798), + [115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2073), + [117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1562), + [119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3706), + [121] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1576), + [124] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(556), + [127] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2559), + [130] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(154), + [133] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(135), + [136] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(13), + [139] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), + [141] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(323), + [144] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1568), + [147] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(255), + [150] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(806), + [153] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(875), + [156] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(39), + [159] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3250), + [162] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3451), + [165] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3562), + [168] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2124), + [171] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(38), + [174] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2156), + [177] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1417), + [180] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1116), + [183] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3632), + [186] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3411), + [189] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(823), + [192] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1396), + [195] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(144), + [198] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(863), + [201] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(837), + [204] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2686), + [207] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(317), + [210] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3733), + [213] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2049), + [216] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(37), + [219] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2384), + [222] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3555), + [225] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3586), + [228] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3587), + [231] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1604), + [234] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2120), + [237] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1944), + [240] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(160), + [243] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2164), + [246] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1625), + [249] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(40), + [252] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3256), + [255] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2838), + [258] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1543), + [261] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2873), + [264] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1468), + [267] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1562), + [270] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3798), + [273] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2073), + [276] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1562), + [279] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3706), + [282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1669), + [284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3451), + [286] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 1, 0, 0), + [288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), + [290] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 2, 0, 0), + [292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), + [294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395), + [296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1478), + [298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1438), + [300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), + [302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1462), + [304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1493), + [306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2137), + [308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2168), + [310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2166), + [312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(602), + [314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(615), + [316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(618), + [318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(620), + [320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1078), + [322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1080), + [324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1081), + [326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1082), + [328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474), + [330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467), + [332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(466), [334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), - [336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1675), - [338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1679), - [340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1689), - [342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), - [344] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1385), + [336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1666), + [338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1667), + [340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1668), + [342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2162), + [344] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1281), [346] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_expression, 2, 0, 0), - [348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), - [350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2763), + [348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), + [350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2831), [352] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_expression, 2, 0, 0), - [354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(302), - [356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2355), - [358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2711), - [360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1522), - [362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(821), + [354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(323), + [356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2344), + [358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2880), + [360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1553), + [362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(848), [364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1072), - [366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(166), - [368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2714), - [370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(362), - [372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2712), - [374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2794), - [376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(167), - [378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2621), - [380] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_expression, 1, 0, 0), - [382] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_expression, 1, 0, 0), - [384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(263), - [386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(813), - [388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(878), - [390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(41), - [392] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_expression, 2, 0, 0), - [394] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_expression, 2, 0, 0), + [366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(163), + [368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2643), + [370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(365), + [372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2632), + [374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2639), + [376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(164), + [378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2644), + [380] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_expression, 2, 0, 0), + [382] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_expression, 2, 0, 0), + [384] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_expression, 1, 0, 0), + [386] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_expression, 1, 0, 0), + [388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(255), + [390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(806), + [392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(875), + [394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(42), [396] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_expression, 1, 0, 0), [398] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_expression, 1, 0, 0), - [400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3563), + [400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3549), [402] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_expression, 1, 0, 0), [404] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_expression, 1, 0, 0), [406] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield_expression, 1, 0, 0), [408] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_yield_expression, 1, 0, 0), - [410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1602), + [410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1601), [412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), - [414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2847), - [416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1660), - [418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(331), - [420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3435), - [422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2404), - [424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(47), - [426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2723), - [428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1648), + [414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2869), + [416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1717), + [418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(383), + [420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3463), + [422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2364), + [424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(50), + [426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2801), + [428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1641), [430] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1642), - [432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(822), - [434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1459), - [436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(172), - [438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2690), - [440] = {.entry = {.count = 1, .reusable = false}}, SHIFT(388), - [442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(45), - [444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2724), - [446] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2644), - [448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(143), - [450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(46), - [452] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3277), - [454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2691), - [456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1768), - [458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2736), - [460] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1770), - [462] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1671), - [464] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3631), - [466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1671), + [432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(852), + [434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1536), + [436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(171), + [438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2777), + [440] = {.entry = {.count = 1, .reusable = false}}, SHIFT(390), + [442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(48), + [444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2802), + [446] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2747), + [448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(172), + [450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(49), + [452] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3289), + [454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2778), + [456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1873), + [458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2813), + [460] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1874), + [462] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1672), + [464] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3633), + [466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1672), [468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3693), [470] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1600), - [472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1637), - [474] = {.entry = {.count = 1, .reusable = false}}, SHIFT(336), - [476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3245), - [478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2361), - [480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(65), - [482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1613), - [484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1569), - [486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(66), - [488] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2643), - [490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(54), - [492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3446), - [494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1639), - [496] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3738), - [498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1639), - [500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), - [502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), - [504] = {.entry = {.count = 1, .reusable = false}}, SHIFT(264), - [506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(50), - [508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3678), - [510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(305), - [512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2372), - [514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(63), - [516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1641), - [518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1566), - [520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(60), - [522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2737), - [524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(53), - [526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3248), - [528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(257), - [530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(59), + [472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1658), + [474] = {.entry = {.count = 1, .reusable = false}}, SHIFT(307), + [476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3388), + [478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2351), + [480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(56), + [482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1631), + [484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1627), + [486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1563), + [488] = {.entry = {.count = 1, .reusable = false}}, SHIFT(54), + [490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2648), + [492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(55), + [494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3404), + [496] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1659), + [498] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3727), + [500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1659), + [502] = {.entry = {.count = 1, .reusable = false}}, SHIFT(334), + [504] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2350), + [506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(53), + [508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1569), + [510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(58), + [512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2746), + [514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(59), + [516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3470), + [518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), + [520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), + [522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(266), + [524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(45), + [526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3729), + [528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(262), + [530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(63), [532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(254), - [534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(61), - [536] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(184), - [539] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(176), - [542] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(68), + [534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(65), + [536] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(182), + [539] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(183), + [542] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(72), [545] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), - [547] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(69), - [550] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(76), - [553] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(176), - [556] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(3510), - [559] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(188), - [562] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(2721), - [565] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(191), - [568] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(185), + [547] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(68), + [550] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(74), + [553] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(183), + [556] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(3664), + [559] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(179), + [562] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(2799), + [565] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(185), + [568] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(174), [571] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(3686), - [574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(184), - [576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), - [578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), - [580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), - [582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), - [584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), - [586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(176), - [588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3510), - [590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), - [592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2721), - [594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(191), - [596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), + [574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(182), + [576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), + [578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), + [580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), + [582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), + [584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), + [586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(183), + [588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3664), + [590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), + [592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2799), + [594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(185), + [596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), [598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3686), - [600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3503), - [602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), - [604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3763), - [606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2679), - [608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2871), - [610] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(190), - [613] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(176), - [616] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(88), - [619] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), - [621] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(89), - [624] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(90), - [627] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(176), - [630] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(3789), - [633] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(188), - [636] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(2721), - [639] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(191), - [642] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(190), - [645] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(3686), - [648] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(246), - [651] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(232), - [654] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(105), - [657] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), - [659] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(106), - [662] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(107), - [665] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(232), - [668] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(246), - [671] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(226), - [674] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(2640), - [677] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(227), - [680] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(3627), - [683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(246), - [685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), - [687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), - [689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1785), - [691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), - [693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), - [695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(232), - [697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), - [699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), - [701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2640), - [703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(227), - [705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3627), - [707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1443), - [709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413), - [711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(190), - [713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), - [715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), - [717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), - [719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), - [721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3789), - [723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), - [725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), - [727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2040), - [729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(420), - [731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2045), - [733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2873), - [735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), - [737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), - [739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2634), - [741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1076), - [743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1082), - [745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1520), - [747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1784), - [749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2689), - [751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2782), - [753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1902), - [755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3668), - [757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3612), - [759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1839), - [761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3706), - [763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1934), - [765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3526), - [767] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(1385), - [770] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(142), - [773] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(140), - [776] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), - [778] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(10), - [781] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(302), - [784] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(1558), - [787] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(263), - [790] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(813), - [793] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(878), - [796] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(40), - [799] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(3384), - [802] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3612), - [805] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(3671), - [808] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(2355), - [811] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(38), - [814] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(2711), - [817] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(1400), - [820] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(1522), - [823] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(821), - [826] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(1072), - [829] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(166), - [832] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(2714), - [835] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(362), - [838] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(36), - [841] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(2712), - [844] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(2794), - [847] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(167), - [850] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(42), - [853] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(3497), - [856] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(2621), - [859] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(1442), - [862] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(2739), - [865] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(1474), - [868] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(1557), - [871] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(3596), - [874] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(1557), - [877] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(3625), - [880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1518), - [882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3556), - [884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1498), - [886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3801), - [888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1463), - [890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3659), - [892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1457), - [894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305), - [896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), - [898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), - [900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(824), - [902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1449), - [904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), - [906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), - [908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), - [910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(841), - [912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1465), - [914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1899), - [916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1469), - [918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1886), - [920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1494), - [922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1517), - [924] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_token_tree_repeat1, 1, 0, 0), - [926] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_token_tree_repeat1, 1, 0, 0), - [928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1942), - [930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1798), - [932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1484), - [934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1823), - [936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1806), - [938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1822), - [940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1790), - [942] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__non_special_token_repeat1, 2, 0, 0), - [944] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__non_special_token_repeat1, 2, 0, 0), SHIFT_REPEAT(176), - [947] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__non_special_token_repeat1, 2, 0, 0), - [949] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__non_special_token_repeat1, 2, 0, 0), SHIFT_REPEAT(176), - [952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1555), - [954] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__token_pattern, 1, 0, 0), - [956] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__token_pattern, 1, 0, 0), - [958] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 3, 0, 0), - [960] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 3, 0, 0), - [962] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__non_delim_token, 1, 0, 0), - [964] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__non_delim_token, 1, 0, 0), - [966] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__non_special_token_repeat1, 1, 0, 0), - [968] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__non_special_token_repeat1, 1, 0, 0), - [970] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_tree_pattern, 2, 0, 0), - [972] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_tree_pattern, 2, 0, 0), - [974] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fragment_specifier, 1, 0, 0), - [976] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fragment_specifier, 1, 0, 0), - [978] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_tree_pattern, 3, 0, 0), - [980] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_tree_pattern, 3, 0, 0), - [982] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_tree, 2, 0, 0), - [984] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_tree, 2, 0, 0), - [986] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_tree, 3, 0, 0), - [988] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_tree, 3, 0, 0), - [990] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_repetition_pattern, 4, 0, 0), - [992] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_repetition_pattern, 4, 0, 0), - [994] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_binding_pattern, 3, 0, 209), - [996] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_binding_pattern, 3, 0, 209), - [998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2053), - [1000] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 1, 0, 0), - [1002] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 1, 0, 0), - [1004] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__literal, 1, 0, 0), - [1006] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__literal, 1, 0, 0), - [1008] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_repetition_pattern, 5, 0, 0), - [1010] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_repetition_pattern, 5, 0, 0), - [1012] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_boolean_literal, 1, 0, 0), - [1014] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_boolean_literal, 1, 0, 0), - [1016] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 2, 0, 0), - [1018] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 2, 0, 0), - [1020] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__non_special_token_repeat1, 2, 0, 0), SHIFT_REPEAT(232), - [1023] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__non_special_token_repeat1, 2, 0, 0), SHIFT_REPEAT(232), - [1026] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_repetition_pattern, 6, 0, 0), - [1028] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_repetition_pattern, 6, 0, 0), - [1030] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_repetition, 4, 0, 0), - [1032] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_repetition, 4, 0, 0), - [1034] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_repetition, 5, 0, 0), - [1036] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_repetition, 5, 0, 0), - [1038] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_repetition, 6, 0, 0), - [1040] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_repetition, 6, 0, 0), - [1042] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_raw_string_literal, 3, 0, 0), - [1044] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raw_string_literal, 3, 0, 0), - [1046] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_delim_token_tree_repeat1, 1, 0, 0), - [1048] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_delim_token_tree_repeat1, 1, 0, 0), - [1050] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__delim_tokens, 1, 0, 0), - [1052] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__delim_tokens, 1, 0, 0), - [1054] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delim_token_tree, 3, 0, 0), - [1056] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delim_token_tree, 3, 0, 0), - [1058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2050), - [1060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325), - [1062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1709), - [1064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429), - [1066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3448), - [1068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1050), - [1070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2240), - [1072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3432), - [1074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2084), - [1076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(436), - [1078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(839), - [1080] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2570), - [1082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1067), - [1084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3238), - [1086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1561), - [1088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3544), - [1090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3300), - [1092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3772), - [1094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3786), - [1096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2421), - [1098] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2224), - [1100] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2063), - [1102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3482), - [1104] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3816), - [1106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2262), - [1108] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1052), - [1110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3760), - [1112] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2297), - [1114] = {.entry = {.count = 1, .reusable = false}}, SHIFT(828), - [1116] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1108), - [1118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(819), - [1120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2116), - [1122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2718), - [1124] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2104), - [1126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2366), - [1128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2756), - [1130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2367), - [1132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3690), - [1134] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delim_token_tree, 2, 0, 0), - [1136] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delim_token_tree, 2, 0, 0), - [1138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1506), - [1140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), - [1142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(905), - [1144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), - [1146] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1458), - [1148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1045), - [1150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2044), - [1152] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2572), - [1154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3530), - [1156] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1521), - [1158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(932), - [1160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), - [1162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2043), - [1164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319), - [1166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2478), - [1168] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2270), - [1170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437), - [1172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2530), - [1174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3517), - [1176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3322), - [1178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2028), - [1180] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2159), - [1182] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2385), - [1184] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2834), - [1186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2386), - [1188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1481), - [1190] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1514), - [1192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(899), - [1194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1928), - [1196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(965), - [1198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1937), - [1200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1945), - [1202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(971), - [1204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), - [1206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), - [1208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), - [1210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1513), - [1212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1812), - [1214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1838), - [1216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(992), - [1218] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1385), - [1221] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(142), - [1224] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), - [1226] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(140), - [1229] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(10), - [1232] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(302), - [1235] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1558), - [1238] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(263), - [1241] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(813), - [1244] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(878), - [1247] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(40), - [1250] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(3384), - [1253] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(3671), - [1256] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(2355), - [1259] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(38), - [1262] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(2711), - [1265] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1400), - [1268] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1522), - [1271] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(821), - [1274] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1072), - [1277] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(166), - [1280] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(2714), - [1283] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(362), - [1286] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(36), - [1289] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(2712), - [1292] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(2794), - [1295] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(167), - [1298] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(42), - [1301] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(3497), - [1304] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(2621), - [1307] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1442), - [1310] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(2739), - [1313] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1474), - [1316] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1557), - [1319] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(3596), - [1322] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1557), - [1325] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(3625), - [1328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1515), - [1330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2466), - [1332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3520), - [1334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1885), - [1336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1892), - [1338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1013), - [1340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1432), - [1342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2519), - [1344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3505), - [1346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2449), - [1348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3547), - [1350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(361), - [1352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1599), - [1354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2048), - [1356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2720), - [1358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2041), - [1360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(338), - [1362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1588), - [1364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1678), - [1366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1403), - [1368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1417), - [1370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1682), - [1372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1659), - [1374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(335), - [1376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1374), - [1378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(275), - [1380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1601), - [1382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1426), - [1384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2052), - [1386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), - [1388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2364), - [1390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2694), - [1392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(851), - [1394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1407), - [1396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(169), - [1398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2638), - [1400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(381), - [1402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2744), - [1404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(170), - [1406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2639), - [1408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), - [1410] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 3, 0, 35), - [1412] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_expression, 3, 0, 35), - [1414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2494), - [1416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2576), - [1418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431), - [1420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(814), - [1422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2182), - [1424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3591), - [1426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2285), - [1428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2695), - [1430] = {.entry = {.count = 1, .reusable = false}}, SHIFT(845), - [1432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3244), - [1434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2619), - [1436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2559), - [1438] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 5, 0, 0), - [1440] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 5, 0, 0), - [1442] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 2, 0, 0), - [1444] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 2, 0, 0), + [600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2834), + [602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2797), + [604] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(202), + [607] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(183), + [610] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(99), + [613] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), + [615] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(100), + [618] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(101), + [621] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(183), + [624] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(3800), + [627] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(179), + [630] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(2799), + [633] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(185), + [636] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(202), + [639] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(3686), + [642] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(221), + [645] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(220), + [648] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(112), + [651] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), + [653] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(113), + [656] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(114), + [659] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(220), + [662] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(221), + [665] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(212), + [668] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(2744), + [671] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(213), + [674] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(3628), + [677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), + [679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3627), + [681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3738), + [683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(202), + [685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), + [687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), + [689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), + [691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2872), + [693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3800), + [695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202), + [697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(221), + [699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), + [701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), + [703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400), + [705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), + [707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114), + [709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(220), + [711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), + [713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), + [715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2744), + [717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(213), + [719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3628), + [721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1472), + [723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2800), + [725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1489), + [727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2631), + [729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196), + [731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), + [733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2046), + [735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2039), + [737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2677), + [739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), + [741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), + [743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), + [745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1075), + [747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1076), + [749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1886), + [751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1887), + [753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1537), + [755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3616), + [757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3636), + [759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1545), + [761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3780), + [763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1508), + [765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3582), + [767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1766), + [769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3815), + [771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1826), + [773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3753), + [775] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(1281), + [778] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(154), + [781] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(135), + [784] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), + [786] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(11), + [789] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(323), + [792] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(1568), + [795] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(255), + [798] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(806), + [801] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(875), + [804] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(39), + [807] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(3250), + [810] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3636), + [813] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(3562), + [816] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(2344), + [819] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(38), + [822] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(2880), + [825] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(1417), + [828] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(1553), + [831] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(848), + [834] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(1072), + [837] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(163), + [840] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(2643), + [843] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(365), + [846] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(37), + [849] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(2632), + [852] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(2639), + [855] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(164), + [858] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(40), + [861] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(3256), + [864] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(2644), + [867] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(1543), + [870] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(2873), + [873] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(1468), + [876] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(1562), + [879] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(3798), + [882] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(1562), + [885] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(3706), + [888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1937), + [890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3731), + [892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), + [894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), + [896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), + [898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(834), + [900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1461), + [902] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__non_special_token_repeat1, 2, 0, 0), + [904] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__non_special_token_repeat1, 2, 0, 0), SHIFT_REPEAT(183), + [907] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__non_special_token_repeat1, 2, 0, 0), + [909] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__non_special_token_repeat1, 2, 0, 0), SHIFT_REPEAT(183), + [912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1764), + [914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1441), + [916] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_token_tree_repeat1, 1, 0, 0), + [918] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_token_tree_repeat1, 1, 0, 0), + [920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1752), + [922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1755), + [924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1496), + [926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1548), + [928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1538), + [930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1741), + [932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1728), + [934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1757), + [936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1762), + [938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1463), + [940] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__token_pattern, 1, 0, 0), + [942] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__token_pattern, 1, 0, 0), + [944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383), + [946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), + [948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), + [950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(827), + [952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1749), + [954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1529), + [956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1552), + [958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2057), + [960] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_repetition_pattern, 4, 0, 0), + [962] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_repetition_pattern, 4, 0, 0), + [964] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__non_special_token_repeat1, 2, 0, 0), SHIFT_REPEAT(220), + [967] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__non_special_token_repeat1, 2, 0, 0), SHIFT_REPEAT(220), + [970] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fragment_specifier, 1, 0, 0), + [972] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fragment_specifier, 1, 0, 0), + [974] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__literal, 1, 0, 0), + [976] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__literal, 1, 0, 0), + [978] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_repetition_pattern, 5, 0, 0), + [980] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_repetition_pattern, 5, 0, 0), + [982] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_binding_pattern, 3, 0, 209), + [984] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_binding_pattern, 3, 0, 209), + [986] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__non_special_token_repeat1, 1, 0, 0), + [988] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__non_special_token_repeat1, 1, 0, 0), + [990] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_tree_pattern, 2, 0, 0), + [992] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_tree_pattern, 2, 0, 0), + [994] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_boolean_literal, 1, 0, 0), + [996] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_boolean_literal, 1, 0, 0), + [998] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 1, 0, 0), + [1000] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 1, 0, 0), + [1002] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_repetition_pattern, 6, 0, 0), + [1004] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_repetition_pattern, 6, 0, 0), + [1006] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 2, 0, 0), + [1008] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 2, 0, 0), + [1010] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_tree_pattern, 3, 0, 0), + [1012] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_tree_pattern, 3, 0, 0), + [1014] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_raw_string_literal, 3, 0, 0), + [1016] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raw_string_literal, 3, 0, 0), + [1018] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 3, 0, 0), + [1020] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 3, 0, 0), + [1022] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__non_delim_token, 1, 0, 0), + [1024] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__non_delim_token, 1, 0, 0), + [1026] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_tree, 2, 0, 0), + [1028] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_tree, 2, 0, 0), + [1030] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_tree, 3, 0, 0), + [1032] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_tree, 3, 0, 0), + [1034] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_repetition, 4, 0, 0), + [1036] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_repetition, 4, 0, 0), + [1038] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_repetition, 5, 0, 0), + [1040] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_repetition, 5, 0, 0), + [1042] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_repetition, 6, 0, 0), + [1044] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_repetition, 6, 0, 0), + [1046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334), + [1048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), + [1050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1556), + [1052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), + [1054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(904), + [1056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), + [1058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1475), + [1060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(932), + [1062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45), + [1064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1527), + [1066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1541), + [1068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(941), + [1070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1530), + [1072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(945), + [1074] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__delim_tokens, 1, 0, 0), + [1076] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__delim_tokens, 1, 0, 0), + [1078] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_delim_token_tree_repeat1, 1, 0, 0), + [1080] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_delim_token_tree_repeat1, 1, 0, 0), + [1082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), + [1084] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delim_token_tree, 2, 0, 0), + [1086] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delim_token_tree, 2, 0, 0), + [1088] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delim_token_tree, 3, 0, 0), + [1090] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delim_token_tree, 3, 0, 0), + [1092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1811), + [1094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1004), + [1096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1891), + [1098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1007), + [1100] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1732), + [1102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1020), + [1104] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1745), + [1106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1038), + [1108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1727), + [1110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2048), + [1112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), + [1114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1419), + [1116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429), + [1118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3457), + [1120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(888), + [1122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2272), + [1124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3410), + [1126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2062), + [1128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437), + [1130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(836), + [1132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2539), + [1134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1068), + [1136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3398), + [1138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1573), + [1140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3620), + [1142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3309), + [1144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3772), + [1146] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3603), + [1148] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2448), + [1150] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2206), + [1152] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2079), + [1154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3491), + [1156] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3755), + [1158] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2250), + [1160] = {.entry = {.count = 1, .reusable = false}}, SHIFT(965), + [1162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3639), + [1164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2319), + [1166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(845), + [1168] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1389), + [1170] = {.entry = {.count = 1, .reusable = false}}, SHIFT(820), + [1172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2115), + [1174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2645), + [1176] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2100), + [1178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2348), + [1180] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2826), + [1182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2343), + [1184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3677), + [1186] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1281), + [1189] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(154), + [1192] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), + [1194] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(135), + [1197] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(11), + [1200] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(323), + [1203] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1568), + [1206] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(255), + [1209] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(806), + [1212] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(875), + [1215] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(39), + [1218] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(3250), + [1221] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(3562), + [1224] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(2344), + [1227] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(38), + [1230] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(2880), + [1233] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1417), + [1236] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1553), + [1239] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(848), + [1242] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1072), + [1245] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(163), + [1248] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(2643), + [1251] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(365), + [1254] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(37), + [1257] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(2632), + [1260] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(2639), + [1263] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(164), + [1266] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(40), + [1269] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(3256), + [1272] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(2644), + [1275] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1543), + [1278] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(2873), + [1281] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1468), + [1284] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1562), + [1287] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(3798), + [1290] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1562), + [1293] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(3706), + [1296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1550), + [1298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1739), + [1300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2045), + [1302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320), + [1304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2450), + [1306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2256), + [1308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431), + [1310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2586), + [1312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3512), + [1314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3338), + [1316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2034), + [1318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2165), + [1320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2390), + [1322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2861), + [1324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2391), + [1326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1750), + [1328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2463), + [1330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3507), + [1332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1457), + [1334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1690), + [1336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2533), + [1338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3605), + [1340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2470), + [1342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3690), + [1344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2043), + [1346] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2527), + [1348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3599), + [1350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(319), + [1352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1602), + [1354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(352), + [1356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1211), + [1358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1688), + [1360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2829), + [1362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1428), + [1364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1692), + [1366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1702), + [1368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2047), + [1370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2055), + [1372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(327), + [1374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1595), + [1376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2053), + [1378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1431), + [1380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1433), + [1382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(274), + [1384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1599), + [1386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), + [1388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2606), + [1390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(436), + [1392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(809), + [1394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2192), + [1396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3799), + [1398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2287), + [1400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2781), + [1402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(825), + [1404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3257), + [1406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2585), + [1408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), + [1410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2357), + [1412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2780), + [1414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(850), + [1416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1416), + [1418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(168), + [1420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2742), + [1422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(384), + [1424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2649), + [1426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(142), + [1428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2743), + [1430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2535), + [1432] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 3, 0, 35), + [1434] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_expression, 3, 0, 35), + [1436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2460), + [1438] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 4, 0, 0), + [1440] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 4, 0, 0), + [1442] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 5, 0, 0), + [1444] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 5, 0, 0), [1446] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 6, 0, 0), [1448] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 6, 0, 0), - [1450] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 3, 0, 0), - [1452] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 3, 0, 0), - [1454] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 4, 0, 0), - [1456] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 4, 0, 0), - [1458] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gen_block, 2, 0, 0), - [1460] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gen_block, 2, 0, 0), - [1462] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_expression, 3, 0, 40), - [1464] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_expression, 3, 0, 40), - [1466] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_clause, 2, 0, 0), - [1468] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_clause, 2, 0, 0), - [1470] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_expression, 3, 0, 45), - [1472] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_expression, 3, 0, 45), - [1474] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2715), - [1476] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_block, 3, 0, 0), - [1478] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_block, 3, 0, 0), + [1450] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 2, 0, 0), + [1452] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 2, 0, 0), + [1454] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 3, 0, 0), + [1456] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 3, 0, 0), + [1458] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_block, 3, 0, 0), + [1460] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_block, 3, 0, 0), + [1462] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_statement, 1, 0, 0), + [1464] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_statement, 1, 0, 0), + [1466] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression_except_range, 1, 0, 0), + [1468] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression_except_range, 1, 0, 0), + [1470] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gen_block, 2, 0, 0), + [1472] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gen_block, 2, 0, 0), + [1474] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2740), + [1476] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 4, 0, 84), + [1478] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_expression, 4, 0, 84), [1480] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_block, 4, 0, 0), [1482] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_block, 4, 0, 0), - [1484] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 4, 0, 84), - [1486] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_expression, 4, 0, 84), - [1488] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_block, 2, 0, 0), - [1490] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_block, 2, 0, 0), - [1492] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_async_block, 2, 0, 0), - [1494] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_async_block, 2, 0, 0), - [1496] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_expression, 4, 0, 105), - [1498] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_loop_expression, 4, 0, 105), - [1500] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement, 1, 0, 0), - [1502] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement, 1, 0, 0), - [1504] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression_except_range, 1, 0, 0), - [1506] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression_except_range, 1, 0, 0), - [1508] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_block, 2, 0, 8), - [1510] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_block, 2, 0, 8), - [1512] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_invocation, 3, 0, 46), - [1514] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_invocation, 3, 0, 46), - [1516] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_expression, 2, 0, 8), - [1518] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_loop_expression, 2, 0, 8), - [1520] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unsafe_block, 2, 0, 0), - [1522] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unsafe_block, 2, 0, 0), - [1524] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gen_block, 3, 0, 0), - [1526] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gen_block, 3, 0, 0), - [1528] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_invocation, 3, 0, 33), - [1530] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_invocation, 3, 0, 33), - [1532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2531), - [1534] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 1, 0, 0), - [1536] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 1, 0, 0), - [1538] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_block, 2, 0, 0), - [1540] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_block, 2, 0, 0), - [1542] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_expression, 7, 0, 256), - [1544] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_expression, 7, 0, 256), + [1484] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_async_block, 3, 0, 0), + [1486] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_async_block, 3, 0, 0), + [1488] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_invocation, 3, 0, 33), + [1490] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_invocation, 3, 0, 33), + [1492] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gen_block, 3, 0, 0), + [1494] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gen_block, 3, 0, 0), + [1496] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unsafe_block, 2, 0, 0), + [1498] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unsafe_block, 2, 0, 0), + [1500] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_block, 2, 0, 0), + [1502] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_block, 2, 0, 0), + [1504] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_expression, 7, 0, 256), + [1506] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_expression, 7, 0, 256), + [1508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2570), + [1510] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_block, 2, 0, 0), + [1512] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_block, 2, 0, 0), + [1514] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_expression, 5, 0, 126), + [1516] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_expression, 5, 0, 126), + [1518] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_clause, 2, 0, 0), + [1520] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_clause, 2, 0, 0), + [1522] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_expression, 3, 0, 40), + [1524] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_expression, 3, 0, 40), + [1526] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_expression, 3, 0, 45), + [1528] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_expression, 3, 0, 45), + [1530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2593), + [1532] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_invocation, 3, 0, 46), + [1534] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_invocation, 3, 0, 46), + [1536] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_expression, 2, 0, 8), + [1538] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_loop_expression, 2, 0, 8), + [1540] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2522), + [1542] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_async_block, 2, 0, 0), + [1544] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_async_block, 2, 0, 0), [1546] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_expression, 5, 0, 154), [1548] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_expression, 5, 0, 154), - [1550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2575), - [1552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2513), - [1554] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_expression, 5, 0, 126), - [1556] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_expression, 5, 0, 126), - [1558] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_async_block, 3, 0, 0), - [1560] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_async_block, 3, 0, 0), - [1562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2037), - [1564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), - [1566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2205), - [1568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2283), - [1570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(432), - [1572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3531), - [1574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3325), - [1576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2055), + [1550] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 1, 0, 0), + [1552] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 1, 0, 0), + [1554] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_block, 2, 0, 8), + [1556] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_block, 2, 0, 8), + [1558] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_expression, 4, 0, 105), + [1560] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_loop_expression, 4, 0, 105), + [1562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2060), + [1564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(338), + [1566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2223), + [1568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2286), + [1570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(433), + [1572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3580), + [1574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3341), + [1576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2056), [1578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2211), - [1580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2845), + [1580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2868), [1582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2397), - [1584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(434), - [1586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(433), - [1588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(439), - [1590] = {.entry = {.count = 1, .reusable = false}}, SHIFT(430), - [1592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2446), - [1594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(435), - [1596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2429), + [1584] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2474), + [1586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(430), + [1588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2467), + [1590] = {.entry = {.count = 1, .reusable = false}}, SHIFT(432), + [1592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435), + [1594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2446), + [1596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(439), [1598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(438), - [1600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2481), - [1602] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2487), + [1600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(434), + [1602] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2512), [1604] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_label, 2, 0, 0), [1606] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_label, 2, 0, 0), - [1608] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_closure_parameters, 2, 0, 0), - [1610] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_closure_parameters, 2, 0, 0), - [1612] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_closure_parameters, 3, 0, 0), - [1614] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_closure_parameters, 3, 0, 0), - [1616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2137), - [1618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862), - [1620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(923), - [1622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), - [1624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3365), - [1626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(925), - [1628] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2057), - [1630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(863), - [1632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2538), - [1634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3272), - [1636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3732), - [1638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2199), - [1640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3197), - [1642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2635), - [1644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(955), - [1646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1383), - [1648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2884), - [1650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3750), - [1652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2038), - [1654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1419), - [1656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2542), - [1658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2012), - [1660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2541), - [1662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2011), - [1664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2010), - [1666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1401), - [1668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1640), - [1670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1645), - [1672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1647), - [1674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1416), - [1676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2123), - [1678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(476), - [1680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(798), - [1682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1756), - [1684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2342), - [1686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3270), - [1688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(835), - [1690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(829), - [1692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2942), - [1694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1387), - [1696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1568), - [1698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3309), - [1700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3476), - [1702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2642), - [1704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2187), - [1706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(836), - [1708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(832), - [1710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2441), - [1712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2692), - [1714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2408), - [1716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2752), - [1718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2752), - [1720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3665), - [1722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1448), - [1724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2436), - [1726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488), - [1728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407), - [1730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2003), - [1732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495), - [1734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3006), - [1736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(802), - [1738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2097), - [1740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(827), - [1742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3529), - [1744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3308), - [1746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3028), - [1748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2734), - [1750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2034), - [1752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2855), - [1754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2855), - [1756] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_arm, 4, 0, 127), - [1758] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_arm, 4, 0, 127), - [1760] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2123), - [1763] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(476), - [1766] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(798), - [1769] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2342), - [1772] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(3270), - [1775] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(835), - [1778] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(829), - [1781] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(878), - [1784] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2942), - [1787] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1387), - [1790] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1568), - [1793] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(3309), - [1796] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(3476), - [1799] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2642), - [1802] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2187), - [1805] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(836), - [1808] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(832), - [1811] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2441), - [1814] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2692), - [1817] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2408), - [1820] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2752), - [1823] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2752), - [1826] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(3665), - [1829] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_arm, 3, 0, 184), - [1831] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_arm, 3, 0, 184), - [1833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2230), - [1835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3110), - [1837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2217), - [1839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3037), - [1841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2181), - [1843] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 221), - [1845] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 221), - [1847] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 172), - [1849] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 172), - [1851] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 220), - [1853] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 220), - [1855] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 221), - [1857] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 221), - [1859] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 222), - [1861] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 222), - [1863] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 223), - [1865] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 223), - [1867] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 224), - [1869] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 224), - [1871] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 176), - [1873] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 176), - [1875] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 225), - [1877] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 225), - [1879] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 178), - [1881] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 178), - [1883] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 226), - [1885] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 226), - [1887] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 7, 0, 227), - [1889] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 7, 0, 227), - [1891] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 7, 0, 228), - [1893] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 7, 0, 228), - [1895] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 7, 0, 229), - [1897] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 7, 0, 229), - [1899] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_item, 7, 0, 231), - [1901] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_item, 7, 0, 231), - [1903] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_item, 4, 0, 0), - [1905] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_item, 4, 0, 0), - [1907] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_item, 7, 0, 213), - [1909] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_item, 7, 0, 213), - [1911] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 5, 0, 0), - [1913] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 5, 0, 0), - [1915] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 7, 0, 191), - [1917] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 7, 0, 191), - [1919] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 7, 0, 192), - [1921] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 7, 0, 192), - [1923] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 7, 0, 234), - [1925] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 7, 0, 234), - [1927] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 235), - [1929] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 235), - [1931] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 236), - [1933] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 236), - [1935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 237), - [1937] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 237), - [1939] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 238), - [1941] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 238), - [1943] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 239), - [1945] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 239), - [1947] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 240), - [1949] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 240), - [1951] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 241), - [1953] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 241), - [1955] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 242), - [1957] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 242), - [1959] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 7, 0, 243), - [1961] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 7, 0, 243), - [1963] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 7, 0, 200), - [1965] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 7, 0, 200), - [1967] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 7, 0, 244), - [1969] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 7, 0, 244), - [1971] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_empty_statement, 1, 0, 0), - [1973] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_empty_statement, 1, 0, 0), - [1975] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 7, 0, 246), - [1977] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 7, 0, 246), - [1979] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 7, 0, 146), - [1981] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 7, 0, 146), - [1983] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 7, 0, 203), - [1985] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 7, 0, 203), - [1987] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 7, 0, 247), - [1989] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 7, 0, 247), - [1991] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 7, 0, 248), - [1993] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 7, 0, 248), - [1995] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 7, 0, 249), - [1997] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 7, 0, 249), - [1999] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 7, 0, 250), - [2001] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 7, 0, 250), - [2003] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 7, 0, 251), - [2005] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 7, 0, 251), - [2007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extern_crate_declaration, 7, 0, 252), - [2009] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_extern_crate_declaration, 7, 0, 252), - [2011] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 7, 0, 253), - [2013] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 7, 0, 253), - [2015] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 7, 0, 254), - [2017] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 7, 0, 254), - [2019] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 7, 0, 207), - [2021] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 7, 0, 207), - [2023] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 7, 0, 255), - [2025] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 7, 0, 255), - [2027] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant_list, 6, 0, 0), - [2029] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_variant_list, 6, 0, 0), - [2031] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 8, 0, 216), - [2033] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 8, 0, 216), - [2035] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 8, 0, 259), - [2037] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 8, 0, 259), - [2039] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 260), - [2041] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 260), - [2043] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 223), - [2045] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 223), - [2047] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 261), - [2049] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 261), - [2051] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 8, 0, 262), - [2053] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 8, 0, 262), - [2055] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 8, 0, 263), - [2057] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 8, 0, 263), - [2059] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 8, 0, 264), - [2061] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 8, 0, 264), - [2063] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_item, 8, 0, 265), - [2065] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_item, 8, 0, 265), - [2067] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 6, 0, 0), - [2069] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 6, 0, 0), - [2071] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 8, 0, 234), - [2073] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 8, 0, 234), - [2075] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 235), - [2077] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 235), - [2079] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 267), - [2081] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 267), - [2083] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 237), - [2085] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 237), - [2087] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 268), - [2089] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 268), - [2091] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 269), - [2093] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 269), - [2095] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 270), - [2097] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 270), - [2099] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 271), - [2101] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 271), - [2103] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 272), - [2105] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 272), - [2107] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 239), - [2109] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 239), - [2111] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 273), - [2113] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 273), - [2115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 241), - [2117] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 241), - [2119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 274), - [2121] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 274), - [2123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 8, 0, 275), - [2125] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 8, 0, 275), - [2127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 8, 0, 276), - [2129] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 8, 0, 276), - [2131] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 8, 0, 245), - [2133] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 8, 0, 245), - [2135] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 8, 0, 277), - [2137] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 8, 0, 277), - [2139] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_item, 8, 0, 265), - [2141] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_item, 8, 0, 265), - [2143] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_item, 8, 0, 278), - [2145] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_item, 8, 0, 278), - [2147] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 8, 0, 247), - [2149] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 8, 0, 247), - [2151] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 8, 0, 248), - [2153] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 8, 0, 248), - [2155] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 8, 0, 279), - [2157] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 8, 0, 279), - [2159] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 8, 0, 280), - [2161] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 8, 0, 280), - [2163] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 8, 0, 253), - [2165] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 8, 0, 253), - [2167] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 8, 0, 281), - [2169] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 8, 0, 281), - [2171] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 8, 0, 282), - [2173] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 8, 0, 282), - [2175] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 8, 0, 283), - [2177] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 8, 0, 283), - [2179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 9, 0, 284), - [2181] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 9, 0, 284), - [2183] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_item, 9, 0, 285), - [2185] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_item, 9, 0, 285), - [2187] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 9, 0, 269), - [2189] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 9, 0, 269), - [2191] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 9, 0, 286), - [2193] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 9, 0, 286), - [2195] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 9, 0, 271), - [2197] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 9, 0, 271), - [2199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 9, 0, 287), - [2201] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 9, 0, 287), - [2203] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 9, 0, 275), - [2205] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 9, 0, 275), - [2207] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 9, 0, 288), - [2209] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 9, 0, 288), - [2211] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 9, 0, 279), - [2213] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 9, 0, 279), - [2215] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 9, 0, 289), - [2217] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 9, 0, 289), - [2219] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 9, 0, 290), - [2221] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 9, 0, 290), - [2223] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 9, 0, 282), - [2225] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 9, 0, 282), - [2227] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 9, 0, 291), - [2229] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 9, 0, 291), - [2231] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 10, 0, 292), - [2233] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 10, 0, 292), - [2235] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_item, 10, 0, 293), - [2237] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_item, 10, 0, 293), - [2239] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 10, 0, 289), - [2241] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 10, 0, 289), - [2243] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 10, 0, 294), - [2245] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 10, 0, 294), - [2247] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant_list, 2, 0, 0), - [2249] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_variant_list, 2, 0, 0), - [2251] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_item, 4, 0, 80), - [2253] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_item, 4, 0, 80), - [2255] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_item, 4, 0, 81), - [2257] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_item, 4, 0, 81), - [2259] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 4, 0, 82), - [2261] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 4, 0, 82), - [2263] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 4, 0, 83), - [2265] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 4, 0, 83), - [2267] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 4, 0, 87), - [2269] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 4, 0, 87), - [2271] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 4, 0, 88), - [2273] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 4, 0, 88), - [2275] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 4, 0, 26), - [2277] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 4, 0, 26), - [2279] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 4, 0, 89), - [2281] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 4, 0, 89), - [2283] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 4, 0, 90), - [2285] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 4, 0, 90), - [2287] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreign_mod_item, 2, 0, 0), - [2289] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_foreign_mod_item, 2, 0, 0), - [2291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3223), - [2293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1384), - [2295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2614), - [2297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719), - [2299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3684), - [2301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3314), - [2303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3444), - [2305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2395), - [2307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2300), - [2309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3708), - [2311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3445), - [2313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3464), - [2315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(860), - [2317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(840), - [2319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3721), - [2321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2919), - [2323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3726), - [2325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3728), - [2327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3730), - [2329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2921), - [2331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2245), - [2333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1884), - [2335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2165), - [2337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3740), - [2339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2062), - [2341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3740), - [2343] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 2, 0, 0), - [2345] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 2, 0, 0), - [2347] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 4, 0, 34), - [2349] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 4, 0, 34), - [2351] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 4, 0, 80), - [2353] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 4, 0, 80), - [2355] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 4, 0, 91), - [2357] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 4, 0, 91), - [2359] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 4, 0, 81), - [2361] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 4, 0, 81), - [2363] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 4, 0, 80), - [2365] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 4, 0, 80), - [2367] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 4, 0, 92), - [2369] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 4, 0, 92), - [2371] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 4, 0, 81), - [2373] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 4, 0, 81), - [2375] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associated_type, 4, 0, 7), - [2377] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associated_type, 4, 0, 7), - [2379] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associated_type, 4, 0, 93), - [2381] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associated_type, 4, 0, 93), - [2383] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associated_type, 4, 0, 91), - [2385] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associated_type, 4, 0, 91), - [2387] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_item, 4, 0, 80), - [2389] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_item, 4, 0, 80), - [2391] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_item, 4, 0, 81), - [2393] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_item, 4, 0, 81), - [2395] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 4, 0, 72), - [2397] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 4, 0, 72), - [2399] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 4, 0, 94), - [2401] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 4, 0, 94), - [2403] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 4, 0, 95), - [2405] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 4, 0, 95), - [2407] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extern_crate_declaration, 4, 0, 100), - [2409] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_extern_crate_declaration, 4, 0, 100), - [2411] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreign_mod_item, 2, 0, 8), - [2413] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_foreign_mod_item, 2, 0, 8), - [2415] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_list, 3, 0, 0), - [2417] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_list, 3, 0, 0), - [2419] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3223), - [2422] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1384), - [2425] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2614), - [2428] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), - [2430] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3684), - [2433] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(878), - [2436] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3314), - [2439] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3444), - [2442] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2421), - [2445] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2395), - [2448] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2300), - [2451] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3708), - [2454] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3445), - [2457] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3464), - [2460] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(860), - [2463] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(840), - [2466] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3721), - [2469] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2039), - [2472] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2919), - [2475] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3726), - [2478] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3728), - [2481] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3730), - [2484] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2921), - [2487] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2245), - [2490] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1884), - [2493] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2165), - [2496] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3740), - [2499] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2062), - [2502] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3740), - [2505] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_item, 4, 0, 95), - [2507] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_item, 4, 0, 95), - [2509] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mod_item, 4, 0, 100), - [2511] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_mod_item, 4, 0, 100), - [2513] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mod_item, 4, 0, 101), - [2515] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_mod_item, 4, 0, 101), - [2517] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 4, 0, 102), - [2519] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 4, 0, 102), - [2521] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 4, 0, 95), - [2523] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 4, 0, 95), - [2525] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_item, 4, 0, 95), - [2527] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_item, 4, 0, 95), - [2529] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_declaration, 4, 0, 103), - [2531] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_declaration, 4, 0, 103), - [2533] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 2, 0, 0), - [2535] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 2, 0, 0), - [2537] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_item, 3, 0, 34), - [2539] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_item, 3, 0, 34), - [2541] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_definition, 5, 0, 60), - [2543] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_definition, 5, 0, 60), - [2545] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_definition, 5, 0, 6), - [2547] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_definition, 5, 0, 6), - [2549] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 3, 0, 26), - [2551] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 3, 0, 26), - [2553] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 3, 0, 38), - [2555] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 3, 0, 38), - [2557] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 3, 0, 39), - [2559] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 3, 0, 39), - [2561] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inner_attribute_item, 5, 0, 0), - [2563] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inner_attribute_item, 5, 0, 0), - [2565] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_item, 5, 0, 119), - [2567] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_item, 5, 0, 119), - [2569] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mod_item, 3, 0, 6), - [2571] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_mod_item, 3, 0, 6), - [2573] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mod_item, 3, 0, 41), - [2575] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_mod_item, 3, 0, 41), - [2577] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 3, 0, 7), - [2579] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 3, 0, 7), - [2581] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant_list, 3, 0, 0), - [2583] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_variant_list, 3, 0, 0), - [2585] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_item, 5, 0, 122), - [2587] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_item, 5, 0, 122), - [2589] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 5, 0, 123), - [2591] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 5, 0, 123), - [2593] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 5, 0, 124), - [2595] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 5, 0, 124), - [2597] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 5, 0, 82), - [2599] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 5, 0, 82), - [2601] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 5, 0, 125), - [2603] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 5, 0, 125), - [2605] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 3, 0, 34), - [2607] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 3, 0, 34), - [2609] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 5, 0, 129), - [2611] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 5, 0, 129), - [2613] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 5, 0, 130), - [2615] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 5, 0, 130), - [2617] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 5, 0, 87), - [2619] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 5, 0, 87), - [2621] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 5, 0, 131), - [2623] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 5, 0, 131), - [2625] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 5, 0, 132), - [2627] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 5, 0, 132), - [2629] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 5, 0, 133), - [2631] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 5, 0, 133), - [2633] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 5, 0, 107), - [2635] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 5, 0, 107), - [2637] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 3, 0, 34), - [2639] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 3, 0, 34), - [2641] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 5, 0, 127), - [2643] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 5, 0, 127), - [2645] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 5, 0, 134), - [2647] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 5, 0, 134), - [2649] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associated_type, 3, 0, 7), - [2651] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associated_type, 3, 0, 7), - [2653] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_item, 3, 0, 34), - [2655] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_item, 3, 0, 34), - [2657] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_item, 5, 0, 119), - [2659] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_item, 5, 0, 119), - [2661] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreign_mod_item, 3, 0, 0), - [2663] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_foreign_mod_item, 3, 0, 0), - [2665] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 3, 0, 0), - [2667] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 3, 0, 0), - [2669] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 5, 0, 34), - [2671] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 5, 0, 34), - [2673] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 5, 0, 81), - [2675] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 5, 0, 81), - [2677] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 5, 0, 122), - [2679] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 5, 0, 122), - [2681] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 5, 0, 137), - [2683] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 5, 0, 137), - [2685] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 5, 0, 122), - [2687] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 5, 0, 122), - [2689] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 5, 0, 138), - [2691] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 5, 0, 138), - [2693] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 5, 0, 139), - [2695] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 5, 0, 139), - [2697] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associated_type, 5, 0, 93), - [2699] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associated_type, 5, 0, 93), - [2701] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associated_type, 5, 0, 91), - [2703] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associated_type, 5, 0, 91), - [2705] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associated_type, 5, 0, 140), - [2707] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associated_type, 5, 0, 140), - [2709] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_item, 5, 0, 122), - [2711] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_item, 5, 0, 122), - [2713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1123), - [2715] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 5, 0, 141), - [2717] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 5, 0, 141), - [2719] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 5, 0, 142), - [2721] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 5, 0, 142), - [2723] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 5, 0, 72), - [2725] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 5, 0, 72), - [2727] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 5, 0, 143), - [2729] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 5, 0, 143), - [2731] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 5, 0, 144), - [2733] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 5, 0, 144), - [2735] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 5, 0, 145), - [2737] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 5, 0, 145), - [2739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1151), - [2741] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 5, 0, 146), - [2743] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 5, 0, 146), - [2745] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreign_mod_item, 3, 0, 42), - [2747] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_foreign_mod_item, 3, 0, 42), - [2749] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_declaration, 3, 0, 44), - [2751] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_declaration, 3, 0, 44), - [2753] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 5, 0, 149), - [2755] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 5, 0, 149), - [2757] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 5, 0, 150), - [2759] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 5, 0, 150), - [2761] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_item, 5, 0, 144), - [2763] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_item, 5, 0, 144), - [2765] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_item, 5, 0, 146), - [2767] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_item, 5, 0, 146), - [2769] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 5, 0, 95), - [2771] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 5, 0, 95), - [2773] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 5, 0, 144), - [2775] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 5, 0, 144), - [2777] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 5, 0, 151), - [2779] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 5, 0, 151), - [2781] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 5, 0, 146), - [2783] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 5, 0, 146), - [2785] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_item, 5, 0, 144), - [2787] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_item, 5, 0, 144), - [2789] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_item, 5, 0, 146), - [2791] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_item, 5, 0, 146), - [2793] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 5, 0, 152), - [2795] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 5, 0, 152), - [2797] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extern_crate_declaration, 5, 0, 153), - [2799] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_extern_crate_declaration, 5, 0, 153), - [2801] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 1, 0, 0), - [2803] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 1, 0, 0), - [2805] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_list, 2, 0, 0), - [2807] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_list, 2, 0, 0), - [2809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(635), - [2811] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_definition, 6, 0, 60), - [2813] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_definition, 6, 0, 60), - [2815] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_definition, 6, 0, 6), - [2817] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_definition, 6, 0, 6), - [2819] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_definition, 4, 0, 60), - [2821] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_definition, 4, 0, 60), - [2823] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_definition, 4, 0, 6), - [2825] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_definition, 4, 0, 6), - [2827] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant_list, 4, 0, 0), - [2829] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_variant_list, 4, 0, 0), - [2831] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 6, 0, 123), - [2833] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 6, 0, 123), - [2835] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 6, 0, 167), - [2837] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 6, 0, 167), - [2839] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 6, 0, 168), - [2841] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 6, 0, 168), - [2843] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 6, 0, 169), - [2845] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 6, 0, 169), - [2847] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 170), - [2849] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 170), - [2851] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 171), - [2853] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 171), - [2855] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 172), - [2857] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 172), - [2859] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 173), - [2861] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 173), - [2863] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 129), - [2865] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 129), - [2867] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 175), - [2869] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 175), - [2871] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 176), - [2873] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 176), - [2875] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 177), - [2877] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 177), - [2879] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 178), - [2881] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 178), - [2883] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 179), - [2885] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 179), - [2887] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 132), - [2889] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 132), - [2891] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 180), - [2893] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 180), - [2895] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 6, 0, 181), - [2897] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 6, 0, 181), - [2899] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 6, 0, 182), - [2901] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 6, 0, 182), - [2903] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 6, 0, 183), - [2905] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 6, 0, 183), - [2907] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_item, 6, 0, 186), - [2909] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_item, 6, 0, 186), - [2911] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 4, 0, 0), - [2913] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 4, 0, 0), - [2915] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 6, 0, 81), - [2917] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 6, 0, 81), - [2919] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 6, 0, 190), - [2921] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 6, 0, 190), - [2923] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 6, 0, 139), - [2925] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 6, 0, 139), - [2927] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 6, 0, 191), - [2929] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 6, 0, 191), - [2931] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 6, 0, 192), - [2933] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 6, 0, 192), - [2935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associated_type, 6, 0, 140), - [2937] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associated_type, 6, 0, 140), - [2939] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 141), - [2941] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 141), - [2943] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 193), - [2945] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 193), - [2947] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 6, 0, 194), - [2949] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 6, 0, 194), - [2951] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 6, 0, 195), - [2953] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 6, 0, 195), - [2955] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 6, 0, 196), - [2957] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 6, 0, 196), - [2959] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extern_crate_declaration, 6, 0, 197), - [2961] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_extern_crate_declaration, 6, 0, 197), - [2963] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 6, 0, 200), - [2965] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 6, 0, 200), - [2967] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 6, 0, 201), - [2969] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 6, 0, 201), - [2971] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 6, 0, 149), - [2973] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 6, 0, 149), - [2975] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 6, 0, 202), - [2977] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 6, 0, 202), - [2979] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_item, 6, 0, 186), - [2981] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_item, 6, 0, 186), - [2983] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_item, 6, 0, 195), - [2985] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_item, 6, 0, 195), - [2987] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 6, 0, 95), - [2989] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 6, 0, 95), - [2991] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 6, 0, 146), - [2993] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 6, 0, 146), - [2995] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 6, 0, 195), - [2997] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 6, 0, 195), - [2999] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 6, 0, 203), - [3001] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 6, 0, 203), - [3003] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_item, 6, 0, 195), - [3005] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_item, 6, 0, 195), - [3007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 6, 0, 204), - [3009] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 6, 0, 204), - [3011] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 6, 0, 205), - [3013] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 6, 0, 205), - [3015] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 6, 0, 206), - [3017] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 6, 0, 206), - [3019] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 6, 0, 207), - [3021] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 6, 0, 207), - [3023] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 6, 0, 208), - [3025] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 6, 0, 208), - [3027] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_definition, 7, 0, 60), - [3029] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_definition, 7, 0, 60), - [3031] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_definition, 7, 0, 6), - [3033] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_definition, 7, 0, 6), - [3035] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_item, 7, 0, 213), - [3037] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_item, 7, 0, 213), - [3039] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant_list, 5, 0, 0), - [3041] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_variant_list, 5, 0, 0), - [3043] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 7, 0, 216), - [3045] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 7, 0, 216), - [3047] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 7, 0, 217), - [3049] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 7, 0, 217), - [3051] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 7, 0, 168), - [3053] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 7, 0, 168), - [3055] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 7, 0, 218), - [3057] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 7, 0, 218), - [3059] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 170), - [3061] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 170), - [3063] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 219), - [3065] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 219), - [3067] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 7, 0, 245), - [3069] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 7, 0, 245), - [3071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2016), - [3073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2540), - [3075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(880), - [3077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3767), - [3079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3712), - [3081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3786), - [3083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1567), - [3085] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1565), - [3087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2111), - [3089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3509), - [3091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2403), - [3093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2461), - [3095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2536), - [3097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2603), - [3099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2535), - [3101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2524), - [3103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2551), - [3105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2581), - [3107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2189), - [3109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3747), - [3111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3007), - [3113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3533), - [3115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2897), - [3117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3805), - [3119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2929), - [3121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3585), - [3123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2204), - [3125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3561), - [3127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3038), - [3129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3111), - [3131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3112), - [3133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3114), - [3135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3152), - [3137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3154), - [3139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2203), - [3141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2180), - [3143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442), - [3145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(831), - [3147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2611), - [3149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2185), - [3151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2221), - [3153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2227), - [3155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2220), - [3157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3234), - [3159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2369), - [3161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(844), - [3163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2609), - [3165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(849), - [3167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(842), - [3169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(833), - [3171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2169), - [3173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1053), - [3175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1055), - [3177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1596), - [3179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(861), - [3181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1036), - [3183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(931), - [3185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3473), - [3187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(917), - [3189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1713), - [3191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1773), - [3193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(877), - [3195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3328), - [3197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2219), - [3199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3484), - [3201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2647), - [3203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(918), - [3205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1380), - [3207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(944), - [3209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3704), - [3211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1715), - [3213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(977), - [3215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(914), - [3217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3068), - [3219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(985), - [3221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1028), - [3223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1071), - [3225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(883), - [3227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(961), - [3229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(966), - [3231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3275), - [3233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(940), - [3235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1420), - [3237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1528), - [3239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(882), - [3241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3281), - [3243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2216), - [3245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3282), - [3247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2764), - [3249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(942), - [3251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1375), - [3253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(894), - [3255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3687), - [3257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1421), - [3259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2170), - [3261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1984), - [3263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(789), - [3265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1804), - [3267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2093), - [3269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(960), - [3271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2087), - [3273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2172), - [3275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1948), - [3277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3454), - [3279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1919), - [3281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3339), - [3283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3296), - [3285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2075), - [3287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1553), - [3289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2179), - [3291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1975), - [3293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1523), - [3295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1888), - [3297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(930), - [3299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2156), - [3301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1983), - [3303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(969), - [3305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(907), - [3307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1549), - [3309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(964), - [3311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2135), - [3313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1970), - [3315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2992), - [3317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1573), - [3319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(881), - [3321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3422), - [3323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2196), - [3325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3427), - [3327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2830), - [3329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3423), - [3331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2155), - [3333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1978), - [3335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1587), - [3337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3589), - [3339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3642), - [3341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1080), - [3343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(867), - [3345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3344), - [3347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2195), - [3349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3360), - [3351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2829), - [3353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3345), - [3355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2153), - [3357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3221), - [3359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2171), - [3361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1985), - [3363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3765), - [3365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3766), - [3367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1070), - [3369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2175), - [3371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1986), - [3373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2014), - [3375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2141), - [3377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2017), - [3379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3453), - [3381] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), - [3383] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 1, 0, 0), - [3385] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 1, 0, 0), - [3387] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_closure_parameters, 4, 0, 0), - [3389] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_closure_parameters, 4, 0, 0), - [3391] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), - [3393] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lifetime, 2, 0, 0), - [3395] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lifetime, 2, 0, 0), - [3397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2166), - [3399] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_pattern, 2, 0, 19), - [3401] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_pattern, 2, 0, 19), - [3403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2164), - [3405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2168), - [3407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2168), - [3409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2142), - [3411] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_remaining_field_pattern, 1, 0, 0), - [3413] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_remaining_field_pattern, 1, 0, 0), - [3415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2163), - [3417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2154), - [3419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2154), - [3421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2145), - [3423] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_pattern, 2, 0, 23), - [3425] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_pattern, 2, 0, 23), - [3427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2144), - [3429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2148), - [3431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2148), - [3433] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_type, 4, 0, 111), - [3435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), - [3437] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_type, 4, 0, 111), - [3439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2656), - [3441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2706), - [3443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458), - [3445] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type, 1, 0, 5), - [3447] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type, 1, 0, 5), - [3449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2785), - [3451] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression_except_range, 1, 0, 1), - [3453] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression_except_range, 1, 0, 1), - [3455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2771), - [3457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3357), - [3459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3671), - [3461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2774), - [3463] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_match_arm_repeat1, 2, 0, 0), - [3465] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_arm_repeat1, 2, 0, 0), - [3467] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_arm_repeat1, 2, 0, 0), SHIFT_REPEAT(3476), - [3470] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_type, 2, 0, 28), - [3472] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_type, 2, 0, 28), - [3474] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2605), - [3476] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_where_clause, 4, 0, 0), - [3478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1051), - [3480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3343), - [3482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3132), - [3484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885), - [3486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3470), - [3488] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3074), - [3490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3394), - [3492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3636), - [3494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3636), - [3496] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_where_clause, 1, 0, 0), - [3498] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3712), - [3501] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dynamic_type, 2, 0, 28), - [3503] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dynamic_type, 2, 0, 28), - [3505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2731), - [3507] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_where_clause, 3, 0, 0), - [3509] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type, 1, 0, 0), - [3511] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type, 1, 0, 0), - [3513] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_type, 4, 0, 112), - [3515] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_type, 4, 0, 112), - [3517] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_arm, 5, 0, 127), - [3519] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_arm, 5, 0, 127), - [3521] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_match_arm, 5, 0, 127), - [3523] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_type, 2, 0, 29), - [3525] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_type, 2, 0, 29), - [3527] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 3, 0, 0), - [3529] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 3, 0, 0), - [3531] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dynamic_type, 2, 0, 29), - [3533] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dynamic_type, 2, 0, 29), - [3535] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 5, 0, 0), - [3537] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 5, 0, 0), - [3539] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 6, 0, 0), - [3541] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 6, 0, 0), - [3543] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier, 3, 0, 17), - [3545] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_type_identifier, 3, 0, 17), - [3547] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_identifier, 3, 0, 16), - [3549] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_identifier, 3, 0, 16), - [3551] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier, 3, 0, 48), - [3553] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_type_identifier, 3, 0, 48), - [3555] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_identifier, 3, 0, 47), - [3557] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_identifier, 3, 0, 47), - [3559] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 4, 0, 0), - [3561] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 4, 0, 0), - [3563] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier, 3, 0, 52), - [3565] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_type_identifier, 3, 0, 52), - [3567] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_identifier, 3, 0, 51), - [3569] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_identifier, 3, 0, 51), - [3571] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_arm, 4, 0, 184), - [3573] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_arm, 4, 0, 184), - [3575] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_match_arm, 4, 0, 184), - [3577] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier, 2, 0, 7), - [3579] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_type_identifier, 2, 0, 7), - [3581] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_identifier, 2, 0, 6), - [3583] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_identifier, 2, 0, 6), - [3585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2024), - [3587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3679), - [3589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2239), - [3591] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_match_arm_repeat1, 1, 0, 0), - [3593] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_arm_repeat1, 1, 0, 0), - [3595] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 1, 0, 0), - [3597] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 1, 0, 0), - [3599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), - [3601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1088), - [3603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(973), - [3605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3513), - [3607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3318), - [3609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2243), - [3611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3389), - [3613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3027), - [3615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3701), - [3617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3701), - [3619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2748), - [3621] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_modifiers_repeat1, 1, 0, 0), - [3623] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 1, 0, 0), - [3625] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 1, 0, 0), - [3627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1598), - [3629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(919), - [3631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3653), - [3633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3331), - [3635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2254), - [3637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3210), - [3639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3060), - [3641] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3705), - [3643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3705), - [3645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2201), - [3647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3274), - [3649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2134), - [3651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2849), - [3653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2631), - [3655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2625), - [3657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3377), - [3659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2633), - [3661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2633), - [3663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2768), - [3665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2762), - [3667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2835), - [3669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2835), - [3671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2805), - [3673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2777), - [3675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2862), - [3677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2862), - [3679] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 2, 0, 31), - [3681] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 2, 0, 31), - [3683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(906), - [3685] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 3, 0, 73), - [3687] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 3, 0, 73), - [3689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(935), - [3691] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 3, 0, 75), - [3693] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 3, 0, 75), - [3695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(936), - [3697] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 3, 0, 76), - [3699] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 3, 0, 76), - [3701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(943), - [3703] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 3, 0, 0), - [3705] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 3, 0, 0), - [3707] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_expression, 1, 0, 0), - [3709] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_expression, 1, 0, 0), - [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_scoped_type_identifier_in_expression_position, 3, 0, 48), - [3717] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters, 4, 0, 0), - [3719] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameters, 4, 0, 0), - [3721] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters, 3, 0, 0), - [3723] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameters, 3, 0, 0), - [3725] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier_in_expression_position, 3, 0, 52), - [3727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3548), - [3729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2651), - [3731] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 4, 0, 115), - [3733] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 4, 0, 115), - [3735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1035), - [3737] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_expression, 3, 0, 55), - [3739] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_expression, 3, 0, 55), - [3741] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_expression, 3, 0, 56), - [3743] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_expression, 3, 0, 56), - [3745] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 1, 0, 0), - [3747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), - [3749] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 1, 0, 0), - [3751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2791), - [3753] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 2, 0, 27), - [3755] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 2, 0, 27), - [3757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), - [3759] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 5, 0, 0), - [3761] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 5, 0, 0), - [3763] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters, 5, 0, 0), - [3765] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameters, 5, 0, 0), - [3767] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier_in_expression_position, 2, 0, 7), - [3769] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 6, 0, 0), - [3771] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 6, 0, 0), - [3773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3204), - [3775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3288), - [3777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3199), - [3779] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier_in_expression_position, 3, 0, 17), - [3781] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters, 6, 0, 0), - [3783] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameters, 6, 0, 0), - [3785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2479), - [3787] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type, 2, 0, 22), - [3789] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_type, 2, 0, 22), - [3791] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type, 2, 0, 24), - [3793] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_type, 2, 0, 24), - [3795] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type, 2, 0, 25), - [3797] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_type, 2, 0, 25), - [3799] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters, 2, 0, 0), - [3801] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameters, 2, 0, 0), - [3803] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 2, 0, 30), - [3805] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 2, 0, 30), - [3807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(902), - [3809] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_bounds, 5, 0, 113), - [3811] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_bounds, 5, 0, 113), - [3813] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_bounds, 5, 0, 0), - [3815] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_bounds, 5, 0, 0), - [3817] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 5, 0, 162), - [3819] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 5, 0, 162), - [3821] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 5, 0, 163), - [3823] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 5, 0, 163), - [3825] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 5, 0, 164), - [3827] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 5, 0, 164), - [3829] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 4, 0, 116), - [3831] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 4, 0, 116), - [3833] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_expression, 6, 0, 155), - [3835] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_expression, 6, 0, 155), - [3837] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_expression, 6, 0, 0), - [3839] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_expression, 6, 0, 0), - [3841] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_closure_expression, 6, 0, 165), - [3843] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_closure_expression, 6, 0, 165), - [3845] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_expression, 2, 0, 0), - [3847] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_expression, 2, 0, 0), - [3849] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_higher_ranked_trait_bound, 3, 0, 87), - [3851] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_higher_ranked_trait_bound, 3, 0, 87), - [3853] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unit_expression, 2, 0, 0), - [3855] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unit_expression, 2, 0, 0), - [3857] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_closure_expression, 3, 0, 32), - [3859] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_closure_expression, 3, 0, 32), - [3861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2726), - [3863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3468), - [3865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2699), - [3867] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer_list, 5, 0, 0), - [3869] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_initializer_list, 5, 0, 0), - [3871] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_expression, 2, 0, 0), - [3873] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_expression, 2, 0, 0), - [3875] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer_list, 3, 0, 0), - [3877] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_initializer_list, 3, 0, 0), - [3879] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 5, 0, 0), - [3881] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 5, 0, 0), - [3883] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_expression, 2, 0, 10), - [3885] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_expression, 2, 0, 10), - [3887] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_expression, 7, 0, 0), - [3889] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_expression, 7, 0, 0), - [3891] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_expression, 7, 0, 0), - [3893] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_expression, 7, 0, 0), - [3895] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 3, 0, 0), - [3897] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 3, 0, 0), - [3899] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_expression, 2, 0, 0), - [3901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310), - [3903] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_expression, 2, 0, 0), - [3905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1482), - [3907] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3075), - [3909] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_expression, 4, 0, 0), - [3911] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_index_expression, 4, 0, 0), - [3913] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_closure_expression, 4, 0, 104), - [3915] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_closure_expression, 4, 0, 104), - [3917] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_expression, 2, 0, 11), - [3919] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_expression, 2, 0, 11), - [3921] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_expression, 2, 0, 4), - [3923] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_reference_expression, 2, 0, 4), - [3925] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 2, 0, 12), - [3927] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 2, 0, 12), - [3929] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_expression, 5, 0, 0), - [3931] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_expression, 5, 0, 0), - [3933] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_expression, 2, 0, 0), - [3935] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_expression, 2, 0, 0), - [3937] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_expression, 5, 0, 106), - [3939] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_expression, 5, 0, 106), - [3941] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_expression, 5, 0, 0), - [3943] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_expression, 5, 0, 0), - [3945] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_closure_expression, 7, 0, 230), - [3947] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_closure_expression, 7, 0, 230), - [3949] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_type, 3, 0, 0), - [3951] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_type, 3, 0, 0), - [3953] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type, 3, 0, 71), - [3955] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type, 3, 0, 71), - [3957] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer_list, 2, 0, 0), - [3959] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_initializer_list, 2, 0, 0), - [3961] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type, 3, 0, 72), - [3963] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_type, 3, 0, 72), - [3965] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_function, 3, 0, 49), - [3967] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type_with_turbofish, 3, 0, 50), - [3969] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_function, 3, 0, 49), - [3971] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 6, 0, 0), - [3973] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 6, 0, 0), - [3975] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_closure_expression, 5, 0, 118), - [3977] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_closure_expression, 5, 0, 118), - [3979] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_type, 3, 0, 72), - [3981] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_reference_type, 3, 0, 72), - [3983] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 2, 0, 0), - [3985] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 2, 0, 0), - [3987] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_expression, 3, 0, 53), - [3989] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_expression, 3, 0, 53), - [3991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(903), - [3993] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_await_expression, 3, 0, 0), - [3995] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_await_expression, 3, 0, 0), - [3997] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bounded_type, 3, 0, 0), - [3999] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_bounded_type, 3, 0, 0), - [4001] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_cast_expression, 3, 0, 57), - [4003] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_cast_expression, 3, 0, 57), - [4005] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type_with_turbofish, 3, 0, 58), - [4007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_closure_expression, 2, 0, 13), - [4009] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_closure_expression, 2, 0, 13), - [4011] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3, 0, 0), - [4013] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3, 0, 0), - [4015] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_expression, 4, 0, 0), - [4017] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_expression, 4, 0, 0), - [4019] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_closure_expression, 5, 0, 136), - [4021] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_closure_expression, 5, 0, 136), - [4023] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_expression, 6, 0, 0), - [4025] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_expression, 6, 0, 0), - [4027] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_expression, 4, 0, 0), - [4029] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_expression, 4, 0, 0), - [4031] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_expression, 3, 0, 0), - [4033] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_expression, 3, 0, 0), - [4035] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_expression, 4, 0, 61), - [4037] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_reference_expression, 4, 0, 61), - [4039] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_closure_expression, 4, 0, 79), - [4041] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_closure_expression, 4, 0, 79), - [4043] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_type, 4, 0, 0), - [4045] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_type, 4, 0, 0), - [4047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2709), - [4049] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_type, 4, 0, 109), - [4051] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_reference_type, 4, 0, 109), - [4053] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_never_type, 1, 0, 0), - [4055] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_never_type, 1, 0, 0), - [4057] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 4, 0, 110), - [4059] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 4, 0, 110), - [4061] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_bounds, 6, 0, 113), - [4063] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_bounds, 6, 0, 113), - [4065] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_bounds, 6, 0, 0), - [4067] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_bounds, 6, 0, 0), - [4069] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer_list, 4, 0, 0), - [4071] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_initializer_list, 4, 0, 0), - [4073] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 6, 0, 212), - [4075] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 6, 0, 212), - [4077] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_expression, 3, 0, 18), - [4079] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_reference_expression, 3, 0, 18), - [4081] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_bounds, 4, 0, 0), - [4083] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_bounds, 4, 0, 0), - [4085] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_bounds, 4, 0, 113), - [4087] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_bounds, 4, 0, 113), - [4089] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unit_type, 2, 0, 0), - [4091] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unit_type, 2, 0, 0), - [4093] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_removed_trait_bound, 2, 0, 0), - [4095] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_removed_trait_bound, 2, 0, 0), - [4097] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_type, 2, 0, 26), - [4099] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_reference_type, 2, 0, 26), - [4101] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 4, 0, 114), - [4103] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 4, 0, 114), - [4105] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_type, 5, 0, 0), - [4107] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_type, 5, 0, 0), - [4109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type, 5, 0, 159), - [4111] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type, 5, 0, 159), - [4113] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 4, 0, 0), - [4115] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 4, 0, 0), - [4117] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_bounds, 3, 0, 0), - [4119] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_bounds, 3, 0, 0), - [4121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3460), - [4123] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_visibility_modifier, 5, 0, 135), - [4125] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_visibility_modifier, 5, 0, 135), - [4127] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_visibility_modifier, 4, 0, 0), - [4129] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_visibility_modifier, 4, 0, 0), - [4131] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_visibility_modifier, 5, 0, 0), - [4133] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_visibility_modifier, 5, 0, 0), - [4135] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_visibility_modifier, 1, 0, 0), - [4137] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_visibility_modifier, 1, 0, 0), - [4139] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_visibility_modifier, 1, 0, 0), SHIFT(3382), - [4142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3268), - [4144] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_visibility_modifier, 1, 0, 0), SHIFT(2760), - [4147] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_expression, 3, 0, 0), - [4149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(311), - [4151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(312), - [4153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(313), - [4155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(314), - [4157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(315), - [4159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), - [4161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), - [4163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(330), - [4165] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_expression, 3, 0, 0), - [4167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334), - [4169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(334), - [4171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), - [4173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2740), - [4175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459), - [4177] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_assignment_expr, 3, 0, 53), - [4179] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_assignment_expr, 3, 0, 53), - [4181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(39), - [4183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352), + [1608] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_closure_parameters, 3, 0, 0), + [1610] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_closure_parameters, 3, 0, 0), + [1612] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_closure_parameters, 2, 0, 0), + [1614] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_closure_parameters, 2, 0, 0), + [1616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2179), + [1618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(879), + [1620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(938), + [1622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), + [1624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3496), + [1626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(939), + [1628] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2044), + [1630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(864), + [1632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2016), + [1634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3266), + [1636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3545), + [1638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2226), + [1640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3395), + [1642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2640), + [1644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(951), + [1646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1177), + [1648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2920), + [1650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3736), + [1652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2040), + [1654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1638), + [1656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2558), + [1658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2562), + [1660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1637), + [1662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1640), + [1664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1427), + [1666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2013), + [1668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2553), + [1670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1430), + [1672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1432), + [1674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2010), + [1676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2114), + [1678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(483), + [1680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(804), + [1682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1474), + [1684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2360), + [1686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3262), + [1688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(829), + [1690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(847), + [1692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2935), + [1694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1322), + [1696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1570), + [1698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3326), + [1700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3486), + [1702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2745), + [1704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2228), + [1706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(822), + [1708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(839), + [1710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2411), + [1712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2779), + [1714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2491), + [1716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2653), + [1718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2653), + [1720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3667), + [1722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413), + [1724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2414), + [1726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497), + [1728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1862), + [1730] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_arm, 4, 0, 127), + [1732] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_arm, 4, 0, 127), + [1734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2008), + [1736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(482), + [1738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2215), + [1740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(802), + [1742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2102), + [1744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(843), + [1746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3420), + [1748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3195), + [1750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2647), + [1752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2035), + [1754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2866), + [1756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2866), + [1758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3095), + [1760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3810), + [1762] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2114), + [1765] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(483), + [1768] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(804), + [1771] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2360), + [1774] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(3262), + [1777] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(829), + [1780] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(847), + [1783] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(875), + [1786] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2935), + [1789] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1322), + [1792] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1570), + [1795] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(3326), + [1798] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(3486), + [1801] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2745), + [1804] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2228), + [1807] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(822), + [1810] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(839), + [1813] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2411), + [1816] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2779), + [1819] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2491), + [1822] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2653), + [1825] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2653), + [1828] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(3667), + [1831] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_arm, 3, 0, 184), + [1833] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_arm, 3, 0, 184), + [1835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3386), + [1837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1304), + [1839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2578), + [1841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552), + [1843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3726), + [1845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3291), + [1847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3452), + [1849] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2352), + [1851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2292), + [1853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3685), + [1855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3453), + [1857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3311), + [1859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(881), + [1861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(826), + [1863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3708), + [1865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2902), + [1867] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3709), + [1869] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3710), + [1871] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3713), + [1873] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2915), + [1875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2280), + [1877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1936), + [1879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2170), + [1881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3728), + [1883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2076), + [1885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3728), + [1887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3163), + [1889] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3386), + [1892] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1304), + [1895] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2578), + [1898] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), + [1900] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3726), + [1903] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(875), + [1906] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3291), + [1909] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3452), + [1912] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2448), + [1915] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2352), + [1918] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2292), + [1921] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3685), + [1924] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3453), + [1927] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3311), + [1930] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(881), + [1933] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(826), + [1936] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3708), + [1939] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2049), + [1942] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2902), + [1945] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3709), + [1948] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3710), + [1951] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3713), + [1954] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2915), + [1957] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2280), + [1960] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1936), + [1963] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2170), + [1966] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3728), + [1969] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2076), + [1972] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3728), + [1975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(534), + [1977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2204), + [1979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2217), + [1981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1150), + [1983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1195), + [1985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3047), + [1987] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 177), + [1989] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 177), + [1991] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 8, 0, 283), + [1993] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 8, 0, 283), + [1995] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_item, 4, 0, 81), + [1997] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_item, 4, 0, 81), + [1999] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 4, 0, 72), + [2001] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 4, 0, 72), + [2003] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 9, 0, 284), + [2005] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 9, 0, 284), + [2007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_item, 9, 0, 285), + [2009] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_item, 9, 0, 285), + [2011] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 9, 0, 269), + [2013] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 9, 0, 269), + [2015] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 9, 0, 286), + [2017] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 9, 0, 286), + [2019] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 9, 0, 271), + [2021] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 9, 0, 271), + [2023] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 9, 0, 287), + [2025] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 9, 0, 287), + [2027] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 9, 0, 275), + [2029] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 9, 0, 275), + [2031] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 9, 0, 288), + [2033] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 9, 0, 288), + [2035] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 9, 0, 279), + [2037] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 9, 0, 279), + [2039] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 9, 0, 289), + [2041] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 9, 0, 289), + [2043] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 9, 0, 290), + [2045] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 9, 0, 290), + [2047] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 9, 0, 282), + [2049] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 9, 0, 282), + [2051] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 9, 0, 291), + [2053] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 9, 0, 291), + [2055] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 4, 0, 94), + [2057] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 4, 0, 94), + [2059] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 4, 0, 95), + [2061] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 4, 0, 95), + [2063] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 10, 0, 292), + [2065] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 10, 0, 292), + [2067] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_item, 10, 0, 293), + [2069] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_item, 10, 0, 293), + [2071] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 10, 0, 289), + [2073] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 10, 0, 289), + [2075] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 10, 0, 294), + [2077] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 10, 0, 294), + [2079] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extern_crate_declaration, 4, 0, 100), + [2081] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_extern_crate_declaration, 4, 0, 100), + [2083] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mod_item, 3, 0, 41), + [2085] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_mod_item, 3, 0, 41), + [2087] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 3, 0, 7), + [2089] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 3, 0, 7), + [2091] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_list, 3, 0, 0), + [2093] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_list, 3, 0, 0), + [2095] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_item, 4, 0, 80), + [2097] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_item, 4, 0, 80), + [2099] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_item, 4, 0, 95), + [2101] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_item, 4, 0, 95), + [2103] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mod_item, 4, 0, 100), + [2105] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_mod_item, 4, 0, 100), + [2107] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mod_item, 4, 0, 101), + [2109] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_mod_item, 4, 0, 101), + [2111] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 4, 0, 102), + [2113] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 4, 0, 102), + [2115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 4, 0, 95), + [2117] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 4, 0, 95), + [2119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_item, 4, 0, 95), + [2121] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_item, 4, 0, 95), + [2123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_declaration, 4, 0, 103), + [2125] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_declaration, 4, 0, 103), + [2127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 3, 0, 34), + [2129] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 3, 0, 34), + [2131] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 3, 0, 34), + [2133] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 3, 0, 34), + [2135] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associated_type, 3, 0, 7), + [2137] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associated_type, 3, 0, 7), + [2139] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_item, 3, 0, 34), + [2141] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_item, 3, 0, 34), + [2143] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreign_mod_item, 3, 0, 0), + [2145] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_foreign_mod_item, 3, 0, 0), + [2147] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreign_mod_item, 3, 0, 42), + [2149] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_foreign_mod_item, 3, 0, 42), + [2151] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_definition, 5, 0, 60), + [2153] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_definition, 5, 0, 60), + [2155] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_declaration, 3, 0, 44), + [2157] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_declaration, 3, 0, 44), + [2159] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_definition, 5, 0, 6), + [2161] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_definition, 5, 0, 6), + [2163] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_list, 2, 0, 0), + [2165] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_list, 2, 0, 0), + [2167] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 8, 0, 247), + [2169] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 8, 0, 247), + [2171] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 8, 0, 248), + [2173] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 8, 0, 248), + [2175] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreign_mod_item, 2, 0, 0), + [2177] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_foreign_mod_item, 2, 0, 0), + [2179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_empty_statement, 1, 0, 0), + [2181] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_empty_statement, 1, 0, 0), + [2183] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inner_attribute_item, 5, 0, 0), + [2185] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inner_attribute_item, 5, 0, 0), + [2187] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_item, 5, 0, 119), + [2189] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_item, 5, 0, 119), + [2191] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_definition, 4, 0, 60), + [2193] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_definition, 4, 0, 60), + [2195] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_definition, 4, 0, 6), + [2197] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_definition, 4, 0, 6), + [2199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant_list, 3, 0, 0), + [2201] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_variant_list, 3, 0, 0), + [2203] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreign_mod_item, 2, 0, 8), + [2205] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_foreign_mod_item, 2, 0, 8), + [2207] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_item, 5, 0, 122), + [2209] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_item, 5, 0, 122), + [2211] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 5, 0, 123), + [2213] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 5, 0, 123), + [2215] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 5, 0, 124), + [2217] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 5, 0, 124), + [2219] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 5, 0, 82), + [2221] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 5, 0, 82), + [2223] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 5, 0, 125), + [2225] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 5, 0, 125), + [2227] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 5, 0, 129), + [2229] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 5, 0, 129), + [2231] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 5, 0, 130), + [2233] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 5, 0, 130), + [2235] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 5, 0, 87), + [2237] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 5, 0, 87), + [2239] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 5, 0, 131), + [2241] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 5, 0, 131), + [2243] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 5, 0, 132), + [2245] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 5, 0, 132), + [2247] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 5, 0, 133), + [2249] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 5, 0, 133), + [2251] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 5, 0, 107), + [2253] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 5, 0, 107), + [2255] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 5, 0, 127), + [2257] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 5, 0, 127), + [2259] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 5, 0, 134), + [2261] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 5, 0, 134), + [2263] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 8, 0, 279), + [2265] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 8, 0, 279), + [2267] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_item, 5, 0, 119), + [2269] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_item, 5, 0, 119), + [2271] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 3, 0, 0), + [2273] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 3, 0, 0), + [2275] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 5, 0, 34), + [2277] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 5, 0, 34), + [2279] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 5, 0, 81), + [2281] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 5, 0, 81), + [2283] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 5, 0, 122), + [2285] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 5, 0, 122), + [2287] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 5, 0, 137), + [2289] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 5, 0, 137), + [2291] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 5, 0, 122), + [2293] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 5, 0, 122), + [2295] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 5, 0, 138), + [2297] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 5, 0, 138), + [2299] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 5, 0, 139), + [2301] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 5, 0, 139), + [2303] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associated_type, 5, 0, 93), + [2305] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associated_type, 5, 0, 93), + [2307] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associated_type, 5, 0, 91), + [2309] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associated_type, 5, 0, 91), + [2311] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associated_type, 5, 0, 140), + [2313] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associated_type, 5, 0, 140), + [2315] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_item, 5, 0, 122), + [2317] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_item, 5, 0, 122), + [2319] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 5, 0, 141), + [2321] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 5, 0, 141), + [2323] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 5, 0, 142), + [2325] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 5, 0, 142), + [2327] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 5, 0, 72), + [2329] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 5, 0, 72), + [2331] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 5, 0, 143), + [2333] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 5, 0, 143), + [2335] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 5, 0, 144), + [2337] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 5, 0, 144), + [2339] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 5, 0, 145), + [2341] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 5, 0, 145), + [2343] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 5, 0, 146), + [2345] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 5, 0, 146), + [2347] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 2, 0, 0), + [2349] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 2, 0, 0), + [2351] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 5, 0, 149), + [2353] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 5, 0, 149), + [2355] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 5, 0, 150), + [2357] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 5, 0, 150), + [2359] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_item, 5, 0, 144), + [2361] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_item, 5, 0, 144), + [2363] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_item, 5, 0, 146), + [2365] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_item, 5, 0, 146), + [2367] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 5, 0, 95), + [2369] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 5, 0, 95), + [2371] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 5, 0, 144), + [2373] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 5, 0, 144), + [2375] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 5, 0, 151), + [2377] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 5, 0, 151), + [2379] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 5, 0, 146), + [2381] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 5, 0, 146), + [2383] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_item, 5, 0, 144), + [2385] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_item, 5, 0, 144), + [2387] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_item, 5, 0, 146), + [2389] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_item, 5, 0, 146), + [2391] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 5, 0, 152), + [2393] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 5, 0, 152), + [2395] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extern_crate_declaration, 5, 0, 153), + [2397] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_extern_crate_declaration, 5, 0, 153), + [2399] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_definition, 6, 0, 60), + [2401] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_definition, 6, 0, 60), + [2403] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_item, 4, 0, 0), + [2405] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_item, 4, 0, 0), + [2407] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_item, 3, 0, 34), + [2409] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_item, 3, 0, 34), + [2411] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_definition, 6, 0, 6), + [2413] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_definition, 6, 0, 6), + [2415] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 1, 0, 0), + [2417] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 1, 0, 0), + [2419] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement, 1, 0, 0), + [2421] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement, 1, 0, 0), + [2423] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant_list, 4, 0, 0), + [2425] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_variant_list, 4, 0, 0), + [2427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 3, 0, 26), + [2429] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 3, 0, 26), + [2431] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 6, 0, 123), + [2433] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 6, 0, 123), + [2435] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 6, 0, 167), + [2437] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 6, 0, 167), + [2439] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 6, 0, 168), + [2441] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 6, 0, 168), + [2443] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 6, 0, 169), + [2445] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 6, 0, 169), + [2447] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 170), + [2449] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 170), + [2451] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 171), + [2453] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 171), + [2455] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 172), + [2457] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 172), + [2459] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 173), + [2461] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 173), + [2463] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 129), + [2465] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 129), + [2467] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 175), + [2469] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 175), + [2471] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 176), + [2473] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 176), + [2475] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_item, 8, 0, 265), + [2477] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_item, 8, 0, 265), + [2479] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 178), + [2481] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 178), + [2483] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 179), + [2485] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 179), + [2487] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 132), + [2489] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 132), + [2491] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 180), + [2493] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 180), + [2495] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 6, 0, 181), + [2497] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 6, 0, 181), + [2499] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant_list, 2, 0, 0), + [2501] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_variant_list, 2, 0, 0), + [2503] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 6, 0, 182), + [2505] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 6, 0, 182), + [2507] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 6, 0, 183), + [2509] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 6, 0, 183), + [2511] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 8, 0, 280), + [2513] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 8, 0, 280), + [2515] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_item, 4, 0, 80), + [2517] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_item, 4, 0, 80), + [2519] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_item, 4, 0, 81), + [2521] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_item, 4, 0, 81), + [2523] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 4, 0, 82), + [2525] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 4, 0, 82), + [2527] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_item, 6, 0, 186), + [2529] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_item, 6, 0, 186), + [2531] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 4, 0, 83), + [2533] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 4, 0, 83), + [2535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_item, 8, 0, 278), + [2537] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_item, 8, 0, 278), + [2539] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 4, 0, 0), + [2541] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 4, 0, 0), + [2543] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 6, 0, 81), + [2545] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 6, 0, 81), + [2547] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 6, 0, 190), + [2549] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 6, 0, 190), + [2551] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 6, 0, 139), + [2553] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 6, 0, 139), + [2555] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 6, 0, 191), + [2557] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 6, 0, 191), + [2559] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 6, 0, 192), + [2561] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 6, 0, 192), + [2563] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associated_type, 6, 0, 140), + [2565] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associated_type, 6, 0, 140), + [2567] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 8, 0, 281), + [2569] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 8, 0, 281), + [2571] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 141), + [2573] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 141), + [2575] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 193), + [2577] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 193), + [2579] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 6, 0, 194), + [2581] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 6, 0, 194), + [2583] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 6, 0, 195), + [2585] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 6, 0, 195), + [2587] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 6, 0, 196), + [2589] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 6, 0, 196), + [2591] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extern_crate_declaration, 6, 0, 197), + [2593] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_extern_crate_declaration, 6, 0, 197), + [2595] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 6, 0, 200), + [2597] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 6, 0, 200), + [2599] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 6, 0, 201), + [2601] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 6, 0, 201), + [2603] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 6, 0, 149), + [2605] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 6, 0, 149), + [2607] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 6, 0, 202), + [2609] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 6, 0, 202), + [2611] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_item, 6, 0, 186), + [2613] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_item, 6, 0, 186), + [2615] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 8, 0, 282), + [2617] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 8, 0, 282), + [2619] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 3, 0, 38), + [2621] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 3, 0, 38), + [2623] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_item, 6, 0, 195), + [2625] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_item, 6, 0, 195), + [2627] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 6, 0, 95), + [2629] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 6, 0, 95), + [2631] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 6, 0, 146), + [2633] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 6, 0, 146), + [2635] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 6, 0, 195), + [2637] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 6, 0, 195), + [2639] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 6, 0, 203), + [2641] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 6, 0, 203), + [2643] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_item, 6, 0, 195), + [2645] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_item, 6, 0, 195), + [2647] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 6, 0, 204), + [2649] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 6, 0, 204), + [2651] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 6, 0, 205), + [2653] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 6, 0, 205), + [2655] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 6, 0, 206), + [2657] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 6, 0, 206), + [2659] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 6, 0, 207), + [2661] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 6, 0, 207), + [2663] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 6, 0, 208), + [2665] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 6, 0, 208), + [2667] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 3, 0, 39), + [2669] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 3, 0, 39), + [2671] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 4, 0, 87), + [2673] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 4, 0, 87), + [2675] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 4, 0, 88), + [2677] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 4, 0, 88), + [2679] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 4, 0, 26), + [2681] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 4, 0, 26), + [2683] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 4, 0, 89), + [2685] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 4, 0, 89), + [2687] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 4, 0, 90), + [2689] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 4, 0, 90), + [2691] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_definition, 7, 0, 60), + [2693] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_definition, 7, 0, 60), + [2695] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_definition, 7, 0, 6), + [2697] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_definition, 7, 0, 6), + [2699] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mod_item, 3, 0, 6), + [2701] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_mod_item, 3, 0, 6), + [2703] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 2, 0, 0), + [2705] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 2, 0, 0), + [2707] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 4, 0, 34), + [2709] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 4, 0, 34), + [2711] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_item, 7, 0, 213), + [2713] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_item, 7, 0, 213), + [2715] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant_list, 5, 0, 0), + [2717] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_variant_list, 5, 0, 0), + [2719] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 4, 0, 80), + [2721] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 4, 0, 80), + [2723] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 7, 0, 216), + [2725] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 7, 0, 216), + [2727] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 7, 0, 217), + [2729] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 7, 0, 217), + [2731] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 7, 0, 168), + [2733] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 7, 0, 168), + [2735] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 7, 0, 218), + [2737] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 7, 0, 218), + [2739] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 170), + [2741] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 170), + [2743] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 219), + [2745] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 219), + [2747] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 172), + [2749] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 172), + [2751] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 220), + [2753] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 220), + [2755] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 221), + [2757] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 221), + [2759] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 222), + [2761] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 222), + [2763] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 223), + [2765] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 223), + [2767] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 224), + [2769] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 224), + [2771] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 176), + [2773] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 176), + [2775] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 225), + [2777] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 225), + [2779] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 178), + [2781] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 178), + [2783] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 226), + [2785] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 226), + [2787] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 7, 0, 227), + [2789] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 7, 0, 227), + [2791] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 7, 0, 228), + [2793] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 7, 0, 228), + [2795] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 7, 0, 229), + [2797] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 7, 0, 229), + [2799] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 4, 0, 91), + [2801] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 4, 0, 91), + [2803] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 4, 0, 81), + [2805] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 4, 0, 81), + [2807] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_item, 7, 0, 231), + [2809] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_item, 7, 0, 231), + [2811] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 4, 0, 80), + [2813] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 4, 0, 80), + [2815] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_item, 7, 0, 213), + [2817] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_item, 7, 0, 213), + [2819] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 5, 0, 0), + [2821] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 5, 0, 0), + [2823] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 7, 0, 191), + [2825] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 7, 0, 191), + [2827] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 7, 0, 192), + [2829] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 7, 0, 192), + [2831] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 7, 0, 234), + [2833] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 7, 0, 234), + [2835] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 235), + [2837] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 235), + [2839] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 236), + [2841] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 236), + [2843] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 237), + [2845] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 237), + [2847] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 238), + [2849] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 238), + [2851] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 239), + [2853] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 239), + [2855] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 240), + [2857] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 240), + [2859] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 241), + [2861] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 241), + [2863] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 242), + [2865] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 242), + [2867] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 7, 0, 243), + [2869] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 7, 0, 243), + [2871] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 7, 0, 200), + [2873] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 7, 0, 200), + [2875] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 7, 0, 244), + [2877] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 7, 0, 244), + [2879] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 7, 0, 245), + [2881] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 7, 0, 245), + [2883] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 7, 0, 246), + [2885] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 7, 0, 246), + [2887] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 7, 0, 146), + [2889] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 7, 0, 146), + [2891] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 7, 0, 203), + [2893] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 7, 0, 203), + [2895] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 7, 0, 247), + [2897] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 7, 0, 247), + [2899] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 7, 0, 248), + [2901] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 7, 0, 248), + [2903] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 7, 0, 249), + [2905] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 7, 0, 249), + [2907] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 7, 0, 250), + [2909] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 7, 0, 250), + [2911] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 7, 0, 251), + [2913] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 7, 0, 251), + [2915] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extern_crate_declaration, 7, 0, 252), + [2917] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_extern_crate_declaration, 7, 0, 252), + [2919] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 7, 0, 253), + [2921] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 7, 0, 253), + [2923] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 7, 0, 254), + [2925] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 7, 0, 254), + [2927] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 7, 0, 207), + [2929] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 7, 0, 207), + [2931] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 7, 0, 255), + [2933] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 7, 0, 255), + [2935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 4, 0, 92), + [2937] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 4, 0, 92), + [2939] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 4, 0, 81), + [2941] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 4, 0, 81), + [2943] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associated_type, 4, 0, 7), + [2945] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associated_type, 4, 0, 7), + [2947] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associated_type, 4, 0, 93), + [2949] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associated_type, 4, 0, 93), + [2951] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant_list, 6, 0, 0), + [2953] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_variant_list, 6, 0, 0), + [2955] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 8, 0, 216), + [2957] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 8, 0, 216), + [2959] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 8, 0, 259), + [2961] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 8, 0, 259), + [2963] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 221), + [2965] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 221), + [2967] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 260), + [2969] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 260), + [2971] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 223), + [2973] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 223), + [2975] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 261), + [2977] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 261), + [2979] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 8, 0, 262), + [2981] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 8, 0, 262), + [2983] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 8, 0, 263), + [2985] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 8, 0, 263), + [2987] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 8, 0, 264), + [2989] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 8, 0, 264), + [2991] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associated_type, 4, 0, 91), + [2993] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associated_type, 4, 0, 91), + [2995] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_item, 8, 0, 265), + [2997] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_item, 8, 0, 265), + [2999] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 6, 0, 0), + [3001] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 6, 0, 0), + [3003] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 8, 0, 234), + [3005] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 8, 0, 234), + [3007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 235), + [3009] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 235), + [3011] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 267), + [3013] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 267), + [3015] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 237), + [3017] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 237), + [3019] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 268), + [3021] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 268), + [3023] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 269), + [3025] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 269), + [3027] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 270), + [3029] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 270), + [3031] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 271), + [3033] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 271), + [3035] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 272), + [3037] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 272), + [3039] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 239), + [3041] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 239), + [3043] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 273), + [3045] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 273), + [3047] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 241), + [3049] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 241), + [3051] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 274), + [3053] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 274), + [3055] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 8, 0, 275), + [3057] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 8, 0, 275), + [3059] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 8, 0, 276), + [3061] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 8, 0, 276), + [3063] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 8, 0, 245), + [3065] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 8, 0, 245), + [3067] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 8, 0, 277), + [3069] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 8, 0, 277), + [3071] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 8, 0, 253), + [3073] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 8, 0, 253), + [3075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2122), + [3077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3712), + [3079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3688), + [3081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2398), + [3083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2407), + [3085] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2017), + [3087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2604), + [3089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(880), + [3091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3797), + [3093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3603), + [3095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1559), + [3097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1571), + [3099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2596), + [3101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2595), + [3103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2600), + [3105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2575), + [3107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2581), + [3109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2572), + [3111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3137), + [3113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3575), + [3115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2218), + [3117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3600), + [3119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3190), + [3121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3590), + [3123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3096), + [3125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3735), + [3127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2233), + [3129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3506), + [3131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443), + [3133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(835), + [3135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2563), + [3137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3048), + [3139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2231), + [3141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2186), + [3143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3164), + [3145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3166), + [3147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3170), + [3149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3162), + [3151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2922), + [3153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2207), + [3155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2213), + [3157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2216), + [3159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3467), + [3161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2359), + [3163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2219), + [3165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(828), + [3167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(830), + [3169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2521), + [3171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(854), + [3173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(846), + [3175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(980), + [3177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1015), + [3179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1585), + [3181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862), + [3183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1056), + [3185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(921), + [3187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3485), + [3189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(996), + [3191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1715), + [3193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1772), + [3195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(868), + [3197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3344), + [3199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2234), + [3201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3492), + [3203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2749), + [3205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(997), + [3207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1215), + [3209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(927), + [3211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3704), + [3213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1662), + [3215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1077), + [3217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(883), + [3219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1002), + [3221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(969), + [3223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3277), + [3225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(974), + [3227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1404), + [3229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1487), + [3231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(865), + [3233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3293), + [3235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2199), + [3237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3287), + [3239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2654), + [3241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(975), + [3243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1139), + [3245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(981), + [3247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3687), + [3249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1405), + [3251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2149), + [3253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900), + [3255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(902), + [3257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(989), + [3259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(920), + [3261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3065), + [3263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3225), + [3265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1778), + [3267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2180), + [3269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1968), + [3271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(789), + [3273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(973), + [3275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(967), + [3277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3380), + [3279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2078), + [3281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(919), + [3283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2087), + [3285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1808), + [3287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3465), + [3289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1479), + [3291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1818), + [3293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(978), + [3295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2083), + [3297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1006), + [3299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2172), + [3301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1985), + [3303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1558), + [3305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1443), + [3307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2174), + [3309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1987), + [3311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2151), + [3313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1980), + [3315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2163), + [3317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1955), + [3319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2169), + [3321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2893), + [3323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3533), + [3325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3643), + [3327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2178), + [3329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1977), + [3331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2171), + [3333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3426), + [3335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2020), + [3337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3464), + [3339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3788), + [3341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3757), + [3343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1079), + [3345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(873), + [3347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3360), + [3349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2200), + [3351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3375), + [3353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2856), + [3355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3361), + [3357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1074), + [3359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1586), + [3361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(867), + [3363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3437), + [3365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2201), + [3367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3442), + [3369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2858), + [3371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3438), + [3373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1588), + [3375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2173), + [3377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1986), + [3379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2175), + [3381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1949), + [3383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2019), + [3385] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), + [3387] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 1, 0, 0), + [3389] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 1, 0, 0), + [3391] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_closure_parameters, 4, 0, 0), + [3393] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_closure_parameters, 4, 0, 0), + [3395] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), + [3397] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lifetime, 2, 0, 0), + [3399] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lifetime, 2, 0, 0), + [3401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2139), + [3403] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_pattern, 2, 0, 23), + [3405] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_pattern, 2, 0, 23), + [3407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2138), + [3409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2140), + [3411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2140), + [3413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2141), + [3415] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_remaining_field_pattern, 1, 0, 0), + [3417] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_remaining_field_pattern, 1, 0, 0), + [3419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2176), + [3421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2181), + [3423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2181), + [3425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2145), + [3427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_pattern, 2, 0, 19), + [3429] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_pattern, 2, 0, 19), + [3431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2143), + [3433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2150), + [3435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2150), + [3437] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression_except_range, 1, 0, 1), + [3439] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression_except_range, 1, 0, 1), + [3441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2656), + [3443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3367), + [3445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3562), + [3447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2657), + [3449] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_match_arm_repeat1, 2, 0, 0), + [3451] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_arm_repeat1, 2, 0, 0), + [3453] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_arm_repeat1, 2, 0, 0), SHIFT_REPEAT(3486), + [3456] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_type, 4, 0, 111), + [3458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), + [3460] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_type, 4, 0, 111), + [3462] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2756), + [3464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2791), + [3466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457), + [3468] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type, 1, 0, 5), + [3470] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type, 1, 0, 5), + [3472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2661), + [3474] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_type, 2, 0, 28), + [3476] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_type, 2, 0, 28), + [3478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2543), + [3480] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_where_clause, 3, 0, 0), + [3482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(889), + [3484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3359), + [3486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3037), + [3488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(876), + [3490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3482), + [3492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2956), + [3494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3320), + [3496] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3638), + [3498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3638), + [3500] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_where_clause, 4, 0, 0), + [3502] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3712), + [3505] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dynamic_type, 2, 0, 28), + [3507] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dynamic_type, 2, 0, 28), + [3509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2808), + [3511] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_where_clause, 1, 0, 0), + [3513] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 3, 0, 0), + [3515] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 3, 0, 0), + [3517] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 4, 0, 0), + [3519] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 4, 0, 0), + [3521] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_type, 4, 0, 112), + [3523] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_type, 4, 0, 112), + [3525] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 6, 0, 0), + [3527] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 6, 0, 0), + [3529] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_arm, 5, 0, 127), + [3531] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_arm, 5, 0, 127), + [3533] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_match_arm, 5, 0, 127), + [3535] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_arm, 4, 0, 184), + [3537] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_arm, 4, 0, 184), + [3539] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_match_arm, 4, 0, 184), + [3541] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier, 3, 0, 17), + [3543] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_type_identifier, 3, 0, 17), + [3545] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_identifier, 3, 0, 16), + [3547] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_identifier, 3, 0, 16), + [3549] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier, 2, 0, 7), + [3551] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_type_identifier, 2, 0, 7), + [3553] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_identifier, 2, 0, 6), + [3555] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_identifier, 2, 0, 6), + [3557] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_type, 2, 0, 29), + [3559] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_type, 2, 0, 29), + [3561] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 5, 0, 0), + [3563] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 5, 0, 0), + [3565] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier, 3, 0, 48), + [3567] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_type_identifier, 3, 0, 48), + [3569] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_identifier, 3, 0, 47), + [3571] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_identifier, 3, 0, 47), + [3573] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dynamic_type, 2, 0, 29), + [3575] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dynamic_type, 2, 0, 29), + [3577] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type, 1, 0, 0), + [3579] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type, 1, 0, 0), + [3581] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier, 3, 0, 52), + [3583] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_type_identifier, 3, 0, 52), + [3585] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_identifier, 3, 0, 51), + [3587] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_identifier, 3, 0, 51), + [3589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2731), + [3591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2730), + [3593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3217), + [3595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2732), + [3597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2732), + [3599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2871), + [3601] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_modifiers_repeat1, 1, 0, 0), + [3603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1091), + [3605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(979), + [3607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3515), + [3609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3334), + [3611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2241), + [3613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3267), + [3615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2941), + [3617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3701), + [3619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3701), + [3621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2187), + [3623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3814), + [3625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2284), + [3627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3235), + [3629] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_match_arm_repeat1, 1, 0, 0), + [3631] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_arm_repeat1, 1, 0, 0), + [3633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), + [3635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1603), + [3637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(998), + [3639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3654), + [3641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3347), + [3643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2283), + [3645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3215), + [3647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2991), + [3649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3705), + [3651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3705), + [3653] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 1, 0, 0), + [3655] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 1, 0, 0), + [3657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2177), + [3659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2629), + [3661] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 1, 0, 0), + [3663] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 1, 0, 0), + [3665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2859), + [3667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2857), + [3669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2860), + [3671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2860), + [3673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2712), + [3675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2711), + [3677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2713), + [3679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2713), + [3681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2025), + [3683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2642), + [3685] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier_in_expression_position, 3, 0, 48), + [3687] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier_in_expression_position, 3, 0, 52), + [3689] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_expression, 3, 0, 55), + [3691] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_expression, 3, 0, 55), + [3693] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_expression, 3, 0, 56), + [3695] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_expression, 3, 0, 56), + [3697] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier_in_expression_position, 2, 0, 7), + [3699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3208), + [3701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3300), + [3703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3775), + [3705] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type, 2, 0, 22), + [3707] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_type, 2, 0, 22), + [3709] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type, 2, 0, 24), + [3711] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_type, 2, 0, 24), + [3713] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type, 2, 0, 25), + [3715] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_type, 2, 0, 25), + [3717] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 2, 0, 27), + [3719] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 2, 0, 27), + [3721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(983), + [3723] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 2, 0, 30), + [3725] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 2, 0, 30), + [3727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(985), + [3729] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 2, 0, 31), + [3731] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 2, 0, 31), + [3733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(986), + [3735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2752), + [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 = true}}, REDUCE(sym_parameters, 2, 0, 0), + [3743] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameters, 2, 0, 0), + [3745] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 3, 0, 73), + [3747] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 3, 0, 73), + [3749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(993), + [3751] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 3, 0, 75), + [3753] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 3, 0, 75), + [3755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(994), + [3757] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 3, 0, 76), + [3759] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 3, 0, 76), + [3761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(995), + [3763] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 3, 0, 0), + [3765] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 3, 0, 0), + [3767] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters, 3, 0, 0), + [3769] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameters, 3, 0, 0), + [3771] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 4, 0, 115), + [3773] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 4, 0, 115), + [3775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1001), + [3777] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 4, 0, 0), + [3779] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 4, 0, 0), + [3781] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters, 4, 0, 0), + [3783] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameters, 4, 0, 0), + [3785] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 1, 0, 0), + [3787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), + [3789] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 1, 0, 0), + [3791] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 5, 0, 0), + [3793] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 5, 0, 0), + [3795] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters, 5, 0, 0), + [3797] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameters, 5, 0, 0), + [3799] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 6, 0, 0), + [3801] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 6, 0, 0), + [3803] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters, 6, 0, 0), + [3805] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameters, 6, 0, 0), + [3807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3366), + [3809] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier_in_expression_position, 3, 0, 17), + [3811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2475), + [3813] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_expression, 2, 0, 0), + [3815] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_expression, 2, 0, 0), + [3817] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_expression, 3, 0, 53), + [3819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), + [3821] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_expression, 3, 0, 53), + [3823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1525), + [3825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2995), + [3827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(940), + [3829] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 6, 0, 0), + [3831] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 6, 0, 0), + [3833] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_await_expression, 3, 0, 0), + [3835] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_await_expression, 3, 0, 0), + [3837] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unit_type, 2, 0, 0), + [3839] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unit_type, 2, 0, 0), + [3841] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_removed_trait_bound, 2, 0, 0), + [3843] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_removed_trait_bound, 2, 0, 0), + [3845] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_type, 2, 0, 26), + [3847] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_reference_type, 2, 0, 26), + [3849] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer_list, 2, 0, 0), + [3851] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_initializer_list, 2, 0, 0), + [3853] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_cast_expression, 3, 0, 57), + [3855] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_cast_expression, 3, 0, 57), + [3857] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_function, 3, 0, 49), + [3859] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type_with_turbofish, 3, 0, 58), + [3861] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_function, 3, 0, 49), + [3863] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_closure_expression, 7, 0, 230), + [3865] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_closure_expression, 7, 0, 230), + [3867] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_expression, 4, 0, 0), + [3869] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_expression, 4, 0, 0), + [3871] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_expression, 7, 0, 0), + [3873] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_expression, 7, 0, 0), + [3875] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_expression, 4, 0, 0), + [3877] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_expression, 4, 0, 0), + [3879] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_type, 3, 0, 0), + [3881] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_type, 3, 0, 0), + [3883] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type, 3, 0, 71), + [3885] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type, 3, 0, 71), + [3887] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type, 3, 0, 72), + [3889] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_type, 3, 0, 72), + [3891] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_type, 3, 0, 72), + [3893] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_reference_type, 3, 0, 72), + [3895] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_bounds, 3, 0, 0), + [3897] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_bounds, 3, 0, 0), + [3899] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_expression, 4, 0, 61), + [3901] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_reference_expression, 4, 0, 61), + [3903] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bounded_type, 3, 0, 0), + [3905] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_bounded_type, 3, 0, 0), + [3907] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_closure_expression, 4, 0, 79), + [3909] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_closure_expression, 4, 0, 79), + [3911] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_type, 4, 0, 0), + [3913] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_type, 4, 0, 0), + [3915] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_type, 4, 0, 109), + [3917] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_reference_type, 4, 0, 109), + [3919] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 4, 0, 110), + [3921] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 4, 0, 110), + [3923] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type_with_turbofish, 3, 0, 50), + [3925] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_bounds, 4, 0, 0), + [3927] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_bounds, 4, 0, 0), + [3929] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_bounds, 4, 0, 113), + [3931] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_bounds, 4, 0, 113), + [3933] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 4, 0, 114), + [3935] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 4, 0, 114), + [3937] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_never_type, 1, 0, 0), + [3939] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_never_type, 1, 0, 0), + [3941] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 4, 0, 116), + [3943] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 4, 0, 116), + [3945] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer_list, 5, 0, 0), + [3947] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_initializer_list, 5, 0, 0), + [3949] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_expression, 7, 0, 0), + [3951] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_expression, 7, 0, 0), + [3953] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 5, 0, 0), + [3955] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 5, 0, 0), + [3957] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type, 5, 0, 159), + [3959] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type, 5, 0, 159), + [3961] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_bounds, 5, 0, 113), + [3963] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_bounds, 5, 0, 113), + [3965] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_bounds, 5, 0, 0), + [3967] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_bounds, 5, 0, 0), + [3969] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 5, 0, 162), + [3971] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 5, 0, 162), + [3973] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 5, 0, 163), + [3975] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 5, 0, 163), + [3977] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 5, 0, 164), + [3979] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 5, 0, 164), + [3981] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_expression, 2, 0, 10), + [3983] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_expression, 2, 0, 10), + [3985] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 2, 0, 0), + [3987] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 2, 0, 0), + [3989] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_bounds, 6, 0, 113), + [3991] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_bounds, 6, 0, 113), + [3993] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_bounds, 6, 0, 0), + [3995] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_bounds, 6, 0, 0), + [3997] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 6, 0, 212), + [3999] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 6, 0, 212), + [4001] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer_list, 3, 0, 0), + [4003] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_initializer_list, 3, 0, 0), + [4005] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_expression, 2, 0, 11), + [4007] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_expression, 2, 0, 11), + [4009] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 2, 0, 12), + [4011] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 2, 0, 12), + [4013] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 3, 0, 0), + [4015] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 3, 0, 0), + [4017] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_expression, 4, 0, 0), + [4019] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_index_expression, 4, 0, 0), + [4021] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_closure_expression, 4, 0, 104), + [4023] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_closure_expression, 4, 0, 104), + [4025] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_expression, 2, 0, 0), + [4027] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_expression, 2, 0, 0), + [4029] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_expression, 5, 0, 0), + [4031] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_expression, 5, 0, 0), + [4033] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_expression, 5, 0, 106), + [4035] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_expression, 5, 0, 106), + [4037] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_expression, 5, 0, 0), + [4039] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_expression, 5, 0, 0), + [4041] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_closure_expression, 2, 0, 13), + [4043] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_closure_expression, 2, 0, 13), + [4045] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_higher_ranked_trait_bound, 3, 0, 87), + [4047] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_higher_ranked_trait_bound, 3, 0, 87), + [4049] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_closure_expression, 5, 0, 118), + [4051] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_closure_expression, 5, 0, 118), + [4053] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3, 0, 0), + [4055] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3, 0, 0), + [4057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2803), + [4059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3479), + [4061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2784), + [4063] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_expression, 3, 0, 0), + [4065] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_expression, 3, 0, 0), + [4067] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unit_expression, 2, 0, 0), + [4069] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unit_expression, 2, 0, 0), + [4071] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_expression, 3, 0, 18), + [4073] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_reference_expression, 3, 0, 18), + [4075] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_closure_expression, 5, 0, 136), + [4077] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_closure_expression, 5, 0, 136), + [4079] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_expression, 2, 0, 0), + [4081] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_expression, 2, 0, 0), + [4083] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer_list, 4, 0, 0), + [4085] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_initializer_list, 4, 0, 0), + [4087] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_expression, 2, 0, 0), + [4089] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_expression, 2, 0, 0), + [4091] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 4, 0, 0), + [4093] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 4, 0, 0), + [4095] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_expression, 2, 0, 4), + [4097] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_reference_expression, 2, 0, 4), + [4099] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_expression, 6, 0, 0), + [4101] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_expression, 6, 0, 0), + [4103] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_expression, 6, 0, 155), + [4105] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_expression, 6, 0, 155), + [4107] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_expression, 6, 0, 0), + [4109] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_expression, 6, 0, 0), + [4111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2707), + [4113] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_closure_expression, 6, 0, 165), + [4115] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_closure_expression, 6, 0, 165), + [4117] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_closure_expression, 3, 0, 32), + [4119] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_closure_expression, 3, 0, 32), + [4121] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_type, 5, 0, 0), + [4123] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_type, 5, 0, 0), + [4125] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_visibility_modifier, 1, 0, 0), + [4127] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_visibility_modifier, 1, 0, 0), SHIFT(2830), + [4130] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_visibility_modifier, 1, 0, 0), + [4132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3356), + [4134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3245), + [4136] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_visibility_modifier, 4, 0, 0), + [4138] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_visibility_modifier, 4, 0, 0), + [4140] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_visibility_modifier, 5, 0, 135), + [4142] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_visibility_modifier, 5, 0, 135), + [4144] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_visibility_modifier, 5, 0, 0), + [4146] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_visibility_modifier, 5, 0, 0), + [4148] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_visibility_modifier, 1, 0, 0), SHIFT(3231), + [4151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(289), + [4153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(302), + [4155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(303), + [4157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(305), + [4159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(306), + [4161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309), + [4163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310), + [4165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(267), + [4167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), + [4169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(314), + [4171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), + [4173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(316), + [4175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(36), + [4177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), + [4179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2626), + [4181] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_assignment_expr, 3, 0, 53), + [4183] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_assignment_expr, 3, 0, 53), [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 = true}}, SHIFT(332), - [4191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(333), - [4193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), - [4195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2841), - [4197] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_expression, 3, 0, 0), - [4199] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_expression, 3, 0, 0), - [4201] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_expression, 2, 0, 0), - [4203] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_expression, 2, 0, 0), - [4205] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield_expression, 2, 0, 0), - [4207] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_yield_expression, 2, 0, 0), - [4209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2728), - [4211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2437), - [4213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2746), - [4215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), - [4217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2790), - [4219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291), - [4221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2177), - [4223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2657), - [4225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2568), - [4227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3212), - [4229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2591), - [4231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3337), - [4233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2792), - [4235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2610), - [4237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3396), - [4239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2567), - [4241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3488), - [4243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(339), - [4245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(341), - [4247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(342), - [4249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(343), - [4251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(344), - [4253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387), - [4255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346), - [4257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(347), - [4259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348), - [4261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(349), - [4263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), - [4265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(350), - [4267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(56), - [4269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), - [4271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), - [4273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(37), - [4275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), - [4277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), - [4279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3347), - [4281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), - [4283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), - [4285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2658), - [4287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3541), - [4289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356), - [4291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), - [4293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2445), - [4295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2595), - [4297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1651), - [4299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3085), - [4301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3091), - [4303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2589), - [4305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3597), - [4307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2590), - [4309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2596), - [4311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2596), - [4313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368), - [4315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), - [4317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(956), - [4319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(958), - [4321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(959), - [4323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(58), - [4325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), - [4327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3640), - [4329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), - [4331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1889), - [4333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), - [4335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3200), - [4337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), - [4339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3355), - [4341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), - [4343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(949), - [4345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(950), - [4347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3157), - [4349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(947), - [4351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2928), - [4353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1470), - [4355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), - [4357] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_arguments_repeat1, 2, 0, 0), - [4359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), - [4361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(981), - [4363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3319), - [4365] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_arguments_repeat1, 3, 0, 0), - [4367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3329), - [4369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), - [4371] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer, 4, 0, 198), - [4373] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer, 4, 0, 199), - [4375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), - [4377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(367), - [4379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(378), - [4381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(380), - [4383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(382), - [4385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(384), - [4387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), - [4389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), - [4391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(391), - [4393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326), - [4395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(268), - [4397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), - [4399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(269), - [4401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(64), - [4403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), - [4405] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_base_field_initializer, 2, 0, 0), - [4407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363), - [4409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(277), - [4411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(278), - [4413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1926), - [4415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(279), - [4417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(280), - [4419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(281), - [4421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), - [4423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), - [4425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(284), - [4427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287), - [4429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(287), - [4431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3109), - [4433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(52), - [4435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), - [4437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(952), - [4439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(644), - [4441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), - [4443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(286), - [4445] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant, 3, 0, 166), - [4447] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant, 4, 0, 214), - [4449] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant, 4, 0, 215), - [4451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1931), - [4453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), - [4455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(462), - [4457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(55), - [4459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), - [4461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1063), - [4463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(555), - [4465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2861), - [4467] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__let_chain, 3, 0, 0), - [4469] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_match_arm, 4, 0, 127), - [4471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1095), - [4473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1107), - [4475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2809), - [4477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1228), - [4479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2818), - [4481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1525), - [4483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1817), - [4485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1279), - [4487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2825), - [4489] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant, 5, 0, 258), - [4491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1319), - [4493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2827), - [4495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464), - [4497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514), - [4499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2815), - [4501] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_match_arm, 3, 0, 184), - [4503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1105), - [4505] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_condition, 4, 0, 127), - [4507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2160), - [4509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(744), - [4511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2788), - [4513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461), - [4515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(676), - [4517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1468), - [4519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1078), - [4521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470), - [4523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1708), - [4525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(674), - [4527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2697), - [4529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396), - [4531] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer, 3, 0, 147), - [4533] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer, 3, 0, 148), - [4535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__condition, 1, 0, 0), - [4537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), - [4539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1512), - [4541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), - [4543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1921), - [4545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2869), - [4547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3571), - [4549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3250), - [4551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3131), - [4553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3672), - [4555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3672), - [4557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577), - [4559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1814), - [4561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1554), - [4563] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 3, 0, 117), - [4565] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 3, 0, 18), - [4567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1261), - [4569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1283), - [4571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1322), - [4573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1340), - [4575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1351), - [4577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1364), - [4579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1381), - [4581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1472), - [4583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(588), - [4585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(49), - [4587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), - [4589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(779), + [4189] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_expression, 3, 0, 0), + [4191] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_expression, 3, 0, 0), + [4193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), + [4195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2805), + [4197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2815), + [4199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459), + [4201] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_expression, 3, 0, 0), + [4203] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_expression, 3, 0, 0), + [4205] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_expression, 2, 0, 0), + [4207] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_expression, 2, 0, 0), + [4209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), + [4211] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield_expression, 2, 0, 0), + [4213] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_yield_expression, 2, 0, 0), + [4215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), + [4217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2662), + [4219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2167), + [4221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2757), + [4223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), + [4225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2821), + [4227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2471), + [4229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2568), + [4231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3218), + [4233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2616), + [4235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3495), + [4237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2514), + [4239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3276), + [4241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2622), + [4243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3273), + [4245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2663), + [4247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), + [4249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(41), + [4251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), + [4253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), + [4255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2758), + [4257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(273), + [4259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(275), + [4261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(293), + [4263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(294), + [4265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(308), + [4267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343), + [4269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), + [4271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(335), + [4273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(330), + [4275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(269), + [4277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), + [4279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(270), + [4281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(60), + [4283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387), + [4285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3776), + [4287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2427), + [4289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367), + [4291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), + [4293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371), + [4295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), + [4297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2619), + [4299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1650), + [4301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3003), + [4303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3136), + [4305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2542), + [4307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3544), + [4309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2518), + [4311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2590), + [4313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2590), + [4315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332), + [4317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), + [4319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3412), + [4321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3345), + [4323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(64), + [4325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), + [4327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3585), + [4329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3009), + [4331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3205), + [4333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), + [4335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), + [4337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(937), + [4339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(931), + [4341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), + [4343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), + [4345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3025), + [4347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(933), + [4349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(934), + [4351] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_arguments_repeat1, 2, 0, 0), + [4353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(935), + [4355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(930), + [4357] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_arguments_repeat1, 3, 0, 0), + [4359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3335), + [4361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(928), + [4363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), + [4365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3433), + [4367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1519), + [4369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), + [4371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1736), + [4373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), + [4375] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant, 5, 0, 258), + [4377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366), + [4379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1805), + [4381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2985), + [4383] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__condition, 1, 0, 0), + [4385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), + [4387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(462), + [4389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(336), + [4391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(339), + [4393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(340), + [4395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(341), + [4397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(342), + [4399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), + [4401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), + [4403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(351), + [4405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), + [4407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(359), + [4409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), + [4411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(360), + [4413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(62), + [4415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), + [4417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1064), + [4419] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__let_chain, 3, 0, 0), + [4421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(575), + [4423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2636), + [4425] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_base_field_initializer, 2, 0, 0), + [4427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(598), + [4429] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant, 4, 0, 214), + [4431] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant, 4, 0, 215), + [4433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(278), + [4435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(279), + [4437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(280), + [4439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(281), + [4441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(282), + [4443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), + [4445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), + [4447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(285), + [4449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), + [4451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(288), + [4453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(976), + [4455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(66), + [4457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), + [4459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(44), + [4461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304), + [4463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(765), + [4465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2824), + [4467] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_match_arm, 4, 0, 127), + [4469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1098), + [4471] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_condition, 4, 0, 127), + [4473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), + [4475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(287), + [4477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(644), + [4479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2855), + [4481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1820), + [4483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), + [4485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461), + [4487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1535), + [4489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), + [4491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1234), + [4493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2846), + [4495] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer, 3, 0, 147), + [4497] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer, 3, 0, 148), + [4499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1302), + [4501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2851), + [4503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1509), + [4505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1756), + [4507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1356), + [4509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2852), + [4511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1171), + [4513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2854), + [4515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464), + [4517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396), + [4519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2147), + [4521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), + [4523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1495), + [4525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(621), + [4527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1083), + [4529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(469), + [4531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1670), + [4533] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant, 3, 0, 166), + [4535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer, 4, 0, 198), + [4537] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer, 4, 0, 199), + [4539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(717), + [4541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2875), + [4543] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_match_arm, 3, 0, 184), + [4545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1099), + [4547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2879), + [4549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3568), + [4551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3260), + [4553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3087), + [4555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3673), + [4557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3673), + [4559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1362), + [4561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1203), + [4563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1308), + [4565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1328), + [4567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1347), + [4569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2848), + [4571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1296), + [4573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1157), + [4575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1819), + [4577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), + [4579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(52), + [4581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), + [4583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513), + [4585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(637), + [4587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(769), + [4589] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 3, 0, 117), [4591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1382), - [4593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), - [4595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1483), - [4597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(601), - [4599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2854), - [4601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519), - [4603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), - [4605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1444), - [4607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2858), - [4609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(558), - [4611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), - [4613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2848), - [4615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1895), - [4617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1941), - [4619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2068), - [4621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2875), - [4623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2860), - [4625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2868), - [4627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2872), - [4629] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_lifetimes, 5, 0, 0), - [4631] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_lifetimes, 5, 0, 0), - [4633] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_lifetimes, 6, 0, 0), - [4635] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_lifetimes, 6, 0, 0), - [4637] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_lifetimes, 4, 0, 0), - [4639] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_lifetimes, 4, 0, 0), - [4641] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2378), - [4643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2377), - [4645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2379), - [4647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2379), - [4649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3490), - [4651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3487), - [4653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3495), - [4655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3491), - [4657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3491), - [4659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3271), - [4661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3262), - [4663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3294), - [4665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3294), - [4667] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pattern, 1, 0, 0), - [4669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(804), - [4671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2306), - [4673] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__pattern, 1, 0, 0), - [4675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2656), - [4677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(846), - [4679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1068), - [4681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1559), - [4683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2630), - [4685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457), - [4687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), - [4689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2745), - [4691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3215), - [4693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2833), - [4695] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pattern, 1, 0, 1), - [4697] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__pattern, 1, 0, 1), - [4699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2650), - [4701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1066), - [4703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1562), - [4705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3303), - [4707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2421), - [4709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2344), - [4711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3609), - [4713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3461), - [4715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3570), - [4717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3161), - [4719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3717), - [4721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3734), - [4723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3550), - [4725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3737), - [4727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2394), - [4729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1791), - [4731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2287), - [4733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3267), - [4735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2402), - [4737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3807), - [4739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3451), - [4741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3808), - [4743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3187), - [4745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3809), - [4747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3803), - [4749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3795), - [4751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3811), - [4753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2400), - [4755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1891), - [4757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2253), - [4759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), - [4761] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type, 1, 0, 5), REDUCE(sym__pattern, 1, 0, 0), - [4764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2729), - [4766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3382), - [4768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2648), - [4770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3539), - [4772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), - [4774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2704), - [4776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2865), - [4778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250), - [4780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2813), - [4782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), - [4784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(178), - [4786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3310), - [4788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3375), - [4790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3349), - [4792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3259), - [4794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(987), - [4796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(990), - [4798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(991), - [4800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1005), - [4802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1006), - [4804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1007), - [4806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1024), - [4808] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_negative_literal, 2, 0, 0), - [4810] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_negative_literal, 2, 0, 0), - [4812] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_scoped_identifier, 3, 0, 47), REDUCE(sym_scoped_type_identifier, 3, 0, 48), - [4815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2493), - [4817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(884), - [4819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(890), - [4821] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 1, 0, 36), - [4823] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_scoped_identifier, 3, 0, 16), REDUCE(sym_scoped_type_identifier, 3, 0, 17), - [4826] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__literal_pattern, 1, 0, 0), - [4828] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__literal_pattern, 1, 0, 0), - [4830] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_scoped_identifier, 2, 0, 6), REDUCE(sym_scoped_type_identifier, 2, 0, 7), - [4833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(873), - [4835] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_modifiers_repeat1, 1, 0, 0), SHIFT(2881), - [4838] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_scoped_identifier, 3, 0, 51), REDUCE(sym_scoped_type_identifier, 3, 0, 52), - [4841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(799), - [4843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2304), - [4845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2703), - [4847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(837), - [4849] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1392), - [4851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1571), - [4853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2659), - [4855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2600), - [4857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1100), - [4859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3567), - [4861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3437), - [4863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2613), - [4865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2597), - [4867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2583), - [4869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1099), - [4871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1103), - [4873] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_pattern, 3, 0, 68), - [4875] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_pattern, 3, 0, 68), - [4877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3175), - [4879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1490), - [4881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), - [4883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3723), - [4885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3733), - [4887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(957), - [4889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(937), - [4891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3146), - [4893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2905), - [4895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3164), - [4897] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_pattern, 2, 0, 21), - [4899] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_pattern, 2, 0, 21), - [4901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2662), - [4903] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_pattern, 3, 0, 67), - [4905] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_pattern, 3, 0, 67), - [4907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3447), - [4909] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_pattern, 3, 0, 54), - [4911] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_pattern, 3, 0, 54), - [4913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2962), - [4915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2750), - [4917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(904), - [4919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(927), - [4921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3350), - [4923] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_pattern, 2, 0, 20), - [4925] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_pattern, 2, 0, 20), - [4927] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_pattern, 3, 0, 62), - [4929] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_pattern, 3, 0, 62), - [4931] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extern_modifier, 1, 0, 0), - [4933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3806), - [4935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_pattern, 3, 0, 63), - [4937] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_pattern, 3, 0, 63), - [4939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3623), - [4941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(974), - [4943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(996), - [4945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(994), - [4947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1019), - [4949] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3641), - [4951] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_function_modifiers_repeat1, 1, 0, 0), - [4953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1731), - [4955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3667), - [4957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(888), - [4959] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_struct_pattern, 6, 0, 70), - [4961] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 5, 0, 0), - [4963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1780), - [4965] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_struct_pattern, 4, 0, 64), - [4967] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_struct_pattern, 5, 0, 64), - [4969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1461), - [4971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2698), - [4973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1391), - [4975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1570), - [4977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3286), - [4979] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_struct_pattern, 3, 0, 70), - [4981] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_pattern, 3, 0, 64), - [4983] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_or_pattern, 3, 0, 0), - [4985] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_pattern, 5, 0, 64), - [4987] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_pattern, 3, 0, 65), - [4989] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_pattern, 4, 0, 65), - [4991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2322), - [4993] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_struct_pattern, 4, 0, 70), - [4995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2705), - [4997] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_pattern, 4, 0, 64), - [4999] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_struct_pattern, 6, 0, 64), - [5001] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_struct_pattern, 3, 0, 64), - [5003] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice_pattern, 2, 0, 0), - [5005] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_pattern, 2, 0, 0), - [5007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 3, 0, 0), - [5009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1540), - [5011] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_captured_pattern, 3, 0, 0), - [5013] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice_pattern, 3, 0, 0), - [5015] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_pattern, 3, 0, 0), - [5017] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3745), - [5019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(617), - [5021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3722), - [5023] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3559), - [5025] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_pattern, 5, 0, 65), - [5027] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mut_pattern, 2, 0, 0), - [5029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2771), - [5031] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 4, 0, 0), - [5033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2726), - [5035] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice_pattern, 5, 0, 0), - [5037] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_struct_pattern, 5, 0, 70), - [5039] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2387), - [5041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(604), - [5043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3555), - [5045] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_pattern, 6, 0, 65), - [5047] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice_pattern, 4, 0, 0), - [5049] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ref_pattern, 2, 0, 0), - [5051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1125), - [5053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3608), - [5055] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 2, 0, 0), - [5057] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_or_pattern, 2, 0, 0), - [5059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1760), - [5061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1091), - [5063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3594), - [5065] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_pattern, 6, 0, 64), - [5067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2730), - [5069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(726), - [5071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3457), - [5073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(748), - [5075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(970), - [5077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3428), - [5079] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_macro_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(70), - [5082] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_macro_definition_repeat1, 2, 0, 0), - [5084] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_macro_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(71), - [5087] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_macro_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(75), - [5090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(865), - [5092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1084), - [5094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(559), - [5096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2660), - [5098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1092), - [5100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1262), - [5102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(655), - [5104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(788), - [5106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2213), - [5108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2161), - [5110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1085), - [5112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(975), - [5114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3535), - [5116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3242), - [5118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(614), - [5120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(615), - [5122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1210), - [5124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(933), - [5126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(997), - [5128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1388), - [5130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(694), - [5132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(995), - [5134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1312), - [5136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1090), - [5138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1020), - [5140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520), - [5142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(640), - [5144] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type, 1, 0, 0), REDUCE(sym__pattern, 1, 0, 1), - [5147] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_bounds, 3, 0, 0), - [5149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(876), - [5151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(889), - [5153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1115), - [5155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2233), - [5157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(549), - [5159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(780), - [5161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1155), - [5163] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_trait_bounds_repeat1, 2, 0, 0), - [5165] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_trait_bounds_repeat1, 2, 0, 0), SHIFT_REPEAT(876), - [5168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(928), - [5170] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_bounds, 2, 0, 0), - [5172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(866), - [5174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3254), - [5176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3516), - [5178] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extern_modifier, 2, 0, 0), - [5180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(573), - [5182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), - [5184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(705), - [5186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1042), - [5188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(585), - [5190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(884), - [5192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2138), - [5194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(596), - [5196] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_modifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(2421), - [5199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_modifiers_repeat1, 2, 0, 0), - [5201] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_modifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(2297), - [5204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(729), - [5206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1118), - [5208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(979), - [5210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2968), - [5212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2901), - [5214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3485), - [5216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3794), - [5218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3232), - [5220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3538), - [5222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2930), - [5224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3630), - [5226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2193), - [5228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3522), - [5230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1128), - [5232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), - [5234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(993), - [5236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1165), - [5238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1009), - [5240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1196), - [5242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1021), - [5244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1213), - [5246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(761), - [5248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(954), - [5250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1243), - [5252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1027), - [5254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1257), - [5256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1031), - [5258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1263), - [5260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1298), - [5262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1308), - [5264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1033), - [5266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1336), - [5268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1348), - [5270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(775), - [5272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1008), - [5274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1359), - [5276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2190), - [5278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3797), - [5280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(678), - [5282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(896), - [5284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(781), - [5286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2814), - [5288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(659), - [5290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1049), - [5292] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_modifiers, 1, 0, 0), - [5294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2297), - [5296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(787), - [5298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(607), - [5300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1037), - [5302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(545), - [5304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(924), - [5306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), - [5308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), - [5310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3741), - [5312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), - [5314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1202), - [5316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3666), - [5318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3113), - [5320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3115), - [5322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3635), - [5324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(724), - [5326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3748), - [5328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3153), - [5330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3155), - [5332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(725), - [5334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2435), - [5336] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant, 2, 0, 6), - [5338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304), - [5340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(620), - [5342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3674), - [5344] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3022), - [5346] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3209), - [5348] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3652), - [5350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3214), - [5352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3650), - [5354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2439), - [5356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(646), - [5358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3508), - [5360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2448), - [5362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2226), - [5364] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_self_parameter, 1, 0, 0), - [5366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(915), - [5368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3304), - [5370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2234), - [5372] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_self_parameter, 2, 0, 0), - [5374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1015), - [5376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3264), - [5378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(647), - [5380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2431), - [5382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3727), - [5384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1160), - [5386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), - [5388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), - [5390] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 1, 0, 1), - [5392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), - [5394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328), - [5396] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 1, 0, 0), - [5398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329), - [5400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3770), - [5402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3521), - [5404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3323), - [5406] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant, 1, 0, 37), - [5408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), - [5410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1377), - [5412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2914), - [5414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1393), - [5416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1124), - [5418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2214), - [5420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2192), - [5422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3682), - [5424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3720), - [5426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1137), - [5428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3326), - [5430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(711), - [5432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3651), - [5434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3820), - [5436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3615), - [5438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3716), - [5440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3534), - [5442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1159), - [5444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3743), - [5446] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3658), - [5448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2450), - [5450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(664), - [5452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1223), - [5454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(737), - [5456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1271), - [5458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1273), - [5460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1287), - [5462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1289), - [5464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1291), - [5466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1293), - [5468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(739), - [5470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1328), - [5472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1330), - [5474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(609), - [5476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(627), - [5478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1032), - [5480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1039), - [5482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2529), - [5484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(444), - [5486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2223), - [5488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), - [5490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2229), - [5492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1110), - [5494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1634), - [5496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(452), - [5498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(630), - [5500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), - [5502] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_self_parameter, 3, 0, 0), - [5504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(983), - [5506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(984), - [5508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(986), - [5510] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_where_clause_repeat1, 2, 0, 0), - [5512] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_where_clause_repeat1, 2, 0, 0), SHIFT_REPEAT(1397), - [5515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(886), - [5517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(920), - [5519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(565), - [5521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1097), - [5523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2131), - [5525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(567), - [5527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(506), - [5529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(508), - [5531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1044), - [5533] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_parameters, 2, 0, 0), REDUCE(sym_tuple_struct_pattern, 3, 0, 64), - [5536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1144), - [5538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1002), - [5540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1147), - [5542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695), - [5544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2013), - [5546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(449), - [5548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1399), - [5550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451), - [5552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), - [5554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1169), - [5556] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_where_clause, 2, 0, 0), - [5558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1089), - [5560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1173), - [5562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1189), - [5564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1083), - [5566] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_parameters, 3, 0, 0), REDUCE(sym_tuple_struct_pattern, 4, 0, 64), - [5569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(524), - [5571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(526), - [5573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528), - [5575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(530), - [5577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), - [5579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(648), - [5581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(908), - [5583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(731), - [5585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669), - [5587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(733), - [5589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1215), - [5591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1217), - [5593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1221), - [5595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1130), - [5597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1245), - [5599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), - [5601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3822), - [5603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3203), - [5605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3208), - [5607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3532), - [5609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(550), - [5611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1404), - [5613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), - [5615] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lifetime_parameter, 1, 0, 37), - [5617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1167), - [5619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(901), - [5621] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 5, 0, 72), - [5623] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 5, 0, 232), - [5625] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__pattern, 1, 0, 0), SHIFT(2054), - [5628] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__pattern, 1, 0, 0), SHIFT(256), - [5631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), - [5633] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type, 1, 0, 0), REDUCE(sym__pattern, 1, 0, 0), - [5636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1211), - [5638] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 6, 0, 232), - [5640] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 6, 0, 109), - [5642] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 6, 0, 266), - [5644] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 2, 0, 0), - [5646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(763), - [5648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3150), - [5650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3134), - [5652] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_where_predicate, 2, 0, 120), - [5654] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_where_predicate, 2, 0, 121), - [5656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1265), - [5658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(727), - [5660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(650), - [5662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(953), - [5664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(830), - [5666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), - [5668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2772), - [5670] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 5, 0, 187), - [5672] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 5, 0, 109), - [5674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1296), - [5676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1310), - [5678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1313), - [5680] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_unit_type, 2, 0, 0), REDUCE(sym_tuple_pattern, 2, 0, 0), - [5683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1338), - [5685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1346), - [5687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(593), - [5689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1356), - [5691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1361), - [5693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1390), - [5695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2890), - [5697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1365), - [5699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1681), - [5701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), - [5703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(598), - [5705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2054), - [5707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), - [5709] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_arguments_repeat1, 2, 0, 0), - [5711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), - [5713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3089), - [5715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2066), - [5717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3616), - [5719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(613), - [5721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(999), - [5723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), - [5725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2866), - [5727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(575), - [5729] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 7, 0, 266), - [5731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2184), - [5733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(870), - [5735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(815), - [5737] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 3, 0, 0), - [5739] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 3, 0, 26), - [5741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(783), - [5743] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__use_clause, 1, 0, 1), - [5745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2565), - [5747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3546), - [5749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1367), - [5751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3123), - [5753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(602), - [5755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1112), - [5757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(976), - [5759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366), - [5761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2776), - [5763] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__use_clause, 1, 0, 0), - [5765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2388), - [5767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3569), - [5769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2573), - [5771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(915), - [5773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443), - [5775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(820), - [5777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2975), - [5779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3761), - [5781] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 4, 0, 72), - [5783] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 4, 0, 26), - [5785] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 4, 0, 187), - [5787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2389), - [5789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2893), - [5791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1556), - [5793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3599), - [5795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(661), - [5797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(533), - [5799] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3102), - [5801] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3101), - [5803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1134), - [5805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(998), - [5807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370), - [5809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2797), - [5811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(583), - [5813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1004), - [5815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(547), - [5817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3034), - [5819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1870), - [5821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3578), - [5823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), - [5825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), - [5827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), - [5829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3489), - [5831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2237), - [5833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1344), - [5835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2015), - [5837] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2019), - [5839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2627), - [5841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3201), - [5843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), - [5845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3158), - [5847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2629), - [5849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3019), - [5851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3196), - [5853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2198), - [5855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(816), - [5857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2059), - [5859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(871), - [5861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1999), - [5863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3566), - [5865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), - [5867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), - [5869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), - [5871] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_rule, 3, 0, 54), - [5873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), - [5875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1607), - [5877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1652), - [5879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2150), - [5881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460), - [5883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1861), - [5885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(875), - [5887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3039), - [5889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(807), - [5891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(689), - [5893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2207), - [5895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), - [5897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3043), - [5899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(808), - [5901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3306), - [5903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1436), - [5905] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_binding, 3, 0, 156), - [5907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(743), - [5909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306), - [5911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2786), - [5913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1437), - [5915] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3137), - [5917] = {.entry = {.count = 1, .reusable = false}}, SHIFT(189), - [5919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1925), - [5921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1927), - [5923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1938), - [5925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1939), - [5927] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3174), - [5929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(197), - [5931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2410), - [5933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3058), - [5935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), - [5937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114), - [5939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), - [5941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2412), - [5943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2113), - [5945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1102), - [5947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1402), - [5949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3022), - [5951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3214), - [5953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1227), - [5955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), - [5957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2817), - [5959] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameters_repeat1, 3, 0, 0), - [5961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2002), - [5963] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameters_repeat1, 2, 0, 0), - [5965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), - [5967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2210), - [5969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(817), - [5971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3073), - [5973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3283), - [5975] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_literal_repeat1, 2, 0, 0), - [5977] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_literal_repeat1, 2, 0, 0), SHIFT_REPEAT(3158), - [5980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122), - [5982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), - [5984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), - [5986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), - [5988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2108), - [5990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1234), - [5992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1235), - [5994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1772), - [5996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3093), - [5998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3313), - [6000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1778), - [6002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1466), - [6004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1612), - [6006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2082), - [6008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2083), - [6010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2006), - [6012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), - [6014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), - [6016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), - [6018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2602), - [6020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(793), - [6022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3311), - [6024] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_slice_pattern_repeat1, 2, 0, 0), - [6026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1252), - [6028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2000), - [6030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3618), - [6032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2023), - [6034] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_parameter, 4, 0, 119), - [6036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), - [6038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(850), - [6040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2686), - [6042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), - [6044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(869), - [6046] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_arguments_repeat1, 2, 0, 0), SHIFT_REPEAT(195), - [6049] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_slice_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(823), - [6052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1175), - [6054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), - [6056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2808), - [6058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(581), - [6060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2883), - [6062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(201), - [6064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2001), - [6066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1184), - [6068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1538), - [6070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1617), - [6072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1539), - [6074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2064), - [6076] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 4, 0, 107), - [6078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(770), - [6080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2094), - [6082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3179), - [6084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501), - [6086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1286), - [6088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2552), - [6090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(790), - [6092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3181), - [6094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805), - [6096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), - [6098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(848), - [6100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2623), - [6102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), - [6104] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2121), - [6106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1487), - [6108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(874), - [6110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(752), - [6112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(523), - [6114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(753), - [6116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2587), - [6118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(791), - [6120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), - [6122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(852), - [6124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2668), - [6126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), - [6128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1489), - [6130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1302), - [6132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1015), - [6134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1303), - [6136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), - [6138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(853), - [6140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2710), - [6142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), - [6144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2663), - [6146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(911), - [6148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), - [6150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(540), - [6152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(945), - [6154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(938), - [6156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(672), - [6158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), - [6160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2693), - [6162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1010), - [6164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1017), - [6166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3002), - [6168] = {.entry = {.count = 1, .reusable = false}}, SHIFT(182), - [6170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1025), - [6172] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 3, 0, 69), - [6174] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_binding, 4, 0, 210), - [6176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(768), - [6178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202), - [6180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3042), - [6182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2345), - [6184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3044), - [6186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2346), - [6188] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_pattern, 2, 0, 108), - [6190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(825), - [6192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(872), - [6194] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_wildcard, 3, 0, 1), - [6196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1548), - [6198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2674), - [6200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1547), - [6202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2677), - [6204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2365), - [6206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1162), - [6208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371), - [6210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1163), - [6212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2256), - [6214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(812), - [6216] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_use_list, 3, 0, 96), - [6218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_as_clause, 3, 0, 97), - [6220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2128), - [6222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2368), - [6224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1171), - [6226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(561), - [6228] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_tuple_type_repeat1, 2, 0, 0), - [6230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1177), - [6232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373), - [6234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1087), - [6236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2264), - [6238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1179), - [6240] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_type_repeat1, 2, 0, 0), SHIFT_REPEAT(912), - [6243] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_wildcard, 3, 0, 0), - [6245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1187), - [6247] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_use_list, 3, 0, 98), - [6249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1191), - [6251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(563), - [6253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3725), - [6255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3483), - [6257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3792), - [6259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2183), - [6261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2444), - [6263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(684), - [6265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1200), - [6267] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_as_clause, 3, 0, 99), - [6269] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_list, 4, 0, 0), - [6271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), - [6273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(569), - [6275] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_use_list_repeat1, 2, 0, 0), - [6277] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_use_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1944), - [6280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455), - [6282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(809), - [6284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2351), - [6286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(810), - [6288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2352), - [6290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571), - [6292] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_initializer_list_repeat1, 2, 0, 0), - [6294] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_initializer_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2286), - [6297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2789), - [6299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2793), - [6301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1987), - [6303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2250), - [6305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3083), - [6307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(638), - [6309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2127), - [6311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1219), - [6313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1225), - [6315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1230), - [6317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376), - [6319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2249), - [6321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2742), - [6323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1237), - [6325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2743), - [6327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1247), - [6329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), - [6331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1250), - [6333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2186), - [6335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), - [6337] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_pattern, 1, 0, 66), - [6339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(838), - [6341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(765), - [6343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309), - [6345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2194), - [6347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2392), - [6349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445), - [6351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578), - [6353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), - [6355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1061), - [6357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), - [6359] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shorthand_field_initializer, 2, 0, 0), - [6361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), - [6363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(680), - [6365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), - [6367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2261), - [6369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1267), - [6371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1269), - [6373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(618), - [6375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1275), - [6377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1277), - [6379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1282), - [6381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), - [6383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2246), - [6385] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant, 2, 0, 11), - [6387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303), - [6389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2276), - [6391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(611), - [6393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1315), - [6395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1317), - [6397] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_self_parameter, 4, 0, 0), - [6399] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_closure_parameters_repeat1, 2, 0, 0), - [6401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1324), - [6403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1326), - [6405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1332), - [6407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1334), - [6409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1341), - [6411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), - [6413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(709), - [6415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1352), - [6417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1354), - [6419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), - [6421] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 3, 0, 128), - [6423] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_closure_parameters_repeat1, 2, 0, 0), SHIFT_REPEAT(820), - [6426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), - [6428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503), - [6430] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2, 0, 0), - [6432] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2, 0, 0), SHIFT_REPEAT(2173), - [6435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(653), - [6437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), - [6439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2078), - [6441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2202), - [6443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2393), - [6445] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_pattern, 5, 0, 257), - [6447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(892), - [6449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3216), - [6451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2126), - [6453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3403), - [6455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385), - [6457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1863), - [6459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(735), - [6461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(864), - [6463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(553), - [6465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(868), - [6467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(741), - [6469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1900), - [6471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2684), - [6473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1898), - [6475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2685), - [6477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(626), - [6479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(448), - [6481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2687), - [6483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2688), - [6485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446), - [6487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), - [6489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), - [6491] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_arguments_repeat1, 2, 0, 0), SHIFT_REPEAT(456), - [6494] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_pattern, 3, 0, 157), - [6496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(847), - [6498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(692), - [6500] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_pattern, 3, 0, 158), - [6502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3202), - [6504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3265), - [6506] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_ordered_field_declaration_list_repeat1, 4, 0, 109), - [6508] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_struct_pattern_repeat1, 2, 0, 0), - [6510] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_struct_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(2498), - [6513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(747), - [6515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308), - [6517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3590), - [6519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3416), - [6521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), - [6523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), - [6525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2604), - [6527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(794), - [6529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3293), - [6531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1410), - [6533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1502), - [6535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1409), - [6537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(951), - [6539] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameters_repeat1, 2, 0, 0), SHIFT_REPEAT(320), - [6542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1989), - [6544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2949), - [6546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2266), - [6548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(589), - [6550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), - [6552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(681), - [6554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1988), - [6556] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_lifetimes_repeat1, 2, 0, 0), - [6558] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_lifetimes_repeat1, 2, 0, 0), SHIFT_REPEAT(3249), - [6561] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_list, 2, 0, 0), - [6563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(591), - [6565] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_use_bounds_repeat1, 2, 0, 0), - [6567] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_use_bounds_repeat1, 2, 0, 0), SHIFT_REPEAT(3072), - [6570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1113), - [6572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2072), - [6574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2795), - [6576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2067), - [6578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2802), - [6580] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_wildcard, 1, 0, 0), - [6582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3411), - [6584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(682), - [6586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2241), - [6588] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat2, 2, 0, 0), - [6590] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat2, 2, 0, 0), SHIFT_REPEAT(2290), - [6593] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant, 3, 0, 41), - [6595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321), - [6597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2275), - [6599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1120), - [6601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3351), - [6603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2373), - [6605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2374), - [6607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2390), - [6609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2375), - [6611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2341), - [6613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2391), - [6615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2305), - [6617] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_pattern, 4, 0, 211), - [6619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(785), - [6621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504), - [6623] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 4, 0, 174), - [6625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3176), - [6627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1696), - [6629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1687), - [6631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1803), - [6633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1673), - [6635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652), - [6637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), - [6639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(510), - [6641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502), - [6643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(512), - [6645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), - [6647] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_wildcard, 2, 0, 0), - [6649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369), - [6651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1488), - [6653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(657), - [6655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2238), - [6657] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_use_list, 2, 0, 43), - [6659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(517), - [6661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323), - [6663] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__condition, 1, 0, 9), - [6665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(818), - [6667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2525), - [6669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(792), - [6671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3472), - [6673] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_ordered_field_declaration_list_repeat1, 2, 0, 26), - [6675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2347), - [6677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2348), - [6679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2349), - [6681] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_ordered_field_declaration_list_repeat1, 2, 0, 188), - [6683] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ordered_field_declaration_list_repeat1, 2, 0, 188), SHIFT_REPEAT(801), - [6686] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, 0, 189), - [6688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), - [6690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(697), - [6692] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_declaration_list_repeat1, 2, 0, 0), - [6694] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2291), - [6697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2247), - [6699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3269), - [6701] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_ordered_field_declaration_list_repeat1, 3, 0, 72), - [6703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), - [6705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2557), - [6707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2129), - [6709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1132), - [6711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(946), - [6713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1135), - [6715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2350), - [6717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2353), - [6719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2354), - [6721] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_tuple_pattern_repeat1, 2, 0, 0), - [6723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1143), - [6725] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_list, 5, 0, 0), - [6727] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_literal_repeat1, 1, 0, 0), - [6729] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(723), - [6732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1046), - [6734] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 2, 0, 85), - [6736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3542), - [6738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3359), - [6740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3788), - [6742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2130), - [6744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1840), - [6746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2232), - [6748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1153), - [6750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2537), - [6752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(795), - [6754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(913), - [6756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(666), - [6758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(755), - [6760] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, 0, 233), - [6762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1062), - [6764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), - [6766] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shorthand_field_initializer, 1, 0, 0), - [6768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), - [6770] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_list, 3, 0, 0), - [6772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447), - [6774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1011), - [6776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1018), - [6778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1023), - [6780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1026), - [6782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(499), - [6784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3739), - [6786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3492), - [6788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3499), - [6790] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_pattern, 1, 0, 0), - [6792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(826), - [6794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), - [6796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1464), - [6798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2208), - [6800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806), - [6802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1688), - [6804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(811), - [6806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3793), - [6808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1012), - [6810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1623), - [6812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1630), - [6814] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_doc_comment_marker, 1, 0, 3), - [6816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1101), - [6818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2020), - [6820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2007), - [6822] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1379), - [6824] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_doc_comment_marker, 1, 0, 2), - [6826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2147), - [6828] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_parameter, 6, 0, 213), - [6830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2271), - [6832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(625), - [6834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(926), - [6836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2470), - [6838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(716), - [6840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3581), - [6842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1207), - [6844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3602), - [6846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(691), - [6848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(934), - [6850] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2887), - [6852] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3574), - [6854] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter, 2, 0, 0), - [6856] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter, 1, 0, 0), - [6858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2820), - [6860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1619), - [6862] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1608), - [6864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2009), - [6866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3818), - [6868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3639), - [6870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), - [6872] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2114), - [6874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2008), - [6876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1560), - [6878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3459), - [6880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2018), - [6882] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1616), - [6884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1405), - [6886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2407), - [6888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1564), - [6890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2696), + [4593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), + [4595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2867), + [4597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528), + [4599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1551), + [4601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1737), + [4603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1740), + [4605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1528), + [4607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), + [4609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(698), + [4611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2687), + [4613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1523), + [4615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1751), + [4617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2638), + [4619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2088), + [4621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1497), + [4623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(724), + [4625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2874), + [4627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2876), + [4629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2877), + [4631] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 3, 0, 18), + [4633] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_lifetimes, 4, 0, 0), + [4635] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_lifetimes, 4, 0, 0), + [4637] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_lifetimes, 6, 0, 0), + [4639] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_lifetimes, 6, 0, 0), + [4641] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_lifetimes, 5, 0, 0), + [4643] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_lifetimes, 5, 0, 0), + [4645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2375), + [4647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2373), + [4649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2377), + [4651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2377), + [4653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3202), + [4655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3200), + [4657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3432), + [4659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3203), + [4661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3203), + [4663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3454), + [4665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3448), + [4667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3455), + [4669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3455), + [4671] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pattern, 1, 0, 0), + [4673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(800), + [4675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2339), + [4677] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__pattern, 1, 0, 0), + [4679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2756), + [4681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(832), + [4683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1067), + [4685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1572), + [4687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2671), + [4689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456), + [4691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), + [4693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2782), + [4695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2672), + [4697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3324), + [4699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2448), + [4701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2395), + [4703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3679), + [4705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3365), + [4707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3502), + [4709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3068), + [4711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3606), + [4713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3607), + [4715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3716), + [4717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3528), + [4719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2356), + [4721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1760), + [4723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2285), + [4725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2404), + [4727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3801), + [4729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3461), + [4731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3806), + [4733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3188), + [4735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3807), + [4737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3790), + [4739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3795), + [4741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3809), + [4743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2400), + [4745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1940), + [4747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2274), + [4749] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pattern, 1, 0, 1), + [4751] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__pattern, 1, 0, 1), + [4753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2751), + [4755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1069), + [4757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1567), + [4759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3312), + [4761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3323), + [4763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3231), + [4765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3531), + [4767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3216), + [4769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), + [4771] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type, 1, 0, 5), REDUCE(sym__pattern, 1, 0, 0), + [4774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2789), + [4776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), + [4778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2667), + [4780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2798), + [4782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2692), + [4784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3328), + [4786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), + [4788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(177), + [4790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), + [4792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2806), + [4794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3418), + [4796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3269), + [4798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1048), + [4800] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_negative_literal, 2, 0, 0), + [4802] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_negative_literal, 2, 0, 0), + [4804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1034), + [4806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1033), + [4808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1019), + [4810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(887), + [4812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1016), + [4814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1032), + [4816] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_scoped_identifier, 3, 0, 16), REDUCE(sym_scoped_type_identifier, 3, 0, 17), + [4819] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_scoped_identifier, 3, 0, 47), REDUCE(sym_scoped_type_identifier, 3, 0, 48), + [4822] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_scoped_identifier, 3, 0, 51), REDUCE(sym_scoped_type_identifier, 3, 0, 52), + [4825] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_scoped_identifier, 2, 0, 6), REDUCE(sym_scoped_type_identifier, 2, 0, 7), + [4828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(798), + [4830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2338), + [4832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2788), + [4834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(831), + [4836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1110), + [4838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1560), + [4840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2759), + [4842] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__literal_pattern, 1, 0, 0), + [4844] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__literal_pattern, 1, 0, 0), + [4846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(886), + [4848] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_modifiers_repeat1, 1, 0, 0), SHIFT(2655), + [4851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(877), + [4853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(955), + [4855] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 1, 0, 36), + [4857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2477), + [4859] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_pattern, 3, 0, 68), + [4861] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_pattern, 3, 0, 68), + [4863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2547), + [4865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2605), + [4867] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3540), + [4869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3466), + [4871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2520), + [4873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2620), + [4875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1097), + [4877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1103), + [4879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1095), + [4881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3133), + [4883] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_pattern, 3, 0, 67), + [4885] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_pattern, 3, 0, 67), + [4887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3369), + [4889] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_pattern, 3, 0, 54), + [4891] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_pattern, 3, 0, 54), + [4893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2684), + [4895] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_pattern, 2, 0, 21), + [4897] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_pattern, 2, 0, 21), + [4899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2685), + [4901] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_pattern, 3, 0, 62), + [4903] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_pattern, 3, 0, 62), + [4905] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_pattern, 3, 0, 63), + [4907] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_pattern, 3, 0, 63), + [4909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(952), + [4911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3115), + [4913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2973), + [4915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3161), + [4917] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3630), + [4919] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_function_modifiers_repeat1, 1, 0, 0), + [4921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3416), + [4923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(956), + [4925] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extern_modifier, 1, 0, 0), + [4927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3758), + [4929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3178), + [4931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1920), + [4933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370), + [4935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3610), + [4937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3756), + [4939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3794), + [4941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1009), + [4943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1024), + [4945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1022), + [4947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1043), + [4949] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_pattern, 2, 0, 20), + [4951] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_pattern, 2, 0, 20), + [4953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1447), + [4955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3741), + [4957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(962), + [4959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(982), + [4961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(950), + [4963] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2392), + [4965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1163), + [4967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3715), + [4969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3524), + [4971] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_pattern, 6, 0, 65), + [4973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3548), + [4975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(696), + [4977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3554), + [4979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2306), + [4981] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_struct_pattern, 6, 0, 70), + [4983] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_pattern, 6, 0, 64), + [4985] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice_pattern, 3, 0, 0), + [4987] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_struct_pattern, 4, 0, 64), + [4989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(643), + [4991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3766), + [4993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1491), + [4995] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_pattern, 4, 0, 65), + [4997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1754), + [4999] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mut_pattern, 2, 0, 0), + [5001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2656), + [5003] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_pattern, 3, 0, 65), + [5005] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ref_pattern, 2, 0, 0), + [5007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 5, 0, 0), + [5009] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_pattern, 2, 0, 0), + [5011] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice_pattern, 5, 0, 0), + [5013] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 3, 0, 0), + [5015] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_or_pattern, 3, 0, 0), + [5017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1546), + [5019] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_struct_pattern, 5, 0, 64), + [5021] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_pattern, 5, 0, 65), + [5023] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 2, 0, 0), + [5025] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_struct_pattern, 5, 0, 70), + [5027] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 4, 0, 0), + [5029] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_struct_pattern, 3, 0, 64), + [5031] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice_pattern, 4, 0, 0), + [5033] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_pattern, 5, 0, 64), + [5035] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_captured_pattern, 3, 0, 0), + [5037] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_pattern, 3, 0, 64), + [5039] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice_pattern, 2, 0, 0), + [5041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1084), + [5043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3691), + [5045] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_struct_pattern, 4, 0, 70), + [5047] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_or_pattern, 2, 0, 0), + [5049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2783), + [5051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1379), + [5053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1561), + [5055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3299), + [5057] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_pattern, 3, 0, 0), + [5059] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_struct_pattern, 6, 0, 64), + [5061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1747), + [5063] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_struct_pattern, 3, 0, 70), + [5065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2803), + [5067] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_pattern, 4, 0, 64), + [5069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2790), + [5071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1044), + [5073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(970), + [5075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3458), + [5077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(555), + [5079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(499), + [5081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1199), + [5083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(790), + [5085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2224), + [5087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2160), + [5089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1093), + [5091] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_bounds, 2, 0, 0), + [5093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(871), + [5095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(725), + [5097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(953), + [5099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(884), + [5101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(968), + [5103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2760), + [5105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(624), + [5107] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type, 1, 0, 0), REDUCE(sym__pattern, 1, 0, 1), + [5110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(533), + [5112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2184), + [5114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1273), + [5116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(699), + [5118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1335), + [5120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505), + [5122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1087), + [5124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(758), + [5126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), + [5128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1383), + [5130] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_trait_bounds_repeat1, 2, 0, 0), + [5132] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_trait_bounds_repeat1, 2, 0, 0), SHIFT_REPEAT(871), + [5135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(654), + [5137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1092), + [5139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1158), + [5141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2807), + [5143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1086), + [5145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1010), + [5147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3537), + [5149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(770), + [5151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1137), + [5153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1025), + [5155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1023), + [5157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885), + [5159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(959), + [5161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3255), + [5163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3402), + [5165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3789), + [5167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3265), + [5169] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_macro_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(78), + [5172] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_macro_definition_repeat1, 2, 0, 0), + [5174] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_macro_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(79), + [5177] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_macro_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(80), + [5180] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_bounds, 3, 0, 0), + [5182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1323), + [5184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), + [5186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1166), + [5188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1021), + [5190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1361), + [5192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1051), + [5194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(650), + [5196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), + [5198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(949), + [5200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1377), + [5202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1054), + [5204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(668), + [5206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(987), + [5208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2668), + [5210] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_modifiers, 1, 0, 0), + [5212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2319), + [5214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(750), + [5216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1058), + [5218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extern_modifier, 2, 0, 0), + [5220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(877), + [5222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2136), + [5224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1384), + [5226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(784), + [5228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2968), + [5230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2222), + [5232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3481), + [5234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3525), + [5236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3213), + [5238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3622), + [5240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1124), + [5242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1149), + [5244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1055), + [5246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(628), + [5248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(740), + [5250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1299), + [5252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(545), + [5254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(905), + [5256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1256), + [5258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1045), + [5260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1340), + [5262] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_modifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(2448), + [5265] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_modifiers_repeat1, 2, 0, 0), + [5267] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_modifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(2319), + [5270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(521), + [5272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1222), + [5274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1035), + [5276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1143), + [5278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1013), + [5280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(599), + [5282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(992), + [5284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(684), + [5286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897), + [5288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(673), + [5290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(701), + [5292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1276), + [5294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3139), + [5296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3583), + [5298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2202), + [5300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3574), + [5302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2887), + [5304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3595), + [5306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564), + [5308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(908), + [5310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3313), + [5312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2418), + [5314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2888), + [5316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2927), + [5318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), + [5320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), + [5322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), + [5324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(559), + [5326] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_self_parameter, 1, 0, 0), + [5328] = {.entry = {.count = 1, .reusable = false}}, SHIFT(948), + [5330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2214), + [5332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2421), + [5334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2486), + [5336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3720), + [5338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2220), + [5340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(560), + [5342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3742), + [5344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3724), + [5346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2432), + [5348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(549), + [5350] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_self_parameter, 2, 0, 0), + [5352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(893), + [5354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3364), + [5356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3614), + [5358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3737), + [5360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3822), + [5362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3749), + [5364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3751), + [5366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2434), + [5368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(551), + [5370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1294), + [5372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2901), + [5374] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant, 2, 0, 6), + [5376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), + [5378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1151), + [5380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1154), + [5382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2183), + [5384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3817), + [5386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(606), + [5388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), + [5390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), + [5392] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 1, 0, 1), + [5394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), + [5396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326), + [5398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2188), + [5400] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 1, 0, 0), + [5402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385), + [5404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3563), + [5406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3676), + [5408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3510), + [5410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3543), + [5412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3074), + [5414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3378), + [5416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3526), + [5418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3383), + [5420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1181), + [5422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3714), + [5424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3786), + [5426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3339), + [5428] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant, 1, 0, 37), + [5430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), + [5432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1204), + [5434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1205), + [5436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3560), + [5438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1262), + [5440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3342), + [5442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3557), + [5444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3167), + [5446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3536), + [5448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3171), + [5450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3743), + [5452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(720), + [5454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1094), + [5456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2135), + [5458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(733), + [5460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2612), + [5462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(452), + [5464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1368), + [5466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), + [5468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(898), + [5470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2014), + [5472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451), + [5474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2182), + [5476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1131), + [5478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(625), + [5480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(914), + [5482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1636), + [5484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(448), + [5486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1111), + [5488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), + [5490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1114), + [5492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1117), + [5494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1119), + [5496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(735), + [5498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(909), + [5500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922), + [5502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(899), + [5504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(768), + [5506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(911), + [5508] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_parameters, 3, 0, 0), REDUCE(sym_tuple_struct_pattern, 4, 0, 64), + [5511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1225), + [5513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1272), + [5515] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_self_parameter, 3, 0, 0), + [5517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(636), + [5519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(925), + [5521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1170), + [5523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(776), + [5525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1188), + [5527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1029), + [5529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1191), + [5531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1088), + [5533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), + [5535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(778), + [5537] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_parameters, 2, 0, 0), REDUCE(sym_tuple_struct_pattern, 3, 0, 64), + [5540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(638), + [5542] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_where_clause_repeat1, 2, 0, 0), + [5544] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_where_clause_repeat1, 2, 0, 0), SHIFT_REPEAT(1397), + [5547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(912), + [5549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2193), + [5551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1423), + [5553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), + [5555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(709), + [5557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(711), + [5559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), + [5561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(511), + [5563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1227), + [5565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1231), + [5567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1249), + [5569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(896), + [5571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(729), + [5573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(630), + [5575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(572), + [5577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(632), + [5579] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_where_clause, 2, 0, 0), + [5581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1085), + [5583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1167), + [5585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1278), + [5587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1280), + [5589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(731), + [5591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1287), + [5593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1290), + [5595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(591), + [5597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(568), + [5599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(687), + [5601] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__use_clause, 1, 0, 0), + [5603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2383), + [5605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3744), + [5607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2994), + [5609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3567), + [5611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(738), + [5613] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_arguments_repeat1, 2, 0, 0), + [5615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1271), + [5617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3053), + [5619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1153), + [5621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), + [5623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(788), + [5625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), + [5627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2051), + [5629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), + [5631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(670), + [5633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1663), + [5635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), + [5637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(786), + [5639] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_unit_type, 2, 0, 0), REDUCE(sym_tuple_pattern, 2, 0, 0), + [5642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(703), + [5644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1159), + [5646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1424), + [5648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), + [5650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(626), + [5652] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__use_clause, 1, 0, 1), + [5654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2555), + [5656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3680), + [5658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(759), + [5660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(523), + [5662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(529), + [5664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1224), + [5666] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 6, 0, 266), + [5668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(752), + [5670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566), + [5672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(944), + [5674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1210), + [5676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3151), + [5678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(948), + [5680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442), + [5682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(819), + [5684] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type, 1, 0, 0), REDUCE(sym__pattern, 1, 0, 0), + [5687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3127), + [5689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3119), + [5691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1388), + [5693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2949), + [5695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1469), + [5697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3629), + [5699] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 3, 0, 0), + [5701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(686), + [5703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(971), + [5705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(842), + [5707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), + [5709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2695), + [5711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), + [5713] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lifetime_parameter, 1, 0, 37), + [5715] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 7, 0, 266), + [5717] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 4, 0, 72), + [5719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3824), + [5721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3275), + [5723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3297), + [5725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3539), + [5727] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 4, 0, 26), + [5729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3059), + [5731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3058), + [5733] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_where_predicate, 2, 0, 120), + [5735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(691), + [5737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(988), + [5739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), + [5741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2863), + [5743] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 6, 0, 232), + [5745] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 4, 0, 187), + [5747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1303), + [5749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1122), + [5751] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__pattern, 1, 0, 0), SHIFT(2051), + [5754] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__pattern, 1, 0, 0), SHIFT(261), + [5757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1320), + [5759] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 5, 0, 109), + [5761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2524), + [5763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1333), + [5765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), + [5767] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 5, 0, 187), + [5769] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 5, 0, 72), + [5771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1031), + [5773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1274), + [5775] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 6, 0, 109), + [5777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2191), + [5779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(866), + [5781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(817), + [5783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1133), + [5785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1011), + [5787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369), + [5789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2835), + [5791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1176), + [5793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1026), + [5795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373), + [5797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2843), + [5799] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 2, 0, 0), + [5801] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_where_predicate, 2, 0, 121), + [5803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1344), + [5805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2913), + [5807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2063), + [5809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3668), + [5811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1364), + [5813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1348), + [5815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2950), + [5817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1804), + [5819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3649), + [5821] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 3, 0, 26), + [5823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2366), + [5825] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 5, 0, 232), + [5827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2208), + [5829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504), + [5831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1446), + [5833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3194), + [5835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), + [5837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), + [5839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), + [5841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2189), + [5843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(821), + [5845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1398), + [5847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(642), + [5849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346), + [5851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2853), + [5853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3086), + [5855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(199), + [5857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3074), + [5859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3383), + [5861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(586), + [5863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2763), + [5865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(960), + [5867] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_arguments_repeat1, 2, 0, 0), SHIFT_REPEAT(186), + [5870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2003), + [5872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2933), + [5874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3372), + [5876] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_binding, 4, 0, 210), + [5878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2573), + [5880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(791), + [5882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3329), + [5884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2004), + [5886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1612), + [5888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893), + [5890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3021), + [5892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507), + [5894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3026), + [5896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(807), + [5898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2116), + [5900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2022), + [5902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1464), + [5904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(872), + [5906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2018), + [5908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2009), + [5910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658), + [5912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2918), + [5914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(200), + [5916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(659), + [5918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(963), + [5920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2246), + [5922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3049), + [5924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(812), + [5926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3051), + [5928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(813), + [5930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1233), + [5932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), + [5934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2845), + [5936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1244), + [5938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), + [5940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), + [5942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), + [5944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2096), + [5946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(878), + [5948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(744), + [5950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3384), + [5952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1499), + [5954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1500), + [5956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3396), + [5958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2688), + [5960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3206), + [5962] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_slice_pattern_repeat1, 2, 0, 0), + [5964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1298), + [5966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), + [5968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2850), + [5970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2689), + [5972] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_slice_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(824), + [5975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1324), + [5977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1325), + [5979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1372), + [5981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), + [5983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(844), + [5985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2841), + [5987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), + [5989] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 4, 0, 107), + [5991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1512), + [5993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1513), + [5995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1109), + [5997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(745), + [5999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1129), + [6001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1130), + [6003] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameters_repeat1, 3, 0, 0), + [6005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1317), + [6007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), + [6009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2929), + [6011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3201), + [6013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679), + [6015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(861), + [6017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), + [6019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), + [6021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), + [6023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), + [6025] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1620), + [6027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1632), + [6029] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2148), + [6031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458), + [6033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1801), + [6035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(870), + [6037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577), + [6039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2589), + [6041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(793), + [6043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1821), + [6045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1822), + [6047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1827), + [6049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1828), + [6051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2494), + [6053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2984), + [6055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), + [6057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), + [6059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), + [6061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2498), + [6063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2119), + [6065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1104), + [6067] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_rule, 3, 0, 54), + [6069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3113), + [6071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(180), + [6073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2002), + [6075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3527), + [6077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), + [6079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3013), + [6081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3296), + [6083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), + [6085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), + [6087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), + [6089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), + [6091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2111), + [6093] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_binding, 3, 0, 156), + [6095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1876), + [6097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1881), + [6099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1615), + [6101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2090), + [6103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2091), + [6105] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 3, 0, 69), + [6107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(728), + [6109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameters_repeat1, 2, 0, 0), + [6111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2001), + [6113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3511), + [6115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), + [6117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(849), + [6119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2683), + [6121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), + [6123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2225), + [6125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(818), + [6127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2998), + [6129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(175), + [6131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2064), + [6133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2066), + [6135] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_literal_repeat1, 2, 0, 0), + [6137] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_literal_repeat1, 2, 0, 0), SHIFT_REPEAT(3194), + [6140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2026), + [6142] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_parameter, 4, 0, 119), + [6144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(924), + [6146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), + [6148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851), + [6150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2883), + [6152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), + [6154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574), + [6156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325), + [6158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2633), + [6160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), + [6162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(853), + [6164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2794), + [6166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), + [6168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1505), + [6170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1036), + [6172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1041), + [6174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1049), + [6176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2618), + [6178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(794), + [6180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447), + [6182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2370), + [6184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537), + [6186] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_as_clause, 3, 0, 97), + [6188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1735), + [6190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2232), + [6192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(810), + [6194] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_self_parameter, 4, 0, 0), + [6196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2374), + [6198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1161), + [6200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1168), + [6202] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_tuple_type_repeat1, 2, 0, 0), + [6204] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_type_repeat1, 2, 0, 0), SHIFT_REPEAT(917), + [6207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1212), + [6209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1214), + [6211] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_wildcard, 3, 0, 0), + [6213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3725), + [6215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3493), + [6217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3792), + [6219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1285), + [6221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1293), + [6223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1310), + [6225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), + [6227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1197), + [6229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1329), + [6231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1331), + [6233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(697), + [6235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(653), + [6237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363), + [6239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2095), + [6241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2819), + [6243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(677), + [6245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2433), + [6247] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_pattern, 4, 0, 211), + [6249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), + [6251] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_use_list, 3, 0, 98), + [6253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2061), + [6255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2823), + [6257] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_as_clause, 3, 0, 99), + [6259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1062), + [6261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651), + [6263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348), + [6265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), + [6267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3500), + [6269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), + [6271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(811), + [6273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1134), + [6275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3302), + [6277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2550), + [6279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(796), + [6281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3050), + [6283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2399), + [6285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2194), + [6287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3052), + [6289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2401), + [6291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388), + [6293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1802), + [6295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(964), + [6297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(882), + [6299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1145), + [6301] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_declaration_list_repeat1, 2, 0, 0), + [6303] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2296), + [6306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(874), + [6308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1485), + [6310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2709), + [6312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1813), + [6314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2773), + [6316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1812), + [6318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2774), + [6320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1484), + [6322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2710), + [6324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), + [6326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(662), + [6328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446), + [6330] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__condition, 1, 0, 9), + [6332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1218), + [6334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), + [6336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(772), + [6338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1220), + [6340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2258), + [6342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2775), + [6344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2776), + [6346] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_pattern, 1, 0, 66), + [6348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(838), + [6350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1991), + [6352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), + [6354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2130), + [6356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2195), + [6358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2349), + [6360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1229), + [6362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3734), + [6364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(901), + [6366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(589), + [6368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1236), + [6370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376), + [6372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1089), + [6374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2262), + [6376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1239), + [6378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(640), + [6380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2245), + [6382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1247), + [6384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3278), + [6386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1712), + [6388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1946), + [6390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1661), + [6392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1251), + [6394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(774), + [6396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2196), + [6398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1260), + [6400] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shorthand_field_initializer, 2, 0, 0), + [6402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), + [6404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1401), + [6406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1442), + [6408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1400), + [6410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(558), + [6412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321), + [6414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503), + [6416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), + [6418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), + [6420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2065), + [6422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445), + [6424] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_list, 2, 0, 0), + [6426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3079), + [6428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(449), + [6430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695), + [6432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3207), + [6434] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_list, 4, 0, 0), + [6436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), + [6438] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_use_list_repeat1, 2, 0, 0), + [6440] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_use_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1939), + [6443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), + [6445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3305), + [6447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(814), + [6449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1989), + [6451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2969), + [6453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2345), + [6455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(815), + [6457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2346), + [6459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(561), + [6461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2253), + [6463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(689), + [6465] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_pattern, 5, 0, 257), + [6467] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_list, 5, 0, 0), + [6469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1063), + [6471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455), + [6473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3111), + [6475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1671), + [6477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3532), + [6479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3243), + [6481] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_arguments_repeat1, 2, 0, 0), SHIFT_REPEAT(460), + [6484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2728), + [6486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(961), + [6488] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_pattern, 3, 0, 157), + [6490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(841), + [6492] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_pattern, 3, 0, 158), + [6494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2729), + [6496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(581), + [6498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_struct_pattern_repeat1, 2, 0, 0), + [6500] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_struct_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(2444), + [6503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2837), + [6505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), + [6507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2265), + [6509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2840), + [6511] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_wildcard, 2, 0, 0), + [6513] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_use_list, 2, 0, 43), + [6515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3248), + [6517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(579), + [6519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2267), + [6521] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_tuple_pattern_repeat1, 2, 0, 0), + [6523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2379), + [6525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2380), + [6527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2368), + [6529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2381), + [6531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2382), + [6533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2369), + [6535] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(617), + [6538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2340), + [6540] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_closure_parameters_repeat1, 2, 0, 0), + [6542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2131), + [6544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1284), + [6546] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_ordered_field_declaration_list_repeat1, 3, 0, 72), + [6548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3770), + [6550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3429), + [6552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3779), + [6554] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_closure_parameters_repeat1, 2, 0, 0), SHIFT_REPEAT(819), + [6557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1292), + [6559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), + [6561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1465), + [6563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(816), + [6565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3283), + [6567] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameters_repeat1, 2, 0, 0), SHIFT_REPEAT(354), + [6570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1307), + [6572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), + [6574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), + [6576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1990), + [6578] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_lifetimes_repeat1, 2, 0, 0), + [6580] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_lifetimes_repeat1, 2, 0, 0), SHIFT_REPEAT(3261), + [6583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(593), + [6585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(761), + [6587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2268), + [6589] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_use_bounds_repeat1, 2, 0, 0), + [6591] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_use_bounds_repeat1, 2, 0, 0), SHIFT_REPEAT(2988), + [6594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), + [6596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3475), + [6598] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_ordered_field_declaration_list_repeat1, 4, 0, 109), + [6600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1338), + [6602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(763), + [6604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2235), + [6606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2353), + [6608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(604), + [6610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(916), + [6612] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 2, 0, 85), + [6614] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat2, 2, 0, 0), + [6616] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat2, 2, 0, 0), SHIFT_REPEAT(2317), + [6619] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant, 3, 0, 41), + [6621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356), + [6623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2263), + [6625] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant, 2, 0, 11), + [6627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), + [6629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(757), + [6631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1366), + [6633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380), + [6635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514), + [6637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2259), + [6639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2133), + [6641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(705), + [6643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1370), + [6645] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_list, 3, 0, 0), + [6647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(707), + [6649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), + [6651] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 4, 0, 174), + [6653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(926), + [6655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2376), + [6657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2405), + [6659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2347), + [6661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2582), + [6663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(792), + [6665] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_initializer_list_repeat1, 2, 0, 0), + [6667] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_initializer_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2260), + [6670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), + [6672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(713), + [6674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715), + [6676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(547), + [6678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2355), + [6680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2402), + [6682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2354), + [6684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(444), + [6686] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, 0, 233), + [6688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1694), + [6690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(570), + [6692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2532), + [6694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2129), + [6696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), + [6698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(808), + [6700] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_wildcard, 1, 0, 0), + [6702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(672), + [6704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), + [6706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), + [6708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1174), + [6710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), + [6712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2269), + [6714] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_pattern, 2, 0, 108), + [6716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(840), + [6718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(722), + [6720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), + [6722] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 3, 0, 128), + [6724] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_wildcard, 3, 0, 1), + [6726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1391), + [6728] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_pattern, 1, 0, 0), + [6730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(833), + [6732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), + [6734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1393), + [6736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2621), + [6738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(795), + [6740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(869), + [6742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1179), + [6744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516), + [6746] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_ordered_field_declaration_list_repeat1, 2, 0, 26), + [6748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1207), + [6750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1354), + [6752] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_use_list, 3, 0, 96), + [6754] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2, 0, 0), + [6756] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2, 0, 0), SHIFT_REPEAT(2161), + [6759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1037), + [6761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1360), + [6763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381), + [6765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1042), + [6767] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shorthand_field_initializer, 1, 0, 0), + [6769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), + [6771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1047), + [6773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(780), + [6775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2132), + [6777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2271), + [6779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1050), + [6781] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_ordered_field_declaration_list_repeat1, 2, 0, 188), + [6783] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ordered_field_declaration_list_repeat1, 2, 0, 188), SHIFT_REPEAT(797), + [6786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1515), + [6788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2212), + [6790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578), + [6792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329), + [6794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2275), + [6796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3739), + [6798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3497), + [6800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3805), + [6802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1187), + [6804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(782), + [6806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634), + [6808] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, 0, 189), + [6810] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_literal_repeat1, 1, 0, 0), + [6812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3421), + [6814] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_declaration_list_repeat1, 3, 0, 0), + [6816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1565), + [6818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3363), + [6820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1566), + [6822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2726), + [6824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3227), + [6826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2727), + [6828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1622), + [6830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1634), + [6832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1100), + [6834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2023), + [6836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2006), + [6838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1314), + [6840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3146), + [6842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3518), + [6844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2155), + [6846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2007), + [6848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2254), + [6850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1246), + [6852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1040), + [6854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2247), + [6856] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_type, 3, 0, 74), + [6858] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter, 4, 0, 39), + [6860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2489), + [6862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3612), + [6864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2027), + [6866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(612), + [6868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1623), + [6870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1267), + [6872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3604), + [6874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1399), + [6876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3637), + [6878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1402), + [6880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1269), + [6882] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1614), + [6884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1270), + [6886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(616), + [6888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2015), + [6890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2439), [6892] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2005), - [6894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2022), - [6896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1054), - [6898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1208), - [6900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1106), - [6902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2146), - [6904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2280), - [6906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2757), - [6908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1104), - [6910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2021), - [6912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1209), - [6914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3227), - [6916] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter, 3, 0, 160), - [6918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2708), - [6920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2124), - [6922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), - [6924] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2115), - [6926] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2119), - [6928] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_use_bounds_repeat1, 2, 0, 161), - [6930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2143), - [6932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2269), - [6934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2112), - [6936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2151), - [6938] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_type, 3, 0, 74), - [6940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2122), - [6942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2120), - [6944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2117), - [6946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2125), - [6948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1615), - [6950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1621), - [6952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2773), - [6954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3605), - [6956] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter, 4, 0, 39), - [6958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(797), - [6960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3305), - [6962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(963), - [6964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2785), - [6966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2707), - [6968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), - [6970] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 3, 0, 0), - [6972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1605), - [6974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(721), - [6976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1425), - [6978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3814), - [6980] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3588), - [6982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1995), - [6984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3595), - [6986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1043), - [6988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3755), - [6990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2004), - [6992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(722), - [6994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1418), - [6996] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat2, 3, 0, 0), - [6998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3663), - [7000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3664), - [7002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1186), - [7004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1016), - [7006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(633), - [7008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3757), - [7010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), - [7012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1142), - [7014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1001), - [7016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(800), - [7018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3312), - [7020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1150), - [7022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3572), - [7024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2107), - [7026] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lifetime_parameter, 2, 0, 86), - [7028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3324), - [7030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1626), - [7032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1635), - [7034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2728), - [7036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2741), - [7038] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_declaration_list_repeat1, 3, 0, 0), - [7040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3327), - [7042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1992), - [7044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3718), - [7046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2759), - [7048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1057), - [7050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(365), - [7052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2780), - [7054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2846), - [7056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2803), - [7058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1611), - [7060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1654), - [7062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), - [7064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(929), - [7066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), - [7068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1997), - [7070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3773), - [7072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383), - [7074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), - [7076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), - [7078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392), - [7080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3317), - [7082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2095), - [7084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2060), - [7086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3752), - [7088] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3810), - [7090] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_arguments_repeat1, 3, 0, 0), - [7092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3752), - [7094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3494), - [7096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496), - [7098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), - [7100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3334), - [7102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3819), - [7104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2512), - [7106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), - [7108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), - [7110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2624), - [7112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2666), - [7114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3466), - [7116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3222), - [7118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2488), - [7120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1307), - [7122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2495), - [7124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(982), - [7126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2324), - [7128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1233), - [7130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587), - [7132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1176), - [7134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3824), - [7136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2340), - [7138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3229), - [7140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), - [7142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2887), - [7144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2025), - [7146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1064), - [7148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1846), - [7150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1047), - [7152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(690), - [7154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), - [7156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2902), - [7158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2474), - [7160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1429), - [7162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(751), - [7164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2523), - [7166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(595), - [7168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(704), - [7170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(515), - [7172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516), - [7174] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_pattern, 3, 0, 185), - [7176] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__line_doc_comment_marker, 1, 0, 2), - [7178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), - [7180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2356), - [7182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(440), - [7184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2411), - [7186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1320), - [7188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2065), - [7190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3658), - [7192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1321), - [7194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2927), - [7196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2953), - [7198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3662), - [7200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3240), - [7202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3054), - [7204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(745), - [7206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1511), - [7208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1775), - [7210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(579), - [7212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1236), - [7214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3736), - [7216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1323), - [7218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1185), - [7220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2434), - [7222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(754), - [7224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3744), - [7226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1808), - [7228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3295), - [7230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1371), - [7232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1059), - [7234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1990), - [7236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(600), - [7238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1342), - [7240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1343), - [7242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3519), - [7244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1373), - [7246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1453), - [7248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(777), - [7250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3398), - [7252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(941), - [7254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2452), - [7256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2811), - [7258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(521), - [7260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1998), - [7262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(522), - [7264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(683), - [7266] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__inner_line_doc_comment_marker, 1, 0, 0), - [7268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1280), - [7270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1563), - [7272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1281), - [7274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3620), - [7276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1350), - [7278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3406), - [7280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2839), - [7282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3576), - [7284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3724), - [7286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580), - [7288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(760), - [7290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3383), - [7292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1358), - [7294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3205), - [7296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2106), - [7298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1231), - [7300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3823), - [7302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1705), - [7304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1056), - [7306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2620), - [7308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490), - [7310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3212), - [7312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1368), - [7314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3261), - [7316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556), - [7318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1363), - [7320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3217), - [7322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3821), - [7324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3542), - [7326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2732), - [7328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3224), - [7330] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), - [7332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), - [7334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(916), - [7336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3337), - [7338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1242), - [7340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1259), - [7342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1260), - [7344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3564), - [7346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893), - [7348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3257), - [7350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1372), - [7352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1423), - [7354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3260), - [7356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2323), - [7358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1038), - [7360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(891), - [7362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3011), - [7364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(441), - [7366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2747), - [7368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), - [7370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2295), - [7372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1229), - [7374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3504), - [7376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1249), - [7378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3321), - [7380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3637), - [7382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537), - [7384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), - [7386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3577), - [7388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3330), - [7390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1158), - [7392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3333), - [7394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3320), - [7396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3332), - [7398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1178), - [7400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2438), - [7402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557), - [7404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(538), - [7406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2763), - [7408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1994), - [7410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1284), - [7412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1285), - [7414] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__line_doc_comment_marker, 1, 0, 3), - [7416] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__outer_line_doc_comment_marker, 1, 0, 0), - [7418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2267), - [7420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1993), - [7422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3518), - [7424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(972), - [7426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3088), - [7428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), - [7430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(978), - [7432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2274), - [7434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2302), - [7436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2251), - [7438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2303), - [7440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1122), - [7442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2779), - [7444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), - [7446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2296), - [7448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544), - [7450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2456), - [7452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1000), - [7454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(560), - [7456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1003), - [7458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(967), - [7460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(910), - [7462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1763), - [7464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(749), - [7466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1452), - [7468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1014), - [7470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1161), - [7472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3607), - [7474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(778), - [7476] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 2, 0, 77), - [7478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3629), - [7480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(677), - [7482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1022), - [7484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2577), - [7486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), - [7488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1433), - [7490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2607), - [7492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2585), - [7494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1029), - [7496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1030), - [7498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2837), - [7500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1996), - [7502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1991), - [7504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3657), - [7506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3396), - [7508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2847), - [7510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3681), - [7512] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 2, 0, 78), - [7514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3206), - [7516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3692), - [7518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3697), - [7520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3700), - [7522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1766), - [7524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1065), - [7526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), - [7528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3814), - [7530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), - [7532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), - [7534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), - [7536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3739), - [7538] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bracketed_type, 3, 0, 0), - [7540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2617), - [7542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3463), - [7544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651), - [7546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1300), - [7548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(767), - [7550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2308), - [7552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3430), - [7554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3431), - [7556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2471), - [7558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3165), - [7560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2277), - [7562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3768), - [7564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2473), - [7566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1301), - [7568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(643), - [7570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900), - [7572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3488), - [7574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3218), - [7576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3289), - [7578] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_comment, 3, 0, 15), - [7580] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_line_comment, 3, 0, 14), - [7582] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_line_comment, 2, 0, 0), - [7584] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_line_comment, 3, 0, 0), - [7586] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_comment, 2, 0, 0), - [7588] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_comment, 4, 0, 59), - [7590] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_comment, 3, 0, 0), + [6894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2024), + [6896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2127), + [6898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2012), + [6900] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_doc_comment_marker, 1, 0, 3), + [6902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(966), + [6904] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat2, 3, 0, 0), + [6906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), + [6908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), + [6910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1101), + [6912] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_doc_comment_marker, 1, 0, 2), + [6914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2146), + [6916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2255), + [6918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1107), + [6920] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_arguments_repeat1, 3, 0, 0), + [6922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1186), + [6924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1028), + [6926] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2125), + [6928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2117), + [6930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2126), + [6932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(611), + [6934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3593), + [6936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805), + [6938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3428), + [6940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2011), + [6942] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_parameter, 6, 0, 213), + [6944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2144), + [6946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1194), + [6948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3573), + [6950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2110), + [6952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2154), + [6954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), + [6956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2118), + [6958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2123), + [6960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2113), + [6962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2112), + [6964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1613), + [6966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1616), + [6968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3314), + [6970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(977), + [6972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2661), + [6974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2792), + [6976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2623), + [6978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1435), + [6980] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter, 3, 0, 160), + [6982] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_use_bounds_repeat1, 2, 0, 161), + [6984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1607), + [6986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(531), + [6988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3721), + [6990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2818), + [6992] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter, 1, 0, 0), + [6994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3823), + [6996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3672), + [6998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(333), + [7000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(756), + [7002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(907), + [7004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3745), + [7006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3763), + [7008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2101), + [7010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2878), + [7012] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lifetime_parameter, 2, 0, 86), + [7014] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 3, 0, 0), + [7016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(588), + [7018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(958), + [7020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1618), + [7022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3784), + [7024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3514), + [7026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291), + [7028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(801), + [7030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3330), + [7032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3340), + [7034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2805), + [7036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2816), + [7038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2070), + [7040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3343), + [7042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1993), + [7044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3538), + [7046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1999), + [7048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3718), + [7050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2828), + [7052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2071), + [7054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1005), + [7056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368), + [7058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2836), + [7060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1606), + [7062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1645), + [7064] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter, 2, 0, 0), + [7066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2844), + [7068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1609), + [7070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1647), + [7072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), + [7074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918), + [7076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2000), + [7078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3773), + [7080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), + [7082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), + [7084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), + [7086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392), + [7088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(972), + [7090] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3752), + [7092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3811), + [7094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2681), + [7096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399), + [7098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2886), + [7100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1492), + [7102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(660), + [7104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2440), + [7106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3499), + [7108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2496), + [7110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1564), + [7112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2445), + [7114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3609), + [7116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2765), + [7118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3439), + [7120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3036), + [7122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(743), + [7124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557), + [7126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1065), + [7128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3770), + [7130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2085), + [7132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2426), + [7134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2367), + [7136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3617), + [7138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2021), + [7140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3377), + [7142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1780), + [7144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3226), + [7146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485), + [7148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2302), + [7150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3246), + [7152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1994), + [7154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3826), + [7156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3557), + [7158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3276), + [7160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1306), + [7162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1057), + [7164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2721), + [7166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1506), + [7168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1147), + [7170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(947), + [7172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(440), + [7174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1358), + [7176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1359), + [7178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3240), + [7180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1878), + [7182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2257), + [7184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3576), + [7186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(915), + [7188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587), + [7190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554), + [7192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(936), + [7194] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__line_doc_comment_marker, 1, 0, 2), + [7196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1403), + [7198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1385), + [7200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1309), + [7202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1387), + [7204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), + [7206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1238), + [7208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1532), + [7210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2724), + [7212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), + [7214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3598), + [7216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1315), + [7218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1113), + [7220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(667), + [7222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1334), + [7224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), + [7226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1685), + [7228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2331), + [7230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2313), + [7232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1127), + [7234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1128), + [7236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580), + [7238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3767), + [7240] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 2, 0, 77), + [7242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1148), + [7244] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__line_doc_comment_marker, 1, 0, 3), + [7246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1357), + [7248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1342), + [7250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1066), + [7252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3596), + [7254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2264), + [7256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2336), + [7258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1000), + [7260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(676), + [7262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(693), + [7264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1369), + [7266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(957), + [7268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(645), + [7270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1172), + [7272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3146), + [7274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1178), + [7276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527), + [7278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1208), + [7280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(489), + [7282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3746), + [7284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(906), + [7286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(718), + [7288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2492), + [7290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2103), + [7292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1996), + [7294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(694), + [7296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3209), + [7298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2611), + [7300] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), + [7302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719), + [7304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(742), + [7306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2615), + [7308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1868), + [7310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3218), + [7312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3272), + [7314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1245), + [7316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3222), + [7318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1216), + [7320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1312), + [7322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1060), + [7324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2809), + [7326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3233), + [7328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2699), + [7330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), + [7332] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_pattern, 3, 0, 185), + [7334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1313), + [7336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), + [7338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(576), + [7340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(550), + [7342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), + [7344] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 2, 0, 78), + [7346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(657), + [7348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3509), + [7350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3374), + [7352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3268), + [7354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1327), + [7356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3825), + [7358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3271), + [7360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1871), + [7362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1235), + [7364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3635), + [7366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328), + [7368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2468), + [7370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2889), + [7372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2822), + [7374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), + [7376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(726), + [7378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1339), + [7380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2419), + [7382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3747), + [7384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2599), + [7386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3337), + [7388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2457), + [7390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), + [7392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3553), + [7394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3346), + [7396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1346), + [7398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3349), + [7400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3336), + [7402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3348), + [7404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3570), + [7406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1209), + [7408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2932), + [7410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2276), + [7412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2323), + [7414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2831), + [7416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1998), + [7418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2325), + [7420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2554), + [7422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(655), + [7424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1995), + [7426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3520), + [7428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1008), + [7430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3579), + [7432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(727), + [7434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(766), + [7436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2305), + [7438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1012), + [7440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(441), + [7442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1202), + [7444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(771), + [7446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3006), + [7448] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bracketed_type, 3, 0, 0), + [7450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3820), + [7452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1027), + [7454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(767), + [7456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1030), + [7458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2923), + [7460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1380), + [7462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), + [7464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), + [7466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(613), + [7468] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__inner_line_doc_comment_marker, 1, 0, 0), + [7470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2674), + [7472] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__outer_line_doc_comment_marker, 1, 0, 0), + [7474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1039), + [7476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(894), + [7478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3425), + [7480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), + [7482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2565), + [7484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3392), + [7486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1046), + [7488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1237), + [7490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3273), + [7492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1381), + [7494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3210), + [7496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3821), + [7498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(749), + [7500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1052), + [7502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1053), + [7504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(890), + [7506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2864), + [7508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1992), + [7510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1997), + [7512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3658), + [7514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1418), + [7516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1832), + [7518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2869), + [7520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3682), + [7522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3784), + [7524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3692), + [7526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3697), + [7528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3700), + [7530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(943), + [7532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542), + [7534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1410), + [7536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3317), + [7538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2329), + [7540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3325), + [7542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3739), + [7544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520), + [7546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3327), + [7548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2597), + [7550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3473), + [7552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2566), + [7554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), + [7556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2459), + [7558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(553), + [7560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(891), + [7562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), + [7564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3752), + [7566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2907), + [7568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2243), + [7570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2461), + [7572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3768), + [7574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(512), + [7576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3495), + [7578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3498), + [7580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3301), + [7582] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_line_comment, 3, 0, 0), + [7584] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_line_comment, 3, 0, 14), + [7586] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_line_comment, 2, 0, 0), + [7588] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_comment, 3, 0, 15), + [7590] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_comment, 2, 0, 0), + [7592] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_comment, 4, 0, 59), + [7594] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_comment, 3, 0, 0), }; enum ts_external_scanner_symbol_identifiers { @@ -205801,10 +206017,10 @@ static const bool ts_external_scanner_states[10][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_string_content] = true, }, [5] = { - [ts_external_token__block_comment_content] = true, + [ts_external_token_float_literal] = true, }, [6] = { - [ts_external_token_float_literal] = true, + [ts_external_token__block_comment_content] = true, }, [7] = { [ts_external_token__raw_string_literal_end] = true,